/*@font-face {
	font-family: "roboto";
	src: url('font/roboto.eot');
	src: url('font/roboto.eot?#iefix') format('embedded-opentype'),
	url('font/roboto.svg#Eras Md BT') format('svg'),
	url('font/roboto.woff') format('woff'),
	url('font/roboto.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/
/*
Bitcoins Norway color substitutions:
body background #eeeeee becomes #000000;
.btn_blue #f2a323; becomes #35628F; #008080
.btn_blue:hover #f5c982; becomes #1C344D; #00CCCC
grey text #7f8c8d; become black #000000;

*/
html{
	overflow: hidden!important;
}

body{
	overflow: hidden!important;
	z-index: -1;
}

body, html{
	display: block;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	direction: ltr;
	height: 100%;
	color: #7F8C8C;


	text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

.row{
	margin: 0;
}

.clearfix{
	clear: both;
}

.max{
	width: 90%!important;
	max-width: 90%!important;
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

.lft{
	float: left!important;
}

.rgt{
	float: right!important;
}

#container{
	width: 100%;
	height: 100%;
	overflow-y: auto!important;
	overflow-x: hidden!important;
	/*background-color: #EEE;*/
	background-color: #eeeeee;
}


/* HEADER */	
header{
	height: 60px;
    /*background-color: #eeeeee;*/
    background-color: #eeeeee;
}

	header #logo{
		width: 200px;
		text-align: center;
		margin: 0 10px;
		padding: 8px 0;
	}

		header #logo a{
			color: #AAAAAA;
			font-size: 20px;
			text-decoration: none;
		}

    header #logo img{
        display: block;
        width: 200px;
    }


header nav{
		padding: 10px 0;
	}
		
		header nav ul{
			width: 65%;
			padding: 13px 0 0;
		}

			header nav ul li{
				display: inline-block;
				margin: 0 14px;
			}

				header ul li a{
					color: #7F8C8D;
					font-size: 13px;
					font-weight: bold;
					text-decoration: none!important;
				}
				
				header ul li a:hover{
					color: #667273;
				}
				

.center-main .index {
	height: 600px;
}

/* BUTTONS */
.btn{
	padding: 9px 14px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff!important;
	text-decoration: none!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none!important;
}

.btn_blue{
	/*background-color: #52BAD5;*/
    background-color: #008080;

}

.btn_blue:hover{
	/*background-color: #30A7C4;*/
    background-color: #00CCCC;
}

.btn_green{
	background-color: #73B717;
}

.btn_green:hover{
	background-color: #588A11;
}

.btn_red{
	background-color: #D90000;
}

.btn_red:hover{
	background-color: #A60000;
}
	
.btn_grey{
	background-color: #919D9D;
}

.btn_grey:hover{
	background-color: #768585;
}
	
/* CONTENT */
#content{
	background-color: #FFFFFF;
	/*border-top: 1px solid #DDDDDD; */
	border-bottom: 1px solid #DDDDDD;
	padding: 50px 0;

}

	#content .center-main{
		width: 100%;
		margin: 0 auto;	
	}

    #content .center-verify{
        width: 30%;
        margin: 0 auto;
        height: 250px;
    }
    #content .verify-error {
        color: #b22222;
    }
    #signin {
        font-style: normal;
        font-size: 14px;
    }
	#content h1, .modal h2, #content_dash h2{
		text-align: center;
		font-size: 40px;
		/*color: #52BAD5;*/
        color: #008080;
		margin-bottom: 50px;
	}
	#content h1.verify-title {
        color: #008080;
        font-size: 40px;
        margin-bottom: 30px;
        text-align: left;
    }
	#content .info_main{
		margin-top: 50px;
	}
	
		#content .info_main p{
			font-weight: bold;
			font-size: 20px;
			text-align: center;
			padding: 0 40px;
		}
		
		#content .info_main .btn, #allsubmit{
			margin: 20px auto 0;
			display: block;
		}
		
