﻿/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

sub, sup {
    font-size: 0.75em;
   
    line-height: 100%;
}
/*global rules*/
textarea {
    resize: none;
}
a {
   text-decoration:none;
    outline: 0;
}

/*Override the minimum font size on the iPhone and iPad*/
div, p, a, li, td {
   
     -webkit-text-size-adjust: none;
}
html{
    overflow-y: scroll;
    height: 100%;
    /*min-height: 100%;*/    
}
body{
    -webkit-font-smoothing: antialiased;    
    height: 100%;
    /*min-height: 100%;*/    
}
/*#region FONT FACE*/ 


@font-face {
  font-family: texgyreadventor_regular;
  src: url('../font/fontface/texgyreadventor-regular-webfont.eot');
  src: url('../font/fontface/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/fontface/texgyreadventor-regular-webfont.svg#font') format('svg'),
  url('../font/fontface/texgyreadventor-regular-webfont.otf') format('opentype'),
  url('../font/fontface/texgyreadventor-regular-webfont.ttf') format('truetype'),
  url('../font/fontface/texgyreadventor-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: texgyreadventor_bold;
  src: url('../font/fontface/texgyreadventor-bold-webfont.eot');
  src: url('../font/fontface/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/fontface/texgyreadventor-bold-webfont.svg#font') format('svg'),
  url('../font/fontface/texgyreadventor-bold-webfont.otf') format('opentype'),
  url('../font/fontface/texgyreadventor-bold-webfont.ttf') format('truetype'),
  url('../font/fontface/texgyreadventor-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: texgyreadventor_italic;
  src: url('../font/fontface/texgyreadventor-italic-webfont.eot');
  src: url('../font/fontface/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/fontface/texgyreadventor-italic-webfont.svg#font') format('svg'),
  url('../font/fontface/texgyreadventor-italic-webfont.otf') format('opentype'),
  url('../font/fontface/texgyreadventor-italic-webfont.ttf') format('truetype'),
  url('../font/fontface/texgyreadventor-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: texgyreadventor_regular;
    src: url('../font/fontface/texgyreadventor-regular-webfont.svg') format('svg');
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: texgyreadventor_bold;
    src: url('../font/fontface/texgyreadventor-bold-webfont.svg') format('svg');
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: texgyreadventor_italic;
    src: url('../font/fontface/texgyreadventor-italic-webfont.svg') format('svg');
  }
}
@media print {
 .left-navigation{
     display:none;
 }
 .segment-video{
     display:none;
 }
 .expertise-attachment{
     display:none;
 }
 .print-button{
     display:none;
 }
 nav {
     display:none;
 }
 .page-image{
     display:none;
 }
 .breadcrump-text-left{
     font-size:15px!important;    
 }
 .print-button-wrapper{
     height:100px!important;
 }
 .footer-wrapper{
     color:#58595b!important;
 }
 .contact-info-wrapper a{
      color:#58595b!important;
 }
 .product-attachment{
     display:none;
 }
 .static-2-bottom-wrapper{
     display:none;
 }
 .contact-form, .form-button{
     display:none;
 }
 .contact-info, .contact-info a{
     color:#58595b!important;
 }
}
/*#endregion*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*#region MASTERPAGE*/ 


/*contains everything*/
.wrapper {       
    width: 100%;    
    position: relative;  
}
.dynamic-content {
    max-width: 980px;
    float: left;
}
.inner-wrapper {
    max-width: 980px;
    margin: 0 auto;    
    padding-bottom:40px;
}

/*float fix*/
.inner-wrapper:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.header {
    height: 89px;
    width: 100%;
    position:relative;   
}
#about-us-link{
    display: block;
    position: absolute;
    width:55px;
    right: 0;
    top: 13px;
}
#about-us-link img {
    width:30px;
}
#about-us-link span {
    font-family: texgyreadventor_regular;
    color: #58595b;
    font-size: 13px;
   line-height: 2.4;
    display: block;
    float: right;
    margin-right: 5px;
}
#logo {
    display: block;
    position: absolute;
    width: 84px;
    height: 65px;
    top: 10px;
    left:20px;
}
#logo img {
    width: 84px;
    height: 65px;
}
.search-box {
    width: 27px;
    height: 30px;
}
 .search-box input[type=text]{
    width:100%;
    background-color:#54c9e8;
    float:left;
    border: none;
    color:#fff;
    font-size:11px;
    font-family: texgyreadventor_regular;
    display:none;  
 }
 .search-box  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
 .search-box  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
 .search-box  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
 .search-box  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
 .search-box input[type=submit]{
    width:30px;
    background-color:#54c9e8;
    height:30px;
    float:right;
    border: none;
    outline: none;
    cursor: pointer;
    background-image:url(../image/search-button.png);  
 }
