@charset "utf-8";
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #34495e;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('/wp-content/themes/_wp/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
#page.site {
    background-color: #fff;
    display: block;
}
html {
    scrollbar-color: #f23801 #0f0b12;
    scrollbar-width: thin;
    -webkit-border-radius: 12px 12px 12px 12px;
border-radius: 12px 12px 12px 12px;
}
/* Links
--------------------------------------------- */
a {
    color: #ec4a31;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    background-color: #ec4a31;
    color: #191919;
    text-decoration: none;
    background-color: transparent;
}
a:visited {
	color: #ec4a31;
}
a:hover,
a:focus,
a:active {
	color: #ec4a31;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
tbody tr td {
    padding: 5px;
    border: 1px solid #f1f1f1;
}
h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}


/*
 Top css
*/

.top {
    background: #2ecc71;
    height: 35px;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 6px 0 0;
    color: #fff;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .top {
        background: #2ecc71;
        height: auto;
        width: 100%;
        display: block;
        position: relative;
        z-index: 999;
        padding: 6px 0 0;
        color: #fff;
        font-size: 15px;
    }

}

p.info-top {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #111;
}
@media only screen and (max-width: 767px) {
    p.info-top {
        text-align: left;
        margin: 0 6px;
        padding: 0;
        color: #111;
    }
}

.contact__info {
    display: block;
    float: left;
}
.contact__info ul {
    list-style-type: none;
    margin: 0 auto;
    width: auto;
    padding: 0;
    text-align:center;
    overflow: hidden;
    background-color: transparent;
}
.contact__info ul li {
    position: relative;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
}
.contact__info ul li a {
    color: #3b5998;
    text-align: center;
    padding: 8px 6px;
    text-decoration: none;
    font-size: 20px;
}
.contact__info ul li p {
    color: #222;
    text-align: center;
    padding: 0 6px;
    text-decoration: none;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .contact__info {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }
    .contact__info ul {
        list-style-type: none;
        margin: 0 auto;
        width: auto;
        padding: 0;
        text-align:center;
        overflow: hidden;
        background-color: transparent;
    }
    .contact__info ul li {
        position: relative;
        display: inline-block;
        line-height: 18px;
        margin: 0;
        padding: 0;
    }
    .contact__info  ul li a {
        color: #222;
        text-align: center;
        padding: 8px 6px;
        text-decoration: none;
    }
    .contact__info  ul li p {
        color: #222;
        text-align: center;
        padding: 0 6px;
        text-decoration: none;
        font-size: 15px;
    }
}

i.far.fa-clock,
i.fas.fa-envelope-square,
i.fas.fa-phone-square {
    font-size: 20px;
}

/*
 -- Header css
*/

