/* FONTS */
@font-face {
  font-family: 'jaapokki_r';
  src: url('/fonts/Jaapokki-Regular.eot');
  src: url('/fonts/Jaapokki-Regular.eot?#iefix') format('embedded-opentype'),  
  url('/fonts/Jaapokki-Regular.otf')  format('opentype'),
  url('/fonts/Jaapokki-Regular.woff') format('woff'), 
  url('/fonts/Jaapokki-Regular.ttf')  format('truetype'), 
  url('/fonts/Jaapokki-Regular.svg#Jaapokki-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'jaapokki_sr';
    src: url('/fonts/jaapokkisubtract-regular-webfont.woff2') format('woff2'),
         url('/fonts/jaapokkisubtract-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* GLOBALS */
body {
    background: #FFFFFF;
    color: #000000;
}
h1 {
    font-family: jaapokki_r;
    text-transform: uppercase;
    text-shadow: none;
    color: #92b33d;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 49px;
}
h2 {
    font-family: jaapokki_r;
    text-transform: uppercase;
    color: #92b33d;
    font-weight: normal;
}
p {
    font-family: arial;
    color: #333333;
    font-size: 18px;
    letter-spacing: 1px;
}


/* ARTICLES */
#rt-main {
    padding: 60px 0px;
}
.menu-home #rt-main {
    padding: 40px 0px;
}
#rt-mainbody h3 {
    text-transform: uppercase;
    color: #92b33d;
    font-size: 44px;
    font-family: jaapokki_r;
    font-weight: normal;
    letter-spacing: 3px;
    padding-bottom: 25px;
}
.menu-home #rt-mainbody p {
    width: 90%;
    margin: 0px auto 15px auto;
}
.menu-home #rt-mainbody {
    text-align: center;
    padding: 50px 0px;
}
.menu-home h1 {
    padding-bottom: 25px;
}
#rt-main .rt-block {
    overflow: hidden;
}
#rt-mainbody .left {
    float: left;
    width: 66.5%;
    padding-right: 2%;
}
#rt-mainbody .right {
    width: 31.5%;
    float: left;
    height: 540px;
}

.menu-challenge-anneka #rt-mainbody .right {
    background: url(/images/challenge-anneka-pic.jpg) no-repeat;
}

.menu-services #rt-mainbody .right {
    background: url(/images/electrical-services-pic.jpg) no-repeat;
}
.menu-about #rt-mainbody .right {
    background: url(/images/page-about.jpg) no-repeat;
}
/*.menu-contact #rt-mainbody .right {
    background: url(/images/page-contact.jpg) no-repeat;
    background-position-x: 100%;
    background-size: 88%;
    height: 670px;
}*/
.menu-contact #rt-mainbody .left, .menu-contact #rt-mainbody .right {
    width: 48%;
    padding: 0px;
}
.menu-contact #rt-mainbody .left {
    padding-right: 4%;
}
#rt-mainbody ul li {
    color: #92b33d;
    font-weight: bold;
    font-size: 17px;
    line-height: 140%;
}
#rt-mainbody ul {
    margin-left: 18px;
}
.caps {
    font-family: jaapokki_r;
    font-size: 24px;
    line-height: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.quals div {
    width: 33.3%;
    height: 102px;
    float: left;
    background-position-y: 85%;
}
.eic1 {
    background: url(/images/about-eic1.jpg) no-repeat;
}
.eic2 {
    background: url(/images/about-eic2.jpg) no-repeat;
    background-position-x: 50%;
}
.iet {
    background: url(/images/about-iet.jpg) no-repeat;
    background-position-x: 50%;
}


/* MAINTOP */
#rt-maintop {
    overflow: hidden;
    padding: 0px;
    border: 0px;
    box-shadow: none;
    background: #0d111a;
}
.rt-block._menu {
    margin: 0;
    padding: 0;
    height: 0;
    transition: 0.5s;
}
ul.menu li.active.current > a:before, ul.menu li.active.current > .item:before, ul.menu li.active.current > .separator:before, ul.menu li#current.active > a:before, ul.menu li#current.active > .item:before, ul.menu li#current.active > .separator:before, ul.menu li a:before, ul.menu li .item:before, ul.menu li .separator:before{
    display: none;
}
._menu .nav.menu li {
    margin-bottom: 0px;
    padding: 4px 0px;
}
._menu .nav.menu li a {
    font-family: jaapokki_r;
    text-transform: uppercase;
    text-shadow: none;
    color: #92b33d;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 100%;
}


