html,body{
	height:100%;
}
body{
	min-width:1000px;
	font:16px/22px 'PT Sans',sans-serif;
}
html{
	overflow-y:scroll;
}

p{
	margin:0 0 10px;
}
h1,
.h1{
	margin:0 0 20px;
	font-size:30px;
	line-height:40px;
}
h2,
.h2{
	margin:25px 0 15px;
	font-size:26px;
	line-height:30px;
}
h3,
.h3{
	margin:20px 0 10px;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}
.h2:first-child,
.h3:first-child,
h2:first-child,
h3:first-child,
h2 + h3,
.h2 + .h3,
h1 + h2,
.h1 + .h2{
	margin-top:0;
}

b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}

hr{
	height:1px;
	border:none;
	color:#f2f2f2;
	background:#f2f2f2;
	margin:30px 0;
}

a{
	color:#0d6eb2;
	outline:none;
	/* expelliarmus */
	-webkit-transition:color 1s;
    -moz-transition:color 1s;
    -o-transition:color 1s;
    transition:color 1s;
}
a:hover,
.visited a:visited:hover{
	color:#ea1d18;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}
.visited a:visited{
	color:#7b4e88;
}

.anmt_bg{
	/* expelliarmus */
	-webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}
.anmt_bg_color{
	/* expelliarmus */
	-webkit-transition:color 1s,background 1s;
    -moz-transition:color 1s,background 1s;
    -o-transition:color 1s,background 1s;
    transition:color 1s,background 1s;
}
.anmt_fast{
	/* expelliarmus */
	-webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    transition-duration:0.5s;
}
.anmt_faster{
	/* expelliarmus */
	-webkit-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    transition-duration:0.3s;
}
.anmt_trice{
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}

input[type=text],
input[type=password],
textarea{
	width:100%;
	border:1px solid #bdbdbd;
	font:16px 'PT Sans',sans-serif;
	outline:none;
	/* expelliarmus */
	-webkit-transition:border-color 1s;
    -moz-transition:border-color 1s;
    -o-transition:border-color 1s;
    transition:border-color 1s;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus{
	border-color:#0d6eb2;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}
input[type=text].error,
input[type=password].error,
textarea.error{
	border-color:#de4848;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}
input[type=text],
input[type=password]{
	height:30px;
	padding:0 4px;
	line-height:25px;
}
input[type=text].big,
input[type=password] .big{
	height:40px;
	padding:0 9px;
	line-height:38px;
}
textarea{
	padding:4px;
	resize:vertical;
}
textarea.big{
	padding:9px;
}
select{
	padding:3px;
	border:1px solid #bdbdbd;
	font:16px 'PT Sans',sans-serif;
	outline:none;
}
select.big{
	padding:8px 8px 8px 3px;
}
button{
	padding:0;
	border:none;
	background:none;
	line-height:normal;
	outline:none;
	cursor:pointer;
	font:14px 'PT Sans',sans-serif;
	/* expelliarmus */
	-webkit-transition:color 1s;
    -moz-transition:color 1s;
    -o-transition:color 1s;
    transition:color 1s;
}
button:hover{
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}

.js{
	border-bottom:1px dashed;
	text-decoration:none;
}

.container{
	float:left;
	width:100%;
}
.center{
	width:100%;
	max-width:1440px;
	min-width:1000px;
	margin:0 auto;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.center.not-rubber{
	max-width:1000px;
}
.clear{
	clear:both;
}

.crop{
	overflow:hidden;
}

.clearfix:before,
.clearfix:after {
	display:table;
	content:"";	
}
.clearfix:after {
	clear:both;
}

.hidden{
	display:none;
}
.invisible{
	visibility:hidden;
}

.nowrap{
	white-space:nowrap;
}

.to_left{
	float:left;
}
.to_right{
	float:right;
}

.tbl{
	display:table;
}
.tbl .row{
	display:table-row;
}
.tbl .cell{
	display:table-cell;
}

.columns .column{
	float:left;
}
.columns .column:first-child{
	margin-left:0 !important;
}

.box{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.number{
	word-spacing:-1px;
    white-space:nowrap;
}
.text_right{
	text-align:right;
}

.b3p{
	border:none;
}
.b3p:hover{
	background-position:0 50% !important;
}
.b3p:active,
.b3p.active{
	background-position:0 100% !important;
}

.radius3{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.radius5{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.radius10{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.radius15{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.radius20{
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.radius30{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.radius100{
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}
.radius_top{
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.radius_left{
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.radius_right{
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.radius_bottom{
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	border-top-right-radius:0;
	border-top-left-radius:0;
}