/* HLAVNE PISMO */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
p,
ul,
ol {
    background-color: transparent;
    font-size: 14px;
    color: #919191;
}
body,
.SC_Panel {
font-family: 'Open Sans', sans-serif;}

/* POZADIE */

body {
    background-image: url(/images/template/temp65/background.png);
    background-color: #666;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;
}
body.subpage {
    background-color: #666;
    background-position: top;
    background-repeat: no-repeat;
}
body#WebJETEditorBody {
    background-image: none;
    background-color: #f1f1f1;
    background-position: top;
    background-repeat: repeat-x;
}

/* NADPISY */

h1 {
    color: black;
    font-size: 39px;
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}
h2 {
    color: black;
    font-size: 36px;
    line-height: 100%;
    font-weight: 700 !important;
    text-decoration: none;
    border-top: 1px #b1b1b1 solid;
}
h2:first-of-type, body.subpage h2 {
    border-top: none;
}
h3 {
    color: black;
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    text-decoration: none;
}
h4 {
    text-align: left;
    font-size: 20px;
    line-height: 120%;
    color: #f48835;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    margin: 0px;
}
h5 {
    text-align: left;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}
h6 {
    text-align: left;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}

/* LINKY */

a {
    font-weight: normal;
    font-style: normal;
    color: #f48835;
    text-decoration: none;
}
a:hover {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000;
}
#content > .content {
    padding-top: 60px;
}

/*# STYLY MENU */


/* #menuStavbar {
     margin-top: 90px;
    padding-bottom: 15px;
   font-family: Open Sans,Arial,Helvetica; 
} */

navbar-wrapper.navSetColor-barNo .navbar-default {}
#menu .arrow,
.square,
.arrowR {
    display: none !important;
}

/*MENU*/

#menu {
    width: 100%;
    /* background-color: #fafafa !important;
   border: 1px solid #e0e0e0;
    border-right: none;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #dadada inset, 0 0 15px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #dadada inset, 0 0 15px rgba(0, 0, 0, 0.07);*/
    height: 70px;
    text-align: right;
    margin: 0px auto 0;
    padding: 30px 0 0;
}

/*Next menu*/

