/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light-webfont.woff') format('woff'),
        url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium-webfont.woff') format('woff'),
        url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: robotolight;
    font-size: 16px;
    color: #4f4f4f;
    background: #fff url('images/bg.jpg') no-repeat center top;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.grey {
    border: 0px;
    border-bottom: 2px solid #dedede;
}

.lightgrey {
    border: 0px;
    border-bottom: 1px solid #dedede;
    margin: 30px 0px;
}

h1.welcome {
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    color: #202020;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #38931f;
}

a.anchorButton {
    text-decoration: none;
    font-size: 16px;
    color: #a4a4a4;
    background: #595959;
    display: inline-block;
    padding: 8px 19px;
}

a.anchorButtonGrey {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #38931f;
    display: inline-block;
    padding: 8px 19px;
}

h2 {
    border-bottom: 2px solid #38931f;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

div.text_center {
    text-align: center;
}

.container {
    width: 1000px;
    margin: auto;
    max-width: 100%;
}

.innerPageCont {
    margin-top: 30px;
    background: #fff;
}

.top-bar {
    width: 100%;
    min-height: 58px;
}

.logo {
    position: relative;
    z-index: 99;
    margin-top: 20px;
}

.top-bar-cont {
    margin-left: 38px;
    margin-top: 14px;
}

.top-bar-cont span {
    color: #38931f;
    font-size: 14px;
}

.top-bar-cont span.big,
.top-bar-cont a.big {
    font-size: 20px;
    color: #4f4f4f;
    text-decoration: none;
    margin-right: 35px;
}

.top-bar-cont .social {
    float: right;
    margin-top: 5px;
    margin-top: 5px\9;
}

.top-bar-cont .social a {
    background: url('images/social.jpg') no-repeat;
    display: inline-block;
    width: 21px;
    height: 18px;
    margin: 0px 3px;
}

.top-bar-cont .social a.fb {
    background-position: 10px 0px;
}

.top-bar-cont .social a.tw {
    background-position: -25px 0px;
}

.top-bar-cont .social a.mail {
    background-position: -65px 0px;
}

.menu {
    width: 990px;
    display: block;
    margin: 40px auto 0px auto;
    padding: 0px;
    position: relative;
    z-index: 99;
    background: #fff;
    text-align: center;
    list-style-type: none;
}

.menu li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.menu li a {
    display: inline-block;
    font-size: 15px;
    font-family: robotoregular;
    padding: 20px 0px;
    color: #4f4f4f;
    text-decoration: none;
    width: 87px;
    text-align: center;
    margin: 0px 7px;
    text-transform: uppercase;
}

.menu li a:hover {
    background: url('images/menu-hover.png') no-repeat center bottom;
}

.current-menu-item a {
    background: url('images/menu-hover.png') no-repeat center bottom;
}

.slider {
    width: 100%;
    height: 480px;
    margin: -177px auto 0px auto;
}

.inner_slider {
    background: url('images/innerSlide.jpg') no-repeat center;
    width: 1100px;
    height: 340px;
    margin: -177px auto 0px auto;
}

h1.main_page_heading {
    background: #38931f;
    color: #fff;
    display: inline-block;
    padding: 17px 43px;
    margin-top: -77px;
    position: relative;
    font-weight: normal;
}

h1.main_page_heading:after {
    clear: both;
}


.shadow_big {
    background: url('images/shadow_big.jpg') no-repeat center;
    width: 100%;
    height: 33px;
    margin-top: 35px;
}

.our-services {
    text-align: center;
    margin-bottom: 20px;
}

.our-services h1 {
    border-bottom: 2px solid #38931f;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}

.our-services .block {
    float: left;
    margin: 20px 10px 0px 10px;
    width: 300px;
    text-align: center;
}

.our-services .block .image {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.our-services .block h1 {
    font-family: robotomedium;
    font-size: 20px;
    color: #4f4f4f;
    border-bottom: 0px;
    margin-bottom: 5px;
}

.our-services .block p {
    margin-top: 8px;
}

.our-services .block a.read-more {
    color: #38931f;
}

.our-services .second {
    margin-left: 25px;
    margin-right: 25px;
}

.recent-projects {}

.recent-projects img.left {
    margin-right: 20px;
    width: 45%;
}

.recent-projects h1 {
    border-bottom: 2px solid #38931f;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}

.recent-projects .block {
    width: 50%;
    min-height: 183px;
    max-height: 183px;
}

.recent-projects h2 {
    font-family: robotomedium;
    font-size: 20px;
    color: #4f4f4f;
    border-bottom: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 2px;
}

.footer-100 {
    width: 100%;
    background: #f0f0f0;
    padding: 20px 0px;
    margin-top: 65px;
}

.footer-100 .left {
    margin: 0px 20px;
}

.footer-100 h1 {
    font-weight: normal;
    font-size: 16px;
}

.footer-menu {
    margin: 20px 50px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-menu li {
    margin: 0px;
    padding: 0px;
}

.footer-menu li a {
    color: #4f4f4f;
    display: block;
    margin: 2px 0px;
    background: url('images/list_bullet.png') no-repeat left;
    text-indent: 22px;
}

.socialize {
    margin-top: 17px;
    margin-right: 30px;
}

.socialize a {
    background: url('images/socialize.png') no-repeat;
    height: 37px;
    margin-bottom: 15px;
    display: block;
    color: #4f4f4f;
    text-indent: 50px;
    line-height: 37px;
}

.socialize a.fb {
    background-position: 0px 0px;
}

.socialize a.tw {
    background-position: 0px -57px;
}

.socialize a.mail {
    background-position: 0px -114px;
}

.footer-100 h2.companyname {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

.footer-100 .right {
    margin-top: 15px;
}

.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: auto;
    box-shadow: 4px 4px 0px 0px #E5E5E5;
}

.addres-block-cont {
    margin: auto;
}

.address-block {
    border: 1px solid #dddddd;
    width: 43%;
    padding: 15px 0px 15px 40px;
    min-height: 256px;
}

.address-block h3 {
    font-family: robotomedium;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
}

.address-block p {
    margin-top: 7px;
    margin-bottom: 20px;
}

#contactFrm {
    width: 100%;
    margin-top: 40px;
}

#contactFrm input[type=text] {
    border: 1px solid #c4c4c4;
    padding: 5px 4px;
    display: inline-block;
    width: 49.65%;
    font-family: robotolight;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    outline: none;
}

#contactFrm textarea {
    border: 1px solid #c4c4c4;
    padding: 5px 4px;
    display: block;
    width: 100%;
    font-family: robotolight;
    font-size: 16px;
    color: #333;
    resize: none;
    outline: none;
}

#contactFrm input[type=submit] {
    background: #38931f;
    padding: 10px 0px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: robotolight;
    font-size: 16px;
    color: #fff;
    border: 0px;
    outline: none;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

#loading {
    display: none;
}

#errorMessage {
    padding: 7px 0px 7px 10px;
    border-left: 2px solid red;
    font-family: robotoregular;
    text-align: left;
    background: #fff;
    box-shadow: 1px 1px 0px 0px #dbdbdb;
    display: none;
    width: 97.8%;
}

