
/* Multi Usable Styles */

/* Dark Background */

	.dark-bg{
		background-color:#3a3a3a !important;
	}

/* Soft Dark Backgrounds */

	.soft-bg,
	.soft-bg-1{
		position: relative;
	}

/* Background for 75% Dark */

	.soft-bg:before{
		background-color:rgba(34,34,34, 0.75);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

/* Background for 83% Dark */

	.soft-bg-1:before{
		background-color:rgba(34,34,34, 0.83);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

/* Soft Dark Background for Icons */

	.soft-bg-icons{
		background-color:rgba(34,34,34, 0.75);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.soft-bg-icons:hover,
	#w-filters .selected{
		background-color:rgba(31,31,31, 0.9);
	}

/* Dark Gradient Background */

	.soft-bg-grade{
		z-index: 1;
	}

	.soft-bg-grade:before{
		background: rgb(105,105,105); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top,  rgba(105,105,105,0.85) 0%, rgba(16,16,16,0.85) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,105,105,0.85)), color-stop(100%,rgba(16,16,16,0.85))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(105,105,105,0.85) 0%,rgba(16,16,16,0.85) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(105,105,105,0.85) 0%,rgba(16,16,16,0.85) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(105,105,105,0.85) 0%,rgba(16,16,16,0.85) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(105,105,105,0.85) 0%,rgba(16,16,16,0.85) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#101010',GradientType=0 ); /* IE6-8 */
		z-index:0;
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

/* Dark Navigation */

	.dark-nav .nav-menu{
		color:white;
	}

	.first-nav.dark-nav{
		background-color:rgba(34,34,34, 0.1);
	}

	.second-nav.dark-nav,
	.dark-nav .nav-menu ul.dropdown-menu{
		background-color:rgba(34,34,34, 0.95);
	}

	.dark-nav .nav-menu ul.dropdown-menu li a{
		color:inherit;
	}

	.dark-nav .nav-menu ul.dropdown-menu li a:hover,
	#navigation-sticky.dark-nav .nav-menu ul li a:hover,
	#navigation-sticky.dark-nav .nav-menu ul li.active a{
		background-color:rgba(34,34,34, 0.5);
	}

	.first-nav.dark-nav .nav-inner .nav-menu ul li a:hover{
		background-color:rgba(34,34,34, 0.1);
	}

	.second-nav.dark-nav .nav-inner .nav-menu ul li a:hover{
		background-color:rgba(34,34,34, 0.95);
	}

	.second-nav.dark-nav .nav-inner .nav-menu ul li.active a,
	.dark-nav .nav-menu ul.dropdown-menu li a:hover{
		background-color:rgba(30,32,38,0.1);
	}

	#navigation-sticky.dark-nav{
		background-color:rgba(34,34,34, 0.95);
	}

/* Home Boxes Navigation */

	.home-boxes .owl-controls .owl-buttons div{
		background-color:#262626;
	}

/* What We Do Item Color */	

	ul#w-filters li a{
		background-color:rgba(31,31,31, 0.3);
	}

	ul#w-filters li a.selected,
	ul#w-filters li a:hover{
		background-color:rgba(65,65,65, 1);
	}

	.w-items .w-item{
		background-color:rgba(25,25,25, 0.3);
	}

	footer.footer.dark-footer{
		background:#191919;
	}

	footer.footer.dark-footer p,
	footer.footer.dark-footer a{
		color:#8d8d8d;
	}

/* Page Content */

	section.page-content{
		background:#1f1f1f;
	}

/* ============================================
DARK LAYOUT STYLES
=============================================*/	

/* Body */	

	.dark-layout{
		background-color:#1f1f1f !important;
	}

/* Loader */	

	body.dark-layout #pageloader {
		background-color: #1f1f1f;
	}

/* Page Header */

	body.dark-layout section.page_header{
		background-color:#171717;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_left h1.p-header{
		color:#fff;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_left p.p-desc{
		color:#e4e4e4;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_right a.p-head-button{
		color:#e4e4e4;
	}

	body.dark-layout section.page-content{
		background:#232323 !important;
	}

/* About */	

	body.dark-layout #about .about-boxes .about-box a.about-icon{
		border:1px solid white;
		color:white;
	}

/* About Header */

	body.dark-layout #about .about-boxes .about-box h3{
		color:#cccccc;
	}

/* About Description */

	body.dark-layout #about .about-boxes .about-box p{
		color:#a3a3a3;
	}

