/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);

/* Open Sans Condensed */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* Ubuntu */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700italic);

/* Vánoční font */
@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);

/* Basic CSS starts */

body{
   font-family: 'Open Sans', sans-serif;
   color:#444;
   font-size:13px;
   line-height:25px;
	-webkit-font-smoothing: antialiased;
   background:#fafafa url('../img/main-back.png') repeat;
}

h1,h2,h3,h4{
   font-family: 'Ubuntu', sans-serif;
}

h5,h6{
   font-family: 'Ubuntu', sans-serif;
}

p{
	margin:0;
	padding:0;
}

ul, ol{
   padding-left:15px;
}

a{
   color:#379F7A;
   text-decoration:none;
}

p a:hover{
   color:#379F7A;
   text-decoration:none;
   border-bottom:1px dotted #379F7A;
}

a:hover,a:active,a:focus {
	outline: 0;
   color: #379F7A;
}

hr{

}

strong{
   font-family: 'Open Sans', sans-serif !important;
   font-weight:600;
}  

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.form *{
   font-size:13px;
}

#myTab li.active a{
   color:#fff !important;
   background:#16cbe6 !important;
   border-color:#16cbe6 !important;
}


/* Navigation */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.navbar-inverse {
   background-color: #265a34;
   height:60px;
   border-top:3px solid #298666;
   padding-top:5px;
   font-size:12px;
   font-family: 'Open Sans', sans-serif !important;
   font-weight:600;
}

