body{
    font-family: 'Gibson';
    background-color: #eeeeee;
    /*background-image: url('../img/bg.jpg');*/
    background-repeat: repeat-x;
    background-position: center top;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
button,input,textarea,select{
    font-family: 'Gibson';
    font: -moz-pull-down-menu;
}

input,textarea{
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #e1e5e9;
}
a{
    color: #c63e81;
}
a:hover{
    color: #636c93;
}
label{
    color: #464456;
}
i{
    font-style: italic;
}
strong{
    font-weight: bold;
}
img{
    max-width: 100%;
}
.tc{
    text-align: center;
}
p{
    color: #464456;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

table{
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
    margin-bottom: 40px;
}
table thead tr {
    margin-bottom: 4px;
}
table thead tr th{
    background-color: #636c93;
    color: white;
    font-family: 'Gibson-SemiBold';
    font-size: 15px;
    padding: 15px;
    text-align: left;
}
table thead tr th:first-child{
    border-radius: 4px 0px 0px 4px;
}
table thead tr th:last-child{
    border-radius: 0px 4px 4px 0px;
}

table tbody tr td{
    background-color: #dce4ee;
    color: #5b5a6a;
    font-weight: normal;
    font-size: 15px;
    padding: 15px;
    text-align: left;
}
table tbody tr td:first-child{
    border-radius: 4px 0px 0px 4px;
}
table tbody tr td:last-child{
    border-radius: 0px 4px 4px 0px;
}



.container {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.container:after, .clear:after{
    content:"";
    display:table;
    clear:both;
}

@media (max-width: 1040px) {
    .container{
        width: 700px;
    }
}
@media (max-width: 760px) {
    .container{
        width: auto;
        padding: 15px 15px;
    }
}

h2{
    color: #636c93;
    font-family: 'Gibson-SemiBold';
    font-size: 20px;
    margin-bottom: 15px;
}
h3{
    font-family: 'Gibson-SemiBold';
    color: #636c93;
    font-size: 15px;
    margin-bottom: 10px;
}
h4, h4 a{
    font-weight: normal;
    color: #636c93;
    font-size: 15px;
    margin-bottom: 10px;
}
h1, h2.h1{
    color: #ca5990;
    font-size: 25px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 30px;
}
h1.hlavni{
    margin-bottom: 50px;
    text-align: center;
}
h6{
    color: #65aa4c;
    margin-bottom: 20px;
    font-family: 'Gibson-SemiBold';
    font-size: 20px;
}
a.all{
    color: #ca5990;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-family: 'Gibson-SemiBold';
    margin-top: 15px;
}
.komentare a.all {
    color: #636c93;
}

.btn{
    border: medium none;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
}
.btn.velky{
    font-size: 17px;
    font-family: 'Gibson-SemiBold';
    padding: 20px 52px;
    margin-bottom: 40px;
}
.btn.siroky{
    padding: 20px 100px;
}
.btn.zeleny{
    color: white;
    background-color: #65aa4c;
}
.btn.zeleny:hover{
    background-color: #c63e81;
}

.btn.modry{
    color: white;
    background-color: #595f85;
}
.btn.modry:hover{
    background-color: #4a4f6f;
}

.btn.ruzovy{
    color: white;
    background-color: #c9337d;
}
.btn.ruzovy:hover{
    background-color: #b92f74;
}

.drobeckova{
    margin-bottom: 20px;
}
.drobeckova li{
    display: inline-block;
    font-size: 15px;
}
.drobeckova li a{
    text-decoration: none;
    color: #464456;
    transition: 0.3s;
}
.drobeckova li a:hover{
    text-decoration: underline;
    color: #c63e81;
}
.drobeckova li:after{
    color: #464456;
    content: ">";
    display: inline-block;
    margin: 0 5px;
}
.drobeckova li:last-child:after{
    display: none;
}


.header{
    margin-bottom: 50px;
}
.header.titulni{
    margin-bottom: 20px;
}
.header .logo{
    float: left;
    margin: 25px 0px;
}

.header .nastroje{
    float: right;
    margin: 25px 0px;
}

.header .nastroje .jazyk, .header .nastroje .login{
    color: #b1657a;
    display: inline-block;
    font-size: 12px;
    font-family: 'Gibson-SemiBold';
    margin-right: 20px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
.header .nastroje .jazyk > a:hover, .header .nastroje .login:hover{
    opacity: 0.8;
}
.header .nastroje .jazyk a{
    text-decoration: none;
    color: #b1657a;
  width: 100px;
}

.jazyk img {
  vertical-align: middle;
}

.header .nastroje .jazyk ul{
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 21px;
    display: none;
    z-index: 99;
}
.header .nastroje .jazyk ul a{
    display: block;
    padding: 5px;
    transition: 0.3s;
}
.header .nastroje .jazyk ul li:first-child a{
    border-radius: 4px 4px 0px 0px;
}
.header .nastroje .jazyk ul li:last-child a{
    border-radius: 0px 0px 4px 4px;
}
.header .nastroje .jazyk ul a:hover{
    background-color: #e9e9e9;
}

.menu{
    background-color: #fbd8e7;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.mobilniMenu{
    display: none;
}
.menu li{
    float: left;
}
.menu li a{
    border-right: 1px solid #fbc2da;
    color: #c63e81;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Gibson-SemiBold';
}
.menu li a:hover,.menu li.aktivni a{
    color: #a10f4f;
}
.menu li:last-child {
  float: right;
  width: 195px; /* kvuli Safari */
  text-align: right;
}  
.menu li:last-child a{
    border: none;
}
.menu input {
  width: 90px; /* kvuli Safari */
}

.uvod .texty{
    float: left;
    width: 270px;
    margin-right: 10px;
    background-color: #ced3e4;
    border-radius: 4px;
    color: #686c8e;
}
.uvod .texty .in{
    padding: 20px 10px 20px 15px;
}
.uvod .texty h2{
    font-size: 23px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 20px;
}
.uvod .texty p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.uvod .texty .btn{
    font-family: 'Gibson-SemiBold';
  font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  padding: 14px;
}



.uvod .owl{
    float: left;
  width: 715px; /** older browsers **/ 
    width: calc(100% - 280px);
}

.owl img{
    border-radius: 4px;
}

.owl .owl-theme .owl-controls .owl-buttons div{
    background-color: rgba(94,98,136,0.7);
    border-radius: 0px 4px 4px 0px;
    width: 44px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    transition: 0.3s;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.owl .owl-theme .owl-controls .owl-buttons div:hover{
    background-color: rgba(198,62,129,0.7);
}
.owl .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 0px;
    background-image: url('../img/intro_slide_left.png');
}
.owl .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0px;
    border-radius: 4px 0px 0px 4px;
    background-image: url('../img/intro_slide_right.png');
}

.tabs-wrap .switch ul{
    border-bottom: 3px solid #ca578e;
    display: inline-block;
}
.tabs-wrap .switch ul li{
    float: left;
    margin-right: 5px;
}
.tabs-wrap .switch ul li:last-child{
    margin: 0px;
}
.tabs-wrap .switch ul li a{
    background-color: #e5c9db;
    border-radius: 4px 4px 0 0;
    color: #ca578e;
    display: block;
    font-size: 14px;
    font-family: 'Gibson-SemiBold';
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.tabs-wrap .switch ul li:hover a,.tabs-wrap .switch ul li.active a{
    background-color: #ca578e;
    color: white;
}

.tabs-wrap .tabs .in{
    padding: 15px 0px;
}
.tabs-wrap .tabs{

}
.tabs-wrap .tabs .tab{
    display: none;
}

.thumbs{
    margin-bottom: 50px;
}

.thumb h2{
    margin: 0px;
}
.thumbs .thumb{
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
    width: 325px;
}
.thumbs.nomargin{
    margin-bottom: 20px;
}
.thumbs.nomargin .thumb{
    margin-bottom: 0px;
}
.thumbs .thumb:nth-child(3n){
    margin-right: 0px;
}
.thumbs .thumb.mini:nth-child(3n){
    margin-right: 10px;
}
.thumbs .thumb.mini:nth-child(4n){
    margin-right: 0px;
}

.thumbs .thumb.mini{
    width: 241px;
}
.thumbs .thumb.mini h2 a{
    text-decoration: underline;
}
.thumbs .thumb.mini h3 a{
    text-decoration: none;
}
.thumb .ico{
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.3s ease 0s;
    width: 47px;
}
.thumb .img:hover .ico{
    opacity: 0.8;
}
.thumb.video .ico{
    background-image: url('../img/icon-video.png');
}
.thumb.image .ico{
    background-image: url('../img/icon-gallery.png');
}

.thumb .icobonus {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 47px;
    position: absolute;
    left: 5px;
    top: 1px;
    transition: all 0.3s ease 0s;
    width: 47px;
    background-image: url('../img/icon-bonus.png');
}

.thumb .ico4k {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    position: absolute;
    right: 12px;
    top: 42px;
    transition: all 0.3s ease 0s;
    width: 32px;
    background-image: url('../img/icon-4k.png');
}

.thumb .download{
    background-color: #c85189;
    border-radius: 4px;
    bottom: 0;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-family: 'Gibson-SemiBold';
    height: 35px;
    left: 0;
    line-height: 35px;
    margin: auto;
    max-width: 190px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
}
.thumb .download i{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: sub;
}
.thumb .img:hover .download{
    opacity: 0.8;
}


.thumb .img{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.thumb img{
    display: block;
    border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbbbbb;
}
.intromodels img{
  margin-left: 0px;
}
.thumb .info{
    background-color: rgba(85,95,138,0.9);
    padding: 10px 5px;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
}
.owl .thumb .info{
    padding: 20px;
}
.thumb .info span{
    display: block;
    float: left;
    width: 40%;
    color: #d9e4f6;
    font-family: 'Gibson-SemiBold';
    font-size: 14px;
    text-align: center;
    padding-top: 1.5px;
}

.thumb .info span:first-child{
    text-align: left;
    width: 30%;
    padding: 0px;
}
.thumb .info span:last-child{
    text-align: right;
    width: 30%;
    padding: 0px;
}

.thumb.mini .info span{
    width: 50% !important;
}


.thumb.news{
    background-color: #595e81;
    border-radius: 4px;
    color: white;
    font-size: 15px;
    min-height: 216px;
}
.thumb.news .in{
    padding: 30px;
}
.thumb.news a{
    color: white;
}
.thumb.news h2{
    color: #d9e4f5;
    font-size: 19px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 20px;
}
.thumb.news p{
    line-height: 21px;
    margin-top: 20px;
    color: white;
}


.owl .thumb .info span:nth-child(1){
    width: 80%;
}
.owl .thumb .info span:nth-child(2){
    width: 11%;
}
.owl .thumb .info span:nth-child(3){
    width: 9%;
}

.thumb h2 a{
    color: #636c93;
    font-family: 'Gibson-SemiBold';
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.thumb h3 a{
    color: #636c93;
    font-size: 14px;
    text-decoration: underline;
}

.thumb .form input{
    width: 175px;
}
.thumb .form button{
    margin-left: -10px;
    padding: 10px;
}


.podnadpis{
    margin-bottom: 20px;
}
.podnadpis .all{
    margin-top: 10px;
}
h2 .all{
    margin-top: 10px;
}
.podnadpis span{
    color: #c08db2;
    display: inline-block;
    font-size: 14px;
    font-family: 'Gibson-SemiBold';
    margin-right: 5px;
}

.tag{
    background-color: #efdeec;
    border-radius: 4px;
    color: #c08db2;
    display: inline-block;
    font-size: 16px;
    font-family: 'Gibson-SemiBold';
    padding: 10px;
    text-decoration: none;
    margin: 0px 2.5px;
}

.tags{
    padding: 30px;
    border-radius: 4px;
    background-color: #f5eef5;
    margin-bottom: 30px;
    float: left;
    width: 490px;
    margin-right: 20px;
    box-sizing: border-box;
}
.tags h3{
    color: #c9578e;
    font-size: 21px;
    margin-bottom: 30px;
    font-family: 'Gibson-SemiBold';
}
.tags .tag{
    font-weight: normal;
    margin: 0px 5px 5px 0px;
    font-size: 16px;
}

.freeRegister{
    padding: 30px;
    background-color: #ced3e3;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 490px;
    float: left;
    box-sizing: border-box;
}
.freeRegister h3 {
    color: #797d9b;
    font-size: 19px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 18px;
}
.freeRegister input{
  width: 200px; /** older browsers **/ 
    width: calc(100% - 170px);
    padding: 15px;
}
.freeRegister .btn{
    margin-left: -10px;
}

.ceny{
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef;
    background-image: url('../img/price-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-size: cover;
    margin-bottom: 50px;
}

.ceny h2{
    color: #72b255;
    font-size: 29px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 50px;
    text-align: center;
}

.ceny .cena{
    float: left;
    background-color: rgba(245,249,253,0.4);
    border: 1px solid #dcdee6;
    border-radius: 4px;
    width: 275px;
    height: 280px;
}
.ceny .cena.zvyraznit{
    border-color: #fcf8fb;
    background-color: #fcf8fb;
}
.ceny .cena:nth-child(2){
    margin: 0px 84px;
}
.ceny .cena .in{
    padding: 35px;
    text-align: center;
}
.ceny .cena small{
    color: #b6bbcb;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ceny .cena h3{
    color: #636c92;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ceny .cena strong{
    color: #636c92;
    display: block;
    font-size: 59px;
    font-weight: 400;
    margin-bottom: 30px;
}
.ceny .cena.zvyraznit small{
    color: #dbb0c6;
}
.ceny .cena.zvyraznit h3, .ceny .cena.zvyraznit strong{
    color: #c9337d;
}

.zakaznici{
    margin-bottom: 50px;
}
.zakaznici .zakaznik{
    background-color: #fbfdff;
    border: 1px solid #d4d4dd;
    border-radius: 4px;
    float: left;
    width: 324px;
    margin-right: 10px;
    position: relative;
}
.zakaznici .zakaznik .linka{
    border-bottom: 1px solid #d4d4dd;
    border-left: 1px solid #d4d4dd;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #d4d4dd;
    bottom: 3px;
    height: 20px;
    left: -1px;
    position: absolute;
    width: 324px;
}
.zakaznici .zakaznik p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
    color: #464455;
    font-style: italic;
}
.zakaznici .zakaznik small{
    display: block;
    font-weight: 700;
    color: #636c92;
    font-size: 16px;
}
.zakaznici .zakaznik small span{
    color: #ca5a8f;
}
.zakaznici .zakaznik:last-child{
    margin-right: 0px;
}
.zakaznici .zakaznik .in{
    padding: 30px;
}

.sloupce-proc .sloupec{
    float: left;
    width: 25%;
    text-align: center;
    background-image: url('../img/linka.png');
    background-position: center right;
    background-repeat: no-repeat;
}
.sloupce-proc .sloupec:last-child{
    background-image: none;
}
.sloupce-proc .sloupec .in{
    padding: 30px 10px;
}
.sloupce-proc .sloupec img{
    margin-bottom: 20px;
}
.sloupce-proc .sloupec h3{
    color: #636c93;
    font-size: 14px;
    font-family: 'Gibson-SemiBold';
    line-height: 19px;
}


.paticka{
    background-color: #f7fbff;
    padding: 75px 0px;
}
.paticka h5{
    color: #636c93;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 30px;
    font-size: 18px;
}
.paticka p{
    color: #464456;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
}

.paticka ul li{
    margin-bottom: 17px;
}

.paticka ul li a{
    color: #636c93;
    font-size: 14px;
    font-weight: 700;
}

.paticka input{
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    width: 270px;
    margin-bottom: 30px;
}
.paticka .btn{
    margin-left: -10px;
    padding: 10px 20px;
}

.logo-paticka img{
    width: 140px;
  margin-right: 10px;
}
.paticka-prvni{
    float: left;
    width: 540px;
}
.paticka-prvni .in{
    padding-right: 130px;
}
.paticka-druhy{
    float: left;
    width: 305px;
}
.paticka-treti{
    float: left;
    width: 155px;
}

.tagy-seznam{
    margin-bottom: 50px;
}
.tagy-seznam a{
    background-color: #e5ecf5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #464456;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    width: 242px;
    transition: 0.3s;
}
.tagy-seznam a:nth-child(4n){
    margin-right: 0px;
}
.tagy-seznam a:hover{
    background-color: #fbe3ee;
    color: #c63e81;
    text-decoration: underline;
}

.modelka{
    margin-bottom: 50px;
}
h1 a.back{
    color: #ca5990;
    display: block;
    float: right;
    font-size: 16px;
    margin-top: 6px;
}
.modelka .image{
    float: left;
    width: 200px;
  height: 300px;
  border: 1px solid #bbbbbb;
}
.modelka .image img{
    border-radius: 4px;
}
.modelka .info{
    float: right;
  width: 400px; /** older browsers **/
    width: calc(100% - 240px);
    font-size: 16px;
}
.modelka .info div{
    line-height: 30px;
    margin-bottom: 30px;
}
.modelka .info strong{
    color: #c63e81;
    font-family: 'Gibson-SemiBold';
}
.modelka .info p{
    line-height: 25px;
}

.kontakt{
    padding: 30px;
    background-color: #e5ecf5;
    border-radius: 4px;
    margin-bottom: 30px;
}
.kontakt h2{
    margin-bottom: 30px;
}
.kontakt label{
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.kontakt input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.kontakt textarea{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 170px;
}

.faq{
    padding: 30px 30px 0px 30px;
    background-color: #e7f4e2;
    border-radius: 4px;
    margin-bottom: 30px;
}
.faq h3 {
    color: #65aa4c;
    font-size: 20px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 30px;
}
.faq h4 {
    color: #c63e81;
    font-size: 15px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 10px;
}
.faq p{
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 30px;
}

.kategorieSeznam{
    margin-bottom: 50px;
    color: #53567c;
}
.kategorie{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4dbeb;
}
.kategorieSeznam .kategorie:last-child{
    border: none;
}
.kategorie .image{
    width: 270px;
    float: left;
}
.kategorie .image img{
    border-radius: 4px;
}

.kategorie .info{
    float: right;
    width: 680px;
}
.kategorie .info h2{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}
.kategorie .info a{
    color: #ca5990;
}
.kategorie .info p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
.kategorie .info a.vice{
    font-weight: 700;
    font-size: 15px;
}
.kategorie .info div{
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'Gibson-SemiBold';
}
.kategorie .info div span{
    display: inline-block;
    margin-right: 30px;
}


.filtry .filtrObal{
    width: 220px;
    float: left;
    background-color: #e1e8f2;
    border-radius: 4px;
    margin-bottom: 20px;
}
.filtry .obsah{
    float: right;
    width: 740px;
}
.filtrObal h4,.filtrObal h4 a{
    color: #c63e81;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-decoration: none;
}
.filtrObal h4 a{
    display: block;
    margin: 0px;
}
.filtrObal .skupina{
    padding: 20px;
    border-bottom: 1px solid #ccd2e5;
    position: relative;
}
.filtrObal .skupina:last-child{
    border: none;
}
.filtrObal .skupina .zrusit{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ca5990;
    font-size: 13px;
    transition: 0.3s;
    display: none;
}
.filtrObal .skupina .zrusit:hover{
    opacity: 0.8;
}
.filtry .filtrObal .filtrVice .zobrazitVice{
    display: block;
    padding-top: 10px;
  font-size: 15px;
}
.filtry .filtrObal .filtrVice .viceIn{
    display: none;
    padding-top: 10px;
}

.filtr .sortBy li{
    font-size: 15px;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
}
.filtr .sortBy li a{
    color: #32345f;
    display: block;
    padding: 7px 20px;
    transition: 0.3s;
}
.filtr .sortBy li a:hover,.filtr .sortBy li.aktivni a{
    text-decoration: none;
    background-color: #ced3e4;
}

.filtr .pismena a{
    display: block;
    float: left;
    border-radius: 4px;
    background-color: #ced3e4;
    color: #48557d;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 2px 3px 0px;
    transition: 0.3s;
}
.filtr .stitky a{
    background-color: #ced3e4;
    border-radius: 4px;
    color: #48557d;
    display: block;
    float: left;
    margin: 0 4px 6px 0;
    padding: 4px 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
  font-size: 15px;
}
.filtr .pismena a:hover,.filtr .pismena a.aktivni,.filtr .stitky a:hover,.filtr .stitky a.aktivni, .detailTagy a:hover{
    color: white;
    background-color: #c63e81;
}

.filtry .obsah .thumbs .thumb{
    width: 238px !important;
    margin-right: 10px;
}
.filtry .obsah .thumbs .thumb:nth-child(3n){
    margin-right: 0px;
}
.filtry .obsah .thumb .info span{
    font-size: 12px;
}
.filtry .obsah .thumb .info span i{
    font-size: 14px;
}
.filtry .obsah .thumb h2 a{
    font-size: 14px;
}
.filtry .obsah .thumb h3 a{
    font-size: 13px;
}

.kategorieUvod{
    margin-bottom: 30px;
}
.kategorieUvod .text{
    float: left;
    width: 450px;
}
.kategorieUvod .image{
    float: right;
    text-align: center;
}
.kategorieUvod .image img{
    border-radius: 4px;
}


.strankovani{

}
.strankovani .strana{
    display: inline-block;
    margin: 0px 10px;
    position: relative;
  vertical-align: bottom;
}

.strankovani .strana, .strankovani .strana > * {
    cursor: pointer;
}
.strankovani .strana .sipka{
    height: 20px;
    position: absolute;
    right: 6px;
    top: 14px;
    width: 20px;
    z-index: 5;
}
.strankovani .strana .sipka i{
    display: block;
    margin-top: -6px;
    color: #6f7493;
}
.strankovani .strana select{
    position: relative;
    display: block;
    z-index: 10;
    background: transparent;
    color: #6f7493;
    font-size: 15px;
  font-weight: 600;
  padding: 0px 30px 0px 10px;
    height: 45px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #c2d2db;
    outline: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;

    appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
}
.strankovani .strana select::-ms-expand{display: none;}


.joinForm{
    margin-bottom: 30px;
}
.joinForm div{
    float: left;
    width: 48%;
}
.joinForm div:last-child{
    float: right;
}
.joinForm label{
    display: block;
    margin-bottom: 5px;
    color: #464456;
}
.joinForm div input{
    display: block;
    width: 100%;
}

.sidebarObal .obsah{
    width: 675px;
    float: left;
}
.sidebarObal .sidebar{
    width: 295px;
    float: right;
    position: relative;
}

.joinBox{
    border-radius: 4px;
    background-color: #e5ecf5;
    padding: 40px 70px;
    margin-bottom: 30px;
}
.joinBox h2{
    text-align: center;
    margin-bottom: 50px;
}

.joinBox .cena{
    border: 1px solid #c4dfe9;
    border-radius: 4px;
    background-color: #f6fbfe;
    padding: 35px 20px;
    margin-bottom: 20px;
    color: #464456;
    display: block;
    text-decoration: none;
}
.joinBox .cena:last-child{
    margin: 0px;
}
.joinBox .cena span{
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    width: 150px;
    font-size: 14px;
}

.joinBox .cena small {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    width: 200px;
}
.joinBox .cena strong {
    color: #a0a7c1;
    display: inline-block;
    font-size: 30px;
    font-family: 'Gibson-SemiBold';
    text-align: right;
    vertical-align: middle;
    width: 130px;
}

.joinBox .cena.popular{
/*  border-color: #fbb9d7;
    background-color: #fbe3ee;*/
}
.joinBox .cena.popular span{
    color: #aa2a75;
}
.joinBox .cena.popular small {
    color: #aa2a75;
}
.joinBox .cena.popular strong {
    color: #c94e8b;
}

.joinBox .cena.aktivni{
    border-color: #b9d9ae;
    background-color: #e4f2db;
}
.joinBox .cena.aktivni span{
    color: #464456;
}
.joinBox .cena.aktivni small {
    color: #464456;
}
.joinBox .cena.aktivni strong,.joinBox .cena:hover strong {
    color: #65aa4c;
}

.joinBox .metoda{
    padding: 30px;
    border: 1px solid #c4dfe9;
    background-color: #f6fbfe;
    border-radius: 4px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}
.joinBox a.aktivni,.joinBox a:hover{
    border-color: #b9d9ae !important;
    background-color: #e4f2db !important;
}
.joinBox .metoda:last-child{
    margin: 0px;
}
.joinBox .metoda h3{
    color: #636c93;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}
.joinBox a.aktivni h3,.joinBox a:hover h3{
    color: #65aa4c;
}
.joinBox .metoda p{
    margin: 0px;
    color: #898a94;
}
.joinBox a.aktivni p,.joinBox a:hover p{
    color: #6e9167;
}

.joinBox button{
    display: block;
    width: 100%;
}

.whyBox{
    background-color: #ecf6f0;
    padding: 35px;
    border-radius: 4px;
}

.whyBox li{
    background-image: url("../img/join_check.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #464456;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-left: 40px;
}
.whyBox li:last-child{
    margin: 0px;
}


.videoObal{
    margin-bottom: 30px;
    position: relative;
}
.videoObal img{
    border-radius: 4px;
    display: block;
  border: 1px solid #bbbbbb;
}
.videoObal .play{
    bottom: 0px;
    position: absolute;
    right: 5px;
}
.videoObal .play a{
    background-color: rgba(0, 0, 0, 1);
    border: 2px solid #b8b3b1;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-family: 'Gibson';
    margin-left: 0px;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
  width: 90px;
  margin-bottom: 5px;
}
.videoObal .play a:hover{
  /*    opacity: 0.8;*/
    background-color: #65aa4c;
}
.videoObal .play a strong{
    color: #bf5588;
    display: block;
    margin-bottom: 3px;
    font-family: 'Gibson-SemiBold';
    font-size: 13px;
}
.videoObal .play a:hover strong {
  color: white;
}


.detailUvod{
    margin-bottom: 20px;
}
.detailUvod .text{
    float: left;
    width: 780px;
}
.detailUvod .info{
    float: right;
    text-align: right;
    width: 170px;
}

.detailTagy{
    margin-bottom: 20px;
}

.detailTagy .tag {
    font-size: 16px;
    font-weight: normal;
    margin: 0 5px 5px 0;
    background-color: #ced3e4;
    color: #48557d;
    padding: 5px 10px;
  line-height: 1;
}

.detailPanel{
    margin-bottom: 30px;
}
.detailPanel .likes{
    float: left;
    padding: 10px;
    background-color: #eedae4;
    border-radius: 4px;
}
.detailPanel .likes strong{
    color: #ca578e;
    display: inline-block;
    font-size: 21px;
    font-family: 'Gibson-SemiBold';
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 5px;
}
.detailPanel a, .varianty a{
    display: inline-block;
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #d6b2c9;
    font-size: 15px;
    text-decoration: none;
    color: #6f7493;
    margin-left: 5px;
    vertical-align: middle;
}
a.star, a.starw {
  padding: 0px;
    background: none;
  border: none;
    background-image: url('../img/star.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
a.starw {
    background-image: url('../img/starw.png');
}
.detailPanel a span{
    text-decoration: underline;
}
.detailPanel a:hover span{
    text-decoration: none;
}

.detailPanel .komentareInfo {
    background-color: #dbeec3;
    border-radius: 4px;
    box-sizing: border-box;
    float: right;
    padding: 10px;
    width: 715px;
    text-align: right;
}
.detailPanel .komentareInfo a,.varianty a{
    border-color: #afe186;
}
.detailPanel .komentareInfo a.zeleny{
    color: white;
    font-family: 'Gibson-SemiBold';
    background-color: #65aa4c;
}
.detailPanel .komentareInfo a.zeleny:hover{
    background-color: #c43c80;
}
.detailPanel .komentareInfo strong{
    color: #65aa4c;
    display: inline-block;
    float: left;
    padding: 10px 20px;
}

.stahuj{
    background-color: #dbeec3;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}
.stahuj .zavrit{
    color: #65aa4c;
    font-size: 39px;
    position: absolute;
    right: 30px;
    top: 20px;
}
.stahuj .fa-cloud-download{
    color: #65aa4c;
    margin-bottom: 20px;
    font-size: 30px;
}
.stahuj h3{
    color: #65aa4c;
    margin-bottom: 30px;
}
.varianty a{
    text-decoration: underline;
    padding: 20px;
    line-height: 20px;
}
.varianty a strong{
    display: block;
}

.galerieObal{
    margin-bottom: 40px;
}
.galerieObal img{
    border-radius: 4px;
    display: block;
}
.galerieObal .owl-controls{
    margin: 3px;
}
#sync1.owl-theme .owl-controls .owl-buttons div{
    background-color: transparent;
    border-radius: 0;
    color: white;
    font-size: 32px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#sync1.owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 30px;
}
#sync1.owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 30px;
}

.sync2Obal{
    padding: 0px 23px;
}
#sync2.owl-theme .item{
    margin: 2.5px;
    border-radius: 4px;
    background-color: #48557d;
}
#sync2.owl-theme .owl-item.synced .item img,#sync2.owl-theme .owl-item .item img:hover{
    opacity: 0.5;
    cursor: pointer;
}

#sync2.owl-theme .owl-controls .owl-buttons div{
    background-color: #cfd3e4;
    border-radius: 4px;
    color: #6c7499;
    font-size: 14px;
    margin: 0;
    opacity: 1;
    padding: 25px 5px;
    position: absolute;
    top: 3px;
}
#sync2.owl-theme .owl-controls .owl-buttons div.owl-next{
    right: -23px;
}
#sync2.owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -23px;
}

.komentare{
    padding: 40px 0px;
}
.komentar{
    padding: 30px;
    background-color: #e1e4ef;
    border-radius: 4px;
    margin-bottom: 20px;
  position: relative;
}
.komentar img{
    border-radius: 4px;
}
.komentar h3 small{
    display: inline-block;
    font-weight: normal;
    margin-left: 40px;
    font-size: 12px;
}
.komentar p:last-of-type{
    margin: 0px;
}

.poll{
    position: fixed;
    top: 206px;
    width: 250px;
    border-radius: 4px;
    background-color: #eee1e7;
    border: 1px solid #d6b2c9;
}
.poll h2{
    margin-bottom: 20px;
}
.poll p{
    color: #7b2e53;
}
.poll textarea{
    width: 100%;
    margin-bottom: 20px;
}
.poll button{
    padding: 10px 20px;
}
.poll .in{
    padding: 25px;
}

.poll .zavrit{
    border-radius: 50%;
    color: black;
    font-size: 21px;
    position: absolute;
    right: -10px;
    text-decoration: none;
    top: -12px;
}
.poll .zavrit i{
    background-color: white;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 2px black;
    display: block;
    line-height: 17px;
}

@media (max-width: 1040px) {
    .poll{
        position: relative;
        top: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .menu li a {
        padding: 10px 10px;
    }
    .sloupce-proc .sloupec h3 {
        font-size: 11px;
    }
    .paticka-druhy,.paticka-treti {
        width: 180px;
    }
    .paticka-prvni{
        width: 340px;
    }
    .paticka-prvni .in {
        padding-right: 30px;
    }
    .paticka input {
        width: 184px;
    }

    .tags,.freeRegister{
        float: none;
        width: 100%;
    }

    .uvod .texty {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        display: none;
    }
    .uvod .owl {
        float: none;
        width: 100%;
    }

    .thumbs .thumb.mini {
        width: 222px;
        margin-right: 10px !important;
        margin-bottom: 0px !important;
    }
    .thumbs .thumb:nth-child(3n){
        margin-right: 10px;
    }
    .ceny .cena {
        width: 210px;
        height: 300px;
    }
    .ceny .cena:nth-child(2) {
        margin: 0 32px;
    }

    .zakaznici .zakaznik, .zakaznici .zakaznik .linka {
        width: 224px;
    }
    .tagy-seznam a{
        width: 226px ;
    }
    .tagy-seznam a:nth-child(4n){
        margin-right: 10px;
    }
    .tagy-seznam a:nth-child(3n){
        margin-right: 0px;
    }
    /*  .modelka .info {
            width: 460px;
        }*/
    .kategorie .info {
        width: 390px;
    }
    .filtry .obsah {
        width: 450px;
    }
    .filtry .obsah .thumbs .thumb{
        width: 220px !important;
        margin-right: 10px !important;
    }
    .filtry .obsah .thumbs .thumb:nth-child(2n){
        margin-right: 0px !important;
    }
    .filtry .obsah .thumb .info span {
        font-size: 12px;
    }
    .kategorieUvod .text{
        float: none;
        width: 100%;
    }
    .kategorieUvod .image{
        float: none;
    }
    .filtry .obsah .thumb .info span{
        font-size: 11px;
    }

    .sidebarObal .obsah{
        width: 100%;
        float: none;
    }
    .sidebarObal .sidebar{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .detailPanel .likes{
        float: none;
        margin-bottom: 10px;
    }
    .detailPanel .komentareInfo{
        float: none;    
        width: auto;
    }
    .detailUvod .text{
        width: 100%;
    }
}
@media (max-width: 760px) {
    .header{
        margin-bottom: 20px;
    }
    .header .logo {
        /*      float: none;
                display: block;
                text-align: center;*/
        margin: 0px;
    }
    .header .logo img{
        width: 80px;
    }
    .header .nastroje {
        /*      float: none;
                text-align: center;*/
        margin: 0px;
    }
    .header .nastroje .jazyk, .header .nastroje .login{
        margin-right: 10px;
    }
    .header .btn{
        font-size: 11px;
        padding: 5px;
    }
    .menu{
        margin-top: 10px;
    }
  .menu ul{
        display: none;
        margin-top: 10px;
    }
    .menu ul li{
        display: block;
        float: none !important;
        text-align: center;
    }
    .menu li a{
        border-right: none;
        border-bottom: 1px solid #fbc2da;
    }
    .menu{
        text-align: right;
    }
    .mobilniMenu{
        display: inline-block;
        width: 40px;
        border: 2px solid #ca578e;
        border-radius: 4px;
        vertical-align: middle;
    }
    .mobilniMenu span{
        border-bottom: 2px solid #ca578e;
        display: block;
        margin: 6px 5px;
    }
    
    .mobilniMenu.textove{
        border: none;
        vertical-align: middle;
        text-decoration: none;
        margin-right: 10px;
    }


    .owl .thumb .info{
        padding: 5px;
    }
    .owl .thumb .info span{
        display: block !important;
        width: 100% !important;
    }
    .owl .thumb .info span:nth-child(2),.owl .thumb .info span:nth-child(3){
        display: none !important;
    }
    .sloupce-proc .sloupec {
        width: 50%;
    }
    .sloupce-proc .sloupec:nth-child(2){
        background-image: none;
    }

    .paticka-prvni, .paticka-druhy, .paticka-treti{
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e0e2eb;
        text-align: center;
    }
    .paticka-druhy, .paticka-treti{
        width: 50%;
        float: left;
    }
    .paticka-treti{
        margin: 0px;
        padding: 0px;
        border: none;
    }
    .paticka input {
        border-radius: 4px;
        border: 1px solid #e1e5e9;
        margin-bottom: 10px;
        width: 100%;
    }
    .logo-paticka img {
        display: block;
        width: 140px;
        margin: 20px auto 0px auto;
    }
    .paticka .btn {
        margin-left: 0px;
    }
    .paticka-prvni .in{
        padding: 0px;
    }


    .thumb h2 a,.filtry .obsah .thumb h2 a {
        color: #636c93;
        display: block;
        font-size: 12px;
        font-family: 'Gibson-SemiBold';
        margin-bottom: 5px;
        text-decoration: none;
    }
    .thumb img{
        width: 100%;
    }
    .thumb h3 a,.filtry .obsah .thumb h3 a{
        color: #636c93;
        font-size: 11px;
        text-decoration: underline;
    }

    .thumb.news{
        min-height: 0px;
    }

    .thumb .info span{
        width: 100%;
        font-size: 11px;
    }
    .thumb .info span:first-child,.thumb .info span:last-child{
        display: none;
    }
    .thumb.mini{
        text-align: center;
    }
    .thumbs .thumb img{
        display: block;
        margin: auto;
    }
    .tabs-wrap .switch{
        text-align: center;
    }
    .tabs-wrap .switch ul li a {
        font-size: 13px;
        padding: 15px 5px;
    }
    a.all {
        display: block;
        float: none !important;
        margin: 15px 0px !important;
        text-align: center;
    }
    .podnadpis span{
        display: block;
        margin-bottom: 5px;
    }
    .tags {
        padding: 10px;
    }
    .freeRegister {
        padding: 10px;
        text-align: center;
    }
    .freeRegister input {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    h1,h2.h1{
        text-align: center;
    }

    .ceny .cena{
        float: none;
        margin: 0px auto 10px auto !important;
        width: 275px;
        height: 280px;
    }
    .zakaznici .zakaznik {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .zakaznici .zakaznik .linka {
        width: 100%;
    }

    .tagy-seznam a{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        margin: 5px !important;
        padding: 0 10px;
        width: calc(50% - 10px);
    }
    .tagy-seznam a span{
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
    }


    .modelka h1{
        text-align: left;
    }
    .modelka h1 a{
        float: none;
        margin-bottom: 20px;
    }

    .kategorie .info, .kategorie .image{
        float: none;
        width: 100%;
    }
    .kategorie .image{
        margin-bottom: 20px;
    }


    .filtry .obsah,.filtry .filtrObal{
        float: none;
        width: 100%;
    }
    .filtry .filtrObal .skupina{
        padding: 10px;
    }
    .filtry .filtrObal .skupina .in{
        display: none;
        padding-top: 10px;
    }
    .filtry .filtrObal .skupina h4{
        margin: 0px;
    }
    .filtrObal .skupina .zrusit {
        top: 10px;
        display: none;
    }
    .filtr .sortBy li{
        margin-left: -10px;
        margin-right: -10px;
    }
    .filtry .obsah .thumbs .thumb,.filtry .obsah .thumbs .thumb:nth-child(2n){
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
    }
    .joinBox .cena,.whyBox,.joinBox{
        padding: 20px;
    }
    .joinBox .cena span {
        display: block;
        width: auto;
        text-align: center;
    }
    .joinBox .cena small {
        display: block;
        width: auto;
        text-align: center;
        padding: 20px 0px;
    }
    .joinBox .cena strong {
        display: block;
        width: auto;
        text-align: center;
    }

    .joinForm div{
        float: none !important;
        margin-bottom: 10px !important;
        width: auto !important;
    }

    .detailPanel .komentareInfo{
        text-align: center;
    }
    .detailPanel .komentareInfo strong{
        float: none;
        display: block;
    }
    .detailPanel a, .varianty a {
        padding: 10px 7px;
    }
    .varianty a {
        display: block;
    }
    #sync2.owl-theme .owl-controls .owl-buttons div {
        margin: -20px 0 0;
        padding: 13px 5px;
        position: absolute;
        top: 50%;
    }
    .videoObal .play {
        bottom: 10px;
        right: 10px;
    }
    .videoObal .play a{
        margin-left: 2px;
    }

    .thumbs .thumb,.thumbs .thumb.mini,.filtry .obsah .thumbs .thumb{
        float: left !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
        width: 48% !important;
    }
    .thumb .download i{
        display: none;
    }
    .thumb .download {
        height: 25px;
        line-height: 25px;
    }
    .thumb.news{
        float: none !important;
        width: 100% !important;
        clear: both;
    }
    .thumb.news input{
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .thumb.news button{
        margin: 0px;
    }
    .komentar h3 small{
        margin: 0px;
        display: block;
    }
    h1 a.back{
        display: block;
        margin-bottom: 15px;
        text-align: left;
        float: none;
    }
    .menu {
        background-color: #fbd8e7;
        border-radius: 4px;
        padding: 3px 5px 2px;
        position: relative;
    }
    .btn.siroky{
        padding: 20px 45px;
    }
}

@media (max-width: 430px) {
    .modelka .image, .modelka .info{
        float: none;
        width: 100%;
    }
}

table.profile {
  width: 600px !important;
}

table.profile th {
  width: 200px;
    background-color: #636c93;
    color: white;
    padding: 15px;
    text-align: left;
  vertical-align: middle;
} 

select, select.model {
  font-size: 15px;
}

button {
  cursor: pointer;
}

a.zeleny{
    color: white;
    background-color: #65aa4c;
}
a.ruzovy{
    color: white;
    background-color: #c9337d;
}

#new_up, #new_down {
  text-decoration: none;
}

table.admin {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 20px;
}

table.admin th {
    background-color: #636c93;
    color: white;
    padding: 3px 10px;
  font-size: 15px;  
  text-align: right;
  width: 100px;
  vertical-align: middle;
/*border: 2px solid red;*/

}

table.admin td {
  padding: 3px;
  vertical-align: middle;
/*border: 2px solid red;*/
}

table.admin input,textarea {
    box-sizing: border-box;
    padding: 3px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e1e5e9;
}

div.fulltext input {
    box-sizing: border-box;
    padding: 3px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #e1e5e9;
}
div.fulltext .btn {
  margin-left: -10px;
  padding: 8px 7px;
  font-size: 14px;
}

div.skupina .btn {
  font-size: 14px;
  padding: 4px 10px;
  margin: -5px;
}

div.menu input {
    box-sizing: border-box;
    padding: 7px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e1e5e9;
  margin-left: 0px;
  margin-right: 0px;
}
div.menu .btn {
  padding: 7px 7px;
}

table.tools th, table.tools td {
  font-size: 12px;
    border: 1px solid #aaaaaa;
  padding: 3px 0px;
}

table.tools th {
  text-align: left;
}
table.tools th.order {
  background: white !important;
  font-weight: bold;
}

/* hide standard time tool tip */
.flowplayer .fp-tooltip {
  display: none !important;
}
 
/* the preview canvas */
.flowplayer canvas {
  outline: 4px solid #fff;
  position: absolute;
  z-index: 9999;
  display: none;
}

div#footerswitch {
  width: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.skupina .in .fulltext input {
  width: 90px; /* Safari */
}

table.translation, table.downloads {
  width: 100% !important;
  font-size: 13px;
  border-collapse: collapse;
}

table.translation th, table.downloads th {
  width: 250px;
    background-color: #636c93;
    color: white;
    padding: 1px 5px !important;
    text-align: left;
  font-weight: normal;
  vertical-align: middle;  
  border: 1px solid white;
}

table.translation td, table.downloads td {
  padding: 0px 5px !important;
  text-align: left;
  font-size: 13px !important;
  border: 1px solid white;
  vertical-align: middle;  
} 

table.downloads th, table.downloads td {
  padding: 5px !important;
}

table.translation input {
  padding: 0px !important;
  width: 100% !important;
}

.expander {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  padding: 4px;
  background: white url('../fullscreen.png') center center no-repeat;
  z-index: 99999;   
  cursor: pointer;
}

p.news {
  font-size: 15px;
}

div.komentarakce {
  position: absolute;
  top: 5px;
  right: 5px;
}

.komentar h3.admin {
  color: #c63e81;
}

td.linkstools a {
  color: #888888;
}

p.anketa {
  font-size: 14px;
  margin: 0px;
}

button.anketa {
  padding: 5px;
}

div.text li {
  margin-left: 5px;
}
div.text ul {
  margin: 20px !important;
  list-style-type: square;
}
.faq textarea{
    width: 300px;
    margin-bottom: 30px;
    height: 150px;
}
div.votesplus, div.votesminus {
  width: 50px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
div.votesplus {
  background: #65aa4c;
}
div.votesminus {
  background: #c63e81;
}
div.votestext {
  width: 350px;
  display: inline-block;
} 

span.rating_plus {
    font-size: 25px;
    color: #65aa4c; 
}
span.rating_minus {
    font-size: 25px;
    color: #c63e81;
}
strike {
  color: #ca5990;
}

.thumb.video .bought, .thumb.image .bought {
    background-image: url('../img/check32.png');
  width: 32px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 5px;
}

p.explanation {
  font-size: 12px;
  line-height: 1.2;
  /*font-style: italic;*/
}


/* ----------------- Alex updates ----------------------- */

.promo-banner-top {
    margin: 20px 0;
}
.promo-banner-top img {
    border-radius: 4px;
}

.joinBox {
    position: relative;
    overflow: hidden;
}

.joinBox .promo-strip {
    background: #f2d61a;
    color: #b10b0b;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    border-top: 2px solid #FFF;

    margin-bottom: -4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

@media only screen and (min-width: 540px) {
    .joinBox .promo-strip {
        border-bottom: 2px solid #53567c;
        box-shadow: 0 0 30px rgba(0,0,0,0.25);

        position: absolute;
        top: 10px;
        right: -56px;
        width: 200px;

        transform: rotate(45deg);
    }
}

.joinBox .promo-strip .line-1,
.joinBox .promo-strip .line-2 {
    display: block;
    padding: 0 10px;
}
.joinBox .promo-strip .line-2 {
    font-family: 'Gibson-SemiBold';
    letter-spacing: 2px;
}

.joinBox .cena.promo strong .old-price,
.joinBox .cena.promo strong .new-price {
    color: #65aa4c;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-family: 'Gibson-SemiBold';
    text-align: center;
    vertical-align: middle;
}
.joinBox .cena.promo strong .old-price {
    font-size: 27px;
    font-family: 'Gibson';
    color: #ca5990;
    font-weight: normal;
    position: relative;
}
.joinBox .cena.promo strong .old-price:after {
    content: " ";
    display: block;
    width: 94px;
    height: 2px;
    background: #65aa4c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;

    transform: rotate(-10deg);
}


.joinBox .recurring-price {
    border-top: 1px dotted #b9d9ae;
    margin: 10px 0 0 0;
}
.joinBox .recurring-price small {
    padding-top: 10px;
}
.joinBox .recurring-price strong {
    text-align: center;
    font-size: 27px;
    font-family: 'Gibson';
    font-weight: normal;
}

@media only screen and (min-width: 760px) {
    .joinBox .recurring-price {
        margin: 10px 0 0 150px;
        padding-top: 15px;
        padding-left: 3px;
    }
    .joinBox .recuring-price small {
        /*margin-left: 153px;*/
    }
    .joinBox .recuring-price strong {
    }
}