@import url("includes/css/fonts/fonts.css");

.clearfix::before, .clearfix::after {
    content:"";
    display:table;
}
.clearfix::after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.hide{
    display:none;
}
.alignLeft{
    text-align: left;
}
.zoomElement{
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.zoomElement:hover, .zoomElementHovered{
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
#preloader {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#preloader img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    margin: -64px 0 0 -64px;
}
body{
    padding:0px;
    margin: 0px;
    font-family: montserratlight, sans-serif;
    color:#444444;
    font-size: 14px;
}
#navigation{
    height:35px;
    padding-top: 15px;
    background: #0000CC;
}
#navigation ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1200px;
}

#navigation ul li{
    display: inline-block;
    margin-right: 15px;
}

#navigation ul li:last-child{
    margin-right: 0;
}

#navigation ul li a{
    color:#fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: montserratbold, sans-serif;
}

#navigation ul li a:hover{
    color:#FFF502;
}
#header{
    width:100%;
    height:76px;
    position: relative;
    max-width: 1200px;
}

    #logo{
        width:100%;
        text-align: center;
        height: 76px;
    }

        #logo img{
            height:100%;
        }
.slideStrip{
    height:auto !important;
}
#slideWrapper{
    width:100%;
    height: 148px;
    overflow: hidden;
    margin-bottom: 20px;
}
    #slide{
        width:100%;
        height: 121px;
        margin-bottom: 10px;
    }

    #slide img{
        width:100%;
    }

    #slidePager{
        width:100%;
        height: 17px;
        text-align: center;
        z-index: 999;
        cursor: pointer;
    }
        #slidePager span{
            width:17px;
            height: 17px;
            background: #0069B4;
            display: inline-block;
            margin-right: 2px;
            border-radius: 50%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            #slidePager span.cycle-pager-active{
                border:solid 2px #FFF502;
            }

#content{
    width:100%;
    text-align: center;

}

    .contentWrapper{
        width:95%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

#testimonialWrapper{
    background: url("images/teambg.jpg") no-repeat top center fixed;
    background-size:cover;
    color:#ddd;
    padding-top: 20px;
}

#iconList, #testimonialList, #teamList{
    padding: 0px;
    margin: 0 auto 0 auto;
    width:95%;
    text-align: center;
    list-style: none;
}

    #teamList li{
        width:270px;
        display: inline-block;
        margin-bottom: 35px;
    }


    #testimonialList li, #iconList li{
        width:100%;
        display:inline-block;
        margin-bottom: 35px;
    }
        #testimonialList li img, #teamList li img{
            border-radius: 50%;
        }

        #testimonialList li img, #iconList li img,  #teamList li img{
            margin-bottom: 17px;
        }

        .testimonalHeading, .iconHeading, .teamHeading{
            font-family: montserratbold, sans-serif;
            width:100%;
            display: block;
            margin-bottom: 20px;
        }

        .teamHeading{
            text-transform: uppercase;
            font-size: 18px;
            margin-bottom: 10px;
        }

            .testimonalHeading span{
                font-family: montserratlight, sans-serif;
                border-bottom: solid 1px #777777;
                display: inline-block;
                padding: 5px 0 5px 0;
            }
.newsWrapper, .galleryBoxWrapper{
    width:95%;
    margin:0 auto 20px auto;

}
    .newsImageWrapper, .galleryBoxImage{
        width:100%;
        height: 166px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .newsImageWrapper img{
            width:100%;
        }

    .newsTitle{
        width:100%;
        margin-bottom: 15px;
        font-size:18px;
        font-family: montserratbold, sans-serif;
    }

    .newsDate{
        width:100%;
        margin-bottom: 15px;
        height: 10px;
        color:#999999;
    }

.newsWrapper a.button{
    margin:15px auto 0px auto;

}
.button{
    width:155px;
    height: 30px;
    text-align: center;
    padding-top: 15px;
    border-radius: 4px;
    background-color: #FF9900;
    color:#fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-family: montserratbold, sans-serif;
}

#newsLetter{
    background:#0000CC;
    width:100%;
    padding: 20px 0 20px 0;
    color:#fff;
    text-align: center;

}

    #newsLetter input.textInputs{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    #newsLetter a.button{
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

.textInputs{
    width:280px;
    height: 45px;
    color:#444;
    font-family: montserrat, sans-serif;
    border:none;
}

#footer{
    background: #444444;
    padding: 50px 0 50px 0;
    color:#ddd;
    text-align: center;
    font-family: montserratlight, sans-serif;
}

#footer a{
    color:#ddd;
}

/*
    NEWS PAGE
 */
.articleWrapper h1{
    margin: 0 0 10px 0;
}
    .articleWrapper{
        width:100%;
        border-bottom:solid 1px #999999;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
        .articleImage{
            width:100%;
            margin-bottom: 10px;
        }

        .articleImage img{
            width:100%;
        }

        .articleWrapper a.button{
            margin:15px auto 0px auto;

        }
        #popularPostsWrapper{
            width:100%;
            box-sizing: border-box;
            padding: 10px;
            background:#CDE1F1;
        }
        .sidebarPostWrapper{
            border-bottom:solid 1px #999999;
            padding-top: 10px;
            box-sizing: border-box;
            min-height: 100px;
            cursor: pointer;
        }

        .sidebarPostImage {
            width: 75px;
            height: 75px;
            float: left;
            overflow: hidden;
        }
        .sidebarPostTitle{
            padding-left:90px;
            width:100%;
            box-sizing: border-box;
        }


