body {
    font-family: 'Lato', sans-serif;
    background: #fdfdfd;
}

main {
    min-height: 65vh;
}

#wrapper {
    position: relative;
    left: 0;
}

#mobNav {
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #444;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}

#navBtn {
    position: absolute;
    left: -50px;
    top: 20px;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    background: #7bb7ea;
}

#navBtn:hover {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    #topNav {
        padding:0!important
    }

    .midNav .social {
        margin-top: -20px;
        padding-bottom: 10px
    }

    #topNav li {
        display: none!important;
    }
}

.siteSearch {
    z-index: 100;
    width: 100%;
    position: relative;
}

.siteSearch .fa-search {
    position: absolute;
    top: 6px;
    left: 8px;
    color: #fff;
    font-size: 23px;
}

.siteSearch .fa-times-circle {
    position: absolute;
    top: 4px;
    right: 6px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
}

.siteSearch .fa-times-circle:hover {
    color: #000;
}

.siteSearch input {
    max-width: 100%!important;
    width: 100%;
    padding: 8px 20px 8px 35px!important;
    color: #fff;
    outline: 0;
    border: none;
    border-radius: 0;
    background: #000;
}

.siteSearch input:focus {
    outline: 0!important;
    border: none;
    box-shadow: none;
    background: #1a339a;
}

.mobNavOn {
    right: 0!important;
}

.wrapperOn {
    left: -260px!important;
}

#mobNav .nav_first {
    padding-bottom: 100px;
    min-width: 110%;
    display: block;
    max-height: 100vh;
    overflow-y: auto;
    text-align: left;
    ;}

#mobNav .nav_first>li>a {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #ddd;
    padding: 5px 10px 5px 5px;
    border-top: 1px solid rgba(255,255,255,.05);
    font-weight: 300;
    background-color: #46a446;
    ;}

#mobNav .nav_first>li>a:hover {
    color: #fff;
}

#mobNav .nav_first>li>.staticNav {
    position: relative;
}

#mobNav .nav_first>li>a:before {
    content: "\f105";
    padding-left: 5px;
    font-family: fontAwesome;
    width: 20px;
    display: inline-block;
    color: #999;
}

#mobNav .nav_first>li>a.navOpen:before {
    content: "\f107";
}

#mobNav .nav_second>li>a {
    padding: 5px 5px 0 30px;
    margin-bottom: 5px;
    line-height: 1.2;
    display: block;
    width: 100%;
    position: relative;
    color: #ddd;
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

#mobNav .nav_second>li>a:before {
    position: absolute;
    content: ">";
    left: 14px;
    color: rgba(255,255,255,.2);
    transition: all .3s ease-in-out;
}

#mobNav .nav_second>li>a:hover {
    padding-left: 40px;
}

#mobNav .nav_second>li>a:hover:before {
    left: 24px;
    color: #fff;
}

#mobNav .nav_third>li>a {
    padding: 10px 5px 0 45px;
    margin-top: 2px;
    margin-bottom: 3px;
    line-height: .8;
    display: block;
    width: 100%;
    position: relative;
    color: #ddd;
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

#mobNav .nav_third>li>a:before {
    position: absolute;
    content: ">";
    left: 30px;
    color: rgba(255,255,255,.2);
    transition: all .3s ease-in-out;
}

#mobNav .nav_third>li>a:hover {
    padding-left: 55px;
}

#mobNav .nav_third>li>a:hover:before {
    left: 43px;
    color: #fff;
}

#mobNav .nav_fourth>li>a {
    padding: 10px 5px 0 55px;
    margin-bottom: -3px;
    line-height: 1.2;
    display: block;
    width: 100%;
    position: relative;
    color: #ddd;
    color: rgba(255,255,255,.6);
    font-size: 12px;
}

#mobNav .nav_fourth>li>a:before {
    position: absolute;
    content: ">";
    left: 44px;
    color: rgba(255,255,255,.2);
    transition: all .3s ease-in-out;
}

#mobNav .nav_fourth>li>a:hover {
    padding-left: 65px;
}

#mobNav .nav_fourth>li>a:hover:before {
    left: 55px;
    color: #fff;
}

.nav_second .staticNav {
    color: #ddd!important;
}

.nav_third .staticNav {
    color: #ddd!important;
}

.nav_second .staticNav:before,.nav_third .staticNav:before {
    content: " "!important;
}

#topNav .noTopNav {
    display: none!important;
}

#mobNav .firstItem {
    border-bottom: 0!important;
}

#mobNav .firstItem>.nav_second {
    display: block!important;
    padding-bottom: 5px;
}

#searchResults {
    background: #515457;
    position: relative;
    z-index: 999;
}

#searchResults li {
    color: #999;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 6px 10px 6px 30px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#searchResults li a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

#searchResults li:hover {
    background-color: #1a339a;
}

#searchResults .search_News:before {
    position: absolute;
    content: "\f1ea";
    color: #1a339a;
    left: 6px;
    top: 5px;
    font-size: 16px;
    font-family: fontAwesome;
}

#searchResults .search_Navigation:before {
    position: absolute;
    content: "\f054";
    color: #ddd;
    left: 10px;
    top: 5px;
    font-size: 16px;
    font-family: fontAwesome;
}

#searchResults .selected {
    background-color: #46a446;
}

a,body,div,h1,h2,h3,h4,h5,input,li,p,select,span,strong {
    font-family: 'Lato', sans-serif !important;
    line-height: 1.3;
}

@media (max-width: 962px) {
    .contained {
        max-width:96%!important
    }
}

header {
    padding: 5px 0 0 0;
    background: #fff;
    ;}

header .logo {
    font-size: 48px;
    color: #fff;
    text-align: left;
    background: url(files/image/ALT_logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 240px;
    height: 140px;
}

header .logo img {
    height: 40px;
    vertical-align: middle;
}

header .logo span {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

.btn {
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 1px 18px;
    border-top: 1px solid rgba(255,255,255,.2);
    box-shadow: inset 0 -10px 20px rgba(0,0,0,.3);
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
}

.btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 6px;
    width: 104%;
    height: 112%;
    box-shadow: inset 0 10px 20px rgba(0,0,0,.3);
    background: inherit;
    left: -2%;
    top: -6%;
}

.btn:after {
    position: absolute;
    content: "";
    z-index: -2;
    border-radius: 6px;
    width: 90%;
    height: 100%;
    box-shadow: 0 2px 10px 3px rgba(0,0,50,.5);
    background: inherit;
    left: 6%;
    top: 0;
}

.btn:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.btn:hover {
    background: #1a339a;
}

#breadcrumbs {
    background-color: #fff;
    padding: 12px 0;
    border-top: 1px solid #eee;
    font-size: 9px;
    white-space: nowrap;
    color: #444;
    overflow: auto;
}

