@charset "utf-8";/* CSS Document */
body {
    margin:0; 	padding:0;
    /*overflow:hidden; */
}
.wraper{
    width:1024px;
    margin: 0 auto;
}.menu {
     /*width: 1024px;*/
     margin-bottom: 40px;
     margin-top: 5px;
     border-right-style: none;
     border-top-style: none;
     border-bottom-style: none;
     border-left-style: none;
     height:30px;
     /*position:relative;*/
     font: 15px Helvetica, Arial, Geneva, sans-serif;
     padding-left:213px;
     float: left;
 }
/* ---------------------NAVIGACIJA LINKOVI-----------------------------------------------------------------*/
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    color:#000000;
}
a img {
    border: none;
}
a:link {
    color:#000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    /*text-decoration: underline;*/
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #ec1f27;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
    list-style: none;
    /* this removes the list marker */
    /*border-top: 1px solid #666;*/
    /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin:0;
    padding:0;
    /*	margin-left: 10px;*/
    text-align:center;
}
ul.nav li {
    display:inline;	border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    /*border-bottom-style: solid;*/
    border-right-color: #666;
    /*border-bottom-color: #666;*/
}
ul.nav a, ul.nav a:visited {
    padding: 5px 5px 5px 5px;
    /*display: block; */
    text-decoration: none;
    /*background: #8090AB;*/
    color: #000000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
    /* this changes the background and text color for both mouse and keyboard navigators */	/*background: #6F7D94;*/
    color: #ec1f27;
}
/* ---------------------submenu-----------------------------------------------------------------*/
.submenu{
    width:190px;
    float:left;
    text-align:right;
    font-size:14px;
}
.subMenuPadding{
    padding-bottom:5px;
}
.content{
    width:804px;
    float:left;
    text-align:left;
    margin-left:30px;
}
.logoPartneri{
    width:27%;
    float:left;
}
.logoPartneri1{
    width:20%;
    float:left;
}
.language ul li a {
    position:relative;
    left:900px;
    /*left:938px;*/
    /*top:30px;*/
    /*margin-right:10px;*/
    font-size:16px;
    font-family:'SkolaSansCnBlack' ;
    background-color:#da2127;
}
.language ul li {
    float:left;	display:block;
}
.language ul li a {
    padding:5px 9px;
    border-right:2px solid #fff;
}
.language ul li a:hover {
    background-color:#da2127;
    cursor:pointer;	color:#FFF;
}
.language ul li a.last {
    border-right:none;
}
/* ---------------------bsc-----------------------------------------------------------------*/
.HDR{
    top: 0px;
    position: relative
}
.LNG{
    position: relative;
    top: -214px;
    left: -3px;
}
.FB{
    position: relative;
    top: -33px;
    /*left: 460px;*/
    left: 425px;
    width: 32px;
    height: 32px;
}
.insta{
    position: relative;
    top: -65px;
    /*left: 490px;*/
    left: 455px;
    width: 32px;
    height: 32px;
}
.contt{
    background:url(img/con_bg.jpg) no-repeat;
    height:680px;
    width:1024px;
    position: relative;
    top: 221px;
}