[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

html{
    /*padding-bottom:50px;*/
}
body{
    position: relative;
    top:0;left:0;
    width:100%;height:auto;
    max-width: 1366px;
    margin: 0 auto;
    color:#555;
    background-color:#f1f1f1;
    /*min-height: 1800px;*/
    /*background-image: url('../../_img/drawables/pow-star.png');
    background-repeat: repeat;
    background-size:100%;*/
}
body.tehj-gallery-open{
    overflow: hidden;
}
a:hover{
    cursor: pointer;
}
.pointer,
[data-toggle="collapse"]{
    cursor:pointer !important;
}
small, .small{
    font-size:80%;
}
.circle-sm{
    width:10px;height:10px;
    border-radius:50%;
    padding:0px;
    overflow: hidden;
}
.circle-lg{
    width:120px;height:120px;
    border-radius:50%;
    padding:0px;
    overflow: hidden;
}

.requiredinput:after{
    position:absolute;
    top:0;right:0;
    display:inline !important;
    content:'*' !important;
    /*margin-left:5px;*/
    color:#F00;
}
.no-resize{
    resize: none;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.clearfix{
    clear:both !important;
}
.hover-underline{
    text-decoration: underline;
}
.pos-absolute{
    position: absolute !important;
}
.alert{
    border-radius:0;
}
ul, .no-list-style{
    list-style: none;
}

.no-padding{
    padding: 0 !important;
}
.no-shadow{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.not-rounded{
    border-radius:0px !important;
}
.center{
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center-forced{
    top:50%;left:50%;
    transform: translate(-50%,-50%);
}
.text-underline{
    text-decoration: underline;
}
.no-decoration{
    text-decoration: none !important;
}
.text-italic{
    font-style: italic;
}
.text-white{
    color:#FFF;
}
.text-heart-red{
    color:#E74C3C;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.bg-trans{
    background-color: transparent !important;
}
.full-width{
    width:100%;
}
.badge-success{
    background-color:#4caf50 !important;
    color:#FFF !important;
}
.owl-loaded{
    overflow: hidden;
}
.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.dropdown-menu{
    border-radius: 0px 0px 3px 3px;
}
.xselectpicker{
    padding:5px;
    background-color:transparent;
}
.bootstrap-select{
    padding: 0 !important;
    margin-bottom:8px !important;
}

[data-text-tags]+.tag-editor { background: transparent; font-size: 12px; border-color:#ddd;}
[data-text-tags]+.tag-editor .tag-editor-tag {
    color: #fff; background: #28b062;
    border-radius: 2px;
}
[data-text-tags]+.tag-editor .tag-editor-spacer { width: 7px; }
[data-text-tags]+.tag-editor .tag-editor-delete { 
    background:transparent;
    color: #FFF;
 }

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus, select:focus, select.form-control:focus{
    -webkit-box-shadow: inset 0 -2px 0 #2ecc71;
    -moz-box-shadow: inset 0 -2px 0 #2ecc71;
    box-shadow: inset 0 -2px 0 #2ecc71;
}
/*.form-control:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0,0,0,0.075), 0 0 8px rgba(46,204,113,0.6);
    -moz-box-shadow: inset 0 -2px 0px rgba(0,0,0,0.075), 0 0 8px rgba(46,204,113,0.6);
    box-shadow: inset 0 -2px 0px rgba(0,0,0,0.075), 0 0 8px rgba(46,204,113,0.6);
}*/
[data-tehj-gallery]{
    cursor: pointer;
}
.bootstrap-select > .btn,
.bootstrap-select .dropdown-menu{
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border-radius:3px;
}
.bootstrap-select .dropdown-menu{
    border-radius: 0px 0px 3px 3px;
}
.rot-45{
    transform: rotateZ(45deg);
}
.panel-title > a{
    text-transform: uppercase;
}
.tag{
    position: relative;
    float: left;
    padding:5px;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    color:#FFF;
    font-weight: 700;
    background-color: #2ecc71;
}
.tag.tag-lg{
    font-size: 24px;
}

.fab{
    float: left;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}
.fab-accent{
    color:#FFF !important;
    background-color: #F1C40F;
    z-index: 2;
}
.fab .glyphicon{
    top:0;
    line-height: inherit;
}
.fab .fa{
    line-height: inherit;
}
.fab-md{
    width:35px;height:35px;
    line-height: 35px;
    font-size:14px;
}
.fab-lg{
    width:55px;height:55px;
    line-height: 55px;
    font-size:24px;
}

#body-wrapper{
    position: relative;
    width:100%;height:100%;
    padding:0;
    margin:0;
}

#HomeNavBar{
    position: fixed;
    width:100%;height:46px;
    max-width: 1366px;
    margin: 0 auto;
    background: #2ecc71;
    z-index: 99;
}
#HomeNavBar > *{
    height: 100%;
}

#HomeNavBar > :first-child img{
    position: relative;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    width:auto;height:100%;
    max-height:40px;
}
#HomeNavBar > :last-child{
    padding-top:0px;
}
#HomeHero{
    position: relative;
    width:100%;height:700px;
    max-width: 1366px;
    margin: 0 auto;
    background-color: #FFF;
}
#HomeHero > :first-child{
    padding: 40px;
    padding-top: 180px;
    height:100%;
    /*background-color: #2ecc71;*/
    overflow: hidden;
    text-align: center;
    overflow-wrap: break-word;
    /*font-family: 'Rammetto One', cursive;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: 'Coiny', cursive;*/
    /*font-family: 'Indie Flower', cursive;*/
    /*font-family: 'Bowlby One SC', cursive;*/
    /*font-family: 'Pacifico', cursive;*/
    /*font-family: 'Shadows Into Light', cursive;*/
    background-image: url(/_assets/_img/drawables/funky-lines.png);
    background-repeat:repeat;
    background-size: 50%;
}
#HomeHero > :first-child .carousel-control{
    position: absolute;
    float: right;
    left:calc(100% - 60px);
    top:calc(100% - 60px);
    width:30px;height:30px;
    padding: 0;
    color: #555;
    background:none;
    opacity: 0.5;
    display: none;
}
#HomeHero > :first-child .carousel-control:hover{
    opacity: 1;
}
#HomeHero > :first-child .carousel-control.left{
    margin-left:-30px;
}
#HomeHero > :first-child .carousel-control > span{
    position: absolute;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    text-shadow: none;
    margin: 0;
    padding: 0;
}
#HomeHero > :first-child hgroup{
    text-shadow: 0px 0px 20px #fff;
}
#HomeHero > :first-child hgroup > .btn{
    text-shadow: none;
}
#HomeHero > :last-child{
    height:100%;
    /*background-color: #2ecc71;*/
}
#HomeHero > :last-child .item{
    height:100%;
}
#HomeHero > :last-child .item > :first-child{
    position: absolute;
    top:0;left:0;
    width:100%;height:100%;
    background-size: cover;
    background-position: 50% 60%;
}
#HomeHero .fa-heart{
    animation-iteration-count:infinite;
}