.container_1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px;
    display:  block;
    overflow: hidden;
}
.site-branding {
   float: left;
   width: auto;
   margin:  15px auto 0 0;
   padding:0;
}
.site-title {
   color: #191919;
   font-size: 30px;
   font-family: 'Poppins', sans-serif;
}
.site-title a {
    padding: 4px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.site-header {
    padding: 10px 40px;
    margin:0 auto;
    width:100%;
    z-index:9999;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
}
.info-header {
    margin-top: 35px;
    padding: 0;
    display: block;
}
.adresa {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
}
.adresa i.fas.fa-map-marker-alt {
    float: left;
    color: #3794f5;
    font-size: 34px;
    margin: 8px 10px 0 0;
}
.adresa h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.adresa p {
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.program {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}
.program i.far.fa-clock {
    float: left;
    color: #3794f5;
    font-size: 34px;
    margin: 8px 10px 0 0;
}
.program h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.telefon {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}
.telefon i.fas.fa-phone {
    float: left;
    color: #3794f5;
    font-size: 34px;
    margin: 8px 10px 0 0;
}
.telefon h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
#custom_html-4 {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins',sans-serif;
}
.custom-logo-link {
    width: 55px;
    margin: 0 ;
}
.site-description {
    display: none;
}
/*
 Home page css
*/
.home_page_img {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.home_page_img img{
    max-width: 100%;
    height: auto;
}
.info_h {
    position: absolute;
    top:30%;
    background: rgba(0,0,0,0.5);
}
.home_page_img h2 {
    font-size: 35px;
    color:#fff;
    padding: 30px;
}
.home_page_img p {
    font-size: 26px;
    color:#fff;
    padding: 30px;
}
.wpb_text_column {
    display: block;
    margin: 0 auto;
    position: relative;
    font-family: 'Public Sans', sans-serif;
}
.vc_custom_160 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    background-color: rgba(255,255,255,.78) !important;
    *background-color: #fff !important;
    border-radius: 5px !important;
}
.wpb_wrapper {
    text-align: center;
}
.vezi_detalii {
	background: #191919;
	border-radius:6px;
	border:1px solid #444;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: 'Public Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding:10px 30px;
	text-decoration:none;
}
.vezi_detalii:hover {
	background-color: #333333;
}
.vezi_detalii:active {
	position:relative;
	top:1px;
}
.post-home {
    width: 32%;
    float: left;
    margin: 0 1% 0 0 !important;
}
h3.post-title {
    width: 100%;
    margin: 20px 0 10px;
    font-size:16px;
    font-weight: 700;
}
h3.post-title a{
    color: #191919;
}
h3.post-title a:hover{
    color: #FF1D5B;
}

.wp-post-image {
    border:1px solid #ddd !important;
}
.wp-post-image:hover {
    opacity: 0.7;
}


/***
=============================================
    Services Style1 Area Style
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding-bottom: 88px;
    z-index: 1;
}
.services-style1-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.services-style1-area .sec-title.max-width {
    padding-bottom: 93px;
}
.single-solution-style1 {
    position: relative;
    display: block;
}
.single-solution-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-solution-style1 .img-holder::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: rgba(7, 33, 29, 0.85);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;

}
.single-solution-style1:hover .img-holder::after{
    right: 0%;
}
.single-solution-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}
.single-solution-style1:hover .img-holder img {
    transform: translateX(0%) translateY(0px) scale(1.1);
}
.single-solution-style1 .icon-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: rgb(136,196,66);
    background: -moz-linear-gradient(top, rgba(136,196,66,1) 0%, rgba(51,182,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    background: linear-gradient(to bottom, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c442', endColorstr='#33b6a0',GradientType=0 );
}
.single-solution-style1 .icon-holder .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-solution-style1 .icon-holder .inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-solution-style1 .icon-holder span:before{
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}
.single-solution-style1:hover .icon-holder{
    left: -100%;
}

.single-solution-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 35px 30px 25px;
    border-radius: 0 0px 15px 15px;
}
.single-solution-style1 .text-holder h3{
    margin: 0 0 19px;
    font-size: 18px;
}
.single-solution-style1 .text-holder p{
    margin: 0 0 27px;
}
.single-solution-style1 .text-holder .readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    width: 60px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}
.single-solution-style1 .text-holder .readmore a span:before {
    display: block;
    line-height: 58px;
    font-size: 22px;
    color: #323232;
    border-radius: 50%;
}
.single-solution-style1 .text-holder .readmore .overlay-button a{
    position: absolute;
    top: 10px;
    left: -100%;
    right: -100%;
    width: 170px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-size: 13px;
    line-height: 60px;
    font-weight: 500;
    background: #ffffff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    transition-delay: 0.1s;
    opacity: 0;
}
.single-solution-style1:hover .text-holder .readmore .overlay-button a{
    top: -1px;
    opacity: 1;
}
.single-solution-style1 .text-holder .readmore .overlay-button a:hover{
    background: #32b6a1;
    border-color: #32b6a1;
    color: #ffffff;
}

.services-style1-area .services-carousel{
    position: relative;
    display: block;
}
.services-style1-area .services-carousel:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
}
.services-style1-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 1;
}
.services-style1-area .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 25px !important;
}
.services-style1-area .owl-dots .owl-dot{
    background-image:none;
    width: 8px;
    height: 8px;
    margin: 5px 8px;
    border: 2px solid #cecece;
    padding: 0px;
    background: #cecece;
    border-radius:50%;
    transition: all 500ms ease;
    display: inline-block;
}
.services-style1-area .owl-dots .owl-dot span{
    display:none;
}
.services-style1-area .owl-dots .owl-dot.active{
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}
.services-style1-area .owl-dots .owl-dot:hover{
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}

/*
* Video css
*/


@media only screen and (min-width: 92px) and (max-width: 768px) {
    .showcase {
        display: none;
    }
    .mobil {
        background: url("/wp-content/themes/_wp/images/mobil.jpg")no-repeat center;
        width: 100%;
        display: flex;
        padding: 230px 0;
    }

}

.contenthomeblogpost {
	display: flex;
	margin: 0 auto;
	padding: 0;
}
.feaured-image-home {
	width: 32%;
	float: left;
}

.content__post{
	width: 68%;
	float: right;
	display: block;
	padding: 25px;
	background: #191919;
}

@media only screen and (max-width: 1500px) {
	.content__post{
		width: 100%;
		float: left;
		display: block;
		padding: 25px;
		background: #191919;
	}
}

@media only screen and (max-width: 767px) {
	.feaured-image-home{display: none}
	.content__post{
		width: 100%;
		float: none;
		margin: 0 auto;
		display: block;
		padding: 20px;
		background: #191919;
	}
}
.title_home {
	color: #191919;
}

@media only screen and (min-width: 1500px) and (max-width: 3200px) {
  .feaured-image-home {
  	width: 25%;
  	float: left;
  }
  .content__post {
    width: 75%;
    float: right;
    display: block;
    padding: 25px;
    background: #191919;
  }
}

/* 
* PAGES CSS
*/
#blog-post-title-meta-container {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Poppins',sans-serif;
    width: 100%;
    z-index: 10;
    background: #2794DA;
}
@media only screen and (max-width: 768px) {
    #blog-post-title-meta-container {
        padding-top: 80px;
        padding-bottom: 80px;
        font-family: 'Poppins',sans-serif;
        width: 100%;
        z-index: 10;
        background: #2794DA ;
    }
}

