/**
*
* ---------------------------------------------------------------------------
*
* Template : Brag, Design & Digital
* Author : Miguel Braga
* Author URI : http://brag.pt
*
* --------------------------------------------------------------------------- 
*
*/

html,body {
    height:100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: -999;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.65;
    color: #000;
    margin: 15px 0px;
}

p.large {
    font-size: 16px;
}

strong {
    font-family: 'Roboto', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    font-family: 'Roboto', sans-serif;
    outline: 0;
}

a {
    color: #E68C00;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #E68C00;
    text-decoration: none;
}

input:focus {
    outline:none;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    margin: 5px 0 5px 0px;
    padding: 10px 0 10px 0;
}

h7 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}

input.btn {
    background-color: #84B400;
    display: inline-block;
    padding: 7px 22px;
    margin: 0 10px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.42857;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.ebutton {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #E48B00;
    border-radius: 100px;
    line-height: 15px;
    padding: 28px;
    z-index: 8888;
    text-align: center;
}

@media (max-width: 1215px) {
    .ebutton {
        position: fixed;
        top: 110px;
        right: 25px;
        background-color: #E48B00;
        border-radius: 100px;
        line-height: 15px;
        padding: 28px;
        z-index: 888;
        text-align: center;
    }
    .mobilebarmaximenuck .mobilebuttonmaximenuck,
    .mobilebarmaximenuck .mobilemaximenuckclose {
        background-color: transparent !important;
        line-height: 30px !important;
        height: auto !important
    }
}


.ebutton a:link,
.ebutton a:visited,
.ebutton a:hover {
    color: #fff;
} 

.img-centered {
    margin: 0 auto;
    max-width: 30%;
    height: auto;
}

.container-fluid {
    height: 100%;
    margin:0;
    padding:0;
}

.row {
    margin: auto !important;
}

.moduletable,
.custom {
margin:0px;
padding:0px;
}

.intro {
    width:100%;
    height:auto;
    min-height:80%;
}

.bg-white {
    background-color: #ffffff;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.bg-green {
    background-color: #BAD100;
}

.bg-polygon {
    background: transparent url(../images/bg-polygon.jpg) no-repeat center top;
}

.box-shadow {
   -webkit-box-shadow: 0px 20px 45px -20px #222;
      -moz-box-shadow: 0px 20px 45px -20px #222;
           box-shadow: 0px 20px 45px -20px #222;
}

.logo {
    /* background-image: url(../images/logo.png);
    background-position: center left;
    background-repeat: no-repeat; */
    display: block;
    width:auto;
    height:100px;
}

@media (max-width: 1215px) {
    .maximenucklogo img {
        width:auto;
        max-height:70px;
    }
}

/*-- HEADER NAV BAR --*/

#header-menu.navbar {
    margin: 0;
    padding: 0;
}
#header-menu.navbar-nav.header-menu {
    font-size: 14px;
    background-color: transparent;
    border-width: 0px;
    border-radius: 0px;
    padding:20px 0;
    float: right;
}
#header-menu.navbar-nav.header-menu>li {
    float: none;
}
#header-menu.navbar-nav.header-menu>li>a {
    color: #fff;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#header-menu.navbar-nav.header-menu>li>a:hover,
#header-menu.navbar-nav.header-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}
#header-menu.navbar-nav.header-menu>.active>a,
#header-menu.navbar-nav.header-menu>.active>a:hover,
#header-menu.navbar-nav.header-menu>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

/*-- HEADER NAV BAR END--*/

/*-- NAV BAR --*/

.navbar-related{
    background-color:#eee;
    width: 100%;
    height: 35px;
}

.eqs-brand {
    background-image: url(../images/logo_eqs-color.svg);
    background-position: 25px center;
    background-size: auto 27px;
    background-repeat: no-repeat;
    width: 200px;
    height: 35px;
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 950px) {
    .maximenuck {
        text-align: left;
    }
}

span.separator.line { display: none !important; }

@media (min-width: 1200px) { 
    span.separator.line { display: block !important; margin:5px 0;}
}

#menu.navbar {
    margin: 0;
    padding:0;
}

.navbar-brand {
    background: transparent url(../images/logo.png) no-repeat center left;
    width: 160px;
    height: 60px;
    margin: 10px 0   !important;
}

