*,body {
    margin: 0;
}

body,html,iframe {
    height: 100%;
}

body,iframe,img {
    width: 100%;
}

i.closeme,i.next,i.prev,iframe {
    top: 0;
    position: absolute;
    right: 0;
}

.drop-menu,.icon-list,.news .comments .comments-list ul {
    list-style: none;
}

body {
    padding: 0;
    background: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    color: #333;
    overflow-x: hidden;
}

.raleway,h1,h2,h3,h4,h5,h6 {
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
    border: 0;
}

#img,img {
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: lighter;
}

h1 {
    font-size: 42px;
}

#img {
    width: auto;
    max-width: 100%;
    max-height: 488px;
}

a {
    color: #02a9cb;
    text-decoration: none;
}

a:hover,a:hover #close {
    color: #016a7f;
    text-decoration: none;
}

input,select,textarea {
    resize: none;
    border: 1px solid #ccc;
}

input[type=date],input[type=text],select,textarea {
    width: 100%;
}

.errorForm {
    color: #8fb9d6;
    -moz-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
}

#back-to-top {
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: table;
    text-align: center;
    z-index: 9999;
    float: left;
}

.divider,.spacer {
    display: block;
}

#back-to-top a {
    color: rgba(192,192,192,.3);
}

#back-to-top a:hover {
    color: #222;
}

.color,.color .divider.divider-1,.color .lead,.dropcap {
    color: #02a9cb;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.icon-list {
    padding: 0;
    margin: 0;
}

i.closeme,i.next,i.prev {
    width: 24px;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer;
    font-size: 30px;
}

i.prev {
    float: left;
    margin-left: 10px;
}

i.next {
    float: right;
    margin-right: 10px;
}

i.closeme:hover,i.next:hover,i.prev:hover {
    cursor: pointer;
    color: #02a9cb;
}

.full-container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section .container {
    z-index: 80;
    min-height: 100%;
    position: relative;
}

.section-content-wrapper,.section-content-wrapper .section-content {
    width: 80%;
    margin: 0 auto;
}

@media (max-width:768px) {
    .section-content-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

.section-heading {
    text-align: center;
}

.section-heading h1 {
    margin-top: 0;
}

.grey-bg {
    background: #eee;
}

.open-sans {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.intro-text {
    font-size: 14px;
}

.intro-text .dropcap {
    font-size: 85px;
    line-height: 68px;
}

.extra-large-text {
    font-size: 54px;
}

@media (max-width:991px) {
    .extra-large-text {
        font-size: 46px;
    }
}

@media (max-width:767px) {
    .extra-large-text {
        font-size: 40px;
    }
}

.dropcap {
    float: left;
    font-size: 75px;
    line-height: 55px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
}

.color .divider.divider-1::after,.color .divider.divider-1::before {
    background: #02a9cb;
}

.white,.white .divider.divider-1,.white .lead {
    color: #fff;
}

.white .divider.divider-1::after,.white .divider.divider-1::before {
    background: #fff;
}

.spacer {
    width: 100%;
    clear: both;
}

.spacer.spacer-25 {
    height: 25px;
}

.spacer.spacer-50 {
    height: 50px;
}

.spacer.spacer-75 {
    height: 75px;
}

.spacer.spacer-100 {
    height: 100px;
}

.spacer.spacer-125 {
    height: 125px;
}

.divider.divider-1::after,.divider.divider-1::before {
    content: "";
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    background: #222;
}

.divider.divider-1 {
    font-size: 24px;
    color: #222;
}

.divider.divider-1::before {
    display: inline-block;
}

.btn {
    border-radius: 0;
    -webkit-transition: background .4s,color .3s;
    -moz-transition: background .4s,color .3s;
    -ms-transition: background .4s,color .3s;
    transition: background .4s,color .3s;
    font-weight: 300;
}

.btn.btn-default {
    border-color: #333;
}

.btn.btn-default:hover {
    background: #333;
    color: #fff;
}

.btn.btn-primary {
    border-color: #02a9cb;
    background: #02a9cb;
}

.btn.btn-primary:hover {
    background: #016a7f;
    border-color: #016a7f;
}

.progress {
    height: 30px;
}

.progress .progress-bar {
    line-height: 30px;
    background-color: #02a9cb;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 12px 15px;
    border-color: #555;
    margin-bottom: 20px;
    height: auto;
}

.form-control:focus {
    border-color: #999;
    box-shadow: none;
    border-width: 1px;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control:-moz-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control:-ms-input-placeholder {
    color: #333;
}

textarea.form-control {
    min-height: 200px;
}

.jcarousel_holder {
    height: 100px;
    overflow-y: scroll;
    width: 100%;
}

.jcarousel img {
    width: 60px;
    height: 60px;
    margin: 10px 5px;
    border: 5px solid #fff;
    border-bottom: 10px solid #fff;
    outline: #e2e2e2 solid 1px;
    float: left;
}

.jcarousel #btnclose {
    font-size: 10px;
    vertical-align: top;
    margin-left: -15px;
    cursor: pointer;
}

.pg-full-video .pg-full-video-arrow a,.pg-img-content-slider .pg-img-content-slider-arrow a {
    color: #fff;
    font-size: 31px;
}

.title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.pg-img-content-slider {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pg-img-content-slider .pg-img-content-slider-img-cont {
    width: 100%;
    height: 100%;
}

.pg-img-content-slider .pg-img-content-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    z-index: 80;
}

.pg-img-content-slider .pg-img-content-slider-content .owl-wrapper-outer,.pg-img-content-slider .pg-img-content-slider-content .owl-wrapper-outer .owl-wrapper,.pg-img-content-slider .pg-img-content-slider-content .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}

.pg-img-content-slider .pg-img-content-slider-content .owl-controls {
    display: none !important;
}

.pg-img-content-slider .pg-img-content-slider-content .pg-img-content-slider-content-slide {
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}

.pg-img-content-slider .pg-img-content-slider-content .pg-img-content-slider-content-slide .pg-img-content-slider-content-cont {
    display: table-cell;
    vertical-align: middle;
}

.pg-img-content-slider .pg-img-content-slider-arrow {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 80;
}

.pg-full-video {
    height: 100%;
    width: 100%;
    position: relative;
}

.pg-full-video .pg-full-video-cont,.pg-full-video .pg-full-video-cont .pg-full-vid {
    height: 100%;
    width: 100%;
}

.pg-full-video .pg-full-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    z-index: 51;
}