.navbar-inverse { background-color: #265A34}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #286939}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #265A34}
.dropdown-menu { background-color: #265A34}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #286939}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #20572F}
.navbar-inverse .navbar-brand { color: #FFFFFF}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
.dropdown-menu>li>a { color: #FFFFFF}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}

.navbar-brand img{
   height: 35px;
   margin-top: -10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}

/* Pagination */

ul.pagination li a{
	color:#888;
}

ul.pagination li.active a , ul.pagination li.active:hover a{
	background:#32c8de;
	color:#fff;
	border:1px solid #32c8de;
}

ul.pagination li:hover a{
	background:#32c8de;
	color:#fff;
	border:1px solid #32c8de;
}

/* Basic CSS ends */

.container{
   width:980px;
}

.color{
   color:#379F7A;
}

.sep-bor{
   border-top:1px dashed #ccc;
   border-bottom:1px dashed #ccc;
   margin:20px 0px;
   height:5px;
}

.sep{
	height: 5px;
   margin:20px 0px;
	background: url("../img/sep.png") repeat;
}

.blocky{
   margin:30px 0px;
}

.page-title{
   margin:10px 0px;
}

.page-title i{
   font-size:30px;
   margin-right:5px;
}

.page-title h2{
   font-size:35px;
}

.page-title small{
   font-size:21px;
   margin-left:5px;
}

.section-title{
   text-align:center;
}

.section-title h4{
   margin:0px;
   padding:0px;
   font-size:35px;
   display:inline-block;
   margin-bottom:10px;
}

.section-title p{
   font-size:17px !important;
   font-style:italic;
   color:#aaa;
   border-bottom:1px solid #eee;
   margin-bottom:20px;
   padding-bottom:20px;
}

.btn-blue{
   color:#fff !important;
   background:#16cbe6;
   border:1px solid #0fa6bc;
   border-bottom:2px solid #0fa6bc;
   font-size:13px;
}

.btn-blue:hover{
   color:#fff !important;
   background:#14b9d1;
   border:1px solid #0fa6bc;
   border-bottom:2px solid #0fa6bc;
   font-size:13px;
}

.social{
   margin:10px 0px;
}

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:17px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
   border-radius:100px;
   margin-right:5px;
}
.social a.facebook i{
	background:#1e78ae;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.pinterest i{
	background:#dd1617;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a:hover i{
   background:#000;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}

.social a, .social a:hover{
   border:0px;
   text-decoration:none;
}

/* Cool block */

.cool-block{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.cool-block-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

/* Header carousel */

.carousel{
   top:-18px;
}

.carousel-inner{
   background:#222;
}

.carousel .item{
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 0.5s;
    -ms-animation-duration: 3s;
    -ms-animation-delay: 0.5s;
    -o-animation-duration: 3s;    
    -o-animation-delay: 0.5s;   
    animation-duration:3s;
    animation-delay:0.5s; 
}

.carousel .carousel-caption h2{
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;
    animation-duration:2s;
    animation-delay:1s;    
}

.carousel .carousel-caption p{
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -o-animation-duration: 2s;    
    -o-animation-delay: 1s;  
    animation-duration:2s;
    animation-delay:1s;    
}

.carousel .carousel-control span{
   display:inline-block;
   background:#222;
   border-radius:50px;
   height:50px;
   width:50px;
   line-height:45px;
   text-align:center;
}

.carousel .carousel-caption{
   bottom:100px;
   text-shadow:2px 2px 2px #000;
}

.carousel .carousel-caption h2{
   font-size:60px;
   font-family: 'Ubuntu', sans-serif;
   font-weight:normal;
}

.carousel .carousel-caption p{
   font-size:25px;
font-family: 'Ubuntu', sans-serif;}

.carousel-indicators .active{
   background:#379F7A;
   border:1px solid #0fa6bc;
}

.carousel-indicators li:hover{
   background:#298666;
   border:1px solid #0fa6bc;
}

/* Logo & Navigation */

.header{
   height:70px;
   background:#379F7A;
   border-top:4px solid #298666;
   border-bottom:1px solid #298666;
}

.header .logo h1{
   font-size:40px;
   margin:0px;
   padding:10px 0px;
}

.header .logo h1 a{
   color:#fff;
   font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}


/* Navigation */ 
	
.navi {
   text-align:right;
   padding-top:15px;
	padding-bottom:15px;
}

.mattblackmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: none;
	overflow: hidden;
	background: transparent;
}

.mattblackmenu li a{
	float: none;
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	padding: 10px 12px;
	border:0px;
	color:#fff;
	font-weight:normal;
	background:transparent;
   font-size:12px;
   font-family: 'Open Sans', sans-serif !important;
   font-weight:600;
}

.mattblackmenu li a:hover{
	background:transparent;
}

.mattblackmenu a.selected {
	background: transparent;
}

.ddsubmenustyle{	
   border:0px;
   box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
	
.ddsubmenustyle ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;	
}


.ddsubmenustyle li a {
	display: block;
	width: 150px;
   font-family: 'Open Sans', sans-serif !important;
	color: #555;
   font-size:13px;
	text-decoration: none;
	padding: 10px 10px;
	background:#fff !important;
   border-bottom:1px solid #dfdfdf;
}

.ddsubmenustyle li a:hover {
	color: #fff;
	background: #0fa6bc !important;
}

/* SELECT MENU */

.navis select{
	display:none;
}

/* Hero */

.hero{
   text-align:center;
   margin:15px 0px;
}

.hero h3{
   font-size:50px;
}

.hero p{
   max-width:800px;
   margin:20px auto !important;
   padding:15px;
   font-size:17px;
   line-height:28px;
   font-weight:400;
   font-style:italic;
   color:#999;
   background:#f8f8f8;
   border-top:3px solid #eee;
   border-bottom:3px solid #eee;
}

.hero .btn{
   text-shadow:0px 1px 1px #333;
   font-size:13px;
   font-weight:bold !important;
   text-transform:uppercase;
   border-radius:4px;
   padding:12px 18px;
   border-radius:3px;
   font-weight:600;
}  

.hero .btn-info{
   border-bottom:3px solid #0fa6bc;
}

.hero .btn-danger{
   border-bottom:3px solid #c8403c;
}

/* Service */

.home-service h5{
   font-size:15px;
   font-weight:600;
   line-height:25px;
   margin:0px;
   padding:0px;
   font-family: 'Open Sans', sans-serif;
}  

.home-service p{
   font-size:13px;
   line-height:24px;
}

.home-service hr{
   margin:6px 0px;
}

.home-service .service-check{
   color:#777;
   margin:8px 0px;
   font-style:italic;
}

.home-service .service-item{
   padding:5px 0px 10px 0px;
   margin:5px 0px;
   border-bottom:1px dashed #eee;
}

.home-service .service-item i{
   margin-right:5px;
}

.home-service .service-testi{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.home-service .service-testi-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.home-service .service-testi img{
   margin-left:10px;
   margin-top:5px;
   box-shadow:0px 0px 2px #444;
}

.home-service .service-testi p{
   font-size:13px;
   font-weight:600;
   font-style:italic;
   color:#777;
}

.home-service .service-testi .service-testi-author{
   font-weight:400;
   font-style:normal;
}

/* CTA */

.cta{
   margin:10px 0px;
   background:#fff;
   border-radius:5px;
   box-shadow:0px 0px 2px #ccc;
   border:1px solid #ddd;
   padding:25px 35px;
}

.cta h5{
   font-family: 'Open Sans', sans-serif;
   font-size:22px;
   font-weight:400;
   line-height:44px;
   margin:0px;
   padding:0px;
   color:#888;
   text-transform:capitalize;
}

.cta h5 i{
   display:inline-block;
   color:#fff;
   width:35px;
   height:35px;
   text-align:center;
   line-height:35px;
   border-radius:100px;
   background:#16cbe6;
   font-size:25px;
   margin-right:5px;
}

.cta p{
   margin-top:10px;
   font-size:13px;
   color:#777;
   font-style:italic;
   font-weight:bold;
}

.cta .btn{
   text-shadow:0px 1px 1px #333;
   font-size:13px;
   font-weight:bold !important;
   text-transform:uppercase;
   padding:12px 20px;
   border-radius:4px;
}

.cta .btn-info{
   border-bottom:3px solid #39a0bf !important;
}

.cta .btn-danger{
   border-bottom:3px solid #b32722 !important;
}

/* Catchy */

.catchy{
   margin:20px 0px;
   background:#fff;
   border-top:1px solid #bbb;
   border-bottom:1px solid #bbb;
   box-shadow:0px 0px 2px #ccc;
}

.catchy .catchy-inner1{
   margin:3px 0px;
   border-top:1px dashed #bbb;
   border-bottom:1px dashed #bbb;   
}

.catchy .catchy-inner2{
   padding:25px 0px;
   color:#fff;
   margin:3px 0px;
   background:#333 url('../img/bit-tile-blue.gif') repeat center center;
   border-top:1px solid #999;
   border-bottom:1px solid #999;   
}

.catchy .catchy-subscribe h3{
   font-size:40px;
   line-height:65px;
   margin:0px;
   padding:0px;
   font-family:"Open Sans", sans-serif;
   text-shadow:1px 1px 2px #444;
   text-transform:uppercase;
}

.catchy .catchy-subscribe p{
   font-size:17px;
   line-height:25px;
   text-shadow:1px 1px 2px #222;
}

.catchy .catchy-subscribe form *{
   font-size:14px !important;
}

.catchy .catchy-subscribe input[type="text"]{
   border:1px solid #1d7faf !important;
   padding:5px 15px;
   height:40px;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(255,255,255,0.7);
   font-style:italic;
}

.catchy .catchy-subscribe button{
   padding:10px 20px;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.3) inset,0 2px 3px rgba(0,0,0,0.3);
   font-weight:bold;
   font-size:13px !important;
   text-transform:uppercase;
   text-shadow:0px 1px 1px #000;
}

.catchy .report{
   background:#fff;
   border:1px solid #229bd5;
   box-shadow:0px 0px 1px #1e78a4;
   border-radius:4px;
   color:#bbb;
   font-size:16px;
   font-weight:bold;
}

.catchy .report-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.catchy .report .report-data{
   margin:10px 0px;
}

.catchy .report .report-icon{
   text-align:center;
   font-size:43px;
}

.catchy .report .report-icon i{
   color:#989898;
}

.catchy .report .report-big{
   font-size:28px;
   font-weight:normal;
}

.catchy .report span{
   display:block;
}

/* Carousel for Recent posts */

.recent-posts .recent-post-block{
   margin-top:40px;
}

.recent-posts .recent-post-block h5{
   font-weight:600;
   font-size:16px;
   line-height:23px;
   margin:0px;
   margin-bottom:3px;
}

.recent-posts .recent-post-block h5 a{
   color:#777;
   border-bottom:1px dotted #ccc;
}

.recent-posts .recent-post-block h5 a:hover{
   border-bottom:0px dotted #aaa;
}

.recent-posts .recent-post-block p{
   line-height:24px;
   color:#777;
}

.recent-posts .recent-post-block .recent-posts-highlight{
   width:210px;
   background:#fff;
   margin-bottom:15px;
   height:65px;
   border-radius:6px;
   box-shadow:0px 0px 3px #ddd;
}

.recent-posts .recent-post-block .rp-left{
   width:160px;
   float:left;
   background:#fff;
   height:65px;
   border-top-left-radius:6px;
   border-bottom-left-radius:6px;
   border:1px solid #ccc;
   border-right:0px;
   background: #ffffff; /* Old browsers */
   background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fefefe 0%,#f9f9f9 100%); /* IE10+ */
   background: linear-gradient(to bottom, #fefefe 0%,#f9f9f9 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
   padding:10px;
   box-shadow:3px 3px 14px #fff inset;
}

.recent-posts .recent-post-block .rp-left h5{
   margin:0px;
   padding:0px;
   color:#666;
}

.recent-posts .recent-post-block .rp-left p{
   margin:0px;
   padding:0px;
}

.recent-posts .recent-post-block .rp-right{
   width:50px;
   float:right;
   background:#16cbe6;
   height:65px;
   border-top-right-radius:6px;
   border-bottom-right-radius:6px; 
   border:1px solid #0fa6bc;
   color:#fff;
   text-align:center;
   box-shadow: 0 2px 0 0 rgba(255,255,255,0.2) inset;
}

.recent-posts .recent-post-block .rp-right i{
   font-size:20px;
   display:inline-block;
   margin-top:10px;
   margin-bottom:5px;
}

.recent-posts .recent-post-block .rp-right .label-custom{
   background:#0fa6bc;
}

.recent-posts .recent-post-block .rp-right .label{
   font-size:10px;
   text-transform:uppercase;
}

.recent-posts .my_carousel {
	width: 100%;
	padding-top:10px;
}

.recent-posts .my_carousel .carousel_nav a{
	width:20px;
	height:20px;
	background:#379F7A;
	display:inline-block;
	padding:0px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:20px;
   border-radius:3px;
   margin-bottom:5px;
}

.recent-posts .my_carousel .carousel_nav a:hover{
	color:#fff;
   border:none;
}

.recent-posts .my_carousel .carousel_nav i{
	font-size:10px;
}

.recent-posts .my_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.recent-posts .my_carousel li {
	display: block;
	float: left;
	width:25%;
   margin:5px;
	text-align:center;
}

.recent-posts .my_carousel li img{
	padding:5px;
   background:#fff;
   border:1px solid #ccc;
   border-radius:5px;
}

.recent-posts .my_carousel li h5 a{
	color:#666;
   font-family:"Open Sans", sans-serif;
	font-size:16px;
	margin:5px;
   font-weight:600;
}

.recent-posts .my_carousel li h5 a:hover{
   border-bottom:1px dotted #aaa;
}

.recent-posts .my_carousel li p{
	font-size:13px;
	line-height:18px;
	color:#888;
}

.recent-posts .my_carousel li .carousel_caption{
	margin:5px;
	margin-top:-5px;
	padding:10px;
}

/* Pricing table */

.pricing .pricing-table{
   background:#fff;
   border:1px solid #ddd;
   box-shadow:0px 0px 1px #ccc;
   border-radius:4px;
   color:#888;
   padding:20px 0px;
   margin:10px 0px;
}

.pricing h5{
   color:#777;
   font-size:23px;
   text-transform:uppercase;
}

.pricing .strike{
   text-decoration:line-through;
}

.pricing .pricing-meta{
   font-size:14px;
   font-style:italic;
   line-height:25px;
}

.pricing .price{
   background:#666;
   margin:20px 0px;
   padding:10px 0px;
   color:#fff;
   background:#16cbe6;
   border-top:1px solid #0fa6bc;
   border-bottom:1px solid #0fa6bc;
   font-size:23px;
}

.pricing .price small{
   font-size:13px;
}

.pricing .p-highlight{
   background:#0fa6bc;
   border-top:1px solid #777;
   border-bottom:1px solid #777;
}

.pricing .plist{
   font-size:14px;
   margin:10px 0px;
   padding:10px 0px;
   border-bottom:1px dashed #eee;
   font-style:italic;
}

.pricing .btn-blue{
   margin-top:10px;
   font-weight:bold;
   text-transform:uppercase;
   font-size:13px;
}

/* Clients */

.clients .client{
   width:155px;
   height:65px;
   margin:10px auto;
   background:#fff;
   text-align:center;
   border:1px solid #eee;
   border-radius:4px;
   padding:10px;
   box-shadow:inset 0px 0px 3px #eee;
}

/* Error block (404) */

.error-block h2{
   font-size:80px;
   line-height:100px;
   color:#666;
}

.error-block .error-para{
   font-size:17px;
   color:#888;
   line-height:28px;
}

.error-block .link-list h5{
   font-size:16px;
   line-height:26px;
}

.error-block .link-list{
   margin:30px 0px;
   font-size:16px;
}

.error-block .link-list a{
   margin-right:10px;
}

/* About us */

.about-us h4{
   margin:0px;
   font-family:"Open Sans", sans-serif;
   font-size:16px;
   line-height:35px;
   font-weight:bold;
   margin-bottom:5px;
   padding-bottom:5px;
   border-bottom:1px dashed #ccc;
}

.about-us ul{
   padding-left:15px;
}

.about-us .about-team .staff{
   max-width:220px;
}

.about-us .about-team h3{
   font-size:22px;
   font-family:"Open Sans", sans-serif;
}

.about-us .about-team h3 i{
   font-size:17px;
}

.about-us .about-team  .pic img{
	margin-bottom: 16px;
}

.about-us .about-team  .details{
   margin-top:10px;
   margin-bottom:20px;
}

.about-us .about-team .details .name{
   line-height:15px;
   padding:0px;
   margin:0px;
   font-size:14px;
   font-weight:bold;
}

.about-us .about-team  .details em{
   color:#888;
   font-size: 13px;
   line-height: 20px;
}

.about-us .about-team .asocial i{
   text-align:center;
   font-size: 14px;
   text-align: center;
   width: 25px;
   height: 25px;
   line-height:25px;
   background:#379F7A;
   display:inline-block;
}

.about-us .about-team  .asocial a, .about-us .about-team  .asocial a:visited, .about-us .about-team  .asocial a:hover{
   text-decoration:none;
   border:0px;
   color:#fff;
}

.about-us .about-team  .details .adesc{
   max-width:300px;
   margin:0 auto;
   border-top:1px solid #eee;
   margin-top:5px;
   padding-top: 5px;
}

.testimonials .testi{
   background:#fff;
   border:1px solid #bbb;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
}

.testimonials  .testi-bor{
   margin:3px;
   border:1px dashed #aaa;
   box-shadow:0px 0px 1px #999;
   border-radius:3px;
   padding:15px;
}

.testimonials  .testi img{
   margin-left:10px;
   margin-top:5px;
   box-shadow:0px 0px 2px #444;
}

.testimonials  .testi p{
   font-size:13px;
   font-weight:600;
   font-style:italic;
   color:#777;
}

.testimonials .testi .testi-author{
   font-weight:400;
   font-style:normal;
}

/* Blog */

.blog .entry h2{
   font-size:30px;
   line-height:35px;
   color: #555;
   margin:0px;
}

.blog .entry h2 a, .blog .entry h2 a:visited{
   text-decoration:none;
   color:#555;
}

.blog .entry h2 a:hover{
   border:0px;
   color:#379F7A;
}

.blog .meta{
   border-top:1px solid #f1f1f1;
   border-bottom:1px solid #f1f1f1;
   margin:14px 0px;
   padding:5px 8px;
   color:#777;
   text-transform:uppercase;
   font-size:11px;
}

.blog .meta a, .blog .meta a:visited{
   color:#555;
}

.blog .meta i{
   margin:0px 3px;
}

.blog .bthumb{
   margin:10px 0px 5px 0px;
   padding:1px;
   box-shadow:0px 0px 1px #777;
}

.blog .btn{
   font-size:12px;
}

.blog .entry{
   margin-bottom:25px;
   padding-bottom:15px;
   border-bottom:1px solid #eee;
   font-size: 13px;
   line-height: 27px;
}

.blog .entry p{
	margin: 0px 0px 4px 0px;
}

.blog .post-foot{
	border-left: 2px solid #eee;
	padding: 15px 15px;
}

.blog .post-foot .social{
	margin-top: 0px;
}

.sidebar{
   background:#fff;
   border:1px solid #e1e1e1;
   margin-top:10px;
   padding:10px 15px;
}

.sidebar h4{
   font-family:"Open Sans", sans-serif;
   font-size:13px;
   font-weight:bold;
   color:#777;
   line-height:18px;
   margin-bottom:5px;
   padding-bottom:10px;
   text-transform:uppercase;
   border-bottom:1px solid #eee;
}

.sidebar .widget{
   padding:4px;
   font-size: 13px;
   line-height: 23px;
   margin-bottom:7px;
}

.sidebar .widget form{
   margin:10px 0px;
}

.sidebar .widget .widget-search input{
   width:180px;
   font-size:12px;
}

.sidebar ul li{
	padding: 3px 0px;
}

/* Service */

.services h5{
   font-weight:bold;
   font-size:16px;
}

/* Comments */

.respond{
	padding-top: 10px;
}

.comments h5{
   font-size:16px;
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
}

.comments > ul{
   margin:0px;
   padding:0px;
   list-style-type:none;
}

.comments > ul > li{
   background:none;
   padding:0px;
   margin:0px;
}

.comments{
	margin-bottom: 20px;
}

.comments .comment{
   margin:25px 0px;
}

.comment .avatar{
   margin-top:20px;
   margin-right:15px;
   max-width:70px;
   border-radius:100px;
}

.comment a{
   color:#555;
   font-weight:bold;
   border:0px !important;
}

.comment .cmeta{
   font-size:13px;
   color:#777;
   font-style:italic;
}

.comment p{
   margin-top:5px;
   font-size: 13px;
}

.comments .reply{
   margin-left:75px;
}

.respond{
   border:1px solid #eee;
   border-radius:10px;
   margin:20px 0px;
   padding:20px;
   background:#fff;
	border-top: 1px solid #eee;
}

.respond h5{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   padding-bottom:10px;
   border-bottom:1px dashed #eee;
   margin-bottom:10px;
   font-size:16px;
}

/* Countdown */

.countdown{
	width:500px;
	margin:10px auto;
}

.countdown .hasCountdown {
	border: 0px solid #ccc !important;
	background-color:transparent !important;
}

.countdown_section {
	color: #777;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
	background:#fcfcfc;
	border-radius:5px;
	border:1px solid #ddd;
}

.countdown_amount {
	display: inline-block;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	color: #888;
	margin: 0px;
}

/* Portfolio */

.img-portfolio ul{
   margin:0;
   padding:0;
}

/**** Isotope Filtering ****/

.isotope-item {
   z-index: 2;
}

.isotope-hidden.isotope-item {
   pointer-events: none;
   z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   -ms-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.isotope {
   -webkit-transition-property: height, width;
   -moz-transition-property: height, width;
   -ms-transition-property: height, width;
   -o-transition-property: height, width;
   transition-property: height, width;
}

.isotope .isotope-item {
   -webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
   -ms-transition-property:     -ms-transform, opacity;
   -o-transition-property:      -o-transform, opacity;
   transition-property:         transform, opacity;
}

#filters{
   margin-left:0px;
}

#filters li{
   display:inline;
   padding:0px;
   background:none;
}

#filters a{
   font-size:13px;
   padding: 4px 10px;
   display: inline-block;
}

#filters .btn{
   border-radius:0px !important;
}

.portfolio li{
   display:inline !important;
   border:none !important;
}

.portfolio li a, .portfolio li a:visited{
   color:#777;
   padding:5px 10px;
   margin:0px 5px;
}

.portfolio li a:hover{
   color:#555;
}

#portfolio{
   text-align:center;
}

#portfolio .element{
   margin:20px 10px 10px 10px;
   padding: 0px;
}