#breadcrumbs a {
    color: #444;
    font-weight: 300;
    font-size: 13px;
    padding: 0 10px 0 5px;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .col-xs-12:before {
    content: "You are here: ";
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    color: #666;
    font-weight: 200;
    font-style: italic;
}

#topNav {
    font-size: 0;
    padding: 0;
    margin-left: -10px;
    margin-top: 90px;
    }

#topNav .noTopNav {
    display: none;
}

#topNav ul {
    text-align: right !important;
}

#topNav li {
    display: inline-block;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 8px 12px 0 12px;
    border-bottom: 3px solid transparent;
}

#topNav li a {
    color: #444;
    font-weight: 300;
    font-size: 23px;
    padding-bottom: 12px;
    display: inline-block;
    ;}

#topNav li.selected,#topNav li:hover {
    background: #ddd;
    border-bottom-color: #7bb7ea;
    color: #000;
    }

#topNav li.selected a,#topNav li:hover a {
    color: #000;
}

.firstItem {
    background-color: rgba(67,112,195,.8);
    border-bottom: 3px solid rgba(0,0,0,0.5) !important;
    box-shadow: 0 -2px 5px rgba(255,255,255,0.6);
    ;}

.firstItem a {
    color: #fff!important;
    ;}

#megaMenu {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 165px;
}

.megaMenuPanel {
    padding: 30px 0 14px 0;
    height: auto;
    position: relative;
}

.panelBox {
    width: 100%;
    border: 1px solid #003e51;
    height: 120px;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.panelBox p {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0 5px 10px;
    background: rgba(0,0,0,.85);
    color: #ddd;
    font-size: 11px;
}

.panelBox:hover {
    border-color: #000;
}

.panelBox:hover p {
    color: #fff;
}

.panelList {
    width: 100%;
    padding-left: 10px;
}

.panelList h5 {
    color: #000;
    white-space: nowrap;
    font-family: Harabara-Bold;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.panelList a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    white-space: nowrap;
}

.panelList a:before {
    font-family: fontAwesome;
    content: "\f0da";
    padding-right: 6px;
}

.panelList a:hover {
    margin-left: 6px;
}

footer {
    padding-top: 20px;
}

footer h3 {
    font-size: 20px;
    font-weight: 100;
    color: #1a339a;
    margin-bottom: 15px;
}

footer .note {
    background: #fff!important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

footer .note p {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 200;
    color: #ddd;
}

footer .note .col-sm-8 {
    text-align: right;
}

footer .note p a {
    padding: 0 15px;
    color: #444;
    cursor: pointer;
}

footer .note p a:hover {
    color: #000;
}

footer .note .col-sm-4 p {
    color: #444;
}

footer .footNav {
    margin-bottom: 15px;
}

footer .footNav p {
    font-size: 14px;
    line-height: 1.8;
}

footer .footNav p a {
    color: #666;
    font-weight: 300;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -ms-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}

footer .footNav p a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 8px;
}

footer .footNav p a:hover {
    padding-left: 6px;
    color: #000;
}

footer img {
    margin: 25px 0 10px 0;
    max-width: 320px!important;
    width: 100%;
}

footer .footSocial {
    text-align: right;
}

footer .footSocial a {
    font-size: 36px;
    color: #1a339a;
    margin-left: 5px;
}

footer .footSocial a:hover {
    color: #f30;
}

@media(max-width: 768px) {
    footer .footNav .col-xs-12:nth-of-type(4) {
        text-align:center
    }

    footer .footNav p {
        font-size: 12px
    }

    footer .footNav h3 {
        font-size: 18px
    }
}

@media(max-width: 560px) {
    footer .note .col-sm-4 {
        width:100%!important
    }

    footer .note .col-sm-8 {
        width: 100%;
        margin-top: 5px
    }

    footer .note .col-sm-8 {
        width: 100%;
        text-align: left!important
    }
}

@media(max-width: 480px) {
    footer .footNav .col-xs-12:nth-of-type(3) {
        margin-top:10px
    }

    footer .footSocial {
        text-align: center
    }
}

.newsCategory {
    font-size: 36px;
    color: #444;
    font-weight: 300;
    padding: 10px 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.newsCategory h2 {
    font-weight: 100;
    position: relative;
    display: inline-block;
}

@media(max-width: 480px) {
    .newsCategory h2 {
        font-size:22px;
        padding-right: 0
    }

    .content h2 {
        font-size: 20px !Important;
    }
}

.newsCategory h2 span {
    position: absolute;
    opacity: .1;
    transform: scaleY(-1);
    left: 0;
    bottom: -27px;
    font-weight: inherit!important;
}

.newsStoryImg {
    position: relative;
    padding: 20px;
    background: #1a339a;
    overflow: hidden;
    max-height: 600px;
}

.newsStoryImg span {
    position: absolute;
    z-index: 0;
    opacity: .4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-size: cover;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    background-position: 50% 50%;
}

.newsStory {
    padding: 20px 5px;
}

.newsStoryImg p {
    position: relative;
    z-index: 10;
}

.newsStoryImg img {
    border: 2px solid #fff;
    width: 100%;
    max-width: 992px;
}

.newsStory p {
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.8;
}

.newsStory h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ddd;
}

#newsStoryShell {
    background: rgba(255,255,255,1);
}

#newsStoryShell h1 {
    font-size: 32px;
    color: #333;
    font-weight: 300;
    text-align: center;
    font-size: 36px!important;
    margin: 20px 0;
}

.newsStory li a,.newsStory p a {
    color: #1a339a;
    font-weight: 600;
}

.newsStory p a:hover {
    color: #000;
}

.newsStory sup {
    font-size: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 2px;
}

@media (max-width: 768px) {
    #newsStoryShell h1 {
        font-size:24px!important;
        margin-bottom: 25px
    }
}

@media (max-width: 992px) {
    .newsStoryImg {
        margin-top:25px;
        position: relative;
        overflow: visible
    }

    .newsStoryImg:before {
        content: "";
        position: absolute;
        top: -66px;
        left: -25%;
        width: 150%;
        height: 66px;
        background: rgba(255,255,255,.9)
    }
}

#newsStoryShell time {
    text-align: right;
    display: block;
    margin-top: -20px;
}

.newsPanel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px;
    margin: 10px 0;
}

.newsPanel a {
    color: inherit;
}

.newsPanel:hover {
    border-color: red;
}

.newsPanel .newsNanoImage,.newsPanel iframe {
    width: 100%;
    height: 220px!important;
    background-size: cover;
}

.newsPanel .newsTitle {
    margin: 15px 0 10px 0;
    font-size: 24px;
    color: #003b4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsNanoDate {
    font-size: 11px!important;
    margin-top: 15px;
    margin-bottom: -20px;
}

.newsPanel p {
    overflow: hidden;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}