.pg-full-video .pg-full-video-content .pg-full-video-content-cont {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.pg-full-video .pg-full-video-arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 51;
}

.icon-boxes .icon-box {
    position: relative;
    padding: 5px 25px;
}

.icon-boxes .icon-box .icon-box-icon {
    position: absolute;
    top: 0;
    color: #222;
    color: rgba(221,221,221,.6);
}

.icon-boxes .icon-box .icon-box-icon i {
    font-size: 72px;
    display: table;
    text-align: center;
    height: 100px;
    width: 100px;
}

.icon-boxes .icon-box .icon-box-icon i:before {
    display: table-cell;
    vertical-align: middle;
}

.icon-boxes .icon-box .icon-box-icon.icon-size-2 i {
    font-size: 24px;
}

.icon-boxes .icon-box .icon-box-text {
    position: relative;
    z-index: 70;
    padding: 0 10px;
}

.icon-boxes .icon-box .icon-box-text h3 {
    margin-top: 8px;
    font-size: 21px;
    color: #02a9cb;
}

.icon-boxes .icon-box.left {
    text-align: left;
    padding-left: 0;
}

.icon-boxes .icon-box.left .icon-box-icon {
    left: 3%;
}

.icon-boxes .icon-box.right {
    text-align: right;
}

.icon-boxes .icon-box.right .icon-box-icon {
    right: 5%;
}

.subtitle a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.subtitle a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.members-nav {
    display: none;
    font-size: 21px;
    margin: 0 0 50px;
    text-align: center;
}

.members-nav .nav-item {
    margin: 0 15px;
    background: #eee;
    padding: 8px 15px;
    color: #222;
    cursor: pointer;
}

.members {
    position: relative;
}

.members .member,.members .member .member-img {
    position: relative;
    overflow: hidden;
}

.members .member .member-img .member-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 85;
}

.members .member .member-img .member-more a {
    color: #fff;
    display: table;
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    z-index: 80;
}