#HomeHero #HeroForm{
    position: relative;
    width:80%;height:120px;
    margin: 0 auto;
    background-color: #FFF;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border: 1px solid rgba(200,200,200,0.5);
}
#HomeHero #HeroForm > *{
    position: relative;
    float: left;
    height: 50%;
}
#HomeHero #HeroForm > :first-child{
    width:60%;
}
#HomeHero #HeroForm input{
    position: relative;
    padding: 10px 40px 10px 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: #FFF;
    border:none;
    outline: none;
}
#HomeHero #HeroForm input:focus{
    background-color: #fdfdfd;
}

#HomeHero #HeroForm > :nth-child(2){
    width:40%;
}
#HomeHero #HeroForm > :nth-child(2) select{
    height: 100%;
    outline: none;
}
#HomeHero #HeroForm > :last-child{
    width:100%;
    top:-15px;
}
#HomeHero #HeroForm > :last-child > a{
    position: relative;
    float: left;
    width:100%;height:100%;
    padding-top: 15px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
    text-decoration: none;
    background-color: #2ecc71; 
}
#HomeHero #HeroForm > :last-child > a:hover{
    background-color:#28b062;
}

.HomeSection{
    padding:40px;
}

.HomeSection > header{
    position: relative;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 50px;
}

.HomeSection .content{
    text-align: center;
    font-size: 20px;
}
#UnnecessarySection{
    height:180px;
    margin-top: 80px;
    background-image: url(/_assets/_img/drawables/seamless-cartoon-beach-landscape-vector.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: none;
}

#PageFooter{
    position: relative;
    height: 650px;
    margin-top: 80px;
    border-top: 2px solid #F1C40F;
    background-color: #28b062;
    padding:0;
}
#PageFooter > :first-child{
    position: relative;
    height: calc(100% - 20px);
}
#PageFooter > :first-child > ul{
    padding:20px;
}
#PageFooter > :first-child > ul > header > *{
    color: #fff !important;
}
#PageFooter > :first-child > ul > li > a{
    color: #fff;
    opacity: 0.5;
}
#PageFooter > :first-child > ul > li > a:hover{
    opacity: 1;
}
#PageFooter > :last-child{
    height:20px;
    padding-top:2px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #1b1b1b;
}


#Page-Results{
    position: relative;
    padding-top: 150px;
}
#Page-View{
    position: relative;
    padding-top:50px;
}

#big-page-header{
    position: relative;
    top:0;left:0;
    float:left;
    width:100%;height:240px;
    margin-bottom:40px;
    background-image: url('../../_img/drawables/seamless-cartoon-beach-landscape-vector.jpg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 11;
}
.has-filter #big-page-header{
    margin-bottom:0;
}
#big-page-header > *{
    /*position: relative;*/
    clear: both;
    width:100%;
}
#big-page-header > header{
    position: relative;
    height:195px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0);
}
#big-page-header > header > span:first-child{
    height:30%;
    background-color: rgba(0, 0, 0, 0.02);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}
