/*Viks Chams*/

.wrapper {
	margin: 0 auto;
	max-width: 1366px;
	padding: 0px 10px;
	height: 100%;
}


header:after {
	content: " ";
	display: table;
	clear: both;
}
/*.brand, h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	
	
}*/
.main .dev-output pre {
	overflow: auto;
	max-height: 500px;
	background-color: #EBF4FD;
}
.brand {
	float: left;
	
}
.brand p {
	margin: 0;
	padding:0px;
}
.rm-nav {
	letter-spacing: 0px;
}
.logo {
	font-size: 1.4em;
	margin:0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0;
}
.rm-toggle.rm-button {
	margin-top: 25px;
}

@media (max-width: 959px) {
.rm-toggle.rm-button
{
	margin-top:20px !important;
}

}



@media (max-width: 767px) {
.rm-toggle.rm-button
{
	margin-top:-30px !important;
	
}
}

@media (max-width: 314px) {
.rm-toggle.rm-button
{
	margin-top:-45px !important;
	margin-right:-15px;
}
}


.rm-css-animate.rm-menu-expanded {
	max-height: none;
	display: block;
}
.rm-container.rm-layout-expanded {
	float: right;
}
.rm-nav li a,  .rm-top-menu a {
    padding: .75rem 1rem;
	font-size: .9em;
	line-height: 1.5rem;
	text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,  .rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
	height: 80px;
	line-height: 80px;
	padding:0px 20px;
}
.tagline {
	width: 360px;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: center;
	margin: 275px auto;
	color: #1A88D3;
}
.tagline strong {
	font-size: 1.3em;
}
.dev-output {
	background-color: #e1eaf3; /* fall-back */
	background-color: rgba(255, 255, 255, .85);
	color: #000;
	padding: 2em;
	margin-bottom: 2em;
}
/*
@media (min-width: 240px) and (max-width: 959px) {
.rm-css-animate.rm-menu-expanded {
	max-height: none;
	display: block;
	background:#1d4362 !important;
}*/