#menu.navbar-default {
    font-size: 14px;
    background-color: #fff !important;
    border-width: 0px;
    border-radius: 0px;
}
#menu.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 400;
    background-color: rgba(248, 248, 248, 0);
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
}

@media (min-width: 1200px) {
    #menu.navbar-default .navbar-nav>li>a {
        color: #333;
        font-weight: 700;
        background-color: rgba(248, 248, 248, 0);
        padding: 30px 20px;
        text-transform: uppercase;
        font-size: 12px;
    }
}

#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus {
    color: #3998eb;
    background-color: #fff;
}

@media (min-width: 1200px) {
    #menu.navbar-default .navbar-nav>li>a:hover,
    #menu.navbar-default .navbar-nav>li>a:focus {
        color: #3998eb;
        background-color: #f3f3f3;
    }
}

/* #menu.navbar-default .navbar-nav li+li { border-left: 1px solid #eee; } */

#menu.navbar-default .navbar-nav>.active>a,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
    color: #3998eb;
    background-color: #f3f3f3;
}

#menu.navbar-default .navbar-toggle {
    border-color: #3998eb;
    border-radius: 0px;
}
#menu.navbar-default .navbar-toggle:hover,
#menu.navbar-default .navbar-toggle:focus {
    background-color: #3998eb;
}
#menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #3998eb;
}
#menu.navbar-default .navbar-toggle:hover .icon-bar,
#menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f8f8f8;
}
 
.navbar-default .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #f3f3f3;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1200px) {
    .navbar-default .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 25px 0;
      margin: 2px 0 0;
      font-size: 12px;
      text-align: left;
      list-style: none;
      background-color: #f3f3f3;
      -webkit-background-clip: padding-box;
              background-clip: padding-box;
      border: none;
      border-radius: 0px;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
}

.dropdown:hover .dropdown-menu {
display: block;
}

.navbar-default .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-default .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(189, 28, 29, 1);
}
.navbar-default .dropdown-menu > li > a {
  display: block;
  padding: 3px 30px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #444;
  white-space: nowrap;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  color: #3998eb;
  background-color: #f3f3f3;
  text-decoration: none;
}
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  
  text-decoration: none;
  color: #3998eb;
  background-color: #f3f3f3;
  outline: 0;
}
.navbar-default .dropdown-menu > .disabled > a,
.navbar-default .dropdown-menu > .disabled > a:hover,
.navbar-default .dropdown-menu > .disabled > a:focus {
  color: #fff;
}
.navbar-default .dropdown-menu > .disabled > a:hover,
.navbar-default .dropdown-menu > .disabled > a:focus {
  color: #fff;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #3998eb !important;
  background-color: #f3f3f3 !important;
}

/*-- NAV BAR END--*/


header {
    width:100%;
    height: 100px;
    margin: 0;
    padding: 0;
    z-index:777;
}

.banner {
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 100px 0 0 0 !important;
    overflow: hidden;
}

.banner p {
    margin:0;
    padding:0;
}

section#main {
    margin:0;
    padding: 30px 0px 30px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

section {
    padding: 70px 0 70px 0; 
}

@media (min-width: 1200px) {
	section {
	    padding: 65px 0 65px 0; 
	}
}

section#main p {
    text-align: left; 
}

section#news {
   margin:0;
   padding:0;
}

section#news p {
	text-align: left; 
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

section#news h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #535353;
    margin: 0 0 15px 0;
    padding:0px;
}
/*
section#news h3 {
    background-color: #E68C00;
    width: 150px;
    height: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 140px;
    color: #fff;
    margin: 0;
    padding: 15px;
}
*/
section#news h3 {
      font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 28px !important;
}
section#news h3:before {
    background-color: #E68C00;
    border-radius: 0rem;
    content: '';
    display: block;
    height: 0.55rem;
    width: 35px;
    margin-bottom: 1.25rem;
}

section#news .nspArts {
    width: 100%;
    margin: 15px 0 55px 0;
    text-align: center;
}

section#news .nspArt h4.nspHeader {
    min-height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

section#news .nspArt h4.nspHeader a:link,
section#news .nspArt h4.nspHeader a:visited,
section#news .nspArt h4.nspHeader a:focus,
section#news .nspArt h4.nspHeader a:active {
    color:#000;
    text-decoration: none;
}

