﻿html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #101010;
}

h1, h2, h3, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
	color: #101010;
}

h1.name {
	font-family: 'EB Garamond';
	text-transform:none;
	font-variant:small-caps;
}

h2 {
	padding-bottom: 10px;
	/*letter-spacing: -1px;
	font-size: 2em;*/
	border-bottom: 1px solid #DEDEDE;
}

h2.name {
	font-family: 'EB Garamond';
	font-variant:small-caps;
	text-transform:none;
	padding-bottom: 40px;

}

h3 {
	text-transform: none;
}

h3.list {
	padding-top:10px;
}

h5, h6 {	
	float: right;
	text-transform:none;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #FE801C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.header {
	height:375px;
	/*width:1100px;*/
	
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}


/** WRAPPER */

#wrapper {
	width: 1100px;
	padding: 0px 50px;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: visible;
	padding: 10px 0px;
}

/** LOGO */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	height: 125px;
}

#logo h2 {
	padding-bottom: 0px;
}

#logo h1, #logo p {
}

#logo h1 {
	padding-top: 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h1 a {
	color: #101010;
	text-transform: uppercase;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	color: #8E8E8E;
}

#logo p a {
	color: #D6D6D6;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
}

#logo img {
	height: 125px;
	width: 125px;
}

/** MENU */

#menu {
	float: right;
	width: 730px;
	max-height: 50px;
	margin: 50px auto;
	margin-bottom: auto;
	padding: 0;
	position:relative;
	overflow:visible;
}

#menu ul, #banner ul {
	/*float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	position:absolute;
	bottom: 0;
	left: 0;*/
	list-style: none;
    margin: 0;
    padding-left: 0;
}


#menu li, #banner li {
	float: left;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	position:relative;
	transition-duration: 0.5s;
}

ul li ul {
  visibility: hidden;
  display: none;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
}

li.dropdown {
	clear:left;
	float:none;
	color:#FFFFFF;
	text-align:left;
	/*background: #2c3e50;*/
	background: #3E5872;
	width: 100%;
	transition-duration: 0.5s;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

#menu li:hover, #menu li:focus-within {
	background: #2c3e50;
	/*border-radius: 3px;*/
	color:#FFFFFF;
}

#menu a:hover, a:focus-within {
	text-decoration: none;
	color: inherit;
	outline: none;
}

#menu a, #banner a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	/*text-align: center;*/
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
/*	color: #585858;*/
	color:inherit;	
	border: none;
}

#menu a.submenu {
	font-size:12px;
}

#menu .current_page_item {
	text-decoration: none;
	color: #FFFFFF;
	background: #2c3e50;
	/*border-radius: 3px;*/
}

/*#menu .current_page_item a, #banner .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;    
	background: #2c3e50;
	border-radius: 3px;
}*/

/** PAGE */

#page {
	overflow: hidden;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #DEDEDE;
}

/** CONTENT */

#content {
	float: right;
	width: 750px;
}

#contentmain {
	width:100%;

}


#content #cbox1,
#sidebar{
	margin-bottom: 25px;
}

/** TEST */
	#content2 {
		float: left;
		width: 700px;
	}
	#sidebar2 {
		float: right;
		width: 259px;
	}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar #box1 {
	margin-bottom: 50px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 15px 0px;
	border-top: 1px solid #DEDEDE;
}

#footer p {
	text-align: center;
	font-size: 14px;
	margin: 0px 
}

#footer a {
}

/** BANNER */

#banner {
	padding-bottom: 25px;
	text-align:center;
}

/** TWO COLUMN */

#two-column {
	overflow: hidden;
	padding: 40px 0px;
	border-top: 1px solid #DEDEDE;
}

#two-column h2 {
	font-size: 1.5em;
}

#two-column #tbox1 {
	float: left;
	width: 350px;
}

#two-column #tbox2 {
	float: right;
	width: 350px;
}

/* Button style 1 */

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #FE801C;
	border-radius: 5px;
	border: 1px solid #C2590A
	text-decoration: none;
	color: #FFF;
}

ol li {
	padding-top:10px;
	padding-bottom:5px;
}

ol li.first {
	padding:0px;
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #E6E7DC;
	color: #101010;

}

ul.style3 p {
	margin: 0px;
	padding: 0px;
	line-height:150%;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	color: #101010;
}

ul.style3 .last {
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #E6E7DC;
	color: #101010;
}

/* List style 4 */

ul.style4 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	list-style: none;
	/*border-bottom: 1px solid #E6E7DC;*/
}

ul.style4 li {
	/*padding-left: 10px;*/
	padding: 0px 0px 5px 10px;
	/*padding: 10px 0px 15px 0px;*/
	/*border-top: 1px solid #E6E7DC;*/
}

ul.style4 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style4 h3 {
	border-bottom: 1px solid #E6E7DC;	
}

/* List style 5 */

ul.style5 {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

ul.style5 li {
	padding: 0px 0px 10px 20px;
}

ul.style5 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style5 h3 {
	border-bottom: 1px solid #E6E7DC;	
}

form p { 
	position: relative; 
	margin: 10px 0;
}
form p label,
form div label { 
	position: absolute; 
/*	top: 0; 
	left: 0;*/
}
form p br {display: none;}

form p input,
form p textarea,
form p select,
form div.form {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 5px 3px 5px 5px;
	width: 290px;
	margin: 0;
	overflow: auto;
}

form div.form textarea {
	border: thin black none;
	width: 290px;
	margin: 0;
	overflow: auto;

}

form p label,
form div label {
	margin: 2px 5px 5px 5px;	
	padding: 0;
	color: #777;
}

form div textarea,
form p input {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}

input.btn {
	color: #FFFFFF;
	background: #FE801C;
	width: auto;
	float: right;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	padding: 5px 5px 5px 5px;
}

form p select {
	font-size: 17px;
	font-family: "Open Sans", sans-serif;
	width: 300px;
}

form p select.def {
	color: #777;
}

form p select.sel {
	color: #212121;
}

form input.check {
	width: auto;
	color: #777;
} 

form label.error {
	color: #FF3300;
	position:relative;
}

.tel{
    text-decoration:none;
    color: #000;
    cursor:default;
}

@media print {
	#wrapper {
		width: 1000px;
	}
	#sidebar {
		float: left;
		width: 259px;
	}
	#content {
		float: right;
		width: 700px;
	}	
	#banner {
		display: none;
	}

}