#nextMenu {
    background-color: #fafafa !important;
    border: 1px solid #e0e0e0;
    border-left: none;
    margin: 0 auto;
    box-shadow: -10 1px 0 #fff inset, 0 -1px 0 #dadada inset, 0 0 15px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: -10 1px 0 #fff inset, 0 -1px 0 #dadada inset, 0 0 15px rgba(0, 0, 0, 0.07);
    height: 50px;
    margin-bottom: 0px;
    text-align: left;
}
#menu li {
    height: 100%;
}
#menu li a {
    height: 100%;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    font-weight: 300;
    padding: 0 7px;
    text-transform: uppercase;
}
#menu li.open,
#menu li:hover {
    color: #fff;
    border-top: 2px solid #f48835;

}
#menu li.open a,
#menu li a:hover {
    color: #fff;
}
.menuBackground {
    background-color: #282828;
    margin: 0px;
    min-height: 100px;
    position: relative !important;
    top: -10px;

}
.menuBackground > .container {
    padding: 0px !important;
}
#menu.menu01a li a,
#menu.menu01a li a:hover,
#menu.menu01a li.open a,
#menu.menu01a li.active a {
    color: #fff;
}
#menu.menu01a li {
    border-radius: 15px;
    background-color: #f48835;
    border-top: 0px;
}
#menu.menu01a a {
    background: none !important;
}
#menu.menu01a .open {
    border-radius: 15px;
    background-color: #a74e0a;
    color: #fff;
     border-top: 0px; 
}
#menu.menu01a .open li a {
    color: #000;
}
#menu.menu01a .active {
    border-radius: 15px;
    background-color: #a74e0a;
}
#menu.menu01a .active ul li a {
    color: #fff;
    border-radius: 15px;
    margin-left: 10px;
}
#menu.menu01b {
    border: none !important;
}
#menu.menu01b li:first-of-type {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #f48835;
    margin-right: -10px;
}
#menu.menu01b li:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: -12px;
}
#menu.menu01b li {
    border-radius: 0px;
    background-color: #f48835;
    padding-left: 5px;
    padding-right: 10px;
         border-top: 0px; 


}
#menu.menu01b a {
    background: none !important;
    color: #fff;
}
#menu.menu01b .open:first-of-type {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #a74e0a;
    padding-right: 17px;
}
#menu.menu01b .active:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #a74e0a;
}
#menu.menu01b .active:first-of-type {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #a74e0a;
}
#menu.menu01b .open {
    color: #fff;
    background-color: #a74e0a;
}
#menu.menu01b .active {
    background-color: #a74e0a;
    color: #fff;
}
#menu.menu01b .active a {
    color: #fff;
}
#menu.menu01b .open a {
    color: #fff;
}
#menu.menu01b .active ul li a {
    border-radius: 15px !important;
    color: #fff;
    margin-left: 10px;
}
#menu.menu01b .active ul li {
    border-radius: 0px !important;
    margin-left: 10px;
}
# #menu.menu01c li a,
#menu.menu01c li a:hover,
#menu.menu01c li.open a,
#menu.menu01c li.active a {
    color: #fff;
}
#menu.menu01c li {
    border-radius: 5px;
    background-color: #f48835;
    border-top: 0px;
}
#menu.menu01c a {
    background: none !important;
    color: #fff;
}
#menu.menu01c .open {
    border-radius: 5px;
    background-color: #a74e0a;
}
#menu.menu01c .open a {
    color: #fff;
}
#menu.menu01c .active a {
    color: #fff;
}
#menu.menu01c .active {
    border-radius: 5px;
    background-color: #a74e0a;
}
#menu.menu01c .active ul li a {
    border-radius: 5px;
    background-color: #a74e0a;
    color: #fff;
}
#menu.menu01d li a,
#menu.menu01d li a:hover,
#menu.menu01d li.open a,
#menu.menu01d li.active a {
    color: #fff;
}
#menu.menu01d {
    border: none !important;
}
#menu.menu01d li:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 17px;
}
#menu.menu01d li:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -12px;
}
#menu.menu01d li {
    color: #fff;
    border-radius: 0px;
    background-color: #f48835;
    padding-right: 5px;
    border-top: 0px;
}
#menu.menu01d a {
    color: #fff;
    background: none !important;
}
#menu.menu01d .open:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #a74e0a;
}
#menu.menu01d .active:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #a74e0a;
}
#menu.menu01d .active:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #a74e0a;
}
#menu.menu01d .open {
    background-color: #a74e0a;
}
#menu.menu01d .active {
    background-color: #a74e0a;
}
#menu.menu01d .active ul li a {
    border-radius: 5px !important;
    margin-left: 10px;
}
#menu.menu01d .active ul li {
    border-radius: 0px !important;
    margin-left: 10px;
}
#menu.menu02a li a:hover,
#menu.menu02a li.open a,
#menu.menu02a li.active a {
    color: #fff;
}
#menu.menu02a li {
    background-color: none;
    border-color: #f48835;
    border-left: none !important;
    border-right: none !important;
    border-style: dotted;
}
#menu.menu02a a {
    /*      color:#20331e; */
    background: none !important;
}
#menu.menu02a .open,
#menu.menu02a .active {
    background-color: #f48835;
    border-top: 1px;
}
#menu.menu02a .active ul li a {
    color: #fff;
    margin-left: 10px;
}
#menu.menu02a .active ul li {
    background-color: #a74e0a;
}
#menu.menu02b li a:hover,
#menu.menu02b li.active a,
#menu.menu02b li.open a,
#menu.menu02b li.active a {
    color: #fff;
}
#menu.menu02b li {
    background-color: none;
    border-color: #f48835;
    border-left: none;
    border-right: none;
}
#menu.menu02b a {
    /*      color:#20331e; */
    background: none !important;
    color: #fff;
}
#menu.menu02b .open,
#menu.menu02b .active {
    background-color: #f48835;
}
#menu.menu02b .active ul li a {
    color: #fff;
    margin-left: 10px;
}
#menu.menu02b .active ul li {
    background-color: #f48835;
}
#menu.menu02d li {
    background-color: none;
    border: none;
    /* border-top: 3px solid #20331e;  */
}
#menu.menu02d .active {
    background-color: #f48835;
    border-top: 3px solid #000;
}
#menu.menu02d .active a,
#menu.menu02d .open a {
    color: #fff;
}
#menu.menu02d a {
    /*      color:#20331e; */
    background: none !important;
}
#menu.menu02d .open {
    background: #a74e0a;
    border: 0px;
    border-top: 3px solid #000;
}
#menu.menu02d .active ul li a {
    background-color: #d5384e;
    margin-left: 10px;
}
#menu.menu03b li a:hover,
#menu.menu03b li.open a,
#menu.menu03b li.active ul li a {
    color: #fff;
}
#menu.menu03a li {
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
}
#menu.menu03b li.active,
#menu.menu03b li.open {
    background-color: #a74e0a;
}
#menu.menu03b li {
    padding-bottom: 50px;
}
#menu.menu03b .active ul li {
    padding-bottom: 0px;
    background-color: #159496;
}
#menu.menu03d li a {
    background-color: transparent;
}
#menu.menu03d .active ul li {
    background-color: #242424;
    width: auto;
}
#menu.menu03d .active ul li.active {
    background-color: #414141;
}
#menu.menu03d .active ul {
    padding: 0px;
}
#menu.menu03d .active ul li a {
    color: #fff;
}
#mobMenu {
    color: #000;
    background: transparent;
}
.navbar-brand > img {
    max-width: 290px;
    max-height: 100px;
    float: none;
    /*     margin-top: 10px; */
}
.navbar {
    padding-bottom: 0px;
}
.navbar-brand {
    vertical-align: middle;
    text-align: left;
    /*  width: 30%; */
    margin-top: 24px;
    text-decoration: none !important;
}