/* About Box Rollover */

	body.dark-layout #about .about-boxes .about-box:hover a.about-icon{
		background:white;
		color:#1f1f1f;
	}

	body.dark-layout #about .about-boxes .about-box:hover a.about-icon:after{
		border:1px solid white;
	}

/* Facts, Fact texts */

	body.dark-layout #facts .inner .facts .fact h3{
		color:#dadada;
	}

/* Portfolio */

	body.dark-layout #portfolio{
		border-top:1px solid #1a1a1a;
		border-bottom:1px solid #1a1a1a;
		background-color:#1a1a1a;
	}

/* Portfolio Filters */

	body.dark-layout #portfolio .portfolio #options ul li a{
		color:#c2c2c2;
		border:1px solid #c2c2c2;
	}

	body.dark-layout #portfolio .portfolio #options ul li a:hover,
	body.dark-layout #portfolio .portfolio #options ul li a.selected{
		background:#ffffff;
		color:#1a1a1a;
	}

	body.dark-layout #portfolio .portfolio a.portfolio-view-more{
		background:#2b2b2b;
		color:#464646;
	}

	body.dark-layout #portfolio .portfolio a.portfolio-view-more:hover{
		color:white;
	}

/* Team */

	body.dark-layout #team .team .team-boxes .item .box-inner{
		border:1px solid #383838;
	}

	body.dark-layout #team .team .team-boxes .item .member-image{
		border:1px solid #383838;
	}

/* Member Name and Position */

	body.dark-layout #team .team .team-boxes .item .member-name h1.name{
		color:#ececec;
	}

	body.dark-layout #team .team .team-boxes .item .member-name h3.position{
		color:#868686;
	}

/* Member Rollover Colors */

	body.dark-layout #team .team .team-boxes .member-details{
		background:rgba(31,31,31,1);
	}

	body.dark-layout #team .team .team-boxes .item .member-details .details .member-description{
		color:#acacac;
	}

/* Member Social */

	body.dark-layout #team .team .team-boxes .item .member-details .details a.member-social{
		background:#424242;
	}

/* Team - Slider Controls */

	body.dark-layout #team .team .team-boxes .owl-controls .owl-buttons div{
		background-color:#2c2c2c;
	}

/* Team - Member Detail Button */

	body.dark-layout #team .team .team-boxes .item .member-details .details a.member-detail-button{
		border:1px solid #383838;
	}

/* Team - Modals */

	body.dark-layout .modal{
		background-color: rgba(31,31,31,0.98);
	}

	body.dark-layout .modal-inner{
		border-bottom:1px solid #2f2f2f;
	}

	body.dark-layout .modal .modal-inner .modal-head{
		border-bottom:1px solid #2f2f2f;
	}
	body.dark-layout .modal .modal-inner a.close {
		background:#454545;
	}

	body.dark-layout .modal .modal-inner h1.member-name,
	body.dark-layout .modal .modal-inner h4{
		color:white;
	}

	body.dark-layout .modal .modal-inner p{
		color:#c3c3c3;
	}

	body.dark-layout .modal .modal-inner .modal-right .member-skills .progress{
		background-color:#262626;
	}

	body.dark-layout .modal .modal-inner .modal-right .member-skills .progress .progress-bar{
		background-color:#5d5d5d;
	}

/* Testimonials Arrow */

	body.dark-layout .testimonials .t-arrow{
		border-top-color: #1f1f1f; 
	}

/* Clients, Client Names */

	body.dark-layout #clients .clients .item h1.client-name{
		color:#d7d7d7;
	}

/* Client Positions */

	body.dark-layout #clients .clients .item h3.client-position{
		color:#7f7f7f;
	}

/* Client Pagination */

	body.dark-layout #clients .clients .owl-controls .owl-pagination .owl-page{
		background:#5f5f5f;
	}

	body.dark-layout #clients .clients .owl-controls .owl-pagination .owl-page.active{
		border:1px solid #5f5f5f;
		background:transparent;
	}

/* Client Logos */

	body.dark-layout #clients .client-logos{
		background-color:#1a1a1a;
	}





/* Why Do You Chose North - Tabs */

	body.dark-layout .tabs .nav-tabs{
		border-bottom:1px solid #313131;
	}

	body.dark-layout .tabs .nav-tabs li a{
		color:#7f7f7f;
		background:#191919;
	}

	body.dark-layout .tabs .nav-tabs li.active a{
		background:#1f1f1f;
		border-left-color:#313131;
		border-right-color:#313131;
		border-bottom:1px solid #1f1f1f;
		top:1px;
	}

	body.dark-layout .tabs .nav-tabs li a:hover{
		background:#292929;
		border-color:transparent;
	}

	body.dark-layout .tabs .nav-tabs li.active a:hover{
		background:#1f1f1f;
		color:#7f7f7f;
		border-top-color:#5c5c5c;
	}

