html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	background-color:#1f3044;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*imported fonts*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

h1, h2, h3, h4, h5, p, span, a{
	font-family: 'Lato', sans-serif !important;
	text-decoration:none;
}

/* ======================

HM STYLES FOR VEIN VENTER

=======================*/


.content{
    padding: 0px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.contacts{
	padding:15px;
}
.two-col{
	float:left;
	width:50%;
	text-align:left;
}
.text-content{
	background-color:#ffffff;
}
#copyright {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}
.footer-contents .content{
	line-height:26px;
	padding-top:20px;
}
.footer-contents .contacts{
	background-color:;
}
.footer-contents p, .footer-contents a {
    color: #ffffff;
    text-align:left;
    line-height:initial;
    font-size: 16px;
    font-weight: 300;
}
.footer-contents .header h1 {
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center;
    background-color: #353535;
}
.footer-contents{
	width:100%;
	margin:0 auto;
	background-color:#4A4A4A;
}
.line-break {
    height: 2px;
    background-color: #19bcb9;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width:100px;
}
.text .text-content p{
	padding:30px 0px;
}
.text-content{
	text-align:center;
	margin:0 auto;
	display:block;
	padding:15px;
	height:auto;
}
.text-content h2 {
    font-size: 16px;
    font-weight: 500;
    color: #19bcb9;
    text-align: center;
    font-style: italic;
    line-height: initial;
}
.text-content p {
    font-size: 14px;
    font-weight: normal;
    color: #5c5c5c;
    text-align: left;
    line-height: initial;
}
.text-content img{
	display:block; 
	margin:0 auto; 
	width:350px;
}
.text-content h1 {
	line-height:initial;
    font-size: 24px;
    font-weight: 800;
    padding: 0px 0px 15px 0px;
    color: #00285b;
    text-align: center;
}	
.slider-section img{
	width:100%;
}
.logo img{
	display:block;
	margin:0 auto;
	width:400px;
	padding:10px;
}
.wrap{
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.5), -12px 0 8px -4px rgba(0, 0, 0, 0.5);
	width:960px;
	height:100%;
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
}
.header{
	position:relative;
	box-shadow:1px 1px 2px #000;
}
.header, .main, .footer{
	width:100%;
	height:auto;
}
@media screen and (max-width: 600px) {
	.two-col{
		float:left;
		width:100%;
		text-align:left;
	}
    .content{
	    padding: 0px;
	    max-width: 600px;
	    margin: 0 auto;
	    display: block;
	}
	.footer-contents .header h1 {
	    font-size: 16px;
	    font-weight: 800;
	    padding: 15px 30px;
	    color: #ffffff;
	    text-align: left;
	    background-color: #353535;
	}
	.text-content {
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    padding: 20px;
	    height: auto;
	}
	.contacts {
	    padding: 15px 30px;
	}
	.text-content h1 {
	    line-height: initial;
	    font-size: 16px;
	    font-weight: 800;
	    padding: 0px 0px 15px 0px;
	    color: #00285b;
	    text-align: center;
	}
}
