@import url(https://fonts.googleapis.com/css?family=Merriweather);
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: url(/images/bg.jpg); /*#f1f1f1*/; 
 background-size: cover;
  font-family: Verdana, 'Merriweather', sans-serif;
  padding: 1em; color: #00519e;
}

h1 {
  text-align: center;
  color: #a8a8a8;
  text-shadow: 1px 1px 0 white;
}

form {
  max-width: 600px;
  text-align: center;
  margin: 0px auto;
}
form input, form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Verdana', sans-serif;
  -moz-box-shadow: 0 2px 3px rgba(0, 81, 158, 0.9);
  -webkit-box-shadow: 0 2px 3px rgba(0, 81, 158, 0.9);
  box-shadow: 0 2px 3px rgba(0, 81, 158, 0.9);
  resize: none; 
color: #666;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #input-submit {
  color: white;
  background: #00519e;
  cursor: pointer;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height: 126px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

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

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.antispam { display:none;}

.col_full { width: 100%; max-width: 960px; margin: 0 auto }
.col_half { width: 46%; float: left}
.col_one_third { width: 30.63%; float: left }
.col_two_third { width: 65.33%; float: left}
.col_one_fourth { width: 22%; float: left}
.col_three_fourth { width: 74%; float: left}
.col_one_fifth { width: 16.8%; float: left}
.col_two_fifth { width: 37.6%; float: left}
.col_three_fifth { width: 58.4%; float: left}
.col_four_fifth { width: 79.2%; float: left}
.col_one_sixth { width: 13.33%; float: left}
.col_five_sixth { width: 82.67%; float: left}
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}


.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 3%;
	margin-bottom: 50px;
	float: left;
}

@media (max-width: 767px) {
	.col_full,
	.col_half,
	.col_one_third,
	.col_two_third,
	.col_three_fourth,
	.col_one_fourth,
	.col_one_fifth,
	.col_two_fifth,
	.col_three_fifth,
	.col_four_fifth,
	.col_one_sixth,
	.col_five_sixth {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 50px !important;
	}
}
.feature-box.fbox-bg.fbox-center {
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 30px 30px;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    left: 51%;
    margin: 0 0 0 -48px;
    padding: 3% 4%;
    position: absolute;
    top: -30px;
}

.feature-box.fbox-center .fbox-icon {
    height: 96px;
    width: 96px;
}
.feature-box.fbox-plain .fbox-icon {
    border: medium none;
}
.feature-box .fbox-icon {
    display: block;
}