
/* ==============================================
   GENERAL STYLE
================================================ */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
}
p, a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}


.header-bg {
	background-color: #002633;
	padding-top: 30px;
	padding-bottom: 30px;
}
section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.center {
    display: block;
    margin: 0 auto;
}
/* Equal height columns */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
     margin:-.2px; /* hack adjust for wrapping */
}

/* ==============================================
   HEADER
================================================ */


/*
 * NAVBAR
 */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #002633;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding-top: 10px;
     padding-bottom: 10px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

ul.navbar-nav > li > a {
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	
}


.nav>li>a:focus, .nav>li>a:hover {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	-moz-transition: background 0.5s linear, color 0.5s linear;
	        transition: background 0.5s linear, color 0.5s linear;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: rgba(255, 255, 255, 0.1);
}

nav#header {
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}


.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

@media only screen and (max-width: 750px) {
	ul.navbar-nav {
		background: #002633;
	}
	ul.dropdown-menu > li > a {
		color: #fff;
		opacity: 0.7;
	}
}

/*----- header top -----*/

.header-wrap {
  width: 80%;
  margin: 1em auto;
  padding-bottom: 100px; 
  padding-top: 100px;
  position: relative;
}

.inner {
  position: relative;
  z-index: 2;
}

.header-wrap:after {
  content: "\f0ad"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.05);
  top: 50%;
  left: 20%;
  margin: -300px 0 0 -200px;
  z-index: 1;
}
.header-bg {
	padding-bottom: 100px; 
	padding-top: 100px;
	background: "\f1ad";
}

hr.style-one {
	background: #0295c5;
    border: 0;
    display: block;
    height: 2px;
    margin: 20px 0 35px;
    width: 60px;
}
hr.style-two {
	margin-right: 10px;
    margin-left: 10px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(2, 149, 197, 0), rgba(2, 149, 197, 0.75), rgba(2, 149, 197, 0));
}

a.cta-1 {
	padding: 11px 50px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #0295c5;
	margin-top: 30px;
	border: solid 2px #0295c5;
}

a.cta-1:hover {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
	   -moz-transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
	     -o-transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
	        transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
}

.margin-button {
	margin-top: 40px;
	margin-bottom: 40px;
}

.categories-cols {
	background-color: #0295c5 ;
	padding: 30px 15px;
	margin-top: 30px;
}

.categories-cols:hover {
	background-color: rgb(145, 0, 92);
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	   -moz-transition: background 0.5s linear, color 0.5s linear;
	     -o-transition: background 0.5s linear, color 0.5s linear;
	        transition: background 0.5s linear, color 0.5s linear;
}

.cat-title {
	color: #fff; 
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cat-descr {
color: #fff; 
opacity: 0.8; 
text-align: center;"
margin-top: 30px;
margin-bottom: 60px;
}

a.cat-btn {
	padding: 12px 20px;
	border: solid 2px #fff;
	color: #fff;
	text-decoration: none;
}

a.cat-btn:hover {
	border: none;
	background: #002633;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	   -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	     -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.about-left {
	border: solid 10px #002633; 
	padding-top: 50px; 
	padding-bottom: 50px; 
	display: block !important;
}
.about-right {
	background: #002633; 
	padding-top: 50px; 
	padding-bottom: 50px;
	display: block !important;
}
.full-row {
	width: 100%; 
	margin: 0;
}
.about-list {
	list-style: none;
	padding-left: 5px;
	margin-top: 50px;
}
.list-title {
	color: #3e3c3c;
	font-size: 26px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	border-left: solid 5px #91005c;
}
.list-title > i {
	margin-right: 7px;
	color: #0295c5;
	font-size: 30px;
	padding-right: 10px; 
	border-right: solid 5px #91005c;
}
.list-descr {
	margin-left: 15px;
	margin-bottom: 30px;
}
.white {
	color: #fff;
}

/*-------------------------------*/
/*    TESTIMONIALS   */
/*-------------------------------*/
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}



