﻿.main {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
	font-family: Arial, sans-serif;
    font-size: .9rem;
}

.colL30 .logoMain{
	margin-bottom: 10px;
}

.tables > nav {
	overflow-x: scroll;
}

.currency__buy .loading-mini,
.currency__sell .loading-mini {
	height: auto;

}

.loading-mini .sp {
    width: 16px;
    height: 16px;
    clear: both;
    margin: 0px 0 0px auto;
}

.cities{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    padding: 2vh 2vw;
    margin: 0 0 25px 0;
}

.cities__content{
	display: flex;
	flex-wrap: wrap;
}

.cities__content > div {
	flex: 1 1 160px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
}

.cities__content > div a {
	width: 100%;
	padding: 15px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
}

.hero__banner{
    max-width: 400px;
	margin: 0 auto;
	object-fit: contain;
	width: 100%;
    height: 100%;
}

.cities__content > div  h3 {
	margin: 10px 0 0 0;
}

.cities__content > div:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.cities__content > div  img {
	width: 32px;
	height: 32px;
}

.cities__content > div  h3 {
	text-align: center;
}

aside{
	flex: 2 1 300px;
}

.content{
	flex: 10 1 500px;
	padding: 0 10px;
	max-width: 850px;
}

.article article {
	margin-bottom: 20px;
}

.article article p{
	margin: 8px 0;
}

.sep{
    width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 5px rgb(193,202,212);
}

.subText{
    font-family: arial, sans-serif;
	font-size: 9pt;
    color: grey;
}

.bank{
    float: left;
    display: table;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 0;
    border: solid 1px rgb(193,202,212);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    text-decoration: none;
}
.bank img{
    display: table-cell; vertical-align: middle;
    width: 100px;
}
.bank h3{
    display: table-cell; vertical-align: middle;
    text-decoration: none;
	color: rgb(24,76,122);
}
.bank:hover h3{
	color: rgb(115,22,22);
}
.bank:nth-child(4n + 1){
    clear: left;
}

.col-sm-2 {
	padding: 10px;
	border-radius: 4px;
	height: 125px;
	margin-bottom: 10px;
}

.sp {
	width: 32px;
	height: 32px;
	clear: both;
	margin: 20px auto;
}

.sp-circle {
	border: 4px rgba(227,30,37, 0.25) solid;
	border-top: 4px rgba(227,30,37, 1) solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
}

.col-sm-2 h5 {
	text-align: center;
}

@-webkit-keyframes spCircRot {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spCircRot {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.table-anchor table{
	border: 1px solid #e31e25 ;
	border-radius: 5px;
}

.bankLogo{
    display: block;
    max-width: 150px;
    max-height: 150px;
    margin: 5px auto;
}

.currency_showCal{
	cursor: pointer;
	position: relative;
	display: inline-block;
	border-bottom: 2px dotted rgb(184,40,40);
	color: rgb(184,40,40);
}

.curTable{
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-align: center;
}
.curTable td{
	vertical-align: middle;
	padding: 5px;
	border-radius: 5px;
	color: rgb(54,64,74);
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.curTable tr:hover td{
	background: rgb(235,240,245);
}

.curTable thead tr:hover td{
	background: transparent;
}

.curTable .k{
	/*background: rgb(235,240,245);*/
	text-align: right;
	font-size: 1.1rem;
}

.mobile{
	display: none;
}


.curTable .lev{
	display: inline-block;
	min-width: 60px;
	padding: 3px;
	border-radius: 4px;
    font-size: 10pt;
	text-align: center;
	color: white;
}
.curTable .lev.u{
	color: rgb(70,120,52);
}
.curTable .lev.d{
	color: rgb(184,40,40);
}

.curTable .name{
	text-align: left;
}
.curTable .name a{
	display: block;
	text-decoration: none;
	color: rgb(24,76,122);
}
.curTable .name a:hover{
	color: rgb(115,22,22);
}

.curTable .code{
	font-size: 10pt;
    color: rgb(54,64,74);
}

.mobile{
	display: none !important;
}

.curTable .img{
	width: 80px;
}
.curTable .img img{
	display: block;
	max-width: 100%; min-width: 40px; max-height: 50px;
	margin: 0 auto;
}

.curTable .k .eq{
	color: rgb(193,202,212);
}

@media screen and (max-width: 650px){
	.curTable .k{
		text-align: center;
	}
	.curTable .k span{
		display: block;
	}
	.curTable .k .eq{
		display: none;
	}
	.curTable .mnth{
		display: none;
	}
}

hr{
	height: 1px;
	border: none;
	background: rgb(214,221,230);
}

.currencyList{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border-radius: 4px;
	background: rgb(184,40,40);
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: white;
}

.currencyCalendar{
    position: relative;
    width: 350px;
    height: 230px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(cback.jpg);
}
.currencyCalendar > .cont{
	position: absolute !important;
	top: 42px;
	right: -7px;
	width: 200px;
	height: 0;
}


.currency__buy > div,
.currency__sell > div {
	display: none;
}

.currency__buy > div.chosen,
.currency__sell > div.chosen {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
}

.currency-list-popular tr:hover {
    background: #e8e8e8;
}

tr > td > a.pointer{
	text-decoration: dashed !important;
}
tr > td > a.pointer:hover{
	color: red;
}


@media screen and (max-width: 600px) {
	.mobile{
		display: inline !important;
	}
	.iso {
		display: none !important;
	}
	.desktop{
		display: none !important;
	}
	.content{
		padding: 0;
		width: 100vw;
	}
  }