body{
    background: #f2eae6 url("../img/test.jpg") no-repeat fixed;
    background-size: cover;
    color: #222;
    /*background: #a3c7d7; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top, #a3c7d7 1%, #e5acbf 50%, #96b9cc 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, #a3c7d7 1%,#e5acbf 50%,#96b9cc 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, #a3c7d7 1%,#e5acbf 50%,#96b9cc 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c7d7', endColorstr='#96b9cc',GradientType=0 ); !* IE6-9 *!*/


    /*background: #a3c7d7; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left,  #a3c7d7 1%, #e5acbf 50%, #96b9cc 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left,  #a3c7d7 1%,#e5acbf 50%,#96b9cc 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right,  #a3c7d7 1%,#e5acbf 50%,#96b9cc 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c7d7', endColorstr='#96b9cc',GradientType=1 );*/

}

.grecaptcha-badge {
    visibility: hidden;
}

.fixed_bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 0 !important;
    box-shadow: 1px 1px 15px #565656;
    max-height: 41px;
    background: #fdf6df;
}
.fixed_bar h3 {
    font-weight: bold;
    font-size: 17px;
    color: #2a377d;
    padding-top: 10px;
    padding-right: 20px;
    letter-spacing: -0.4px;
}



.v_left {
    background: #232323 url("../img/flag_back.png") top left no-repeat;
    min-height: 664px;
    height: 100%;
    color: #FFF;
    padding-top: 5%;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0 0 10px 1px #222;
    -moz-box-shadow: 0 0 10px 1px #222;
    box-shadow: 0 0 10px 1px #222;
}
.v_left h2 {
    font-size: 28px;
    color: #ffb100;
}
.directions {
    margin-bottom: 25px;
}
.directions li {
    margin-bottom: 20px;
    padding-left: 5px;
    /*color: #e6e6e6;*/
    color: #ddfde9;
}
.directions li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
.warning-text {
    color: #ff8383;
}

.yellow-text {
    color: #ffff00;
}

.language_switcher {
    margin-top: 20px;
    margin-bottom: 15%;
}
.language_switcher .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
    box-shadow: none;
}

.v_nav {
    /*display: block !important;*/

}

.v_nav a {
    min-height: 110px !important;
}
.v_nav img {
    /*max-width: 300px !important;*/
}


.v_form {
    background: rgba(255,255,255,0.8);
    background: rgba(10,152,67, 0.35);
    border: 1px solid #ccc;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 15px 0px #9a9a9a;
    -moz-box-shadow: 0px 1px 15px 0px #9a9a9a;
    box-shadow: 0px 1px 15px 0px #9a9a9a;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.v_form .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}
.v_form .navbar-nav {
    display: inline-block;
    flex-direction: row;
}
.v_form .nav-tabs {
    border: none;
    padding-left: 25px;
}
.v_form .nav-tabs .badge {
    border-radius: 50%;
    background: #FFF;
    color: #444;
}
.v_form .nav-tabs a.active {
    margin-top: -10px;
    padding-top: 17px;
}
.v_form .nav-tabs a.active .badge {
    background: #444;
    color: #fff;
}
.v_form .nav-tabs a {
    color: #D2D2D2;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    background: #0d3625;
}
.v_form .nav-tabs a:hover {
    border-color:transparent;
}
.v_form .nav-tabs a.active:hover{
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link.disabled {
    /*color: #ccc;*/
    color: #5b7b2f;
    /*background: #0d3625;*/
    /*background: #8fa565;*/
    /*background: #add5a8;*/
}
.v_form .nav-tabs>li.active>a, 
.v_form .nav-tabs>li.active>a:focus, 
.v_form .nav-tabs>li.active>a:hover {
    background: #fff;
    color: #222;
}
.v_form .panel-heading li.active .badge{
    background: #444 !important;
    color: #fff;
}
.v_form .tab-content {
    background: rgba(255,255,255,0.96);
    position: relative !important;
}
.v_form .tab-content .form {
}

.v_form label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #222;
}
.v_form .form-control {
    border-width: 2px;
}
.v_form .form-control:active,
.v_form .form-control:focus {
    border-color: #b5b6b8;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px) !important;
}

.pay_r {
    /*background: #83cdc8;*/
    background: #fffaef;
    box-shadow: -1px 1px 6px 0px #ccc;
    padding: 20px 15px;
}


.info_box {
    padding: 15px 15px;
    background: #efefef;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #d6d6d6;
}

.info_box label {
    font-size: 10px;
    color: #ff4f0c;
}
.info_box p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.payment_list {
    margin-bottom: 5px;
}
.payment_list h3 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #525252;
}
.payment_list ul {
    /*background: #f1f1f1;*/
    padding: 10px;
}
.payment_list ul li a {
    margin-right: 10px;
    display: inline-block;
}

