/*
Theme Name: Sanatate
Theme URI: http://foxapp.net/themes/sanatate
Author: Ion Enache
Author URI: http://foxapp.net/
Description: This theme, is maked special for Alexander Pitel.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: sanatate
*/




@import 'assets/css/theme_style.css';
.ms-skin-default .ms-bullet {
    width: 20px !important;
    height: 20px !important;
    background: #ee2b76 !important;
}
.ms-skin-default .ms-bullet-selected {
    background: #00aeef !important;
}
.ms-bullets.ms-dir-h{
	width:200px !important;
}


.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.text-muted{}
.text-primary{color:#ee2b76}
.text-success{}
.text-info{color:white}
.text-warning{}
.text-danger{}
.text-default{color:#888888}

.bg-primary{background-color:#ee2b76;}
.bg-success{}
.bg-info{background-color:white;}
.bg-warning{}
.bg-danger{}


.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home_slider .owl-controls .owl-buttons {
    height: 100%;
    width: 10%;
}
.home_slider .owl-controls {
    margin-top: -35px;
    margin-bottom: 10px;
    text-align: center;
}
.home_slider .owl-controls .owl-buttons .owl-prev {
    left: 40px;
    top: 50%;
    margin-top: -20px;
    background: url('/wp-content/uploads/arrow-left.svg') center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home_slider .owl-controls .owl-buttons .owl-next {
    right: 40px;
    top: 50%;
    margin-top: -20px;
    background: url('/wp-content/uploads/arrow-right.svg') center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home_slider .owl-controls .owl-buttons div {
    position: absolute;
}
.home_slider .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 20px 10px;
    font-size: 12px;
    filter: Alpha(Opacity=50);
    opacity: 0.99;
}