/*
Theme Name: Dualis
Author: Propagon.cz - Tomáš Frank
Author URI: http://www.propagon.cz
Description: Šablona pro stránku pro webovou stránku dualis.cz
Version: 1.0
*/
body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #533886;
}

a:hover {
    color: #533886;
}

h1, h2, h3, h4, h5 {
	color: #533886;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

p, ul, li, ol {
    font-size: 16px;
	line-height: 24px;
    font-weight: 300;
	color: #3d3b9c;
}

img.obrazek-logo {
    width: 300px;
    height: 60px;
}

nav.navbar.navbar-inverse.navbar-fixed-top.hlavni-menu {
    position: relative;
}

a.navbar-brand {
    float: none;
}

ul#menu-hlavni-menu {
    margin-top: 47px;
}

section.hp-first, section#page-perex {
    background: #533886;
    color: white;
    position: relative;
    background-image: url("img/star-bg.svg");
	background-repeat: no-repeat;
    background-position-x: left;
}

section.hp-two, section#page {
    background-image: url("img/star-bg.svg");
    background-repeat: no-repeat;
    background-position-x: right;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.obsah-nov a {
    display: inline-block;
}

.hp-sluzba p {
    color: white;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.zalozka a {
    color: white;
    font-size: 20px;
    font-family: 'Merriweather Sans', sans-serif;
}

.zalozka {
    position: absolute;
    bottom: 0;
    right: 35px;
    padding: 10px 15px;
    background: #533886;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.zalozka span {
    margin-right: 10px;
}

.navbar-inverse .navbar-nav li a {
    color: white;
    font-size: 20px;
    font-family: 'Merriweather Sans', sans-serif;
}

section.hlavicka {
    height: calc(100vh - 60px);
	background: url("img/hp-banner.jpg");
    background-size: cover;
	background-position: center;
	position: relative;
	padding: 20px 30px 50px 30px;
}

img {
    max-width: 100%;
    height: auto;
}

.pre2 {
    font-size: 24px;
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

a.tlacitko {
    font-size: 16px;
    font-weight: 800;
    color: white;
    border: 1px solid;
    padding: 8px 20px;
    margin: 0 auto;
    display: table;
    margin-top: 24px;
    margin-bottom: 24px;
}

a.tlacitko.fialove:hover {
    background: white;
    color: #533886;
    text-decoration: none;
}

img.img-top {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.citat {
	margin-top: 60px;
    font-size: 20px;
    line-height: inherit;
    font-style: italic;
    color: #533886;
    font-weight: 400;
    text-align: center;
}

.autor {
    color: #533886;
    text-align: right;
}

.pre1 {
    font-size: 36px;
}

img.novinka-hp-obr.wp-post-image {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

a.more {
    float: right;
    display: inline-block;
    color: #8a3a92;
    font-size: 16px;
    font-weight: 800;
}

.radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

section.zapati {
    background: #271745;
    padding-top: 35px;
    padding-bottom: 25px;
}

p.datum {
    font-size: 14px;
}

.obsah-nov h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.novinka-hp {
    overflow: hidden;
    margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

.obsah-nov {
    overflow: hidden;
}

.all-news {
    margin: 0 auto;
    position: relative;
    display: table;
    font-size: 16px;
    font-weight: 800;
    color: #8a3a92;
}

section.hp-video {
    background: url("img/video.jpg");
    background-position: center;
    background-size: cover;
}

/* video responsive */
.videoWrapper {
	position: relative;
	padding-bottom: 51%; /* 16:9 */
	padding-top: 25px;
	height: 0;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
    max-width: 800px;
    margin: 0 auto;
}

section.napsali h2 {
    text-align: center;
    margin-bottom: 20px;
}

.recenze p {
    text-align: center;
    color: #533886;
}

p.citace-reference {
    font-style: italic;
}

p.jmeno-recenze {
    font-weight: 800;
    margin-bottom: 0;
}

p.citace-reference:after {
    content: "";
    max-width: 100%;
    height: 18px;
    background: url("img/linka.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.zapati-levy p {
    color: white;
    text-align: center;
}

.zapati-pravy p, .zapati-pravy a {
    text-align: center;
    color: #7C67A5;
	font-size: 14px;
	line-height: 18px;
}	

.zapati-pravy a:hover {
    color: white;
}
section.hlavicka.sub-banner {
    background: url("img/sub-bg.jpg");
	background-size: cover;
    background-position: center;
	height: initial;
}

section#page-perex h1,  section#page-perex p {
    color: white;
}

.breadcrumbs a {
    color: white;
}

.breadcrumbs {
    padding-bottom: 25px;
	font-weight: 300;
}

section#page-perex {
    padding-top: 10px;
}

#lang_sel_list li a, #lang_sel_list a.lang_sel_sel {
    color: white !important;
    font-size: 16px;
    background: #533886 !important;
    padding: 15px 7px;
}

#lang_sel_list li:nth-child(1) a {
    padding-left: 20px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#lang_sel_list li:last-child a {
    padding-right: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.navbar-inverse .navbar-nav li a {
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

#lang_sel_list li a:hover, .navbar-inverse .navbar-nav li a:hover {
    color: #BC53C5 !important;
}

#lang_sel_list ul {
    border-top: 0 !important;
}

.plovouci {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1200;
}

.nav li a {
    padding-left: 7px;
    padding-right: 7px;
}

.slogan {
    font-size: 46px;
    line-height: 46px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 13%;
    bottom: 25%;
	padding-left: 85px;
}

.slogan:before {
    content: "";
    height: 95px;
    width: 70px;
    background: url("img/hvezda.svg");
    display: block;
    position: absolute;
    background-repeat: no-repeat;
	left: 0;
    top: 0;
}

section.hlavicka:before {
    animation: animace 60s linear 0s infinite;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: url("img/hp-banner.jpg");
    background-size: cover;
    background-position: center;
	left: 0;
    top: 0;
}

section.hlavicka {
    overflow: hidden;
}

#video1 h2, #video2 h2, #video3 h2, #video4 h2 {
	text-align: center;
}

#video2 h2, #video3 h2 {
	color: white;
}