#blog-post-title-meta-container .width-container-slt {
    z-index: 99;
}
.width-container-slt {
    width: 1400px;
}
.width-container-slt {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}
h1.blog-page-title {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
    font-family:'Poppins',sans-serif;
    text-transform: uppercase;
}
.single-secondline-post-meta {
    font-family:'Poppins',sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 12px;
    text-align: center;
    letter-spacing: 2px;
}

.populated {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    margin: 0 15px;
    padding: 50px 0;
}
/* 
* Content css 
*/

#content {
width:100%;
max-width:1024px;
background:#e5e5e5;
padding:10px;
position:relative
}

.content-area {
float:left;
width:64.583333333333%
}

#primary {
padding:20px 0;
float:left;
margin:0;
background:transparent;
overflow:hidden;
}
h1.entry-title{
    min-height:30px;
    text-decoration:none;
    font-size: 2rem;
    margin-bottom: .2em;
    line-height: 1.3; 
    color:#555;
}
h2.entry-title {
min-height:30px;
text-decoration:none;
font-size: 2rem;
margin-bottom: .2em;
line-height: 1.3;
}
h2.entry-title a {
text-decoration:none;
color:#555;
font-weight:400;
transition: all .2s linear;
}
h2.entry-title a:hover {
color:red!important;
text-decoration:none
}
h2.featured_title a {
font-family:'Poppins',sans-serif;
font-size:16px;
font-weight:700;
line-height:25px;
color:#333;
text-align:left;
padding:0;
margin:0 0 10px;
overflow:hidden;
text-decoration:none
}

h2.featured_title a:hover {
color:red
}
.edit-link{display: none;}
.entries {
min-height:180px;
background:#191919;
width:98%;
margin:0 0 10px 10px;
padding:10px;
box-sizing:border-box;
position:relative;
display:table-cell;
float:left;
box-shadow:3px 3px 4px #999
}

.clr:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden
}

.clear {
clear:both
}

.blog-content.wf-td,.blog-media.wf-td {
vertical-align:top
}