/* Tab Content */

	body.dark-layout .tabs .tab-content{
		border:1px solid #313131;
		color:#a9a9a9;
	}

/* Accordion Menu */

	body.dark-layout .accordion .panel{
		border-color:#313131;
		border-radius: 0;
	}

	body.dark-layout .accordion a.panel-button{
		color:#b0b0b0;
		background:#1f1f1f;
	}

	body.dark-layout .accordion a.panel-button:hover{
		background:#161616;
	}

/* Accordion Body */

	body.dark-layout .accordion .panel-body{
		color:#8e8d8d;
		background:#1f1f1f;
		border-top:1px solid #313131;
	}

/* Skills */

	body.dark-layout #skills .skills .progress{
		background-color:#262626;
	}

	body.dark-layout #skills .skills .progress .progress-bar{
		background-color:#5d5d5d;
	}

/* Services */

	body.dark-layout #services{
		background-image: none;
		background-color:#1b1b1b;
	}

/* Service Icon */

	body.dark-layout #services .service-boxes .service-box a.service-icon{
		border:1px solid #8b8b8b;
		color:#8b8b8b;
	}

/* Service Header */

	body.dark-layout #services .service-boxes .service-box h3{
		color:#c5c5c5;
	}

/* Service Description */

	body.dark-layout #services .service-boxes .service-box p{
		color:#868686;
	}

/* Service Box Rollover */

	body.dark-layout #services .service-boxes .service-box:hover a.service-icon{
		background:white;
		color:#1b1b1b;
	}

	body.dark-layout #services .service-boxes .service-box:hover a.service-icon:after{
		border:1px solid white;
	}

	body.dark-layout #services .service-boxes .owl-controls .owl-buttons div{
		background-color:#232323;
		background-image:url(../images/left-litle.png);
	}

	body.dark-layout #services .service-boxes .owl-controls .owl-buttons div:nth-of-type(2){
		background-image:url(../images/right-litle.png);
	}

	body.dark-layout #services .service-boxes .owl-controls .owl-buttons div:hover{
		background-color:white;
		background-image:url(../images/left-litle-black.png);
	}

	body.dark-layout #services .service-boxes .owl-controls .owl-buttons div:nth-of-type(2):hover{
		background-image:url(../images/right-litle-black.png);
	}

/* Project */

	body.dark-layout ul.project_features li.p-feature{
		border-bottom:1px solid #323232;
		color:#e9e9e9;
	}

	body.dark-layout #project-section .project_inner .project-detail-columns{
		border-top:1px solid #323232;
		border-bottom:1px solid #323232;
	}

/* Blog */

	body.dark-layout #blog .post,
	body.dark-layout #blog .details .post-info{
		border-bottom:1px solid #2d2d2d;
	}

	body.dark-layout #blog .details .post-info a.post-item{
		border-right:1px solid #2d2d2d;
	}

	body.dark-layout .blog-head{
		color:#b4b4b4;
		background:#2d2d2d;
	}

	body.dark-layout .blog-head.inner-head{
		background:transparent;
		color:white;
	}

/* Pagination */

	body.dark-layout ul.pagination li a{
		color:#8d8d8d;
		background:#2d2d2d;
		border-color:#3d3d3d;
	}

	body.dark-layout ul.pagination li a:hover{
		color:#8d8d8d;
		background:#3d3d3d;
		border-color:#3d3d3d;
	}

	body.dark-layout ul.pagination li.active a{
		color:white;
	}

/* Search Form */

	body.dark-layout .search{
		border:1px solid #2d2d2d;
		color:#c5c5c5;
	}

	body.dark-layout .search-button{
		color:#c5c5c5;
	}

	body.dark-layout #blog .blog_sidebar .bar a.tag{
		border:1px solid #aaaaaa;
		color:#aaaaaa;
	}

	body.dark-layout #blog .blog_sidebar .bar ul.categories li{
		border-bottom:1px solid #2d2d2d;
	}

	body.dark-layout #blog .blog_sidebar .bar ul.categories li:hover{
		background:#2d2d2d;
	}

	body.dark-layout #blog .blog_sidebar h1.bar-head{
		color:#f1f1f1;
	}

	body.dark-layout #blog .post ul.comments li div.comment-text{
		background:#2d2d2d;
	}

	body.dark-layout #blog .post ul.comments li div.comment-text:after{
		border-right-color: #2d2d2d;
	}

	body.dark-layout #blog .post .details > ul.comments{
		border-top:1px solid #2d2d2d;
	}

	body.dark-layout ul.project_features li.p-feature a:hover{
		color:#fff;
	}

	body.dark-layout .mail-message{
		color:white;
	}


