
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #34495e;
	padding-top: 25px;
        padding-bottom: 25px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
    color: white;
    // ori font-size: 30px;
    font-size: 1.5em;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: center;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	//border-top: #bdc3c7 solid 5px;
}

#features {
    padding-top: 50px;
    padding-bottom: 50px;
}

#content {
	//padding-top: 50px;
	padding-bottom: 45px;
}

#content .ac a{
	font-size: 20px;
}
.full-width:before,
.full-width:after {
  display: table;
  content: " ";
}

.full-width:after {
  clear: both;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}
#navigation_container {
    background-color: #f8f8f8;
    height: 45px;
    width: 100%;
    color: black;
    //z-index: 9999;
    border-top: 1px solid #ddd;
    position: relative;
    float: left;
    line-height: 45px;
}
.sidebar_first{
    background-color: #f8f8f8;
    border-right: 1px solid #ece6e6;
    padding: 2%;
}
.sidebar_first li{
    list-style-type: none!important;
    list-style-image: none!important;
}
.search-result {
    padding: 2% 5% 2% 5%;
    border-bottom: 1px dotted #ece6e6 !important;
    position: relative;
    float: left;
    width: 100%;
}
.results-term {
    float: left;
    width: auto;
    margin-top: 4px;
    font-weight: bold;
    //font-size: 1.2em;
}
/* paging styles */
.paging {
    display: inline;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
}
.pageNum {
    display: inline;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background-color: white !important;
    
}
.paging .previous a, .paging.next a {
    font-weight: bold;
}
#navigation_container li {
    margin: 5px;
}
.pageNum a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666 !important;
    background: white;
    border-radius: 3px;
}

.currentPage {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #c0392b;
    padding: 4px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    background: white;
}
.nav_left {
    float: left;
    padding-left: 20px;
}
.nav_right {
    float: right;
    padding-right: 20px;
}

.nav_right > div{
    display: inline-block;
}
.nav_right .block-summon{
    display: inline-block;
}

#breadcrumb_container{
    background-color: #ffffff;
    height: 35px;
}
#breadcrumb_container div {
    float: left;
    line-height: 36px;
    margin: 0;
    padding: 0;
    //margin-top: -1px;
}
.breadcrumb-title {
    background: #3bc492;
    color: white;
    margin: 0;
    padding: 0 10px !important;
    border: 0;
}
.breadcrumb-value{
    padding: 0 10px 0 5px !important;
    border-right: 1px solid #ece6e6;
}  
.remove-active-facet {
    color: #c0392b !important;
    font-weight: 400;
    padding: 0 0 0 7px;
    
    //line-height: 0px !important;
    //float:right;
}

.active-search > .active {
  color: #999999;
}
.extra-search {
    float: right;
    margin-top: 1em;
    color: #f2f2f2;
    margin-right: 8em;
}
.extra-search > div{
    margin-right: 20px;
}
    
/* override bootstrap */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3bc492!important;
}

#block-summon-summon-sort .dropdown-menu {
    left:-104px;
}

.btn-default i{
    margin-left: 5px;
}
input[name="search_block_form"]{
    padding-left:10px;
}