/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
  Created on : 05.12.2013, 09:54:10
  Author     : es
*/
.news-list-container IMG {
    border: medium none;
    float: left;
    margin: 0 10px 5px 5px;
	
}
.news-list-item {
     padding: 0 20px 20px 0;
	/*height: 230px;*/
}
body{
  background-image: url(../../Images/back_pc.jpg) !important;
}
#logo{
  position: absolute;
  top: 52px;

  margin-left: -22px;
}

.glyphicon-search,  .glyphicon-home{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  font-size: 26px;
  color: #000;
  top: 60px;
  cursor: pointer;
}

.glyphicon-home{
  right: 150px;
  top: 60px;
}


/**Responsive Menu **** START ****/
#responsive_nav{
  display: none;
  min-height: 90px;
}

.menu-collapser{
  background: none;
  position: absolute;
  z-index: 100;
  width: 50px;
  right: 70px;
  height: 75px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  top: 37px;
}

.menu-collapser p{
  color: #000;
  font-size: 30px;
  font-weight: 300;
  display: block;
  padding: 15px 0 12px 0;
  text-decoration: none;
}

.sub-collapser{
  background: none !important;
  width: 75px;
}
.sub-collapser i{
  display: none !important;
}

#responsive_navigation{
  position: relative;
  top: 75px;
  left: 0;
  width: 100%;
}
#responsive_navigation.active_navigation{
  margin-bottom: 100px;
}

/** First Level **/
#responsive_navigation li .glyphicon{
  position: absolute;
  right: 0;
  height: 100%;
  cursor: pointer;
  padding: 15px 0 0 0;
  width: 60px;
  text-align: center;
}
#responsive_navigation li:hover .glyphicon{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;

}

#responsive_navigation li{ 
  background: none;
  position: relative;
  border: none !important;
  margin-bottom: 2px;
  width: 100%;
}
#responsive_navigation li:hover{
  background: none;
}
#responsive_navigation li a{
  border: none !important;
  background: #dddddd;
}

#responsive_navigation li a.active{
  background: #005ea5;
  color: #ffffff;
}
#responsive_navigation ul li a.active{
  background: #eeeeee;
  color: #333;
}

/** Second Level & third level **/
#responsive_navigation ul, #responsive_navigation ul ul{
  margin-left: 0;
  position: relative;
  left: 0;
}
#responsive_navigation ul li a{
  background: #eeeeee;
}

#responsive_navigation ul ul li a{
  background: #ffffff;
}

.expanded span{
  color: #ffffff;
}

#responsive_navigation .expanded ul span{
  color: #333;
}

@media only screen and (max-width: 991px) {
  .container.navigation{
    display: none;
  }
  #responsive_nav, .glyphicon-search, .glyphicon-home{
    display: block;
  }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1024px) and (orientation : landscape) {
  .navigation .main_navigation li.dropdown.last .dropdown-menu{
    right: 0;
    left: inherit;
  }
  
  .navigation .main_navigation li.dropdown.last .dropdown-menu .gmenu{
    left: inherit;
    right: 235px;
  }
}

@media only screen and (max-device-width : 568px) and (orientation : portrait){
  #firstmenu_left{
    width: 160px;
  }
  .christ_slogan{
    font-size: 11px;
  }

  .glyphicon-home{
    right: 100px;
  }
  .menu-collapser{
    right: 45px;
  }
}


/**Responsive Menu **** END ****/

h2
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color:#005EA5;
}

h2 a
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color:#005EA5;
}

.gmenu a
{
   color:#666666;
}