@charset "utf-8";
/* CSS Document */

/**********************************************************

			FONTS 
			'Ubuntu' 400,100,300,500,700,900
			
***********************************************************/
p{
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	line-height: 20px;
	font-size: 14px;
	color: inherit;
}

a{
	color:#0071bc;
	text-decoration:none;
}
a:hover{
	color:#0071bc;
	text-decoration:none;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}
	
::selection {
	color:#ffffff;
	background: #373737; /* Safari */
}
::-moz-selection {
	color:#ffffff;
	background: #373737; /* Firefox */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
  	/*text-shadow: 0 1px 0 #ffffff;*/
  	text-transform: capitalize;
  	font-family: inherit;
  	font-weight: 700;
  	color: inherit;
  	margin-top: 0px;
  	text-rendering: optimizelegibility;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  	font-weight: normal;
  	line-height: 1;
}
h1{
  	line-height: 40px;
}
h2{
  	line-height: 35px;
}
h3 {
  	line-height: 30px;
}

h1 {
  	font-size: 36px;
	font-weight: 300;
}
h2 {
  	font-size: 24.5px;
}
h3 {
  	font-size: 22.5px;
  	padding-bottom: 10px;
}
h4 {
  font-size: 16px;
  padding-bottom: 10px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}

.pomembno{
	font-weight:bold;}

.widgettitle,
.post-edit-link{
	display:none;}

strong,
b{
	font-weight:800;}

sub {
	vertical-align: sub;
	font-size: smaller;}
	
span.title-italic{
	font-style:italic;
}
span.title-bold{
	font-weight:800;
}
.truncate {
	width: inherit;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #dddddd;
}
/********************************************** 

		COLOURA

***********************************************/
.white{
	color:#ffffff;
}
.white-bg{
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.9);
	color:#333333;
}
.trans-white-bg{
	background-color: rgba(255, 255, 255, 0.50);
	color:#333333;
}
.trans-black-bg{
	background-color: rgba(0, 0, 0, 0.50);
	color:#ffffff;
}
.grey{
	color: rgb(55, 55, 55);
}
.grey-bg{
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.9);
	color:#ffffff;
}
.blue{
	color: rgb(25, 193, 243);
}
.blue-bg{
	background-color: rgb(25, 193, 243);
	background-color: rgba(25, 193, 243, 0.9);
	color:#ffffff;
}
.yellow{
	color: rgb(255, 200, 90);
}
.yellow-bg{
	background-color: rgb(255, 200, 90);
	color:#ffffff;
}
.red{
	color:#fc837e;
}
.red-bg{
	background-color: #fc837e;
	background-color: rgba(252, 131, 126, 0.9);
	color:#ffffff;
}
.dark-red{
	color:#ec625d;
}
.dark-red-bg{
	background-color: #ec625d;
	background-color: rgba(236, 98, 93, 0.9);
	color:#ffffff;
}
.green{
	color:rgb(150, 201, 61);
}
.green-bg{
	background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);
	color:#ffffff;
}
.orange{
	color: rgb(255, 147, 30);
}
.orange-bg{
	background-color: rgb(255, 147, 30);
	background-color: rgba(255, 147, 30, 0.9);
	color:#ffffff;
}


.blue-bg a{
	color:#ffffff;
}
.blue-bg a:hover{
	color:#add271;
}
.green-bg a{
	color:#ffffff;
}
.green-bg a:hover{
	color:#0071bc;
}

/********************************************** 

		COMMON

***********************************************/
/* LINK BOX */
a.btn.link-box{
	display: block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: normal;
}
a.link-box{
	display: block;
	padding: 15px;
	font-size: 18px;	
	line-height: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	white-space: normal;
}
a.link-box.small-text span{
	font-size: 14px;
}
a.link-box.small-text span.glyphicon{
	margin-left: 5px;
}
.user-pages a.link-box{
	margin-top: 15px;
}
a.link-box.small-box{
	padding: 10px;
}
a.link-box > span{
	line-height: 20px;
}
a.link-box > span.subtitle{
	line-height: 11px;
	font-size: 11px;
	display: block;
}
a.link-box.detailed{
	padding-bottom: 10px;
	padding-top: 10px;
}
/*a.link-box > .glyphicon{
	float: right;
}*/
/* HEADER LINK BOX */
.page-heading-wrapper a.link-box{
	margin-bottom: 15px;
}
/* BOX COLORS */
a.blue-box,
.blue-box{
	color: #ffffff;
	background-color:#0071bc;
	background-color: rgba(25, 193, 243, 0.9);
}
a.blue-box:focus,
a.blue-box:hover{
	color: #0071bc;
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.9);
}
.user-pages a.blue-box:focus,
.user-pages a.blue-box:hover{
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.9);
	color:#ffffff;
}
a.green-box,
.green-box{
	color: #ffffff;
	background-color: rgb(150, 201, 61);
	background-color: rgba(150, 201, 61, 0.9);
}
a.green-box:focus,
a.green-box:hover{
	color: rgb(150, 201, 61);
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.9);
}
.user-pages a.green-box:focus,
.user-pages a.green-box:hover{
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.9);
	color:#ffffff;
}
a.white-box,
.white-box{
	color: #0071bc;
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.9);
}
a.white-box:focus,
a.white-box:hover{
	color: #ffffff;
	background-color:#0071bc;
	background-color: rgba(25, 193, 243, 0.9);
	background-color: #add271;
	background-color: rgba(150, 201, 61, 0.9);
}
a.yellow-box,
.yellow-box{
	color: #ffffff;
	background-color: rgb(255, 200, 90);
}
a.yellow-box:focus,
a.yellow-box:hover{
	color: rgb(255, 200, 90);
	background-color:#ffffff;
	background-color: rgba(255, 255, 255, 0.9);
}
.user-pages a.yellow-box:focus,
.user-pages a.yellow-box:hover{
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.9);
	color:#ffffff;
}
a.red-box,
.red-box{
	color: #ffffff;
	background-color: #ec625d;
}
a.red-box:focus,
a.red-box:hover{
	color: #ffffff;
	background-color: #fc837e;
}
a.trans-box,
.trans-box{
	color: #ffffff;
	background-color: transparent;
}
a.trans-box:focus,
a.trans-box:hover{
	color: rgb(150, 201, 61);
	background-color: transparent;
}

