/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #576777;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #555555;
}

p a {
    color: #555555;
}

p {
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    outline: none;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #555555;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.icon-staebchen{
    width: 64px;
    background: url('../images/icon_staebchen.svg');
    background-size: contain;
    height: 0.85em;
    background-position: center center;
    background-repeat: no-repeat; 
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}

.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

form p {
    float: left;
    position: relative;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: inside none disc;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: outside none decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}

table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}

table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.sticky {
}

.apo-main-section {
    float: left;
    width: 100%;
    position: relative;
}

.apo-main-content {
    padding: 100px 0px 60px 0px;
}

.apo-right-section {
    float: right;
}

.apo-left-section {
    float: left;
}

.apo-main-wrapper,.apo-main-content, .apo-main-header,.apo-navigation-section {
    float: left;
    width: 100%;
}

/* Header */
.apo-sticky .apo-navigation-section {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.apo-main-header {
    background-color: #ffffff;
}

.apo-logo {
    float: left;
    padding: 15px 0px 15px 0px;
}

.apo-logo:before {
    content: '';
    position: absolute;
    right: 32px;
    top: -8px;
    width: 4px;
    height: 120%;
    background-color: #9bc03c;
}

/* Info List */
.apo-infolist {
    float: left;
    width: 100%;
    padding-left: 0;
}

.apo-infolist li {
    float: left;
    width: 39.633%;
    list-style: none;
    padding-left: 44px;
    position: relative;
    line-height: 1.4;
    margin-top: 0px;
    padding-right: 3px;
}

.apo-infolist li:first-child {
    width: 31.133%;
}

.apo-infolist li:last-child {
    width: 28.433%;
}

.apo-infolist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
    background-color: #9bc03c;
}

.apo-infolist li a, .apo-infolist li span {
    color: #576777;
    letter-spacing: 1.1px;
    font-size: 13px;
}

.apo-infolist li span {
    display: block;
    margin-bottom: 2px;
}

.apo-navigation-section {
    position: relative;
    text-align: center;
    z-index: 999;
    background-color: #08364b;
}

.apo-navinner {
    display: block;
    color: white;
    padding: 23px 0;
    overflow-x: hidden;
    font-size: 21px;
}

.apo-navinner a {
    color: #9bc03c;
}

.apo-navinner span {
    display: block;
    position: relative;
    width: max-content;
    animation: scroller 60s infinite;
    animation-timing-function: linear;
}

.apo-navinner:hover span {
    animation-play-state: paused;
}

@keyframes scroller {
    from {
        transform: translateX(0%);
        left: 100%;
    }

    to {
        transform: translateX(-100%);
        left: 0;
    }
}

/* Navigation */
.navbar {
    background: none;
    border: none;
    float: left;
    margin-bottom: 0px;
    text-align: left;
}

.navbar-nav > li {
    padding: 0px 26px 0px 26px;
}

.navbar-nav > li > a {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 29px 0px 26px 0px;
    position: relative;
}

.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 4px;
    opacity: 0;
}

.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 4px solid;
    opacity: 0;
}

.navbar-nav > li:hover > a:after,.navbar-nav > li:hover > a:before,.navbar-nav > li.active > a:after,.navbar-nav > li.active > a:before {
    opacity: 1;
}

.navbar-nav > li:first-child {
    padding-left: 0px;
}

.navbar-nav > li:last-child {
    padding-right: 0px;
}

.navbar-nav li:hover > .apo-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.apo-dropdown-menu {
    background-color: #ffffff;
    left: 0;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 240px;
    z-index: 999;
}

.apo-dropdown-menu .apo-dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0px 0px 0px 5px;
}

.apo-dropdown-menu > li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}

.apo-dropdown-menu li a {
    border-bottom: 1px solid #f8f8f8;
    color: #576777;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 25px;
    width: 100%;
}

.apo-dropdown-menu > li:last-child > a {
    border: none;
}

.apo-dropdown-menu > li.subdropdown-addicon > a:before {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 0px 0px 0px 0px;
    color: #999;
}

/* Mega Menu */
#apo-header .container {
    position: relative;
}

.nav > li.apo-megamenu-li {
    position: static;
}

.apo-megamenu {
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 28px 30px 10px 30px;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.navbar-nav > li:hover .apo-megamenu {
    opacity: 1;
    visibility: visible;
}

.apo-megamenu li {
    list-style: none;
}

.apo-megamenu li h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #576777;
    margin-bottom: 18px;
}

.apo-megamenu li h4 {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: bold;
}

