﻿.ımgBox {
	float: left;
	width: 166px;
	height: 166px;
	border: 1px #B6B6B6 solid;
	margin-top: 15px;
	overflow: hidden;
}
.ımgBoxML {
	margin-left: 15px;
}
.contactCont {
	float: left;
	width: 320px;
	margin: 63px 300px;
}
.iconCont {
	float: left;
	width: 100%;
	border-bottom: 2px #d7d7d7 solid;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.iconCont a {
	float: left;
	margin-left: 18px;
}
.contLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	font-weight: bold;
}
.contLabel2N {
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	font-weight: bold;
	text-align: center;
}
.contText {
	width:380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	padding: 0px 0px;
}
.contText a {
	color: #5B5B5B;
	text-decoration: none;
}
.contactForm {
	float: left;
	width: 320px;
	margin-top: 16px;
}
.contactForm input[type="text"] {
	float: left;
	width: 300px;
	height: 21px;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url('../images/inputBack.png') no-repeat scroll left top;
	border: 0px;
	margin-bottom: 14px;
}
.contactForm textarea {
	float: left;
	width: 300px;
	height: 95px;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url('../images/testareaBack.png') no-repeat scroll left top;
	border: 0px;
	margin-bottom: 14px;
}
.contactForm input[type="submit"] {
	float: right;
	padding: 7px 12px;
	font-family: Arial, Helvetica, sans-serifr;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #bcbcbc;
	border: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}
/*----------------------- BLOG ----------------------*/

.blogCont {
	float: left;
	width: 100%;
	padding:20px 0px;
}
.blogLeft {
	float:left;
	width:588px;
	min-height:800px;
}
.articleBox{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.articleBox .head{
	float:left;
	width:100%;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#424242;
	font-weight:bold;
}
.articleBox .head span{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	font-weight:bold;
	margin-top:4px;
}
.articleBox .imgCont{
	float:left;
	width:588px;
	height:auto;
	overflow:hidden;
	background-color:aqua;
}
.articleBox .cmntCont{
	float:left;
	width:100%;
	/*height:41px;*/
	margin:10px 0px 20px 0px;
	/*background:aqua url('../images/commentsBack.png') no-repeat scroll left top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	line-height:16px;
	
}

.blogRight {
	float:left;
	width:282px;
	margin-top:45px;
	margin-left:30px;
}
.wlcmText{
	float:left;
	width:282px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin:0px 0px 30px 0px; 
	
}

.blogRight h1{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#424242;
}


.blogKatCont{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.blogKatCont h1{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#424242;
}

.blogKatCont a{

	float:left;
	width:100%;
	padding:7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#424242;
	text-decoration:none;
	border-bottom:1px #a6a6a6 solid;
}

.blogKatCont a:hover{
	color:#000000;
}
.aboutCont {
	float: left;
	width: 620px;
	margin: 63px 140px;
}
.aboutCont p{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333333;
	text-align:justify
}
.aboutCont p img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px #C0C0C0 solid;
	margin-top:3px;
}

.indexText{
	float:left;
	width:900px;
	padding:10px 0px 0px 0px;
	margin-top:20px;
	border-top: 1px #a6a6a6 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
	line-height:18px;
}

@media all and (max-width: 699px){

.ımgBox {
	float:left;
	width: 30.7%;
	/*height: 166px;*/
	height:auto;
	border: 1px #B6B6B6 solid;
	margin-top: 15px;
	overflow: hidden;
	margin: 1%;

}
.ımgBox img{
	float:left;
	width:100%;
	height:auto;
}
.ımgBoxML {
}
.contactCont {
	float: left;
	width: 98%;
	margin:6% 1%;
	/*margin: 63px 300px;*/
}
.iconCont {
	float: left;
	text-align:center;
	width: 100%;
	border-bottom: 2px #d7d7d7 solid;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.iconCont a {
	margin-left: 14px;
}
.contLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	font-weight: bold;
}
.contLabel2N {
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	font-weight: bold;
	text-align: center;
}
.contText {
	width:380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	padding: 0px 0px;
}
.contText a {
	color: #5B5B5B;
	text-decoration: none;
}
.contactForm {
	float: left;
	width: 98%;
	margin:3% 1%;
}
.contactForm input[type="text"] {
	float: left;
	width: 96%;
	margin:6px 0;
	height: 21px;
	padding: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#f0f0f0;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 8px 2px #ccc;

}
.contactForm textarea {
	float: left;
	width: 96%;
	margin:6px 0;
	height: 21px;
	padding: 2%;
	height: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#f0f0f0;
	border: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 8px 2px #ccc;


}
.contactForm input[type="submit"] {
	float: right;
	padding: 7px 12px;
	font-family: Arial, Helvetica, sans-serifr;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #bcbcbc;
	border: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}
/*----------------------- BLOG ----------------------*/

.blogCont {
	float: left;
	width: 100%;
	padding:20px 0px;
}
.blogLeft {
	float:left;
	width:98%;
	margin:1%;
	min-height:100%;
}
.articleBox{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.articleBox .head{
	float:left;
	width:100%;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#424242;
	font-weight:bold;
}
.articleBox .head span{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	font-weight:bold;
	margin-top:4px;
}
.articleBox .imgCont{
	float:left;
	width:100%;
	height:auto;
	overflow:visible;
	background-color:aqua;
}
.articleBox .imgCont img{
	float:left;
	width:100%;
	height:auto;
}
.articleBox .cmntCont{
	float:left;
	width:100%;
	/*height:41px;*/
	margin:10px 0px 20px 0px;
	/*background:aqua url('../images/commentsBack.png') no-repeat scroll left top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	line-height:16px;
	
}

.blogRight {
	float:left;
	width:98%;
	margin-top:1%;
	margin-left:1%;
}
.wlcmText{
	float:left;
	width:100%;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin:0px 0px 30px 0px; 
	
}

.blogRight h1{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#424242;
}


.blogKatCont{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.blogKatCont h1{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#424242;
}

.blogKatCont a{
	float:left;
	width:100%;
	padding:7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#424242;
	text-decoration:none;
	border-bottom:1px #a6a6a6 solid;
}

.blogKatCont a:hover{
	color:#000000;
}
.aboutCont {
	float: left;
	width: 98%;
	/*margin: 63px 140px;*/
	margin:3% 1%;
}
.aboutCont p{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333333;
	text-align:justify
}
.aboutCont p img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px #C0C0C0 solid;
	margin-top:3px;
	
}

.indexText{
	float:left;
	width:98%;
	display:block;
	margin:0 1%;
	padding:10px 0px 0px 0px;
	margin-top:20px;
	border-top: 1px #a6a6a6 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
	line-height:18px;
}


}