@charset "utf-8";
/* CSS Document */

/*

------------------------------------------
------------------------------------------

----- Main CSS

------------------------------------------
------------------------------------------	

*/

/* ------------ 
--- Fonts
------------  */

@import 'https://fonts.googleapis.com/css?family=Lora';

@import 'https://fonts.googleapis.com/css?family=Ubuntu';

/* ------------ 
--- Reset
------------  */

* {
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

img {
	border: none;
	vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
    display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

ul {
	padding-left: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
}

input,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ------------ 
--- Defaults
------------  */

body {
	background: #FFFFFF; 
    color: #777;
    font-family: 'Lora', Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* Sets default font-size to 10px - 1em = 10px */
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Ubuntu', 'Trebuchet MS', Helvetica, Arial; 
	font-weight: bold;
	margin: 0 0 25px 0;
}

p {
	margin: 0 0 25px 0;
}

a {
	color: #2A9AF0;
	text-decoration: underline;
}

a:hover {
	color: #2A9AF0;
	text-decoration: none;
}

/* ------------ 
--- Common classes
------------  */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.center {
	text-align: center;
}

.margintop {
	margin-top: 25px !important;
}

.marginbottom {
	margin-bottom: 25px !important;
}

.img-respond {
	width: 100%;
}

.img-logo {
	max-width: 250px;
}

.img-pastwork {
	max-width: 400px;
}

/* ------------ 
--- Layout
------------  */

.basecontainer {
	font-size: 1.6em;
	line-height: 1.5em;
}

.containerwidth { 
	margin: 0 auto;
	width: 90%;
	max-width: 1150px;
}

/* Header */

.header {
	background: #C7ECFD;
	background: -webkit-gradient(linear, left top, left bottom, from(#C7ECFD), to(#D9F5FC));
	background: -moz-linear-gradient(top,  #C7ECFD,  #D9F5FC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7ECFD', endColorstr='#D9F5FC');
	border-top: #324251 1px solid;
	border-bottom: #828282 1px solid;
	padding: 20px 0 0 0;
	width: 100%;
	height: auto;
}

.header .logo {
	float: left;
	margin: 5px 0 0 0;
}

.header .contactus {
	float: right;
	background: #363636 url("https://www.zomex.com/libs/images/layout/blackbg.gif") top left repeat;
	padding: 10px;
	border: #fff 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	text-align: center;
	color: #AEB2B2;	
}

.header .contactus strong {
	font-family: 'Ubuntu', 'Trebuchet MS', Helvetica, Arial; 
	font-size: 1.2em;	
}

.header .contactus a {
	color: #fff;
}

/* Nav */

.nav {
	background: #363636 url("https://www.zomex.com/libs/images/layout/blackbg.gif") top left repeat;
	font-family: 'Ubuntu', 'Trebuchet MS', Helvetica, Arial; 	
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 20px;
	margin: 20px 0 0 0;
	font-size: 1.5em;
	border-bottom: #000000 1px solid;
}

/* Buttons */

.button {
	padding: 10px 20px;
	font-size: 1.3em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;		
	text-decoration: none;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.button-blue {
	color: #fff;
	background: #FF8F00;	
}

.button-blue:hover {
	color: #fff;
	background: #000;
}


/* Columns */

.column3 {
	
}

.column3 .col {
	width: 32%;
	float: left;
	margin: 0 2% 15px 0;
}

.column3 .col3,
.column3 .col6 {
	margin-right: 0;
}

.columntwothird {
	
}

.columntwothird .left {
	float: left;
	width: 70%;
	margin: 0 2% 0 0;
}

.columntwothird .right {
	float: left;
	width: 28%;
	margin: 0;
}

/* Content */


article {
	padding: 25px 0;
}

article ul {
	margin: 0 0 25px 15px;
	list-style: square;	
}

article ul li {
	list-style: square;	
	padding-left: 10px;
}

.bigtitle {
	text-align: center;
	font-size: 2.8em;
	line-height: 1.1em;
	margin: 0 auto 35px auto;
	padding: 0 0 25px 0;
	border-bottom: #DBDBDB 1px solid;
	display: table;
	position: relative;
}

/* More from */

.morefrom {
	margin: 0 0 20px 0;	
}

.morefrom h2 {
	text-align: center;
}

.morefrom img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;		
}

.morefrom img:hover {
	opacity: 0.7;
}

/*

------------------------------------------
------------------------------------------

----- Responsive CSS

------------------------------------------
------------------------------------------	

*/

@media (max-width: 920px) {
	
	header {
	}	
	
	.header .logo {
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.header .contactus {
		clear: left;
		float: none;
		width: 70%;
		margin: 0 auto;
	}		
	
	.column3 .col {
		width: 49%;
		margin: 0 2% 15px 0;
	}
	
	.column3 .col3,
	.column3 .col6 {
		margin-right: 2%;
	}
	
	.column3 .col2,
	.column3 .col4,
	.column3 .col6 {
		margin-right: 0;
	}
	
}

@media (max-width: 800px) {
	
	.columntwothird	.left {
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	.columntwothird	.right {
		clear: left;
		width: 100%;
	}
	
}

@media (max-width: 660px) {

	.header .contactus {
		width: 100%;
	}
	
}

@media (max-width: 460px) {

	.header .contactus {
		background-image: none;
		padding: 10px;
	}
	
}

@media (max-width: 400px) {

	.column3 .col {
		width: 100%;
		clear: left;
		margin: 0 0 15px 0;
	}
	
}