/*  
code with love by David Čáp http://www.davidcap.cz/

dark grey #0e0e0e //p + h
light grey #ededed
dark brown #5a534c
light brown #e8e5dd
green more blue #e8e5dd
green more yellow #5ec789
blue #4297b7
*/

/* RESET */   
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
margin: 0;  
padding: 0;  
border: 0;  
outline: 0;  
font-size: 100%;  
vertical-align: baselinebaseline;  
background: transparent;  
}   
ol, ul {  
list-style: none;  
}  
blockquote, q {  
quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {
content: '';  
content: none;  
}  

  
/* remember to define focus styles! */  
:focus {  
outline: 0;  
}  
  
/* remember to highlight inserts somehow! */  
ins {  
text-decoration: none;  
}  
del {  
text-decoration: line-through;  
}  
  
/* tables still need 'cellspacing="0"' in the markup */  
table {  
border-collapse: collapse;  
border-spacing: 0;  
}  
/* RESET END*/ 


/*GLOBAL*/
* { margin:0; padding:0; }
@font-face {
    font-family: "Bohemian";
    src: url('fonts/574188233-Bohemian-typewriter.eot');
    src: url('fonts/574188233-Bohemian-typewriter.eot?#iefix') format('embedded-opentype'),
    url('fonts/574188233-Bohemian-typewriter.svg#remagg_cz') format('svg'),
    url('fonts/574188233-Bohemian-typewriter.woff') format('woff'),
    url('fonts/574188233-Bohemian-typewriter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {  
    width:100%;
    height:100%;
    color:#000000 ;
    background-color:#ffffff;
    font-family: 'Bohemian', serif;
    font-weight: normal;
    font-size:13px;
    line-height: 1.45em;
    background: url(../img/bg.png) top left repeat;
}
a,
a:link,
a:active,
a:visited {
    color:#000000;
    text-decoration:none;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
::selection {
	background:#000000;
}
::-moz-selection {
	background:#000000;
}
h3 {
    display: block;
    text-align: left;
    font-size:18px;
    line-height:1.2em;
    margin-bottom:8px;
    font-weight: normal;
}
h2{
    display: block;
    text-align: left;
    font-size:13px;
    line-height:1.1em;
    padding:0 0 8px 0;
    font-family: 'Bohemian', serif;
    font-weight: normal;
    font-style: normal;
}
h1{
    display: block;
    text-align: left;
    font-size:20px;
    line-height:1.1em;
    padding:0 0 4px 0;
    font-family: 'Bohemian', serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}
p {
    font-size: 13px;
    margin-bottom:16px;
    text-align: left;
    font-weight: normal;
}
input[type="text"],
input[type="password"]{
    background-color: #ffffff;
    border: 1px solid #000000;
    line-height: 1.4em;
    padding: 2px;
    margin: 2px;
}
input[type="submit"],
.button,
a.button{
    width: 100%;
    color:#ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    line-height: 1.4em;
    padding: 4px;
    margin: 4px 0;
    cursor: pointer;
}
.hidden {
    display: none;
}
strong {
    font-weight: bold;
}
#loading {
    display:none;
    margin: 0 auto;
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: url(fancybox_loading.gif) 50% 50% no-repeat;
}

.header,
.header .social .in,
.nav,
.content,
.footer .row{
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    position: relative;
}
.footer{
    margin: 0 auto;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 30, 30, 0.75);
    -moz-box-shadow:    0px 5px 20px 0px rgba(30, 30, 30, 0.75);
    box-shadow:         0px 5px 20px 0px rgba(30, 30, 30, 0.75);
}
html,
body {
	margin:0;
	padding:0;
}
#outer {
	position:relative;
    height:100%;
}
.page {
    margin:0 0;
    clear:both;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 1000px) {

}


/* HEADER */