/* CONTACT FORM */
.menu-contact .formResponsive .formHorizontal .formControls {
    margin: 0px;
}
.menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"] {
    border: 2px solid black;
    border-radius: 0px;
    width: 92.7%;
    margin-bottom: 17px;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 3px 18px;
}
.menu-contact .formResponsive textarea {
    height: 171px;
    padding-top: 15px;
}
.menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"] {
    height: 37px;
}
.menu-contact .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px;
}

.menu-contact .formResponsive input[type="submit"] {
    background: #93b33d;
    border-radius: 0px;
    border: 0px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 135px;
    height: 50px;
    letter-spacing: 2px;
    font-size: 18px;
    float: right;
    transition: 0.3s;
}
.menu-contact .formResponsive input[type="submit"]:hover {
    background: #333333;
    transition: 0.3s;
}
.rsform-block.rsform-block-captcha, .rsform-block.rsform-block-send {
    width: 50%;
    float: left;
}
.rsform-block.rsform-block-captcha br {
    display: none;
}
.formResponsive .formHorizontal .formValidation {
    display: none;
}
#captcha27 {
    border: 2px solid black;
    padding: 10.5px 15px;
}
form#userForm {
    margin-bottom: 0px;
}
#captchaTxt27 {
    width: 45%;
    margin-bottom: 0px;
    margin-left: 6px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* FF 19+ */
    color: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}
.menu-contact #rt-mainbody .right > p:first-child {
    display: none;
}
.menu-contact #rt-mainbody .right > div:last-of-type {
    display: none;
}
.menu-contact .right img {
    margin-top: 12px;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border-color: rgb(147, 179, 61);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147,179,61,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147,179,61,0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147,179,61,0.6);
}
span#component27 {
    display: none;
}
.rsform-block.rsform-block-captcha .formBody a {
    background: #93b33d;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-left: 0px;
    display: block;
    text-align: center;
    margin-top: -11px;
}



/* TOP SURROUND */
#rt-top-surround {
    background: url(/images/banner-bg.jpg) no-repeat;
    color: #fff;
    filter: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    height: 234px;
        width: 100%;
    background-position: center;
    background-size: cover;
}
.menu-home #rt-top-surround {
    background: transparent;
    background-image: none;
    height: auto;
}

/* TOP */
#rt-top {
    padding-top: 15px;
}
.vertical-split {
    width: 1px;
    background: white;
    height: 60px;
}
#rt-top a:hover {
    color: #92b33d;
}
#rt-top p, #rt-top p a {
    font-family: jaapokki_r;
    color: white;
    margin-bottom: 2px;
    font-size: 17px;
}
#top-contact {
    overflow: hidden;
}
.top-phone {
    background: url(/images/top-phone.png) no-repeat;
    height: 40px;
    width: 42px;
}
.top-email {
    background: url(/images/top-email.png) no-repeat;
    width: 47px;
    height: 33px;
    margin-top: 13px;
}
.vertical-split {
    width: 0.2%;
    width: 1px;
    background: rgb(93, 97, 102);
    height: 46px;
    margin-left: 3.85%;
    margin-right: 3.85%;
}
.left .top-text {
    padding-left: 15px;
} 
.right .top-text {
    padding-right: 12px;
}
#top-contact div {
    float: left;
}
/*#top-contact .left {
    width: 37%;
}
#top-contact .right {
    width: 53%;
}*/
#top-contact {
    float: right;
}
#rt-top .rt-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.rt-block.responsive-block {
    display: none;
}


/* HEADER */
.menu-block {
    padding: 15px;
    margin: 10px;
}
#rt-header .item {
    font-family: jaapokki_r;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    padding: 12px 35px;
    letter-spacing: 2px;
    font-size: 14px;
}
.gf-menu.l1 {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(19,22,28) 0%, rgba(19, 22, 28, 0.55) 150%);
    background-image: -webkit-linear-gradient( 90deg, rgb(19,22,28) 0%, rgba(19, 22, 28, 0.55) 150%);
    background-image: -ms-linear-gradient( 90deg, rgb(19,22,28) 0%, rgba(19, 22, 28, 0.55) 150%);
    box-shadow: 0.5px 0.866px 3px 0px rgb( 18, 23, 29 );
}
.gf-menu.l1 > li.active {
    background: rgba(0, 0, 0, 0.2);
    border: 0px;
    border-right: 1px solid rgb(75, 78, 83);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
}
.gf-menu.l1 li {
    margin-right: 0px;
    border: 0px;
    border-right: 1px solid rgb(75, 78, 83);
}
.gf-menu li:hover, .gf-menu li.active:hover, .layout-mode-1200fixed .gf-menu li:hover, .layout-mode-1200fixed .gf-menu li.active:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgb(75, 78, 83);
}
#rt-header .gf-menu li:hover a, #rt-header .gf-menu li.active:hover a, .layout-mode-1200fixed #rt-header .gf-menu li:hover a, .layout-mode-1200fixed #rt-header .gf-menu li.active:hover a {
    color: #92b33d!important;
}
#rt-header .gf-menu.l1 > li.active a {
    color: #92b33d;
}
.layout-mode-responsive .gf-menu.l1 > li {
    margin-right: 0px;
}