#big-page-header > header > span:last-child{
    height:70%;
    padding:0px;
}
#main-tabbed-navigation{
    position: absolute;
    width:100%;height:45px;
    background-color: #2ecc71;
    z-index: 11;
}
#main-tabbed-navigation.noshadow{
    position:relative;
    width:100vw;
}
#main-tabbed-navigation.affix.affix-top{
    position: fixed;
    top:0;left:50%;
    max-width:1366px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#main-tabbed-navigation.noshadow.affix.affix-top{
    position: relative;
    left:0;
    transform: translateX(0);
    max-width:100%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
#main-tabbed-navigation > ul{
    position: relative;
    list-style: none;
    top:0;left:0;
    width:100%;height:100%;
}
#main-tabbed-navigation > ul > li{
    position: relative;
    float: left;
    width:auto;height:100%;
    margin-left: 10px;
}
#main-tabbed-navigation > ul > li > a{
    position: relative;
    float:left;
    padding:12px 20px 0 20px;
    height:100%;
    color:#FFF;
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    border-bottom: 3px solid transparent;
    opacity: 0.7;
}
#main-tabbed-navigation > ul > li > a:hover{
    opacity: 0.95;
}
#main-tabbed-navigation > ul > li.active > a{
    opacity: 1;
    border-bottom-color:#FFF;
}

#page-header{
    position: relative;
    top:0px;left:0;
    width:100%;height:50px;
    padding: 0px 20px;
    background-color:#28b062;
    background-color:#F1C40F;
    /*background-image: url('../../_img/drawables/seamless-cartoon-beach-landscape-vector.jpg');*/
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    z-index: 99;
}
#company-brand{
    position:relative;
    height:100%;    
}
#company-brand > a{
    position:relative;
    float:left; 
    width:100%;height:100%;
}

#account-toggle,
#account-toggle > .btn.btn-link{
    position: relative;
    height:100%;
    background-color: transparent;
}
#account-toggle #display-name{
    position: relative;
    padding-left: 10px;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    top:8px;
    color:#FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#main-navigation{
    position: relative;
    top:0px;left:0;
    width:100%;height:70px;
    background-color:#2ecc71;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
    transition: all linear .15s;
}
#main-navigation.affix{
    position: fixed;
    top:0;left:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-navigation ul{
    position: relative;
    list-style: none;
    height: 100%;
}
#main-nav li{
    position: relative;
    width:100%;height:100%;
}
#main-nav li > a{
    position: absolute;
    width:100%;height:100%;
    font-size: 14px;
    line-height: 70px;
    color:rgba(255,255,255,0.8);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}
#main-nav li > a:hover{
    background-color: rgba(0,0,0,0.025);
}
#main-nav li.active > a{
    color:#FFF;
    background-color: rgba(0,0,0,0.06);
    border-bottom-color: #FFF;
}
#mobile-menu-start{
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#mobile-menu-toggle{
    padding: 10px 20px 0px 20px;
    height:100%;
    cursor: pointer;
    opacity:0.8;
    text-align: right;
}
#mobile-menu-toggle:hover,
#mobile-menu-toggle[aria-expanded=true]{
    background-color: rgba(0, 0, 0, 0.1);
    opacity:1;
}
#mobile-menu-toggle > label{
    position: relative;
    top:1px;
    color:#FFF;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
#mobile-menu-toggle > i{
    position: relative;
    top:2px;
    color:#FFF;
    font-size: 18px;
    font-weight: 700;
}
#mobile-menu{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color:#2ecc71;
}
#mobile-menu > ul{
    position: relative;
    list-style: none;
    clear:both;
    float: left;
    padding:10px 0px;
    width:100%;height:auto;
}
#mobile-menu > ul > li{
    position: relative;
    clear: both;
    float: left;
    width:100%;height:auto;
}
#mobile-menu > ul > li > a{
    position: relative;
    float:left;
    padding: 10px;
    width:100%;
    color:rgba(255,255,255,0.8);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    border-left: 4px solid transparent;
}
#mobile-menu > ul > li > a:hover{
    color:#FFF;
    background-color: rgba(0, 0, 0, 0.02);
}
#mobile-menu > ul > li.active > a{
    color:#FFF;
    background-color: rgba(0,0,0,0.06);
    border-color:#FFF;
}