/* BLOCK BUY/SELL*/
.bsBlock{
    /*width: 726px;*/
    /*margin: 0 auto;*/
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
}

	.bsBlock .buy_block, .bsBlock .sell_block{
		width: 90%;
		margin: 0 auto 10px;
		padding: 10px 15px 5px;
		color: #ffffff!important;
	}
	
	#content_dash .bsBlock .buy_block, #content_dash .bsBlock .sell_block{
		margin: 0 15px 5px 0;
	}
	
		.bsBlock div h3{
			font-size: 25px;
			font-weight: bold;
			margin-bottom: 5px;
		}
		
		.bsBlock div span{
			font-size: 35px;
			text-align: right;
			display: block;
		}
		
			.bsBlock div span i{
				width: 26px;
				height: 27px;
				display: inline-block;
				top: 10px;
				margin-right: 15px;
			}
			
			.bsBlock div span i.up{
				background: url(../img/dashboard/a_up.png) no-repeat center;
			}
			
			.bsBlock div span i.down{
				background: url(../img/dashboard/a_down.png) no-repeat center;
			}
	
		.bsBlock .buy_block{
			/*background-color: #2C9AB7;*/
            background-color: #008080;
		}
		
		.bsBlock .sell_block{
			/*background-color: #52BAD5;*/
            background-color: #00CCCC;
		}

	#main_ie{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	
	.block_buy_orders.bank_table_trade {
		width: 48%;
		float: left;
		margin-bottom: 50px;
	}

	.block_sell_orders.bank_table_trade {
		width: 48%;
		float: right;
		margin-bottom: 50px;

	}

	.block_trades.bank_table_trade {
		overflow: hidden;
		width: 100%;
		clear: both;
        margin-bottom: 20px;
	}

/* API Key */

.keyPermissions input {
    margin-left: 5%;
    text-align: left;
    margin-right: 5px;
}
.keyGeneration button {
    margin-left: 5%;
    text-align: left;

}
div.keyPermissions {
    margin-bottom: 10px;
}

.btn-api {
    border: medium none !important;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: none !important;
}

.apiBlock p {
    margin-right: 10px;
    font-size: 18px;
}

.apiBlock li {
    list-style-type: disc;
    margin: 10px 0 10px 20px;
    font-size: 18px;
}

.apiBlock h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
p.api_example {
    font-style: italic;
    margin-left: 30px;
}

/* FOOTER */
footer{
	height: 60px;
	/*background: #eeeeee;*/
    background: #eeeeee;
    border-top: 1px solid #dddddd;
}

	footer h3{
		font-size: 11px;
		font-weight: bold;
		padding: 5px 5px 0;
	}

#footerLogo img {
    height: 45px;
    margin-top:7px;
}

/* SOCIAL and FOOTER */
#social, #footer_links {
	padding: 15px 10px 0;
}

	#social li, #footer_links li{
		float: left;
		margin: 0 5px;
	}

    #footer_links li {
        padding-right: 20px;
    }

		#social li a, #footer_links li a {
            display: block;
            height: 32px;
        }
        #social li a {
			width: 32px;
		}
        #footer_links li a {
            color: #008080;
        }
		
		#social li a#facebook{
			background: url(../img/facebook.png) center no-repeat;
		}
		
		#social li a#twitter{
			background: url(../img/twitter.png) center no-repeat;
		}
		
		#social li a#linkedin{
			background: url(../img/linkedin.png) center no-repeat;
		}

        #social li a#google{
            background: url(../img/googleplus.png) center no-repeat;
            display: none;
        }

/* MODAL */
.modal h2, #content_dash h2{
	text-align: left;
	margin: 0;
}

.modal h3, .blockMa h3 { 
	font-size: 23px;
	font-weight: bold;
	color: #7F8C8D;
	padding-left: 8px;
	background-color:#ffffff;
}

.bank_table_trade h3{
	font-size: 23px;
	font-weight: bold;
	color: #7F8C8D;
	background-color:#ffffff;
}

.modal label, .input_modal .radio_modal .checkbox_modal{
	font-size: 13px;
	font-weight: bold;
	padding: 13px 0;
}