/* DRAWER */
#rt-drawer {
    display: none;
}

/* SHOWCASE */
#rt-showcase {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
/*.menu-home #rt-showcase {
    margin-top: -234px;
}*/

#rt-showcase .rt-container {
    margin: 0px;
    width: 100%;
}
#rt-showcase .rt-block {
    padding: 0px;
    margin: 0px;
}
.rt-showcase-pattern {
    background-image: none;
    background: none;
}
#rt-showcase .rt-grid-12.rt-alpha.rt-omega {
    width: 100%;
}
.tp-bannershadow.tp-shadow2 {
    display: none;
}
#rev_slider_1_1_wrapper {
    padding: 0!important;
    margin-top: -203px!important;
}
.slide-bulb {
    background: url(/images/slide-bulb.png) no-repeat;
    width: 136px;
    height: 211px;
    float: left;
}
.slide-text .green {
    color: #92b33d;
}
.slide-text p {
    font-family: jaapokki_r;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
    text-shadow: 0.5px 0.5px 3px rgb(72, 72, 72);
    text-transform: uppercase;
    letter-spacing: 9px;
}
.slide-text {
    float: left;
}
.tp-caption.tp-custom.fade.start {
    top: 0px!important;
    left: 0px!important;
    margin-top: 380px!important;
    margin-left: 0px!important;
    width: 100%!important;
}
.local-electrician {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 770px;
}


/* BOTTOM */
#rt-bottom {
    background: url(/images/bottom-banner.jpg) no-repeat;
    height: 325px;
        width: 100%;
    background-position: center;
    background-size: cover;
}
#rt-bottom .fe {
    text-transform: uppercase;
    font-size: 70px;
    color: white;
    margin-top: 60px;
}
#rt-bottom .co, #rt-bottom .co a {
    color: #383838;
    font-size: 64px;
}
#rt-bottom p {
    text-shadow: 1.5px 0.5px 4px rgb(91, 91, 91);
    font-family: jaapokki_r;
    text-align: center;
    line-height: 100%;
}


/* FOOTER SURROUND */
#rt-footer-surround {
    background: #333333;
}
#rt-footer-surround p, #rt-footer-surround p a {
    color: white;
    font-family: jaapokki_r;
    font-weight: normal;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0px;
    line-height: 150%;
}

/* FOOTER */
#rt-footer {
    color: white;
    background: transparent;
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 35px 0px;
}
.cert-images .cert-img {
    height: 52px;
    float: left;
    width: 33.3%;
}
.cert-images .cert-img:first-child {
    background: url(/images/cert-eic1.png) no-repeat;
}
.cert-images .cert-img:first-child + .cert-img {
    background: url(/images/cert-eic2.png) no-repeat;
    background-position-x: 100%;
}
.cert-images .cert-img:first-child + .cert-img + .cert-img {
    background: url(/images/cert-iet.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 85%;
}
.footer-title {
    overflow: hidden;
}
#rt-footer h2 {
    float: left;
    font-size: 21px;
}
.ft-line {
    height: 1px;
    background: #484848;
    float: left;
    margin-left: 25px;
    margin-top: 29px;
}
.cert-images {
    margin-top: 6px;
}
.footer-bulb {
    float: left;
    background: url(/images/footer-bulb.png) no-repeat;
    width: 67px;
    height: 135px;
    background-position-y: 28px;
}
.footer-contact-left {
    float: left;
    width: 283px;
}
#rt-footer a:hover {
    color: #92b33d;
}


/* COPYRIGHT */
#rt-copyright {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#rt-copyright .rt-grid-6.rt-omega p {
    text-align: right;
}
#rt-copyright > .rt-container {
    border-top: 1px solid #484848;
    padding-top: 5px;
    padding-bottom: 3px;
}
#rt-copyright p, #rt-copyright p a {
    font-size: 9px;
    font-family: arial;
}
#rt-copyright .rt-block {
    margin-top: 0px;
    margin-bottom: 0px;
}
#rt-copyright p, #rt-copyright p a {
    font-size: 9px;
    font-family: arial;
    color: #92b33d;
}
#rt-copyright p a:hover {
    color: #fff;
}





