@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

html body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    min-height: 100%;
    position: relative;
	overflow-x: hidden;
    font-size: 15px;
}

body h1,
body h1 a,
body h2,
body h2 a,
body h3,
body h3 a,
body h4,
body h4 a,
body h5,
body h5 a,
body h6,
body h6 a {
    color: #004e8c;
    font-weight: bold;
}

#content h1 {
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

#content h2 {
	padding: 0;
    margin: 0 0 7px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
}

body p {
    line-height: 22px;
    padding: 0;
    margin: 0 0 19px;
}

#content img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
	#thumbcarousel .flex-viewport ul li {
		width: 50px !important;
	}
}

#wrapper {
    position: relative;
    min-height: 100%;
}

#logo_link {
    display: block;
    width: 100%;
}

#logo {
    width: 100%;
    max-width: 320px;
    margin-top: 21px;
	min-width: 300px;
}

header {
    height: 229px;
}

header div.top {
    height: 49px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

header div.top address {
    margin: 0;
    display: inline-block;
}

header div.top a ,
/* header div.top address a , */
header div.top address span {
    color: #009edd;
    /* width: 150px; */
    display: inline-block;
    display: block;
    line-height: 23px;
    height: 23px;
    text-decoration: none;
}

#menu_language {
    float: right;
}

#menu_language menu li {
    position: relative;
    float: left;
}

#menu_language menu li ul.sub {
    display: none;
    position: absolute;
    left: 50%;
    top: 32px;
    width: 130px!important;
    margin-left: -72px;
    background: #fff;
}

#menu_language menu li:hover ul.sub {
    display: block;
}

#menu_language menu li:hover ul.sub li {
    width: 100%;
}

header div.logo {
    height: 120px;
}

header div.logo div.container {
    position: relative;
    height: 120px;
}

@media (max-width: 768px) {

}

#menu_static {
    position: absolute;
    right: 7px;
    bottom: 0;
}

#site-menu {
    background-color: #004e8c;
    height: 60px;
}

#toggle-main-navigation {
    font-size: 1.5em;
    line-height: 60px;
    height: 60px;
    display: block;
    color: #fff;
}

#site-menu .show {
    display: block !important;
}

#site-menu menu li a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
}

#site-menu menu li li span.icon {
    display: none;
}

#site-menu menu li li a {
    color: #009edd;
    line-height: 31px;
    height: 31px;
    text-transform: lowercase;
    font-size: 13px;
}
#site-menu menu li li a:first-letter {
    text-transform: uppercase;
}

menu ,
menu ul.sub {
    min-width: 100px;
    min-height: 32px;
    width: 100%;
    list-style: none;
}

menu ul.sub {
    display: none;
}

menu li {
    position: relative;
}

menu li a ,
menu li span.no_link {
    display: block;
    padding: 0 8px;
    line-height: 32px;
    color: #004e8c;
    position: relative;
    left: 0;
    text-decoration: none;
    font-weight: bold;
}

#menu_static menu li {
    display: inline-block;
}

#menu_static menu li a ,
#menu_static menu li span.no_link {
    text-transform: lowercase;
}
#menu_static menu li a:first-letter ,
#menu_static menu li span.no_link:first-letter {
    text-transform: uppercase;
}
#menu_static menu li span.selected a {
    text-decoration: underline;
}
#menu_static menu li ul.sub {
    top: 32px
}

menu li span.selected a ,
menu li:hover a {
    color: #ff7219;
    text-decoration: none;
}

menu li:hover ul.sub {
    display: block;
}

menu li:hover ul.sub a {
    margin-left: 16px;
    margin-right: 0;
}

footer {
    background: #004e8c;
    display: block;
    width: 100%;
    color: #fff;
    padding: 50px 0 20px;
}

footer .container {
    position: relative;
}
footer .container:before {
    content: "";
    background: url(../images/footer.svg) no-repeat right top;
    width: 100%;
    height: 100%;
    right: 20px;
    top: -9px;
    position: absolute;
}
@media (min-width: 768px){
    footer div#menu_footer {
        width: 100%;
    }
    footer menu#ul_menu_footer {
        column-count: 2;
        column-gap: 40px;
    }
}

footer .row {
    margin: 0;
    margin-top: 46px;
}

footer .row span {
    padding-left: 0;
}

footer .row span,
footer .row a {
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    text-decoration: none;
    margin-bottom: 0;
    width: unset;
    display: inline-block;
}

footer .logo-footer {
    width: 230px;
    margin-bottom: 30px;
    margin-top: 15px;
}

footer i.fa-linkedin {
    margin-top: 10px;
}

