@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);

@font-face {
    font-family: 'ee';
    src: url('../fonts/eucerina_europe-regular-webfont.eot');
    src: url('../fonts/eucerina_europe-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/eucerina_europe-regular-webfont.woff2') format('woff2'),
    url('../fonts/eucerina_europe-regular-webfont.woff') format('woff'),
    url('../fonts/eucerina_europe-regular-webfont.ttf') format('truetype'),
    url('../fonts/eucerina_europe-regular-webfont.svg#eucerina_europeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    height: 100%;
}

html, body {
    font-family: 'Oswald', sans-serif;
    background-color: #ced2e0;
    /*color: #223341;*/
    /*background-color: #d6d6e1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #525252;
    background: url(../img/bkgradient.png) repeat-x;
    min-height: 100%;
    padding-bottom: 20px;
}

body.edu32.account-page{
    background: url(../img/account-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.edu32.login-page{
    background: url(../img/login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.edu32.home-page{
    background: url(../img/home-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-family: 'ee', sans-serif;
    font-size: 32px;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: #525252;
}

.btn-regular, a:active, a:hover{
    text-decoration: none !important;
}

.anchor:hover {
    background-color: rgba(244, 244, 244, 0.25);
}

input:focus {
    outline: none;
}

.no-padd {
    padding-left: 0;
    padding-right: 0;
}

/*------------------------------Header------------------------------*/
header {
    font-weight: 300;
    font-size: 13px;
    line-height: 37px;
}

.counter, .logout a {
    background-color: #f4f4f4;
    border: 1px solid #cccccb;
    height: 37px;
    letter-spacing: 0.5px;
    font-size: 15px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);

    /*AKO PUCA BORDER GRADIENT NA IE ZAMENITI OVO ISPOD SA SOLID BOJOM*/
    border: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);

    border-image-slice: 1;
    line-height: 33px;
}

.logo1, .logo2 {
    height: 76px;
    display: flex;
    /*flex-direction: column;*/
}

.logo1 img, .logo2 img {
    width: auto;
    height: auto;
    margin-top: auto;
}

.logo2 img {
   margin-left: auto;
}

.pagetitle h1 {
    margin-top: 100px;
}

.pagetitle span {
    position: relative;
    color: #a6042b;
}

.pagetitle span img {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -72.5px;
}

.line {
    height: 1px;
    width: 100%;
    display: block;
    background-color: #525252;
    margin-top: 15px;
    margin-bottom: 20px;
    opacity: 0.2;
}

/*---------------CONTENT---------------*/
.content > article {
    padding: 0;
}

.content p {
    font-family: 'ee', sans-serif;
    font-size: 24px;
    line-height: 128%;
}

.btn-regular {
    display: block;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #525252;
    background-color: #f4f4f4;
    margin-top: 60px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);
    border-image-slice: 1;

}

.btn-regular:hover {
    background-color: rgba(244, 244, 244, 0.25);
}

.btn-regular img {
    margin: 5px;
    margin-bottom: 10px;
}

.btn-regular small {
    display: block;
}

/*---------------UNESITE KOD---------------*/
.face {
    position: fixed;
}

.face img {
    width: 100%;
}

.page-enter-code section article img, .page-enter-info section article img {
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
}

.page-enter-code section article p, .page-enter-info section article p {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    margin-top: 167px;
}

.input-login {
    width: 194px;
    height: 48px;
    display: block;
    float: left;
    font-size: 18px;
    text-align: center;
}

.btn-login {
    width: 48px;
    height: 48px;
    display: block;
    background-image: url(../img/button.jpg);
    float: right;
    background-position: 48px 0px;
    transition: all 0.25s ease-out;
}

.btn-login:hover {
    background-position: 0px 0px;
    transition: all 0.25s ease-out;
}

