/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
body {
	line-height: 1;
}
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;
}



/* my stuff */

html{
	box-sizing: border-box;
}

*, *:before, *:after{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body{
	color: #666;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
}

/* header and text tags */
h1,h2,h3,h4,h5,h6,p{
	display: block;
	font-weight: bold;
	text-align: center;
}
h1, h2, h3, h4{
	color: #0098b1;
}
h1.black,h2.black{
	color: black;
}
h1{
	font-size: 45px;
	margin: 20px auto;
}
h1.clients{
	font-family: Arial black, Arial, Helvetica, Sans-serif;
	transform: scale(1, 1.15); /* Equal to scaleX(2) scaleY(0.5) */
	transform-origin: bottom;
}
h1.faq{
	font-size: 40px;
}
h2, h3, h6{
	font-size: 30px;
	margin: 10px auto;
	max-width: 600px;
	
}

h2.products{
	font-size: 40px;
}

h3{
	color: black;
}
h4{
	font-size: 24px;
}
h5{
	color: black;
	font-size: 24px;
}
h6{
	color: #acacac;
}
p{
	font-weight: normal;
	line-height: 24px;
	margin: 10px auto;
	max-width: 600px;
}
p.full-width{
	max-width: 100%;
	padding: 10px;
}
strong{
	font-weight: bold;
	line-height: 24px;
}
.p-sys strong{
	color: black;
}
p.black{
	color: black;
}
.darkgrey{
	color: #666;
}
small{
	font-size: 14px;
}
.center{
	text-align: center;
}

a{
	color: #0098b1;
	cursor: pointer;
	text-decoration: none;
	overflow-wrap: break-word;
  	word-wrap: break-word;
}

a.faq{
	/*border: 1px #acacac solid;*/
	border-radius: 5px;
	color: #666;
	display: block;
	font-size: 20px;
	margin: 20px auto;
	max-width: 800px;
	padding: 10px 30px;
}
a.faq:hover{
	background: #f6f6f6;
	/*border: 1px #999 solid;*/
	color: black;
}

img{
	width: 100%;
}

ol{
	margin: 15px 30px;
}
ol li{
	font-weight: bold;
	margin: 5px auto;
	max-width: 500px;
}
em{
	font-style: italic;
	font-weight: 100;
}

div.left{
	text-align: left;
}

.max-600{
	margin: 10px auto;
	max-width: 600px;
}

/*newsroom grey background*/
.grey-bg{
	background: #efefef;
	padding: 10px;
	width: 100%;

}

.news{
	color: black;
	font-family: serif;
}
.news h2{
	color: black;
}
.news p{
	padding: 10px 0;
	text-align: left;
	max-width: 100%;
}
.top-header{
	background: #505050;
	display: block;
	padding: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.top-header .logo{
	/*background: url('logo-grey.png') no-repeat center;*/
	background: url('logo-white.png') no-repeat center;
	background-size: cover;
	display: inline-block;
	height: 35px;
	opacity: 0.7;
	width: 37px;
}
.top-header .logo:hover{
	/*background: url('logo-white.png') no-repeat;
	background-size: cover;*/
	opacity: 1;
}

.top-header .hamburger{
	color: #999;
	display: inline-block;
	font-size: 2rem;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 50px;
	z-index: 300;
}

.top-header .hamburger:hover{
	color: white;
}

.top-header .hamburger:hover + nav>ul, .top-header nav:hover>ul{
	display: block;
}

/*nav > ul.show{
	top: 0px;
}*/


/* nav */
nav{
	display: block;
	position: relative;
}
nav>ul{
	background: #505050;
	padding: 20px 0;
	position: absolute;
	display: none;
	width: 100%;
}
nav ul li{
	font-size: 17px;
	padding: 0 22px;
	position: relative;
	text-align: left;
}
nav ul li a{
	color: #d6d6d6;
	display: block;
	padding: 10px;
	text-decoration: none;
}
nav>ul li a:hover, nav ul li a.active{
	/*background: rgba(255,255,255,.3);**/
	color: white;
}
nav ul li ul{
	background: #505050;
	margin-top: 5px;
	z-index: 0;
	/*transition: all .5s;*/
}
nav ul li ul li{
	display: block;
}
nav ul li ul li a{
	white-space: nowrap;
	width: 100%;
}

.navphone{
	color: #999;
	font-size: 1.6rem;
	position: absolute;
	right: 100px;
	top: 15px;
}


/* banner */
div.hero img{
	margin-top: 55px;
}




div.content{
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
	width: 95%;
}


/* home columns */
a.home-column{
	color: #666;
    cursor: pointer;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 2%;
    width: 100%;
    vertical-align: top;
}
a.home-column:hover{
	color: black;
}
a.home-column i{
	display: block;
	font-size: 50px;
}

strong.subtitle{
	display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 10px auto 5px;
    max-width: 600px;
}


/* article columns */
.single-half-column{
	margin: 0 auto;
	padding: 0 20px;
	width:100%;
}
.double-half-column{
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	max-width: 600px;
	width: 100%;
	vertical-align: middle;
}
.double-half-column.right{
	float: none;
}
.two-thirds-column{
	display: inline-block;
	vertical-align: middle;
	width: 66%;
}
.one-third-column{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.clearfix{
	clear: both;
}

/* different img widths throughout the site */
img.staff-img{
	max-width: 350px;
}
img.product-logo{
	width: 36px;
	vertical-align: middle;
}
img.product-medium{
	width: 300px;
}
img.product-medium.mini{
	margin-left: 30px;
}
img.product-small{
	width: 250px;
}
img.product-smaller{
	width: 150px;
}
img.product-smallest{
	width: 100px;
}


/* systems sub page */
div.shifted-left, div.shifted-right{
	text-align: left;
	width: 70%;
}
div.shifted-right{
	margin-left: 13%;
}
div.shifted-left p strong, div.shifted-right p strong{
	color: black;
}




/* virtuodigital custom modal script */
.modal {
	background: rgba(220,220,220,0.9);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
/*.modal.faq{
    background: rgba(220,220,220,0.9);
}*
/* content */
.modal-content {
    background-color: #f9f9f9;
    border-radius: 5px;
    margin: 5% auto;
    padding: 10px;
    position: relative;
	text-align: center;
	max-width: 600px;
    width: 80%;
}

.modal-content .block{
	display: inline-block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.modal-content .block img{
	width: 100%;
}

.modal-content .block h2{
	margin: 20px 0;
}

.modal-content .block h3{
	margin: 12px 0;
}

.modal-content .block ul{
	list-style: disc;
	margin-bottom: 10px;
}
.modal-content .block ul li{
	margin: 5px 20px;
}
img.modal-thumb{
	width: 100%;
}
.modal-btn{
	display: inline-block;
	margin: 5px;
	width: 180px;
}
/* close btn */
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    font-weight: bold;
}
.close:hover {
    color: black;
    cursor: pointer;
}



/* testimonials */
.modal-block{
	margin: 40px 0;
	padding: 0;
}

p.testimonial{
	margin: 30px 40px;
}

p.testimonial span {
	font-size: 20px;
}
p.testimonial span i{
	color: #0098B1;
}

.testimonial-block img{
	width: 100%;
}



/* footer */
footer{
	margin-top: 100px;
	text-align: center;
}
footer a.footer-logos{
	display: inline-block;
	/*margin: 0 2%;*/
	max-width: 320px;
    width: 30%;
}
footer a.footer-logos.left{
	text-align: left;
}
footer a.footer-logos.right{
	text-align: right;
}
footer a.footer-logos img{
	max-height: 45px;
	width: auto;
}
footer .contact{
	background: #0098b1;
	margin-top: 50px;
	padding: 30px;
} 
footer .contact form input.contact-name{
	display: none;
}
footer .contact p, footer .contact strong, footer .contact small, footer .contact h2{
	color: white;
}

footer .contact small{
	display: block;
    margin-top: 15px;
}

footer .contact h2{
	margin: 0;
}

footer .contact form{
	text-align: left;
}

footer .contact form input, footer .contact form textarea{
	border-radius: 3px;
	border: none;
	display: block;
	font-size: 20px;
	font-family: inherit;
	margin: 3px 0;
	padding: 10px;
	width: 100%;
}
footer .contact form textarea{
	min-height: 100px;
	max-width: 100%;
	min-width: 100%;
}
footer .contact form button{
	background: white;
    border: none;
    border-radius: 3px;
    color: #0098b1;
    display: block;
    font-size: 20px;
    margin: 20px auto;
    padding: 12px;
    width: 100px;
}

footer .contact .footer-logo{
	color: white;
	font-size:  40px;
	font-weight: bold;
}
footer .contact .footer-logo img{
	width: 50px;
}
footer .contact .footer-logo span, h2 span{
	font-size: 14px;
	vertical-align: top;
}
footer .contact a{
	color: white;
}
footer .contact a i{
	font-size: 50px;
}

footer .kerned{
	letter-spacing: 0.7px;
}

/* whatsapp */
.whatsapp{
	border-radius: 50%;
	background: #128c7e;
	color: white;
	font-size: 2rem;
	padding: 10px 12px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}




@media (min-width: 550px){
	p.full-width{
		padding: 10px 60px;
	}
	a.home-column{
		width: 45%;
	}
	.single-half-column{
		width:60%;
	}
	img.product-medium{
		width: 400px;
	}
	footer a.footer-logos img{
		max-height: 70px;
	}
}



@media (min-width: 1080px){

	.navphone{
		display: none;
	}

	.top-header .logo{
		display: inline-block;
		margin: 0 30px 0 0;
		vertical-align: middle;
	}

	.top-header .hamburger{
		display: none;
	}

	nav{
		display: inline-block;
		position: relative;
	}

	nav>ul{
		display: block;
		padding: 0;
		position: relative;
		top: 0px;
	}

	nav ul li{
		display: inline-block;
	}

	nav ul li ul{
		padding: 10px;
		position: absolute;
		top: -150px;
		left: -10%;
	}

	nav>ul>li:hover ul{
		top: 25px;
	}

	nav>ul li a:hover{
		background: none;
	}

	nav ul li ul li a{
		display: block;
		padding: 10px;
	}

	h1{
		font-size: 67px;
	}

	a.home-column{
		width: 23%;
	}

	.single-half-column{
		width:50%;
	}

	.double-half-column{
		min-height: 200px;
		padding: 0px 20px;
		width: 45%;
	}

	.double-half-column.right{
		float: right;
		margin-right: 50px;
	}
	.double-half-column.top-pad{
		padding: 100px 30px 0;
	}

	img.product-medium.mini{
		margin-left: 80px;
	}

	.grey-bg{
		padding: 20px 80px;
	}

	.modal-content{
		padding: 40px;
	}
	.modal-btn{
		width: 200px;
	}

	footer a.footer-logos img{
		max-height: 100px;
	}

	
}

