/*
 Theme Name:   Leader Bootstrap
 Theme URI:    http://leadpro.ro/
 Description:  Leader Responsive Theme
 Author:       Leadpro
 Author URI:   http://leadpro.ro
 Template:     boot_strap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Bootstrap
*/

@media only screen and (max-width: 768px) {
  /* Codul tău pentru mobil aici */

  .alignright {
    display: block;
    float:none;
  }
}
.content-area{
  overflow: hidden;
}
.productbox {
    background-color:#ffffff;
  padding:10px;
  margin-bottom:10px;
  -webkit-box-shadow: 0 8px 6px -6px  #999;
     -moz-box-shadow: 0 8px 6px -6px  #999;
          box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
  padding:5px 0 5px 0;
  font-size:1.4em;
}

.productprice {
  border-top:1px solid #dadada;
  padding-top:5px;
}

.pricetext {
  font-weight:bold;
  font-size:1.4em;
}

/* =Main, Homepage
-------------------------------------------------------------- */
.main {
  background-color: #fff;
}
section.call_to_action {
  text-align: center;
  padding: 35px 0 45px 0;
}
section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}
section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
section.features_teasers_wrapper {
  margin: 35px 0 45px 0;
}
section.features_teasers_wrapper .feature_teaser {
  text-align: center;
}
section.features_teasers_wrapper .feature_teaser h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  word-spacing: 1px;
}
.section_header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: solid 1px #cccccc;
  margin: 0 0 26px;
  padding: 0 0 16px 0;
  clear: both;
}
.section_header.centered {
  text-align: center !important;
}
.section_header.noborder {
  border: none !important;
}
.section_header.fancy {
  position: relative;
  font-size: 28px;
  line-height: 26px;
  text-align: left;
  text-transform: none;
  padding: 36px 0 16px 0;
  margin: 0 0 26px 0;
  font-weight: 700;
}
.section_header.fancy small {
  clear: both;
  display: block;
  text-transform: none;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 300;
}
.section_header.elegant {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 36px 0 16px 0;
  margin: 0 0 26px 0;
  font-weight: 300;
  border-bottom: solid 1px #cccccc;
}
.section_header.elegant small {
  clear: both;
  display: inline-block;
  text-transform: none;
  font-size: 12px;
  padding: 0px 0 8px 10px;
  text-transform: uppercase;
}
.section_header.skincolored {
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 30px 0 16px 0;
  margin: 0 0 16px 0;
  font-weight: 300;
  border-bottom: solid 1px #cccccc;
  color: #428bca;
}
.section_header.skincolored small {
  display: inline-block;
  text-transform: none;
  font-size: 14px;
  padding: 0 10px;
}
.section_header.skininverted {
  display: block;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 16px 0px;
  margin: 0 0 0px 0;
  font-weight: 300;
  border-bottom: solid 0px #cccccc;
  color: #555555;
  clear: both;
}
.section_header.skininverted small {
  background: #428bca;
  background-color: rgba(66, 139, 202, 0.6);
  display: block;
  clear: both;
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
  padding: 10px;
  margin-top: 5px;
}
section.clients_section .clients_list {
  text-align: center;
}
section.clients_section .clients_list a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
section.clients_section .clients_list a:hover {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -webkit-transform: rotateY(360deg);
  /* Opera, Chrome, and Safari */
}
/* =Portfolio Page elements
-------------------------------------------------------------- */