#searchbar{
    position: relative;
    float:left;
    width:100%;height: auto;
    min-height:100px;
    padding:0;margin:0 0 40px 0;
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 9;
}
wja-searchbar-homes{
    z-index: 9;
}
.headroom {
    will-change: transform;
    transition: transform 200ms ease-in;
}
/*.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}*/
#searchbar.headroom--not-bottom.headroom--not-top.headroom--unpinned{
    position: fixed;
    transform: translateY(-100%);
}
#searchbar.headroom--not-top.headroom--pinned{
    position: fixed;
}
#searchbar.headroom--not-top.headroom--pinned{
    position: fixed;
    width:100%;
    top:70px;left:0;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    transition: all ease-in .15s;
}
#searchbar form{
    padding: 30px 10px 10px 10px;
}
#searchbar input#inputSearch{
    position: relative;
    padding: 10px 35px 10px 40px;
    width:100%;height: auto;
    border-radius: 3px;
    background-color: #FFF;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border:1px solid rgba(200,200,200,0.5);
}
#searchbar input#inputSearch:focus{
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#searchbar #search-field > *{
    position: absolute;
}
#searchbar input#inputSearch:focus + .btn{
    opacity: 1;
}
#searchbar #search-field .btn:first-of-type{
    float: left;
    top:12px;left:25px;
    width:20px;height:25px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    opacity: 0.4;
}
#searchbar #search-field .btn:first-of-type:hover{
    opacity: 1;
}
#searchbar #search-field .btn:last-of-type{
    float: right;
    top:12px;right:25px;
    width:20px;height:25px;
    padding:0;
    text-align: center;
    background-color: transparent;
    opacity: 0.4;
}
#searchbar #search-field .btn:last-of-type:hover{
    opacity:0.9;
}
/*****/
#searchbar-2 form{
    padding: 10px;
}
#searchbar-2 input#inputSearch{
    position: relative;
    padding: 10px 40px 10px 20px;
    width:100%;height: auto;
    border-radius: 3px;
    font-size: 14px;
    background-color: #FFF;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border:1px solid rgba(200,200,200,0.5);
}
#searchbar-2 input#inputSearch:focus{
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#searchbar-2 #search-field > *{
    position: absolute;
}
#searchbar-2 input#inputSearch:focus + .btn{
    opacity: 1;
}
#searchbar-2 #search-field .btn:first-of-type{
    float: right;
    top:20px;right:35px;
    width:20px;height:25px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    opacity: 0.4;
}
#searchbar-2 #search-field .btn:first-of-type:hover{
    opacity: 1;
}
/****/

#view-options input:checked + i.fa,
#view-options input:checked + .glyphicon{
    color:#2ecc71;
}
#view-options .radio{
    float:left;
    width:auto;height:auto;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#view-options .radio label{
    padding:0;margin:0;
}
#view-options .radio label i.fa,
#view-options .radio label .glyphicon{
    font-size: 16px;
}

#select-filters{
    padding-top: 50px;
}

#searchbar #fab-span{
    padding: 20px 40px;
}
#searchbar.headroom--not-top.headroom--not-bottom #fab-span.xs{
    display: none;
} 

/*#searchbar #fab-span.affix{
    position: relative;
    margin-top:-100px;
    opacity: 0;
}*/

@media only screen and (max-width : 768px) {
    #searchbar.headroom--not-top.headroom--pinned{
        max-height:80vh;
        overflow: auto;
    }
     /*#searchbar.headroom--not-top.headroom--pinned > #view-options,
     .headroom--not-top.headroom--pinned{
        display: none;
    }*/
}

@media only screen and (max-width : 1200px) {
    #searchbar.headroom--not-top.headroom--pinned{
        max-height:55vh;
        overflow: auto;
    }
    /*.headroom--not-top.headroom--pinned  > #searchbar #fab-span.sm,
    .affix > #searchbar #fab-span.sm,
    #searchbar.affix #fab-span.sm{
        display: none;
    }
    .headroom--not-top.headroom--pinned > #searchbar #select-filters,
    .affix > #searchbar #select-filters,
    #searchbar.affix #select-filters{
        position: relative;
        margin-top:-300px;
        opacity: 0;
    }*/
}

.Listing-Category{
    position: relative;
    clear: both;
    float:left;
    width:100%;height:auto;
    padding: 5px 10px 5px 10px;
    min-height: 200px;
}
.Listing-Category.well{
    padding:15px;
    background-color:#F1C40F;
}
.Listing-Category.well .Listing-Category-Header h6{
    color:#FFF;
}
.Listing-Category .Listing-Category-Header{
    position: relative;
    clear: both;
    float: left;
    width:100%;height:40px;
    padding: 0px 50px;
    line-height: 40px;
    text-transform: uppercase;
}
.Listing-Category-Header h6{
    font-weight:500;
}
.Listing-Category .Listing-Category-Content{
    position: relative;
    list-style: none;
    clear: both;
    float: left;
    width:100%;height:auto;
    min-height: 200px;
    padding: 10px 0px;
}
/*.Listing-Category-Content.xlist-content-masonary > li{
    position: relative;
    display: inline;
    margin:10px;
}
.Listing-Category-Content.xlist-content-masonary > li > *{
    position: relative;
    display: inline;
}*/
.Listing-Category-Content .List{
    position: relative;
    float:left;
    top:0;left:0;
    width:100%;height:auto;
    overflow: hidden;
}

