
.sk-folding-cube{

  width: 40px;
  height: 40px;
 
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
    background: #FFF;
    color:#FFF;
    z-index: 99999;
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto !important;
}

.sk-folding-cube .sk-cube {
    background: #FFF;
    color:#FFF;
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
    z-index: 99999;
}



.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/** end the candy preloader**/



/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
    line-height: 1.33em;
    color: #7E7E7E;
}
h1 {
    color: #EEEEEE;
}

#reflection_fb_wrapper{
    display:none;
    text-align: center;
    bottom: 354px;
}

#sliderZero{
    top: 14px;
    position: absolute;
    left:0px;
}

#sliderTen{
    top: 14px;
    position: absolute;
    right:0px;
}


#questionForm .btn-primary:hover,#questionForm .btn-primary:focus,#questionForm .btn-primary:active,#questionForm .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
    border: none !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        opacity: 0;
        
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s linear;  
                transition: all 0.3s linear;
    }

    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/




/**end preloader**/

body{
    background: url(../images/bg.jpg);
}


.finalCardAlign{
    text-align: center;
}


.mobileDownBtn{
    position: absolute;
    left: 49%;
    top:5%;
    color:#FFF !important;
    top: 25px;
    text-align: center;
    position: static;
    height:15px;
    padding-top:0px;
    display:none;
    clear: both;
    cursor: pointer;
    font-weight:bold;
}

#mobileDownBtn2, #mobileDownBtn3{
    padding-top:30px;
}

.mobileDownBtn div.downArrow{
    color:#FFF !important;
}


.untillFinalCard{
    
    border-radius: 10px;
    padding: 5px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    height: 315px;
    max-width: 195px;
    margin: auto;
}

/* css start for owl slider*/

.clearBorder{
    transform: none;
    /**
    border: 2px solid red;
    **/
}

.disable{
    filter: grayscale(100%);
}

.addBorder{
    transform: scale(1.2) !important;
    z-index: 1000;
    position: relative;
}


a:hover, a:focus {
    text-decoration: none;
    color:#FFF;
}

.btn.next, .commonNext{
    border: 2px solid #f3958f;
    position: absolute;
    background: #f3958f;
    color: #FFF;
    top: 45%;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px 12px 5px;
    height: auto !important;
    z-index: 9000;
    text-align: center;
    cursor: pointer;
    right: -5%;
    top: 35%;
    border-radius: 4px;
}

.btn.save, .commonSave{
    border-radius: 4px;
    cursor: pointer;
    position: static;
    bottom: 0px;
    background: #f3958f;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    /* margin-top: 10px; */
    border-radius: 8px;
    z-index: 9000;
    border: 2px solid #f3958f;
    left: 47%;
    bottom: -10%;
    
    margin-top: 10px;
    
    width:63px;
}

.btn.prev, .commonPrev{
    border-radius: 4px;
    border: 2px solid #f3958f;
    position: absolute;
    background: #f3958f;
    color: #FFF;
    top: 45%;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px 12px 5px;
    height: auto !important;
    z-index: 9000;
    text-align: center;
    cursor: pointer;
    left: -5%;
    top: 35%
}

.owl-item{
    transition: all 0.5s linear;
}

.owl-carousel .owl-wrapper-outer{
    padding:50px 0px;
}

#owl-demo .item h5,#savedCardUl .item h5, #savedCardUl2 .item h5, #stage3ShowUl .item h5{
    display: inline-block;
    padding-left: 10px;
    color: #666;
}

#owl-demo .item h4,#savedCardUl .item h4, #savedCardUl2 .item h4, #stage3ShowUl .item h4{
    color: #666;
    font-size: 14px;
    padding: 8px 10px 5px 0px;
    margin: 20px 3px 5px;
    border-bottom: 1px solid #f0f0f0;
    display: inline-block;
}

#owl-demo .item p, #savedCardUl .item p, #savedCardUl2 .item p, #stage3ShowUl .item p{
    font-size: 11.2px;
    font-weight: 700;
    padding: 0 10px;
    margin: 10px 3px 0;
    display: flex;
}

#owl-demo .item, #savedCardUl .item, #savedCardUl2 .item, #stage3ShowUl .item{
    border-radius: 10px;
    padding: 5px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    height: 315px;
    max-width:195px;
    margin: auto;
    
}

#owl-demo .item img, #savedCardUl .item img, #savedCardUl2 .item img, #stage3ShowUl .item img{
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px 10px 0 0;
}


#stage2_next_btn,.smallNext{
    right:20%;
    top:45%;
}

#stage2_prev_btn,.smallPrev{
    left:20%;
    top:45%;
}