.list-group-item strong {
    color: #808080;
}

.list-group-item {
    color: #8e8e8e;
}


@media screen and (min-width: 780px) {
    #sticky-sidebar {
        position: fixed;
        max-width: 25%;
    }
}



.hvr-pop {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    vertical-align: middle;
    margin-right: 5px;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-name: hvr-pop;
    animation-timing-function: linear;
}
@keyframes hvr-pop {
    50% {
        transform: scale(1.2);
    }
}


button.hvr-pop {
    border: none;
    background: none;
    cursor: pointer;
}
button.hvr-pop:active,
button.hvr-pop:focus{
    /*box-shadow: none;*/
    outline: none;
}

.hvr-pop img {
    /*border-radius: 60%;*/
    /*border: 2px solid #888;*/
    box-shadow: 2px 2px 10px #d4d4d4;
    width: 70px !important;
    height: 70px !important;
}

.no_selected_payment_option {
    border: 3px solid #efefef;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}
.no_selected_payment_option h3{
    font-size: 16px;
    margin: 0;
    color: #c5c5c5;
    font-weight: normal;
    line-height: 20px;
}
.selected_payment_option {
    border: 3px solid #c7f3d0;
    background: #c9fbcb;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0;
    text-align: center;
}
.selected_payment_option h3{
    font-size: 16px;
    margin: 0;
    color: #c5c5c5;
    font-weight: normal;
    line-height: 20px;
}
.selected_payment_option .sel_option ul {
    border: none;
    background: transparent;
}
.selected_payment_option .sel_option ul li {
    border: none;
    padding: 0;
    background: transparent;
}
.selected_payment_option .sel_option ul li p {
    padding: 20px 10px;
    margin-bottom: 0;
    color: #3a3939;
    font-weight: bold;
    font-size: 20px;
}
.selected_payment_option .sel_option ul li img {
    max-width: 70px;
}
.option_name {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



















.overlay{position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background-color: rgba(255,255,255,0.95);}
.overly-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.overly-content h4 {
    position: absolute;
    top: 60%;
    color: #5a5a5a;
    font-size: 18px;
    width: 100%;
    text-align: center
}



.sk-cube1.sk-cube:before {
    background: #f3981b !important;
}
.sk-cube2.sk-cube:before {
    background: #FFF !important;
}
.sk-cube3.sk-cube:before {
    background: #327b00 !important;
}
.sk-cube4.sk-cube:before {
    background: #d72f07 !important;
}

.sk-folding-cube {
    margin: 25% auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.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%;
    border: 1px solid #efefef;
}
.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;
        }
}

/* AngularJS Form validation styling */
.validation.help-block {
    color: #E07676;
    font-style: italic;
}

/* invalid & (dirty or touched) => red -- CSS3 only */
.ng-invalid.ng-dirty:not(:focus),
.ng-invalid.ng-touched:not(:focus) {
    border-color: #e74c3c;
}

/* valid & dirty => green */
.ng-valid.ng-dirty.ng-touched {
    border-color: #2ecc71;
}

/* error display font italic, text-danger is red in BS */
.validation.text-danger {
    font-style: italic;
}



.modal-container, .modal-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}


.md-modal .btn:hover {
}
.md-modal .close_button {
    overflow: hidden !important;
}
.md-modal .md-close {
    cursor: pointer !important;
    float: right !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 5px !important;
}
.md-modal .md-close:focus {
    outline: none !important;
}
.md-modal .md-close span {
    color: #FFF !important;
    font-size: 30px !important;
    line-height:1 !important;
}