.portfolio_item {
  text-align: center;
  padding: 0px;
  height: 320px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.product .portfolio_item {
  height:342px;
}

.portfolio_item a:hover figcaption h2 {
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  color: #fff;
}
.portfolio_item a:hover figcaption .myexcerpt{
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition: opacity 0s, transform 0.3s;
  transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  color: #fff;
  font-weight: 400;
}
.portfolio_item a:hover figure .view_button {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.portfolio_item figure {
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0px;
  background: #fff;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: solid 0px #fff;
}
.portfolio_item figure svg {
  position: absolute;
  top: -1px;
  /* fixes rendering issue in FF */
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.portfolio_item figure svg path {
  fill: #000;
  fill-opacity: 0.5;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.portfolio_item figure figcaption {
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.portfolio_item figure figcaption h2 {
  margin: 0px 0 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: transform 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
}
.portfolio_item figure figcaption .myexcerpt{
  padding: 10px 20px;
  color: #aaa;
  font-weight: 300;
  font-size: 13px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  opacity: 0;
}
.portfolio_item figure figcaption p.safari {
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio_item figure figcaption .view_button {
  position: absolute;
  padding: 4px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: -webkit-opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: #428bca;
  color: #fff;
  font-weight: 300;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
}
.portfolio_item .portfolio_description {
  padding: 20px 0 14px 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.portfolio_item .portfolio_description h3 {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  height:42px;
}
.portfolio_item .portfolio_description p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.portfolio_masonry .portfolio_item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 24px;
}
.portfolio_masonry .portfolio_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio_masonry .portfolio_item a img {
  border-radius: 6px;
  max-width: 100%;
}
.portfolio_masonry .portfolio_item a .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  top: 0px;
  left: 0px;
}
.portfolio_masonry .portfolio_item a .overlay .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 35%;
  margin: auto;
}
.portfolio_masonry .portfolio_item a .overlay h3 {
  font-size: 20px;
  line-height: 22px;
}
.portfolio_masonry .portfolio_item a .overlay i {
  background: url(images/backgrounds/wild_oliva__light.png);
  border-radius: 50%;
  padding: 10px;
  line-height: 33px;
  height: 60px;
  width: 60px;
  border: solid 5px;
  font-size: 24px;
}
.portfolio_masonry .portfolio_item a:hover .overlay {
  color: #fff;
  text-decoration: none;
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
}
.portfolio_slider_wrapper {
  padding: 0px 0;
}
.portfolio_slider_wrapper #portfolio_slider .container a {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio_slider_wrapper #carousel {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.portfolio_slider_wrapper #carousel ul.slides li {
  height: 140px;
  overflow: hidden;
  margin-right: 10px;
}
.portfolio_details h2.fancy.section_header {
  text-align: left;
}
.rating {
  display: inline-block;
  width: 95px;
  height: 21px;
  position: relative;
  left: 3px;
  top: 5px;
  background: url(images/portfolio/rating_stars.png);
}
.rating.r0 {
  background-position: 0 240px;
}
.rating.r1 {
  background-position: 0 218px;
}
.rating.r2 {
  background-position: 0 195px;
}
.rating.r3 {
  background-position: 0 174px;
}
.rating.r4 {
  background-position: 0 152px;
}
.rating.r5 {
  background-position: 0 130px;
}
.rating.r6 {
  background-position: 0 107px;
}
.rating.r7 {
  background-position: 0 86px;
}
.rating.r8 {
  background-position: 0 63px;
}
.rating.r9 {
  background-position: 0 42px;
}
.rating.r10 {
  background-position: 0 20px;
}
/* =Blog Page elements
-------------------------------------------------------------- */
#primary.full-width, .full .content-area{
  padding: 0;
}
.full {
  overflow: hidden;
}
article.post {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: dashed 1px #cccccc;
}
article.post .post_header h3.post_title {
  line-height: 1.2em;
}
article.post .post_content figure {
  max-height: 400px;
  overflow: hidden;
}
article.post .post_content figure img {
  max-width: 100%;
}
article.post .post_content .btn {
  margin-top: 10px;
}
#post_comments {
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  border-bottom: dashed 1px #cccccc;
}
#post_comments .comment {
  padding: 10px 0;
}
#post_comments .comment .comment_name {
  font-weight: 600;
  padding-top: 10px;
}
#post_comments .comment .comment_name a.reply {
  font-size: 12px;
  padding: 0 6px;
}
#post_comments .comment .comment_date {
  font-size: 12px;
}
/* nav */
/* meniu nou*/


.widget_taxonomy ul li,.widget_recent_entries_custom ul li {
margin:0;
padding:0;
border:none;
}

.widget_taxonomy ul li a,.widget_recent_entries_custom ul li a{
display:block;
padding-left: 10px;
}

.meniu ul, .meniu ,.widget_recent_entries_custom ul{
margin: 0;
padding: 0;

}

.meniu ul  ul, .widget_recent_entries_custom ul{

/*background:white;*/

}

.meniu ul li a{
/*border-top: 1px dotted;*/
}

.meniu ul li a{

padding-left: 30px;
line-height: 36px;
font-size: 12px;
font-weight: bold;

}