#portfolio .pcap{
   padding:3px 0px;
   background:#fff;
   border-bottom:2px solid #eee;
}

#portfolio h4{
   margin:4px 0px;
   padding:0px;
   margin-top: 10px;
   color: #777;
	font-size: 14px;
   font-weight:bold;
   font-family:"Open Sans",sans-serif;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover{
   color:#666;
   text-decoration:none;
}

#portfolio .pcap p{
	padding: 5px 10px 10px 10px;
	font-size: 13px;
   font-style:italic;
   color:#888;
}

#portfolio .pcap{
   max-width:200px;
}

#portfolio .pcap{
   line-height:20px;
}

#portfolio img{
   width:170px;
   max-width:170px;
   height:112.5px;
}


/* PrettyPhoto */

div.ppt {
   display:none !important;
}


/* Support */

.filter-area{
   background:#fff;
   padding:18px;
   border:1px solid #ddd;
   border-radius:10px;
   margin-bottom:10px;
}

.filter-area h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#777;
}


.filter-area h4 a{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#379F7A;
   text-decoration: none;

}

.filter-area h4 a:hover{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#379F7A;
    text-decoration: underline;
    -moz-text-decoration-color: #379F7A; /* Code for Firefox */
    text-decoration-color: #379F7A;

}

.filter-area input{
   padding:3px 7px !important;
   margin:10px 0px;
   border-radius:3px;
   box-shadow:0px;
   border:1px solid #ccc;
}

