.logo:after,
.contact-box:after,
#footer:after {
    content: " ";
    display: block;
    clear: both;
}

.items-block ul,
.results-table ul,
.list,
.info-section ul,
.social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* placeholder input styles */

::-webkit-input-placeholder {
    color: #999;
}

/* WebKit browsers */

:-moz-placeholder {
    color: #999;
}

/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */

body {
    min-width: 320px;
}

img {
    width: auto;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container-fluid {
    max-width: 1058px;
    margin: 0 auto;
}

.btn {
    vertical-align: top;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
}

    .btn.btn-default:hover,
    .btn.btn-default:focus {
        background: #2f3e4a;
    }

    .btn.btn-primary {
        background-color: #f7931e;
        color: #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #da7908;
        }

.home .navbar {
    padding: 20px 0 8px;
}

.home .navbar-form {
    margin: 2px 6px 34px 0;
}

.navbar {
    min-height: 0;
    padding: 43px 0 14px;
    margin: 0;
    border: none;
}

    .navbar .navbar-collapse {
        padding: 0;
    }

    .navbar .navbar-toggle {
        margin: 15px 0 0;
        border: none;
        border-radius: 0;
        background: #58595b;
    }

        .navbar .navbar-toggle:hover,
        .navbar .navbar-toggle:focus {
            background: #58595b;
        }

        .navbar .navbar-toggle .icon-bar {
            background-color: #dedede;
            height: 3px;
            border-radius: 0;
        }

/* jQuery UI - Autocomplete */
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
}

/* scroll results */
/*.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;

}

    .ui-autocomplete li {
        font-size: 16px;
    }*/

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 10px 10px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    .ui-menu-item > a.ui-corner-all;

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #247bac;
    white-space: nowrap;
    &.ui-state-hover, &.ui-state-active;

{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

}
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

.logo {
    position: relative;
    margin: 0 0 0 -2px;
}

    .logo .logo-img {
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 2;
        margin: -50px 0 0 28px;
    }

.navbar-nav {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    margin-top: -30px;
}

    .navbar-nav li {
        float: none !important;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 0 12px;
    }

        .navbar-nav li.open a {
            background: none !important;
        }

        .navbar-nav li a {
            display: inline;
            padding: 0 !important;
        }

    .navbar-nav .dropdown-menu {
        width: 200px;
        padding: 0;
        border-radius: 0;
        border-color: #a1a1a1;
    }

        .navbar-nav .dropdown-menu li {
            float: none;
            display: block;
            margin: 0;
        }

            .navbar-nav .dropdown-menu li a {
                display: block;
                padding: 5px 10px !important;
                white-space: normal;
            }

                .navbar-nav .dropdown-menu li a:hover,
                .navbar-nav .dropdown-menu li a:focus {
                    background: #999 !important;
                    color: #fff;
                }

