/* -- start setup -- */

@font-face {
    font-family: 'Avenir-Book';
    src: url('Avenir-Book_gdi.eot');
    src: url('Avenir-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('Avenir-Book_gdi.woff') format('woff'),
        url('Avenir-Book_gdi.ttf') format('truetype'),
        url('Avenir-Book_gdi.svg#Avenir-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

* {
    font-family: 'Avenir-Book';
    color: White;
    font-weight: normal;
    font-size: 18px;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

/* -- all pages -- */
hr {
    display: none;
}


body {
    /*background-color:Black;	*/
}

body, html{height:100%;}

body {
background-color:     #1d1d43;
}

.navbar {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 0;

    /*background-color:BLack;*/
}

.navbar-toggle span {
    background-color: White;
}

.text a {color:WHite;text-decoration: 	underline;}

.topLogo {
    background-image: url(../pcs/pcs_layout/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 333px;
    height: 119px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.relative {
    position: relative;
}

#myNavbar {}

ul.nav li a {
    color: White;
    font-size: 12px;
    /*font-weight:bold;*/
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;

    padding-left: 12px;
    padding-right: 12px;
}

ul.nav li a:HOVER {
    background-color: transparent;
    text-decoration: underline;
    color: White;
    font-weight: bold;
}

ul.nav li.active a {
    color: White;
    font-weight: bold;
}

ul.nav li.active a {
    font-weight: bold;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 800px) {

    .topMenu {
        max-width: 450px;
        margin-left: auto;margin-right: auto;
        display:block;
        float:none !important;
    }

}

@media (min-width: 1600px) {
    .topMenu {
        
    }
}



.topBanner {
    background-image: url(../pcs/pcs_layout/top-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 509px;

}


.relative {
    position: relative;
}

.stamp {
    position: absolute;
    right: 0;
    top: 50px;
}


.title {
    font-size: 25px;
    margin-top: 100px;
    text-transform: 	uppercase;
}

.buttonClaim {
    width: 100%;
    color: White;
    background-color: #c4533d;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.buttons {
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    color: White;
    border: 3px solid #c4533d;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.buttons:HOVER {
    color: White;
    background-color: #c4533d;
    text-decoration: none;
}









#footerIn {
    border-top: 1px solid White;
    padding-top: 30px;
}

.footerText {
    color: White;
    font-size: 16px;
}

.footerText strong {
    color: White;
    font-size: 16px;
}

.footerFB {
    float: right;
}

.facebookLink {
    padding-top: 0;
    display: block;
    background-image: url(../pcs/pcs_layout/facebook-ico.png);
    background-position: top left;
    background-repeat: no-repeat;

    padding-left: 40px;
}


.facebookLink p {
    font-size: 15px;
    font-size: bold;
    color: White;
    line-height: 24px;
    font-weight: bold;
}

h1 {
    font-size: 40px;
    color: White;
    text-transform:uppercase;
}

h1 span {
    display: block;
    font-size: 40px;
    color: White;
    font-weight: 100;
}

h1 strong {
    font-size: 40px;
    color: White;
    font-weight: 100;
}

.boxInfo {
    border: 2px solid #c4533d;
    padding: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 30px 0;
}

.boxInfo p {
    font-weight: bold;
}

.boxInfo p .wh {
    color: White;
}

strong.wh {
    color: White !important;
}

p.boxTitle strong {
    color: #c4533d;
    font-weight: bold;
    font-family: Arial;
}

.boxText {
    color: White !important;
}

.boxText strong {
    color: White !important;
}

.pravidlaTitle {
    background-color: #c4533d;
    line-height: 50px;
    height: 50px;
    color: White;
    text-align: center;
    margin-bottom: 20px;
}

.pravidlaList li {
    font-size: 15px;
}

.logosArea {
    background-color: White;
}

.submitForm {
    font-size: 20px;
    display: block;
    background-color: #cd559b;
    background-color: #c4533d;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: White;
    border: none;
    margin: 20px auto !important;
}


.modal * {
    color: #444546;
}

table.tabProdejny {
    margin-top: 50px;
    border-collapse: collapse;
    width: 100%;
    background-color: White;
}

table.tabProdejny td {
    font-size: 11px;
    padding: 5px;
    border: 1px solid #cecece;
    color: #878787;
}

table.tabProdejny td a {
    font-size: 11px;
}


table.tabProdejny tr.sudy td {
    background-color: #f1f1f1;
}

.cook2 {
    margin-top: -100px;
}

.formOdd {
    height: 30px;
    background-image: url(../pcs/pcs_layout/form-odd.png);
    background-position: center;
    background-repeat: no-repeat;
}


input,
select,
option {
    color: White;
    font-size: 15px;
}

.hiddenItem {
    display: none;
}

.hiddenItem2 {
    display: none;
}

.formButton {
    display: block;
    background-color: #c4533d;
    color: White;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.formButton:HOVER {
    background-color: #c4533d;
    color: White;
}



@media (min-width: 800px) {
    .formConfirm {
        width: 680px;
        margin: 0 auto;
    }
}



.formConfirm p {
    line-height: 22px;
}

.formConfirm p input {
    margin-top: 3px;
    float: left;
    width: 20px;
    margin-right: 5px;
}

.formConfirm p label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.confirmNote {
    font-size: 14px !important;
    line-height: 16px;
}

.confirmNote * {
    font-size: 14px !important;
}

.redText {
    color: #c4533d;
}

.miniText {
    font-size: 9px;
}

.pointer {
    cursor: pointer;
}


.ui-datepicker * {
    color: Black;
}


/* zoot styles */
/*#main {background-color:Black;}*/

#main h2 {
    text-align: center;
    margin: 40px 0 60px 0;
    text-transform: uppercase;
    font-size: 55px;
}

#main h2 strong {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    color: #c4533d;
}

.peopleRows p {
    padding-left: 0;
    padding-right: 0;
}

.peopleRows p strong {
    font-weight: bold;
    font-size: 17px;
}

.peopleRows p strong.red {
    color: #c4533d
}

sup {
    color: #c4533d !important;
}


.peopleRows p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

p.people {
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .peopleRows {
        margin-left: -150px;
        margin-right: -150px;
    }
}



.facebookLinkEmail {
    background-image: url(../pcs/pcs_layout/facebook-ico2.jpg);
    background-position: left center;
    background-repeat: no-repeat;

    padding-left: 132px;
    line-height: 42px;
    display: block;
}

.imgCenter {
    margin-left: auto;
    margin-right: auto;
}

.facebookLinkMessage {
    background-image: url(../pcs/pcs_layout/facebook-message-ico.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 40px;
    padding-left: 50px;
    display: block;
    color: White;
}

.redClaim {
    color: #c4533d;
    font-size: 15px;
    margin-bottom: 15px;
}

.mainForm .submitFormStav,
.mainForm .submitFormRegistrace {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    width: 265px !important;
    height: 57px !important;
    background-color: #1d1d43 !important;
    border: 4px solid #c4533d !important;
    color: White !important;
    font-weight: 	bold;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    border: none;
    display: block;
}

.submitFormRegistrace {}

.fontSmaller,
.fontSmaller * {
    font-size: 15px;
}

.email2 {
    display: none;
}


.mainForm label {
    font-size: 14px;
    display: block;
    text-align: center !important;
    margin-top: 20px;

    text-transform: uppercase;
}

.mainForm label.nc {
    font-size: 13px!important;
    display: inline;
    text-align: center !important;
    margin-top: 0;
    text-transform: none;
}

.mainForm input.checkbox {
	float:left; margin-right: 	10px;

}

h3 {
    color: #c4533d;
}

.mainForm input,
.mainForm select {

    color: white !important;
    background-color: #1d1d43 !important;
    border: 1px solid White !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.mainForm select, .mainForm option {

    color: white !important;
}


.mainForm textarea {
    height: 100px;
    color: white !important;
    background-color: #1d1d43 !important;
    border: 1px solid White !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.redBig {
    font-size: 25px;
    color: #c4533d;
}

.kontaktForm {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.formCheck  {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.cashbackValueLines   {
	border-top:1px solid White;
	border-bottom:1px solid White;
	padding-top: 	10px;
	padding-bottom: 	10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
       font-size: 25px;
    color: #c4533d; 
    font-weight: 	bold;
}

.cashbackValueLines span   {
	font-weight: 	bold;
       font-size: 25px;
    color: #c4533d; 
}

.hintBox {position:absolute;
top:55px;
right:30px;
}


.introClaim {
    margin:0 auto 30px auto;
    background-color:   #c4533d;
    color:White;
    font-weight:    bold;
    font-size:  20px;
    width:550px;
    height:60px;
    line-height:60px;
    text-align:     center;
    text-transform:     uppercase;
}

.redInfo  {
    margin:10px auto;
    background-color:   #c4533d;
    color:White;
    font-weight:    bold;
    font-size:  16px;
    width:100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:     center;
    text-transform:     uppercase;
}

.red {
    color:   #c4533d !important;
}

.ucetInfo {font-size: 14px;}

.dalsiSpoltrebic {
    display:block;
    background-color:   #c4533d;
    color:White;
    font-weight:    bold;
    font-size:  12px;
    text-align:     center;
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
    text-transform:     uppercase;
}

.dalsiSpoltrebic:HOVER {
    color:White;
}

.col-sm-3 .dalsiSpoltrebic {
    padding-top: 14px;
    padding-bottom: 14px;
}