.container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.row{
  margin-left: 2%;
    margin-right: 2%;
}
.breadcrumb{
  display: none;
}
.home-search{
  border: none;
  border-bottom: 2px solid grey;
  height: 60px;
}
.navbar-collapse{
  width: 56%;
    text-align: right;
    float: right;
}
.homeIntro{
  font-size: 16px;
}

.navbar-nav li a{
  color: #A62921 !important;
}
.panel-primary>.panel-heading {
    background-image: none;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: none !important;
    border-color: none !important;
    background: none !important;
    border: none;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #cccccc;
}

.navbar-nav li:hover{
  background-color: grey !important;
}

.panel-success>.panel-heading, .panel-info>.panel-heading {
    color: white  !important;
    background-color: #A62921 !important;
    border-color: #A62921 !important;
}
.panel-success>.panel-heading, .panel-info>.panel-heading{
background-image:none !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #A62921;
    border-color: #A62921;
}
.search-btn-primary{
  background-image: none;
  background: none;
  background-color: none;
  border: none;
  color:#A62921 !important;
  font-size: 26px;
}
.navbar-inverse {
    background-image: none;
    background-color: white;
  }
.arxeio{
  background-color: #D6D9D6;
}
.homecollections{
  background-color: #f0f1f1;
  height: auto;
}
.homeOthercollections{
  background-color: #a7a9ab;
  height: auto;
}.titleText{
  float: left;
  margin-left:20px;
}
.titleImg{
  float: left;
}
.rowTitle{
  color:#585859;
  font-size: 34px;
  float: left;
  margin-top: 20px;
  margin-left: 8%;
}
.collectionsTitle{
  position: relative;
    top: 120px;
  }
.otherTitle{

}
.collectionCircles{
  float: left;
  width: 80%;
  margin-top: 26px;
padding-left: 11%;

}

.collectionRectangles{
  width: 100%;
      margin-top: 26px;
margin-left:3%;
      height: auto;
}
.circleLink{
position: relative;
left: -4px;
width:80%;
}

.logos1 img{
  border:0 !important;
}
.circleLink:hover{
  font-weight: bold;
  text-decoration: none;

}
.otherText:hover{
  font-weight: bold;
  text-decoration: none;

}
.othersLogo{
  float: left;
width: 5%;
position: relative;
margin-top: 2%;
margin-right: -2%;
}
.circle
{
  background-image: url("../../image/home/syllogi_.png");
  float: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-align: center;
  width: 276px;
  height: 276px;
}
.otherText{
  font-size: 24px;
  color: white !important;
  padding: 10px;
}
.glyphicon-home{
  display: none;
}
.rectangle
{
  width: 25%;
  min-height: 150px;
  float: left;
  background-color: red;
  margin: 2%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-align: center;
}
.back0rect{
background-color: #bd3d4d;
}

.back1rect{
background-color: #307699;
}
.back2rect{
background-color: #5c637c;
}

.back0circle a{
color: #307699 !important;
}

.back1circle a{
color: #bd3d4d  !important;
}
.back2circle a{
color: #5c637c  !important;
}
.back3circle a{
color: #3794a3  !important;
}
.navbar-nav>li>.dropdown-menu {
text-align: left;
}
@media(max-width:1427px){
  .collectionsTitle{
      top: 30px;
    }
    .collectionCircles{
      width: 100%;
      padding-left:0;
    }
    .circle{
      margin: 2%;
    }
}