.addBorder div.item{
    box-shadow: 1px 1px 6px 3px #767676 !important;
}
    
/* css end for owl slider*/


/* The animation code */
@keyframes logoAnimation {
    from {filter: blur(20px); opacity: 0;}
    to {filter: blur(0px); opacity: 1;}
}

@keyframes fade {
    0%{opacity: 1; }
    70%{opacity: 0; }
  100%{ opacity: 1; }
}

.homeContainer{
    /**
    background: rgba(121, 85, 72, 0.44);
    **/
}

.baraja-demo h5, .staticCardStyle h5{
    display:inline-block;
    padding-left: 10px;
    color:#666;
}

.baraja-demo h4, .staticCardStyle h4{
    display:inline-block;
}


.clearfix{
    clear:both;
}

.cover_desc{
    font-size:18px;
}


#langBar li{
    display:inline-block;
    padding:10px;
    font-weight: bold;
}


.fb-share-button{
    margin-left: -20px;
}

#langBar a, #langBar li{
    color:#FFF !important;
    text-shadow: 1px 1px 5px #464646;
}

.epMargin{
    margin-top:7%;
    font-size:16px;
    font-weight:bold;
}

.coverBg{
    background: url(../images/cover_md.png) #1e2051 center center no-repeat;
    height:100%;
    width:100%;
    background-size: cover;
}

.coverLogo{
    max-width:100%;
    width: 67%;
    margin-bottom: 20px;
}

.logoBg{
    padding:20px;
    width:100%;
    display:inline-block;
    
}

.coverLogo2{
    max-width:100%;
    width: 30%;
    margin-bottom: 20px;
    animation-name: logoAnimation;
    animation-duration: 1.7s;
    animation-delay: 0s;
}

.coverEnterBtn{
    color:#000;
    /**
    text-decoration: underline;
    **/
    border-bottom: 3px solid #FFF;
    padding-bottom:5px;
    font-size: 20px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    
    font-weight: 500;
}

.coverEnterBtn:hover{
    color:#000;
    text-shadow: 0px 0px 5px #464646;
    text-decoration: none;
    border-bottom: 3px solid #464646;
    transition: 0.5s all linear;
}

.MarginTop20{
    margin-top:20px;
}

.coverBox{
    background: url(../images/cover_bg_01.jpg) center center no-repeat;
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
    background-size:cover;
    /**
    filter: blur(7px);
    **/
    filter: grayscale(70%) blur(0px);
    width:100%;
    height:100%;

}

.mask {
    width: 50%;
    height: 50%;
    border:10px solid #FFF;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index:10;
    overflow:hidden;
}


.coverContent{
    z-index:9888;
    position: relative;
    color:#FFF;
    padding:50px;
    text-align: center;
    
    animation-name: logoAnimation;
    animation-duration: 2.2s;
    animation-delay: 0s;
    /**
     text-shadow: 1px 1px 5px #aaa;
    **/
}

 .coverContent2{
    
    margin-top:160px;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    max-height: 380px;
    text-shadow: 0px 0px 5px #000;
     color:#FFF;
    text-align: center;
    
    animation-name: logoAnimation;
    animation-duration: 2.2s;
    animation-delay: 0s;
     
    /* leave spacing for the content in mobile*/ 
    margin-bottom: 50px;
}

.coverTitle{
    font-size:18px;
}


.textBlack{
    color:#000;
}


ul.baraja-container{
    height: 315px;
}

.textCenter{
    text-align: center;
}

.downArrow{
  font-size: 20px;
  animation-duration:1.7s;
  animation-iteration-count: infinite;
  color:#FFF;
}

#logo img{
    max-width: 125px;
}

#summaryScrollWrapper:hover .downArrow, #summaryScrollWrapper:hover #summaryBtn{
    color:#FFF;
    text-shadow: 1px 1px 6px #656391;
    transition: all 0.4s linear;
}

#summarySection{
    margin-bottom: 80px;
    display:none;
}

#summaryBtn{
    
    text-shadow: 1px 1px 5px #464646;
    padding: 0px 10px 0px 10px;
    border:none;
    /**
    color:#656391;
    **/
    color:#FFF;
    outline: none;
    background:transparent;
    font-size: 22px;
    letter-spacing: 2px;
}

#modal-modifications-stage .iziModal-header-title, #modal-final-stage .iziModal-header-title{
    text-align: center;
}


#creditList, #showCredit li{
    color:#FFF !important;
    padding:10px;
}