.List-Thumb{
    position: relative;
    float:left;
    width:100%;height:260px;
    padding: 5px;
}
#MainFeed .List-Thumb.promoted{
    height: 400px;
    background-color:#28b062;
}
.Thumb-Img-Fill{
    position: absolute;
    top:0;left:0;
    width:100%;height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-out .25s;
}
.List-Thumb .Thumb-Header{
    position: relative;
    clear: both;
    float:left;
    width:100%;height:30px;
    padding: 5px 10px 0px 10px;
}
.Thumb-Title{
    position: relative;
    float: left;
    width:90%;
}
.whiteheader .Thumb-Title,
#MainFeed .promoted .Thumb-Title{
    color:#FFF;
}
.Thumb-Title .Thumb-Img-Start{
    position: relative;
    float: left;
    width:18px;height:18px;
    border-radius:50%;
    margin-right: 10px;
    overflow: hidden;
    background-color: #aaa;
}
.Thumb-Title .Thumb-Img-Start .Thumb-Img-Fill{
    width:18px;height:18px;
    border-radius:50%;
}
.Thumb-Title p{
    position: relative;
    float: left;
    max-width:180px;height:18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Thumb-Actions{
    position: relative;
    float: left;
    width:10%;height:100%;
}
.Thumb-Actions > .btn{
    opacity: 0.5;
}
.Thumb-Actions > .btn:hover{
    opacity: 1;
}
.Thumb-Actions > .btn,
.Thumb-Actions > .btn:hover{
    background-color: transparent;
}
.Thumb-Actions > .btn i{
    transform: rotateZ(45deg);
}
.whiteheader .Thumb-Actions > .btn,
#MainFeed .promoted .Thumb-Actions > .btn{
    color:#FFF;
}
.pinned.Thumb-Actions > .btn > i{
    transform: rotateZ(0);
}
.pinned.Thumb-Actions > .btn{
    opacity:1;
}

.List-Thumb .Thumb-Content{
    position: relative;
    clear: both;
    float:left;
    width:100%;height:calc(100% - 30px);
    padding: 10px 10px 2px 10px;
    border-radius:2px;
    background-color: #FFF;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.List-Thumb .Thumb-Content > figure{
    position: relative;
    clear: both;
    width:100%;height: calc(100% - 30px);
    overflow: hidden;
    background-color: #f5f5f5;
}
.Thumb-Content > figcaption {
    position: relative;
    clear: both;
    width:100%;height:20px;
    padding-top:5px;
}
.Thumb-Content > figcaption > button{
    padding: 5px 0px;
    outline: none;
    background-color: transparent;
}
.Thumb-Content > figcaption > button:hover{
    background-color: transparent;
}
.Thumb-Content > figcaption > *{
    font-size: 12px;
    color:#aaa;
}
.Thumb-Content > figcaption i.fa{
    font-size: 14px;
    margin-right:2px;
}
.Thumb-Content > figcaption > .specs{
    margin-left: 5px;
}
.Thumb-Content > figcaption > .specs:first-of-type > i.fa{
    margin-top:2px;
}
.Thumb-Details-Start{
    position: absolute;
    top:80%;left:0;
    padding:0px 15px 5px 15px;
    width:100%;height:100%;
    background-color: rgba(255,255,255,0.9);
    transition: all ease-out .1s;
}
.List-Thumb .Thumb-Content > figure:hover .Thumb-Img-Fill{
    transform: scale(1.1);
    transition: all ease-out .15s;
}
.List-Thumb .Thumb-Content > figure:hover .Thumb-Details-Start{
    top:0;
    background-color: rgba(255,255,255,0.99);
    transition: all ease-out .1s;
}
.Thumb-Details-Start .title{
    position: relative;
    clear: both;
    float: left;
    color: #555;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Thumb-Details-Start .details{
    position: relative;
    clear: both;
    float: left;
    color: #555;
    text-decoration: none;
    max-width: 90%;
    max-height: 50%;
    font-size: 12px;
    overflow: hidden;
}

.list-content-masonary{
    column-count: 4;
    column-gap: 1em;
}
.list-content-masonary > li{
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.list-content-masonary > li.promoted{
    /*background-color:#28b062;*/
}

#Display-Photo-Start{
    position: relative;
    float:left;
    width:100%;height:100%;
    margin-bottom: 80px;
}
#Display-Photo-Start figure{
    position: relative;
    float:left;
    top:0;left:0;
    width:100%;height:100%;
    overflow: hidden;
}
#Display-Photo-Start figure > img{
    position: absolute;
    display: block;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    width:auto;height:auto;
    max-width: 100%;max-height:100%;
}
#Display-Photo-Start figcaption > a{
    position: relative;
    float: left;
    padding: 5px 5px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Listing-Details-Primary{
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    margin-bottom: 20px;
}
#Listing-Details-Primary > ul{
    position: relative;
    float: left;
    width:100%;height:auto;
}
#Listing-Details-Primary > ul > li{
    position: relative;
    clear: both;
    float: left;
    margin-bottom: 5px;
}
#Listing-Details-Primary > ul > li .fa{
    top:12px;
}

.Short-Contact-Info{
    position: relative;
    float: left;
    width:100%;height:auto;
    max-width:220px; 
    margin-bottom: 20px;
    border-radius:3px 3px 0px 0px;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border-bottom:3px solid #F1C40F;
    background-color:#FFF;
}
.Short-Contact-Info > *{
    position: relative;
    clear: both;
    float: left;
    width:100%;
}
.Short-Contact-Info > .header{
    padding: 5px;
    height:50px;
    background-color: #F1C40F;
    /*border-bottom:1px solid #3b3b3b;*/
}
.Short-Contact-Info > .header:hover{
    background-color: #e2b70d;
}
.Short-Contact-Info > .header > *{
    position: relative;
    float: left;
    height:100%;
}
.Short-Contact-Info > .header > :first-child{
    width:40px;height:40px;
    margin-right: 5px;
}
.Short-Contact-Info > .header > :first-child > span{
    border-radius:50%;
    background-color: #eee;
}
.Short-Contact-Info > .header > :last-child{
    width:calc(100% - 45px);
    padding-left:5px;
}
.Short-Contact-Info > .header > :last-child > h6{
    color:#FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Short-Contact-Info > .body{
    height:100px;
}
.Short-Contact-Info > .body ul{
    padding:2px 10px 5px 10px;
}
.Short-Contact-Info > .footer{
    height:60px;
    background-color: #F0F;
}

