
.wrapper{
	background:#fff;
	width: 100%;
}

.wrapper-inner{
	padding:40px;
	display: inline-block;
	width: 100%;
	background:#fff;
}


/************************************************ DETAIL OPRAVY *****************************/
.repair{
	float: left;
	width: 70%;
	display: inline-block;
	position: relative;
}

.map img{
	margin-top: 20px;
}
.flex{
	padding-left: 0;
	padding-right:25px;
}
.flex ta{
	display: block;
}

.form-typ{
	width: 100%;
}

.repair-heading{
   width: 100%; 
   font-weight: 400; 
   color:rgba(0,0,0,0.87);
   font-size:32px;
   display: inline-block;
   margin:0;
}

.header p{
	color:rgba(0,0,0,0.38);
	margin-left: 60px;
}

.repair-heading img{
	display: inline-block;
	float: left;
	width: 50px;
	margin-right: 10px;
}

.repair-img{
	float: right;
	width: 30%;
	display: inline-block;
}

.repair .desc{
	margin-top: 20px;
	margin-bottom: 20px;
	color:rgba(0,0,0,0.54);
}

np{
	background:#2a76a8;
	color:#fff;
	display:block;
	width:110px;
	height:100px;
	text-align:center;
	float:left;
	margin:2px;
	text-align:center;
	font-size:14px ;
	font-weight:200;
	padding-top:10px;
}

np:hover{
		background:#8BCD09  !important;
}
ni:before{
	content:"\e008";
	font-family: 'Glyphicons Halflings';
	text-align:center;
	font-size:36px;
}

ni2:before{
	content:"\e024";
	font-family: 'Glyphicons Halflings';
	text-align:center;
	font-size:36px;
}
.popover{
background:#fff !important;
border:0px;
padding-bottom:10px;
z-index:10;
border-radius: 0;
}


.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 10px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 2px;
  margin-left: -10px;
  content: " ";
  border-top-color:#fff;
  border-bottom-width: 0;
}


/***** STRANKA OPRAVY ****/

.repair.opravy{
	width: 100%;
}


.opravy .header{
	display: inline-block;
	width: 100%;
}

