/* Obecné */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    padding: 0;
    margin: 0;
    font-family: 'open_sansregular', Arial, Helvetica;
    font-size: 16px;
}

.content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.clear{
    clear: both;
    width: 100%;
}

h1{
    font-size: 26px;
}

h2{
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
}

h3{
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.button{
    width: 128px;
    height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 38px;
}

#blue{
    background-color: #578eb2;
    box-shadow: 0px 2px 0px #3b7092;
}

#blue:hover{
    background-color: #4983a9;
}

#orange{
    background-color: #f0a033;
    box-shadow: 0px 2px 0px #be7919;
    width: 128px;
    height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 38px;

}

#orange:hover{
    background-color: #e09228;
}

#orange_submit{
    background-color: #f0a033;
    box-shadow: 0px 2px 0px #be7919;
    width: 200px;
    height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    line-height: 38px;
}
#orange_submit:hover{
    background-color: #e09228;    
}

#email_input {
    width: 300px;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
    box-shadow: none;
    border: 0px;
    font-size: 20px;
    color: #999;
    padding-left: 10px;
    top:2px;
    position: relative;
}


.half{
    width: 50%;
    float: left;
}

/* Konec obecné*/

/*Top fixed*/
#top-fixed{
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: #34495e;
    top: 0px;
    overflow: hidden;
    z-index: 1000;
}

#top-fixed .contact{
    height: 33px;
    color: #bdc3c7;
    font-size: 12px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    float: right;
    margin-top: 10px;
}

#top-fixed .contact .email{
    background: url('../images/email-icon.png') no-repeat center left;
    width: 150px;
    float: left;
    padding-left: 20px;
}

#top-fixed .contact .phone{
    background: url('../images/phone-icon.png') no-repeat center left;
    /*width: 200px;*/
    float: left;
    padding-left: 20px;
}

#top-fixed .contact .phone .small{
    font-size: 10px;
}

#top-fixed .logo{
    width: 270px;
    float: left;
    margin-top: -25px;
}

#top-fixed .menu{
    float: right;
}

#top-fixed .menu a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    text-decoration: none;
    font-weight: 300;
}

#top-fixed .menu a:hover{
    color: #82b6ea;
}

#top-fixed .menu ul{
    list-style-type: none;
}

#top-fixed .menu li{
    display: inline !important;
    margin-right: 17px;
}

#top-fixed .menu .home{
    background: url('../images/home-icon.png') no-repeat center left;
    padding-left: 25px;
}

#top-fixed .buttons{
    float: right;
    /*margin-right: 20px;*/
}

/* Top fixed konec */


/*Top content */
#top-content{
    width: 100%;
    background-color: #34495e;
    margin-top: 90px;
    height: 450px;
}

#top-content .video{
    margin-top: 50px;
    width: 60%;
    float: left;
}

#top-content .video .social{
    margin-top: 10px;
    height: 40px;
}

#top-content .text{
    margin-top: 30px;
    width: 40%;
    float: left;
    color: #ffffff;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

#top-content .button{
    width: 150px !important;
    font-size: 13px !important;
    margin-left: 0;
    margin-right: 10px;
}
/* Top content konec */

/* Number */
#number{
    width: 100%;
    height: 150px;
    background-color: #dbeaf6;
    color: #395e83;
}

#number .part{
    margin-top: 50px;
    float: left;
    min-width: 130px;
    max-width: 220px;
    margin-right: 0px;
}

#number .part .icon{
    float: left;
    height: 100px;
    margin-right: 10px;
}

#number .part .text{
    margin-top: -8px;
    font-size: 13px;
}

#number .part .big{
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    font-size: 21px;
    color: #34495e;
}

#number #merchant{
    margin-right: 31px;
}

#number #partners{
	width: 170px;
	margin-right: 20px;
}

#number #profit{
    /*margin-right: 10px;*/
    /*margin-left: -20px;*/
    max-width: 178px;
    margin: 50px 0 0 0;
    float: right;
}

#number #sales{
    margin-left: 8px;
}

#number #orders{
    margin-left: 20px;
}
/* Number konec */

/* Companies */
#companies{
    padding-top: 36px;
    padding-bottom: 21px;
}

#companies h2{
    color: #34495e;
    text-align: center;
}

#companies ul{
    list-style-type: none;
    height: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}

#companies li{
    display: inline-block;
    margin-right: 45px;
}

#companies li:last-child{
    margin-right: 0;
}

#companies ul li img{
    vertical-align: middle;
}
/* Konec companies*/

/* Review */
#review{
    width: 100%;
    background-color: #f3f6ff;
    padding-bottom: 65px;
}

