img {
    max-width: 100%;
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BEBAS___.eot');
    src: local('☺'), url('../fonts/BEBAS___.woff') format('woff'), url('../fonts/BEBAS___.ttf') format('truetype'), url('../fonts/BEBAS___.svg') format('svg');
    font-weight: normal;
    word-spacing: .2em;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
    word-spacing: .2em;
    font-family: 'bebas';
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:focus {
    outline: 0;
}

.top {
    height: auto;
    width: 100%;
    background: #a11f33;
    position: relative;
    color: #fff;
}

.top a {
    color: #fff;
    margin-right: 20px;
}

.top a:hover,
.top a:focus {
    text-decoration: none;
    color: #fff;
}

.info {
    height: auto;
    padding-top: 5px;
}

.top i {
    position: relative;
    margin-right: 10px;
}

.top i.fa-mobile {
    font-size: 26px;
    top: 4px;
}

.top i.fa-envelope-o {
    font-size: 20px;
    top: 1px;
}

.top i.fa-map-marker {
    top: 2px;
    font-size: 22px;
}

.search {
    height: auto;
    padding-top: 8px;
}

.social a {
    margin: 0;
}

.social {
    float: right;
    width: auto;
}

.search-bar {
    padding-top: 2px;
    float: left;
    width: auto;
}

.social p {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.social img {
    margin: 0 2px;
}

.search-bar button {
    border: none;
    background: transparent;
}

.search-bar input {
    border: none;
    box-shadow: none;
    background: transparent;
}

.search-bar input::-webkit-input-placeholder,
.search-bar textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #fff;
}

.search-bar input::-moz-placeholder,
.search-bar textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #fff;
}

.search-bar input:-ms-input-placeholder,
.search-bar textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #fff;
}

.search-bar input:-moz-placeholder,
.search-bar textarea:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #fff;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
    height: auto;
    padding: 0;
    margin-bottom: 35px;
}

header.navbar,
.top {
    z-index: 5;
}

header.navbar {
    border: none;
    padding-top: 20px;
    float: left;
    width: 100%;
    margin: 0;
    background: rgba(213, 213, 213, 0.9);
}

.navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 14px;
    word-spacing: .2em;
    color: #000;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-family: 'bebas';
}

.nav > li:focus > a,
.nav > li:hover > a {
    text-decoration: none;
    background-color: #fff;
}

.navbar-nav > li:hover {
    border-left: #a11f33 solid 1px;
}

.navbar-nav > li:hover > a {
    color: #a11f33;
}

.navbar-nav > li {
    position: relative;
    margin-left: -1px;
    border-right: #a11f33 solid 1px;
    border-left: transparent 1px solid;
}

.navbar-nav > li:last-child {
    border-right: 1px solid transparent;
}

.navbar-nav > li:hover:last-child {
    border-right: 1px solid #a11f33;
}

.navbar-collapse {
    padding-top: 20px;
    padding-right: 0;
}

.winch {
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: #a11f33;
    color: #fff;
    padding: 3px;
    float: left;
}

.winch:hover,
.winch:focus {
    color: #fff;
    text-decoration: none;
    /*background: ;*/
}

header .col-md-9 {
    margin-bottom: 14px;
}

.carousel {
    height: calc(100% - 160px);
    height: 700px;
    float: left;
    width: 100%;
}

.carousel-indicators {
    left: 1%;
    bottom: auto;
    top: 40%;
    width: 0;
    margin: 0;
}

.carousel-indicators li {
    display: block;
    background: #94999e;
    border-color: #94999e;
    margin: 10px 0;
    height: 20px;
    width: 20px;
}