.opravy .thumbnail{
	width: 31.33%;
	float:left;
	display: inline-block;
	margin: 1%;
	border: none;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.opravy .thumbnail:hover{
	background: rgba(0,0,0,0.05);
	border-radius: 0;
}


.opravy .thumbnail .caption p{
	font-weight:600;
	color:rgba(0,0,0,.87);
}

.opravy .thumbnail img{
	width: 70%;
}

.thumbnail.service{
	border: none;
	text-align: center;
	font-weight: bold;
}

.thumbnail.service .caption p{
	color:#2a76a8;
}

.thumbnail.service .caption h2{
	color:rgba(0,0,0,0.87);
	font-weight: bold;
	font-size: 24px;
}


.brand-introduction .header{
	width: 60%;
	display: inline-block;
	float: left;
}


@media(max-width:768px) {
	
.opravy .thumbnail{
	width: 100%;
}


}


/*** NOTEBOOK DETAIL OPRAVY ****/

.laptop-price-list{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.repair-offer{
	display: inline-block;
	float: left;
	width: 31.333%;
	margin-right:2%;
}

.repair-offer h3{    /***** FAREBNY ELEMENT  ****/
	background:rgba(42,118,168,1);
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding:20px;
	/*box-shadow: 0 2px 0 rgba(0,53,97,1);*/
}

.repair-offer p{
	font-weight:200;
	font-size:14px;
	color:#fff;
	margin-top:5px;
}

.repair-offer .caption {
	display: inline-block;
	width: 100%;
	font-weight:200;
	font-size:14px;
	margin-top:20px;
	color:rgba(0,0,0,0.54);
}

.repair-offer  .price{
	font-size:24px;
	font-weight:bold !important;
	display: inline-block;
	float: left;
	width: 50%;
}
.repair-offer .time{
	font-size:24px;
	font-weight:400;
	display: inline-block;
	float: left;
	width: 50%;
}


.repair-offer .icon{
	color:rgba(0,0,0,0.38);
	color:#2a76a8;
	padding:10px;
	font-size:20px;
}

.repair-offer .alert{
	border-radius: 0;
	display: inline-block;
	padding: 20px;
	background: rgba(42,118,168,0.3);

}

.repair-offer strong{
	font-size:12px;
}
.repair-offer .caption a,
.repair .desc a{
	color:#2a76a8;
	text-decoration: underline;
}


/*********************************************** EXTRA SLUZBY**************************/


.prefooter{
	display: inline-block;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.12);
	margin-top: 50px;
	padding-top:50px;
}

.prefooter .text{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

.prefooter img{
	margin: 0 auto;
	display:table;
	width: 40%;
}


.extra{
	display: inline-block;
	width: 31.333%;
	margin: 1%;
	float: left;
}

.extra img{
	width: 80%;
	margin: 0 auto;
	display: table;
}

.extra .text{
	font-weight: 600;
	color:rgba(0,0,0,0.87);
	font-size: 18px;
	text-align: center;
}

.prefooter h2{
	margin-top: 0;
}

.extra .text p{
	font-size: 14px;
	font-weight: normal;
	color:rgba(0,0,0,0.54);
}


live{
	font-size:18px;
	font-style:italic;
}




@media(max-width:768px) {
	
.repair-offer{
	width: 100%;
}

.extra{
	width: 100%;
}

}

/**** OSTATNE OPRAVY STRANKA ***/

.oprava{
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.oprava img{
	display: inline-block;
	float: left;
	width: 23%;
	margin-right:2%;
}

.oprava .caption{
	display: inline-block;
	float: left;
	width: 70%;
	padding: 20px;
}
.oprava .caption h2{
	margin: 0;
}

.oprava .buttons{
	display: inline-block;
	width: 100%;
}

@media(max-width:768px) {
}




/****** LCD STRANKA *******/


.sub-heading{
	font-size: 14px;
	font-weight: bold;
}
.lcd-container{
	width: 32.333%;
	display: inline-block;
	float: left;
	margin-right: 1%;
}
.lcd{
	border:6px solid #333;
	width:100% !important;
	height:140px;
	text-align:center;
	font-size:32px;
	color:#fff;
	padding-top:12%;
	font-weight: bold;

background: rgba(42,118,168,1);
background: -moz-linear-gradient(-45deg, rgba(42,118,168,1) 0%, rgba(113,177,230,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,118,168,1)), color-stop(100%, rgba(113,177,230,1)));
background: -webkit-linear-gradient(-45deg, rgba(42,118,168,1) 0%, rgba(113,177,230,1) 100%);
background: -o-linear-gradient(-45deg, rgba(42,118,168,1) 0%, rgba(113,177,230,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(42,118,168,1) 0%, rgba(113,177,230,1) 100%);
background: linear-gradient(135deg, rgba(42,118,168,1) 0%, rgba(113,177,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a76a8', endColorstr='#71b1e6', GradientType=1 );

}

.lcd h3{
	font-size:18px;
	font-weight: 200;
	margin-top:0px;
	margin-bottom:0px;
}


.lcd-panel{
	border:0px;
}

.lcd-panel h4{
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#333;
	padding:10px;
	width:100%;
}


.lcd-panel table{
	width:100%;
}

.lcd-panel .name{
	font-size:12px;
	font-weight:bold;
}

.specs{
	font-size:12px;
	font-weight:200;
	text-align:left;
}

table tr:nth-child(odd){
	background: rgba(0,0,0,0.03);
}
table tr:nth-child(even){
		
}


@media(max-width:768px) {
	
.lcd-container{
	width:100%;
}


}




/******************* LAPTOP BRANDS *****************/

.brand.repair{
	width: 100%;
}

.brand-type{
	width:100%;
	display: inline-block;
}


.brand-type .thumbnail{
	width: 33.333%;
	display: inline-block;
	float: left;
	border: none;
}

.brand-type .thumbnail a{
	width: 100%;
	margin: 2%;
	display: inline-block;
	height: 100%;
}

.brand-type .thumbnail a:hover{
	background: rgba(0,0,0,0.07);
}

.brand-type .thumbnail img{
	width: 60%;
	margin: 0 auto;
}

.brand-type h2{
	font-size:14px;
	text-align:center;
	font-weight: 700;
	color:#2a76a8;
}




.brand-intro .offer{
	display: inline-block;
	float: left;
	width: 50%;
	/*background: rgba(42,118,168,0.1);*/
	padding: 40px;
	border-top: 1px solid rgba(0,0,0,0.12);
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.offer.left{
	border-right: 1px solid rgba(0,0,0,0.12);
}
.brand-intro .offer h2{
	font-size:20px;
	font-weight:400;
	margin: 0;
	margin-bottom: 10px;
}

.brand-intro .offer img{
	width: 250px !important; 
	margin: 0 auto;
	display: table;
}

.brand-intro .offer p{
	font-size:12px;
	line-height:2;
	margin:0;
	display: inline-block;
	color:rgba(0,0,0,0.54);
	padding-left:10px;
	position: relative;
	width: 100%;
}
.brand-intro .offer p:before{
	content:"\f363";
	position: absolute;
	top: 0;
	left: 0;
	font-family: ionicons;
	color:#2a76a8;
}



.repair-intro{

}

.repair-intro .text{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 40px;
}

.repair-intro h2{
	font-size:20px;
	font-weight:400;
}

.repair-intro .text p{
	font-size:14px;
	color:rgba(0,0,0,0.54);
}

.repair-intro .star p{
	font-size:16px;
	color:rgba(0,0,0,0.87);
}

.repair-intro .star p:before{
	content: "\f4b3";
	font-family: ionicons;
	font-size: 18px;
	color:#ffcc00;
	margin-right: 5px;
}


.history{
	display: inline-block;;
	padding:40px;
	padding-top: 0;
}

.history img{
	width: 100px;
	opacity: 0.38;
	margin: 0 auto;
	display: table;
}

.history .heading{
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid rgba(0,0,0,0.12);
	padding-top: 20px;
	text-align: center;
}


.history p{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	float: left;
	width: 100%;
	color:rgba(0,0,0,0.54);
}


@media(max-width:768px) {


.brand-intro .offer{
	border: none;
	width: 100%;
	padding: 20px;
}
.brand-intro .offer img{
	width: 60%
}
.repair-intro .text{
	width: 100%;
	padding: 20px;
}
}


























.parts-sale{
	margin-top:60px;
	padding-top:60px;
	border-top:1px solid rgba(0,0,0,0.12);
	
}


.modelname{
	padding:50px;
	text-align:center;
	font-weight:200;
	color:#999;
}


.preorder h2{
	font-size:54px;
	text-align:center;
	font-weight:200;
}

.preorder p{
	font-size:22px;
	text-align:center;
}

.preorder h3{
	font-size:42px;
	text-align:center;
	font-weight:200;
}





/******** ZBERNE MIESTO *******************/

.intro-opravy.zm .intro-caption div{
	font-size: 14px;
	text-align: center;
}
.modal-dialog h3{
	font-size: 14px;
	text-align: center;
}
.zm.btn-breadcrumb{
	padding: 5px;
}


.zm.btn-breadcrumb .btn-default{
	background: #003561 !important;
	color:rgba(255,255,255,0.50) !important;
	font-size: 12px;
}
.zm.btn-breadcrumb .btn.btn-default:not(:last-child)::after {
    border-left: 10px solid #003561 !important;
    border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-top: -16px;
	color:rgba(255,255,255,0.50) !important;
}
.zm.btn-breadcrumb .btn:not(:last-child)::before{
	border-left:11px solid rgba(255,255,255,0.12) !important;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-top: -16px;
	color:rgba(255,255,255,0.50) !important;
}
.zm.btn-breadcrumb .btn:hover.btn-default:not(:last-child)::before{
	border-left:11px solid rgba(255,255,255,0.12) !important;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-top: -16px;
	color:rgba(255,255,255,0.50) !important;
}

.zm-place{
	position: relative;
	padding: 0;
}

.zm-place .maskot{
	position: absolute;
	right: 120px;
	top: -105px;
	width: 200px;
}
.miesta{
	padding: 20px;
}
.miesta .heading{
	color:#2a76a8;
	font-weight: bold;
	margin-bottom: 10px;
}

.miesta a{
	display:block;
	width: 100%;
}
.miesta a:hover span{
	text-decoration: underline;
}


.miesta a img{
	display: inline-block;
	width: 80px;
}

.zm-place .location{
	display: inline-block;
	width: 100%;
	padding: 40px;
}

.title.container{
	position: relative;
}
.zm-logo{
	position: absolute;
	right: 15px;
	top:10px;
	border-radius:0px;
	width: 100px;
	height: 80px;
	text-align: center;
	line-height: 180px;
	background:rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.zm-logo img{
	margin:0 auto;
	display: table;
	width: 30px;
	margin-top: 7px;
	margin-bottom: 5px;
}
.zm-logo h2{
	color:rgba(255,255,255,0.54);
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	line-height: 1;
	letter-spacing: -0.05em;
}

.zm-logo p{
	line-height: 1;
	text-transform: uppercase;
	color:rgba(255,255,255,1);
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.05em;
}
.zm.title{
	color:rgba(255,255,255,1);
	font-weight:200;
	width: 960px;
	display: table;
	padding: 40px 40px 20px 0px;
	background: rgba(42,118,168,1);
	margin: 0 auto;
	margin-bottom: 5px;
	background: none;
}
.title .ntb{
	font-size:14px;
	color:rgba(255,255,255,0.7);
	margin-right: 10px;
}
.title .ip{
	font-size: 14px;
	color:rgba(255,255,255,0.7);
}
.title .city{
	font-size: 36px;
	margin-right: 10px;
	line-height: 1;
}
.nav-tabs.place{
	background:#2a76a8;
	border: none;
	height: 40px;
}
.nav-tabs.place .active a{
	color:#fff !important;
	background: #80bd07 !important;
}
.nav-tabs.place .active{
	color:#fff !important;
	background: #8BCD09 !important;
}
.nav-tabs.place li{
	background: #2a76a8 !important;
	height: 40px;
}

.nav-tabs.place li a{
	padding: 10px;
	margin-right: 0;
	color:#fff !important;
	border-radius: 0;
	height: 40px;
	font-weight: bold;
}
.nav-tabs.place li a:hover{
	background: none;
}
.zm-place #location{
	padding: 40px 0 0 0;
	color:rgba(0,0,0,0.87);
}
.zm-place .contact{
	display: inline-block;
	float: left;
	width: 25%;
}
.zm-place .contact .icon{
	display: inline-block;
	width: 15%;
	float: left;
	line-height: 0;
	color:rgba(0,0,0,0.38);
}
.zm-place .contact p{
	display: inline-block;
	float: left;
	width: 85%;
}
.place-name{
	display: inline-block;
	width:25%;
	float: left;
}
.place-name .icon{
	display: inline-block;
	width: 15%;
	float: left;
	line-height: 0;
	color:rgba(0,0,0,0.38);
}
.place-name .name{
	display: inline-block;
	width: 85%;
	float: left;
}
.place-name p{
	margin: 0;
}
.zm-place .hours{
	display: inline-block;
	width: 25%;
	float: right;
	margin: 0;
}
.zm-place .hours .icon{
	display: inline-block;
	width: 15%;
	float: left;
	line-height: 0;
	color:rgba(0,0,0,0.38);
}
.zm-place .time-table{
	display: inline-block;
	width: 85%;
	float: left;
}
.zm-place .time-table p{
	display: inline-block;
	line-height: 0;
	width: 100%;
}
.time-table .day{
	float: left;
	text-align: left;
	width: 40%;
	display: inline-block;
}

.time-table .time{
	float: right;
	text-align: left;
	width: 60%;
	display: inline-block;
}
.zm-place .map{
	width: 100%;
	float: left;
	display: inline-block;
}
.zm-place .map iframe{
	width:100%; 
	height:350px;
	border:0;
	border:0px solid #003561; 
	border-radius: 2px;
	margin-top: 30px;
}
.zm-place .repair-list{
	display: inline-block;
	width: 100%;
	padding: 40px;
}

.repair-list .typ{
	color:#2a76a8;
}

.typ:after{
	font-family:ionicons;
	margin-left:5px;
	margin-right: 10px;
}

.typ[aria-expanded=true]:after{
	content: "\f365";
}
.typ[aria-expanded=false]:after {
	content: "\f35f";
}

.zm-place .repair-list .list{
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.zm-place .repair-list .list img{
	display: inline-block;
	float: left;
	width:10%;
	margin-right: 10px;
}
.zm-place .repair-list .list .desc{
	width:85%;
	display: inline-block;
	float: left;
}
.zm-place .desc h2{
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}
.zm-place .desc p{
	font-size:14px;
	font-weight: 400;
	color:rgba(0,0,0,0.87);
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
}
.zm-place .desc p:before{
	content: "\f2fc";
	font-family:ionicons;
	font-size: 14px;
	margin-right: 5px;
	line-height: 1.2;
	color:rgba(0,0,0,0.12);
	color:#ffcc00;
}

.zm-place .detail{
	padding:  10px;
	border: 1px solid rgba(255,200,0,0.5);
	background: rgba(241,232,103,0.3);
	border-radius: 10px;
	position: relative;
}
.zm-place .detail .back{
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}
.detail .accept{
	display: inline-block;
	width: 100%;
	margin: 5px;
}
.detail .accept:before{
	content: "\f122" ;
	font-family:ionicons;
	font-size: 14px;
	margin-right: 5px;
	line-height: 1.2;
	color:#8bcd09;
}
.detail .deny{
	display: inline-block;
	width: 100%;
	margin: 5px;
}
.detail .deny:before{
	content: "\f12a";
	font-family:ionicons;
	font-size: 14px;
	margin-right: 5px;
	line-height: 1.2;
	color:#f00;
}	

.zm-place .brands{
	width: 90%;
	margin: 0 auto;
	display: table;
	padding: 40px 40px 0 40px;
}

.zm-place .brands img{
	width: 100%;
	opacity: 0.5;
}



@media(max-width:768px) {
	

}


.miesta a{
	display: block;
}

.miesta a:before{
	content:"\f363";
	font-family: ionicons;
	font-size: 14px;
	color:#2a76a8;
	margin-right: 10px;
}


























.chat h1{
	font-weight:200;
	font-size:44px;
	color:#000;
}

.chat p{
	font-weight:200;
	font-size:22px;
	color:#999;
}


.objednat h1{
	font-weight:200;
	font-size:30px;
	color:#000;
}

.objednat p{
	font-weight:200;
	font-size:14px;
	color:#999;
}


/** IPHONE **/

.ip-table{
	background:#FFF3CD;
	border:1px solid #FFC25E;
	margin-top:20px;
	margin-left:0px;
}


.ip-table tr{
	border:1px solid #FFC25E;
}

.ip-model{
	padding-top:20px;
	padding-bottom:20px;
	font-family:"Didact Gothic";
	font-weight:normal;
	font-size:16px;
	border:1px solid #FFC25E;
	padding-left:10px;
}

.ip-price{
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-family:"Didact Gothic";
	font-size:14px;
	text-align:center;
	border:1px solid #FFC25E;
}


.ip-carousel{
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(214,214,214,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=1 );
}




/** iPHONE **/

.iphone-price-list{
	margin-top: 100px;
	display: inline-block;
	width: 70%;
	float: left;
}

.iphone-price-list h2{
	font-weight:200;
	color:rgba(0,0,0,.87);
	font-weight: bold;
	font-size: 14px;
}

.iphone-type{
	width:100%;
	background: rgba(0,0,0,0.03);
	border-bottom: 1px solid #fff;
	display: inline-block;
	position: relative;
	height: 80px;
}

.iphone-type img{
	position: absolute;
	top:10px;
	left:10px;
	width: 80px;
}

.iphone-type h3{
	display: inline-block;
	width: 70%;
	margin: 0;
	margin-left: 90px;
	font-size: 24px;
	font-weight:200;
	line-height: 80px;
}

.iphone-type p{
	position: absolute;
	top: 0;
	right: 0;
	background:#2a76a8;
	color:#fff;
	font-weight: bold;
	line-height: 80px;
	font-size:14px;
	height: 100%;
	margin: 0;
	width: 15%;
	text-align: center;
}

.iphone-type p:after{
	content:"€";
}


@media(max-width:768px) {
	
	.iphone-price-list{
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}
	
.iphone-type  h3{
		font-size: 14px;
}
	

	.live-login{
		padding-left:15px;
	}
	.username{
		display: block;
		width: 100%;
		float: left;
		text-align: left;
	}
	#menu{
		padding-bottom: 15px;
	}
	.wrapper-inner{padding: 10px; padding-top: 15px;}
	
	.carousel-repair{
	width:100%;;
	border-radius:10px;
	background-position:center;
	background-size:cover;
	border-bottom:0px solid #ccc;
	margin-top:0px;
	float:right;
}

.repair-heading{
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #ccc; 
   font-weight:200;
   font-size:22px;
   margin:0;
   padding-bottom: 30px;
}


.repair p {
	font-size:16px;
}

.discount img{
	width:200px;
}

.lcd{
	margin-top:50px;

}

.price-offer-button,
.price-offer-button:hover,
.price-offer-button:active,
.price-offer-button:focus{
	padding-left:0px;
	padding-right:0px;
	padding-top:px;
	padding-bottom:px;
	width:100%;
	font-size:14px;
	margin-top:5%;
	margin-bottom:5%;
	background: rgba(140,205,9,1);
background: -moz-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(115,173,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(140,205,9,1)), color-stop(100%, rgba(115,173,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(115,173,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(115,173,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(115,173,0,1) 100%);
background: linear-gradient(135deg, rgba(140,205,9,1) 0%, rgba(115,173,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccd09', endColorstr='#73ad00', GradientType=1 );
	border-radius:10px;
	box-shadow:inset 0 1px 0 #fff;
	border:1px solid #8bcd09;
	color:#fff !important;
}

.brand-history img{
	padding-top:50px;
}






/** SERVICE STYTLE **/

.servis-wrapper .header h1{
	font-family:Open Sans;
	font-weight:200;
	font-size:44px;
	color:#000;
	line-height:1;
}

.servis-wrapper .header p{
	font-size:14px;
	color:#999;
	font-family:Open Sans;
	font-weight:200;
	margin-bottom:40px;
}


.service-heading{
   font-weight:200;
   font-size:22px;
   color:#000;
}


.pros{
	margin-top:20px;
	margin-bottom:20px;
}

.green-gradient{
background: rgba(140,205,9,1);
background: -moz-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(41,135,10,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(140,205,9,1)), color-stop(100%, rgba(41,135,10,1)));
background: -webkit-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(41,135,10,1) 100%);
background: -o-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(41,135,10,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(140,205,9,1) 0%, rgba(41,135,10,1) 100%);
background: linear-gradient(135deg, rgba(140,205,9,1) 0%, rgba(41,135,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccd09', endColorstr='#29870a', GradientType=1 );
}

.blue-gradient{
background: #fff;
opacity:1;
}


.icon-mark{
	background:transparent;
	font-family:Open Sans;
	font-size:14px;
	padding-left:10px;
	width:100%;
	color:#000;
	padding-top:20px;
	padding-bottom:20px;
}

.icon-mark span{
	font-size:32px;
	vertical-align:middle;
	margin-right:10px;
	padding:15px;
	border-radius:15px;
	color:#003561;
}

.special{
	height:140px;
}

.special h1{
	color:#8bcd09;
	font-weight:bold;
	font-size:22px;
}


.livescreen img{
	background-position:center;
	background-size:cover;
	border-bottom:1px solid #e6e6e6;
}



h1{font-weight:200;
}



.rw-ui-info{
	font-size:12px !important;
}
	
	
.service h2{
	font-size:44px;
	text-align:center;
	font-family:inherit;
	font-weight:200;
}

.service h3{
	font-size:24px;
	text-align:center;
	font-family:inherit;
	font-weight:200;
	line-height:1;
	margin:10px;
}


.caption-footer button{
	position:absolute;
	bottom:0;
}


.dcpop p{
	text-align:center !important;
	color:#fff !important;
}



.chat h2{
	font-size:44px;
	font-weight:200;
}

.brand-customer h2{
	font-size:24px;
	font-weight:700;
}

.story{
	margin-top:50px;
	padding:50px;
}

.story h2{
	font-size:44px;
	font-weight:200;
}

.story p{
	color:#666;
}

.story img{
	margin-bottom:30px;
}

.iphonemodels{
	width:700px;
	margin:0 auto;
	display:table;
}

.opravy-iphone{
	width:90%;
	margin:0 auto;
	display:table;
	padding-top:50px;
	padding-bottom:50px;
}

.opravy-iphone h2{
	text-align:center;
	font-size:24px;
	font-weight:200;
}


.opravy-iphone h3{
	text-align:center;
	font-size:14px;
	font-weight:200;
}




@media(max-width:768px) {
	

}



/** BIZ STYLE **/


a .p-white {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}
a .p-grey {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}
.homepage {
	background: url(../img/bizback.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 100px;
	height: auto;
}

.homepage-caption {
}
.homepage-caption h1 {
	font-size: 54px;
	font-weight: 200;
	color: #fff;
	line-height: 40px;
	text-shadow: 0px 0px 0px #000;
	text-align: center;
}
.homepage-caption p {
	font-size: 26px;
	font-weight: 200;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	text-align: center;
}


.offer-circle {
	text-align: center;
	color: #fff;
	background: #003561;
	border-radius: 500px;
	box-shadow: 0 0 5px #003561;
	border:4px solid #fff;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: table;
}
.offer-circle .glyphicon {
	font-size: 3em;
	margin-top: 24px;
}
.offer-circle:hover {
	background: #fff;
	border:4px solid #fff;
	color: #003561;
	transition:ease-in 0.4s;
	box-shadow: 0 0 5px #2a76a8;
}
.offer-circle:hover .glyphicon {
	margin-top: 24px;
}
.offer-circle p {
	margin-top: 3px;
}
.p-offer {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
}

.p-offer .caption {
	font-size: 17px;
	font-weight: 200;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	width: 60%;
	margin: 0 auto;
	display: table;
}
.p-offer h1 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 200;
}
.p-white {
	background: #fff;
	width: 100%;
}
.p-grey {
	background: #f1f1f1;
	width: 100%;
}
.p-green {
	background: #2D6FE8;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}
.p-green p {
	line-height: 35px;
	font-size: 40px;
	font-weight: 200;
}
.btn-start {
	background: #fff;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	font-weight: 400;
	border: 0px;
	border-radius: 5px;
	vertical-align: middle;
}
.btn-start:hover {
	background: #06872D;
	color: #fff;
}
.anchor {
	display: block;
	height: 75px; /*same height as header*/
	margin-top: -75px; /*same height as header*/
	visibility: hidden;
}
.spolupraca-footer .footer {
	margin-top: 0px;
}
/**************REGISTRACIA**************/





.reg-homepage {
	background: #fff;
	/*	background:url(../img/bizback.jpg);*/

	background-size: cover;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 100px;
	height: 600px;
}
.reg-back {
	background: #fff;
	/*background:rgba(14,17,25,0.8); */

	background-size: cover;
	top: 0;
	left: 0;
	height: 600px;
	position: relatvie;
}
.reg-back .homepage-caption h1 {
	font-size: 34px;
	font-weight: 200;
	color: #000;
}
.reg-back .homepage-caption p {
	font-size: 14px;
	color: #000;
	font-weight: 200;
}
.reg-homepage-caption .blue {
	color: #124C88 !important;
}
.reg-homepage-caption p {
	text-align: left;
!important;
}
.reg-icon {
	border: 2px solid #124C88;
	color: #124C88;
	border-radius: 500px;
	padding: 10px;
	font-size: 20px;
}
.registration p {
	color: #000;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
}

.cityselect{
	border:1px solid #2a76a8 !important;
	border-radius:5px;
	padding:10px;
	width:94%;
	margin:1em;
	margin-bottom:30px;
}

.reasons h1{
	font-size:22px;
}

.reg-homepage .homepage-caption .btn-primary {
	background: rgba(113,180,50,1);
	background: -moz-linear-gradient(top, rgba(113,180,50,1) 0%, rgba(113,180,50,1) 1%, rgba(74,152,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(113,180,50,1)), color-stop(1%, rgba(113,180,50,1)), color-stop(100%, rgba(74,152,32,1)));
	background: -webkit-linear-gradient(top, rgba(113,180,50,1) 0%, rgba(113,180,50,1) 1%, rgba(74,152,32,1) 100%);
	background: -o-linear-gradient(top, rgba(113,180,50,1) 0%, rgba(113,180,50,1) 1%, rgba(74,152,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(113,180,50,1) 0%, rgba(113,180,50,1) 1%, rgba(74,152,32,1) 100%);
	background: linear-gradient(to bottom, rgba(113,180,50,1) 0%, rgba(113,180,50,1) 1%, rgba(74,152,32,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b432', endColorstr='#4a9820', GradientType=0 );
	border: 0px solid #114F88;
	margin-top: 10px;
	margin-bottom: 10px;
	bottom: 0px;
	width: 8px;
	border-radius: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-right: 0px;
	font-size: 14px;
}
.btn-primary:hover,  .btn-primary:active,  .btn-primary:focus {
	background: #47951e;
}
select {
	padding: 0px;
}

@media(max-width:768px) {
.p-green h2 {
	line-height: 1;
}
}


/** RATE IT **/

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(star.gif) left -32px;
    cursor: pointer;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}



.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}
div.bigstars div.rateit-range
{
    background: url(star-white32.png);
    height: 32px;
}
 
div.bigstars div.rateit-hover
{
    background: url(star-gold32.png);
}
 
div.bigstars div.rateit-selected
{
    background: url(star-gold32.png);
}
 
div.bigstars div.rateit-reset
{
    background: url(star-black32.png);
    width: 32px;
    height: 32px;
}
 
div.bigstars div.rateit-reset:hover
{
    background: url(star-white32.png);
}
 
.rateit-reset{
    display: none !important;
}