.meniu ul ul li a{

padding-left: 60px;
font-size:12px;
font-weight: normal;
line-height:200%;
}

.widget_taxonomy>ul>li>a,.widget_recent_entries_custom>ul>li>a {

/*border-top: 1px dotted;*/
line-height: 30px;
padding: 6px 10px;
}

.meniu >li>a:hover{
/*color:yellow;*/

}

.meniu > li > a {
font-weight: normal;
padding: 6px 10px;
display: block;
font-size: 17px;
}

.meniu li, .widget_recent_entries_custom li {
 list-style:none;
}

.widget_taxonomy ul {
 /*display:none;*/
}

.deschis>ul,.meniu {
 display:block !important;
}

.deschis > a {color:#333;}

.meniu > .deschis > a {font-weight:bold;}


/* end meniu vertical */

/* =Service Page elements
-------------------------------------------------------------- */
.service_teaser {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  margin: 0 0 60px 0px;
  /*background-color: #ffffff;*/
  clear:both;
}
.service_teaser .service_photo figure {
  border-radius: 6px 0 0 6px;
  min-height: 200px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-right: solid 1px #cccccc;
  margin: 0;
}
.service_teaser .service_details {
  /*background-color: #ffffff;*/
  min-height: 200px;
  padding: 0 20px;
}
.service_teaser .service_details p {
  font-weight: 300;
}
.service_teaser.right {
  border-radius: 0 6px 6px 0;
  text-align: right !important;
}
.service_teaser.right h2 {
  text-align: right !important;
}
.service_teaser.right .service_photo figure {
  border-radius: 0 6px 6px 0;
  border-right: solid 0px #cccccc;
  border-left: solid 1px #cccccc;
}
.service_teaser.inverted {
  border-radius: 6px 6px 6px 6px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #cccccc;
}
.service_teaser.inverted .service_details {
  background-color: transparent;
}
.service_teaser.inverted .service_details h2 {
  color: #cccccc;
}
.service_teaser.inverted .service_details h2 small {
  color: #cccccc;
}
.service_teaser.inverted .service_details p {
  font-weight: 300;
}
.service_teaser.elegant {
  border-radius: 6px 6px 6px 6px;
  background-color: #ffffff;
}
.service_teaser.elegant .service_details {
  background-color: #ffffff;
  padding-right: 160px;
}
.service_teaser.elegant .service_details p {
  font-weight: 300;
}
.service_teaser.elegant .service_photo figure {
  border-radius: 50%;
  margin: 0 40px 0 120px;
}
.service_teaser.vertical {
  border-radius: 6px 6px 6px 6px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
  margin: 0 0 20px 0px;
}
.service_teaser.vertical h2 {
  text-align: left;
}
.service_teaser.vertical h2 small {
  padding: 0;
  display: block;
  padding: 10px 0;
}
.service_teaser.vertical .service_photo figure {
  border-radius: 6px 6px 0 0;
  min-height: 229px;
  border-right: none 0px #cccccc;
  border-left: none 0px #cccccc;
}
.service_teaser.vertical .service_details {
  background-color: #ffffff;
  height: auto;
  padding: 0 20px 20px 20px;
}
.service_teaser.vertical .service_details p {
  font-weight: 300;
  margin-bottom: 20px;
}
.service_teaser.vertical.elegant {
  border: solid 0px #e7e7e7;
}
.service_teaser.vertical.elegant .service_photo figure {
  border-radius: 50%;
  margin: 0 40px 0 100px;
}
/* =Header
-------------------------------------------------------------- */
header {
  /*background: none #fff;*/
  border-bottom: solid 1px #cccccc;
}
header .container {
  position: relative;
}
.top_bar {
  background-color: #428bca;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  padding: 0px 0;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.top_bar .tob_bar_right_col {
  text-align: right;
}
.top_bar .tob_bar_right_col p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 38px;
}
.top_bar ul.top_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_bar ul.top_menu li {
  float: left;
  border-right: solid 0px #cfcfcf;
}
.top_bar ul.top_menu li:last-child {
  border-right: solid 0px #ffffff;
}
.top_bar ul.top_menu li a {
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
}
.top_bar ul.top_menu li a:link,
.top_bar ul.top_menu li a:visited {
  color: #ffffff;
  border-bottom: solid 1px #428bca;
}
.top_bar ul.top_menu li a:hover,
.top_bar ul.top_menu li a:active {
  border-bottom: solid 1px yellow;
}
.navbar {
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0px;
}
.navbar a.navbar-brand {
  margin: 0px 0;
  padding: 0px;
  overflow: visible;
  width: 315px;
  height: auto;
}
.navbar a.navbar-brand img {
  float: left;
  margin: 0 6px 0 0;
 
}
.navbar a.navbar-brand span.logo_title {
  font-size: 36px;
  font-weight: 300;
  display: block;
  padding: 10px 0 0px 0;
  line-height: 42px;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar a.navbar-brand span.logo_subtitle {
  font-size: 13px;
  font-weight: 300;
  display: block;
  text-shadow: 1px 1px 0px #ffffff;
}
.navbar .nav {
  margin: 27px 0 0 0;
}
.navbar .nav li a {
  margin: 0 3px;
  text-transform: uppercase;
  background-color: transparent !important;
  border-bottom: solid 1px transparent;
}
.navbar .nav li a:hover,
.navbar .nav li a:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #333333;
}
.lt-ie9 .navbar .nav li a {
  margin: 0px;
  padding: 10px;
  font-size: 14px;
}
.lt-ie9 .navbar .nav .dropdown-menu > li > a {
  padding: 3px 20px;
}
.navbar .btn-navbar {
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 0;
}
.navbar .btn-navbar span.nb_left {
  padding: 5px;
}
.navbar .btn-navbar span.nb_right {
  font-weight: bold;
  font-size: 18px;
  color: #555555;
  text-shadow: 1px 1px 0 #FFFFFF;
  padding: 0 4px 4px 4px;
}
.in ul.nav {
  width: 100%;
  margin: 0;
  background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.in ul.nav li {
  text-align: center;
}
.in ul.nav li a {
  margin: 0 0 6px 0px;
}
.in ul.nav li a:hover,
.in ul.nav li a:active {
  color: #428bca;
  text-shadow: 0px 0px 0 transparent;
  border-bottom: solid 0px #428bca;
}
.in ul.nav li.active a,
.in ul.nav li.active a:hover {
  color: #fff;
  text-shadow: 0px 0px 0 transparent;
  border-bottom: solid 0px #428bca;
}
#social_media_wrapper {
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
#sign {
  position: absolute;
  top: 7px;
  right: 150px;
  font-size: 12px;
  z-index: 101;
  height: 50px;
  line-height: 40px;
  padding-right: 10px;
}
#sign i {
  font-size: 18px;
  padding: 0 6px;
  display: inline-block;
  color: #777777;
}