.apo-thumbnail {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.apo-thumbnail img {
    width: 100%;
}

.collapse {
    display: none;
}

/* Mega Menu List */
.apo-megalist {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.apo-megalist li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #f8f8f8;
    padding: 8px 0px 8px 0px;
    position: relative;
}

.apo-megalist li a {
    color: #576777;
    font-size: 14px;
    font-weight: 400;
}

.apo-megalist li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.apo-mega-text p {
    margin-bottom: 30px;
}

.apo-user-list {
    float: left;
    margin: 9px 0px 0px 13px;
}

.apo-user-list li {
    float: left;
    list-style: none;
    margin: 15px 0px 0px 32px;
    position: relative;
    padding-bottom: 23px;
}

.apo-user-list li a {
    font-size: 14px;
}

.apo-close-btn {
    position: absolute;
    right: 40%;
    top: -50px;
    color: #999;
    background-color: #ffffff;
    width: 100px;
    height: 50px;
    border-radius: 100px 100px 0px 0px;
    text-align: center;
    font-size: 30px;
    padding-top: 8px;
}

.apo-cart-box p {
    margin: 0px;
}

/*Banner*/

.btn.big{
    color: white;
    font-size: 25px;
    /* border-radius: 0; */
    transition: all 0.3s ease;
    background-color: #9bc03c;
}
.btn.big:hover{
    background-color: white;
    color: #08364b;
}
.btn.big i{
    font-size: 50px;
}

.apo-banner-one .container,.apo-banner-one .row,.apo-banner-one .col-md-12 {
    height: 100%;
}

.apo-banner,.apo-banner-one,.apo-banner-one-layer {
    float: left;
    width: 100%;
}

.apo-banner-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.apo-transparent {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.05;
}

.apo-banner-wrap {
    bottom: 50%;
    left: 0;
    margin: 0 0 -142px 133px;
    position: absolute;
    width: 50%;
}

.apo-banner-wrap h1 {
    font-size: 42px;
    color: #636365;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    float: left;
    text-transform: none;
    letter-spacing: 3px;
}

.apo-banner-wrap h1 span {
    font-size: 30px;
    display: block;
    margin: 0px 0px 2px;
    letter-spacing: 2px;
}

.apo-banner-wrap h1 span:last-child {
    text-align: right;
    margin: 8px 0 0;
}

.apo-banner-wrap h2 {
    font-size: 30px;
    color: #636365;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    float: left;
    text-transform: none;
    letter-spacing: 3px;
}

.apo-banner-wrap p {
    color: #636365;
    margin-bottom: 29px;
    font-size: 16px;
    float: left;
    line-height: 28px;
    width: 84%;
}

.apo-transparent-shape {
    height: 100%;
    left: -17%;
    position: absolute;
    top: 0;
    background-color: #9bc03c;
    width: 68%;
}

.apo-bow-shape {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(../images/slideroverlay.png);
    background-size: cover;
    background-position: center center;
}

.apo-banner-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    padding: 10px 23px;
}

.apo-banner-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ffffff;
    width: 52px;
    height: 1px;
}

.apo-banner-btn:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -7px;
    background-color: #ffffff;
    width: 1px;
    height: 32px;
}

.apo-banner-btn span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.apo-banner-btn span:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    width: 52px;
    height: 1px;
}

.apo-banner-btn span:after {
    content: '';
    position: absolute;
    right: 7px;
    top: -7px;
    background-color: #ffffff;
    width: 1px;
    height: 32px;
}

/*fancy-title*/
.apo-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 60px;
}

.apo-fancy-title h2 {
    line-height: 0.7;
    font-size: 30px;
    margin: 0px 0px 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.apo-fancy-title span {
    display: inline-block;
    position: relative;
    padding: 0px 2px;
}

.apo-fancy-title span:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 14px;
    width: 75px;
    height: 1px;
}

.apo-fancy-title span:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 14px;
    width: 75px;
    height: 1px;
}

.apo-fancy-title span i {
    font-size: 25px;
}

.apo-fancy-title span small {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.apo-fancy-title span small:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 11px;
    width: 40px;
    height: 1px;
}

.apo-fancy-title span small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 11px;
    width: 40px;
    height: 1px;
}

/*Service*/
.apo-service,.apo-service-wrap {
    float: left;
    width: 100%;
}

.apo-service > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}

.apo-service-wrap {
    height: 213px;
    overflow: hidden;
    padding: 57px 0px 9px;
    text-align: center;
    background: rgb(8,54,75);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,75,1) 15%, rgba(30,77,77,1) 51%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,75,1) 15%,rgba(30,77,77,1) 51%);
    background: radial-gradient(ellipse at center, rgba(8,54,75,1) 15%,rgba(30,77,77,1) 51%);
}

.apo-service-grid ul li:hover .apo-service-wrap {
    padding: 32px 0px 28px;
    background: -webkit-linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
    background: -moz-linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
    background: -ms-linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
    background: -o-linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
    background: linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
}

.cosmetics .apo-service-wrap {
    background: rgb(155,192,60);
    /* Old browsers */
    background: radial-gradient(ellipse at center, rgba(119,147,46,1) 15%,rgba(155,192,60,1) 51%);
}