section#news .nspArt h4.nspHeader a:hover {
    color:#E48B00;
    text-decoration: none;
}

section#news .nspInfo {
    margin: 5px 0;
}

section#news strong {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}

section#news a.readon {
    background-color: #F6F6F5;
    display: inline-block;
    padding: 5px 18px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000 !important;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 25px 0 25px 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

section#news a.readon:link { text-decoration: none; }
section#news a.readon:visited { color: #fff; }
section#news a.readon:hover { color: #fff; }

section#news .readon-button {
    border:none;
    background-color: #E48B00;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

section#news a.readon-button:link { color: #fff; text-decoration: none; }
section#news a.readon-button:visited { color: #fff; }
section#news a.readon-button:hover
{
    background-color: #F6F6F5;
    color: #000;
}

section#other-news {
    background-color: #E68C00;
    margin:0;
    padding:0;
}

section#other-news h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #535353;
    margin: 0 0 15px 0;
    padding:0px;
}
/*
section#other-news h3 {
    background-color: #fff;
    width: 150px;
    height: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 140px;
    color: #E68C00;
    margin: 0;
    padding: 15px;
}
*/
section#other-news h3 {
      font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 28px !important;
    color: #fff;
}
section#other-news h3:before {
    background-color: #fff;
    border-radius: 0rem;
    content: '';
    display: block;
    height: 0.55rem;
    width: 35px;
    margin-bottom: 1.25rem;
}

section#other-news .nspArts {
    width: 100%;
    margin: 15px 0 55px 0;
    text-align: center;
}

section#other-news .nspArt h4.nspHeader {
    font-size: 20px;
    text-transform: none;
    margin: 0px !important;
    padding: 10px 15px !important;
    width: 100% !important;
    line-height: 18px;
}

section#other-news .nspArt h4.nspHeader a:link,
section#other-news .nspArt h4.nspHeader a:visited,
section#other-news .nspArt h4.nspHeader a:focus,
section#other-news .nspArt h4.nspHeader a:active {
    color:#fff !important;
    font-weight: 700;
    text-decoration: none;
}

section#other-news .nspArt h4.nspHeader a:hover {
    color:#333 !important;
    text-decoration: none;
}

section#other-news strong {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
}

section#other-news a.readon.fleft:link,
section#other-news a.readon.fleft:visited,
section#other-news a.readon.fleft:focus,
section#other-news a.readon.fleft:active {
    color: #000;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

section#other-news a.readon.fleft:hover {
    color:#337ab7;
    text-decoration: none;
}


section#other-news .readon-button {
    border: none;
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

section#other-news a.readon-button:link { color: #000; text-decoration: none; }
section#other-news a.readon-button:visited { color: #000; }
section#other-news a.readon-button:hover
{
    background-color: #fff;
    color: #E48B00;
}

section#wedo {
    background: #f7f7f7 url(../images/bg-wedo.png) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    padding: 90px 0 90px 0;
}

section#add {
    background: url(../images/bridge.jpg) no-repeat;
    background-position: center -350px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    padding-top: 120px;
    padding-bottom: 140px;
}

section#add h2 {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px !important;
    line-height: 45px;
    text-align: center;
}

section#user {
    margin:0;
    padding: 70px 0px 70px 0px;
}

section#user p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
}

section#user h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 15px 0;
    padding:0px;
}

section#user h3 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px 0px;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

section#user .controls {
    width: 200px;
}

section#user ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

section#user ul li a:link {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

section#user ul li a:visited {
    color: #000;
    text-decoration: none;
}

section#user ul li a:hover {
    color: #E48B00;
    text-decoration: none;
}

section#user label {
    display:none;
}

section#user .min-height {
    min-height: 170px;
}

section#map {
    margin: 0;
    padding: 0;
}

section#contacts p {
    text-align: left !important;
}

footer {
    margin:0;
    padding: 10px 0;
}

footer .footer-brand {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -2px;
    color: #000;
    margin: 40px 0 20px;
    padding:0 0 10px 0; 
}

footer span.about {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    margin: 15px 0px 15px 0px;
}

footer .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding:25px 0;
}

footer .footer-menu p {
    margin:0;
    padding:0;
}

footer .footer-menu h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    margin:0;
    padding:0;
}

footer .footer-menu ul {
    list-style: none;
    margin:5px 0;
    padding:0;
}

