 


 /*
GENERICS
---------------------------*/

body {
	font-family:'Open Sans', sans-serif;
	background:#f5f5f5;
	font-size:1em;
	margin:0;
	background:#a3a3a3;
}


* { box-sizing: border-box;}

b {font-weight:700; }

a:visited, a:link, a:active {text-decoration:none; color:#ff7303;}
a:hover{text-decoration: underline;}

h1, h2, h3, h4 {
	font-family:Bitter;
	padding:0px;
	margin:0px;
}

img {border:none;}

.table {display:table;}

.center-table {
	display:table;
	margin:auto;
}

.cell {
	display:table-cell;
	vertical-align:top;
	}

.bottom {vertical-align:text-bottom;}

.center-cell {
	display:table-cell;
	vertical-align:middle;
}

.row {display:table-row}

.margin {margin-bottom:12px;}
.margin-top {margin-top:12px;}
.margin-left {margin-left:20px;}
.margin-right{margin-right:20px;}

.clear {clear:both;}

.hidden {display:none;}

.full {width:100%;}
.half {width:50%;}
.third {width:33%;}
.quarter {width:25%}

.small {font-size:90%;}
.smaller {font-size:80%;}
.smallest {font-size:75%;}
.big{font-size:120%;}
.bigger {font-size:150%;}
.bold {font-weight:700;}

.center {text-align:center}
.text-left {text-align:left;}
.text-right {text-align:right;}

.right {float:right;}

.left {float:left;}

.inline {display:inline;}
.inline-table {display:inline-table;}

.pad-left {padding-left:20px;}
.pad-right {padding-right:20px;}
.pad-bottom{padding-bottom:20px;}
.padded {padding:10px;}
.pad-bottom-10{padding-bottom:10px;}
.pad-left-10{padding-left:10px;}
.pad-right-10{padding-right:10px;}
.pad-20{padding-top:10px; padding-left: 20px; padding-right:20px; padding-bottom:10px;} 

.relative {position:relative;}
.absolute {position:absolute}

.radius-10 {border-radius:10px;}

.brand {font-family:Nunito;
		font-weight:400;
		font-size:52px;
		display:inline-block !important;}

.top-brand {background:#ececec;}

.bug {color:#79bb54;}
.logic {color:#ed9208;}
.head {
	text-align:center;
	background:#56595a;
	padding:15px;
	color:#abacac;
}



.head a {
	color:#abacac;
	display:inline-block;
	margin-left:10px;
}
.head a:hover {
	color:#ececec;
	text-decoration:none;
}

.head-call {
	display:block;
	width:100%;
	padding:6px 20px;
	background:#CCC;
	color:#FFF;
	font-family:georgia;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}


.container {
	width:100%;
	background:#e1e1e1;
	padding:10px;
	display:table;
}



a.close {
	color:#FFF; 
	font-weight:700;
	width:22px;
	height:22px;
	display:table;
	background:#000;
	border-radius:11px;
	line-height:22px;
	text-align:center;
}

a.close:hover{
	text-decoration:none;
	background:red;
}

.home {
	
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:200px;

}

.call-out {
	border-top:dotted 3px #CCC;
	border-bottom:dotted 3px #CCC;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#7d7c7a;
	font-size:90%;
}


.footer {
	background:#f09c41;
	padding:10px;
	text-align:center;
	font-size:90%;
}


.address {
	background:#ececec;
	padding:20px;
	border-radius:10px;
	border:solid 2px #e9dfb7;
}

.statement {

	background:#e9dfb7;
	padding:20px;
	border-radius:10px;
	margin-bottom:10px;

}

a.action {
	display:inline-table;
	margin-riht:10px;
	background:#24889d;
	padding:10px;
	color:#FFF;
	font-size:120%;
	border:solid 2px #ececec;
}

a.action:hover {
	background:#636363;
	text-decoration:none;
	border:solid 2px #FFF;
}

.price {
	display:table;
	margin:auto;
	padding:5px 15px;
	background:#ececec;
	border-radius:10px;
	font-size:120%;
	font-weight:700;
	margin-bottom:10px;
}

.highlight, a.open-item{
	background:#FFF;
	border-radius:10px;
	margin-bottom:10px;
	display:block;
	color:#000;
	border:solid 2px transparent;
}

.highlight h2 {
	display:block;
	padding:10px;
	text-align:center;
	background:#3779b0;
	color:#FFF;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

.open-item:hover {text-decoration:none; border:solid 2px #CCC;}
.interested {background:#e9dfb7;}

.attention {
	background:#daeef5;
	padding:20px;
	border-radius:10px;
	margin-bottom:10px;
}




/*
CONTENT
---------------------------*/


.content-container {
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/*
FORMS
-----------------------------*/

.red {color:red; font-weight:700;}


textarea { background:#FFF;
					padding:6px;
					border-radius:5px;
					font-size:120%;
					width:80%;
					margin-bottom:10px;
					font-family:Open Sans;
					border:transparent;
					margin:auto;}

textarea {min-height:200px;
				display:block;}



input[type="text"]{
	background:#FFF;
	padding:5px;
	border-bottom:solid 3px #3779b0;
	border-top:transparent;
	border-left:transparent;
	border-right:transparent;
	text-align:center;
	width:80%;
	margin-bottom:10px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #075698;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #075698;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #075698;
}
:-moz-placeholder { /* Firefox 18- */
  color: #075698;
}


.captcha {
	display:table;
	border:solid 2px #ececec;
	background:#a7b2b9;
	padding:5px;
}

.captcha-request {
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	background:#ececec;
	border-radius:4px;
	display:table;
}

input.captcha-word[type='text'] {
	padding:5px;
	font-size:160%;
	font-family:Georgia;
	background:#a7b2b9;
	color:#ececec;
	border:solid 3px #FFF;
	margin-top:5px;
	text-align:center;
}

.send-email {
	display:table;
	margin:auto;
	padding:10px;
	font-size:130%;
	font-weight:700;
	cursor:pointer;
	background:#3779b0;
	color:#FFF;
}

.send-email:hover {background:#000;}

/*
mobile
-----------------------------*/
.captcha-cell {display:table-cell}

@media screen and (max-width: 699px) {

	.cell {display:block;}
	.pad-left {padding-left:0px;}
	.half {width:100%}
	.message {text-align:center}
	textarea, input[type="text"] {width:100%;}

}