.page-enter-code .form-container form {
    width: 250px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*---------------UNESITE PODATKE---------------*/
.page-enter-info section article img {
    margin-top: 100px;
}

.page-enter-info section form div input, .page-enter-info section form div span {
    width: 100%;
    height: 27px;
    padding-left: 7.5px;
    display: block;
}

.page-enter-info section form p {
    padding-left: 20px;
    color: #a7a9ab;
    font-size: 14px;
    margin-bottom: 0;
}

.h-separator {
    height: 30px;
}

.tip {
    text-align: center;
    margin-top: 20px;
    color: #9ea0a2;
    font-size: 14px;
    font-family: 'ee', sans-serif;
}

.tip img {
    margin-bottom: 5px;
    margin-left: 2.5px;
}

.page-enter-info .anchor {
    margin-top: 10px;
    width: 130px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*---------------pg SPREMNI i pg CESTITAMO---------------*/
.page-ready .pagetitle, .page-congrats .pagetitle {
    color: #a6042b;
}

.page-ready .content article p span, .page-congrats .content article p span {
    color: #a6042b;
}

.page-ready .content p, .page-congrats .content p {
    line-height: 90%;
}

.anchor-small {
    color: #9ea0a2;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    margin-top: 15px;
}

.anchor-small:hover {
    color: #9ea0a2;
    text-decoration: line-through;
}

/*------------------Izbor poglavlja------------------*/

.page-chapters .face {
    right: 0;
}

.page-chapters h1 span {
    display: block;
}

.logout {
    text-align: center;
}

.logout a {
    text-transform: uppercase;
    color: #a6042b;
    width: 100%;
    display: block;
}

.logout a:hover {
    background-color: rgba(244, 244, 244, 0.95);
}

/*---------------CHAPTERS MENU---------------*/
/*--------------css menu---------------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    font-family: 'Oswald', sans-serif;
    margin-left: -10px;
}

#cssmenu > ul {
    /*width: 418px;*/
    background: transparent;
}

#cssmenu > ul > li > a {
    padding: 8px 10px 12px;
    font-size: 16px;
    color: #525252;
    font-weight: 100;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
    color: #a6042b;
}

#cssmenu ul li.has-sub > a::after {
    position: absolute;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 2px;
}

#cssmenu > ul > li.has-sub > a::after {
    top: 14px;
    background: transparent;
}

#cssmenu > ul > li.has-sub:hover > a::after,
#cssmenu > ul > li.has-sub > a:hover::after {
    background: transparent;
}

#cssmenu ul ul li.has-sub > a::after {
    top: 13px;
    background: #ffffff;
}

#cssmenu ul ul li.has-sub:hover > a::after,
#cssmenu ul ul li.has-sub > a:hover::after {
    background: #dddddd;
}

#cssmenu ul li.has-sub > a::before {
    position: absolute;
    right: 15px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    content: "";
}

#cssmenu > ul > li.has-sub > a::before {
    top: 16px;
    border-left-color: transparent;
}

#cssmenu ul ul li.has-sub > a::before {
    top: 15px;
    border-left-color: #2e353b;
}

#cssmenu ul {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#cssmenu ul ul {
    position: absolute;
    top: -19px;
    left: -9999px;
    width: 250px;
    background: #fff;
    opacity: 0;
    -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
    -o-transition: opacity 0.5s ease, -o-transform 0.5s ease;
    transition: opacity .5s ease, transform .2s ease;
    -webkit-transform: rotate3d(0, 1, 0, 45deg);
    -moz-transform: rotate3d(0, 1, 0, 45deg);
    transform: rotate3d(0, 1, 0, 45deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cssmenu ul li:hover > ul {
    left: 100%;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    margin-left: 15px;
    padding: 15px 0;

    box-shadow: 0 0 8px rgba(147, 149, 152, 0.25);
}

#cssmenu ul ul::after {
    position: absolute;
    left: -20px;
    top: 32px;
    z-index: 5;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    content: "";
}

#cssmenu ul ul li {
    padding: 15px;
    font-size: 16px;
    color: #525252;
    font-weight: 100;
    text-decoration: none;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #dddddd;
}

#cssmenu > ul > li {
    /*background-image: url('../img/line.png');*/
    background-repeat: repeat-x;
    padding-top: 2px;
    border-top: 1px solid #d8d8d8;
}

#cssmenu > ul > li:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 5px;
    border-top: 1px solid #fff;
}

#cssmenu ul ul li {
    background-image: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: 10px 18px;
}

#cssmenu > ul > li img {
    height: 15px;
    width: auto;
    margin-right: 10px;
    margin-bottom: -2px;
}

#cssmenu > ul > li.pass.has-sub > a {
    color: #39b54a;
}

#cssmenu > ul > li.pass.has-sub > a > img {
    width: 12px;
    height: auto;
    margin-bottom: 0;
}

.dec-arrow {
    float: right;
    width: 4px !important;
    height: 9px !important;
    margin-top: 3px;
}

.img-box {
    opacity: 0.5;
    width: 18px;
    height: 22px;
    margin-bottom: -2px;
    margin-right: 10px;
    background-image: url(../img/file-gray.png);
    background-position: 0px 0px;
    display: inline-block;
}

.pass .img-box {
    background-image: url(../img/file-green.png);
    opacity: 1;
}

#cssmenu .has-sub a:hover .img-box {
    background-image: url(../img/file-red.png);
    opacity: 1;
}

.arrow-box {
    width: 4px;
    height: 9px;
    background-image: url(../img/gt-gray.png);
    display: inline-block;
    float: right;
    margin-top: 8px;
}

.pass .arrow-box {
    background-image: url(../img/gt-green.png);
}

#cssmenu .has-sub a:hover .arrow-box {
    background-image: url(../img/gt-red.png);
}

#cssmenu > ul > li.pass.has-sub:hover > a {
    color: #a6042b;
}

.small-result {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}

.page-chapters h2 {
    color: #cd1041;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -10px;
    font-weight: 100;
    margin-top: 31px;
    margin-bottom: 18px;
}

#cssmenu > ul > li:last-child:not('.skip-last') {
    color: #525252;
    font-weight: 100;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 10px;
}

#cssmenu > ul > li:last-child span:not('.skip-last') {
    display: block;
    float: right;
    margin-right: 10px;
}

/*------------HALF PAGE IMG TEMPLATE----------*/
.content-img img {
    width: 100%;
    height: auto;
}

.content-box {
    font-family: 'ee', sans-serif;
}

.content-box p {
    background-image: url(../img/paragraph.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 5px;
}

.content-box ul {
    padding-left: 30px;
}

.content-box ul li {
    font-size: 16px;
}

.template .content {
    padding-top: 50px;
}

img[alt="prev"] {
    margin-left: 0;
}

img[alt="next"] {
    margin-right: 0;
}

.template .btn-regular {
    margin-top: 30px;
}

.content-img {
    padding-right: 0;
}

/*------------TEMPLATE 3column-7column img----------*/
.template h1 span {
    color: #a6042b;
}

.template h1 span {
    display: block;
}

.template .btn-regular {
    margin-top: 20px;
}

.template .line {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*------------TEMPLATE ffty fifty----------*/
.template-fifty-fifty .content p:first-child {
    background-image: url(../img/paragraph.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 15px;
    background-position: 0px 0px;
    background-size: 8px 16px;
}

.template-fifty-fifty .content p {
    background-image: none;
    padding-left: 20px;
}

.template-fifty-fifty .content-box img {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.template-fifty-fifty .line {
    margin-top: 20px;
    margin-bottom: 30px;
}

.template-fifty-fifty h1 span {
    display: inline;
}

/*------------TEMPLATE quarters----------*/
h4.no-background {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}

h4.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 5px;
}

h4.no-background span:before,
h4.no-background span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 9px;
    border-top: 1px solid #848184;
}

h4.no-background span:before {
    right: 100%;
}

h4.no-background span:after {
    left: 100%;
}

.quarters-container {
}

.quarter {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.quarter img {
    width: 100%;
}

.template-quarters p {
    background-image: none;
    padding-left: 0;
    margin-top: 20px;
    line-height: 110%;
}

/*------------TEMPLATE 2-8----------*/
.template-2-8 .btn-regular {
    margin-top: 100px;
}

.template-2-8 p, .template-full-height-img p {
    line-height: 128%;
}

/*------------TEMPLATE full height img----------*/
.template-full-height-img p {
    background-position: 0 0;
}

.template-full-height-img .prev-next {
    position: relative;
}

/*.template-full-height-img .btn-regular {*/
/*position: absolute;*/
/*margin-top: -100px;*/
/*}*/

/*.template-full-height-img .btn-next {*/
/*right: 8.33333333%;*/
/*margin-right: 8.33333333%;*/
/*}*/

/*------------TEMPLATE fifths----------*/
.template-fifths h4.no-background {
    border-left: 1px solid #848184;
    border-right: 1px solid #848184;
}

.template-fifths .content-box p, .template-4col-img .content-box p, .template-4col-img-2col-text .content-box p {
    background-position: 0px 0px;
    background-size: 8px 16px;
    margin-top: 10px;
    padding-left: 15px;
}

.template-fifths .btn-regular {
    margin-top: 40px;
}

/*------------TEMPLATE 4col img + lines----------*/
.photo-under {
    margin-top: -180px;
    z-index: -1;
}

.template-4col-img header, .template-4col-img-2col-text header {
    position: relative;
    z-index: 2;
}

.template-4col-img .content, .template-4col-img-2col-text .content {
    padding-top: 80px;
}

.template-4col-img h3, .template-4col-img-2col-text h3 {
    font-weight: bold;
    font-size: 18px;
    color: #cd1041;
    margin: 15px 0;
}

.template-4col-img h2, .template-4col-img-2col-text h2 {
    margin: 0;
    font-size: 18px;
}

.template-4col-img .content-box img, .template-4col-img-2col-text .content-box img {
    margin: 30px 0 10px;
}

.template-half-page-img-lines h4 {
    margin-top: 4px;
}

/*------------TEMPLATE thirds----------*/
.template-thirds .content-box p {
    margin-top: 20px;
    font-size: 20px;
}

.template-thirds .content-box p span {
    font-size: 16px;
    display: block;
}

.template-thirds .content-box img {
    margin-top: 0;
}

.template-thirds .btn-regular {
    margin-top: 10px;
}

/*------------QUIZES----------*/
.quiz .content {
    padding-top: 50px;
}

.quiz .content > div > div {
    margin-bottom: 15px;
}

/*------------QUIZ 1----------*/
.quiz1 .content > div > div {
    padding-left: 0;
}

.sentences {
    padding-top: 15px;
}

.sentence {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 300;
}

.sentence div {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 1px solid #cccccb;
    height: 30px;
    letter-spacing: 0.5px;
    line-height: 25px;
    vertical-align: middle;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);

    /*AKO PUCA BORDER GRADIENT NA IE ZAMENITI OVO ISPOD SA SOLID BOJOM*/
    border: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);

    border-image-slice: 1;
}

.quiz1 small, .quiz2 small, .quiz3 small, .quiz4 small, .quiz5 small, .quiz6 small {
    opacity: 0.67;
    /* letter-spacing: 1px; */
    padding-left: 2px;
    font-weight: 300;
    font-size: 16px;
}

.quiz1 ul, .quiz2 ul, .quiz3 ul {
    list-style: none;
}

.quiz1 ul li, .quiz2 ul li div, .quiz3 ul li div {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #cccccb;
    margin-bottom: 3px;
    color: #525252;
    line-height: 25px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);
    border-image-slice: 1;
}

.quiz1 .answers {
    height: 200px;
    overflow: auto;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: -10px !important;
}

.quiz1 .btn-regular {
    margin-top: 45px;
}

/*------------QUIZ 2----------*/

.filters > div {
    text-align: center;
    border: 1px hsla(0, 0%, 90%, 1) dashed;
    padding-top: 15px;

    background: #fcfcfc;
    background: -moz-linear-gradient(top, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#cecfd0', GradientType=0);

}

.filters > div div {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 1px solid #cccccb;
    height: 40px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 10px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);

    /*AKO PUCA BORDER GRADIENT NA IE ZAMENITI OVO ISPOD SA SOLID BOJOM*/
    border: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);

    border-image-slice: 1;
}

.quiz2 ul li div {
    height: 40px;
    line-height: 35px;
}

.quiz2 .answers {
    height: 250px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.quiz2 .btn-regular {
    margin-top: 30px;
}

.quiz2 .off {
    background-color: hsla(0, 0%, 90%, 1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(147, 149, 152, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(147, 149, 152, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(147, 149, 152, 0.2);
}

/*------------QUIZ 3----------*/
.boxes .row div > div {
    height: 30px;
    text-align: center;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 1px solid #cccccb;
    height: 40px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 10px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);

    /*AKO PUCA BORDER GRADIENT NA IE ZAMENITI OVO ISPOD SA SOLID BOJOM*/
    border: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);

    border-image-slice: 1;
}

.boxes .row {
    border: 1px hsla(0, 0%, 90%, 1) dashed;
    padding-top: 15px;

    background: #fcfcfc;
    background: -moz-linear-gradient(top, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(206, 207, 208, 0.05) 0%, rgba(252, 252, 252, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#cecfd0', GradientType=0);
}

.boxes .row p {
    font-size: 16px;
    padding-left: 10px;
}

.quiz3 .answers {
    height: 280px;
}

/*------------QUIZ 4----------*/
.claim .btn-group {
    float: right;
    width: 144px;
}

.quiz12 .claim .btn-group {
    float: right;
    width: auto;
}

.claim p {
    float: left;
    display: block;
    width: 80%;
    font-size: 18px;
    line-height: 30px;
}

.quiz4 .btn:active, .quiz4 .btn.active {
    background-color: #ccc;
    border: 1px solid #cccccb;
    border-radius: 0;
    color: #39b54a;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.claim {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    border-bottom: 1px hsla(0, 0%, 90%, 1) dashed;
}

.quiz4 .btn {
    width: 72px;
    margin-left: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(147, 149, 152, 0.4);

    /*AKO PUCA BORDER GRADIENT NA IE ZAMENITI OVO ISPOD SA SOLID BOJOM*/
    border: 1px solid transparent;

    -moz-border-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccb 100%);
    border-image: linear-gradient(to bottom, #f4f4f4 0%, #cccccb 100%);

    border-image-slice: 1;
}

.quiz4 .btn-group .btn:first-child {
    margin-left: 0;
}

.quiz4 .content > div > div {
    margin-bottom: 10px;
}

.quiz4 .btn {
    padding: 3px 12px;
}

.btn-false.active {
    color: #a6042b !important;
}

/*------------QUIZ 6----------*/
.boxes-empty p {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 2px;
    margin-top: 2px;
}

.boxes-empty p span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.boxes-empty .row div div {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(82, 82, 82, 0.2);

}

.square {
    width: 100%;
}

.product-container {
    float: left;
    padding-top: 15px;
}

.boxes-products .row {
    overflow: visible;
    padding-left: 10px;
    background: rgba(233,233,241,1);
    background: -moz-linear-gradient(top, rgba(233,233,241,1) 0%, rgba(188,188,195,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,241,1)), color-stop(100%, rgba(188,188,195,1)));
    background: -webkit-linear-gradient(top, rgba(233,233,241,1) 0%, rgba(188,188,195,1) 100%);
    background: -o-linear-gradient(top, rgba(233,233,241,1) 0%, rgba(188,188,195,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,233,241,1) 0%, rgba(188,188,195,1) 100%);
    background: linear-gradient(to bottom, rgba(233,233,241,1) 0%, rgba(188,188,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9f1', endColorstr='#bcbcc3', GradientType=0 );
}

.product-container .square span {
    display: block;
    padding: 0 4px;
    text-align: center;
    margin-bottom: 5px;
}

.product-container .square img {
    /*width: 100%;*/
    max-height: 200px;
}

.boxes-products .row {
    height: 217px;
}

.product-container .square::after {
    padding-bottom: 0;
}

#products {
    padding-left: 0;
    padding-right: 0;
}

/*------------QUIZ 5, Da 5 ide posle 6, ljudi grese----------*/
.quiz5 .content > div > div {
    margin-bottom: 0;
}

.quiz5 .boxes-products .row {
    height: 250px;
}

.quiz5 .boxes-empty p {
    margin-bottom: 0;
    margin-top: 0;
}

.quiz5 #products {
    margin-top: 5px;
}

/*------------M E D I A----------*/
/*------------Q U E R Y----------*/

@media (max-width: 1200px) {
    .template-full-height-img .btn-regular {
        position: absolute;
        margin-top: -50px;
    }
}

.content-box p {
    background-position: 0 0px;
}

.template-full-height-img-bnt-normal .col-sm-6 .img-responsive {
    margin-top: 60px;
}

/*======= Added =======*/
.euc-red {
    color: #a6042b !important;
}

.euc-red2 {
    color: #a6042b !important;
    display: inline !important;
}

.euc-red3 {
    color: #a6042b !important;
    display: block !important;
}

.euc-gray {
    color: #525252 !important;
}

.euc-gray2 {
    color: #525252 !important;
    display: inline !important;
}

.euc-gray3 {
    color: #525252 !important;
    display: block !important;
}

.euc-cyan2 {
    color: #0098A3 !important;
    display: inline !important;
}

.content-box .text {
    font-size: 18px;
}

.content-box p {
    min-height: 28px;
}

.relative {
    position: relative;
}

.abs-box {
    position: absolute;
    margin-top: -100px;
    width: 100%;
}

.template-full-height-img-bnt-normal .col-sm-6 .img-responsive {
    margin: 0 auto;
}

.square {
    min-height: 100px;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

h4.no-background span {
    vertical-align: sub;
}

.template-half-page-img-lines h4 {
    margin-top: 1px;
}

/*======= Quiz 5 & 6 =======*/

.product-container img {
    margin: 0 auto;
}

.quiz5 img, .quiz6 img, .quiz14 img{
    max-height: 200px;
}

.square img {
    margin: 0 auto;
}

.products-box {
    margin: 0 15px;
    padding: 15px;
    overflow-x: scroll !important;
}

.products-box img {
    float: left;
    margin-right: 15px;
}

.products-image-wrap {
    min-width: 1000px;
}

.ui-draggable-dragging {
    cursor: move !important;
}

.target-box img:hover, .source-box img:hover {
    cursor: pointer;
}

/*======= MQ =======*/
@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .square {
        min-height: 100px;
    }
}

@media (min-width: 1200px) {
    .square {
        min-height: 150px;
    }
}

@media (min-width: 1600px) {
    .square {
        min-height: 200px;
    }
}

/*======= Info box =======*/
#info-box {
    font-family: 'ee';
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #a6042b;
    color: #fff;
    font-size: 18px;
    z-index: 99999;
}

#info-box p {
    margin: 20px;
}

#info-box a {
    position: absolute;
    color: #fff;
    top: 25px;
    right: 10px;
    font-family: 'HN', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.quiz4 .btn:active, .quiz4 .btn.active {
    color: inherit;
}

.btn-false.active {
    color: inherit !important;
}

li.outside {
    font-size: 16px;
    font-family: 'oswald', sans-serif;
    font-weight: 300;
    padding: 16px 24px 13px 37px !important;
}

li.outside span:not('.skip-last') {
    float: right;
}

.outside > a {
    padding: 0 !important;
    color: #cd1041 !important;
    font-weight: 500;
}

/****** Loader ********/
#loader {
    background-color: rgb(255, 255, 255);
    /*background-color: rgba(51, 51, 51, .9);*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 88888888;
    text-align: center;
    display: block;
}

#loader img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*CHECKBOX*/
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    /*margin: 5px;*/
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 21px;
    background-image: url(../img/paragraph.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 15px;
    margin-top: 15px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
    float: right;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #a6042b;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: none;
}

.nowrap-container > div {
    white-space: nowrap;
    overflow: hidden;
}

.draggable:hover {
    cursor: pointer;
}

.ui-draggable-dragging {
    cursor: move !important;
}

.quiz-text .ui-draggable-dragging {
    background-color: #eee;
    list-style: none;
    width: auto;
    text-align: center;
    min-width: 150px;
    padding: 5px;
}

.quiz-text.quiz2 .ui-draggable-dragging {
    padding: 10px 5px;
}

.quiz-text .over {
    background-color: #00cc66;
    color: #fff;
}

.quiz-text .over-danger {
    background-color: #a6042b;
    color: #fff;
}

.draggable:hover {
    cursor: pointer;
}

ul.droppable {
    min-height: 100px;
}

::selection {
    background: transparent;
/ WebKit / Blink Browsers /
}

::-moz-selection {
    background: transparent;
/ Gecko Browsers /
}

.padding-hor-0 {
    padding-left: 0;
    padding-right: 0;
}

.solutions .content-box > div {
    padding-left: 20px;
}

.solutions .content p {
    padding-left: 0;
    background-image: none;
    line-height: 150%;
    font-size: 16px;
}

.solutions .content h3 {
    margin-top: 0;
}

.solutions .content-box p span {
    color: #39b54a;
    font-weight: 700;
}

.solutions hr {
    border-top: 1px solid #E2E2E2;
    margin-bottom: 30px;
    margin-top: 30px;
}

.solutions h3 {
    font-size: 24px;
}

.solutions .content-box p:hover {
    text-decoration: underline;
    cursor: default;
}

.solutions .content-box h3:hover {
    cursor: default;
}

.solutions h3 {
    color: #a6042b;
}

/****** Quiz 7 ********/

.cont3 {

}

.info3 {
    text-align: center;
}

.prod3 {
    width: 100%;
    margin-bottom: 10px;

}

.prod3:hover {
    cursor: pointer;
}

.prod3.active {
    border: 2px solid transparent;
    -moz-border-image: -webkit-linear-gradient(top left, #1bbf8a 0%, #177d1b 100%);
    -moz-border-image: -o-linear-gradient(top left, #1bbf8a 0%, #177d1b 100%);
    -moz-border-image: linear-gradient(to bottom right, #1bbf8a 0%, #177d1b 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #1bbf8a 0%, #177d1b 100%);
    border-image: linear-gradient(to bottom right, #1bbf8a 0%, #177d1b 100%);
    border-image-slice: 1;
}

.cont3 {
    border: 1px solid lightgray;
    padding: 10px 3px 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,ededed+100 */
    background: rgb(254, 254, 254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(237, 237, 237, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(237, 237, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0); /* IE6-9 */
}

.info3 {
    margin-bottom: 5px;
}

.template-video .btn-next {
    display: none;
}

.template-imgfullwidth .line2{
    margin-top: 20px;
    margin-bottom: 10px;
}

/*======= Quiz 14 =======*/
.quiz14 .boxes-empty p{
    font-size: 19px;
}

.submit-report{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/bg-transparent.png) repeat;
    display: none;
}

.submit-report img{
    position: fixed;
    width: 250px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -125px;
}

.child-marker p{
    padding-left: 15px;
}

.fs-26, .fs-26 p{
    font-size: 26px !important;
}

.fs-24, .fs-24 p{
    font-size: 24px !important;
}

.fs-22, .fs-22 p{
    font-size: 22px !important;
}

.fs-20, .fs-20 p{
    font-size: 20px !important;
}

.fs-18, .fs-18 p{
    font-size: 18px !important;
}

.fs-16, .fs-16 p{
    font-size: 16px !important;
}

.fifth {
    width: 20% !important;
}

.answer-text {
    font-family: 'ee', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

/*Yellow bulletin*/
/*section ul {*/
/*    list-style: none;*/
/*}*/

/*section ul li::before {*/
/*    content: "\2022";*/
/*    color: #ff9933; !* Change the color *!*/
/*    font-weight: bold; !* If you want it to be bold *!*/
/*    display: inline-block; !* Needed to add space between the bullet and the text *!*/
/*    width: 1em; !* Also needed for space (tweak if needed) *!*/
/*    !*margin-left: -1em; !* Also needed for space (tweak if needed) *!*!*/
/*}*/