.carousel-indicators li.active {
    background: #a11f33;
    border-color: #a11f33;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

section {
    height: 300;
    float: left;
    width: 100%;
    background: #000;
}

.leaf-section {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
}

.leaf {
    background: #a11f33;
    float: left;
}

.leaf img {
    padding: 20px 15px;
}

.carousel-caption .col-sm-6 {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-caption h2 {
    margin-bottom: 20px;
    color: #a11f33;
    text-transform: uppercase;
    font-size: 60px;
}

.carousel-caption p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

.carousel-caption .read-more {
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 20px;
}

.carousel-caption .read-more p {
    word-spacing: .2em;
    font-family: 'bebas';
    margin-bottom: 0;
    float: left;
    padding: 10px 15px;
    color: #fff;
    background: #a11f33;
}

.carousel-caption .read-more img {
    position: relative;
    padding: 12px;
    background: #fff;
}

section {
    float: left;
    width: 100%;
    background: #a11f33;
}

section h2 {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

section h3 {
    color: #fff;
    margin-top: 0;
}

section a:hover {
    color: #fff;
    text-decoration: none;
}

.service {
    margin: 20px 0;
}

.service .read-more {
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 20px;
}

.service .read-more p {
    word-spacing: .2em;
    font-family: 'bebas';
    margin-bottom: 0;
    float: left;
    padding: 2px 8px;
    color: #fff;
    background: #a11f33;
}

.service .read-more img {
    position: relative;
    padding: 4px;
    width: 25px;
    background: #fff;
}

.service .col-sm-6 {
    padding: 0 10px;
}

.service .col-sm-6 > img {
    margin: auto;
    float: none;
    display: block;
}

footer {
    position: relative;
    bottom: 0;
    z-index: 2;
    color: #fff;
    background: #5e646c;
    float: left;
    width: 100%;
    margin: 0;
}

footer a {
    display: inline-block;
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer p {
    font-size: 12px;
    margin: 20px 0;
}

footer .footer-right {
    text-align: right;
}

.content {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}

main {
    margin-bottom: 30px;
}

main iframe {
    border: none;
}

main a.read-more {
    display: inherit;
    margin-top: 10px;
}

main p,
main ul,
main ol,
main blockquote {
    font-size: 14px;
    color: #000;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

main blockquote {
    padding-left: 15px;
}

main img {
    margin-bottom: 20px;
}

main li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

main li:before {
    content: "\00b7";
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -4px;
}

main a {
    color: #a11f33;
}

main a:hover {
    color: #a11f33;
}

aside h2 {
    font-size: 30px;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

aside .service:last-child {
    border: none;
}

aside .service {
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
}

aside h3 {
    margin-top: 0;
    color: #000;
}

aside a:hover {
    color: #000;
    text-decoration: none;
}

.inner-service {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.inner-service h3 {
    text-align: center;
    margin-top: 0;
}

.inner-service img {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block;
}

.shortcode-gallery {
    display: inline-block;
    width: 100%;
}

.shortcode-gallery h4 {
    font-size: 24px;
    margin: 20px 0;
}

.shortcode-gallery .shortcode-gallery-wrapp {
    width: 33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
}

.shortcode-gallery .shortcode-gallery-wrapp a,
.shortcode-gallery .shortcode-gallery-wrapp a img {
    width: 100%;
    margin: 0;
    height: auto;
}

footer .social {
    display: none;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.video {
    display: inline-block;
    width: 100%;
}

.video span {
    width: 100% !important;
    display: inline-block !important;
}

.video span > span {
    width: 100% !important;
    display: inline-block !important;
}


/* SHORTCUTS */


/*Pagination*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #a11f33;
    border-color: #a11f33;
}

.pagination > li > a,
.pagination > li > span {
    color: #a11f33;
    transition: .3s;
    border: 1px solid #b7b7b7;
}

.pagination {
    width: 100%;
    display: inline-block;
    transition: .3s;
    border-radius: 0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border: 1px solid #b7b7b7;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background: #d1d1d1;
    border-color: #d1d1d1;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}


/*submenu*/

.dropdown-menu {
    top: 98%;
    padding: 0;
    padding-top: 5px;
}

.dropdown-menu > li {
    display: inline-block;
    width: 100%;
}

.header-menu .nav.navbar-nav .dropdown-menu {
    background-clip: padding-box;
    border-top: none;
}

.header-menu .nav.navbar-nav .dropdown-menu:after {
    position: relative;
}

.header-menu .nav.navbar-nav .dropdown-menu a:hover,
.header-menu .nav.navbar-nav .dropdown-menu a:focus,
.header-menu .nav.navbar-nav .dropdown-menu a:active,
.header-menu .nav.navbar-nav .dropdown-menu a.active {
    color: #fff;
    background: #522398;
    text-decoration: none;
}

.dropdown-menu a {
    font-size: 14px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    float: left;
    padding: 10px 15px;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    text-decoration: none;
    color: #a11f33;
}

.navbar-toggle {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #910606;
}

.navbar-brand {
    font-size: 26px;
}

.navbar-toggle {
    background: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
    background: #000;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: #fff;
}


/*calendar*/

.picker__day--today:before {
    border-top-color: #a11f33;
}

.picker__day--highlighted {
    border-color: #a11f33;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #fff;
    background: #a11f33;
}

.picker__input.picker__input--active {
    border-color: #a11f33;
}


/*inner-header*/

.inner-header {
    background: url("../img/slider1.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner-header h1 {
    color: #fff;
    font-size: 48px;
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}


/*contact */

.contact-form {
    padding: 0;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.contact-form .col-sm-6,
.contact-form .col-sm-12 {
    padding: 5px;
}

.contact-form .input-group {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form button {
    background: #a11f33;
    color: #fff;
    border: none;
    padding: 8px 20px 10px 20px;
    margin-left: 15px;
    margin-top: 10px;
    transition: 0.4s;
}

.contact-form button:hover {
    text-decoration: none;
    background: #d1d1d1;
    color: #a11f33;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #b1b1b1;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.event-content a:hover,
.single-event a:hover,
.event-content a:focus,
.single-event a:focus {
    text-decoration: none;
}


/*carousel caption*/

.carousel-caption {
    left: 0;
    bottom: auto;
    text-align: left;
    top: 10%;
    right: 0;
}

.layout-404 {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #d1d1d1;
    display: table;
}

.layout-404 .logo-404 {
    margin-bottom: 50px;
}

.layout-404 .content {
    display: table-cell;
    vertical-align: middle;
}

.layout-404 .form-control {
    font-size: 20px;
    height: 55px;
    padding-right: 45px;
}

.layout-404 input::-webkit-input-placeholder,
.layout-404 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #b1b1b1;
    color: #a11f33;
    font-size: 20px;
}

.layout-404 .search-holder {
    position: relative;
}

.layout-404 h1 {
    color: #a11f33;
}

.layout-404 h2 {
    color: #5d646b;
}

.layout-404 form {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

.layout-404 form button {
    position: absolute;
    border: none;
    background: none;
    border-radius: 4px;
    font-size: 26px;
    right: 0;
    top: 0;
    padding: 9px 10px;
}

.layout-404 form button i {
    color: #a11f33;
}

@media (min-width: 768px) {
    .layout-404 .search-holder {
        width: 600px;
        margin: auto;
    }
}
