/*************************************************************
    AUTHOR		: SUKUMAR P
    PAGE 		: MARKETING LANDING PAGE
    DATE		: 12 AUGUST 2014
**************************************************************/
body {
    background: #fff;
    font: normal normal 14px/1 "Roboto", Arial, Helvetica, sans-serif;
    color: #444;
    padding: 0;
}
input, button, select, textarea {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
img {
    max-width: 100%;
}
table, tbody, tr, th, td {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, i, form {
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
a {
	color: #0980f4;
}
a:hover, a:focus {
	color: #0980f4;
	cursor: pointer;
	text-decoration: underline;
}
input, button, select, textarea, input:focus, button:focus, select:focus, textarea:focus, a, a:focus {
    outline: medium none;
}
.wrapper {
    margin: 0 auto;
    width: 960px;
}
._mrkHeader {
	background-color: rgba(26, 26, 26, 0.9);
    padding: 15px 0;
}
._mrkHeader .logo {
	display: inline-block;
    margin-top: 4px;
}
.bg-img {
    background-clip: content-box;
    background-position: 25% top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.bg-img {
    height: 360px;
    position: relative;
    width: 100%;
}
.bg-img .overlay {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
}
.bg-img .comment {
	left: 50%;
    margin-left: -480px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 960px;
}
.bg-img .comment > h1,
.bg-img .comment > h2 {
    color: #fff;
    font-size: 82px;
    font-weight: 100;
    margin-bottom: 6px;
    text-align: center;
}
.bg-img .comment > h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.bg-img .comment > h1,
.bg-img .comment > h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) !important;
}
._mrkArticle {
	margin: 30px 0 20px;
}
._mrkArticle .row-fluid [class*="span"] {
	border: 1px solid #eaeaea;
    border-radius: 4px;
    margin: 0 0 16px 16px;
    padding: 14px;
    text-decoration: none;
}
._mrkArticle .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
._mrkArticle .row-fluid .span6 {
	width: 472px;
}
._mrkArticle .row-fluid .span4 {
	margin-left: 15px;
    width: 310px;
}
._mrkArticle .row-fluid .span3 {
	width: 228px;
}
._mrkArticle .row-fluid [class*="span"] > h1 {
	color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
}
._mrkArticle .row-fluid [class*="span"] > ul,
._mrkArticle .row-fluid [class*="span"] > p {
	color: #808080;
    margin: 0 0 10px 14px;
}
._mrkArticle .row-fluid [class*="span"] > p {
	line-height: 20px;
	margin: 0 0 10px;
}
._mrkArticle .row-fluid [class*="span"] > span {
    color: #0980f4;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    min-height: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}
._mrkArticle .row-fluid [class*="span"] > span > i {
    font-size: 20px;
}
/*
	RESPONSIVE
*/
@media (max-width: 767px) {
	.bg-img .comment {
		margin-left: -240px;
		width: 480px;
	}
	.bg-img .comment > h1 {
		font-size: 60px;
	}
}
@media (max-width: 480px) {
	.bg-img .comment {
		margin-left: -160px;
		width: 320px;
	}
	.bg-img .comment > h1 {
		font-size: 30px;
	}
}
@media (min-width: 240px) and (max-width: 767px) {
	.wrapper {
		width: auto;
	}
	._mrkArticle .row-fluid [class*="span"],
	._mrkArticle .row-fluid [class*="span"]:first-child {
		margin: 0 10px 10px;
		width: auto;
	}
	._mrkArticle .row-fluid [class*="span"] > p {
		min-height: 30px;
	}
}