.apo-service-grid ul li.cosmetics:hover .apo-service-wrap {
    padding: 38px 0px 34px;
    background: -webkit-linear-gradient(left, #9bc03c 0%,#9bc03c 0%,#9bc03c 100%,#9bc03c 100%);
    background: -moz-linear-gradient(left, #9bc03c 0%,#9bc03c 0%,#9bc03c 100%,#9bc03c 100%);
    background: -ms-linear-gradient(left, #9bc03c 0%,#9bc03c 0%,#9bc03c 100%,#9bc03c 100%);
    background: -o-linear-gradient(left, #9bc03c 0%,#9bc03c 0%,#9bc03c 100%,#9bc03c 100%);
    background: linear-gradient(left, #9bc03c 0%,#9bc03c 0%,#9bc03c 100%,#9bc03c 100%);
}

.apo-service-wrap>i {
    font-size: 64px;
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 10px;
}

.apo-service-wrap:hover>i {
    font-size: 41px;
    margin: 0px 0px 13px;
}

.apo-service-wrap h5 {
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.apo-service-grid ul li:hover h5 {
    text-transform: none;
    margin: 0px 0px 10px;
}

.apo-service-wrap p {
    margin: 0px;
    color: #ffffff;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
}

.apo-service-grid ul li:hover p {
    opacity: 1;
    visibility: visible;
}

/*Section-post*/
.apo-content-post,.apo-content-post-title,.apo-post-list {
    float: left;
    width: 100%;
}

.apo-content-post-title {
    margin: 0px 0px 21px;
}

.apo-content-post-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 4px;
    color: #ffffff;
    text-transform: uppercase;
}

.apo-content-post-title span {
    display: inline-block;
    position: relative;
    padding: 0px 1px 0px 0px;
}

.apo-content-post-title span:before {
    content: '';
    position: absolute;
    right: -75px;
    top: 14px;
    background-color: #ffffff;
    width: 75px;
    height: 1px;
}

.apo-content-post-title span:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 11px;
    background-color: #ffffff;
    width: 40px;
    height: 1px;
}

.apo-content-post-title span i {
    font-size: 25px;
}

.apo-content-post p {
    margin: 0px 0px 38px;
    color: #ffffff;
    letter-spacing: 1px;
}

.apo-post-list {
    margin: 0px 0px 21px;
}

.apo-post-list li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px 0px 0px 61px;
    position: relative;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin: 0px 0px 27px;
}

.apo-post-list li i {
    position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #9bc03c;
    font-size: 17px;
    padding: 12px 0px 0px;
    background-color: white;
}

.apo-post-list li i:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 9px solid;
    border-left: 9px solid transparent;
    border-bottom-color: #62963d;
}

/*Gallery*/
.apo-gallery,.apo-gallery-filterable,.apo-gallery-filterable ul li a,.apo-plane-gallery figure > a, .apo-plane-gallery ul li figure img,.apo-plane-gallery ul li figure {
    float: left;
    width: 100%;
}

.apo-gallery ul li {
    list-style: none;
    margin-bottom: 30px;
}

.apo-plane-gallery ul li figure {
    margin-bottom: 0px;
    overflow: hidden;
}

.apo-plane-gallery figure figcaption {
    left: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin: -23px 0px 0px 0px;
    padding: 0px 30px;
}

.apo-plane-gallery figure figcaption > a {
    display: inline-block;
    font-size: 1px;
    width: 2px;
    height: 2px;
    border: 1px solid;
    text-align: center;
    padding: 10px 0px 0px;
    margin: 0px;
    opacity: 0;
    background-color: #08364b;
    color: #62963d;
}

.apo-plane-gallery ul li:hover figure figcaption > a {
    width: 45px;
    height: 45px;
    font-size: 22px;
}

.apo-plane-gallery ul li:hover figure figcaption > a,.apo-plane-gallery ul li:hover figure figcaption > h6 {
    opacity: 1;
}

.apo-plane-gallery figure figcaption > h6 {
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    opacity: 0;
}

/*Footer*/
#apo-footer {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Footer One */
.apo-footer-one {
}

.apo-footer-one:before {
    content: '';
    background: url(../images/footer-shape.png);
    content: "";
    height: 100%;
    left: 184px;
    position: absolute;
    top: 0;
    width: 138px;
    z-index: 1;
}

.apo-footer-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background-color: #08364b;
}

/* Footer Widget */
.apo-footer-widget {
    float: left;
    width: 100%;
    padding: 81px 0px 2px 0px;
    position: relative;
    z-index: 1;
}

.apo-footer-widget .widget {
    margin-bottom: 50px;
}

/*widget_contact_info*/
.footer-logo {
    float: left;
    margin: 0px 0px 22px;
}

.widget_contact_info p {
    margin: 0px 0px 18px;
    color: #ffffff;
    float: left;
    width: 100%;
}

.widget_contact_info ul,.widget_contact_info ul li {
    float: left;
    width: 100%;
}

.widget_contact_info ul li {
    list-style: none;
    margin: 0px 0px 0px;
}

.widget_contact_info ul li h6 {
    float: left;
    margin: 0px;
    width: 32%;
    color: #9bc03c;
}

.widget_contact_info ul li span,.widget_contact_info ul li a {
    float: left;
    color: #ffffff;
}

/*flora-footer-title*/
.apo-footer-title {
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 0.7;
    position: relative;
    padding: 0px 0px 17px;
    margin: 0px 0px 30px;
    font-weight: bold;
}

.apo-footer-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
    background-color: #9bc03c;
}

.apo-footer-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
    background-color: #9bc03c;
}

/*widget_useful_link*/
.widget_useful_link ul {
    float: left;
    width: 100%;
}

.widget_useful_link ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0px 0px 12px;
}

.widget_useful_link ul li a {
    float: left;
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 16px;
}

.widget_useful_link ul li:hover a {
    padding: 0px 0px 0px 25px;
}

.widget_useful_link ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
}

.widget_useful_link ul li:hover a:before {
    left: 4px;
}

.widget_useful_link ul li {
    float: left;
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 16px;
}

.widget_useful_link ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
}

/*Copyright*/
.apo-copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 23px 0px 21px;
    color: #fff;
}

.apo-copyright:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 0px 0px 0px -26px;
}

.apo-copyright a {
    color: #fff;
}

.apo-copyright:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 0px -26px 0px 0px;
}

.apo-back-top:before {
    content: '';
    position: absolute;
    left: 11px;
    height: 38px;
    width: 1px;
    background-color: #ffffff;
    bottom: -6px;
    opacity: 0.4;
}

.apo-back-top:after {
    background-color: #ffffff;
    bottom: -6px;
    content: "";
    height: 38px;
    position: absolute;
    right: 12px;
    width: 1px;
    opacity: 0.4;
}

.apo-back-top {
    color: #ffffff;
    left: 50%;
    margin: 0 0 0 -24px;
    position: absolute;
    text-align: center;
    top: -39px;
    width: 50px;
    z-index: 1;
    height: 17px;
}

.icon-apo {
    background-image: url('../images/headlineunderline.png');
    display: block;
    width: 25px;
    height: 27px;
    margin: 0 3px;
}

.icon-apo-white {
    background-image: url('../images/headlineunderlinewhite.png');
    display: block;
    width: 25px;
    height: 27px;
    margin: 0 3px;
}

.flexc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.apooff {
    max-width: 100px;
    width: 100%;
}

