/*
 Theme Name:   DekorRacer Theme
 Description:  Bootstrap Basic Child Theme
 Author:       Paróczy Tibor
 Template:     bootstrap_basic
 Version:      1.0.0
 Tags:         responsive
 Text Domain:  bootstrap_basic-child
*/

@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/montserrat-bold.eot');
    src: url('fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold.woff2') format('woff2'),
         url('fonts/montserrat-bold.woff') format('woff'),
         url('fonts/montserrat-bold.ttf') format('truetype'),
         url('fonts/montserrat-bold.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


*:focus { outline: none !important; }

html, body {
    height: 100%;
}

body {
    color: #282828;
    font-family: arial, sans-serif;
}

div#wrapper {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 98px;
}


header#top {
    min-height: 66px;
    background-color: rgba(40, 40, 40, 1);
}
header#top.opacity80 { background-color: rgba(40, 40, 40, 0.86); }

.navbar-brand { height: 19px; }

header#top h1 {
    margin-top: 23px;
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 0;
}

.navbar-nav > li > a {
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px;
}
.navbar-center > li > a:after {
    content: '';

    position: absolute;
    left: 50%; bottom: 22px;

    margin-left: -40%;
    width: 80%;
    height: 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0);

    transform: scale(0.16, 1);
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li.current-menu-item > a {
    color: #00dfe8;
    background-color: transparent;
}

header#top,
.navbar-nav > li > a,
.navbar-center > li > a:after,
#szolgaltatasok a, #szolgaltatasok a:before, #szolgaltatasok a:after {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.navbar-brand, .navbar-brand, .navbar-nav > li, .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}

header#top .navbar-nav.contact li { padding: 23px 0 23px 20px; }

header#top .navbar-nav.contact .phone {
    display: inline-block;
    height: 19px;
    padding-left: 14px;
    background: url('images/phone-icon.png') no-repeat 0 0;
}

header#top .navbar-nav.contact a.mail {
    padding: 0 0 0 26px;

    color: #00dfe8;
    background: url('images/mail-icon.png') no-repeat 0 4px;
}
header#top .navbar-nav.contact a.mail:hover { color: #fff; }

header#top .navbar-nav.contact .facebook {
    height: 19px;
    padding: 0 0 0 18px;

    color: #00aeff;
    background: url('images/facebook-icon.png') no-repeat 0 0;
}
header#top .navbar-nav.contact .facebook:hover { color: #fff; }

header#top .navbar-nav.contact a.mail,
header#top .navbar-nav.contact .facebook {
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

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

.main-content-wrapper {
    background: url('images/content-bg.png') no-repeat center top;
    background-size: 100% 100%;

    min-height: 10px;
}

/* Slider */
#racing-slider {
    margin: 0 auto;
/*    min-width: 1366px;
    min-height: 657px; */

    opacity: 0;
    transform: scale(0.64);

    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
#racing-slider.show {
    opacity: 1;
    transform: scale(1);
}

#racing-slider > img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;

    z-index: 128;
}

#racing-slider > div {
    position: absolute;

    font-family: 'MontserratBold';
    text-transform: uppercase;

    background-position: 0 0;
    background-repeat: no-repeat;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#racing-slider #bal-fent {
    left: 150px; top: 156px;

    width: 441px;
    height: 181px;
    padding: 28px;

    color: #fff;
    font-size: 18px;
    line-height: 21px;

    background-image: url('images/slider/bal_fent.png');

    opacity: 0;

    transform-origin: 0 0;
}
#racing-slider #bal-fent span, #racing-slider #bal-lent span { color: #00dfe8; }
#racing-slider #bal-fent.show {
    opacity: 1;
    left: 0;
}

#racing-slider #bal-lent {
    left: -15px; top: 390px;

    width: 328px;
    height: 119px;
    padding: 2px 15px;

    color: #3c3c3c;
    font-size: 37px;
    line-height: 37px;

    background-image: url('images/slider/bal_lent.png');
    z-index: 256;

    opacity: 0;

    transform-origin: 0 0;
}
#racing-slider #bal-lent.show {
    opacity: 1;
    top: 340px;
}

#racing-slider #jobb-fent {
    right: -15px; top: 52px;

    width: 877px;
    height: 108px;
    padding: 28px 15px;

    color: #3c3c3c;
    font-size: 37px;
    text-align: right;
    line-height: 37px;

    background-image: url('images/slider/jobb_fent.png');
    z-index: 256;

    opacity: 0;

    transform-origin: 100% 0;
}
#racing-slider #jobb-fent.show {
    opacity: 1;
    top: 102px;
}