@media screen and (max-width: 800px) {

        .cover .container p span{

        font-size: 18px !important;
        line-height: 10px !important;

    }
    .cover .container p {
        padding: 0px;
    }
    #nextMenu {
        display: none !important;
    }
    #menu {
        border: 0px;
    }
    .m {
        width: 100% !important;
    }
    .content.magnet {
        margin-top: 10px;
    }
    .row input,
    .row textarea {
        margin-left: 5% !important;
    }
    .content.magnet > .container >.col-sm-3 > img {
        display: none !important;
    }
    .navbar-toggle {
        display: none !important;
    }
    #menu .active {
        background-color: transparent !important;
    }
    #menu .active ul li {
        background-color: transparent !important;
    }
    #menu li.active ul li a {
        background-color: transparent !important;
    }
    form label {
        text-align: center !important;
    }
    form .col-sm-9 textarea {
        margin: 0px auto !important;
    }
    .contactUs form input {
        margin: 0px auto !important;
    }
    .navbar {
        height: auto !important;
        min-height: 110px !important;
    }
    .onlyMobile {
        display: block !important;
    }
    .navbar-brand > img {
        width: auto !important;
        height: auto !important;
        max-width: 160px !important;
        max-height: 100px !important;
    }
    #contactTable {
        font-size: 10px !important;
    }
    #contactNumberTd,
    #contactEmailTd {
        background-size: 10px 10px;
    }
    #contactNumberTd a,
    #contactEmailTd a {
        text-decoration: none !important;
        color: #000;
    }
    #menu {
        float: none !important;
        width: 80%;
        padding-bottom: none !important;
        text-align: center !important;
    }
    .menuBackground {

        min-height: 130px;

    }
    #mobMenu {
        top: 0px !important;
        width: 100% !important;
        margin: 0px !important;
        display: none !important;
        color: #fff;
    }
    #menu li a {
        color: #fff!important;
        background: transparent !important;
        background: transparent !important;
    }
    .moreUl {
        margin-top: 30px;
        margin-left: 0px !important;
    }
    .moreUl li {
        border-radius: 0px !important;
        background-color: transparent !important;
        margin-left: 0px !important;
    }
    .moreUl li a {
        border-radius: 0px !important;
        background-color: transparent !important;
    }
    #menu li a:hover,
    #menu li.open a,
    #menu li.active ul li a,
    #menu li.active ul li.active li a {
        /* color: #550357; */
        background: transparent;
        color: #000;
    }
    #menu li a {
        font-size: 14px !important;
    }
    .navbar-brand {
        width: 500px !important;
    }
    #menu .active {
        background: #000 !important;
    }
    #menu .active a {
        color: #fff !important;
    }
}
#menu2.menu51a li a,
#menu2.menu51a li a:hover,
#menu2.menu51a li.open a,
#menu2.menu51a li.active a {
    color: #fff;
}
#menu2.menu52b li a:hover,
#menu2.menu52b li.open a,
#menu2.menu52b li.active a {
    color: #fff;
}
#menu2.menu53a li a,
#menu2.menu53a li a:hover,
#menu2.menu53a li.open a,
#menu2.menu53a li.active a {
    color: #fff;
}