#slist{
   padding-left:15px;
}

#slist p{
   display:none;
   margin:5px 0px;
   padding:10px 10px;
   background:#fff;
   line-height: 25px;
   border:1px solid #eee;
}

#slist li a{
	display: block;
	font-size: 13px !important;
	margin-bottom: 10px;
   border:0px;
}

.scontact{
   background:#fff;
   padding:18px;
   border:1px solid #ddd;
   border-radius:10px;
}

.scontact h4{
   font-family:"Open Sans", sans-serif;
   font-weight:bold;
   color:#777;
}

.scontact p{
	margin-bottom: 7px;
}

.scontact a .mail{
   color: #379F7A;
}


.btn-trojanka {
  color: #ffffff;
  background-color: #379F7A;
  border-color: #298666;
}

.btn-trojanka:hover,
.btn-trojanka:focus,
.btn-trojanka:active,
.btn-trojanka.active,
.open .dropdown-toggle.btn-trojanka {
  color: #ffffff;
  background-color: #298666;
  border-color: #379F7A;
}

/* FAQ */

.faq *{
   box-shadow:none !important;
}

.faq .panel-heading{
   padding:15px 10px;
}

.faq h4{
   font-family:"Open Sans", sans-serif;
   font-weight:600;
   font-size:13px;
}

