 /*
Theme Name: Karda
Description: HTML Responsive
Version: 1.0
*/

html {
	font-size: 100% !important;
	height:100%;
}
body, p, td, ul, li {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
}
body.splash {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 900;
	line-height: 1.2em;
	margin: 0 0 24px;
	padding: 0;
	text-rendering: optimizelegibility;
}
a {
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
p:last-child{
	margin-bottom: 0;
}
table {
	margin: 30px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
ul.list-none{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
ul.list-none:before,
ul.list-none:after{
	content: "";
	display: table;
	line-height: 0;
}
ul.list-none:after{
	clear: both;
}
.center-block {
	margin-right:auto;
	margin-left:auto;
	display:block;
}

/*
===============================================================
GRID COLUMNS
===============================================================
*/

/* Vertical align content */
.column-vertical-align .row,
.column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Equal height */
.column-equal-height .row,
.column-equal-height.row {
	display: flex;
	align-items: stretch;
}

/*
===============================================================
SPLASH SECTION
===============================================================
*/
section.splash-logo {
	background-color:#000;
	position:relative;
	padding:60px 0;
	min-height:100vh;
}
section.splash-logo .logo {
	max-width:70%;
}
#index-page {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	background-image:url(../images/karda-splash-page.png);
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}
section .area-section {
	width:497px;
	margin:auto;
	padding:30px;
	text-align:center;
}
section .area-section ul.tagline {
	margin-top:40px;
	list-style: none;
	padding:0 40px;
	text-transform:uppercase;
}
section .area-section ul.tagline li {
	display:block;
	font-family:'BankGothic-Bold',sans-serif;
	font-weight:bold;
	font-size:36px;
	border-bottom:1px solid #666666;
}
section .area-section ul.tagline li:last-of-type {
	border-bottom:none;
}
section .area-section ul.info {
	margin-top:40px;
	list-style: none;
	padding:0;
}
section .area-section ul.info li {
	font-size:18px;
	display:block;
}
section .area-section ul.info li a {
	color:#86d200;
	text-decoration:none;
}
section .area-section .member {
	color:#666666;
	font-size:18px;
	text-transform:uppercase;
}
section .area-section .member img {
	margin-right:10px;
}
section .area-section .social-media {
	margin-top:30px;
	padding:10px 100px;
}