@charset "utf-8";
/*
 * Content
 * =======
 * 01. Core Setup
 * 02. Header
 * 03. Main Nav
 * 04. Content
 * 05. Responsive
 */

/*
 * 01. Core Setup
 */
/* CSS Document */
/*************************************************** CSS RESET ***********************/
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;
}
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;
}
a {
	text-decoration: none;
}
/* end of reset */

.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
body {
	background-color: #000;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	overflow-x: hidden;
}
/*
 * 02. Header
 */
 
header {
	background-color: #FFF;
	width: 100%;
}
header .container {
	height: 180px;
}
#infoBox a:focus, #infoBox a:hover, #infoBox a:active {
	color: #0693CF;
}
#logo {
	margin-top: 60px;
	float: left;
}
#infoBox {
	float: left;
	margin-left: 50px;
	margin-top: 106px;
	line-height: 20px;
	font-weight: bold;
}
#infoBox a {
	color: #000;
}
#infoBox span:nth-child(even) {
	color: #CD1719;
}
#pictureSet {
	clear: both;
	width: 100%;
	background-color: #E5E5E5;/*height: 600px;
	max-height:600px;*/
}
#pictureSet img {
	/*height:600px !important;*/
	width: 100%;
}
/*
 * 03. Main Nav
 */
 
nav {
	width: 280px;
	background-color: #333333;
	top: 0px;
	bottom: 0px;
	position: absolute;
	padding: 60px 35px;
}
nav ul li {
	margin-bottom: 15px;
}
nav ul li a {
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
nav a:hover, nav a:active, nav a.selectedRoot, nav a.selectedSub {
	color: #0693CF;
}
nav ul li ul {
	margin-top: 15px;
	font-weight: normal !important;
}
nav ul li ul a {
	font-weight: normal !important;
}
nav ul li ul li a::before {
	content: "> ";
}

nav ul li span.specialNavi{
	color: #CD1719;
	display: block;
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid black 3px;
}

nav ul li span.specialNavi:hover, nav ul li a.selectedRoot span.specialNavi{
	color: #0693CF;
}
/*
 * 04. Content
 */
 
 
 /* HTML STYLING */

article h1, article h1 a {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	margin: 0 0 12px 0 !important;
}
article h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #CD1719;
	margin: 60px 0 15px 0;
}
article h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF /* #0693CF3*/;
	margin: 0 0 12px 0;
}
article h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	margin: 0 0 12px 0;
}
article p, article td, article th, article li, article a {
	color: #FFF;
	line-height: 1.6;
	margin: 0 0 12px 0;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}
article td {
	vertical-align: top;
	width: 40%;
}
article th {
	vertical-align: top;
	width: 60%;
}
article li {
	margin: 0;
	margin-left: -30px;
}
article article ul, article article ol {
	margin: 0 0 12px 16px;
	padding: 0 0 0 12px;
	display: block;
}
article ul {
	list-style-type: none;
	margin-left: 30px;
}
article ul li:before {
	content: "> ";
	text-indent: -5px;
	color: #FFF;
}
article ol {
	list-style-type: decimal;
	margin-left: 30px;
}
article a:link, article a:visited {
	text-decoration: none;
	color: #FFF;
	vertical-align: baseline;
}
article a:hover, article a:focus, article a:active {
	text-decoration: none;
	color: #0693CF;
}
strong {
	vertical-align: baseline;
	font-weight: bold;
}
article em {
	font-style: italic;
}
article sup {
	vertical-align: super;
	font-size: 12px;
}
article sub {
	vertical-align: sub;
	font-size: 12px;
}
article .tinymce-image-left {
	float: left;
	margin: 0 10px 0 10px;
	border: none;
}
article .tinymce-image-right {
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}
article input, article select, article textarea {
	width: 300px;
	padding: 4px;
	font-family: Verdana, sans-serif;
	color: #000;
	border: 1px solid #808080;
}
article input[type=radio], article input[type=checkbox] {
	width: 20px;
}
article input[type="submit"] {
	width: 150px;
}
article img, article iframe {
	max-width: 100%;
	height: auto;
}
article iframe {
	width: 100%;
	min-height: 400px;
}
article form, article table {
	width: 100%;
}
article input, article select, article {
	margin: 5px auto;
}
article select {
	width: 100px;
}
article textarea {
	width: 100%;
	height: 80px;
	resize: none;
	margin: 5px auto;
}
article input[type="submit"] {
	margin-right: -10px;
	float: right;
}
article form h3 {
	margin: 20px 0px 12px 0px !important;
}
.red {
	color: #CE2729;
}
/* end of HTML styling */