.navbar-form {
    margin: 3px 6px 53px 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

    .navbar-form .form-control {
        vertical-align: top;
        border: none;
        box-shadow: none;
        background: #f4f2f2;
        width: 225px;
        height: 22px;
        margin: 0;
        padding: 3px 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .navbar-form .btn {
        border: none;
        border-radius: 0;
        margin: 0 0 0 -4px;
        padding: 2px 3px;
        height: 22px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

.main {
    overflow: hidden;
    background: #fff;
}

.intro-block {
    margin: 0 0 0px;
}

    .intro-block .row {
        margin: 0;
    }

        .intro-block .row > div {
            padding: 0;
        }

    .intro-block .text-area {
        padding: 25px 22px !important;
        background: #247bac;
        background: -webkit-linear-gradient(top, #247bac 0%, #0162aa 100%);
        background: linear-gradient(to bottom, #247bac 0%, #0162aa 100%);
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
        color: #fff;
    }

    .intro-block p {
        margin: 0 0 40px;
    }

    .intro-block .bg-stretch {
        overflow: hidden;
    }

.from-search {
    max-width: 358px;
    position: relative;
    margin-left: 5px;
    padding-right: 49px;
}

    .from-search .form-group {
        margin: 0;
    }

    .from-search .form-control {
        background: #062b44;
        border: none;
        height: 40px;
        padding: 8px 12px;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
    }

        .from-search .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .from-search .form-control:-ms-input-placeholder {
            color: #fff;
        }

        .from-search .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    .from-search .btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 49px;
        height: 40px;
        border: none;
        border-radius: 0;
        background: #f15a24;
    }

    .from-search .ico-search {
        background: url(../images/sprite.png) no-repeat;
        width: 25px;
        height: 26px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        margin: -13px 0 0 -12px;
    }

.items-block {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
}

    .items-block .row {
        margin: 0;
    }

        .items-block .row > div {
            padding: 0;
        }

    .items-block .item {
        padding: 16px 10px 10px 52px;
        position: relative;
        background: #47c1b9 url(../images/img2.jpg) no-repeat 50% 0;
        background-size: cover;
    }

        .items-block .item.item2 {
            background: #f9a94b url(../images/img3.jpg) no-repeat 50% 0;
            background-size: cover;
        }

        .items-block .item.item3 {
            background: #67a1cc url(../images/img4.jpg) no-repeat 50% 0;
            background-size: cover;
        }

        .items-block .item.item4 {
            padding: 10px;
            background: #e6e6e6;
            text-align: center;
        }

    .items-block h2 {
        position: relative;
        min-height: 40px;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 11px;
    }

        .items-block h2 i {
            position: absolute;
            top: 0;
            right: 100%;
            z-index: 2;
            margin: -3px 4px 0 0;
        }

            .items-block h2 i.ico-qs {
                /*margin: 1px 14px 0 0;*/
            }

            .items-block h2 i.ico-about {
                /*margin: -4px 7px 0 0;*/
            }

    .items-block ul {
        padding: 2px 0 0;
        font-size: 14px;
        font-weight: normal;
    }

        .items-block ul li {
            margin: 0 0 2px;
        }

        .items-block ul a {
            color: #000;
        }

            .items-block ul a:hover {
                color: #fff;
                text-decoration: none;
            }

    .items-block p {
        margin: 0;
    }

        .items-block p br {
            display: none;
        }

    .items-block .logo-img {
        display: inline-block;
        vertical-align: top;
        margin: -21px 0 -12px;
    }

.ico {
    display: inline-block;
    vertical-align: top;
}

    .ico.ico-eye {
        background: url(../images/sprite.png) no-repeat -28px 0;
        width: 42px;
        height: 29px;
    }

    .ico.ico-qs {
        background: url(../images/sprite.png) no-repeat 0 -32px;
        width: 25px;
        height: 38px;
    }

    .ico.ico-about {
        background: url(../images/sprite.png) no-repeat -28px -32px;
        width: 30px;
        height: 30px;
    }

.panel-bar {
    padding: 19px 0 35px;
    margin: 0 0 28px;
    background: #333;
    color: #b5b5b5;
}

    .panel-bar h1 {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        line-height: 30px;
        font-weight: normal;
        padding: 11px 0 0 37px;
        margin: 0;
    }

        .panel-bar h1 strong {
            display: inline-block;
            vertical-align: top;
            margin: -3px 0 0;
            font-size: 30px;
            font-weight: bold;
            color: #d6d6d6;
        }

.form-box {
    padding: 0 19px 0 0;
}

    .form-box .form-group {
        float: left;
        margin: 0 0 0 14px;
    }

    .form-box label {
        display: block;
        margin: 0 0 3px;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        color: #adadad;
    }

    .form-box select {
        display: block;
    }

    .form-box .btn {
        background: #f4f2f2;
        border-radius: 3px;
        padding: 4px 14px;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        color: #545353;
    }

        .form-box .btn:hover {
            background: #ddd6d6;
        }

.main-block {
    margin: 0;
}

    .main-block > div {
        padding: 0;
    }

.map-block {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.contact-box {
    background: #85b4d6;
    padding: 23px 19px;
}

.contact-form h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 24px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 27px;
    border: 1px solid #fff;
    margin: 0;
    padding: 5px 11px;
    box-shadow: none;
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.contact-form .error .form-control {
    border-color: #f00;
}

.contact-form .btn {
    display: block;
    width: 81px;
    height: 26px;
    margin: 21px auto 0;
    padding: 5px;
    line-height: 16px;
}

.contact-info {
    padding: 32px 0 0 5px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

    .contact-info .holder {
        margin: 0 0 27px;
    }

    .contact-info h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        margin: 0 0 6px;
    }

    .contact-info address {
        display: block;
        font-style: normal;
        margin: 0;
    }

    .contact-info a {
        color: #000;
    }

.search-map {
    position: relative;
    overflow: hidden;
}

    .search-map .btn-holder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 2;
        margin-top: -12px;
        text-align: center;
    }

    .search-map img {
        width: 100%;
    }

.results {
    padding: 0 50px 0 12px;
}

.results-table {
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0;
}

    .results-table th,
    .results-table td {
        border-spacing: 0;
        padding: 0;
        vertical-align: top;
        font-size: 12px;
        line-height: 18px;
        color: #000;
    }

        .results-table th.col1,
        .results-table td.col1 {
            width: 47px;
        }

        .results-table th.col3,
        .results-table td.col3 {
            width: 80px;
        }

        .results-table th.col4,
        .results-table td.col4 {
            width: 90px;
        }

        .results-table th.col5,
        .results-table td.col5 {
            width: 80px;
        }

    .results-table th {
        padding: 0 0 18px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #534741;
    }

        .results-table th.col2 {
            text-align: center;
        }

    .results-table td {
        padding: 27px 15px 26px 0;
        border-top: 1px solid #e0e0e0;
    }

    .results-table h2 {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        margin: 0 0 1px;
    }

    .results-table .num {
        display: inline-block;
        vertical-align: top;
        color: #0162aa;
    }

    .results-table p {
        margin: 0 0 18px;
    }

.aside {
    overflow: hidden;
}

#content {
    padding: 14px 70px 0 30px;
}

    #content h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 0 19px;
    }

    #content p {
        margin: 0 0 14px;
    }

.list {
    padding: 2px 34px;
    line-height: 18px;
}

    .list li {
        position: relative;
        padding: 0 0 18px 10px;
    }

        .list li:after {
            position: absolute;
            top: 7px;
            left: 0;
            z-index: 2;
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #534741;
        }

.video-box {
    padding: 56px 0 0;
}

    .video-box h2 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        margin: 0 0 29px;
    }

