*, body, html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'nexa_boldregular', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 26px;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    color: #000;
}
:focus {
outline: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
h1, h2, h3 {
    margin-top: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 31px;
    letter-spacing: 2px;
}
h3 {
    font-size: 24px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
}
p.lead {
    font-size: 20px;
    line-height: 34px;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    color: #555;
}
footer {
    height: 48px;
    line-height: 48px;
}
p.lead:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    content: '';
    background: #bd0915;
}
ul {
    list-style: none;
}
@font-face {
    font-family: 'nexa_boldregular';
    font-weight: 400;
    font-style: normal;
    src: url(nexa_bold-webfont.eot);
    src: url(../fonts/nexa_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/nexa_bold-webfont.woff2) format("woff2"), url(../fonts/nexa_bold-webfont.woff) format("woff"), url(../fonts/nexa_bold-webfont.ttf) format("truetype"), url(../fonts/nexa_bold-webfont.svg#nexa_boldregular) format("svg");
}
#menu {
    position: fixed;
    z-index: 9800;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #191919;
}
#menu li a {
    font-size: 11px;
    -webkit-transition: color cubic-bezier(.2, .2, .2, 1) .3s;
    transition: color cubic-bezier(.2, .2, .2, 1) .3s;
    letter-spacing: 3px;
    color: #999;
}
#menu li a:hover, #menu li a:focus {
    -webkit-transition: all cubic-bezier(.2, .2, .2, 1) .3s;
    transition: all cubic-bezier(.2, .2, .2, 1) .3s;
    color: #fff;
    background-color: #bd0915;
}
#menu li.active a {
    -webkit-transition: all cubic-bezier(.2, .2, .2, 1) .3s;
    transition: all cubic-bezier(.2, .2, .2, 1) .3s;
    color: #fff;
}
#menu li#phone {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 120px;
    float: right;
    margin-top: -7px;
    text-align: left;
    color: #bd0915;
}
#menu li#phone span {
    position: relative;
    top: 20px;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
    background: url(../images/phone-icon.jpg) no-repeat center center;
}
#menu li#phone small {
    font-size: 10px;
    line-height: 8px;
    display: block;
    margin-top: -16px;
    color: #ccc;
}
.navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 175px;
    height: 70px;
    background: url(../images/logo-1.jpg) no-repeat;
}
.navbar-brand > img {
    display: block;
}
.navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 0;
}
#hero {
    position: relative;
    z-index: 9000;
    top: 0;
    width: 100%;
    background: #eee url(../images/home-bg.jpg) no-repeat center;
    background-size: cover;
}
#hero h1 {
    font-size: 62px;
    font-style: italic;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000;
    color: transparent;
    background-image: -webkit-linear-gradient(left, #000, #be0916);
    background-image: -moz-linear-gradient(left, #000, #be0916);
    background-image: -ms-linear-gradient(left, #000, #be0916);
    background-image: -o-linear-gradient(left, #000, #be0916);
    background-image: linear-gradient(to right, #000, #be0916);
    -webkit-background-clip: text;
    background-clip: text;
}
#hero h1 span {
    font-size: 24px;
    font-style: normal;
    display: block;
    margin: 0 0 0 40px;
    letter-spacing: 8px;
    color: #000;
}
#hero h1 small {
    font-size: 24px;
}
.hero-container {
    display: table;
    width: 100%;
    height: 100%}
.hero-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#car {
    position: absolute;
    z-index: 6000;
    right: -130px;
    bottom: 48px;
    width: 1090px;
    height: 690px;
}
#car img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul.features {
    margin-top: 30px;
}
ul.features li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 20px 0 20px 50px;
    border-bottom: 2px solid #bd0915;
    background: url(../images/check-bullet.jpg) no-repeat 0 20px;
}
#price {
    position: relative;
    z-index: 9999;
    top: -50px;
    left: -90px;
    width: 200px;
    padding: 60px 0 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #bd0915;
}
#price span {
    font-size: 12px;
    letter-spacing: 6px;
}
#price p {
    font-family: 'nexa_boldregular';
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -2px;
}
#price small {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0 5px;
    letter-spacing: normal;
}
#price:before {
    position: absolute;
    top: -20px;
    right: 45px;
    width: 0;
    height: 0;
    content: '';
    border-right: 15px solid transparent;
    border-bottom: 20px solid #bd0915;
    border-left: 15px solid transparent;
}
.about-boxes {
    margin: 50px 0 120px;
}
.about-box {
    padding-bottom: 30px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 5px solid #bd0915;
}
.about-box span {
    font-size: 80px;
    line-height: 110px;
    display: block;
    width: 100%;
    color: #ddd;
    border-bottom: 1px solid #ddd;
}
.about-box p {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}
.about-box h4 {
    font-size: 18px;
    margin: 40px 0;
    text-transform: uppercase;
    color: #bd0915;
}
.testimonial-box {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    position: relative;
    margin: 30px;
    padding: 50px 30px;
    color: #fff;
    border-radius: 4px;
    background-color: #bd0915;
}
.testimonial-box small {
    font-family: 'nexa_boldregular', 'Helvetica Neue', sans-serif;
    font-style: normal;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.testimonial-box:after {
    position: absolute;
    right: 45px;
    bottom: -10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 15px solid #bd0915;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
#content {
    padding-bottom: 100px;
}
#page-header {
    margin: 60px 0 120px;
    padding: 170px 0;
    text-align: center;
    background-attachment: fixed;
    background-size: 100%!important;
}
#page-header h1 {
    font-size: 48px;
    letter-spacing: 16px;
    text-transform: uppercase;
    color: #fff;
}
body#despre #page-header {
    background: url(../images/despre-bg.jpg) no-repeat;
}
body#inchirieri #page-header {
    background: url(../images/inchirieri-bg.jpg) no-repeat;
}
body#oferte #page-header {
    background: url(../images/oferte-bg.jpg) no-repeat;
}
body#contact #page-header {
    background: url(../images/contact-bg.jpg) no-repeat;
}
body#single #page-header {
    margin-bottom: 0;
    padding: 80px 0;
    text-align: center;
}
body#single #page-header h1 {
    letter-spacing: 4px;
    color: #000;
}
body#despre p.about {
    margin-bottom: 50px;
}
.intro {
    position: relative;
    margin-bottom: 100px;
}
.intro p {
    font-family: 'nexa_boldregular';
    font-size: 14px;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.intro:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    content: '';
    border-top: 5px solid #bd0915;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.nav-tabs li {
    position: relative;
    display: block;
    min-height: 246px;
    text-align: center;
}
.nav-tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 246px;
    padding: 55px 0;
    border-bottom: 7px solid #bd0915;
    background-color: #191919;
}
.nav-tabs li a h2 {
    font-size: 30px;
    margin: 20px 0 10px;
    transform: translateY(0);
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
.nav-tabs li .button {
    font-size: 12px;
    display: inline-block;
    padding: 17px 30px;
    transform: translateY(0);
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    background-color: #bd0915;
}
.tab-content > .tab-pane {
    display: none;
    margin-top: 90px;
}
.tab-content > .active {
    display: block;
}
.nav-tabs li, .nav-tabs li a, .nav-tabs li a h2, .nav-tabs li .button {
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
}
.nav-tabs li .button {
    transition-delay: .05s;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
    border-bottom: 7px solid #bd0915;
    background-color: #fff;
}
.nav-tabs li a:hover h2 {
    transform: translateY(-14px);
    color: #bd0915;
}
.nav-tabs li a:hover .button {
    transform: translateY(-10px);
}
.inactive-sibling {
    width: 30%}
.nav-tabs li.inactive-sibling a h2 {
    font-size: 18px;
    transform: translateY(20px);
}
.nav-tabs li.inactive-sibling .button {
    font-size: 9px;
    padding: 8px 15px;
    transform: translateY(20px);
}
.nav-tabs li.inactive-sibling:hover .button {
    border-color: transparent;
}
.nav-tabs li.inactive-sibling:hover h2 {
    opacity: 0;
}
.nav-tabs li.active {
    width: 70%;
    opacity: 1;
}
.nav-tabs li.active a {
    opacity: 1;
    border-bottom: 7px solid #bd0915;
    background-color: #bd0915;
}
.nav-tabs li.active:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: '';
    border-top: 8px solid #bd0915;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.nav-tabs li.active a h2 {
    font-size: 30px;
    transform: translateY(30px);
    letter-spacing: 4px;
    color: #fff;
}
.nav-tabs li.active a:hover h2 {
    transform: translateY(30px);
    opacity: 1;
}
.nav-tabs li.active .button {
    height: 0;
    opacity: 0;
}
.car {
    margin-bottom: 70px;
}
.article-car-photo {
    position: relative;
    overflow: hidden;
}
.article-car-photo .overlay {
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    opacity: 0;
    background: url(../images/img-overlay.png) no-repeat 50% 50% rgba(0, 0, 0, .6);
}
.article-car-photo img {
    display: block;
    width: 100%;
    height: auto;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
}
.article-header {
    height: 80px;
    margin-bottom: 10px;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    background-color: #191919;
}
.article-header h3 {
    font-size: 22px;
    line-height: 80px;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    color: #fff;
}
.article-header .price {
    font-size: 18px;
    display: block;
    float: right;
    height: 80px;
    padding: 30px 20px 0;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    border-left: 1px solid transparent;
    background: #bd0915;
}
ul.specs-list {
    position: relative;
}
ul.specs-list:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 5px solid #bd0915;
}
ul.specs-list li {
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
    border-bottom: 2px solid #ccc;
    background: url(../images/arrow-bullet-list-2.png) no-repeat 0 14px;
}
ul.specs-list p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
}
ul.specs-list p span {
    font-weight: 900;
    float: right;
    color: #bd0915;
}
.car a:hover .article-car-photo > img {
    transform: scale(1.1, 1.1);
}
.car a:hover .article-header {
    background-color: #bd0915;
}
.car a:hover .article-header h3 {
    padding-left: 30px;
}
.car a:hover .article-header .price {
    padding: 30px 40px 0;
}
.car a:hover .article-car-photo .overlay {
    opacity: 1;
}
p.category {
    font-family: 'nexa_boldregular', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}
