.font-size-is-default {
    font-size: 14px;
    /*line-height: 1.7em;*/
}

.font-family-helvetica {
    font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body {
    background: url(/web/images/index-bgr.jpg) top center no-repeat #ffffff;
    color: #6e6e6e;
}
p {
    line-height: normal;
}
.light-background {
    background: rgb(255 255 255 / 80%);
}

#rt-page-surround {
    overflow: hidden;
}

#rt-top-surround {
    position: relative;
    z-index: 10000;
}
.rt-block {
    padding: 15px;
    margin: 12px 10px 20px;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

#rt-header, #rt-top {
    z-index: 11000;
    position: relative;
}

.rt-grid-1:before, .rt-grid-2:before, .rt-grid-3:before, .rt-grid-4:before, .rt-grid-5:before, .rt-grid-6:before, .rt-grid-7:before, .rt-grid-8:before, .rt-grid-9:before, .rt-grid-10:before, .rt-grid-11:before, .rt-grid-12:before {
    display: table;
    content: "";
    clear: both;
}

.logo-block {
    padding: 0;
    margin: 30px 0 0;
}



#rt-logo a {
    margin: 0;
    width: 174px;
    height: 67px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mod-languages {
    float: right;
}

.mod-languages ul.lang-inline {
    margin-top: 25px;
}
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mod-languages ul.lang-inline li {
    background: #FFFFFF;
    display: inline-block !important;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    border: 1px solid #AAA;
    border-radius: 10px;
    text-align: center;
}
div.mod-languages li {
    margin-left: 2px;
    margin-right: 2px;
}
ul li {
    padding: 0;
    margin: 0;
}
li {
    line-height: 20px;
}.mod-languages ul.lang-inline li a {
     color: #333333;
     font-size: 13px;
     line-height: 20px;
     text-align: center;
     display: block;
     padding: 7px 8px;
 }
div.mod-languages a {
    text-decoration: none;
}
a {
    color: #ec008c;
    text-decoration: none;
}
a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.mod-languages ul.lang-inline li.lang-active, .mod-languages ul.lang-inline li:hover {
    background: #231f20db;
    border: 1px solid #666666;
}
.mod-languages ul.lang-inline li.lang-active a, .mod-languages ul.lang-inline li:hover a {
    color: #e4e4e4;
}
.mod-languages ul.lang-inline li a {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    padding: 7px 8px;
}
.rt-showcase-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.home #rt-showcase {
    min-height: 43px;
}
#rt-showcase {
    padding-top: 20px;
    min-height: 85px;
}
#rt-showcase .rt-container {
    background: #ffffff;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.menu-block {
    padding: 0;
    margin: 0;
}
.gf-menu {
    margin: 0 auto;
    list-style: none;
}
.gf-menu.l1 > li:first-child {
    margin-left: 14px;
}
.gf-menu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    border: none;
}
.gf-menu.l1 > li:first-child > .item {
    border-left: 0px none;
}
.gf-menu.l1 > li.active > .item {
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
    color: #ec008c;
}
.gf-menu.l1 > li.active > .item {
    color: #000000;
}
.gf-menu.l1 > li > .item {
    font-size: 15px;
    line-height: 16px;
    padding: 0 17px 0 15px;
    position: relative;
    margin: 14px -1px 13px 0;
    border-left: 1px solid #ec008c;
}
.gf-menu .item {
    font-family: 'ExoRegular', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #4a4a4a;
    -webkit-transform: translateZ(0);
    padding: 4px 18px;
    text-align: left;
    text-decoration: none;
    display: block;
    outline: 0;
    cursor: pointer;
}
.gf-menu.l1 > li.active > .item:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.gf-menu.l1 > li.active > .item:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 100%;
    right: 0;
    top: 16px;
    line-height: 62px;
    text-align: right;
    margin-top: -16px;
    letter-spacing: 15px;
    z-index: 2;
}
.gf-menu.l1 > li.active .rt-item-shadow {
    display: none;
}

#rt-feature {
    padding: 0px;
}
#rt-transition {
    margin-top: 15px;
}
#rt-feature .rt-container .rt-block {
    margin: 0 -89px;
    padding: 0 15px;
}