.content {
	min-height: 759px;
	margin-top: 60px;
	float: right;
	width: 720px;
	padding-bottom: 170px;
	position: relative;
}
.imageBox {
	margin-top: 20px;
	margin-bottom: 40px;
}
.imageBox img {
	width: 170px !important;
	max-height: 135px;
	margin: 0px 5px 5px 0px;
}
.reference {
	width: 151px;
	height: auto;
	min-height: 151px;
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: #FFF;
	padding: 10px;
	position: relative;
	vertical-align: central;
}
.reference a {
	display: block;
	height: 100%;
}
.reference img {
	width: 151px;
	height: auto;
	max-height: 151px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#team {
	/*min-height:489px;*/
}
#team td {
	width: 25% !important;
}
#team img {
	/*margin-top: 30px;*/
}
#team .imageBox {
	margin-bottom: 0px !important;
	margin-top:0px !important;
}

#mobileTeam {
	display:none !important;
	color:#FFF !important;	
}

.g-recaptcha iframe {
	min-height: 150px !important;
}

/*
 * 05. Responsive
 */

@media only screen and (min-width: 1200px) {
.container {
	width: 1140px !important;
}
.content {
	width: 720px !important;
}
}

@media only screen and (max-width: 1200px) {

#team td {
	padding:10px;
}
}

@media only screen and (min-width: 960px) {
.container {
	width: 920px;
}
.content {
	width: 500px;
}
div#menu {
	display: none;
}
.slicknav_menu {
	display: none;
}
}

@media only screen and (max-width: 960px) {
#team {
	display:none;	
}
#mobileTeam {
	display:block !important;
	text-align: center;	
}
#mobileTeam .imageBox {
    margin-top: 40px;
    margin-bottom: 10px;
}
.container {
	width: 100%;
}
.slicknav_nav li a {
	color: #FFF !important;
}
.slicknav_btn {
	background: #CD1719 !important;
}
.slicknav_menutxt, .slicknav_icon-bar {
	text-shadow: none !important;
	box-shadow: none !important;
}
.slicknav_menu {
	display: block;
	background-color: #000 !important;
	padding-bottom: 20px;
}
.slicknav_arrow {
	color: #FFF;
}
.slicknav_menu .selectedSub, .slicknav_menu .selectedRoot, .slicknav_nav .selectedRoot + .slicknav_arrow {
	color: #0693CF !important;
}
.slicknav_nav {
	font-size: 1em !important;
}
.container nav {
	display: none;
}
div#menu {
	display: none;
}
header .container {
	width: 95%;
	margin: 0 auto;
	float: none;
}
header img {
	max-width: 100%;
	height: auto;
}
#infoBox {
	margin: 20px 20px 20px 0 !important;
	clear: both;
	max-width: 100%;
}
#infoBox span:nth-child(even) {
	display: none;
}
#infoBox span {
	width: 100%;
	display: block;
	clear: both;
}
.content {
	width: 95%;
	margin: 30px auto;
	float: none;
}
article h1, article h1 a {
	font-size: 60px !important;
}
#footerTents {
	display: none;
}
.imageBox img {
	width: 47.5%;
	height: auto !important;
	max-height: inherit !important;
}
.imageBox a:nth-child(odd) img {
	margin-rigth: 5% !important;
}
}