div.checkbox_modal, div.password_modal, div.radio_modal2 {
    margin-left: 30%;
    text-align: left;
}
.password_modal a{
    color: #008080;
    text-decoration: underline;
}

	.modal-dialog{
		top: 20px;
		padding: 0;
	}
	
		.modal-content{
			box-shadow: none!important;
			border: 10px solid rgba(0,0,0,0.4);
		}
	
		.modal-content{
			padding: 20px 30px 30px;
		}
		
			.section_modal{
				margin-bottom: 35px;
			}
			
			.section_modal:last-child{
				margin: 0;
			}
			
				.input_modal{
					text-align: center;
					margin: 10px 0;
				}
				
				#request .input_modal{
					width: 100%;
				}
				
					.input_modal input[type="text"], .input_modal input[type="password"], .input_modal textarea{
						width: 100%;
						padding: 10px;
						border: 2px solid #008080;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}
				
					.input_modal .radio_modal .checkbox_modal,.input_modal .radio_modal2 .checkbox_modal{
						width: 100%;
						padding: 0 0 0 40px;
						margin: 13px 0;
						text-align: left;
					}
					
					.radio_modal input[type="radio"],.radio_modal2 input[type="radio"]{
						margin: 2px 10px 0px 0px;
						-webkit-appearance: radio;
						-moz-appearance: radio;
						appearance: radio;
						box-sizing: border-box;
					}

.checkbox_modal input[type="checkbox"]{
    margin: 2px 10px 0px 0px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    box-sizing: border-box;
}
	
.modal-header{
	float: left;
	display: inline-block;
}

.close{
	display: inline-block;
}
	
.modal-header, .modal-body, .modal-footer{
	padding: 0!important;
	border: none!important;
}

.modal-footer, .modal-footer.line{
	text-align: center;
}

.modal-header{
	width: 90%;
}

.modal-header span{
    font-style: normal;
    color: #b22222;
}

.modal-body.line, .modal-footer.line{
	width: 100%;
}

	.modal-footer a{
		font-size: 12px;
		font-style: italic;
		text-decoration: underline;
		color: #9AA4A4;
		margin: 12px 15px;
		display: inline-block;
	}
	
	.modal-footer span{
		font-size: 11px;
		font-style: italic;
		color: #9AA4A4;
		margin: 12px 0px;	
		top: 12px;
	}
	
	.modal-footer a:hover{
		color: #727F7F;
	}

.modal-body, .modal-footer{
	margin-top: 15px;
}

.modal-body{
	color: #aaaaaa;
}

.modal .line_content{
	margin: 25px 0;
	padding: 25px 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
	
	.modal .line p{
		font-weight: bold;
		margin-top: 15px;
		color: #AAAAAA;
	}

	.modal #bank_block, .modal #request_block, .modal #check_block{
		margin-top: 0;
	}
	
input#rt, input#ac, input#dp{
	width: 100%;
	padding: 10px;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

input#dp{
	margin-bottom: 0;
}

#link_bank .section_modal{
	margin: 0;
}

#link_bank img{
	width: 90%;
	top: 30px;
	right: 0;
	display: block;
	margin: 0 auto 20px;
}
	
/* DIVISES */
.divises{
}

	.divises .each_content_divises{
		margin-top: 10px;
		padding: 9px;
		border: 1px solid #AAAAAA;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 14px;
	}
	
		.divises .each_content_divises span, #request .each_content_divises span{
			top: 3px;
		}
		
		 #request .each_content_divises span{
			font-weight: normal;
		 }
	
	.divises #buy_amount, .divises #buy_amount_2, .divises #buy_amount_3,
	.divises #sell_amount, .divises #sell_amount_2, .divises #sell_amount_3{
		font-weight: bold;
		color: #7F8C8D;
		width: 40%;
	}
/*
	.limit_content{
		margin-top: 25px;
		width: 100%;
	}
	
	.market_content{
		width: 100%;
	}
*/
	#select_buy, .sumary_select{
		margin: 25px 0 0 0!important;
	}
	
	.sumary_link{
		margin-top: 35px!important;
	}
	

	.market_content_sell{
		margin-right: 25px!important;
	}
	
	.sell_divises{
		border: none!important;
		margin-top: 40px!important;
	}
	
	.divises input[type="text"]{
		border: 2px solid #008080;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.select_account, input#am, #request .each_content_divises{
		width: 100%!important;
		padding: 10px!important;
		border: 1px solid #aaaaaa;
		-webkit-border-radius: 3px!important;
		-moz-border-radius: 3px!important;
		border-radius: 3px!important;
		margin-top: 15px!important;
		font-size: 15px!important;
		font-weight: bold!important;
	}
	
	.select_account{
		background: url(../img/dashboard/select_arrow_blue.png) no-repeat right center;
		border: 2px solid #008080!important;
		padding: 10px 20px 10px 10px!important;
	}
	
	#request .each_content_divises{
		display: inline-block;
		margin-top: 0!important;
	}
	
	#send_am{
		width: 30%!important;
		margin: 0!important;
		font-weight: bold;
		color: #7F8C8D;
		padding: 0!important;
	}
	
	.no-border{
		border: none!important;
	}
	
	 .no-border:focus{
		outline: 0!important;
	 }

/* DASHBOARD */