.impressum li {
    margin-left: 25px;
}

.impressum ul {
    margin-bottom: 15px;
}

.apo-nopadding {
    /*padding: 0px;*/
}

img.kosmetiklogoganz {
    max-height: 120px;
    margin: -10px 0px 10px;
    transition: all 0.5s ease-in-out;
}

.apo-service-grid ul li:hover img.kosmetiklogoganz {
    max-height: 76px;
    margin: 0px 0px 17px;
}

.apo-service-wrap a {
    color: #fff;
}


.banner-under-mobile .banner-wrap-alt>div{
    width: 100%;
    margin: 0 30px;
    padding: 25px 15px;
    text-align: center;
}
.banner-under-mobile .banner-wrap-alt{
    align-items: center;
}

.banner-wrap-alt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner-wrap-alt>div {
    background-color: #08364b;
    width: 400px;
    padding: 30px;
    max-width: 100%;
}

.banner-wrap-alt h1{
    font-size: 42px;
    color: #8fb13a;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
}
.banner-wrap-alt h1:after{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 65px;
    height: 1px; 
    background-color:#8bac39;

}

.banner-wrap-alt p{
    color: white;
    margin-bottom: 0;
}

.banner-under-mobile {
    display:none;
}

.important-notice {
    text-align: center;
    clear: both;
    padding-top: 60px;
}
.important-notice h2{
    font-size: 30px;
    margin: 0px 0px 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #002f66;
}
.important-notice h3{
    font-size: 25px;
    font-weight: bold;
    color: #8bab39;
    line-height:1.1;
    margin-bottom: 20px
}
.highlight1{
    color: #08364b;
}
.highlight2{
    color: #8cad3a;
}
.mappreview {
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.mappreview .btn-activate{
    float: none !important;
    position: relative;
    font-weight: 600;
    margin: 1em 0;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #08364b;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #8cad3a;
}

.mappreview .btn-activate:hover{
    background-color: #8cad3a;
    color: #08364b;
}


/*	Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {
    .navbar {
        position: relative;
    }

    .navbar-toggle {
        display: block;
        background-color: #eee;
        margin: 30px 0px 25px 30px;
    }

    .navbar-collapse {
        padding: 0px 0px 0px 0px;
        width: 260px;
        background-color: #fff;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
        border: none;
        position: absolute;
        left: 0%;
        top: 100%;
        z-index: 9999;
        margin: 10px 0px 0px 0px;
    }

    #apo-header .collapse {
        display: none;
    }

    #apo-header .collapse.in {
        display: block;
    }

    .apo-thumbnail {
        margin-bottom: 0px;
    }

    .navbar-nav > li:first-child > a {
        padding-left: 22px;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-nav > li > a:before,.navbar-nav > li > a:after {
        display: none;
    }

    .apo-dropdown-menu {
        float: left;
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .apo-dropdown-menu,.apo-megamenu {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }

    .apo-megamenu {
        float: left;
        min-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        padding: 20px 8px 5px 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    .apo-megamenu [class*="col-md-"] {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .apo-megamenu .row {
        margin: 0px;
    }

    .navbar-nav > li > a {
        float: left;
        width: 100%;
        padding: 20px 20px 10px 20px;
        color: #555555;
    }

    .navbar-nav > li {
        width: 100%;
        padding: 0px 0px;
    }

    .apo-dropdown-menu .apo-dropdown-menu {
        left: 0px;
        margin: 0;
    }

    /* Main Grid */
    .apo-main-content .col-md-4,.apo-main-content .col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        /* width: 50%; */
    }

    .apo-main-content .col-md-7,.apo-main-content .col-md-5 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    /*Header*/
    .apo-appointment-form {
        display: none;
    }

    .apo-infolist li {
        padding-left: 50px;
        margin-top: 0px;
        text-align: left;
        width: 33.33%;
    }

    .apo-infolist li:first-child {
        width: 33.33%;
    }

    .apo-infolist li:last-child {
        width: 33.33%;
    }

    .apo-booking-btn {
        margin: 0px 0px 40px;
        display: inline-block;
        float: none;
    }

    .apo-user-list {
        margin: 18px 0 0 13px;
    }

    .apo-banner-wrap {
        margin: 0 0 -142px 60px;
        width: 80%;
    }

    /*content*/
    .apo-tabs-thumb {
        position: relative;
        width: 100%;
    }

    .apo-team-medium-info h5, .apo-team-medium-text h5 {
        display: block;
    }

    .apo-gallery-filterable ul li {
        margin: 0 29px -4px;
    }

    .apo-plane-gallery figure span:before {
        bottom: 31px;
    }

    .apo-plane-gallery figure span:before,.apo-plane-gallery figure span:after {
        bottom: 32px;
    }

    .apo-plane-gallery ul li:hover figure:before, .apo-plane-gallery ul li:hover figure span:before {
        width: 89%;
    }

    .apo-plane-gallery figure span:after,.apo-plane-gallery figure span:before {
        right: 27px;
    }

    .apo-department-counter ul li {
        width: 50%;
    }

    .apo-partners ul li figure span {
        font-size: 12px;
    }

    .apo-footer-widget .widget {
        float: left;
        width: 100%;
    }

    .apo-footer-one:before {
        display: none;
    }

    .apo-footer-shape:before {
        height: 66%;
        left: 20px;
    }

    .apo-error-page-text {
        width: 78%;
    }

    .apo-about-image {
        display: none;
    }

    .apo-about-post-text h2 {
        width: 77%;
    }

    .apo-thumb-heading {
        padding: 25px 18px;
    }

    .apo-related-blog > ul > li {
        float: left;
        width: 50%;
    }

    .apo-related-blog-text {
        margin: 20px 0 0 -110px;
    }

    .apo-blog > ul > li {
        float: left;
    }

    .apo-blog-medium-text {
        padding: 31px 92px 37px 30px;
    }

    .floras-info {
        padding: 24px 65px 25px;
    }

    .apo-map-form {
        top: 173px;
    }

    .apo-team.apo-related-team > ul > li {
        float: left;
    }

    .apo-shopwrap figure {
        width: 300px;
    }

    .apo-shop-option li {
        margin: 0 7px 10px 0;
    }

    .star-rating {
        width: 21%;
    }

    .apo-shop-list-text {
        padding: 23px 0 32px 25px;
    }

    .apo-team-post-text {
        margin: 30px 0 0 -72px;
    }

    .apo-about-education:before {
        height: 68%;
    }

    .apo-achievements-img {
        display: none;
    }

    .apo-team-list-text {
        padding: 15px 0 20px 38px;
    }

    .widget_contact_info li:last-child {
        margin-bottom: 0px;
    }

    .apo-appointment-bord ul {
        float: left;
        width: 100%;
    }

    .apo-appointment-bord ul li {
        float: left;
        width: 20%;
    }

    .apo-doctor {
        padding: 7px 13px 17px;
    }

    .apo-sticky .apo-navigation-section {
        position: relative;
    }

    .apo-sticky .apo-navigation-section {
        animation: none;
    }

    .apo-logo {
        width: 100%;
        text-align: center;
    }

    .apo-infolist {
        padding-left: 0px;
        margin: 0px 0px 39px;
        width: 100%;
    }

    .apo-partners ul li:last-child {
        display: none;
    }

    .apo-partners ul li {
        display: inline-block;
        float: none;
        width: 24%;
    }

    .apo-partners {
        text-align: center;
    }

    .apo-footer-one {
        background-size: cover;
    }

    .apo-tab-wrap::before {
        display: none;
    }

    .apo-tab-color .col-md-8 {
        width: 100%;
    }

    .apo-main-header aside.col-md-9 {
        text-align: center;
    }

    .apo-section-postfull .apo-transparent-shape {
        width: 100%;
        left: 0px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .apo-tabs-thumb {
        display: none;
    }

    .apo-related-team-text::after,.apo-related-team-text::before {
        top: -4px;
    }

    .apo-department-skill .skillst {
        width: 50%;
        padding: 10px;
    }

    .apo-logo:before {
        display: none;
    }
}

