/*
Theme Name: Theme Tienda
Author: the 
Author URI:
*/
/* =Reset
-------------------------------------------------------------- */
@font-face {
font-family: 'Berlin Sans FB';
src: url('fonts/BerlinSansFB-Reg.eot');
src: url('fonts/BerlinSansFB-Reg.eot?#iefix') format('embedded-opentype'),
url('fonts/BerlinSansFB-Reg.woff2') format('woff2'),
url('fonts/BerlinSansFB-Reg.woff') format('woff'),
url('fonts/BerlinSansFB-Reg.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Berlin Sans FB';
	color:#000000;
font-weight:normal;
	font-size:16px;
	background:#FFF;
	line-height:1.2;
	/*16px = 1rem
		20px = 20/16 = 1.25rem */
}
a {
	text-decoration: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
	height: auto;
}
.container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	max-width:1210px;
}
/*Master Slider*/
#content .tparrows {
    width: 50px !important;
    height: 50px !important;
    background: url(images/left.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    transform: none !important;
    left: 30px !important;
    margin-top: -25px !important;
}
#content .tparrows:before {
    display:none !important;
}
#content .tp-rightarrow.tparrows {
    left:auto !important;
    right:30px !important;
    background-size: 100% !important;
    background: url(images/right.png) !important;
}
#content .custom .tp-bullet {
    width: 20px;
    height: 20px;
    background: #ff0000;
    border-radius: 50%;
    border:2px solid #FFF;
}
#content .custom .tp-bullet.selected {
    background: #000000; /* - kriztian-antes-verde - */
}
#content .custom.tp-bullets {
    top: auto !important;
    bottom: 15px !important;
}
/*Gravity Forms*/
#content .gform_wrapper {
	margin:0;
	padding: 0 0 0 0;
}
#content .gform_wrapper .gform_body {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	max-width:100% !important;
}
#content .gform_wrapper .ginput_container {
	padding: 0 !important;
	margin: 0 !important;
	display:block;
	max-width:100% !important;
}
#content .gform_wrapper ul.gform_fields li.gfield {
	padding-bottom:30px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	position:relative;
	background:none !important;
	border:0 !important;
	padding-top:0 !important;
	/*max-width:100% !important;
	width:100% !important;*/
}
#content .gform_wrapper .top_label input.large,
#content .gform_wrapper textarea.large {
	width: 100%;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	background: none;
	border: 0;
	outline: none;
	margin:0 !important;
	background:#fff;
	border:0;
	color:#9b9b9b;
	
}
#content .gform_wrapper ul.gform_fields {
   padding:0;
   margin:0;
}
#content .gform_wrapper ul.gform_fields ul {
   padding:0;
   margin:0;
}
#content .gform_wrapper textarea.large {
	height:168px;
	padding:10px;
}
#content .gform_wrapper .top_label .gfield_label {
	display:block;
	padding:0 0 12px 0;
	margin:0;
	float:none;
	width:100%;
	color:#606365;
	font-weight:normal;
	display:none;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	width: auto !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	font-weight:normal;
}
#content .gform_wrapper div.validation_error {
	width:100%;
	padding:10px 0;
	font-weight:normal;
}
#content .gform_wrapper .gform_footer {
	padding:0 15px 40px 0;
	margin:0;
	text-align:right;
}
#content .gform_wrapper .gform_footer input.button, 
#content .gform_wrapper .gform_footer input[type=submit] {
	width: 186px;
	height: 42px;
	border: 2px solid #FFF;
	margin:0 !important;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	outline: none;
	font-weight:normal;
	text-transform:uppercase;
	border-radius:23px;
	font-size:18px;
	-webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}
