/*=============================================* Some styles to show off masonry layout
\*=============================================*/

.picture-item {
    height: 305.5px;
    margin-left: 0;
    /* shuffle items shouldn't have a left margin*/
	margin-top:14px;
}

.our_work .services{padding-top:0}
.our_work .blog_content{text-align:left}
.port.blog_list .picture-item{margin-top:14px}

.blog_content p span img{max-width:100%; width:auto; height:auto; display:inline-block; margin-right:6px;}
.blog_list a:hover p span img{transform:scale(1);}

.picture-item .blog_content p , .picture-item .blog_content p a{display:inline-block; vertical-align:top; margin-right:30px}
.picture-item--h2.picture-item p , .picture-item--h2.picture-item p a{display:block;}


.blog_list .picture-item{margin-top:0}

.picture-item-big {
    height: 440px;
    margin-left: 0;
}

.picture-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-objectfit .picture-item img {
    height: auto;
    max-width: 100%;
}

.picture-item--h2 {
    height: 625px;
    /* 2x the height + 1 gutter */
}

.picture-item__inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ECF0F1;
}

.picture-item__blur {
    display: none;
}

.picture-item__details,
.picture-item__description {
    padding: 30px;
    width: 100%;
}

.picture-item__description {
    margin: 0;
    padding-top: 0;
    padding-right: 2em;
}

.picture-item__tags {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .picture-item--overlay .picture-item__details {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        overflow: hidden;
    }
    .picture-item--overlay .picture-item__description {
        display: none;
    }
    @supports ((-webkit-filter: blur(1px)) or (filter: blur(1px))) and ((-webkit-clip-path: inset(0 0 0 0)) or (clip-path: inset(0 0 0 0))) {
        .picture-item--overlay .picture-item__blur {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            display: block;
            -webkit-filter: blur(7px);
            filter: blur(7px);
            -webkit-clip-path: inset(170px 0 0 0);
            clip-path: inset(170px 0 0 0);
        }
        .picture-item--overlay .picture-item__details {
            background: none;
        }
        .picture-item--overlay .picture-item__tags,
        .picture-item--overlay .picture-item__title {
            position: relative;
            z-index: 2;
        }
    }
}


/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */

.my-shuffle-container {
    position: relative;
    overflow: hidden;
}

.my-sizer-element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}


/* Animate in styles */

.shuffle--animatein {
    overflow: visible;
}

.shuffle--animatein .picture-item__inner {
    opacity: 0;
    -webkit-transform: translate(0, 220px);
    transform: translate(0, 220px);
}

