.navbar-default {
    background: none;
    border: none;
}

.media-body {
    width: auto;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.well {
    background-color: #ffffff;
    border: medium none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 2px;
    padding-bottom: 20px;
}

.well.well-hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.well.well-hover:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.media-right,
.media > .pull-right {
    padding-left: 20px;
}

.media-left,
.media > .pull-left {
    padding-right: 20px;
}

.panel-default {
    border: medium none;
    box-shadow: 2px 2px 7px -2px #dddddd;
    margin-bottom: 20px !important;
    padding: 5px;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel {
    border: medium none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    min-height: 310px;
}

.well.well-lg {
    padding: 50px;
    min-height: 520px;
}

.form-control {
    border-radius: 2px;
    margin-bottom: 20px;
    min-height: 40px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.panel-title a {
    display: block;
}

.breadcrumb {
    background: none;
}

blockquote {
    font-size: 15px;
    padding: 30px;
}

.input-group-btn .btn {
    height: 40px;
}

.text-white a {
    color: #c42b4a;
}

.logo img{
    width: 183px;
}

.container h3{
    font-weight: 300;
    font-size: 34px;
}

.container h3 strong{
    color: #FE5000;
}

.navbar-nav {
    margin-top: 20px;
    font-size: 16px;
}

.well.well-hover:hover .ti-cup, .well.well-hover:hover .ti-paint-bucket, .well.well-hover:hover .ti-headphone-alt{
    color: #ffffff;
}

span.ti-rocket{
    position: relative;
}

.ti-rocket:before {
    content: "";
    background-image: url("../images/map-marker-wit.png");
    background-size: 20px 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 37px;
    position: absolute;
}

.btn.btn-link.button-wit{
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn.btn-link.button-wit:hover{
    border: 1px solid #c42b4a;
}

.navbar.navbar-default.mainmenu-area.navbar-fixed-top.affix .logo img{
    width: 35%;
}

.well.well-hover{
    min-height: 450px;
}

.hidden-xs.hidden-sm.col-md-6.video{
    text-align: right;
}

.intro-graphic .top, .intro-graphic .overlay-container .top {
    z-index: 3;
}

.intro .intro-graphic img {
    max-width: 100%;
    position: relative;
}

.intro-graphic {
    position: relative;
    margin: 30px 0;
}

.intro-graphic .overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-graphic .bottom, .intro-graphic .overlay-container .bottom {
    z-index: 1;
    margin-top: -85px;
    margin-left: -2px;
}

svg {
    width: 70%;
    margin: 0 auto;
    fill: #c42b4a;
    padding-bottom: 20px;
}
