/** Bootstrap override **/
body {
    background: #fafafa;
    background-image: url('../images/grid.jpg');
    background-repeat: repeat;
    font-family: 'Oxygen', sans-serif;
    
}

h1, h2, h3, h4, h5, h5, .nav-header {
    font-family: 'Armata', sans-serif;
}

a {
    color: #dd514c;
    border-bottom: 1px dotted #dd514c;
    transition: color 0.3s linear 0s, background 0.3s ease-out 0s;
  
}
a:hover, a:active {
    background-color: #dd514c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-decoration:none;
}

p {
    text-align: justify;
}

img {
    vertical-align: baseline;
}

blockquote {
    padding-right: 35px;
    background-image: url(../images/right-quote.png);
    background-position: right top;
    background-repeat: no-repeat;
}

blockquote p {
    font-size: 14px;
}

.footer p{
    text-align: center;
}

dd {
    margin-bottom: 12px;
}

.dl-horizontal dd {
    margin-left: 150px;
}

.brand {
    margin-bottom: 10px;
    margin-left: 6px;
}

a.brand {
    border-bottom: 0;
}

a.brand:hover, a.brand:active{
    background-color: inherit;
    color: inherit;
    text-shadow: none;
}

.page-header a {
    border-bottom: 0;
}

.btn-primary {
    background-color: #5990DE;
    background-image: linear-gradient(to bottom, #69A0EE, #4980CE);
    background-image: -webkit-linear-gradient(top, #69A0EE, #4980CE);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #4980CE;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    /*margin-right: 60px;*/

}

ul.dropdown-menu {
    margin-top: 0;
    background-color: #FAFAFA;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.dropdown-menu a {
    font-size: 16px;
}

.navbar-inner {
    background-image: none;
}

.well {
    background-color: #FAFAFA;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    border: 1px solid #D4D4D4;
}

ul.nav.nav-pills {
    margin-bottom: 0;
}

ul.nav.nav-pills > li > a {
    border: 0;
    line-height: 20px;
    padding-left: 32px;
}

ul.nav.nav-pills > li > a:hover {
    color: #ffffff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #dd514c;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #dd514c;
    color: #ffffff;
}

.navbar .nav > li > a, .navbar .nav > li > a, .navbar .nav > li > a,
.dropdown-menu li > a, .dropdown-menu li > a {
    text-shadow: none;
    font-size: 16px;
    border-bottom: 0;
    padding: 10px 20px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, 
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #dd514c;
    background-image: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 20px;
  border-bottom: 0;
}
.navbar .nav > li:hover > a {
    background-color: #dd514c;
    color: #fff;
    text-shadow: none;
    border-bottom: 0;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #dd514c;
    background-image: none;
    color: #fff;
    border-bottom: 0;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #dd514c;
}

.navbar .nav > li > .dropdown-menu:after {
    border-left: 0;
    border-right: 0;
}
.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 0;
}

.btn-group > .btn, .btn-group > .dropdown-menu  {
    text-align: left;
}


.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: #dd514c;
    color: #fff;
}
.nav > li > a:hover {
    background-color: #dd514c;
    color: #fff;
    text-shadow: none;
    border-bottom: 0;
}

.navbar {
    margin-top: 20px;
}

.navbar-search form {
    margin: -5px 0 0 0;
}

.navbar .btn-navbar {
    float: left;
    background-color: #DD514C;
    color: #FFFFFF;
    background-image: none;
    border-bottom: 0 none;
    box-shadow: none;
    padding: 10px 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.navbar .btn-navbar:hover {
    background-color: #DD514C;
    color: #FFFFFF;
}

.breadcrumb {
    background-color: inherit;
}

.divider img {
    padding-bottom: 3px;
}

.well h3 {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.footer {
    height:54px;
}

.footer-text {
    line-height: 54px;
    text-align:center;
}

.sitemap {
    line-height:54px;
}

.qrcode {
    font-family: 'Armata', sans-serif;
    font-weight: bold;
}

.qrcode img {
    vertical-align: middle;
}

/** Module override **/
/*.mostread,
.weblinks,
.category-module,
.syndicate-module,
ul.nav.menu,
#login-form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding:5px;
  margin:0px 0px 10px 0px;
}*/

.mostread,
.weblinks,
.category-module {
  padding: 0px 0px 0px 20px;
}

.syndicate-module {
  display: block;
}

/** Custom **/
.group-login {
    margin-top: 12px;
    text-align: right;
}

.group-login .group-login-reg {
    padding-right: 12px;
    line-height: 42px;
}

#login-form-form {
    margin-bottom: 0px;
}

#form-login-remember {
    margin-top: 5px;
}
/*#login-form-content {
    text-align: left;
    width: 240px;
    display: block;
    clear: both;
}*/