p.category span {
    padding: 6px 15px;
    color: #fff;
    background: #bd0915;
}
.car-specs {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: #bd0915;
    background: -moz-linear-gradient(left, #bd0915 0%, #780008 100%);
    background: -webkit-linear-gradient(left, #bd0915 0%, #780008 100%);
    background: linear-gradient(to right, #bd0915 0%, #780008 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bd0915', endColorstr='#780008', GradientType=1);
}
ul.specs {
    margin: 0;
    list-style: none;
}
ul.specs li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    padding: 30px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background: url(../images/arrow-bullet-list.png) no-repeat 30px 50%}
ul.specs li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.image-gallery {
    margin-top: 10px;
}
ul.specs li span {
    font-family: 'nexa_boldregular', 'Helvetica Neue', sans-serif;
}
.car-image {
    position: relative;
    overflow: hidden;
    height: 270px;
    padding: 0px;
}
.car-image img {
    display: block;
    width: 100%;
    height: auto;
}
.car-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transform: scale(.8, .8);
    opacity: 0;
    background: url(../images/img-overlay.png) no-repeat 50% 50% rgba(255, 255, 255, 0);
}
.car-image .overlay:hover {
    cursor: pointer;
    transform: scale(1, 1);
    opacity: 1;
    background: url(../images/img-overlay.png) no-repeat 50% 50% rgba(0, 0, 0, .6);
}
.price-box, .weekend-box {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.price-box {
    background: #191919;
}
.prices .row {
    margin-top: 10px;
    margin-bottom: 40px;
}
.days, .price {
    font-size: 20px;
    display: block;
    letter-spacing: -.5px;
}
.days {
    padding: 15px 0;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .12);
}
.price {
    padding: 20px 15px;
    color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .12);
    background: #bd0915;
}
.days span, .price span {
    font-size: 12px;
    letter-spacing: 2px;
}
.weekend-box {
    letter-spacing: 1px;
    background: #bd0915;
}
.weekend-box .price {
    padding: 20px;
    color: #fff;
}
.weekend-box .days {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    background: #191919;
}
#facilities h2 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 4px;
}
#facilities {
    margin-top: 50px;
    padding: 70px 0;
}
ul.facilities-list {
    margin-top: 40px;
    list-style: none;
}
ul.facilities-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #333;
    border-bottom: 3px solid #bd0915;
}
ul.facilities-list li:last-child {
    margin-bottom: 60px;
}
ul.facilities-list li span {
    position: relative;
    top: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/check-bullet.jpg) no-repeat;
}
aside {
    position: relative;
    height: 260px;
    margin-top: 40px;
    border-radius: 4px;
    background: #bd0915;
    background: -moz-linear-gradient(top, #bd0915 0%, #780008 100%);
    background: -webkit-linear-gradient(top, #bd0915 0%, #780008 100%);
    background: linear-gradient(to bottom, #bd0915 0%, #780008 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bd0915', endColorstr='#780008', GradientType=0);
}
aside p {
    font-family: 'nexa_boldregular';
    font-size: 24px;
    line-height: 40px;
    margin-top: 70px;
    margin-left: 70px;
    letter-spacing: 3px;
    color: #fff;
}
aside p span.big {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
}
aside p span.small {
    font-size: 14px;
    position: relative;
    top: -10px;
}
aside img {
    position: absolute;
    top: 0;
    right: 15px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.contact-box {
    margin: 0 20px;
    position: relative;
    text-align: center;
}
p.address, p.email, p.tel {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 0;
    color: #bd0915;
}
.contact-box:after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    content: '';
    background: #bd0915;
}
p.address span, p.email span, p.tel span {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 40px;
}
p.address span {
    background: #bd0915 url(../images/address-icon.jpg) no-repeat center;
}
p.email span {
    background: #bd0915 url(../images/email-icon.jpg) no-repeat center;
}
p.tel span {
    background: #bd0915 url(../images/phone-icon.jpg) no-repeat center;
}
#contact-form input, #contact-form textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 20px;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
}
#contact-form {
    margin-top: 80px;
}
#contact-form label {
    font-size: 11px;
    margin-bottom: 0;
    padding-left: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    background: url(../images/arrow-bullet-list-2.png) no-repeat 0 8px;
}
#contact-form input:focus, #contact-form textarea:focus {
    border-color: #aaa;
    outline: none;
}
#contact-form textarea {
    min-height: 120px;
}
#send-button {
    width: 100%;
    padding: 20px 40px;
    -webkit-transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    transition: all cubic-bezier(.435, .590, .115, .665) .29s;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #bd0915;
}
#send-button:hover {
    background-color: #000;
}
label.error {
    font-size: 13px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    top: -10px;
    display: inline-block;
    width: auto;
    margin-top: -10px;
    padding: 0 20px!important;
    letter-spacing: 0!important;
    text-transform: none!important;
    color: #fff!important;
    background: #d33a44!important;
    border-radius: 2px;
}
input.error, textarea.error {
    border-color: #eac5c8!important;
}
p.attention {
    margin: 15px 0;
    font-weight: 700;
    font-size: 14px;
    color: #bd0915;
    text-transform: uppercase;
}
#success-message, #error-message {
    font-size: 18px;
    position: absolute;
    z-index: 7000;
    left: 0;
    display: none;
    width: 100%;
    padding: 50px;
    text-align: center;
    color: #fff;
}
#success-message {
    top: 50px;
    background: #1483a8;
}
#error-message {
    bottom: 0;
    margin-top: -70px;
    background: #d33a44;
}
body#home footer {
    position: fixed;
    z-index: 9500;
    bottom: 0;
    left: 0;
}
footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #000;
}
footer p {
    font-size: 13px;
    opacity: .8;
    color: #fff;
}
footer p a {
    -webkit-transition: color cubic-bezier(.2, .2, .2, 1) .3s;
    transition: color cubic-bezier(.2, .2, .2, 1) .3s;
    text-decoration: underline;
    color: #fff;
}
footer p a:hover {
    color: #bd0915;
}
.animated {
    animation-duration: 1s;
    opacity: 0;
    animation-fill-mode: both;
}
.animated2 {
    animation-duration: 2s;
    opacity: 0;
    animation-fill-mode: both;
}
@keyframes fadeInLeft {
    0% {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
}
to {
    transform: none;
    opacity: 1;
}
}.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInRight {
    0% {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
}
to {
    transform: none;
    opacity: 1;
}
}.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInTop {
    0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
to {
    transform: none;
    opacity: 1;
}
}.fadeInTop {
    animation-name: fadeInTop;
}
@keyframes fadeInBottom {
    0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}
to {
    transform: none;
    opacity: 1;
}
}.fadeInBottom {
    animation-name: fadeInBottom;
}
.card {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
    height: 300px;
    overflow: hidden;
}
iframe {
    width: 100%;
    margin-top: 55px;
}
.card img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block; }
#map {
    margin-top: 70px;
    border-top: 7px solid #bd0915;
    border-bottom: 7px solid #bd0915;
    width: 100%;
    height: 500px;
}
.map-section  {
     margin-bottom:  0px;
 }
.map-section .google-map  {
     width:  100%;
     height:  400px;
     margin:  80px 0px 0px 0px;
     border-top:  0px ;
     border-bottom:  0px;
     overflow:  hidden;
     -webkit-box-shadow:   0px 0px 5px 0px rgba(0,  0,  0,  0.1);
     box-shadow:   0px 0px 5px 0px rgba(0,  0,  0,  0.1);
 }