/* Flex Slider css *****************************************************************************************************************
********************************************************************************************************************************/ 
.carousel{
  margin-bottom:40px;
}

.carousel-inner img{
  width:100%;
}
.carousel-caption{
  top:40%;
}
.carousel-control .fa .fa-chevron-left{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-text h1 {
  margin: 0 0 0px 0;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.4em;
  background:rgba(0,0,0,0.6);
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}

.carousel-text .enigma_blog_read_btn{
  font-size: 25px;
  color:#fff;
  display:inline-block;
  transition: all 0.4s ease 0s;
  padding:10px 10px 10px 10px ;
  -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
  margin-bottom:20px;
  box-shadow:0px !important;
}

.carousel-list li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding:10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height:23px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);

}
.carousel-list li:nth-child(1) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}
.carousel-list li:nth-child(2) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.carousel-list li:nth-child(3) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -ms-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s;
}

.carousel-list li {
  background:rgba(49, 162, 221, 0.8);
}
.carousel-list li p{
margin:0;display:inline;
}

.enigma_blog_read_btn{
  border: 2px solid #31A3DD;
  background-size: 100% 200%;
  background-color:#31A3DD;
    background-image: linear-gradient(to bottom, #31A3DD 50%, #fff 50%);
   }
.enigma_blog_read_btn i {
  margin-right:5px;
}
.enigma_blog_read_btn:hover{
  background-position: 0 -100%;
  background-color:#ffffff;
  color: #31A3DD;
}
.enigma_blog_read_btn a{color:#ffffff;}



/* misc */
.mycart {
  text-align: left;
}
.pret{
  line-height: 30px;
  font-weight: bold;
}
.myexcerpt{
  background: rgba(0, 0, 0, 0.5);
}
.page-header{
  margin-top: 0;
}
#secondary h3{
  margin: 26px 0;
}
.item{
  background-position: center;
  background-size: cover;
}
.wpus-cart-button-form input {
  display:inline;
  margin-left:10px;
}
.wpus-cart-button-form input[type="text"] { 
  width:60px !important;
}

.wpus-cart-button-form .btn{
  margin-left:15px;
}
.navbar-collapse {
  padding-right: 0;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}


.feature_teaser {
  text-align: center;
}
.feature_teaser h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  word-spacing: 1px;
}
/* my filter css */
.myfilter {
  margin-bottom: 10px;
  overflow: hidden;
}
.myfilter span{
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
main .myfilter span{
  width:23%;
  float:left;
  margin:5px 1%;
}

.fsubmit{
  text-align: center;
  overflow: hidden;
  clear: both;
}

.fsubmit .btn{
  margin-top: 10px;
}

.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}
#phone{float:left;}

