.profile-box {
    width: 256px;float: left;
}

.linkedInProfile {
    background: url('../images/sprite.png?v=3') 537px 750px;
    width: 60px;
    height: 60px;
    display: block
}
.profile-info .modal-body {
    padding: 20px 30px;
    text-align: center
}
.profile-info-questions {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center!important
}
.profile-info-answer {
    font-family: 'Open Sans', sans-serif;
    text-align: center!important
}
.profile-info .profileImage {
    margin-top: 0
}
.profile-info .lightSubTextColor {
    color: #555e64;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px
}
.profile-info .personInfo {
    margin-bottom: 20px;
    display: inline-block
}
.profile-info .linkedin-wrapper {
    margin: 0 auto;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px
}
.profile-info .profile-info-questions {
    margin-bottom: -15px;
    line-height: 22px
}
.profile-info .profile-info-answer {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px
}
.job-description {
    font-size: 16px
}
.profile-info .person-name {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-family: Open Sans;
    color: #333c4e;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

.about_phone, .about_email {
    position: relative;padding-left: 30px;text-align: left;font-size: 14px;
}

.cicon.icon_callout {
    width: 21px;
    height: 21px;
    margin-top: -9px;
    background-image: url(../images/icon_callout.png);
}
.cicon.icon_envelope {
    width: 20px;
    height: 14px;
    margin-top: -6px;
    background-image: url(../images/icon_envelope.png);
}
.cicon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*=======================================*/
.aboutUsInfoWrapper {
    text-align: center;
    padding: 30px 0;
    font-size: 18px
}
.personalInfoWrapper {
    position: relative;
    width: 210px;
    margin: auto;
    cursor: pointer;
    height: 330px;
}
.personalInfoWrapper .lightSubTextColor {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-family: "AkrobatBlack";
    color: #333c4e;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
p.personInfo {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    height: 36px;
}
.about-us-wrapper .container {
    max-width: 600px
}
.aboutUsInfoWrapper h1,
.aboutUsInfoWrapper h3 {
    font-size: 36px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.close-circle {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.modal.in .modal-dialog {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    margin: 100px auto 0 auto;
}
.modal-open {
	    overflow: auto;padding-right: 0 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    max-width: 464px;
}
#privacy .modal-dialog {max-width: 100%;}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    border-bottom: 0;
    text-align: center;
    padding: 0;
    margin-top: 48px;
}
.modal-header .close {
    margin-top: -2px;
    background: url('../images/sprite.png?v=3') -148px -109px;
    width: 34px;
    height: 35px;
    opacity: 1;
    top: 10px;
    right: 10px;
    position: absolute;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.modal-body .scroller {
    width: 568px;height: 500px;
}
/*=======fix ========*/

#listpage .search-wrapper{
	height: 90px;
}
@media (max-width: 1024px){
#listpage .search-wrapper {
    height: auto;
}
}
#home .header-wrapper .hello-image li img{
	-webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}


html.listpage_all #listpage #offers-container{
	top:90px;
}
.map{
    z-index: 102;
}