.newsShortDesc:after {
    content: " [ read more ]";
    color: red;
    margin-left: 5px;
    font-size: 75%;
    cursor: pointer;
}

.newsStory ol li {
    margin-left: 25px;
    font-size: 14px;
    padding-left: 10px;
    list-style-type: decimal;
    margin-bottom: 12px;
}

.newsGridHeader {
    padding: 25px 0 0 0;
}

.newsGridHeader h2 {
    font-size: 32px!important;
    color: #003b4f;
}

.newsPanelWide .newsNanoImage {
    height: auto!important;
    padding-top: 35%;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: 50%;
}

.newsPanelWide .newsTitle {
    height: 50px;
    overflow: hidden;
    text-overflow: none;
    white-space: normal;
}

.newsPanelWide p {
    height: 40px;
    margin-bottom: 6px;
}

.newsPanelWide p.newsNanoDate {
    height: 20px;
}

#toolTip {
    position: fixed;
    text-align: center;
    z-index: 10000;
    line-height: 1.3;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 2px 10px 10px rgba(0,0,0,.2);
    background: #222;
    left: -1000px;
    top: -1000px;
    max-width: 200px;
    pointer-events: none;
}

#toolTip:after {
    content: "\f0d7";
    font-size: 20px;
    position: absolute;
    font-family: fontAwesome;
    bottom: -16px;
    left: 49%;
    text-shadow: 0 6px 3px rgba(0,0,0,.1);
    color: #222;
}

.content {
    padding-bottom: 0;
}

.content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 9px;
    font-weight: 400;
}

.content li a,.content p a {
    color: #1a339a;
    font-weight: 500;
}

.content li a:hover,.content p a:hover {
    color: #000;
    text-decoration: underline;
}

.content blockquote {
    margin: 0 30px 20px 30px;
    text-align: center;
    position: relative;
    color: #ddd;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.content ul {
    margin-bottom: 10px;
}

.content blockquote:after,.content blockquote:before {
    position: absolute;
    font-family: Impact,Arial;
    color: red;
    font-size: 60px;
}

.content blockquote:before {
    content: "?";
    left: -30px;
    top: -18px;
}

.content blockquote:after {
    content: "?";
    right: -30px;
    bottom: -50px;
}

.content .fa-ul i {
    color: green;
}

.content ul li:before {
    position: absolute;
    content: "\f054";
    color: green;
    font-family: fontAwesome;
    left: 10px;
    top: 0;
}

.content ul li {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 6px;
    list-style-type: none;
    color: #111;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.content h2 {
    color: #46a446;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.content h3 {
    color: #252;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:20px;
    margin-top: 20px;
}
.content button {border:none; background:green; color:#fff; padding: 5px 15px; border-radius: 10px; margin-right: 10px;}
.content button a  {color:#fff; font-size: 18px;}
.content button:hover {background:darkgreen;}
.content button:hover a {color:#fff;}

.content h2 i {
    font-size: 75%;
    color: #666;
    display: inline-block;
    padding-right: 6px;
    position: relative;
    top: -2px;
}

.content h1 {
    font-size: 32px;
}

.pageHeader h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 32px;
    margin: 20px 0 20px 0;
    color: #444;
    font-weight: 100;
}

.pageHeader h1 i {
    font-size: 75%;
    display: inline-block;
    position: relative;
    top: -2px;
}

.settingsDate {
    font-size: 14px!important;
    color: #444;
}

.settingsDate span {
    display: inline-block;
    width: 80px;
    font-size: 12px;
    font-weight: 100;
    color: #444;
}

.formTextBox,.forms input[type=password],.forms input[type=text],.forms textarea {
    outline: 0;
    font-size: 16px;
    background: #fdfdfd;
    font-weight: 300;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 3px 12px;
    box-shadow: inset 1px 3px 5px 1px rgba(0,0,0,.05);
    color: #444;
    min-width: 100px;
    width: 100%;
    max-width: 320px;
    margin: 3px 0;
}

.formTextBox:hover,.forms input[type=password]:hover,.forms input[type=text]:hover,.forms textarea:hover .formTextarea:hover {
    border-color: #aaa;
}

.formTextBox:focus,.formTextarea:focus,.forms input[type=text]:focus,.forms textarea:focus {
    color: #111;
    border-color: #999;
    background: #fff;
}

.formButton,.forms input[type=button],.forms input[type=submit] {
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    color: #fff;
    color: rgba(255,255,255,.8);
    background: #424;
}

.formButton:hover,.forms input[type=button]:hover {
    color: #fff;
    opacity: .9;
}

.formButton:active,.forms input[type=button]:active {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background: #000!important;
}

.w100p {
    width: 100%;
}

.w50p {
    width: 50%;
}

.w40p {
    width: 40%;
}

fieldset {
    padding: 3px 0;
    border: none;
    position: relative;
}

fieldset label {
    padding: 3px 0;
    font-size: 12px;
    color: #333;
    display: block;
    font-weight: 300;
}

fieldset select {
    width: 100%;
    font-size: 16px;
    background: #f5f5f5;
}

fieldset input[type=checkbox] {
    margin: 0;
    margin-top: -2px;
}

fieldset a {
    font-weight: 600;
    color: inherit;
}

.formOptins {
    margin: 10px 0;
}

.formOptins label {
    font-size: 12px;
    color: #444;
    font-weight: 200;
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.formOptins label input[type=checkbox] {
    position: absolute;
    left: 0;
    top: -2px;
}

.forms select {
    width: 100%;
    max-width: 320px;
    height: 26px;
    font-size: 16px;
    color: #444;
    margin: 3px 0;
}

.help {
    position: relative;
    font-size: 13px!important;
    background: #eef;
    padding: 5px 10px 5px 50px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.help:before {
    content: "\f059";
    font-family: fontAwesome!important;
    position: absolute;
    left: 10px;
    top: -3px;
    font-size: 36px;
    color: #1a339a;
}

.mandatoryError {
    background: #fdd;
    color: red;
}

.formTextarea {
    width: 100%;
    height: 80px;
    outline: 0;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 300;
    font-family: 'Work Sans';
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    color: #444;
}

.topLabel {
    color: #666;
    font-size: 10px;
    text-align: center;
    background: #f5f5f5;
    padding: 2px;
}

.formError {
    color: red;
    border-color: red!important;
}

.error {
    background: red;
    color: #fff;
}

.deleteBtn {
    background: #a00!important;
    border-color: red!important;
}

.carouselWrapper {
    padding: 20px 50px!important;
    position: relative;
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    position: relative;
    font-size: 0;
    padding-bottom: 12px;
}

.carouseltem {
    width: 250px;
    padding: 0 15px;
    display: inline-block;
}

.carouseltem>a>div {
    border: 1px solid #555;
}

.carouseltem h4 {
    font-size: 16px;
}

.carLeft,.carRight {
    cursor: pointer;
    position: absolute;
    font-size: 32px;
    color: rgba(0,0,200,.4);
    top: 38%;
}

.carLeft {
    left: 5px;
}

.carRight {
    right: 5px;
}

.carLeft:hover,.carRight:hover {
    color: rgba(0,0,255,.9);
}

.infoPanel {
    padding-top: 70%;
    transform: scale(1);
    overflow: hidden!important;
    width: 100%;
    position: relative;
}

.facePanel {
    padding-top: 100%;
    position: relative;
    background: #eee;
    background-size: cover;
}

.facePanel h5 {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #ddd;
    background: rgba(0,0,0,.7);
    text-align: center;
}

.watchEdit {
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.watchEdit h2 {
    color: #1a339a;
    font-size: 24px;
    padding-top: 10px;
    font-weight: 200;
}

.facesOther {
    background: #000;
    border-top: 4px solid #1a339a;
    border-bottom: 4px solid #1a339a;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.facesScroll {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    vertical-align: top;
    width: 100%;
    border: none;
    padding-top: 65%; background-size:cover;
    border:2px solid green; border-radius: 12px;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.gallery .fa-search-plus {
    position: absolute;
    bottom: 10px;
    font-size: 36px;
    right: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.7);
    cursor: zoom-in;
}

.gallery img {
    max-height: 256px;
    display: inline-block;
}

.facesOther h3 {
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    margin-left: 10px;
    text-overflow: ellipsis;
    position: absolute;
    top: -36px;
    background: #1a339a;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 6px 6px 0 0;
}

#gallery {
    position: fixed;
    padding: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 2000;
}

#gallery ul {
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
}

#gallery li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

#gallery li img {
    max-width: 100%;
    max-height: 90vh;
}

#gallery li p {
    position: absolute;
    bottom: 0;
    left: -20%;
    right: -20%;
    padding: 20px 10px;
    color: #fff;
    background: rgba(0,0,0,.6);
    text-align: center;
    font-size: 18px;
}

#gallery .galClose,#vrgallery .vrClose {
    opacity: .8;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 201;
    color: #fff;
    font-size: 48px;
}