.wf-td {
display:table-cell;
vertical-align:middle
}
.author-info {
margin:0 auto;
max-width:604px;
padding:30px 0 10px;
text-align:left;
width:100%
}
.author.sidebar .author-info {
max-width:1040px;
padding:30px 376px 10px 60px
}
.single .author-info {
padding:50px 0 0
}

.author-avatar .avatar {
float:left;
margin:0 30px 30px 0
}
.single-format-status .author-description {
color:#f7f5e7
}
.author-description .author-title {
clear:none;
font:300 italic 20px "Source Sans Pro",Helvetica,sans-serif;
margin:0 0 8px
}
.author-link {
color:#ca3c08;
margin-left:2px
}
.author.archive .author-link {
display:none
}

.entry-meta {
width:100%;
float:left;
min-height:28px;
background:none;
padding:2px;
font-family:'Poppins',sans-serif;
font-size:13px;
color:#444;
text-decoration:none
}

.entry-meta a {
text-decoration:none;
color:#444;
font-family:'Poppins',sans-serif;
font-size:13px
}

.entry-meta a:hover {
text-decoration:none;
color:#777;
font-family:'Poppins',sans-serif
}

.post-date {
text-transform:uppercase;
font-family:'Poppins',sans-serif;
background:none;
color:#444;
font-size:13px;
font-weight:400;
padding:1px 4px 4px;
list-style:none;
float:left;
margin:0 0 5px
}

.post-author {
text-transform:uppercase;
font-family:'Poppins',sans-serif;
background:none;
color:#444;
font-size:13px;
font-weight:400;
padding:1px 4px 4px;
list-style:none;
float:left;
margin:0 0 5px
}

.post-category {
text-transform:uppercase;
font-family:'Poppins',sans-serif;
background:none;
color:#444;
font-size:13px;
font-weight:500;
padding:1px 4px 4px;
list-style:none;
float:left;
margin:0 0 5px
}

.post-comment {
text-transform:uppercase;
font-family:'Poppins',sans-serif;
background:none;
color:#444;
font-size:13px;
font-weight:400;
padding:1px 4px 4px;
list-style:none;
float:left;
margin:0 0 5px
}

.entry-footer {
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:300;
color:#777;
}
.cat-links {
margin:0 5px 0 0;
}

.thumbnail-faq {
overflow:hidden;
float:left;
margin-right:15px;
margin-top:5px;
}

.thumbnail-faq img {
max-width:100%;
height:auto;
border:1px solid #ccc;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}

.thumbnail-faq img:hover {
max-width:100%;
opacity:0.7;
-webkit-transform:scale(1.2) rotate(-3deg);
-moz-transform:scale(1.2) rotate(-3deg);
-o-transform:scale(1.2) rotate(-3deg);
-ms-transform:scale(1.2) rotate(-3deg);
}

.moretag {
font-family:'Poppins',sans-serif;
font-size:15px;
font-weight:700;
line-height:20px;
color:#777;
text-align:left;
padding:0;
}
a.moretag {
color:#555!important
}

.entry-footer .tag-links a {
background-color:#767676;
border-radius:0 2px 2px 0;
color:#191919;
display:inline-block;
font-size:11px;
font-weight:700;
line-height:1.2727272727;
margin:2px 4px 2px 10px;
padding:3px 7px;
position:relative;
text-transform:uppercase;
text-decoration:none
}

.entry-footer .tag-links a:hover {
background-color:#09f;
color:#191919;
text-decoration:none
}

.entry-footer .tag-links a:before {
border-top:10px solid transparent;
border-right:8px solid #767676;
border-bottom:10px solid transparent;
content:"";
height:0;
position:absolute;
top:0;
left:-8px;
width:0
}

.entry-footer .tag-links a:hover:before {
border-right-color:#09f
}

.entry-footer .tag-links a:after {
background-color:#191919;
border-radius:50%;
content:"";
height:4px;
position:absolute;
top:8px;
left:-2px;
width:4px
}

footer.entry-meta {
border:1px solid #ccc;
background:#191919;
padding:3px;
margin:0 0 10px;
text-transform:uppercase;
color:#777;
font-family:'Poppins',sans-serif;
font-size:13px;
-webkit-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;                      
}

footer.entry-meta a {
text-transform:uppercase;
text-decoration:none;
color:#777;
font-family:'Poppins',sans-serif;
font-size:13px;
}

footer.entry-meta a:hover {
text-transform:uppercase;
text-decoration:none;
color:#222;
font-family:'Poppins',sans-serif;
font-size:13px;
}

.entry-content {
font-family:'Poppins',sans-serif;
font-size:14px;
margin:5px 0 0!important;
padding: 0;
}
.entry-content p{
    font-family:'Poppins',sans-serif;
    font-size:15px;
    margin:5px 0 0!important;
    padding: 2px;
}
.entry-content a {
text-decoration:none;
color:#09c;
font-family:'Poppins',sans-serif;
font-size:14px;
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-ms-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease
}

.entry-content a:hover {
text-decoration:underline;
color:#EE5656;
font-family:'Poppins',sans-serif;
font-size:14px
}

a.more-link {
font-family:'Poppins',sans-serif;
font-size:14px;
border:1px solid #191919;
box-shadow:0 0 10px 0 #555;
background:#e5e5e5;
padding:2px;
color:#222;
text-decoration:none;
-webkit-border-radius:3px;
border-radius:3px
}

#secondary {
background:transparent;
overflow:hidden;
margin:0;
padding:0;
}

