@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	direction: ltr;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

object, embed {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background: white;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #111111;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

a img {
	border: none;
}

a {
	line-height: inherit;
}

a:hover {
	color: #2795b6;
}

a:focus {
	color: #2795b6;
}

p a, p a:visited {
	line-height: inherit;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.hide-override {
	display: none !important;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }

/* The Grid ---------------------- */
.row {
	width: 1400px;
	max-width: 100%;
	min-width: 1024px;
	margin: 0 auto;
}

.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -12px;
}

.row.collapse .column, .row.collapse .columns {
	padding: 0;
}

.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -12px;
}

.row .row.collapse {
	margin: 0;
}

.column, .columns {
	float: left;
	min-height: 1px;
	padding: 0 12px;
	position: relative;
}

.column.centered, .columns.centered {
	float: none;
	margin: 0 auto;
	text-align:center;
}

[class*="column"] + [class*="column"]:last-child {
	float: right;
}

[class*="column"] + [class*="column"].end {
	float: left;
}

.one, .row .one {
	width: 8.33333%;
}

.two, .row .two {
	width: 16.66667%;
}

.three, .row .three {
	width: 25%;
}

.four, .row .four {
	width: 33.33333%;
}

.five, .row .five {
	width: 41.66667%;
}

.six, .row .six {
	width: 50%;
}

.seven, .row .seven {
	width: 58.33333%;
}

.eight, .row .eight {
	width: 66.66667%;
}

.nine, .row .nine {
	width: 75%;
}

.ten, .row .ten {
	width: 83.33333%;
}

.eleven, .row .eleven {
	width: 91.66667%;
}

.twelve, .row .twelve {
	width: 100%;
}

.row {
	*zoom: 1;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.left, .right {
		float: none;
	}

	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.row {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.column, .columns {
		width: auto !important;
		float: none;
	}

	.column:last-child, .columns:last-child {
		float: none;
	}

	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	.column:before, .columns:before, .column:after, .columns:after {
		content: "";
		display: table;
	}

	.column:after, .columns:after {
		clear: both;
	}
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #444;
	top:0px;
	width:100%;
	position:fixed;
	z-index:9999;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}
ul.topnav li {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
ul.topnav li a {
	display: inline-block;
	color: #eee;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 18px;
}
ul.topnav li a:hover {background-color: #111;}
ul.topnav li.icon {display: none;}

ul, ol {
	margin-left:20px;
}

/* Table of contents */
ol.toc {
	counter-reset: item;
	margin-left:20px;
}
li.toc {
	display: block
}
li.toc:before {
	content: counters(item, ".") " ";
	counter-increment: item
}

table.comparison {
	width:100%;
	border-collapse: collapse;
}

table.comparison th, table.comparison td {
	padding: 15px;
	border: 1px solid #aaa;
	font-size: 18px;
	line-height: 26px;
}

table.comparison tr:nth-child(odd) {
	background-color: #eee;
}

.title_background {
	background-color:#112;
	margin-top:0;
	padding:20px;
	background-image:url(img/background.jpg);
	background-size:cover;
	/*background-attachment:fixed;*/
}

h1, .title_text {
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom: 25px;
}

h2, .subtitle_text {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom: 15px;
}

.subtitle_inverted {
	background-color:#444;
	color:#eee;
	padding:12px;
	margin-bottom:15px;
	margin-top:15px;
	font-size:24px;
}

.normal_text {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
	text-align:left;
}

li {
	font-size: 18px;
	line-height: 22px;
	padding: 5px;
}

.border_line {
	padding:10px;
	border:1px solid #CCC;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}

.uc_img {
	width:125px;
	height:125px;
	float:left;
	margin:5px 15px 15px 0;
}

.contact_us {
	text-align: center;
	border: 1px solid #AAA;
	background-color: #DDD;
	color: #111;
	padding: 15px;
	font-size: 24px;
	margin: 20px 0 20px 0;
}
.contact_us:after {
	content: "@modelizeIT.com";
}

#testimonial_gc:before {
	content: "Granite";
}
#testimonial_gc:after {
	content: "(NYSE: GVA)";
}

#testimonial_cs:before {
	content: "rull, Managing Partner";
}

.footer_area {
	border-top: 1px solid #ccc;
	background-color: #444;
	color: #ccc;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.footer_area a {
	color: #ccc;
	text-decoration: none;
}
.footer_area a:hover {text-decoration: underline;}

button.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 24px;
	line-height: 28px;
}

button.accordion.active, button.accordion:hover {
	background-color: #ddd;
}

div.accordion-panel {
	padding: 18px;
	background-color: #eee;
	display: none;
}

div.accordion-panel.show {
	display: block !important;
}

button.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

button.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	/*width: 500px;*/
	margin: 0.25em 0;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}

div.icon {
	height: 32px;
	width: 32px;
	overflow: hidden;
	float:left;
}

div.icon div.tick {
	width: 25px;
	height: 4px;
	background: #393;
	margin: 13px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.icon div.tick:after {
	content: '';
	width: 12px;
	height: 4px;
	background: #393;
	position: absolute;
	top: -4px;
	left: -4px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

div.email {
	border-top: 1.063em solid #ddd;
	border-right: 1.25em solid #aaa;
	border-bottom: .5em solid #bbb;
	border-left: 1.25em solid #bbb;
}

div.email::before {
	top: -1.25em;
	left: -1.25em;
	border-top: 1.063em solid #bbb;
	border-right: 1.25em solid transparent;
	border-left: 1.25em solid transparent;
}

div.email_text {
	margin:5px 15px 15px 0;
}
div.email_text:after {
	content:"modelizeIT.com";
}