/* Media 420Px Start */
@media (max-width: 767px) {
    .apo-logo:before {
        display: none;
    }

    .apooff {
        max-width: 33%;
        padding-bottom: 20px;
    }

    .navbar {
        position: relative;
        float: left;
    }

    .navbar-toggle {
        display: block;
        background-color: #eee;
        margin: 30px 30px 25px 0px;
    }

    .navbar-collapse {
        padding: 0px 0px 0px 0px;
        width: 260px;
        background-color: #fff;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
        border: none;
        position: absolute;
        left: 0%;
        top: 100%;
        z-index: 9999;
        margin: 10px 0px 0px 0px;
    }

    #apo-header .collapse {
        display: none;
    }

    #apo-header .collapse.in {
        display: block;
    }

    .apo-thumbnail {
        margin-bottom: 0px;
    }

    .navbar-nav > li:first-child > a {
        padding-left: 22px;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-nav > li > a:before,.navbar-nav > li > a:after {
        display: none;
    }

    .apo-dropdown-menu {
        float: left;
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }

    .apo-dropdown-menu,.apo-megamenu {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        transform: translate(0px);
    }

    .apo-megamenu {
        float: left;
        min-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        padding: 20px 8px 5px 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    .apo-megamenu [class*="col-md-"] {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .apo-megamenu .row {
        margin: 0px;
    }

    .navbar-nav > li > a {
        float: left;
        width: 100%;
        padding: 20px 20px 10px 20px;
        color: #555555;
    }

    .apo-dropdown-menu .apo-dropdown-menu {
        left: 0px;
        margin: 0;
    }

    .navbar-nav > li {
        width: 100%;
        padding: 0px;
        float: left;
    }

    /* Main Grid */
    .apo-main-content .col-md-4,.apo-main-content .col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        /* width: 50%; */
    }

    .apo-main-content .col-md-7,.apo-main-content .col-md-5 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    /*header*/
    .apo-dropdown-menu li a {
        color: #576777;
    }

    .apo-navinner {
        width: 100%;
    }

    .apo-logo {
        width: 100%;
        text-align: center;
    }

    .apo-infolist {
        width: 100%;
        padding: 0px;
    }

    .apo-booking-btn {
        margin: 0px 0px 40px;
        display: inline-block;
        float: none;
    }

    .apo-user-list {
        float: right;
        margin: 17px 0 0 13px;
    }

    .apo-close-btn {
        right: 50%;
        margin: 0px -50px 0px 0px;
    }

    .apo-banner-wrap {
        margin: 0 0 -86px 60px;
        width: 65%;
    }

    .apo-banner-wrap h1 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .apo-banner-wrap h2 {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .apo-banner-wrap p {
        font-size: 12px;
        line-height: 15px;
    }

    .slick-dots {
        bottom: 10px;
    }

    .apo-section-postfull .apo-transparent-shape {
        width: 100%;
        left: 0px;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .apo-fancy-title h2 {
        line-height: 1;
    }

    .apo-gallery-filterable ul li {
        margin: 0px 15px -5px;
    }

    .apo-tabs-thumb {
        position: relative;
        width: 100%;
    }

    .apo-tab-color .col-md-8 {
        width: 100%;
    }

    .apo-department-counter ul li {
        width: 100%;
        padding: 67px 60px 68px 0;
    }

    .apo-department-counter ul li h6 {
        padding: 3px 35px 7px 104px;
    }

    .apo-partners ul li {
        width: 50%;
        text-align: center;
        margin: 0px 0px 30px;
    }

    .apo-partners ul li figure span {
        z-index: 1;
    }

    .apo-footer-widget .widget {
        float: left;
        width: 50%;
    }

    .apo-partners ul {
        margin: 0px;
    }

    .apo-team-medium-info {
        padding: 16px 16px 23px;
    }

    .apo-team-medium-text {
        padding: 34px 18px 40px;
    }

    .apo-error-page-text {
        width: 100%;
        padding: 39px 20px 68px;
    }

    .apo-about-service h2 {
        line-height: 1;
    }

    .apo-about-post-text h2 {
        width: 88%;
    }

    .apo-appointment-request-form form ul li {
        width: 50%;
    }

    .apo-tags,.apo-blog-social {
        width: 100%;
        text-align: center;
    }

    .apo-tags a,.apo-blog-social span i,.apo-blog-social > ul {
        float: none;
        display: inline-block;
    }

    .apo-tags {
        margin: 0px 0px 10px;
    }

    .apo-prenxt-post ul li {
        width: 100%;
        margin: 0px 0px 30px;
    }

    .comment-list figure ~ .text-holder {
        float: left;
        margin: 0px;
        padding: 8px 0 4px 0px;
    }

    .comment-list .children {
        padding: 0px;
    }

    .apo-related-blog > ul > li {
        float: left;
    }

    .apo-prev-post {
        padding: 17px 20px 17px 61px;
    }

    .apo-next-post {
        padding: 17px 61px 17px 20px;
    }

    .apo-blog-grid-text h5 {
        line-height: 1.5;
    }

    .apo-blog-option {
        margin: 0px;
    }

    .apo-blog-medium figure {
        width: 100%;
    }

    .apo-blog > ul > li {
        float: left;
    }

    .apo-blog.apo-blog-medium > ul > li {
        width: 50%;
    }

    .apo-blog-medium figure ~ .apo-blog-medium-text {
        float: left;
        margin: 0px;
    }

    .apo-blog-medium figure:before {
        top: auto;
        bottom: 0px;
        border-left: 192px solid transparent;
        border-right: 82px solid transparent;
        border-bottom: 25px solid #f5f5f5;
        border-top: none;
    }

    .apo-blog-medium figure:after {
        width: 30%;
        height: 5px;
        bottom: 11px;
        right: -2px;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg);
    }

    .apo-blog-medium-text:before {
        height: 5px;
        width: 72%;
        left: -1px;
        top: -16px;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-blog-medium-text > span:before {
        height: 1px;
        width: 72%;
        left: 0px;
        top: -8px;
        right: auto;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-blog-medium-text > span {
        width: 100%;
    }

    .apo-blog-medium-text > span:after {
        height: 1px;
        width: 30%;
        right: 0px;
        bottom: auto;
        top: -8px;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg);
    }

    .apo-blog-medium figure a::before {
        border-bottom: 5px solid #9bc03c;
        border-right: none;
        right: 0px;
        top: auto;
        bottom: 2px;
    }

    .apo-blog-medium figure a::after {
        border-right: none;
        border-bottom: 1px solid #9bc03c;
        width: 100%;
    }

    .floras-info {
        padding: 24px 30px 25px;
    }

    .apo-map-form {
        top: 173px;
    }

    .apo-team.apo-related-team > ul > li {
        float: left;
    }

    .apo-department-list figure {
        width: 100%;
    }

    .apo-department-list figure ~ .apo-department-list-text {
        float: left;
        margin: 0px;
    }

    .apo-department-list figure:before {
        width: 70%;
        height: 6px;
        top: auto;
        bottom: 0px;
        left: 0px;
        right: auto;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    .apo-department-list figure:after {
        width: 32%;
        height: 6px;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-department-list ul li:hover figure:before {
        right: auto;
        bottom: 2px;
    }

    .apo-department-list ul li:hover figure:after {
        right: 0;
        bottom: 2px;
    }

    .apo-department-list-text:before {
        width: 70%;
        height: 5px;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    .apo-department-list-text:after {
        width: 32%;
        height: 5px;
        left: auto;
        right: 0px;
        bottom: auto;
        top: 0px;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-department-list figure > span {
        height: auto;
        width: 100%;
        bottom: -2px;
        top: auto;
        right: 0px;
    }

    .apo-department-list figure > span:before {
        width: 70%;
        height: 2px;
        top: auto;
        bottom: -2px;
        left: 0px;
        right: auto;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    .apo-department-list figure > span:after {
        height: 2px;
        width: 32%;
        right: 0px;
        bottom: -2px;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-department-list ul li:hover figure span:after {
        bottom: 0px;
    }

    .apo-department-list ul li:hover figure span:before {
        bottom: 0px;
        right: auto;
    }

    .apo-department-list-text {
        padding: 24px 0 35px 18px;
    }

    .apo-department > ul > li {
        width: 50%;
    }

    .apo-pricplan-list {
        padding: 32px 30px 48px;
    }

    .apo-shopwrap figure,.apo-shop-detail-text {
        width: 100%;
    }

    .apo-shop-list figure {
        width: 100%;
    }

    .apo-shop-list figure ~ .apo-shop-list-text {
        float: left;
        margin: 0px;
    }

    .apo-shop-list figure:before {
        right: 0px;
        bottom: -1px;
        top: auto;
        border-left: 180px solid transparent;
        border-right: 81px solid transparent;
        border-bottom: 21px solid #f5f5f5;
        border-top: none;
    }

    .apo-shop-list-text:before {
        left: 0px;
        top: -16px;
        height: 6px;
        width: 70%;
        z-index: 1;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .apo-shop-list-text:after {
        top: -16px;
        height: 6px;
        width: 33%;
        z-index: 1;
        bottom: auto;
        left: auto;
        right: 0px;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    .apo-shop-list-text {
        padding: 23px 0 32px 23px;
    }

    .apo-shop-list figure a:before {
        bottom: 0px;
        top: auto;
        width: 100%;
        height: 0px;
        border-right: none;
        border-bottom: 6px solid #9bc03c;
    }

    .apo-shop-list ul li:hover figure a:before {
        height: 100%;
    }

    .apo-shop > ul > li {
        width: 50%;
    }

    .apo-team-detail-post figure {
        width: 100%;
    }

    .apo-team-post-text {
        width: 100%;
        margin: 0px;
    }

    .apo-team-list figure {
        width: 100%;
    }

    .apo-team-list figure a:before {
        top: auto;
        bottom: 0px;
        height: 0px;
        width: 100%;
        border-right: none;
        border-bottom: 8px solid #9bc03c;
    }

    .apo-team-list ul li:hover figure a::before {
        height: 100%;
    }

    .apo-team-list figure ~ .apo-team-list-text {
        margin: 0px;
        float: left;
    }

    .apo-team-list figure:before {
        bottom: -12px;
        left: -2px;
        width: 53%;
        height: 23px;
        top: auto;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg);
    }

    .apo-team-list figure:after {
        width: 53%;
        height: 23px;
        right: -3px;
        bottom: -12px;
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        -o-transform: rotate(-9deg);
        transform: rotate(-9deg);
    }

    .apo-team-list-text:before {
        width: 51%;
        height: 8px;
        left: 0px;
        top: -19px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg);
    }

    .apo-team-list-text:after {
        width: 50%;
        height: 8px;
        right: 0px;
        left: auto;
        top: -19px;
        bottom: auto;
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        -o-transform: rotate(-9deg);
        transform: rotate(-9deg);
    }

    .apo-team-list ul li:hover .apo-team-list-text:after {
        left: auto;
        right: 0px;
    }

    .apo-team-list-text {
        padding-left: 30px;
    }

    .apo-team > ul > li {
        width: 50%;
    }

    .apo-tags span {
        display: inline-block;
        float: none;
    }

    .apo-appointment-bord ul {
        float: left;
        width: 100%;
    }

    .apo-appointment-bord ul li {
        float: left;
        width: 50%;
    }

    .apo-doctor {
        width: 100%;
    }

    .apo-sticky .apo-navigation-section {
        position: relative;
    }

    .apo-sticky .apo-navigation-section {
        animation: none;
    }

    .apo-main-header aside.col-md-9 {
        text-align: center;
    }

    .apo-footer-one {
        background-size: cover;
        background-position: center;
    }

    .apo-footer-one::before {
        display: none;
    }

    .apo-team-medium-info h5, .apo-team-medium-text h5 {
        display: block;
    }

    .apo-blog-option {
        float: left;
    }

    .apo-prenxt-post h3 {
        width: 100%;
    }

    .apo-tabs-thumb::after,.apo-shop-grid figure::before,.apo-shop-grid figure::after, .apo-shop-list figure::before,.apo-shop-list-text::before,.apo-shop-list-text::after {
        display: none;
    }

    .apo-infolist li {
        padding-left: 50px;
        margin-top: 0px;
        text-align: left;
        width: 100%;
        margin: 0px 0px 20px;
    }

    .apo-infolist li:first-child {
        width: 100%;
    }

    .apo-infolist li:last-child {
        width: 100%;
    }
}

/* Media 300Px Start */
@media (max-width: 480px) {
    /*main grid*/ .apo-main-content .col-md-4,.apo-main-content .col-md-3,.apo-main-content .col-md-6 {
        margin-right: 0px;
        width: 100%;
    }

    /*main grid*/
    .modal-dialog {
        margin: 90px 0px 0px;
    }

    .apo-post-list li {
        width: 100%;
    }

    .apo-partners ul li,.widget_contact_info ul li h6 {
        width: 100%;
    }

    .widget_contact_info ul li h6 {
        margin: 0px 0px 5px;
    }

    .apo-footer-social {
        float: none;
        display: inline-block;
    }

    .apo-copyright {
        text-align: center;
    }

    .apo-gallery-filterable ul li {
        margin: 0px 25px -5px;
    }

    .apo-partners ul li {
        padding: 0px;
    }

    .apo-about-post-text h2 {
        width: 100%;
    }

    .apo-appointment-request-form form ul li {
        width: 100%;
    }

    .apo-blog-option li {
        margin: 0 16px 0 0;
    }

    .apo-related-blog-text {
        margin: 20px 0 0 -140px;
        width: 72%;
        padding: 35px 12px 29px 20px;
    }

    .comment-respond form p {
        width: 100%;
    }

    .apo-prev-post {
        padding: 17px 20px 17px 0px;
    }

    .apo-next-post {
        padding: 17px 0 17px 20px;
    }

    .apo-pagination > ul > li {
        margin: 0 6px 0 0;
    }

    .apo-blog.apo-blog-medium > ul > li {
        width: 100%;
    }

    .apo-blog-medium figure:before {
        border-left: 207px solid transparent;
    }

    .floras-info {
        padding: 24px 45px 25px;
    }

    .apo-department-form ul li {
        width: 100%;
    }

    .apo-department-list-text {
        padding: 24px 0 35px 30px;
    }

    .apo-department > ul > li {
        width: 100%;
    }

    .apo-subheader-image h1 {
        font-size: 33px;
    }

    .apo-pricplan-list {
        padding: 32px 67px 48px;
    }

    .apo-search-result-text form {
        width: 98%;
    }

    .star-rating {
        width: 31%;
    }

    .apo-shop-tabs .nav-tabs li a {
        padding: 9px 16px 12px;
    }

    .apo-shop > ul > li {
        width: 100%;
    }

    .apo-shop-list figure:before {
        border-left: 206px solid transparent;
    }

    .apo-team > ul > li {
        width: 100%;
    }

    .apo-appointment-bord ul li {
        width: 100%;
    }

    .apo-appointment-bord ul li time {
        padding: 24px 30px 20px;
    }

    .apo-footer-widget .widget,.apo-about-service-list li {
        width: 100%;
    }

    .apo-select-day {
        width: 50%;
    }

    .apo-appointment-request-form form ul li span {
        line-height: 1.3;
    }

    .apo-department-counter ul li {
        padding: 67px 23px 68px 0;
    }

    .apo-department-counter ul li h6 {
        padding: 3px 35px 7px 77px;
    }

    .apo-banner-wrap {
        margin: 0 0 -30px 30px;
        width: 60%;
    }

    .apo-banner-wrap h1 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .apo-banner-wrap h2 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .apo-banner-wrap p {
        display: none;
    }
}

/* Media 940Px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
    .apo-infolist {
        width: 100%;
    }

    .apo-infolist li {
        padding-left: 43px;
    }

    .navbar-nav > li {
        padding: 0px 25px;
    }

    .apo-banner-wrap {
        width: 52%;
    }

    .apo-appointment-form {
        width: 48%;
    }

    .apo-appointment-form form p {
        display: none;
    }

    .apo-appointment-form form {
        padding: 20px 36px 10px 40px;
    }

    .apo-section-postfull {
        padding: 45px 0 34px;
    }

    .apo-team-medium-info {
        padding: 16px 20px 23px;
    }

    .apo-team-medium-text {
        padding: 34px 20px 40px;
    }

    .apo-plane-gallery figure span:before,.apo-plane-gallery figure span:after {
        right: 16px;
        bottom: 17px;
    }

    .apo-images-list-layer > span {
        width: 120px;
    }

    .apo-tab-wrap {
        padding: 56px 0 55px;
    }

    .apo-department-counter ul li {
        padding: 67px 14px 68px 0;
    }

    .apo-department-counter ul li h6 {
        padding: 3px 5px 7px 67px;
    }

    .widget_contact_info ul li h6 {
        width: 30%;
    }

    .apo-error-page-text {
        width: 60%;
    }

    .apo-related-blog-text {
        width: 73%;
        margin: 20px 0 0 -130px;
    }

    .apo-blog-grid-text h5 {
        line-height: 1.5;
    }

    .apo-blog-option {
        margin: 0px;
    }

    .apo-thumb-heading {
        padding: 25px 10px;
    }

    .apo-blog-medium-text h5 {
        font-size: 17px;
        margin: 0px 0px 15px;
    }

    .apo-blog-grid-option {
        display: none;
    }

    .apo-blog-medium-text {
        padding: 31px 0 38px 12px;
    }

    .floras-info {
        padding: 24px 30px 25px;
    }

    .apo-department-grid-text {
        width: 24px 0 35px 25px;
    }

    .apo-department-list-text {
        padding: 24px 0 35px 28px;
    }

    .apo-shopwrap figure {
        width: 300px;
    }

    .apo-shop-detail-text {
        width: 56%;
    }

    .star-rating {
        width: 23%;
    }

    .apo-shop-list-text {
        padding: 22px 0 32px 8px;
    }

    .apo-team-post-text {
        margin: 30px 0 0 -81px;
    }

    .apo-about-education:before {
        height: 68%;
    }

    .apo-team-list-text {
        padding: 15px 0 20px 38px;
    }

    .apo-doctor {
        padding: 7px 0 17px;
    }

    .apo-sticky .apo-navigation-section {
        position: relative;
    }

    .apo-sticky .apo-navigation-section {
        animation: none;
    }

    .apo-dropdown-menu {
        width: 193px;
    }

    .apo-gallery-filterable ul li {
        margin: 0 33px -4px;
    }

    .apo-footer-one {
        background-size: cover;
    }

    .apo-footer-one::before {
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .apo-logo {
        float: left;
        padding: 40px 40px 36px 0px;
    }

    .apo-infolist li i {
        width: 35px;
        height: 35px;
    }

    .apo-infolist li {
        padding-left: 42px;
    }

    .apo-service-grid ul li:hover .apo-service-wrap {
        padding: 17px 0px 26px;
    }

    .apo-service-grid ul li:hover h5 {
        margin: 0px;
    }
}

@media screen and (max-width: 990px) {
    .apo-service-wrap {
        height: 250px;
    }
}


@media screen and (max-width: 1199px) {
    .banner-wrap-alt>div{
    }
    .banner-wrap-alt h1{
        font-size: 36px;
    }
    .banner-wrap-alt p{
    }
}

@media screen and (max-width: 990px) {
    .banner-wrap-alt>div{
    }
    .banner-wrap-alt h1{
        font-size: 26px;
    }
    .banner-wrap-alt p{
    }
    .slick-dots {
        bottom: 0px;
    }
}


@media screen and (max-width: 768px) {
    .banner-wrap-alt>div{
    }
    .banner-wrap-alt h1{
        font-size: 22px;
    }
    .banner-wrap-alt p{
        font-size: 14px;
    }

    .important-notice {
        text-align: left;
        padding-top: 20px;
    }
}


@media screen and (max-width: 599px) {
    .apo-banner .banner-wrap-alt{
        display: none;
    }
    .banner-under-mobile {
        display:block;
        clear: both;
        padding: 30px 0;
    }
    .important-notice {
        padding-top: 20px;
    }
}
