/* CSS Document */

body,html,*{

    margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#b8b8b8;
}
html{
  	height: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
body {
  	height: 100%;
	background-color:#242424;
}
div.body-wrapper{
	height: 100%;
	position: relative;
}
*, *:before, *:after {
	 -webkit-box-sizing: inherit;
	 -moz-box-sizing: inherit;
	 box-sizing: inherit;
}

p{

	margin-top:5px;
	margin-bottom:15px;
	font-size: 12px;
		
}

ul {
    list-style-type:none;
}

a,a:hover{
    text-decoration:none;
    outline: none;
    color: inherit;
    cursor: pointer;
}

a:focus{
	outline:none;
	color:#b8b8b8;
}
img{
	border:0px none;
}

section,header,nav,figure,article,footer{

	display:block;
}
select option{
	color:#555;
}
header,
#content,
footer{
	min-width: 1186px;
}
.old-browser{
	padding: 20px;
	text-align: center;
	border: 3px dashed #c2272e;
	margin: 20px;
	position: relative;
	display: none;
}
.old-browser .content{
	position: relative;
}
.old-browser .title{
	color:#c2272e !important;
	font-size: 24px;
	margin-bottom: 20px;
}
.old-browser .close{
	position: absolute;
	top: 5px;
	right: 9px;
	font-size: 20px;
	font-weight: normal;
	text-shadow:none;
	color: #b8b8b8 !important;
	opacity:1;
}
.old-browser div{
	line-height: 23px;
}
.old-browser a{
	color:#c2272e !important;
	text-decoration: underline;
	line-height: 23px;
}
.old-browser a strong{
	color:inherit;
	font-size: inherit;
	text-decoration: inherit;
}
.old-browser .browsers{
	text-align: center;
}
.container{
	width: 1156px !important; 
}
.container.iframe{
	width: auto !important; 
	margin:0px;
}
.container .container{
	margin: 0px;
	padding: 0px;
}

header{
}
header .top{
	height: 69px;
}
header .top .logo{
}
header .top .logo a{
	height: 69px;
	display: block;
	padding:10px 0px;
}
header .top nav,
footer nav{
	height: 69px;
	padding:25px 0px;
}
header .top nav ul li,
footer nav ul li{
	float: left;
	position: relative;
}
.playing-place-admin{
	background-color: #eeeeee;
}
.playing-place-admin header{
	background-color: #242424;
}
.playing-place-admin header .top nav{
	text-align: right;
}
.playing-place-admin header .top nav ul li{
	float: none;
	position: relative;
	display: inline-block;
}
.playing-place-admin header .top nav ul li a.active{
	color: #f08300;
}
.playing-place-admin header .top nav ul li.user{

}
.playing-place-admin header .top nav ul li.user span{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 18px;
	font-size: 14px;
 	color: #ef8300;
}
header .top nav ul li a,
footer nav ul li a{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 18px;
	font-size: 14px;
	color: #ffffff;
}
header .top nav ul li:before,
footer nav ul li:before{
	content: "|";
	vertical-align: middle;	
	font-size: 14px;
	color: #ffffff;
}
header .top nav ul li:first-child:before,
footer nav ul li:first-child:before{
	content: "";
	vertical-align: middle;	
	width: 0px;
	height: 0px;
	padding-left: 0px;
}

header .top nav ul li:first-child a{
	padding-left: 0px;
}
header .top nav ul li a:hover{
	text-decoration: underline;
}
header .top nav ul li:nth-last-child(1) a{
	padding-right: 0px;
}

header .top nav ul.sports{
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 5;
    display:none;
    padding-top:15px;
    width:200px;
    -webkit-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.34);
}
header .top nav ul li:hover ul.sports,
header .top nav ul li:hover span.arrow{
	display: block;
}
header .top nav ul.sports li{
	float: none;
	color: #242424;
	font-size: 14px;
	overflow: hidden;
	background-color: #ffffff;
}
header .top nav ul.sports li img{
	float: left;
	width: 46px;
	height: 46px;
}
header .top nav ul.sports li a{
	float: left;
	color: inherit;
	font-size: inherit;
	margin-top: 13px;
    margin-left: 10px;
}
header .top nav ul.sports li a:hover{
	text-decoration: underline;
}
header .top nav span.arrow{
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 26px;
    left: 56px;
    background-color: #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 6;
    display: none;
}
header .top nav ul.sports li{
	
}
header .top .menu-buttons{
	height: 69px;
	padding-top: 16px;
	padding-bottom: 15px;
	overflow: hidden;
}
header .top .menu-buttons a{
	display: inline-block;
	width: 122px;
	height:38px;
	padding: 9px;
	text-align: center;	
	color: #ffffff;
	float: right;
}
header .top .menu-buttons .new-registration{
	border:1px solid #90af00;
	margin-right: 10px;
}
header .top .menu-buttons .new-registration:hover{
	background-color: #667B00;
}
header .top .menu-buttons .my-profile{
	border:1px solid #f08300;
}
header .top .menu-buttons .my-profile:hover{
	background-color: #945100;
}
header .bottom{
	height: 44px;
	border-top: 4px solid #505050;
}
header .bottom .faq-links{
	padding-top: 10px;
	padding-bottom: 10px;
}
header .bottom .faq-links a{
	margin: 0px 11px;
}
header .bottom .faq-links a:hover{
	color: #FFFFFF;
}
header .bottom .faq-links a:nth-child(1){
	margin-left: 22px;
}
header .bottom .faq-links a:nth-last-child(1){
	margin-right: 0px;
}
.download-app{
	vertical-align: middle;
	overflow: hidden;
	padding: 5px 0px;
	height: 40px;
}
.download-app a{
	display: inline-block;
	background-image: url("/Public/Images/Layout/Header/android.png");
	background-size:28px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 36px;
	height: 28px;
	padding-top: 5px;
}
.download-app a.simple-icon{
	background-image: url("/Public/Images/Layout/Header/android_simple.png");
}
.download-app a:hover{
	color: #FFFFFF;
}
.playing-place-admin .table{
	width: 100%;
}
.playing-place-admin footer{
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
}