#racing-slider #jobb-lent {
    right: 150px; top: 214px;

    width: 441px;
    height: 169px;
    padding: 52px 28px 28px;

    color: #fff;
    font-size: 18px;
    text-align: right;
    line-height: 21px;

    background-image: url('images/slider/jobb_lent.png');

    opacity: 0;

    transform-origin: 100% 0;
}
#racing-slider #jobb-lent span, #racing-slider #jobb-fent span { color: #00aeff; }
#racing-slider #jobb-lent.show {
    opacity: 1;
    right: 0;
}



/* Szolgáltatások */
#szolgaltatasok {
    padding-top: 24px;
    padding-bottom: 24px;
}
#szolgaltatasok a {
    position: relative;
    display: block;

    margin-bottom: 24px;
    width: 100%;
    min-height: 105px;
    padding-top: 88px;

    color: #282828;
    font-family: 'MontserratBold';
    font-size: 18px;
    text-align: center;

    background-position: center top;
    background-repeat: no-repeat;
}
#szolgaltatasok a:hover { color: #00dfe8; text-decoration: none; }

#szolgaltatasok a:before,
#szolgaltatasok a:after {
    content: '';

    position: absolute;
    left: 0; top: 0;

    width: 100%;
    min-height: 105px;

    background-position: center top;
    background-repeat: no-repeat;
}
#szolgaltatasok a:before { opacity: 1; }
#szolgaltatasok a:after { opacity: 0; transform: scale(0.48); }

#szolgaltatasok a:hover:before { opacity: 1; }
#szolgaltatasok a:hover:after { opacity: 1; transform: scale(1); }

#szolgaltatasok a.autouveg-foliazas:before { background-image: url('images/autouveg-foliazas.png'); }
#szolgaltatasok a.autouveg-foliazas:after { background-image: url('images/autouveg-foliazas-hover.png'); }
#szolgaltatasok a.autodekor:before { background-image: url('images/autodekor.png'); }
#szolgaltatasok a.autodekor:after { background-image: url('images/autodekor-hover.png'); }
#szolgaltatasok a.epuletdekor:before { background-image: url('images/epuletdekor.png'); }
#szolgaltatasok a.epuletdekor:after { background-image: url('images/epuletdekor-hover.png'); }
#szolgaltatasok a.egyeb:before { background-image: url('images/egyeb-szolg.png'); }
#szolgaltatasok a.egyeb:after { background-image: url('images/egyeb-szolg-hover.png'); }

#szolgaltatasok p { text-align: center; }


/* Elérhetőségek */
#elerhetosegek {
    height: 432px;
}


/* Kapcsolat */
.contact-header h2 {
    margin-bottom: 10px;
    padding-bottom: 32px;

    font-family: 'MontserratBold';
    font-size: 36px;
    text-transform: uppercase;

    background: url('images/contacttext-bg.png') no-repeat left bottom;
}

.contact-header .search {
    color: #00aeff;
    font-family: 'MontserratBold';
    font-size: 18px;
    text-transform: uppercase;
}

.contact-header .desc {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'MontserratBold';
    font-size: 18px;
    text-transform: uppercase;
}

.contact-data > div {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-data p,
.contact-data a {
    display: table-cell;
    vertical-align: middle;

    height: 56px;
    padding-left: 182px;
    background-position: 0 0;
    background-repeat: no-repeat;

    text-align: left;
}

.contact-data .address { background-image: url('images/address-bg.png'); }
.contact-data .phone { background-image: url('images/phone-bg.png'); white-space: nowrap; }
.contact-data .mail { color: #00dfe8; background-image: url('images/mail-bg.png'); }

/* Contact 7 form */
div.wpcf7 { margin-bottom: 40px; }

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.wpcf7-textarea {
    overflow: hidden;
    display: inline-block;
    height: auto;
    min-height: 40px;
    resize: none;
}

.wpcf7-submit {
    display: block;
    float: right;

    padding: 4px 0 4px 8px;

    color: #00aeff;
    font-family: 'MontserratBold';
    font-size: 14px;
    text-transform: uppercase;

    border: none;
    background: none;
}
.wpcf7-submit:hover { color: #282828; }

.wpcf7-textarea, .wpcf7-submit {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}


/* Page footer */
footer#bottom {
    overflow: hidden;
    height: 98px;
    margin-top: -98px;
}

footer#bottom > div.gray {
    position: relative;
    margin-top: 26px;
    height: 72px;
    background-color: #282828;
}

footer#bottom > div.gray > .container {
    position: relative;
    height: 72px;
}

