@font-face {
	font-family: 'InterFace-Bold';
	src: 	url(./webfonts/2DC7D0_0_0.eot);
	src: 	url(./webfonts/2DC7D0_0_0.eot?#iefix) format('embedded-opentype'),	
			url(./webfonts/2DC7D0_0_0.woff2) format('woff2'), 
			url(./webfonts/2DC7D0_0_0.woff) format('woff'),
			url(./webfonts/2DC7D0_0_0.ttf) format('truetype');
}
 
 
@font-face {
	font-family: 'InterFace-Regular';
	src: 	url(./webfonts/2DC7D0_1_0.eot);
	src: 	url(./webfonts/2DC7D0_1_0.eot?#iefix) format('embedded-opentype'),
			url(./webfonts/2DC7D0_1_0.woff2) format('woff2'),
			url(./webfonts/2DC7D0_1_0.woff) format('woff'),
			url(./webfonts/2DC7D0_1_0.ttf) format('truetype');
}

/* mac hide\*/
html, body {
	height					: 100%;
}
/* end hide */

/************************  Body style settings  ************************/

.cmsBody {
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
    line-height				: 26px;
	text-align				: left;
	color					: #444;
	text-decoration			: none;
	height					: 100%;
	margin: 0;
	
	
	/*
	background-image		: url(../images/Template/body_bg.jpg);
	background-repeat		: no-repeat;
	background-attachment	: fixed;
	background-position		: center bottom;
	
	
	background-position		: center center;
    background-repeat		: no-repeat;
    background-size			: cover;
	*/
}

.bg {
	width					: 100%;
	height					: 800px;
	position				: absolute;
	top						: 0;
	left					: 0;
	z-index					: 1;
}

#outer {
	
	height					: 100%;
	min-height				: 100%;
	width					: 980px;
	margin-top				: 10px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	margin-bottom			: -36px;	
	background-color		: #F9F9F9;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#header{
	
	position			: relative;
    top					: 0;
    width				: 100%;
    z-index				: 1000;
		
	background-image: url(/serverspecific/default/images/Template/tanks-home2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	
	height: 180px;
}

body.home #header {
	height: 430px;
}

#footer {
	position			: relative;
	background-color: #3d434c;
	color: #fff;
	margin				: 0;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

.clear {
	clear				: both;
	height				: 1px;
}

IMG {
	border-width		: 0px;
}

/************************  P tag style settings  ************************/

P {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
/************************  A tag style settings  ************************/

A {	
	font-weight			: normal;
	color				: #666;
	text-decoration		: underline;
}
  
A:HOVER {	
	color				: #000;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	
}

H2 {
	font-size: 2em;
	line-height: 1.125em;
	margin-bottom: 50px;
}

H3 {
	color: #ff7800;
	font-size: 0.875em;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

H4 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/************************  List style settings  ************************/

UL { 
	margin: 5px 0;
	padding:0 0 0 20px;
}

OL { 
	margin: 5px 0;
	padding:0 0 0 25px;
}


LI {

}

.ParagraphContent > ul > li > ul > li {
    list-style: none;
}

.ParagraphContent > ul > li > ul > li:before {
    content: '-';
    font-size: 20px;
    line-height: 15px;
    font-weight: bold;
    margin-left: -10px;
    display: inline-block;
    margin-right: 6px;
}

/****************  Custom tags/classes style settings  ****************/

.container {
	margin					: 0 auto;
    max-width				: 1240px;
    padding					: 0 10px;
    position				: relative;
}

.SectionContent {
	position				: relative;
	max-width				: 940px;
	min-height				: 200px;
	padding					: 0;
	margin					: 40px auto;
}

#header > H1 {
	margin					: 0;
	padding					: 76px 0 0 0;
	text-align: center;
	color: #7ec621;
	position: relative;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	font-size: 5em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 100;
}

#header h2 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0 10px 0;
}

#header > .container > A.brand-logo {
    display					: inline-block;
    float					: left;
    max-height: 100px;
	max-width: 400px;
	height: 100px;
	position: relative;
	z-index: 1000;
}

#header A.brand-logo  > IMG {
	height: 100%;
	width: auto;
}

#header > .container {
	max-width: 100%;
	width: auto;
	padding: 25px 80px;
	vertical-align: middle;
}

#header UL {
	float					: right;
    padding					: 15px 0;
    position				: relative;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 1000;
}