/*#region Menu style*/   
.nav-wrapper{
    height: 89px;
    float: left;
    margin-left: 200px;    
}
.nav-item-inner a{    
    color: inherit;
    font-size: 13px;
    font-family: texgyreadventor_regular;
    display: block;
    line-height: 2.3;   
}
.nav-item-outer{
    color: #58595b; 
    height: 81px;
    float: left;
    border-top: 8px solid #fff;      
    position: relative; 
}
.active-menu-item {
    color: #b6dd7a !important;
}
.nav-item-outer:hover {
    border-top: 8px solid #b6dd7a;
    color: #b6dd7a;
}
.nav-item-inner{    
    color: inherit;
    margin: 15px auto 15px auto;
    padding: 0px 8px;
    border-right: 1px solid #efefef;
    position: relative;
}

.menu-horizontal li:last-child .nav-item-inner{
    border-right: none;
}
.arrow-container{
    position:relative;    
}
.arrow-up {
    width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid #b6dd7a;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    top:-10px; 
}

.nav-menu {   
    font-size:14px;
    font-family:texgyreadventor_regular; 
    color:#58595b;   
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translateX(-50%);   
    border-top: 3px solid #b6dd7a;  
    z-index:15000;
    
    /*-webkit-box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);
    -moz-box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);
    box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);*/    
}
.nav-menu a {
    color:#58595b;
    font-size:11px;
    font-family:texgyreadventor_regular; 
    display:block;
    height: 30px;
    line-height: 3;
    white-space:nowrap;
    width:100%;    
}

.nav-menu li {    
    border-left:8px solid rgba(255, 255, 255, 0) ;
    height:36px;   
    background-color:rgba(255, 255, 255, 0.95);
    padding:0 10px 0 10px;
}
.nav-menu li:hover {  
    border-left:8px solid #b6dd7a;
    background-color:#54c9e8;
    color:#fff;
}
/*#endregion*/

/*#region menu mechanics*/
.menu-horizontal {
    padding: 0;
    margin: 0;
    float: left;
    max-width: 666px;
}
.menu-horizontal > li {
    display: inline;
    position: relative;
    cursor: pointer;
    float: left;
}
.menu-horizontal ul {
    position: absolute;
    visibility:hidden;
    opacity: 0;    
    transition: all 0s linear;    
    transition-delay: .25s;
    
}

.horizontal-li:hover .nav-menu{
   visibility: visible;
   opacity: 1;
   transition-delay: .25s; 
}

.nav-menu ul{
    /*-webkit-box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);
    -moz-box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);
    box-shadow: 10px 10px 1px -9px rgba(189,189,189,1);*/
}
.nav-menu li {    
    position: relative;   

}
.nav-menu li ul {
    position: absolute;
    visibility:hidden;
    opacity:0;   
    left: 100%;
    top: 0;  
    transition: all 0s linear;
    transition-delay: .25s;    
}

.nav-menu li:hover > ul {
    visibility:visible;
    opacity:1;
    transition-delay: .25s;   
}
/*#endregion*/
/*#region FOOTER*/
.footer-wrapper{

    min-height:36px;
    background-color:#54c9e8;
    color:#fefefe;

    bottom: 0;

}
.social-icon-wrapper {
    float:left;
}
.button-circle{   
	width: 22px;
	height: 22px;
	background: #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
    float:left;
    margin-left:5px;
    margin-top:7px;
}
.button-circle:hover{
    background-color:#b6dd7a;
}
.button-circle a{
    display:block;
    height:22px;
    width:22px;    
    background-position:center;
    background-repeat:no-repeat;
}
.button-circle .fb-button{
     background-image:url(../image/facebook-logo.png);  
}
.button-circle .tw-button{
    background-image:url(../image/twitter-logo.png);
}
.contact-info-wrapper {
    font-size: 12px;
    color: #fefefe;
    font-family: texgyreadventor_regular;
}

.contact-info-wrapper span {
    display: inline-block;
    line-height: 2;
    padding-top:3px;
}

.contact-info-wrapper a {
    display: inline-block;
    line-height: 2;
    color: #fefefe;
        
}


/*#endregion*/




/*#endregion*/