.site-content .widget-area {
float:right;
width:32.25%
}

.widget-title {
font-family:'Poppins',sans-serif;
font-size:16px;
font-weight:700;
margin-bottom:10px;
color:#191919;
padding:5px;
}

.widget-title a {
color:#191919
}

.widget-area .widget-title a:hover {
color:#117bb8
}

.widget-area {
padding-top:41px
}

.widget-area img {
margin:3px 5px 3px 0;
float:left;
padding:5px
}

.widget {
list-style:none;
width:100%;
padding:0;
background:transparent;
margin:0 0 10px;
}

.widget-area .widget ul {
font-size:13px;
font-family:'Poppins',sans-serif;
list-style:none;
margin-left:0
}

.widget-area .widget ul li {
font-size:13px;
font-family:'Poppins',sans-serif;
padding-bottom:5px;
color:#222
}

.widget-area .widget ul li a {
color:#222;
text-decoration:none
}

.widget-area .widget ul li a:hover {
color:#09f;
background:#ddd
}

.widget-area .widget_recent_entries .post-date {
color:#777
}

.widget-area .widget_twitter a {
color:#3a3a3a;
text-decoration:none
}

.widget-area .widget_twitter a:hover {
color:#117bb8
}

.widget-area .widget_twitter .timesince {
color:#aaa
}

.widget-area .widget_twitter .tweets li {
padding:20px 0;
border-bottom:solid 1px #f7f7f7
}

.widget-area .widget_twitter .tweets li:last-child {
border-bottom:none
}

.widget.widget_calendar table {
margin-bottom:20px
}

.widget.widget_calendar th,.widget.widget_calendar td {
font-size:12px;
padding:3px;
border-bottom:solid 1px #ddd
}

.widget.widget_calendar tr:hover td {
background:#f7f7f7
}

.widget.widget_calendar #today {
font-weight:700
}

.widget_recent_entries .entry-thumbnail,
.widget_recent_entries .entry-thumbnail img {
float:left
}

.widget.widget_text {
font-size:14px;
color:#fff;
font-family:'Poppins',sans-serif;
padding:0;
}

.textwidget {
font-size:14px;
font-family:Poppins,sans-serif
}

.widget .tagcloud {
padding:0 0 20px;
text-align:left
}

.comments-title {
margin-bottom:48px;
margin-bottom:3.428571429rem;
font-size:16px;
font-size:1.142857143rem;
line-height:1.5;
font-weight:400
}

.comment-content {
color:#333;
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:300
}

.comment-metadata {
color:#555;
font-family:'Poppins',sans-serif;
font-size:12px;
font-weight:300
}

ol.comment-list {
list-style:none
}

.comments-area {
float:left;
padding:0 10px
}