.members .member .member-img .member-more a,.members .member .member-img .member-more a i:before {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.members .member .member-img .member-more a i {
    display: table-cell;
    vertical-align: middle;
}

.members .member .member-img .member-more a i:before {
    display: block;
    margin-top: -50px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.members .member .member-img .member-more a:hover {
    text-decoration: none;
    background: rgba(0,0,0,.6);
}

.members .member .member-img .member-more a:hover i:before {
    margin-top: 0;
    opacity: 1;
}

.members .member .member-info {
    width: 100%;
    padding-top: 15px;
}

.members .member .member-info .member-name h4 {
    margin-top: 0;
}

.members .member .member-info .member-position {
    font-size: 12px;
    color: #02a9cb;
}

.members .member .member-info .social {
    padding-top: 10px;
    padding-bottom: 10px;
}

.members .member .member-info .social a {
    display: inline-block;
    margin: 0 5px;
    color: #222;
    text-align: center;
}

.members .member .member-info .social a:first-child {
    margin-left: 0;
}

.members .member .member-info .social a i {
    display: table;
    background: #eee;
    height: 36px;
    width: 36px;
    font-size: 12px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.members .member .member-info .social a i:before {
    display: table-cell;
    vertical-align: middle;
}

.members .member .member-info .social a:hover {
    color: #fff;
}

.members .member .member-info .social a:hover i {
    background: #02a9cb;
}

.members .owl-page {
    display: none;
}

.members .owl-page span {
    background: #eee !important;
}

.members .owl-page.active span {
    background: #999 !important;
}

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

.dark .members .member .member-info .social a {
    color: #505050;
}

.dark .members .member .member-info .social a i {
    background: #121212;
}

.dark .members .member .member-info .social a:hover {
    color: #fff;
}

.dark .members .member .member-info .social a:hover i {
    background: #02a9cb;
}

.member-single {
    background: #fff;
    width: 100%;
    max-width: 650px;
    min-height: 100%;
    height: auto;
    padding-top: 1px;
    position: relative;
    margin: 0 auto;
}

.member-single .section-content-wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

.member-single .section-heading {
    margin-bottom: 0;
    margin-top: 25px;
}

.member-single .section-heading h1 {
    font-size: 36px;
}

.member-single .member-nav {
    padding: 20px 0;
    text-align: center;
}

.member-single .member-nav a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.member-single .member-nav a i {
    display: table;
    background: #eee;
    height: 42px;
    width: 42px;
    font-size: 18px;
}

.member-single .member-nav a i:before {
    display: table-cell;
    vertical-align: middle;
}

.member-single .member-nav .member-close {
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity: 1;
    cursor: pointer;
}

.member-single .member-nav .member-close i {
    font-style: normal;
    line-height: 1;
    height: 42px;
    width: 42px;
    font-size: 18px;
    position: static;
    padding: 0;
    opacity: 1;
    color: #222;
}

.member-single .member-nav .member-close i:before {
    content: "x";
}

.member-single .member-title {
    text-align: center;
}

.member-single .member-title h1 {
    font-size: 68px;
    text-transform: uppercase;
}

.member-single .member-title h1:after {
    content: "";
    display: block;
    margin: 20px auto;
    height: 5px;
    width: 100px;
    background: #02a9cb;
}

.member-single .member-info {
    width: 100%;
    height: 100%;
}

.member-single .member-info .img {
    width: 100%;
    margin: 0 auto;
}

.member-single .member-info .text {
    font-size: 16px;
    padding: 0 25px 25px;
}

.member-single .member-info .text h2 {
    margin-top: 0;
    font-weight: 400;
}

.services {
    background-image: url(../img/site/2cows.jpg);
}

.service-nav {
    font-size: 21px;
    margin: 0 0 50px;
    text-align: center;
}

.service-nav .nav-item {
    margin: 0 15px;
    background: rgba(255,255,255,.2);
    padding: 8px 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    cursor: pointer;
    font-size: 21px;
}

.service-nav .nav-item:hover {
    color: #919191;
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.4);
}

.service-items .service-item {
    text-align: center;
    padding: 0 15px;
    color: #fff;
}

.service-items .service-item .service-item-icon {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.2);
    margin: 0 auto 15px;
}

.service-items .service-item .service-item-icon i {
    font-size: 36px;
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.service-items .service-item .service-item-icon i:before {
    display: table-cell;
    vertical-align: middle;
}

.service-items .owl-page span {
    background: rgba(255,255,255,.4) !important;
}

.service-items .owl-page.active span {
    background: rgba(255,255,255,.8) !important;
}

.quote-block {
    padding: 50px 0;
    font-weight: 400;
    font-size: 18px;
}

.quote-block .quote-wrapper {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}

.quote-block .quote-wrapper p {
    display: table-cell;
    vertical-align: middle;
    color: rgba(0,0,0,.2);
    -webkit-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
    -ms-transition: all .6s ease .1s;
    -o-transition: all .6s ease .1s;
    transition: all .6s ease .1s;
}

.quote-block .quote-wrapper p:before {
    margin-right: 5px;
    transition: all .6s ease .1s;
}

.quote-block .quote-wrapper p:after,.quote-block .quote-wrapper p:before {
    display: inline-block;
    font-family: FontAwesome;
    color: rgba(0,0,0,.1);
    -webkit-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
    -ms-transition: all .6s ease .1s;
    -o-transition: all .6s ease .1s;
}

.quote-block .quote-wrapper p:after {
    margin-left: 5px;
    transition: all .6s ease .1s;
}

.quote-block:hover .quote-wrapper p,.quote-block:hover .quote-wrapper p:after,.quote-block:hover .quote-wrapper p:before {
    color: #222;
}

.dark .quote-block .quote-wrapper p,.dark .quote-block .quote-wrapper p:after,.dark .quote-block .quote-wrapper p:before {
    color: rgba(112,112,112,.2);
}

.dark .quote-block:hover .quote-wrapper p,.dark .quote-block:hover .quote-wrapper p:after,.dark .quote-block:hover .quote-wrapper p:before {
    color: rgba(112,112,112,.6);
}

.social .social-boxes .social-box {
    text-align: center;
    color: #555;
    overflow: hidden;
    background: #f9f9f9;
    border: 0 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social .social-boxes .social-box .social-box-icon {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}

.social .social-boxes .social-box .social-box-icon a i {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 42px;
    color: #555;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 50;
}

.contact-info .contact-info-block .contact-item,.social .social-boxes .social-box .social-box-icon a i:hover,.social .social-boxes .social-box:hover,.social .social-boxes .social-box:hover .social-box-icon a i {
    color: #fff;
}

.social .social-boxes .social-box .social-box-icon a i:before {
    display: table-cell;
    vertical-align: middle;
}

.social .social-boxes .social-box.facebook:hover {
    background: #3b5998;
}

.social .social-boxes .social-box.twitter:hover {
    background: #4099ff;
}

.social .social-boxes .social-box.youtube:hover {
    background: #e52d27;
}

.social .social-boxes .social-box.google:hover {
    background: #d34836;
}

#contact {
    width: 100%;
}

#contact-form {
    margin: 0 auto;
}

#contact .contact-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#contact .contact-wrapper::after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
}

