/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.transition {
    -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out; /* Opera 10.50–12.00 */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.center_wrapper {
    position: relative;
    float: left;
    left: 50%;
}

.center_buttons {
    position: relative;
    float: left;
    left: -50%;
}

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

a:active, a:focus, a::-moz-focus-inner {
    outline: none !important;
}

.button, .button:visited {
    display: inline-block;
    padding: 10px 30px !important;
    background: #323232;
    border: 0;
    outline: 0;
    font: 300 16px/16px 'Roboto', arial, sans-serif;
    color: #FFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 15px 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.button:hover, .button:active {
    background: #f7941e;
    color: #000 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.button.green, .button.green:visited {
    background: #f7941e;
    color: #000 !important;
}

.button.green:hover, .button.green:active {
    background: #FFF;
    color: #000 !important;
}

.button.empty, .button.empty:visited {
    background: transparent;
    color: #000 !important;
    border-top: 1px solid transparent;
}

.button.empty:hover, .empty.green:active {
    background: transparent;
    border-top: 1px solid #d2d2d2;
    color: #000 !important;
}

.button.no_margin {
    margin: 0;
}

.container {
    position: relative;
    width: 100%;
}

.no-gutter [class*="-2"], .no-gutter [class*="-10"] {
    padding-left: 0;
    padding-right: 0;
}

/* TINYMCE */
body.mceContentBody {
    background: #FFF;
    padding: 15px;
    width: 900px;
}

.videowrapper {
    float: none;
    background: black;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#big_image {
    width: 103%;
    height: auto;
    margin-left: -3%;
    margin-top: 85px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #big_image {
        margin-top: 0;
    }
}

#above_header {
    display: block;
    background: #231F20;
    padding: 4px 0;
}

#above_header p {
    margin: 0;
}

#above_header p a {
    font: 400 15px/15px 'Source Sans Pro', arial, sans-serif;
    color: #9b9b9b;
}

#above_header p span {
    font: 400 15px/15px 'Source Sans Pro', arial, sans-serif;
    color: #FFF;
}

#above_header p a:hover {
    color: #FFF;
}

#above_header .menu_button {
    display: block;
    text-align: center;
    padding: 20px 0;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #above_header .menu_button {
        display: none;
    }
}

#above_header .menu_button a {
    color: #FFF;
    font: 400 15px/15px 'Source Sans Pro', arial, sans-serif;
}

#sidebar {
    position: relative;
    display: none;
    background: #f89e34;
    margin: -100px 0 0 0;
    border: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #sidebar {
        display: block;
        border-left: 10px solid white;
        background: #f89e34;
        padding-top: 100px;
        padding-bottom: 100%;
        margin-bottom: -100%;
    }
}

#menu {
    margin: 100px 0 60px 0;
    padding: 0;
    list-style: none;
}

#menu li {
    text-align: center;
    margin: 0 0 10px 0;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #menu li {
        text-align: right;
        margin: 0 30px 10px 0;
    }
}

#menu .selected a {
    color: #231F20 !important;
}

#menu li a {
    font: 400 18px/18px 'Source Sans Pro', arial, sans-serif;
    color: #FFF;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#menu li a:hover {
    font: 400 18px/18px 'Source Sans Pro', arial, sans-serif;
    color: #231F20;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#shortcuts {
    margin: 0 0 40px 0;
    padding: 0;
}

#shortcuts li {
    margin: 0 0 10px 0;
}

#shortcuts li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #eb9733;
    font: 300 16px/16px 'Source Sans Pro', arial, sans-serif;
    text-transform: uppercase;
    color: white;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

#shortcuts li a:hover {
    background: #f89e34;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

#shortcuts li img {
    margin-bottom: 15px;
}

.content {
    overflow: hidden;
}

#main {
    position: relative;
    padding-left: 10px;
    min-height: 300px;
}

.below_logo {
    display: block;
    width: 103%;
    margin-left:-3%;
    background: url(../img/old_wall.webp) repeat;
    height: 180px;
}

#logo {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -97px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #logo {
        left: 30px;
        top: 30px;
        margin-left: 0;
    }
}

.info {
    display: block;
    width: 180px;
    position: absolute;
    right: 30px;
    top: 30px;
    font: 600 24px/24px 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
    text-align: right;
    text-transform: uppercase;
}