.gallery-block{
    position: relative;
    clear: both;
    float:left;
    width:100%;min-height:400px;
    background-color: #1b1b1b;
}

.wja-breadcrumb{
    width:100%;height:auto;
    border-radius:0px;
    margin-bottom:0;
    background-color:#f1f1f1;
}

#listing-job-start{
    position: relative;
    float: left;
    height: auto;min-height:400px;
}
#listing-job-finer-details{
    border-radius:3px;
    background-color:#FFF;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
#listing-job-finer-details .title{
    font-size: 14px;
    font-weight:500;
    text-transform:uppercase;
    text-decoration: underline;
    margin-bottom:10px;
}
#listing-job-finer-details ul{
    list-style:disc;
    padding:0 20px;
}

#listing-gallery{
    position: relative;
    float: left;
    height: auto;min-height:400px;
    background-color: #444;
}
#listing-gallery > span{
    height:100%;
    max-height: 400px;
}
#listing-gallery > span:last-child{
    overflow-y: auto;
}
#listing-gallery > span.type-2{
    padding-top: 20px !important;
    margin-top: 0px;
    max-height:220px;
    background-color: #f1f1f1;
}
#listing-extra-images{
    position: relative;
    float: left;
    list-style: none;
    top:0;left:0;
    padding:0;
    margin:0;
    width:100%;height:auto;
}
.type-2 #listing-extra-images{
    float: left;
    padding:0px 10px;
}
#listing-extra-images > .grid-item{
    padding:0 !important;
    height:50%;
    overflow: hidden;
}
.type-2 #listing-extra-images > .grid-item{
    /*height: 100%;*/
}
#listing-action-stats{
    padding: 20px 80px 40px 20px;
}
#listing-info-start{
    min-height: 100px;
    background-color: #FFF;
}

.listing-images-upload > [id*="-main-image"]{
    height:200px;
    background-color:#bbb;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.listing-images-upload > [id*="-additional-images-start"]{
    float: left;
    height:auto;
    margin-top:20px;
    padding:0;
}
.listing-images-upload > [id*="-additional-images-start"] > ul{
    position: relative;
    float: left;
    list-style:none;
    width:100%;height:auto;
    margin:0;
    background-color:#333;
}
.listing-images-upload > [id*="-additional-images-start"] > ul > li{
    position: relative;
    float: left;
    height:100px;
    margin:0;
    padding:2px;
    overflow:hidden;
}
.listing-images-upload > [id*="-additional-images-start"] > ul > li > img{
    position:relative;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    width:auto;height:auto;
    max-width:100%;max-height:100%;
}




.web-link-actual{
    margin-bottom:60px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,0.02);
}
.web-link-actual > a{
    color:#28b062;
}
#web-links-image-start{
    padding: 0px 40px;
    margin-bottom: 50px;
    height: 150px;
}
#web-links-image-start > header > h6{
    font-size: 12px;
}
#web-links-image-start #images-list{
    padding:5px;
    min-height:100px;
    background-color: rgba(68, 68, 68,0.3);
}
#web-links-image-start #images-list > a{
    width:30%;min-width:80px;
    /*max-width: 150px;*/
}


#tehjGalleryStart{
    position: fixed;
    top:0;left:0;
    width:100vw;height:100vh;
    display: none;
    background-color:rgba(0, 0, 0, 0.85);
    z-index: 999;
}
.tehj-gallery-open #tehjGalleryStart{
    display: block;
}
#tehjGalleryStart #image-start{
    position: relative;
    top:0;left:0;
    padding:5px;
    overflow: auto;
    width:100%;height:100%;
}
#tehjGalleryStart #image-start > img{
    position: relative;
    float: left;
    top:0;left:50%;
    /*padding-top:1%;*/
    max-width: 1366px;
    transform: translateX(-50%);
}
#tehjGalleryStart #gallery-nav{
    position:absolute;
    float: left;
    top:0;left:0;
    padding:10px;
    width:100%;height:100%;
}
#tehjGalleryStart #gallery-nav > span{
    position: relative;
    clear: both;
    float:left;
    width:100%;height:auto;
    min-height:50px;
}
#tehjGalleryStart #gallery-nav #gallery-close{
    float: right;
    right:40px;
    padding:10px;
    text-align: right;
    color: #FFF;
    font-size: 18px;
    background:none;
    opacity: 0.7;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 1000;
}
#tehjGalleryStart #gallery-nav #gallery-close:hover{
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#tehjGalleryStart #gallery-nav #gallery-arrows{
    top:50%;
    padding-right:20px;
    transform: translateY(-50%);
    z-index: 1000;
}
#tehjGalleryStart #gallery-nav #gallery-arrows .btn{
    color:#FFF;
    opacity:0.8;
    background: none;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#tehjGalleryStart #gallery-nav #gallery-arrows .btn:hover{
    opacity:1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