.invisible {
    display: none;
    visibility: none;
}

#fb, #fb span {background-image: url("/images/social/facebook.png");}
#tw, #tw span {background-image: url("/images/social/twitter.png");}
#gplus, #gplus span {background-image: url("/images/social/google_plus.png");}
#linkedin, #linkedin span {background-image: url("/images/social/linkedin.png");}
#rss, #rss span {background-image: url("/images/social/rss.png");}

#login-form {
    text-align: right;
    margin: 20px 0 0 0;
}

.menu-hiding {
    float: right;
    margin-left: 24px;
}

.map, .bordered{
     border: 4px solid #dd514c;
}

.floating-right {
    float: right;
    margin-right: 0px;
    margin-left: 24px;
}

.floating-left {
    float: left;
    margin-left: 0px;
    margin-right: 24px;
}

.login-greeting {
    display: inline-block;
    line-height: 28px;
}

.logout-button {
    display: inline-block;
}

#gk-content hr { display:none; }
#gk-content h2 small {
  clear:both;
  display:block;
  font-size:11px;
  line-height:1.0;
}
.gk-article-content { font-size:14px; }
body > .container-fluid.gk-message .alert { margin:15px 0; }
.contact fieldset legend { font-size:11px; }
.contact .jicons-icons { display:none; }
.contact .contact-position dd, .contact .contact-address dd { margin:8px 0; }
.item-page { position:relative; }
.item-page aside {
  float:left;
  position:absolute;
  width:85px;
}
.item-image {
  margin:0 0 20px 0;
  width:100%;
}
.gk-article {
    font-size:14px;
    line-height:26px !important;
    margin:0 0 56px 106px;
}
.item-page { 
    min-height:400px;
    background-color: #FCFCFC;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding: 20px 15px;
}
.item-page time {
  display:block;
  width:66px;
  height:66px;
  line-height:32px;
  margin:0 0 0 8px;
  padding:6px;
  text-align:center;
  background:/*#ffb251*/#5990DE;
  font-size:32px;
  font-weight:600;
  color:#fff;
}
.item-page time span {
  display:block;
  font-size:16px;
  line-height:16px;
}
.article-info {
  margin-bottom:0;
  text-align:right;
  font-size:11px;
}
.article-info dd { margin:0 0 12px; }
/*.gk-item-page .gk-article { min-height:400px; }*/
.gk-article .article-header {
    background: none repeat scroll 0 0 #959595;
    margin: -20px -31px 20px;
    padding: 5px 20px;
    border: 1px solid #959595;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.blog .page-header {
    background: none repeat scroll 0 0 #959595;
    margin: -20px -15px 20px;
    padding: 5px 20px;
    border: 1px solid #959595;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.gk-article .item-image + .article-header, .gk-article .img-intro-left + .article-header, .gk-article .img-intro-none + .article-header, .gk-article .img-intro-right + .article-header { margin-top:32px; }
.gk-article .article-header a { color:#333333; }
.gk-article .article-header a:hover { color:#09409e/*7ae*/; }
.gk-article .content-links { margin:32px 0 0; }
.cat-items ul { list-style-type:none; }
.cat-items li { clear:both; }
.cat-items li h4 { float:left; }
.archive .filter-search { float:right; }
.archive .filter-search select {
  margin-right:10px;
  width:100px;
}

ul.nav > li > a[class*="ic-"] {
    height: 20px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

ul.nav > li > a[class*="ic-"]:hover,
ul.nav > li > a[class*="ic-"]:active,
ul.nav > li > a[class*="ic-"]:focus,
ul.nav > li.active > a[class*="ic-"] {
    background-position: 4px -35px;
}

a.ic-download {background: url(../images/download.png);}
a.ic-showroom {background: url(../images/showroom.png);}

div#b2jcontainer_c103.b2jcontainer {
    color: #333333;
}

.b2jcontainer h2 {
    padding: 5px 20px;
}

div.sigplus-gallery {
    margin-left:-27px;
}

div.sigplus-gallery ul > li > a {
  border-bottom: 0; 
}

.mainrow {
    margin-top: 20px;
    margin-bottom: 40px;
}