#rt-mainbody-surround {
    padding-top: 0px;
    background: #ffffff;
}
#top_shaddow .rt-container {
    border: 1px solid #f4f4f4;
    border-bottom: 0px none;
    height: 60px;
    background: #ffffff;
    box-shadow: 0 -5px 14px -5px rgba(44,44,44,0.5);
    z-index: 10;
    top: -30px;
}

#rt-maintop .rt-container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: -90px;
    z-index: 20;
}
.rt-block.moto {
    margin: 0px 10px;
}


.fucsia {
    color: #EC008C;
}
.rt-block.moto .custom.moto {
    text-align: center;
    font-size: 200%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#rt-maintop {
    color: #222021;
}
#rt-main {
    position: relative;
}
.home #rt-main .rt-container {
    margin-top: 0px;
}
#rt-main .rt-container {
    background: none repeat scroll 0 0 #FFFFFF;
    z-index: 20;
    margin-top: -90px;
}
#rt-content-top, #rt-content-bottom {
    overflow: hidden;
}
#rt-main .rt-grid-8 .rt-block {
    margin-bottom: 0px;
}
#rt-main .rt-container .rt-block {
    padding: 0px 15px;
}

.blog-featuredhome {
    /*line-height: 130%;*/
}
h1 {
    font-size: 180%;
}
.component-content .items-leading {
    margin-bottom: 25px;
}
p {
    margin: 0 0 15px 0;
}
.component-content .item-separator {
    display: none;
    margin: 0;
}
#rt-content-top, #rt-content-bottom {
    overflow: hidden;
}
#rt-main .rt-container img {
    background: #f0f0f0;
    padding: 8px;
    border: 1px solid #e0e0e0;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
h2, h3, h4, h5, h6, .title {
    color: #000000;
}
.title, .component-content h2 {
    font-size: 180%;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
h1, h2, h3, h4, h5, h6, .title {
    font-weight: normal;
}
h2 {
    font-size: 150%;
}

.maplocation h3 {
    margin-bottom: 0px;
}
h2, h3, h4, h5, h6, .title {
    color: #000000;
}
h1, h2, h3, h4, h5, h6, .title {
    font-weight: normal;
}
h3 {
    font-size: 132%;
}
#rt-mainbody-surround #rt-mainbottom {
    position: relative;
    margin-top: 0px;
}
#rt-mainbottom {
    margin-bottom: 0px;
}
.sidebar .services_text {
    padding: 0;
    margin-top: 25px;
}
.rt-block.services {
    margin: 15px 25px;
    padding: 0;
}
.customservices {
    text-align: center;
    margin-top: 15px;
}
.customservices ul.services_icons {
    display: inline-block;
    margin: 0;
}
.customservices ul.services_icons li {
    display: inline-block;
    margin: 0px 25px;
}
.customservices ul.services_icons li a {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    height: 85px;
}
.hasTip {
    text-align: center;
    cursor: pointer;
}
.customservices ul.services_icons li a img {
    height: 100%;
    width: 100%;
}
.customservices .services-text-wrapper.stxt-left, .customservices .services-text-wrapper.stxt-right {
    float: left;
    width: 50%;
    margin: 5px 0px;
    text-align: left;
}
ul.services_text {
    margin: 0;
}
ul.services_text li, .list-star li {
    margin: 15px 0;
    padding-left: 20px;
    background: url(/web/images/list_star.png) 0 4px no-repeat;
    list-style: none;
}
.home #rt-bottom, #rt-bottom {
    position: relative;
}
#rt-bottom {
    background: #eeeeee;
    position: relative;
    padding-top: 0;
}
#rt-bottom {
    margin-top: 20px;
    /*padding-top: 20px;*/
}
#rt-bottom .rt-block {
    padding: 0;
    margin: 0;
    text-align: center;
}
#rt-bottom .rt-block ul.menu {
    display: inline;
}
#rt-bottom .rt-block ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px none;
}
#rt-bottom .rt-block ul.menu li a {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
    padding: 12px 18px 10px;
    display: block;
}
#rt-bottom .rt-block ul.menu li > a:hover {
    color: #EC008C;
}
#rt-bottom .rt-block ul.menu li.active > a {
    color: #EC008C;
}
#rt-copyright {
    background: url(/web/images/footer-pattern.png) top center repeat;
    text-align: center;
    padding-bottom: 15px;
}
#rt-copyright .rt-block.follow_us {
    margin: 0;
    padding: 0;
}
#rt-copyright .rt-block.follow_us h2.title {
    color: #888888;
    font-size: 88%;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 20px;
    text-shadow: 0px 1px 1px #ffffff;
}
#rt-copyright .title {
    color: #ffffff;
}
#rt-copyright .rt-block.follow_us .customfollow_us {
    font-size: 88%;
    color: #888888;
    margin-bottom: 10px;
}
#rt-copyright .rt-block.follow_us .customfollow_us ul.follow_us {
    display: block;
    margin-bottom: 0px;
    margin-left: 0;
}
#rt-copyright .rt-block.follow_us .customfollow_us ul.follow_us li {
    display: inline-block;
}
#rt-copyright .rt-block.follow_us .customfollow_us ul.follow_us li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ebebeb;
    background: -moz-linear-gradient(top,#ebebeb 0%,#d0d0d0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#d0d0d0));
    background: -webkit-linear-gradient(top,#ebebeb 0%,#d0d0d0 100%);
    background: -o-linear-gradient(top,#ebebeb 0%,#d0d0d0 100%);
    background: -ms-linear-gradient(top,#ebebeb 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom,#ebebeb 0%,#d0d0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#d0d0d0',GradientType=0);
    color: #333333;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 3px -1px #ffffff;
    font-weight: bold;
}
#rt-content-bottom .rt-block.gallery {
    margin: 0px 10px;
    padding: 0px 10px;
}
.rg-gm-slice-container {
    margin: 0 -5px;
}



.rg-gm-slice-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}
.cols5 .rg-gm-slice-list li {
    width: 24%;
    display: inline-block;
}

.cols5 .rg-gm-slice-list li a {
    display: block;
    height: 123px;
    border: 7px solid #f4f0ef;
    margin: 0 5px 15px;
    transition: 0.5s;
    border-radius: 3px;
}
.cols5 .rg-gm-slice-list li a:hover {
    border: 1px solid ;
}
#gallery .rg-gm-slice-list img {
    padding: 0;
    border: none;
}