.ThrowButtons2{
    cursor: pointer;
   
    bottom: -45px;
    /**
    left: 46%;
    **/
    position: static;
    margin: auto;
    max-width: 63px;
    text-align: center;
    
    background: #f3958f;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    /* margin-top: 10px; */
    border-radius: 8px;
    z-index: 9000;
    border: 2px solid #f3958f;
}


.delButtons2, .commonDelButtons{
    cursor: pointer;
    
     position: static;
    margin: auto;
    max-width: 63px;
    text-align: center;
    
    bottom: -45px;
    left: 47%;
    background: #f3958f;
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px;
    /* margin-top: 10px; */
    border-radius: 8px;
    z-index: 9000;
    border: 2px solid #f3958f;
}

.delButtons{
    cursor: pointer;
    position: absolute;
    bottom: -45px;
    left: 34%;
    background: #f3958f;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    /* margin-top: 10px; */
    border-radius: 8px;
    z-index: 9000;
    border: 2px solid #f3958f;
    
}

.delButtons:hover, .delButtons2:hover, .ThrowButtons2:hover, .btn:hover, .commonPrev:hover, .commonNext:hover{
    background: transparent;
    color: #f3958f;
    border: 2px solid #f3958f;
    transition: all 0.25s linear;
    
}

.baraja-demo {
    /*
	width: 200px;
    */
	margin: 30px auto;
	color: #aaa;
}

.no-js .baraja-demo {
	width: auto;
}

.modal-modifications-ol{
    padding:20px;
}

#showCredit{
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 30px;
    font-style: italic;
}


#close{
    display:none;
}

#ShowFinalCard{
    padding:0px;
}

.nopadding{
    padding:0px;
}


.staticCardStyle{
  animation-duration: 2.2s;
}


#giveUpCards{
    text-align: center;
    font-size: 22px;
    margin-bottom:25px;
    color:#474669;
}


.formCheckbox:before{
    border:1px solid red;
    padding:10px;
    border-radius: 0px;
}

b{
    font-weight:bold;
}

#HaveDream label{
    font-size:16px;
}

.formCheckbox{
    margin-right:10px;
}

.ModalWarning{
    text-align: center;
}

.modal-modifications-content{
    padding:10px 20px;
}

.haveDreamLabel{
    font-size:16px;
    background:#7899ce;
    border:none;
}



.iziModal-overlay{
    z-index: 9998 !important;
}

.baraja-container li img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.baraja-container li.selected>img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.iziModal-overlay{
   
}

#modal-welcome .iziModal-content header {
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
}

#modal-welcome .iziModal-content section{
    padding: 30px;
}

#modal-welcome .iziModal-content section label[for="check"] {
    margin-bottom: 26px;
    font-size: 14px;
    color: #999;
    display: block;
}

.light span{
    background:#a08872;
}

#modal-welcome .iziModal-content section button:nth-child(1){
    border-radius: 3px 0 0 3px;
    background: #aaa;
}

#modal-welcome .iziModal-content section button:nth-child(2) {
    border-radius: 0 3px 3px 0;
}

#modal-welcome .iziModal-content section button {
    background: #9cd2c1;
    color: white;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    float: left;
}

#modal-welcome .iziModal-content section button {
    height: 46px;
    padding: 0;
}

#modal-welcome .iziModal-content section input:not([type="checkbox"]), #modal-custom .iziModal-content section button {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 26px;
    padding: 15px;
    font-size: 14px;
}


#modal-welcome .iziModal-content header a.active{
    background: #fff;
    color: #777;
}

#modal-welcome .iziModal-content header a {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 73px;
    vertical-align: middle;
    line-height: 73px;
}


.controlLeft,.controlRight{
    /**
    box-shadow: inset 0px 0px 20px rgba(255,255,255,0.3);
    **/
    border: 2px solid #f3958f;
    position: absolute;
    background: #f3958f;
    color: #FFF;
    top: 45%;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px 12px 5px;
    height:auto !important;
    z-index: 9000;
    text-align: center;
    cursor:pointer;
}


.gameIntroSub{
    text-align:center;
    font-size:20px;
}

.controlLeft:hover,.controlRight:hover{
    border:2px solid #f3958f;
    background:transparent;
    color:#f3958f;
    transition: all 0.25s linear;
}

.hidden{
    display:none;
}

.controlSave{
    /**
    box-shadow: inset 0px 0px 20px rgba(255,255,255,0.3);
    **/
    cursor:pointer;
    position: absolute;
    bottom: -30px;
    left: 44%;
    background: #f3958f;
    color: #FFF;
    font-weight:bold;
    padding: 5px 10px;
    /* margin-top: 10px; */
    border-radius: 8px;
    z-index: 9000;
    border:2px solid #f3958f;
}