footer span ,
footer strong ,
footer address {
    margin-bottom: 21px;
    width: 100%;
    display: block;
}

footer > div > div {
    position: relative;
    padding-top: 30px;
}

footer div div div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

footer div div div:first-child {
    padding-top: 0;
}

footer div div div:last-child {
    width: 100%;
}

footer menu li {
    width: 100%;
    height: 17px;
    line-height: 17px;
}

footer menu li a {
    text-transform: none;
    font-weight: normal;
    padding: 0 3px;
}

footer menu span {
    margin: 0;
    display: inline-block;
    width: auto;
}

footer menu span.icon {
}

footer menu span.icon::before {
    content: '>';
    font-size: 11px;
    vertical-align: bottom;
}

footer menu li:hover span a ,
footer menu li span.selected a ,
footer menu li a {
    line-height: 17px;
    color: #009edd;
}

#frmsearch {
    float: right;
    margin-right: 0;
    background: #fff;
    padding: 5px 3px 5px 8px;
    position: relative;
    margin-top: 20px;
    position: relative;
    z-index: 100;
    border: 1px solid #009edd;
}

#quicksearch_query {
    float: left;
    border: 0;
    background: none;
    color: #009edd;
    font-size: 12px;
    line-height: 16px;
    width: 173px;
}

#quicksearch_postbutton {
    width: 28px;
    height: 16px;
    background: url(../images/sprite.png) no-repeat 6px -64px;
    display: block;
    border: 0;
    border-left: 1px solid #009edd;
    float: left;
    padding: 3px;
}

#pagearticle {
    width: 100%;
}

span.calcarea {
    display: none;
}

#subheader.frontpage {
    height: 350px;
    overflow: hidden;
    position: relative;
}

#subheader.frontpage #boxfield_subheader {
    height: 350px;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    display: block;
}

#content {
    position: relative;
    z-index: 5;
    top: 21px;
    margin-bottom: 60px;
    min-height: 233px;
}

#content > section {
    padding: 0;
}

#content ul, #content ol {
    padding: 0 0 0 20px;
}

#content legend {
    border: 0 none;
}

dd.widgetform-horz select,
dd.widgetform-horz textarea,
dd.widgetform-horz input {
    padding: 3px;
    border: 1px solid #C4C4C4;
    background-color: rgb(248, 248, 248);
    color: #585858;
    box-shadow: inset 0px 1px 3px #ddd;
    border-radius: 2px;
    width:100%;
}
dd.widgetform-horz input[type="checkbox"] {
    width: 12px;
    box-shadow: none;
}
dd.widgetform-horz select:hover,
dd.widgetform-horz textarea:hover,
dd.widgetform-horz input:hover,
dd.widgetform-horz select:active,
dd.widgetform-horz textarea:active,
dd.widgetform-horz input:active {
    background-color: #fff;
    border: 1px solid #C4C4C4;
}
dl.widgetform dt label {
    font-weight: 500;
}

#content div.block textarea {
    height: 150px;
}
#content div#pagearticle a.image img,
#content div.block a.image img {
    max-width: 100%;
    margin: 10px 0;
}
@media (min-width: 768px){
    #content div#pagearticle a.image img,
    #content div.block a.image img {
         float: right;
         margin: 0 0 0 15px;
         border: 1px solid #ccc
     }
    #content div#pagearticle a.image.img-570x0 img,
    #content div.block a.image.img-570x0 img {
        width: 49%;
        margin-left: 2%;
    }
    #content div#pagearticle a.image img {
        margin-top: 15px;
    }
}

 #content div#pagearticle a.image.img-285x0 img,
 #content div.block a.image.img-285x0 img {
     width: 23.5%;
     margin-left: 2%;
 }

 hr,
 hr.blue {
     border-bottom: 1px solid #009edd;
     border-top: 0;
     clear: both;
     margin: 0;
     padding: 20px 0 0 0;
 }

body a {
    color: #009edd;
    text-decoration: underline;
}

body #content div.block input[type=submit],
#pagelisttypegroupondate div.group-pages div.block-content a.readmore,
body a.button,
body a.readmore {
    background-color: #009edd;
    color: #fff;
    padding: 0 17px;
    line-height: 35px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    border: none;
    width: unset;
    height: unset;
}
body #content div.block input[type=submit]:first-letter,
#pagelisttypegroupondate div.group-pages div.block-content a.readmore:first-letter,
body a.button:first-letter,
body a.readmore:first-letter {
    text-transform: uppercase;
}
body #content div.block input[type=submit]:hover,
#pagelisttypegroupondate div.group-pages div.block-content a.readmore:hover,
body a.button:hover {
	opacity: 0.8;
}