.modal-show {
    visibility: visible !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 1051 !important;
}
.modal-overlay {
    height: 100% !important;
    visibility: hidden !important;
    z-index: 1050 !important;
    opacity: 0 !important;
    background: rgba(0, 0, 0, .5) !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
}
.modal-show~.modal-overlay {
    opacity: 1 !important;
    visibility: visible !important;
}
.modal-content {
    position: relative !important;
    margin: 30px auto !important;
    min-width: 320px !important;
}
.modal-scrollbar-measure {
    position: absolute !important;
    top: -9999px !important;
    width: 50px !important;
    height: 50px !important;
    overflow: scroll !important;
}
.modal-effect-1 .modal-content {
    -webkit-transform: scale(.7) !important;
    -moz-transform: scale(.7) !important;
    -ms-transform: scale(.7) !important;
    transform: scale(.7) !important;
    opacity: 0 !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
}
.modal-show.modal-effect-1 .modal-content {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}
.modal-effect-2 .modal-content {
    -webkit-transform: translateX(20%) !important;
    -moz-transform: translateX(20%) !important;
    -ms-transform: translateX(20%) !important;
    transform: translateX(20%) !important;
    opacity: 0 !important;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9) !important;
    -moz-transition: all .3s cubic-bezier(.25, .5, .5, .9) !important;
    transition: all .3s cubic-bezier(.25, .5, .5, .9) !important;
}
.modal-show.modal-effect-2 .modal-content {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}
.modal-effect-3 .modal-content {
    -webkit-transform: translateY(20%) !important;
    -moz-transform: translateY(20%) !important;
    -ms-transform: translateY(20%) !important;
    transform: translateY(20%) !important;
    opacity: 0 !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
}
.modal-show.modal-effect-3 .modal-content {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}
.modal-effect-4 .modal-content {
    -webkit-transform: scale(0) rotate(720deg) !important;
    -moz-transform: scale(0) rotate(720deg) !important;
    -ms-transform: scale(0) rotate(720deg) !important;
    transform: scale(0) rotate(720deg) !important;
    opacity: 0 !important;
}
.modal-effect-4 .modal-content, .modal-show.modal-effect-4~.modal-overlay {
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    transition: all .5s !important;
}
.modal-show.modal-effect-4 .modal-content {
    -webkit-transform: scale(1) rotate(0) !important;
    -moz-transform: scale(1) rotate(0) !important;
    -ms-transform: scale(1) rotate(0) !important;
    transform: scale(1) rotate(0) !important;
    opacity: 1 !important;
}
.modal-effect-5.modal-container {
    -webkit-perspective: 1300px !important;
    -moz-perspective: 1300px !important;
    perspective: 1300px !important;
}
.modal-effect-5 .modal-content {
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform: translateZ(600px) rotateX(20deg) !important;
    -moz-transform: translateZ(600px) rotateX(20deg) !important;
    -ms-transform: translateZ(600px) rotateX(20deg) !important;
    transform: translateZ(600px) rotateX(20deg) !important;
    opacity: 0 !important;
}
.modal-show.modal-effect-5 .modal-content {
    -webkit-transition: all .3s ease-in !important;
    -moz-transition: all .3s ease-in !important;
    transition: all .3s ease-in !important;
    -webkit-transform: translateZ(0) rotateX(0) !important;
    -moz-transform: translateZ(0) rotateX(0) !important;
    -ms-transform: translateZ(0) rotateX(0) !important;
    transform: translateZ(0) rotateX(0) !important;
    opacity: 1 !important;
}
.modal-effect-6.modal-container {
    -webkit-perspective: 1300px !important;
    -moz-perspective: 1300px !important;
    perspective: 1300px !important;
}
.modal-effect-6 .modal-content {
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg) !important;
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg) !important;
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg) !important;
    transform: translate(30%) translateZ(600px) rotate(10deg) !important;
    opacity: 0 !important;
}
.modal-show.modal-effect-6 .modal-content {
    -webkit-transition: all .3s ease-in !important;
    -moz-transition: all .3s ease-in !important;
    transition: all .3s ease-in !important;
    -webkit-transform: translate(0) translateZ(0) rotate(0) !important;
    -moz-transform: translate(0) translateZ(0) rotate(0) !important;
    -ms-transform: translate(0) translateZ(0) rotate(0) !important;
    transform: translate(0) translateZ(0) rotate(0) !important;
    opacity: 1 !important;
}
.modal-effect-7 {
    top: 0 !important;
}
.modal-effect-7 .modal-content {
    margin-top: 0 !important;
    -webkit-transform: translateY(-200%) !important;
    -moz-transform: translateY(-200%) !important;
    -ms-transform: translateY(-200%) !important;
    transform: translateY(-200%) !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
    opacity: 0 !important;
}
.modal-show.modal-effect-7 .modal-content {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    border-radius: 0 0 3px 3px !important;
    opacity: 1 !important;
}
.modal-effect-8.modal-container {
    -webkit-perspective: 1300px !important;
    -moz-perspective: 1300px !important;
    perspective: 1300px !important;
}
.modal-effect-8 .modal-content {
    -webkit-transform-style: preserve-3d !important;
    -moz-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform: rotateY(-70deg) !important;
    -moz-transform: rotateY(-70deg) !important;
    -ms-transform: rotateY(-70deg) !important;
    transform: rotateY(-70deg) !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
    opacity: 0 !important;
}
.modal-show.modal-effect-8 .modal-content {
    -webkit-transform: rotateY(0) !important;
    -moz-transform: rotateY(0) !important;
    -ms-transform: rotateY(0) !important;
    transform: rotateY(0) !important;
    opacity: 1 !important;
}
.modal-effect-9.modal-container {
    -webkit-perspective: 1300px !important;
    -moz-perspective: 1300px !important;
    perspective: 1300px !important;
}
.modal-effect-9 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.modal-show.modal-effect-9 .modal-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.modal-effect-10.modal-container {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.modal-effect-10 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal-show.modal-effect-10 .modal-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.modal-effect-11 .modal-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal-show.modal-effect-11 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-effect-12 .modal-content {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal-show.modal-effect-12~.modal-overlay {
    background: #000;
}
.modal-show.modal-effect-12 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-effect-13.modal-container {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.modal-effect-13 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}
.modal-show.modal-effect-13 .modal-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}
@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}@-moz-keyframes slit {
     50% {
         -moz-transform: translateZ(-250px) rotateY(89deg);
         opacity: .5;
         -moz-animation-timing-function: ease-out;
     }
     100% {
         -moz-transform: translateZ(0) rotateY(0);
         opacity: 1;
     }
 }@keyframes slit {
      50% {
          transform: translateZ(-250px) rotateY(89deg);
          opacity: 1;
          animation-timing-function: ease-in;
      }
      100% {
          transform: translateZ(0) rotateY(0);
          opacity: 1;
      }
  }.modal-effect-14.modal-container {
       -webkit-perspective: 1300px;
       -moz-perspective: 1300px;
       perspective: 1300px;
   }