/*# STYLY MENU END */

.navbar-default {
    background-color: #fff;
}
#menu li a,
#menu2 li a {
    border: 0px !important;
    border-radius: 0px !important;
}
#menu li.active ul li a,
#menu li.open ul li a,
#menu2 li.active ul li a,
#menu2 li.open ul li a {
    border-radius: 0px !important;
}
.navbar-default .navbar-nav > li .active {
    border: 0px !important;
}
.carousel-caption h1 {
    font-size: 60px;
    font-weight: 900;
    margin-top: 50px;
}
.content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.content p {
    line-height: 22px;
    padding: 5px 0px;
}
#content {
    background-color: transparent;
    background-image: url(/images/template/temp65/contentBg.gif);
    background-repeat: repeat;
}
#content .container.c {
    background-color: #fff;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #dadada inset, 0 0 15px rgba(0, 0, 0, 0.07);
    padding-top: 25px;
        position: relative;
    top: -129px;
}
div.photoSwipeImages li {
    border: 2px solid #e1ddc9;
    list-style: none;
    width: auto !important;
    margin: 0 10px 10px 0;
}
div.photoSwipeImages li a {
    margin: 5px;
}
div.photoSwipeFolders ul li {
    list-style: none;
}
#header {
    padding-top: 10px;
    background-color: transparent;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center center;
}
.header-wrapper {}
div.slider-wrapper {
    margin: 0 auto;
}


/* Table */

.tabulkaStandard th {
    background-color: #868686;
    padding: 5px;
    color: #fff;
    border: 1px solid #141e01;
    font-family: 'Arial';
}
.tabulkaStandard td {
    background-color: #d1d1d1;
    padding: 5px;
    color: #000;
    border: 1px solid #141e01;
    font-family: 'Arial';
}
.tabulkaStandard tr:nth-child(even) td {
    background-color: #fff;
}

td{
    padding: 5px;

}

/* Contact table  */

#contactTable {
    margin-top: 0px;
    display: inline-block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}
#contactNumberTd {
    height: auto;
    display: inline-block;
    background-image: url(/images/template/temp65/icon_telefon.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 30px;
}
#contactEmailTd {
    margin: 0px;
    margin-left: 50px;
    height: auto;
    display: inline-block;
    background-image: url(/images/template/temp65/icon_obalka.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 30px;
}
#contactEmailTd a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
.navbar-header {
    text-align: right;
    float: left;
    width: 100%;
}
.navbar-brand {
    float: left;
}
.navbar-brand > span {
    font-size: 13px;
    font-family: 'Arial';
}
.obrazokNaStred {
    margin: 0px auto;
}
#webjetEditorIframe {
    margin-top: 10px;
}
.onlyMobile {
    display: none;
}
.predel {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 80px;
    text-align: center;
}
.predel img {
    position: relative;
    top: 35px;
    margin: 0px auto;
}
.predel p {
    margin: 0px !important;
}

/*FORM*/

