/*NAV START*/

iframe { width:100%; height: 100%!important}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}

  h1 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Arial';
}
nav {
	width: 97%;
	margin: 10px auto;
	overflow: hidden;
}
nav ul {
	list-style: none;
	overflow: hidden;
	padding: 10;
}

nav li a {
	background: #000;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;	
	float: left;
	font: 400 14px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding-left: 5px;
	padding-top: 12px;
	padding-bottom: 6px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	width: 12.5%;
	
	/*TRANSITIONS*/
	-webkit-transition: background 0.5s ease;
	  -moz-transition: background 0.5s ease;
	    -o-transition: background 0.5s ease;
	   -ms-transition: background 0.5s ease;
	       transition: background 0.5s ease;
}
nav img { 	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 4px; 
	vertical-align: middle; }



.contact { 
color: #000000;
float: center;
font: 400 14px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;  text-decoration: none; 
margin: 4px 0px 0px 0px;
}

.contact a { 
color: #000000;
float: center;
font: 600 14px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;  text-decoration: none; }

.contact a:hover { text-decoration: underline; font-weight:bold; 
}

.contactselected a { 
color: #000000;
float: center; font-weight:bold;
font: 600 15px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;  text-decoration: none; }
.contactselected a:hover { text-decoration: underline; font-weight:bold; }

/*.contactTwitFace:hover {
  background: #FFFFFF;
}*/

.contactTwitFace { width: 20px;
    opacity: 0.3;
    filter: alpha(opacity=70);
}
.contactTwitFace:hover {opacity: 1.0;
    filter: alpha(opacity=100);
}

/*HOVER*/
nav li a:hover {
	background: #6B7087;
}

/*SMALL*/
nav small {
	font: 100 15px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
}

/*COLUMNS*/
.col {
  float: left;
/* -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  width: 25%;
  padding: 2px;
	padding-bottom: 2px;
 overflow: hidden;
}

.col2 { width: 25%; padding: 2 2 6 2px;}
/*Col3 = 1 space*/
.col3 { width: 50%; }
/*Col4 = 2 spaces*/
.col4 { width: 75%; }
/*Col4 = 3 spaces*/
.col5 { width: 100%; }
/*Col5 = 4 spaces*/
/*SUB-COLUMN*/
.col .col {
  padding: 0;
  padding-left: 0px;
}
.col .col ~ .col { padding-left: 5px; }
.col .col2 { width: 25%; }

/*BOXES*/
.box {
  width: 100%;
  height: 475px;
  background: #eaeaea;
  clear: both;
  background-color: #eaeaea;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 5px;
  border: 5px solid #fff;
  background-position: center;
 /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2 2 2 2px;*/	
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box:hover {
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

/* MEDIA QUERIES*/

/*No ZOOM*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		font: 400 14px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
		vertical-align: middle;
	}
	nav small {
		font: 100 14px/1 Helvetica, Verdana, Arial, sans-serif;
	}
	
.box { padding-bottom: 5px;  height: 475; }
.box .box7 { padding-bottom: 5px; width: 100%; clear: left; height: 475; }
.box7 { padding-bottom: 5px; clear: left; height: 475;}
.box8 { padding-bottom: 5px; clear: left; height: 475;}
.col .col3 { margin-bottom: 0px; clear: left; height: 475; }
.box .box7 { width: 100%; clear: left;  height: 475;}
.pageturnicons {  width: 30px; }
.socialicons { width: 20px; }
html { font-size: 12px; font-family: 'Arial';}
h1 { font-size: 16px; font-weight: bold; font-family: 'Arial';}
}
/* Fix: boxes size breaks at screen sizes greater than 1220*/
@media only screen and (min-width : 1220px),
only screen and (min-device-width : 1220px){
.iframe { width:100%; height: 100%}
.box { height: 475; }
.box .box7 { width: 100%; clear: left; height: 475; }
.box7 { margin-bottom: 5px; clear: left; height: 475;}
.box8 { margin-bottom: 5px; clear: left; height: 475;}
.col .col3 { margin-bottom: 0px; clear: left; height: 475; }
.box .box7 { width: 100%; clear: left; height: 475;}
.pageturnicons {  width: 30px; }
.socialicons { width: 20px; }
	
html { font-size: 12px; font-family: 'Arial';}
h1 { font-size: 14px; font-weight: bold; font-family: 'Arial';}
}
		
/*Mid ZOOM*/
@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){

	nav li a {
		width: 25%;
		border-bottom: 1px solid #fff;
		font: 400 15px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}
	
	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
.col5 { width: 100%; height: auto;}
.box .box7 { width: 100%; clear: left;  height: 500px;}
.box7 { padding-bottom: 0px; height: 500px; }
.box8 { padding-bottom: 0px; height: 500px; }
.socialicons { width: 35px; }
html { font-size: 14px; font-family: 'Arial';}
h1 { font-size: 16px; font-weight: bold; font-family: 'Arial';}
/*COLUMNS*/
.col {
  float: left;
 /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  width: 50%;
  padding: 4px;
 overflow: hidden;
}
.col2 { width: 50%; }
/*Col3 = 1 space*/
.col3 { width: 100%; }
/*Col4 = 2 spaces*/
.col4 { width: 100%; }
/*Col4 = 3 spaces*/
.col5 { width: 100%; height: auto;}
/*Col5 = 4 spaces*/
/*SUB-COLUMN*/
.col .col {
  padding: 0;
  padding-left: 0px; overflow: hidden;
}
.col .col ~ .col { padding-left: 10px; }
.col .col2 { width: 50%; height: 500px; }	
}

/*Full ZOOM*/
@media only screen and (max-width : 678px),
only screen and (max-device-width : 678px){
	nav li a {
		width: 50%;
		font: 400 16px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}
	nav li:nth-child(even) a {
		border-right: none;
	}
	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff; }
.col { width: 100%; clear: left;}
.col2 { width: 100%;}
.col5 { width: 100%; }
.box { width: 100%; clear: left; }
.box .box7 { width: 100%; clear: left;}
.box7 { padding-bottom: 0px; clear: left; width: 100%;}
.box8 { padding-bottom: 0px; clear: left; width: 100%;}
.col .col {
  width: 100%;
  padding-left: 0; }

}

html { font-size: 20px; font-family: 'Arial';}
h1 { font-size: 24px; font-weight: bold; font-family: 'Arial';}
.socialicons { width: 50px; }
}
/*GLOBALS*/
a { text-decoration: none; }
body,
html {
  background: #ccc;
  font-family: Arial, sans-serif;
}
/*WRAPPER*/
.wrap {
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}

#page-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*CONTENT END*/
HTML, BODY { min-height: 100%; }

/*CLEARFIX*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*CSS RESET*/
html,
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; }
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;
}
.contactbox { clear: left; height: auto; width: 99%;}
	