.controlSave:hover{
    background:transparent;
    color:#f3958f;
    border:2px solid #f3958f;
    transition: all 0.25s linear;
}

.controlLeft{
    left:20px;
    
}

.controlRight{
    right:20px;
}


.commonRight{
    float:right;
}

.commonLeft{
    float:left;
}

.UntilIntro{
    text-align: center;
    font-size:13px;
}

#ShowFinalCard,#finalReflection{
    -webkit-transition: fadeInFromNone 0.5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


.commonHidden{
    display:none;
}

#finalReflection{
    margin-bottom:50px;
    margin-top:10px;
    text-align: center;
    background:url('../images/OI2OXM1.png') center center no-repeat;
    background-size:contain;
    /**
    color:#474669;
    **/
    color:#FFF;
    letter-spacing: 3px;
    padding: 23% 35% 20% 35%;
    font-size: 15px;
    line-height: 25px;
}

.light{
    padding-top:30px;
}

.untilFont{
    font-size:20px;
    font-weight:bold;
}

.normalCardUl{
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.normalCardUl li{
    margin:10px;
}

.staticCardStyle>img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.staticCardStyle>p{
    text-align: left;
}

.staticCardStyle{
    /**
    float:left;
    **/
    max-width: 200px;
    height: 310px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    cursor: pointer;
    background: #fff;
    pointer-events: auto;
    display: inline-block;
    margin:0px 10px;
    color:#aaa;
}

.commonLeftRight{
    position: absolute;
    top:50%;
    background: #FFF;
    padding:20px 10px;
}

.staticCardStyle img{
    width:100%;
}

#save_stage2, #save_stage3{
    display:none;
}

#stage2ShowCard, #stage3ShowCard{
    display:none;
}

#nav-prev2, #nav-next2, #nav-next3, #nav-prev3 {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 20px;
    display:none;
}

#SavedCard_stage2, #SavedCard_stage3{
    display:none;
}

.savedCardLayer{
    
    /**
    text-align: center;
    font-size:22px;
    font-weight:bold;
    color:#f3958f;
    bottom: 5px;
    left: 0px;
    right: 0px;
    position: absolute;
    **/
    
    text-align: center;
    font-size: 47px;
    font-weight: bold;
    color: #a77f89;
    bottom: 43%;
    left: 0px;
    right: 0px;
    position: absolute;
    opacity: 0.8;
    text-shadow: -3px -3px 3px #fff;
}

.baraja-demo h4, .staticCardStyle h4 {
	color: #666;
	font-size: 14px;
	padding: 8px 10px 5px 0px;
	margin: 20px 3px 5px;
	border-bottom: 1px solid #f0f0f0;
}

.baraja-demo p, .staticCardStyle p{
	font-size: 11.2px;
	font-weight: 700;
	padding: 0 10px;
	margin: 10px 3px 0;
    display: flex;
}



.baraja-demo ul.baraja-container li {
	border-radius: 10px;
	padding: 5px;
    
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.baraja-demo li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

#finalQuestion{
    font-size:42px;
    color:#986304;
    font-weight:bold;
    text-align: center;
    margin-top:50px;
    letter-spacing: 10px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{

    border:none !important;
    background: #7899ce !important;
    color: #FFF !important;
    font-weight: bold !important;
    padding: 0px !important;
    font-size: 18px !important;
}

#slider,#slider2{
    margin:30px 0px;
    border:none !important;
}

.ui-widget-header{
    
    /**
    background: #a3bde0;
    **/
}


.ui-widget-content{
    background:#a3bde0 !important;
}

#custom-handle, #custom-handle2 {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }

.ui-widget.ui-widget-content{
    /**
    border: 1px solid #795548;
    **/
}

.col-centered{
    float:none;
    margin-right:auto !important;
    margin-left:auto !important;
}

@media screen and (min-width: 1401px) {
    #finalReflection{
        font-size:18px;
        padding: 31% 32% 27% 32%;
    }
    
    #reflection_fb_wrapper{
        bottom: 344px;
    }
    
}

@media screen and (max-width: 1400px) {
    #reflection_fb_wrapper{
        bottom: 280px;
    }
}


@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width: 1199px) {

    .epMargin{
         margin-top: 5%;   
    }
    
    .coverContent2{
        margin-top:15%;
    }
    
    #finalReflection{
        font-size: 14px;
        line-height: 20px;
        padding: 24% 35% 21% 35%;
    }
    
    #reflection_fb_wrapper{
        bottom: 245px;
    }
    
    #giveUpCards{
        text-align: center;
        font-size: 22px;
        margin-bottom:25px;
        color:#474669;
    }

}