#review h2{
    color: #34495e;
    text-align: center;
    margin-bottom: 40px;
}

#review .content{
    padding-top: 40px;
}

#review ul.review{
    list-style-type: none;
    padding: 0;
}

#review ul.review li{
    width: 305px;
    height: 310px;
    background-color: #ffffff;
    float: left;
    margin-right: 42px;
    padding-top: 20px;
    display: inline;
    border-bottom: 2px solid #e5e8f0;
}

#review ul.review li:last-child {
    margin-right: 0;
}

.review .photo{
    width: 90px;
    float: left;
    margin-left: 20px;
}

.review .detail{
    width: 100%;
    float: left;
    margin-left: 20px;
}

.review .detail a{
	color: black;
	text-decoration: none;
}

.review .detail .name{
    font-size: 16px;
    color: #2c3e50;
}

.review .detail .title{
    font-size: 12px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    color: #7f8c8d;
    font-weight: 300;
}

.review .detail .phone{
    font-size: 12px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    color: #7f8c8d;
    font-weight: 300;
}

.review .detail .logo {
    margin: 15px 0 5px 0;
}

.review .desc{
    color: #313131;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 0 20px 20px 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
	height: 190px;
	line-height:22px;
}

#review .button-more-review{
    width: 200px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: url('../images/more-icon.png') no-repeat center left 5% #5e84aa;
    text-decoration: none;
    padding-left: 40px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#review .button-more-review:hover{
    background-color: #46729d;
}

img.firstarrow{
    position: relative;
    z-index: 50;
    float: right;
    margin-top: -20px;
}
/*Konec review*/

/* Důvody */
#reasons{
    overflow: hidden;
    position: relative;
    top: -50px;
}

#reasons h2{
    color: #34495e;
    text-align: center;
}

#reasons h3{
    color: #34495e;
    margin-bottom: 0px;
}

#reasons .reason h3.first{
    margin-top: 5px;
}

#reasons .reason h3.third{
    margin-top: 15px;
}

#reasons .reason{
    width: 100%;
    clear: both;
}

#reasons .reason .view{
    width: 43%;
    float: left;
}

#reasons .reason .desc{
    width: 50%;
    float: left;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    line-height: 34px;
}
/* Konec důvody */

/* Text bottom */
#text-bottom-first{
    width: 100%;
    height: 180px;
    background-color: #f3f6ff;
    overflow: hidden;
    margin-top: 30px;
}

#text-bottom-first h2{
    font-size: 32px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #2c3e50;
    line-height: 70px;
}

#text-bottom-first a{
    font-size: 13px;
    text-decoration: none;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    color: #2c3e50;
    float: right;
    margin-right: 80px;
    margin-top: -20px;
}

#text-bottom-first a:hover{
    color: #f0a033;
}

#text-bottom-first .font-regular{
    font-weight: 400;
}

.secondarrow{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.secondarrow img{
    margin-top: -100px;
    margin-left: -10px;
    position: absolute;
}

.thirdarrow{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.thirdarrow img{
    margin-top: -20px;
    position: absolute;
    right: 150px;
}

/* Text bottom konec */

/* Text bottom second */
#text-bottom-second{
    width: 100%;
    height: 290px;
    background-color: #5e84aa;
    margin-top: -30px;
    overflow: hidden;
    padding-bottom: 50px;
}

#text-bottom-second p{
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    padding-top: 63px;
}

#text-bottom-second a{
    font-size: 13px;
    text-decoration: none;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    color: #ffffff;
    float: right;
    margin-right: 140px;
    margin-top: -20px;
}

#text-bottom-second a:hover{
    color: #f0a033;
}
/* Text bottom second konec */

/* Text bottom third */
#text-bottom-third{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 60px;
}

#text-bottom-third p{
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    color: #5e84aa;
    text-align: center;
    padding-top: 30px;
}

#text-bottom-third .button-third{
    font-size: 19px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    background-color: #f0a033;
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#text-bottom-third .button-third:hover{
    background-color: #e09228;
}

#text-bottom-third .percent{
    font-family: 'open_sansregular', arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #f0a033;
}

/* Text bottom third */
#text-bottom-fourth{
    width: 100%;
    height: 190px;
    background-color: #5e84aa;
    margin-top: -30px;
    overflow: hidden;
    padding-bottom: 50px;
}

#text-bottom-fourth p{
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    padding-top: 63px;
}

#text-bottom-fourth a{
    font-size: 13px;
    text-decoration: none;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    color: #ffffff;
    float: right;
    margin-right: 140px;
    margin-top: 20px;
}