.info span {
    font: 300 16px/16px 'Source Sans Pro', arial, sans-serif;
}

.info div {
    float: left;
    width: 80%;
}

.info img {
    margin: 13px 0 0 0;
    float: right;
}

.main_content {
    display: block;
    padding: 0 22px 40px 22px;
}

.slogan, .slogan2 {
    font: 300 38px/38px 'Source Sans Pro', arial, sans-serif;
    color: #262626;
    text-align: center;
    margin-top: 20px;
}

.slogan2 {
    text-align: left;
    margin: 25px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#slogan strong {
    font-weight: 600;
}

#images {
    margin: 60px 0;
    text-align: center;
}

#images .img_div {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.img_div img {
    width: 100%;
    height: auto;
}

#images .img_div .img_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/white_overlay.png) repeat;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    cursor: pointer;
}

#images .img_div:hover > .img_overlay {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#images .img_div:hover > h2 {
    bottom: 50px;
    -webkit-transition: bottom 0.25s;
    -moz-transition: bottom 0.25s;
    -o-transition: bottom 0.25s;
    transition: bottom 0.25s;
}

#images .img_div h2 {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 0;
    background: url(../img/black_overlay.png) repeat;
    font: 300 22px/28px 'Source Sans Pro', arial, sans-serif;
    color: #fff;
    -webkit-transition: bottom 0.25s;
    -moz-transition: bottom 0.25s;
    -o-transition: bottom 0.25s;
    transition: bottom 0.25s;
    cursor: pointer;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #images .img_div h2 {
        font: 300 16px/22px 'Source Sans Pro', arial, sans-serif;
        bottom: 10px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    #images .img_div h2 {
        font: 300 22px/28px 'Source Sans Pro', arial, sans-serif;
        bottom: 30px;
    }
}

#advantages {
    margin: 50px 0;
}

#advantages > div {
    margin-bottom: 30px;
}

#advantages .left {
    display: block;
    float: left;
    clear: left;
    width: 90px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #advantages .left {
        clear: none;
    }
}

#advantages .left .circle {
    display: inline-block;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    font: 300 31px/70px 'Source Sans Pro', arial, sans-serif;
}

#newsletter {
    display: block;
    background: #231f20;
    border-bottom: 5px solid #515151;
    padding: 30px 0;
    text-align: center;
}

#newsletter input, #newsletter button {
    font: 300 18px/normal 'Source Sans Pro', arial, sans-serif;
    color: #FFF;
    background: none;
    border: 1px solid #919191;
    padding: 6px 15px;
    width: 300px;
    margin-right: 20px;
}

#newsletter p {
    font: 300 18px/normal 'Source Sans Pro', arial, sans-serif;
    color: #FFF;
}

#newsletter input {
    margin-bottom: 10px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #newsletter input {
        margin-bottom: 0;
    }
}

#newsletter button {
    width: auto;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #919191;
}

#newsletter button:hover {
    background: #919191;
    color: #FFF;
}

#footer {
    display: block;
    padding: 30px 0;
    background: url(../img/old_wall.webp) repeat;
    text-align: center;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #footer {
        text-align: left;
    }
}

#footer .bar {
    display: block;
    width: 70px;
    height: 5px;
    background: #f7941e;
    margin: 30px auto 13px auto;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #footer .bar {
        margin: 30px 0 13px 0;
    }
}

#footer h2 {
    font: 600 18px/18px 'Source Sans Pro', sans-serif;
    margin: 0 0 10px 0;
    color: #231f20;
}

#footer p {
    font: 400 16px/20px 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
    margin: 10px 0;
    width: 100%;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #footer p {
        width: 80%;
    }
}

#footer p a {
    color: #f7941e;
}

#footer ul {
    margin: 0 0 30px 0;
    padding: 5px 0 0 0;
    list-style: none;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #footer ul {
        margin: 0 0 0 0;
        padding: 5px 0 0 13px;
        list-style: none;
    }
}

#footer ul li {
    margin: 0 0 5px 0;
}

#footer ul li a {
    font: 400 14px/18px 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
}

#footer ul li a:hover {
    color: #f7941e;
}

#subfooter {
    display: block;
    background: #515151;
    padding: 20px 0;
    text-align: center;
}