@media screen and (max-width: 960px) {
    
     #finalReflection{
        font-size: 12px;
        line-height: 18px;
        padding: 28% 32% 25% 32%;
        letter-spacing: 2px;
         
    }
    
    #reflection_fb_wrapper{
        bottom: 230px;
    }
    
    .coverLogo2{
        width:40%;
    }
    
     .controlSave{
        left:46%;
        bottom:-50px;
    }
    
    
  
    #stage2ShowCard,#stage3ShowCard,#savedCardDiv{
        margin-top:65px;    
    }
    
    
    
    #giveUpCards{
        text-align: center;
        font-size: 22px;
        margin-bottom:25px;
        color:#474669;
    }
    
}


@media screen and (max-width: 769px) {
     .controlSave{
        left:45%;
        bottom:-44px;
    }
    
    #reflection_fb_wrapper{
        bottom: 245px;
    }
    
    
    .coverBg{
        background: url(../images/cover_sm.png) #1e2051 top center no-repeat;
        background-size:contain;
    }
    
    .coverLogo2{
        width:60%;
    }
    
    #stage2ShowCard,#stage3ShowCard,#savedCardDiv{
        margin-top:55px;
    }
    
    .container > header, .main{
        max-width: none;
        padding:0px;
        width:100%;
    }
    
    #giveUpCards{
        margin-top:20px;
    }
    
    #giveUpCards{
        text-align: center;
        font-size: 22px;
        margin-bottom:25px;
        color:#474669;
    }
    
}

@media screen and (max-width: 670px) {
    #finalReflection{
        background-size:cover;
        padding: 38% 25% 35% 25%;
        font-size: 12px;
    }
    
    .coverLogo2{
        width:100%;
    }
    
    #reflection_fb_wrapper{
        bottom: 250px;
    }
}


@media screen and (max-width: 480px) {
    
    #sliderZero,#sliderTen{
        padding-top:3px;
        font-size: 11px;
        top:20px;
    }
    
    
    .btn.next, .commonNext{
        right:0px;
    }
    
    .btn.prev, .commonPrev{
        left:0px;  
    }
    
    .btn.save, .commonSave{
        left: 40%;
    }
    
    .delButtons2, .commonDelButtons{
        left:40%;
    }
    
    #stage2_next_btn, .smallNext{
        right:0px;
    }
    
    #stage2_prev_btn, .smallPrev{
        left:0px;
    }
    
    .coverContent2{
        margin-top:70px;
    }
    
    
    .gameIntroSub{
        font-size: 14px;
    }
    
    #langBar a, #langBar li{
        font-size: 12px;
        vertical-align: top;
    }
    
    .coverBg{
        background: url(../images/cover_xs.png) #1e2051 top center no-repeat;
        background-size:contain;
    }
    
    .light{
        padding:20px 5px;
    }
    
    .cover_desc{
        font-size:12px;
    }
    
    .coverLogo2{
        width:100%;
    }
    
    .MarginTop10{
        margin-bottom: 50px;
    }
    
    .logoBg{
        padding:5px;
    }
    
    .epMargin{
        margin-top:50px;
    }
    
    #finalReflection{
        /**
        background:none;
        padding:10px;
        **/
        background-size:cover;
        padding: 60% 12% 56% 12%;
        font-size: 12px;
    }
    
    #giveUpCards{
        text-align: center;
        font-size: 22px;
        margin-bottom:25px;
        color:#474669;
        text-shadow: 0px 1px 5px #fff;
    }
    
    .baraja-demo ul.baraja-container li{
        transform:none;
        transition: none;
    }
    
    #stage2ShowCard,#stage3ShowCard{
        margin-top:55px;
    }
    
    .controlLeft{
        left:-10px;
    }
    
    .controlRight{
        right:-10px;
    }
    
    .controlSave{
        left:40%;
        bottom:-45px;
    }
    
    #stage1{
        margin-bottom:20px;
    }
    
    #ShowFinalCard{
        text-align: center;
    }
    
    .normalCardUl li{
        float:none;
    }
    
    li>p{
        text-align: left;
    }
    
    .mobileDownBtn{
        left:44%;
        top:0px;
    }
    
    #mobileDownBtn1{
        padding-top:15px;
    }
}

@media screen and (max-width:375px) {
    .coverLogo2{
        width:80%;
        margin-top: 30%;
    }
    
    #reflection_fb_wrapper{
        bottom: 250px;
    }
    
}

@media screen and (max-width:375px) {
    .coverLogo2{
        width:80%;
        margin-top: 20%;
    }
    
}

@media screen and (max-width:320px) {
     #reflection_fb_wrapper {
        bottom: 225px;
    }
}