#text-bottom-fourth a:hover{
    color: #f0a033;
}


.fourtharrow{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fourtharrow img{
    margin-top: -50px;
    position: absolute;
}
/* Text bottom third konec */

/* Blog */
#blog{
    width: 100%;
    background-color: #f3f6ff;
    padding-bottom: 50px;
    overflow: hidden;
}

#blog h2{
	font-family: 'open_sanslight', arial, helvetica, sans-serif;
    
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

#blog .post{
    width: 280px;
    height: 170px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e8f0;
    padding: 10px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

#blog .post .post-top{
    height: 140px;
}

#blog .post:nth-child(3n){
    margin-right: 0;
}

#blog .post h3{
    color: #0b538f;
    font-size: 22px;
    margin-top: -5px;
    font-family: 'open_sansregular', arial, helvetica, sans-serif;
    font-weight: 400;
}

#blog .post p{
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    margin-top: -20px;
    max-height: 60px;
    overflow: hidden;
}

#blog .post a{
    color: #4d7393;
    text-decoration: none;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    font-size: 14px;
    margin-top: 20px;
}

#blog .post .whole{
    float: right;
}

#blog .post a:hover{
    text-decoration: underline;
}
/* Blog konec */

/* Eshop */
#eshop{
    margin-bottom: 40px;
}

#eshop h2{
    text-align: center;
    font-size: 30px;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    color: #2c3e50;
    padding-top: 50px;
    margin-bottom: 50px;
}

/*#eshop .eshop{
    margin-right: 40px;
    width: 200px;
    float: left;
    margin-bottom: 50px;
    height: 64px;
    line-height: 64px;
}


#eshop. eshop:nth-child(4n){
    margin-right: 0px;
}*/

/* Eshop konec */

/* Try */
#try{
    background-color: #f3f6ff;
    width: 100%;
    padding-bottom: 60px;
}

#try h2{
    color: #34495e;
    font-family: 'open_sanslight', arial, helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin-top: -10px;
}

#try .button-try{
    font-size: 19px;
    color: #ffffff;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    text-align: center;
    width: 360px;
    background-color: #f0a033;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 2px #be7919;
}

#try .button-try:hover{
    background-color: #e09228;
}

#try .button-try .small{
    font-weight: 400;
    font-size: 15px;
}

.fiftharrow{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fiftharrow img{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: -40px;
}

/* Try konec */

/* Footer */
#footer{
    width: 100%;
    background-color: #34495e;
    padding-bottom: 10px;
}

#footer h2{
    font-size: 19px;
    color: #6a7f93;
    margin-top: 52px;
}

#footer .footer-logo{
    width: 350px;
    float: left;
    margin-top: 63px;
}

#footer .links{
    width: 300px;
    float: left;
    margin-left: 40px;
    margin-right: 20px;
}

#footer .links a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

#footer .links a:hover{
    color: #f0a033;
}

#footer .links ul li{
    list-style-type: none;
    background: url('../images/footer-links.png') no-repeat center left;
    padding-left: 8px;
}

#footer .links ul{
    margin-left: -40px;
    margin-top: -10px;
}

#footer .links .first{
    width: 160px;
    float: left;
}

#footer .links .second{
    width: 130px;
    float: left;
}

#footer .address{
    width: 280px;
    float: left;
}

#footer .address ul{
    text-decoration: none;
    color: #bdc3c7;
    font-size: 14px;
    margin-left: -40px;
    margin-top: -10px;
    width: 50%;
    float: left;
}

#footer .address ul li{
    list-style-type: none;
}

#footer .social{
    float: left;
    margin-top: 50px;
    width: 80px;
}

#footer .social .twitter-footer{
    background: url('../images/twitter-icon.png') no-repeat center center;
    width: 33px;
    height: 32px;
    float: left;
}

#footer .social .twitter-footer:hover{
    background: url('../images/twitter-icon-hover.png') no-repeat center center;
}

#footer .social .facebook-footer{
    background: url('../images/fb-icon.png') no-repeat center center;
    width: 33px;
    height: 32px;
    float: left;
    margin-right: 5px;
}

#footer .social .facebook-footer:hover{
    background: url('../images/fb-icon-hover.png') no-repeat center center;
}
/* Footer konec */

/* Footer bottom */
#footer-bottom{
    width: 100%;
    position: absolute;
    height: 30px;
    background-color: #2c3e50;
}

#footer-bottom .copyright{
    color: #bdc3c7;
    font-size: 11px;
    line-height: 30px;
}

