section#bigimg {
    margin-top:-30px;
    position: relative;
    text-align: center;
    padding: 130px 0;
    /*background-image: url(../../img/pages/main.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    color: white;
}

section#bigimg:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index:-1;
}

section#bigimg > div.container {
    position: relative;
    z-index: 10;
}

.navbar {
    margin: 0 !important;
}

section#bigimg h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 25px;
    /*background: rgba(0, 0, 0, .5);*/
    display: inline-block;
    border-bottom: 5px solid rgba(255, 255, 255, 0.31);
}


section#bigimg p {
    margin: 20px 0 0;
    font-size: 18px;
}

section#services {
    margin-top: 30px;
}

section#services div.service-block {
    width: 80%;
    margin: -100px auto 0;
}

section#services div.service-block div.service-block-header {
    padding: 20px 20px 10px;
    background-color: #5cb85c;
    background-image: url(../../img/bg-page.png);
}

section#services div.service-block div.service-block-header,
section#services div.service-block div.service-block-info {
    text-align: center;
    color: white;
}

section#services div.service-block div.service-block-info {
    background: #313334;
    padding: 15px;
}

section#services h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

section#services div.service-block div.service-block-header i {
    font-size: 35px;
}

section#services div.service-item {
    padding-left: 0;
    padding-right: 0;
}

section#contacts > h3,
section#portfolio > div > h3,
section#team > h3,
section#benefits > div > h3,
section#directions > h3,
section#timeline > div > h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding: 0 0 50px;
}

.directions-item {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 82%);
    box-shadow: 5px 5px 0 hsla(0, 0%, 0%, 0.07);
    padding: 20px;
    margin: 0 0 30px;
}

.directions-item .service-icon {
    float: left;
}