#gallery .galPrev {
    opacity: .8;
    position: absolute;
    top: 48%;
    left: 5px;
    z-index: 201;
    color: #fff;
    font-size: 36px;
}

#gallery .galNext {
    opacity: .8;
    position: absolute;
    top: 48%;
    right: 5px;
    z-index: 201;
    color: #fff;
    font-size: 36px;
}

#gallery i:hover {
    opacity: 1;
}

.basicPanel {
    position: relative;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    padding: 50% 0;
}

.showGallery {
    cursor: pointer;
}

.lockFooter {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.error404 {
    transition: all 4s ease-out;
    transform: scale(.5);
    max-width: 300px;
    width: 100%;
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    padding: 10px 25px;
    border: 6px solid #1a339a;
    position: absolute;
    margin-top: 15%;
    left: 50%;
    margin-left: -150px;
    z-index: 100;
}

.error404 h1 {
    font-size: 48px;
    letter-spacing: 1px;
    color: #1a339a;
}

.error404 h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #444;
}

.error404 p {
    font-size: 11px;
    margin-top: 10px;
}

.error404 p a {
    color: #1a339a;
    font-weight: 700;
}

.error404grow {
    transform: scale(1.1)!important;
}

@media(max-width: 992px) {
    #navBtn {
        top:32px!important
    }

    header .logo {
        /* max-height: 50px!important; */
        margin-bottom: 20px;
    }

    .pageHeader h1 {
        font-size: 36px;
        padding-left: 0
    }

    .content h2 {
        font-size: 28px
    }

    #breadcrumbs {
        display: none
    }
}

.faq h2 {
    font-size: 22px!important;
    cursor: pointer;
    margin-top: 20px;
    color: #444;
}

.faq div {
    display: none;
}

.newCommentRoot {
    background: #def;
    padding: 10px 18px!important;
    width: 95%;
    margin: 10px 0 0 0;
    border-radius: 8px;
    z-index: 100;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 2px 2px 4px #ddd;
    border-top: none;
    position: relative;
}

.newCommentRoot:after {
    border-radius: 5px 0 0 0;
    width: 32px;
    left: 12px;
    height: 20px;
    transform: rotate(34deg);
    position: absolute;
    z-index: -20!important;
    background: #def;
    content: "";
    top: -9px;
    border: 1px solid rgba(0,0,0,.05);
    border-right: none;
    border-bottom: none;
}

.commentData {
    display: inline-block;
    width: 25%;
    font-size: 12px;
    color: #555;
    vertical-align: top;
}

.commentData h5 {
    padding-top: 10px;
}

.commentData h6 {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
    text-overflow: ellpsis;
    overflow: hidden;
    white-space: nowrap;
}

.commentData h6:before {
    font-family: fontAwesome;
    content: "\f007";
    position: absolute;
    left: 0;
}

.commentText {
    display: inline-block;
    padding: 10px 0;
    width: 75%;
}

.commentText span {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    display: block;
    padding: 10px 15px;
    margin-top: -10px;
    border-radius: 6px;
    background: rgba(255,255,255,.3);
}

.commentText input {
    float: right;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: 10px;
    font-size: 16px;
    background: #1a339a;
    color: #fff;
    border-radius: 6px;
    padding: 4px 20px;
}

.commentText input:hover {
    background: #000;
    box-shadow: 0 0 10px #fff;
}

.newCommentSub {
    background: #fee;
    padding: 10px 18px!important;
    margin: 10px 0 0 10%;
    border-radius: 8px;
    z-index: 100;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: -2px -2px 4px #ddd;
    border-top: none;
    position: relative;
}

.newCommentSub:after {
    border-radius: 0 5px 0 0;
    width: 32px;
    right: 50px;
    height: 20px;
    transform: rotate(-34deg);
    box-shadow: 1px -1px .5px rgba(0,0,0,.1);
    position: absolute;
    z-index: -20!important;
    background: #fee;
    content: "";
    top: -10px;
    border: 1px solid rgba(0,0,0,.05);
    border-left: none;
    border-bottom: none;
}

.newsCommentsForm {
    background: #f5f5f5;
    margin: 20px 0;
    padding: 20px;
    border-radius: 6px;
    text-align: right;
}

.newsCommentsForm h3 {
    font-size: 24px;
    font-weight: 100;
    color: #444;
    margin-bottom: 18px;
    text-align: left;
}

.newsCommentsForm label {
    padding: 0;
    vertical-align: top;
    text-align: left;
}

.newsReplyTo {
    display: block;
    margin: -10px -8px 10px -8px;
    width: 100%!important;
    background: #eee;
    padding: 4px 8px!important;
    border-bottom: 1px solid #ddd;
}

.newsReplyTo span {
    font-size: 12px;
    color: #444;
    font-weight: 200;
}

