
body { 
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  overflow:auto;
  text-align:center;
  background-color: white;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: 100% auto;
}

a {
    text-decoration: underline;
    color: #0066ff;
}

a:hover {
    text-decoration: none;
    color: #0066ff;
}

div.prihlasenie{
    box-sizing: border-box;
    max-width: 1220px;
    margin:0 auto;
    padding: 20px 40px;
    font-size: 13px;
    text-align: right;
}

div.prihlasenie a, div.link-home a{
    display:inline-block;
	background-color: #ffffff;
	padding:5px;
	border-radius: 5px;
}

div.cela_stranka{
    display: inline-block;
    box-sizing: border-box;
	width:100%;
    max-width: 1220px;
    /*min-height:1300px;*/
    margin: 0 auto;
    padding: 10px;
	text-align: left;
    border: solid 1px #ff0000;
    border-bottom: none;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 10px #ff8080;
	background-color: rgba(255, 255, 255, 0.95);
}

div.left{
    position: relative;
    vertical-align: top;
}

div.right{
    position: relative;
    vertical-align: top;
    text-align: center;
}

div.right p{
    display:inline-block;
	width:92.5%;
    padding:5px;
    color: #ff0000;
    text-align:left;
}

/*div.right img{
    width: 45%;
    height: auto;
    margin: 5px;
    vertical-align: top;
	border: 1px solid #ff0000;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}
div.right img:hover{
    box-shadow:0 0 10px #ff8080;
	transition: all linear 0.2s;
}*/