#successMessage {
    padding: 7px 0px 7px 10px;
    border-left: 2px solid green;
    display: none;
    font-family: robotoregular;
    text-align: left;
    background: #fff;
    box-shadow: 1px 1px 0px 0px #dbdbdb;
    width: 97.8%;
}

.client {
    border: 1px solid #dadada;
    border-radius: 6px;
    font-size: 15px;
    font-family: robotolight;
    width: 46%;
    display: inline-block;
    margin: 0px 10px 10px 10px;
    padding: 10px 0px 10px 10px;
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-8 */

}

.service_block {
    width: 44%;
    display: block;
}

.service_block .image {
    border: 1px solid #dadada;
    border-radius: 7px;
    width: 100%;
    height: 245px;
    overflow: hidden;
    position: relative;
}

.service_block h1 {
    font-size: 22px;
    font-family: robotoregular;
    color: #38931f;
    font-weight: normal;
    margin: 8px 0px 5px 0px;
}

.service_block p {
    margin: 0px 0px 40px 0px;
}

.seats {
    width: 72px;
    background: #38931f;
    font-family: robotolight;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0px 4px 0px;
}

.currentopenings {
    width: 43%;
    margin-right: 50px;
}

.currentopenings .block {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dotted #38931f;
}

.currentopenings .block h2 {
    font-size: 20px;
    font-family: robotoregular;
    color: #38931f;
    font-weight: normal;
    border: none;
    margin-bottom: 7px;
    margin-top: 0px;
}

.currentopenings .block p {
    margin-top: 9px;
    margin-bottom: 6px;
}

.currentopeningsFrm {
    width: 80%;
}

#frmCareer {
    display: block;
}

#frmCareer input[type=text],
#frmCareer input[type=email] {
    border: 1px solid #c4c4c4;
    padding: 6px 6px;
    outline: none;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-family: robotolight;
    font-size: 15px;
}

#frmCareer textarea {
    border: 1px solid #c4c4c4;
    padding: 6px 6px;
    outline: none;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    resize: none;
    font-family: robotolight;
    font-size: 15px;
}

#frmCareer select {
    border: 1px solid #c4c4c4;
    padding: 6px 6px;
    outline: none;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-family: robotolight;
    font-size: 15px;
}

#frmCareer input[type=submit] {
    background: #38931f;
    padding: 10px 0px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: robotolight;
    font-size: 15px;
    color: #fff;
    border: 0px;
    outline: none;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}


@media only screen and (max-width: 990px) {

    .container,
    .menu,
    .slider,
    .inner_slider {
        max-width: 99%;
    }

    .our-services .block {
        width: 299px;
    }

    .our-services .second {
        margin-left: 10px;
        margin-right: 10px;
    }

    #contactFrm input[type=text] {
        width: 48.65%;
    }

    #contactFrm textarea,
    #contactFrm input[type=submit] {
        width: 98%;
    }

    #errorMessage,
    #successMessage {
        width: 95.6%;
    }

    .footer-100 .left {
        margin: 0px 15px;
    }
}



.team-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .team-repeater {
        grid-template-columns: 1fr 1fr;
    }
    .team-repeater-description {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .team-repeater {
        grid-template-columns: 1fr;
    }
}