.widgetWrapper  a:hover  {
   text-decoration: none;
}
.widgetWrapper .widget  {
   width:100%;
   height:300px;
   text-align:center;
   position: relative;
   background-color: #333;
   z-index: 0;
   transition: all .5s;
   cursor: pointer;
}
.widgetWrapper .widget > a  {
   text-decoration: none;
   display: block;
   width:100%;
   height:100%;
   min-height:300px;
   overflow: hidden;
}
.widgetWrapper .widget:before {
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: .7;
   transition: all .5s;
}
.widgetWrapper .widget:hover:before {
   opacity: 1;
}
.widgetWrapper .widget h1 {
   color:#fff;
   font-weight:700;
   font-size:60px;
   padding:0;
   margin:0;
   text-shadow:1px 2px 10px #333;
   text-transform: uppercase;
}
.widgetWrapper .widget p {
   color:#fff;
   font-weight:600;
   font-size:32px;
   padding:0 0 15px;
   margin:0;
   text-shadow:1px 2px 10px #333;
}
.widgetWrapper .widget p:first-child {
   padding-top:3.5em;
}
.widgetWrapper .widget .btn.btn-primary {
   padding: 8px 15px;
   font-size: 14px;
   box-shadow:1px 2px 10px #333;

}

.widgetWrapper.col-sm-6 .widget {
   height:300px;
}
.widgetWrapper.col-sm-4 .widget {
   height:250px;
}
.widgetWrapper.col-sm-4 .widget p {
   font-weight:600;
   font-size:28px;
}
.widgetWrapper.col-sm-4 .widget  p:first-child {
    padding-top: 3.2em;
}
.widgetWrapper.col-sm-3 .widget {
   height:230px;
}
.widgetWrapper.col-sm-3 .widget p {
    font-size: 24px;
}
.widgetWrapper.col-sm-3 .widget p:first-child {
    padding-top: 3.0em;
}


/* FULL ------------------*/
.widgetWrapper .widget.full {
   width:100%;
   height:450px;
   text-align:center;
   position: relative;
   background-color: #333;
   z-index: 0;
}
.widgetWrapper .widget.full:before {
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: .7;
}
.widgetWrapper .widget.full:hover:before {
   opacity: 1;
}
.widgetWrapper .widget.full h1 {
   color:#fff;
   font-weight:700;
   font-size:60px;
   padding:0;
   margin:0;
   text-shadow:1px 2px 10px #333;
   text-transform: uppercase;
}
.widgetWrapper .widget.full p {
   color:#fff;
   font-weight:500;
   font-size:36px;
   padding:0;
   margin:0;
   text-shadow:1px 2px 10px #333;
}
.widgetWrapper .widget.full p:first-child {
   padding-top:4em;
}
.widgetWrapper .widget.full p.under {
}
.widgetWrapper .widget.full .btn.btn-primary {
   background: #000;
   padding:15px 30px;
   margin-top:40px;
   font-size: 18px;
   box-shadow:1px 2px 10px #333;
}
.widgetWrapper .widget.full .btn.btn-primary:hover {
   background: #2B6BB4;
}

.widget.blog:before {
   background: url('../../../kunversion-platform/widgets/blog.jpg') no-repeat center center;
   background-size:cover;
}
.widget.worth:before {
   background: url('../../../kunversion-platform/widgets/worth.jpg') no-repeat center center;
   background-size:cover;
}
.widget.offices:before {
   background: url('../../../kunversion-platform/widgets/offices.jpg') no-repeat center center;
   background-size:cover;
}
.widget.recruit:before {
   background: url('../../../kunversion-platform/widgets/recruit.jpg') no-repeat center center;
   background-size:cover;
}
.widget.financing:before {
   background: url('../../../kunversion-platform/widgets/financing.jpg') no-repeat center center;
   background-size:cover;
}
.widget.future:before {
   background: url('../../../kunversion-platform/widgets/future.jpg') no-repeat center center;
   background-size:cover;
}
.widget.open-house:before {
   background: url('../../../kunversion-platform/widgets/open-house.jpg') no-repeat center center;
   background-size:cover;
}
.widget.featured:before {
   background: url('../../../kunversion-platform/widgets/featured.jpg') no-repeat center center;
   background-size:cover;
}
.widget.search:before {
   background: url('../../../kunversion-platform/widgets/search.jpg') no-repeat center center;
   background-size:cover;
}