#footer-bottom a{
    color: #bdc3c7;
    font-size: 11px;
    line-height: 30px;
    text-decoration: none;
}


.graphic-footer{
    color: #bdc3c7;
    font-size: 11px;
    line-height: 30px;
    float: right;
}

.graphic-footer img{
    line-height: 30px;
    vertical-align: middle;
}
/* Footer bottom konec */

.image-inside{
    display: none;
}

.formframe{
	margin: 0 auto 0 auto;
	width: 50%;
}

.formframe label {
	font-size: 18px;
	color: #222;
	font-family: "Open Sans",Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 40px;
}


.formframe .souhlas {
	font-size: 15px;
	line-height: 1.4em;
}

.formframe input {
	padding: 3px;
	margin-left: 0;
	border: 1px solid #ddd;
	font-size: 1em;
	line-height: 1.7em;
	-moz-box-shadow: 0 1px 2px #eee inset;
	-webkit-box-shadow: 0 1px 2px #eee inset;
	box-shadow: 0 1px 2px #eee inset;
	width: 275px;
}

.formframe input[type="checkbox"] {
	width: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}

.formframe td {
	text-align: left;
	width: 125px;
}

.questions {
	font-size: 14px;
	color: #666;
	font-family: "Open Sans",Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 22px;

}

.questions h2{
	font-weight: bold;
}

.questions a{
	color: #f0a033;
	font-weight: bold;

}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;
}


#formfeatures {
	float: right;
	width: 500px;	
}

#post-detail.cenik {


    margin: 100px auto 0px auto;
}

.price {
	border: 1px solid #666;
	border-radius: 5px;
	width: 40%;
	padding: 0 15px;
	text-align: center;
	font-family: 'open_sanslight', arial, helvetica, sans-serif !important;

	background-color: white;
    float: left;
}

.price {
	margin-right: 3%;
	margin-left: 3%;
}

.price.orange {
	border: 1px solid #f0a033;
	color: #f0a033;
}

.price.blue {

	border: 1px solid #578eb2;
	color: #578eb2;
}

.price.orange p{
	color: #f0a033 !important;
}
.price.orange li{
	color: #f0a033 !important;
}


.price.blue p{
	color: #578eb2 !important;
}
.price.blue li{
	color: #578eb2 !important;
}


.price .name {
    font-size: 36px !important;
    margin: 20px auto 40px auto;

}

.price .cost {
	margin-top: 40px;
}

.price .currency {
	font-size: 46px !important;
	font-weight: bold;
}

.price .dph {
	margin-bottom: 30px;
	font-size: 24px !important;
	color: #999;
    line-height: 20px;
}

.price .dph .smaller {
    font-size: 14px;
}

.price .tlacitko {
	width: 200px;
	margin: 0px auto 20px auto;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.price.orange hr{
	border-bottom: 1px solid #f0a033;
}

.price.blue hr{
	border-bottom: 1px solid #e5e5e5;
}

.price .tlacitko .button{

}

.price .vyhody li{
	line-height: 30px !important;
	font-size: 18px !important;
	text-align: left;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:15px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}


.eshop {
	display: block;
    text-align: center;
    width: 165px;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    border-radius: 1px;
    height: 54px;
    font-size: 11px;
    color: #7BA5C5;
    padding-top: 51px;
    border: 1px solid #DCE7F0;
    overflow: hidden;
    background: url("https://c1.affilbox.cz/image/web/dashbutton-normal.png") repeat-x bottom;
}

.eshop img {
    max-width: 140px;
    max-height: 32px;
}

.alignleft {
	float: left;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.wp-caption-text {
	text-align: center;
}

#afftable {
	font-family: arial;
	width: 740px;
	font-size: 15px;
}

#afftable td {
	width: 350px;
	padding: 10px;
	text-align: center;
}

#afftable ul {
	text-align: left;
	color: #777;
        list-style-type: none;
}

#afftable a {
	color: #0023ff;
}

#afftable p {
	text-align: left;
}

#affzapojit {
    margin-top: 20px;
    margin-left: 265px;
    display: block;
    background-color: #578eb2;
    width: 240px;
    border-radius: 4px;
    padding: 11px;
    text-align: center;
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

.smalldesc {
	color: #777;
	font-size: 13px;
	margin-top: -8px;
}

#version {
    padding: 3px;
    margin-left: 0;
    border: 1px solid #ddd;
    font-size: 1em;
    line-height: 1.7em;
    -moz-box-shadow: 0 1px 2px #eee inset;
    -webkit-box-shadow: 0 1px 2px #eee inset;
    box-shadow: 0 1px 2px #eee inset;
    width: 282px;
}