/* RESPONSIVE */
@media (max-width: 1199px){
#top-contact {
    float: right;
    width: 90%;
}
.vertical-split {
    margin-left: 3.45%;
    margin-right: 3.45%;
}
.tp-caption.tp-custom.fade.start {
    margin-top: 280px!important;
}
#rev_slider_1_1_wrapper {
    padding: 0!important;
    margin-top: -410px!important;
}
.tp-caption.tp-custom.fade.start {
    margin-top: 470px!important;
}
.menu-home #rt-mainbody {
    padding: 20px 0px;
}
.menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"]{
    width: 90.7%;
}
.rsform-block.rsform-block-captcha {
    width: 69%;
}
.rsform-block.rsform-block-send {
    width: 31%;
}
#captchaTxt27 {
    width: 35%;
}
.rsform-block.rsform-block-captcha .formBody a:hover {
    color: black;
}
.footer-bulb {
    display: none;
}
.rsform-block.rsform-block-captcha .formBody a {
    margin-left: 0px;
    margin-top: 10px;
    width: 74%;
}
}

@media (max-width: 959px){
  
  #rt-mainbody .right {
    width: 100%;
    float: left;
    height: 540px;
}
.top-phone, .top-email {
    display: none;
}
#rt-top a:hover {
    color: #fff;
}
#rt-top p a {
    color: #92b33d;
}
#rt-top p, #rt-top p a {
    font-size: 16px;
}
.vertical-split {
    margin-left: 2.9%;
    margin-right: 2.9%;
}
#rev_slider_1_1_wrapper {
    margin-top: -300px!important;
}
.slide-text p{
    font-size: 60px;
}
.slide-bulb {
    width: 106px;
    height: 145px;
    background-size: 95px;
}
.local-electrician{
    width: 615px;
}
.tp-caption.tp-custom.fade.start {
    margin-top: 365px!important;
}
.menu-home #rt-mainbody {
    padding: 0px 0px;
}
#rt-bottom .fe{
    margin-top: 48px;
    font-size: 57px;
}
#rt-bottom .co, #rt-bottom .co a {
    font-size: 52px;
}
#rt-bottom {
    height: 265px;
    background-size: 210%;
    background-position: center;
}
#rt-footer .rt-container .rt-grid-4.rt-alpha {
    display: none;
}
#rt-footer .rt-container .rt-grid-4 {
    width: 50%;
}
.footer-bulb {
    display: initial;
}
.footer-contact-left {
    float: left;
    width: 243px;
}
#rt-mainbody .left {
    float: left;
    width: 100%;
    padding-right: 0px;
}
#rt-main {
    padding: 30px 0px;
}
.menu-about #rt-mainbody .right, .menu-services #rt-mainbody .right, .menu-contact #rt-mainbody .right{
    display: none;
}
.menu-contact #rt-mainbody .left{
    width: 100%;
}
.menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"] {
    width: 94.4%;
}
p {
    font-size: 17px;
}
.menu-home #rt-mainbody p {
    width: 100%;
}
.cert-images .cert-img {
    height: 52px;
}
.rsform-block.rsform-block-captcha .formBody a {
    width: 59.3%;
}
}