.newsCommentsForm textarea {
    padding: 15px;
    backgound: #fff;
    border: none;
    border-radius: 4px;
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    color: #333;
    height: 100px;
}

.newsCommentsForm p {
    font-size: 12px;
    text-align: left;
    max-width: 80%;
}

.newsCommentsForm input[type=button] {
    -webkit-appearance: none;
    border: none;
    padding: 6px 14px;
    background: #1a339a;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
}

.newsCommentsForm input[type=button]:hover {
    background: #000;
}

#accountStrap {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.accountButtons a {
    transition: all .2s ease-in-out;
    position: relative;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 200;
    padding: 8px 20px 8px 12px;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(0,0,0,.06);
}

.accountButtons a i {
    padding-right: 8px;
    opacity: .5;
}

.accountButtons a:nth-of-type(1) {
    border-left: 1px solid #f1f1f1;
}

.accountButtons>div span {
    display: inline-block;
    font-size: 13px;
    color: #666;
    font-weight: 200;
    padding-right: 10px;
    font-style: italic;
}

#registerDeveloperBtn:hover {
    background: #1a339a;
    color: #fff;
}

#registerUpdatesBtn:hover {
    background: #900;
    color: #fff;
}

#signinBtn:hover {
    background: #090;
    color: #fff;
}

#signoutBtn:hover {
    background: #900;
    color: #fff;
}

#settingsBtn:hover {
    background: #1a339a;
    color: #fff;
}

.accountBtn:hover {
    background: #eee!important;
}

#modal {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240,240,240,.8);
}

#modalBox {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    position: relative;
    margin: 100px auto;
    width: 90%;
    max-width: 640px;
    transform: scale(1);
}

#modalBox .closeModal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

#modalBox .closeModal:hover {
    color: #1a339a;
}

#modalBox.shrunk {
    transform: scale(.9)!important;
    opacity: 0;
}

#modalBox h3 {
    font-weight: 100;
    color: #1a339a;
    font-size: 24px!important;
}

#modalBox p {
    color: #444;
    font-weight: 300;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
}

#modalBox fieldset {
    padding: 0;
    margin: 0;
}

#modalBox fieldset label {
    font-size: 12px!important;
    padding: 5px 0;
}

#modalBox h4 {
    font-weight: 100;
    color: #333;
    font-size: 18px!important;
    margin: 10px 0;
}

#modalBox .modalBtn {
    display: inline-block;
    margin: 5px 10px 0 0;
    font-size: 14px;
    background: #1a339a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
}

#modalBox .modalBtn:hover {
    background: #111;
}

@media(max-width: 768px) {
    #modalBox {
        position:absolute;
        margin: 0 auto;
        top: 10px;
        left: 5px;
        right: 5px;
        max-height: 95vh;
        overflow: auto
    }
}

.inputWrap {
    position: relative;
    display: block;
    margin: 2px 0;
    overflow: hidden;
}

.inputWrap.wrapLeft input {
    padding-left: 50px!important;
    margin: 0!important;
}

.inputWrap.wrapRight input {
    padding-right: 50px!important;
    margin: 0!important;
}

.inputWrap i.wrapLeft {
    position: absolute;
    left: 11px;
    top: 4px;
    font-size: 20px;
    text-shadow: 0 1px 2px #fff;
    color: #555;
}

.inputWrap i.wrapRight {
    position: absolute;
    right: 11px;
    top: 4px;
    font-size: 20px;
    text-shadow: 0 1px 2px #fff;
    color: #555;
}

.inputWrap.wrapLeft:before {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
    background: #eee;
    width: 38px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ccc;
    box-shadow: 1px 0 2px rgba(0,0,0,.1);
}

.inputWrap.wrapRight:after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    background: #eee;
    width: 38px;
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #ccc;
    box-shadow: -1px 0 2px rgba(0,0,0,.1);
}

#rgeWrapper .newsStory {
    background: #fff;
}

#rgeWrapper .faq div {
    display: block!important;
}

#rgeWrapper #modal {
    position: relative!important;
}

#rgeWrapper .shrunk {
    opacity: 1!important;
}

.facesListBox {
    overflow: hidden;
    opacity: 0;
    top: 15px;
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.facesListBox .promoFlash {
    z-index: 100;
    width: 200px;
    background: red;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    transform: rotate(-45deg);
    top: 30px;
    left: -50px;
}

.facesListBox .favList {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,.3);
}

.facesListBox .facesImg {
    padding-top: 100%;
    background-size: cover;
}

.facesListBox .themesImg {
    padding-top: 170%;
    background-size: cover;
}

.facesListBox span {
    font-size: 12px!important;
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,.6);
    top: 45%;
    left: 0;
    right: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    color: #ddd;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.6;
}

.facesListBox h3 {
    background: #fff;
    position: relative;
    z-index: 100;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    color: #444;
    padding: 8px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facesListBox:hover span {
    opacity: 1;
    transform: rotateX(0);
}

.facesListBox:hover .facesImg {
    filter: blur(5px);
    opacity: .8;
}

.facesListBox span label {
    display: inline-block;
    width: 60px;
}

.facesListBox span b {
    font-weight: 100;
    isplay: inline-block;
    vertical-align: bottom;
    background: #1a339a;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1px 4px 0 4px;
    border-radius: 3px;
    margin-right: 4px;
    color: #fff;
}

.facesListBox,.facesListBox a {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    display: block;
}

.facesListBox span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    transform: rotateX(101deg);
}

.developerFilters {
    background: #f5f5f5;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.developerFilters label {
    font-size: 12px;
    font-weight: 100;
    display: inline-block;
    padding: 0 5px 0 5px;
    position: relative;
    top: 2px;
    vertical-align: bottom;
}

.developerFilters input[type=text] {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 2px 10px;
    font-weight: 200;
    margin-left: 2px;
    border-radius: 2px;
}

.developerFilters select {
    height: 26px;
    font-size: 14px;
    font-weight: 200;
}

.developerFilters input[type=submit] {
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    height: 28px;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    padding: 2px 12px;
    border: 1px solid #ddd;
    font-weight: 200;
    background: #1a339a;
    color: #fff;
}