.pagination{
    margin: 0;
    padding: 0;
    text-align: center;
}


.pagination a{
    min-width:33px;
    height: 33px;
    border:solid 1px #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

.pagination a.disabled{
   display: none;
}
.pagination a.current, #pagination a:hover{
    background:#219AD6;
    color:#fff;
}

.pagination  a{
    text-decoration: none;
    color:#333333;
}


/*
    END NEWS PAGE
 */

#lightgallery a{
    width:150px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    border:solid 1px #fff;
    position: relative;
}
.lgoverlay{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    background: rgba(0,0,0,0.1);
    -webkit-transition: background 0.25s ease 0s;
    -o-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s;
    z-index: 99;
}
.lgoverlay:hover{
    background: rgba(0,0,0,0.2);
}
.lgoverlay:hover i{
    display: block;
}
.lgoverlay i{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    width:20px;
    height: 20px;
    font-size: 20px;
    color:#fff;
    margin: auto;
}
#lightgallery a img{
    width:100%;
}
#contactTable{
    width:100%;
    max-width: 500px;
}
#contactTable tr td{
    padding: 10px;
    border-collapse: collapse;
    position: relative;
}
.contactInput{
    background:#f6f4ee;
    border:solid 1px #e1e1e1;
    color: #888;
    width:100%;
    height: 45px;
    font-family: montserratlight, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

.contactTextArea{
    height: 100px;
}
.validation{
    border:solid 1px #D93600;
    margin-right:5px;
    padding:2px;
    position: absolute;
    height: 14px;
    top:0px;
    right: 15px;
    background-color: #FFEFBF;
    color:#CF232C;
    font-size: 12px;
}
blockquote {
    background:#CDE1F1;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.5em;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
@media screen and (min-width: 420px){
    #slideWrapper{
        width:100%;
        height: 185px;
        overflow: hidden;
    }
    #slide{
        width:100%;
        height: 158px;
        margin-bottom: 10px;
    }
    .newsImageWrapper{
        height:221px;
    }
}

@media screen and (min-width: 480px){
    .galleryBoxWrapper{
        width:200px;
        margin: 0 20px 20px 0;
        display: inline-block;
        cursor: pointer;
    }

    #slideWrapper{
        width:100%;
        height: 208px;
        overflow: hidden;
    }
    #slide{
        width:100%;
        height: 181px;
        margin-bottom: 10px;
    }

    .newsImageWrapper{
        height:255px;
    }
}

@media screen and (min-width: 600px) {
    #slideWrapper {
        height: 253px;
    }

    #slide {
        height: 226px;
    }

    .newsImageWrapper {
        height: 321px;
    }

    .galleryBoxWrapper {
        width: 260px;
    }
}

    @media screen and (min-width: 768px) {
        #navigation ul {
            text-align: left;
        }

        #navigation ul li {
            margin-right: 30px;
        }

        #header {
            height: 81px;
            background: url("images/headerbg.jpg") no-repeat right;
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        #logo {
            height: 81px;
            width: 205px;
            float: left;
        }

        #navButton {
            display: none;
        }

        #slideWrapper {
            height: 253px;
            position: relative;
        }

        #slide {
            height: 253px;
        }

        #slidePager {
            position: absolute;
            bottom: 5px;
        }

        #iconList li {
            width: 340px;
            display: inline-block;
        }

        #testimonialList li {
            position: relative;
            padding-left: 200px;
            box-sizing: border-box;
            text-align: left;
            display: block;
            min-height: 200px;
        }

        #testimonialList li img {
            position: absolute;
            left: 0px;
            top: 0px;

        }

        #testimonialList li span {
            text-align: left;
        }
        .newsWrapper{
            margin-left:0;
            display: inline-block;
        }
        .newsWrapper, .galleryBoxWrapper {
            vertical-align: top;
            width: 300px;
            text-align: left;
            margin-right: 20px;
        }

        .newsImageWrapper, .galleryBoxImage {
            height: 166px;
        }

        .newsTitle {
            text-align: left;
        }

        .newsDate {
            text-align: left;
        }

        .newsWrapper a.button {
            margin: 15px 0 0 0;
        }

        .articleSection {
            float: left;
        }

        .articleWrapper {
            text-align: left;
        !important;
        }

        .articleWrapper a.button {
            margin: 15px 0 0;
        }

        .sidebar {
            display: block;
            float: left;
            width: 320px;
            margin-left: 20px;
        }
    }

    @media screen and (min-width: 1024px) {
        #slideWrapper, #slide {
            height: 389px;
        }

    }

    @media screen and (min-width: 1200px) {
        #slideWrapper, #slide {
            height: 456px;
        }

    }

    @media screen and (min-width: 1366px) {
        #slideWrapper, #slide {
            height: 520px;
        }
    }