@media (max-width: 767px){
    #rt-footer {
    padding: 10px 0px;
}
  #rt-mainbody .right {
    width: 100%;
    float: left;
    height: 440px;
    background-size: cover !important;
}
.gf-menu-toggle {
    display: none!important;
}
.tp-caption.tp-custom.fade.start {
    display: none;
}
.rt-block.logo-block {
    padding: 0px;
}
#rev_slider_1_1 {
    height: 310px!important;
}
#rt-footer .rt-container .rt-grid-4:first-child + .rt-grid-4 {
    display: none;
}
#rt-footer .rt-grid-4 .rt-block {
    overflow: hidden;
}
#rt-footer .rt-container .rt-grid-4 {
    width: 100%;
}
#rt-bottom .fe {
    font-size: 47px;
    margin-top: 25px;
}
#rt-bottom .co, #rt-bottom .co a {
    font-size: 38px;
}
#rt-bottom {
    height: 185px;
    background-size: 1180px;
}
.menu-home #rt-main {
    padding: 10px 0px;
}
.menu-home h1 {
    padding-bottom: 5px;
    font-size: 27px;
}
.quals .iet {
    background-size: 109px;
}
.quals div {
    background-size: 100%;
}
.rt-block.responsive-block {
    display: block;
}
.top-phone, .top-email {
    display: block;
}
.rt-grid-8.rt-omega .rt-block:first-of-type {
    display: none;
}
#responsive-block .resp-media, #responsive-block .resp-dropdown {
    width: 125px;
    float: left;
}
#rt-top-surround {
    background-size: 1650px;
    height: 180px;
    background-position-x: -100px;
}
#rt-main .rt-block {
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
}
.top-email, .top-phone {
    transition: 0.3s;
}
.top-email:hover, .top-phone:hover {
    transition: 0.3s;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.tabber {
    cursor: pointer;
    background: rgba(41, 41, 41, 0.78);
    width: 35px;
    padding: 10px;
    border-radius: 4px;
    float: right;
}
.tabber > span {
    width: 35px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #92b33d;
    display: block;
}
.tabber > span:last-child {
    margin-bottom: 0px;
}
#rt-header {
    display: none;
}
#rt-maintop .rt-container {
    width: 100%;
}
._menu .nav.menu li {
    padding: 0px;
}
ul.menu li.active.current > a, ul.menu li.active.current > .item, ul.menu li.active.current > .separator, ul.menu li#current.active > a, ul.menu li#current.active > .item, ul.menu li#current.active > .separator {
    color: #e2ff69;
    background: #161c2b;
}
._menu .nav.menu li a {
    border-top: 1px solid rgb(147, 179, 61);
    padding: 13px 15px;
    padding-bottom: 8px;
}
._menu .nav.menu li:last-child a {
    border-bottom: 1px solid rgb(147, 179, 61);
}
._menu .menu li a:hover {
    background: #161c2b;
    color: #e2ff69;
}
.top-email {
    margin-top: 5px;
    margin-left: 30px;
}
.resp-media div {
    float: left;
}
#rt-main {
    padding: 10px 0px;
}
#rt-mainbody h3 {
    font-size: 30px;
    padding-bottom: 15px;
}
.caps {
    font-size: 21px;
}
p {
    font-size: 16px;
}
#rt-mainbody ul li {
    font-size: 16px;
}
.menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"] {
    width: 90.7%!important;
    padding: 1.4% 3.9%;
}
#captchaTxt27 {
    width: 26%!important;
}
.rsform-block.rsform-block-captcha .formBody a {
    left: 0px;
    top: 5px;
}
.formResponsive .formHorizontal .rsform-block.rsform-block-captcha {
    width: 65%;
    float: left;
}
.formResponsive .formHorizontal .rsform-block.rsform-block.rsform-block-send {
    width: 35%;
    float: left;
}
.menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"]{
    font-size: 16px;
}
#captchaTxt27 {
    width: 32%!important;
}
.menu-contact .formResponsive textarea {
    padding-top: 9px;
    height: 130px;
}
.rsform-block.rsform-block-captcha .formBody a {
    width: 67.8%;
}
#rt-copyright .rt-grid-6.rt-omega {
    display: none;
}
#responsive-block {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 250px;
}
.quals div {
    width: 33%;
    background-size: 125px;
    background-position-x: 50%;
}
}

@media (max-width: 480px){
    #rt-top .rt-block.responsive-block {
        padding-left: 0px;
        padding-right: 0px;
    }
.quals div {
    width: 50%;
    background-size: 105px;
    background-position-x: 50%;
}
.formResponsive .formHorizontal .rsform-block.rsform-block-captcha {
    width: 100%;
}
.formResponsive .formHorizontal .rsform-block.rsform-block.rsform-block-send {
    width: 100%;
    margin-top: -15px;
}
.menu-contact .formResponsive input[type="submit"] {
    float: left;
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin-top: 6px;
}
#captchaTxt27 {
    width: 90.7%!important;
    margin: 0px;
}
#captcha27 {
    padding: 2.9% 32.4%;
    margin-bottom: 10px;
}
.rsform-block.rsform-block-captcha .formBody a {
    display: none;
}
#rt-bottom .fe {
    font-size: 34px;
}
.callon{
    display: none;
}
#rt-bottom .co, #rt-bottom .co a {
    font-size: 37px;
}
}

@media (max-width: 400px){
.footer-bulb {
    display: none;
}
}

@media (max-width: 380px){
#rt-bottom .rt-block {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#rt-bottom .co, #rt-bottom .co a {
    font-size: 31px;
}
}

@media (max-width: 370px){
    .menu-contact .formResponsive textarea, .menu-contact .formResponsive input[type="text"], .menu-contact .formResponsive input[type="password"] {
    padding: 0.8% 3.5%;   
}
.menu-contact .formResponsive textarea{
    padding-top: 13px;
}
#rt-bottom {
    height: 145px;
}
#rt-bottom .fe {
    font-size: 29px;
    margin-top: 17px;
}
}

@media (max-width: 280px){
    #rt-bottom .fe {
    margin-top: 0px;
}
}