.comments-area article {
padding:5px;
background:#191919;
border:1px solid #ccc;
margin:24px 0;
margin:1.714285714rem 0
}

.comments-area article header {
margin:0 0 48px;
margin:0 0 3.428571429rem;
overflow:hidden;
position:relative
}

.comments-area article header img {
float:left;
padding:0;
line-height:0
}

.comments-area article header cite,.comments-area article header time {
display:block;
margin-left:85px;
margin-left:6.071428571rem
}

.comments-area article header cite {
font-style:normal;
font-size:15px;
font-size:1.071428571rem;
line-height:1.42857143
}

.comments-area cite b {
font-weight:300
}

.comments-area article header time {
line-height:1.714285714;
text-decoration:none;
font-size:12px;
font-size:.857142857rem;
color:#5e5e5e
}

.comments-area article header a {
text-decoration:none;
color:#5e5e5e
}

.comments-area article header a:hover {
color:#21759b
}

.comments-area article header cite a {
color:#444
}

.comments-area article header cite a:hover {
text-decoration:underline
}

.comments-area article header h4 {
position:absolute;
top:0;
right:0;
padding:6px 12px;
padding:.428571429rem .857142857rem;
font-size:12px;
font-size:.857142857rem;
font-weight:400;
color:#191919;
background-color:#0088d0;
background-repeat:repeat-x;
background-image:-moz-linear-gradient(top,#009cee,#0088d0);
background-image:-ms-linear-gradient(top,#009cee,#0088d0);
background-image:-webkit-linear-gradient(top,#009cee,#0088d0);
background-image:-o-linear-gradient(top,#009cee,#0088d0);
background-image:linear-gradient(top,#009cee,#0088d0);
border-radius:3px;
border:1px solid #007cbd
}

.comments-area .bypostauthor cite span {
position:absolute;
margin-left:5px;
margin-left:.357142857rem;
padding:2px 5px;
padding:.142857143rem .357142857rem;
font-size:10px;
font-size:.714285714rem
}

.comments-area .bypostauthor cite b {
font-weight:700
}

a.comment-reply-link,a.comment-edit-link {
color:#686868;
font-size:13px;
font-size:.928571429rem;
line-height:1.846153846
}

a.comment-reply-link:hover,a.comment-edit-link:hover {
color:#21759b
}

.commentlist .pingback {
line-height:1.714285714;
margin-bottom:24px;
margin-bottom:1.714285714rem
}

#respond {
margin-top:48px;
margin-top:3.428571429rem
}

#respond h3 #reply-title {
padding:0 0 0 10px;
font-size:14px;
line-height:22px
}

#respond h3 #reply-title #cancel-comment-reply-link {
margin-left:10px;
margin-left:.714285714rem;
font-weight:300;
font-size:12px;
font-size:.857142857rem
}

#respond form {
margin:24px 0 0 10px
}

#respond form p {
margin:11px 0;
margin:.785714286rem 0
}

#respond form p.logged-in-as {
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:300;
color:#555;
margin-bottom:24px;
margin-bottom:1.714285714rem
}

#commentform .comment-form-author,#commentform .comment-form-email,#commentform .comment-form-url {
float:left;
width:100%
}

label {
width:95%;
font-family:'Poppins',sans-serif;
font-size:16px;
font-weight:300;
color:#777;
float:left;
margin:3px 10px 0 0 !important
}

#respond form textarea {
-moz-box-sizing:border-box;
box-sizing:border-box;
font-size:14px;
font-family:Poppins,'sans-serif';
font-size:1.3rem;
line-height:1.714285714;
padding:10px;
padding:.714285714rem;
width:550px;
float:left;
margin:0 0 0 1px;
box-shadow:0 10px 10px -8px #ccc
}

#respond form input[type="text"]:focus {
background:#dbdbdb;
box-shadow:0 0 10px 0 #aaa;
border:1px solid #191919
}

#respond form textarea:focus {
-moz-box-sizing:border-box;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:300;
line-height:1.714285714;
padding:10px;
padding:.714285714rem;
background:#dbdbdb;
box-shadow:0 0 10px 0 #888;
border:1px solid #191919
}