/* slideshow basic styles */

.slideshow {
    position: relative;
}

    .slideshow.not-enough-slides .btn-prev,
    .slideshow.not-enough-slides .btn-next {
        visibility: hidden;
    }

    .slideshow .slide {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
    }

        .slideshow .slide.active {
            z-index: 2;
        }

    .slideshow .image-area {
        float: left;
        width: 50%;
        overflow: hidden;
    }

        .slideshow .image-area img {
            height: 100%;
            width: auto;
            min-width: 100%;
        }

    .slideshow .text-area {
        float: left;
        width: 50%;
        padding: 32px 24px 20px;
        /* background: #333;
        color: #fff;*/
    }

        .slideshow .text-area img {
            display: block;
            margin: 0 0 23px 5px;
        }

    .slideshow .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        /*color: #faf6f5;*/
        margin: 0 0 20px;
    }

    .slideshow .sub-title {
        display: block;
        font-weight: bold;
        margin: 0 0 22px;
    }

    .slideshow .btns-area {
        position: absolute;
        bottom: 0;
        left: 25%;
        z-index: 10;
        margin: 0 0 0 -38px;
    }

    .slideshow .btn-prev,
    .slideshow .btn-next {
        width: 30px;
        height: 30px;
        float: left;
        position: relative;
        margin-right: 9px;
        background: #000;
        background: rgba(0, 0, 0, .5);
    }

        .slideshow .btn-prev span,
        .slideshow .btn-next span {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            content: "";
            margin: -6px 0 0 -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 10px 7px 0;
            border-color: transparent #fff transparent transparent;
        }

    .slideshow .btn-next {
        margin: 0;
    }

        .slideshow .btn-next span {
            margin: -6px 0 0 -3px;
            border-width: 7px 0 7px 10px;
            border-color: transparent transparent transparent #fff;
        }

