/*general*/

body {
    color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    height: 120%;
    background-color: white;
}


.bgHome {
    background: url(../images/bgHome1.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

    .bgHome.Property {
        opacity: 0.3;
    }

.TranspBlack {
    width: 100%;
    background: rgba(0,0,0,0.5);
}

    .TranspBlack.Inner {
        width: 100%;
        background: rgba(0,0,0,0.5);
    }

img {
    -ms-interpolation-mode: bicubic;
}

h1 {
    margin-top: 10px;
}

h2 {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: #454545;
}

.headingWSpacing {
    letter-spacing: 3px;
    text-transform: uppercase;
}


@media (max-width:1199px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 19px;
    }
}

@media (max-width:991px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }
}

.Subheading {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .Subheading {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

hr {
    margin: 10px 0px;
    border: none;
    border-bottom: 1px solid #ddd;
}

input[type=text], input[type=email], textarea, select {
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px !important;
    border: 1px solid #ccc;
    background: #f1f1f2 !important;
    border-radius: 0 !important;
}

label {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 110%;
}

.form-horizontal .form-group {
    margin-bottom: 0px;
}

a.btn-default:hover {
    background: #003768;
    color: white;
}

.mrgBtm20 {
    margin-bottom: 20px;
}

.gap {
    height: 25px;
}

.clrRed {
    color: #272262;
}

.clrGrey {
    color: #a7a8ad;
}

.clrWhite {
    color: #fff;
}

.nomargin {
    margin: 0px;
}


@media (max-width:767px) {
    .XSPullLeft {
        text-align: left;
    }

    .XSPullCenter {
        text-align: center;
    }
}

@media (max-width:991px) {
    .SMPullLeft {
        text-align: left;
    }
}

a:focus {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #002a59;
}

a:hover {
    text-decoration: none;
    color: #bd9b03;
}

a.navWhite:link, a.navWhite:visited {
    text-decoration: none;
    color: #ffffff;
}

a.navWhite:hover {
    text-decoration: none;
    color: #bd9b03;
}

a.navDarkGrey:link, a.navDarkGrey:visited {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
}

a.navDarkGrey:hover {
    text-decoration: none;
    color: #454545;
}

a.back-to-top:link, a.back-to-top:visited {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 120px;
    background: #003d1e url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid White;
}

a:hover.back-to-top {
    background-color: #003d1e;
}
/*no gutter*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/*inbetween sm and xs*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333%;
    }

    .col-ms-2 {
        width: 16.66667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333%;
    }

    .col-ms-5 {
        width: 41.66667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333%;
    }

    .col-ms-8 {
        width: 66.66667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333%;
    }

    .col-ms-11 {
        width: 91.66667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-1 {
        left: 8.33333%;
    }

    .col-ms-push-2 {
        left: 16.66667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333%;
    }

    .col-ms-push-5 {
        left: 41.66667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333%;
    }

    .col-ms-push-8 {
        left: 66.66667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333%;
    }

    .col-ms-push-11 {
        left: 91.66667%;
    }

    .col-ms-pull-1 {
        right: 8.33333%;
    }

    .col-ms-pull-2 {
        right: 16.66667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333%;
    }

    .col-ms-pull-5 {
        right: 41.66667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333%;
    }

    .col-ms-pull-8 {
        right: 66.66667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333%;
    }

    .col-ms-pull-11 {
        right: 91.66667%;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }

    .hidden-ms {
        display: none !important;
    }
}

/*5 column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* columns of same height styles */

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

.visible-xxs {
    display: none;
}

@media (max-width: 480px) {
    .visible-xxs {
        display: block;
    }
}



/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/*navigation*/
.navbar {
    border: none;
    border-radius: 0;
    margin: 0px;
    background: none;
    z-index: 9000;
    position: relative;
    width: 100%;
    margin-top: 20px;
    background: url('../images/bg_nav.png') center center repeat-x;
}

@media (max-width: 991px) {
    .navbar {
        background: url('../images/bg_nav.png') bottom center repeat-x;
    }
}

@media (max-width:767px) {
    .navbar {
        background: none;
    }
}

.navbar-header {
    float: none;
}

.navbar-brand {
    float: none;
    margin: 0;
    padding: 0;
    padding: 0px 10px;
}

    .navbar-brand img {
        width: 260px;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imageSource", sizingMethod="sizingMethodAsYourPreference")
    }

@media (max-width: 991px) {
    .navbar-brand img {
        width: 200px;
    }
}

.navbar-collapse {
    background: none;
    padding: 0;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 0px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/***end of Yam**/



.yamm .navfixed {
    position: fixed;
    width: 100%;
    top: 0px !important;
    left: 0 !important;
    right: auto !important;
    z-index: 9999;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}

    .yamm .navfixed .navbar-nav {
        margin: auto;
        float: none !important;
        text-align: center;
    }

@media (max-width: 767px) {
    .yamm .navfixed {
        position: relative;
        background: #013f18;
    }
}

.navbar-toggle {
    background-color: #333;
    color: white;
    margin-top: 50px;
    right: 20px;
}

    .navbar-toggle span {
        background: White;
    }

    .navbar-toggle.Inner {
        right: 0px;
    }


.navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 30px;
}

    .navbar-nav li {
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        text-transform: none;
        margin: 0;
        padding: 0;
    }


    .navbar-nav a:link, .navbar-nav a:visited {
        background: none !important;
        color: #242424 !important;
        font-size: 18px;
        text-transform: uppercase;
        font-family: Arial, sans-serif;
        font-weight: 400;
        padding: 22px 10px;
    }

    .navbar-nav a:hover {
        background: #dbdbdb !important;
        color: #242424 !important;
    }

    .navbar-nav a.active {
        color: #242424 !important;
    }

        .navbar-nav a.active:hover {
            color: #242424 !important;
        }


@media (max-width: 1199px) {
    .navbar-nav a:link, .navbar-nav a:visited {
        font-size: 16px;
        padding: 22px 7px;
    }
}

@media (max-width: 991px) {

    .navbar-nav {
        margin: auto;
        text-align: center;
        margin-top: 0px;
        float: none !important;
    }

        .navbar-nav a:link, .navbar-nav a:visited {
            padding: 10px 10px 10px 10px;
        }
}

.dropdown {
    position: relative !important;
}

.dropdown-menu {
    z-index: 8000;
    border-radius: 0;
    width: 200px;
    left: 0 !important;
    margin-top: 0px;
    padding: 20px;
    background: #013f18;
}

    .dropdown-menu li {
        display: block;
        text-align: left;
        background: #013f18;
    }

        .dropdown-menu li a:link, .dropdown-menu li a:visited {
            font-size: 16px;
            width: 100%;
            display: inline-block;
            color: #fff !important;
            padding: 3px 10px;
            text-transform: none;
        }

        .dropdown-menu li:hover > a {
            background: none !important;
            color: #efe3c6 !important;
        }


@media (max-width:1199px) {
    .dropdown-menu {
        padding: 10px;
    }

        .dropdown-menu li a:link, .dropdown-menu li a:visited {
            font-size: 14px;
        }
}

@media (min-width: 768px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
}



.MegaMenu {
    width: 690px;
    color: White;
    left: 0px !important;
}

    .MegaMenu.TwoCol {
        width: 470px;
    }

.yamm-content ul {
    border-right: 1px solid White;
}

@media (max-width: 1199px) {
    .MegaMenu {
        width: 615px;
        left: -50px !important;
    }

        .MegaMenu.TwoCol {
            width: 410px;
        }
}

@media (max-width: 991px) {
    .MegaMenu {
        left: -20px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .MegaMenu {
        width: auto;
        left: 0px !important;
    }

        .MegaMenu.TwoCol {
            width: auto;
        }
}

@media (max-width: 479px) {

    .yamm-content ul {
        width: auto;
    }
}


.yamm-content ul:last-child {
    border-right: none;
}

.yamm-content li {
    font-size: 14px;
}

.headingMenu {
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown-menu li {
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }

    .navbar-nav {
        width: 100%;
        overflow: hidden;
    }

        .navbar-nav > li:first-child > ul.dropdown-menu {
            margin-left: 0px;
        }

        .navbar-nav li {
            font-size: 14px;
            text-align: left;
            display: block;
        }

    .navbar-collapse {
        background: #013f18;
    }

    .InnerPadding .navbar-collapse {
        margin-top: 0;
    }

    .navbar-nav a:link, .navbar-nav a:visited {
        color: #fff !important;
    }

    .navbar-nav a:hover {
        background: none !important;
        color: #efe3c6 !important;
    }

    .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
        padding-left: 30px;
        border-bottom: 1px solid #ddd;
    }
}

/*home*/

.youtubeVideoIndPage {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 420px;
    cursor: pointer;
    display: block;
}

@media (max-width:767px) {
    .youtubeVideoIndPage {
        height: 300px;
    }
}

.blogDate {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 100;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: #006330;
    top: 15px;
    left: 0px;
}

.blogDateB {
    font-size: 30px;
    line-height: 30px;
}

.Curve {
    margin-top: -100px
}

.CurveY {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.WrapGrey {
    border: 10px solid #eeeeee;
}

.BoxStayInTouch {
    background: White;
    padding: 10px;
    font-size: 16px;
}

    .BoxStayInTouch.Left {
        padding: 15px 10px;
    }

    .BoxStayInTouch.Right {
        border-left: 10px solid #eeeeee;
    }

.imgContact {
    margin: 15px 0px;
}

.bgGreen {
    padding: 0px 0px 40px 0px;
    background: #006330;
    color: White;
}

.bgWhiteHome {
    padding: 0px 0px 40px 0px;
    background: #ffffff;
    color: #424242;
}

.bgGrey {
    padding: 70px 0px 90px 0px;
    background: #eee;
}

.bgWhite {
    padding: 70px 0px 90px 0px;
    background: #fff;
    margin-top: 80px;
}

.bgTranspBlack {
    padding: 80px 0px 110px 0px;
    background: rgba(0,0,0,0.7);
}

.bgBlank {
    padding: 110px 0px 110px 0px;
    margin-top: -80px;
}

.bgHomeTop {
    padding: 250px 0px 200px 0px
}

@media (max-width:991px) {
    .bgHomeTop {
        padding: 200px 0px 200px 0px;
    }
}

@media (max-width:767px) {
    .bgHomeTop {
        padding: 150px 0px 200px 0px
    }

    .bgBlank {
        width: 90%;
        margin: auto;
        padding: 110px 0px 110px 0px;
        margin-top: -80px;
    }
}

@media (max-width:480px) {
    .bgHomeTop {
        padding: 100px 0px 150px 0px;
    }
}

.homeWrap {
    background: rgba(2,100,49,0.9);
    padding: 10px 35px 20px 35px;
}

.ContentWrap {
    margin: 100px 0px 150px 0px;
}

.WhiteBoxInner {
    padding: 30px 40px 50px 40px;
    /* background:rgba(239,227,198,0.8); */
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width:991px) {
    .WhiteBoxInner {
        padding: 20px 20px 30px 20px;
    }
}

.Sidebar {
    background: rgba(0,0,0,0.7);
    padding: 20px;
    color: white;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .Sidebar.Green {
        background: rgba(0,63,25,0.7);
    }

    .Sidebar h4 {
        color: white;
        font-weight: 800;
    }

.subSide {
    font-weight: bold;
    margin-top: 5px;
    color: #efe3c6;
}

.icon-plus {
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 45%;
    font-size: 25px;
    z-index: 100;
}

@media (max-width:991px) {
    .icon-plus {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .icon-plus {
        font-size: 28px;
        top: 38%;
        left: 48%;
    }
}


.boxQuote {
    padding: 40px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Times New Roman';
    font-size: 24px;
    font-style: italic
}

@media (max-width:1199px) {
    .boxQuote {
        padding: 35px 0px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-family: 'Times New Roman';
        font-size: 22px;
        font-style: italic
    }
}

@media (max-width:991px) {
    .boxQuote {
        padding: 30px 0px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-family: 'Times New Roman';
        font-size: 20px;
        font-style: italic
    }
}

.imgSideBar {
    background: -webkit-linear-gradient(-45deg, #006330 0%,#f3cf3f 100%);
    background: linear-gradient(-45deg, #006330 0%, #f3cf3f 100%);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .imgSideBar img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .imgSideBar:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .imgSideBar:hover .icon-plus {
        opacity: 1;
    }

.TitleTag {
    font-family: Arial, sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.TextTag {
    font-size: 16px;
    color: #fff;
}

@media (max-width:1199px) {
    .TitleTag {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .TitleTag {
        font-size: 24px;
    }

    .TextTag {
        font-size: 14px;
        padding: 0px 20px;
    }
}

a.bTranspW:link, a.bTranspW:visited {
    border: none;
    background: none;
    border: 1px solid #dddddd;
    padding: 15px 15px;
    margin: 5px 5px;
    color: #454545;
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    font-weight: 700;
    transition: all 200ms linear;
}

a.bTranspW:hover {
    background-color: #cccccc;
}

@media (max-width:1199px) {
    a.bTranspW:link, a.bTranspW:visited {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    a.bTranspW:link, a.bTranspW:visited {
        font-size: 14px;
        padding: 15px 5px;
    }
}

@media (max-width:767px) {
    a.bTranspW:link, a.bTranspW:visited {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
}

a.bTranspW.White:link, a.bTranspW.White:visited {
    color: #ffffff;
}


a.bTranspW.White:hover {
    color: #006330;
}

.PlayButton {
    background-color: rgba(0,0,0,0.3);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 2px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    font-size: 30px;
    padding: 10px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    position: absolute;
    z-index: 100;
    left: 45%;
    top: 40%;
}

    .PlayButton:hover {
        background-color: rgba(0,99,48,0.8);
    }


.BtnTransp,
a.BtnTransp:link, a.BtnTransp:visited {
    border: none;
    background: none;
    border: 1px solid #003f16;
    border-radius: 5px;
    padding: 7px 15px;
    color: #006330;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-top: 15px;
}

    .BtnTransp:hover,
    a.BtnTransp:hover {
        background: #006330;
        color: white;
    }

    .BtnTransp.White,
    a.BtnTransp.White:link, a.BtnTransp.White:visited {
        border: none;
        background: none;
        border: 2px solid white;
        border-radius: 5px;
        padding: 10px 15px;
        color: white;
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .BtnTransp.White:hover,
        a.BtnTransp.White:hover {
            background: #bd9b03;
            color: white;
        }


.FPPic {
    height: 500px !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.FPText {
    padding: 40px 10% 40px 40%;
    font-size: 16px;
}

@media (max-width:1800px) {
    .FPText {
        padding: 40px 10% 40px 25%;
    }
}

@media (max-width:1700px) {
    .FPText {
        padding: 40px 10% 40px 20%;
    }
}

@media (max-width:1199px) {
    .FPText {
        padding: 40px 10% 40px 10%;
    }
}

.flexslider {
    margin: 0;
    padding: 0;
}
/*footer*/
footer {
    margin: 0;
    background: #006330;
    color: #fff;
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    overflow: hidden;
}

@media (max-width:767px) {
    footer {
        font-size: 13px;
    }
}

footer.Home {
    border-top: 8px solid #ffffff;
}

footer a:link, footer a:visited {
    color: #fff;
}

footer a:hover {
    color: #efe3c6;
}

a.facebook:link, a.facebook:visited {
    background: #003f16;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 15px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.facebook:hover {
    background-color: #054a1d;
}

/*Listing*/

.GreyWrap {
    background: #eee;
    padding: 40px 0px;
}

.pagination li a:link, .pagination li a:visited {
    color: #006330;
}

.pagination li a:hover {
    background: #efe3c6;
}

.pagination li.active a {
    background: #006330;
    color: white;
}

    .pagination li.active a:hover {
        background: #006330;
        color: white;
    }

.ListingWrap {
    margin: 0px;
    margin-bottom: 25px;
    float: none;
    background: White;
}


.ListingText {
    padding: 15px 30px 15px 30px !important;
    line-height: 16px;
}

@media (max-width:1199px) {
    .ListingText {
        padding: 10px 20px 10px 20px !important;
        line-height: 16px;
    }
}


@media (max-width:991px) {
    .propdesc {
        font-size: 12px;
    }
}

.clrGreen {
    color: #006330;
}

.Sticker {
    height: 30px;
    padding: 5px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
    background: #e1002a;
    text-align: center;
}

    .Sticker span {
        color: white;
        font-size: 12px;
    }

.bxIcon img {
    width: 32px;
}

.FilterBox {
    margin-bottom: 20px;
}

#ContactMap, #PropertyMap {
    width: 100%;
    height: 300px;
}

/*Property*/

#carousel .slides li {
    margin-top: 5px;
    padding-right: 5px;
}

.SlideShowWrap {
    position: absolute;
    z-index: 1000;
    margin-top: -70px;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 10px 20px;
}

    .SlideShowWrap a:link, .SlideShowWrap a:visited {
        color: white;
        font-size: 30px;
    }


.Tools a:link, .Tools a:visited {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.Tools a:hover {
    color: #efe3c6;
}

.Tools .icon {
    font-size: 24px;
    vertical-align: middle;
    padding: 0px 15px;
}

@media (max-width:1199px) {
    .Tools a:link, .Tools a:visited {
        display: block;
        padding: 10px 0px;
        font-size: 14px;
    }

    .Tools .icon {
        font-size: 20px;
        vertical-align: middle;
        padding: 0px 10px;
    }
}

.formPopUp {
    padding: 20px;
}

.logoFormPopUp {
    max-width: 190px;
    width: 100%;
}

@media print {
    .noPrint {
        display: none;
    }
}
/*team*/
.TeamWrap {
    background: White;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.TeamPic {
    height: 150px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}

.TeamWrap:hover {
    border: 1px solid rgba(0,63,25,0.7);
}

@media (max-width:480px) {
    .TeamWrap {
        font-size: 12px;
    }

    .TeamPic {
        height: 120px;
    }
}

.tab-content {
    background: White;
    padding: 20px;
    margin: auto;
    border: 1px solid #ccc;
    border-top: 0;
    margin: 0;
}

.tab-pane {
    background: none;
}

.nav-tabs li.active {
    background: #ffffff !important;
    border: 0px !important;
}

.nav-tabs {
    margin: auto;
    margin-top: 0px;
}

    .nav-tabs li {
        border: 0px;
        font-size: 20px;
    }

        .nav-tabs li a {
            padding-left: 30px;
            padding-right: 30px;
        }

@media (max-width: 991px) {
    .nav-tabs li {
        border: 0px;
        font-size: 16px;
    }

        .nav-tabs li a {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 767px) {
    .nav-tabs li {
        border: 0px;
        font-size: 14px;
    }

        .nav-tabs li a {
            padding-left: 10px;
            padding-right: 10px;
        }
}



/* Agent Edit */
.flexAgent {
    display: flex;
    flex-flow: row nowrap;
}
.flexAgent > * {
	flex:1 1 auto;
}
@media (max-width:768px) {
	.flexAgent {
		flex-direction:column;
	}
}

.flexDetails {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
    font-size: 20px;
}

.mainBtn {
    background: #016330;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

    .mainBtn h2 {
        color: #fff;
        margin: 0;
    }
/* End of Agent Edit */