.faq h4 a{
   color:#777;
   border:0px;
}

/* Careers */

.careers h5{
   font-size:16px;
   font-weight:600;
   margin-top:20px;
}

/* Coming soon */

/* Coming soon */

.c-soon{
	margin: 90px 0px;
	padding: 40px;
	text-align: center;
   background:#fff;
   border-radius:10px;
   border:1px solid #ddd;
}

.soon-med{
   font-size:22px;
   line-height:30px;
}

.soon-big{
   font-size:70px;
   line-height:90px;
   font-family:"Open Sans Condensed", sans-serif;
}

.soon-small{
   font-size:14px;
   line-height:25px;
   max-width:600px;
   margin:10px auto;
}

/* Sitemap */

.sitemap h4{
   font-family:"Open Sans",sans-serif;
   font-weight:600;
   font-size:14px;
   border-bottom:1px dashed #eee;
   margin-bottom:10px;
   padding-bottom:10px;
}

.sitemap ul{
   padding-left:15px;
}

/* Components */

.components h5{
   font-weight:600;
}

/* Contact us */

.cwell{
	padding:20px;
	background: #fff;
	margin-top: 10px;
	border:1px solid #eee;
   border-radius:10px;
}

.cwell h5{
   border-bottom: 1px solid #eee;
   padding-bottom: 10px;
   font-size:17px;
   font-weight:600;
}

