﻿/*
	SERVICES PAGE STYLE FILE
*/

.container {
	max-width: 920px;
	margin: 21px auto 0 auto;
	text-align: center;
}

article {
	max-width: 438px;
	position: relative;
	margin: 21px 9px;
	display: inline-block;
	vertical-align:top;
}

article .title {
	font-size: 19px;
	color: #131313;
	text-align: left;
	margin:	20px 0;
}



article .img {
	width: 438px;
	height: 228px;
	display: inline;
}

article .content {
	font-size: 12pt;
	line-height: 1.5;
	color: #686868;
	text-align: left;
	padding-top: 25px;
	margin: 20px 0;
	border-top: 10px #036af7 solid;
}

article .readmore {
	font-size: 14px;
	color: #000;
	text-align: left;
}

.content h2, .content h3, .content h4, .content h5, .content h6  {
	display: inline;
	color: #686868;
}

article:hover .content {
	border-top: 10px #13367d solid;
}

@media screen and (max-width: 933px) {
	article .content {
		height: auto;
	}
}

@media screen and (max-width: 933px) {
	article {
		max-width: 364px;
	}

	article .img, article .img img {
		width: 364px;
		height: 189px;
	}

	article .content {
		border-top: 7px #036af7 solid !important;
	}
}

@media screen and (max-width: 786px) {
	article {
		max-width: 300px;
	}

	article .img, article .img img {
		width: 300px;
		height: 156px;
	}
}

@media screen and (max-width: 658px) {
	article {
		max-width: 438px;
	}

	article .img, article .img img {
		width: 438px;
		height: 228px;
	}
}

@media screen and (max-width: 568px) {
	article .title {
		font-size: 14px;
		margin: 5px 0;
	}
	
	article .img {
		display: none;
	}
	
	article .content {
		padding: 10px;
		padding-top: 12px;
		border-top: 4px #036af7 solid !important;
	}

	article:hover .content {
	border-top: 4px #13367d solid;
}
}

.left {
	max-width: 71%;
	float: left;
	margin: 10px 0 0 10px;
	text-align: left;
}

.left .title {
	font-size: 19px;
	color: #131313;
	margin: 10px 0 20px;
}

.left .img {
	
	display: inline;
	vertical-align: top;
}

.left .img img {
	width: 438px;
	height: 228px;
	float: left;
}

.left .content {
	font-size: 12pt;
	color: #686868;
	padding: 0;
	margin: 60px 20px 20px 0;
	float: left;
}

.left a img {
	float: left;
	width: 150px;
	margin: 30px 30px 18px 30px;
	padding-bottom: 12px;
}

.left a img:hover {
	border-bottom: 2px #292929 solid;
	padding-bottom: 10px;
}

.right {
	max-width: 25%;
	float: right;
	text-align: left;
	border-left: 1px #d6d6d6 solid;
	padding-left: 14px;
	margin: 10px 0;
}

.right .title {
	font-size: 19px;
	color: #131313;
	margin: 20px 0;
}

.right .content {
	font-size: 11pt;
	color: #686868;
	padding: 0;
	margin: 20px 20px 20px 0;
}

.right .name {
	font-size: 13px;
	color: #686868;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px #d6d6d6 solid;
}

.right .review a img {
	width: 230px;
	height: 20px;
}

.intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
	display: inline;
}

.intro h1 {
	color: #318ebc;
}

.intro .important {
	/*color: #318ebc;*/
	color: #215F7D;
}
.important h1{
    color: #215F7D;
}
@media screen and (max-width: 933px) {
	.left {
		max-width: 60%;
	}

	.right {
		max-width: 36%;
	}
}

@media screen and (max-width: 929px) {
	.left a img {
		margin: 30px 15px 30px 15px;
		padding-bottom: 12px;
	}
}

@media screen and (max-width: 931px) {
	.right .review, .right .review img {
		width: 100% !important;
		height: auto !important;
		text-align: center;
	}
}


@media screen and (max-width: 888px) {
	.left .pdfs {
		text-align: center;
		clear: both;
		max-width: 360px;
		margin: 0 auto;
	}

	.left .pdfs a img {
		margin: 20px 15px;
	}

	.left .content {
		margin-top: -10px;
	}
}

@media screen and (max-width: 641px) { /* 797 px !!!! */
	.left {
		max-width: 100%;
		margin-right: 10px;
	}
	
	.left .title {
		padding-bottom: 22px;
		border-bottom: 4px #036af7 solid;
	}
	
	.left .img, .left .img img {
		width: 100%;
		height: auto;
	}
	
	.right {
		max-width: 100%;
		padding: 0;
		margin: 0 10px 0 10px;
		border: none;
	}

	.right .title {
		padding-bottom: 22px;
		border-bottom: 4px #036af7 solid;
	}

	.right .review {
		width: 230px !important;
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	[for="menu-open"] {
		/*top: 45px;*/
		top: 70px;
	}

	header ul.nav {
		position: absolute;
		top: 79px;
		left: 0px;
		z-index: 999;
	}
}

@media screen and (max-width: 397px) {
	.left .pdfs a img {
		margin: 10px 5px;
	}
}

@media screen and (max-width: 356px) {
	.left .pdfs a img {
		width: 120px;
		height: auto;
	}
}




/* Edited By SRC */

#wrapper-service {
    max-width: 920px;
    margin: 21px auto 0 auto;
    text-align: center;
    min-height: 802px;
}

/* End */