#contact .contact-wrapper .contact-form-container {
    height: 100%;
    z-index: 8;
    padding: 0 60px;
    text-align: center;
}

#contact .contact-wrapper .contact-form-container .alert {
    display: none;
}

.alert.fail {
    z-index: 100;
    position: fixed;
    width: 100%;
    max-width: 450px;
    margin: auto;
    height: 52px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
}

@media (max-width:767px) {
    #contact .contact-wrapper .contact-form-container {
        width: 100%;
    }
}

#contact .contact-wrapper .contact-form-map-cont {
    float: left;
    width: 35%;
}

@media (max-width:767px) {
    #contact .contact-wrapper .contact-form-map-cont {
        width: 100%;
        height: 200px !important;
        overflow: hidden;
    }
}

#contact .contact-wrapper .contact-form-map {
    height: 100%;
}

.contact-info {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    background-image: url(../img/pics/leicar2.png);
    text-align: center;
}

.contact-info .contact-info-block {
    padding: 25px;
}

.contact-info .contact-info-block .contact-item .contact-item-icon {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.2);
    margin: 0 auto 15px;
}

.contact-info .contact-info-block .contact-item .contact-item-icon i {
    font-size: 38px;
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.contact-info .contact-info-block .contact-item .contact-item-icon i:before {
    display: table-cell;
    vertical-align: middle;
}

.contact-info .contact-info-block .contact-item .contact-item-text {
    font-size: 18px;
}

.contact-info .contact-info-block .contact-item .contact-item-text a {
    color: #fff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.contact-info .contact-info-block .contact-item .contact-item-text a:hover {
    color: #02a9cb;
}

#footer,.push {
    height: 4em;
}