.modal-effect-14 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.modal-show.modal-effect-14 .modal-content {
    -webkit-transform: translateY(0) rotateX(0);
    -moz-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    opacity: 1;
}
.modal-effect-15.modal-container {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.modal-effect-15 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal-show.modal-effect-15 .modal-content {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    -moz-transform: translateZ(0) translateX(0) rotateY(0);
    -ms-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1;
}
.modal-show.modal-effect-16~.modal-overlay {
    background: rgba(180, 46, 32, .5);
}
.modal-show.modal-effect-16~.container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
.modal-effect-16 .modal-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}
.modal-effect-16 .modal-content, .modal-show.modal-effect-16~.container {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.modal-show.modal-effect-16 .modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.modal-show.modal-effect-17~.container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.modal-show.modal-effect-17~.container, .modal-show.modal-effect-17~.modal-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.modal-effect-17 .modal-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}
.modal-show.modal-effect-17 .modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s .2s;
    -moz-transition: all .3s .2s;
    transition: all .3s .2s;
}
.modal-show.modal-effect-18~.container {
    height: 100%;
    overflow: hidden;
}
.modal-show.modal-effect-18~.modal-overlay {
    background: rgba(143, 27, 15, .8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.modal-show.modal-effect-18~.container, .modal-show.modal-effect-18~.modal-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0 50%;
    -moz-animation: rotateRightSideFirst .5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    animation: rotateRightSideFirst .5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(-200px);
    }
}@-moz-keyframes rotateRightSideFirst {
     50% {
         -moz-transform: translateZ(-50px) rotateY(5deg);
         -moz-animation-timing-function: ease-out;
     }
     100% {
         -moz-transform: translateZ(-200px);
     }
 }@keyframes rotateRightSideFirst {
      50% {
          transform: translateZ(-50px) rotateY(5deg);
          animation-timing-function: ease-out;
      }
      100% {
          transform: translateZ(-200px);
      }
  }.modal-effect-18 .modal-content {
       -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
       -ms-transform: translateX(200%);
       transform: translateX(200%);
       opacity: 0;
   }
.modal-show.modal-effect-18 .modal-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    transition: all .5s .1s;
}


.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .hint {
    position: absolute;
    padding: 10px;
}

/* align icon */
.left-addon .hint  { left:  0px;}
.right-addon .hint {
    right: 0px; top: 21px;
    font-size: 16px;
    color: #444;
    display: inline-block;
}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }