
.content {
    width: 100%;
    min-height: 250px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

.assets-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 1%;
    margin-top: 2%;
}


span.required {
    color: #D95C5C !important;
}
form input, form label, .form-group {
    position: relative;
    color: rgba(0,0,0,.7);
}
div.help-inline {
    margin-left: 0px;
    padding-left: 0px;
}
div.help-inline, span.help-block {
    color: #888;
    font-size: 11px;
    font-style: italic;
}

div.error,
div.error label,
div.error-list,
label.error,
input.error,
select.error,
textarea.error {
    color: #D95C5C !important;
    border-color: #D95C5C !important;
}




form .ui.red.pointing.below.label {
    position: relative;
    top: 4px;
    width: 50%;
    left: 50%;
    z-index: 11;
    text-transform: none;
    font-size: 12px;
}
.ui.pointing.below.label {
    margin-top:0;
    margin-bottom:1em
}
.ui.red.label, .ui.red.labels .label {
    background-color: #D95C5C !important;
    border-color: #D95C5C !important;
    color: #FFF !important;
}
.ui.label:last-child {
    margin-right: 0;
}
.ui.label {
    display: inline-block;
    vertical-align: middle;
    margin: -.25em .25em 0;
    margin-top: -0.25em;
    margin-right: 0.25em;
    margin-bottom: 0px;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: .5em .8em;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    border-radius: .325em;
    box-sizing: border-box;
    transition: background .1s linear;
}
.ui.pointing.below.label:before {
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
}

.ui.pointing.label:before {
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
.ui.labels .red.label:before,
.ui.red.label:before,
.ui.red.labels .label:before {
    background-color:#D95C5C!important
}

.form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #f3f3f3;
    font-size: 12px;
    margin-bottom: 1px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    padding: 15px 20px;
    font-style: italic;
    font-weight: 700;
    color: #bbbbbb;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
textarea.form-control {
    height: 180px;
}
.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #bd177a;
}

.contact_info .info_item {
    position: relative;
    padding-left: 45px;
    padding-bottom: 25px;
}
.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: 
        #f42f2c;
    font-weight: 600;
}
.fancybox-inner{
    bottom: 90px;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}
figcaption {
    display: none;
}
.fancybox-thumbs {
    background: #ddd;
    display: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: auto;
    left: 0;
    height: 76px;
    bottom: 0px;
    overflow: hidden;
}
.fancybox-thumbs {
    left: 0;
    width: 100%;
    overflow: hidden;
    bottom: 15px;
    top:auto;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100px;
    list-style: none;
    overflow-x: unset;
    overflow-y: unset;
    padding: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}


.image_container img {
    *height: 250px;
    *width: 250px;
    object-fit: cover;
    border: 0px;
}

.left_menu {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}

.container {
    background: #f9f9f9;
}

.flex-column {
    width: 300px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.flex-column img {
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
}
img {
    margin: 5px;
}

.scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}





@media all and (min-width: 800px) {

    /* Give space around main area */
    .fancybox-custom-layout .fancybox-outer {
        top: 50px;
        left: 50px;
        bottom: 50px;
        right: 50px;
        margin: auto;
        max-width: 1180px;
        max-height: 495px;
        overflow: visible;
        background: #fff;
        box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
        transition: opacity .3s;
    }

    /* Make it to fade-out while closing */
    .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
        opacity: 0;
    }

    /* Set color for background element */
    .fancybox-custom-layout .fancybox-bg {
        background: #f6f6f6;
    }

    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption-wrap {
        top: 0;
        right: 44px;
        bottom: 0;
        left: auto;
        width: 256px;
        padding: 0;
        background: #333;
        pointer-events: all; /* Make text selectable */
        border-right: 1px solid rgba(255,255,255,.08);
    }

    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 300px;
    }

    /* Remove top border from the caption */
    .fancybox-custom-layout .fancybox-caption {
        padding: 30px 20px;
        border: 0;
    }

    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 44px;
        background: #333;
        border-left: 1px solid #222;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button,
    .fancybox-custom-layout .fancybox-navigation button:before {
        background: transparent;
    }

    /* Change arrow color */
    .fancybox-custom-layout .fancybox-navigation button {
        color: #333 !important;
        padding: 10px;
    }

    /* Reposition arrows */
    .fancybox-custom-layout .fancybox-button--arrow_left {
        left: -60px;
    }

    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: -60px;
    }

    .fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
        right: -272px;
    }

}