#subfooter p, #subfooter a {
    font: 300 14px/14px 'Source Sans Pro', arial, sans-serif;
    color: #FFF;
    margin: 0;
    padding: 0;
}

#subfooter p a.up {
    display: block;
    float: none;
    padding: 20px 0 0 0;
}

#nada{display:none}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #subfooter p a.up {
        display: inline;
        float: right;
        padding: 0;
    }
}

.google-maps {
    position: relative;
    padding-bottom: 35%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/*

    CMS

*/

body.mceContentBody {
    background: #FFF;
    padding: 15px;
    width: 900px;
}

.cms_content {
    display: block;
}

.cms_images {
    padding: 0;
    margin-top: 20px;
    padding-right: 14px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .cms_content {
        display: block;
    }

    .cms_images {
        margin-top: 30px;
        padding-right: 14px;
    }
}

.cms_images ul {
    list-style: none;
    padding: 0;
}

.cms_images li {
    display: block;
    margin-bottom: 20px;
}

.cms_images li img {
    width: 100%;
}

.cms_content h2, body.mceContentBody h2 {
    font: 400 26px/30px 'Source Sans Pro', arial, sans-serif !important;
    margin: 0 0 15px 0 !important;
    color: #3d3d3d !important;
}

.cms_content h3, body.mceContentBody h3 {
    font: 600 22px/26px 'Source Sans Pro', arial, sans-serif !important;
    margin: 10px 0 5px 0 !important;
    color: #f7941e !important;
}

.cms_content p, body.mceContentBody p {
    font: 400 16px/22px 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
    margin: 0 0 15px 0;
}

.cms_content ul, .cms_content ol, body.mceContentBody ul, body.mceContentBody ol {
    margin: 7px 0 15px 5px;
}

.cms_content ul, body.mceContentBody ul {
    list-style-type: square;
}

.cms_content ul li, .cms_content ol li, body.mceContentBody ul li, body.mceContentBody ol li {
    font: 400 16px/22px 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
    margin: 0 0 5px 0;
}

.cms_content input, .cms_content textarea  {
    font: 400 16px/normal 'Source Sans Pro', arial, sans-serif;
    color: #231f20;
    border: none;
    padding: 6px 12px 6px 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 400px;
}

.cms_content textarea  {
    border: 1px solid #cfcfcf;
    padding: 6px 12px;
    max-width: 800px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cms_content h2 {
        font: 800 28px/36px 'Source Sans Pro', arial, sans-serif;
    }

    .cms_content h3 {
        font: 600 22px/26px 'Source Sans Pro', arial, sans-serif;
    }

    .cms_content p {
        font: 400 18px/26px 'Source Sans Pro', arial, sans-serif;
    }

    .cms_content ul li, .cms_content ol li {
        font: 400 18px/26px 'Source Sans Pro', arial, sans-serif;
    }
	.phone-link {
        pointer-events: none;
        cursor: default;
        color: #231f20 !important;
    }

}

.cms_content a, body.mceContentBody a {
    font: 400 16px/20px 'Source Sans Pro', arial, sans-serif;
    color: #f7941e;
    text-decoration: none;
}

.cms_content a:hover, body.mceContentBody a:hover, .cms_content a:active, body.mceContentBody a:active {
    text-decoration: underline;
}

.cms_content table, body.mceContentBody table {
    display: block;
    float: none;
    border:0;
    padding: 0;
    width: 100%;
    margin: 30px 0;
}

.cms_content table tr th, body.mceContentBody table tr th, .cms_content table thead tr td, body.mceContentBody table thead tr td {
    padding: 10px;
    color: #3d3d3d;
    font: 600 16px/20px 'Source Sans Pro', arial, sans-serif;
    background: #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.cms_content table tr td, body.mceContentBody table tr td {
    padding: 10px;
    color: #3d3d3d;
    font: 400 16px/20px 'Source Sans Pro', arial, sans-serif;
    background: white;
    border-bottom: 1px solid #e2e2e2;
}

.cms_content table tr:nth-child(even) td, body.mceContentBody table tr:nth-child(even) td {
    padding: 10px;
    color: #3d3d3d;
    font: 400 16px/20px 'Source Sans Pro', arial, sans-serif;
    background: white;
}


.puscica {
    position: absolute;
    top: 120px;
    left: 10px;
    z-index: 9999;
}