.info-section {
    padding: 15px 20px;
    height: 100%;
    background: #9addd8;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

    .info-section h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #000;
        margin: 0 0 21px;
    }

    .info-section h3 {
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        color: #000;
        margin: 0 0 8px;
    }

    .info-section .info-items {
        overflow: hidden;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
    }

        .info-section .info-items .row {
            position: relative;
        }

            .info-section .info-items .row > div h2 {
                margin-left: 0;
            }

            .info-section .info-items .row + .row {
                padding: 10px 0 26px;
                border-top: 1px solid #fff;
            }

        .info-section .info-items .holder {
            margin: 0 0 32px;
        }

        .info-section .info-items h2 {
            margin: 0 0 9px 15px;
        }

.type-info {
    margin: 0 0 32px !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

    .type-info li {
        display: inline-block;
        vertical-align: top;
        min-width: 50px;
        margin: 0 0 0 30px;
        text-align: center;
        opacity: .4;
    }

        .type-info li:first-child {
            margin-left: 0 !important;
        }

        .type-info li.active {
            opacity: 1;
        }

    .type-info i {
        width: 34px;
        height: 36px;
        display: block;
        margin: 0 auto 14px;
    }

        .type-info i.ico-private {
            background: url(../images/sprite.png) no-repeat -147px 0;
        }

        .type-info i.ico-public {
            background: url(../images/sprite.png) no-repeat -147px -40px;
        }

        .type-info i.ico-full {
            background: url(../images/sprite.png) no-repeat -186px 0;
            width: 35px;
            height: 35px;
        }

        .type-info i.ico-part {
            background: url(../images/sprite.png) no-repeat -186px -40px;
            width: 35px;
            height: 35px;
        }

    .type-info p {
        margin: 0;
    }

.graduate-info {
    overflow: hidden;
    margin: 0 0 8px !important;
}

    .graduate-info li {
        float: left;
        background: url(../images/sprite.png) no-repeat -89px -52px;
        width: 13px;
        height: 23px;
        margin-left: 7px;
        opacity: .4;
    }

        .graduate-info li:first-child {
            margin-left: 0 !important;
        }

        .graduate-info li.active {
            opacity: 1;
        }

    .graduate-info.add1 li {
        background: url(../images/sprite.png) no-repeat -111px -52px;
        width: 16px;
        height: 16px;
    }

    .graduate-info.add2 li {
        background: url(../images/sprite.png) no-repeat -226px 0;
        width: 25px;
        height: 24px;
        margin-left: 5px;
    }

#footer {
    padding: 25px 62px 35px;
    background: #fff;
}

    #footer .logo {
        margin: 0 3px 0 0;
    }

.footer-nav {
    overflow: hidden;
    padding: 5px 0 0;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

    .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 14px;
    }

        .footer-nav li a {
            display: inline;
            padding: 0;
            color: #534741;
        }

            .footer-nav li a:hover {
                background: none;
                text-decoration: underline;
            }

.social-networks {
    margin: -5px 89px 0 0;
}

    .social-networks li {
        float: left;
        margin: 0 0 0 11px;
    }

    .social-networks a {
        width: 31px;
        height: 31px;
        display: block;
    }

        .social-networks a.facebook {
            background: #295797 url(../images/sprite.png) no-repeat -74px 0;
        }

        .social-networks a.twitter {
            background: #2fb8e6 url(../images/sprite.png) no-repeat -110px 0;
        }

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 3px 0 0;
    height: 24px;
    width: 24px;
}

    .jcf-checkbox span {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: none;
        background-color: #333;
        background: url(../images/sprite.png) no-repeat -106px -32px;
        width: 21px;
        height: 17px;
        margin: -9px 0 0 -10px;
    }

