h1, .h1{color:#0999D7;}

h2, .h2{color:#0999D7;}

p{text-align: justify;}

a{color: #2d47d8;text-decoration: none;}
a:hover, a:focus {color: #BE0D00;text-decoration: underline;}

h2 a, .h2 a, h2 a:hover, .h2 a:hover{color:#BE0D00;}

.btn-members{margin-top:30px;font-size:1.4em;letter-spacing: 0.6em;}

.page-title{color:#0999D7;margin-top:20px;}

.navbar.navbar-inverse {padding-top: 0px;}
.navbar-inverse{background-color: rgba(255, 255, 255, 0.7);border-color:#000;}
.navbar-nav .dropdown-menu {background-color: rgba(9, 153, 215, 0.7);font-weight: bold;}

.navbar-nav .dropdown-menu > li > a {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    padding: 7px 20px;
}

.navbar-brand {margin-top:0px;color:#0999D7;}
.navbar-brand div {color:#0999D7;}
.navbar-inverse .navbar-brand img {margin-top:0px;}


ul.nav.navbar-nav{margin-top:0px;font-size:1.1em;font-weight: bold;}

ul.well.act {padding-left:38px;}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
    color: rgba(9, 153, 215, 1);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0999D7;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2D47D8;
}

/*.navbar-collapse.invert {background-color: #0999D7;}*/
.navbar-collapse.invert {background: url("/static/images/bckg-menu.png");}

#head{border-bottom:3px solid #2D47D8;}

.da-slide h2{color: #fff;font-size: 40px; font-weight:bold; top: 45%;}
.da-slide p{color:#fff;height: 150px;}

.da-slide h2 a, .da-slide .h2 a{color:#fff;padding:0px 40px;font-size:40px;
    -webkit-transition-property: font-size; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    transition-property: font-size;
    transition-duration: 1s;}
.da-slide h2 a:hover, .da-slide .h2 a:hover{color:#fff;text-decoration: none;font-size:50px;}



@media only screen and (max-width: 1260px) {
    .da-slide h2{font-size: 70px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:70px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:80px;}
}
@media only screen and (max-width: 1100px) {
    .da-slide h2{font-size: 60px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:60px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:70px;}
}
@media only screen and (max-width: 1000px) {
    .da-slide h2{font-size: 50px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:50px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:60px;}
}
@media only screen and (max-width: 800px) {
    .da-slide h2{font-size: 40px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:40px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:50px;}
}
@media only screen and (max-width: 670px) {
    .da-slide h2{font-size: 30px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:30px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:40px;}
}
@media only screen and (max-width: 520px) {
    .da-slide h2{font-size: 20px;}
    .da-slide h2 a, .da-slide .h2 a{font-size:20px;}
    .da-slide h2 a:hover, .da-slide .h2 a:hover{font-size:30px;}
}

.da-slide .da-img {
    height: 256px;
    left: 110%;
    line-height: 320px;
    text-align: center;
    top: 200px;
    width: 40%;
}

#footer{margin-top:30px;}

#sluzby{padding-top:40px;}

.footer1{background-color: #333;color:#fff;}
.footer2{background-color: #000;}

.follow-me-icons i{color: #000;}
.h-caption i{color: #000;}

.media {margin: 20px 0;overflow: hidden;text-align: left;}
.media a {text-decoration: none;}
.media a .media-object {
    background: #BE0D00 none repeat scroll 0 0;
    border: 4px solid #BE0D00;
    border-radius: 10px;
    color: white;
    display: block;
    height: 100px;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    width: 100px;
}

.media:hover .media-object {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    color: #BE0D00;
}

.media-heading a{color:#000;}
.media-heading a:hover{color:#BE0D00;}

.bg-parlex-doc {
    background-attachment: fixed;
    background-image: url("/static/images/caf-par-doc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    font-size: 160%;
}
.bg-parlex-doc h3{font-size: 160%;color: #fff;font-weight: bold;}
.bg-parlex-doc h3 a{color: #fff;}

.parlex-back-doc {
    background-color: rgba(0, 0, 0, 0.37);
    color: #fff!important;
    padding: 30px 0;
    border-top: 1px solid #0999d7;
    border-bottom: 1px solid #0999d7;
}


.bg-parlex-words {
    background-attachment: fixed;
    background-image: url("/static/images/caf-par-words.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    border-top: 1px solid #0999d7;
    border-bottom: 1px solid #0999d7;
    font-size: 160%;
    margin-top:30px;
}
.bg-parlex-words h3{font-size: 160%;color: #2d47d8;font-weight: bold;}
.bg-parlex-words h3 a{color: #2d47d8;}

.parlex-back-words {
    /*background-color: rgba(0, 0, 0, 0.37);*/
    /*color: #fdfdfd !important;*/
    padding: 30px 0;
}
.parlex-back-words .container{/*background-color: rgba(255, 255, 255, 0.37);*/min-height:3em;}

.btn-label {position: relative;left: -40px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

.btn-action, .btn-primary {
    background-image: linear-gradient(to bottom, #BE0D00 0%, #BE0D00 100%);
    background-repeat: repeat-x;
    border: 0 none;
    color: #fff;
}
.btn-action:hover, .btn-primary:hover {
    background: #BE0D00 none repeat scroll 0 0;
    color: #888;
}

.jumbotron{margin-top:30px;}

.modal-dialog {margin: 100px auto;}

.input-group{margin-bottom:4px;}
.input-group .form-control, .input-group .input-group-addon{border-radius: 0px !important;}

li a{color:#888;}
li a.headanch{color:#2D47D8;}

aside h2, aside h3, aside h4{border-bottom: 1px solid #2D47D8;}

#map{margin-top:20px;}

#error1, #errot2{color:#BE0D00; display: none;}

.has-feedback .form-control-feedback {top:0px;}


.thumbnail.col-sm-4.pull-right{margin-left:20px;}

.col-sm-6.members{padding-top: 10px; margin-bottom: 10px; border:1px solid #ddd; min-height: 150px;width:48%;margin-right:1%;}




ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	margin-top:4px;
	margin-bottom:4px;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 42px;
	height: 42px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:42px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover, .social-circle li a:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i, .social-circle img {
	color: #0999D7;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #fff;   
}

.social-circle img {
    height:42px;
    width:42px;
}

#clients-slider-sec{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin:30px 0px 30px 0px;padding:10px 0px 10px 0px;}
#banners-slider-sec{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin:30px 0px 30px 0px;padding:10px 0px 10px 0px;}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;margin:0 0px;
}
.owl-carousel .item{margin-bottom:0px;border:1px solid #fff;}
.owl-carousel .item:hover{border:1px solid #ddd;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.modal-content{border: 1px solid #0999d7;}
.modal-header{background-color: #0999d7;}

.modal-backdrop.in{opacity: 0.8;}

.list-unstyled .fa{color:#0999d7;}

/*
logo #0999D7
#2D47D8
#FF5C2B
#E01F1F
#8A1E1E
#08681A
*/

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
  
.row.imgmb .col-md-3{margin-bottom:10px;}