.pg-footer {
    text-align: center;
    padding: 15px;
    border-top: 1px solid rgba(0,0,0,.15);
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

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

.news {
    margin-top: 40px;
}

.news .posts .post {
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.news .post {
    border-bottom: 1px solid #eee;
}

.news .post .post-title {
    text-align: center;
    margin: 25px 0;
}

.news .post .post-title h2 {
    margin-top: 0;
    font-size: 30px;
}

.news .post .post-title h2 a {
    color: #222;
}

.news .post .post-title h2 a:hover {
    color: #02a9cb;
}

.news .post .post-title .post-meta span {
    padding: 0 5px;
}

.news .post .post-title .post-meta span:first-child {
    padding-left: 0;
}

.news .post .post-media {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.news .post .post-media .post-slider {
    position: relative;
    overflow: hidden;
    background: #eee;
}

.post-slider .post-slider-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 80;
}

.post-slider .post-slider-nav .nav-item i {
    font-size: 32px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    width: 48px;
    height: 48px;
    display: table;
    text-align: center;
    float: right;
}

.post-slider .post-slider-nav .nav-item i:before {
    display: table-cell;
    vertical-align: middle;
}

.post-slider .post-slider-nav .nav-item i:hover {
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.4);
    color: #02a9cb;
}

.post-slider .post-slider-nav .nav-item.nav-left {
    float: left;
    margin-left: 15px;
}

.post-slider .post-slider-nav .nav-item.nav-right {
    float: right;
    margin-right: 15px;
}

.post-slider .owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.post-slider .owl-page span {
    background: rgba(255,255,255,.4) !important;
}

.post-slider .owl-page.active span {
    background: rgba(255,255,255,.8) !important;
}

.news .post .post-content {
    padding: 25px 0 20px;
}

.news .post .post-content .column {
    padding: 10px;
}

.news .comments {
    margin-top: 25px;
}

.news .comments h3 {
    margin-bottom: 25px;
}

.news .comments .comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news .comments .comments-list .user-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    position: relative;
}

.news .comments .comments-list .user-image img {
    height: 100%;
    width: auto;
}

.news .comments .comments-list .message {
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 40px;
}

.news .comments .comments-list .message .comment-meta {
    margin: 10px 0;
    font-size: .875em;
}

.news .comments .comments-list .message .comment-meta .date-meta {
    margin-right: 5px;
}

.news .comments .comments-list .message .comment-meta .reply-link {
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
    display: inline-block;
}

.news .comment-form .row {
    padding-top: 0;
    padding-bottom: 0;
}

.news .comment-form .comment-form-heading {
    text-align: center;
    margin: 25px 0;
}

.news .comment-form .comment-form-heading h1 {
    margin-top: 0;
}

.news .news-sidebar .sidebar-block {
    margin: 25px 0 30px;
}

.news .news-sidebar .sidebar-block:last-child {
    margin: 0;
}

.news .news-sidebar .sidebar-block .widget ul li {
    margin: 15px 0;
}

.pagination>li>a,.pagination>li>span {
    color: #222;
    background: #eee;
    border: none;
    margin: 0 1px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: #fff;
    background-color: #02a9cb;
    border-color: #02a9cb;
}

.pagination a {
    color: #222;
    background: #eee;
    border: none;
    margin: 0 1px;
    padding: 6px 12px;
}

.pagination a:focus,.pagination a:hover {
    color: #fff;
    background-color: #02a9cb;
    border-color: #02a9cb;
}

.dark .post {
    border-bottom: 1px solid #505050;
}

.dark .post .post-title h2 a {
    color: #999;
}

.dark .post .post-title h2 a:hover {
    color: #02a9cb;
}

.dark .pagination>li>a,.dark .pagination>li>span {
    color: #505050;
    background: #121212;
}

.dark .comments .comments-list .message {
    border-color: #505050;
}

.dark .comment-form-heading h1,.dark .comment-form-heading h2,.dark .comment-form-heading h3 {
    color: #999;
}

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
    color: #707070;
}

.dark .section-heading h1,.dark .white,.dark .white .divider.divider-1,.dark .white .lead,.dark .white h1 {
    color: #fff;
}

.dark .white .divider.divider-1::after,.dark .white .divider.divider-1::before {
    background: #fff;
}

