@charset "utf-8";
.mrkS {
	background-color: #E6E6E6;
}
.mrkD {
	background-color: #B3B3B3;
}
.mrkSepD {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/divider-01.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 50px;
}
.mrkSepS {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/divider-02.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 40px;
	padding-top: 50px;
}
.mrkCont {
	max-width: 1120px;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: auto;
	margin-right: auto;
}
.mrkTxt {
	padding-left: 2%;
	padding-right: 2%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.mrkTxtL {
	float: left;
	width: 45%;
	margin-left: 2%;
}
.mrkTxtD {
	float: right;
	width: 45%;
	margin-left: 2%;
}
.mrkTxtL p {
	background-image: url(../images/karak-da.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	padding-left: 25px;
}
.mrkTxtD p {
	background-image: url(../images/karak-da.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	padding-left: 25px;
}
#ne {
	background-image: url(../images/karak-ne.png);
	color: #7A7A7A;
}

.mrkCont img {
	width: 100%;
}
.mrkCont h1 {
	font-family: 'Roboto Slab', serif;
	color: #007FD2;
	font-weight: 400;
	font-size: 180%;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 20px;
}
.mrkCont h2 {
	font-family: 'Roboto Slab', serif;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 140%;
	line-height: 120%;
	margin-top: 0px;
}
.mrkCont h2 strong{
	font-weight: 400;
}
.mrkS h2 {
    color: #000000;
}
.mrkCont p {
	line-height: 140%;
	color: #000000;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 10px;
}
.mrkCont p strong {
	font-weight: 400;
}








.MOB------------- {}
@media only screen and (max-width: 780px) {
.mrkCont {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.mrkTxt {
	padding-left: 4%;
	padding-right: 4%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.mrkTxtL {
	float: none;
	width: 100%;
}
.mrkTxtD {
	float: none;
	width: 100%;
}



	
	
}