.cwell h6{
	font-size: 14px;
   font-weight:600;
}

.gmap iframe{
   margin-top: 15px;
   margin-bottom: -10px;
   width:100%;
   padding-bottom:0px !important;
   border-bottom:1px solid #ccc;
}


.gmap2 iframe{
   width:100%;
   padding-bottom:0px !important;
   border-bottom:1px solid #ccc;
   padding: 10px;
   background: #fff;
   margin-top: 10px;
   margin-bottom: 10px;
   border:1px solid #eee;
   border-radius:10px;
}

/* Landing page */

.lp .lp-image{
	max-width: 489px;
	margin: 30px auto;
}

.lp h2{
   font-size:40px;
   line-height:50px;
   margin-top:30px;
}

.lp .lp-service i{
   font-size:40px;
   display:inline-block;
   margin:10px 0px;
}

.lp .big{
   font-size:17px;
}

.lp h4{
   font-size:16px;
   font-family:"Open Sans",sans-serif;
   font-weight:600;
   color:#777;
}

.lp-features h4{
   margin:0px;
   margin-bottom:8px;
}  

/* Features */

.features1 i{
   font-size:40px;
   display:inline-block;
   margin:10px auto;
}

.features1 h4{
   font-size:16px;
   font-family:"Open Sans",sans-serif;
   font-weight:600;
   color:#777;
}

