* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 26px;
	color: #646464;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #63acdb;
	text-decoration: none;
}
a:hover {
	color: #646464;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mark {
	color: #63acdb;
}
h1,h2,h3,h4,h5,h6 {

	font-weight: normal;
	margin-bottom: 20px;
	color: #4e4e4e;
	line-height: 1.4em;
}
ul {
	padding-left: 36px;
	border-left: 4px solid #63acdb;
}
ul li ul {
	padding-left: 16px;
	border-left: none;
}
.block {
	display: block;
}
.disp-none {
	display: none;
}
#wrapper {
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}
#header {
	padding: 10px 20px;
	background: url(../images/head-bg.png);
	height: 90px;
}
#nav {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	height: 70px;
}
#nav ul {
	list-style: none;
	float: right;
	border: none;
}
#nav ul li {
	float: left;
	margin-left: 70px;
	line-height: 70px;
}
#nav ul li a {
	font-size: 20px;
	color: #4e4e4e;
}
#nav ul li a:hover {
	color: #63acdb;
	text-decoration: none;
}

#sub-header {
	margin:40px 0;
	width: 100%;
	max-width: 1024px;
}

.sh-container {
	text-align: center;
	float: left;
	width: 20.535%;
	margin-right: 60px;
}
.sh-container:nth-of-type(4) {
	margin-right: 0;
}
.sh-container h2 {
	padding: 15px 0;
	border-bottom: 1px solid #7d756c;
}
.sh-container p {
	text-align: justify;
	padding: 5px 0;
}

#main {
	border-top: 1px solid #7d756c;
	padding: 20px 0;
}
#main p {
	margin-bottom: 20px;
}
#footer {
	border-top: 5px solid #63acdb;
	background: #ebedee;
}
#footer-wrapper {
	text-align: center;
	height: auto!important;
	margin: 0 auto;
	padding: 20px;

}
#footer-wrapper a {
	color: #4e4e4e;
	font-size: 24px;
	margin-right: 40px;
}
#footer-wrapper a:hover {
	color: #63acdb;
}


/*site-styles*/
.ind ul {
	float: left;
	max-width: 512px;
}
.ing img {
	float: right;
}

.ref ul {
	margin: 30px 0;
	max-width: 1024px;
}
.ref ul li ul {
	margin: 0 0 10px 0;
}
.ref h3:nth-of-type(1) {
	margin-top: 0!important;
}
.ref h3 {
	font-size: 24px;
	margin-top: 60px;
}
.ref h2 {
	font-size: 32px;
	margin-top: 60px;
}
.ref h2:nth-of-type(1) {
	margin-top: 0!important;
}

/*contact-form-styles*/
input, textarea {
	padding: 5px;
	border: 1px solid #63acdb;
	font-family: Cabin;
	width: 60%;
}
input.submit {
	font-size: 16px;
	width: 180px;
	margin-top: 20px;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #7d756c;
}
textarea {
	margin-top: 4px;
	padding: 5px;
	border: 1px solid #63acdb;
	font-family: Cabin;
	width: 80%;
}

.back-to-top {
    position: fixed;
    bottom: 0.5em;
    right: 0px;
    text-decoration: none;
	background: url(../images/to-top.png);
	background-repeat: no-repeat;
	opacity: 0.4;
    font-size: 12px;
    padding: 2.5em;
    display: none;
}

.back-to-top:hover {    
	background: url(../images/to-top.png);
	background-repeat: no-repeat;
	opacity: 1;
}


@media screen and (max-width: 1074px) {
	#wrapper {
		padding-left: 20px;
		padding-right: 20px;
		height: auto!important;
	}
	.sh-container {
		width: 40.535%;
		margin-right: 0!important;
	}
	.sh-container:nth-of-type(1), .sh-conainter:nth-of-type(2) {
		margin-bottom: 50px;
	}
	.sh-container:nth-of-type(2) {
		margin-right: 0;
	}
	.sh-container:nth-of-type(3) {
		clear: both;
	}	
	.sh-container:nth-of-type(2), .sh-container:nth-of-type(4) {
		float: right;
	}
	.ind ul {
		float: none;
		margin-bottom: 40px;
		max-width: 100%;
	}
	.ind img {
		float: none;
		width: 100%;
		max-width: 450px;
		height: auto;
	}
}

@media screen and (max-width: 800px) {
	.imp {
		float: none;
		width: 100%;
	}
	.imp.sec {
		margin-top: 40px;
	}

}

@media screen and (max-width: 645px) {
	h1,h2,h3,h4,h5,h6 {
		word-wrap: break-word;
	}
	#header {
		height: auto!important;
	}	
	#nav {
		text-align: center;
		height: auto!important;
		display: block!important;		
	}
	#nav ul {
		float: none;
		width: 100%!important;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#nav ul li:nth-of-type(1) {
		margin-left: 0!important;
	}
	#nav ul li {
		float: none;
		display: inline;
	}
	#footer a {
		display: block;
		text-align: center;
		width: 100%;
	}
	#footer a:nth-of-type(1) {
		margin-right: 0!important;
		page-break-after: always;
		margin-bottom: 20px;
	}
	#footer a:nth-of-type(2) {
		margin-bottom: -20px;
	}
	input, textarea, input.submit {
		width: 100%;
	}
	}
@media screen and (max-width: 400px) {
	#nav ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#nav ul li {
		display: block;
		clear: left;
		width: 100%;
		margin: 0!important;
		line-height: 40px;
		margin-top: 20px;
	}
	.sh-container {
		width: 100%;
		margin-right: 0!important;
		margin-bottom: 50px;
		clear: both;
		float: none;
	}

}