/*

Advanced example - Customized layout

*/

@media all and (min-width: 600px) {

    /* Change color for backdrop */
    .fancybox-custom-layout2 .fancybox-bg {
        background: #fcfaf9;
    }

    .fancybox-custom-layout2.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    /* Move caption area to the right side */
    .fancybox-custom-layout2 .fancybox-caption {
        background: #f1ecec;
        bottom: 0;
        color: #6c6f73;
        left: auto;
        padding: 30px 20px;
        right: 44px;
        top: 0;
        width: 256px;
    }

    .fancybox-custom-layout2 .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .fancybox-custom-layout2 .fancybox-caption a {
        color: #444;
    }

    /* Remove gradient from caption*/
    .fancybox-custom-layout2 .fancybox-caption::before {
        display: none;
    }

    /* Adjust content area position */
    .fancybox-custom-layout2 .fancybox-stage {
        right: 300px;
    }

    /* Align buttons at the right side  */
    .fancybox-custom-layout2 .fancybox-toolbar {
        background: #3b3b45;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        width: 44px;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout2 .fancybox-button {
        background: transparent;
    }

    /* Navigation arrows */
    .fancybox-custom-layout2 .fancybox-navigation .fancybox-button div {
        padding: 6px;
        background: #fcfaf9;
        border-radius: 50%;
        transition: opacity .2s;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        opacity: .7;
    }

    .fancybox-custom-layout2 .fancybox-navigation .fancybox-button:not([disabled]):hover div {
        opacity: 1;
    }

    .fancybox-custom-layout2 .fancybox-navigation .fancybox-button[disabled] {
        color: #999;
    }

    .fancybox-custom-layout2 .fancybox-navigation .fancybox-button:not([disabled]) {
        color: #333;
    }

    /* Reposition right arrow */
    .fancybox-custom-layout2 .fancybox-button--arrow_right {
        right: 308px;
    }
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}

#files {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:auto;
}
#files li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    min-width: 300px;
    max-width: 300px;
}
#files li .file_link.selected, #files li .file_link:hover {
    background: #4da7e8 !important;
    border-color: #2581b8;
    color: #fff;
}
#files li .file_link {
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgb(236, 240, 241);
    overflow: hidden;
    background: #f6f8f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#files li .file_link .link_icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.file_link .link_icon {
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    margin-right: 5px;
}
.file_link .link_icon i {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 5px;
    font-size: 45px;
}
.file_link .link_icon .img_icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 100%;
    height: 300px;
}


/* for loading assets, have a nice loading animation */
html .clearfix {
    display: block;
}
a,img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.assets-container .asset.asset-text a,
.assets-container .asset.asset-video a,
.assets-container .asset.asset-image a{
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.assets-container .asset .loading
#fancybox-loading div {
    height:20px;
    width:20px!important;
    margin:auto;
    left:0;
    right:0;
    top:50%;
    margin-top:-10px;
    position:absolute;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border-left:4px solid rgba(211,211,211,0.9);
    border-right:4px solid rgba(211,211,211,0.9);
    border-bottom:4px solid rgba(211,211,211,0.9);
    border-top:4px solid rgba(122, 122, 122, 0.9);
    border-radius:100%;
    z-index: 1;
}
.assets-container .asset .loading.hidden{ display: none; }


@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.assets-container.squared .asset.asset-title{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    height:auto;
    width: auto;
    padding-bottom: 0;
}

.assets-container .asset.asset-title.text-title{
    padding: 40px;
    background: #f2f2f2;
    color: #444444;
}

.assets-container .asset.asset-title.text-title .wrapper {
    max-width: 57em;
}


.assets-container .asset.asset-title img{
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.assets-container .asset:not(.asset-title) img,
.assets-container .asset:not(.asset-title) div {
    filter: alpha(opacity=100);
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.assets-container .asset:not(.asset-title):hover div,
.assets-container .asset:not(.asset-title):hover img {

    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);

}

.assets-container .asset:not(.asset-title):active img {

    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}


.assets-container .asset.asset-video>a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute; top: 0; left: 0;
    z-index: 0;
}

