@charset "utf-8";
 			a {
                outline: 0;
            }
            
            .single-page-nav {
				padding: 0;
				margin-top: 5px;
				margin-left: 15px;
				width: 1075px;
				height: 65px;
				background-image: url(../images/singlepagebg.png);
				background-repeat: no-repeat;
				background-position: 435px top;
            }
            .single-page-nav ul {
				display:inline;
                list-style: none;
                padding: 0;
                margin: 0 auto;
                width: 100%;
                overflow: hidden;
            }
            .single-page-nav li {
				height: 57px;
				float: left;
				width: 7%;
				text-align: center;
            }
			.single-page-nav li.usluge {
				height: 57px;
				float: left;
				width: 11%;
				text-align: center;
            }
			.single-page-nav li:hover {
				background-image: url(../images/onepagelihover.png);
				background-repeat: no-repeat;
				background-position: center bottom;
				-webkit-transition: all 1000ms ease;
				-moz-transition: all 1000ms ease;
				-ms-transition: all 1000ms ease;
				-o-transition: all 1000ms ease;
				transition: all 1000ms ease;
			}
            .single-page-nav a {
				font-family: 'Open Sans Condensed', sans-serif;
				display: inline-block;
				padding-left: 1px;
				padding-right: 1px;
				color: #777a85;
				text-decoration: none;
				font-size: 12px;
				line-height:13px;
				font-weight: 700;
				padding-top: 15px;
            }
            .single-page-nav a:hover, 
            .single-page-nav .current {
                color: #698db7;
				-webkit-transition: all 1000ms ease;
				-moz-transition: all 1000ms ease;
				-ms-transition: all 1000ms ease;
				-o-transition: all 1000ms ease;
				transition: all 1000ms ease;
            }
            .section {
				width: 1100px;
				padding: 1.25em 0;
				margin: 0 auto;
				background: rgb(238,238,238);
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #DBDBDB;
            }
            #kratko_o_nama {
				border-top:none;
            }
			#organizaciona_struktura {
				position:relative;
				margin-bottom:15px;
				line-height:14px;
			}
            .section#istorijat {
				background-color:#fff;
			}
			.section#nas_tim {
				background-color:#fff;
				margin-bottom:15px;
				border-top:none;
			}
			.section#socijalna_odgovornost {
				margin-bottom:15px;
			}
			.section#finansijski_pokazatelji {
				margin-bottom:15px;
			}
			.section#reference {
				width:1080px;
				padding-left:20px;
				margin-bottom:15px;
			}
			.section#dokumenta {
				background-color:#808286;
			}
			.section#dokumenta h4.leftmargin {
				color:#fff;
			}
			#vodjenje_racuna_finansijskih_instrumenata {
				border-top:none;
				margin-bottom:15px;
            }
			.section#brokerske_usluge {
				margin-bottom: 15px;
				background-color: #D2D3D5;
			}
			.section#market_making {
				margin-bottom: 15px;
				background-color: #B7B8B9;
				height:480px;
			}
			#korporativne_usluge{
				border-top:none;
				margin-bottom:15px;
				background:none;
            }
			#korporativne_usluge img {
				margin-bottom: 10px;
				margin-top: 10px;
			}
            @media all and (max-width : 64em) { /* 1024px */
                body {
                    font-size: 90%;
                }

                .single-page-nav a {
                    font-size: 1.375em;
                }
                
                .section {
                    width: 90%;
                }
            }
            
            @media all and (max-width : 37.5em) { /* 600px */
                
                .single-page-nav a {
                    font-size: 125%;
                }

                .single-page-nav ul {
                    width: 95%;
                }

                .single-page-nav li {
                    width: 50%;
                    padding: 0.5em 0;
                }
                
                .section {
                    width: 95%;
                }

                #section1 {
                    padding-top: 7.5em;
                }
            }