.two-colored{
    background-color:#28b062;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ecc71+0,ffffff+50,2ecc71+50&1+0,1+50,0+51 */
    background: -moz-linear-gradient(top,  rgba(46,204,113,1) 0%, rgba(46,204,113,1) 300px, #f1f1f1 300px); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(46,204,113,1) 0%,rgba(46,204,113,1)300px,#f1f1f1 300px); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(46,204,113,1) 0%,rgba(46,204,113,1) 300px, #f1f1f1 300px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#ffffff00',GradientType=0 ); /* IE6-9 */
}
#credentials-start{
    position: relative;
    float: left;
    margin-top:20px;left:50%;
    transform:translateX(-50%);
    width:40%;height:auto;
    min-width:400px;max-width:500px;
    margin-bottom:50px;
    border-radius:3px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
#credentials-start > *{
    position: relative;
    clear:both;
    float:left;
    padding:10px;
    width:100%;height:100px;
}
#title-logo{
    position:relative;
    width: 200px;
}

#title-logo-2{
    position:relative;
    float:left;
    max-width:100%;
    max-height:100%;
}

#credentials-start #title-logo{
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
    display:block;
}
#credentials-start > :last-child{
    padding:0px;
    height:auto;
}
#credentials-start .tab-content{
    padding:20px;
    background-color:#2ecc71;
}
.btn-social{
    font-size: 14px;
    padding: 10px 20px 10px 55px;
    border-radius:1px;
}
.btn-social>:first-child{
    font-size: 1.3em;
    line-height:2.5em;
    width:44px;
    border: none !important;
    background-color:rgba(0,0,0,0.2);
}
#credentials-start input.form-control{
    margin-bottom:10px;
}
#credentials-start input.xform-control{
    width:100%;
    padding:5px;
    box-shadow: inset 0 -1px 0 #ddd;
    border:none !important;
    outline:none !important;
    -webkit-appearance: none;
    margin-bottom: 10px;
    background-color:transparent;
}
#credentials-start input.xform-control:focus{
    box-shadow: inset 0 -2px 0 #2ecc71;
}
#credentials-start [type="submit"]{
    background-color:#2ecc71;
    border-radius:0px;
    font-weight:700;
}
#credentials-start .btn{
    box-shadow: none;
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after{
    background-color: #2ecc71;
    border-color:#2ecc71;
}
input[type="checkbox"]:focus:after{
    border-color:#2ecc71 !important;
}

.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-webja>li>a{
    color:#28b062;
    font-weight:700;
    border-radius:0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom:2px solid transparent !important;
    opacity:0.6;
}
.nav-tabs.nav-justified>li>a:focus,
.nav-tabs.nav-webja>li>a:focus,
.nav-tabs.nav-justified>li>a:focus:hover,
.nav-tabs.nav-webja>li>a:focus:hover{
    color:#28b062; 
}
.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-webja>li>a:hover{
    color:#28b062;
    opacity: 1;
}
.nav-tabs.nav-justified>li.active>a,
.nav-tabs.nav-webja>li.active>a{
    border-color:#28b062 !important;
    opacity:1;
}

#dasboard-start{
    position: relative;
    clear:both;
    float: left;
    top:0;left:5%;
    width:90%;
    margin-top:100px;
    padding:0;
    border-radius:1px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
#dasboard-start > :last-child{
    position: relative;
    float:left;
    padding:20px;
}
#dasboard-start .nav.nav-stacked li > a{
    border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color:#FFF !important;
    background-color:#2ecc71;
}
#dasboard-start .nav.nav-stacked li > a,
#dasboard-start .nav.nav-stacked li > a:hover,
#dasboard-start .nav.nav-stacked li > a:focus{
    color:#555;
}

#listersAccountActivationForm{
    padding:0 0 20px 0;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border-radius:3px;
}
#listersAccountActivationForm fieldset{
    position:relative;
    clear: both;
    float:left;
    width:100%;
    padding: 0px 40px;
    margin-bottom:80px;
    border-top: 3px solid #2ecc71;
}
#listersAccountActivationForm fieldset > legend{
    position:relative;
    clear: both;
    float:left;
    left:-40px;
    width: auto;
    margin-bottom:25px;
    font-size: 19.5px;
    color: #FFF;
    padding:5px 40px 5px 10px;
    border: 0;
    background-color:#2ecc71;
}

#pre_BannerImage{
    height:300px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background-color:#bbb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
