/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

    figure img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

iframe {
    border: none
}

::selection {
    background: #fefac7; /* Safari */
    color: #2f2f2f;
}

::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #2f2f2f;
}

@-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)
    }
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Raleway', sans-serif;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

body,
li,
address {
    line-height: 24px
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
}

/*p {
    margin: 0 0 20px
}
*/
.nocolor {
    color: #606060
}

    .nocolor:hover {
        color: #4aa2d1
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    margin-top: 0;
    color: #404040;
    margin-bottom: 10px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    line-height: 36px; /*28px;*/
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

.post-title a {
    color: #434343
}

    .post-title a:hover {
        color: #4aa2d1
    }

h1.post-title,
h2.post-title {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 768px) {
    .main-title {
        font-weight: 300;
        font-size: 30px;
        padding-bottom: 5px;
        padding-top: 5px;
        text-transform: none;
    }

        .main-title.text-center:after {
            font-family: 'elemis';
            content: "\e600";
            display: block;
            color: #4aa2d1;
            font-size: 10px;
            margin-top: 5px;
            font-weight: normal;
        }

    .lead {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    .main-title {
        font-weight: 300;
        font-size: 40px;
        padding-bottom: 30px;
        padding-top: 30px;
        text-transform: none;
    }

        .main-title.text-center:after {
            font-family: 'elemis';
            content: "\e600";
            display: block;
            color: #4aa2d1;
            font-size: 14px;
            margin-top: 25px;
            font-weight: normal;
        }
    .main-title-small {
        font-size: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
        .main-title-small.text-center:after {
            font-size: 12px;
            margin-top: 15px;
        }

    .lead {
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }
}


.main-title strong {
    font-weight: 900
}


.main-title.no-line:after {
    display: none !important
}

.secondary-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}


.page-title h1 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}

    .page-title h1.pull-left {
        margin-top: 6px
    }

.page-title.bg {
    background: url(style/images/art/page-title.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-title .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.light-wrapper,
body {
    background: #fcfcfc
}

.dark-wrapper {
    /*background: #f3f3f3;*/
    background: #e9ecef;
}

.dark-wrapper-fullwidth {
    background: #f3f3f3;
    width: 500%;
    margin-left: -200%; /*position: absolute;
    left: 0;
    right: 0;*/
}

.no-bg {
    background: none !important;
}

.main-title.text-center:after {
    color: inherit
}

ul {
    padding: 0 0 0 18px
}

ol {
    padding: 0 0 0 20px
}

ul,
ol {
    margin-bottom: 15px
}


footer a {
    color: inherit !important;
}

    footer a:hover {
        color: #4aa2d1 !important
    }

footer [class*="col-"] .widget {
    margin-top: 35px
}

    footer [class*="col-"] .widget:first-child {
        margin-top: 0
    }

footer ul.tag-list li a {
    color: #e3e3e3;
    background: #242426;
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-info i {
        margin-right: 7px;
        color: #e3e3e3;
    }

footer ul.circled li:before {
    color: #e3e3e3
}

.sub-footer {
    background: #21262a;
    padding: 0 0 15px 0;
}

    .sub-footer p {
        padding: 0;
        margin: 3px 0 0 0;
    }

/*-----------------------------------------------------------------------------------*/
/*	06. BOXES
/*-----------------------------------------------------------------------------------*/
.box {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}

/*-----------------------------------------------------------------------------------*/
/*	08. STEPS
/*-----------------------------------------------------------------------------------*/
.steps .icon {
    font-size: 45px;
    margin-bottom: 25px;
    color: #4aa2d1;
}

.steps {
    counter-reset: stepsNum
}

    .steps i {
        color: inherit
    }

    .steps .steps-item {
        counter-increment: stepsNum;
        border: 2px solid #e1e1e1;
        padding: 25px 20px 15px;
        position: relative;
        transition: all 200ms ease-in;
        position: relative;
    }

        .steps .steps-item .number {
            background: #4aa2d1;
            color: #FFF;
            width: 46px;
            height: 46px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
            position: absolute;
            top: -23px;
            left: 50%;
            margin-left: -23px;
            display: table;
        }

            .steps .steps-item .number:before {
                content: counter(stepsNum, lower-roman);
                font-size: 16px;
                line-height: 1;
                font-weight: 600;
                display: table-cell;
                vertical-align: middle;
            }

        .steps .steps-item:hover {
            border-color: #4aa2d1
        }

/*-----------------------------------------------------------------------------------*/
/* 	12. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-carousel {
    position: relative;
}


    .owl-carousel .box .post-title {
        margin-bottom: 5px !important
    }
/*-----------------------------------------------------------------------------------*/
/*	17. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}

.items li figure img {
    display: block;
    width: 100%;
}

figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}

figure img {
    display: inline;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

figure a:hover img, a figure:hover img {
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

figure a .text-overlay, a figure .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #222;
    background: rgba(38,43,47,0.8);
    transition: all 0.4s;
}

figure a:hover .text-overlay, a figure:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

figure a .text-overlay .info, a figure .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}

    figure a .text-overlay .info span, a figure .text-overlay .info span {
        padding: 12px 21px;
        font-size: 17px;
        font-weight: bold;
        color: #FFF;
    }

/*-----------------------------------------------------------------------------------*/
/*	28. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}

    .social li {
        display: inline-block;
        font-family: 'fontello-social';
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .social.pull-right li {
        margin: 0 0 0 5px
    }

.text-center .social li {
    margin: 0 2px
}

.social li a {
    display: table
}

    .social li a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #f5f5f5;
        background: none;
        line-height: 1;
        border: 2px solid #aaa;
        width: 45px;
        height: 45px !important;
        line-height: 26px;
        font-size: 20px;
        border-radius: 100%;
        transition: all 200ms ease-in;
    }

.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}

.social .icon-s-rss {
    border-color: #faaa5e;
    color: #faaa5e;
}

.social .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5;
}

.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}

.social .icon-s-linkedin {
    border-color: #3daccf;
    color: #3daccf;
}

.social .icon-s-youtube {
    border-color: #d5615c;
    color: #d5615c;
}

.social .icon-s-instagram {
    border-color: #926d53;
    color: #926d53;
}

.social .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8;
}

.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}

.social a:hover .icon-s-rss {
    background-color: #faaa5e
}

.social a:hover .icon-s-facebook {
    background-color: #677fb5
}

.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}

.social a:hover .icon-s-linkedin {
    background-color: #3daccf
}

.social a:hover .icon-s-youtube {
    background-color: #d5615c
}

.social a:hover .icon-s-instagram {
    background-color: #926d53
}

.social a:hover a:hover i {
    background-color: #FFF
}

.social a:hover i {
    color: var(--color-Back-Secondary);
}


#contact-live-button {
    position: fixed;
    display: none \9;
    z-index: 8009;
    color: #f7f7f7;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    background: #FFF;
    color: black;
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 16px;
    padding: 12px;
}

    #contact-live-button:hover {
        background: #e1e1e1;
        color: #4aa2d1;
    }


/*-----------------------------------------------------------------------------------*/
/*	29. MODAL
/*-----------------------------------------------------------------------------------*/
#contact-info {
    opacity: 0
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1050px) {

    .responsive-visibility {
        display: initial;
        vertical-align: middle;
    }
}

@media (min-width: 1050px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .responsive-visibility {
        display: inline;
    }
}



@media (max-width: 1050px) {

    .responsive-visibility {
        display: none
    }

    .fullscreen-portfolio .isotope .item,
    .fullscreen-portfolio .isotope .grid-sizer {
        width: 100%
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    [class*="col-"] {
        margin-bottom: 30px
    }
}


.absolute-right {
    position: fixed !important;
    right: 0
}


.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}


.toggle:hover {
    cursor: pointer
}

#teamviewer-button:hover {
    cursor: pointer
}


.form-alt {
    border: 2px solid white;
}

.form-alt-bis {
    border-right: 2px solid white;
    border-left: 2px solid white;
}