@media (min-width: 768px) {
    header {
        height: 269px;
    }

    header #logo_link {
        float: left;
        width: auto;
    }

    #logo {
        max-width: 365px;
        margin-top: 80px;
    	float: right;
        min-width: 365px;
    }

    header address {
        width: auto;
    }

    header address a ,
    header address span {
        display: block;
        padding-right: 3px;
        float: left;
        width: auto;
    }

    header div.top a ,
    header div.top address span {
        line-height: 49px;
        height: 49px;
    }

    header div.logo {
        height: 190px;
        margin-top: -30px;
    }
    header div.logo div.container:before {
        content: '';
        background: url(../images/header.svg) no-repeat right top;
        width: 413px;
        height: 90px;
        right: 15px;
        top: 49px;
        position: absolute;
    }
    header div.logo div.container {
        height: 190px;
    }

    #toggle-main-navigation {
        display: none;
    }

    #main-navigation {
        width: 100%;
        clear: both;
        position: relative;
        z-index: 86;
    }

    div.top menu {
        width: auto;
        float: right;
    }

    menu li {
        display: inline-block;
        line-height: 32px;
    }

    menu li a ,
    menu li span.no_link {
        display: inline-block;
        margin: 0;
        line-height: 32px;
    }

    menu:not(#ul_menu_left) li ul.sub {
        position: absolute;
        top: 60px;
        left: 0;
        background: #f4fbfe;
        width: 233px;
        z-index: 101;
    }
	menu#ul_menu_static li ul.sub{
	    top: 32px;
	}
	menu#ul_menu_language li ul.sub {
		top: 41px;
		left: 83px;
	}

    menu li ul.sub li {
        width: 100%;
        line-height: 31px;
    }
    menu:not(#ul_menu_left) li ul.sub li:hover {
        background-color: #cce4f8;
    }

    menu li ul.sub li a {
        line-height: 31px;
        font-size: 13px;
        color: #000;
        font-weight: normal;
        width: 100%;
    }

    menu li:hover ul.sub li a {
        margin: 0;
    }

    #content {
        background: #fff;
        /*background-color: rgba(255, 255, 255, 0.8);*/
        display: block;
        float: left;
        width: 100%;
    }

    footer div div div {
        width: 23.5%;
        margin-right: 2%;
    }

    footer div div div:last-child {
        margin-right: 0;
        width: 48%;
    }
}
@media (min-width: 1200px) {
	#pagetop-shortdesc{
		margin-top:0px;
	}
}

#pagetop-shortdesc{
	margin-top:10px;
}


#path a,
#path a:hover,
#path a:visited,
#path a:active,
#path a:focus{
	color: #009edd;
    text-transform: lowercase;
}
#path{
    background-color:#fff;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -3px;
    position:relative;
    overflow: auto;
	width: 100%;
}
@media (min-width: 768px) {
    #path{
    	width: 70%;
    }
}
ul.path_list {
    float:left;
    display:block;
    padding: 0;
}
ul.path_list li {
    list-style: none;
    float:left;
}
ul.path_list a{
    margin: 0 5px;
    font-size: 14px;
    font-family: DroidSans, sans-serif;
}
#content #path ul, #content #path  ol{
	padding: 0;
}

@media (min-width: 768px) {
    ul.path_list a{
		font-size:14px;
    }
}
@media (min-width: 992px) {
    ul.path_list a{
    font-size:12px;
    }
    div#box-right {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

/* mobile menu */
#site-wrapper {
	position: relative;
	width: 100%;
}
#site-canvas {
	width: 100%;
	position: relative;
	/* background-color: #fff; */
	min-height: 881px;
}

#open-navbar .glyphicon {
	float: left;
	font-size: 24px;
	top: -16px;
	left: 26px;
	position: absolute;
}

