@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Judson');
body, footer {
    font-family: 'Slabo 27px', serif;
}
#title, .bordered {
	font-family: 'Judson', serif;
}
/*
* title, navigacija ,efekti
*/

.row-header {
    padding-top: 20px
}
@media only screen and (min-width: 1300px) {
    .row-header {
        width: 1330px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
#titleImage {
    display: block;
    width:800px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
    padding-bottom: 20px;
}
#title {
	background-image: url(../img/background.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	padding: 0;
}
#titleNav {
    display: block;
    margin-left: 0;
    margin-right: auto;
    background-color: transparent;
    padding: 0;
}
#titleNav li {
    display: inline;
}
#titleNav ul {
    padding-left: 0;
    background-color: #93C51F;
}
#titleNav ul a {
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
}
#titleNav ul a:hover {
    color: white;
}
#titleNav div:nth-child(1) a {
    text-decoration: none;
    color: inherit;
}
#titleNav div:nth-child(1) a:hover {+
    color: #337ab7;
}
/* define transitions for links in the title */

#titleNav ul a,
#titleNav div:nth-child(1) a {
    transition: color .25s ease-in;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
}
#titleNav div:nth-child(3) a {
    padding-right: 0;
    font-weight: bold;
}
@media only screen and (min-width: 992px) {
    #titleNav div {
        font-size: 1em;
    }
}
@media only screen and (min-width: 1200px) {
    #titleNav div {
        font-size: 1.2em;
    }
}
/* TITLE NAV END */

.text,
ul.article-listings,
.bordered {
    font-size: 1em;
}
h2.title-box {
    margin: 0;
    font-size: 1.4em;
    padding-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    h2.title-box {
        margin: 0 auto 0;
    }
}
#fizikalna-article h2,
#kineziterapija-article h2,
#ESWT h2 {
    margin-top: 150px;
}
#fizikalna-article span,
#kineziterapija-article span,
#ESWT span {
    color: #42a8ff;
}
ul.article-listings {
    padding-top: 0;
}
div.wrapper,
div.wrapper-eswt {
    margin: 0 auto 0;
    max-width: 350px;
}
.nav,
.navbar-nav {
    font-weight: bold;
}
.navigacija-bg {
    border-bottom: 0.3em solid #B3CD36;
	border-top: 0.3em solid #B3CD36;
}
.navbar-nav li a {
    transition: background-color 0.7s;
    -webkit-transition: background-color 0.7s;
    -moz-transition: background-color 0.7s;
    -ms-transition: background-color 0.7s;
    -o-transition: background-color 0.7s;
}
/*
* popis
*/

ul.article-listings {
    list-style-type: none;
    padding: 10px 0 0 0;
    display: inline-block;
    text-align: left;
}
ul.article-listings li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    margin-right: 10px;
    color: #333;
}
/*
* images over div
*/
img.main{
	margin:0 auto 0 auto;
	height:260px;
	width:370px;
}
.background-article,
div.ESWT-box {
    position: relative;
    max-width: 350px;
    height: 150px;
    font-size: 1.2em;
}
.background-article {
    height: 150px;
}
#kineziterapija-article {
    background: url(../img/foto/027.jpg);
}
#fizikalna-article {
    background: url(../img/foto/010.jpg);
}
#ESWT {
    background: url(../img/foto/014.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
#kineziterapija-article,
#fizikalna-article {
    background-size: 100% 100%;
}
div.ESWT-box {
    text-align: center;
    border: 1px solid black;
    margin-top: 10px;
    /*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
    
    background-color: #E2FCD9;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: border .3s linear;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -ms-transition: border .3s linear;
    -o-transition: border .3s linear;
}
div.ESWT-box span.link {
    color: #073ebf;
    font-size: 1.4em;
}
div.ESWT-box:hover span.link {
    color: #0600ff;
}
.bordered {
    color: white;
    border: 4px solid #93C51F;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    margin: 0 10px 0 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 10px;
	display:inline-block;
}
.footer-elements {
    padding-top: 30px;
}
.footer-elements iframe {
    width: 100%;
    height: 140px;
}
footer a {
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    background: #8e8e93;
    color: white;
    line-height: 45px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .navbar-nav li {
        float: none;
        border: 3px solid #93C51F
    }
    .navbar-nav {
        width: 100%;
    }
    .background-article,
    div.ESWT-box {
        max-width: 100%;
    }
    div.wrapper-eswt {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    footer a {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
    .navbar-nav {
        text-align: center;
        table-layout: auto;
    }
    .navbar-nav li {
        display: inline-block;
        font-size: 1.2em;
        border: none;
        display: table-cell;
    }
    .nav>li>a {
        padding: 20px;
    }
	.navbar-default .navbar-nav>li>a {
        color: #363932;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: black;
    }
    .background-article {
        height: 150px;
    }
    div.ESWT-box {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 200px;
        width: 200px;
        font-size: 1em;
        /*border: 200px 200px;*/

        border-style: solid;
        border-width: 15px;
        border-color: #b0e29e;
    }
    div.ESWT-box p {
        margin: 0;
    }
    div.ESWT-box:hover {
        border-color: #82e260;
    }
    blockquote p {
        font-size: 20px;
    }
    blockquote small {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar-nav li {
        font-size: 1.5em;
    }
    .nav>li>a {
        padding: 30px 10px 30px 10px;
    }
    .background-article:not(#ESWT):not(#fizikalna-article):not(#kineziterapija-article) {
        height: 200px;
    }
    .text,
    ul.article-listings {
        font-size: 1.4em;
    }
    blockquote p {
        font-size: 1.2em;
    }
    blockquote small {
        font-size: 20px;
    }
    div.ESWT-box {
        height: 240px;
        width: 240px;
    }
    div.ESWT-box p {
        margin-bottom: 10px;
        font-size: 1.2em;
    }
}