.features2 i{
   font-size:80px;
   margin-top:10px;
   display:inline-block;
}

.features2 h4{
   font-size:16px;
   font-family:"Open Sans",sans-serif;
   font-weight:600;
   color:#777;
}

/* Projects */

.projects h3, .related-projects h5, .prdetails h6{
	font-size: 16px;
	margin-top: 0px;
   font-family:"Open Sans", sans-serif;
   margin-bottom:10px;
   font-weight:600;
   color:#888;
}

.projects .related-projects img{
	max-width: 100px;
	margin: 5px;
	padding: 3px;
	border: 1px solid #ddd;
}

.projects .prdetails{
	margin-top: 10px;
	font-size: 13px;
   background:#fff;
}

.projects .prdetails ol{
   padding-left:15px;
}

.projects a{
   border:0px !important;
}

/* Register & Login */

.register-login{
   max-width:480px;
   margin:30px auto;
}

.register-login h3{
   margin:0px;
   font-size:18px;
   line-height:25px;
   color:#888;
   margin-bottom:20px;
   padding-bottom:15px;
   border-bottom:1px solid #eee;
   font-weight:bold;
   font-family:"Open Sans",sans-serif;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #379F7A; 
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Footer */

footer{
   background:#333 url("../img/footer-back.png") repeat;
   border-top:3px solid #ddd; 
   box-shadow:inset 0px 0px 3px #111;
   color:#ccc;
   font-size:14px;
   line-height:25px;
   padding:35px 0px 10px 0px;
}

footer a{
   color:#eee;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .social{
   margin-top:10px;
}

footer .social a i{
   width:30px;
   height:30px;
   font-size:13px !important;
   line-height:30px;
   box-shadow:1px 1px 3px #000;
}

footer .fwidget{
   margin-bottom:30px;
}

footer .fwidget h4{
   font-size:26px;
   color:#eee;
   font-style:normal;
}

footer .fwidget ul{
   margin-left:0px;
   padding-left:0px;
   list-style-type:disc;
   color: #379F7A;

}

footer .fwidget ul li ol{
   margin-bottom:10px;
   margin-left:0px;
   padding-left:0px;
   list-style-type:circle;
   color: #379F7A;

}

footer  i.contact-icon{
   background:#379F7A;
   width:30px;
   height:30px;
   line-height:30px;
   text-align:center;
   display:inline-block;
   border-radius:100px;
   color:#fff;
   font-size:12px;
   margin-right:7px;
}

footer .address p{
   margin-bottom:6px;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){
   .carousel .carousel-caption{
      bottom:5px !important;
   }
   .carousel .carousel-caption h2{
      font-size:13px !important;
   }
   .carousel .carousel-caption p{
      display:none;
      font-size:18px !important;
   } 
   .carousel .carousel-control span{
      display:inline-block;
      background:#111;
      border-radius:50px;
      height:50px;
      width:50px;
      line-height:45px;
      text-align:center;
   }     
	.countdown{
		width:250px !important;
	}
	
	.countdown_amount {
		font-size:20px !important;
	}
	
	.countdown_section{
		font-size:10px !important;
	}   
}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100% !important;
   }
   .carousel .carousel-caption{
      bottom:30px !important;
   }
   .carousel .carousel-caption h2{
      font-size:25px !important;
   }
   .carousel .carousel-caption p{
      font-size:18px !important;
   } 
   .carousel .carousel-control span{
      display:inline !important;
      background:transparent;
      border-radius:0px;
      height:0px;
      width:0px;
      line-height:0;
      text-align:right;
   }  
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
	.navi{
		display:none;
	}
	.navis{
		width:60%;
		margin:0px auto;
	}
	.navis select { 
        display: inline-block; 
		width:100%;
   }
   .cta h5{
      line-height:30px;
      margin-bottom:15px;
   }
   .cta .cta-buttons{
      float:none !important;
   }
   .cta .btn{
      margin-bottom:0px !important;
      max-width:150px;
   }   
   .catchy .report-data{
      margin-bottom:15px;
      padding-bottom:15px;
      border-bottom:1px dashed #eee;
   }
	.countdown{
		width:350px;
	}
	
	.countdown_amount {
		font-size:30px;	
	}   
	
	/* Pricing */
	
	.pricing .pricing-table{
		max-width:300px;
		margin:0 auto;
		margin-bottom:40px;
	}
}

