@font-face
{
    font-family: 'OpenSans';
    font-weight: 400; 
    font-style: normal;

    src: url('../fonts/OpenSansRegular/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSans';
    font-weight: 300; 
    font-style: normal;

    src: url('../fonts/OpenSansLight/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight/OpenSansLight.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansLight/OpenSansLight.woff') format('woff'), url('../fonts/OpenSansLight/OpenSansLight.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSans';
    font-weight: 600; 
    font-style: normal;

    src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.eot');
    src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansSemiBold/OpenSansSemiBold.woff') format('woff'), url('../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSans';
    font-weight: 700; 
    font-style: normal;

    src: url('../fonts/OpenSansBold/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold/OpenSansBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansBold/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold/OpenSansBold.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSans';
    font-weight: 800; 
    font-style: normal;

    src: url('../fonts/OpenSansExtraBold/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansExtraBold/OpenSansExtraBold.woff') format('woff'), url('../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf') format('truetype');
}

body
{
    font-family: 'OpenSans';
    font-weight: 400;
}
body input,
body select,
body a,
body button,
body textarea
{
    outline: none !important;
}
body a
{
    text-decoration: none;
}
body img
{
    max-width: 100%;
    height: auto;
}
br
{
	clear:both;
}

/* Default Classes */
span.mark
{
	font-weight: 600;
	padding: 3px 8px;
	margin: 0 1px;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
span.mark-demo-hidden
{
	background-color: #a94442;
}
span.mark-reveal
{
	background-color: #5cb85c;
	cursor: pointer;
}
span.mark-discount
{
	background-color: #5184d6;
}
span.mark-vr-1
{
	background-color: #a94442;
}
span.mark-vr-2
{
	background-color: #f0ad4e;
}
span.mark-vr-3
{
	background-color: #5cb85c;
}

p span.order_status
{
	border-radius: 0.25em;
	color: #fff;
	display: inline;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
p span.order_status a{
	font-size: 12px;
	color: #fff;
}
p span.order_check
{
	background-color: #5bc0de;
}
p span.order_live
{
	background-color: #5cb85c;
}
p span.order_dead
{
	background-color: #d9534f;
}
p span.order_noref
{
	background-color: #333;
}

p span.ssn_process
{
	background-color: #5bc0de;
}
p span.ssn_done
{
	background-color: #5cb85c;
}
p span.ssn_empty
{
	background-color: #333;
}
p span.ssn_error
{
	background-color: #d9534f;
}
.clearfix:after
{
    display: table;
    clear: both; 

    content: '';
}

.container
{
    width: 1170px; 
    margin: 0 auto;
}

.hidden
{
    display: none;
}

.news h2,
.rules h2,
.support h2,
.support-ticket h2,
.add-funds h2,
.account h2,
.cards h2,
.your-cart h2
{
    font-size: 36px;
    font-weight: 700;

    margin-top: 36px;

    color: #000;
    border-bottom: 3px solid #000;
}

.add-funds > .support-notice > img{
	margin-bottom:15px;
}
.new-fund input,
.new-fund button
{
	width : 50%;
	float : left;
}
.process-fund button
{
	margin: 10px 0;
}
.new-fund input
{
	margin-top: 34px;
	margin-bottom: 29px;
	margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    /*margin-bottom: 10px;*/
    padding: 12px 0 12px 40px;

    color: #000;
    border: 1px solid #cdd8dc;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.jq-selectbox,
.jq-selectbox__dropdown
{
    font-size: 16px;

    width: 100%;
    height: 40px;
    padding: 10px 0 10px 30px;

    cursor: pointer; 

    color: #9cb0b8;
    border: 1px solid #cdd8dc;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.jq-selectbox__trigger-arrow
{
    position: absolute;
    top: 8px;
    right: 15px;

    width: 10px;
    height: 6px;

    background: url(../img/select-trigger.png) right center no-repeat, #fff;
}

.jq-selectbox__dropdown
{
    top: 40px;
    left: 0;

    width: 100%;

    background: #fff;
}

.jq-selectbox.opened
{
    max-height: 50px;
}

header,
footer
{
    padding-top: 17px;
    padding-bottom: 39px;

    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .25);
            box-shadow: 0 0 13px rgba(0, 0, 0, .25);
}
header h1,
footer h1
{
    font-size: 48px;
    font-weight: 700;

    display: block;
    float: left;

    margin: 13px 0 10px 0;

    letter-spacing: -2px; 
    text-transform: uppercase;

    color: #cdd8dc;
}

.navigation
{
    position: relative;
}

.basket
{
    float: right;

    width: 139px;
    height: 50px;
    margin-top: 15px;
    margin-right: -5px;

    -webkit-border-radius: 3px;
            border-radius: 3px; 
    background-color: #000;
}
.basket span
{
    font-size: 18px;
    font-weight: 300; 

    margin-left: 20px;

    color: #fff;
}

.nav li
{
    float: left;

    margin-left: 41px;
}

.nav li:first-child
{
    margin-left: 0;
}

.nav li:hover .cards-drop
{
    display: block;
}
.nav li:hover .checker-drop
{
    display: block;
}
.nav li:hover .funds-drop
{
    display: block;
}
.nav li:hover .rules-drop,
.nav li:hover .buy-drop,
.nav li:hover .orders-drop
{
    display: block;
}
.nav li:hover .checker-drop-bottom
{
    display: block;
}
.nav li:hover .rules-drop-bottom,
.nav li:hover .buy-drop-bottom,
.nav li:hover .orders-drop-bottom
{
    display: block;
}

.nav a
{
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;

    color: #000;
}

.nav a:hover,
.nav a:focus
{
    text-decoration: underline; 

    color: #9cb0b8;
}

.nav-footer li
{
    margin-left: 74px;
}

.profile-preview
{
    position: relative;

    margin-top: 15px;

    border: 1px solid #cdd8dc;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.profile-preview-topline
{
    padding: 7px 12px 6px 7px;

    cursor: pointer; 

    background: #fff;
}
.profile-preview-topline p
{
    font-size: 16px;
    font-weight: 600; 

    float: left;

    margin-top: 10px;
    margin-left: 5px;

    color: #282828;
}
.profile-preview-topline img:first-child
{
    float: left;
}
.profile-preview-topline img:last-child
{
    display: block;
    float: right;

    margin-top: 18px;
}
.profile-preview-bottomline
{
    padding: 14px 0;

    text-align: center; 

    background: #cfd9dd;
}
.profile-preview-bottomline p
{
    font-size: 16px;
    font-weight: 600;

    color: #5c5c5c;
            text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73); 

    -webkit-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
       -moz-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
        -ms-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
         -o-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
}
.profile-preview-drop
{
    position: absolute;
    top: 68px;
    right: 15px;
    z-index:100;
    display: block;

    width: 126px;
    height: 126px;
    padding: 21px 16px 18px 16px;

    border: 1px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}

.drop-menu li a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;

    text-decoration: none; 

    color: #9cb0b8;
}

.drop-menu li:last-child > a
{
    font-weight: 400;
    line-height: 36px;

    display: block;

    margin-top: 10px;

    border-top: 1px solid #d1dbde;
}

.cards-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 120px;

    display: none;
    overflow: hidden;

    width: 276px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.cards-drop li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.cards-drop li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.cards-drop li span
{
    float: right;
}
.cards-drop li:nth-child(2n)
{
    background: #f6f8f9;
}
.cards-drop li:nth-child(2n) a
{
    color: #5c5c5c;
}

.checker-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 463px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.funds-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 358px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.rules-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 163px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.buy-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 90px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.orders-drop
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 255px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.checker-drop-bottom
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 690px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.rules-drop-bottom
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 252px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.buy-drop-bottom
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 252px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.orders-drop-bottom
{
    position: absolute;
    z-index: 999; 
    top: 112px;
    left: 252px;

    display: none;
    overflow: hidden;

    width: 140px;

    border: 5px solid #cdd8dc;
    background-color: #fff;
    -webkit-box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
            box-shadow: .5px .8px 8px rgba(0, 0, 0, .14);
}
.checker-drop li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.funds-drop li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.rules-drop li,
.buy-drop li,
.orders-drop li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.checker-drop-bottom li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.rules-drop-bottom li,
.buy-drop-bottom li,
.orders-drop-bottom li
{
    width: 100%;
    margin-left: 0;
    padding: 8px;

    background: #fff;
}
.checker-drop li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.funds-drop li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.rules-drop li a,
.buy-drop li a,
.orders-drop li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.checker-drop-bottom li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.rules-drop-bottom li a,
.buy-drop-bottom li a,
.orders-drop-bottom li a
{
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase; 

    color: #9cb0b8;
}
.checker-drop li:nth-child(2n)
{
    background: #f6f8f9;
}
.funds-drop li:nth-child(2n)
{
    background: #f6f8f9;
}
.rules-drop li:nth-child(2n),
.buy-drop li:nth-child(2n),
.orders-drop li:nth-child(2n)
{
    background: #f6f8f9;
}
.navigations
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
	color: #f0f0f0;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checker-drop-bottom li:nth-child(2n)
{
    background: #f6f8f9;
}
.rules-drop-bottom li:nth-child(2n),
.buy-drop-bottom li:nth-child(2n),
.orders-drop-bottom li:nth-child(2n)
{
    background: #f6f8f9;
}
.checker-drop li:nth-child(2n) a
{
    color: #5c5c5c;
}
.funds-drop li:nth-child(2n) a
{
    color: #5c5c5c;
}
.rules-drop li:nth-child(2n) a,
.buy-drop li:nth-child(2n) a,
.orders-drop li:nth-child(2n) a
{
    color: #5c5c5c;
}
.checker-drop-bottom li:nth-child(2n) a
{
    color: #5c5c5c;
}
.rules-drop-bottom li:nth-child(2n) a,
.buy-drop-bottom li:nth-child(2n) a,
.orders-drop-bottom li:nth-child(2n) a
{
    color: #5c5c5c;
}


.notification-counter
{
    position: absolute;
    top: 3px;
    left: -6px;

    width: 20px;
    height: 20px;

    text-align: center; 

    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #c1272d;
}
.notification-counter span
{
    font-size: 14px; 

    color: #fff;
}

.footer-wrapper
{
    padding-bottom: 35px;

    border-bottom: 3px solid #cdd8dc;
}

.footer-bottomline p
{
    font-size: 16px;
    font-weight: 300; 

    display: block;
    float: left;

    margin-top: 47px;

    color: #9cb0b8;
}

.footer-bottomline img
{
    float: right;

    margin-top: 44px;
}

.content
{
    padding-bottom: 110px;

    /*background: url(../img/main-bg.jpg) center top no-repeat;*/
    background-size: cover;
}

.news
{
    float: left;
	width: 100%;
}
.news-block
{
    float: left;
	width: 100%;
    padding-top: 32px;
    padding-bottom: 46px;

    border-bottom: 3px solid #000;
}
.news-list
{
    float: left;
	width: 100%;
    margin-right: 20px;
}
.news-list-item
{
    /*width: 325px;*/
	width: 100%;
    margin-bottom: 27px;
    padding: 20px 15px 15px 15px;

    border: 1px solid #f4f4f4;
    background: #fff;
}
.news-list > .news-list-item-green
{
	background: #66ff66;
}
.news-list > .news-list-item-red
{
	background: #ff4d4d;
}
.news-list > .news-list-item-yellow
{
	background: #ffff66;
}
.news-list-item > div.pinned
{
	/*float: right;*/
	height:20px;
	margin-bottom: 10px;
	background-image: url(/img/pin-50.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.news-list-item h3
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.news-list-item:last-child
{
    margin-bottom: 0;
}
.news-image
{
    float: right;

    width: 58%;
}

.news-date
{
    font-size: 16px;
    font-weight: 400; 

    color: #9cb0b8;
}

.sidebar-news
{
    float: right; 

    width: 100%;
}
.sidebar-news-banner
{
    margin-bottom: 48px;
}

.exchange-banner
{
    width: 268px;
    margin-top: 36px;
    margin-bottom: 34px;
    padding: 5px 10px 10px 10px; 

    text-align: center;

    border: 6px solid #cdd8dc;
    background-color: #fff;
}
.exchange-banner > div > a.switch
{
	padding: 0 5px;
	color:#cdd8dc;
	cursor:pointer;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 600;
}
.exchange-banner > div > a.switch-active
{
	color:#000;
	cursor:default;
	text-decoration: underline;
}
.exchange-banner > p
{
    font-size: 36px;
    font-weight: 300;

    text-transform: uppercase; 

    color: #282828;
}
.exchange-banner > span
{
    font-size: 24px;
    font-weight: 600; 

    color: #cdd8dc;
}
.exchange-banner > div.news-date
{
	margin-bottom: 10px;
}
.popular-news
{
    margin-bottom: 40px;
}
.popular-news h3
{
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 37px;

    color: #9cb0b8;
    border-bottom: 2px solid #9cb0b8;
}
.popular-news-box a
{
    font-size: 16px;
    font-weight: 600; 

    float: left;

    margin-bottom: 22px;

    color: #9cb0b8;
}
.popular-news-box span
{
    font-size: 16px;
    font-weight: 400; 

    float: right;

    color: #c1272d;
}
.popular-news-box p
{
    font-size: 16px;
    font-weight: 300; 

    margin-bottom: 47px;

    color: #5b5b5b;
}
.popular-news-box p:last-child
{
    margin-bottom: 0;
}

.sidebar-support h3
{
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 25px;

    color: #9cb0b8;
    border-bottom: 2px solid #9cb0b8;
}

.sidebar-support-account
{
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 0 6px 6px;

    border: 1px solid #cdd8dc; 
    background: #fff;
}
.sidebar-support-account a
{
    font-size: 16px;
    font-weight: 600;

    text-decoration: none; 

    color: #282828;
}

.sidebar-support-form textarea[name='sidebar-support']
{
    font-size: 24px;

    width: 255px;
    min-height: 270px;
    margin-bottom: -5px;
    padding: 20px 10px 0 40px;

    resize: none;

    color: #000;
    border: 1px solid #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.support-btn
{
    font-size: 18px;
    font-weight: 700;

    width: 100%;
    margin-top: 0;
    padding: 15px;

    text-transform: uppercase;

    color: #5c5c5c;
    border: 1px solid #b0c2c9;
    -webkit-border-radius: 3px;
            border-radius: 3px; 
    background-color: #cdd8dc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, .24)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, .24) 0%, transparent 100%);
    background-image:         linear-gradient(180deg, rgba(244, 244, 244, .24) 0%, transparent 100%);
            text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);

    -webkit-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
       -moz-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
        -ms-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
         -o-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
}

.general-rules
{
    border-bottom: 3px solid #000;
}

.rules p
{
    font-size: 30px;
    font-weight: 600;

    margin-top: 35px;
    margin-bottom: 22px;

    text-transform: uppercase; 

    color: #282828;
}

.rules-list
{
    margin-bottom: 57px;
    padding: 0 90px 0 40px;
}
.rules-list li
{
    font-size: 18px;
    font-weight: 300; 

    margin-bottom: 15px;

    color: #282828;
}
.rules-list li:last-child
{
    margin-bottom: 0;
}
.rules-list li::before
{
    display: inline-block;

    width: 6px;
    height: 9px;
    margin-left: -10px;

    content: '';

    background: url(../img/dot.png) center top no-repeat;
}

.empty-block
{
    width: 100%;
    height: 369px;
    margin-bottom: 44px;

    background-color: #f2f2f2;
}


.support
{
    margin-bottom: 30px;

    border-bottom: 3px solid #000;
}
.support-notice
{
    margin-top: 28px;
    /*margin-bottom: 23px; */
    padding: 25px 50px 25px 88px;

    border: 1px solid #f4f4f4;
    background: #fff;
}
.support-notice p
{
    font-size: 18px; 

    color: #282828;
}
.support-notice p::before
{
    display: inline-block;
    float: left;

    width: 41px;
    height: 41px;
    margin: 8px 28px 5px 0;

    /*content: '';

    background: url(../img/notice.png) center center no-repeat;*/
}
.account-notice
{
    margin-top: 28px;
    padding: 10px 50px 10px 88px;
    border: 1px solid #f4f4f4;
    background: #fff;
}
.account-notice p
{
	font-size: 18px; 
	text-align: center;
}
.ssn-notice
{
    margin-top: 28px;
	margin-bottom: 10px;
    padding: 10px 50px 10px 88px;
    border: 1px solid #f4f4f4;
    background: #fff;
}
.ssn-notice p
{
	font-size: 18px; 
	text-align: center;
}
.support-form p
{
    font-size: 16px;

    margin-bottom: 16px;
}
.support-form textarea[name='support-textarea']
{
    width: 100%;
    height: 121px;
    margin-bottom: 21px;
    padding: 15px 25px 15px 20px;

    resize: none;

    border: 1px solid #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.support-select-wrapper
{
    width: 100%;
}

.disabled-btn
{
	background-color: #9cb0b8 !important;
	cursor:no-drop;
}

.red-btn
{
    font-size: 16px;

    float: right;

    width: 180px;
    margin-bottom: 29px;
    padding: 12px 40px;

    color: #fff;
    -webkit-border-radius: 20px;
            border-radius: 20px; 
    background-color: #c1272d;
}

.ssn-red-btn
{
    font-size: 16px;

    /*float: right;*/

    /*width: 180px;*/
    /*margin-bottom: 29px;*/
    padding: 12px 30px;

    color: #fff;
    -webkit-border-radius: 20px;
            border-radius: 20px; 
    background-color: #c1272d;
}

.support-questions-table
{
    width: 100%;

    text-align: center;
}

.support-table-header
{
    height: 50px;

    background: #9cb0b8 !important;
}
.support-table-header p
{
    font-size: 16px; 

    margin-top: 13px;

    color: #f2f2f2;
}

.support-table-header:hover
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.support-table-event p
{
    font-size: 16px; 

    margin-top: 17px;
    margin-bottom: 10px;

    color: #010101;
}

.support-table-row:nth-child(2n+1)
{
    background: #f2f2f2;
}

.support-table-row:hover
{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .14);
            box-shadow: 0 0 8px rgba(0, 0, 0, .14);
}

.support-col
{
    float: left;
}
.support-col-1
{
    width: 12%;
}
.support-col-2
{
    width: 12%;
}
.support-col-3
{
    width: 12%;
}
.support-col-4
{
    width: 12%;
}
.support-col-5
{
    width: 12%;
}
.support-col-6
{
    width: 47%;
    text-align: left;
}
.support-col-7
{
    /*width: 5%;
    min-height: 50px;

    background: url(../img/del.png) center center no-repeat;*/
}
.support-col-7:hover
{
    /*background: url(../img/del-hover.png) center center no-repeat;*/ 
}

.support-ticket h2:before
{
    display: inline-block;

    width: 10px;
    height: 17px;
    margin: 0 15px 0 0;

    content: '';

    background: url(../img/left-arrow.png) center center no-repeat;
}

.ticket-time
{
    margin-top: 30px;
    margin-bottom: 36px;
}
.ticket-time li
{
    margin-bottom: 10px;
}
.ticket-time li:last-child
{
    margin-bottom: 0;
}
.ticket-time p
{
    font-size: 16px; 

    color: #9cb0b8;
}
.ticket-time span
{
    font-size: 16px;
    font-weight: 600; 

    color: #9cb0b8;
}

.ticket-description
{
    margin-bottom: 55px;
}
.ticket-description p
{
    font-size: 18px; 
	word-wrap: break-word;
    color: #282828;
}
.ticket-description pre
{
	font-family: 'OpenSans';
    font-size: 18px; 
	word-wrap: break-word;
    color: #282828;
}

.ticket-answer
{
    position: relative;

    /*margin-bottom: 32px;*/
    padding: 40px 20px 40px 40px;

    border: 1px solid #f4f4f4;
    border-top: 3px solid #000 !important;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px; 
    background: #fff;
}
.ticket-answer h3
{
    font-size: 18px;
    font-weight: 700; 

    color: #282828;
}
.ticket-answer img
{
    position: absolute;
    top: -27px;
    left: 54px;
}

.answer
{
	font-family: 'OpenSans';
    font-size: 18px; 
	white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 18px;
    margin-bottom: 27px;
    color: #282828;
}

.answer-btn
{
    font-size: 16px;

    width: 160px;
    padding: 15px 10px;

    color: #9cb0b8;
    border: 1px solid #9cb0b8;
    -webkit-border-radius: 20px;
            border-radius: 20px; 
    background: #fff;
}

#close-ticket-btn
{
    float: left;
}

.new-fund,
.process-fund
{
    /*margin-top: 38px;*/

    border-bottom: 3px solid #000;
}
.new-fund h3,
.process-fund h3
{
    font-size: 30px;
    font-weight: 600;

    /*height: 23px;*/
    margin-bottom: 25px;
	margin-top: 25px;
    text-transform: uppercase;
}
.new-fund > p,
.process-fund > p
{
    font-size: 18px; 

    display: block;
    float: left;

    margin-top: 43px;

    color: #282828;
}

.fund-code
{
    padding: 18px 35px;

    text-align: center; 

    -webkit-border-radius: 30px;
            border-radius: 30px;
    background-color: #cfdade;
}
.fund-code p
{
    font-size: 24px; 

    color: #000;
}

.new-fund button
{
    width: 270px; 
    margin-top: 34px;
}

.profile-wrapper
{
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;

    border-bottom: 3px solid #000;
}

.profile-avatar
{
    float: left;
}

.profile-info
{
    float: left;

    margin-left: 36px;
}
.profile-info h4
{
    font-size: 24px;
    font-weight: 600; 

    color: #282828;
}
.profile-info p
{
    font-size: 18px;
    font-weight: 600;

    color: #282828;
}
.profile-info p > span
{
    color: #c1272d;
}

.left-col
{
    float: left;

    width: 38%;
    padding-right: 40px;
}
.left-col-top-row
{
    width: 100%;
    min-height: 250px;

    border-bottom: 3px solid #d1dbdf;
}
.left-col-bottom-row
{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
}
.left-col-bottom-row h3
{
    font-size: 30px;
    font-weight: 600;

    margin-bottom: 22px;

    text-transform: uppercase; 

    color: #282828;
}
.left-col-bottom-row img
{
    margin-right: 10px;
}

.middle-col
{
    float: left;

    width: 40%;

    text-align: center; 

    border-right: 3px solid #d1dbdf;
    border-left: 3px solid #d1dbdf;
}

.right-col
{
    float: right; 

    width: 22%;
}

.change-pass
{
    width: 100%;
    padding: 0 25px;
}
.change-pass input
{
    font-size: 24px;
    font-weight: 400;

    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0 12px 40px;

    color: #ddd;
    border: 1px solid #cdd8dc;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.change-pass h3
{
    font-size: 30px;
    font-weight: 600;

    margin-bottom: 15px;

    text-transform: uppercase; 

    color: #000;
}
.change-pass input:nth-child(4)
{
    margin-bottom: 40px;
}

.reset-pass input:last-child
{
    margin-bottom: 44px;
}

#account-btn
{
    float: left;

    width: 100px;
    margin-left: 35px;
    padding: 10px;
}

.account-checkboxes
{
    padding-left: 30px;
}
.account-checkboxes label
{
    float: left;

    margin-bottom: 35px;
}
.account-checkboxes label p
{
    display: inline-block;
    float: right; 

    width: 78%;
}
.account-checkboxes input[type='checkbox']
{
    display: none;
}
.account-checkboxes input[type='checkbox'] + label
{
    font-size: 18px;

    cursor: pointer; 

    color: #282828;
}
.account-checkboxes input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.account-checkboxes input[type='checkbox'] + label::selection
{
    background: transparent;
}
.account-checkboxes input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.account-checkboxes input[type='checkbox'] + label::before
{
    display: inline-block;

    width: 29px;
    height: 29px;
    margin: 0 15px 0 0;

    content: '';

    border: 1px solid #cdd8dc;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.account-checkboxes input[type='checkbox']:checked + label::before
{
    border: 1px solid #c1272d;
    background: url(../img/check.png) center center no-repeat, #c1272d;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.profile-photo-btn
{
    font-size: 12px;
    font-weight: 600;

    width: 100px;
    padding: 10px;

    text-transform: uppercase;

    color: #686969;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    background: #eaeaea;
            text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73); 

    -webkit-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
       -moz-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
        -ms-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
         -o-text-shadow: -.5px -.9px 0 rgba(255, 255, 255, .73);
}

.cards-table-mobile
{
    display: none;
}

.your-cart-table-mobile
{
    display: none;
}

.cards-filter-wrapper
{
    position: relative;

    padding-top: 80px;
    padding-bottom: 45px;

    border-bottom: 3px solid #000;
}

.filter-description
{
    width: 100%;
}
.filter-description p
{
    font-size: 16px; 

    float: left;

    margin-right: 100px;

    color: #000;
}

.cards-filter
{
    margin-bottom: 60px;
}
.cards-filter p
{
    width: 180px;
    margin-left: 10px;
}
.cards-filter-btn-wrapper
{
    display: inline-block;

    margin-top: 20px;
}

.card-select-wrapper
{
    width: 100%;
}
.demo-act-btn
{
	width: 450px;
}
.cards-filter-item
{
    float: left;

    width: 180px;
    margin-right: 5px;
}
.cards-filter-item-short
{
    float: left;

    width: 280px;
}

.card-short-select-wrapper
{
    float: left;

    width: 130px;
    margin-right: 10px;
}

.cards-table-description
{
    padding: 31px 0;
}
.cards-table-description p
{
    font-size: 18px; 

    float: left;

    color: #282828;
}
.cards-table-description p span
{
    font-weight: 700;
}

.card-table-filter
{
    display: inline-block; 
    float: right;
}

.cards-show p
{
    float: left;

    margin-right: 15px;
}

.btn-show
{
    font-size: 16px;

    width: 40px;
    height: 30px;
    margin-top: -2px;

    -webkit-transition: .15s;
            transition: .15s; 

    color: #9cb0b8;
    border: 1px solid #9cb0b8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
}
.btn-show:hover
{
    color: #f2f2f2;
    background: #9cb0b8;
}
.btn-show-active
{
    color: #fff !important;
    background: #c1272d !important;
}

.cards-table-header
{
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: center;
    background: #9cb0b8 !important;
}
.cards-table-header input[type='checkbox'] + label::before
{
    margin: 12px 0 0 0 !important;
}

.cards-table-row, .notif-table-row
{
    text-align: center;
	display: flex;
	align-items: center;
}
.ssn-res-value
{
	font-weight:600;
}
.ssn-res-key
{
	float:left;
	margin-right:5px;
}
.ssn-res-row
{
    text-align: center;
	display: flex;
	align-items: center;
}

.cards-table-header:hover
{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.cards-table-row:nth-child(2n+1)
{
    background: #9cb0b8;
}
.cards-table-row:nth-child(2n) .orders-col input
{
    background: #9cb0b8;
}
.ssn-res-row:nth-child(2n+1)
{
    background: #f2f2f2;
}

.cards-table-row:hover
{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .14);
            box-shadow: 0 0 8px rgba(0, 0, 0, .14);
}
.ssn-res-row:hover
{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .14);
            box-shadow: 0 0 8px rgba(0, 0, 0, .14);
}

.cards-table-header p
{
    font-size: 15px; 
    margin-top: 5px;
    color: #f2f2f2;
}

.cards-table-event
{
    padding: 5px 5px;
}
.cards-table-event p
{
    font-size: 12px; 

    color: #010101;
}
.cards-table-event a
{
    font-size: 16px;

    text-decoration: underline; 

    color: #000;
}
.checker-col
{
	float: left;
	word-wrap: break-word;
}
.binchecker-col
{
	float: left;
	word-wrap: break-word;
}
.checker-col-1
{
    width: 92%;
}
.checker-col-2
{
    width: 8%;
}
.binchecker-col-1
{
    width: 10%;
}
.binchecker-col-2
{
    width: 90%;
}

.history-col
{
	float: left;
	word-wrap: break-word;
}
.history-col-1
{
    width: 5%;
}
.history-col-2
{
    width: 15%;
}
.history-col-3
{
    width: 10%;
}
.history-col-4
{
    width: 20%;
}
.history-col-5
{
    width: 50%;
}

.funds-col
{
	float: left;
	word-wrap: break-word;
}
.funds-col-1
{
    width: 7%;
}
.funds-col-2
{
    width: 17%;
}
.funds-col-3
{
    width: 30%;
}
.funds-col-4
{
    width: 12%;
}
.funds-col-5
{
    width: 12%;
}
.funds-col-6
{
    width: 10%;
}
.funds-col-7
{
    width: 12%;
}

.seller-col
{
	float: left;
	word-wrap: break-word;
}
.seller-col-1
{
    width: 10%;
}
.seller-col-2
{
    width: 18%;
}
.seller-col-3
{
    width: 18%;
}
.seller-col-4
{
    width: 18%;
}
.seller-col-5
{
    width: 18%;
}
.seller-col-6
{
    width: 18%;
}

.seller2-col
{
	float: left;
	word-wrap: break-word;
}
.seller2-col-1
{
    width: 20%;
}
.seller2-col-2
{
    width: 16%;
}
.seller2-col-3
{
    width: 16%;
}
.seller2-col-4
{
    width: 16%;
}
.seller2-col-5
{
    width: 16%;
}
.seller2-col-6
{
    width: 16%;
}

.seller3-col
{
	float: left;
	word-wrap: break-word;
}
.seller3-col-1
{
    width: 29%;
}
.seller3-col-2
{
    width: 21%;
}
.seller3-col-3
{
    width: 21%;
}
.seller3-col-4
{
    width: 21%;
}
.seller3-col-5
{
    width: 8%;
}
.notif-col
{
    float: left;
    word-wrap: break-word;
}
.notif-col-1
{
    width: 60%;
}
.notif-col-2
{
    width: 30%;
}
.notif-col-3
{
    width: 10%;
}
.orders-col
{
	float: left;
	word-wrap: break-word;
}
.orders-col-1
{
    width: 8%;
}
.orders-col-2
{
    width: 10%;
}
.orders-col-3
{
    width: 61%;
}
.orders-col-4
{
    width: 8%;
}
.orders-col-5
{
    width: 5%;
}
.orders-col-6
{
    width: 8%;
}

.ssn-orders-col
{
    float: left;
}
.ssn-orders-col-1
{
    width: 10%;
}
.ssn-orders-col-2
{
    width: 20%;
}
.ssn-orders-col-3
{
    width: 70%;
}

.ssn-res-col
{
    float: left;
}
.ssn-res-col-1
{
    width: 10%;
}
.ssn-res-col-2
{
    width: 70%;
}
.ssn-res-col-3
{
    width: 20%;
}

.ssn-req-col
{
    float: left;
}
.ssn-req-col-1
{
    width: 8%;
}
.ssn-req-col-2
{
    width: 20%;
}
.ssn-req-col-3
{
    width: 57%;
}
.ssn-req-col-4
{
    width: 15%;
}

.cards-col
{
    float: left;
}
.cards-col-1
{
    width: 10%;
}
.cards-col-2
{
    width: 8%;
}
.cards-col-3
{
    width: 6%;
}
.cards-col-4
{
    width: 4%;
}
.cards-col-5
{
    width: 10%;
}
.cards-col-6
{
    width: 12%;
}
.cards-col-7
{
    width: 5%;
}
.cards-col-8
{
    width: 6%;
}
.cards-col-9
{
    width: 10%;
}
.cards-col-10
{
    width: 13%;
}
.cards-col-11
{
    width: 4%;
}
.cards-col-12
{
    width: 5%;
}
.cards-col-13
{
    width: 5%;
}
.cards-col-14
{
    width: 20px;
}
.cards-check
{
	background:rgba(0, 0, 0, 0) url("../img/select/checkbox_1.png") no-repeat scroll 98% 50%;
	width:20px;
	height:30px;
	cursor:pointer;
}
.cards-info
{
	width:23px;
	cursor:pointer;
}
.cards-info-box {
	height: auto;
	width:auto;
	overflow:auto;
	margin-top:2px;
	padding-left:0;
	position:absolute;
	background-color: #FFFFFF;
	display:none;
	border:1px solid #c4c4c4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:30px;
	color:#000;
	font-size:13px;
	font-family:Verdana;
	font-style: italic;
}
.cards-info-box table
{
	margin: 0px 10px;
}
.cards-info-box table tr
{
	border-top: 1px solid;
}
.cards-info-box table tr:first-child
{
	border: none;
}
.cards-info-box tr td:first-child
{
	width: 50%;
	padding-right: 5px;
	text-align: right;
}
.cards-check-select
{
	background:rgba(0, 0, 0, 0) url("../img/select/checkbox_2.png") no-repeat scroll 98% 50%;
	width:20px;
	height:30px;
	cursor:pointer;
}
/*.cards-col-13 input[type='checkbox']
{
    display: none;
}
.cards-col-13 input[type='checkbox'] + label
{
    font-size: 18px;

    cursor: pointer; 

    color: #282828;
}
.cards-col-13 input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.cards-col-13 input[type='checkbox'] + label::selection
{
    background: transparent;
}
.cards-col-13 input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.cards-col-13 input[type='checkbox'] + label::before
{
    display: inline-block;

    width: 29px;
    height: 29px;
    margin: 0;

    content: '';

    border: 1px solid #cdd8dc;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.cards-col-13 input[type='checkbox']:checked + label::before
{
    border: 1px solid #c1272d;
    background: url(../img/check.png) center center no-repeat, #c1272d;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}*/

.cards-pagination
{
    margin-top: 30px;
}
.cards-pagination li
{
    float: left;

    margin-right: 2px;
}
.cards-pagination li a
{
    font-size: 14px;
    display: block;
    padding: 9px 12px;
    -webkit-transition: .2s;
            transition: .2s; 
    text-align: center;
    text-decoration: none;
    color: #9cb0b8;
    border: 1px solid #9cb0b8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.cards-pagination li a:hover
{
    color: #f2f2f2;
    background: #9cb0b8;
}
/*.cards-pagination li:first-child a,
.cards-pagination li:last-child a
{
    border: none;
}*/

.cards-pagination li a.selected_page
{
	background: #c1272d none repeat scroll 0 0 !important;
	color: #fff !important;
}

.cards-pagination li a.text_page
{
    border: none;
}

/*.cards-pagination li:first-child a:hover,
.cards-pagination li:last-child a:hover
{
    color: #9cb0b8;
    background: #fff;
}*/

.your-cart-table
{
    /*margin-top: 38px;*/
    margin-bottom: 30px;
}
.your-cart-table-desktop
{
    width: 100%;
    /*margin-bottom: 44px;*/

    text-align: center;
}

.cart-table-header
{
    height: 40px;

    background: #9cb0b8 !important;
}
.cart-table-header p
{
    font-size: 15px; 
    color: #f2f2f2;
}

.cart-table-header:hover
{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.cart-table-event
{
    position: relative;
}
.cart-table-event p
{
    font-size: 12px; 

    margin-top: 17px;
    margin-bottom: 10px;

    color: #010101;
}
.cart-table-event a
{
    font-size: 16px;

    text-decoration: underline; 

    color: #000;
}

.cart-table-row:nth-child(2n+1)
{
    background: #f2f2f2;
}
.notif-table-row:nth-child(2n+1)
{
    background: #f2f2f2;
}

.cart-table-row:hover
{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .14);
            box-shadow: 0 0 8px rgba(0, 0, 0, .14);
}
.cart-table-row
{
	align-items: center;
    display: flex;
    text-align: center;
}
.cart-col
{
    float: left;
}
.cart-col-1
{
    width: 10%;
}
.cart-col-2
{
    width: 8%;
}
.cart-col-3
{
    width: 6%;
}
.cart-col-4
{
    width: 4%;
}
.cart-col-5
{
    width: 10%;
}
.cart-col-6
{
    width: 12%;
}
.cart-col-7
{
    width: 5%;
}
.cart-col-8
{
    width: 6%;
}
.cart-col-9
{
    width: 10%;
}
.cart-col-10
{
    width: 13%;
}
.cart-col-11
{
    width: 4%;
}
.cart-col-12
{
    width: 5%;
}
.cart-col-13
{
    width: 5%;
}
.cart-col-14
{
    width: 50px;
}
.cart-col-14 button, .notif-col-3 button
{
    margin: auto;
	display:block;
	font-size: 14px;
	padding: 0;
	width: 40px;
}
.cart-col-14 button.buy-btn
{
	background: #9cb0b8 none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
}
.cart-col-14 button.del-btn, .notif-col-3 button.del-btn
{
	margin-top:3px;
	color: #9cb0b8;
	border: 1px solid #9cb0b8;
    border-radius: 15px;
}
.ssn-res-col-3 button.buy-btn, .ssn-res-mobile button.buy-btn
{
	padding:5px 15px;
	background: #9cb0b8 none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
}
.make-order
{
    float: right;

    text-align: right;
}
.make-order p
{
    font-size: 18px; 

    height: 16px;
    margin-bottom: 22px;

    color: #000;
}
.make-order p span
{
    font-weight: 700; 

    color: #c1272d;
}

.grey-btn
{
    font-size: 16px;

    width: 70px;
    padding: 9px;

    color: #fff;
    -webkit-border-radius: 15px;
            border-radius: 20px; 
    background: #9cb0b8;
}

.cart-grey-btn
{
    position: absolute;
    top: 8px;
    right: 5px; 

    width: 68px;
    padding: 0;
}

.light-grey-btn
{
    font-size: 16px;

    width: 120px;
    margin-right: 20px;
    padding: 13px;

    color: #282828;
    -webkit-border-radius: 20px;
            border-radius: 20px; 
    background-color: #d1dbde;
}

.transparent-btn
{
    font-size: 16px;

    position: absolute;
    top: 40px;
    right: 5px;

    width: 68px;

    color: #9cb0b8;
    border: 1px solid #9cb0b8;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

#cards_filter_apply
{
    width: 100px; 
    margin-bottom: 0;
    margin-left: 5px;
    padding: 9px 20px;
}

.cart-btn-buy
{
    width: 120px;
    padding: 12px;
}

.form-wrapper
{
    margin-bottom: 164px;
}

.log-reg-wrapper
{
    background: url(../img/main-bg.png) center top no-repeat;
    background-size: cover;
}

.log-reg-header
{
    margin-top: 37px;
    margin-bottom: 53px; 

    text-align: center;
}

.log-reg-form
{
    position: relative;
    display: block;
    width: 620px;
    margin: 0 auto;
    padding: 60px 114px 1px 114px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.fix-log-captcha-form
{
	height: 610px;
}
.fix-reg-form
{
	height: 700px;
}
.log-reg-form > h1
{
    font-size: 34px;
    font-weight: 700;

    margin: 0 auto;

    text-align: center; 
    letter-spacing: -1.8px;
    text-transform: uppercase;

    color: #cdd8dc;
}
.log-reg-form h2
{
    font-size: 30px;
    font-weight: 600;

    margin-top: -15px;
    margin-bottom: 17px;

    text-align: center; 
    letter-spacing: -1.8px;
    text-transform: uppercase;

    color: #010101;
}
.log-reg-form h6
{
    font-size: 16px;

    position: relative;

    margin-bottom: 20px;

    text-align: center; 

    color: #c1272d;
}
.log-reg-form h6:before
{
    position: absolute;
    top: 3px;
    left: 105px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../img/wrong.png) center top no-repeat;
}
.log-reg-form input
{
    font-size: 24px;
    font-weight: 400;

    width: 100%;
    margin-bottom: 10px;
    padding: 12px 40px 12px 40px;

    color: #ddd;
    border: 1px solid #cdd8dc;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.log-reg-form input[type='checkbox']
{
    display: none;
}
.log-reg-form input[type='checkbox'] + label
{
    font-size: 18px;

    position: relative;

    margin: 30px 0;
    margin-left: 50px;

    cursor: pointer; 
    text-align: left;

    color: #282828;
}
.log-reg-form input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.log-reg-form input[type='checkbox'] + label::selection
{
    background: transparent;
}
.log-reg-form input[type='checkbox'] + label::-moz-selection
{
    background: transparent;
}
.log-reg-form input[type='checkbox'] + label::before
{
    position: absolute;
    top: 1px;
    left: -115px;

    display: inline-block;

    width: 19px;
    height: 19px;
    margin: 0 15px 0 90px;

    content: '';

    border: 1px solid #cdd8dc;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.log-reg-form input[type='checkbox']:checked + label::before
{
    border: 1px solid #c1272d;
    background: url(../img/check.png) center center no-repeat, #c1272d;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.log-reg-form a
{
    font-size: 18px;

    display: block;

    margin-top: 9px;
    margin-bottom: 28px;

    text-align: center; 
    text-decoration: underline;

    color: #282828;
}
.log-reg-form a:last-child
{
    font-size: 16px;

    color: #c1272d;
}
.log-reg-form p
{
    font-size: 18px; 

    margin-bottom: 29px;

    color: #282828;
	text-align: center;
}
.log-reg-form a:last-child
{
    display: inline-block;

    margin-top: 0;
    margin-left: 5px;

    text-align: right;
}

.form-login
{
    margin-bottom: 10px;
}

.form-pass
{
    margin-bottom: 19px;
}

.form-capcha
{
    margin-bottom: 31px !important;
    padding-right: 180px !important;
}

.form-btn
{
    font-size: 24px;

    width: 100%;
    margin-top: 30px;
    margin-bottom: 29px;
    padding: 18px 40px;

    color: #ddd;
    border: 1px solid #959595;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    background: #c1272d;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
            box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}
.form-btn[disabled] {
	background: grey;
}

.login-wrapper,
.pass-wrapper,
.repeat-pass-wrapper,
.jabber-wrapper
{
    position: relative;
}
/*.login-wrapper img,
.pass-wrapper img,
.repeat-pass-wrapper img,
.jabber-wrapper img
{
    position: absolute;
    top: 34%;
    right: -25px;
	display:none;
}
.wrapper_error img.error
{
	display:block !important;
}

.wrapper_warning img.warning
{
	display:block !important;
}*/

.login-wrapper div.error,
.pass-wrapper div.error,
.repeat-pass-wrapper div.error,
.jabber-wrapper div.error,
.captcha-wrapper div.error
{
    position: absolute;
    top: 34%;
    right: -25px;
	display:none;
	width:16px;
	height:16px;
}
.captcha-wrapper div.error
{
	top: 22%;
}
.wrapper_error div.error
{
	display:block !important;
	background: url(../img/tick.png) center center no-repeat;
}

.wrapper_warning div.error
{
	display:block !important;
	background: url(../img/warning.png) center center no-repeat;
}




.captcha-wrapper
{
    position: relative;
}
.captcha-wrapper img
{
	border: 1px solid #cdd8dc;
    border-radius: 0 30px 30px 0;
    box-shadow: 1.1px 2.8px 1px rgba(0, 0, 0, 0.13) inset;
	
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
}

@media screen and (min-width: 971px) and (max-width: 1169px)
{
    .container
    {
        width: 970px;
    }
    header h1
    {
        font-size: 40px;
    }
    .nav li
    {
        margin-left: 23px;
    }
    .profile-preview
    {
        position: relative;

        margin-top: 15px;
    }
    .profile-preview-topline
    {
        padding: 6px 2px 6px 2px;
    }
    .profile-preview-topline p
    {
        margin-left: 0;
    }
    .profile-preview-drop
    {
        top: 67px;
    }
    .cards-drop
    {
        top: 102px;
        left: 86px;
    }
    .cards-drop li
    {
        margin-left: 0;
    }
	.checker-drop
	{
		top: 102px;
		left: 373px;
	}
	.funds-drop
	{
		top: 102px;
		left: 286px;
	}
	.rules-drop
	{
		top: 102px;
		left: 129px;
	}
	.buy-drop
	{
		top: 102px;
		left: 72px;
	}
	.orders-drop
	{
		top: 102px;
		left: 200px;
	}
	.checker-drop-bottom
	{
		top: 112px;
		left: 570px;
	}
	.rules-drop-bottom
	{
		top: 112px;
		left: 205px;
	}
	.buy-drop-bottom
	{
		top: 112px;
		left: 205px;
	}
	.orders-drop-bottom
	{
		top: 112px;
		left: 205px;
	}
	.checker-drop li
	{
		margin-left: 0;
	}
	.funds-drop li
	{
		margin-left: 0;
	}
	.rules-drop li,
	.buy-drop li,
	.orders-drop li
	{
		margin-left: 0;
	}
	.checker-drop-bottom li
	{
		margin-left: 0;
	}
	.rules-drop-bottom li,
	.buy-drop-bottom li,
	.orders-drop-bottom li
	{
		margin-left: 0;
	}
    .notification-counter
    {
        position: absolute;
        top: 3px;
        left: -6px;

        width: 20px;
        height: 20px;

        text-align: center;
    }
    .nav-footer li
    {
        margin-left: 50px;
    }
    .news
    {
        float: left;
    }
    .news-image
    {
        float: right;

        width: 48%;
    }
    .sidebar-news
    {
        width: 100%;
    }
    .exchange-banner
    {
        width: 100%;
        margin-top: 36px;
        margin-bottom: 34px;
        padding: 25px 10px 20px 10px;
    }
    .sidebar-support-form textarea[name='sidebar-support']
    {
        width: 205px;
        margin-top: 0;
        padding: 15px;
    }
    .support-form textarea[name='support-textarea']
    {
        width: 100%;
    }
    .support-select-wrapper
    {
        width: 25%;
        margin-bottom: 15px;
    }
    .account-checkboxes label p
    {
        margin-top: -33px;
    }
    .cards-filter-wrapper
    {
        padding-top: 46px;
    }
    .cards-filter
    {
        margin-bottom: 0;
    }
    .cards-filter-btn-wrapper
    {
        margin-top: 25px;
    }
	.demo-act-btn
	{
		width: 471px;
	}
    .cards-filter-item
    {
        margin-right: 26px;
    }
    .cards-filter-item-short
    {
        width: 290px;
    }
    .cards-filter-wrapper
    {
        position: relative;

        padding-top: 80px;
        padding-bottom: 45px;

        border-bottom: 3px solid #000;
    }
    .card-select-wrapper
    {
        float: left;

        width: 180px; 
        margin-right: 26px;
    }
    .card-short-select-wrapper
    {
        float: left;

        width: 130px; 
        margin-right: 0;
        margin-left: 15px;
    }
    .card-select-wrapper p,
    .card-short-select-wrapper p
    {
        font-size: 16px;

        margin-top: -40px; 
        margin-bottom: 16px;
    }
	
	.history-col-1
	{
		width: 5%;
	}
	.history-col-2
	{
		width: 15%;
	}
	.history-col-3
	{
		width: 10%;
	}
	.history-col-4
	{
		width: 20%;
	}
	.history-col-5
	{
		width: 50%;
	}
	
	.funds-col-1
	{
		width: 7%;
	}
	.funds-col-2
	{
		width: 17%;
	}
	.funds-col-3
	{
		width: 30%;
	}
	.funds-col-4
	{
		width: 12%;
	}
	.funds-col-5
	{
		width: 12%;
	}
	.funds-col-6
	{
		width: 10%;
	}
	.funds-col-7
	{
		width: 12%;
	}
	
	.seller-col-1
	{
		width: 10%;
	}
	.seller-col-2
	{
		width: 18%;
	}
	.seller-col-3
	{
		width: 18%;
	}
	.seller-col-4
	{
		width: 18%;
	}
	.seller-col-5
	{
		width: 18%;
	}
	.seller-col-6
	{
		width: 18%;
	}
	
	.seller2-col-1
	{
		width: 20%;
	}
	.seller2-col-2
	{
		width: 16%;
	}
	.seller2-col-3
	{
		width: 16%;
	}
	.seller2-col-4
	{
		width: 16%;
	}
	.seller2-col-5
	{
		width: 16%;
	}
	.seller2-col-6
	{
		width: 16%;
	}
	
	.seller3-col-1
	{
		width: 29%;
	}
	.seller3-col-2
	{
		width: 21%;
	}
	.seller3-col-3
	{
		width: 21%;
	}
	.seller3-col-4
	{
		width: 21%;
	}
	.seller3-col-5
	{
		width: 8%;
	}
    .notif-col-1
    {
        width: 60%;
    }
    .notif-col-2
    {
        width: 30%;
    }
    .notif-col-3
    {
        width: 10%;
    }
	.orders-col-1
	{
		width: 8%;
	}
	.orders-col-2
	{
		width: 10%;
	}
	.orders-col-3
	{
		width: 60%;
	}
	.orders-col-4
	{
		width: 8%;
	}
	.orders-col-5
	{
		width: 6%;
	}
	.orders-col-6
	{
		width: 8%;
	}
	
	.ssn-res-col-1
	{
		width: 10%;
	}
	.ssn-res-col-2
	{
		width: 70%;
	}
	.ssn-res-col-3
	{
		width: 20%;
	}
	
	.ssn-req-col-1
	{
		width: 8%;
	}
	.ssn-req-col-2
	{
		width: 20%;
	}
	.ssn-req-col-3
	{
		width: 57%;
	}
	.ssn-req-col-4
	{
		width: 15%;
	}
	
    .cards-col-1
    {
        width: 9%;
    }
	.cards-col-3
	{
		width: 5%;
	}
    .cards-col-4
    {
        width: 5%;
    }
    .cards-col-5
    {
        width: 9%;
    }
    .cards-col-6
    {
        width: 12%;
    }
}

@media screen and (min-width: 751px) and (max-width: 970px)
{
    .container
    {
        width: 750px;
    }
    .header-logo
    {
        text-align: center;
    }
    .navigation
    {
        padding-left: 15px !important;
    }
    header h1,
    footer h1
    {
        font-size: 46px;

        margin: 5px 0 10px 0;
    }
    .navigation
    {
        padding-left: 55px;
    }
    .basket
    {
        float: right;

        margin-top: 15px;
        margin-right: -5px;
    }
    .basket span
    {
        margin-left: 12px;
    }
    .nav
    {
        margin-top: 25px;
    }
    .nav li
    {
        margin-left: 19px;
    }
	.checker-drop
	{
		top: 127px;
		left: 354px;
	}
	.funds-drop
	{
		top: 127px;
		left: 270px;
	}
	.rules-drop
	{
		top: 127px;
		left: 120px;
	}
	.buy-drop
	{
		top: 127px;
		left: 70px;
	}
	.orders-drop
	{
		top: 127px;
		left: 190px;
	}
	.checker-drop-bottom
	{
		top: 127px;
		left: 415px;
	}
	.rules-drop-bottom
	{
		top: 127px;
		left: 150px;
	}
	.buy-drop-bottom
	{
		top: 127px;
		left: 150px;
	}
	.orders-drop-bottom
	{
		top: 127px;
		left: 150px;
	}
	.checker-drop li
	{
		margin-left: 0;
	}
	.funds-drop li
	{
		margin-left: 0;
	}
	.rules-drop li,
	.buy-drop li,
	.orders-drop li
	{
		margin-left: 0;
	}
	.checker-drop-bottom li
	{
		margin-left: 0;
	}
	.rules-drop-bottom li,
	.buy-drop-bottom li,
	.orders-drop-bottom li
	{
		margin-left: 0;
	}
    .cards-drop
    {
        top: 127px;
        left: 81px;
    }
    .cards-drop li
    {
        margin-left: 0;
    }
    .news-image
    {
        float: right;

        width: 50%;
    }
    .sidebar-news
    {
        float: none;

        width: 50%;
        margin: 0 auto;
    }
    .sidebar-support-form textarea[name='sidebar-support']
    {
        width: 345px;
    }
    .support-select-wrapper
    {
        width: 35%;
        margin-bottom: 15px;
    }
    .support-col-1
    {
        width: 12%;
    }
    .support-col-2
    {
        width: 12%;
    }
    .support-col-3
    {
        width: 15%;
    }
    .support-col-4
    {
        width: 15%;
    }
    .support-col-5
    {
        width: 12%;
    }
    .support-col-6
    {
        width: 44%;
    }
    .support-col-7
    {
        width: 5%;
    }
    .left-col
    {
        float: none;

        width: 100%;
        padding-right: 0;
    }
    .left-col-top-row
    {
        width: 100%;
    }
    .left-col-bottom-row
    {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;

        border-bottom: 3px solid #d1dbdf;
    }
    .left-col-bottom-row h3
    {
        margin-bottom: 22px;

        text-transform: uppercase;
    }
    .left-col-bottom-row img
    {
        margin-right: 10px;
    }
    .middle-col
    {
        float: none;

        width: 100%;
        margin-top: 50px;
        padding-bottom: 70px;

        text-align: center; 

        border-right: none;
        border-bottom: 3px solid #d1dbdf;
        border-left: none;
    }
    .right-col
    {
        float: none;

        width: 100%;
        padding: 50px;
    }
    .change-pass input
    {
        width: 370px;
        margin-bottom: 10px; 
        padding: 12px 0 12px 40px;
    }
	.change-pass button
    {
        width: 370px;
        margin-bottom: 10px; 
    }
    #account-btn
    {
        margin-left: 150px;
    }
    .cards-filter
    {
        margin-bottom: 0;
    }
    .cards-filter-wrapper
    {
        padding-top: 45px;
    }
    .cards-filter-btn-wrapper
    {
        margin-top: 22px;
    }
	.demo-act-btn
	{
		width: 475px;
	}
    .cards-filter-item
    {
        width: 210px;
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .cards-filter-item-last
    {
        float: right;

        margin-right: 0;
    }
    .cards-filter-item-short
    {
        width: 290px;
    }
    .cards-table-header
    {
        height: 60px;
    }
	
	.history-col-1
	{
		width: 5%;
	}
	.history-col-2
	{
		width: 15%;
	}
	.history-col-3
	{
		width: 10%;
	}
	.history-col-4
	{
		width: 20%;
	}
	.history-col-5
	{
		width: 50%;
	}
	
	.funds-col-1
	{
		width: 7%;
	}
	.funds-col-2
	{
		width: 17%;
	}
	.funds-col-3
	{
		width: 30%;
	}
	.funds-col-4
	{
		width: 12%;
	}
	.funds-col-5
	{
		width: 12%;
	}
	.funds-col-6
	{
		width: 10%;
	}
	.funds-col-7
	{
		width: 12%;
	}
	
	.seller-col-1
	{
		width: 10%;
	}
	.seller-col-2
	{
		width: 18%;
	}
	.seller-col-3
	{
		width: 18%;
	}
	.seller-col-4
	{
		width: 18%;
	}
	.seller-col-5
	{
		width: 18%;
	}
	.seller-col-6
	{
		width: 18%;
	}
	
	.seller2-col-1
	{
		width: 20%;
	}
	.seller2-col-2
	{
		width: 16%;
	}
	.seller2-col-3
	{
		width: 16%;
	}
	.seller2-col-4
	{
		width: 16%;
	}
	.seller2-col-5
	{
		width: 16%;
	}
	.seller2-col-6
	{
		width: 16%;
	}
	
	.seller3-col-1
	{
		width: 29%;
	}
	.seller3-col-2
	{
		width: 21%;
	}
	.seller3-col-3
	{
		width: 21%;
	}
	.seller3-col-4
	{
		width: 21%;
	}
	.seller3-col-5
	{
		width: 8%;
	}
    .notif-col-1
    {
        width: 60%;
    }
    .notif-col-2
    {
        width: 30%;
    }
    .notif-col-3
    {
        width: 10%;
    }
	
	.orders-col-1
	{
		width: 10%;
	}
	.orders-col-2
	{
		width: 8%;
	}
	.orders-col-3
	{
		width: 54%;
	}
	.orders-col-4
	{
		width: 10%;
	}
	.orders-col-5
	{
		width: 8%;
	}
	.orders-col-6
	{
		width: 10%;
	}
	
	.ssn-res-col-1
	{
		width: 10%;
	}
	.ssn-res-col-2
	{
		width: 70%;
	}
	.ssn-res-col-3
	{
		width: 20%;
	}
	
	.ssn-req-col-1
	{
		width: 8%;
	}
	.ssn-req-col-2
	{
		width: 20%;
	}
	.ssn-req-col-3
	{
		width: 57%;
	}
	.ssn-req-col-4
	{
		width: 15%;
	}
	
	.cards-col-1
    {
        width: 14%;
    }
	.cards-col-2
    {
        width: 11%;
    }
	.cards-col-3
    {
        width: 8%;
    }
    .cards-col-4
    {
        width: 5%;
    }
    .cards-col-5
    {
        width: 11%;
		display:none;
    }
    .cards-col-6
    {
        width: 11%;
    }
    .cards-col-7
    {
        width: 9%;
    }
    .cards-col-8
    {
        width: 11%;
    }
    .cards-col-9
    {
        width: 10%;
    }
	.cards-col-10
    {
        width: 8%;
		display:none;
    }
	.cards-col-11
    {
        width: 4%;
    }
	.cards-col-12
    {
        width: 8%;
    }
    .cards-col-13
    {
        width: 5%;
    }
    .your-cart-table
    {
        margin-top: 38px;
        margin-bottom: 30px;
    }
    .your-cart-table table
    {
        width: 100%;
        margin-bottom: 44px; 

        text-align: center;
    }
    .your-cart-table table tr
    {
        height: 48px;
    }
    .your-cart-table table tr:nth-child(1)
    {
        height: 50px;
    }
    .cart-col-1
    {
        width: 14%;
    }
    .cart-col-2
    {
        width: 11%;
    }
    .cart-col-3
    {
        width: 8%;
    }
	.cart-col-4
    {
        width: 5%;
    }
    .cart-col-5
    {
		display:none;
        width: 11%;
    }
    .cart-col-6
    {
        width: 11%;
    }
    .cart-col-7
    {
        width: 9%;
    }
    .cart-col-8
    {
        width: 11%;
    }
    .cart-col-9
    {
        width: 10%;
    }
    .cart-col-10
    {
        display: none;
		width: 8%;
    }
	.cart-col-11
    {
        width: 4%;
    }
	.cart-col-12
    {
        width: 8%;
    }
	.cart-col-13
    {
        width: 5%;
    }
	.cart-col-14
    {
        width: 40px;
    }
    .cart-table-header p
    {
        margin-top: 13px;
    }
    .cart-table-event p
    {
        margin-top: 17px;
        margin-bottom: 10px;
    }
    .make-order
    {
        float: right;

        text-align: right;
    }
    .make-order p
    {
        margin-bottom: 22px;
    }
    .card-select-wrapper
    {
        float: none;

        margin-right: 0;
    }
    .grey-btn
    {
        top: 15px;
    }
    .transparent-btn
    {
        top: 45px;
    }
}

@media screen and (min-width: 481px) and (max-width: 750px)
{
    .container
    {
        width: 480px;
    }
    .header-logo
    {
        text-align: center;
    }
    header h1,
    footer h1
    {
        font-size: 39px;

        margin: 10px 0 0 0;
    }
    .basket
    {
        margin-right: 34%;
        margin-bottom: 15px;
    }
    .nav li
    {
        float: none;

        margin: 0;
        margin-bottom: 10px;

        text-align: center;
    }
    .nav-footer li
    {
        float: none;

        margin: 0;

        text-align: center;
    }
    .profile-preview-drop
    {
        top: 52px;
    }
	.checker-drop
	{
		top: 332px;
		left: 150px;
	}
	.funds-drop
	{
		top: 298px;
		left: 150px;
	}
	.rules-drop
	{
		top: 235px;
		left: 150px;
	}
	.buy-drop
	{
		top: 202px;
		left: 150px;
	}
	.orders-drop
	{
		top: 265px;
		left: 150px;
	}
	.checker-drop-bottom
	{
		top: 310px;
		left: 150px;
	}
	.rules-drop-bottom
	{
		top: 242px;
		left: 150px;
	}
	.buy-drop-bottom
	{
		top: 242px;
		left: 150px;
	}
	.orders-drop-bottom
	{
		top: 242px;
		left: 150px;
	}
	.checker-drop li
	{
		margin-left: 0;
	}
	.funds-drop li
	{
		margin-left: 0;
	}
	.rules-drop li,
	.buy-drop li,
	.orders-drop li
	{
		margin-left: 0;
	}
	.checker-drop-bottom li
	{
		margin-left: 0;
	}
	.rules-drop-bottom li,
	.buy-drop-bottom li,
	.orders-drop-bottom li
	{
		margin-left: 0;
	}
    .cards-drop
    {
        top: 199px;
        left: 105px;
    }
    .cards-drop li
    {
        margin-left: 0;
    }
    .news-block
    {
        width: 100%;
    }
    .news-list
    {
        width: 100%;
        margin-bottom: 27px;
    }
    .news-list-item
    {
        width: 100%;
    }
    .news-image
    {
        width: 100%;
    }
    .sidebar-support-form textarea[name='sidebar-support']
    {
        width: 420px;
    }
    .support-select-wrapper
    {
        width: 50%;
        margin-bottom: 15px;
    }
    .support-col-1
    {
        width: 16%;
    }
    .support-col-2
    {
        width: 17%;
    }
    .support-col-5
    {
        width: 20%;
    }
    .support-col-6
    {
        width: 40%;
    }
    .support-col-7
    {
        width: 5%;
    }
    .support-col-3,
    .support-col-4
    {
        display: none;
    }
    .new-fund h3,
	.process-fund h3
    {
        font-size: 20px;
    }
    .fund-code p
    {
        font-size: 18px;
    }
    .left-col
    {
        float: none;

        width: 100%;
        padding-right: 0;
    }
    .left-col-top-row
    {
        width: 100%;
    }
    .left-col-bottom-row
    {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;

        border-bottom: 3px solid #d1dbdf;
    }
    .left-col-bottom-row h3
    {
        margin-bottom: 22px;

        text-transform: uppercase;
    }
    .left-col-bottom-row img
    {
        margin-right: 10px;
    }
    .middle-col
    {
        float: none;

        width: 100%;
        margin-top: 50px;
        padding-bottom: 70px;

        text-align: center; 

        border-right: none;
        border-bottom: 3px solid #d1dbdf;
        border-left: none;
    }
    .right-col
    {
        float: none;

        width: 100%;
        padding: 50px;
    }
    .cards-filter
    {
        margin-bottom: 0;
    }
    .cards-filter p
    {
        margin-bottom: 10px;
    }
    .cards-filter-wrapper
    {
        padding-top: 45px;
    }
    .cards-filter-btn-wrapper
    {
        float: left;
        margin-top: 30px;
    }
	.demo-act-btn
	{
		width: 225px;
	}
    .cards-filter-item
    {
        /*float: none;*/

        width: 210px;
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .cards-filter-item-last
    {
        float: none;

        margin-right: 0;
    }
    .cards-filter-item-short
    {
        width: 290px;
    }
    .cards-table-header
    {
        display: none;
    }
    .cards-table-row
    {
        margin-bottom: 9px;

        border: 1px solid #fff;
        background: #f2f2f2 !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
                box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }
	 .cards-table-row .orders-col input
    {
		background: white !important;
	}
	
	.history-col-1
	{
		width: 7%;
	}
	.history-col-2
	{
		display:none;
		width: 15%;
	}
	.history-col-3
	{
		width: 20%;
	}
	.history-col-4
	{
		width: 25%;
	}
	.history-col-5
	{
		width: 48%;
	}
	
	.funds-col-1
	{
		width: 9%;
	}
	.funds-col-2
	{
		display: none;
		width: 17%;
	}
	.funds-col-3
	{
		width: 39%;
	}
	.funds-col-4
	{
		width: 20%;
	}
	.funds-col-5
	{
		display: none;
		width: 12%;
	}
	.funds-col-6
	{
		width: 13%;
	}
	.funds-col-7
	{
		width: 19%;
	}
	
	.seller-col-1
	{
		width: 10%;
	}
	.seller-col-2
	{
		width: 18%;
	}
	.seller-col-3
	{
		width: 18%;
	}
	.seller-col-4
	{
		width: 18%;
	}
	.seller-col-5
	{
		width: 18%;
	}
	.seller-col-6
	{
		width: 18%;
	}
	
	.seller2-col-1
	{
		width: 20%;
	}
	.seller2-col-2
	{
		width: 16%;
	}
	.seller2-col-3
	{
		width: 16%;
	}
	.seller2-col-4
	{
		width: 16%;
	}
	.seller2-col-5
	{
		width: 16%;
	}
	.seller2-col-6
	{
		width: 16%;
	}
	
	.seller3-col-1
	{
		width: 29%;
	}
	.seller3-col-2
	{
		width: 21%;
	}
	.seller3-col-3
	{
		width: 21%;
	}
	.seller3-col-4
	{
		width: 21%;
	}
	.seller3-col-5
	{
		width: 8%;
	}
	.notif-col-1
    {
        width: 60%;
    }
    .notif-col-2
    {
        width: 30%;
    }
    .notif-col-3
    {
        width: 10%;
    }
	.orders-col-1
	{
		width: 10%;
		display: none;
	}
	.orders-col-2
	{
		width: 10%;
		display: none;
	}
	.orders-col-3
	{
		width: 61%;
	}
	.orders-col-4
	{
		width: 16%;
	}
	.orders-col-5
	{
		width: 8%;
	}
	.orders-col-6
	{
		width: 13%;
	}
	
	.ssn-res-col-1
	{
		width: 10%;
	}
	.ssn-res-col-2
	{
		width: 60%;
	}
	.ssn-res-col-3
	{
		width: 30%;
	}
	
	.ssn-req-col-1
	{
		width: 8%;
	}
	.ssn-req-col-2
	{
		width: 20%;
		display: none;
	}
	.ssn-req-col-3
	{
		width: 77%;
	}
	.ssn-req-col-4
	{
		width: 15%;
	}
	
    .cards-col-1
    {
        width: 22%;
    }
    .cards-col-7
    {
        width: 12%;
    }
    .cards-col-8
    {
        width: 12%;
    }
    .cards-col-9
    {
        width: 18%;
    }
    .cards-col-13
    {
        width: 8%;
    }
    .cards-col-2,
    .cards-col-3,
    .cards-col-4,
    .cards-col-5,
    .cards-col-6
    {
        display: none;
    }
    .cart-table-header
    {
        display: none;
    }
    .your-cart-table table tr
    {
        height: 55px;
    }
    .cart-col-1
    {
        width: 22%;
    }
	.cart-col-7
    {
        width: 12%;
    }
	.cart-col-8
    {
        width: 12%;
    }
    .cart-col-9
    {
        width: 18%;
    }
    .cart-col-10
    {
        width: 13%;
    }
	.cart-col-11
    {
        width: 4%;
    }
	.cart-col-12
    {
        width: 5%;
    }
	.cart-col-13
    {
        width: 8%;
    }
	.cart-col-14
    {
        width: 40px;
    }
    .cart-col-2,
    .cart-col-3,
    .cart-col-4,
    .cart-col-5,
    .cart-col-6
    {
        display: none;
    }
	.cart-table-row {
		background: #f2f2f2 none repeat scroll 0 0 !important;
		border: 1px solid #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
		margin-bottom: 9px;
	}
    .cart-grey-btn
    {
        top: 14px; 
        right: 70px;
    }
    .transparent-btn
    {
        top: 14px;
        right: 0;
    }
    .log-reg-form
    {
        width: 395px;
        height: 440px;
        padding: 15px 25px;
    }
	.fix-log-captcha-form
	{
		height: 525px;
	}
	.fix-reg-form
	{
		height: 590px;
	}
    .log-reg-form > h1
    {
        font-size: 30px;
    }
    .log-reg-form h2
    {
        font-size: 27px;
    }
    .log-reg-form h6:before
    {
        top: 3px;
        left: 85px;
    }
    .log-reg-form p
    {
        font-size: 17px;
    }
    .log-reg-form input[type='checkbox'] + label::before
    {
        top: 1px;
        left: -115px;
    }
    .login-wrapper img,
    .pass-wrapper img,
    .repeat-pass-wrapper img,
    .jabber-wrapper img
    {
        position: absolute;
        top: 34%;
        right: 15px;
    }
	.new-fund input,
	.new-fund button
	{
		width : 100%;
		float : none;
		margin: 10px 0;
	}
	.process-fund button
	{
		width : 100%;
	}
}

@media screen and (max-width: 480px)
{
    .container
    {
        width: 320px;
    }
    .header-logo
    {
        text-align: center;
    }
    header h1,
    footer h1
    {
        font-size: 26px;
    }
    .basket
    {
        margin-top: 10px;
        margin-right: 70px; 
        margin-bottom: 10px;
    }
    .basket span
    {
        margin-left: 20px;
    }
    .nav li
    {
        float: none;

        margin: 0;
        margin-bottom: 10px; 

        text-align: center;
    }
	.checker-drop
	{
		top: 315px;
		left: 73px;
	}
	.funds-drop
	{
		top: 285px;
		left: 73px;
	}
	.rules-drop
	{
		top: 220px;
		left: 73px;
	}
	.buy-drop
	{
		top: 185px;
		left: 73px;
	}
	.orders-drop
	{
		top: 250px;
		left: 73px;
	}
	.checker-drop-bottom
	{
		top: 390px;
		left: 73px;
	}
	.rules-drop-bottom
	{
		top: 293px;
		left: 73px;
	}
	.buy-drop-bottom
	{
		top: 293px;
		left: 73px;
	}
	.orders-drop-bottom
	{
		top: 293px;
		left: 73px;
	}
	.checker-drop li
	{
		margin-left: 0;
	}
	.funds-drop li
	{
		margin-left: 0;
	}
	.rules-drop li,
	.buy-drop li,
	.orders-drop li
	{
		margin-left: 0;
	}
	.checker-drop-bottom li
	{
		margin-left: 0;
	}
	.rules-drop-bottom li,
	.buy-drop-bottom li,
	.orders-drop-bottom li
	{
		margin-left: 0;
	}
    .cards-drop
    {
        top: 184px;
        left: 20px;
    }
    .cards-drop li
    {
        margin-left: 0;
    }
    .profile-preview-drop
    {
        top: 53px; 
        right: 15px;
    }
    .news
    {
        float: none;
    }
    .news-block
    {
        float: none;
    }
    .news-list
    {
        float: none;

        margin: 0;
        margin-bottom: 25px;
    }
    .news-list-item
    {
        width: 100%;
    }
    .news-image
    {
        float: none;

        width: 100%;
    }
    .sidebar-support-form textarea[name='sidebar-support']
    {
        max-width: 268px;
    }
    .support-select-wrapper
    {
        margin-bottom: 15px;
    }
    .support-form p
    {
        margin-bottom: 16px;
    }
    .support-table-row
    {
        margin-bottom: 9px;

        border: 1px solid #fff;
        background: #f2f2f2;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
                box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }
    .support-table-header
    {
        display: none;
    }
    .support-col-1
    {
        display: inline-block;
        float: left; 

        width: 140px;
    }
    .support-col-2
    {
        display: inline-block;
        float: left; 

        width: 80px;
    }
    .support-col-3
    {
        display: none;
    }
    .support-col-4
    {
        display: none;
    }
    .support-col-5
    {
        display: inline-block;
        float: left; 

        width: 80px;
    }
    .support-col-6
    {
        display: inline-block; 

        width: 140px;
    }
    .support-col-7
    {
        display: inline-block;
        float: right;

        width: 20px;
        height: 20px;
        margin-top: -45px;
        margin-right: 0;
    }
    .new-fund h3,
    .process-fund h3
    {
        font-size: 23px; 

        margin-bottom: 10px;
    }
    .fund-code p
    {
        font-size: 11px;
    }
    .left-col
    {
        float: none;

        width: 100%;
        padding-right: 0;
    }
    .left-col-bottom-row
    {
        padding-bottom: 50px;

        border-bottom: 3px solid #d1dbdf;
    }
    .middle-col
    {
        float: none;

        width: 100%;
        padding-top: 50px;

        border-right: none;
        border-bottom: 3px solid #d1dbdf; 
        border-left: none;
    }
    .right-col
    {
        float: none;

        width: 100%;
        margin-top: 50px;
    }
    .change-pass
    {
        padding-bottom: 70px;
    }
    .change-pass input
    {
        width: 100%;
    }
    #account-btn
    {
        margin-left: 0;
    }
    .cards-filter
    {
        margin-bottom: 0;
    }
    .cards-filter p
    {
        margin-bottom: 10px;
    }
    .cards-filter-wrapper
    {
        padding-top: 45px;
    }
    .cards-filter-btn-wrapper
    {
        float: none;

        width: 100%;
        margin-top: 25px;
    }
	.demo-act-btn
	{
		width: 220px;
	}
    .cards-filter-item
    {
        float: none;

        width: 100%;
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .cards-filter-item-last
    {
        float: none;

        margin-right: 0;
    }
    .cards-filter-item-short
    {
        width: 100%;
    }
    .card-short-select-wrapper
    {
        margin-right: 0;
    }
    #cards_filter_apply
    {
        width: 175px;
    }
    .cards-table-description
    {
        padding: 10px 0;
    }
    .cards-table-description p
    {
        float: none;

        margin-bottom: 15px; 

        text-align: center;
    }
    .card-table-filter
    {
        display: block;
        float: none;

        margin: 0 auto; 

        text-align: center;
    }
    .cards-show
    {
        float: none;

        text-align: center;
    }
    .cards-show p
    {
        float: left !important;

        margin-left: 25px;
    }
    .cards-table-desktop,
    .your-cart-table-desktop
    {
        display: none;
    }
    .cards-table-mobile,
    .your-cart-table-mobile
    {
        display: block;

        margin-bottom: 28px;
    }
    .cards-event-mobile,
    .your-cart-table-mobile-event
    {
        width: 100%;
        margin-bottom: 9px;
        padding: 16px;

        border: 1px solid #fff;
        background-color: #f2f2f2;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
                box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }
    .cards-event-mobile p,
    .your-cart-table-mobile-event p
    {
        font-size: 12px; 

        margin-bottom: 15px;

        color: #000;
    }
	.event-mobile-full-col
    {
        width: 100%;
    }
    .event-mobile-left-col
    {
        float: left; 

        width: 75%;
    }
	 .event-mobile-seller-left-col
    {
        float: left; 

        width: 10%;
    }
    .event-mobile-right-col
    {
        float: right; 

        width: 25%;
    }
	.event-mobile-seller-right-col
    {
        float: right; 

        width: 45%;
    }
    .event-mobile-bottom-string
    {
        position: relative;

        padding-top: 10px; 

        border-top: 1px solid #cdd8dc;
    }
    .event-mobile-bottom-string p
    {
        font-size: 18px;

        margin-bottom: 0;
    }
    .event-mobile-bottom-string input[type='checkbox']
    {
        display: none;
    }
    .event-mobile-bottom-string input[type='checkbox'] + label
    {
        font-size: 18px;

        cursor: pointer; 

        color: #282828;
    }
    .event-mobile-bottom-string input[type='checkbox'] + label::-moz-selection
    {
        background: transparent;
    }
    .event-mobile-bottom-string input[type='checkbox'] + label::selection
    {
        background: transparent;
    }
    .event-mobile-bottom-string input[type='checkbox'] + label::-moz-selection
    {
        background: transparent;
    }
    .event-mobile-bottom-string input[type='checkbox'] + label::before
    {
        display: inline-block;

        width: 29px;
        height: 29px;
        margin: -10px 0 -15px 10px;

        content: '';

        border: 1px solid #cdd8dc;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #cdd8dc;
        -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
                box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
    }
    .event-mobile-bottom-string input[type='checkbox']:checked + label::before
    {
        border: 1px solid #c1272d;
        background: url(../img/check.png) center center no-repeat, #c1272d;
        -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
                box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
    }
    .event-mobile-btn
    {
        float: left;

        width: 93px;
        padding: 7px;
    }
    .cart-grey-btn
    {
        top: 10px;
        right: 75px;
    }
    .transparent-btn
    {
        top: 10px;
        right: 0;
    }
    .cards-pagination li a
    {
        padding: 6px 10px;
    }
    .cards-pagination li:nth-child(4),
    .cards-pagination li:nth-child(5),
    .cards-pagination li:nth-child(6)
    {
        display: none;
    }
    .form-wrapper
    {
        margin-bottom: 164px;
    }
    .log-reg-header
    {
        text-align: center;
    }
    .log-reg-form
    {
        display: block;

        width: 280px;
        height: 390px;
        margin: 0 auto;
        padding: 10px 15px;
    }
	.fix-log-captcha-form
	{
		height: 465px;
	}
	.fix-reg-form
	{
		height: 500px;
	}
    .log-reg-form > h1
    {
        font-size: 22px;

        margin: 0;
        margin-bottom: 10px;

        text-align: center;
    }
    .log-reg-form h2
    {
        font-size: 21px;

        margin-top: -15px; 
        margin-bottom: 37px;
    }
    .log-reg-form h6:before
    {
        top: 3px;
        left: 40px;
    }
    .log-reg-form input
    {
        font-size: 18px; 

        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0 10px 25px;
    }
    .log-reg-form a
    {
        display: block;

        margin-top: 9px;
        margin-bottom: 28px;
    }
    .log-reg-form p
    {
        margin-bottom: 29px;
    }
    .log-reg-form input[type='checkbox'] + label::before
    {
        top: 0;
        left: -115px;
    }
    .form-btn
    {
        font-size: 18px; 

        padding: 10px 40px;
    }
    .login-wrapper img,
    .pass-wrapper img,
    .repeat-pass-wrapper img,
    .jabber-wraper img
    {
        top: 30%;
        right: 15px;
    }
    .captcha-wrapper img
    {
        top: -6px;
        right: -18px; 

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
    .form-capcha
    {
        padding-right: 140px !important;
    }
	.new-fund input,
	.new-fund button
	{
		width : 100%;
		float : none;
		margin: 10px 0;
	}
	.process-fund button
	{
		width : 100%;
	}
}
.row {
	margin:0;
}
.event-mobile-bottom-string {
	position:relative;
	height: 40px;
}
.event-mobile-bottom-string .cards-check, .event-mobile-bottom-string .cards-check-select
{
	position:absolute;
	right:0;
}

/*checker*/
/*icons*/
.icon-wrapper {
	width:21px;
	height:21px;
	margin:auto;
	cursor:pointer;
	float: left;
}
.icon::after {
    content: '';
    position: absolute;
}
.copy-solid.icon {
  width: 8px;
  height: 11px;
  border: solid 1px black;
  border-radius: 1px;
  position: relative;
}
.copy-solid.copied-solid.icon {
	border: solid 1px grey;
}
.copy-solid.icon:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 8px;
  height: 11px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-radius: 1px 0 0 0;
}
.copy-solid.copied-solid.icon:before {
	border-top: solid 1px grey;
	border-left: solid 1px grey;
}

.edit-solid.icon {
	color: #000;
	position: absolute;
	margin-left: 4px;
	margin-top: 7px;
	width: 14px;
	height: 4px;
	border-radius: 1px;
	border: solid 1px currentColor;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.edit-solid.icon:before {
	content: '';
	position: absolute;
	left: -12px;
	top: -1px;
	width: 0px;
	height: 0px;
	border-left: solid 5px transparent;
	border-right: solid 5px currentColor;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
}
.check.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 4px;
  width: 14px;
  height: 8px;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.remove.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
}

.remove.icon:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.remove.icon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.error_message{
    text-align: center;
    color: red;
    font-size: 16px;
    margin-bottom: 25px;
}

.success_message{
    text-align: center;
    color: green;
    font-size: 16px;
    margin-bottom: 25px;
}


.btc_address{
background: #007bff !important;
font-weight: normal !important;
font-size: 14px !important;
}

.blog_post h2{
    font-size: 25px;
    margin-top: 0px;
}

.read_more{
    text-decoration: underline;
}

.post_content{
    margin-top: 20px;
    margin-bottom: 20px;
}

.post_content p{
    margin-bottom: 20px;
}

.support-form input[type=text]{
    width: 100%;
    margin-bottom: 21px;
    padding: 15px 25px 15px 20px;
    resize: none;
    border: 1px solid #cdd8dc;
    -webkit-box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
    box-shadow: inset 1.1px 2.8px 1px rgba(0, 0, 0, .13);
}

.welcome_text{
    display: none;
}

#answer_view{
    text-decoration: none;
    font-size: 12px;
    background: #ddd;
    padding: 0px 6px;
}

.your_message{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}