/* START Responsive Image Box */

div#wrapper
{
    width:100%;
    /*max-height:169px;*/
}
img.box-01
{
    width:30%;
    margin-right:2%;
}
img.box-02
{
    width:30%;
    margin-right:2%;
}
img.box-03
{
    width:30%;
}

/* END Responsive Image Box */


#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
	max-width: ; /* umístěno na stránky podle počtu sloupců tabulky */
	width:100% ;
	margin-left: auto;
     margin-right: auto;
	background: ; /* pro odladění*/
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
}



#plans{
	background: ; /* pro odladění*/
	float: left;
	width: 98%;
	text-align: center;
	
	margin: 1%;
	
}

.plan {
	background: #FFF;
	float: left;
	min-width:170px;
	width:100% ; /* 100 pro mobilní zařízení */
	text-align: center;
	
	border-radius: 5px;
	margin: 0 0 20px 0;
	
	/* barva rámečku*/
	border-color: #CCC;
	border-style: solid;
     border-width: 1px;
	
	 
}


.planContainer {
	font-size: 0.85em;
}

.planContainer .title h2 {
	font-size: 2em;
	font-weight: 300;
	color: #001888;
	margin: 0;
	padding: .6em  0 .6em 0;
}



.planContainer .title h2.bestPlanTitle {
	background: #001888;
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price pPR {
	background: #001888;
	color: #fff;
	font-size: 1.2em;
	font-weight: 60;
	height: 2.6em;
	line-height: 2.5em;
	margin: 0 0 0 1em;
}


.planContainer .price  {
	background: #001888;
}



.planContainer .options {
	margin-top: 10em;
	
}

.planContainer .options li  {
	font-weight: 570;
	color: #364762;
	line-height: 2.5;
	
}

.planContainer .options li span {
	font-weight: 570;
	color: #979797;
}



@media screen and (min-width: 480px) and (max-width: 767px) {

#pricePlans #plans .plan {
	width: 100%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 768px) and (max-width: 999px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1000px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .planH:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}



}

.planContainerH:hover{
	background: #DEE8FE;
}

.PT{
	text-align: right;
	
}

h1,h2 {
	font-size: 24px !important;
}