#pre_DisplayImage{
    position:absolute;
    float: left;
    top:60%;left:10%;
    /*transform:translateX(-50%);*/
    width:160px;height:160px;
    border-radius:50%;
    border: 5px solid #FFF;
    background-color:#bbb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    overflow:hidden;
}
.image-chooser,
.image-chooser-fill{
    padding:8px 5px;
    font-size: 105%;
    border-radius:0;
    color: #FFF;
    background-color:rgba(0, 0, 0, 0) !important;
    opacity: 0.7;
}
.image-chooser:hover,
.image-chooser-fill:hover{
    opacity:1;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.image-chooser-fill{
    width:100%;height:100%;
}

.saved-listings .panel-body,
.pinned-listings .panel-body{
    max-height:600px;
    overflow:auto;
}

.saved-listings .panel-body .table-responsive,
.pinned-listings .panel-body .table-responsive,
#published_tab .panel-body .table-responsive,
#drafts_tab .panel-body .table-responsive{
    padding-bottom: 150px;
}

.panel-group .panel{
    border-radius: 0px !important;
    /*box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
    box-shadow: none;
}



.ng-confirm.ng-confirm-light .ng-confirm-bg, .ng-confirm.ng-confirm-white .ng-confirm-bg{
    background-color: #000;
    opacity: .8;
}
.ng-confirm .ng-confirm-scrollpane{
    width:100%;height:100vh;
    overflow: auto;
}
.ng-confirm.ng-confirm-light .ng-confirm-box, .ng-confirm.ng-confirm-white .ng-confirm-box{
    margin-top: 40vh !important;
}
.ng-confirm .ng-confirm-box div.ng-confirm-content-pane{
    overflow: auto !important;
}

.minus-30vh{
    margin-top: -30vh !important;
    margin-bottom: 40px !important;
}
.minus-10vh{
    margin-top: -10vh !important;
}

.ui-notification{
    z-index: 999999999;
}


/**************** GALLERY ************/
#tehjGalleryStart{
    position: fixed;
    top:0;left:0;
    width:100vw;height:100vh;
    display: none;
    background-color:rgba(0, 0, 0, 1);
    z-index: 999;
}
.tehj-gallery-open #tehjGalleryStart{
    display: block;
}
#tehjGalleryStart #image-start{
    position: relative;
    top:0;left:0;
    overflow: auto;
    width:80%;height:100%;
    display: block;
    margin: 0 auto;
}
#tehjGalleryStart #image-start > img{
    position: relative;
    top:50%;left:50%;
    width:auto;height:auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
#tehjGalleryStart #gallery-nav{
    position:absolute;
    float: left;
    top:0;left:0;
    padding:2px;
    width:100%;height:100%;
}
#tehjGalleryStart #gallery-nav > span{
    position: absolute;
    top:0;left:0;
    clear: both;
    float:left;
    width:100%;height:auto;
    min-height:50px;
    /*background-color: #000;*/
}
#tehjGalleryStart #gallery-nav #gallery-close-start{
    z-index: 1000;
}
#tehjGalleryStart #gallery-nav #gallery-close{
    float: right;
    right:40px;
    padding:5px;
    text-align: right;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    background:none;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
    background-color: #000;
}
#tehjGalleryStart #gallery-nav #gallery-close:hover{
    color: #FFF;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    transition: color .15s linear;
}
#tehjGalleryStart #gallery-nav #gallery-arrows{
    top:50%;
    transform: translateY(-50%);
    z-index: 1000;
}
#tehjGalleryStart #gallery-nav #gallery-arrows .btn{
    color:#FFF;
    opacity:0.8;
    font-size: 16px;
    background: none;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#tehjGalleryStart #gallery-nav #gallery-arrows .btn:hover{
    opacity:1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#tehj-video-player{
    position: fixed;
    top:0;left:0;
    width:100vw;height:100vh;
    overflow-y: auto;
    display: none;
    background-color:#000;
    z-index: -1;
}
#tehj-video-player.open{
    display: block;
    z-index: 999;
}
#tehj-video-player > :first-child{
    position: relative;
    float: left;    
    top:0;left:0;
    width:100%;height:100%;
}
#tehj-video-player #fullsized_close{
    position: absolute;
    float: right;
    top:0;right:0;
}
#tehj-video-player #video-start{
    height:100%;
}
#tehj-video-player .embed-responsive{
    width: 100%;
    height: 100%;
}


@media only screen and (min-width : 320px) and (max-width: 768px) {
    #WizardContainer,
    #WizardContainer form,
    #WizardContainer fieldset,
    #WizardContainer .form-group{
        padding: 0px;
    }
    #WizardContainer > div:first-of-type{
        padding: 20px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .list-content-masonary{
        column-count: 1;
        column-gap: 1em;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .list-content-masonary{
        column-count: 2;
        column-gap: 1em;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .list-content-masonary{
        column-count: 3;
        column-gap: 1em;
    }
    #WizardContainer > div:first-of-type{
        padding: 40px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    #web-links-image-start{
        height: auto;
        min-height: 200px;
    }
    .list-content-masonary{
        column-count: 4;
        column-gap: 1em;
    }
    #PageFooter{
        height: 280px;
    }
    #HomeHero #HeroForm{
        height:60px;
    }
    #HomeHero #HeroForm > *{
        height: 100%;
    }
    #HomeHero #HeroForm > :first-child{
        width:60%;
    }
    #HomeHero #HeroForm > :nth-child(2){
        width:25%;
    }
    #HomeHero #HeroForm > :last-child{
        width:15%;
        top:0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}
