* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999999999;
}

.hbuilder_content {
    line-height: 110%;
}

button:focus {
    outline: none;
}

.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999999999;
}

img.hbuilder_img {
    max-width: 100%;
}

.block_signature.fixed_bottom {
    bottom: 0px;
}

.block_signature > div {
    padding: 12px 0;
    background-color: #4d4d4c;
    color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    font-family: "Open Sans";
}

.block_signature i {
    font-size: 120%;
}

.block_signature > div a {
    color: #f3f3f3;
}

.hbuilder_background p.hbuilder_content,
.hbuilder_background h1.hbuilder_content,
.hbuilder_background h2.hbuilder_content,
.hbuilder_background li.hbuilder_content:not(.head){
    text-shadow: 2px 2px 6px #000;
}

.hbuilder_slider p.hbuilder_content,
.hbuilder_slider h1.hbuilder_content,
.hbuilder_slider h2.hbuilder_content,
.hbuilder_slider li.hbuilder_content:not(.head){
    text-shadow: 2px 2px 6px #000;
}

.hbuilder_map p.hbuilder_content,
.hbuilder_map h1.hbuilder_content,
.hbuilder_map h2.hbuilder_content,
.hbuilder_map li.hbuilder_content:not(.head){
    text-shadow: 2px 2px 6px #000;
}

.rev_slider .tp-parallax-wrap {
    top: 0 !important;
}

.tparrows						{	cursor:pointer; background:#fff; background:rgba(255,255,255,0.4); width:40px;height:40px;position:absolute; display:block; z-index:1000; border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px; }
.tparrows:hover 				{	background:#fff; background:rgba(255,255,255,0.4); }

a, a:hover {
    color: inherit;
    text-decoration: none;
}

@media all and (min-width: 750px) {
    .row > div {
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row > div.fixed_top, .row > div.fixed_bottom {
        left: 50% !important;
        margin-left: -210px !important;;
    }

    .rev_slider_wrapper {
        width: inherit !important;
        left: auto !important;
    }
}