/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

/* LIBRARIES CSS */
@import url('bootstrap.css');
@import url('animate.css');

/* FONTS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,800italic,700italic,600italic,400italic,300italic);
@import url('../assets/font-awesome/css/font-awesome.min.css');
@import url('../assets/flaticon/flaticon.css');

/* PLUGIN CSS */
@import url('slider-pro.min.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('owl.transitions.css');
@import url('bootstrap-datetimepicker.css');
@import url('jquery.selectBox.css');
@import url('fontawesome-stars-o.css');

/* CUSTOM CSS */
@import url('theme.css?v=1');
/*@import url('theme_violet.css');*/
/*@import url('theme_red.css');*/
/*@import url('theme_green.css');*/
@import url('responsive.css');

.goog-te-gadget-simple > * {
    display: inline-block;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center!important;
    align-items: center !important;
}
.history h3 {
    margin-bottom: 1.3em;
}