.shuffle--animatein .picture-item__inner--transition {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.shuffle--animatein .picture-item.in .picture-item__inner {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}



@media screen and (max-width: 767px) {
    .picture-item {
        height: auto;
        margin-top: 20px;
    }
    .picture-item.picture-item--h2 {
        height: auto;
    }
    .picture-item .picture-item__details,
    .picture-item .picture-item__description {
        font-size: .875em;
        padding: .625em;
    }
    .picture-item .picture-item__description {
        padding-right: .875em;
        padding-bottom: 1.25em;
    }
    .filter > .row,
    .filter > .row > div {
        margin: 10px 0;
    }
    .m-nofloat {
        float: none;
    }
}

/* ===========================================  shuffle grid style  ===================================================== */

@charset "UTF-8";
.aspect {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.aspect--16x9 {
    padding-bottom: 56.25%;
}

.aspect--9x16 {
    padding-bottom: 177.77778%;
}

.aspect--4x3 {
    padding-bottom: 75%;
}

.aspect--3x4 {
    padding-bottom: 133.33333%;
}

.aspect--3x2 {
    padding-bottom: 66.66667%;
}

.aspect--3x1 {
    padding-bottom: 33.33333%;
}

.aspect--2x3 {
    padding-bottom: 150%;
}

.aspect--2x1 {
    padding-bottom: 50%;
}

.aspect--1x2 {
    padding-bottom: 200%;
}

.aspect--1x1 {
    padding-bottom: 100%;
}

.aspect--none {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

.aspect--none > .aspect__inner {
    position: static;
}

.aspect > div,
.aspect__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs,
.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm,
.col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md,
.col-1\@lg,
.col-2\@lg,
.col-3\@lg,
.col-4\@lg,
.col-5\@lg,
.col-6\@lg,
.col-7\@lg,
.col-8\@lg,
.col-9\@lg,
.col-10\@lg,
.col-11\@lg,
.col-12\@lg {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs {
    float: left;
}

.aspect--16x9\@xs {
    padding-bottom: 56.25%;
}

.aspect--9x16\@xs {
    padding-bottom: 177.77778%;
}

.aspect--4x3\@xs {
    padding-bottom: 75%;
}

.aspect--3x4\@xs {
    padding-bottom: 133.33333%;
}

.aspect--3x2\@xs {
    padding-bottom: 66.66667%;
}

.aspect--3x1\@xs {
    padding-bottom: 33.33333%;
}

.aspect--2x3\@xs {
    padding-bottom: 150%;
}

.aspect--2x1\@xs {
    padding-bottom: 50%;
}

.aspect--1x2\@xs {
    padding-bottom: 200%;
}

.aspect--1x1\@xs {
    padding-bottom: 100%;
}

.aspect--none\@xs {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

.aspect--none\@xs > .aspect__inner {
    position: static;
}

.col-1\@xs {
    width: 16.66667%;
}

.col-2\@xs {
    width: 33.33333%;
}

.col-3\@xs {
    width: 50%;
}

.col-4\@xs {
    width: 66.66667%;
}

.col-5\@xs {
    width: 83.33333%;
}

.col-6\@xs {
    width: 100%;
}

.col-pull-0\@xs {
    right: auto;
}

.col-pull-1\@xs {
    right: 16.66667%;
}

.col-pull-2\@xs {
    right: 33.33333%;
}

.col-pull-3\@xs {
    right: 50%;
}

.col-pull-4\@xs {
    right: 66.66667%;
}

.col-pull-5\@xs {
    right: 83.33333%;
}

.col-pull-6\@xs {
    right: 100%;
}

.col-push-0\@xs {
    left: auto;
}

.col-push-1\@xs {
    left: 16.66667%;
}

.col-push-2\@xs {
    left: 33.33333%;
}

.col-push-3\@xs {
    left: 50%;
}

.col-push-4\@xs {
    left: 66.66667%;
}

.col-push-5\@xs {
    left: 83.33333%;
}

.col-push-6\@xs {
    left: 100%;
}

.col-offset-0\@xs {
    margin-left: 0%;
}

.col-offset-1\@xs {
    margin-left: 16.66667%;
}

.col-offset-2\@xs {
    margin-left: 33.33333%;
}

.col-offset-3\@xs {
    margin-left: 50%;
}

.col-offset-4\@xs {
    margin-left: 66.66667%;
}

.col-offset-5\@xs {
    margin-left: 83.33333%;
}

.col-offset-6\@xs {
    margin-left: 100%;
}

@media screen and (min-width: 768px) {
    .col-1\@sm,
    .col-2\@sm,
    .col-3\@sm,
    .col-4\@sm,
    .col-5\@sm,
    .col-6\@sm,
    .col-7\@sm,
    .col-8\@sm,
    .col-9\@sm,
    .col-10\@sm,
    .col-11\@sm,
    .col-12\@sm {
        float: left;
    }
    .aspect--16x9\@sm {
        padding-bottom: 56.25%;
    }
    .aspect--9x16\@sm {
        padding-bottom: 177.77778%;
    }
    .aspect--4x3\@sm {
        padding-bottom: 75%;
    }
    .aspect--3x4\@sm {
        padding-bottom: 133.33333%;
    }
    .aspect--3x2\@sm {
        padding-bottom: 66.66667%;
    }
    .aspect--3x1\@sm {
        padding-bottom: 33.33333%;
    }
    .aspect--2x3\@sm {
        padding-bottom: 150%;
    }
    .aspect--2x1\@sm {
        padding-bottom: 50%;
    }
    .aspect--1x2\@sm {
        padding-bottom: 200%;
    }
    .aspect--1x1\@sm {
        padding-bottom: 100%;
    }
    .aspect--none\@sm {
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }
    .aspect--none\@sm > .aspect__inner {
        position: static;
    }
    .col-1\@sm {
        width: 8.33333%;
    }
    .col-2\@sm {
        width: 16.66667%;
    }
    .col-3\@sm {
        width: 25%;
    }
    .col-4\@sm {
        width: 33.33333%;
    }
    .col-5\@sm {
        width: 41.66667%;
    }
    .col-6\@sm {
        width: 50%;
    }
    .col-7\@sm {
        width: 58.33333%;
    }
    .col-8\@sm {
        width: 66.66667%;
    }
    .col-9\@sm {
        width: 75%;
    }
    .col-10\@sm {
        width: 83.33333%;
    }
    .col-11\@sm {
        width: 91.66667%;
    }
    .col-12\@sm {
        width: 100%;
    }
    .col-pull-0\@sm {
        right: auto;
    }
    .col-pull-1\@sm {
        right: 8.33333%;
    }
    .col-pull-2\@sm {
        right: 16.66667%;
    }
    .col-pull-3\@sm {
        right: 25%;
    }
    .col-pull-4\@sm {
        right: 33.33333%;
    }
    .col-pull-5\@sm {
        right: 41.66667%;
    }
    .col-pull-6\@sm {
        right: 50%;
    }
    .col-pull-7\@sm {
        right: 58.33333%;
    }
    .col-pull-8\@sm {
        right: 66.66667%;
    }
    .col-pull-9\@sm {
        right: 75%;
    }
    .col-pull-10\@sm {
        right: 83.33333%;
    }
    .col-pull-11\@sm {
        right: 91.66667%;
    }
    .col-pull-12\@sm {
        right: 100%;
    }
    .col-push-0\@sm {
        left: auto;
    }
    .col-push-1\@sm {
        left: 8.33333%;
    }
    .col-push-2\@sm {
        left: 16.66667%;
    }
    .col-push-3\@sm {
        left: 25%;
    }
    .col-push-4\@sm {
        left: 33.33333%;
    }
    .col-push-5\@sm {
        left: 41.66667%;
    }
    .col-push-6\@sm {
        left: 50%;
    }
    .col-push-7\@sm {
        left: 58.33333%;
    }
    .col-push-8\@sm {
        left: 66.66667%;
    }
    .col-push-9\@sm {
        left: 75%;
    }
    .col-push-10\@sm {
        left: 83.33333%;
    }
    .col-push-11\@sm {
        left: 91.66667%;
    }
    .col-push-12\@sm {
        left: 100%;
    }
    .col-offset-0\@sm {
        margin-left: 0%;
    }
    .col-offset-1\@sm {
        margin-left: 8.33333%;
    }
    .col-offset-2\@sm {
        margin-left: 16.66667%;
    }
    .col-offset-3\@sm {
        margin-left: 25%;
    }
    .col-offset-4\@sm {
        margin-left: 33.33333%;
    }
    .col-offset-5\@sm {
        margin-left: 41.66667%;
    }
    .col-offset-6\@sm {
        margin-left: 50%;
    }
    .col-offset-7\@sm {
        margin-left: 58.33333%;
    }
    .col-offset-8\@sm {
        margin-left: 66.66667%;
    }
    .col-offset-9\@sm {
        margin-left: 75%;
    }
    .col-offset-10\@sm {
        margin-left: 83.33333%;
    }
    .col-offset-11\@sm {
        margin-left: 91.66667%;
    }
    .col-offset-12\@sm {
        margin-left: 100%;
    }
  
}

@media screen and (min-width: 1024px) {
    .col-1\@md,
    .col-2\@md,
    .col-3\@md,
    .col-4\@md,
    .col-5\@md,
    .col-6\@md,
    .col-7\@md,
    .col-8\@md,
    .col-9\@md,
    .col-10\@md,
    .col-11\@md,
    .col-12\@md {
        float: left;
    }
    .aspect--16x9\@md {
        padding-bottom: 56.25%;
    }
    .aspect--9x16\@md {
        padding-bottom: 177.77778%;
    }
    .aspect--4x3\@md {
        padding-bottom: 75%;
    }
    .aspect--3x4\@md {
        padding-bottom: 133.33333%;
    }
    .aspect--3x2\@md {
        padding-bottom: 66.66667%;
    }
    .aspect--3x1\@md {
        padding-bottom: 33.33333%;
    }
    .aspect--2x3\@md {
        padding-bottom: 150%;
    }
    .aspect--2x1\@md {
        padding-bottom: 50%;
    }
    .aspect--1x2\@md {
        padding-bottom: 200%;
    }
    .aspect--1x1\@md {
        padding-bottom: 100%;
    }
    .aspect--none\@md {
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }
    .aspect--none\@md > .aspect__inner {
        position: static;
    }
    .col-1\@md {
        width: 8.33333%;
    }
    .col-2\@md {
        width: 16.66667%;
    }
    .col-3\@md {
        width: 25%;
    }
    .col-4\@md {
        width: 33.33333%;
    }
    .col-5\@md {
        width: 41.66667%;
    }
    .col-6\@md {
        width: 50%;
    }
    .col-7\@md {
        width: 58.33333%;
    }
    .col-8\@md {
        width: 66.66667%;
    }
    .col-9\@md {
        width: 75%;
    }
    .col-10\@md {
        width: 83.33333%;
    }
    .col-11\@md {
        width: 91.66667%;
    }
    .col-12\@md {
        width: 100%;
    }
    .col-pull-0\@md {
        right: auto;
    }
    .col-pull-1\@md {
        right: 8.33333%;
    }
    .col-pull-2\@md {
        right: 16.66667%;
    }
    .col-pull-3\@md {
        right: 25%;
    }
    .col-pull-4\@md {
        right: 33.33333%;
    }
    .col-pull-5\@md {
        right: 41.66667%;
    }
    .col-pull-6\@md {
        right: 50%;
    }
    .col-pull-7\@md {
        right: 58.33333%;
    }
    .col-pull-8\@md {
        right: 66.66667%;
    }
    .col-pull-9\@md {
        right: 75%;
    }
    .col-pull-10\@md {
        right: 83.33333%;
    }
    .col-pull-11\@md {
        right: 91.66667%;
    }
    .col-pull-12\@md {
        right: 100%;
    }
    .col-push-0\@md {
        left: auto;
    }
    .col-push-1\@md {
        left: 8.33333%;
    }
    .col-push-2\@md {
        left: 16.66667%;
    }
    .col-push-3\@md {
        left: 25%;
    }
    .col-push-4\@md {
        left: 33.33333%;
    }
    .col-push-5\@md {
        left: 41.66667%;
    }
    .col-push-6\@md {
        left: 50%;
    }
    .col-push-7\@md {
        left: 58.33333%;
    }
    .col-push-8\@md {
        left: 66.66667%;
    }
    .col-push-9\@md {
        left: 75%;
    }
    .col-push-10\@md {
        left: 83.33333%;
    }
    .col-push-11\@md {
        left: 91.66667%;
    }
    .col-push-12\@md {
        left: 100%;
    }
    .col-offset-0\@md {
        margin-left: 0%;
    }
    .col-offset-1\@md {
        margin-left: 8.33333%;
    }
    .col-offset-2\@md {
        margin-left: 16.66667%;
    }
    .col-offset-3\@md {
        margin-left: 25%;
    }
    .col-offset-4\@md {
        margin-left: 33.33333%;
    }
    .col-offset-5\@md {
        margin-left: 41.66667%;
    }
    .col-offset-6\@md {
        margin-left: 50%;
    }
    .col-offset-7\@md {
        margin-left: 58.33333%;
    }
    .col-offset-8\@md {
        margin-left: 66.66667%;
    }
    .col-offset-9\@md {
        margin-left: 75%;
    }
    .col-offset-10\@md {
        margin-left: 83.33333%;
    }
    .col-offset-11\@md {
        margin-left: 91.66667%;
    }
    .col-offset-12\@md {
        margin-left: 100%;
    }
}

.btn-group::before,
.btn-group::after {
    content: " ";
    display: table;
}

.btn-group::after {
    clear: both;
}

.btn-group .btn {
    float: left;
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-radius: 6px 0 0 6px;
}

.btn-group .btn:last-child {
    border-radius: 0 6px 6px 0;
}

.btn,
button {
    display: inline-block;
    padding: .75em .375em;
    -webkit-appearance: none;
    text-align: center;
    color: white;
    border-radius: .0625em;
    border: 0;
    background-color: #34495E;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn:hover,
button:hover {
    background-color: #4a6885;
    text-decoration: none;
}

.btn.active,
.btn:active,
button.active,
button:active {
    background-color: #2C3E50;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn:active,
button:active {
    -webkit-transition: none;
    transition: none;
}

.btn--warning {
    background-color: #E67E22;
}

.btn--warning:hover {
    background-color: #ea9347;
}

.btn--warning.active,
.btn--warning:active {
    background-color: #D35400;
}

.btn--primary {
    background-color: #3498DB;
}

.btn--primary:hover {
    background-color: #57aae1;
}

.btn--primary.active,
.btn--primary:active {
    background-color: #3498DB;
}

.btn--danger {
    background-color: #E74C3C;
}

.btn--danger:hover {
    background-color: #eb6d60;
}

.btn--danger.active,
.btn--danger:active {
    background-color: #E74C3C;
}

.btn--go {
    background-color: #2ECC71;
}

.btn--go:hover {
    background-color: #4cd787;
}

.btn--go.active,
.btn--go:active {
    background-color: #2ECC71;
}

.filter-group .btn {
    position: relative;
}

.filter-group .btn:before {
    background-color: #2C3E50;
    border-radius: 50%;
}

.filter-group .btn:after {
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
}

.filter-group .btn.active:before,
.filter-group .btn.active:after {
    opacity: 1;
}

@media (max-width: 47.9375em) {
    .btn,
    button {
        font-size: .875em;
    }
}

@media (max-width: 30em) {
    .btn,
    button {
        font-size: .75em;
    }
}

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

.ib {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .hidden\@xs {
        display: none;
    }
}