@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s599eg');
  src:  url('../fonts/icomoon.eot?s599eg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s599eg') format('truetype'),
    url('../fonts/icomoon.woff?s599eg') format('woff'),
    url('../fonts/icomoon.svg?s599eg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #333;
  padding-top: 65px;
}

.navbar { 
  height: 65px;
  text-align: center;
  background: #fff; 
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.navbar .navbar-brand { 
  padding: 9px 10px 5px 15px;
}
.navbar .logo {
  width: 200px;
  height: auto;
}
.navbar,.navbar-brand, .navbar .logo, .navbar-nav, .navbar .navbar-nav li a{
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.navbar-nav li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
  background: transparent;
}

@media (min-width: 768px) {
	.navbar { 
	  height: 80px;
    }
	.navbar .navbar-brand { 
	  padding: 8px 10px 0px 15px;
	}
	.navbar .logo {
	  width: 240px;
	  height: auto;
	  margin-right: 0px;
    }
    .navbar-nav {
        margin-top: 22px;
    }
    .navbar-nav li {
        border-right: 1px solid #cccccc;
    }
    .navbar-nav li:last-child {
        border-right: none;
    }
	.navbar-nav li a {
		font-size: 14px;
        font-weight: 600;
        line-height: 24px;
		padding: 4px 8px 4px 8px;
	}
}
@media (min-width: 1200px) {
    .navbar { 
        height: 90px;
    }
    .navbar .logo {
        width: 300px;
        height: auto;
        margin-right: 0px;
    }
    .navbar-nav {
        margin-top: 28px;
    }
    .navbar .navbar-brand { 
        padding: 8px 10px 0px 15px;
    }
	.navbar-nav li a {
		padding: 4px 15px 4px 15px;
	}
}
.navbar-toggle {
  margin-top: 15px;
  padding: 8px 10px;
}
.navbar-toggle .icon-bar {
  background: #001B31;	
  height: 3px;
  width: 25px;
}
.navbar-toggle .icon-bar {
    background: #001B31 none repeat scroll 0 0;
    transition: all 0.4s ease 0s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10% 0;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90% 0;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0deg);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0deg);
}
.navbar-collapse {
	background: #fff;
	text-align: center;
}

@media (max-width: 767px) {
  .navbar {
    text-align: left;
  }
  .navbar-nav {
    margin: 0 -15px 0px;
  }
  .navbar-brand {
    padding: 7px 15px 7px 15px;
    height: auto;
  }
  .navbar a:hover {
	color: #001B31;	  
  }
  .navbar-collapse { 
	border-bottom: 1px solid #efefef;
	
  }
}

h1 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0px 0 40px 0;
}
h2 {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.33em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Merriweather', serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}
h4 {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
}
h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.66em;
  margin: 20px 0px 0px 0px;
}
p {
  line-height: 24px;
}
a {
  color: #0a3346;
}
hr {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 20px 0 20px 0;
  border: 0px;
}
ul {
  padding-left: 15px;
  line-height: 25px;
}

.text-white {
	color: #ffffff;
}
.text-gold {
	color: #b18857;
}
.text-dark {
	color: #0a3346;
}
.text-p50 {
	color: #7f97a1;
}
.text-uppercase {
	text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;	
}
.semibold {
  font-weight: 600;	
}
.bold {
  font-weight: 700;	
}
.relative {
  position: relative;
}

.mt-0 {
  margin-top: 0;	
}
.mt-25 {
  margin-top: 25px;		
}
.mt-50 {
  margin-top: 50px;	
}
.mt-60 {
  margin-top: 60px;	
}
.mt-80 {
  margin-top: 80px;	
}
/* ============== HLAVNA STRANKA ================= */
#home {
    background: #fff url('../images/front-header-bg.jpg') no-repeat center top;
    padding-top: 30px;
}
.box {
  color: #fff;
  padding: 30px 20px;
  margin-bottom: 15px;
}
.box h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
.box p {
  font-size: 16px;
}
.box-blue {
  background: #0791BB;
}
.box-green {
  background: #78970B;
}
.box-orange {
  background: #FE7F02;
}
.benefits {
  margin: 40px 0px 0 0;
  font-size: 80px;
  padding-left: 30px;
}
.benefits li {
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.benefits li:last-child {
  border-bottom: none;
}
.benefits li h3 {
  font-size: 24px;
  font-weight: 600;
}
.benefits li p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.btn-default {
  background: #f1f1f1;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  max-width: 100%;
  margin-top: 15px;
  position: relative;
  padding: 7px 45px 7px 18px;
  white-space: pre-wrap;
}
.btn-default:before {	
  content: '\e01f';
	font-family: 'icomoon' !important;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	right: 12px;
    top: 50%;
    margin-top: -16px;
}
.box-blue .btn-default:before {	
  color: #0791BB;
}
.box-green .btn-default:before {	
  color: #78970B;
}
.box-orange .btn-default:before {	
  color: #FE7F02;
}
@media (min-width: 768px) {
  #home {
    padding-top: 60px;
  }
}
@media (min-width: 991px) {
  .box {
    min-height: 635px;
  }
}


