/*
Theme Name: Aika Foundation
Author: Peter Kornev
Description: Aika Web Foundation Theme
Version: 0.0.1
Tags: Aika Web
*/

/* General Styles */
.md, .md_l_sm, .md_l_lg, .md_r_lg{
	text-align: center;
}
.mt{margin-top: 30px;}
.fl{padding-top: 15px; padding-bottom: 15px; margin-left: auto; margin-right: auto; display: block;}
.tx_l{text-align: center; display: block;}

/* End of General */

.healthy_mar{margin-top: auto;}
.hd{font-size: 1.8em; color: #0c4f9f;}
.bn, .f_bn{font-size: 1.3em; color: #d70000; font-weight: 500;}
.f_bn{font-size: 2em;}
.ulmr{color: #0c4ca3;}
.top{text-align: right; border-bottom: solid 5px #009eb9; text-transform: uppercase; font-size: 0.9em; font-weight: 600;}
.sub_vid{font-weight: 600; font-size: 1.2em;}



/*my custom size 367 px for a specific website */
@media (min-width: 367px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.md_l_sm{
		text-align:left;
	}
	.fl{float: left; padding: 5px 15px 5px  0;}
	.tx_l{text-align: left; display: inline;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.md_l_lg{
		text-align: left;
	}
	.md_r_lg{
		text-align: right;
	}
	.healthy_mar{margin-top: 50%;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}