/* SECTION LEFT - MENU */
section#main_menu{
	width: 225px;
	/*background-color: #EEEEEE;*/
    background-color: #eeeeee;
	height: 100%;
	left: -225px;
	display: none;
}

	#main_menu #logo{
        /*background-color: #2C9AB7;*/
        background-color: #008080;
		width: 100%;
		text-align: center;
		padding: 0px 0;
        height: 165px;
	}
	
	#main_menu #logo a{
		color: #ffffff;
		font-weight: bold;
		font-size: 30px;
		text-decoration: none!important;
	}
    #main_menu #logo img{
        display: block;
        width: 220px;
    }
	#main_menu #user_profile{
		padding-left: 10px;
		display: inline-block;
		width: 100%;
		margin-top: 13px;
	}
	
		#main_menu #user_profile a{
			top: 9px;
			font-size: 18px;
			color: #AAAAAA;
			text-decoration: none;
			margin-left: 5px;
		}
		
	#main_menu ul li{
		margin: 30px 0;
	}
		
		#main_menu ul li a{
			display: block;
			cursor: pointer;
			padding-left: 30px;
			font-size: 18px;
			color: #AAAAAA;
			text-decoration: none;
		}

		#main_menu ul li a:hover,#main_menu ul li.active a{
			color: #7F8C8D;
            /*color: #ffffff;*/
		}

		#main_menu ul li i{
			display: inline-block;
			height: 16px;
			width: 16px;
			top: 2px;
			opacity: 0.7;
			margin-right: 7px;
		}
		
		#main_menu ul li:hover i, #main_menu ul li.active i{
			opacity: 1;
		}
		
			#main_menu ul li#menu_dash i{
				background: url(../img/dashboard/menu_dash.png) center no-repeat;
			}
			
			#main_menu ul li#menu_trade i{
				background: url(../img/dashboard/menu_trade.png) center no-repeat;
			}
			
			#main_menu ul li#menu_bs i, #main_menu ul li#menu_sr i, #main_menu ul li#menu_transfer i{
				background: url(../img/dashboard/menu_transfer.png) center no-repeat;
				height: 18px;
				width: 12px;
				margin-left: 4px;
			}
			
			#main_menu ul li#menu_activity i{
				background: url(../img/dashboard/menu_all.png) center no-repeat;
			}
			
			#main_menu ul li#menu_bank i{
				background: url(../img/dashboard/menu_bank.png) center no-repeat;
			}

#main_menu ul li#menu_logout i{
    background: url(../img/dashboard/menu_all.png) center no-repeat;
}

/* SECTION RIGHT - MENU */
section#content_dash{
	background-color: #ffffff;
	height: auto !important;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 20px;
}

	.blockMa{
		margin: 25px 0 20px;
	}
	
	.divises .blockMa{
		margin: 43px 0 0;
	}
	
	.each_content_divises .blockMa{
		margin: 0;
		width: 75px;
	}
	div.buy_sell {
        display: inline;
    }
    i.buy_sell {
        margin-top: 3px;
    }
		.each_content_divises .blockMa select{
			background: url(../img/dashboard/select_arrow.png) no-repeat 45px center #008080;
			top: 0;
			margin: 0 5px 0 0;
			padding: 0 22px 0 5px;
		}
		
		.each_content_divises .blockMa select:hover{
			background: url(../img/dashboard/select_arrow.png) no-repeat 45px center #00CCCC;
		}
	
		.modal .blockMa a{
			margin: 11px;
		}

		.blockMa select{
			padding: 9px 40px 9px 14px;
			background: url(../img/dashboard/select_arrow.png) no-repeat 120px center #00CCCC;
			top: -3px;
			margin: 0 20px 0 19px;
		}
		
		.blockMa select:hover{
			background: url(../img/dashboard/select_arrow.png) no-repeat 120px center #008080;
		}
		
		.blockMa h3{
			margin-right: 10px;
		}
		
		.blockMa a{
			font-size: 14px;
			color: #008080;
			margin: 9px;
			display: inline-block;
		}

		.modal .blockMa a.btn_grey{
			margin: 0;
		}
		
		.blockMa a:hover{
			color: #00CCCC;
		}
		
/* ACTIVITY */
.detail_activity, .each_activity{
	font-size: 18px;
}

	.detail-resp{
		margin: 15px 0 15px 75px;
	}
	
	.each_activity_content{
		width: 90%;
	}

	.time{
		color: #7F8C8D;
		/*top: 15px;*/
	}

	.detail{
		color: #AAAAAA;
	}
	
