/*.logo {
  background-size: 100% auto;
  padding-bottom: 50%;
  display: block;
  background: url(images/bg1.svg) no-repeat center top scroll;
  background-size: 100px 82px;
}

.container{
    border-style: solid;
    border-width: 1px;
}
.container2 {
border: 2px solid #000;
  width: 100px;
  margin: 0 auto;
}

/* Required to make image fluid in IE 

img:not(.png) {
  width: 100%;
}*/
.col-xs-9 {
  padding-left: 10px;
  padding-right: 0px;
}
/*NASTAVENI IKONMENU*/
.table a:link {
  color: #333;
}
.table a:visited {
  color: #333;
}
.table a:active {
  color:red;
}

.form-control {
  color: #333;
  line-height: normal;
  font-size: 28px;
  min-height: 28px;
  border: dotted 3px #333;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}
.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6);
}

.btn {
  border-radius: 0px !important;
  border: 1px solid #fff;
}

.btn-primary {
  margin: 5px;
  background-color: #9B1D20;
  border: 0px;
}
.btn-primary:hover {
  margin: 5px;
  background-color: #CBEFB6;
  color: #333;
  border: 0px;
}
.btn-primary:visited .btn-primary:link {
  margin: 5px;
  background-color: #9B1D20 !important;
  border: 0px;
}
.btn-primary:active {
  background-color: #3D2B3D !important;
  margin: 5px;
  border-radius: 0px !important;
  border: 0px;
}
.btn-primary:focus {
  margin: 5px;
  border: 0px;
  background-color: #9B1D20 !important;
  /*border-radius: 0px !important;
  border: 1px solid #fff;*/
  color: #fff;
}
.navbar {
    position: relative;
}
.brand {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*position: absolute;
    left: 43%;
    margin-left: -50px !important;
    margin: 0 auto;
    position: absolute; 
    top: 0;
    text-align: center;
    /*margin: auto;*/
}

.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
.navbar-default {
    font-size: 14px;
    background-color: rgba(155, 29, 32, 1);
    background: -webkit-linear-gradient(top, rgba(61, 43, 61, 1) 0%, rgba(155, 29, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(61, 43, 61, 1) 0%, rgba(155, 29, 32, 1) 100%);
    border-width: 0px;
    border-radius: 0px;
    padding-bottom: 30px;
    margin-bottom: 100px;  
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(204, 204, 204, 1);
    background-color: rgba(248, 248, 248, 0);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #9b1d20;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron {
  	border-radius: 0 !important;
  	background-color: #9B1D20;
  	color: #fff;
}

.bigoffers {
    background-color: #CBEFB6;
    color: #3D2B3D;
}
#color-light {
    /*border: 3px solid #635D5C; */
    background-color: #D0FFCE !important; 
    padding-top: 20px;
    margin-bottom: 5px;
}
#color-dark {
    /*border: 3px solid #635D5C; */
    background-color: #9B1D20 !important; 
    padding-top: 20px; 
    color: #fff;
    margin-bottom: 5px;
    
}

.panel-default{
	border-color: #3D2B3D; !important;
	border-radius: 0 !important;	
}
.panel-heading{
	background-color: #3D2B3D !important;
	border-radius: 0 !important;
	color: #fff !important;
}
.panel-footer {
  background-color: #CBEFB6;
}
/*strong {
	border-style: dotted;
  padding: 3px;
}*/
table {
    border-style: none;
    border-width: 1px;
    border-color: #635D5C;
}

.module {
  margin: 10px;
  width: 500px;
  height: 200px;
  float: left;
  /*background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/shoes.jpg);
  background-size: 10%;*/
  position: relative;
}

.module h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  color: white;
  margin: 0;
}

.opp h3 {
  background: rgba(255, 255, 255, 0.75);
  color: black;
}
.img-thumbnail {
  border-radius: 0px;
  border-color: #CBEFB6;
  margin-bottom: 15px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: none;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #CBEFB6;
}
.footer {
  background-color: rgba(155, 29, 32, 1);
  background: -webkit-linear-gradient(top, rgba(155, 29, 32, 1) 0%, rgba(61, 43, 61, 1) 100%);
  background: linear-gradient(to bottom, rgba(155, 29, 32, 1) 0%, rgba(61, 43, 61, 1) 100%);
  border-width: 0px;
  border-radius: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 10px;  
}

.whitelinks a, .whitelinks h5 {
  font-size: 14px;
  color: #fff !important;
  /*text-decoration: none;*/
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.iconfilter{
    display: inline-block;
}
.iconsize {
    font-size: 450%;
}
#iconsize .text-center:hover {
  color: #9B1D20;
}
#iconsize .text-center:active {
  color: #333;
}
#checkboxes input[type=checkbox]{
    display: none;
}

#checkboxes input[type=checkbox]:checked + .iconfilter{
    color: red;
}


/*responsible background settings */

@media (max-width: 1000px) {

h3 {
  display: none;
}

/*.img-thumbnail {
  display: initial;
}*/

.iconsize {
    font-size: 200%;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 768px) {

h2 {
  font-size: 20px;
}

/*.img-responsive {
  margin: 0 auto;/*
    width: 150px;
    display: none;*/
  }

.form-control {
  color: #333;
  line-height: normal;
  font-size: 20px;
  min-height: 20px;
  border: dotted 2px #333;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

.form-inline-min {
  text-align: center;
  display: inline-block;
}  
}
/*@media (max-width: 500px) {
.img-responsive {
    display: none;
  }
}*/