/* Text Widget ----------------*/
.widgetWrapper .textwidget {
   text-align: center;
   margin: 0 0 30px 0;
   min-height:300px;
}
.widgetWrapper .textwidget .circle {
   display:inline-block;
   background:#eee;
   width: 75px;
   height: 75px;
   text-align:center;
   border-radius:50px;
}
.widgetWrapper .textwidget .circle i {
   font-size:24px;
   color:#999;
   padding-top: 1.1em;
}
.widgetWrapper .textwidget .circle i img {
   padding-top: 1.1em;
   width: 35px;
}
.widgetWrapper .textwidget h2 {
   color:#454545;
   font-weight:600;
   font-size:22px;
   padding:15px 0 0 0;
   margin:0;
}
.widgetWrapper .textwidget p {
   color:#666;
   font-weight:400;
   font-size:13px;
   padding:15px 15px 20px;
   margin:0;
   line-height: 1.5em;
}
.widgetWrapper .textwidget .btn.btn-primary {
   background: #000;
   padding:10px 15px;
   font-size: 13px;
}
.widgetWrapper .textwidget .btn.btn-primary:hover {
   background: #2B6BB4;
}

/* Area Widget ----------------*/
.widgetWrapper h1.area {
   margin:20px 0 30px;
   text-align: center;
}
.widgetWrapper .widget.area p {
   padding-top:4.3em;
}
.widgetWrapper .widget.area1:before {
   background: url('https://d133rs42u5tbg.cloudfront.net/hero/assets/css/img/area1.jpg') no-repeat center center;
   background-size:cover;
}

/* OFFICES --------------------*/
.offices.wrapper {
    position: relative;
     padding:30;
     font-family: open sans;
}
 .offices .office {
    margin-bottom:30px;
     background:#fff;
     max-width: 900px;
     margin-left: auto;
    margin-right: auto;
     border:1px solid #e5e5e5;
     border-radius:3px;
     padding:15px 0;
     box-shadow:0 1px 2px rgba(0, 0, 0, 0.08)
}
 .offices .office iframe {
    border:none;
     width:100%;
     min-height:220px;
}
 .offices .office h1 {
    font-weight:400;
     font-size:24px;
     padding-top:20px;
}
 .offices .office p {
     font-weight:400;
     font-size:12px;
     ;
     color:#999;
     border-bottom:1px solid #eee;
     padding:8px 0 3px;
     margin:0;
}
 .offices .office p label {
     width:100px;
     display:inline-block;
     float:left;
}
 .offices .office p label i {
     color:#999;
     font-size:16px;
     padding-right:5px;
     vertical-align: middle;
}
 .offices .office p span {
     font-weight:400;
     font-size:13px;
     color:#000;
     float:left;
     width:60%;
}



/* TEAM --------------------*/
.widgetWrapper .widget.team {
   height: auto;
   margin:0 !important;
}
.widgetWrapper .widget.team.white {
   background-color: transparent;
}
.widgetWrapper .widget.team .teamWrapper {
   max-width: 1340px;
   margin: 0 auto;
   display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
   display: -ms-flexbox;  /* TWEENER - IE 10 */
   display: -webkit-flex;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.widgetWrapper .widget.team .teamWrapper > div {
   min-height:238px;
}
.widgetWrapper .widget.team h1 {
   color:#fff;
   font-weight:700;
   font-size:36px;
   padding:15px 0 0 0;
   margin:0;
}
.widgetWrapper .widget.team.white h1 {
   color:#454545;
   text-shadow: 0 0 0;
}
.widgetWrapper .widget.team h1 span {
   font-weight:500;
   font-size:28px;
   font-style: italic;
   text-transform: none;
}
.widgetWrapper .widget.team  p {
   color:#fff;
   font-weight:600;
   font-size:15px;
    padding:0;
    margin:5px 0 0 0;
    line-height:1.2em;
}
.widgetWrapper .widget.team.white  p {
   color:#454545;
   text-shadow: 0 0 0;
}
.widgetWrapper .widget.team p.team {
   color:#fff;
   font-weight:100;
   font-size:16px;
    padding:0 0 0 0;
    margin:0;
}
.widgetWrapper .widget.team.white p.team {
   color:#999;
}
.widgetWrapper .widget.team .member {
   background-color: transparent;
   display: block;
   height: 140px;
   width: 140px;
   position: relative;
   vertical-align: middle;
   margin:25px auto 5px;
   cursor: pointer;
   transition: all .3s;
   overflow: hidden;
   border: 2px solid #ddd;
}
.widgetWrapper .widget.team .member:hover {
   opacity:.75;
}
.widgetWrapper .widget.team .member img {
    pointer-events: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.widgetWrapper .widget.team .member span {
   background-image: url('https://d133rs42u5tbg.cloudfront.net/hero/assets/css/img/agent.jpg');
   background-size: cover;
   background-position: center center;
   display: block;
   position: absolute;
   top:0;
   bottom:0;
   left:0;
   right:0;
}
.widgetWrapper .widget.team  p.small {
   color:#fff;
   font-weight:300;
   font-size:12px;
   padding:0;
   margin:0;
   line-height:1.5em;
}
.widgetWrapper .widget.team  p.small {
   color:#999;
}



/* HELPERS ----------------------*/
.widgetWrapper .widget.border-radius,
.widgetWrapper .widget.border-radius:before  {
   border-radius: 6px;
}
.widgetWrapper .center  {
   text-align: center;
}