#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.data {
	background-color: #0295c5;
	padding: 0;
}
.ziua {
	font-family: 'Anton', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #91005c;
}
.luna{
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	font-family: 'Anton', sans-serif;
	margin-top: 10px;
}
.anul {
	color: #fff;
	text-align: center;
}
a.cta-blog {
	padding: 10px 35px;
	border: solid 2px #0295c5; 
	text-decoration: none;
	margin-top: 60px;

}
a.cta-blog:hover{
	background-color: #0295c5;
	color: #fff;
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	   -moz-transition: background 0.5s linear, color 0.5s linear;
	     -o-transition: background 0.5s linear, color 0.5s linear;
	        transition: background 0.5s linear, color 0.5s linear;
}
.cta-blog > i {
	margin-left: 7px;
}
.articol {
	background-color: #f2f2f2 ;
	margin-top: 30px;
	border-bottom: solid 10px #0295c5;
	padding-bottom: 30px;
}
.burgund {
 	background-color: #91005c;
}
.blue {
	background-color: #0295c5;
}
.follow-us {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.social-list {
	list-style: none;
	padding-left: 5px;
	text-align: center;
	margin-top: 30px;
}
.social-list > li {
	display: inline;
	padding: 5px;
}
.social-list > li  > a {
	text-decoration: none;
	color: #fff;
	font-size: 25px;
}
.footer-list {
	list-style: none;
	padding-left: 5px;
}

.footer-list > li > a {
	text-decoration: none; 
	color: #c7f1ff;
}
.footer-list > li > i {
	color: #0295c5;
}
.footer-list > li > a:hover {
	text-decoration: underline;
}
.footer-bg {
	background-color: #002633;
	padding-top: 30px;
	padding-bottom: 10px;
}
/* ===========================================
   BLOG 
============================================= */
.blog-header-bg {
	background-color: #002633;
	padding-top: 100px;
	padding-bottom: 100px;
}
.blog-bg {
	background-color: #eee;
}
.article-bg {
	background-color: #fff;
	border-top: solid 30px #0295c5;
	border-bottom: solid 30px #0295c5;
	padding: 30px 20px 50px 20px;
}
.sidebar-bg {
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: -1px 18px 40px -2px rgba(86,86,86,1);
	   -moz-box-shadow: -1px 18px 40px -2px rgba(86,86,86,1);
            box-shadow: -1px 18px 40px -2px rgba(86,86,86,1);
}
nav.breadcrumb {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 20px;
	background: #fff;
	border-radius: 0;
}
.breadcrumb-item {
	color: #0295c5;
}
.sidebar-heading-bg {
	background-color: #002633; 
	padding: 15px 5px;
}
.sidebar-heading-text {
	font-size: 18px; 
	text-align: center; 
	color: #fff; 
	line-height: 1em; 
	margin-bottom: 0;
}
.sidebar-content-contact {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-left: 30px;
}
.sidebar-article {
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 7px;
}
.sidebar-content-articles {

	padding-bottom: 30px;
}
.sidebar-list {
	list-style: none;
	padding-left: 0;
}
.sidebar-list > li {
	margin-bottom: 5px;
}
.sidebar-list > li > i {
	color: #91005c;
}
.sidebar-list > li > a {
	color: #0295c5;
}
.sidebar-content-contact > p > i {
	color: #91005c;
}
.sidebar-article > .col-md-8 {
	padding-left: 5px;
}
.sidebar-article > .col-md-4 {
	padding-right: 5px;
}
.blog-list {
	list-style: circle;
	color: #91005c;
	padding-left: 15px;
}
.blog-list > li {
	color: #333;
	font-size: 16px;
}

.gal {
    position:relative;
    overflow:hidden;
}
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 38, 51, 0.5);
    width:100%;
    height:100%;
    padding: 2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}
i.over {
    margin-left: 43%;
    margin-top: 23%;
    font-size: 30px;
    color: #fff;
}
.article-bg > p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.article-bg > h2, h3, h4, h5 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.articol-blog {
	background-color: #ffffff ;
	margin-top: 30px;
	border-bottom: solid 10px #0295c5;
	padding-bottom: 30px;
}

/* ===========================================
  PAGINI PRODUSE (CONTAINERE)
============================================= */

/* ======= CAROUSEL HERE === */
#carousel-custom {
    margin: 20px auto;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space:inherit;
    width: 100%;
    overflow:hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: inline;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-indicators li img {
  height: 52px;
  width: 70px;
}
/*.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    max-width: 70px;
    padding-left: 0;
    position: absolute;
    text-align: center;
    z-index: 15;
}  */
#carousel-custom .carousel-indicators > li{
    display: inline;
}
@media screen and (max-width: 400px){
    .carousel-indicators li img{
        height: 50px;
        width: 42px;
    }    

}

