/* 1-1. Elements ========================================================================== */
/* 2. Badges ========================================================================== */
/* 3. Buttons ========================================================================== */
/* 4. Cards ========================================================================== */
/* 5. Collapsible ========================================================================== */
/* 6. Chips ========================================================================== */
/* 7. Date Picker ========================================================================== */
/* 8. Dropdown ========================================================================== */
/* 9. Fonts ========================================================================== */
/* 10. Forms ========================================================================== */
/* 11. Global ========================================================================== */
/* 12. Grid ========================================================================== */
/* 13. Navigation Bar ========================================================================== */
/* 14. Side Navigation ========================================================================== */
/* 15. Photo Slider ========================================================================== */
/* 16. Spinners | Loaders ========================================================================== */
/* 17. Tabs ========================================================================== */
/* 18. Tables ========================================================================== */
/* 19. Toasts ========================================================================== */
/* 20. Typography ========================================================================== */
/* 21. Footer ========================================================================== */
/* 22. Flow Text ========================================================================== */
/* 23. Collections ========================================================================== */
/* 24. Progress Bar ========================================================================== */
body { margin: 0; background-color: #fff; }
#ok-header-saiph { position: relative; background-color: #455a64; color: #f5f5f5; background-image: url(/templates/orion_saiph/images/patterns/gradient-depth-2.png); }

#ok-header-saiph h1, #ok-header-saiph h2, #ok-header-saiph h3, #ok-header-saiph a { color: #e8eaf6; }

/* Desktop and bigger */
@media (min-width: 480px) { #ok-header-saiph { min-height: 100px; }
  .ok-header-saiph { height: 100px; } }

/* Phone landscape and smaller*/
@media (max-width: 480px) { #ok-header-saiph { min-height: 60px !important; }
  .ok-header-saiph { height: 60px !important; } }

.ok-header-saiph-small { height: 60px !important; background-color: rgba(51, 51, 51, 0.95); color: #fff; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.ok-header-saiph-small li.level1 a, .ok-header-saiph-small li.level1 span { color: #f5f5f5; }

.ok-header-saiph-fxd { position: fixed; top: 0; left: 0; right: 0; }

.ok-header-saiph { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-transition: height 0.6s; -moz-transition: height 0.6s; transition: height 0.6s; z-index: 2; }

.ok-header-saiph nav { z-index: 3; }

.ok-header-saiph .ok-logo-box { position: relative; float: left; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.ok-header-saiph .ok-logo-box a:hover { text-decoration: none; }

.ok-header-saiph .ok-logo-box .ok-logo-text { color: #eceff1; font-size: 2.5rem; font-weight: 700; }

.ok-header-saiph .ok-logo-box .ok-logo { position: relative; box-sizing: border-box; display: block; padding: 0; float: left; }

.ok-header-saiph .ok-logo-box .ok-devider { border-right: 1px solid rgba(204, 204, 204, 0.5); padding-right: 10px; margin-right: 10px; }

.ok-header-saiph .logo-slogan { float: left; font-size: 0.9rem; line-height: 110%; padding-right: 10px; color: #eeeeee; }

.ok-header-saiph .logo-slogan p { margin-bottom: 0; }

.ok-header-saiph .ok-navbar { position: relative; width: 100%; z-index: 3; }

.ok-header-saiph .ok-menu { z-index: 10; }

.ok-header-saiph .ok-menu .level1 .parent a:after, .ok-header-saiph .ok-menu .level1 .parent span:after { display: inline-block; font: normal normal normal -14px FontAwesome !important; color: inherit; margin: 0px 0 0 5px; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0d7"; }

.ok-header-saiph .ok-menu .level1 a, .ok-header-saiph .ok-menu .level1 span { font-size: 1.1rem; }

.ok-header-saiph .ok-menu li { border-left-width: 0; }

.ok-header-saiph .ok-menu li.level1 { line-height: 60px; }

.ok-header-saiph .ok-menu li.level1:hover { border-bottom: solid 2px #f5f5f5; margin-bottom: -2px; }

.ok-header-saiph .ok-menu li .nav-child { background-color: #f5f5f5; }

.ok-header-saiph .ok-menu li .nav-child:before { position: absolute; display: block; content: ''; left: 20px !important; margin-top: -10px; top: 0; border: 5px solid transparent; border-bottom: solid 5px #f5f5f5; }

.ok-header-saiph .ok-menu li .nav-child li a, .ok-header-saiph .ok-menu li .nav-child li span { color: #444 !important; }

.ok-header-saiph .ok-menu li .nav-child li a:hover, .ok-header-saiph .ok-menu li .nav-child li span:hover { background-color: white; }

.ok-header-saiph .ok-element { width: auto; float: left; }

.ok-header-saiph .ok-element .iclick { color: #fff; }

.ok-header-saiph .ok-no-trng:before { border-bottom: transparent !important; }

.ok-subheader-saiph { position: relative; border-top: solid 1px rgba(153, 153, 153, 0.5); padding: 20px 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; display: -ms-flexbox; }

#ok-breadcrumbs { position: relative; border-top: solid 1px rgba(153, 153, 153, 0.5); padding: 20px 0; }

/* 1-1. Elements ========================================================================== */
/* 2. Badges ========================================================================== */
/* 3. Buttons ========================================================================== */
/* 4. Cards ========================================================================== */
/* 5. Collapsible ========================================================================== */
/* 6. Chips ========================================================================== */
/* 7. Date Picker ========================================================================== */
/* 8. Dropdown ========================================================================== */
/* 9. Fonts ========================================================================== */
/* 10. Forms ========================================================================== */
/* 11. Global ========================================================================== */
/* 12. Grid ========================================================================== */
/* 13. Navigation Bar ========================================================================== */
/* 14. Side Navigation ========================================================================== */
/* 15. Photo Slider ========================================================================== */
/* 16. Spinners | Loaders ========================================================================== */
/* 17. Tabs ========================================================================== */
/* 18. Tables ========================================================================== */
/* 19. Toasts ========================================================================== */
/* 20. Typography ========================================================================== */
/* 21. Footer ========================================================================== */
/* 22. Flow Text ========================================================================== */
/* 23. Collections ========================================================================== */
/* 24. Progress Bar ========================================================================== */
#ok-topbar { position: relative; background-image: url(/templates/orion_saiph/images/patterns/gradient-depth-1.png); background-color: #fafafa; z-index: 1000; color: #fafafa !important; }

#ok-topbar .ok-contact span { color: #37474f !important; }

#ok-topbar .ok-contact i { color: #78909c; }

#ok-header-saiph .search-compact { float: right; width: 40px !important; position: relative; z-index: 999999; height: 30px; }

#ok-header-saiph .search-compact .input-append { margin-bottom: 0 !important; }

#ok-header-saiph .search-compact ::selection { border: none !important; text-shadow: none; }

#ok-header-saiph .search-compact input { position: absolute; right: 0; height: 30px !important; font-size: 20px !important; border-width: 0 !important; padding: 0 5px !important; width: 30px !important; color: #666666; background-color: #fff; background-image: url(/templates/orion_saiph/images/system/magnifying-icon.png); background-repeat: no-repeat; background-position: center; transition: all .5s; }

#ok-header-saiph .search-compact input:focus { top: 0; right: 0; color: #666666; width: 120px !important; background-color: #fff; border: none !important; }

#ok-breadcrumbs { position: relative; color: #ccc; font-size: 1.2rem; }

#ok-breadcrumbs ul { padding: 0; }

#ok-breadcrumbs a { color: #eee; }

#ok-breadcrumbs .breadcrumb { font-size: inherit; margin: 0; list-style: none; background-color: transparent; border-radius: 0; }

#ok-breadcrumbs .breadcrumb li { text-transform: none; color: rgba(255, 255, 255, 0.5); }

#ok-footer { background-color: #333; color: #666; }

#ok-footer h3 { padding: 0 !important; border-bottom: none !important; }

#ok-footer .ok-text-light { color: #ccc !important; }

#ok-footer .ok-text-light a, #ok-footer .ok-text-light span { color: #999 !important; }

#ok-footer .ok-text-light a:hover, #ok-footer .ok-text-light span:hover { color: #fff !important; }

#ok-footer a { color: #b3b3b3; }

#ok-footer-top { background-color: rgba(255, 255, 255, 0.05); border-bottom: solid 1px rgba(255, 255, 255, 0.1); }

#ok-footer-top a, #ok-footer-top .breadcrumb { color: #b3b3b3; }

#ok-footer-top a:hover, #ok-footer-top .breadcrumb:hover { color: #afddd1; }

.footer-bottom { color: #666; }

.footer-bottom ul h2 { color: #878787; }

.footer-bottom ul li { border-right: 1px solid #b3b3b3; border-left: 1px solid #878787; }

.footer-bottom ul a { color: #b3b3b3; }

.footer-bottom ul a:hover { color: #cecece; }

.footer-bottom ul a:active { color: #cecece; }

.footer-bottom a { color: #b3b3b3; }

.footer-bottom a:hover { color: #cecece; }

.footer-bottom a:active { color: #cecece; }

#ok-copyright { border-top: 1px solid rgba(39, 39, 39, 0.4); background-color: #191d1f; }

#ok-copyright .uk-icon-button { background: #4d4d4d; color: #cccccc; }

.ok-branding a { color: #2f2f2f !important; }

.ok-branding a a.hover { color: #cecece !important; }