.developerPaging a {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    padding: 2px;
    text-align: center;
    font-weight: 100;
    margin: 0 5px 20px 5px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.developerPaging .pagingLess,.developerPaging .pagingMore {
    border: none!important;
}

.developerPaging .pagingCurrent {
    background: #1a339a;
    color: #fff;
}

.featuredFaces {
    background: #fafaff;
    padding: 0;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.featuredFaces h2 {
    background: #f2f2ff;
    color: #333;
    font-weight: 200;
    font-size: 20px;
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.featuredFace {
    position: relative;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
}

.featuredFace span {
    padding-top: 100%;
    display: block;
    background-size: cover;
}

.featuredFace h4 {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,150,.8);
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 4px;
}

.devFaceEdit,.favouriteBox {
    cursor: pointer;
    box-shadow: 2px -1px 6px rgba(0,0,0,.1);
    z-index: 999;
    position: fixed;
    top: 100px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    padding: 6px 12px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

.devFaceEdit a,.favouriteBox a {
    color: #333;
    text-shadow: 0 1px 1px #eee;
}

.devFaceEdit a i,.favouriteBox a i {
    margin-right: 8px;
}

.myAccountBox {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 10px;
    background: #f6f6f6;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    border-radius: 6px;
    border-top: 3px solid #1a339a;
    position: relative;
}

.myAccountBox h3 {
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    position: absolute;
    top: -36px;
    background: #1a339a;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 6px 6px 0 0;
}

.myAccountBox img {
    max-width: 100%;
}

.myAccountBox .help:before {
    font-size: 20px;
    top: 0;
}

.myAccountBox .help {
    padding-left: 34px;
    width: auto!important;
    margin-top: 5px;
}

.myAccountBox textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 6px;
    max-width: 480px;
}

.myAccountBox label {
    padding-left: 2px!important;
    padding-right: 3px;
    width: auto!important;
    min-width: 140px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    max-width: 140px;
    vertical-align: top;
}

.myAccountBox label i {
    position: absolute;
    right: 5px;
    top: 5px;
}

.rogueCrop {
    cursor: pointer;
}

.subscription p {
    font-size: 14px;
    color: #444;
}

.brandCategories li {
    display: inline-block;
    background: #f90;
    margin: 5px;
    padding: 2px 8px 1px 16px;
    min-width: 10px;
    text-align: left;
    border-radius: 20px;
    color: #fff!important;
}

.brandCategories li i {
    margin-left: 5px;
    cursor: pointer;
}

.brandCategories input[type=button] {
    margin-left: 10px;
}

.brandImages li,.otherImages li {
    margin: 10px 0;
    padding: 0!important;
    position: relative;
}

.brandImages li img,.otherImages li img {
    max-width: 100%!important;
}

.brandImages li i,.otherImages li i {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 20px;
    color: #a00;
    text-shadow: 0 0 5px #fff;
}

.filterResults {
    width: 100%;
    font-size: 12px;
    color: #444;
    font-weight: 200;
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.filterResults ul {
    display: inline;
}

.filterResults li {
    display: inline-block;
    cursor: pointer;
    background: #f90;
    border-radius: 102px;
    padding: 4px 15px;
    color: #fff;
    margin-left: 5px;
}

.filterResults li:hover {
    background: #d80;
}

.filterResults ul li.selected {
    background: #1a339a;
}

.statBlock {
    width: 100%;
    position: relative;
    padding-top: 36%;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.15);
    background: #fff;
    margin: 0 auto 20px auto;
}

.chartContainer>div {
    position: absolute;
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
}

.chartContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    overflow: hidden;
}

.statInfo {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 5px;
}

.chartContainer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: #fff;
    bottom: 0;
}

@media(max-width: 640px) {
    .statBlock h2 {
        font-size:10px
    }
}

@media(max-width: 480px) {
    .chartContainer:after {
        height:14px
    }
}

.switcher li {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    margin: 5px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
    border-radius: 6px;
    padding: 3px 15px!important;
    position: relative;
    overflow: hidden;
}

.switcher li input {
    position: absolute;
    top: -50px;
}

.switcher li span {
    padding: 0;
    margin: 0;
    text-shadow: 0 -1px 1px rgba(255,255,255,.5);
    font-weight: 200;
}