#respond form p.form-allowed-tags {
margin:0;
font-size:12px;
font-size:.857142857rem;
line-height:2;
color:#5e5e5e
}
.required {
color:red
}
.comment-content a {
word-wrap:break-word
}

.bypostauthor {
background:none
}

.fn {
margin:0
}
.reply {
font-weight:700;
font-size:13px;
float:right;
margin:-10px 5px 10px 0;
text-align:center;
background-color:#777;
border:1px solid #444;
padding:0;
width:50px;
height:26px;
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-ms-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease
}
.reply:hover {
-webkit-border-radius:4px;
border-radius:4px;
font-size:13px;
float:right;
margin:-10px 5px 10px 0;
text-align:center;
background-color:#454545;
border:1px solid #191919;
padding:0;
width:50px;
height:26px
}
.reply a {
font-size:13px;
color:#191919
}

.reply a:hover {
font-size:13px;
color:#191919
}

h2.comments-title {
text-align:center;
color:#555;
font-size:18px;
font-family:'Poppins',sans-serif
}

ul.children {
color:#555;
font-size:13px;
width:92%;
padding:3px
}

.form-allowed-tags {
display:none
}

.tags {
font-size:12px;
font-weight:400;
font-family:'Poppins',verdana,arial
}

.tags a {
font-weight:400;
font-size:12px
}

.comment-reply-title {
font-family:'Poppins',sans-serif;
font-size:14px;
color:#555;
text-align:left;
padding:0 0 0 10px
}

.logged-in-as {
font-family:'Poppins',sans-serif;
font-size:14px;
color:#555
}

#submit {
display:inline-block;
background:#83a01c;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b6d14c),color-stop(100%,#83a01c));
background:-moz-linear-gradient(center top,#b6d14c 0%,#83a01c 100%);
-webkit-box-shadow:0 1px 0 0 #d1f25a inset,0 -1px 0 0 #99bc27 inset,1px 2px 5px 0 #c9c9c9;
-moz-box-shadow:0 1px 0 0 #d1f25a inset,0 -1px 0 0 #99bc27 inset,1px 2px 5px 0 #c9c9c9;
box-shadow:0 1px 0 0 #d1f25a inset,0 -1px 0 0 #99bc27 inset,1px 2px 5px 0 #c9c9c9;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
text-shadow:1px 1px 0 #648018;
padding:12px 22px;
display:block;
border-color:#97b134;
border-width:1px;
border-style:solid;
font-family:'Lucida Grande',arial;
font-size:15px;
color:#191919;
font-weight:700;
text-transform:uppercase;
float:left;
margin:20px 0
}

#submit:hover {
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bbda4c),color-stop(100%,#84a01d));
background:-moz-linear-gradient(center top,#bbda4c 0%,#84a01d 100%);
text-shadow:4px 1px 5px #999;
box-shadow:0 0 10px 0 #999;
border:1px solid #222
}

#submit:active {
background:#84a01d;
-webkit-box-shadow:0 2px 5px 0 #59691b inset;
-moz-box-shadow:0 2px 5px 0 #59691b inset;
box-shadow:0 2px 5px 0 #59691b inset;
text-shadow:0 0 2px #242e07;
border-color:#5c6b2f
}

[class*="navigation"] .nav-previous a {
color:#585858;
text-decoration:none;
float:left;
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:400;
line-height:20px;
text-decoration:none;
padding:0;
margin:0
}

[class*="navigation"] .nav-next a {
float:right;
color:#585858;
text-decoration:none;
float:left;
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:400;
line-height:20px;
text-decoration:none;
padding:0;
margin:0
}

#button {
text-align:center;
display:inline-block;
background:transparent;
font-family:'Poppins',sans-serif;
font-size:13px;
height:22px;
width:13%;
color:#595959;
font-weight:700;
margin:0 auto
}

#button a {
color:#595959
}

#button a:hover {
color:#444
}

#button:hover {
background:transparent;
color:#191919
}