#content .gform_wrapper .gform_footer input.button:hover, 
#content .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color:#FFF;
	color:#000000; /* - kriztian-antes-verde - */
}
#content .gform_wrapper .gform_heading {
    padding:0 0 15px 0;
    margin:0;
}
#content .gform_wrapper .gform_heading h3.gform_title {
    text-align:center;
    color:#FFF;
    font-size: 40px;
}
#content .gform_confirmation_message {
    text-align: center;
    padding: 0 0 30px 0;
    color: #FFF;
    font-size: 20px;
}
/*wp paginate*/
#content .navigation {
	text-align:center;
	padding:15px 0;
	margin:0;
	font-size:20px;
}
#content .navigation ol {
	display:block;
	list-style:none;
	padding:0;
   margin:0;
}
#content .navigation ol li {
	display:inline-block;
	margin:0 3px;
}
#content .navigation ol li a {
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	color:#ff0000;
	text-decoration:none;
}
#content .navigation ol li a:hover {
}
#content .navigation ol li span.current {
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	color:#fff;
	border-radius:50%;
	text-decoration:none;
	background-color:#ff0000;
}
/*columns*/
.row-cols {
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
}
.row-cols:after {
	clear:both;
	content:"";
	display:block;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7,
.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.col-sm-12 {
	width:100%;
	float:none;
}
.col-sm-11 {
	width:90.66666%;
}
.col-sm-10 {
	width:83.33333%;
}
.col-sm-9 {
	width:75%;
}
.col-sm-8 {
	width:66.66666%;
}
.col-sm-7 {
	width:58.333333%;
}
.col-sm-6 {
	width:50%;
}
.col-sm-5 {
	width:41.66666%;
}
.col-sm-4 {
	width:33.33333%;
}
.col-sm-3 {
	width:25%;
}
.col-sm-2 {
	width:16.66666%;
}
.col-sm-1 {
	width:8.33333%;
}
/*Web Style*/
/*Header*/
#header h1 {
    float: left;
    margin: 10px 0;
}
#header .right {
    float: right;
    padding: 30px 0 28px 0;
}
#header .right .item-r {
    display: block;
    vertical-align: middle;
    margin: 0 0 0 25px;
    font-size: 18px;
    float: left;
    min-width: 180px;
}
#header .right .item-r:first-child {
    min-width: 245px;
}
#header .right .item-r:after {
    content:"";
    display:block;
    clear:both;
}
#header .right .item-r .icon {
    float: left;
    color: #FFF;
    text-align: center;
    border: 2px solid #f5811e; /* - kriztian - ICONO TELEFONO - */
    border-radius: 50%;
    margin: 0 10px 0 0;
}
#header .right .item-r .icon .icon-i {
    display: block;
    width: 38px;
    height: 38px;
    background: #f5811e; /* - kriztian - ICONO SOBRE - */
    border-radius: 50%;
    line-height: 38px;
    border: 1px solid #FFF;
}
#header .right .item-r .title {
    font-size: 20px;
}
#header .right .item-r .value {
    
}
#nav {
    background: #ff0000;
    border-bottom: 4px solid #000000; /* - kriztian-antes-verde - */
}
#nav ul {
    float: left;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    list-style: none;
}
#nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}
#nav ul li a {
    text-decoration: none;
    display: block;
    padding: 24px 15px;
}
#nav ul li a:hover,
#nav ul li.current-menu-item a,
#nav ul li:hover > a,
#nav ul li.current-menu-parent a {
    color:#000000; /* - kriztian-antes-verde - */
}
#nav ul li.menu-item-has-children a:after {
    content:"";
    right: -15px;
    top: 32px;
    display:block;
    position:absolute;
    width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #f5821e transparent transparent transparent;
}
#nav ul li.menu-item-has-children ul li a:after {
    display:none;
}
#nav ul ul {
    display: none;
    position: absolute;
    width: 240px;
    background: #FFF;
    z-index: 999;
    font-size: 16px;
    color: #000;
    text-transform: initial;
    float: none;
    left: 15px;
}
#nav ul li:hover > ul {
    display: block;
}
#nav ul ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
}
#nav ul ul li a {
    padding: 20px;
    color:#000000 !important;
}
#nav ul ul li a:hover,
#nav ul ul li.current-menu-item a{
    color:#ffffff !important;
    background: #000000; /* - kriztian-antes-verde - */
}
#nav form {
    float: right;
    position: relative;
    margin: 12px 0;
}
#nav form input[type="text"] {
    height: 45px;
    border: 2px solid #000000; /* - kriztian-antes-verde - */
    border-radius: 22px 0 0 22px;
    margin: 0 22px 0 0;
    width: 420px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