.dark .divider.divider-1 {
    color: #909090;
}

.dark .divider.divider-1::after,.dark .divider.divider-1::before {
    background: #909090;
}

.dark .lead {
    color: #707070;
}

.desth {
    margin: 25px;
    width: 50%;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.destv {
    margin: 25px;
    width: 35%;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.border_shadow,.destv {
    box-shadow: 0 0 10px #000;
}

.border_shadow {
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.sec {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

.sec1 {
    background-image: url(../img/site/farm.jpg);
}

.sec2 {
    background-image: url(../img/site/crossing.jpg);
}

.sec3 {
    background-image: url(../img/site/grad.jpg);
}

.sec4 {
    background-image: url(../img/site/flyer/texture.jpg);
}

.sec5 {
    background-image: url(../img/site/field.jpg);
}

.sec6 {
    background-image: url(../img/site/multibgd.png);
}

.sec7 {
    background-image: url(../img/site/vaca.jpg);
}

.sec8 {
    background-image: url(../img/site/services.jpg);
}

.sec9 {
    background-image: url(../img/site/cows.jpg);
}

.sec10 {
    background-image: url(../img/site/frisian.jpg);
}

a.icon {
    color: #fff;
    padding: 0 10px;
}

a.icon:hover {
    color: #919191;
}

.services .service-items .service-item a.icon:hover .service-item-icon {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0,0,0,.6);
    background: rgba(0,0,0,.2);
    margin: 0 auto 15px;
}

.box,.white-table tr:nth-child(odd) {
    background: rgba(255,255,255,.2);
}

.box,.white-table {
    border: 5px solid #fff;
}

#overlay,.overlay,.table table {
    width: 100%;
    height: 100%;
}

.box,.table {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.box {
    color: #fff;
}

.table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.black-table {
    border: 1px solid #000;
    font-size: 13px;
    width: 100%;
}

table,td,th {
    padding: 0 5px;
}

.white-table tr:nth-child(even) {
    background: rgba(255,255,255,.5);
}

.table td {
    vertical-align: middle;
    text-align: left;
    text-align: center;
}

.dark-grey-bg,.table th {
    text-align: center;
}

.white-table td {
    border: 1px solid #fff;
    color: #fff;
}

.black-table td {
    border: 1px solid #000;
    color: #000;
}

.white-table th {
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    color: #fff;
}

.black-table th {
    border: 1px solid #000;
    color: #000;
}

@media (max-width:767px) {
    .post-slider .post-slider-nav {
        top: 35%;
    }

    .box {
        width: 100%;
    }
}

.dark-grey-bg {
    background: #333;
}

a.minuta {
    color: #fff;
}

a.minuta:hover {
    color: #02a9cb;
}

#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 99;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

#login-popup,#popup,.popup {
    right: 0;
    display: none;
    top: 0;
    text-align: center;
    left: 0;
    position: fixed;
}

.overlay.overlay-1 {
    background: rgba(0,0,0,.05);
    background-image: url(../img/pattern-dark.png);
}

#popup,.popup {
    background: #FFF;
    padding-top: 1px;
    max-width: 650px;
    //min-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

.popup {
    margin-top: 60px;
}

.num {
    cursor: pointer;
    color: #fff;
}

.button,.top-nav .btn {
    cursor: pointer;
    background: #eee;
    color: #222;
}

.top-nav {
    padding: 20px 0;
    text-align: center;
}

.top-nav .btn {
    margin: 0 5px;
    padding: 8px 15px;
}

.button {
    padding: 25px 5px;
    font-size: 20px;
    margin-top: 1px;
}

@media (min-width:479px) {
    .item-icon {
        overflow: hidden;
        width: 150px;
        height: 220px;
        border: 1px solid rgba(255,255,255,.6);
        background: rgba(255,255,255,.2);
        margin: 0 auto 15px;
    }
}

a.icon:hover .item-icon {
    border: 1px solid rgba(0,0,0,.6);
}

.item-icon img {
    width: 100%;
    height: 100%;
}

.slide-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 488px;
}

#login-popup {
    background: #FFF;
    z-index: 100000;
    padding-top: 1px;
    margin: auto;
    width: 100%;
    max-width: 450px;
    height: 200px;
    bottom: 0;
    vertical-align: middle;
}

#course,#course div {
    position: relative;
}

.ok {
    background: #eee;
    padding: 2px 5px;
    margin-top: -2px;
}