.each_activity{
	/*margin-bottom: 40px;*/
}
		
	.each_activity i{
		height: 50px;
		width: 50px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		display: inline-block;
		/*margin-right: 15px;*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45%;
	}

		.each_activity i.ar{
			background-image: url(../img/dashboard/a_right.png);
		}

		.each_activity i.al{
			background-image: url(../img/dashboard/a_left.png);
		}

		.each_activity i.lila{
			background-color: #A8869F;
		}
		
		.each_activity i.green{
			background-color: #87A78E;
		}
		
		.each_activity i.grey{
			background-color: #919D9D;
		}
		
		.each_activity i.blue{
			background-color: #869BA8;
		}


.detail_activity{
	margin-bottom: 68px;
	margin-top: 15px;
}		

.detail_content_activity{
	display: none;
}
		
		
/* MY BANK */
.bank_table{
	font-size: 17px;
	color: #AAAAAA;
	margin-top: 45px;
}

	.bank_table .bank_titles{
		color: #eeeeee;
		font-size: 20px;
		margin: 20px 0;
		padding: 20px 0;
		border-bottom: 1px solid #aaaaaa;
		font-weight: bold;
	}

	.bank_table .bank_content{
		margin: 10px 0 15px;
		border-bottom: 1px solid #aaaaaa;
		padding: 10px 0 25px;
	}
	
	.bank_table .bank_content.last-content{
		border: none;
	}

	.bank_table .child1{
		width: 45%;
		float: left;
		font-size: 13px;
		margin-right: 20px;
	}
	
	.bank_table .child2{
		margin: 0;
		float: left;
		font-size: 13px;
		width: 22%;
		line-height: 24px;
		text-align: center;
	}
	
	.bank_table .child2.last-child-2{
		margin: 0 0 0 10px;
	}
		
		.bank_table a{
			font-size: 13px;
			color: #008080;
		}
		
			.bank_table i{
				margin-left: 5px;
				color: #aaaaaa!important;
				font-size: 14px;
				display: none;
			}
		
		.bank_table a:hover{
			color: #00CCCC;
		}

	.bank_table .bank_footer{
		margin-top: 15px;
	}
			
		.bank_footer button{
			margin-left: 8px;
		}

		
/* TRADE */

#trade_img{
	margin: 30px 0;
	width: 90%;
}

.twenty_four_hr_table{
    font-size: 17px;
    color: #AAAAAA;
    margin-top: 45px;
    width: 100%;
    background-color:#eeeeee;
}

.twenty_four_hr_table table{
    border: 2px solid #008080;
}

.bsBlock .twenty_four_hr_table h3{
    background-color:#ffffff;
    margin-bottom: 0px;
    color: #7F8C8D;
}

.bank_table_trade{
	font-size: 17px;
	color: #AAAAAA;
	margin-top: 45px;
	width: 95%;
	background-color:#eeeeee
}

	.bank_table_trade .bank_titles{
		font-size: 20px;
		margin: 15px 0;
		padding: 15px 0;
		border-bottom: 1px solid #aaaaaa;
		border-top: 1px solid #aaaaaa;
	}

	.bank_table_trade .bank_content{
		margin: 10px 0;
		color: #aaaaaa;
	}

.bank_table_trade .bank_content_changed{
    margin: 10px 0;
    color: white;
    /*background-color: #7ed6fb;*/
    background-color: #008080;
    font-weight: bold;
}

		.bank_table_trade .child1{
			width: 50%;
		}
		
		.bank_table_trade .child2.mar{
			width: 15%;
			margin-right: 30px;
		}
		
		.bank_table_trade .child2:last-child{
			margin: 0!important;
		}

	.bank_table_trade .bank_footer{
		margin: 15px 0;
		padding: 15px 0;
		border-top: 1px solid #aaaaaa;
	}
	
/* MENU RESPONSIVE */
.navbar-toggle{
	margin-top: 0;
}
	
	.navbar-toggle .icon-bar {
		background-color: #008080;
	}
	
	.navbar-collapse{
		text-align: center;
	}
	
		.navbar-collapse ul li a{
			color: #7F8C8D;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none!important;
			
		}
		
		.navbar-collapse ul li{
			border-top: 1px solid #7f8c8d;
		}
		
	#send_submit, #link_button{
		margin: 0 auto;
		display: block;
	}
	
.element-menuIn{
  animation: menuIn ease .6s;
  -webkit-animation: menuIn ease .6s;
  -moz-animation: menuIn ease .6s;
  -o-animation: menuIn ease .6s;
  -ms-animation: menuIn ease .6s;
}