.assets-container .asset.asset-video>a div {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

    filter: alpha(opacity=90);
    opacity: 0.9;
}



.assets-container .asset:not(.asset-title)::after {
    content: '+';
    line-height: 42px;
    position: absolute;
    speak: none;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    cursor: pointer !important;
    font-family: Monospace;
    font-size: 24px;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;

    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
    top: 50%;
    width: 42px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

}

.assets-container .asset:not(.asset-title) {
    background-color: #000000;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;

}

.assets-container .asset.asset-video {
    background: #000;
}
.assets-container .asset.asset-video .loading {
    display: none;
}

.assets-container .asset:hover::after {

    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.assets-container .asset.asset-video::after{
    content: "\e000";
    font-family: 'order-icons';
    font-size: 42px;

    filter: alpha(opacity=100);
    opacity: 1;
}

.assets-container .asset .asset-text-stretch {
    width: 100%;
}

.assets-container .asset.asset-text>a{
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    padding: 25px;
    position: absolute; top: 0; left: 0;
    color: #444444;
    z-index: 1;
}

.assets-container .asset.asset-text>a:hover {
    background: #dfdfdf;
}

.assets-container .asset.asset-text i.icon-text{
    display: block;
    width: 16px;
    height: 10px;
    padding-top: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 2px solid #bfbfbf;
    margin-left: 25px;
    margin-top: 25px;
    overflow: visible;
}

.assets-container .asset.asset-text i.icon-text>i{
    width: 100%;
    display: block;
    height: 2px;
    background: #bfbfbf;
    overflow: visible;
    position: relative;
}

.assets-container .asset.asset-text i.icon-text>i:after{
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    top: 4px;
    background: #bfbfbf;
}



.assets-container .asset.asset-text i.icon-text:after{
    content:"";
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom:0px;
    background: #bfbfbf;
}

.assets-container .asset.asset-text a>span{
    position: absolute;
    bottom: 25px;
    font-size: 11px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

.assets-container.squared .asset{
    position: relative;
    overflow: hidden;
    width: 24%;
    padding-bottom: 24%;

}

.assets-container.squared .asset.asset-image,
.assets-container.squared .asset.asset-text,
.assets-container.squared .asset.asset-video
{
    position: relative;
    height: 0;
    float: left;
    margin: 0px 15px 15px 0px;
}
.assets-container.squared .asset.asset-image .thumb-link {

    background: #000;
}
.assets-container.squared .asset img { display: block }

.assets-container.squared .asset.asset-image a>img{
    outline: 1px transparent solid;
}

.assets-container.squared .asset.asset-image a > img.by-width{
    width: 100%;
}
.assets-container.squared .asset.asset-image a > img.by-height{
    height: 100%;
}
.assets-container.squared .asset.asset-video a>img{
    height: 100%;
    width: auto;
}
.lazyload,
.lazyloading{
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    opacity: 0!important;
}
.asset .lazyloaded {
    opacity: 1!important;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}


#copy_holder {
    width: 100%;
    background:  #ffffff;
    font-family: "Benton Sans Book", "Benton Sans Book", sans-serif;
    color: #222222;
    font-size: 14;
}

.asset .video_holder{
    display: none;
}






@media only screen and (max-width: 75em) {

    .assets-container.squared .asset.asset-title,
    .assets-container.squared .asset.asset-title.img-title{

        margin-right: 1%;
    }

    .assets-container.squared .asset.asset-title.img-title .wrapper{
        width: 100%;
    }

    .assets-container.squared .asset{
        position: relative;
        overflow: hidden;
        width: 32.33%;
        padding-bottom: 32.33%;
    }
    .mq{
        display: none;
    }
}

/* for very large screens */
@media only screen and (min-width: 95em) {
    .nav-wrapper,
    body.listing .nav-wrapper,
    body.simple .nav-wrapper,
    body.client .nav-wrapper {
        width: 250px;
        padding-left: 40px;
    }

    .nav-bottom.is_sticky { left: 40px; }

    #content,
    body.listing #content,
    body.simple #content,
    body.client #content {

        margin-left: 250px;

    }

    .assets-container.squared .asset{
        width: 19%;
        padding-bottom: 19%;
    }
}
