* {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "verbregular",arial,verdana,"lucida sans unicode",tahoma,sans-serif;*/
	font-weight: normal;
}
html {
	position: relative;
	height: 100%;
}

body{font-size: 14px; color: #3e3e3e; width: 100%; height: 100%; font-family: "verbregular", arial, helvetica, sans-serif}

p{padding: 0 0 20px 0;}

h1{margin-left: -9999px; height: 0; font-size: 1px; margin: 0; padding: 0; color: #3e3e3e; font-family: "verbbold";}
h2{color: #60c07f; font-size: 14px; margin: 40px 0; font-family: "verbbold";}
h3{color: #60c07f; font-size: 14px; font-family: "verbbold";}

a {color: #60c07f; text-decoration: none;}
a:hover, a:focus {color: #60c07f; text-decoration: underline;}

strong{font-family: "verbbold";}

.font-light{font-family: "verblight";}
.font-bold{font-family: "verbbold";}

.font-size-12{font-size: 12px;}

.clear{clear: both; font-size: 1px; line-height: 1px;}

.piktogramy{background: url("/images/piktogramy.png") no-repeat;}

.icon-bulb{background-position: 0 0; display: block; width: 84px; height: 84px;}
.icon-arrows{background-position: -84px 0; display: block; width: 84px; height: 84px;}
.icon-house{background-position: -168px 0; display: block; width: 84px; height: 84px;}
.icon-newspaper{background-position: -252px 0; display: block; width: 84px; height: 84px;}
.icon-speach{background-position: -336px 0; display: block; width: 84px; height: 84px;}
.icon-cechy{background-position: -420px 0; display: block; width: 84px; height: 84px;}
.icon-morava{background-position: -504px 0; display: block; width: 84px; height: 84px;}

.color-white{color: #ffffff;}
.color-grey{color: #7e7e7e;}
.color-green{color: #60c07f;}
.color-yellow{color: #ffffec;}

.float-left{float: left;}
.float-right{float: right;}
.relative{position: relative;}
.text-uppercase{text-transform: uppercase;}

#homepage-wrapper{width: 100%; /*min-height: 100%;*/ height: 846px;}

.bg-home{background: #252525 url("/images/bg-home-2.jpg") no-repeat center 74px;}
.bg-light{background: #ededed; color: #3c3c3b;}
.bg-dark{background: #3c3c3b; color: #ffffff;}
.bg-rays-light{background: url("/images/bg-rays-light.png") no-repeat center top;}
.bg-rays-dark{background: url("/images/bg-rays-dark.png") no-repeat center top;}

.page-divider-top{width: 100%; height: 5px; background: #ffffff;}
.page-divider-bottom{width: 100%; height: 5px; background: #ffffff;}
.page-divider-bottom-dark{width: 100%; height: 5px; background: #4d4d4d;}

.hr-gradient{
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: rgb(237,237,237); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(224,224,224,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(224,224,224,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(224,224,224,1) 50%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(224,224,224,1) 50%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(224,224,224,1) 50%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-8 */
    margin: 20px 0 40px 0;
}

/* bootstrap */

@media(min-width: 830px){
	.container{width: 830px;}
}

.nav-height{width: 100%; height: 74px;}

#nav{
    border-top: 2px solid #60c07f;
	height: 72px;
    background: #3c3c3b;
    width: 100%;
}
/*#nav .container{width: 614px;}*/
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:10;
}

#nav .navbar {
    border-radius: 0;
	position: relative;
	margin-bottom: 0;
	border: none;
	height: 72px;
    background: #3c3c3b;
}

#nav .nav > li > a{
    padding: 0 30px;
    height: 72px;
    line-height: 72px;
    color: #60c07f;
    font-size: 11px;
    transform:skewX(160deg);
    text-transform: uppercase;
}

#nav .nav > li > a span{transform:skewX(20deg); display: block;}

#nav .nav > li.active a,
#nav .nav > li > a:hover{background: #60c07f; color: #ffffff}

.logo{position: absolute; top: 12px; left: 0; z-index: 100;}

.co-delame-blank{height: 703px;}
.co-delame-seznam-wrapper{/*padding-bottom: 65px;*/}
.co-delame-icon{width: 100px;}
.co-delame-text{width: 680px; padding-top: 15px;}
.btn-reference{width: 132px; height: 26px; background: url("/images/btn-reference.png") no-repeat 0 0; cursor: pointer; margin: 0 auto;}
.btn-reference.open{background-position: 0 -26px;}
.reference-block{width: 100%; background: #e9e9e9; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; padding: 20px 30px; margin-bottom: 40px; display: none;}
.reference-block ul{list-style: none;}
.reference-block ul li{padding: 0; margin: 0; color: #7e7e7e; font-family: "verblight";}
.co-delame-seznam-divider{width: 680px; height: 1px; background: rgba(224,224,224,1); margin: 20px auto;}

.kdo-jsme-blank{width: 100%; height: 67px;}
.kdo-jsme-block{width: 158px;}
.kdo-jsme-img{padding-bottom: 20px;}
.kdo-jsme-position{font-size: 14px; padding-bottom: 20px;}
.kdo-jsme-text{font-size: 13px;}
.kdo-jsme-space{width: 163px; height: 100px;}
.kdo-jsme-divider{width: 100%; height: 1px; background: #313131; margin: 20px 0 40px 0;}
.spolupracovnici-block{padding: 0;}
.spolupracovnici-block h2{margin-bottom: 20px;}
.spolupracovnici-block ul{list-style: none;}
.spolupracovnici-block ul li{}
.spolupracovnici-block a{color: #ffffec; text-decoration: none;}
.spolupracovnici-block a:hover{color: #ffffec; text-decoration: underline;}

.kontakt-blank{width: 100%; height: 67px;}
.kontakt-wrapper{width: 330px;}
.kontakt-wrapper p{padding-bottom: 10px;}
.kontakt-left{margin-left: 55px; margin-top: 60px; margin-bottom: 40px;}
.kontakt-right{margin-left: 70px; margin-top: 60px; margin-bottom: 40px;}
.kontakt-icon{width: 100px;}
.kontakt-text{padding-top: 15px;}
.kontakt-text p > a{color: #3c3c3b; text-decoration: none;}
.kontakt-text p > a:hover{color: #3c3c3b; text-decoration: underline;}
.kontakt-green-block{padding: 13px 20px; background: #60c07f; color: #ffffff; margin: 0 auto; width: 190px; text-align: center;}
.kontakt-green-block > a{color: #ffffff; text-decoration: none;}
a.logo-rency{position: absolute; bottom: 45px; right: 0; z-index: 100; width: 136px; height: 20px; display: block; background: url("/images/logo-rency.png") no-repeat 0 0;}
a:hover.logo-rency{position: absolute; bottom: 45px; right: 0; z-index: 100; width: 136px; height: 20px; display: block; background-position: 0 -20px;}

#footer{width: 100%; height: 545px;}
.bg-footer{
    width: 100%;
    height: 100%;
    background: url("/images/bg-footer-2.jpg") no-repeat center top;
    background-size: cover;
}
.bg-footer > .container{height: 100%;}

.citace{position: absolute; top: 155px; left: 0;}

.navbar-nav > li > a{outline: 0;}

@media(max-width: 829px){
    .container{width: 100%;}
    .piktogramy{margin: 0 auto;}
    .co-delame-icon.float-left{width: 100%; text-align: center;}
    .co-delame-text.float-left{width: 100%; text-align: center;}
    .co-delame-seznam-divider{width: 80%;}
    .kdo-jsme-block.float-left{width: 100%; margin-bottom: 20px;}
    .kdo-jsme-img{text-align: center;}
    .kdo-jsme-space{display: none;}
    .kontakt-left,.kontakt-right{margin-top: 20px; margin-left: 0; width: 100%;}
    .kontakt-wrapper{width: 100%;}
    .kontakt-icon.float-left{width: 100%; text-align: center;}
}

@media (max-width: 767px) {
    .logo{left: 15px;}

    .navbar-default .navbar-toggle{border-color: #ffffff;}
    .navbar-toggle{margin-top: 17px;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
        text-decoration: none;
    }
    #nav .nav > li > a{transform: none; background: #3c3c3b;}
    #nav .nav > li > a span{transform: none;}
    .navbar-collapse{
        border: none;
        box-shadow: none;
    }
    .navbar-nav {
        margin: 7px -15px 0 15px;
    }
    .navbar-collapse{
        width: 100%;
        box-sizing: border-box;
    }
}