.row.contactUs {
    border: 1px solid !important;
    border-color: #dddddd !important;
    border-radius: 4px;
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 30px;
}
form input.inputtext {
    border-radius: 4px;
    border: 1px #c7c7c7 solid;
    display: block;
    height: 32px;
    line-height: 25px;
    /*    padding: 0 25px 0 5px; */
    width: 90%;
    margin-left: 0px;
}
form btn {
    background: none;
}
form textarea {
    border-radius: 4px;
    border: 1px #c7c7c7 solid;
    display: block;
    height: 80px;
    line-height: 25px;
    padding: 0 25px 0 5px;
    width: 90%;
}
form label {
    display: block;
    line-height: 25px;
    color: #515151;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
}
form .row {
    text-align: right;
    margin-bottom: 10px;
}
form .col-sm-9 {
    padding-left: 0px !important;
}
form .col-sm-12 {
    text-align: center;
}
form .col-sm-7 {
    text-align: left;
}

/*Footer*/

.footerWrapper .content {
    padding: 0px !important;
}
.footerWrapper {
    background-color: transparent;
        position: relative;
    top: -95px;
}

/*=================================
  FOOTER MENU
=================================*/

.footer-menu {
    padding: 10px 0;
    background-color: transparent;
}
.footer-menu h2 {
    font-size: 24px;
    line-height: 28px;
    color: #ff4642;
    font-weight: normal;
    padding: 5px 0;
    margin: 10px 0;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    list-style: circle;
    margin: 0;
    padding: 3px 0;
    margin: 0;
    color: #ff7976;
}
.footer-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #f7e4e5;
}

/* MOBILE */

@media (max-width: 767px) {

    .footer-menu h2 {
        font-size: 18px;
        line-height: 24px;
        border-bottom: 1px solid #f5ebde;
    }
    #mobMenu {
        display: block !important;
    }
    .footer-menu {
        padding: 20px;
    }
    li.active ul,
    #menu li.open ul,
    #menu2 li.active ul,
    #menu2 li.open ul {
        left: auto !important;
    }
    .megamenu {
        margin-left: 0px !important;
        margin-top: -230px !important;
    }
    .col-sm-3 ul {
        text-align: center;
    }
    #nav-dots {
        display: none !important;
    }
    #menu {
        padding-top: 40px;
    }
}

/* Subpage */

.subpage #content > .content a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #d5384e;
}
#subpageContent {
    padding: 20px;
    font-size: 12px;
    /*     background:rgba(32,51,30,0.9); */
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#subpageContent p {
    font-size: 12px;
}
.subpage #WebJETEditorBody.webjetEditorBodyInline.content {
    padding: 20px;
    font-size: 12px;
    margin-top: 100px;
    /*     background:rgba(32,51,30,0.9); */
    background: none !important;
    background-repeat: repeat;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #fff;
}
.subpage .content .container .boxHeading {
    border-bottom: 1px solid #bfbaab;
    padding-bottom: 20px;
}
.cathegory img {
    border: 5px solid #f69eca;
}
.testimonial img {
    border-radius: 50%;
}
.testimonial p {
    padding: 0px;
}
.testimonial {
    text-align: left;
}
.testimonial:nth-of-type(even) {
    text-align: right;
}
.contactBox p {
    padding: 0px;
    font-family: "Arial";
    font-size: 14px;
}
.contactBox h2 {
    font-style: normal !important;
}
.contactUs label {
    font-size: 20px;
}

/*MAGNET*/

.content.magnet {
    background-color: #48c0fb;
    background-image: url(/images/template/temp51/bg_magnet.png);
    padding: 0px !important;
}
.content.magnet h2 {
    color: #fff;
    font-size: 32px;
}
.content.magnet .container {
    text-align: left;
    height: 100%;
    padding: 80px 20px;
    background-color: rgba(0, 0, 0, 0.7);
}
.content.magnet .container p {
    text-align: left;
    padding-left: 0px;
    color: #fff;
}
.right_box .button,
.magnet .button {
    display: inline-block;
    padding: 0.6em 1.25em;
    text-decoration: none;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #FFF;
    border-radius: 0px;
    text-transform: none;
    font-weight: bold;
    border-width: 0px 0px 0.3em;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #293862;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    background: #E53977 none repeat scroll 0% 0%;
}
input.btn {
    display: inline-block;
    padding: 0.6em 1.25em;
    text-decoration: none;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #FFF;
    border-radius: 0px;
    text-transform: none;
    font-weight: bold;
    border-width: 0px 0px 0.3em;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #293862;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    background: red none repeat scroll 0% 0%;
}
.footerWrapper .magnet .container {
    padding: 50px 0;
}
.button{

        background-color: #f48835;
        color: #fff;
        padding: 3px 20px;
        cursor: pointer;
}
.btn:hover,
.button:hover,
.right_box .button:hover {
    background-color: #a34a06;
    color: #fff;
}

