﻿.header {
    height: 67px;
    padding: 7px 0;
     background: url(/Content/images/headerPattern.gif);
    position: fixed;
    width: 100%;
    z-index: 20;
}
body {
    font-family: 'Lato',sans-serif, Arial, sans-serif;
}
.fancybox-close,
span.emailIcon,
span.phoneIcon,
span.addressIcon,
.logoHolder a,
.toggleTabLinks:after,
.flex-direction-nav a,
.marketHiddenBackground table td span,
.marketListing .listingLink a:after,
.socialIcons li a, .mapToggle:before,
.navRightPanel a.panelArrow span,
.marketHiddenBackground table td span,
.navLeftPanel a.panelArrow span,
.findResults .listingTitle a:after,
.pricePerformanceBack .inputEntity .dk-selected:before,
.tableArrows,
.simplifiedReports tfoot a:before,
.subHeader .dk-selected::before, ul.yellowBullet li:before,
.downloadPDF:before,
.calendarToggle,
.searchInner input[type=button],
.calendarToggleIcon:after {
    background-image: url(/Content/images/sprite@2x.png);
    background-size: 500px;
}
.logoHolder {    
    float: left;
    margin: 7px 0 5px;
}
.logoHolder a {
    display: block;
    width: 308px;
    height: 42px;
    background-position: 0px -458px;
    background-size: 500px;
}
.menusMain {
    float: right;
}

.languagesMain {
    float: left;
    margin: 17px 0px;
}

    .languagesMain a {
        border: 1px solid white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        line-height: 12px;
        font-family: 'tahoma';
        color: white;
        font-weight: 400;
        font-size: 16px;
        padding: 0 5px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .languagesMain a:hover {
            color: #b0b91b;
            border-color: #b0b91b;
        }

.headerBtns ul {
    margin: 15px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

    .headerBtns ul:after {
        content: '';
        display: block;
        clear: both;
    }

.headerBtns li {
    display: inline-block;
}

.emptyBtn {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 0;
    width: 100%;
    display: inline-block;
}

.headerBtns li a.fullBtn {
    color: #131f24;
    background: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    padding: 9px 34px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .headerBtns li a.fullBtn:hover {
        color: white;
        background: #007d99;
    }
.inlineMiddle,
.inlinedList > li {
    vertical-align: middle;
    display: inline-block;
}

.icon,
.headerSearch,
.mainMenu > ul > li > a {
    position: relative;
}
 .mainMenu {
    float: left;
    margin: 5px 0 0;
}

    .mainMenu > ul > li {
        float: left;
    }

        .mainMenu > ul > li:last-child:after {
            content: '';
            padding: 0 15px;
            display: inline-block;
        }

        .mainMenu > ul > li:after {
            content: '|';
            padding: 0 15px;
            display: inline-block;
        }

        .mainMenu > ul > li > a:before {
            position: absolute;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
            bottom: 7px;
            height: 3px;
            width: 0;
                background-image: url(/Content/images/sprite@2x.png);
    background-size: 500px;
        }

        .mainMenu > ul > li > a:hover,
        .mainMenu > ul > li > a.selected {
            color: #b0b91b;
        }

            .mainMenu > ul > li > a:hover:before,
            .mainMenu > ul > li > a.selected:before {
                background-color: #b0b91b;
                width: 100%;
            }

        .mainMenu > ul > li > a {
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
            position: relative;
            color: white;
            text-transform: uppercase;
            padding: 10px 0;
            font-size: 16px;
            display: inline-block;
        }
.languagesMain.mobile {
display:none;
}

.footer {
    padding: 35px 15px 0;
    background: url(/Content/images/footerBackground.gif);
    border-top: 1px solid #b0b91b;
}

    .footer a {
        color: white;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .footer .simpleListTitle {
        margin: 10px 0;
    }

        .footer .simpleListTitle a, .footer .simpleListTitle {
            font-size: 18px;
            display: block;
            text-transform: uppercase;
            color: #FFF;
        }

    .footer .simpleList a {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    .footer a:hover {
        color: #007d99;
    }

    .footer .simpleList ul li a:before {
        content: '';
        display: inline-block;
    }

.socialIcons li {
    display: inline-block;
}

    .socialIcons li a {
        display: block;
        width: 30px;
        height: 25px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .socialIcons li a.facebook {
            background-position: -67px -26px;
        }

            .socialIcons li a.facebook:hover {
                background-position: -67px -50px;
            }

        .socialIcons li a.twitter {
            background-position: -99px -26px;
        }

            .socialIcons li a.twitter:hover {
                background-position: -99px -50px;
            }

.subpageSlider .flexslider .posRelative {
    height: 398px;
}

.socialIcons li a.youtube {
    background-position: -281px -26px;
    height: 31px;
    margin-left: 5px;
}

    .socialIcons li a.youtube:hover {
        background-position: -281px -56px;
    }

.socialIcons li a.linkedIn {
    background-position: -132px -26px;
}

    .socialIcons li a.linkedIn:hover {
        background-position: -132px -50px;
    }
    .socialIcons li a.instagram {
        background-position: -318px -26px;
        height: 31px;
        margin-left: 5px;
    }

    .socialIcons li a.instagram:hover {
        background-position: -319px -59px;
    }
.footerTop {
    margin-bottom: 40px;
}

    .footerTop > div:first-child {
        margin-left: 0;
    }

    .footerTop > div {
        float: left;
        margin-left: 210px;
    }

.footerBottom {
    padding: 20px 0;
    color: white;
}

    .footerBottom a {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .footer .simpleList .simpleListTitle > a {
    text-transform: uppercase;
    font-size: 18px;
}
        .footerBottom a:hover {
            color: #007d99;
        }
        .k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    text-align:left!important;
}
        .international-code {
                width:20% !important;
        }
.forMobileMenu .dropdown-menu {
    position: static;
background:none;
float:none;
}
.footerSocial .socialIcons {
     margin-top:0!important;
}
@media screen and (max-width: 1024px) {
	.menusMain {
	    position: absolute!important;
	}
}


