@font-face { font-family: "SofiaSansRegular"; src: url("../fonts/sofia/SofiaSans-Regular.eot"); src: url("../fonts/sofia/SofiaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia/SofiaSans-Regular.woff2") format("woff2"), url("../fonts/sofia/SofiaSans-Regular.woff") format("woff"), url("../fonts/sofia/SofiaSans-Regular.ttf") format("truetype"), url("../fonts/sofia/Roboto-Regular.svg#Roboto-Regular") format("svg"); font-weight: normal; font-style: normal } @font-face { font-family: 'SofiaSansBold'; src: url("../fonts/sofia/SofiaSans-Bold.eot"); src: url("../fonts/sofia/SofiaSans-Bold.eot") format("embedded-opentype"), url("../fonts/sofia/SofiaSans-Bold.woff2") format("woff2"), url("../fonts/sofia/SofiaSans-Bold.woff") format("woff"), url("../fonts/sofia/SofiaSans-Bold.ttf") format("truetype"), url("../fonts/sofia/RobotoCondensedBold.svg#RobotoCondensedBold") format("svg") } @font-face { font-family: 'SofiaSansExtraBold'; src: url("../fonts/sofia/SofiaSans-ExtraBold.eot"); src: url("../fonts/sofia/SofiaSans-ExtraBold.eot") format("embedded-opentype"), url("../fonts/sofia/SofiaSans-ExtraBold.woff2") format("woff2"), url("../fonts/sofia/SofiaSans-ExtraBold.woff") format("woff"), url("../fonts/sofia/SofiaSans-ExtraBold.ttf") format("truetype"), url("../fonts/sofia/RobotoLight.svg#RobotoLight") format("svg") } @font-face { font-family: 'SofiaSansBlack'; src: url("../fonts/sofia/SofiaSans-Black.eot"); src: url("../fonts/sofia/SofiaSans-Black.eot") format("embedded-opentype"), url("../fonts/sofia/SofiaSans-Black.woff2") format("woff2"), url("../fonts/sofia/SofiaSans-Black.woff") format("woff"), url("../fonts/sofia/SofiaSans-Black.ttf") format("truetype"), url("../fonts/sofia/RobotoItalic.svg#RobotoItalic") format("svg") } @font-face { font-family: 'SofiaSansSemiBold'; src: url("../fonts/sofia/SofiaSans-SemiBold.eot"); src: url("../fonts/sofia/SofiaSans-SemiBold.eot") format("embedded-opentype"), url("../fonts/sofia/SofiaSans-SemiBold.woff2") format("woff2"), url("../fonts/sofia/SofiaSans-SemiBold.woff") format("woff"), url("../fonts/sofia/SofiaSans-SemiBold.ttf") format("truetype"), url("../fonts/sofia/RobotoItalic.svg#RobotoItalic") format("svg") } @font-face { font-family: 'fontawesome-alloy'; src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot"); src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg"); font-weight: normal; font-style: normal } /*New design*/ .header .headmenu { position: fixed; width: 100%; z-index: 303 } .header .aui-navbar .nav > li { float: left; } .header .aui-navbar .nav > li > a { float: none; padding: 10px 15px 10px; color: #555; text-decoration: none } .header .logo { left: -5px; line-height: 1; position: relative; z-index: 10 } .header .container.aui-navbar.aui-navbar-default.ikl { background-color: #fff; margin: auto; height: 70px } .aui .aui-navbar .nav { position: relative; left: 100px; display: block; float: left; margin: 8px 10px 0 0 } #body { padding-top: 140px; } .header #top_navigation.container.ikl { background-color: #fff; height: 70px } .header #top_navigation { position: absolute; padding: 0; background-color: #0458d5 } .navigation-level.ikl { background: #fff none repeat; margin-top: 0 } .headerlink{ color: #ffffff !important; background-color: transparent !important; box-shadow: none; font-size: 14px; } .aui .aui-navbar .container { width: auto; } .aui .aui-navbar .nav > li > a { background: rgba(255,255,255,0.8) none repeat scroll 0 0; border-radius: 8px; margin: 2px 0 2px 8px; /* box-shadow: inset 0 0 4px 0 #ccc; -webkit-box-shadow: inset 0 0 4px 0 #ccc; -moz-box-shadow: inset 0 0 4px 0 #ccc; -o-box-shadow: inset 0 0 4px 0 #ccc*/ } .aui .container { background-color: #f7f7f8; padding: 0 20px 0 20px; } .aui-logo { left: -5px; line-height: 1; position: relative; z-index: 10 } #thumbnail-slider { margin: 0 auto; /*center-aligned*/ width: 100%; max-width: 1200px; padding: 0px 34px; /*Gives room for arrow buttons*/ box-sizing: border-box; position: relative; -webkit-user-select: none; user-select: none; background: #ffffff; } #thumbnail-slider div.inner { /*border:4px solid transparent; box-shadow:0 0 4px rgba(0,0,0,0.4);*/ /*the followings should not be changed */ position: relative; overflow: hidden; padding-bottom: 47px; margin: 0; } #thumbnail-slider div.inner ul { /*the followings should not be changed */ white-space: nowrap; position: relative; left: 0; top: 0; list-style: none; font-size: 0; padding: 0; margin: 0; float: left !important; width: auto !important; height: auto !important; } #thumbnail-slider ul li { opacity: 1; display: inline-block; *display: inline !important; /*IE7 hack*/ border: 2px solid transparent; transition: border-color 0.5s; box-sizing: content-box; text-align: center; vertical-align: middle; padding: 0; position: relative; list-style: none; backface-visibility: hidden; } #thumbnail-slider ul li.active { border-color: white; } #thumbnail-slider .thumb { width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center center; display: block; position: absolute; font-size: 0; } #thumbnail-slider-pause-play { display: none; } /*.pause*/ #thumbnail-slider-prev, #thumbnail-slider-next { opacity: 1; position: absolute; /*background-color:#0346a3;*/ *background-color: #ccc; /*IE7 hack*/ backface-visibility: hidden; width: 32px; height: 60px; line-height: 60px; top: 50%; margin: 0; margin-top: -30px; color: white; z-index: 10; cursor: pointer; } #thumbnail-slider-prev { left: 1px; right: auto; } #thumbnail-slider-next { left: auto; right: 1px; } #thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled { opacity: 0.3; cursor: default; } /* arrows */ #thumbnail-slider-prev::before, #thumbnail-slider-next::before { position: absolute; top: 24px; content: ""; display: block; width: 12px; height: 12px; border-left: 6px solid #345075; border-top: 6px solid #345075; } #thumbnail-slider-prev::before { left: 7px; -ms-transform: rotate(-45deg); /*IE9*/ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #thumbnail-slider-next::before { right: 7px; -ms-transform: rotate(135deg); /*IE9*/ -webkit-transform: rotate(135deg); transform: rotate(135deg); } .menu-h4 { font-size: 14px; line-height: 1em; white-space: normal; word-wrap: break-word; color: #000000; margin: 77% 0 0; width: 180px; } a:hover .thumb { background-color: rgba(4,88,213,0.1); }