#nav form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border: 0;
    cursor: pointer;
    text-indent: -4444px;
    background: url(images/icon-search.png);
}
/*Content*/
#content h2 {
    font-size:40px;
    padding:0 0 10px 0;
    margin:0;
    font-weight:normal;
    line-height:1;
}
#content h3 {
    font-size:30px;
    padding:0 0 10px 0;
    margin:0;
    font-weight:normal;
}
#content h4 {
    font-size:20px;
    padding:0 0 10px 0;
    margin:0;
    font-weight:normal;
}
#content strong {
    font-weight:normal;
}
#content p {
    padding:0 0 15px 0;
    margin:0;
}
#content ul,
#content ol {
    padding:0 0 15px 15px;
    margin:0;
}
#content img.alignleft {
    float:left;
    margin:0 28px 15px 0;
}
#content img.alignright {
    float:right;
    margin:0 0 15px 28px;
}
#content .btn {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #FFF;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 28px;
}
#content .btn:hover {
    background:#FFF;
    color:#000000; /* - kriztian-antes-verde - */
}
#content .vc_col-sm-3 {
    color:#FFF;
}
#content .vc_col-sm-3 .vc_align_center {
    margin-bottom: 10px !important;
}
#content .vc_col-sm-3 p {
    padding:0;
}
#content .wpb_text_column .wpb_wrapper:after {
    content:"";
    display:block;
    clear:both;
}
#content .wrapp-logos {
    text-align:center;
}
#content .wrapp-logos img {
    margin: 0 15px 10px 15px;
    float:none;
}
#content .banner {
    margin: 0 0 30px 0;
    padding: 70px 0;
    font-size: 60px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1;
    background-size: cover  !important;
    background-repeat: no-repeat  !important;
    background-position:bottom center !important;
}
#content table {
    width:100% !important;
}
#content table td {
vertical-align:middle;
padding:0 20px 20px 0;
}
#content .wpb_gmaps_widget {
    margin:0;
}
#content .wrapp-product {
    position: relative;
    margin: 0 -15px;
    text-align: center;
}
#content .product-item {
    display: inline-block;
    width: 272px;
    margin: 20px 15px;
    border-top: 5px solid #000000; /* - kriztian-antes-verde - */
    vertical-align:top;
}
#content .product-item .price {
    padding:0 0 10px 0;
    font-size:24px;
    color:#ff0000;
}
#content .product-item img {
    border: 2px solid #ff0000;
    margin: 0 0 10px 0;
}
#content .product-item h4 {
    text-transform:uppercase;
    color:#ff0000;
}
#content .product-item p {
    padding:0 0 10px 0;
}
#content .product-item .button-readmore {
    background: #000000; /* - kriztian-antes-verde - */
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 22px;
    border: 2px solid #000000; /* - kriztian-antes-verde - */
}
#content .product-item .button-readmore:hover {
    background:#FFF;
    color:#000000; /* - kriztian-antes-verde - */
}
#content .breadcrums {
    padding:0 0 30px 0;
    color:#525252;
}
#content .breadcrums a:hover {
 color:#000000;  /* - kriztian-antes-verde - */ 
}
#content .images {
    width:438px;
    float:left;
}
#content .images img {
    border:2px solid #ff0000;
}
#content .sumary {
    width:calc(100% - 464px);
    float:right;
}
#content .sumary .btn-contact {
        padding: 15px 45px;
    border: 2px solid #000000; /* - kriztian-antes-verde - */
    color: #FFF;
    background: #000000; /* - kriztian-antes-verde - */
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 27.5px;
    text-decoration:none;
}
#content .sumary .btn-contact:hover {
    color:#000000; /* - kriztian-antes-verde - */
    background:#FFF;
}
#content .sfsi_shortcode_container {
    float: none;
    padding: 15px 0;
}
.socials a {
    display:inline-block;
    width:48px;
    height:48px;
    border:2px solid #FFF;
    text-align:center;
    text-decoration:none;
    margin:0 10px 5px 0;
    border-radius:50%;
    line-height:48px;
    background:#ff0000;
    color:#FFF;
    font-size: 26px;
}
/*Footer*/
#footer .container:after {
    content:"";
    display:block;
    clear:both;
}
#footer .top {
    padding:24px 0;
}
#footer .middle {
    background:#ff0000;
    font-size:14px;
    color:#FFF;
    padding:35px 0;
}
#footer .middle .widget {
    float:left;
    width:25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer h2 {
    font-weight:normal;
    padding:0;
    margin:0;
    font-size:40px;
}
#footer h3 {
    font-weight:normal;
    padding:0 0 10px 0;
    margin:0;
    font-size:30px;
}
#footer h3.widget-title {
    font-size:20px;
    padding:0 0 25px 0;
}
#footer img.aligncenter {
    display:block;
    margin:0 auto 20px auto;
}
#footer .bottom {
    border-top:2px solid #FFF;
    background:#000000; /* - kriztian-antes-verde - */
    padding:30px 0;
    font-size:18px;
    color:#FFF;
}
#footer .bottom .widget {
    float:left;
    width:33.333333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .copy {
    padding:15px 0;
    background:#333333; /* - kriztian- FIN DEL COPY RIGTH - */
    color:#838383;
    font-size:16px;
    text-align:center;
}
.sfsiplus_footerLnk {
    display:none  !important;
}

#content .gallery {
    position: relative;
    margin-left: -5px;
}
#content .gallery:after {
    content:"";
    display:block;
    clear:both;
}
#content .gallery .gal-img {
        display: block;
    width: 25%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .gallery .gal-img img {
    
}

.sfm-rollback {
	z-index:99 !important;
}