footer .more-info{
	margin-bottom: 25px;
	text-align: center;
}
footer .more-info a{
	display: inline-block;
	position: relative;
	padding-right: 50px;
}
footer .more-info a .arrow{
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 16px;
}
footer .more-info a  img{
	vertical-align: middle;
	margin-right: 20px;
}
footer .more-info span.text-block{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
footer .more-info span.text-block span.title{
	display: block;
	font-size: 15px;
	font-weight: 300;
}
footer .more-info a:hover span.text-block span.title{
	color: #ffffff;
}
footer .more-info span.text-block span.text{
	display: block;
	font-size: 11px;
	font-weight: 300;
	color: #f08300;
}
footer .more-info .separator{
	width:2px;
	height:63px;
	display:inline-block;
	vertical-align: middle;
	margin: 0px 70px;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #4c4c4c;
}
.sport-header{
	position: relative;
	height: 140px;
	background-position: center;
}
.sport-header .main-img{
}
.sport-header .content{
	height: 104px;	
	position: relative;
}
.sport-header .content .title{
	margin-top: 30px;
	
}
.sport-header .content .title img{
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.sport-header .content .title h1{
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	line-height: 30px;
}
.sport-header .content .title h1 a{	
	display: inline-block;
	vertical-align: middle;
}
.sport-header .content .title h1 span.main{	
	display: inline-block;
	vertical-align: middle;
	font-size: 33px;
	color: #ffffff;
	font-weight: 800;
	font-style: italic;
	font-family: Open Sans;
}
.sport-header .content .title h1 span.separator{	
	display: inline-block;
	vertical-align: middle;
	margin:0px 10px;
	font-size: 30px;
}
.sport-header .content .title h1 span.sub{	
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	font-family: Open Sans;
}
.sport-header .bread-crumb{
	height: 36px;
}
	
.sport-header .breadcrumb{
	margin: 2px 0px 0px;
	padding-left: 0px;
}
.sport-header .menu{
	position: absolute;
	right: 17px;
	top: 20px;
}

.sport-header .menu ul {
	overflow: hidden;
	margin: 0px;
}
.sport-header .menu ul li{
	 margin: 1px 15px 0px;
    display: inline-block;
    vertical-align: middle;
}
.sport-header .menu ul li:first-child{
	margin-left: 0px;
}
.sport-header .menu ul li:nth-last-child(1){
	margin-right: 0px;
}
.sport-header .menu ul li a{
	color:#ffffff;
	text-decoration: underline;
	font-size: 12px;
	height: 28px;
}
.sport-header .menu ul li a:hover{
	text-decoration: none;
}
.sport-header .menu ul li a.register-new-playing-place,
.playing-place-admin a.register-new-playing-place,
.sport-header .menu ul li a.login-adminuser{
	display: block;
}

.free-packages{
	display: none;
}
.free-packages.show{
	display: block;
}
.free-packages .panel-body{
	overflow: hidden;
}
.free-packages .panel label{
	width: 50%;
    margin: 0px !important;
    float: left;
}
.free-packages .panel label strong{
	font-size: 10px;
}
.sport-header .menu ul li a.login-adminuser{
	margin-top: 10px;
}
.sport-header .menu ul li a .glyphicons,
.playing-place-admin a.register-new-playing-place .glyphicons{
	margin-right: 7px;
    font-size: 15px;
    color: #ffffff;
    background-color: #3bbf19;
    border-radius: 20px;
    display: inline-block;
    padding: 6px;
    width: 26px;
	vertical-align: middle;
}
.sport-header .menu ul li a .text,
.playing-place-admin a.register-new-playing-place .text{
	display:inline-block;
	vertical-align: middle;
	color: inherit;
	text-decoration: underline;
}
.sport-header .menu ul li a:hover .text,
.playing-place-admin a.register-new-playing-place:hover .text{
	text-decoration: none;
}
.playing-place-admin a.register-new-playing-place{
	float: right;
}
section.playing-place-list{
	
}
section.playing-place-list h1{	
	color: #242424;
	font-size: 30px;
	font-style: italic;
	font-family: Open Sans;
	text-align: left;
}
section.playing-place-list h1 span.main{
	font-family: inherit;
	color:inherit;
	font-size:inherit;
	font-weight: 800;
}
section.playing-place-list h1 span.sub{
	font-family: inherit;
	color:inherit;
	font-size:inherit;
	font-weight: 300;
}

section.playing-place-list .filter{
	background-color: #ecf5fe;
	border:1px solid #cddade;
	padding: 15px 30px;
	position: relative;
	margin-bottom: 25px;
}
section.playing-place-list .filter .loading{
	position: absolute;
	right: 30px;
    top: 18px;
    display: none;
}
section.playing-place-list .filter label{
	color: #00335b;
	font-size: 18px;
	font-weight: 800;
	font-style: italic;
	margin: 0px 15px 0px 30px;
    vertical-align: middle;
    font-family: Open Sans;
}
section.playing-place-list .filter select{
	width: 220px;
	border-radius:0px;
}
section.playing-place-list .filter .initial-select{
	border: 1px solid;
    background-color: #242424;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 66px;
    width: 687px;
    padding: 23px;
}
section.playing-place-list .filter .initial-select p{
	color: #ffffff;
	font-size: 12px;
	margin-right: 175px;
	text-align: center;
}
section.playing-place-list .filter .initial-select p .highlight{
	font-weight: bold;
	font-size: inherit;
}
section.playing-place-list .filter .initial-select .btn{
	position: absolute;
	top: 13px;
	right: 22px;
	border:1px solid #ffffff;
	color:#ffffff;
	height: 38px;
	padding: 11px 5px;
}
section.playing-place-list .filter .initial-select .btn .glyphicons{
	position: absolute;
	top: 13px;
	right: 8px;
	color: #ffffff;
}
section.playing-place-list .list-content{
	margin-top: 50px;
	overflow: hidden;
	
}
section.playing-place-list .list-content .item{
	text-align: center;	
	height: 10px;
	height: 97px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
section.playing-place-list .list-content .item .img-wrapper{
	height: 54px;
	width: 100%;
	margin-bottom: 5px;	
}
section.playing-place-list .list-content .item .img-wrapper:before{
	content: "";
	height: 100%;
	font-size: 0px;
	width: 0px;
	vertical-align: middle;	
	display: inline-block;
}
section.playing-place-list .list-content .item img{
	max-height: 54px;
	max-width: 97%;
	vertical-align: middle;
	display: inline-block;
}
section.playing-place-list .list-content .item .title{
	font-weight: bold;
	font-size: 13px;	
	text-decoration: underline;
}
section.playing-place-list .list-content .item a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
section.playing-place-detail h1{	
	color: #242424;
	font-size: 30px;
	font-style: italic;
	font-family: Open Sans;
	text-align: left;
}
section.playing-place-detail h1 img{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	margin-right: 15px;
}
section.playing-place-detail h1 span.main{
	font-family: inherit;
	color:inherit;
	font-size:inherit;
	font-weight: 800;
	vertical-align: middle;
}
section.playing-place-detail h1 span.sub{
	font-family: inherit;
	color:inherit;
	font-size:inherit;
	font-weight: 300;
	vertical-align: middle;
}
.sport-sublink{
	text-align: center;
	margin-bottom: 25px;
}
.rankings-table{
	margin-bottom: 50px;
}
.rankings-table .wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #c2c2c2;
}
.rankings-table .wrapper .background{
	opacity:0.1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.rankings-table .header{
	z-index: 2;
	padding: 25px;
	position: relative;
}
.rankings-table .header div.menu{
	position: absolute;
	right:20px;
	top:20px;
	text-align: right;
}
.rankings-table .header div.menu a{
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 11px 5px;
	height: 38px;
	display: block;
}
.rankings-table .header div.menu a:hover{	
	background-color: #ffffff;
	color: #242424;
}
.rankings-table .header div.menu .show-history{
	
}
.rankings-table .header div.menu .show-actual{
	display: block;
}
.rankings-table .header h2{
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	font-family: Open Sans;
	font-style:italic;
	margin-bottom: 0px;
}
.rankings-table .main-title {
	overflow: hidden;
	background-color: #000000;
	padding: 7px 25px ;
	margin-bottom: 10px;
}
.rankings-table .main-title div{
	color: #FFFFFF;
	font-weight: bold;
    font-size: 13px;
}
.rankings-table .menu-content .history{
	display: none;
}
.rankings-table .content{
	z-index: 2;
	padding: 0px 25px 25px 25px;
	position: relative;
}
.rankings-table .content .table .title {
	overflow: hidden;
}
.rankings-table .content .table .title div{
	color: #242424;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rankings-table .content .table .content-wrapper{
    overflow: hidden;
    position: relative;
}
.rankings-table .content .table .content-wrapper .cont{
	width: 100%;
}
.rankings-table .content .table .content-wrapper .cont .discipline-row{
	border-bottom: 1px solid;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.rankings-table .content .table  .cont .row {
	overflow: hidden;
}
.rankings-table .content .table  .cont .row div{
	color: #5c615a;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 29px;
}
.rankings-table .content .table  .cont .row div strong{
	cursor: default;
	color: #242424;
}
.rankings-table .content .table  .cont .row div.title strong{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
    width: 100%;
}
.rankings-table .content .table  .cont .row div a{
	color: inherit;
	text-decoration: underline;
}

.rankings-table .content .table  .cont .custom-row div{
	color: #5c615a;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 29px;
}
.rankings-table .content .table  .cont .custom-row div.title strong{
	font-weight: normal;
	padding-left: 10px;
	color: #5c615a;
	position: relative;
}
.rankings-table .content .table  .cont .custom-row div.title strong span.lines{
	border-left: 1px solid #c7ccc5;
	border-bottom: 1px solid #c7ccc5;
	display: block;
	width: 5px;
    height: 10px;
	position: absolute;
	left: 2px;
	top:0px;
	
}
.rankings-table .join,
.introducing-video .join{
	width: 100%;
	height: 96px;
	background-color: #242424;
	z-index: 3;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 26px  0px;
	position: relative;
}
.rankings-table .join .title,
.introducing-video .join .title{
	color: #f08300;
	font-size: 16px;
	font-weight: 700;
	font-family: Open Sans;	
	text-align: right;
	margin:0px 174px 0px 0px;
}
.introducing-video .join .title.green{
	color: #90af00;
}

.rankings-table .join .text,
.introducing-video .join .text{
	font-size: 13px;
	color: #ffffff;
	text-align: right;
	margin:0px 174px 0px 0px;
}

.rankings-table .join .btn,
.introducing-video .join .btn{
	position: absolute;
	top: 28px;
	right: 22px;
	border:1px solid #f08300;
	color:#ffffff;
	height: 38px;
	padding: 11px 5px;
	min-width: 128px;
	outline:none;
}
.introducing-video .join.playing-place-centrum{
	text-align: center;	
	height: 92px;
}
.introducing-video .join.playing-place-centrum .btn{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	left: 0px;	
}
.introducing-video .video{
	
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
.introducing-video .video iframe{
	display: block;
}
.introducing-video .join .btn.green{	
	border: 1px solid #90af00;
}
.introducing-video .join .btn.green:hover{	
	 background-color: #667B00;
}
   
.rankings-table .join .btn .glyphicons,
.introducing-video .join .btn .glyphicons{
	margin-left: 9px;
    color: #ffffff;
    top: 2px;
    margin-right: 0px;
}
section.playing-place-detail .info,
section.playing-place-detail .best-players{
	height: 372px;
	margin-bottom: 50px;
}
section.playing-place-detail .info h3,
section.playing-place-detail .best-players h3,
section.playing-place-detail .actualities h3{
	font-family: Open Sans;
	font-size: 19px;
	font-weight:700 italic;
	color: #666666;
	padding: 15px 0px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}
section.playing-place-detail .info div.dotdotdot{
	line-height: 21px;
	height: 311px;
	margin-bottom: 0px !important;
}

section.playing-place-detail .best-players div.title{
	font-weight: 600;
	font-style: italic;
	font-size: 19px;
	font-family: Open Sans;
	text-align: center;
	padding: 10px 30px 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
section.playing-place-detail .best-players div.sub-title{
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
	font-family: Open Sans;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
section.playing-place-detail .best-players .wrapper{
	position: relative;
}
section.playing-place-detail .best-players .wrapper .disciplines-wrapper{
	height: 255px;
	overflow: hidden;
}
section.playing-place-detail .best-players .wrapper .disciplines-wrapper .discipline-item{
	width: 100% !important;
}
section.playing-place-detail .best-players .arrows{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 10;
}
section.playing-place-detail .best-players .arrows .left,
section.playing-place-detail .best-players .arrows .right{	
	position: absolute;
    font-size: 20px;
    cursor: pointer;
    height: 100%;
    display: inline-block;
    padding-top: 14px;
    text-align: center;
    width: 26px;
}
section.playing-place-detail .best-players .arrows .left{
    top: 0px;
    left: 0px;
}
section.playing-place-detail .best-players .arrows .right{
	top: 0px;
	right: 0px;
}
section.playing-place-detail .best-players .table-wrapper{
	height: 200px;
	overflow: hidden;
	position: relative;
}
section.playing-place-detail .best-players .table-wrapper .hidder{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 121px;
	background-image: url("/Public/Images/Layout/Content/hidder.png");
	background-repeat: repeat-x;
	z-index: 3;
}
section.playing-place-detail .best-players .table{
	width: 100%;
}
section.playing-place-detail .best-players .table th{
	font-size: 13px;
	font-weight: bold;
	color: #626262;
	border-bottom: 1px solid #dde1e5;
}
section.playing-place-detail .best-players .table td{
	font-size: 12px;
	color: #626262;
	border:none;
	padding: 2px 8px;
}
section.playing-place-detail .best-players .whole-ranking{
	text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
}
section.playing-place-detail .contact-info{
	border-top: 1px solid #dddad9;
	margin-bottom: 50px;
}
section.playing-place-detail .contact-info .title,
section.playing-place-detail .gallery .title{
	font-size: 19px;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 700;
	margin: 40px 0 10px;
}
section.playing-place-detail .contact-info p{
	line-height: 21px;
}
section.playing-place-detail .contact-info .openning-row {
	margin-bottom: 5px;
}
section.playing-place-detail .contact-info .openning-row:nth-last-child(1) {
	margin-bottom: 0px;
}
section.playing-place-detail .contact-info .openning-row .label{
	display: inline-block; 
	width: 40px;	
	text-align: left;
	font-size: 13px;
	color: #353535;
	padding: 0px;
}
section.playing-place-detail .contact-info .openning-row .value{
	display: inline-block;	
	font-size: 13px;
}
section.playing-place-detail .contact-info .link-row {
	margin-bottom: 20px;
}
section.playing-place-detail .contact-info div.link-row:nth-child(2) {
	margin-top: 18px;
}
section.playing-place-detail .contact-info .link-row span.glyphicons,
section.playing-place-detail .contact-info .link-row span.social{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	top:-1px;
	position: relative;
}
section.playing-place-detail .contact-info .link-row span.value,
section.playing-place-detail .contact-info .link-row a.value{
	display: inline-block;
	vertical-align: middle;
}
section.playing-place-detail .contact-info .link-row a.value{
	text-decoration: underline;
}
section.playing-place-detail .actualities{
	position: relative;
	top: -50px;
	
}
section.playing-place-detail .actualities h3{
	margin-bottom: 40px;	
}
section.playing-place-detail .actualities .item{
	margin-bottom: 25px;
}
section.playing-place-detail .actualities .title{
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}
section.playing-place-detail .actualities .text{
	height: 43px;
	font-size: 12px;
	line-height: 21px;
}
section.playing-place-detail .actualities .text a.read-more{
	display: none;	
	font-size: 12px;
	text-decoration: underline;
	line-height: 21px;
}
section.playing-place-detail .actualities .text.is-truncated a.read-more{
	display: inline;
}
section.playing-place-detail .actualities #actulity-pagging{
	margin-top: 30px;
	text-align: center;
}
section.playing-place-detail .actualities #actulity-pagging a{
	font-size: 11px;
	padding: 0px 2px;
	text-align: center;
	display: inline-block;
}
section.playing-place-detail .actualities #actulity-pagging a.selected{
	background-color:#242424;
	color:#ffffff;
	padding: 0px 3px 1px;	
}
section.playing-place-detail .gallery{
	border-top:1px solid #dddad9;
}
section.playing-place-detail .gallery div.title{
	margin-bottom: 25px;
}
section.playing-place-detail .sport-gallery li{
	text-align: center;    
	margin-right: 10px;
}
section.playing-place-detail .sport-gallery li a{
	display: inline-block;
}
section.playing-place-detail .sport-gallery li a img{
	max-height: 120px !important;
	height: 120px !important;
}
section.playing-place-detail .gallery-content-wrapper{
	position: relative;
	padding: 0px 42px;
}
section.playing-place-detail .sport-gallery-prev,
section.playing-place-detail .sport-gallery-next{
	position:absolute;
	top: 41px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
}
section.playing-place-detail .sport-gallery-prev .glyphicons,
section.playing-place-detail .sport-gallery-next .glyphicons{
	font-size: 40px;
	width: 42px;
}
section.playing-place-detail .sport-gallery-prev a,
section.playing-place-detail .sport-gallery-next a{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
section.playing-place-detail .sport-gallery-next{
	right:0px;
}
section.playing-place-detail .sport-gallery-prev{
	left:0px;
}
section.playing-place-detail  .gallery-content-wrapper .bx-viewport{
	box-shadow:none !important;
	margin: 0px !important;
	left:0px;
	border:none;
}
.modal{
	
}
.modal .header{
	background-color: #ffffff;
}
.how-to-block img{
	width: 32px;
	height: 32px;
	margin-right: 12px;
	vertical-align: middle;
	display: inline-block;
}
.how-to-block span{
	vertical-align: middle;
}

.how-to-block p{
	margin-top: 10px;
}
.how-to-block p,
.how-to-block a{
	color: #b8b8b8 !important;
}
section.blue .how-to-block p,
section.blue .how-to-block a{
	color: #626262 !important;
}
.balck-icon-rectangle{
	width: 100%;
	background-color: #111111;
	border: 1px solid #4c4c4c;
	margin-bottom: 25px;
}
.balck-icon-rectangle a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.balck-icon-rectangle .glyphicons{
	margin-top:20px;
	display:inline-block;
	color: #ffffff;
	font-size: 60px;
	width:100%;
	text-align: center;
}
.balck-icon-rectangle .text{
	font-size: 15px;
	font-weight: 700;
	font-family: Open Sans;
	font-style: italic;
	margin: 20px 0px;
	width:100%;
	text-align: center;
	padding: 0px 10px;
	display: inline-block;
	color: #ffffff;
}
.link-photos{
	margin-bottom: 15px;
}
.link-photos a{
	margin: 0px 10px 10px 0px;
	display: inline-block;
}
.link-photos a img{
	display: inline-block;
}
.link-files{
	margin-bottom: 25px;
}
.link-files div{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sports .sport{
	margin-bottom: 25px;
}
.sports .sport{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sports .sport .background,
.sports .sport .border{
	opacity: 0.1;
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.sports .sport .border{
	opacity: 0.3;
}
.sports .sport img{	
	margin-top:23px;
	display:inline-block;
	width:70px;
	height:70px;
	z-index: 2;
	position: relative;
}
.sports .sport img.hover{
	display: none;
}
.sports .sport:hover img.color{
	display: none;
}
.sports .sport:hover img.hover{
	display: inline-block;
}
.sports .sport:hover .background{
	opacity:1;
}
.sports .sport:hover .text{
	color: #ffffff;
}
.sports .sport .text{
	
	font-size: 18px;
	font-weight: 700;
	font-family: Open Sans;
	font-style: italic;
	margin: 10px 0px 25px;
	width:100%;
	text-align: center;
	padding: 0px 10px;
	display: inline-block;
	position:relative;
	color:#242424;
	z-index: 2;
}
.sports .sport a{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.btn{
	min-width: 152px;
	height: 48px;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
	border-radius: 0px;
	padding: 15px 5px;
}
.green-btn{
	background-color: #e2f2d0;
	border:1px solid #90af00;
	color:#242424;
}
section.blue a.green-btn:hover{
	background-color: #F9FFDD;
}
.orange-btn{	
	background-color: #ecddc6;
	border:1px solid #f08300;
	color:#242424;
}
section.blue a.orange-btn:hover{
	background-color: #FFF7EC;
}
.text-orange{
	color: #f08300 !important;
}
.breadcrumb{
	background: none;
}
.breadcrumb li{
	color: #ffffff !important;
	font-size: 11px;
}
.breadcrumb li.active{
	font-weight: bold;
}
.breadcrumb li:before{
	font-weight: normal;
	color: #ffffff !important;
}
.breadcrumb li a{
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
}
.footer-sports{
	margin-top: 25px !important;
	margin-bottom: 0px !important;
}
.footer-sports h1{
	padding-top: 20px;
}

.footer-sports .sport-wrapper{
	padding: 0px 2px;
}
.footer-sports .sport{
	margin-bottom: 25px;
}
.footer-sports .sport{
	position: relative;
	text-align: center;
	padding: 0px;
	min-height: 116px;
}
.footer-sports .sport img{	
	display:inline-block;
	width:70px;
	height:70px;
	margin-top: 3px;
}
.footer-sports .sport .text{	
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0px 0px;
	width:100%;
	text-align: center;
	padding: 0px 10px;
	display: inline-block;
	position:relative;
	color:#b3b3b3;
}
.footer-sports .sport a{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.footer-sports .sport:hover{
	background-color: #4e4e4e;
}
.footer-sports a.btn{
	margin-top: 34px;
	height: 38px;
	padding: 11px 5px;
}
footer nav{
	padding: 0px;
	display: inline-block;
	height: auto;
	margin-top: 6px;
}
footer nav ul li,
footer nav ul li:before{
	float: right;
}
footer nav ul li a:hover{
	text-decoration: underline;
}
footer nav ul li:first-child a{
	padding-right: 0px;
}
footer nav ul li:nth-last-child(1) a{
	padding-left: 0px;
}
footer .logo{
	height: 30px;
}
footer section.footer .container{
	margin-top: 25px;
}
.simple-modal .modal-content{
	padding: 20px;
}

.simple-modal .modal-content .header h1{
	font-weight: 800;
	font-style: italic;
	font-size: 30px;
	font-family: Open Sans;
	color: #454544;
	text-align: center;
	margin-top: 5px;
    margin-bottom: 35px;
}
.simple-modal .modal-content .header h1 .sub{
	
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	font-family: Open Sans;
	color: #454544;

}
#company-email-get-modal .btn{
	background-color: #353535;
    border: 1px solid #b0b0b0;
    color: #90af00;
    height: 36px;
    padding: 9px 5px;

}
#company-email-get-modal .btn:hover{
	    background-color: #FFFFFF;
}
#company-email-get-modal form{
	margin-bottom: 10px;
}
#company-email-get-modal p{
	color: #333333;
}
#company-email-get-modal h1{
	margin-bottom: 24px;
}
#company-email-get-modal div.form-group{
	margin-top: 10px;
}
#company-email-get-modal div.alert-content{
	margin-top: 20px;
}
.prepearing-company-league-button{
	position: fixed;
    top: 40%;
    left: 0px;
    height: 200px;
    width: 33px;
    background-color: #ffffff;
    display: block;
    color: #333333;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor:pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    
   -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	
	background-image: url("/Public/Images/Layout/Content/prepearing_company_league.png");
	background-position: center;
	background-repeat: no-repeat;
}
.prepearing-company-league-button.hid{
	left:-60px;
}

#iframeModal .modal-dialog{
	position: relative;
}
#iframeModal .modal-content{
	padding: 5px 0px;
	position: relative;
}
.modal-dialog button.close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: -20px;
	top: -20px;
	background-image: url("/Public/Images/Layout/Content/close_button.png");
	background-repeat: no-repeat;
	opacity:1;
	z-index: 5;
}
.iframe{
	background-color: #ffffff;
	position: relative;
	height: 100%;
}
.iframe .loading{
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
}
.iframe .loading:before{
	content: "";
	display: inline-block;
	height: 100%;
	width: 0px;
	font-size: 0px;
	vertical-align: middle;
}
.iframe .loading img{
	display: inline-block;
	vertical-align: middle;
}
.iframe .iframe-wrapper{
	padding: 25px 10px 25px 25px;
}
.iframe .iframe-wrapper .iframe-content{
	overflow: hidden;
	position: relative;
	padding-right: 15px;
}
.iframe .iframe-wrapper.my-profile .iframe-content{
	padding-right: 0px;
}
.iframe .iframe-wrapper .iframe-content .scroller{
	position: relative;
}
.iframe .header{
	
}
.iframe .sport-list{
	overflow: hidden;
}
.iframe .sport-list .sport{
	
}
.iframe .sport-list .sport a{
	overflow: hidden;
	margin-bottom: 25px;
	display: block;
}
.iframe .sport-list .sport a img{
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.iframe .sport-list .sport a .text{
	float: left;
	margin-top: 15px;
	font-size: 12px;
	color: #242424;
}
.iframe .header h1{
	font-weight: 800;
	font-style: italic;
	font-size: 30px;
	font-family: Open Sans;
	color: #454544;
	text-align: center;
	margin-top: 5px;
    margin-bottom: 35px;
}
.iframe .my-profile .header h1{
	text-align: left;
	padding: 0px 25px;
	overflow: hidden;
	margin-bottom: 10px;
}
.iframe .my-profile .header h1 .main,
.iframe .my-profile .header h1 .sub{
	padding-top: 4px;
	display: inline-block;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	color:inherit
}
.iframe .my-profile .header h1 .main{
	font-weight: 800;
}
.iframe .my-profile .header h1 .sub{
	font-weight: 300;
}
.iframe .header h1 .download-my-app{
	display: block;
	float: right;
}
.iframe .header h1 .download-my-app span{
	display: inline-block;
    width: 132px;
    color: #7b7b7b;
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
}
.iframe .header h1 .download-my-app a{
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.iframe .header h1 .download-my-app a img{
    height: 47px;
    margin-left: 10px;
}
.iframe .header h1 span.sub{
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	font-family: Open Sans;
	color: #454544;
}

.iframe .iframe-wrapper .iframe-content .ranking-info{
	
}
.iframe .iframe-wrapper .iframe-content .ranking-info .title{
	display: inline-block;
	width: 100px;
	font-size: 14px;
	line-height: 21px;	
	color: #626262;
	font-weight: bold;
}
.iframe .iframe-wrapper .iframe-content .ranking-info .value{
	font-size: 14px;
	line-height: 25px;	
	display: inline-block;
	color: #626262;	
}
.iframe .iframe-wrapper .iframe-content .ranking-info .text{
	font-size: 14px;
	line-height: 25px;	
	display: inline-block;
	color: #626262;	
	font-style: italic;
}
.iframe .iframe-wrapper .iframe-content .ranking-info strong{
	font-size: inherit;
	line-height: inherit;	
	display: inline-block;
	color: inherit;	
	font-style: inherit;
}
.iframe .iframe-wrapper .iframe-content .ranking table{
	width:  100%;
}
.iframe .iframe-wrapper .iframe-content .ranking table td,
.iframe .iframe-wrapper .iframe-content .ranking table th{
	color:  #626262;
}
.iframe .iframe-wrapper .iframe-content .share-to-facebook{
	
}
.iframe .iframe-wrapper .iframe-content .share-to-facebook{
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
}
.iframe .iframe-wrapper .iframe-content .share-to-facebook .social{
	color: #6f83b6;
	font-size: 20px;
	top:1px;
}

div[data-role="collapsible"] {
    height: 41px;
    overflow: hidden;
    color: #333;
    border: 1px solid #ddd;
    margin-bottom:10px;
    color: #626262;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
div[data-role="collapsible"] h4{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding:10px 10px;
    height:41px;
    cursor:pointer;
    background-color: #f5f5f5;
    margin-bottom:10px;
    border-bottom: 1px solid #ddd;
    
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
div[data-role="collapsible"] h4:hover,
div[data-role="collapsible"] h4:focus{
	text-decoration: underline;
}
div[data-role="collapsible"] p,
div[data-role="collapsible"] ul{
    padding: 0px 10px;
}
div[data-role="collapsible"] p,
div[data-role="collapsible"] ul li,
div[data-role="collapsible"] strong,
div[data-role="collapsible"] em,
div[data-role="collapsible"] span,
div[data-role="collapsible"] div{
    color: inherit;
}
input,
select,
textarea{	
	border-radius:0px !important;
	color: #555 !important;
	font-size: 12px !important;
}
input.btn.btn-green,
button.btn.btn-green{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bd33c+0,3bbf19+100 */
	background: #5bd33c; /* Old browsers */
	background: -moz-linear-gradient(top,  #5bd33c 0%, #3bbf19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bd33c), color-stop(100%,#3bbf19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5bd33c 0%,#3bbf19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5bd33c 0%,#3bbf19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5bd33c 0%,#3bbf19 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5bd33c 0%,#3bbf19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd33c', endColorstr='#3bbf19',GradientType=0 ); /* IE6-9 */


	border:1px solid #3bbf19 !important;
	color: #ffffff !important;
		
}
.form-group.required:after,
.panel.required:after { 
   content:"*";
   color:red;
   position: absolute;
   right: 3px;
   top: 2px;
}
.form-group-lg input.form-control{
	font-size: 12px;
}
.alert.alert-dismissible button.close{
	top: 0px;
}
.alert.alert-dismissible button.close span{
	display: block;
	font-size: 16px;
	color:inherit;
}
.register-new-playing-place div,
.register-new-playing-place label,
.register-new-playing-place strong,
.register-new-playing-place span{
	color: #555;
}
.register-new-playing-place .price-strong,
.register-new-playing-place .price{
	font-size: 10px;
}
.register-new-playing-place .radio-inline,
.register-new-playing-place .checkbox-inline,
.register-new-playing-place .other-table-type{
	margin-left: 10px !important;
}
.register-new-playing-place .other-table-type{
	margin-top: 10px;
}
.register-new-playing-place .info{
	font-style: italic;
}
/********* ALL SECTIONS **********/
section{
}
section .container{
	margin-top: 35px;
	margin-bottom: 25px;
	
}
section p{
	margin: 0px 0px 25px;
}
section p a,
section p a:hover{
	text-decoration: underline;
}
section h1{
	line-height: 28px;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6{	
	font-family: Open Sans;
	font-weight: 700;
	font-style: italic;
	margin-top:0px;
	margin-bottom: 25px;
}
section h1{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
}
section h2{
	font-size: 19px;
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}
section h3{
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
}
section h1.main-title{
	font-size: 35px;
}
section h2.main-title{
	font-size: 31px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px
}
section p.main-title{
	font-size: 15px;
	margin-bottom: 50px;
}

.subtitle-margin{
	margin-bottom: 15px;
}
section .link-element{
	margin-bottom: 25px;
}
section .link-element img{
	float: left;
	margin-right: 27px;
}
section .link-element h2{
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
}
section .text-element h3{
	margin-bottom: 10px;
}
/********* WHITE SECTION **********/
section.white{
	background-color: #ffffff;
}
section.white h1,
section.white h3,
section.white h4,
section.white h5,
section.white h6{
	color: #242424;
}
section.white h2{
	color: #f08300;
}
section.white p,
section.white strong,
section.white em,
section.white span,
section.white a,
section.white li,
section.white div,
section.white th,
section.white td{
	color: #626262;
}

/********* BLACK SECTION **********/
section.black{
	background-color: #242424;
	border-top:1px solid #4c4c4c;
	border-bottom:1px solid #000000;
}
section.black h1,
section.black h2,
section.black h3,
section.black h4,
section.black h5,
section.black h6{
	color: #ffffff;
}
section.black p,
section.black strong,
section.black em,
section.black span,
section.black a,
section.black li,
section.black div,
section.black th,
section.black td{
	color: #ADADAD;
}

/********* GREY SECTION **********/
section.grey{
	background-color: #676767;
}
section.grey h1,
section.grey h2,
section.grey h3,
section.grey h4,
section.grey h5,
section.grey h6{
	color: #242424;
}
section.grey p,
section.grey strong,
section.grey em,
section.grey span,
section.grey a,
section.grey li,
section.grey div,
section.grey th,
section.grey td{
	color: #ffffff;
}

section.grey .btn{
	background-color: #353535;
	border:1px solid #b0b0b0;
	color:#90af00;
}

section.grey .btn:hover{
	background-color: #FFFFFF;
}

/********* LIGHT GREY SECTION **********/
section.light-grey{
	background-color: #eeeeee;
}
section.light-grey h1,
section.light-grey h2,
section.light-grey h3,
section.light-grey h4,
section.light-grey h5,
section.light-grey h6{
	color: #242424;
}
section.light-grey p,
section.light-grey strong,
section.light-grey em,
section.light-grey span,
section.light-grey a,
section.light-grey li,
section.light-grey div,
section.light-grey th,
section.light-grey td,
section.light-grey .panel-body{
	color: #626262;
}

section.light-grey .btn{
	background-color: #353535;
	border:1px solid #b0b0b0;
	color:#90af00;
}
/********* BLUE SECTION **********/
section.blue{
	background-color: #ecf5fe;
	border:1px solid #cddade;
}
section.blue h1,
section.blue h2,
section.blue h3,
section.blue h4,
section.blue h5,
section.blue h6{
	color: #00335b;
}
section.blue p,
section.blue strong,
section.blue em,
section.blue span,
section.blue a,
section.blue li,
section.blue div,
section.blue th,
section.blue td{
	color: #626262;
}


.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: underline;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{	
	clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;
}
.full-width{
	width: 100%;
}
.no-margin{
	margin:0px !important;
}
.no-margin-top{
	margin-top:0px !important;
}
.no-margin-right{
	margin-right:0px !important;
}
.no-margin-bottom{
	margin-bottom:0px !important;
}
.no-margin-left{
	margin-left:0px !important;
}
.no-padding{
	padding:0px !important;
}
.no-padding-top{
	padding-top:0px !important;
}
.no-padding-right{
	padding-right:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px !important;
}
.no-padding-left{
	padding-left:0px !important;
}
text-justify{
	text-align: justify;
}

.margin-top-50{
	margin-top:50px !important;
}
.margin-bottom-50{
	margin-bottom:50px !important;
}
.margin-top-25{
	margin-top:25px !important;
}
.margin-bottom-25{
	margin-bottom:25px !important;
}
.font-italic{
	font-style: italic !important;
}
.font-normal{
	font-style: normal !important;
}
.font-light{
	font-weight: 300;
}
.font-normal{
	font-weight: 400;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.font-extrabold{
	font-weight: 800;
}
.font-open-sans{
	font-family: Open Sans !important;
}
.font-size-10{
	font-size: 10px;
}
.font-size-11{
	font-size: 11px;
}
.font-size-12{
	font-size: 12px;
}
.font-size-13{
	font-size: 13px;
}
.font-size-14{
	font-size: 14px;
}
.font-size-15{
	font-size: 15px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-17{
	font-size: 17px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-19{
	font-size: 19px;
}
.font-size-20{
	font-size: 20px;
}
.font-size-21{
	font-size: 21px;
}
.font-size-22{
	font-size: 22px;
}
.font-size-23{
	font-size: 23px;
}
.font-size-24{
	font-size: 24px;
}
.font-size-25{
	font-size: 25px;
}
.font-size-26{
	font-size: 26px;
}
.font-size-27{
	font-size: 27px;
}
.font-size-28{
	font-size: 28px;
}
.font-size-29{
	font-size: 29px;
}
.font-size-30{
	font-size: 30px;
}
.font-size-35{
	font-size: 35px;
}
.font-size-40{
	font-size: 40px;
}
.font-size-45{
	font-size: 45px;
}
.font-size-50{
	font-size: 50px;
}
.font-size-55{
	font-size: 55px;
}
.font-size-60{
	font-size: 60px;
}
.font-size-65{
	font-size: 65px;
}
.font-size-70{
	
}