#rt-logo {
    background: url(/web/images/logo.png) no-repeat;
    height: 100px;
    background-size: 65%;
}



.cover-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 20;
}

@media only screen and (max-width: 480px) {
    #rt-top .rt-grid-5 .rt-block {
        margin: 0px 10px;
        padding: 0px 15px;
    }
    #rt-top .logo-block {
        margin-top: 15px !important;
    }
    #rt-top .logo-block #rt-logo {
        background-size: 85% !important;
    }
    #rt-logo a {
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    #rt-logo {
        background: url(/web/images/logo.png) 50% 0 no-repeat !important;
    }
    #rt-top .rt-grid-7 .rt-block {
        margin: 0px 10px;
        padding: 0px 15px;
    }
    #rt-top .rt-grid-7 .rt-block .mod-languages {
        width: 100%;
        text-align: center;
    }
    #rt-top .rt-grid-7 .rt-block .mod-languages ul {
        margin-top: 0px;
    }
    #rt-showcase {
        margin-bottom: 10px;
        padding-top: 20px;
        min-height: 70px;
    }
    .rt-container {
        width: 95%;
    }
    .rt-container {
        width: 95%;
    }
    #rt-transition {
        margin-top: 30px;
    }
    #top_shaddow .rt-container {
        border: 1px solid #f4f4f4;
        border-bottom: 0px none;
        height: 90px;
        background: #ffffff;
        box-shadow: 0 -5px 14px -5px rgba(44,44,44,0.5);
        z-index: 10;
        top: -20px;
    }
    #rt-transition .rt-block.moto {
        margin: 0px 10px;
        padding: 15px 0px;
    }
    #rt-transition .rt-block.moto .custom.moto {
        font-size: 1.1em;
    }
    body .component-content h1, body .component-content h2, body .component-content h3, body .component-content .title {
        font-size: 130%;
        line-height: 20px;
    }
    body .module-title .title {
        font-size: 1.6em;
    }
    .customservices ul.services_icons {
        padding: 0;
    }
    .cols5 .rg-gm-slice-list li {
        width: 50%;
        display: inline-block;
    }
    .cols5 .rg-gm-slice-list li a {
        height: 100px;
    }
    ul.list-star {
        padding-left: 0;
    }

}