﻿/*#region -- TAG element */
body {
    color: #3E5153;
}

h1 { font-size: 2.6rem; font-weight: 600; color: #3E5153; }
h3 { color: white; }
h6 { font-size: 12px; font-weight: bold; }
/*#endregion*/

/*#region -- My Colours */
.mc-green { color: #37B373; }
.mc-bg-green { background-color: #37B373; }
.mc-bg-light { background-color: #f4f4f4; }
/*#endregion*/

.bold {
    font-weight: bold;
}

.footerAnchor {
    color: white;
    text-decoration: none;
}

.cmplz-obfuscate {
    direction: rtl;
    unicode-bidi: bidi-override;
    white-space: nowrap;
}

#mainLogo {
    width: 310px;
    height: 140px;
    background-image: url('../images/bg.logo.png');
    background-repeat: no-repeat;
    background-position: center;
}
    #mainLogo:hover {
        cursor: pointer;
    }

#mainMenu {
    min-height: 115px;
}
.menuItem {
    color: #3E5153;
    background-color: white;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
    .menuItem:hover, .active {
        color: white;
        background-color: #37B373;
    }

#breadcrumb {
    background-image: url(../images/bg-breadcrumbs.jpg);
    background-repeat: no-repeat;
}
.breadcrumb > .active {
    background-color: transparent;
    color: white;
}
.breadcrumb a {
    color: #37B373;
}

#ceskouRukou {
    min-height: 600px;
    background-image: url('../images/bg-country.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 200px;
    color: white;
}

#footer {
    background-color: #252525;
    color: white;
    padding: 15px;
    text-align: center;
}


/* py mb */