.switcher li.selected {
    background: #1a339a;
    color: #fff;
    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

.switcher li.selected span {
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.devForm {
    background: #eee;
    padding: 20px 0;
}

.devForm h2 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}

.devForm input[type=text] {
    width: 100%;
    max-width: 100%;
}

.devForm textarea {
    max-width: 100%;
    height: 150px;
}

.devForm p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

.paralax {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.h20 {
    height: 20vh;
    min-height: 200px;
}

.h25 {
    height: 25vh;
    min-height: 240px;
}

.h30 {
    height: 45vh;
    min-height: 280px;
    max-height: 500px;
}

.h50 {
    height: 50vh;
    min-height: 300px;
}

.h100 {
    height: 100vh;
    min-height: 300px;
}

.h60 {
    height: 60vh;
    min-height: 300px;
}

.h80 {
    height: 80vh;
    min-height: 300px;
}

.paralax .paralax_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: opacity 2s;
}

.panelSlider {
    text-align: left;
    position: relative;
    height: 75vh;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: #444;
}

.pImage,.pImages,.pOverlay,.pSlides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pSlides li {
    padding: 160px 50px;
    color: #fff;
    overflow: hidden;
}

.pImage {
    overflow: hidden;
    box-shadow: 0 0 300px rgba(200,200,255,.6);
}

.pNav {
    position: absolute;
    right: 70px;
    bottom: 50px;
    width: 100px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 0;
}

.pImage div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.pSlides li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pNav>span {
    display: inline-block;
    width: 49px;
    cursor: pointer;
    text-align: center;
    height: 38px;
    color: #fff;
    position: relative;
}

.pNav>span>span {
    position: absolute;
    z-index: 0;
    background: #1a339a;
    top: 0;
    bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.pNav>span .fa {
    position: relative;
    z-index: 2;
    font-size: 24px;
    padding-top: 7px;
}

.pNav .pPrev {
    border-right: 1px solid #fff;
}

.pNav .pPrev>span {
    left: 100%;
    right: 0;
}

.pNav .pNext>span {
    left: 0;
    right: 100%;
}

.pNav .pPrev:hover span {
    left: 0;
}

.pNav .pNext:hover span {
    right: 0;
}

.pImages {
    opacity: 0;
}

.pTitle {
    position: absolute;
    bottom: 50%;
    font-size: 32px;
    font-family: Lato;
    font-weight: 300;
    background: rgba(0,0,0,.5);
    max-width: 70%;
    display: inline-block;
    padding: 10px 20px 17px 40px;
    margin: 0;
    left: 0;
    border-right: 10px solid #1a339a;
    line-height: 1.2;
}

.pLink {
    cursor: pointer;
    position: absolute;
    background: rgba(0,0,0,.7);
    right: 0;
    padding: 5px 10px 5px 0;
    bottom: -28px;
    font-size: 14px;
    display: block;
    width: 110%;
    text-align: right;
    font-weight: 100;
    padding-left: 20px;
    overflow: hidden;
    margin-right: -10px;
    color: #fff;
    font-weight: 600;
    border-right: 10px solid #1a339a;
    border-radius: 0 0 10px 0;
}

.pTitle span {
    position: absolute;
    display: block;
    top: -28px;
    right: -10px;
    font-size: 14px;
    background: #1a339a;
    padding: 5px 20px;
    border-radius: 8px 8px 0 0;
    white-space: nowrap;
}

.pLink:before {
    font-family: fontAwesome;
    content: "\f178";
    position: absolute;
    right: 120px;
    top: 5px!important;
}

.pLink {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.pLink:before {
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pLink:hover:before {
    right: 110px;
}

.pSlides li:before {
    content: "";
    position: absolute;
    left: 30%;
    width: 40%;
    top: 0;
    bottom: 0;
    background: url(files/image/logos/enovert_white.png) 50% 50% no-repeat;
    opacity: .25;
    background-size: contain;
}

.pSlides li:after {
    font-family: fontAwesome;
    position: absolute;
    content: "\f103";
    right: 10px;
    bottom: -8px;
    font-size: 72px;
    color: #fff;
    opacity: .7;
}

.homePanel {
    padding-top: 80%;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0,0,0,.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.homePanel h3 {
    position: absolute;
    width: 100%;
    padding: 6px;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0,0,0,.4);
}

.homePanel .panel_top {
    top: 0;
}

.homePanel .panel_bot {
    bottom: 0;
}

.homePanelPic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
}

.homePanel:hover .homePanelPic {
    transform: scale(1.1);
}

.newsSpotlight h2 {
    font-weight: 300;
}

.newsSpotlight h3 {
    position: relative;
    color: #fff;
    background: #1a339a;
    opacity: .5;
    font-size: 14px;
    padding: 5px 10px 5px 35px;
    border-radius: 40px;
    margin-bottom: 10px;
}

.newsSpotlight h3:before {
    content: "Q";
    color: #000;
    font-weight: 700;
    color: #1a339a;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 3px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    left: 6px;
    top: 50%;
    margin-top: -10px;
}

.newsSpotlight p {
    padding-left: 40px;
    font-size: 14px;
}

.homeHeader {
    text-align: center;
    font-size: 32px;
    font-family: Lato;
    font-weight: 100;
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .hide-md {
        display:none
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hide-sm {
        display:none
    }
}

@media(max-width: 767px) {
    .hide-xs {
        display:none
    }
}

@media(max-width: 768px) {
    .developerFilters label {
        width:100%;
        padding-top: 6px;
        text-align: left;
        position: relative;
        height: 30px
    }

    .developerFilters input[type=text],.developerFilters select {
        width: 60%;
        position: absolute;
        right: 0;
        top: 1px
    }

    .developerFilters input[type=submit] {
        width: 100%;
        margin: 5px 0
    }
}

@media (max-width: 540px) {
    .ac1 {
        padding:0;
        margin: 0 -6px
    }

    .ac1 a {
        font-size: 12px;
        padding: 6px
    }
}

@media (max-width: 422px) {
    .ac1 a:nth-of-type(3) {
        width:100%;
        border-top: 1px solid #eee;
        border-right: none
    }
}

@media (max-width: 600px) {
    .ac2,.ac3,.ac4,.ac5 {
        padding:0;
        margin: 0 -6px;
        text-align: left!important
    }

    .ac3 a,.ac4 a,.ac5 a,ac2 a {
        font-size: 12px;
        padding: 6px
    }

    .ac3,.ac5 {
        border-top: 1px solid #eee;
        padding-left: 8px
    }

    .ac3 span,.ac5 span {
        padding-left: 8px;
        display: inline-block
    }
}

@media (min-width: 600px) and (max-width:992px) {
    .ac3,.ac5 {
        padding-right:40px!important
    }

    .ac3 a,.ac5 a {
        border-right: none
    }
}

.developerFilterBy {
    margin-top: 5px;
}

.developerFilterBy label {
    display: inline-block;
    vertical-align: middle;
}

.developerFilterBy ul {
    display: inline-block;
}

.developerFilterBy li {
    cursor: pointer;
    font-size: 12px;
    color: #444;
    font-weight: 400;
    background: #ddd;
    display: inline-block;
    margin: 4px;
    padding: 3px 12px 1px 11px;
    border-radius: 10px;
}

.developerFilterBy li.selected {
    background: #f90;
    color: #fff;
}

#tagPreset select {
    width: 60%;
}

#tagPreset input {
    width: 38%;
}

#topNav .newStar {
    position: relative;
}

#topNav .newStar:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -18px;
    top: -18px;
    background: url(files/image/logos/new_star.png);
    background-size: contain;
}

#topNav .newStar:after {
    transform: rotate(10deg);
    content: "NEW";
    position: absolute;
    color: #fff;
    font-size: 10px;
    top: -4px;
    right: -8px;
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes star {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes star {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#topNav .newStar:before {
    -webkit-animation: star 8s infinite;
    -moz-animation: star 8s infinite;
    -o-animation: star 8s infinite;
    -ms-animation: star 8s infinite;
    animation: star 8s infinite;
    animation-timing-function: linear;
}

.pagingContain {
    overflow: auto;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
    height: 45px;
    vertical-align: bottom;
}

@media(max-width: 480px) {
    #mobNav {
        width:100%;
        right: -100%
    }

    .siteSearch input {
        padding-left: 70px!important;
        top: -3px;
        position: relative
    }

    .siteSearch .fa-search {
        left: 45px;
        top: 5px;
        z-index: 300;
        color: #666
    }

    .wrapperOn #navBtn {
        left: 0;
        z-index: 200;
        top: 2px!important
    }

    .wrapperOn #accountStrap,.wrapperOn footer,.wrapperOn header,.wrapperOn main {
        display: none
    }

    .wrapperOn {
        background: #000!important
    }
}

.blend,h3.question:before {
    background: rgb(233,180,40);
    background: -moz-linear-gradient(90deg, #7bb7ea 20%, #c3d555 100%);
    background: -webkit-linear-gradient(90deg,#7bb7ea 20%, #c3d555 100%);
    background: linear-gradient(90deg,#7bb7ea 20%, #c3d555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9b428",endColorstr="#46a446",GradientType=1);
}

.shadow {
    background: -moz-linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%);
    height: 10px;
}

footer {
    background-color: #272142 !important;
}

footer li {
    font-size: 14px;
    padding: 5px 0;
}

footer ul {
    margin: 10px 0 20px 0;
}

footer li a {
    color: #000;
}

footer h2 {
    color: #001;
    font-size: 20px;
    font-weight: 300;
}

footer li a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 6px;
    color: rgba(255,255,255,0.3);
}

footer li a:hover {
    color: #fff;
}

footer li a:hover:before {
    color: #fff;
}

.base {
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.2);
    ;}

h3.question {
    position: relative;
    background: #fff;
    font-size: 16px;
    padding: 16px 32px;
    margin-top: 4px;
    color: #444;
    min-height: 55px;
}

h3.question:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "+";
    font-size: 28px;
    font-family: helvetica;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 8px;
    color: #fff;
}

