/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family: 'Helvetica', sans-serif;
	color:  #3b3a3c;
}
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;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

h1 {
	font-family: 'Signika', sans-serif;
	color:  #084b8c;
	font-size:  25px;
	margin:  .5em 0;
}

h2 {
	font-family: 'Signika', sans-serif;
	color:  #ffffff;
	font-size:  1.7124em;
}

p {
	font-family:  Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:  1em;
	line-height: 1.4em;
}

a {
	text-decoration:  none;
	color:  #084b8c;
}

hr {
	margin-top:  10px;
	margin-left:  20px;
	margin-right:  20px;
	border:  0;
	height:  2px;
	color:  #4394e3;
	background-color:  #4394e3;
}

.main {
	width:  940px;
	margin:  .5em auto;
}

.header {
	height:	 90px;
	
}

.logo {
	width:  275px;
	height:  65px;
	background: url("../images/logo.png") no-repeat;
	content:  none;
	float:	 left;
	text-indent: -9999px;  
}

.slogan {
	margin:	 1.2em 0;
	float:	 right;
	font-family:	 Signika;
	font-size:	1.6em;
	color:  #084b8c;
/*	transform: rotate(-2deg);
	-ms-transform: rotate(30deg); /* IE 9 *!/
	-webkit-transform: rotate(-2deg); /* Safari and Chrome *!/
	-o-transform: rotate(30deg); /* Opera *!/
	-moz-transform: rotate(30deg); /* Firefox *!/*/
}

.slide {
	height:  265px;
	
}


.caption {
	width: 410px;
	max-height:  100px;
	padding:  15px;
	
	margin-left:  1em;
	background:  url('../images/bg-caption.png');
	position:  absolute;
	margin-top:  140px;
}

.menu {
 	
	overflow:  hidden;
	background:  #ebebeb;
}

.menu ul {
	width:  100%;
	white-space: nowrap;
	display: inline;
	/*clear:  both;*/
	
	
}

.menu ul:after {
	content: "";
	display: block;
}

.menu ul li {
	float:  left;

	display:  inline;	
}

.active {
		}

.menu ul li a {
	display:  block;
	text-transform: uppercase;
	font-size:  14px;
	font-family:  Signika;
	color:  #333333;
	padding:  12px 9px 12px 9px;
	background-color:  #ebebeb;
	transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
}

.menu ul li:last-child {
	padding-right:	 0;
}

.menu ul li a:hover {
	background-color: #084b8c;
	color:  #ffffff;
}

.menu ul li a:active {
	background-color:  #084b8c;
}

.active > a {
	color:  white!important;
	background-color:  #333333!important;
}

.content {
	margin-top: 1em;
}

.left-container {
	width:  620px;
	margin-right:  10px;
	float:  left;
}

.right-container {
	margin-left:  10px;
	width:  300px;
	float:  right;
}

.left-contact {
	width:  400px;
	height: 340px;
	margin:  0;
	padding:  0;
	border:  0;
	overflow:  hidden;
}

.right-contact {
	width:  300px;
	height:  350px;
	margin:  0;
	padding:  0;
	border:  0;
	overflow:  hidden;
}

/*start-contact-form*/

form {
	font-family:  Helvetica;
	font-size:  14px;
}

textarea, input{
	outline: none; 
}

.input-label {
	
	color:  #3b3a3c;
	/*margin:  0em 0 2 0;*/
	width:  65px;
	float:  left;
}

.form-input {
	display:  block;
	
	
}

.box {
	width:  100%;
	margin-bottom:  .8em;
}

.box div {
	overflow:  hidden;
}

.form-input input {
	width:  100%;
	background:  #ededed;
	border:  0;
	padding:  3px;
	font-size:  1em;
	color:  #000000;
	display:  block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}

.form-input textarea {
	width:  100%;
	height: 120px;
	background:  #ededed;
	border:  0;
	padding:  5px 5 5 5 ;
	font-size:  14px;
	font-family:	 Helvetica;
	color:  #000000;
	overflow-y: scroll;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}


.button-blue
 {
 	background-color:  #084b8c;
 	color:  #ffffff;
 	border:  0;
 	padding-right:	 20px;
 	padding-bottom:	 10px;
 	padding-left:	 20px;
 	padding-top:	 10px;
 	font-family: Signika;
 	font-size:  17px;
 	margin-top:  1em;
 	-webkit-appearance: none;
 	-moz-appearance: none;
 	-webkit-border-radius:0;
 	border-radius:0;
 	transition: background-color 0.3s ease-out;
 	-webkit-transition: background-color 0.3s ease-out;
 }
 
.button-blue:hover {
	background-color:  #333333;
} 
 
.error {
	font-family: Helvetica;
	font-size:  .8em;
	color:  red;
	text-align:  top;
	display:  block;

}

/*end-contact*/


.social-container {
	margin-top:  60px;
}


.maps-container {
	width:  100%;
	margin-bottom:  1em;
	float:	 left;
}

.footer {
	border-top:  10px solid #ebebeb;
	padding-top:  1em;
	margin-bottom:  3em;
	float:	 left;
	width:	 100%;

}

.footer-menu {
	font-size:  11px;
	font-weight:  bold;
	width:  240px;
	float:  left;
	
}

.footer-menu li {
	margin-bottom:  .8em;
}

.footer-menu a {
	color:  #5f5e5f;
}

.footer-menu a:hover {
	color: #084b8c; 
}

.footer-address {
	width:  300px;
	float:  left;
}

.footer-address p {
	font-size:  11px;
	line-height:  1.7em;
}

.footer-social {
	width:  180px;
	float:  left;
}

.fb {
	background:  url('../images/fb-icon.png') no-repeat;
	width:  32px;
	height:  32px;
	display:  block;
	float:  left;
	margin-right:  .5em;
}

.mail {
	background:  url('../images/mail-icon.png') no-repeat;
	width:  32px;
	height:  32px;
	display:  block;
	float:  left;
}

.footer-rn {
	width:  88px;
	float:  right;
	font-size: 11px;
}

.rn {
	background:  url('../images/rn.png') no-repeat;
	width:  26px;
	height:  30px;
	display:  block;
	float:  right;
}


.ie7 .button-blue {
	display:	 inline-block;
}