.header{
    text-align: center;
    clear: both;
}
.header img.sofa{
    margin-top: 10px;
    width:300px;
    height:auto;
    margin-left: -10%;
}
.header .logo{
    position: relative;
    float: left;
    width: 10%;
    left: 20px;
    top:0;
}
.logo_title{
}
.header .logo a{
    display: block;
    width:100%;
    height:auto;
    margin: 0 2em 3em 0;
}
.header .logo .in{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.header .logo .in > div{
    background-color: #ffffff;
}
.header .logo .in img{
    width: 100%;
    height: auto;
}
.header .logo h2{
    margin-top:1.0em;
    margin-left: 1em;
    font-size: 18px;
    text-transform: uppercase;
}
.header .social{
    position: fixed;
    width: 100%;
    z-index: 100;
    right: 0;
    top:0;
    margin-right: 20px;
}
.header .social .in div{
    position: absolute;
    right: 0;
    top:0;
}
.header .social .in a{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.header .social a img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
}
.header .social a img:hover{
    border-top: 10px solid #000000;
}
@media screen and (max-width: 1400px) {
    .header .logo h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .header .logo h2{
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .header .logo h2{
        font-size: 18px;
    }
}
@media screen and (max-width: 1050px) {
    .header .logo h2{
        display: none!important;
    }  
    
}



/* BLOCKS */

.homepage {
    margin-bottom: 80px;
}
.homepage .table {
    display: table;
    border-spacing: 10px;
    border-collapse: separate; 
    margin: 0 auto;
}
.homepage .table .tr {
    display: table-row;
}
.homepage .table .td {
    display: table-cell;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
}
.homepage .table .td:hover {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.6s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@media screen and (max-width: 830px) {
    .homepage .table .td {
        width: 300px;
        height: 300px;
    }  
}
@media screen and (max-width: 630px) {
    .homepage {
        margin: 0 10px;
        width: auto;
    }    
    .homepage .table,
    .homepage .table .tr{
        display: block;
    }   
    .homepage .table .td {
        display: table;
        margin: 0 auto;
        margin-bottom: 10px;
    }   
    .homepage .table .td .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }    
}

/* CONTENT */
.list-out {
    margin: 20px 10px 200px 10px;
}
.list .person {
    float: left;
    width:20%;
}
.list .person .in {
    margin: 10px;
}
.list .person h4{
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    margin: 8px 0;
}
.list .person img {
    width: 100%;
    height: auto;
    max-height: 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease-in-out;
}

.list .person img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
a.moreContent {
    float: clear;
    text-transform: uppercase;
    font-size: 2em;
    color:#ffffff;
    background-color: #000000;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-left: -96px;
    position: relative;
    top:1.5em;
    left: 50%;
    
    
}
.profile {
    margin: 20px 10px 100px 10px;
}
.profile .text,
.profile .photo{
    float: left;
    width: 33.33%;
}
.profile .in,
.about-us .in{
    margin: 10px;
    line-height: 0;
}
.profile .text .in,
.about-us .in{
    line-height: 1.45em;
}
.about-us .in p{
    margin-top: 2em;
}
.profile .photo .in img{
    width: 100%;
    height: auto;
    border-radius: 
}
.profile .in .photos {
    clear: both;
    width:100%;
}
.about-us .text {
    width:720px;
    margin: 0 auto;
}
.about-us .people {
    width:100%;
}
.about-us .people .photo{
    width:50%;
    float: left;
}
.about-us .people .photo .in1{
    margin-right: 30px:
}
.about-us .in p{
    text-align: center;
}
.about-us .people .photo .in img{
    width: 300px;
    height: 300px;
    border-radius: 150px;
    margin: 0 auto;
    display: block;
    float: none;
}
.about-us .atelier {
    clear: both;
    width:100%;
    padding-top: 2em;
    padding-bottom: 1em;
}
.about-us .atelier img{
    float: left;
}
.about-us .atelier .atelier1{
    width: 64%;
}
.about-us .atelier .atelier2{
    width: 36%;
}
.about-us .map{
    margin-bottom: 3em;
}


@media screen and (max-width: 1500px) {
    .list .person {
        width:20%;
    }  
}
@media screen and (max-width: 1200px) {
    .list .person {
        width:25%;
    }  
}
@media screen and (max-width: 1000px) {
    .list .person {
        width:33.3%;
    }   
    .profile .text,
    .profile .photo{
        width: 50%;
    }
}
@media screen and (max-width: 800px) {
    .list .person {
        width:50%;
    }   
    .profile .text,
    .profile .photo{
        width: 50%;
    }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 768px) {
    .list .person {
        width:50%;
    }
    .profile .text,
    .profile .photo{
        width: 100%;
    }
    .about-us .text,
    .about-us .photo{
        width:100%;
    }
    .profile .text .in,
    .about-us .in,
    .profile .text .in h1{
        text-align: center;
    }
    .profile .text .in h1{
        font-size: 1.8em;
        line-height: 2.5em;
    }
    .profile .text .in,
    .about-us .in{
        font-size: 1.4em
    }
}

/*.SUBPAGE*/
.subpage .text {
    width:720px;
    margin: 0 auto;
}
.muz-roku .in .logo{
    padding: 2em;
}
.subpage,
.subpage  h1,
.subpage  h2,
.subpage  h3,
.subpage  p{
    text-align: center;
}
.subpage  h2,
.subpage  h3,
.subpage  p{
    padding: 0 2em;
}
.subpage  p{
    margin-top: 2em;
}

/*.REGISTRACE*/
.registrace {
    margin-top: 20px;
}
.registrace #cs {
    display: none;
}
.registrace #select_lang .cs {
    opacity: 0.8;
}