#button:active {
background:#e6e6e6
}
.search-submit.btn.btn-default {
display: none;
}
ul.popular-post {
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:400;
line-height:20px;
color:#333;
display:inline-block;
margin:20px 0!important;
padding:7px;
position:relative;
text-align:left!important;
vertical-align:top;
width:98%;
float:left;
background:transparent
}

.popular-post li {
display:inline-block;
margin:20px 0!important;
padding:0;
position:relative;
text-align:left!important;
vertical-align:top;
width:98%
}

.read-more {
font-family:'Poppins',sans-serif;
font-size:13px;
font-weight:300;
line-height:20px;
color:#888!important;
text-decoration:none;
text-align:left;
padding:0
}
.textwidget p {
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 400; 
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color:transparent;
text-align: center;
display: block;
font-size: 14px;
}
.breadcrumb a {
color: #ccc;
text-decoration: none;
font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {display: none}
}


.quantity,
button.single_add_to_cart_button {
    display: none!important;
}
.site-main-woocommerce {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
}
.woocommerce-breadcrumb {
    text-align: left;
    padding: 20px 0;
}
div.woocommerce-tabs.wc-tabs-wrapper {
    display: block;
    float: left;
    width: 100%;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #f1f1f1;
}
h1.product_title .entry-title{
    font-family: 'Poppins',sans-serif;
    font-size: 26px;
}
.nuante {
    display: block;
    position: relative;
    padding: 10px 0 5px 0;;
    margin: 12px 0;
    font-size: 18px;
}
.general__color {
    display: flex;
}

.color__unu{
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px 0 0;
}
.color__doi{
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px 0 0;
}
.color__trei {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.color__patru {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.color__cinci {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.color__sase {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.color__sapte {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.color__opt {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.comanda__telefonic {
    background: red;
    color: white;
    padding: 10px;
    margin: 12px 0;
    text-align: center;
    border: 1px solid #bbb;
}
.comanda__telefonic a {
    color: white;
}
.comanda__email {
    color: #111;
    padding: 0;
    margin: 12px 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.in_stoc {
    color: green;
    padding: 10px;
    margin: 12px 0;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
}
p.form-submit {
    float: left;
}
.summary {
    margin: 1.5em 0 0;
    float:right;
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        position: relative;
        float: left;
        width: 50%;
    }
    .summary {
        margin: 1.5em 0 0;
        float:left;
        width: 100%;
    }
}
.price {
    display: block;
    margin-bottom: 20px;
}


/**
* Footer css
*/
footer.site-footer {
    width: 100%;
    padding: 50px 0 50px 0;
    background: #191919;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
footer.site-footer {
    color: #7c7c7c;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.container_1400_footer {
    max-width:1400px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
}
h4.widget-title-footer {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    border-bottom: 1px solid #32b6a1;
}
.site-footer {
    color: #7c7c7c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.footer-widget-full {
    max-width:1024px;
    width:100%;
    float:left;
    margin:10px 0;
    padding:0;
}
.footer-box a {
 color:#333;
 text-decoration:none
}
.footer-box.remove-margin {
 margin-right:0
}
.footer-widget {
  margin-bottom:4%
}
.footer-widget h4 {
    font-size:16px;
    color:#191919;
    margin:0 0 30px
}
ul#menu-footer-meniu li a {
    color: #fff;
    font-size: 16px;
}
i.fa.fa-envelope,
i.fa.fa-phone-square,
i.fa.fa-clock-o
{
    color: #0AB817;
    font-size: 18px;
}


#copyright-text {
    background-color: #222;
    text-align: center;
    text-transform: none;
    float: left;
    padding: 18px 0 15px 0;
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
}
#copyright-text a {
    text-align:center;
    padding:0;
    text-decoration:none;
    font-size:13px;
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-weight:400;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#copyright-text a:hover {
    color: #0AB817;
}
a.go-top {
font-weight:800;
padding:5px;
position:fixed;
text-align:right;
font-size:13px;
color:#191919!important;
background:#232323;
bottom:4px;
right:4px;
text-decoration:none
}

a.go-top:hover {
font-weight:800;
text-decoration:none;
color:#191919;
background:#1081c5
}
