/* =============================================== Cascading Style Sheet CSS =============================================== */
/*
Author: CyberMaxCreations
Created on: 11/05/2014
*/


/* =============================================== CyberMax Defaults - START =============================================== */
body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	border-top: 0.5em solid #025b95;
	color: #222;
	text-align: left;
	background: #025b95 url(../images/bg.jpg) no-repeat top right fixed;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 'Arimo', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3.2em;
	color: #d35400;	
}

h3 {
	font-size: 2em;	
}

h3.no_margin_bottom, h4.no_margin_bottom {
	margin-bottom: 0;	
}

h3 > a {
	color: #000 !important;
	font-size: 1em !important;
}

h4 {
	color: #164dac;
	font-size: 1.6em;	
}

p {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 140%;
}

ul {
	list-style-type: disc;
	list-style-image: url('../images/icon_list_bullet.png');
	line-height: 140%;
	margin-bottom: 1.5em;
}

ul > li {
	font-size: 1.5em;
	line-height: 180%;
}

ul > ul {
	list-style-type: disc;
	line-height: 140%;
	margin-bottom: 0.8em;
}

ul > ul > li {
	font-size: 1.4em;
	line-height: 180%;
}

hr {
	margin-bottom: 2.4em;	
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

hr.style-three { /* Double-color dashed line */
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-four { /* Single-direction drop shadow */
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.style-six { /* Inset, by Dan Eden */
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Links - start */
p > a, li > a {
	font-size: 1em !important;	
}

a, a:link, a:active, a:visited {
	font-size: 1.4em;
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #d35400;
	text-decoration: none;
	border-bottom: 1px dotted;	
}

.link_image {
	outline: none;
	border: none;
}
.link_image:hover {
	outline: none;
	border: none;
}
/* Links - end */


/* Images - Start */
.image_opacity {
	filter: alpha(opacity=70);
 	opacity: 0.7;	
	border: none;	
}
.image_opacity:hover {
	filter: alpha(opacity=100);
 	opacity: 1.0;	
	border: none;
}

.image_opacity_inv {	
	filter: alpha(opacity=100);
 	opacity: 1.0;
	border: none;	
}
.image_opacity_inv:hover {
	filter: alpha(opacity=90);
 	opacity: 0.9;	
	border: none;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;	
}
/* Images - End */


strong {
	font-weight: bold;	
}

.strong {
	font-weight: bold;	
}

.left {
	float: left;	
}
.right {
	float: right;
}
.image_left {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
.image_center {
	display: block;
	margin: 0 auto;
	padding-bottom: 1.5em;
}
.image_right {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}
.text_left {
	text-align: left;	
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;	
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.outline_none {
	outline: none;	
}

/* Widths - start */
.width100Perc {
	width: 100%;	
}


/* Widths - end */

/* Input - start */
input, textarea, select {
	color: #333;
	padding: 1em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	box-shadow: inset 0 0.2em 0.6em rgba(0,0,0,.24);
	border: none;
	outline: none;
}
input:focus, textarea:focus {
	box-shadow: inset 0 0.5em 1em rgba(0,0,0,.24);
	border: none;
	outline: none;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size: 1.4em;
	width: auto;
	padding: 0.4em 2em;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	color: #fff;
	transition: all .25s ease;
	background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
/* Input - end */

/* =============================================== CyberMax Defaults - END =============================================== */


/* =============================================== Layout - START =============================================== */


.container_module {
	width: 100%;
}

.module {
	max-width: 960px;
	margin: 0 auto;
}

.container_header {
	background: #fff;
}

.header_logo {
	padding: 1.8em 0;
	max-width: 320px;
	height: auto;
}

#alternative_menu {
	width: 100% !important;
	text-align: center;
	font-size: 1.4em;
	display: none;
}

nav ul {
	white-space: nowrap;
	list-style: none;
	margin: 0;
}

nav ul li {
	display: inline-block;
	text-align: center;
}

nav ul li a {
	display: block;
	width: 4em;
	padding: 1em 1.6em 1.2em 1.6em;
	background-color: #025b95;
	border: none !important;
	outline: none;
	font-family: 'Raleway', 'Arimo', Arial, Helvetica, sans-serif;
	color: #fff !important;
	line-height: 1 !important;
	transition: all .25s ease;
	-webkit-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

nav ul li:nth-child(1) {
	opacity: 0.9;
}

nav ul li:nth-child(2) {
	opacity: 0.83;
}

nav ul li:nth-child(3) {
	opacity: 0.76;
}

nav ul li:nth-child(4) {
	opacity: 0.69;
}

nav ul li:hover {
	filter: alpha(opacity=100);
 	opacity: 1.0;
	border: none;
}

.nav_breadcrumbs {
	/* text-align: right; */
	font-size: 1.2em !important;
	margin-bottom: 0.4em;
}

.nav_breadcrumbs a {
	font-size: 1em;	
}

.product_list > li {
	font-size: 1.6em;	
}

.product_list > li > a {
	color: #222;
	font-weight: bold;
}

.container_spacer {
	height: 2px;
	background: #fff;
	filter: alpha(opacity=50);
 	opacity: 0.5;
	margin-bottom: 2em;
}

/* Slider - start */

.slider {
	position: relative;
	margin-bottom: 2em;
}

.slider a {
	height: auto;
	outline: none;
	border: none;
}

#slides {
  display: none
}
	
/* Slider - end */

.container_maps {
	margin-bottom: 2em;	
}

.box_content {
	background: rgba(255,255,255,0.95);
	padding: 2em;
	min-height: 18em;
}

.box_content_main {
	background: rgba(255,255,255,0.95);
	padding: 2em;
	margin-bottom: 3em;
}

.box_content_main h1 {
	font-size: 2.6em;
	color: #111;
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid;
}

.box_content_main p a, .box_content_main p a:link, .box_content_main p a:active, .box_content_main p a:visited {
	font-size: 1em;	
}

.box_content h2 {
	font-size: 2em;
	color: #111;
	padding: 0;
	margin: 0;
	text-align: center;	
}

.box_link {
	text-align: center;
	margin-bottom: 2em;
}

.box_link a {
	font-family: 'Raleway', 'Arimo', Arial, Helvetica, sans-serif;
	display: block;
	padding: 1em 0;
	background: #000;
	filter: alpha(opacity=50);
 	opacity: 0.5;
	color: #fff;
	border: none;
	transition: all .25s ease;
	font-weight: 600;
	letter-spacing: 1px;
}

.box_link a:hover {
	display: block;
	background: #000;
	filter: alpha(opacity=80);
 	opacity: 0.8;
	color: #fff;
}

.box_contact_form {
	font-size: 1.4em;
	color: #fff;
	background: url('../images/bg_opac_60.png');
	padding: 2em;
	margin-bottom: 2em;	
}

.contact_label {
	margin-bottom: 0.4em;	
}

.contact_input {
	font-size: 1em;
	margin-bottom: 1.5em;
}

.contact_input input {
	padding: 0.75em 1em;
	width: 60%;
	width: calc(70% - 2em);
}

.contact_input textarea {
	width: 90%;
	width: calc(100% - 2em);
	max-width: 90%;
	max-width: calc(100% - 2em);
	height: 8em;
}

.contact_chars_remaining {
	margin-top: -1em;
	font-size: 0.8em;	
}

.contact_chars_remaining input {
	padding: 0.5em 0.75em;
	text-align: center;
	background-color: #888;
	color: #fff;
}

.contact_form .contact_asterisk {
	font-size: 1.2em;
	color: #e50000;
}

.contact_captcha {
	margin: 0 auto;
	background: url(http://www.maxbartolo.com/static/maxcaptcha/bg_maxcaptcha_light.png) no-repeat center;
	padding: 5em 1em;
	text-align: center;
}

.box_contact_details {
	font-size: 1.4em;
	color: #fff;
	background: url('../images/bg_opac_60.png');
	padding: 2em;
	margin-bottom: 2em;	
}

.box_contact_details_content {
	line-height: 200%;	
}

.box_contact_details a {
	font-size: 1em;
	color: #fff;
}

.box_contact_details h3 {
	font-size: 1.4em;
	color: #fff;
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid;	
}

.box_contact_details_left {
	width: 2em;
	text-align: center;
}

.box_contact_details_left .fa {
	font-size: 1.2em;	
}

.box_contact_details_right {
	margin-left: 1em;	
}

.box_contact_details_map {
	margin-bottom: 2em;	
}

.container_footer {
	background: url('../images/bg_opac_60.png');
}

footer {
	position: relative;
	width: auto;
}

.footer {
	padding: 0;
	padding-top: 3em;
	color: #fff;
}

.footer h4 {
	color: #fff;
	margin: 0;
	margin-bottom: 0.6em;
}

.footer ul {
	padding: 0.2em 2em;
	margin: 0 !important;
}

.footer ul li {
	list-style-image: url('../images/icon_list_bullet.png');
	padding-bottom: 0.4em;
}

.footer ul li a {
	color: #fff;	
}

.footer_list {
	margin-bottom: 2em !important;	
}

/* Footer contact form */
.footer_form {
	position: relative;	
}

.formrow, .formrow_button {
	margin: 0 0.2em 1em 0.2em;
}

.formrow_button {
	text-align: right;	
}

.footer_contact_input {
	width: 90%;
	width: calc(100% - 2em);
	max-width: 90%;
	max-width: calc(100% - 2em);
	font-size: 1em;
}
/* End Footer contact form */

.footer_cybermax {
	text-align: right;	
}

#copyright {
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	font-family: 'Raleway', 'Arimo', Arial, Helvetica, sans-serif;
	padding-bottom: 1.5em;
}

#copyright a {
	color: #fff;
	font-size: 1em;
}

/* =============================================== Error Box =============================================== */

.alert_accept, .alert_tentative, .alert_reject {
	padding: 1.4em;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 2em;
	filter: alpha(opacity=95);
 	opacity: 0.95;
}

.alert_accept {
	border: 1px solid #249a00;
	background: #bde1b2;
	color: #249a00;	
}

.alert_tentative {
	border: 1px solid #e59c00;
	background: #ffe7b2;
	color: #e59c00;	
}

.alert_reject {
	border: 1px solid #e50000;
	background: #f7b2b2;
	color: #e50000;	
}
/* =============================================== Error Box - END =============================================== */


/* =============================================== Back to Top - START =============================================== */
.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	background: url('../images/arrows.png') left top no-repeat; 
	width: 25px;
	height: 23px;
}

.back-to-top a {
	text-indent: -9999px;
	display: block;
}

.back-to-top:hover { 
	background:url('../images/arrows.png') left -23px no-repeat; 
}
/* =============================================== Back to Top - END =============================================== */