/*.MUZ ROKU*/
.muz-roku .gallery{
    clear: both;
}
.muz-roku .gallery .slider img{
    width: 100%;
    height: auto;
}
.muz-roku .text .prihlaska{
    border: 1px solid #000000;
    background-color: #ffffff;
    margin: 4em 0 7em;
    padding: 3em 0 0 0;
}
.muz-roku h2{
    display: block;
    margin: 0 auto;
    font-size: 2em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}
.muz-roku h3{
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    padding-top: 2em;
    padding-bottom: 0.5em;
}
.muz-roku .sent{
    padding-top: 2em;
    padding-bottom: 0.5em;
}
.muz-roku .text .prihlaska label{
    display: block;
    padding: 1em 0 0.1em 0;
}


.muz-roku .text .prihlaska .narrow {
    width: 10%;
}
.muz-roku .text .prihlaska .normal{
    width: 30%;
}
.muz-roku .text .prihlaska .wide{
    width: 90%;
}
.muz-roku .text .prihlaska textarea{
    height: 100px;
    resize: vertical;
}
.muz-roku .text .prihlaska input[type="text"],
.muz-roku .text .prihlaska select,
.muz-roku .text .prihlaska textarea{
    border: 1px solid #000000;
    background: transparent;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;  
    text-align: center;
}
select.error,
input.error,
textarea.error{
    border: 1px solid #DF2B3A!important;
}
label.error{
    color: #DF2B3A!important;
}

.muz-roku .buttonouter {
    margin: 40px 0 50px 0;
}
.muz-roku .buttonouter a,
.muz-roku .buttonouter input[type="submit"]{
    width: auto;
    text-transform: uppercase;
    font-size: 2em;
    color:#ffffff;
    background-color: #000000;
    padding: 10px 20px;
    font-family: 'Bohemian', serif;
    font-weight: normal;
    font-size:2em;
}
.muz-roku .finaliste{
    padding: 50px 0 80px;
    width: 100%;
}
.muz-roku .finaliste h2{
    margin: 20px auto 20px;
}
.muz-roku .finaliste .finalista{
    float: left;
    width: 46%;
    margin: 0 2% 30px 2%;
    text-align: center;
}
.muz-roku .finaliste .finalista img{
    width: 100%;
    height: auto;
}
.muz-roku .finaliste .finalista .name{
    width: 100%;
    text-align: center;
}


/*.FOOTER*/
.footer {
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: #000000;
    text-transform: uppercase;
}
.footer,
.footer a {
    color: #ffffff;
}
.footer .row{
    clear: both;
    margin: 10px auto 10px auto;
}
.footer .all{
    display: none;
    width: 750px;
}
.footer .row .in{
    clear: both;
    margin: 0 20px;
    position: relative;
    text-align: center;
}
.footer .row  .in > div{
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 auto;
}
.footer .row  .in > div p,
.footer .row  .in > div h3{
    text-align: center;
}
.footer .general p,
.footer .copyright p {
    text-align: center;
    margin: 0;
}
.footer .general span {
    margin: 0 10px;
    line-height: 1.45em;
}
.footer .copyright p {
    font-size: 0.8em;
}
#allcontacts {
    padding-top:20px;
}
.lessContacts {
    width:100%;
    font-size: 3em;
    text-align: center;
}
.lessContacts h3 {
    text-align: center;
}
.mobile {
    display: none;
}
#login {
    padding: 20px;
    text-align: center;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 1000px) {
    .footer{
        display: none;
    }

}
.article .odstranit_box {
    display: none;
}
/*LAST GLOBAL*/
.clear{
    clear:both;
}
.zeroclear{
    clear:both;
    line-height: 1px;
    height: 1px;
}


@media (min-width: 768px) {
    .td:hover .casting {
        display: none;
    }
    .td .casting {
        display: block;
        opacity: 1;
        animation: fade 1s;
    }
    .td:hover .london {
        display: block;
        opacity: 1;
        animation: fade 1s;
    }
    .td .london {
        display: none;
        text-transform: uppercase;
    }
    .td .london .city {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .td .casting {
        font-size:18px;
    }
    .td .london {
        font-size:16px;
    }
    .td .london .city {
        padding-top: 20px;
    }
    .td .london .city:first-child {
        padding-bottom: 20px;
    }
    .td .london hr {
        width: 150px !important;
        margin:0 auto;
    }
}
@media (max-width: 425px) {
    .td .casting {
        font-size:16px;
    }
    .td .london {
        font-size:14px;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.td .london hr {
    width: 200px;
    margin:0 auto;
}
.td .london .city .city_href {
    color:white;
    text-decoration: none;
}