body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #8C8F94;
word-wrap: break-word;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #1c1c1c;
font-family: 'Oswald', sans-serif;
font-weight: 700;
}
a,
a:hover {
color: #9FAFF1;
}
mark {
background-color: transparent;
} table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e0e0e0;
}
th {
background-color: #f5f5f5;
}
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: 10px;
line-height: 1.42857143;
vertical-align: top;
}
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;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; }
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 15px 25px;
border: 0;
color: #fff;
font-weight: 700;
background-color: #9FAFF1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer; -webkit-appearance: none;
}
input[type="submit"] {
margin-top: 5px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #17191B;
color: #fff;
text-decoration: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: border-box; -moz-box-sizing:    border-box;
box-sizing:         border-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #e0e0e0;
border-radius: 3px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 14px;
}
textarea {
overflow: auto; padding-left: 8px;
vertical-align: top; width: 100%;
}  a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
display: block;
float: right;
text-align: right;
}
.main-navigation ul,
.secondary-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
display: inline-block;
position: relative;
padding: 10px 15px;
font-size: 15px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #1c1c1c;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.main-navigation a:hover {
color: #9FAFF1;
}
.main-navigation ul ul,
.secondary-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
text-align: left;
}
.main-navigation ul ul {
background-color: #fff;
border: 1px solid #f1f1f1;
border-top: 2px solid #9FAFF1;
}
.secondary-navigation ul ul {
top: 0;
background-color: #9FAFF1;
box-shadow: none;
}
.main-navigation ul ul ul,
.secondary-navigation ul ul ul {
left: -999em;
top: 0;
}
.secondary-navigation ul ul li {
width: 200px;
border-bottom: 1px solid #6B6A6A;
text-transform: none;
}
.secondary-navigation ul ul li:last-of-type {
border-bottom: 0;
}
.secondary-navigation li {
position: relative;
}
.main-navigation ul ul a {
width: 200px;
color: #1c1c1c !important;
}
.main-navigation ul ul li {
border-bottom: 1px solid #f1f1f1;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
.main-navigation ul ul li:last-of-type {
border-bottom: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
} .secondary-navigation a,
.secondary-navigation a:hover {
color: #fff;
text-decoration: none;
}
.secondary-navigation {
background-color: #2C292A;
width: 25%;
float: left;
}
.secondary-navigation .menu {
padding: 0;
}
.secondary-navigation li {
padding: 15px 25px;
text-transform: uppercase;
border-bottom: 1px solid #212121;
-webkit-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.secondary-navigation li::before {
font-family: FontAwesome;
}
.secondary-navigation .fa,
.secondary-navigation li::before {
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.secondary-navigation li:hover {
background-color: #9FAFF1;
}
.secondary-navigation li:hover .fa,
.secondary-navigation li:hover::before {
color: #fff;
}
.secondary-navigation .fa,
.secondary-navigation li::before {
margin-right: 10px;
color: #8A8A8A;
} .mobile-nav,
.s-mobile-nav {
display: none;
text-align: center;
background-color: #1c1c1c;
}
.s-mobile-nav {
padding: 15px;
}
.mobile-nav {
background-color: transparent;
width: 100%;
}
.slicknav_btn {
padding: 15px;
margin: 0 auto;
font-size: 22px;
}
.slicknav_btn,
.slicknav_btn:hover {
color: #fff;
}
.mobile-nav .slicknav_btn,
.mobile-nav .slicknav_btn:hover {
color: #1c1c1c;
}
.mobile-nav .slicknav_menu {
text-align: right;
}
.slicknav_nav {
position: absolute;
left: 0;
background-color: #1c1c1c;
width: 100%;
z-index: 999;
text-align: center;
margin-top: 15px;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
padding: 0;
}
.slicknav_nav a {
color: #fff;
}
.mobile-nav .slicknav_nav a {
color: #fff;
}
.slicknav_nav a:hover,
.slicknav_nav a:afmobilctive,
.slicknav_nav a:focus {
text-decoration: none;
}
.slicknav_nav li {
border-bottom: 1px solid #333;
padding: 8px 0;
}
.s-mobile-nav .slicknav_menutxt .fa {
margin-right: 0;
color: #fff;
}
.secondary-navigation .s-mobile-nav ul ul li {
border-bottom: 1px solid #333;
}
.slicknav_nav .menu-item-has-children.slicknav_open,
.slicknav_nav .page_item_has_children.slicknav_open {
padding-bottom: 0;
border-bottom: 0;
}
.slicknav_nav .menu-item-has-children li,
.slicknav_nav .page_item_has_children li {
background: #111;
text-align: center;
padding: 15px;
}
.slicknav_arrow {
margin-left: 10px;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 45px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
max-width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
max-width: 50%;
}
.post-navigation a,
.posts-navigation a {
display: block;
padding: 15px 25px;
border: 0;
color: #fff;
font-weight: 700;
background-color: #9FAFF1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
-webkit-appearance: none;
}
.post-navigation a:hover,
.posts-navigation a:hover {
background-color: #17191B;
color: #fff;
text-decoration: none;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .widget {
margin: 0 0 45px;
background-color: #fff;
padding: 30px;
border: 1px solid #f1f1f1;
}
.widget:last-of-type {
margin-bottom: 0;
}
.widget,
.widget a {
color: #8C8F94;
}
.widget-title {
position: relative;
margin: 0 0 30px;
padding: 0 0 10px 10px;
text-transform: uppercase;
border-bottom: 1px solid #f1f1f1;
}
.widget-title::after {
content: '';
position: absolute;
bottom: -3px;
left: 10px;
width: 30px;
height: 5px;
background-color: #9FAFF1;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}
.woocommerce .star-rating span {
color: #9FAFF1;
} .footer-widgets {
background-color: #F9F9F9;
border-top: 1px solid #f1f1f1;
padding: 30px 0;
}
.footer-widgets .widget {
background-color: transparent;
border: 0;
margin-bottom: 0;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 45px;
padding-bottom: 45px;
border-bottom: 1px solid #f1f1f1;
}
.hentry:first-of-type {
padding-top: 45px;
border-top: 1px solid #f1f1f1;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.single-thumb {
margin-bottom: 30px;
}
.entry-title {
margin: 0 0 15px;
font-size: 26px;
}
.entry-title a {
color: #1c1c1c;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.entry-title a:hover {
color: #9FAFF1;
text-decoration: none;
}
.entry-thumb,
.inner-content {
width: 50%;
float: left;
}
.inner-content {
padding-left: 30px;
}
.inner-content.no-thumb {
width: 100%;
float: none;
padding: 0;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
color: #AFAFAF;
font-style: italic;
}
.entry-meta,
.entry-footer {
display: table;
margin-left: auto;
padding: 10px 15px 0;
padding-top: 10px;
border-top: 1px solid #f1f1f1;
border-left: 1px solid #f1f1f1;
}
.entry-footer {
margin-top: 30px;
}
.cat-links,
.tags-links {
margin-right: 15px;
}
.page-header {
padding-bottom: 30px;
margin: 0;
border-bottom: 0;
}
.page-header .page-title {
margin: 0;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comments-area {
margin-bottom: 60px;
}
.comments-title {
margin: 0;
font-size: 24px;
padding: 30px;
border-bottom: 1px solid #e0e0e0;
background-color: #fff;
}
.comments-area ol {
list-style: none;
}
.comments-area ol {
padding: 0;
}
.comments-area .children {
padding-left: 20px;
}
.comments-area .fn {
}
.comment-author .avatar {
position: absolute;
}
.comment-author .fn,
.comment-metadata {
margin-left: 80px;
}
.comment-metadata {
font-size: 12px;
margin-bottom: 30px;
}
.comment-body {
padding: 30px;
border: 1px solid #e0e0e0;
background-color: #fff;
margin-bottom: 15px;
}
.reply {
text-align: right;
}
.comment-reply-link {
padding: 5px;
background-color: #fff;
font-size: 12px;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
a.comment-reply-link {
text-decoration: none;
}
a.comment-reply-link:hover {
color: #000;
box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
color: #444;
}
.bypostauthor {
}
.comment-respond {
margin-top: 60px;
}
.comment-form .form-submit {
margin-top: 30px;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto; max-width: 100%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .site-logo {
max-height: 80px;
max-width: 100%;
}
.site-header {
background-color: #fff;
padding: 30px 0;
}
.site-title {
margin: 0;
}
.site-description {
color: #a9a9a9;
margin: 15px 0 0;
font-size: 14px;
font-weight: 400;
}
.site-title a,
.site-title a:hover {
text-decoration: none;
color: #1c1c1c;
}
.site-header .container,
.header-inner-text {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.site-branding {
padding-left: 0;
}
.main-navigation {
padding-right: 0;
} .header-promo {
background-color: #fff;
text-align: center;
border-bottom: 1px solid #f1f1f1;
border-top: 1px solid #f1f1f1;
}
.promo-box {
display: inline-block;
padding: 30px 15px;
width: 30%;
border-right: 1px solid #f1f1f1;
vertical-align: top;
font-weight: 300;
}
.header-promo .container {
display: block;
}
.promo-box span {
font-family: 'Oswald', sans-serif;
font-size: 16px;
position: relative;
top: 3px;
}
.promo-box .fa {
margin-right: 15px;
font-size: 32px;
color: #444446;
vertical-align: middle;
}
.promo-box,
.promo-box a {
color: #4c4c4c;
}
.promo-box:last-of-type {
border-right: 0;
} .nav-cart a {
display: inline-block;
}
.nav-cart,
.nav-cart a {
color: #fff !important;
}
.nav-cart a:hover {
color: #fff;
}
li.nav-cart {
margin-left: 15px;
background-color: #9FAFF1;
border-radius: 5px;
padding: 5px 15px;
font-size: 13px;
} .hero-section {
max-width: 1170px;
padding: 0 15px;
margin: 30px auto 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex: 1;
}
.header-slider {
padding-left: 30px;
width: 75%;
}
.header-image {
width: 100%;
float: left;
background-size: cover;
} .content-area {
width: 75%;
float: left;
padding-right: 45px;
}
.widget-area {
width: 25%;
float: right;
}
.site-content {
margin: 60px 0;
}
.content-wrapper {
padding: 30px;
background-color: #fff;
}
.page-template-page_front-page .site-content {
margin-top: 0;
margin-bottom: 0;
}
.page-template-page_front-page {
background-color: #fff;
}
.page-template-page_fullwidth .content-area,
.fullwidth,
.fullwidth-single .content-area {
width: 100%;
}
.site-footer {
padding: 15px 0;
background-color: #f3f3f3;
border-top: 1px solid #E4E4E4;
}
.site-footer,
.site-footer a {
color: #717171;
} .error404 .content-area {
text-align: center;
}
.error404 .widget_recent_entries ul {
list-style: none;
padding: 0;
margin: 0;
} .home-section {
padding: 100px 0;
}
.home-section .container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex: 1;
}
.home-section.cta-section .container {
display: block;
}
.section-title {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
margin: 0 0 80px;
position: relative;
text-transform: uppercase;
justify-content: center;
text-align: center;
width: 25%;
float: left;
}
.section-title span {
padding: 15px;
border-right: 2px solid;
border-top: 2px solid;
border-bottom: 2px solid;
}
.inner-section {
width: 75%;
float: left;
padding-left: 30px;
} .products-loop .woocommerce ul.products .owl-item li {
width: 100% !important;
margin: 0 !important;
}
.products-loop .owl-item {
padding: 0 15px;
}
.products-loop .inner-section {
padding-left: 15px;
} .cta-section {
background-color: #2C292A;
color: #fff;
text-align: center;
padding: 50px 0;
}
.cta-text {
margin-bottom: 45px;
font-size: 24px;
} .cats-loop {
background-color: #f7f7f7;
}
.cats-loop .product-category.product {
position: relative;
}
.cats-loop .product-category.product::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
}
.cats-loop .woocommerce .product.product-category .woocommerce-loop-category__title {
position: absolute;
top: 40%;
width: 100%;
text-align: center;
z-index: 12;
color: #fff;
font-size: 18px;
font-weight: 400;
}
.cats-loop mark {
color: #fff;
} .preloader {
background-color: #fff;
height: 100%;
opacity: 1;
position: fixed;
text-align: center;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 9999;
}
.preloader .preloader-inner {
left: 40%;
position: relative;
top: 45%;
width: 20%;
font-size: 32px;
color: #9FAFF1;
font-weight: 700;
text-transform: uppercase;
} @media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
.main-navigation,
.secondary-navigation .menu {
display: none;
}
.mobile-nav,
.s-mobile-nav {
display: block;
}
.secondary-navigation,
.header-slider {
width: 100%;
padding: 0;
float: none;
}
.hero-section {
display: block;
}
.secondary-navigation ul ul {
float: none;
position: relative;
left: 0;
}
.secondary-navigation ul ul li {
width: 100%;
}
.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
left: auto;
}
li.nav-cart {
margin: 0;
border-radius: 0;
}
}
@media only screen and (max-width: 991px) {
.content-area,
.widget-area {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
h1 {
font-size: 24px !important;
}
h2 {
font-size: 22px !important;
}
.site-description {
font-size: 14px !important;
}
.site-header .container {
display: block;
}
.site-branding {
width: 100%;
padding: 0 15px;
text-align: center;
}
.mobile-nav .slicknav_menu {
text-align: center;
margin-top: 15px;
}
.promo-box {
display: block;
width: 100%;
padding: 15px;
border-bottom: 1px solid #f1f1f1;
border-right: 0;
}
.promo-box .fa {
font-size: 18px;
}
.promo-box span {
font-size: 14px;
}
.home-section .container {
display: block;
}
.section-title {
width: 100%;
margin: 0 0 40px;
}
.inner-section {
width: 100%;
padding: 0;
}
.home-section {
padding: 50px 0;
}
.products-loop .inner-section {
padding: 0;
}
.cats-loop .woocommerce .products li.product-category {
clear: none;
margin: 0;
text-align: center;
}
.content-wrapper {
padding: 15px;
}
.content-area {
padding-right: 0;
}
.preloader .preloader-inner {
left: auto;
width: 100%;
font-size: 14px;
}
}
@media only screen and (max-width: 650px) {
.entry-thumb,
.inner-content {
width: 100%;
float: none;
}
.entry-thumb {
text-align: center;
margin-bottom: 15px;
}
.inner-content {
padding: 0;
}
}
@media only screen and (max-width: 500px) {
.blog-post {
width: 100%;
padding: 0;
}
.widget {
padding: 15px;
}
.footer-widgets .widget {
padding: 15px 0;
}
}
@media only screen and (max-width: 320px) {
h1 {
font-size: 20px !important;
}
h2 {
font-size: 18px !important;
}
h3 {
font-size: 16px !important;
}
.site-description {
font-size: 14px !important;
}
}
@media (min-width: 769px) and (max-width: 1199px) {
body.woocommerce-cart div.cross-sells ul.products li.product {
width: 100% !important;
}
}
@media (min-width: 1200px) {
body.woocommerce-cart div.cross-sells ul.products li.product {
width: 48% !important;
}
}  .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
padding: 0;
-ms-touch-action: pan-y;
margin: 0;
list-style: none;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor:url(//www.zaubereinmaleins-shop.de/wp-content/themes/theshop/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
} .owl-theme .owl-controls{
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
font-size: 52px;
filter: Alpha(Opacity=70);
opacity: 0.7;
position: absolute;
top: 45%;
}
.owl-prev {
left: 15px;
}
.owl-next {
right: 15px;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 15px;
height: 8px;
margin: 15px 5px 0;
filter: Alpha(Opacity=50); opacity: 0.5;
background-color: #9FAFF1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}