footer .footer-menu ul li {
    line-height: 15px;
    margin:0;
    padding:0;
}

footer .footer-menu a:link {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin:0;
    padding:0;
}

footer .footer-menu a:visited {
    color: #fff;
}

footer .footer-menu a:hover {
    color:#fff;
}

footer .quicklinks h3 {
    font-size: 16px;
    color: #fff;
    text-transform: none;
    margin:15px 0 8px 0;
    padding:0;
}

footer .quicklinks p {
    font-size: 11px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    line-height: 35px;
    margin:0;
    padding:0;
}

footer .quicklinks ul {
    list-style: none;
    margin:0;
    padding:0;
}

footer .quicklinks ul li {
    line-height: 15px;
    margin:0;
    padding:0;
}

footer .quicklinks a:link {
    color: #000;
    text-transform: none;
    text-decoration: none;
    line-height: 35px;
    margin:0;
    padding:0;
}

footer .quicklinks a:visited {
    color: #000;
}

footer .quicklinks a:hover {
    color:#000;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn {
    background-color: #F6F6F5;
    display: inline-block;
    padding: 5px 18px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 20px 0 20px 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

.hidden {
    display: none;
}

/*--- JOOMLA CORE ---*/
.breadcrumb {
    background-color: transparent !important;
    font-size: 12px;
    font-style: italic;
    color: #777;
    line-height: 1.42857;
    list-style: outside none none;
    margin: 140px 0 0 0;
    padding: 0;
}

a.pathway {color:#777;}

.divider {display:none;}

.content-main {
    padding:0 15px;
}

.blog h2 {
    width: 100%;
    position: absolute;
    top:280px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 35px !important;
    line-height: 35px;
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
}

@media (min-width: 1200px) {
    .blog h2 {
        width: 100%;
        position: absolute;
        top:280px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 50px !important;
        line-height: 50px;
        text-align: left;
        color: #fff;
        letter-spacing: -1px;
    }
}

.blog .page-header h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
    color: #E68C00;
    position: relative;
    top:0;
    margin: 0;
    padding: 0;
}

.item-page {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding:0 0 30px 0;
    float: left;
}

.item-page ul {
    list-style-image: url("../images/list.png");
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.item-page li {
    font: 400 15px/1.8 'Roboto', sans-serif;
    border-bottom: 1px solid #eee;
    padding-left:15px;
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

.item-page li:hover {
    font-size: 20px;
    font-weight: 700;
    color: #E68C00;
    background: #f6f6f6;
}

.item-page li:last-child {
    border: none;
}

.page-header {
    border: none;
    /* margin: 0 0 65px 0; */
    margin: 0 0 25px 0;
    padding:0;
}

.item-page h2 {
    width: 100%;
    position: absolute;
    top:280px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 35px !important;
    line-height: 35px;
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
}

@media (min-width: 1200px) {
    .item-page h2 {
        width: 100%;
        position: absolute;
        top:280px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 50px !important;
        line-height: 50px;
        text-align: left;
        color: #fff;
        letter-spacing: -1px;
    }
}

.item-page a:link, .item-page a:visited {
    color:#E68C00;
    text-decoration: none;
    font-weight: 500;
}

.item-page a:hover {
    color:#E68C00;
    text-decoration: none;
}

.page-header {
  margin: 10px 0 !important;;
  padding: 0 !important;;
  border:none !important;;
}

.page-header h2 a:link {
    color:#E68C00;
    text-decoration: none;
}

.page-header h2 a:visited {
    color:#E68C00;
    text-decoration: none;
}

.page-header h2 a:hover {
    color:#E68C00;
    text-decoration: none;
}

.page-header h2 {
    width: 100%;
    position: absolute;
    top:280px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 35px !important;
    line-height: 35px;
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
}

.content-category h2 {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px !important;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}

.content-category h2:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px 0 10px;
    background-color: #3998eb;
}

@media (min-width: 1200px) {
    .page-header h2 {
        width: 100%;
        position: absolute;
        top:280px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 45px !important;
        line-height: 45px;
        text-align: left;
        color: #fff;
        letter-spacing: -1px;
    }
    .content-category h2 {
        width: 100%;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 35px !important;
        line-height: 35px;
        text-align: left;
    }

    .content-category h2:after {
        content: ' ';
        display: block;
        width: 30px;
        height: 3px;
        margin: 10px 0 20px;
        background-color: #3998eb;
    }
}

.componentheading {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #535353;
    letter-spacing: -1px;
    text-transform: none;
    margin: 0;
}

.headliner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}

.headliner p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #333;
    line-height: 1.42857;
}