.element-menuOut{
  animation: menuOut ease .6s;
  -webkit-animation: menuOut ease .6s;
  -moz-animation: menuOut ease .6s;
  -o-animation: menuOut ease .6s;
  -ms-animation: menuOut ease .6s;
}

@keyframes menuIn{
  0% {
    left:-225px;
  }
  100% {
    left:0px;
  }
}

@-moz-keyframes menuIn{
  0% {
    left:-225px;
  }
  100% {
    left:0px;
  }
}

@-webkit-keyframes menuIn {
  0% {
    left:-225px;
  }
  100% {
    left:0px;
  }
}

@-o-keyframes menuIn {
  0% {
    left:-225px;
  }
  100% {
    left:0px;
  }
}

@-ms-keyframes menuIn {
  0% {
    left:-225px;
  }
  100% {
    left:0px;
  }
}


@keyframes menuOut{
  0% {
    left:0px;
  }
  100% {
    left:-225px;
  }
}

@-moz-keyframes menuOut{
  0% {
    left:0px;
  }
  100% {
    left:-225px;
  }
}

@-webkit-keyframes menuOut{
  0% {
    left:0px;
  }
  100% {
    left:-225px;
  }
}

@-o-keyframes menuOut{
  0% {
    left:0px;
  }
  100% {
    left:-225px;
  }
}

@-ms-keyframes menuOut{
  0% {
    left:0px;
  }
  100% {
    left:-225px;
  }
}

.element-contentIn{
  animation: contentIn ease .6s;
  -webkit-animation: contentIn ease .6s;
  -moz-animation: contentIn ease .6s;
  -o-animation: contentIn ease .6s;
  -ms-animation: contentIn ease .6s;
}

.element-contentOut{
  animation: contentOut ease .6s;
  -webkit-animation: contentOut ease .6s;
  -moz-animation: contentOut ease .6s;
  -o-animation: contentOut ease .6s;
  -ms-animation: contentOut ease .6s;
}

@keyframes contentOut{
  0% {
    left:0px;
  }
  100% {
    left:225px;
  }
}

@-moz-keyframes contentOut{
  0% {
    left:0px;
  }
  100% {
    left:225px;
  }
}

@-webkit-keyframes contentOut{
  0% {
    left:0px;
  }
  100% {
    left:225px;
  }
}

@-o-keyframes contentOut{
  0% {
    left:0px;
  }
  100% {
    left:225px;
  }
}

@-ms-keyframes contentOut{
  0% {
    left:0px;
  }
  100% {
    left:225px;
  }
}


@keyframes contentIn{
  0% {
    left:225px;
  }
  100% {
    left:0px;
  }
}

@-moz-keyframes contentIn{
  0% {
    left:225px;
  }
  100% {
    left:0px;
  }
}

@-webkit-keyframes contentIn{
  0% {
    left:225px;
  }
  100% {
    left:0px;
  }
}

@-o-keyframes contentIn{
  0% {
    left:225px;
  }
  100% {
    left:0px;
  }
}

@-ms-keyframes contentIn{
  0% {
    left:225px;
  }
  100% {
    left:0px;
  }
}

.quarter-wide {
    width: 25%;
}

#dashboard_menu_resp{
	float: left!important;
}
/* About Us */
.static-holder p, .static-holder-terms p {
	font-size: 16px;
	color: #ffffff;
}
.static-holder h1, .static-holder-terms h1 {
	font-size: 36px;
	color: #008080;
}
.static-holder h2, .static-holder-terms h2 {
	font-size: 18px;
	color: #008080;
}

div.static {
	/*background: url("../img/bitcoin-fade.jpg") no-repeat scroll center center /cover rgba(0, 0, 0, 0);*/
	width: 100%;
}
div.static-terms {
    background-color: #000000;
    width: 100%;
}

div.static-holder {
	width: 50%;
	height: 600px;
	padding: 150px;
}
div.static-holder-terms {
    width: 80%;
    padding: 150px;
}

div.index-holder {
    width: 80%;
    height: 400px;
    padding: 150px 0 40px 150px;
}

.index-holder-h1 {
	font-size: 48px;
    color: #428bca;
    color: #ffffff;
    margin-bottom: 10px;
}

.index-holder h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* ERROR */