.grey-box{
	background-color: rgb(55, 55, 55);
	background-color: rgba(55, 55, 55, 0.9);
	color:#ffffff;
}

/*.blue-box .title,
.blue-box .title a{
	color: #ffffff;
}
.green-box .title,
.green-box .title a{
	color: #ffffff;
}
.white-box .title,
.white-box .title a{
	color: #0071bc;
}
a.blue-box:hover .title{
	color: #0071bc;
}
a.green-box:hover .title{
	color: #ffffff;
}
a.white-box:hover .title{
	color: #ffffff;
}*/
/********************************************** 

		CONTENT LAYOUT

***********************************************/
/* VERTICAL LINES */
/* COMMON */
.row.vert-lines{
	position:relative;
}
.vert-line,
.vert-line-33,
.vert-line-66,
.vert-line-25,
.vert-line-50,
.vert-line-75{
	width:1px; 
	height:auto;
	position:absolute;
	top:15px;
	bottom:15px;
	background-color: rgba(255,255,255,0.5);
}
.hori-line{
	height:1px; 
	width:auto;
	position:absolute;
	left:15px;
	right:15px;
	background-color: rgba(255,255,255,0.5);
}
.vert-line-33{
	left:33.3333333333%;
}
.vert-line-66{
	left:66.6666666666%;
}
.vert-line-25{
	left:25%;
}
.vert-line-50{
	left:50%;
}
.vert-line-75{
	left:75%;
}
.hori-line.row-top{
	top: 0px;
}
.hori-line.row-bottom{
	bottom: 0px;
}
.white-bg .vert-line,
.white-bg .hori-line,
.white-bg .vert-line-33,
.white-bg .vert-line-66,
.white-bg .vert-line-25,
.white-bg .vert-line-50,
.white-bg .vert-line-75{
	background-color: #dddddd;
}

/* HORIZONTAL LINE */
.hori-line-bottom{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.white-bg .hori-line-bottom{
	border-bottom: 1px solid #dddddd;
}
.hori-line-top{
	border-top: 1px solid rgba(255,255,255,0.5);
}
.white-bg .hori-line-top{
	border-top: 1px solid #dddddd;
}
.green-bg .hori-line-bottom,
.blue-bg .hori-line-bottom,
.trans-black-bg .hori-line-bottom{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
/* READ MORE */
a.read-more{
	display: block;
	text-align: right;
}
a.read-more:hover{
	color:#373737;
}
/* BREADCRUMBS */
#breadcrumbs{
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
#breadcrumbs a{
	color: #ffffff;
}
#breadcrumbs a:focus,
#breadcrumbs a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#breadcrumbs .glyphicon{
	margin-right: 10px;
	margin-left: 10px;
}
/********************************************** 

		HEADER

***********************************************/
.user-menu-box{
	position: absolute;
	top: 60px;
	right: 0px;
}

.sections-menu .link-box{
	color: #ffffff;
	display: block;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sections-menu .link-box.fitness-link:hover,
.sections-menu .link-box.indoor-golf-link:hover{
	color: #0071bc;
	background-color:#ffffff;
}
.sections-menu .link-box > a{
	padding: 5px;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sections-menu .link-box > a[data-toggle="dropdown"]{
	border-left: 1px solid #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.sections-menu .link-box:hover > a{
	color: #0071bc;
}
.sections-menu .link-box > a:focus,
.sections-menu .link-box > a:hover{
	color: #0071bc;
}

.sections-menu .dropdown-menu{
	left: auto;
	right: 0;
	text-align: left;
}
/********************************************** 

		FOOTER

***********************************************/
.footer-saying{
	padding-top: 15px;
}
.footer-saying span.saying{
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-style: italic;
}

.footer-wrapper{
	color: #ffffff;
}
.footer-wrapper a{
	color: #ffffff;
}
.footer-wrapper p{
	margin-bottom: 0px;
}
.footer-wrapper .contact-option{
	color: #ffffff;
	display: block;
	margin-right: 20px;
	float: left;
}
.footer-wrapper span.gc-cs-link {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
/********************************************** 

		RESPONSIVNES

***********************************************/
@media (min-width: 480px) {

}
@media (max-width: 767px) {
    .vert-line,
    .vert-line-33,
    .vert-line-66,
    .vert-line-25,
    .vert-line-50,
    .vert-line-75,
    .hori-line{
        display: none;
    }
}
@media (min-width: 768px) {
	.sections-menu{
		position: absolute;
		top: 10px;
		right: 0px;
		text-align: right;
	}
	.sections-menu .link-box{
		display: block;
		margin-left: 1px;
		float: right;
	}
	.sections-menu .link-box.login-link{
		display: inline-block;
		float: none;
		margin-top: 5px;
	}
	.page-heading-wrapper a.link-box{
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.page-heading-wrapper a.link-box{
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}