/*Form - homepage*/

.formContent {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #d5384e;
    border-radius: 0px;
    padding: 20px 25px;
}
.formHeading {
    padding: 0.25em 25px;
    font-size: 24px;
    color: #FFF;
    background: #d5384e none repeat scroll 0% 0%;
    margin: 0px;
}

/**Blog*/

.blogContent h2 {
    margin-top: 0px;
}
.blogContent h2 a {
    margin-top: 0px;
    color: #d5384e;
    font-size: 32px;
}

/**Right menu*/

.right_box {
    background-color: #E53977;
    margin-bottom: 100px;
}
.right_box p {
    text-align: center;
    color: #fff;
}
.right_box img {
    width: auto;
    max-width: 60%;
}
.coll2 .testimonials-text {
    width: 90%;
    display: block;
}
.coll2 .testimonials-text h3 {
    margin: 0px;
    padding: 0px;
}
.coll2 .testimonials-avatar {
    /*max-width: 40%;*/
}
.coll2 h2 {
    margin: 0px;
}
.right_box .button {
    background-color: #1CAED0;
}

/*fix*/

#header.type-C .header-wrapper {
    padding-top: 0px;
}
.navbar-wrapper {
    margin-top: 0px;
    position: relative !important;
}

/* News */

div.newsBoxes1 div div.bg {
    background: #fff;
}
.ie7 div.newsBoxes1 div div.bg,
.ie8 div.newsBoxes1 div div.bg {
    filter: alpha(opacity=70);
}
div.newsBoxes1 div a {
    color: #000;
}
div.newsBoxes1 div p {
    color: #000;
    text-align: left;
}
div.newsBoxes1 img {
    border-color: #fff;
}
ul.newsBox02 li {
    background: #fff;
    padding: 0px;
}
ul.newsBox02 li a {
    color: #fff;
}
div.pager a {
    background: #fff;
}
div.pager a.activeSlide {
    background: #fff;
}
div.nivo-controlNav a.nivo-control {
    border-color: #fff;
}
div.nivo-controlNav a.nivo-control.active {
    border-color: #3e372e;
}

/*=================================
  AKTUALITY
=================================*/