div span.navbar-toggle {
	margin-top: 30px;
	padding-top: 20px;
	left: 0px;
	position: absolute;
}
header div.top address span:-of-type {
    padding: 0 8px 0 6px;
}
#logo_xs{
	margin: 0 auto;
	position: relative;
	display: block;
	left: 45px;
	top: -19px;;
}
.navbar-toggle{
	width: 50px;
}
@media (max-width: 767px){
	#site-canvas {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	}
	#site-wrapper {
		background-color: #fff;
	}
	#site-wrapper.show-nav #site-canvas {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}

    header div.top address span:first-of-type {
        display: none;
    }

	ul.nav.nav-stacked {
		display: block !important;
		position:relative;
	}
	#menu_top menu li{
		width: 300px;
	}
	#menu_main #menu_top menu li a{
		border-bottom: 1px solid #666;
		padding: 10px 25px;
		color:#5b5b5b;
		width: 306px;
		display: block;
		height: 40px;
	}
	#menu_top menu li a:hover{
		border-bottom: 1px solid #ed1115;
	}
	#menu_main #menu_top menu>li>a{
		margin: 0;
	}
	#menu_top menu li a {
		color: #5b5b5b;
		/* background-color: #666; */
		line-height: 22px !important;
		padding-left: 30px;
		/* border-top: 1px solid #474747; */
	}
	#menu_top ul.nav-stacked li{
		text-decoration: none;
		list-style:none;
	}

	#site-canvas menu {
		height: auto;
	}

	#site-canvas #menu_main li li{
		height: 40px;
		background-color: #fcfcfc;
	}
	#header .navbar-toggle{
		height: 55px;
	}
	body #menu_main li ul.sub{
		display: block;
		position:relative;
		width: 320px;
		top: 0;
		padding: 0;
		margin: 0;
		border: none;
	}
	#menu_main #menu_top menu li.hassub{
		padding: 0 !important;
	}

    #main-navigation {
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fcfcfc;
        overflow: auto;
    }
	#site-menu #menu_static {
        position: relative;
    }
    #site-menu #menu_static li a {
        color: #004e8c;
        text-transform: uppercase;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0 30px;
        display: block;
        width: 320px;
    }
    #site-menu #menu_static li ul.sub {
        display: block;
    }
    #site-menu #menu_static li ul.sub li a {
        color: #009edd;
        text-transform: capitalize;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 30px;
        display: block;
        width: 320px;
        display: block;
    }
    #site-menu menu li span.selected > a {
        color: #ff7219!important;
    }
    #site-menu menu li ul.sub li a {
        color: #009edd;
        text-transform: capitalize;
    }

    #site-menu menu > li.hassub a {
        color: #004e8c;
        text-transform: uppercase;
    }

    #site-menu menu li ul a {
        margin: 0;
    }
    #site-menu span.glyphicon.glyphicon-remove {
        color: #5b5b5b;
        font-size: 24px;
        top: 18px;
        height: 40px;
        left: 18px;
    }
    #site-menu menu li:not(:first-child) span.icon {
        border-left: 0;
    }
}

/* mobile menu */
#main-navigation.show {
	border-top: none;
}

/* language */
#ul_menu_language {
    min-width: 0;
}

#ul_menu_language li a {
	font-size: 11px;
    text-transform: uppercase;
	/* display: block !important; */
}
li#m_language_1::after {
    content: '|';
    color: #009edd;
    position: absolute;
    right: -3px;
    top: 0;
}
@media (min-width: 768px){
    li#m_language_1::after {
        line-height: 49px;
    }
}
.fa.fa-linkedin {
    font-size: 17px;
    background-color: #fff;
    padding: 8px 9px;
    border-radius: 20px;
    color: #004e8c;
}
div.body-wrapper.open{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0,0.17);
    position: fixed;
    z-index: 24111988;
}
div.panel.panel-default {
    z-index: 25111988;
    position: fixed;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    top: 20vh;
}
@media (min-width: 768px){
    div.panel.panel-default {
        left: calc(50% - 300px);
        top: 40vh;
    }
}
div.panel-body {
    padding: 20px 30px 30px 30px;
}
div.panel-body label {
    font-weight: normal;
}
div.panel-body input {
    padding: 3px 6px;
    border: 1px solid #C4C4C4 !important;
    background-color: rgb(252, 252, 252) !important;
    color: #585858;
    box-shadow: inset 0px 1px 3px #ddd;
    border-radius: 2px;
    font-size: 13px !important;
    height: 30px !important;
    margin-bottom: 5px !important;
    width: 100%;
}
div.panel-body div.buttons{
    display: inline-block;
    float: right;
}
div.panel-body .btn.btn-primary {
    margin-right: 10px;
}
div.panel-body .btn.btn-link {
    text-decoration: none;
    display: block;
    margin: 0 auto 20px auto;
    background-color: #A9144C;
    border: 1px solid #92093d;
    color: #fff;
    border-radius: 3px;
}
div.panel-body .btn.btn-link:hover {
    background-color: #92093d;
}
div.panel-body .btn {
    margin-top: 10px;
}
div.panel-body .intro p {
    font-style: italic;
    color: #6b6b6b;
}
.body-wrapper .panel-default .panel-heading {
    color: #fff;
    background-color: #009edd;
    border-color: #3774a8;
    text-align: center;
}
.productlist #pagelisttype {
    width: 100%;
}
