body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: white;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	color: #333;
	font-size: 64px;
	font-weight: 800;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 42px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #888;
}
a {
	color: #222;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ul{
	margin: 0px;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 6px;
	width: 70px;
	position: relative;
	background: #444;
	margin-bottom: 20px;
	margin-left: 0;
	border: 0;
}
.fresh-green{
	background-color: #2ecc71;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.section-title {
	margin-bottom: 50px;
}
.btn-custom {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #444;
	background-color: transparent;
	border: 2px solid #444;
	padding: 14px 20px;
	margin: 0;
	font-size: 14px;
	border-radius: 0;
	margin-top: 20px;
	margin-right: 30px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #eee;
	background-color: #444;
}
.dropdown-menu{
	border: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12);
}
.mfonts{
	color: white;
	text-shadow: -1px 0 black, 0 1px black,1px 0 black, 0 -1px black;
}
.mcoverimg,.mcoverimgs{
	/* position: absolute !important; */
	/* top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;*/
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 3; 
	height: 220px;
}

* {
	-webkit-overflow-scrolling: touch;
}
.reloadimg {
	/* position: relative; */
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
	z-index: 2;
}
.card .view.overlay a .mask.waves-effect{
	z-index: 4;
} 
@media screen and (min-width: 320px) and (max-width: 1156px){
	/* .mcoverimg{
		height: 140px;
		width: 100%;
		background-position: 50% 50%;
		background-size: cover;
	} */
	/* .mcoverimgs{
		height: 11rem;
		width: 100%;
		background-position: 50% 50%;
		background-size: cover;
	} */
	.mhimg{
		height: 32vh;
		width: 100%;
	}
	.triangle-cornermark {
		font-size: .78rem !important;
	}
	.mcoverimgh{
		height: 13rem;
	}
	.mcoverimgz{
		height: 230px;
		width: 100%;
	}
}
@media screen and (min-width: 1156px) and (max-width: 2100px){
	/* .mcoverimg{
		height: 230px;
		width: 100%;
		background-position: 50% 50%;
		background-size: cover;
	} */
	/* .mcoverimgs{
		height: 250px;
		width: 100%;
	} */
	.mhimg{
		height: 25vh;
		width: 100%;
		background-position: 50% 50%;
		background-size: cover;
	}
	.mcoverimgh{
		height: 13rem;
	}
	.mcoverimgz{
		height: 230px;
		width: 100%;
	}
}
.card-title{
	color: black;
}
#contact {
	padding: 60px 0 60px 0;
	background: #34495e;
}
#contact h2 {
	font-weight: 400;
	color: #777;
	margin: 60px 0;
}

#contact p {
	color: #666;
	margin-bottom: 20px;
	line-height: 24px;
}
#contact .social {
	margin-top: 40px;
}
#contact .social ul li {
	display: inline-block;
	margin-right: 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #777;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #eee;
}
#contact form {
	padding: 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #aaa;
	background-color: #2c3e50;
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .btn-default {
	font-weight: 400;
	color: #666;
	background-color: transparent;
	border: 2px solid #666;
	padding: 10px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.3s;
}
#contact .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #666;
	color: #999;
}
#footer {
	background: #262626;
	padding: 50px 0 20px 0;
}
#footer p {
	font-size: 15px;
	color: #666;
}
.grade{
	margin-top: .3rem;
	color: #02c39a;
}
.btn-sec{
	border: #2c3e50 solid 1px;
	background-color: #2c3e50;
	border-radius: 0;
	outline: none;
	color: white;
}
.btn-sec:hover{
	border: white solid 1px;
	background-color: #2c3e50;
	outline: none;
	color: white;
}
.btn-sec:focus{
	border: white solid 1px;
	background-color: #2c3e50;
	border-radius: 0;
	outline: none;
}
.btn-success{
	margin: 3px;
	background-color: #02c39a !important;
	border-color: #02c39a !important;
}
.btn-success:hover{
	background-color: #00a896 !important;
	border-color: #00a896 !important;
}
.btn-success:focus{
	background-color: #00a896 !important;
	border-color: #00a896 !important;
}
.btn-success:active{
	background-color: #00a896 !important;
	border-color: #00a896 !important;
}
.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.btn-success.focus,.btn-success:active.focus,.btn-success.active.focus {
	background-color: #00a896 !important;
	border-color: #00a896 !important;
	outline: none !important;
	box-shadow:none !important;
}
.card-body {
	padding: .3rem;
}
.card-title {
	margin-bottom: .1rem;
}
.carousel-multi-item {
	margin-bottom: 2.3rem;
}
.carousel-multi-item .carousel-inner{
	padding-top: .3rem;
	padding-bottom: .3rem;
}
.row .card{
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.rhombus-pane{
	display: flex;
    justify-content: center;
}
.rhombu-top{
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 140px;
    border-radius: 6px;
	margin-bottom: 2px;
}
.rhombu-top a{
	height: 37px;
}
.rhombus-badge{
	width: 110px;
	letter-spacing: 1px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	background-color: #fb3;
	display: inline-block;
    padding: .25em 0.4em;
	margin: 2px 2px;
	border-radius: 3px;
	height: 33px;
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.rhombu-top .rhombus-badge{
	padding: 0.25em 8px;
	width: 100px;
}
.rhombu-top .rhombus-badge:not(.rmore) p{
	text-align: right;
}
.rhombus-badge.rmore p{
	text-align: left;
}
.rhombus-badge.rmore{
	margin-right: 5px;
    width: 58px;
    background-color: #34495e;
}
.rhombus-badge.top-update{
    background-color: #4285f4;
}
.rhombus-badge.top-score{
    background-color: #ff3547;
}
.rhombus-badge p {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    text-decoration: none;
	font-size: 70%;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	color: white;
}