@media (max-width:479px) {
    #login-popup input {
        margin: 5px;
    }

    #login-popup input:after {
        content: '\00000a';
        white-space: pre;
    }

    .item-icon {
        overflow: hidden;
        width: 110px;
        height: 150px;
        border: 1px solid rgba(255,255,255,.6);
        background: rgba(255,255,255,.2);
        margin: 0 auto 15px;
    }
}

@media (max-width:319px) {
    .item-icon {
        overflow: hidden;
        width: 75px;
        height: 100px;
        border: 1px solid rgba(255,255,255,.6);
        background: rgba(255,255,255,.2);
        margin: 0 auto 15px;
    }
}

#map-canvas,.form,.form button {
    margin: 0 auto;
}

#map-canvas {
    height: 460px;
    border: 5px solid #fff;
    outline: #02a9cb solid 5px;
    padding: 6px;
    background-color: #e5e3df;
}

#course h4 {
    cursor: pointer;
    text-decoration: underline;
}

#course h4.active {
    color: #02a9cb;
}

#course div p {
    padding: 0;
}

.form {
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
    border-color: #555;
    height: auto;
    width: 52%;
}

.form input,.form select {
    border: 2px solid #555;
    width: 100%;
}

.form:focus {
    border-color: #999;
    box-shadow: none;
    border-width: 1px;
}

.form::-webkit-input-placeholder {
    color: #333;
}

.form:-moz-placeholder {
    color: #333;
}

.form::-moz-placeholder {
    color: #333;
}

.form:-ms-input-placeholder {
    color: #333;
}

.client-item {
    text-align: center;
}

.client-item img {
    width: auto;
    height: auto;
}

#result {
    width: 75%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11111111111;
}

.struct th {
    text-align: center;
}

.file {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.file input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
}

img[src=""] {
    display: none;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left;
    border-radius: 4px;
}

.btn-def {
    text-shadow: 0 1px 0 #fff;
}

a:hover.btn.btn-def {
    background-color: #eee;
}

.btn.btn-def {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.open>.drop-menu {
    display: block;
}

.drop-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    text-align: left;
}

.drop-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.drop-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.something {
    margin-top: 5px;
}

.clone .btn {
    margin: 0 0 5px;
    background: #eee;
    color: #222;
    cursor: pointer;
    text-align: center;
}

.clone .pic {
    font-size: 8px;
    margin-top: 0;
}

img.highlight {
    width: 60px;
    height: 60px;
    outline: #02a9cb solid 3px;
    border: 5px solid #fff;
    border-bottom: 10px solid #fff;
}

.image,.price {
    text-align: center;
    width: 100%;
}

tr.data {
    display: none;
}

.image {
    position: relative;
}

.price {
    position: absolute;
    top: 10%;
    font-family: calibri;
}

.price span {
    font-size: 20px;
    padding: 10px;
}

.service-item-info {
    text-align: center;
}

.icon-box div {
    text-align: justify;
}

#weather,.back-content,.polaroid,.polaroid img,.rhomb {
    text-align: center;
}

.play:hover {
    box-shadow: 0 3px 10px 0 rgba(255,255,255,.2),0 1px 25px 0 rgba(255,255,255,.2) inset,0 -1px 25px 0 rgba(255,255,255,.2) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

#weather {
    width: 48px;
    height: 48px;
    font-size: 24px;
    position: fixed;
    bottom: 10px;
    left: 30px;
    display: table;
    z-index: 999;
    opacity: .4;
}

.cow,.rhomb-wrapper {
    display: inline-block;
}

#weather:hover {
    opacity: 1;
}