div.right img{
    box-sizing: border-box;
	width: 92.5%;
    height: auto;
    margin: 5px;
    vertical-align: top;
	border: solid 1px  #ff0000;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}
div.right img:hover{
    box-shadow:0 0 10px #ff8080;
	transition: all linear 0.2s;
}

video.right-video{
	display:inline-block;
	width:92.5%;
	height:auto;
	padding:5px;
}

div.spodok{
    position:relative;
    /*top:-4px;*/
    max-width: 1220px;
    box-sizing:border-box;
    /*height: 120px;*/
    background-color: #404040;
    margin: 0 auto 20px auto;
    padding: 20px;
    border: solid 1px #ff0000;
    border-top: none;
	border-radius: 0 0 10px 10px;
    color: white;
    text-align: left;
    font-size: 11px;
    vertical-align:top;
	box-shadow:0 0 10px #ff8080;
}

div.spodok a {
    text-decoration: underline;
    color: white;
}

div.spodok a:hover {
    text-decoration: none;
    color: white;
}

div.spodok p{
    margin:0 auto;
    max-width:960px; /*sk 840*/
    text-align:justify;
}

.spodok-center{
    margin:40px 0 20px 0;
    text-align:center;
}

.spodok-center a{
  display:inline-block;
  margin:4px;
}

.form-register{
    padding:10px;
    /*border:solid 5px green;*/
    background-color:white;
}

div.form-reg{
    /*border: solid 1px #ff0000;*/
	border-radius: 10px;
    margin: 0 auto 10px auto;
    padding: 20px;
    font-size: 13px;
    background-color: #f2f2f2;
	line-height:1.25;
}

div.form-reg a {
    text-decoration: underline;
    color: #0066ff;
}

div.form-reg a:hover {
    text-decoration: none;
    color: #0066ff;
}

h1.reg-zadarmo{
    font-size:22px;
	/*color: #008000;*/
}

.reg-steps{
	line-height:0;
	/*border: solid 1px #ff0000;*/
	box-shadow:0 0 10px silver;
}

.reg-steps hr{
	height: 2px;
	margin:20px 0;
    background-color: #ffc0c0;
	border: 0;
}

.reg-step-active, .reg-step-done, .reg-step{
	display:inline-block;
	width:33.33333%;
	height:10px;
}

/*.reg-step-active{
	background-color:#60c060;
}*/
.reg-step-done{
	
	background-color:green;
}
.reg-step{
	background-color:#60c060;
}

.form-reg-step1, .form-reg-step2, .form-reg-step3{
	display:inline-block;
	width:33.33333%;
	/*margin:20px;*/
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

.form-reg-step1 div, .form-reg-step2 div, .form-reg-step3 div{
	display:inline-block;
	background-color:red;
	padding:20px;
	margin-bottom:10px;
	width:18px;
	height:18px;
	font-size:16px;
	color:white;
	text-align:center;
	border-radius:29px;
}

.step-active{
	/*background-color:#60c060 !important;
	box-shadow:0 0 10px #60c060;*/
	background-color:green !important;
	box-shadow:0 0 10px green;
}

.step-done{
	background-color:green !important;
}

.form-reg-step-hide{ display:none; }

div.prihlasenie a {
    text-decoration: underline;
    color: #0066ff;
}

div.prihlasenie a:hover {
    text-decoration: none;
    color: #0066ff;
}

.link-prihlasit a {
    text-decoration: underline;
    color: #0066ff;
}

.link-prihlasit a:hover {
    text-decoration: none;
    color: #0066ff;
}

select{
    width: 80px;
    margin:5px 0;

}

input[type=text]{
    width: 240px;
    height: 20px;
    margin:5px 0;
}

input[type=password]{
    width: 240px;
    height: 20px;
    margin:5px 0;
}


select, option{
    height: 20px;
}

@keyframes button {
  0%   {width: 240px; height: 38px; font-size: 18px;}
  50%  {width: 256px; height: 38px; font-size: 20px;}
  100% {width: 240px; height: 38px; font-size: 18px;}
}

@keyframes button-registrovat {
  0%   {width: 220px; height: 38px; font-size: 18px; box-shadow:0 0 10px gray;}
  50%  {width: 240px; height: 38px; font-size: 20px; box-shadow:0 0 10px #ff0000;}
  100% {width: 220px; height: 38px; font-size: 18px; box-shadow:0 0 10px gray;}
}

.animate{
	animation-name: button;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

input.odoslat{
    border: solid 0px #b3b3b3;
    font-size: 18px;
    font-weight: bold;
    background-color: #e60000;
    width: 240px;
    height: 38px;
    outline: none;
    padding: 3px 0 0 0;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow:0 0 10px gray;
    /*animation-name: button;
    animation-duration: 2s;
    animation-iteration-count: infinite;*/
}
input.odoslat:hover{
    background-color: #ff0000;
    font-weight: bold;
    cursor: pointer;
	transition: all linear 0.2s;
}

.odoslat-register{
    border: solid 0px #b3b3b3;
    font-size: 18px;
    font-weight: bold;
    background-color: #008000;
    width: 240px;
    height: 38px;
    outline: none;
    padding: 0px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow:0 0 10px gray;
}
input.odoslat-register:hover{
    background-color: #009900;
    font-weight: bold;
    cursor: pointer;
	transition: all linear 0.2s;
}


input.registrovat-animate{
	animation-name: button-registrovat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

div.zadarmo{
    display:block;
	width: 167px;
    position: absolute;
	right:-7px; top:-7px;
    /*margin: -7px 0 0 7px; */
    text-align: right;
}

.zadarmo-box1{
   padding:7px;
   background-image:url('../images/100p-sk.png');
   background-repeat:no-repeat;
   background-position: right top;
}

.zadarmo-box2{
  padding:10px 60px 10px 10px;
  background-color:white;
  background-image:url('../images/100p-sk.png');
  background-repeat:no-repeat;
  background-position: right -7px top -7px;
}

.logo{
    width: 100%;
    height: auto;
	margin-bottom: 10px;
}

.logo-home{
    max-width: 607px;
}

p.error{
    margin: 0 auto 5px auto;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ff0000;
    color: white;
    text-align:center;
	border-radius: 10px;
}

@keyframes error {
  0%   { box-shadow:none; color:white; }
  50%  { box-shadow:0 0 10px red; color:yellow; }
  100% { box-shadow:none; color:white; }
}

.error-animate{
	animation-name: error;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.icon-secured{
    width:auto;
    height:60px;
    margin:10px 0;
}

.icon-heart{
	width:24px;
	height:24px;
	vertical-align:middle;	
}


@keyframes button-sms {
  0%   {font-size: 16px; box-shadow:0 0 10px gray;}
  50%  {font-size: 18px; box-shadow:0 0 10px #ff0000;}
  100% {font-size: 16px; box-shadow:0 0 10px gray;}
}

.poslat-sms{
	text-align:center;
	height:30px;
}

.poslat-sms a{
	display:inline-block;
	vertical-align:0px;
	padding:5px 15px;
	background-color: #e60000;
	border:0;
	border-radius:10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	box-shadow: 0 0 5px gray;
	animation-name: button-sms;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.poslat-sms a:hover{
	background-color:#ff0000;
	cursor:pointer;
	transition: all linear 0.2s;
}


/* Prihlasenie */

div.cela_stranka-login{
    display: inline-block;
    box-sizing: border-box;
    max-width: 1220px;
    /*height: 600px;*/
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #ff0000;
    border-bottom: none;
	border-radius: 10px 10px 0 0;
    text-align: left;
    vertical-align: top;
	box-shadow:0 0 10px #ff8080;
	background-color: rgba(255, 255, 255, 0.95);

}

div.left-login{
    position: relative;
    vertical-align: top;
    text-align: center;
    float: right;

}

div.right-login{
    position: relative;
    vertical-align: top;
    text-align: center;
    float: right;
}

/*div.left-login img{
    width: 45%;
    height: auto;
    margin: 5px;
    vertical-align: top;
	border: 1px solid #ff0000;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}*/
div.left-login img{
    display:inline-block;
	box-sizing: border-box;
	width: 100%;
    height: auto;
    vertical-align: top;
	border: 1px solid #ff0000;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}

div.left-login img:hover{
    box-shadow:0 0 10px #ff8080;
	transition: all linear 0.2s;
}


div.left-login p{
    display:inline-block;
    padding: 5px 5px;
    color: #ff0000;
    text-align:left;
    width: 92%
}

div.form-login{
    border: solid 1px #ff0000;
	border-radius: 10px;
    margin: 0 auto 10px auto;
    padding: 20px;
    font-size: 13px;
    text-align:center;
    background-color: #f2f2f2;
}


div.form-login a {
    text-decoration: underline;
    color: #0066ff;
}

div.form-login a:hover {
    text-decoration: none;
    color: #0066ff;
}

div.prihlasenie-arrow-down{
	margin: 40px 0 0 0;
}
div.prihlasenie-arrow-down img{
	width: auto;
	height: auto;
}


div.prihlasenie1{
	font-size: 38px;
	margin:40px 0;
}

div.prihlasenie2{
	font-size: 12px;
	font-weight: bold;
	margin:10px 0;
}

div.prihlasenie3{
	font-size: 42px;
	font-weight: bold;
	color: red;
	margin:10px 0;
}

div.prihlasenie4{
	font-size: 12px;
	color: gray;
	margin:10px 0;
}

div.prihlasenie-tlacidlo{
	margin:20px;

}



/* Obnova hesla */

div.cela_stranka-obnova_hesla{
    display: inline-block;
    box-sizing: border-box;
    max-width: 1220px;
    /*height: 600px;*/
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #ff0000;
    border-bottom: none;
	border-radius: 10px 10px 0 0;
    text-align: left;
    vertical-align: top;
	box-shadow:0 0 10px #ff8080;
	background-color: rgba(255, 255, 255, 0.95);

}

div.left-obnova_hesla{
    position: relative;
    float: left;

}

div.right-obnova_hesla{
    position: relative;
    float: right;
}


div.form-obnova_hesla{
    position: absolute;
    width: 550px;
    height: 150px;
    border: solid 1px #ff0000;
	border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    font-size: 13px;

}

div.form-obnova_hesla a {
    text-decoration: underline;
    color: #0066ff;
}

div.form-obnova_hesla a:hover {
    text-decoration: none;
    color: #0066ff;
}



/* Overenie */

div.left-overenie{
    position: relative;
    vertical-align: top;
    text-align: center;
    float: right;
}

div.right-overenie{
    position: relative;
    vertical-align: top;
    float: right;

}

div.form-overenie, div.form-overenie-ok{
    /*border: solid 1px #ff0000;*/
	border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    font-size: 13px;
    text-align: center;
	line-height:1.25;

}

div.form-overenie a {
    text-decoration: underline;
    color: #0066ff;
}

div.form-overenie a:hover {
    text-decoration: none;
    color: #0066ff;
}

/*div.left-overenie p.lo-1{
    display:inline-block;
    padding: 5px 0;
    color: #ff0000;
    text-align:left;
}*/


/*div.left-overenie p.lo-2{
    display: inline-block;
    box-sizing: border-box;
    width:92%;
    position: absolute;
    margin: 0 4px;
    padding: 20px 10px 20px 10px;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
}*/

div.left-overenie p.lo-2{
    box-sizing: border-box;
    width: 92%;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    text-align: center;
}

/*div.left-overenie iframe{
    width: 92%; height:415px;
    margin:0 4px;
}*/

/*div.left-overenie div.lo-3{
    box-sizing: border-box;
    width: 92%; height: 52px;
    position: relative;
    margin:-55px auto 5px auto;
    background-color: black;
}*/

/*div.left-overenie img{
    width: 45%;
    height: auto;
    margin: 5px;
    vertical-align: top;
	border: 1px solid #ff0000;
	box-shadow: 0 0 10px silver;
	border-radius: 10px;
}
div.left-overenie img:hover{
    box-shadow:0 0 10px #ff8080;
	transition: all linear 0.2s;
}*/

div.left-overenie img{
    box-sizing: border-box;
	width: 92%;
    height: auto;
    margin: 5px 0;
    vertical-align: top;
	border: 1px solid #ff0000;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}
div.left-overenie img:hover{
    box-shadow:0 0 10px #ff8080;
	transition: all linear 0.2s;
}

div.left-overenie p{
    display:inline-block;
    padding: 5px 5px;
    color: #ff0000;
    text-align:left;
    width:92%
}

/*div.right-overenie p.ro-1{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 20px 10px 20px 10px;
    margin: 0;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
}*/

div.right-overenie p.ro-1{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 10px 0;
    margin: 0;
    color: white;
	background-color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    text-align: center;
}

/*div.right-overenie div.ro-2{
    box-sizing: border-box;
    width: 100%; height: 48px;
    position: absolute;
    margin: -52px 0 0 0;
    background-color: black;
}*/

div.right-overenie iframe{
    width:100%; height:415px;
}

video.act-video1{
	display:inline-block;
	width:100%;
	height:auto;
}

video.act-video2{
	display:inline-block;
	width:92%;
	height:auto;
}

video.home-video{
	display:inline-block;
	width:100%;
	max-width:585px;
	margin:5px 0;
}

.text-small{
    font-size: 11px;
    font-style: italic;
    color: #777;
    text-align: justify;
}

.link-pokracovat {
    display: inline-block;
    border: solid 0px #b3b3b3;
    font-family: 'Verdana';
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    background-color: #e60000;
	box-shadow:0 0 5px gray;
    width: auto;
    height: 32px;
    outline: none;
    padding: 8px 16px 0 16px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.link-pokracovat:hover {
    color: white;
	background-color: #ff0000;
    text-decoration: none;
	transition: all linear 0.2s;
}

div.mobile {
    background: url(../images/mobile.png) left no-repeat;
    padding: 30px 0 0 130px;
    height: 128px;
    position: relative;
    top: -20px;
}



/* Home */

div.cela_stranka-home{
    display:inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    /*min-height: 800px;*/
    border: solid 1px #ff0000;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    vertical-align: top;
	box-shadow:0 0 10px #ff8080;
	background-color: rgba(255, 255, 255, 0.95);
}


div.link-home{
    max-width: 1220px;
    box-sizing: border-box;
    margin:0 auto;
    padding: 20px 40px;
    font-size: 13px;
    text-align: right;

}

.link-home a {
    text-decoration: underline;
    color: #0066ff;
}

.link-home a:hover {
    text-decoration: none;
    color: #0066ff;
}

div.form-searcher{
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
    border: solid 1px #ff0000;
	border-radius: 10px;
}

.form-delete_account{
    width:240px;
    background-color: #f2f2f2;
    padding:20px;
    border: solid 1px #ff0000;
	border-radius: 10px;
}

.detail-left, .detail-right{
    width: 100%;
    box-sizing: border-box;
}

.detail-left{
    padding: 0 10px;
}

.detail-right{
    text-align: center;
}

.link-home-thumbs{
    line-height:0;
}

.link-home-thumbs a img{
    display: inline-block;
	border: 1px solid #ff0000;
	border-radius: 10px;
    margin: 3px;
    /*padding: 5px;*/
	box-shadow:0 0 10px silver;
    background-color: #f2f2f2;
}

.link-home-thumbs a:hover img{
    box-shadow: 0 0 10px #ff8080;
	transition: all linear 0.2s;
}

.home-thumb{
	display: inline-block;
	box-sizing: border-box;
	width: 158px;
	height: 211px;
	padding: 68px 0 0 0;
	margin: 5px;
	vertical-align: top;
	border: 1px solid #ff0000;
	background: url(../images/nophoto_thumb.png) center top no-repeat;
	box-shadow: 0 0 10px silver;
}
.home-thumb:hover{
	box-shadow: 0 0 10px #ff8080;
	transition: all linear 0.2s;
}

.link-stranka{
    font-size:13px;
    text-align:center;
    padding-top:5px;
}

.link-stranka a{
    text-decoration: underline;
    color: #0066ff;
}

.link-stranka a:hover{
    text-decoration: none;
}

.link-home-page1{
    display:inline-block;
    background-color:#ff0000;
	border-radius: 5px;
    color:white;
    margin:4px 2px;
    padding:5px;
    font-size:13px;
}

.link-home-page2{
    display:inline-block;
    background-color:#f2f2f2;
	border-radius: 5px;
    margin:4px 2px;
    padding:5px;
    font-size:13px;
	
}
.link-home-page2:hover{
	box-shadow: 0 0 5px #80b3ff;
	transition: all linear 0.2s;
}


.home-order-menu{
    font-size:13px;
}

.home-order-menu a{
    font-size:13px;
}

p.error-home{
    padding: 20px;
    color: white;
    background-color: #ff0000;
    font-size:14px;
    font-weight: bold;
}

p.message{
    text-align:center;
    font-weight:bold;
}


input.odoslat-small{
    border: solid 0px #b3b3b3;
    font-size: 15px;
    font-weight: bold;
    background-color: #e60000;
    width: 100px;
    height: 28px;
    outline: none;
    padding: 0px;
    color: white;
    border-radius: 10px;
	box-shadow:0 0 5px gray;
    cursor: pointer;
}


input.odoslat-small:hover{
    background-color: #ff0000;
    font-weight: bold;
    cursor: pointer;
	transition: all linear 0.2s;
}


label.pointer, input[type="checkbox"], input[type="radio"]{
    cursor:pointer;
}


.inzerat{
    display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
	margin:5px 0;
	padding:0;
	border: 1px solid #ff0000;
    font-size: 14px;
	text-align:left;
	border-radius: 10px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.inzerat:hover{
	box-shadow: 0 0 5px #ff8080;
	transition: all linear 0.2s;
}

.inzerat-text{
	padding: 0 10px 10px 10px;
}

.inzerat h2{
    height: 42px;
	margin: 5px 0;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0066ff;
}

.inzerat-foto{
	display:block;
	width:100%;
	height:auto;
	border-radius: 10px 10px 0 0;
}

.inzerat-lokalita{
    height: 45px;
	font-size: 12px;
    color: gray;
    margin-bottom: 5px;
}

.inzerat-keyword{
	font-size: 12px;
    color: gray;
    margin-bottom: 10px;
}
.inzerat-keyword-tag{
	font-size: 12px;
	font-weight: bold;
    color: gray;
    margin-bottom: 0;
}

.inzerat a{
	color: #0066ff;
	text-decoration:underline;
}
.inzerat a:hover{
    text-decoration:none;
}

a.inzerat-no-foto{
    display:block;
    width:146px;
    height:195px;
    /*margin:0 10px 0 0;*/
    /*padding:20px;*/
    background-color:#f2f2f2;
    text-align:center;
}

a.inzerat-no-foto:hover{
    text-decoration:none;
}

.inzerat-foto-big{
    float:left;
    width:100%;
    /*height:400px; /*360*/
    margin:0 0 20px 0;
}

.inzerat-foto-big img{
    width:100%;
    height:auto;
	border: 1px solid #0066ff;
	box-shadow:0 0 10px silver;
	border-radius: 10px;
}

.inzerat-no-foto-big{
    float:left;
    width:100%;
    height:373px; /*360*/
    margin:0 0 20px 0;
    padding:0;
    background-color:#f2f2f2;
    text-align:center;
    color:#0066ff;
}

.inzerat-foto-big a img:hover{
    box-shadow: 0 0 10px #80b3ff;
	transition: all linear 0.2s;
}

.vyhladavac select{
	font-size:14px;
	height:30px;
	border: solid 1px #ff0000;
	background-color:#f2f2f2;
}

.vyhladavac optgroup{
	background-color:#f2f2f2;
}

.vyhladavac option{
	background-color:white;
}

.vyhladavac-box{
	display:inline-block;
	padding:10px;
	border: solid 1px #ff0000;
	/*background-color:#f2f2f2;*/
	box-shadow:0 0 10px #ff8080;
}

.tlacidlo-hladat{
	vertical-align:0px;
	padding:10px 15px;
	margin:5px 0;
	background-color: #e60000;
	border:0;
	border-radius:10px;
	font-size:14px;
	font-weight:bold;
	color:white;
	box-shadow: 0 0 5px gray;
}
.tlacidlo-hladat:hover{
	background-color:#ff0000;
	cursor:pointer;
	transition: all linear 0.2s;
}

a.zobrazit-kontakt{
    display:inline-block;
    vertical-align:0px;
	padding:5px 10px;
	background-color: #e60000;
	border:0;
	border-radius:10px;
	box-shadow: 0 0 5px gray;
	font-size:12px;
	font-weight:bold;
    text-align:center;
    text-decoration:none;
	color:white;
}
a.zobrazit-kontakt:hover{
	background-color: #ff0000;
    text-decoration:none;
	cursor:pointer;
	transition: all linear 0.2s;
}

a.zobrazit-kontakt-big{
    width:160px;
    font-size:16px;
	margin:10px;
    padding:10px;
}

.clanok{
    box-sizing:border-box;
    min-height:200px;
	margin:10px 0;
	padding:0 10px 0 10px;
	border: 1px solid #ff0000;
	border-radius: 10px;
	background-color: #f2f2f2;
}
.clanok:hover{
	box-shadow: 0 0 5px #ff8080;
	transition: all linear 0.2s;
}
.clanok a{
	color: #0066ff;
	text-decoration:none;
}
.clanok a:hover{
	text-decoration:underline;
}

.zoznam-okresy{
    margin:10px;
    line-height:1.5;
}

.zoznam-porno{
    margin:10px;
    line-height:2;
}

.zoznam-okresy a, .zoznam-porno a{
    margin-right:10px;
    color: #0066ff;
}
.zoznam-okresy a:hover, .zoznam-porno a:hover{
    text-decoration:none;
}


.fancybox-slide--iframe .fancybox-content {
    max-width:1200px;
    margin: 0;
}

.link-sa{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0; left:0;
	/*background-color:rgba(255, 255, 255, 0.5);*/
	z-index:999;
}


.dialog-back{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	top:0; left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:999;
}

.dialog-window-1, .dialog-window-2{
	display:inline-block;
	margin-top:20%;
	padding:20px;
	background-color:#000000;
	color:#ffffff;
}

.dialog-window-2{
	display:none;
}

.dialog-btn-1, .dialog-btn-2{
	display:inline-block;
	min-width:60px;
	margin:0 10px;
	padding:10px 30px;
	color:#ffffff;
	text-decoration:none;
	border-radius:10px;
	transition:all linear 0.2s;
}
.dialog-btn-1:hover, .dialog-btn-2:hover{
	color:#ffffff;
	cursor:pointer;
}

.dialog-btn-1{
	background-color:#00994d;
}
.dialog-btn-1:hover{
	background-color: #00cc66;
}

.dialog-btn-2{
	background-color:#333333;
}
.dialog-btn-2:hover{
	background-color:#666666;
}

.blur{
	filter:blur(10px);
}

.dialog-small-text{
	font-size:10px;
	color:gray;
}


.vyhladavanie{
	text-align: center;
}

.form-vyhladavanie{
	display: inline-block;
	margin: 20px 0;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #ff0000;
	border-radius: 10px;
	background-color: #f2f2f2;
	
}

/*.tlacidlo-hladat{
    border: solid 0px #b3b3b3;
    font-size: 14px;
    font-weight: bold;
    background-color: #e60000;
    width: 100px;
    height: 38px;
    outline: none;
    padding: 2px 0 0 0;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    box-shadow:0 0 10px gray;
    /*animation-name: button;
    animation-duration: 2s;
    animation-iteration-count: infinite;*/
}
tlacidlo-hladat:hover{
    background-color: #ff0000;
    font-weight: bold;
    cursor: pointer;
	transition: all linear 0.2s;
}*/

.oznam{
	text-align: center;	
}

.oznam-chyba{
	text-align: center;	
	color: red;
}





.box-activation{
	color:white;
	text-align:center;
	background-color:#404040;
	padding:10px 0;
}

.subtitle{
	font-size:1.0rem;
	line-height:1.5;
}

.p10{
	padding:10px;
}


.aktivacia {
	height:65px;
	margin:20px 0;
	padding:10px 0;
	border-top: solid 1px #404040;
	border-bottom: solid 1px #404040;
	background-color:rgba(255, 255, 255, 0.1);
}

.tlacidlo{
	display:inline-block;
	color:#ffffff;
	padding:20px 20px;
	font-weight:700;
	background-color:#e60000;
	border-radius:5px;
	box-shadow:0 0 10px #000000;
	text-decoration:none;
	transition:linear 0.2s all;
	cursor:pointer;
}
.tlacidlo:hover{
	color:#ffffff;
}

@keyframes button_uvod {
  0%   {font-size: 1.0rem;}
  50%  {font-size: 1.2rem;}
  100% {font-size: 1.0rem;}
}

.animate_uvod{
	animation-name: button_uvod;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.window-sms{
	display:none;
	box-sizing:border-box;
	width:100%;
	max-width:460px;
	margin:20px auto;
	padding:10px;
	text-align:left;
	line-height:1.5;
	border: solid 1px #404040;
	background-color:rgba(255, 255, 255, 0.1);
}

.win-close{
	text-align:right;
}
.win-close img{
	width:16px;
	height:16px;
}
.win-close img:hover{
	cursor:pointer;
}

.title1{
	font-size: 1.2rem;
}

.text-center{
	text-align:center;	
}
.text-justify{
	text-align:justify;	
}

.text-small{
	font-size:0.8rem;
}
.text-xsmall{
	font-size:0.6rem;
}
.text-xbig{
	font-size:1.6rem;
}
.text-red{
	color:#cc0044;
	text-shadow:0 0 5px #000000;
}


.images{
	margin:10px 0;
}

.images img{
	width:150px;
	height:150px;
	margin:5px;
}



.box-activation2{
	color:white;
	text-align:center;
	background-color:#404040;
	padding:20px;
}


.box-aktivacia2 {
	margin: 0;
	padding: 0;
	border-top: solid 1px #404040;
	border-bottom: solid 1px #404040;
	background-color:rgba(255, 255, 255, 0.1);
}

.aktivacia2-text{
	padding: 0 10px;
}

.aktivacia2-tlacidlo{
	height: 106px;
	padding: 0;
}


.gif-sex{
	display: inline-block;
	margin: 20px 0;
	width: auto;
	height: 200px;
}

.aktivacia2-images{
	margin: 0;
	padding: 0;
}

.aktivacia2-images a{
	display:inline-block;
	line-height: 0;
	margin: 5px;
}

.aktivacia2-images img{
	width:150px;
	height:150px;
}

.aktivacia2-images-text{
	position: relative;
	top: 150px
}

.aktivacia2-images-text a{
	color: yellow;
	font-size: 20px;
	font-weight: 700;
	text-shadow:0 0 5px #000000;
}

/*.aktivacia2-text2{
	text-align: left;
}*/


.box-activation3{
	text-align:center;
	padding:10px;
}

.box-aktivacia3-text {
	text-align: left;
}

.box-aktivacia3-text2{
	text-align:center;
	padding: 10px 20px;
	background-color:#f2f2f2;
	border: solid 1px #ff0000;
}

.box-aktivacia3-cena {
	display:inline-block;
	width:118px;
	padding:40px 0px;
	font-size:32px;
	color:white;
	background-color:red;
	border-radius:50%;
	box-shadow: 5px 5px 5px gray;
}

.box-aktivacia3-img-grancia{
	width: auto;
	height: auto;
}

.box-aktivacia3-img-icon{
	width: 100%;
	max-width: 300px;
	height: auto;
}

.box-aktivacia3-img-photo{
	width: 100%;
	max-width: 300px;
	height: auto;
	margin:5px;
}

.box-aktivacia3-form-api {
	background-color: #ffffff;
}

.ul-register{
	list-style-image: url('/images/odrazka.png');
}
/*.ul-register li{
	line-height: 1.5;
}*/


.form-platba{
	display:inline-block;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
	background-color:#f2f2f2;
	border: solid 1px #ff0000;
	border-radius: 10px;
}

.form-platba label{
	font-weight: 700;
	color: #e60000;
	cursor: pointer;
}
/*.form-platba label strong{
	color: #e60000;
	cursor: pointer;
}*/
.form-platba input[type='radio']{
	width:20px;
	height: 20px;
	margin: 5px 5px 5px 0;
	vertical-align: -2px;
	cursor: pointer;
}


.form-sms{
	display:inline-block;
	text-align: center;
	border: solid 1px #dddddd;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.form-sms-head{
	padding: 10px;
	color:#555555;
	background-color:#dddddd;
}
.form-sms-body{
	padding: 10px;
}


.tlacidlo-sticker{
	display:inline-block;
	color:#ffffff;
	width:280px;
	padding:15px 0 0 0;
	margin:5px 0 0 0;
	font-weight:700;
	background-color: #e60000;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	text-decoration:none;
	transition:linear 0.2s all;
	cursor:pointer;
}
.tlacidlo-sticker:hover{
	/*background-color:#40ff40;*/
	color:#ffffff;
	box-shadow:0 0 10px #e60000;
}

.sticker{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	z-index: 20;
}

.footer-sticker{
	margin-bottom: 80px !important;
}


.porno-videa{
	text-align: center;
}

.porno-videa iframe{
	/*width=510 height=400*/
	width:100%
	height:auto;
	margin: 10px;
	border: 1px solid #e60000;
}


@keyframes blink {
  0%   {color: #ffffff; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
  50%  {color: #e60000; text-shadow: none;}
  100% {color: #ffffff; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
}

.text-blink{
	animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



@media screen and (min-width: 360px) {
   .inzerat{ max-width:152px; margin: 8px; }
}


@media screen and (min-width: 375px) {
    .link-home-thumbs a img{ margin: 6px; }
	
	.form-reg-step-hide{ display:inline-block; }
	/*div.zadarmo { display:none; }*/
}

@media screen and (min-width: 400px) {
   h1.reg-zadarmo{ font-size: 26px; }
}

@media screen and (min-width: 480px) {
   .inzerat-foto-big, .inzerat-no-foto-big { width:280px; height:auto; margin:0 20px 20px 0; }
   .inzerat-no-foto-big { width:280px; height:373px; }
   .inzerat-foto-big img { width:280px; height:auto; }
}

@media screen and (min-width: 500px) {
   /*div.zadarmo { display:block; }*/
}

@media screen and (min-width: 640px) {
   div.left, div.right { display: inline-block; box-sizing: border-box; width: 50%; }
   div.right { text-align: right; }
   
   div.left-overenie, div.right-overenie { display: inline-block; box-sizing: border-box; width: 50%;  }
   div.left-overenie { text-align: left; padding-top: 4px; }
   /*div.left-overenie div.lo-3 { margin: -55px 4px 5px 4px; }*/
   
   div.left-login, div.right-login { display: inline-block; box-sizing: border-box; width: 50%; }
   div.left-login { text-align: left; }
   div.left-login img{ width: 92%; margin: 0 40px 0 0; }
   
   .form-reg-step-hide{ display:none; }
   
   video.home-video{ margin:5px; }
   
}

@media screen and (min-width: 730px) {
	.form-reg-step-hide{ display:inline-block; }
	/*div.zadarmo { display:none; }*/
	
}

@media screen and (min-width: 800px) {
  .detail-left, .detail-right{ display: inline-block; width: 50%; vertical-align: top; }
  /*.icon-secured{ height:60px; }*/
}

@media screen and (min-width: 970px) {
  /*div.zadarmo { display:block; }*/
}

/*@media screen and (max-width: 1000px) {
	.form-reg-step-hide{ display:none; }
}*/


uvod-body {
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
	color: #333;
	line-height: 1.6;
}

[class="uvod-body"]
{
	.container {
		max-width: 800px;
		margin: 20px auto;
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}
	h1, h2 {
		color: #d63384;
		text-align: center;
	}
	ol {
		padding-left: 20px;
	}
	ol li {
		margin-bottom: 10px;
	}
	.cta-button {
		display: block;
		text-align: center;
		padding: 15px;
		margin: 20px 0;
		background-color: #d63384;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		font-size: 18px;
		/*transition: background-color 0.3s ease;*/
		transition: linear 0.3s all;
	}
	.cta-button:hover {
		background-color: #a81f60;
		box-shadow: 0 0 5px #d63384;
	}
}

@keyframes button_resize {
  0%   { transform: scale(1.0, 1.0); }
  50%  { transform: scale(1.05, 1.05); }
  100% { transform: scale(1.0, 1.0); }
}

.cta-button-animate {
	animation-name: button_resize;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}