footer#bottom > div.gray > .container:after {
    content: url('images/korcikk.png');
    position: absolute;
    right: 0; top: -26px;
}

footer#bottom img { display: block; }

footer#bottom p {
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

footer#bottom img,
footer#bottom p {
    margin-top: 10px;
    margin-bottom: 10px;
}


footer#bottom .pazirik {
    position: absolute;
    right: 10px; top: 50%;
    overflow: hidden;

    margin-top: -16px;
    width: 84px;
    height: 33px;

    text-indent: -4096px;

    background: url('images/pazirik.png') no-repeat 0 0;
}

/*footer#bottom .separator {
    width: 84px;
    height: 5px;

    background: url('images/footer-separator.png') no-repeat 0 0;
} */


/* Page style */
.section-page h2 {
    position: relative;

    margin-bottom: 64px;
    min-height: 46px;
    padding-top: 4px;
    padding-left: 58px;

    font-family: 'MontserratBold';
    font-size: 37px;
    text-transform: uppercase;

    background-position: left center;
    background-repeat: no-repeat;
}
.section-page h2:after {
    content: url("images/contacttext-bg.png");

    position: absolute;
    left: 0; bottom: -24px;
}

.page-id-7 .section-page h2 { margin-bottom: 24px; background-image: url('images/referenciak-h2.png'); }
.page-id-10 .section-page h2 { background-image: url('images/autouveg-foliazas-h2.png'); }
.page-id-12 .section-page h2 { background-image: url('images/autodekor-h2.png'); }
.page-id-14 .section-page h2 { background-image: url('images/epuletdekor-h2.png'); }
.page-id-16 .section-page h2 { background-image: url('images/egyeb-szolg-h2.png'); }

.section-page p {
    font-size: 18px;
    text-transform: uppercase;
}
.section-page p.ajanlatkeres {
    margin-top: 40px;
    margin-bottom: 40px;

    font-family: 'MontserratBold';
    font-size: 17px;
}
.section-page p.ajanlatkeres a { color: #00dfe8; }


.section-page .flexslider-hg-wrapper { margin-bottom: 64px; }

.section-page div.flexslider {
    border: none;
    box-shadow: none;
    background-color: #4d4d4d;
}

.section-page ol.flex-control-nav { bottom: -34px; height: 9px; }
.section-page ol.flex-control-nav:before, .section-page ol.flex-control-nav:after {
    content: '';

    position: absolute;
    top: 2px;

    height: 6px;
    width: 16%;
}
.section-page ol.flex-control-nav:before {
    left: 44px;

    background: url('images/point.png') no-repeat 0 0,
                url('images/line-bg.png') repeat-x left center;
}
.section-page ol.flex-control-nav:after {
    right: 44px;

    background: url('images/point.png') no-repeat right top,
                url('images/line-bg.png') repeat-x left center;
}

.section-page ol.flex-control-nav li { margin: 0 9px !important; }
.section-page ol.flex-control-paging li a {
    width: 9px;
    height: 9px;
    border-radius: 5px;

    background-color: #282828;
}
.section-page ol.flex-control-paging li a.flex-active { background-color: #00dfe8; }

.flex-direction-nav a {
    top: auto;
    bottom: -46px;

    margin: 0;
    width: 34px;
    height: 34px;

    opacity: 1 !important;
}

.flexslider-hg-corners-square .flex-direction-nav a { background-image: url('images/slider-arrows.png'); }
.flexslider-hg-corners-square .flex-direction-nav a.flex-prev { left: 0; }
.flexslider-hg-corners-square .flex-direction-nav a.flex-next { right: 0; background-position: 0 -34px; }



/* Referenciák */
#filteredgallery-wrapper .thumbnail {
    padding: 0;

    border: none;
    border-radius: 0;
}

.filteredgallery-filter-wrapper ul.nav li a {
    color: #282828;
    background-color: transparent;

    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.filteredgallery-filter-wrapper ul.nav li a:hover,
.filteredgallery-filter-wrapper ul.nav li a:active,
.filteredgallery-filter-wrapper ul.nav li a:focus,
.filteredgallery-filter-wrapper ul.nav li.current a {
    color: #43d4dc;
    background-color: transparent;
}
