/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);

/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}
body,
html {
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
}

p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 18px;
	line-height: 5px;
    color: #000;
}

a:hover, a:focus, a:active, a.active {
    color: #ffd400!important;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #c9a169;
	color: #fff;
}
.cc-nb-main-container {
	width: 100%;
}
@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 0;
}
#nase-sluzby, #referencie {padding: 70px 0;}
/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #000;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "BebasNeue-Bold";
    padding: 0 0 15px 0;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #ffd400;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
	margin-top: 20px;
}
.navbar-default .navbar-toggle {
	background-color: #ffd400;
	border-color: #ffd400;
	margin-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ffd400;
}
.navbar-default .nav li a {
	font-family: "BebasNeue-Bold";
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	color:#fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #ffd400;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #ffd400;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #ffd400;
}
@media (min-width:768px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #000;
		padding: 0 0 10px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

/*--------------------
3. Header
--------------------*/
body .fullwidth-container {
	width: 100vw;
  	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
}
body .slider-container .img {
    text-align:center;
}
header {
    /*background-image: url(../images/img_-_head-1920x815px.jpg);*/
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

header .intro-text {
	
}

body header img {
    max-width:100%;
    height:auto;
}

body header .intro-text {
    position:absolute;
    z-index:10;
    top:0px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:40%;
}

@media (max-width: 768px) {
    body .fullwidth-container {
        margin-top:100px;
    }
    body header .intro-text {
        top:20%;
    }
    body header .intro-text .intro-lead-in {        
        font-size: 38px;
        line-height:30px;
    }
    body header .intro-text .intro-heading {
        font-size: 38px !important;
        line-height: 55px;
    }
    body header .intro-text .intro-heading span {
        font-size: 60px !important;
        line-height: 65px;
    }	
}


header .intro-text .intro-lead-in {
    font-family: "Arial-narrow";
	font-weight: 500;
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 15px;
}
header .intro-text .intro-heading {
	margin: 0;
	font-family: "Arial-narrow";
	font-size: 48px!important;
	line-height: 65px;
	font-weight: 500;
	padding-left: 55px;
    margin-bottom: 25px!important;
}
header .intro-text .intro-heading span {
	margin: 0;
	font-family: "Arial-narrow";
	font-size: 80px!important;
	line-height: 65px;
	font-weight: 800;
    margin-bottom: 25px!important;
	color: #ffd400;
}
@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    font-family: "Arial-narrow";
		font-weight: 500;
	    font-size: 48px;
	    line-height: 45px;
	    margin-bottom: 15px;
	}
	header .intro-text .intro-heading {
        margin: 0;
        font-family: "Arial-narrow";
        font-size: 48px!important;
        line-height: 65px;
		font-weight: 500;
		padding-left: 55px;
        margin-bottom: 25px!important;
	}
	header .intro-text .intro-heading span {
		margin: 0;
		font-family: "Arial-narrow";
		font-size: 80px!important;
		line-height: 65px;
		font-weight: 800;
		margin-bottom: 25px!important;
		color: #ffd400;
}
	header .intro-text .intro-heading {
	    margin-bottom: 50px;
	}
	.cc-nb-main-container {
	width: 1150px;
		margin: auto;
}
}


header .clear {clear: both;}
/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 40px;
	font-family: "BebasNeue-Regular";
    text-transform: uppercase;
	color: #000;
	margin-bottom: 50px;
}
.section-title h2 span {
	font-family: "BebasNeue-Bold";
	color: #ffd400;
}
.section-title h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #ffd400;
    margin: 10px auto 0;
}
.section-title p {
    font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 200;
    line-height: 25px;
    margin: 5px 0 0 0;
	text-align: left;
}
section h2.title {
	font-size: 100px!important;
	font-family: "BebasNeue-Bold"!important;
    text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
}
section h3.desc {
	font-size: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
    text-transform: uppercase;
}
.footer-item h3 {
    font-size: 30px!important;
	font-family: "BebasNeue-Bold";
    text-transform: uppercase;
	color: #fff;
	text-align: left;
}
.footer-item h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #ffd400;
    margin: 10px 0 0;
}
.footer-item p {
    font-size: 18px!important;
	font-family: Arial;
    font-weight: 200!important;
	line-height: 22px;
    color: #fff;
    padding: 0;
	text-align: left;
	margin-bottom: 30px;
}
/*--------------------
4.1. About
--------------------*/