:root .jcf-checkbox span {
    margin: -9px 0 0 -10px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked {
    background-color: #333;
    border-color: #333;
}

    .jcf-checkbox.jcf-checked span {
        display: block;
    }

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f4f2f2;
    border-radius: 3px;
    width: 242px;
    height: 24px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #545353;
        margin: 3px 30px 3px 5px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #8cc63f;
        border-radius: 0 3px 3px 0;
        width: 27px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            content: "";
            margin: -4px 0 0 -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 7px 0;
            border-color: #fff transparent transparent transparent;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f4f2f2;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #fff;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

@media only screen and (min-width: 1025px) {
    [href*="tel:"] {
        cursor: default;
        pointer-events: none;
    }
}

@media only screen and (max-width: 1059px) {
    #footer {
        padding: 50px 80px 35px;
    }

    .jcf-select {
        width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    #wrapper {
        padding-bottom: 220px;
    }

    .home .navbar {
        padding: 30px 0 23px;
    }

        .home .navbar .navbar-header {
            float: none;
            overflow: hidden;
        }

    .home .navbar-form {
        margin: 20px 0;
    }

    .navbar {
        padding: 20px 0;
    }

    .logo .logo-img {
        position: static;
        margin: 0 0 10px;
    }

    .navbar-nav {
        text-align: left;
        margin: 0;
    }

    .navbar-form {
        margin: 52px 0 90px;
    }

    .intro-block .text-area {
        font-size: 24px;
    }

    .from-search {
        margin: 0;
    }

    .items-block {
        font-size: 14px;
    }

        .items-block .item {
            padding: 45px 15px 10px;
        }

        .items-block h2 {
            font-size: 14px;
            padding: 10px 0;
            margin: 0;
        }

            .items-block h2 i {
                right: auto;
                top: auto;
                left: 0;
                bottom: 100%;
                margin: 0;
            }

                .items-block h2 i.ico-qs {
                    margin: 0;
                }

                .items-block h2 i.ico-about {
                    margin: 0;
                }

        .items-block .logo-img {
            vertical-align: middle;
            margin: 0;
        }

    .sidebar {
        /*position: fixed;*/
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .contact-box {
        padding: 23px 19px 68px;
    }

    .contact-form .col-row {
        margin: 0 -5px;
    }

    .contact-form .col {
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        width: 33.3%;
        padding: 0 5px;
    }

    .contact-form .btn {
        margin: 45px auto 0;
    }

    .aside {
        background: #85b4d6;
    }

        .aside .contact-box {
            width: 65%;
            float: left;
            padding: 23px 19px;
        }

        .aside .contact-form .col {
            width: 50%;
        }

        .aside .contact-form .btn {
            margin: 0;
        }

        .aside .search-map {
            width: 258px;
            float: right;
        }

    #content {
        padding: 14px 15px;
    }

    .video-box {
        padding: 20px 15px 0;
    }

    .slideshow .text-area {
        padding: 15px;
        font-size: 12px;
        line-height: 18px;
    }

        .slideshow .text-area img {
            margin: 0 0 15px;
        }

    .slideshow .title {
        font-size: 18px;
        line-height: 22px;
    }

    #footer {
        padding: 50px 15px 30px;
    }

    .social-networks {
        margin: -5px 0 0;
    }

    .jcf-select {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    #wrapper {
        padding: 0;
    }

    .home .navbar {
        padding: 15px 10px;
    }

    .home .navbar-form {
        margin: 20px 10px;
    }

    .home .logo {
        padding: 0;
        margin: 0;
    }

    .navbar {
        padding: 15px 10px;
    }

        .navbar .navbar-collapse {
            margin: 0 -25px;
            border: none;
        }

    .logo {
        padding: 0 50px 0 0;
        margin: 0 0 10px;
    }

        .logo .logo-img {
            max-width: 40px;
            position: absolute;
            top: 50%;
            left: auto;
            right: 0;
            z-index: 10;
            margin: -20px 0 0;
        }

    .navbar-nav li {
        display: block;
        margin: 0;
    }

        .navbar-nav li a {
            display: block;
            padding: 5px 10px !important;
        }

            .navbar-nav li a:hover,
            .navbar-nav li a:focus {
                background: #999 !important;
                color: #fff !important;
                text-decoration: none;
            }

    .navbar-nav .dropdown-menu {
        width: auto;
    }

    .navbar-nav .caret.visible-xs {
        display: inline-block !important;
    }

    .navbar-form {
        margin: 20px 10px;
    }

        .navbar-form .form-group {
            margin: 0;
            float: left;
            width: 75%;
        }

        .navbar-form .form-control {
            width: 100%;
        }

        .navbar-form .btn {
            width: 25%;
            margin: 0;
        }

    .main {
        margin: 0 -15px;
    }

    .intro-block {
        margin: 0;
    }

        .intro-block .text-area {
            padding: 20px !important;
            font-size: 16px;
            line-height: 24px;
        }

        .intro-block p {
            margin: 0 0 20px;
        }

    .from-search {
        margin: 0 0 20px;
    }

    .items-block {
        font-size: 10px;
        line-height: 14px;
    }

        .items-block .item {
            padding: 15px 5px 10px 25px;
        }

        .items-block h2 {
            font-size: 10px;
            line-height: 14px;
            padding: 0 0 10px;
        }

            .items-block h2 i {
                left: auto;
                bottom: auto;
                top: 0;
                right: 100%;
                margin: 0 2px 0 0;
            }

                .items-block h2 i.ico-qs {
                    margin: -1px 6px 0 0;
                }

                .items-block h2 i.ico-about {
                    margin: 0 5px 0 0;
                }

        .items-block ul {
            padding: 0;
            font-size: 10px;
            line-height: 14px;
        }

    .ico.ico-eye {
        background-position: -62px -32px;
        width: 20px;
        height: 14px;
    }

    .ico.ico-qs {
        background-position: -68px -49px;
        width: 14px;
        height: 21px;
    }

    .ico.ico-about {
        background-position: -87px -32px;
        width: 15px;
        height: 15px;
    }

    .panel-bar {
        padding: 10px 15px;
    }

        .panel-bar h1 {
            font-size: 16px;
            line-height: 20px;
            padding: 0 0 10px;
        }

            .panel-bar h1 strong {
                margin: -1px 0 0;
                font-size: 18px;
            }

    .form-box {
        float: none !important;
        padding: 0;
    }

        .form-box .form-group {
            float: none;
            margin: 5px 0;
        }

    .map-block {
        height: 300px;
    }

    .sidebar {
        min-height: 0;
        position: static;
    }

    .contact-box {
        padding: 20px;
    }

    .contact-form .col-row {
        margin: 0;
    }

    .contact-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .contact-form .btn {
        margin: 20px auto 0;
    }

    .results {
        padding: 0 15px;
    }

    .results-table td {
        padding: 27px 0 26px;
    }

    .aside .contact-box {
        float: none;
        width: auto;
        padding: 20px;
    }

    .aside .contact-form .col {
        width: auto;
    }

    .aside .search-map {
        float: none;
        width: auto;
    }

    .list {
        padding: 0 0 0 10px;
    }

    .slideshow .text-area {
        float: none;
        width: auto;
        padding-bottom: 50px;
    }

    .slideshow .btns-area {
        left: 50%;
    }

    .info-section {
        padding: 15px;
    }

        .info-section .info-items {
            padding: 50px 0 0;
        }

    .type-info li {
        margin: 0 0 0 10px;
    }

    .graduate-info.add2 li {
        background-position: -226px -26px;
        width: 18px;
        height: 17px;
    }

    #footer {
        margin: 0 -15px;
        padding: 30px 15px 10px;
    }

    .footer-nav {
        float: left;
        width: 100%;
        padding: 15px 0 0;
    }

        .footer-nav li {
            margin: 0 5px 5px;
        }
}