#video1 {
    padding-bottom: 90px;
    margin-bottom: 0;
}

#video2 {
    background: url("img/video.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 50px;
   padding-bottom: 90px;
	 margin-bottom: 0;
}

#video3 {
    background: #533886;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 90px;
	background-image: url("img/star-bg.svg");
    background-repeat: no-repeat;
    background-position-x: right;
}

#video4 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
	background-image: url("img/star-bg.svg");
    background-repeat: no-repeat;
    background-position-x: left;
}

.navbar-toggle {
    margin-top: 50px;
}

.fialovy-blok {
    background: #533886;
    color: white;
    position: relative;
    background-image: url("img/star-bg.svg");
    background-repeat: no-repeat;
    background-position-x: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fialovy-blok p, .fialovy-blok h2 {
    color: white;
}

@keyframes animace
{
	0%, 100% {transform: scale(1.0); }
	50% {transform: scale(1.4); }
}
@-webkit-keyframes animace      /* Chrome, Safari, Opera */
{
	0%, 100% {transform: scale(1.0); }
	50% {transform: scale(1.4); }
}
@-moz-keyframes animace         /* Mozilla Firefox */
{
	0%, 100% {transform: scale(1.0); }
	50% {transform: scale(1.4); }
}

.citat-perex {
    font-style: italic;
    max-width: 70%;
    text-align: center;
    margin: 25px auto 10px auto;
}

.autor-perex {
    text-align: right;
    font-weight: 300;
    font-style: italic;
}

.navigator {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: table;
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 35px;
}

.navigator li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
	background: #533886;
}

ul.navigator a {
    color: white;
    font-weight: 400;
}

.galerie-ref .gallery-item {
    margin: 0 !important;
}

.galerie-ref .gallery-item img {
	border: none !important;
}

p.fo-number {
    font-size: 10px;
    color: #462E75;
}

p.fo-number:hover {
    color: #7C67A5;
}

#kontaktni-formular input, #kontaktni-formular textarea {
    width: 100%;
    padding: 5px 15px;
}

span.wpcf7-not-valid-tip {
    text-align: center;
}

#kontaktni-formular h2 {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.odskok {
    padding-top: 50px;
    padding-bottom: 50px;
}

#kontaktni-formular input.wpcf7-form-control.wpcf7-submit {
    background: white;
    border: none;
    font-weight: 700;
}

#kontaktni-formular input.wpcf7-form-control.wpcf7-submit:hover {
    background: #271745;
    color: white;
}

.souhlas {
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}