.clr {
	float:none;
	clear:both;
}

.with-event {
	color:#ffa500;
	cursor:pointer;
}

.popup {
	position:fixed;
	opacity:0;
	display:block;
	width:400px;
	height:auto;
	padding:15px;
	background-color:#ffffff;
	top:100px;
	left:50%;
	margin-left:-200px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color:#732b0f;
  border:10px #ffffff solid;
  color:#ffffff;
  transform: scale(0);
}

.popup.active {
	opacity:1;
	z-index:1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1);
}

.popup .close {
	cursor:pointer;
	position:absolute;
	right:10px;
	top:10px;
}

.one-event {
	margin-bottom:30px;
}

.one-event-day-month {
	width:30%;
	float:left;
}
.one-event-all {
	width:70%;
	float:left;
}

.one-event-day {
	text-align:center;
	width:70px;
	padding:5px 0;
	font-size:25px;
	font-weight:bold;
	background-color:#ffffff;
	border-bottom:50%;
	color:#000000;
	 -moz-border-radius-bottomleft: 10px; 
    -webkit-border-bottom-left-radius: 10px; 
    border-bottom-left-radius: 10px; 
    -moz-border-radius-bottomright: 10px; 
    -webkit-border-bottom-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
	padding-top: 0;
}

.one-event-month {
	text-align:center;
	width:70px;
	padding: 0;
	background-color:#b32424;
	 background: linear-gradient(to top, #b32424, #ec7575);
	 -moz-border-radius-topleft: 10px; 
    -webkit-border-top-left-radius: 10px; 
    border-top-left-radius: 10px; 
    -moz-border-radius-topright: 10px; 
    -webkit-border-top-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

$background: #93acd8;
$font-color: #000;
$blue-dark: #1d2f50;
$blue-med: #5980c3;
$blue-light: #cdd8ed;

@import url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/286148/Montserrat-Regular.ttf);
$font: 'Montserrat', sans-serif;

body{
	background: $background;
	color: $font-color;
}

.row{
	width: 100%;
}
.title-container{
	margin-bottom: 25px;
	margin-left: 0;
	text-align: center;
	.title{
		font-family: $font;
		margin-right: 15px;
		text-align: left;
		color: $blue-dark;
	}
}

.select-country{
	width: 100%;
	height: 100%;
	background: white;
}


h2{
	color: $blue-dark;
}

.country-name{
	display: inline-block;
}
.country-flag{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
}

.main-container{
	width: 800px;
	position: absolute;
	border-radius: 10px;
	padding: 50px;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	background: white;
	box-shadow: 0 12px 10px -6px $blue-dark;
}

.currency-input{
	width: 70%;
	margin-right: 5px;
	font-size: 28px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding-left: 10px;
}

.swap {
	cursor:pointer;
	margin-bottom: 1em;
	text-align: center;
	display: inline-block;
	margin: 0 20px;
}

.cor-cur {
	text-align: center;
	display: inline-block;
}

.current-currency {
	margin: 13px 0;
    padding-left: 274px;
    color: #ffffff;
}

.current-currency-onepage {
	margin: 10px 0;
    padding-left: 270px;
    color: #777777;
}

.master-holder select.select_currency {
	height: 50px;
    width: 100px;
	border: none;
    background: none;
	font-size: 20px;
    color: #1fc853;
	padding: 0;
	min-width: auto;
	font-weight: 600;
}

.master-holder h2.country-name {
	color:#1fc853;
	font-size: 20px;
}

.cor-cur {
	position: relative;
	/*
	border-radius:10px;
	background-color: #f8f8f8;
	*/
}

.currency-input {
	background-color: #f8f8f8;
	border: none;
	width:264px;
	height: 52px;
	padding:15px;
	box-sizing: border-box;
}

.currency-input:focus {
	outline:none;
}


.country-name {
	display: inline-block;
    position: absolute;
    top: 1px;
    right: 39px;
    line-height: 50px;
}
.custom-select {
	display: block;
    width: 58px;
    margin: 0;
    font-size: 20px;
}

.custom-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    border-width: 5px 7px 5px 0px;
    border-style: solid;
    border-color: transparent #000;
    transform: rotateZ(-90deg);}

.inl-block {
	display: inline-block;
}

.valutes {
	text-align: center;
}


.home #text-block-3 {
	/*position: absolute;
	left:30%;
	top:145px;*/
}

.home #text-block-3 .val-text {
	color:#ffffff;
}

/*.home #text-block-3 .val-text:before {*/
	/*content: '';*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*border-radius: 10px;*/
    /*width: 264px;*/
    /*height: 52px;*/
    /*display: block;*/
    /*position: absolute;*/
	/*top: -4px;*/
/*}*/

.white {
	color:#ffffff;
	position: relative;
	margin-top: -4px;
    margin-bottom: 4px;
}

.main-nama {
	color:#ffffff;
	font-size: 30px;
	margin-bottom:58px;
	margin-top:30px;
	text-align: center;
	letter-spacing: 1.1px;

}

/*.home #text-block-3 div {*/
	/*position: relative;*/
/*}*/

.block31 .vc_col-sm-12.wpb_column.column_container._.height-full>div:first-child {
    min-height: 31vw;
    /*margin-bottom: -50px !important;*/
	display: flex;
    justify-content: center;
    align-items: center;
}

.table tr td:first-child {
	text-align:center;
}

.height-full .table {
    color:#ffffff;
}

.height-full h4 a {
    color:#ffffff;
}

@media (max-width: 640px) {
	.inl-block, .swap {
		display: block;
		margin-bottom:10px;
	}
	
	/*.home #text-block-3 .val-text:before {*/
		/*content: '';*/
		/*top: 0px;*/
		/*left: 50%;*/
		/*margin-left: -132px;*/
	/*}*/
}


.header-style-1.header-align-left .mk-header-right {
	display: block;
	float: right;
	position: relative;
	line-height: 30px;
	height: 100%;
    padding-top: 13px;
}

.header-style-1.header-align-left .mk-header-right div{
	display: inline-block;
}

.header-style-1.header-align-left .mk-header-right span{
	line-height: 17px;
	    display: flex;
		justify-content: center;
    align-items: center;
}

.header-style-1.header-align-left .mk-header-right .im{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('/wp-content/plugins/test-alex-wp/assets/img/headico.jpg');
	background-position: center;
	background-repeat: no-repeat;
	
	
}

#submit_all {
	position: fixed;
	top:200px;
	right:100px;
	height:50px;
	width: 200px;
}

.valutes-table th, .valutes-table td{
	text-align: left!important;
	padding: 8px 26px 8px 0;
}
.valutes-table th{
	text-transform: none;
	font-size: 16px;
}
.table h2{
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.table .date{
	margin-bottom: 15px;
}
.table td a{
	color: #3a58c8;
	text-decoration: underline;
}
@media (max-width: 930px) {
	.valutes-table th, .valutes-table td {
		text-align: left !important;
		padding: 5px 0 0 5px;
		font-size: 11px;
		vertical-align: middle;
		line-height: 15px;
	}

	.col-left, .col-right {
		width: 100%;
		float: none;
	}

	.cur_cur {
		margin: 10px auto;
		width: 60%;
		text-align: center;
		display: block;
	}

	.right-form {
		width: 100%;
	}

	#reserve-button-new {
		width: 100%;
	}

	.page-title {
		margin: 0 20px 0;
	}
}