/* Azdeus Framework v1.0.0 */


html,body{
	border: 0; 
	padding: 0; 
	font-family: Verdana, Arial;
	color: #333;
}

.font-family-verdana{font-family: Verdana, Arial;}
.font-family-arial{font-family: Verdana, Arial;}
.font-family-helvetica{font-family: Helvetica, Verdana, Arial;}

.light {color: #333; background: #fff;}

.invert, .dark {color: #aaa; background: #000;}

.eclipse {background: #000; color: #111;}

.app, .text-select-none{
	cursor: default;
	-webkit-user-select: none;
	-webkit-appearance: none;
}

.hand, .cursor-pointer, .cursor-hand{cursor:pointer;}
.arrow, .cursor-default, .cursor-arrow{cursor:pointer;}

.center, .align-center, .text-align-center, .text-center{text-align: center; }

.left, [class*="-left"], .float-left{float:left;}
.right, [class*="-right"], .float-right{float:right;}

.block, .display-block{display: block;}
.inline, .display-inline{display:inline;}

body .hide, .display-none{display: none;}
body .show, .display-inline-block{display: inline-block;}

.br3px, [class*="-br3px"], .border-radius-3px{border-radius:3px;}
.br5px, [class*="-br5px"],.border-radius-5px{border-radius:5px;}
.br7px, [class*="-br7px"],.border-radius-7px{border-radius:7px;}
.br9px, [class*="-br9px"],.border-radius-9px{border-radius:9px;}
.br12px, [class*="-br12px"],.border-radius-12px{border-radius:12px;}
.br15px, [class*="-br15px"],.border-radius-15px{border-radius:15px;}
.br18px, [class*="-br18px"],.border-radius-18px{border-radius:18px;}

.site-fixed .wrap{
	width: 960px;
	margin: 0 auto;
	padding: 10px 16px;
}

.site-full .wrap{
	width: 100%;
}

a {
	color: #003fe9;
	text-decoration: none;
}



[class*="-32px"]{width: 32px; height: 32px;}
[class*="-64px"]{width: 64px; height: 64px;}
[class*="-96px"]{width: 96px; height: 96px;}
[class*="-48px"]{width: 48px; height: 48px;}
[class*="-52px"]{width: 52px; height: 52px;}
[class*="-128px"]{width: 128px; height: 128px;}
[class*="-256px"]{width: 256px; height: 256px;}

[class*="-w100%"]{width: 100%;}
[class*="-w50%"]{width: 50%;}
[class*="-w25%"]{width: 25%;}
[class*="-w33%"]{width: 33.3333%;}
[class*="-w20%"]{width: 20%;}
[class*="-w16%"]{width: 16,6666%;}

[class*="-h100px"]{height: 100px;}

[class*="-h100%"]{width: 100%;}
[class*="-h80%"]{width: 80%;}

[class*="-h200px"]{height: 200px;}
[class*="-h300px"]{height: 300px;}

[class*="-m0"]{margin: 0;}
[class*="-p0"]{padding: 0;}

[class*="-m20"]{margin: 20px;}
[class*="-m10x16px"]{margin: 10px 16px;}
[class*="-m10x0"]{margin: 10px 0;}

[class*="-mb10px"], .margin-bottom-10px{margin-bottom: 10px;}
[class*="-mt10px"], .margin-top-10px{margin-top: 10px;}

.crop, .overflow-hidden{overflow:hidden;}


.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}

.bg-000, [class*="-b000"]{background:#000;}
.bg-111, [class*="-b111"]{background:#111;}
.bg-222, [class*="-b222"]{background:#222;}
.bg-333, [class*="-b333"]{background:#333;}
.bg-444, [class*="-b444"]{background:#444;}
.bg-555, [class*="-b555"]{background:#555;}
.bg-666, [class*="-b666"]{background:#666;}
.bg-777, [class*="-b777"]{background:#777;}
.bg-888, [class*="-b888"]{background:#888;}
.bg-999, [class*="-b999"]{background:#999;}
.bg-aaa, [class*="-baaa"]{background:#aaa;}
.bg-bbb, [class*="-bbbb"]{background:#bbb;}
.bg-ccc, [class*="-bccc"]{background:#ccc;}
.bg-ddd, [class*="-bddd"]{background:#ddd;}
.bg-eee, [class*="-beee"]{background:#eee;}
.bg-fff, [class*="-bfff"]{background:#fff;}

.cr-000, [class*="-c000"]{color:#000;}
.cr-111, [class*="-c111"]{color:#111;}
.cr-222, [class*="-c222"]{color:#222;}
.cr-333, [class*="-c333"]{color:#333;}
.cr-444, [class*="-c444"]{color:#444;}
.cr-555, [class*="-c555"]{color:#555;}
.cr-666, [class*="-c666"]{color:#666;}
.cr-777, [class*="-c777"]{color:#777;}
.cr-888, [class*="-c888"]{color:#888;}
.cr-999, [class*="-c999"]{color:#999;}
.cr-aaa, [class*="-caaa"]{color:#aaa;}
.cr-bbb, [class*="-cbbb"]{color:#bbb;}
.cr-ccc, [class*="-cccc"]{color:#ccc;}
.cr-ddd, [class*="-cddd"]{color:#ddd;}
.cr-eee, [class*="-ceee"]{color:#eee;}
.cr-fff, [class*="-cfff"]{color:#fff;}



a{display:block;overflow:hidden;}
p a{display:inline;}

a:hover{
	text-decoration: overline;
}

.bold{font-weight: bold;}
.italic{font-style: italic;}


b, i{
	display: block;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p>b{font-weight: bold;}
p>i{font-style: italic;}

.balnk .control input{border:0; border-radius: 0; border-bottom: 1px #333 solid;}