.cow {
    width: 100px;
    height: 100px;
    background: url(../img/cow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
    animation: spin 9s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rhombs {
    width: 100%;
    margin: 0 auto;
}

.rhomb-wrapper {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: pulsate-big .8s infinite ease-in-out alternate;
    -moz-animation: pulsate-big .8s infinite ease-in-out alternate;
    -o-animation: pulsate-big .8s infinite ease-in-out alternate;
    animation: pulsate-big .8s infinite ease-in-out alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.rhomb-wrapper:first-of-type {
    margin: 60px;
}

.rhomb {
    display: table-cell;
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    outline: #eee solid 3px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-animation: pulsate .8s infinite ease-in-out alternate;
    -moz-animation: pulsate .8s infinite ease-in-out alternate;
    -o-animation: pulsate .8s infinite ease-in-out alternate;
    animation: pulsate .8s infinite ease-in-out alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.rhomb img {
    display: block;
    padding-left: 20%;
    width: 90%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width:1340px) {
    .rhomb {
        width: 130px;
        height: 130px;
    }
}

@media (min-width:1340px) {
    .rhomb img {
        padding: 15% 0 0 10%;
    }
}

@-webkit-keyframes pulsate {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 10px rgba(0,0,0,.07);
    }
}

@-moz-keyframes pulsate {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 10px rgba(0,0,0,.07);
    }
}

@-o-keyframes pulsate {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 10px rgba(0,0,0,.07);
    }
}

@keyframes pulsate {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 10px rgba(0,0,0,.07);
    }
}

@-webkit-keyframes pulsate-big {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 20px rgba(0,0,0,.07);
    }
}

@-moz-keyframes pulsate-big {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 20px rgba(0,0,0,.07);
    }
}

@-o-keyframes pulsate-big {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 20px rgba(0,0,0,.07);
    }
}

@keyframes pulsate-big {
    from {
        box-shadow: 0 0 0 0 rgba(0,0,0,.07);
    }

    to {
        box-shadow: 0 0 0 20px rgba(0,0,0,.07);
    }
}

.flip-container,.flip-container:hover,.flip-container:hover .flipper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-container:hover .flipper .front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
}

.flip-container:hover .flipper .back {
    backface-visibility: hidden;
    z-index: 2;
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.flip-container:hover .flipper .back,.flipper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flipper {
    position: relative;
    backface-visibility: hidden;
}

.back,.front {
    -moz-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    top: -3px;
    left: -1px;
}

.back,.back-content,.front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    background-color: #fff;
}

.front-content {
    display: table-cell;
    width: 180px;
    height: 180px;
}

@media (max-width:1340px) {
    .front-content {
        display: table-cell;
        width: 150px;
        height: 150px;
        vertical-align: middle;
    }
}

.back-content {
    backface-visibility: hidden;
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    -moz-transform: rotate(-45deg) translate3d(0,0,0);
    -ms-transform: rotate(-45deg) translate3d(0,0,0);
    -webkit-transform: rotate(-45deg) translate3d(0,0,0);
    transform: rotate(-45deg) translate3d(0,0,0);
}

.back-content .color {
    color: #00C6FF;
    font-size: 15px;
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 700;
}

.back-content .big {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.back-content .block-bottom-content .questions a,.back-content .block-bottom-content .questions p,.back-content .modules .info-full li,.back-content .modules .info-full p,.back-content .modules .info-short,.back-content .planet-3-area .plus span,.back-content .text,.back-content .text-small,.block-bottom-content .questions .back-content a,.block-bottom-content .questions .back-content p,.modules .back-content .info-short,.modules .info-full .back-content li,.modules .info-full .back-content p,.planet-3-area .plus .back-content span {
    width: 130px;
    margin: 0 auto;
    color: #8a8a8a;
    font-size: 13px;
}

.polaroid {
    margin: 0 auto;
}

.polaroid img {
    cursor: pointer;
}

@media (max-width:1340px) {
    .back-content {
        display: table-cell;
        width: 130px;
        height: 130px;
        vertical-align: middle;
    }

    .back-content .big {
        font-size: 24px;
        line-height: 35px;
    }

    .back-content .block-bottom-content .questions a,.back-content .block-bottom-content .questions p,.back-content .modules .info-full li,.back-content .modules .info-full p,.back-content .modules .info-short,.back-content .planet-3-area .plus span,.back-content .text,.back-content .text-small,.block-bottom-content .questions .back-content a,.block-bottom-content .questions .back-content p,.modules .back-content .info-short,.modules .info-full .back-content li,.modules .info-full .back-content p,.planet-3-area .plus .back-content span {
        width: 120px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:370px) {
    .back,.front {
        top: -10px;
        left: -1px;
    }
}

.note {
    font-size: 10px;
    font-weight: 800;
}

.flyer {
    width: 70%;
    outline: #eee solid 1px;
    border-style: solid;
    border-color: #fff;
    border-width: 20px 15px 40px;
    display: block;
    margin: -35% 25% 0;
}

.rotate_left {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.rotate_right {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}