.aktuality {
    padding-bottom: 20px;
    background-color: #fff;
    padding: 0 15px;
    margin-top: -30px;
}
.aktuality h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    color: #989898;
    font-weight: bold;
    padding: 8px 0;
    margin: 15px 0 0 0;
}
.aktuality h2 .glyphicon {
    font-size: 28px;
    line-height: 34px;
    margin-right: 10px;
}
.aktuality > a.all {
    float: right;
    color: #989898;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    padding: 20px 10px;
    margin: 8px 0 0 0;
    text-align: left;
}
.aktuality > a.all .glyphicon {
    margin-right: 10px;
}
.aktuality > hr {
    clear: both;
    background: #000;
    height: 4px;
    border: 0;
    padding: 0;
    margin: 0;
}
.aktualita img {
    display: block;
    margin-top: 25px;
    height: auto;
    width: 150px;
}
.aktualita h3,
.aktualita h3 a {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding-right: 10px;
}
.aktualita h3 a:hover {
    text-decoration: none;
    color: #989898;
}
.aktualita p {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
}
.aktualita .info {
    overflow: hidden;
}
.aktualita .info span.date {
    margin-right: 15px;
}
.aktualita .info span.date .glyphicon {
    font-size: 13px;
    margin-right: 5px;
    color: #303030;
}
.aktualita .info .tags {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
.aktualita .info .tags .glyphicon {
    color: #989898;
    font-size: 13px;
}
.aktualita .info .tags > a {
    text-decoration: none;
    color: #989898;
    padding: 0px 5px;
}
.aktualita .info a.btn-primary {
    float: right;
    font-size: 14px;
    margin-right: 10px;
    color: #000000;
    background: #f5f5f5 none;
}
.aktualita .info a.btn-primary .glyphicon {
    font-size: 13px;
    color: #333;
    margin-left: 10px;
}
.aktualita hr {
    margin: 15px 0 0 0;
    clear: both;
}
.aktualita.top {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}
.aktualita.top p {
    padding-right: 10px;
}
.aktualita.old {
    position: relative;
}
.aktualita.old h3 {
    padding: 10px 0 10px 80px;
}
.aktualita.old h3,
.aktualita.old h3 a {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.aktualita.old .tags {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 20px;
}
.aktualita.old .tags span.date {
    display: inline-block;
    width: 65px;
    text-align: right;
}
.aktualita.old hr {
    margin: 0;
}

/* TABLET */

@media (max-width: 992px) {
       td{
        display: block;
    }

    #testImonials1 .testimonials_content {

    max-width: inherit !important;
}

.triangle{display: none;}
    .aktuality {
        padding-bottom: 30px;
    }
    .social {
        display: none !important;
    }
    .navbar-brand {
        width: 500px !important;
    }
}

/* MOBILE */

@media (max-width: 768px) {
    .aktualita.top a.img {
        margin-top: 0;
    }

    h2 > .button{
        display: none;
    }
}

/* SMALL MOBILE */

@media (max-width: 400px) {
    .aktuality h2 {
        display: block;
        text-align: center;
    }
    .aktuality > a.all {
        float: none;
        display: block;
        text-align: center;
        border: 1px solid #eee;
        padding: 12px 10px;
        margin: 10px 0;
    }
    .aktualita .info span.date {
        display: block;
    }
    .aktualita .info .tags {
        display: block;
        margin: 10px 0;
    }
    .aktualita .info a.btn-primary {
        float: none;
    }
    .aktualita h3,
    .aktualita h3 a {
        font-size: 18px;
        line-height: 24px;
    }
    .aktualita.old .tags span.date {
        width: 120px;
        text-align: left;
    }
    .aktualita.old h3 {
        padding: 30px 0 10px 0;
    }
}

/******************************************/


/*************COLOR VARIANTS***************/


/******************************************/


/************   white  ******************/

body.white {
    background-color: #fff;
}


/* News */

body.white div.newsBoxes1 div div.bg {
    background: #7e7e7e;
}
body.white .ie7 div.newsBoxes1 div div.bg,
body.white .ie8  div.newsBoxes1 div div.bg {
    filter: alpha(opacity=20);
}
body.white div.newsBoxes1 div a {
    color: #000;
}
body.white div.newsBoxes1 div p {
    color: #000;
    text-align: left;
}
body.white div.newsBoxes1 img {
    border-color: #7e7e7e;
}
body.white ul.newsBox02 li {
    background: #7e7e7e;
    padding: 0px;
}
body.white ul.newsBox02 li a {
    color: #fff;
}
body.white div.pager a {
    background: #7e7e7e;
}
body.white div.pager a.activeSlide {
    background: #fff;
}
body.white div.nivo-controlNav a.nivo-control {
    border-color: #fff;
}
body.white div.nivo-controlNav a.nivo-control.active {
    border-color: #3e372e;
}



/************   blue   ******************/

body.blue h1,
body.blue h2,
body.blue h3,
body.blue h4 {
    color: #0093ce;
}
body.blue #menu .active ul li,
body.blue #menu .active ul .active,
body.blue #menu .active,
body.blue #menu .open {
    background-color: #0093ce;
}
body.blue .btn,
body.blue .magnet .button,
body.blue .right_box .button {
    background-color: #0093ce;
    border-color: #626262;
}
body.blue .btn:hover,
body.blue .magnet .button:hover,
body.blue .right_box .button:hover {
    background-color: #0093ce;
    border-color: #626262;
}
body.blue .right_box {
    background-color: #06cfab;
}
body.blue .blogContent h2 a {
    color: #0093ce;
}
body.blue a {
    color: #0093ce;
}
body.blue .formHeading {
    background-color: #0093ce;
}
body.blue .formContent {
    border-color: #0093ce;
}
body.blue .blog_heading {
    background-color: #0093ce;
    color: #fff;
}
body.blue .featuredNews .datum {
    background-color: #0093ce;
}