@media print {
    * {
        background: none !important;
        color: #000 !important;
    }

    #wrapper {
        padding-bottom: 50px !important;
    }

    .logo-print {
        margin: 0 0 40px;
    }

    .intro-block .text-area {
        float: none !important;
        width: auto !important;
        height: auto !important;
    }

    .results,
    .info-section,
    #content {
        padding: 0;
    }

    #footer {
        padding: 0;
    }

        #footer .logo {
            position: fixed;
            bottom: 0;
            left: 0;
            
        }
}

/* .hiddenInput {
    display: none;
} */

.name\.Grad {
    display: none;
}

.name\.School\+ID {
    display: none;
}


/* Form Control for WFFM*/
.scfSingleLineTextBox {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.572;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .scfSingleLineTextBox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .scfSingleLineTextBox::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .scfSingleLineTextBox:-ms-input-placeholder {
        color: #999;
    }

    .scfSingleLineTextBox::-webkit-input-placeholder {
        color: #999;
    }

    .scfSingleLineTextBox[disabled], .scfSingleLineTextBox[readonly], fieldset[disabled] .scfSingleLineTextBox {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

.scfEmailTextBox {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.572;
    color: #555555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .scfEmailTextBox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .scfEmailTextBox::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .scfEmailTextBox:-ms-input-placeholder {
        color: #999;
    }

    .scfEmailTextBox::-webkit-input-placeholder {
        color: #999;
    }

    .scfEmailTextBox[disabled], .scfEmailTextBox[readonly], fieldset[disabled] .scfEmailTextBox {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }


.scfForm h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 24px;
}

.scfForm .form-group {
    margin-bottom: 15px;
}

.scfForm .scfSingleLineTextBox {
    display: block;
    width: 100%;
    height: 27px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 5px 11px;
    box-shadow: none;
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.scfForm .error .scfSingleLineTextBox {
    border-color: #f00;
}

.scfForm .scfEmailTextBox {
    display: block;
    width: 100%;
    height: 27px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 5px 11px;
    box-shadow: none;
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.scfForm .error .scfEmailTextBox {
    border-color: #f00;
}

.scfForm .btn {
    width: 81px;
    height: 26px;
    padding: 5px;
    line-height: 16px;
}

.scfSectionContent .form-group {
    margin-bottom: 15px;
}

.scfSingleLineGeneralPanel {
    width: 100%;
}

.scfSubmitButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.572;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scfSubmitButton:focus, .scfSubmitButton.focus, .scfSubmitButton:active:focus, .scfSubmitButton:active.focus, .scfSubmitButton.active:focus, .scfSubmitButton.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .scfSubmitButton:hover, .scfSubmitButton:focus, .scfSubmitButton.focus {
        color: #fff;
        text-decoration: none;
    }

    .scfSubmitButton:active, .scfSubmitButton.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .scfSubmitButton.disabled, .scfSubmitButton[disabled], fieldset[disabled] .scfSubmitButton {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.scfSubmitButton {
    color: #fff;
    background-color: #1b242b;
    border-color: #ccc;
}

    .scfSubmitButton:hover, .scfSubmitButton:focus, .scfSubmitButton.focus, .scfSubmitButton:active, .scfSubmitButton.active, .open > .scfSubmitButton.dropdown-toggle {
        color: #fff;
        background-color: #070a0c;
        border-color: #adadad;
    }

    .scfSubmitButton:active, .scfSubmitButton.active, .open > .scfSubmitButton.dropdown-toggle {
        background-image: none;
    }

    .scfSubmitButton.disabled, .scfSubmitButton.disabled:hover, .scfSubmitButton.disabled:focus, .scfSubmitButton.disabled.focus, .scfSubmitButton.disabled:active, .scfSubmitButton.disabled.active, .scfSubmitButton[disabled], .scfSubmitButton[disabled]:hover, .scfSubmitButton[disabled]:focus, .scfSubmitButton[disabled].focus, .scfSubmitButton[disabled]:active, .scfSubmitButton[disabled].active, fieldset[disabled] .scfSubmitButton, fieldset[disabled] .scfSubmitButton:hover, fieldset[disabled] .scfSubmitButton:focus, fieldset[disabled] .scfSubmitButton.focus, fieldset[disabled] .scfSubmitButton:active, fieldset[disabled] .scfSubmitButton.active {
        background-color: #1b242b;
        border-color: #ccc;
    }

    .scfSubmitButton .badge {
        color: #1b242b;
        background-color: #fff;
    }


.scfSubmitButtonBorder {
    text-align: center;
}

.social-share-panel {
    padding-right: 10px;
}

    .social-share-panel > span {
        height: 34px;
        line-height: 34px;
    }

    .social-share-panel > a {
        height: 34px;
        width: 37px;
    }

    .social-share-panel > .share-facebook {
        background: #2F609C;
    }

    .social-share-panel > .share-twitter {
        background: #55ACEE;
    }

    .social-share-panel > .share-google-plus {
        background: #D24231;
    }


.share-google-plus {
    background: #D24231;
}

@media (max-width: 599px) {
    .social-share-panel {
        bottom: 0;
        position: fixed;
        width: 100%;
        text-align: center;
        z-index: 99999;
        background: #333 none repeat scroll 0% 0%;
        color: #B5B5B5;
        padding: 5px;
    }
}

.search-schools-button {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