/* Desktop */

@media (max-width: 991px){

	.container{
      width:85%;
   }

   .carousel .carousel-caption{
      bottom:60px;
   }
   .carousel .carousel-caption h2{
      font-size:40px;
   }
   .carousel .carousel-caption p{
      font-size:22px;
   }   
   .cta .btn{
      margin-bottom:10px;
   }
   .catchy .report{
      margin:20px 0px 0px 0px; 
   }
}

.act{
   text-decoration: underline;
}

.parlor{
   width: 100%;
}

.parlors hr {
  margin-top: 5px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #eeeeee;
}


.refe p{
   line-height: 1;
   margin-top: 8px;
}

.red{
   color: #DA4453;
}

.modal.in {
  display:block;
}

.vanoce{
   color: #CF3333;

}

.vanoce p {
   font-weight: 800;
   margin-left: 20px; 
   text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.10);
   font-family: 'Courgette', cursive;

}

.vanoce h2 {
   font-size: 2.5em;
   text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.20);
   font-family: 'Courgette', cursive;
}
 p.vanocee {
   margin-top: -15px;
   font-weight: 800;
   text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.20);

 }

 img.vanocni-obrazek {
   width: 60px;
   height: 46px;
   margin: 0 auto;
   display: block;
 }

  img.santa-obrazek {
   width: 131px;
   height: 85px;
   margin: 0 auto;
   display: block;
 }

  img.vanocni-obrazek2 {
   width: 150px;
   height: 60px;
   margin: 0 auto;
   display: block;
   margin-top: 10px;
 }

.modal-header {
   border: none;
   background: #AC2222;

}

.vanoce hr {
   border-color: #AC2222;
   width: 50%;
}

.vazeni2{
   border: 1px solid #3C9E7B;
   border-radius: 10px;
   margin-bottom: 20px;
   }

