@font-face{
        font-family:KremlinW01-ExpandedDemi;
        src:url("fonts/b7352163-2286-4252-b29a-7366c9c90df9.eot");
        src:url("fonts/b7352163-2286-4252-b29a-7366c9c90df9.eot") format("eot"),
        	url("fonts/9cbfacd7-d02e-4e33-929d-915b5ab70e36.woff2") format("woff2"),
          	url("fonts/97b48315-9c4e-47af-bdb9-6b5d23388429.woff") format("woff"),
          	url("fonts/b2bee271-888c-4b98-9caf-d2bccb55871f.ttf") format("truetype");
}

.required:after {
    content:"*";
    color: rgb(225,102,51);
}

.form_hide {
    display: none;
}

.form_show {
    display: block;
}

.form_error {
    border: 1px solid rgb(225,102,51) !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
  	z-index:99;
}

#modal {
    position: absolute;
    /*background:url(tint20.png) 0 0 repeat;*/
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 8px;
}

#screencontent {
    border-radius: 8px;
    background: #fff;
}

#close {
    text-align: right;
    width: 100%;
    color: #E16633;
    text-decoration: none;
    font-weight: bold;
}

#closewrapper {
    text-align: right;
    width: 100%;
}

.m-ui-dialog {
    border: 8px solid transparent !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.m-ui-dialog .ui-dialog-titlebar {
    background-color: white;
}

.m-ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative;
}

.m-ui-dialog .ui-dialog-title {
    color: #454545 !important;
    font-size: 26px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
    border: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

.m-ui-dialog .ui-dialog-title {
    margin: .1em 16px .2em 0;
}

.ui-widget-header {
    border-bottom: 5px solid #e26833 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.ui-helper-clearfix {
    display: block;
}

.m-ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}


#floatingBarsG{
    position:relative;
    width:40px;
    height:50px}

.blockG{
    position:absolute;
    background-color:#FFFFFF;
    width:6px;
    height:16px;
    -moz-border-radius:6px 6px 0 0;
    -moz-transform:scale(0.4);
    -moz-animation-name:fadeG;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -webkit-border-radius:6px 6px 0 0;
    -webkit-transform:scale(0.4);
    -webkit-animation-name:fadeG;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -ms-border-radius:6px 6px 0 0;
    -ms-transform:scale(0.4);
    -ms-animation-name:fadeG;
    -ms-animation-duration:1.04s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -o-border-radius:6px 6px 0 0;
    -o-transform:scale(0.4);
    -o-animation-name:fadeG;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    border-radius:6px 6px 0 0;
    transform:scale(0.4);
    animation-name:fadeG;
    animation-duration:1.04s;
    animation-iteration-count:infinite;
    animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:18px;
    -moz-animation-delay:0.39s;
    -moz-transform:rotate(-90deg);
    -webkit-animation-delay:0.39s;
    -webkit-transform:rotate(-90deg);
    -ms-animation-delay:0.39s;
    -ms-transform:rotate(-90deg);
    -o-animation-delay:0.39s;
    -o-transform:rotate(-90deg);
    animation-delay:0.39s;
    transform:rotate(-90deg);
}

#rotateG_02{
    left:5px;
    top:6px;
    -moz-animation-delay:0.52s;
    -moz-transform:rotate(-45deg);
    -webkit-animation-delay:0.52s;
    -webkit-transform:rotate(-45deg);
    -ms-animation-delay:0.52s;
    -ms-transform:rotate(-45deg);
    -o-animation-delay:0.52s;
    -o-transform:rotate(-45deg);
    animation-delay:0.52s;
    transform:rotate(-45deg);
}

#rotateG_03{
    left:17px;
    top:2px;
    -moz-animation-delay:0.65s;
    -moz-transform:rotate(0deg);
    -webkit-animation-delay:0.65s;
    -webkit-transform:rotate(0deg);
    -ms-animation-delay:0.65s;
    -ms-transform:rotate(0deg);
    -o-animation-delay:0.65s;
    -o-transform:rotate(0deg);
    animation-delay:0.65s;
    transform:rotate(0deg);
}

#rotateG_04{
    right:5px;
    top:6px;
    -moz-animation-delay:0.78s;
    -moz-transform:rotate(45deg);
    -webkit-animation-delay:0.78s;
    -webkit-transform:rotate(45deg);
    -ms-animation-delay:0.78s;
    -ms-transform:rotate(45deg);
    -o-animation-delay:0.78s;
    -o-transform:rotate(45deg);
    animation-delay:0.78s;
    transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:18px;
    -moz-animation-delay:0.9099999999999999s;
    -moz-transform:rotate(90deg);
    -webkit-animation-delay:0.9099999999999999s;
    -webkit-transform:rotate(90deg);
    -ms-animation-delay:0.9099999999999999s;
    -ms-transform:rotate(90deg);
    -o-animation-delay:0.9099999999999999s;
    -o-transform:rotate(90deg);
    animation-delay:0.9099999999999999s;
    transform:rotate(90deg);
}

#rotateG_06{
    right:5px;
    bottom:5px;
    -moz-animation-delay:1.04s;
    -moz-transform:rotate(135deg);
    -webkit-animation-delay:1.04s;
    -webkit-transform:rotate(135deg);
    -ms-animation-delay:1.04s;
    -ms-transform:rotate(135deg);
    -o-animation-delay:1.04s;
    -o-transform:rotate(135deg);
    animation-delay:1.04s;
    transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:17px;
    -moz-animation-delay:1.1700000000000002s;
    -moz-transform:rotate(180deg);
    -webkit-animation-delay:1.1700000000000002s;
    -webkit-transform:rotate(180deg);
    -ms-animation-delay:1.1700000000000002s;
    -ms-transform:rotate(180deg);
    -o-animation-delay:1.1700000000000002s;
    -o-transform:rotate(180deg);
    animation-delay:1.1700000000000002s;
    transform:rotate(180deg);
}

#rotateG_08{
    left:5px;
    bottom:5px;
    -moz-animation-delay:1.3s;
    -moz-transform:rotate(-135deg);
    -webkit-animation-delay:1.3s;
    -webkit-transform:rotate(-135deg);
    -ms-animation-delay:1.3s;
    -ms-transform:rotate(-135deg);
    -o-animation-delay:1.3s;
    -o-transform:rotate(-135deg);
    animation-delay:1.3s;
    transform:rotate(-135deg);
}
#m_loader, #p_loader, #f_loader {font-size:0.8em;}

@-moz-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-o-keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@keyframes fadeG{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

#p_loader, #m_loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #e26833;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cart_loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #e26833;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 2s linear infinite;
    margin: 2px auto;
    padding: 5px;
}

.dsa-mini-donate-button {
    background: #e16633;
    margin-top: 20px;
    color: #fff;
    padding: 5px;
    max-height: 45px;
    display: block;
    float: left;
    border-radius: 5px 5px 5px 5px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.dsa-mini-donate-button:hover {
    text-decoration: none;
    background: #ccc;
    color: #000;
}

.dsa-mini-donate-button:focus, a:focus, button:focus {
    outline: none;
}

.dsa-donate-label {
    display: block;
    float:left;
    max-width:70%;
    text-align: left;
    vertical-align: bottom;
    padding: 5px 5px 5px 5px;
    margin-top: 18px;
    line-height: 1.2em;
}

.donate-wrapper {
    max-height: 45px;
    clear: both;
}

.card_list_wrapper {
    margin: 5px;
    padding:10px;
    border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
}

.sim_add_account_link {
    margin-top: 20px;
}
