
body{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: 300;
}

.nodeco { text-decoration: none!important;}
.maintitle { font-size: 46px; }
.newh3     { font-size: 28px;}

h1,
h2,
h3,
h4,
h5{
    font-family: 'DM Serif Display';
}

ul li { padding-top: 10px;}


.classpd { margin-bottom: 10px;}

.classic { line-height: 2.2rem;}
.classic2 { font-size: 34px; font-weight: bold; }

.colorb {   }

.linkcina2       {  text-decoration: none; }
.linkcina:hover {  color:#f9e2e2; }
.redlink  { color: #d62a41; font-weight: bold; }

.miniflex { 
        display: flex;

}
.imgsideh { width: 8%; padding-right: 2%;}
.pepa{ width: 90%; font-size: 14px;}

h2{
    font-size: 40px;
    margin-bottom: 25px;
}

h2:after{
    content: "";
    width: 100px;
    height: 5px;
    display: block;
    background:  rgb(214, 42, 65);
    margin-top: 10px;
     
}

a{
    transition:all 0.5s ease 0s;
}

a:hover{
    text-decoration: none;
}

hr{
    margin: 70px 0;
}
/* ADD CUSTOME */
.bbox {
    font-weight: 600;
    color: #292c87;
    padding: 20px 0;
    border-bottom: 1px solid #9cd1ff;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 20px;
  }
  .bbox p {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-top: 17px;
    padding-left: 15px;
    font-weight: 600;
    color: #292c87;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif!important;

  }

b { font-weight:600;}

  .bbox .sec_left {
    width: 70%;
  }
.sec2 figure {
    margin: 20px auto;
  }

  /*prvi */
  figure.bbox_fig1 {
    width: 120px;
    height: 154px;
    background: url(../image/step-1.png) no-repeat;
      background-size: auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }

  figure.bbox_fig2 {
    width: 120px;
    height: 154px;
    background: url(../image/step-1-img.png) no-repeat;
      background-size: auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }

  /* Drugi element */
  
  figure.bbox_fig3 {
    width: 120px;
    height: 154px;
    background: url(../image/step-2.png) no-repeat;
      background-size: auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }

  figure.bbox_fig4 {
    width: 120px;
    height: 154px;
    background: url(../image/step-2-img.png) no-repeat;
      background-size: auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
  }
/* treci */
    figure.bbox_fig5 {
        width: 120px;
        height: 154px;
        background: url(../image/step-3.png) no-repeat;
        background-size: auto;
        background-size: contain;
        display: inline-block;
        vertical-align: top;
    }

    figure.bbox_fig6 {
        width: 120px;
        height: 154px;
        background: url(../image/step-3-img.png) no-repeat;
        background-size: auto;
        background-size: contain;
        display: inline-block;
        vertical-align: top;
    }



.bottom-mob-swow { display:none!important; }
.bottom-pc-show  { display: block!important;}

.only-red {
    color:    #212529;

    font-weight: bold;
}
.only-blue {
    color: #3c3cf9;
    font-weight: bold;
}
.blue-link {
    color: #3c3cf9;
    font-weight: bold;
    text-decoration: underline;

}

.red-link {
    color: #3c3cf9;
    font-weight: bold;
    text-decoration: underline;

}
.bold-black {
    font-weight: bold;
    text-decoration: underline;
    color:#000000!important;
}
.gray-bck { background-color: #e7e7e7;}

.red:hover { color: red;}

main{
    margin-top: 30px;
}

.steps5 { min-height: 300px!important; border-radius: 10px;}
.full-width5 { width:500px; height: auto; margin: 0px auto; }
.cimg { text-align: center; }

.full-width{
    width: 100%;
    
}
.borderr { border-radius:10px; border:3px solid rgb(214, 42, 65)!important;}

.btn-cta2{
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3ba226;
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    text-decoration: none;
    display: inline-block;
    width: 60%;
    text-align: center;
    border-radius:6px;
    font-size: 20px;
    margin: 20px auto;
    margin-bottom: 30px;
    text-shadow: none;
  }
  .btn-cta2:hover{
    color: #fff;
    background-color: #206d10;
    text-shadow: 1px 1px 15px rgba(255,255,255, 0.8);

  }

.mt20 { margin-top: 20px;}


.border2 {
   /* border:8px solid #FF9110; */
}
.full-width2 {
    width: 70%;
    margin: 0px auto;
}

.clear{
    clear: both;
}

.top-section{
    width: 100%;
    display: flex;
}

.top-section .name{
    color: #d62a41;
    font-size: 25px;
    padding: 10px 15px;
    background: #f2ded5;
    width: 30%;
}

.sidetitle  { font-size: 2rem; padding-top: 10px;}

.name h1{
    font-size: 25px;
    text-align: center;
}

.icon-wrp{
    padding: 17px 15px;
    background: #cb7f75;
    color: #fff;
    font-size: 15px;
    width: 275px;
    text-align: center;
    position: relative;
}

.icon-wrp:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 10px solid  #cb7f75;
    border-bottom: 9px solid transparent;
    display: block;
    position: absolute;
    right: -10px;
    top: 19px;
}

.flexer{
     display: flex;
}

.icon-wrp span,
.icon-wrp i{
    animation: blinker 0.8s linear infinite;
}

.top-section {
    background: #f2ded5;
}

.top-section .txt-wrp{
    padding: 17px 15px 17px 5px;
    width: 100%;
    overflow: hidden;
    background: #f2ded5;
    color:#d62a41;
}

.txt-wrp span {
    animation: marquee 25s linear infinite;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding-left: 6px;
}

.txt-wrp span:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}


@keyframes marquee {
    0% {
        margin-right: 0;
        transform: translateX(0%);
    }
    100% {
        margin-right: 0;
        transform: translateX(100%);
    }
    }

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

main .col-sm-8 a{
    background: #ef5252;
    padding: 0px 7px;
    display: inline-block;
    color: #fff;
    transition:all 0.5s ease 0s;
}

main .col-sm-8 a:hover{
    background: #ef5152;
    text-decoration: none;
    color: #fff;
}

.date-updated span{
    background: #f6f1f4;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 25px;


    color: rgb(67, 104, 224);
  font-family: "DM Serif Display";
  font-size: 16px;
  text-align: center;
}

.small-txt {
  font-size: 17px;
  margin: 0px auto;
  display: block;
  background-color: #f2ded5;
  padding: 10px 0px;
  width: 100%;
  font-weight: 700;
  color:#111111;
  text-align: center;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.borderr2 { border-top-left-radius: 10px; border-top-right-radius: 10px;}

.author-wrp{
    padding: 10px 5px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
    font-size: 12px;
    color: #9c9c9c;
}

.author-wrp img{
    border-radius: 150px;
    width: 30px;
}

.category{
    background: #F5ECB8;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}
.banerimg { max-width:500px;}
.quote__title{
    margin-bottom: 25px;
}
.oldcommentbox {
  border-radius: 25px;
  margin: 0px 0px 0px 10px;
  padding: 13px;
  background-color: rgba(240, 240, 240, 0.77);
  
}
.fbinputboxnew { display: flex; margin-bottom: 20px;}
.inputer{ 
  width: 100%;
    margin-left:8%;
       transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    background: #fff;
      background-color: rgb(255, 255, 255);
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    display: block;
    padding: 11px 15px;
    letter-spacing: .02em;
    color: #252a32;
    min-height: 22px;
    height: auto;
    font-size: 14px;
}
.fbname { color: rgb(59, 89, 152)!important;    text-shadow: transparent 0px 0px 0px; font-size: 16px!important;}

.cikaholder{ width: 50px;}
    .lazy22 { max-width: 49px;}
.container-wrapper {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
  }


.extraleft { margin-left: 24px;}


.links { color: #c63051; }

blockquote{
    line-height: 1.4;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 164, 28);
    margin: 10px 0px;
    padding: 20px;
    background-color: rgb(255, 252, 245);
    text-shadow: transparent 0px 0px 0px;
    font-style: italic;
    font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

blockquote ul li{
    padding-bottom: 10px;
}

.black{
    font-weight: 600;
}

.red{
    color: #ef5152;
    font-weight: 600;
}

.storyUpdate{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.storyUpdate span {
    background: #ef5252;
    padding: 10px 20px;
    color: #fff;
}

.storyUpdate:before,
.storyUpdate:after{
    content: "";
    width: 150px;
    height: 2px;
    background: #ef5252;
    display: inline-block;
    position: relative;
    top: -4px;
}


.storyUpdate:before{
    margin-right: 15px;
}

.storyUpdate:after{
    margin-left: 15px;
}

fieldset{
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow:  10px 10px 20px rgba(0,0,0,0.05);
}

legend{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    background: #ef5152;
    color: #fff;
    border-radius: 5px;
}

.verdict{
    background: #F6A197;
    padding: 25px;
    color: #fff;
    box-shadow:  10px 10px 20px rgba(246,161,151,0.1);
}

.verdict h3{
    margin-bottom: 25px;
}

.verdict p{
    margin-bottom: 0;
}

/*** Twitter *****/

.twitter-box{
    margin-bottom: 25px;
}

.twitter-wrp{
    position: sticky;
    top: 10px;
}

.blue{ color: rgb(68, 156, 244);}

.extrabord{ border-radius: 10px;}
.tbox{
 
    padding: 10px 15px;
    background-color: #f6f1f4;
    background: #f0f3f4;

}
.checkic { padding-left: 10px; width: 10px;}
.tbox h3 img { width:7%; margin-left: 20px;} 

.tbox h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
   display: flex;
  align-items: center;
}


.tbox span{
    font-size: 12px;
}

.tcont{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    background: #F7F7F7;
    padding: 20px;
}

.tcont img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}  

.tcont p{
    width: 77%;
}

.ticon{
    background: #EDEEF2;
    padding: 10px 20px;
}

.ticon ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.tboxn { border-radius: 0px;}

.ticon li{
    list-style: none;
    width: 25%;
    text-align: center;
    font-size: 13px;
}

.limited-wrp{
    background: #c2121f;
    width: 100%;
    margin-top: 100px;
    border: 5px dashed #fff;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

.limited-wrp h2{
    font-size: 70px;

    font-weight: 600;
    margin: 0;
    padding: 0;
}

.limited-wrp h2:after{
    display: none;
}


.offer-txt{
    text-align: center;
    width: 50%;
}

.offer-txt span{
    display: block;
}

.offer-txt a.btn-cta{
    padding: 10px 40px;
    font-size: 25px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 150px;
    background: #ffecef;
    color: #c63051;
    font-weight: 600;
    text-decoration: none;
}

.newcolo {  color:#ffffff!important; font-size: 18px;}
.comimg { max-width: 250px;  border-radius:10px!important; margin-top: 12px;}
.offer-txt a.btn-cta:hover{
    background: #EBF6EB;
    color: #333;
}

.source-wrp{
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
}

.source-wrp li{
    padding-bottom: 15px;
    list-style: none;
}

/***_FAQ_***/

.faq-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 10px auto 50px;
}

.faq-container > h2{
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > span{
    display: block;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #555;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.set > span i{
    float: right;
    margin-top: 2px;
}

.set > span.active{
    background-color:#f94d49;
    color: #fff;
    font-weight: 600;
}

.faq-content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
}

.faq-content p{
    padding:30px 20px 50px;
    margin: 0;
    color: #333;
}


footer{
    background: rgb(214, 42, 65);
    padding: 40px 30px 70px;
    text-align: center;
    color: #fff;
}

footer span{
    display: block;
}

footer a{
    color: #FFF;
    display: inline-block;
    padding: 15px 10px 25px;
}

footer a:hover{
    color: #EF5B5C;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
.top-section{
    flex-wrap: wrap;
}

.top-section .name{
    width: 100%;
    text-align: center;
}

.top-section .txt-wrp{
    width: 63%;
}

.limited-wrp img{
    width: 50%;
}

.limited-wrp h2{
    font-size: 43px;
}
}

@media only screen  and (max-width: 1200px) {




.icon-wrp,
.top-section .txt-wrp{
    width: 100%;
    display: none;
}

main {
    margin-top: 20px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 30px;
}

.top-section .txt-wrp {
    padding: 10px 15px 10px 5px;
}

.storyUpdate span{
    display: block;
}

.storyUpdate:before,
.storyUpdate:after{
    display: none;
}

.icon-wrp:after{
    display: none;
}


.soUrce{
    padding: 0 20px;
}

.twitter-box{
    margin-top: 25px;
}

.offer-txt,
.limited-wrp img {
    width: 100%;
}

.offer-txt{
    padding: 40px 0;
}

.accordion-container{
    width: 93%;
}



.set > span{
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set > span i{
    margin-left: 20px;
}

hr {
    margin: 20px 0;
}

footer{
    padding:20px 0 95px;
    font-size: 13px;
}

footer a {
    padding: 8px 5px;
    font-size: 15px;
}

footer span{
    margin-top: 30px;
}

.float-cta a{
    font-size: 16px!important;
}
}




strong {
    /* background-image: -webkit-gradient(linear,left top,right top,color-stop(100%,#ffaeae),color-stop(0,#fff));
    background-image: -webkit-linear-gradient(left,#ffaeae 100%,#fff 0);
    background-image: linear-gradient(to right,#ffaeae 100%,#fff 0);
    background-position: 0 80%; */
    background-repeat: repeat-x;
    background-size: 100% 23%;
    font-weight: bold;

}

.offer-link:hover {background-color: rgb(255, 164, 28); }

.float-cta {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background: #0000007d;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-cta a {
  
    background-color: rgb(255, 164, 28);
        padding: 5px 15px 7px;
        color: #fff;
        border-radius: 5px;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ffffff;
}

.content strong {
  background: none;
}



fieldset img {
  max-width: 60px;
  margin-right: 20px;
}

fieldset p {
  margin: 0;
  padding: 10px;
}

fieldset {
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}



.fancy-quote {
  border-left: 4px solid #f94d49;
  padding-left: 15px;
  font-style: italic;
}



@media only screen and (max-width: 1024px) {
.full-width2 {
    width: 100%;
    margin: 0px auto;
}

.small-txt{
    width: 100%;
    margin: 0px auto;
}
}

@media only screen and (max-width: 650px) {
    .srew  { display: block!important;}
    .d-none { display: block!important;}
    p { font-size: 18px!important; font-family: Montserrat!important; font-weight: 400;}
    .bottom-pc-show  { display: none!important;}
    .bottom-mob-swow { display: block!important; margin-top: -140px!important; }
h2 {font-size: calc(31px + 8 * ((100vw - 320px) / 960))!important;}
    .bbox .sec_right, .bbox .sec_left {
        width: 100%;
     
      }
    
    .bbox .sec_left {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .bbox {
        flex-direction: column;
      }
      .bbox p {
        font-size: 16px!important;
      }
      .bbox .sec_right figure {
        background-position: center;
        width: 335px;
        height: 235px;
        max-width: 100%;
      }
      .linkcina       {  text-decoration: none; }
      .linkcina:hover {  color:#f9e2e2!important; }

      .flexer{
        display: block;
   }
   .main-wrp { width: 100%;}
   .comments {    padding: 10px!important;}
   .odgovor  { margin-left: 40px!important;}
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1200px;}
.listam { list-style: none;}
.chekcimg { max-width: 100%;  }
.sideimg { max-width: 100%; margin:0px auto!important; width: 100%; text-align: center;}
.sidetitle {   color:#111111; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }
.mainimg { max-width:100%; border-radius: 10px;}
.starss  { width: 100%; max-width: 100px; padding-right: 20px;}
.listam  { padding-left: 0px!important;}
.pt20    {padding-top: 20px; }
.mbt     { margin: 10px auto!important;}


@media only screen and (max-width:830px) {
    .limited-wrp{
        flex-wrap: wrap;
        margin: 150px 0px 0;
    }
    .limited-wrp img {
        max-width: 100%;
    }
    .offer-txt a.btn-cta {
        padding: 10px 10px!important; 
        font-size: 20px;
        display: inline-block;
        margin-top: 20px;
        border-radius: 150px;
        background: #ffecef;
        color: #c63051!important;
        font-weight: 600;
        text-decoration: none;
    }
    .linkcina2 {
        color: #ffffff!important;
        text-decoration: none!important;
    }
    .nodeco { text-decoration: none!important;}
  /*  .limited-wrp { 
        background: #c2121f;
        width: 100%;
        margin-top: 100px;
        border: 5px dashed #fff;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .banerimg {
        max-width: 500px;
    }

.bottom-pc-show {
    display: block!important;
}
.offer-txt, .limited-wrp img {
    width: 50%;
}

.offer-txt {
    text-align: center;
    width: 50%;
}
*/
}


@media only screen and (max-width:500px) {
    .offer-txt a.btn-cta {
        max-width: 95%!important;
        font-size: 16px!important;
    }


}