/* News */

body.green div.newsBoxes1 div div.bg {
    background: #0093ce;
}
body.green .ie7 div.newsBoxes1 div div.bg,
body.green .ie8 div.newsBoxes1 div div.bg {
    filter: alpha(opacity=20);
}
body.green div.newsBoxes1 div a {
    color: #000;
}
body.green div.newsBoxes1 div p {
    color: #000;
    text-align: left;
}
body.green div.newsBoxes1 img {
    border-color: #0093ce;
}
body.green ul.newsBox02 li {
    background: #0093ce;
    padding: 0px;
}
body.green ul.newsBox02 li a {
    color: #fff;
}
body.green div.pager a {
    background: #0093ce;
}
body.green div.pager a.activeSlide {
    background: #fff;
}
body.green div.nivo-controlNav a.nivo-control {
    border-color: #fff;
}
body.green div.nivo-controlNav a.nivo-control.active {
    border-color: #3e372e;
}

/* SLIT SLIDER */

.sl-slider-wrapper {
}
.sl-slider-wrapper blockquote {
    border: 0px;
}

/* INFOBOX */

.infoBox {}
.infoBox img {
    float: left;
    width: 50%;
    margin: 10px;
}
.infoBox p {
    padding: 0px 0px;
    text-align: left;
}
.infoBox h4 {
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px dotted #7c7c7c;
}
.copy {
    font-size: 12px;
    text-align: center;
}

/* PORTFOLIO */

.mix img {
    border: 0px !important;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
.mix:hover {
    background-color: #00cacd;
    background-image: url(/images/template/temp58/bg-gallery.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mix:hover img {
    background-color: black;
    opacity: 0.2;
}
div.photoSwipeImages li {
    border: 0px !important;
    margin: 0px;
    background: none;
}
div.photoSwipeImages li a {
    margin: 0px;
}
#content > div > .content > .container {
    /*-webkit-transition: width 2s, height 2s, -webkit-transform 2s; 
    transition: width 2s, height 2s, transform 2s; */
    /*height:500px;*/
}
.mapa .details {
    width: 100% !important;
}
.social .inlineComponentEdit {
    height: 40px;
}
.social .inlineComponentEdit .inlineComponentButtonsWrapper {
    width: 220px;
}


/*FIX pre nadpisy*/

.SC_Item h1, .SC_Item h2, .SC_Item h3, .SC_Item h4, .SC_Item h5, .SC_Item h6{
color: black;
}


/*FIX Kosik*/
.container.product-perex .cena{
color: #000;
    font-size: 18px;
}

div.basketSmallBox{
top: 85px;
}

.basketBox a{
color:#000;
}

.variantsBox td{
border: none !important;
}

a.addToBasket{
padding: 5px;
    background-color: #000;
}


div.basketBox{
width: 90% !important;
     left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
    background-image: none !important;
}

div.basketBox table.basketListTable td {
    border: 0 none;
    font-size: 14px;
    padding: 1px;
    text-align: left;
}

div.basketSmallBox span.basketSmallPrice span {
	
	background-image: none;
	
}

.SC_Item *, .SC_ItemSelected *{
    color: #000 !important;
}

.box_heading{
    color: white;
    background-color: black;
    display: inline-block;
    top: -40px;
    position: relative;
    margin-bottom:0px;
    }

    .testimonials_content {
    overflow: inherit !important;}

    .podtrznik{
    display: block;
    width: 60px;
    height: 5px;
    background-color: red;
    margin: 0px auto;
}