#header UL LI {
	display					: block;
    float					: left;
    height					: 30px;
	padding					: 0 0 0 11px;
    margin					: 0;
}

#header UL LI:first-child {
	background				: none;
}

#header UL LI A {
    color					: #fff;
    display					: block;
    font-size				: 12px;
	letter-spacing: 3px;
	line-height: 2em;
	font-weight: 900;
    padding					: 0 10px;
    text-decoration			: none;
    text-transform			: uppercase;
    white-space				: nowrap;
}

#header UL LI A.active,
#header UL LI A:hover {
	color					: #ddd;
}

#breadcrumb {
	margin					: 90px 0 0 0;
	background-color		: #f9f9f9;
    color					: #666;
    font-size				: 0.875em;
    height					: 80px;
   
}

#breadcrumb .container,
#pageTitle .container {
	font-family				: 'InterFace-Bold', Arial, sans-serif;
	text-transform			: uppercase;
	padding					: 20px 0;
}

#breadcrumb STRONG {
	font-weight				: normal;
	display					: block;
}

#breadcrumb .terminal_logo {
	border-left				: 1px solid #d3d3d3;
	display					: inline-block;
	height					: 20px;
	margin-left				: 20px;
	margin-top				: 5px;
}

#breadcrumb H2 {
	float					: left;
    font-size				: 1.5em;
	
	margin					: 5px 0 0 0;
    padding					: 0 0 0 20px;	
	
	background-position		: -158px -24px;
	background-image		: url(../images/Template/dot-sprite.png);
    background-repeat		: no-repeat;
}

#pageTitle {
	background-color		: #002b49;
	margin					: 0 0 20px;
}

#pageTitle H1 {
	color					: #FFF;
	font-size				: 1.5em;
}

#footer .container {
	color					: #666;
    font-size				: 0.8125em;
    line-height				: 1.15385em;
    padding					: 70px 10px 40px 10px;
	overflow				: hidden;
	max-width				: 940px;
}

#footer .container .footer-menu {
	display: flex;
}

#footer ul {
    float					: left;
    width					: 25%;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display					: block;
	list-style				: none;
	color: #fff;
	margin: 0 0 20px 0;
}

#footer ul li.head {
	font-weight: 900;
    margin-bottom			: 22px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-size: 16px;
}

#footer li a {
    color					: #fff;
    display					: block;
    font-size: 14px;
    text-decoration			: none;
}

#footer li a:hover {
	text-decoration:none;
	color: #ccc;	
}

.credits {
    margin: 30px 0 10px 0;
    color: #fff;
}

.text-columns {
	-webkit-column-count	: 2;
	-moz-column-count		: 2;
	-o-column-count			: 2;
	column-count			: 2;
	
	-webkit-column-gap		: 50px;
	-moz-column-gap			: 50px;
	-o-column-gap			: 50px;
	column-gap				: 50px;
}


/**** LOGIN-BOX ***/

.LoginBoxTable {
	margin-top: 12px;
	border: 			0px solid gray;
	background-color:none;
}

.LoginBoxHeader {
	background-color:	#CCCCCC;
	border-bottom:		1px solid gray;
	display: none;
}

.LoginBoxError {
	padding:			5px;
	color: 				red;
}

.LoginBoxCell {
	padding:			5px;
	background-color:	none;
	font-size: 12px;
}

.LoginBoxSubmit {
	border: 			1px solid black;
	background-color:	#FFFFFF;
	height: 20px;
}

.LoginBoxText {
	border:				1px solid black;
	width:				170px;
}

.lsr-list {
	margin: 0;
	padding:0;
}
.lsr-list, .lsr-list LI {
	display:inline-block;
	list-style-type: none;
	margin:30px;
	text-align:center;
}

.cmsBody .guiForm_Button_Advanced {
    background: #3d434c;
    color: #fff;
    box-shadow: none;
    padding: 9px 20px;
    text-shadow: none;
    font-size: 14px;
    border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cmsBody .guiForm_Button_Advanced:hover {
    background: #002b49;
    color: #fff;
}

.cmsBody .guiForm_Element_Text, 
.cmsBody .guiForm_Element_Password, 
.cmsBody .guiForm_Element_Email, 
.cmsBody .guiForm_Element_Date_select, 
.cmsBody .guiForm_Element_Select {
    background: #fff;
    padding: 5px 8px;
    font-size: 14px;
    box-sizing: border-box;
    height: auto;
    color: #333;
    border: #ccc solid 1px;
}