/* montserrat-regular - latin_cyrillic v15 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/montserrat-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/montserrat-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/montserrat-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/montserrat-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* montserrat-bold - latin_cyrillic v15 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-bold.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/montserrat-bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/montserrat-bold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/montserrat-bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/montserrat-bold.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* oswald-regular-400 - latin_cyrillic v35 */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-regular.eot'); /* IE9 Compat Modes */
    src: local('Oswald Regular'), local('Oswald-Regular'),
        url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/oswald-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/oswald-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/oswald-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/oswald-regular.svg#Oswald') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* oswald-bold-700 - latin_cyrillic v35 */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-bold.eot'); /* IE9 Compat Modes */
    src: local('Oswald Bold'), local('Oswald-Bold'),
        url('../fonts/oswald-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/oswald-bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/oswald-bold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/oswald-bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/oswald-bold.svg#Oswald') format('svg'); /* Legacy iOS */
    font-display: swap;
}

body:not(.admin) {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #224229;
}

img {
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: middle; /* TODO: da se testwa */
    max-width: 100%; /* TODO: da se testwa */
}

a {
    color: #292254;
    text-decoration: underline;
    outline: 0; /* Removing The Dotted Outline */
    -webkit-tap-highlight-color: rgba(0,0,0,0);  /* Remove Gray Highlight When Tapping Links in Mobile Safari */
    /*cursor: pointer;*/
} /* ??? */

a:hover {
    text-decoration: none;
    color: #555;
}

/*nasko - 09/03/23*/
.buy {
    font-family: inherit;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 10px);
    box-sizing: border-box;
    background-color: #e2001a;
    color: #FFF;
    font-weight: bold;
    border: 5px solid #f6b2ba;
    border-radius: 25px;
    transition: 250ms ease-in-out background-color;
    cursor: pointer;
}
.buy:hover {
    color: #fff;
    background-color: #c60017;

}

/* 6dcff6 */

*:focus { outline: 0; }

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} /* clearfix */

.c { text-align: center; }

.r { text-align: right; }

hr {
    clear: both;
    height: 1px;
    background-color: #CCC;
    border: none;
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    color: #292254;
    font-weight: normal;
}
h1 { font-size: 35px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

p { line-height: 20px; }

.content ul {
    text-align: left;
    list-style-image: url(../svg/bullet.svg);
}

.content ul li,
.content ol li { padding: 5px; }

a.button {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #292254;
    background-color: #292254;
    color: #FFF;
    border-radius: 30px;
    text-decoration: none;
    margin: 20px;
}

a.button:hover {
    color: #292254;
    background-color: rgba(41, 34, 84, .1);
    cursor: pointer;
}

.content table {
    border-collapse: collapse;
    border: none;
    font-size: 12px;
}

.content table tr th {
    background-color: #008adb;
    font-weight: bold;
}

.content table tr th,
.content table tr td {
    padding: 10px;
}

@media all and (max-width: 480px) {
    h1, h2 { font-size: 24px; }
}

.mgPageGallery { padding: 10px 0; }

.mgPageGallery a {
    display: inline-block;
/*  width: 33.333333333%;*/
/*  box-sizing: border-box;*/
    padding: 5px;
}

.mgPageGallery a img { max-width: 100%; }

main hgroup {
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

main hgroup h2,
main hgroup p { margin: 0; }

main hgroup h2.orange { color: #FF4700; }
main hgroup h2.blue { color: #166F9A; }