@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700&subset=latin,latin-ext);

/*********************
        CONCRETE 5 OVERRIDE STYLES
*********************/
.ccm-panel-ready #page
{
    margin-top: 48px;
}

@media( max-width: 767px)
{
    #page .ccm-layout-column
    {
        width: 100% !important;
    }
}

/*********************
        GLOBALS
*********************/
#page
{
    margin: auto;
    position: relative;
    min-width: 320px;
    max-width: 1920px;
    overflow: hidden;
    line-height: 180%;
    font-family: 'Work Sans', sans-serif;
}

.sub-page #page-footer
{
    margin-top: 70px;
}

#page.sub-page #news-list
{
    margin-top: 0px;
}

#page.sub-page .news-container .item:before
{
    width: calc( 100% - 30px);
    left: 15px;
}

.thumb-item a
{
    overflow: hidden;
    display: block;
}

.thumb-item img
{
    transition: all 0.5s linear;
}

.thumb-item:hover img
{
    transform: scale(1.2);
}

a
{
    color: inherit;
    text-decoration: none;
}

a:hover
{
    color: #ffb400;
    text-decoration: none;
}

@media( max-width: 767px )
{
    .xs-text-center
    {
        text-align: center;
    }
}


/*********************
        GLOBAL HEADER
*********************/
#page-header-contact
{
    text-align: right;
}
#page-header-contact p
{
    display: inline-block;
}

/*********************
        GLOBAL SLIDER
*********************/

.nivo-caption
{
    top: 25%;
}

@media(max-width: 1400px ) and ( min-width: 768px )
{
    .nivo-caption
    {
        left: 100px;
    }
}

@media( max-width: 767px )
{
    .nivo-caption
    {
        position: relative;
        top: 0px;
    }
    
    .nivo-caption div[class^="col"]
    {
        padding: 0px;
    }
}

.nivo-caption .title
{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.nivo-caption .content
{
    font-size: 18px;
    font-weight: 300;
    padding: 35px 40px;
    background-color: rgba(50, 153, 223, 0.8);
}

.nivo-caption .content a
{
    border: 2px solid #FFF;
    margin-right: 10px;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block !important;
}

.nivo-caption .content a:hover
{
    border-color: #ffb400;
    color: #FFF;
    background-color: #ffb400;
}

.nivo-directionNav a 
{
    color: #FFF;
    background-color: rgba(43, 56, 89, 0.5);
    transition: all 0.25s linear;
    display: inline-block;
}

@media( max-width: 768px)
{
    .nivo-directionNav a
    {
        display: none;
    }
}

.nivo-directionNav a:hover
{
    background-color: rgba(255, 180, 0, 0.8);
}

.nivo-prevNav
{
    left: 15px;
    padding: 19px 35px 19px 30px;
    
}
.nivo-nextNav
{
    right: 15px;
    padding: 19px 30px 19px 35px;
}

#page-main h1,
#page-main h2,
#page-main h3,
#page-main h4,
#page-main h5,
#page-main h6
{
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

#page-main h1
{
    margin: 0px 0px 10px; 
    font-size: 30px;
}

#page-main h2
{
    margin: 50px 0px 10px;
}

#page-main h3
{
    margin: 0px 0px 70px;
}

#page-main h4
{
    font-size: 24px;
    margin-bottom: 40px;
}

#page-main ul,
#page-main ol
{
    padding-left: 20px;
}

#page-main .parallax-container
{
    margin: 80px 0px;
}

.owl-item
{
    box-shadow: 5px 10px 20px rgba(43, 56, 89, 0.44);
}

#page-main .container img
{
    margin: 0px;
}

#page-footer
{
    background-color: #25282b;
    color: #bbbbbb;
}

#page-footer .parallax-container
{
    z-index: 1;
}

#page-footer hr
{
    border-top: 1px solid #4e4e4e;
    margin: 40px 0px 70px;
}

#page-footer .content div[class^="col"]:not(:first-of-type)
{
    border-left: 1px solid #4e4e4e;
    padding-left: 40px;
    height: 200px;
    margin-bottom: 30px;
}

@media( min-width: 767px ) and ( max-width: 991px )
{
    #page-footer .content div[class^="col"]
    {
        height: 150px;
    }
    #page-footer .content div[class^="col"]:nth-of-type(odd)
    {
        border-left: 1px solid #4e4e4e;
    }
}

@media( max-width: 767px )
{
    #page-footer .content div[class^="col"]:not(:first-of-type)
    {
        padding-left: 0px;
        border: 0px;
        height: inherit;
        margin-bottom: 0px;
    }
}

#copyrights hr
{
    margin: 100px 0px 20px;
}

#copyrights
{
    padding-bottom: 20px;
}

#page-scroll-up
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #ffb400;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 3px;
}

/***
        SUB PAGES
***/

#page-banner
{
    position: relative;
    margin-bottom: 50px;
}

.googleMapCanvas
{
    margin: 50px 0px -3px;
}
#page-banner .title
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(50, 153, 223, 0.8);
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

@media( max-width: 767px )
{
    #page-banner .title
    {
        font-size: 25px;
        margin: 0px;
    }
}

#page .fields label
{
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(50, 153, 223, 1);
}

#page .fields input,
#page .fields textarea
{
    padding: 20px 10px;
    border-radius: 0px;
    border-color: #FFB400;
    color: rgba(50, 153, 223, 1);
    margin-bottom: 10px;
}

#page .form-actions input[type=submit]
{
    width: 100%;
    border-radius: 0px;
    background-color: rgb(255, 180, 0);
    border: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

/********
        GALLERY
********/

.vivid-thumb-gallery 
{
    margin: 80px -10px 80px;
}

#page.front-page #page-main
{
    padding-top: 70px;
}

#page.front-page .ccm-layout-column
{
    margin-bottom: 60px;
}

@media( max-width: 767px )
{
    #page.front-page .ccm-layout-column:not(:last-of-type)
    {
        margin-bottom: 0px;
    }
}



#cookies-container {
    max-width: 200px;
    font-size: 12px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    background-color: #1D1D1B;
    padding: 20px 10px;
    background-image: url("../img/img-cookie.png");
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid #E9A335;
    border-right: 0px;
    border-bottom: 0px;
    line-height: 120%;
    color: #fff
}

#cookies-container .title {
    margin: 0px 0px 10px;
    font-size: 13px
}

#cookies-container .content {
    max-width: 140px;
    margin-right: 30px
}

#cookies-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #E9A335;
    padding: 5px;
    color: #FFFFFF
}

#cookies-close .fa {
    margin-right: 0px
}

#page-footer .ccm-area
{
 z-index: 1;
}