@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300&subset=latin,latin-ext);

@font-face {
    font-family: 'Slabo 27px';
    src: url('fonts/romanserif-webfont.eot');
    src: url('fonts/romanserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/romanserif-webfont.woff') format('woff'),
         url('fonts/romanserif-webfont.ttf') format('truetype'),
         url('fonts/romanserif-webfont.svg#RomanSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
  color: #333;
  background: #fff;
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

  font-size:12pt !important;
  font-family: 'Source Sans Pro', sans-serif;
  //background-color: #f1f1f1;
  height: 100%;
}
html{ height: 100%; font-family: 'Source Sans Pro', sans-serif; }

.svetlomodra{ color: #333; }
.roza{ color: #f1f1f1; }

*{
  margin:0px;
  padding:0px;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* GLOBAL STYLE */

.cgb{

 width:100%;
//height:100%;
}


.Text{
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5{
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 22pt;
  font-weight:bold;
}

ul{
  list-style:none;
}
ol{
  list-style-type:decimal;
}
ol li {
    line-height: 12px;
    list-style-type: decimal !important;
    margin: 5px 20px 5px 50px !important;
}


dd.lastpost{
  font-size:12px !important;
}



.fl{
  float:left;
}

.fr{
  float:right;
}

a{
  color: #333;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

.clearfix{
  clear:both;
}

a img{
  border:none;
}

table td{
  padding: 3px 0px;
  border-bottom: 1px solid #ccc;
}
p{
  font-size:13pt;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  line-height:140%;
  letter-spacing: .6px;
  padding: 7px 0px;
}


/* BREADCRUMB NAVIGATION */

.breadcrumbs{
  color: #b5b5b5;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:11px;
  margin: 20px 0px 20px 0px ;
}

.breadcrumbs a{
  color: #fff;
   text-decoration: none;
  display:inline;
  margin: 0px 2px 0px 0px;
  border-radius:5px;
  padding: 5px 8px;
  font-size: 12px;
}

.breadcrumbs a:hover{
  text-decoration:underline;
}

.bk2{
  //border-bottom: 1px solid #333;
  padding: 10px 0px 5px 0px;
  box-shadow: 0px 15px 5px #F3F4F4;
  margin-bottom: 20px;
}


.bk2 a{
  display:inline;
  margin: 0px 2px 0px 0px;
  background: -moz-linear-gradient(#555, #333);
  background: -webkit-linear-gradient(#555, #333);
  background: -o-linear-gradient(#555, #333);
  background: -ms-linear-gradient(#555, #333);
  background-color: #555;
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
  padding: 5px 8px;
  font-size: 10px;
  color:#fff;
}
.bk2 .active1{
  display:inline;
  margin: 0px 2px 0px 0px;
  background: -moz-linear-gradient(#E61C26, #960910);
  background: -webkit-linear-gradient(#E61C26, #960910);
  background: -o-linear-gradient(#E61C26, #960910);
  background: -ms-linear-gradient(#E61C26, #960910);
  background-color: #555;
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
  padding: 5px 8px;
  font-size: 10px;
  color: #fff;
}
.bk2 .active2{
  display:inline;
  margin: 0px 2px 0px 0px;
  background: -moz-linear-gradient(#666, #999);
  background: -webkit-linear-gradient(#666, #999);
  background: -o-linear-gradient(#666, #999);
  background: -ms-linear-gradient(#666, #9990);
  background-color: #666;
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
  padding: 5px 8px;
  font-size: 10px;
  color: #fff;
}
/* HEADER */

.global_navi_wide{
  width:100%;
  //overflow: auto;
  //background: -moz-linear-gradient(#333435, #0c0c0c);
  //background: -webkit-linear-gradient(#333435, #0c0c0c);
  //background: -o-linear-gradient(#333435, #0c0c0c);
  //background: -ms-linear-gradient(#333435, #0c0c0c);
 // background-color: #fff;
}

.global_navi_wrapper{
  width:1200px;
  margin:auto;
  //overflow:auto;
  //height: 30px;
}

.global_navi li{
  float:left;
  margin: 4px 10px 4px 0px;
  font-size:11px;
  line-height:20px;
}

.global_navi li a{
  color: #d1d1d1;
  text-decoration:none;
}

.global_navi li a:hover{
  text-decoration: underline;
  color: #f1f1f1;
}

.gnav{
 color: #fff;
 float:left;
 margin-top: 10px;
 font-size: 16pt;
}
.gnav a{
 margin-left:10px;
 color: #fff;
}
.gnav a:hover{
//color: red;
border-top: .5px solid #fff;
border-bottom: .5px solid #fff;
}

.lg{
  float:right;
  margin: 8px 0px 0px 10px;
  font-size:24pt;
  color: #333;
}

.lg1{
  float:right;
  margin: 8px 0px 0px 10px;
  font-size:24pt;
  color: #333;
}

.next{
  float: right;
  margin-right: 10px;
  width:30px;
  height:30px;
  background: url(../images/buttonx.png);
}
.next:hover{
  background: url(../images/buttonx1.png);
}

/* END ICONS ----------------- */

.head_wide{
  width:100%;
  height:130px;
  //background: #fff;
}

.active_tab{
  color: #dd552a !important;
  background: url(../images/tab_arrow.png) no-repeat center bottom;
  padding: 0px 0px 13px 0px ;
}

/* Artikli list */
.artikli_list{
  float: left;
  width: 640px;
  //margin-left: 30px;
}

.artikli_list h1{
  margin: 0px 0px 15px 0px;
  padding: 5px 0px 5px 5px;
  font-size: 28pt;
}


/* Artikli list */
.artikli_list1{
  float: left;
  width: 1200;
  //padding-top: 20px;
}

.artikli_list1 h1{
  background-color: #222;
  margin: 15px 0px 15px 0px;
  padding: 5px 0px 5px 5px;
}

.art_box_sidebar{
  width: 100%;
  padding:5px 0px;
  background: #fff;
  float: left;
}
.art_slika_sidebar{
  //height:120px;
  width: 100%;
  overflow: hidden;
  text-align:center;
  margin: 5px auto;
  top: 0px;
  float: left;
}
.art_slika_sidebar img{
  max-width:250px;
}
.art_box_sidebar h2{
  font-size:16pt;
  //padding: 0px 10px;
  //text-align: center;
}
.box_levo_sidebar{
  float: right;
  padding: 10px 10px 10px 10px;
  width:100%;
}
.cena_sidebar{
font-weight:normal;
font-size: 22pt;
color:#666;
}

.art_box{
  width: 286px;
  height: 410px;
  padding:5px 0px;
  margin:10px 5px 10px 6px;
  border: 1px solid #ddd;
  float: left;
  background: #fff;
  box-shadow: 0 1px 2px #e3e3e3;
}
.art_boxz:nth-child(4n+2){
  margin:10px 0px 10px 0px;
 // width: 274px;
}
.art_box li p{
  padding: 5px 0 5px 0;
  clear: both;
 // border-top: 0.5px dotted #666;
}
.art_box li p em{
  padding: 5px 0 5px 0;
  float: left;
}

.art_box span{
height: auto;
padding: 5px 0 5px 0;
margin: 0;
color: #4C7A92;
text-align: right;
background: none;
font-size: 1em;
float: right;
font-weight: bold;
}
.art_box big{
  display: block;
  color: #B9111A;
  font-size: 1.4em;
  font-weight: bold;
}
.art_box:hover{
border: 1px solid #10a500;
//border: 1px solid #10a500;

}
.box_levo{
  width: 266px;
  float: left;
  padding: 10px 10px 10px 10px;
}



.info1_sidebar{
float: left;
background: #4c9cc4; /* Old browsers */
background: -moz-linear-gradient(top, #4c9cc4 0%, #258dc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c9cc4), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c9cc4 0%,#258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9cc4', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
}
.info1_sidebar a{
  color: #fff;
  text-transform: uppercase;
}
.info1_sidebar:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa800+0,5a9600+100 */
background: #5fa800; /* Old browsers */
background: -moz-linear-gradient(top, #5fa800 0%, #5a9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa800), color-stop(100%,#5a9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* IE10+ */
background: linear-gradient(to bottom, #5fa800 0%,#5a9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa800', endColorstr='#5a9600',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}
.info2_sidebar{
float: right;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,6faa00+100 */
background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top, #8fc400 0%, #6faa00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#6faa00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* IE10+ */
background: linear-gradient(to bottom, #8fc400 0%,#6faa00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6faa00',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
}
.info2_sidebar a{
  color: #fff;
  text-transform: uppercase;
}

.info2_sidebar:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa800+0,5a9600+100 */
background: #5fa800; /* Old browsers */
background: -moz-linear-gradient(top, #5fa800 0%, #5a9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa800), color-stop(100%,#5a9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* IE10+ */
background: linear-gradient(to bottom, #5fa800 0%,#5a9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa800', endColorstr='#5a9600',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}












.info1{
float: left;
background: #4c9cc4; /* Old browsers */
background: -moz-linear-gradient(top, #4c9cc4 0%, #258dc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c9cc4), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c9cc4 0%,#258dc8 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c9cc4 0%,#258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9cc4', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  //width: 90px;
}
.info1 a{
  color: #fff;
  text-transform: uppercase;
}
.info1:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa800+0,5a9600+100 */
background: #5fa800; /* Old browsers */
background: -moz-linear-gradient(top, #5fa800 0%, #5a9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa800), color-stop(100%,#5a9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* IE10+ */
background: linear-gradient(to bottom, #5fa800 0%,#5a9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa800', endColorstr='#5a9600',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}
.info2{
float: left;
margin-top: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,6faa00+100 */
background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top, #8fc400 0%, #6faa00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#6faa00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8fc400 0%,#6faa00 100%); /* IE10+ */
background: linear-gradient(to bottom, #8fc400 0%,#6faa00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6faa00',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  text-align: center;
}
.info2 a{
  color: #fff;
  text-transform: uppercase;
}

.info2:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa800+0,5a9600+100 */
background: #5fa800; /* Old browsers */
background: -moz-linear-gradient(top, #5fa800 0%, #5a9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa800), color-stop(100%,#5a9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* IE10+ */
background: linear-gradient(to bottom, #5fa800 0%,#5a9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa800', endColorstr='#5a9600',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}


.info2a{
float: right;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,6faa00+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  width: 110px;
}
.info2a a{
  color: #fff;
  text-transform: uppercase;
}

.info2a:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fa800+0,5a9600+100 */
background: #5fa800; /* Old browsers */
background: -moz-linear-gradient(top, #5fa800 0%, #5a9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa800), color-stop(100%,#5a9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fa800 0%,#5a9600 100%); /* IE10+ */
background: linear-gradient(to bottom, #5fa800 0%,#5a9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa800', endColorstr='#5a9600',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}


.art_box h2{
  font-size: 18pt;
  padding: 5px 0px 5px  0px;
  margin-bottom: 5px;
  //text-transform: uppercase;
  float: left;
  width: 100%;
  color: green;
  font-family: 'Source Sans Pro', sans-serif;
  //letter-spacing: 1.2px;
  text-align: center;
}
.art_box .txt{
  float: left;
  margin-top:5px;
  height: 70px;
  text-align: left;
  font-size: 14pt;
}
.art_box .popek{
  position:absolute;
  bottom:-25px;
  left: 5px;
  color:#fff;
  font-size: 16px;
  width: 70px;
  height: 55px;
  padding-top: 11px;
}
.art_box img{
  padding:3px;
}







.art_boxx{
  width: 100%;
  height: auto;
  float: right;
  padding:5px;
}
.art_boxx li p{
  padding: 5px 0 5px 0;
  clear: both;
  border-top: 0.5px dotted #666;
}
.art_boxx h2{
 font-size:16pt;
}
.art_boxx li p em{
  padding: 5px 0 5px 0;
  float: left;
}
.art_boxx span{
height: auto;
padding: 5px 0 5px 0;
margin: 0;
color: #4C7A92;
text-align: right;
background: none;
font-size: 1em;
float: right;
font-weight: bold;
}
.art_boxx big{
  display: block;
  color: #B9111A;
  font-size: 16pt;
  font-weight: bold;
}
.art_boxx:hover{
//background-color: #EEEEEE;
}
.art_boxx h2{
  padding: 5px 0px 5px  0px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  color: green;
}
.art_boxx .txt{
  float: left;
  margin-top:5px;
  height: 70px;
  text-align: left;
  font-size: 11px;
}
.art_boxx .popek{
  position:absolute;
  top:5px;
  left: 5px;
  color:#fff;
  font-size: 16px;
  width: 70px;
  height: 55px;
  padding-top: 11px;
}
.art_boxx img{
  padding:3px;
}







.art_box2{
  width: 615px;
  height: 135px;
  float: left;
  margin: 1px 20px 20px 0px;
  padding:5px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  box-shadow: 0 1px 3px #B8B8B8;
  //overflow: hidden;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.48)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.art_box2 ul{
  width: 360px;
  float: left;
}
.art_box2 li p{
  padding: 5px 0 5px 0;
  clear: both;
  border-top: 0.5px dotted #666;
}
.art_box2 li p em{
  padding: 5px 0 5px 0;
  float: left;
}
.art_box2 span{
height: auto;
padding: 5px 0 5px 0;
margin: 0;
color: #4C7A92;
text-align: right;
background: none;
font-size: 1em;
float: right;
font-weight: bold;
}
.art_box2 big{
  display: block;
  color: #B9111A;
  font-size: 1.4em;
  font-weight: bold;
}
.art_box2 h2{
  font-size: 12px;
  margin-bottom: 5px;
  float: left;
  color: #A8231B;
}
.art_box2 .art_slika{
  height: 129px;
  //width: 129px;
  overflow: hidden;
  float: left;
  margin: 7px 22px  7px 0px;
  text-align:center;
  border: 1px solid #F3F4F4;
  z-index:10;

}
.art_box2 .popek1{
  color:#fff;
  font-size: 16px;
  float: right;
  width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-right: -27px;
 // margin-right: -15px;
 padding-top: 10px;
  padding-left: 15px;
}

.art_slika{
  height:205px;
  width: 260px;
  overflow: hidden;
  //float: left;
  text-align:center;
  margin: 5px auto;
  top: 0px;
}
.art_slika img{
  max-height:205px;
}
.spodaj{
  width:100%;
  float: left;
  margin-top:10px;
  text-align: center;
}
.spodaj .info{
  //border-radius: 4px;
  background: green;
  color: #333;
  text-transform: uppercase;
  font-size: 12pt;
  padding: 5px 10px;
  width: 100px;
  color:#fff;
  margin: 17px auto;
}


.slika{
    float:left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    width:200px;
    height:200px;
    background:#fff;
    box-shadow: 0 1px 3px #B8B8B8;
    overflow: hidden;
}

.stevilka{
  font-size:14pt;
  color:#fff;
  position: absolute;
  left: 260px;
  top: 10px;
  width: 25px;
  height: 25px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  box-shadow: 0 1px 3px #505050;
  background: -moz-linear-gradient(#E61C26, #960910);
  background: -webkit-linear-gradient(#E61C26, #960910);
  background: -o-linear-gradient(#E61C26, #960910);
  background: -ms-linear-gradient(#E61C26, #960910);
  background-color: #E61C26;
  padding-top: 3px;
}
.stevilka1{
  font-size:14pt;
  color:#fff;
  float: right;
  width: 30px;
  height: 25px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  box-shadow: 0 1px 3px #505050;
  background: -moz-linear-gradient(#E61C26, #960910);
  background: -webkit-linear-gradient(#E61C26, #960910);
  background: -o-linear-gradient(#E61C26, #960910);
  background: -ms-linear-gradient(#E61C26, #960910);
  background-color: #E61C26;
  //padding-top: 3px;
  text-align: center;
}
.novo2{
  position: absolute;
  left: 232px;
  top: 15px;
  width: 67px;
  height: 67px;
  background: url(../images/green1.png) no-repeat left top;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding-top: 11px;

}


.akcija{ background: url(../images/icon-sale-sl.png) no-repeat left top; }
.akcija2{ background: url(../images/_icon-prices-drop.png) no-repeat left top; width:70px; height:70px; float: right;}
.akcija2 h1{
  color: #fff;
  margin: 20px 0px 0px 12px;
  font-size: 18px;
}


.popust{
background: url(../images/sale1.png) no-repeat left top; font-weight:bold;
margin-left: -17px;
margin-top: 10px;
font-weight:bold;
}
.popust1{
background: url(../images/sale3.png) no-repeat left top;
font-weight:bold;
margin-right: -17px;
margin-top: 10px;
font-weight:bold;
}

.prediztekom{
background: url(../images/prediztekom.png) no-repeat left top; font-weight:bold;
margin-left: -17px;
margin-top: 10px;
font-weight:bold;
font-size: 8px;
color: #fff;
}
.prediztekom1{
background: url(../images/prediztekom1.png) no-repeat left top;
font-weight:bold;
margin-right: -17px;
margin-top: 10px;
font-weight:bold;
}
.popix{  position: relative;  color: #fff; font-weight:bold;}

.novo{
margin-top: 10px;
margin-left: -17px;
background: url(../images/green2.png) no-repeat left top;
//background: url(../images/icon-new-product-sl.png) no-repeat left top;
font-weight: bold;
}


.txt p{
  font-size: 11px;
}
.artikel_opis_slika{
  width: 100%;
  float: left;
  text-align: center;
}
#dolg_opis{
//width: 800px;
float: left;
}
#dolg_opis ol{
  margin: 5px 0px 5px 10px;
  line-height:18px;
  list-style-position:inside;
  list-style-type: decimal;
}
#dolg_opis ul li{
  margin: 5px 0px 5px 10px;
  line-height:18px;
  list-style-position:inside;
  list-style-type: square;
  text-align: left;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
#dolg_opis p{
  line-height:150%;
  padding-bottom: 20px;
  text-align: justify;
}
.box-ins{
    margin:auto;
    margin-right:10px;
    padding:15px;
    display: block;
    //position:relative;
    font-size: 12pt;
    box-shadow: 0 1px 2px #e3e3e3;
    background:#fff;
}
.box-ins a, a:hover{ text-decoration: none; }
.box-ins h2{
  font-size: 28pt;
  padding: 0px;
 // font-family: 'Amatic SC';
}
/* BLOG & NOVICE*/
.blog_vsebina{
    width:890px;
    float:left;
    //border-right: 1px solid #333;
}
.blog_meni{
    float:right;
    width:25%;
    margin-top: 0px;
    box-shadow: 0 1px 2px #e3e3e3;
    background:#fff;
    padding: 10px;
}
.blog_meni h2{
  font-size: 26pt;
  padding: 0px;
  //font-family: 'Amatic SC';
  line-height: 110%;
  margin-bottom:10px;
}
.blog_meni li{
  border-bottom: 1px solid #333;
  padding: 9px 0px;
  float: left;
  width:100%;
  text-align:left;
  line-height: 100%;
}
.blog_meni a{
  color: #333;
}
.cena{
float: left;
font-weight:normal;
font-size: 26pt;
color:#666;
width:100%;
//margin-top:20px;
}
.artikel h2{
  font-size:24pt;
}
.artikel{
  width:1200px;
  float: left;
  //margin-top: 20px;
}
.artikel_opis{
  width: 900px;
  float: left;
  padding: 20px;
  margin-right: 20px 0px;
  box-shadow: 0 1px 2px #e3e3e3;
  background:#fff;
}
.artikel_opis img{
  max-width: 756px;
  float: left;
  margin: 1px 20px 20px 0px;
  padding:5px;

}

.artikel_opis p{
   line-height:180%;
}

.kosarica{
  float: right;
      box-shadow: 0 1px 2px #e3e3e3;
    background:#fff;
  border-top: 0px ;
  position: relative;
  padding: 10px 15px;
  margin-top: -30px;
}
.kosarica input, textarea{
  margin: 3px 0px;
  padding: 5px 7px;
  font-size:12pt;
  color: #333;
}
.att_select{
  padding: 3px 4px;
  margin: 0px 0px 0px 0px;
  color: #333;
}

.page{
  width: 1200px;
  float: left;
  overflow: hidden;
}
.grid{ width:880px; }
.grid-item {
  width: 270px;
  height: 300px;
  overflow: hidden;
  float: left;
  background:#fff;
  margin-bottom: 20px;
  margin-right:20px;
  box-shadow: 0 1px 2px #e3e3e3;
}
.grid-item:nth-child(4) {
  width: 270px;
  height: 300px;
  overflow: hidden;
  float: left;
  background:#fff;
  margin-bottom: 20px;
  margin-right:20px;
  //margin-right:0px;
  box-shadow: 0 1px 2px #e3e3e3;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid1{
    width:880px;
}
.grid-item1 {
  width: 270px;
  height: 420px;
  overflow: hidden;
  float: left;
  background:#fff;
  margin-bottom: 20px;
  margin-right:23px;
  box-shadow: 0 1px 2px #e3e3e3;
  
}
.grid-item1:nth-child(4) {
  width: 270px;
  height: 420px;
  overflow: hidden;
  float: right;
  background:#fff;
  margin-bottom: 20px;
  margin-right:0px;
  box-shadow: 0 1px 2px #e3e3e3;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid2{ width:1200px; }

.grid-item2 {
  width: 280px;
  height: 420px;
  overflow: hidden;
  float: left;
  background:#fff;
  margin-bottom: 20px;
  margin-right:20px;
  box-shadow: 0 1px 2px #e3e3e3;
  border-radius: 3px;
}

.grid-item2:nth-child(4) {
  width: 280px;
  height: 420px;
  overflow: hidden;
  //float: right;
  background:#fff;
  //margin-bottom: 20px;
  margin-right:0px;
  box-shadow: 0 1px 2px #e3e3e3;
}

.prva_vsebina{
  width:890px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
}
.prva_vsebina_box{
  float:left;
  background:#fff;
  width:400px;
  heigt:300px;
  border: 1px solid #333;
}


.prva_vsebina_box_ins2{
  width: 100%;
  height: 100%;
  background:#fff;
  box-shadow: 0 1px 2px #e3e3e3;
  float: left;
  padding: 10px;
  box-shadow: 0 1px 2px #e3e3e3;
}

.sidebar{
  width:270px;
  margin-bottom: 20px;
  //margin-top: 20px;
  float: right;
}
.sidebar_box{
  width: 100%;
  box-shadow: 0 1px 2px #e3e3e3;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  float: right;
}
.sidebar_box h2{
    font-size:16pt; 
}
.sidebar_box a{
    color:#333;
}
.ins_slika{
  width: 400px;
  height: 250px;
  //padding: 10px;
  margin-bottom: 10px;
  overflow:hidden;
}
.ins_slika2{
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  overflow:hidden;
}
.ins_slika1{
  width: 402px;
  height: 350px;
  //padding: 10px;
  margin-bottom: 10px;
  overflow:hidden;
}
.ostalo{
  padding: 10px 10px 5px 10px;
  float: left;
  overflow: hidden;
  height:109px;
  margin-bottom:10px;
}
.ostalo1{
  padding: 0px 10px 5px 10px;
  float: left;
  overflow: hidden;
  height:84px;
  margin-bottom:7px;
}
.ostalo1 a{
    color: #333;
}
.naslov{
  //font-family: 'Ubuntu Condensed';
  float:left;
  font-size:14pt;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 0px;
  margin: 15px;
}
.prva_vsebina_box p{
  padding: 5px 0px 0px 0px;
  text-align: justify;
}
.prva_vsebina_box img{
  float: left;
  padding: 0px 10px 10px 0px;
}
.opisi{
  min-height: 400px;
  margin-bottom: 20px;
  width: 700px;
  float: left;
}
.opisi ul{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cat_opis{
margin: 10px 0px 20px 0px;
padding: 0px 20px 0px 0px;
}





.artikel_cena{
  float: left;
  width: 240px;
  height:300px;
  margin-top: 0px;
   -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 30px;
  background: #F5F5F5;
  background: url(../images/artikelbg.png) no-repeat;

}

.apopust{
//background: url(../images/sale3.png) no-repeat left top;
background: red;
font-weight:bold;
margin-right: 0px;
margin-top: 0px;
font-weight:bold;
float: right;
color: #fff;
padding: 15px;
font-size: 16pt;
border-radius: 35px;
}


.artikel_cena .prva{
  width:190px;
  font-size: 11pt;
  float: left;
  padding: 5px 0px 5px 0px;
  margin-left: 20px;
  color: #fff;
  border-bottom: 0.5px dotted #fff;
}
.druga span{
  color: #fff;
  font-size: 11pt;
  font-weight:bold;
  text-align: right;
  float: right;
}
.prva span{
  float: right;
}

.okusi_list{
  float: left;
  //margin-top:10px;
}
.okusi_list h3{
  margin-top: 5px;
  margin-bottom: 0px;
  border: 0px;
  font-size: 14px;
}


.grey span{
  color: #ddd;
}

.artikel_cena .druga{
  width:190px;
  font-size: 11pt;
  float: left;
  padding: 5px 0px 5px 0px;
  margin-left: 20px;
  color: #fff;
  border-bottom: 0.5px dotted #fff;
}

.opisi_nabor li{
  display:inline;
  margin: 0px 2px 0px 0px;
  
  padding: 5px 8px;
}

.statusi1{
  float: left;
  margin: 0px 2px 0px 0px;
  background-image: linear-gradient( #E61C26 , #960910) !important;
   background-image: -o-linear-gradient( #E61C26 , #960910 ) !important;
   background-image: -moz-linear-gradient( #E61C26, #960910 ) !important;
   background-image: -webkit-linear-gradient( #E61C26, #960910) !important;
   background-image: -ms-linear-gradient( #E61C26, #960910 ) !important;
  background-color: #E7E7E7;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 8px;
  color: #fff;
}
.statusi2{
  float: left;
  margin: 0px 2px 0px 20px;
  background-image: linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -o-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -moz-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -webkit-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -ms-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-color: #E7E7E7;
  //border-bottom: 3px  double #fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 8px;
}

.hranilne{
   float: left;
   width: 350px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 8px;
  border: 1px solid #888;
    margin-left: 10px;
}
.hranilne h1{
  font-size: 14pt;
}


.hranilne li{
  width: 350px;
  display:block;
  border-bottom: 0.5px dotted #888;
}
.hranilne td{
  padding: 0px;
  font-size: 10px;
}


.product2{
   margin-top: 20px;
   float: left;
   padding-left: 5px;
   width: 700px;
}
.product2 a{
    float: left;
    margin: 5px 5px 5px 0px;
    padding: 5px;
   -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  box-shadow: 0 1px 3px #505050;
}

.darilox{
  float: left;
  margin: 5px 0px 5px 10px;
  padding: 5px;
   -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  box-shadow: 0 1px 3px #505050;
  width:120px;
  //background-color: #fff;
  height: 180px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
    color: #333;
    text-decoration: none;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.48)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.okvir table{
  border-collapse: collapse;
}
#mybasket .darilox img{
        height:80px;
        margin: auto;
}
#mybasket .darilox p{
 line-height: 100%;
}

.cross{
  float: right;
  width: 290px;
  margin-right: 20px;
  padding-bottom: 20px;
}
.artz{
  width:290px;
  height: 85px;
  float: left;
   -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  box-shadow: 0 1px 3px #505050;
  padding: 3px;
  margin-bottom: 3px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.48)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 48%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
.artzs a{
  float:left;
  font-size: 16px;
  width: 150px;
  height: 80px;
  vertical-align: center;
  padding-left: 5px;
  color: #333;
  text-decoration: none;
}
.artzn{
  float:left;
  font-size: 16px;
  width: 150px;
  height: 80px;
  vertical-align: center;
  padding-left: 5px;
  color: #333;
  text-decoration: none;
}

.cross img{
  float: left;
  margin-left: 5px;
  border: 1px solid #F3F4F4;
}


.okvir{
  margin-top: 10px;
  //padding: 10px;
  //background: #F5F5F5;
  float: left;
  width: 850px;
}
.okvir_not{
  margin-top: 10px;
  padding: 10px;
  //background: #E2E2E2;
  width:400px;
}

.gslike{
  width:233px;
  height: 170px;
  float: left;
  padding: 10px;
  overflow: hidden;
  margin: 0px 9px 10px 9px;
  box-shadow: 0 1px 2px #505050;
}

.video{
  width:250px;

  float: left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 8px;
  border: 1px solid #888;
  overflow: hidden;
  margin: 0px 10px 10px 0px;
}
#mybasket table{
  border-collapse:separate;
  padding: 10px 0px 0px 15px;
  border-spacing: 3px;
  width:420px
}
#mybasket tr{
  border-bottom: 1px solid #333;
}
#mybasket th{
  text-align: left;
 //background-color: #BBBBBB;
  color: #333;
  height: 25px;
  padding: 5px;
  //-moz-border-radius: 5px;
 // -webkit-border-radius: 5px;
  //border-radius: 5px;
  border-bottom: 0.5px solid #333;
}

#mybasket td{
  padding: 5px;
  border-bottom: 0.5px solid #333;
 // background-color: #E2E2E2;
  height:25px;

}
#mybasket img{
  height: 45px;
  width: 45px;
  margin: 1px 1px;
  padding:0px;
}


.mydata2 {
     width:400px;
     float: left;
     display: block;
}
.mydata2 .span1{
  width: 150px; float: left; display:block; padding: 3px 0px;
}
.mydata2 .span2 {
   width: 250px; float: left; display:block; padding: 3px 0px; font-weight:bold;
}
.mydata2 li{
  padding: 3px 0px;
  border-bottom: 1px dotted #888;
  float: left;
}


/* Oranžna

 background: -moz-linear-gradient(#e38115, #dc562a);
  background: -webkit-linear-gradient(#e38115, #dc562a);
  background: -o-linear-gradient(#e38115, #dc562a);
  background: -ms-linear-gradient(#e38115, #dc562a); */
.drop_select{
  float:right;
  position:relative;
  background: #f0f0f0;
  border-bottom: 1px solid #dbdbdb;
  padding: 4px 20px;
  width: 130px;
  z-index: 900;
}

.drop_option{
  display:none;
  position:absolute;
  background: #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
  border-top:1px solid #fff;
  margin: 8px 0px 0px -20px ;
  width: 170px;
  z-index:9999;

}

.drop_option a{
  display:block;
  padding:2px 20px;
  color: #979797;
  text-decoration:none;
}

.drop_option a:hover{
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom:1px;
}

.drop_select:hover .drop_option{
  display:block;
}

.drop_select span{
  margin: 0px 10px 0px 0px;
}

.head_wrapper{
  position:relative;
  width:1200px;
  margin:auto;
 // height:120px;
 // background: #fff;
}

.logo{
  margin:0px; 
  width:150px;
}

.head_banner{
  margin:15px 0px 0px 30px;
}


/* NAVIGATION */

.navigation_wide{
  width:100%;
  height: 50px;
  background: #0b4c8a;
  //  border-top:1px solid #333;
  //border-bottom:1px solid #333;
  //overflow: hidden;
  box-shadow: 0 1px 2px #e3e3e3;
  margin-bottom: 10px;
}

.alt_bodybuilding{
 //background: url(../images/bg_navigation_red.png) repeat-x;
}

.navigation_wrapper{
  width:1200px;
  margin:auto;
 // height:35px;
}

.navigation li{
  float:left;
  margin: 15px 1px 0px 0px ;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size:14pt;
}

.navigation li a{
  padding: 17px 12px 17px 12px;
  color: #333;
  text-decoration:none;
  text-transform: uppercase;
}

.uniqe_link:hover{
color:#fff !important;
background: #333; /* Old browsers */
}
.mselected{
color:#333 !important;
background: #333; /* Old browsers */
}


.active {
   color: #fff !important;
   background-image: linear-gradient(bottom, #FFFFFF 54%, #D6D6D6 100%) !important;
   background-image: -o-linear-gradient(bottom, #FFFFFF 54%, #D6D6D6 100%) !important;
   background-image: -moz-linear-gradient(bottom, #FFFFFF 54%, #D6D6D6 100%) !important;
   background-image: -webkit-linear-gradient(bottom, #FFFFFF 54%, #D6D6D6 100%) !important;
   background-image: -ms-linear-gradient(bottom, #FFFFFF 54%, #D6D6D6 100%) !important;
   background-color:#fff !important;
   -moz-border-radius:5px 5px 0px 0px !important;
   -webkit-border-radius:5px 5px 0px 0px !important;
   border-radius:5px 5px 0px 0px !important;
   padding:5px 15px 19px 15px !important;
}

.active_question {
   text-shadow: 0px 1px #fff;
   background-image: linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -o-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -moz-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -webkit-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -ms-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-color:#fff !important;
   -moz-border-radius:5px 0px 0px 0px !important;
   -webkit-border-radius:5px 0px 0px 0px !important;
   border-radius:5px 0px 0px 0px !important;
   padding:5px 15px 19px 15px !important;
   border-right: 1px solid #E2E2E2;
}

/* CONTENT */

.content_wrapper{
  
  width:1200px;
  margin:auto;
  overflow:auto;
}
.content_wrapper1{
  width:1200px;
  margin:auto;
  overflow:auto;
  padding: 70px 0px;
  //height:100%;
}
.main_content{
  overflow:auto;
  width:1200px;
  float:left;
  padding:30px 0px 30px 0px;
}
.main_content1{
  overflow:auto;
  width:1200px;
  float:left;
  padding:0px 0px 30px 0px;
}
/* ARTICLE DESIGN */

h1{
  font-size: 22pt;
}

/* H3 Črna */

h3{
  color:#1e1e1e;
  font-family: helvetica, sans-serif;
  font-size:18px;
  display:block;
  border-bottom: 1px dotted #E2E2E2;
  margin: 30px 0px 10px 0px;
}


.bredcrumbs{
    box-shadow: 0 1px 2px #e3e3e3;
    float: left;
    clear:both;
    padding: 5px;
    width:880px;
    margin: 10px 10px 10px 0px;
    background: #fff;
}

/*.Naslov3-crna, .Naslov2-crna{
  color:#1e1e1e;
  font-family: helvetica, sans-serif;
  font-size:18px;
  display:block;
  border-bottom: 1px dotted #E2E2E2;
}*/

.article_style h1 a, .sub_article_style h1 a, .gallery_wrapup h1 a{
  //color: #1e1e1e;
 // text-decoration:none;
}

.article_style h1 span{
  font-size: 14px;
  color: #969696;
  font-weight:normal;
  margin: 0px 0px 0px 10px;
  background: #f7f7f7;
  padding: 1px 4px;
  border-bottom: 1px solid #E2E2E2;
}

.article_style ul{
  list-style: disc;
  margin: 15px 50px 15px 50px;
}

.article_style li{
  margin: 0px 0px 10px 0px;
}

.article_style h1 a:active, .sub_article_style h1 a:active, .gallery_wrapup h1 a:active{
  background: #f5f5f5;
  //border-bottom: 1px solid #ccc;
}

.article_style{
  margin:30px 0px 40px 0px ;
  padding: 0px 10px 0px 0px ;
}

.article_style p, .sub_article_style p{
  //line-height: 18px;
  //margin: 0px ;
  //font-size:12px;
  //text-align: justify;
}

.Naslov2-rdeca, .Naslov3-rdeca{
  color: #E61C24;
  font-weight:normal;
  font-size: 22px !important;
  margin: 35px 0px 15px 0px;
  font-family: halevetica, sans-serif !important;
}

.top_image{
  width:600px;
  max-height: 300px;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  overflow: hidden;
  margin:10px 0px 10px 3px;
  border:2px solid #fff;
}

.article_style h2, .Vaje-NaslovRdeca{
  color: #E61C24;
  font-weight:bold;
  font-size: 18px;
  margin: 35px 0px 15px 0px;
  text-align: justify;
}

.article_style img{
  border:2px solid #fff;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  margin: 20px 5px;
}

.article_style img a{
  border:none;
}

.date_copywright{
  overflow:auto;
  margin:20px 0px !important;
  list-style: none !important;
  border:none !important;
  background: none !important;
  padding:0px !important;
  -moz-box-shadow:none !important;
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  -moz-border-radius:0px !important;
  -webkit-border-radius:0px !important;
  border-radius: 0px !important;
  font-weight: normal !important;

}

.date_copywright a{
  color: #21658D;
  font-family: helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
}

.date_copywright li{
  color:#ababab;
  font-family: Helvetica, Sans-Serif;
  float:left;
  margin:0px 5px 0px 0px;
  font-size:10px;
}

.date_copywright li a{
  color: #21658d;
  text-decoration:none;
}

.date_copywright li a:hover{
  text-decoration:underline;
}

.date_style{
  padding:0px 5px;
  border-left: 1px solid #ababab;
}

/* TOP ARTICLES STYLE */

.tab_navigation{
  background-image: linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -o-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -moz-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -webkit-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-image: -ms-linear-gradient(top, #E7E7E7 0%, #D1D1D1 100%);
  background-color: #E7E7E7;
  height:40px;
  border-bottom: 3px  double #fff;
}

.tab_navigation li{
  float: left; margin: 10px 20px;
}

.tab_navigation li a{
  color: #9f9e9e;
  font-family: helvetica, Sans-Serif;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fff;
}

.active_tab{
  color: #dd552a !important;
  background: url(../images/tab_arrow.png) no-repeat center bottom;
  padding: 0px 0px 13px 0px ;
}

/* TOP ARTICLES TABS */

.tab_articles_wrapper{
  margin: 20px 0px 30px 0px;
  overflow:auto;
}

.tab_articles{
  margin: 10px 5px;
}

.tab_articles li{
  width:145px;
  float:left;
  margin: 0px 5px;
}

.catagory_link{
  color: #21658d;
  font-family: helvetica, Sans-Serif;
  font-size:11px;
}

.tab_articles h1{
   font-size: 16px;
}

.tab_articles h1 a{
  color: #1e1e1e;
}

.tab_articles p, .side_tab_articles p{
  color: #969696;
  font-size:10px;
  line-height:16px;
  text-align:justify;
}

/* OGLASI */

.wide_ad_content{
  border-top: 3px double #e2e2e2;
  margin:50px 0px;
}

.wide_ad_content a img{
  border:none;
}

.wide_ad_content span{
  font-family: helvetica, Sans-Serif;
  font-size: 10px;
  color: #b3b3b3;
  padding: 5px;
  display:block;
}

/* Video Pagging */

.pagging{
  font-family: helvetica, sans-serif;
  margin: 30px 0px 40px 0px;
  float: right;
}


.pagging a{
  background-image: linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -o-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -moz-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -webkit-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -ms-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-color: #E7E6E7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px #505050;
  -webkit-box-shadow: 0px 1px 2px #505050;
  box-shadow: 0px 1px 2px #505050;
  padding: 7px 15px;
  text-shadow: 0px 1px #E7E6E7;
  font-size:11px;
}


.next_prev {
  color: #2789ae !important;
  margin: 0px 10px;
}

.pagging_selected{
  font-weight:bold;
  padding: 6px 3px;
  font-size:14px;
}

.pagging_nbr{
  color: #5a5a5a !important;
  background-image: linear-gradient(top, #E2E2E2 0%, #F3F4F4 100%);
  background-image: -o-linear-gradient(top, #E2E2E2 0%, #F3F4F4 100%);
  background-image: -moz-linear-gradient(top, #E2E2E2 0%, #F3F4F4 100%);
  background-image: -webkit-linear-gradient(top, #E2E2E2 0%, #F3F4F4 100%);
  background-image: -ms-linear-gradient(top, #E2E2E2 0%, #F3F4F4 100%);
  background-color: #F3F4F4;
  border:1px solid #E2E2E2;
  padding: 4px;
  font-size:14px;
}

.pagging_nbr:hover{
  text-decoration:none !important;
  background:#fff;
}

/* SIDE BAR */
.sidebar input{
  padding: 4px;
}

.sidebar h1{
  font-size: 16px;
  margin:0px 0px 10px 0px;
}

.sidebar h1 a{
  font-size: 16px;
  color: #333;
}


.sidebar2{
  float:right;
  width:220px;
  margin:10px 0px 0px 10px;
}

.sidebar2 h1{
  font-size: 16px;
  margin:10px 0px 10px 10px;
}

.sidebar2 h1 a{
  font-size: 16px;
  color: #e61c24;
}

/* SEARHC FORM */

.site_search{
  margin: 0px 0px 0px 0px ;
}

.site_search fieldset{
  padding:5px;
  border:none;
  margin:1px 0px 0px 0px ;
}

.rss_wrapper{
  padding:6px 0px 3px 0px;
  background-image: linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -o-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -moz-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -webkit-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -ms-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-color: #E7E6E7;
  border-top: 1px solid #bdbdbd;
  text-shadow: 0px 1px #E7E6E7;
}

.rss_ico{
  font-family: helvetica, sans-serif;
  font-weight:bold;
  cursor: pointer;
}

.search_results{
   border-bottom: 1px dotted #e2e2e2;
   font-family: helvetica, sans-serif;
   padding:10px 0px 5px 0px;
}

.search_result_more{
  color: #009933;
}

.text_area_style{
  padding:6px 4px;
  font-size:14px;
  width:160px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #b7b7b7;
}

.text_area_style:hover{
  border:1px solid #a0ccdc;
}

.submit_btn, .submit_btn_send{
  margin:2px 0px 0px 3px ;
  font-weight:bold;
  text-shadow:0px 1px #fbfbfb;
  padding:5px 5px 5px 5px;
  //background: url(images/ico_search.png) no-repeat 6px 5px;
  border:1px solid #989898;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 4px #afafaf;
  -webkit-box-shadow: 0px 2px 4px #afafaf;
  box-shadow: 0px 2px 4px #afafaf;
  cursor: pointer;
}



.submit_btn_send{
  padding:5px 5px 5px 5px;
}

.submit_btn:hover, .submit_btn_send:hover{
  background-color: #e4e4e4;
  -moz-box-shadow: 0px 2px 4px #808080;
  -webkit-box-shadow: 0px 2px 4px #808080;
  box-shadow: 0px 2px 4px #808080;
}

/* SIDEBAR ADS */

.ads_space{
  overflow:auto;
}

.ads_space li{
  float:left;
  width:150px;
  height:150px;
  border:1px solid #c1c1c1;
  margin:0px 0px 7px 7px ;
}

.side_news_style a, .side_tab_articles a{
  text-decoration: none;
}

.side_news_style a:hover{
  text-decoration: none;
}

.side_tab_articles{
  margin: 10px 0px;
}

.side_tab_articles li{
  margin: 0px 5px 10px 0px;
  clear:both;
  overflow:auto;
}

.side_tab_articles li span{
  float:left;
  font-size:10px;
}

.side_news_style:hover{
   background: #f5f5f5;
}

.side_news_style a:hover{
  text-decoration:none;
  overflow:auto;

}

.text_width{
  width: 180px;
  padding:0px 10px 0px 5px;
  font-size:10px;
}

.vslist ul{
 list-style: disc outside none;
    margin: 15px 50px;
}
.vslist p{
  text-align: justify;
  font-size: 12pt;
    line-height: 22px;
    margin: 0 0 15px;
}
.vslist ol{
 list-style-position:inside;
}

.img_side_small{
  width:90px;
  max-height:50px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  border:2px solid #fff;
  margin:3px 6px 3px 3px;
  padding: 0px;
}
.img_side_small_gasper{
  width:90px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  border:2px solid #fff;
  margin:3px 6px 3px 3px;
  padding: 0px;
}
.side_boxes{
  padding:15px 0px 0px 15px;
  border-top:1px solid #e2e2e2;
  overflow:auto;
  margin:20px 0px 0px 0px;
}
.side_boxes1{
  padding:0px 0px 0px 0px;
  border-top:1px solid #e2e2e2;
  overflow:auto;
  margin:20px 0px 0px 0px;
}
.side_extra_links{
  border-bottom: 1px solid #E2E2E2;
  padding: 5px 5px 5px 20px;
  font-family: helvetica, Sans-Serif;
}

.side_extra_links a{
  color: #969696;
}

.side_lone_ad{
  text-align:center;
  margin:20px 0px 0px 0px;
}

.side_extrenal_max_link h1, button{
  background-image: linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -o-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -moz-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -webkit-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-image: -ms-linear-gradient(top, #E7E6E7 25%, #D1D1D1 80%);
  background-color: #E7E6E7;
  overflow:auto;
  padding: 0px 5px;
  margin: 0px 10px 10px 0px ;
  -moz-box-shadow: 0px 1px 3px #505050;
  -webkit-box-shadow: 0px 1px 3px #505050;
  box-shadow: 0px 1px 3px #505050;
  line-height:28px;
  text-shadow:0px 1px #fff;
  font-size: 14px !important;
}

.side_extrenal_max_link:hover{
  text-decoration:none;
}

/* SUBPAGE STYLES */

.sub_tags{
  overflow:auto;
  margin:10px 0px 20px 0px !important;
  list-style:none !important;
}

.sub_tags li{
  color:#4d4d4d;
  font-family: Helvetica, Sans-Serif;
  float:left;
  margin:3px 2px 6px 2px;
  font-size:11px;


}

.sub_tags li a{
  background: #505050;
  padding: 2px 6px;
  color: #fff;
  font-weight:bold;
  text-shadow:0px 1px 2px #000;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  text-decoration:none;
  margin:0px 4px 4px 0px ;
  display:block;
  float:left;
}

.sub_tags li a:hover{
  background:#db7607;
  -moz-box-shadow: 0px 2px 2px #505050;
  -webkit-box-shadow: 0px 2px 2px #505050;
  box-shadow: 0px 2px 2px #505050;
}

.active_tag{
  background-color:#DD552A !important;
}

/* SUBPAGE ARTICLES */

.sub_article_style{
 // overflow:auto;
  //border-bottom: 1px dotted #e2e2e2;
  //padding: 0px 0px 30px 0px ;
 // margin: 0px 0px 30px 0px;
}

.sub_article_img{
  float:left;
  width: 190px;
  margin:5px 40px 3px 3px ;
  max-height: 150px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  border:2px solid #fff;

}

.sub_article_content{
  float:left;
  width:370px;
  padding-bottom: 10px;
}

.sub_article_content1{
  float:left;
  width:600px;
  padding-bottom: 10px;
}

.sub_article_style img{

}

.sub_art_info{
  margin: 10px 0px 5px 0px !important;
}

/* LOGIN FORM */

.user_login fieldset{
  padding: 40px;
  border:2px dotted #E2E2E2;
  margin: 0px 40px 0px 0px;
  font-family: helvetica, sans-serif;
}

.user_login label{
  font-size:18px;
  color: #1e1e1e;
}

.text_style_input{
  padding: 5px;
  //margin:2px 5px 15px 0px;
  //width: 250px;
}
.contact_form{
    box-shadow: 0 1px 2px #e3e3e3;
    background:#fff;
   padding: 20px;
}

.contact_form fieldset{
  border:none;
  margin: 20px 0px;
  width:492px;
  padding: 5px;
}

.contact_form label{
  font-size: 12pt;
  padding: 5px 0px;
  width: 155px;
  float:left;
}




.form_btn{
  background-image: linear-gradient(bottom, #DA774C 0%, #EC9C79 53%);
background-image: -o-linear-gradient(bottom, #DA774C 0%, #EC9C79 53%);
background-image: -moz-linear-gradient(bottom, #DA774C 0%, #EC9C79 53%);
background-image: -webkit-linear-gradient(bottom, #DA774C 0%, #EC9C79 53%);
background-image: -ms-linear-gradient(bottom, #DA774C 0%, #EC9C79 53%);
background-color: #DA774C;
border:1px solid #EC9B79;
padding: 5px 11px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 1px 2px #c3c3c3;
  -webikit-box-shadow: 0px 1px 2px #c3c3c3;
  box-shadow: 0px 1px 2px #c3c3c3;
  font-size: 12px;
  text-shadow: 0px 1px #ECB197;
  cursor: pointer;
  color: #8D3B19;
  margin:5px 0px 0px 0px;
}
.value_input{
  width:300px;
  padding: 3px 4px;
  margin: 5px 0px 5px 0px;
  color: #979797;
}
.regsiter_margin{
  margin-bottom: 40px;
}

.btn_style_input{
  background-color: green;
  color: #fff;
  font-weight:bold;
  padding:6px 20px;
  -moz-box-shadow: 0px 1px 2px #bababa;
  font-size:14px;
  cursor: pointer;
  bottom: 10px;

}
.btn_style_input_x{
  background-color: green;
  color: #fff;
  font-weight:bold;
  padding:6px 20px;
  margin:0px auto;
  font-size:14px;
  cursor: pointer;
  bottom: 10px;
  position: relative;
}

.btn_style_input:hover{
  -moz-box-shadow: 0px 1px 2px #505050;
  -webkit-box-shadow: 0px 1px 2px #505050;
  box-shadow: 0px 1px 2px #505050;
}

.user_login span{
  color:#b5b5b5;
}

.user_login a{
  color: #21658D;
}

/* LOGIN ERROR/SUCCESS */

.register_error{
  width:200px;
  color: #E61C24 !important;
  font-weight:bold;
  display:block;
  padding:2px 10px;
  margin:26px 0px 0px 0px;
  background: #ffc9c9;
  border:1px solid #E61C24;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.login_error{
  width: 240px;
  color: #E61C24 !important;
  font-weight:bold;
  display:block;
  padding:2px 10px;
  margin:5px 0px 5px 0px;
  background: #ffc9c9;
  border:1px solid #E61C24;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

}


.register_success{
  padding: 40px;
  border:2px dotted #E2E2E2;
  margin: 10px 40px 10px 0px;
}

.register_success h2{
  color:#1e1e1e;
  margin:0px;
}

/* GALLERY STYLE */

.gallery_wrapup, .video_wrapup{
  margin:0px 0px 30px 0px;
}

.gallery_wrapup h1, .video_wrapup h1{
  border-bottom: 1px dotted #e2e2e2;
  padding:0px 0px 5px 0px;
}

.gallery_wrapup ul, .video_wrapup ul{
  overflow:auto;
  margin:10px 0px 0px 0px ;
}

.gallery_wrapup li{
  float:left;
  width:120px;
  height:90px;
  overflow:hidden;
  margin: 15px 30px 15px 2px;
  -moz-box-shadow: 0px 1px 2px #505050;
  -webkit-box-shadow: 0px 1px 2px #505050;
  box-shadow: 0px 1px 2px #505050;
  border:1px solid #fff;
}

.gallery_wrapup p{
  padding:0px 10px 0px 0px ;
}

/* VIDEO STYLES */

.video_wrapup ul{
  text-align:center;
}

.inner_video{
  padding: 10px 0px 8px 0px;
  margin: 0px  0px 20px 0px;
  background-image: linear-gradient(bottom, #333333 0%, #555555 100%);
  background-image: -o-linear-gradient(bottom, #333333 0%, #555555 100%);
  background-image: -moz-linear-gradient(bottom, #333333 0%, #555555 100%);
  background-image: -webkit-linear-gradient(bottom, #333333 0%, #555555 100%);
  background-image: -ms-linear-gradient(bottom, #333333 0%, #555555 100%);
  background-color: #333333;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  text-align:center;
}

.inner_video object{
  width:465px;
  height:344px;
}

.btn_video_more{
  display:block;
}

/* BODY STRUCTURE PAGE */

.exercise_title{
  font-family:halvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}

.exercise_h2{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    padding: 2px 0px 2px 5px;
    background: #f5f5f5;
    margin: 0px 2px 0px 0px;
}

.body_structure{
  float:left;
}

.front_body_nav{
  float:left;
  width:155px;
  text-align:right;
}

.back_body_nav{
  float:right;
  width:155px;
}

.body_tags li{
 margin: 0px 0px 5px 0px;
}

.body_tags li a{
  color: #fff;
  text-shadow: 0px 1px 2px #505050;
  font-family: halvetica, sans-serif;
  padding: 2px 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background: #505050;
  text-decoration:none;
  margin:0px 4px 4px 0px ;

}

.sub_vaja_img img{
  float:right;
  clear:right;
  margin:5px 10px 3px 3px ;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  border:2px solid #fff;
}

.sub_article_content_vaje{
  float:left;
  width:455px;
  padding-bottom:10px;
}

/* jQuary acordian */

.acc_trigger{
  cursor: pointer;
  margin: 0px 10px 0px 0px !important;
  padding: 1px;
}

.acc_trigger p{
  margin: 5px !important;
  padding: 1px;
}

.acc_trigger:hover{
   background-image: linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -o-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -moz-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -webkit-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-image: -ms-linear-gradient(bottom, #f5f5f5 54%, #D6D6D6 100%) !important;
   background-color:#D6D6D6 !important;
   -moz-border-radius:5px  !important;
   -webkit-border-radius:5px  !important;
   border-radius:5px  !important;
   border: 1px solid #D6D6D6;
   padding: 0px;
}

.faq_spacing{
  margin: 0px 0px 10px 0px !important;
  padding: 0px 0px 10px 0px !important;
}

/* FOOTER */

.footer_wide1{
  margin-top: 20px;
  clear:both;
  width: 100%;
  min-height:100px;
  height: 100px;
  background-color: #0b4c8a;
  color: #fff;
 // position: relative;
 // bottom: 0;
}
.footer_wide1 a{ color: #fff; }
.footer_wrapper1{
  width:1160px;
  margin:auto;
  padding:20px 0px;
}