.contentheading h2 {
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #535353;
}

.cat-children {display: none;}

.pagination {
    width: 100%;
    margin: 50px 0 20px 0 !important;
    padding: 10px 0 0 0 !important;
}

.pagination ul {
    margin:0 auto;
    padding:0 !important;
}

.pagination li{
    list-style:none;
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
    text-decoration: none;
    color: #000;
}

.pagination span {
    color: #aaa;
    display: block;
}

.pagination a {
    width: 15px;
    line-height:15px;
    padding: 5px 10px;
    border:1px solid #E68C00;
    background-color: #fff;
}

.pagination a:link {
    color:#000;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;  
}
.pagination a:visited {color:#000;}
.pagination a:hover {
    background-color: #E68C00;
    border:1px solid #E68C00;
    color:#fff;
}

/*--- FORMS ---*/
.search .inputbox {
    height: 34px;
    width: 150px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 340px) and (max-width: 479px) {
    .search .inputbox {
    height: 34px;
    width: 85px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none; 
    }   
}

@media only screen and (max-width: 340px){
    .search .inputbox {
    height: 34px;
    width: 60px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: #fff;
    text-indent: 5px;
    background-color: #50a4ed;
    background-image: none;
    border-top: 1px solid #50a4ed;
    border-right: 1px solid #50a4ed;
    border-left: 1px solid #50a4ed;
    border-bottom: 1px solid #50a4ed;
    -webkit-box-shadow: none;
    box-shadow: none; 
    }   
}

.search label {
    display: none;
}

.search input.button {
    background-color: #3998eb;
    border:none;
    height: 34px;
    width: 30px;
    float: right;
}

.search input.btn {
    background: #F3F3F3 url('../images/searchButton.gif') center center no-repeat;
    background-size: 30px 34px;
    border-top: 1px solid #3998eb;
    border-bottom: 1px solid #3998eb;
    height: 34px;
    width: 30px;
    float: right;
}

.search .element-invisible {
    display: none;
}

.dropdownbox {
   font-size: 13px;
   font-weight: 500;
   line-height: 1.42857;
   text-align: center;
   color: #555;
   background-color: #FFF;
   background-image: none;
   border: 1px solid #CCC;
   border-radius: 5px;
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
   margin: 0 5px 0 5px;
   padding: 7px 10px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


.btn-primary {
    background: #50a4ed !important;
    border-color: #50a4ed !important;
}

.btn-primary:hover {
    color: #50a4ed !important;
}

#add a.btn {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
    /* margin-top: 50px; */
    border-radius: 0 !important;
}

#add a.btn span {
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#add a.btn span:before {
    margin-left: 2px;
    width: 20px;
}

#add .btn-primary {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#add .btn-primary:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
}

#add .btn-primary:hover span {
    color: #fff;
}

/*--- LANGUAGE ---*/
ul.lang-inline {
    margin: 0 !important;
    padding: 7px 10px !important;
}

ul.lang-inline li a:link {
    color: #ccc;
}

ul.lang-inline li a:visited{
    color: #ccc;
}

ul.lang-inline li a:hover {
    color: #50a4ed;
}

ul.lang-inline li.lang-active a {
    color:#50a4ed;
    font-weight: bold;
 }

#cf {
  position:relative;
  height:200px;
  width:250px;
  display: inline-block;
}

#cf img {
  position:absolute;
  height:200px;
  width:250px;
  left:0;
  padding: 5px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

#ef {
  position:relative;
  height:321px;
  width:450px;
  display: inline-block;
}

#ef img {
  position:absolute;
  height:321px;
  width:450px;
  left:0;
  padding: 5px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#ef img.top:hover {
  opacity:0;
}

a.scrollToTop {
    background-color: #E68C00;
}

a.scrollToTop:link { color: #E68C00; }
a.scrollToTop:visited { color: #E68C00; }
a.scrollToTop:hover { color: #E68C00; }

.coockie_banner p {
    font-size: 12px;
    color: #fff;
}