#phone a{
  width:auto;
  background: none;
  border-radius: 0;
  color:white;
  padding-top: 3px;
}

.feature_teaser p{
  margin: 0 0 40px;
}

/* change the menu colapse width it's set to 1000px curently*/
@media (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }

    }

@media (min-width: 991px){
  #page .navbar .nav {
      bottom: 0;
      position: absolute;
      right: 0;
  }
}

@media (max-width: 991px) {

        body  #page .navbar .nav {
            padding:0 !important;
            margin:0 !important;
        }
        body .srcbtn {
            display:none;
        }
}

.navbar .btn-navbar span.nb_right{
  display:none;
}

.navbar .btn-navbar {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 50px;
    font-size: 30px;
    padding: 0 8px;
    color: white;
    background-color: black;
    border: none;
}

.navbar .btn-navbar:hover {
  background-color:lightgreen;
}

nav.paging-navigation{
  clear:both;
}

footer .menu, footer .menu li{
  display: inline;
  margin:0;
  padding:0;
}

footer .menu li a{
  padding:0 10px;
}

body {
  padding-bottom: 0px;
}

@media (min-width: 1500px){
.container {
    width: 1360px;
}
}

#top-bar {
  text-align: right;
  background-color:black;
  color:white;
}
#top-bar a{
  color:white;
  display: inline-block;
  padding:0 18px;
  border-left: solid 1px rgba(255,255,255,0.3);
  line-height: 36px;
  text-align: center;
}
#top-bar .last-item{
  border-right: solid 1px rgba(255,255,255,0.3);
}
#top-bar a i{
  font-size: 1.47em;
  position: relative;
    bottom: -2px;
}

#top-bar a i.fa-search{
    font-size: 1em;
    padding-right: 4px;
    padding-left: 10px;
    bottom: 0;
}

#top-bar ul,#top-bar li,#top-bar .menu-top-menu-container{
  display: inline;
  padding:0;
  margin:0;
}
#collapseOne{
  background-color:gray;
}

#collapseOne label,#collapseOne .form-control, #collapseOne button{
  display: inline;
  float:none;
}
#collapseOne .search-form{
  padding:10px 0;
  text-align: center;
}

#collapseOne .form-control{
  width:70%;
}

#collapseOne button{
  width:15%;
  margin-left: 20px;
}

#collapseOne .form-control, #collapseOne button{
  border-radius: 4px;
  height:40px;
  border:none;
}

#collapseOne .form-control{
  background-color: rgba(255,255,255,0.5);
  color:black;
}

#collapseOne button{
  background-color: rgba(0,0,0,0.5);
  color:white;
}
/* visual composer stuff */

.wpb_wrapper h1 {
  font-size: 24px;
}

.umbra{
  text-shadow:0 0 3px black,0 0 6px black,0 0 9px black;
}

/* product carousel */

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/* end product carousel*/

body .defilare .carousel-inner,body .defilare .carousel, body .defilare .carousel .item {
  height:auto;
  background:none;
}


@media (max-width: 768px){

  .container>.navbar-header {

    margin:0 15px;

  }

  body .navbar a.navbar-brand img {

    max-height: 45px !important;

  }

  .navbar a.navbar-brand {

    width: auto !important;

  }

body aside {

    background:none;

}

}