.cta-produs {
	padding: 12px 35px;
	text-decoration: none;
	margin-top: 60px;
	background-color: #0295c5;
	color: #fff;

}
.cta-produs:hover{
	background-color: #91005c;
	color: #fff;
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	   -moz-transition: background 0.5s linear, color 0.5s linear;
	     -o-transition: background 0.5s linear, color 0.5s linear;
	        transition: background 0.5s linear, color 0.5s linear;
}
.cta-produs > i {
	margin-left: 7px;
}

.product-header-bg {
	background-color: #002633;
	padding-top: 60px;
	padding-bottom: 20px;
}
.product-about {
	background-color: #f2f2f2;
	padding: 5px 20px 30px 20px;
	border-bottom: solid 10px #0295c5;
}
.review-title {
	padding: 0px 10px;
	border-bottom: solid 3px #0295c5;
}
.review-title > h5 {
	margin-bottom: 10px;
}
.review-title > h5 > span {
	color: #777;
}
.stars {
	margin-left: 6px;
}
.stars > i {
	color: #fc7d00;
}

.initiala {
	padding: 15px 27px;
	background-color: #0295c5;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	font-family: 'Anton', sans-serif;
}
.verificat {
	font-size: 16px; 
	color: #02c57e;
	cursor: pointer;
}
.titlu-review {
	font-size: 20px;
	margin-top: 40px;
	color: #2a67ac;
	cursor: pointer;
}
.review-i {
	margin-top: 60px; 
	margin-bottom: 30px;
}
.more-reviews {
	text-align: center; 
	font-size: 18px;
}
/*.middle-dot {
	font-size: 16px;
}*/
.dots {
	text-align: center;
	color: #eee;
	
	margin-bottom: 30px;
}
.dots > a {
	text-decoration: none;
	color: #eee;
	font-size: 10px;
}
.add-review {
	text-decoration: none;
	color: #333;
}
.add-review > h5 > i {
	color: #fc7d00;
}
.product-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 10px 1px;
}
.product-borders {
	border-bottom: solid 10px #0295c5;
	border-top: solid 10px #91005c;
	margin-top: 30px;
}
.product-borders:hover {
	border-bottom: solid 10px #91005c;
	border-top: solid 10px #0295c5;
	-webkit-transition: border 1s ease-in-out, color 1s ease-in-out;
	   -moz-transition: border 1s ease-in-out, color 1s ease-in-out;
	     -o-transition: border 1s ease-in-out, color 1s ease-in-out;
	        transition: border 1s ease-in-out, color 1s ease-in-out;
	 cursor: pointer;
}
.product-body {
	padding: 20px 5px 50px 5px;
	background: #f8f8f8;
}

.pret {
	color: #91005c;
	text-align: center;
	font-weight: 600;
}
.product-btn {
	margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}

#no-more-tables th {
	background-color: #0295c5;
	color: #fff;
}
#no-more-tables th:not(:last-child) {
	border-right: solid 1px #4cb2d4;
} 

/* ===========================================
  PAGINI PRODUSE (CONTAINERE)
============================================= */
input[type="text"], input[type="e-mail"] {
	border-radius: 0px;
	border-bottom: solid 1px #4e8091;
	padding: 6px 14px;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	font-size: 16px;
	color: #3f6471;
}

input[type="text"]::placeholder , input[type="e-mail"]::placeholder {
	color: #3f6471;
	font-size: 16px;
}
input[type="text"]:focus , input[type="e-mail"]:focus, textarea#text.form-control:focus {
	-webkit-box-shadow: 0px 4px 5px -3px rgba(2,149,197,0.81);
	   -moz-box-shadow: 0px 4px 5px -3px rgba(2,149,197,0.81);
            box-shadow: 0px 4px 5px -3px rgba(2,149,197,0.81);
}
textarea#text.form-control {
	border-radius: 0px;
	border-bottom: solid 1px #4e8091;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 6px 14px;
	box-shadow: none;
	font-size: 16px;
	color: #3f6471;
}
textarea#text.form-control::placeholder {
	color: #3f6471;
	font-size: 16px;
	text-align: center;
	padding-top: 145px;
}
input.cta-contact {
	padding: 15px 40px;
	text-decoration: none;
	margin-top: 20px;
	background-color: #0295c5;
	color: #fff;
	border: none;	
}
input.cta-contact:hover{
	background-color: #91005c;
	color: #fff;
	-webkit-transition: background 0.5s linear, color 0.5s linear;
	   -moz-transition: background 0.5s linear, color 0.5s linear;
	     -o-transition: background 0.5s linear, color 0.5s linear;
	        transition: background 0.5s linear, color 0.5s linear;
}