input.error:hover, textarea.error:hover, input.error:focus, textarea.error:focus { border-color:#900!important; }

ul.error {
  background:#fee;
  color:#900;
  text-align:right;
  border:solid 1px #900!important;
  padding:7px 14px;
  position:absolute;
  display:none;
  border-radius:3px;
  box-shadow:0 3px 3px #ccc!important;
}

ul.error:after {
  background:#fee;
  color:#900;
  border-left:solid 1px #900!important;
  border-bottom:solid 1px #900!important;
  width:14px;
  height:14px;
  right:21px;
  bottom:-7px;
  position:absolute;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  box-shadow:-3px 2px 3px #ccc!important;
}

input.error, textarea.error {
  border-color:#d50000!important;
  margin-bottom: 10px;
}

div.error {
  background:url(../img/alert.png) no-repeat left center;
  color:#d50000;
  font:11px Arial, Helvetica, sans-serif;
  margin:0 0 10px;
  padding:0 0 0 21px;
  display:block;
  clear: both;
  text-align: left;
}
	
/*styles below added by Stephenio Abbott | websites.bb*/
/* this added by KMD to suppress verification form */
div.verify-page, div.verify-billing-tab {
    display: none;
}
div.level-info {
    height: 550px;
    margin-left: 100px;
}

.verify-page select {
    font-size: 12px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    color: #727272;
    margin-top: 2px;
    min-height: 45px;
}

.dob-icon-calendar{

    background: #ccc;
    min-height: 45px;
}

input{border-radius: 0px;}

.verify-page{padding-left: 0px;}
.verify-page > div{margin-bottom: 20px; padding-left: 0px; padding-right: 30px;}

.verify-page input{
    font-size: 12px;
    border: 1px solid #bbbbbb;
	-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
	box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
	color: #727272;
	margin-top: 2px;
	min-height: 45px;
    border-radius: 0;
    }

.verify-page select{
    font-size: 12px;
    border: 1px solid #bbbbbb;
	-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
	box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
	color: #727272;
	margin-top: 2px;
	min-height: 45px;
    border-radius: 0;
    }
.verify-page label{font-size: 13px; font-weight: 400; }

.submit-container{overflow: hidden;}
.submit-container .btn{background-color: #008080; float: right; border-radius: 0px; font-weight: 400;}


.dob .dropdown-menu{border-radius: 0px;}
.dob button[id|="datepicker"]{background: gray !important; color: white !important; margin-bottom: 10px;}
.dob .btn{color: inherit !important; border-radius: 0px;}
.dob .active{border: 1px solid #008080 !important; box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset; background: transparent;}
.dob .active .text-info{color: #008080 !important;}
.dob button[disabled="disabled"]{color: #d8d8d8 !important;}
.dob .btn-danger, .dob .btn-info, .dob .btn-success{color: white !important; background-color: #008080; cursor: pointer; font-weight: 400;}
.dob .btn-info{border-right: 0px !important; margin-right: 10px;}
.dob-icon-calendar{background: transparent !important; border: 1px solid #bbbbbb !important; border-left: 0px; margin-top: 2px; padding-top: 14px;}

.level{background-color: #008080; color: white; text-align: center; padding: 15px; letter-spacing: 0.6px; margin-right: 15px; border-radius: 100px;}
.level h3,.completed-level{border: 2px solid white;
    border-radius: 50%;
    float: left;
    font-size: 30px;
    font-weight: 100;
    height: 50px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}
.level-info{padding-left: 0px;}
.level-info h3{font-size: 20px; font-weight: 200; text-text-decoration:underline; }
.level p{float: left; font-size: 12px; font-weight: 400; padding-top: 18px;}
.level-unlocks{padding-left: 22px; position: relative; margin-bottom: 15px; font-size: 12.5px;}
.level-unlocks .check{position: absolute; left: -22px; top: 4px; color: #81cb6e; font-size: 15px;}
.level-unlocks .level-heading{font-weight:600; font-size:15px; margin-bottom:5px;}

.verify-identity-tab, .verify-billing-tab{cursor: pointer;}
.completed-level{padding-top: 8px;}


@media (min-width: 768px){
	.max{
		width: 768px!important;
		max-width: 768px!important;
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	#content .center-main{
		width: 726px;
	}

    .bsBlock .buy_block, .bsBlock .sell_block{
        width: 350px;
        margin: 0;
    }

    .bsBlock .buy_block{
        float: left;
    }

	
	.bsBlock .sell_block{
		float: right;
	}
	
	#content .info_main p{
		width: 70%;
		margin-right: 35px;
		text-align: start;
		padding: 0;
	}
	
	#content .info_main .btn{
		margin: 10px 0 0 0;
		display: inline-block;
	}
	
	#main_ie{
		width: auto;
	}
	
	footer{
		height: 60px;
	}
	
	footer h3{
		/*padding: 30px 20px 0;*/
	}
	
	#social, #footer_links {
		padding: 15px 20px 0;
	}
	
	.sumary_select{
		margin: 0 20px 0 19px!important;
	}
	
	.sumary_link{
		margin-top: 9px!important;
	}
	
	.show_activity{
		display: block!important;
	}
	
	.navbar-toggle {
		display: block!important;
	}	
	
	
	.navbar-toggle.index {
		display: none!important;
	}	
	
	#select_buy, .sumary_select{
		margin: 0 20px 0 19px!important;
	}
	
	.modal-footer {
		text-align: right;
	}
	
	.modal-footer.line{
		text-align: left;
	}
	
	#send_submit, #link_button{
		margin: 0;
		display: inline-block;
	}
	
	.detail_activity{
		width: 780px;
	}		
	
	.each_activity{
		width: 300px;
	}
	
	.each_activity_content{
/*		width: auto;
*/	}
	
	.detail_content_activity{
		display: block;
	}
	
	.bank_table .child1{
		width: 65%;
		float: left;
		font-size: 17px;
		margin-right: 0;
	}
	
	.bank_table .child2{
		width: 15%;
		margin: 0;
		float: left;
		font-size: 17px;
		line-height: normal;
		text-align: start;
	}
	
	.bank_table a{
		font-size: 14px;
	}
	
	.bank_table .bank_content{
		border: none;
		padding: 0;
	}
	
	.bank_table .bank_titles .child1, .bank_table .bank_titles .child2{
		font-size: 20px;
	}
	
	.bank_table i{
		display: inline;
	}
	
	.bank_table .bank_titles{
		font-weight: normal;
	}
	
	.bsBlock div span{
		font-size: 50px;
	}
	
}

@media (min-width: 860px){
	
	.modal-dialog{
		width: 860px;
		top: 110px;
	}
	
	.modal-header, .modal-body, .modal-footer{
		width: 90%;
	}
	
	.input_modal input[type="text"], .input_modal input[type="password"], .input_modal select, .input_modal textarea{
		width: 70%;
		margin-left: 35px;
	}
	
	.input_modal{
		text-align: right;
	}
	
	.input_modal .pass_modal .radio_modal{
		width: 25%;
	}

	.input_modal .radio_modal{
		padding: 0 0 0 40px;
	}	
	
	#allsubmit{
		margin: 0;
		display: inline-block;
	}
	
	.modal .line p{
		width: 70%;
	}
	
	#request .input_modal{
		width: 90%;
	}
	
	.select_account, input#am, #request .each_content_divises{
		width: 70%!important;
	}
	
	#request .each_content_divises{
		margin-left: 35px;
	}
	
	.modal-footer span{
		margin: 12px 15px;
	}
	
	.select_account{
		background: url(../img/dashboard/select_arrow_blue.png) no-repeat 515px center;
		padding: 10px!important;
	}
	
	.market_content{
		margin-right: 25px;
		width: 35%;
	}
	
	.limit_content{
		margin-left: 25px;
		margin-top: 0;
		width: 30%;
	}

	
	
	.sumary_link{
		margin-top: 9px!important;
	}
	
	#link_bank img{
		position: absolute;
		margin: 0;
		display: inline-block;
		width: 470px;
	}
	
	#link_bank #check_block, #link_bank .section_modal{
		width: 290px;
	}
	
	
	div.error{
		width: 70%;
		float: right;
	}
	
}


@media (min-width: 925px){
	
	header nav ul{
		width: 55%;
	}
		
}

@media (min-width: 992px){
	.max{
		width: 992px!important;
		max-width: 992px!important;
	}
	
	section#main_menu{
		display: block!important;
		left: 0!important;
	}
	
	#trade_img{
		width: auto;
	}
	
	.navbar-toggle {
		display: none!important;
	}
		
}

@media (min-width: 1280px) {
    .max {
        width: 1060px !important;
        max-width: 1060px !important;
    }
}

.placing_order {
    font-size: 14px;
}


.not_verified_level{
	background:gray;
}

.jumioloader{
	position:absolute;
	left:44%;
	top:20%
}

#JUMIOFRAME2 {
	height:600px;
	z-index:2;
	position:relative
}

.preloader{
	background:url(../img/preloader.gif) no-repeat center center;
	width:100px;
	height:100px;
	margin:0 auto
}