.content {
  background: #fff url('../images/header-bg.jpg') no-repeat center top;
  padding-top: 35px;
}
.breadcrumb {
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: none;
}
.breadcrumb a {
  color: #fff;
}
.box-gray {
  background: #eff0ee;
  padding: 40px 30px 30px 30px;
  margin-bottom: 30px;
}
.download {
  margin-top: 30px;
}
.download p {
  margin-bottom: 20px;
}
.download-links {
  display: inline-block;
  min-width: 50px;
}
.download-links .icon {
  font-size: 18px;
}
.content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin: 20px 0px;
}
.content ul {
	padding: 5px 0px 5px 0px;
}
.content ul li {
	list-style-type: none;
	padding: 2px 0px 2px 15px;
	position: relative;
}
.content ul li:before {
  font-family: 'icomoon';
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
	background: #333;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 12px;
}
.content .table td {
  vertical-align: middle;
  height: 80px;
}
.content .table img {
  max-height: 62px;
  width: auto;
  max-width: 100%;
}
.title-pad {
  margin: 50px 30px 15px 30px;
}
.news {
  padding: 30px;
  border-bottom: 1px solid #eff0ee;
}
.news h2 {
  margin-top: 0px;
}
.news-title {
  display: flex;
  margin-bottom: 30px;
}
.news-date {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  width: 75px;
  border-right: 1px solid #333333;
}
.news-title h3 {
  line-height: 1.4em;
  margin: 0px 0px 0px 15px;
}
@media (min-width: 991px) {
  .content .table img {
    max-width: 120px;
  }
  #sidebar {
    margin-top: 60px;
  }
}


.box-sidebar {
  padding: 10px 15px 30px 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.box-sidebar h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: none;
}
.box-sidebar h3 strong {
  font-weight: 700;
}
#socialshare {
	margin: 50px auto;
	text-align: center;
}
.social-icon-fb, .social-icon-tw, .social-icon-em {
	color: #ffffff;
	display: inline-block;
	width: 175px;
	padding: 9px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 7px 7px;
	position: relative;
}
.social-icon-fb:hover, .social-icon-tw:hover, .social-icon-em:hover {
	color: #fff;
	text-decoration: none;
}
.social-icon-fb {	
	background: #225b99;
}
.social-icon-fb:before {	
	content: '\e905';
	font-family: 'icomoon' !important;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	left: 12px;
	top: 9px;
}
.social-icon-tw {
	background: #00adf2;
}
.social-icon-tw:before {	
	content: '\e903';
	font-family: 'icomoon' !important;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	left: 12px;
	top: 8px;
}
.social-icon-em {
	background: #FE7F02;
	text-align: right;
	padding: 8px 8px;
}
.social-icon-em:before {	
	content: '\e163';
	font-family: 'icomoon' !important;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 7px;
}
.social-icon-fb:hover, .social-icon-tw:hover, .social-icon-em:hover {
	opacity: 0.9;
}
.social-icon-fb:focus, .social-icon-tw:focus, .social-icon-em:focus {
	color: #ffffff;
}

.contact-form h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 30px 0;
}
label {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.form-control {
  border-color: #c5c5c5;
  border-radius: 5px;
  padding: 12px 15px;
  height: 44px;
  background: #ffffff;
}
.form-control:focus {
  border-color: #c5c5c5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(177, 136, 87, 0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(177, 136, 87, 0.3);
}
.form-control.error, .form-control.error:focus {
  border-color: red;
  opacity: 0.8;
}
.form-control::-moz-placeholder {
  color: #c5c5c5;
  font-weight: 300;
  opacity: 1;
}
.form-control:focus::-moz-placeholder {
  color: #b18857;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #c5c5c5;
  font-weight: 300;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
  color: #c5c5c5;
  font-weight: 300;
  opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #c5c5c5;
  opacity: 0.5;
}
.btn-submit {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 10px 15px;
}
.alert-success {
  font-size: 16px;
  color: #78970B !important;
  border: 0px;
  padding: 50px 0;
  background: transparent;
}
.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px 5px;
  clear: both;
}


footer {
	background: #fff;
	float: left;
	width: 100%;
}
footer .footer-info {
  margin-bottom: 20px;
  margin-top: 30px;
}
footer .footer-joinus {
  padding: 0;
  color: #fff;
  background: #fe7f02;
  margin-bottom: 20px;
}
footer .footer-joinus .btn-default {
  font-family: 'Open Sans', sans-serif;
  border-color: transparent;
  margin-top: 5px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
footer .footer-joinus h2 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin: 20px 0;
  vertical-align: text-bottom;
}
footer .footer-info h3 {
	font-size: 20px;
	color: #333;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}
footer .footer-info ul {
	margin: 15px 0px;
	padding: 0px;
}
footer .footer-info ul li {
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
	font-weight: 300;
	line-height: 2em;
}
footer .footer-info p, footer .footer-info ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 2em;
}
footer .icon {
  font-size: 20px;
  padding-right: 5px;
}
footer .logo-fsci {
  width: 140px;
}
footer .footer-copy {
  background: #fff url('../images/footer-bg.png');
  margin-top: 20px;
}
footer .footer-copy p{
	margin: 4px 0 6px 0;
	color: #333333;
	font-size: 12px;
	font-weight: 400;
}
footer .footer-copy a {
	color: #333;
}
@media (min-width: 991px) {
  footer .footer-joinus .btn-default {
    margin-top: -5px;
  }
}








[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-file-word:before {
  content: "\e908";
}
.icon-file-pdf:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-facebook-square:before {
  content: "\e900";
}
.icon-linkedin-square:before {
  content: "\e901";
}
.icon-twitter-square:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook-official:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-fast_forward:before {
  content: "\e01f";
}
.icon-send:before {
  content: "\e163";
}