.centerContent {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.padding-l-100 {
    padding-left: 100px;
}

a[ng-click] {
    cursor: pointer;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.teamStyle {
    line-height: 24px;
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Palatino Linotype' !important;
    font-weight: normal;
    font-size: 24px;
    cursor: default !important;
}

.default-font {
    font-family: 'Palatino Linotype' !important;
}

.no-italics {
    font-style: normal !important;
}

.center {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.color-black > li > a {
    color: #000;
    font-size: 16px;
}

.contact-boxes > input {
    background: #FFF !important;
    color: #000 !important;
}

.contact-boxes > textarea {
    background: #FFF !important;
    color: #000 !important;
}

.color-black > a {
    color: #000 !important;
}

.portfolioList > li {
    cursor: pointer;
}

.selectedServiceStyle {
    color: #337AB7 !important;
    font-size: 16px;
    text-decoration: underline;
}

.mapStyle {
    height:400px;
}