h3.faqClose:before {
    content: "-";
}

@media(max-width: 480px) {
    h3.question {
        padding:12px 60px 0 15px;
        line-height: 1.2;
        font-size: 15px;
        padding-bottom: 5px
    }

    h3.question:before {
        padding-top: 8px
    }
}

div.answer {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: inset 0 5px 6px #eee;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    padding: 15px 0 6px 40px;
    color: #444;
    display: none;
}

div.answer p {
    font-size: 14px;
}

div.answer:before {
    position: absolute;
    left: 10px;
    top: 10px;
    transform: scaleY(-1);
    content: "\f064";
    font-family: fontAwesome;
}

.h1Head {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    font-size: 3.5vw;
    color: #000;
    padding: 5px 40px;
    font-family: Lato;
    font-weight: 600;
    background-color: #272142;
    z-index: 10;
}

.h1Head:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    width: 200px;
    background: #7bb7e9;
    transform-origin: 100% 0%;
    transform: rotate(-50deg);
    left: -200px;
    z-index: -1;
}

.headPic {
    padding-top: 33%;
    position: relative;
    overflow: hidden;
    background-color: #222;
    background-size: cover;
}

@media(min-width: 820px) and (max-width:992px) {
    ;
}

@media(min-width: 530px) and (max-width:819px) {
    ;
}

@media(max-width: 529px) {
    #navBtn {
        top:15px !important;
    }

    .headPic {
        padding-top: 45%;
    }

    .h1Head {
        font-size: 6vw;
    }

    footer img {
        max-width: 50% !important;
        margin: 10px 0 10px -10px;
    }

    .content h2 {
        font-size: 22px;
    }
}

.solarFarm {
    background: url(files/image/ashford_ctc_sitemap.jpg);
    padding-top: 55%;
    background-size: contain;
    position: relative;
}

.solarFarm li b {
    background: rgba(255,255,255,0.8);
    padding-top: 1px;
    color: white;
    background: #d52950;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 21px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.solarFarm ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.solarFarm ul li {
    position: absolute;
}

.solarFarm ul li:nth-of-type(1) {
    left: 14.5%;
    top: 20.5%;
}

.solarFarm ul li:nth-of-type(2) {
    left: 10%;
    top: 58%;
}

.solarFarm ul li:nth-of-type(3) {
    left: 30%;
    top: 48%;
}

.solarFarm ul li:nth-of-type(4) {
    left: 48%;
    top: 74%;
}

.solarFarm ul li:nth-of-type(5) {
    left: 60%;
    top: 46%;
}

.solarFarm ul li:nth-of-type(6) {
    left: 62%;
    top: 25%;
}

.solarFarm ul li:nth-of-type(7) {
    left: 77%;
    top: 37%;
}

.solarFarm ul li:nth-of-type(8) {
    left: 85%;
    top: 52%;
}

.solarInfo {
    background-color: #ffeeee;
    padding: 8px 20px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.solarInfo li b {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #d52950;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: -10px;
}

.solarInfo li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    color: #222;
    font-size: 14px;
}

.solarInfo h3 {
    color: #d52950;
    font-weight: bold;
    padding: 5px 0;
    font-size: 20px;
}

header .trans03 {
    transition: none !important;
}

.surveyContent h1 {
    margin-top: 40px;
    color: #46a446;
    font-weight: bold;
}

.surveyContent p {
    line-height: 1.6;
    margin-bottom: 12px;
}

.surveyContent section {
    padding: 20px;
    border: 2px solid #35a446;
    margin: 20px 0;
    border-radius: 20px;
    background: #f5f5f5;
}

.surveyContent section h2 {
    margin-top: 0 !important;
    font-weight: bold;
}

.surveyContent section h3 {
    color: #000;
    font-size: 22px;
    margin: 6px 0 10px 0;
}

.agreeChart div {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 10px;
}

.agreeChart div label {
    display: inline-block;
    width: 180px;
    text-align: center;
    font-size: 18px;
}

.agreeChart div label input {
    margin-bottom: 10px;
}

.continue {
    position: relative;
    padding: 20px 0 30px 0;
}

.continue .next {
    position: absolute;
    right: 0;
    font-size: 16px;
    background: #35a446;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 4px 12px;
}

.continue .prev {
    position: absolute;
    left: 0;
    font-size: 16px;
    background: #333;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 4px 12px;
}

.continue input:hover {
    background: #000;
}

.comment textarea {
    width: 100%;
    font-family: 'Lato', sans-serif !important;
    height: 80px;
    padding: 15px;
    border: 2px solid #35a446;
    border-radius: 6px;
}

.surveyContent section h2 span {
    color: #fff;
    background: #35a446;
    width: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
}

.ranking div {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 10px;
}

.ranking div label {
    min-width: 280px;
    display: inline-block;
    font-size: 17px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    max-width: 440px;
    width: 100%;
}

.ranking div span {
    display: inline-block;
    text-align: center;
    width: 50px;
    font-size: 12px;
    color: #444;
}

.ranking div span input {
    display: block;
    margin: 0px auto;
}

.personal {
    margin-bottom: 10px;
}

.personal label {
    display: inline-block;
    width: 20%;
    min-width: 150px;
    font-size: 18px;
}

.personal input {
    font-family: 'Lato', sans-serif !important;
    width: 75%;
    min-width: 280px;
    font-size: 18px;
    padding: 8px 15px;
    border: 2px solid #35a446;
    border-radius: 6px;
}

.checks {
    margin-bottom: 20px;
}

.checks div {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.checks label {
    font-size: 18px;
    display: inline-block;
    margin-right: 40px;
    padding: 2px 0 10px 0;
}

.checks label input[type="checkbox"] {
    margin-right: 10px;
}

.checks label input[type="text"] {
    margin-right: 10px;
    border: 2px solid #35a446;
    font-size: 18px;
    padding: 6px 12px;
    min-width: 280px;
    width: 100%;
}

/*HOME SLIDER*/
.homeSlider {
    position: relative;
    background: #000;
}

.homeSlider ul {
    padding-top: 35%;
}

.homeSlider li {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homeSlider li span {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.homeSlider li h2, .homeSlider li img, .homeSlider li a, .homeSlider li p {
    position: relative;
    z-index: 10;
}

.homeSlider li h2 {
    color: #fff;
    font-size: 28px;
    margin: 15px 0;
}

.homeSlider li a {
    border-radius: 6px;
    background: #60B358;
    color: #fff !important;
    border: none;
    font-weight: 300 !important;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
}

.homeSlider li a:hover {
    color: #fff !important;
    background: #000;
}

.sliderPan {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 25px 35px 25px;
    border: 2px solid rgba(255,255,255,0.8);
    z-index: 1;
    border-radius: 20px;
    display: inline-block;
}
