
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus {
	color: #ff8a38;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
    font-style: bold;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: italic;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #ff8a38; }

::-moz-selection { background: #ff8a38; color: #fff; text-shadow: none; }
::selection { background: #ff8a38; color: #fff; text-shadow: none; }

/* Pop-up message */

#fvpp-blackout {
  display: none;
  z-index: 1499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 1500;
  position: fixed;
  width: 100%;
  max-width: 800px;
  left: 50%;
  top: 50%;
  font-family: Calibri, Arial, sans-serif;
  background: #6f1f23;
  color: #af9271;
  transform: translate(-50%, -50%);
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }

/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	
	background: #31708f; /* Old browsers */
	background: -moz-linear-gradient(top,  #337ab7 0%, #31708f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(100%,#31708f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #337ab7 0%,#31708f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#31708f',GradientType=0 ); /* IE6-9 */
	
	border: 0;
	
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	background: #31708f; /* Old browsers */
	background: -moz-linear-gradient(top,  #337ab7 0%, #31708f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(100%,#31708f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #337ab7 0%,#31708f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #337ab7 0%,#31708f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#31708f',GradientType=0 ); /* IE6-9 */
	
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #3c763d;
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { background: #3c763d; background: rgba(0, 0, 0, 0.2); }

.navbar-right { margin-right: 0; }

ul.navbar-nav {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.navbar-inverse ul.navbar-nav li a { padding-top: 20px; padding-bottom: 20px; color: #fff; opacity: 0.8; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; }

.navbar-text a {
	margin: 0 8px;
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	opacity: 0.8;
}
.navbar-text a:hover { opacity: 1; }

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Top content *****/

.inner-bg {
    padding: 150px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text .logo {
	padding-bottom: 10px;
}

.top-content .text .logo a {
	display: inline-block;
	width: 223px;
	height: 200px;
	background: url(../img/mascot.png) center center no-repeat;
}

.top-content .text .logo a {
    background-image: url("../img/mascot.png");
}
.top-content .text .logo a:hover {
    background-image: url("../img/mascot_h.png");
}

.top-content .text h1 {
	padding-top: 13px;
	margin-top: -25px;
	color: #fff;
	background: #444; 
	background: rgba(0, 0, 0, 0.2);
	margin-left: 170px;
	margin-right: 170px;
	border-radius: 25px;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}

/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: #3c763d;
	color: #dff0d8;
	text-align: left;
}

footer h3 {
	color: #f5f5f5;
}

.contact-form {
	padding-top: 20px;
}

.contact-form textarea {
	height: 100px;
}

.contact-form .input-error {
	border-color: #ff8a38;
}

.footer-social {
	padding-top: 20px;
}

.footer-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding-top: 7px;
	background: #666;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 32px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
}
.footer-social a:hover, .footer-social a:focus { background: #777; color: #eee; }

.footer-social a i { vertical-align: middle; }

.footer-copyright {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #f5f5f5;
}

.footer-copyright a { color: #f5f5f5; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #dff0d8; }

.footer-bottom {
	margin-top: 60px;
	padding-top: 15px;
	padding-bottom: 25px;
	background: #2c562d;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #3c763d;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #dff0d8; }

table.nobg {
  text-align: center;
}
table.nobg td, table.nobg th {
}
table.nobg tfoot td {
  font-size: 14px;
}
table.nobg tfoot .links {
  text-align: right;
}
table.nobg tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}