.directions-item .service-content h3 {
    margin: 11px 0 30px 67px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.directions-item .service-content p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.directions-item .service-icon i {
    background: #5cb85c;
    box-shadow: 5px 5px 0 hsla(0, 0%, 0%, 0.1);
    color: hsl(0, 0%, 100%);
    font-size: 26px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    transition: all 0.2s ease-in-out;
}

.directions-item:hover .service-icon i {
    background: hsl(200, 3%, 20%) none repeat scroll 0 0;
    border-radius: 50%;
    transform: translate(0px, 3px);
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 990px) {
    .directions-item {
        margin-bottom: 20px;
    }
}

/*section#portfolio div.col-md-2 {
    border: 1px solid #cecece;
    background: #f3f3f3;
}

section#portfolio div.col-md-2 img {
    max-width: 70%;
}

section#info {
    padding: 30px 0 0;
}

section#info div#portfolio-block div.col-md-6 {
    padding: 0 0 10px 10px;
}

section#info div#portfolio-block div.col-md-6 div.inner {
    height: 150px;
    position: relative;
    overflow: hidden;
}

section#info div#portfolio-block div.col-md-6 img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

section#portfolio,
section#timeline,
section#benefits {
    background-color: rgb(92, 184, 92);
    background-image: url(../../img/bg-page.png);
    padding: 50px 0;
    margin: 50px 0;
    color: white;
}

section#timeline {
    background-color: #313334;
}

section#timeline .main-timeline .description {
    color: white;
}

.benefits-item {
    text-align: center;
    margin-top: 50px;
}

.benefits-item .service-icon {
    border-left: 2px solid white;
    border-right: 2px solid white;
    width: 116px;
    height: 67px;
    margin: 0 auto;
    transform: rotate(0.0001deg);
    position: relative;
}

.benefits-item .service-icon:after,
.benefits-item .service-icon:before {
    content: "";
    width: 82px;
    height: 82px;
    border-bottom: 2.8284px solid white;
    border-left: 2.8284px solid white;
    position: absolute;
    left: 14.9878px;
    bottom: -41.0122px;
    transform: scaleY(0.5774) rotate(-45deg);
    z-index: 1;
}

.benefits-item .service-icon:before {
    border: 0px none;
    border-right: 2.8284px solid white;
    border-top: 2.8284px solid white;
    top: -41.0122px;
}

.benefits-item .service-icon > i {
    font-size: 48px;
    line-height: 67px;
    color: white;
}

.benefits-item .service-content h3 {
    font-size: 18px;
    line-height: 28px;
    color: white;
    margin-top: 60px;
    text-transform: uppercase;
}

section#contacts > h3:after,
section#team > h3:after,
section#directions > h3:after,
section#timeline > div > h3:after,
section#portfolio > div > h3:after,
section#benefits > div > h3:after,
.benefits-item .service-content h3:after {
    content: "";
    border: 1px solid #5cb85c;
    width: 40px;
    display: block;
    margin: 20px auto;
}

section#contacts > h3.w:after,
section#team > h3.w:after,
section#directions > h3.w:after,
section#timeline > div > h3.w:after,
section#portfolio > div > h3.w:after,
.benefits-item .service-content h3.w:after {
    border: 1px solid white;
}

section#portfolio > div > h3:after,
section#timeline > div > h3:after,
section#benefits > div > h3:after {
    border: 1px solid white;
}

section#contacts > h3:after,
section#team > h3:after,
section#directions > h3:after,
section#timeline > div > h3:after,
section#portfolio > div > h3:after,
section#benefits > div > h3:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.benefits-item .service-content p {
    line-height: 24px;
    font-size: 15px;
}

@media screen and (max-width: 990px) {
    .benefits-item {
        margin-bottom: 20px;
    }
}

section#benefits h4 {
    font-weight: bold;
}

section#benefits div.col-md-3 {
    text-align: center;
}

section#benefits div.benefits-item div.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: transparent;
    border: 13px solid rgba(0, 0, 0, 0.09);
    margin: 0 auto 37px;
    padding: 35px 0 0;
    transition: all 0.25s ease 0s;
    display: block;
    position: relative;
}

section#benefits div.benefits-item div.circle:hover {
    background: #5cb85c;
}

section#benefits div.benefits-item div.circle:hover span {
    color: white;
}

section#benefits div.benefits-item div.circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    color: #5cb85c;
}

section#team .team-item {
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 30px;
}

section#team .pic img {
    width: 100%;
    height: 100%;
}

section#team .post-title {
    font-size: 15px;
    color: #000;
}

section#team .post {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}

section#team .description {
    padding: 20px;
    color: #666;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}

@media screen and (max-width: 990px) {
    section#team .team-item {
        margin-bottom: 30px;
    }
}

/*section#team {
    margin: 50px 0 0;
}*/

.main-timeline .timeline {
    padding: 20px 60px;
    position: relative;
}

.main-timeline .timeline:first-child {
    padding-top: 0;
}

.main-timeline .timeline:last-child {
    padding-bottom: 0;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: white;
    box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px transparent;
    text-align: center;
    margin: auto 0;
    font-size: 25px;
    color: #313334;
    position: absolute;
    top: 0;
    left: -34px;
    bottom: 0;
    z-index: 2;
}

.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon {
    box-sizing: content-box;
    margin: 0;
    top: 0;
    left: -36px;
    border: 2px solid #fff;
    /*box-shadow: 0 0 0 4px rgba(49, 51, 52, 0.33);*/
}

.main-timeline .timeline:last-child .timeline-icon {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: -34px;
}

.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon {
    right: -36px;
}

.main-timeline .timeline-content {
    width: 50%;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    text-align: right;
}

.main-timeline .title {
    font-size: 18px;
    color: white;
    margin-top: 0;
    text-transform: uppercase;
}

.main-timeline .description {
    font-size: 15px;
    color: #313334;
    line-height: 25px;
    margin: 0;
}

.main-timeline .border {
    width: 50%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.main-timeline .timeline:nth-child(2n) .border {
    border-left: none;
    border-right: 2px solid white;
    border-radius: 0 6px 6px 0;
    left: 50%;
}

.main-timeline .timeline:first-child .border {
    border-top: none;
}

.main-timeline .timeline:last-child .border {
    border-bottom: none;
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        padding: 40px 60px;
        margin: 0 0 0 35px;
    }

    .main-timeline .timeline:nth-child(2n) {
        margin: 0 35px 0 0;
    }

    .main-timeline .timeline-content {
        width: 100%;
    }
}

iframe {
    width: 99%;
    margin: 0 auto;
}

section#portfolio div.img {
    border: 0 !important;
}

section#portfolio div.item > div {
    /*box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.25);*/
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

section#portfolio div.details-hover {
    overflow: visible !important;
}

section#contact {
    margin: 0 0 30px;
}