.mz-module-ofirme h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-ofirme p {
    font-weight: 300;
	font-size: 18px;
	font-family: "Open Sans", Sans-serif;
	letter-spacing: 0.4px;
    line-height: 22px;
    color: #969696;
}
.mz-module-ofirme p span {
    font-size: 18px;
	font-family: "Open Sans", Sans-serif;
    font-weight: bold;
    line-height: 22px;
    color: #000;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/
.skills-text {
	margin: 20px 0 30px 0;
	padding: 0 0 0 0px;
}
.skills-text ul {
	font-size: 18px!important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
}

.skillbar-item {
    margin-bottom: 30px;	
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
	font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../images/vzorkovnik-2560x758px.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
	background-color: #f8f8f8;
}
.white-bg {
	background-color: #ffffff;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.5);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}
.counter-item p {
    color: #fff;
    font-size: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
    margin: 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Sluzby
--------------------*/

.sluzby-item {
    text-align: center;
	min-height: 200px;
}

.sluzby-item h3 {
    font-size: 20px;
	text-transform: uppercase;
    font-weight: 400;
	color: #000000;
}
.sluzby-item h4 {
    font-size: 20px;
	text-transform: uppercase;
    font-weight: 400;
	line-height: 1.5;
	color: #000000;
}
.sluzby-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.sluzby-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.sluzby-item .team-position {
    color: #000;
    font-size: 12px;
}

.sluzby-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}
.signature {margin-top:50px;}
.signature p {
    color: #B7B7B7;
	font-family: Arial;
    margin: 0;
	padding: 0;
    font-size: 14px!important;
    font-weight: 200!important;
	line-height: 25px;
}

footer p a {
    color: #fff;
}
.footer-item {
    text-align: center;
	margin-bottom: 20px;
}


.footer-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.footer-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.footer-item .team-position {
    color: #000;
    font-size: 12px;
}


/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff!important;
    background-color: #E20613;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #996c2c;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #000;
	background-color: #fff;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 20px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
	color: #FFFFFF!important;
    background: #ffd400;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
  and (min-width : 320px)
  and (max-width : 480px) {
  #back-top {
      position: fixed;
      bottom: 10px;
      right: 30px;
  }
  #back-top a {
      width: 40px;
      height: 40px;
  }
  #back-top i {
      margin-top: 7px;
      font-size: 20px;
  }
	  .logo {
		  width: 130px!important;
		  height: 100px!important;
		  background-image: url("../images/svg/logo_-_bee3-130x100px.svg");
}
	  
	  header .intro-text .intro-lead-in {
		  font-family: "Arial-narrow";
		  font-weight: 500;
		  text-shadow: 0 0 15px #000;
		  font-size: 45px;
		  line-height: 45px;
		  margin-bottom: 0;

}
	  header .intro-text .intro-heading {
		  margin: 0;
		  font-family: "Arial-narrow";
		  font-weight: 500;
		  height: 65px;
		  max-width: 100%;
		  text-shadow: 0 0 15px #000;
		  display: block;
		  line-height: 45px;
		  margin-bottom: 15!important;

}
	  header .intro-text .intro-heading span {
		  margin: 0;
		  font-family: "Arial-narrow";
		  font-size: 80px!important;
		  line-height: 50px;
		  font-weight: 800;
		  margin-bottom: 25px!important;
		  color: #ffd400;
}
	  .btn-xl {display: none;}

}
#mapa {padding: 0px; margin: 0px; height: 350px;}
.fb {
	padding-top: 7px;
	width: 190px!important;
	height: 36px;
	color: black;
	font-size: 20px;
	text-align: left;
	background-image: url("../images/icon_-_fb-30x30px.svg");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none!important;
	backgroud-size: 30px 30px;
	display: block;
}
.email {
	font-size: 24px!important;
	color: #ffd400;
	font-family: Arial!important;
	text-align: left!important;
}
.white {
	color: #fff;
}


ul {
    list-style: none;
}
.logo {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100px;
	background-image: url("../images/svg/logo_-_bee3-130x100px.svg");
	background-repeat: no-repeat;
}
.team-image {
	padding: 0;
}
.team-image img {
	margin: auto;
}
a.sluzby {
	text-decoration: none;
	display: block;
}
a.sluzby:hover {
	text-decoration: none;
	box-shadow: 0px 0px 20px #cccccc;
}
.nase-lokality {
	width: 100%;
	height: 253px;
	background-image: url("../images/mapa_-_nase-lokality-509x253px.svg");
	background-repeat: no-repeat;
}
.brozury {
	width: 76px;
	height: 100px;
}
.navbar-default .nav li a img {
	margin-top: -5px;
}
.img-mobile {
	display: none!important;}
@media only screen and (max-width: 768px){
	.img-desktop {
		display: none!important;
}
	.img-mobile {
	display: block!important;
}
}