/* Media Screen Color */

	@media only screen and (max-width: 1000px){

		.dark-nav .nav-inner div.nav-menu ul.nav{
			background-color:rgba(34,34,34, 0.95);
		}

	}

.red {color:#f32a2a;}

.reference ul{margin-top: 50px; margin-bottom: 120px;}
.reference ul li a{font-size:15px; }
.reference ul li i {color:gray; margin-right:5px;}
.leftt {float:left; margin-left:12%;}
.rightt {float:right; margin-right:12%;}

.loga {background-color:#1a1a1a; height:100px;}
.loga img {max-height:60px; margin-top:20px;}

.jazyky {position:absolute; left:93%;}
.jazyky a {margin-left:5px; color:white;}
.jazyky a:hover {color:color:#f32a2a;}


.service-box  {height:515px;}
.service-box a {color:white;}
.service-box a:hover {color:#f32a2a;}
.service-box p {margin-top:20px;}
 
.service-box a img {box-shadow:0px 0px 10px white; border:1px solid white; width:250px; height:250px; overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.service-box img:hover { -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);

 border: 5px solid white;
  border-radius: 30%;}

#services .inner .dalsi {margin-top:50px; color:white; float:right; margim-right:100px;}
#services .inner a:hover {color:#f32a2a;}




.novinky {height: 1900px;}
.novinky strong {color:#f32a2a;}
.novinky a {color:white;}

.novinky .novinka { margin-top: 30px; text-align:center; margin-left:30px;width:293px; float:left; height: 590px; overflow:hidden;}
.novinky .novinka img {width:200px;}

.novinky .novinka a {color:white;}
.novinky .novinka a:hover {color:#f32a2a;}
.novinky .novinka p {margin-top:20px; color:grey;}


.novinky .novinka a img {box-shadow:0px 0px 10px white; border:1px solid white; width:250px; height:250px; overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.novinky .novinka img:hover { -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);

 border: 5px solid white;
  border-radius: 30%;}

.videa2 {margin-top:20px; height:1100px; float:left;}
.videa2 strong {color:#f32a2a; font-size:18px;}
.videa2 a {color:white;}



.video1 {float:left; margin-left:100px; margin-top:100px;}
.video1 iframe {box-shadow:0px 0px 10px white;}

.foto {text-align:center; margin-top:40px; width:100%; height:2000px; margin-left:3%;}
.foto img {width:300px; border:1px solid white; box-shadow: 0px 0px 10px white;}

.fotky {text-align:center; margin-right:5px; margin-left:5px; width:310px; height:280px; float:left;}

.fotky img {  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}


.fotky img:hover { -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);

 border: 5px solid white;
     }

#map iframe {width:100%; height:480px;}


.admin {margin-top:60px; height:2000px;}
.admin-novinky {display:block; width:550px; margin-left:150px;}
.admin-novinky label {color:white; font-size:15px;width:300px;  float:left;}
.admin-novinky input {width:600px;  margin-bottom:30px; }
.admin-novinky .uvod {width: 800px; height:100px;}
.admin-novinky textarea {width: 800px; height:200px;}
.admin-novinky legend {color:red; font-size:16px; float:left; width:300px;}
.admin-novinky .kontrola {margin-top:30px;}
.admin-novinky a {font-size:18px;}
.admin-novinky .upload {border:solid 1px gray; float:left;}
.admin-novinky p {width:200px;font-size:11px; color:white;}
.admin-novinky strong, h2 {color:green;}

.odkazy {margin-left:5%; margin-right:5%; margin-top: 20px;}
.odkazy li a{color:white;}
.odkazy li a:hover{color:#f32a2a;}
.odkazy li {color:gray;}

.clanek {text-align:center; margin-top:70px; margin-left:5%; margin-right:5%;}
.clanek img {margin-top:15px; margin-bottom:15px; border:1px solid white; box-shadow: 0px 0px 10px white; max-width:600px; max-height:800px; 

}

.clanek h3 {color:#f32a2a;}
.clanek a {color:#f32a2a;}
.clanek p {color:white;}

.admin {margin-left:30%; margin-top:200px; color:green; }

#address .address-soft h2 {color:#f32a2a;}