/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 600;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}





body{
  font-family: 'Raleway', sans-serif;
  /*width: 1622px;*/
  font-size: 12px;
  color: #303030;
  font-weight: 500;
}
img{
  max-width: 100%;
}
.top-menu{
  background-color: #f43044;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 27px;
  position: relative;
  z-index: 34;
}
h4{
  font-size: 12px;
  letter-spacing: 3.7px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.legal-text h4,
.legal-text h5{
  font-size: 12px;
  color: #f43044;
  font-weight: 600;
  letter-spacing: 0;
}
.legal-text h4{
  margin-top: 22px;
  margin-bottom: 27px;
}
.legal-text h5{
  text-decoration: underline;
  margin-bottom: 2px;
}
.legal-text p {
  margin: 0 0 17px;
}
.boxed-sec p{
  margin-bottom: 7px;
}
.red{
  color: #f43044;
}
.green{
  color: #0eb038;
}
.main-content-section {
    padding-top: 78px;
}
@media (min-width: 1200px){
  .container {
    width: 1119px;
  }
}
.top-menu .logo{
  float: left;
  margin-right: 38px;
}
.menu-section ul{
  padding: 0;
  list-style: none;
}
.menu-section ul li{
  float: left;
  border-left: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  min-width: 157px;
  height: 47px
}
.menu-section ul li:last-child{
  border-right: 1px solid #fff;
}
.menu-section ul li p{
  margin-bottom: 0;
}
.menu-section ul li .lnr{
  font-size: 23px;
}
.top-menu a{
  color: #fff;
  transition: all 0.4s;
  text-decoration: none;
}
.top-menu a.active,
.top-menu li.active a{
  color: #fd8995;
}
.top-menu a:hover,
.top-menu li:hover > a{
  color: #fd8995;
}
.user-account{
    float: right;
    padding-top: 13px;
    margin-left: 5px;
}
.user-account ul{
  list-style: none;
}
.user-account ul li{
  float: left;
  font-size: 12px;
  margin-right: 26px;
}
.user-account ul li span{
  font-size: 17px;
  margin-right: 9px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.user-account ul li.language span{
    font-size: 12px;
    margin-left: 7px;
    margin-right: 4px;
}
h3{
  font-size: 16px;
  font-weight: normal;
  color: #f43044;
  font-weight: 600;
}
.main-content-section h3{
  margin-top: 3px;
  margin-bottom: 33px;
}
.left-menu-section{
  font-size: 14px;
}
.user-account ul li.language{
  margin-right: -8px;
  margin-top: 1px;
  margin-left: 7px;
}
.left-menu-section .menu-item{
  border-bottom: 1px solid #e7e7e7;
  padding-left: 31px;
  letter-spacing: 1.5px;
  padding-bottom: 28px;
  margin-bottom: 35px;
  margin-left: -15px;
  margin-right: -21px;
}
.left-menu-section .menu-item:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.left-menu-section a{
  color: #303030;
}
.left-menu-section a:hover,
.left-menu-section a.active,
.left-menu-section .active a,
.left-menu-section .current-menu-item a{
  color: #f43044;
}
.right-content-section {
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: 0.45px;
  line-height: 1.75;
}
.right-content-section form{
  margin-top: 35px
}
.right-content-section form label{
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.right-content-section form label span{
  color: #f43044;
}
#contact-modal .red-bg {
  background: #f43044;
  color: #fff;
  width: 353px;
  min-height: 353px;
  margin: 0 auto;
  text-align: center;
  padding: 59px 68px;
  max-width: 100%;
}
#contact-modal img{
  margin-bottom: 40px;
}
#contact-modal h2{
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="time"],
input[type="url"],
input[type="tel"],
textarea{
  width: 100%;
  border: 1px solid #cfcdcd;
  margin-top: 6px;
  padding: 0 10px;
  height: 34px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
input[type="text"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="date"]:active,
input[type="time"]:active,
input[type="password"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="tel"]:active,
select:active,
.select2-container--focus .selection > span,
textarea:active{
  /*outline: none !important;*/
  outline : 1px solid #f43044 !important;
  outline-offset: 0 !important;
}
.form-group {
  margin-bottom: 18px;
}
::-webkit-input-placeholder {
   color: #303030;
}

:-moz-placeholder { /* Firefox 18- */
   color: #303030;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #303030;  
}

:-ms-input-placeholder {  
   color: #303030;  
}
input[type="time"]{
  appearence: none;
  -webkit-appearence: none;
}
textarea{
  height: 104px;
}
form .fa{
  color: #bdbdbd;
  font-size: 15px;
  margin-right: 10px;
}
form .select2-container{
  min-width: 100%;
}
.select2-container--default .selection > span{
  width: 100%;
  border: 1px solid #cfcdcd;
  margin-top: 6px;
  height: 34px;
  border-radius: 0;
}
.text-content ul{
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 35px;
}
.panel-default>.panel-heading{
  background: transparent;
  border: none;
  padding: 9px 0 18px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: -0.2px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body{
  border-top: 0;
}
.panel-collapse > .panel-body {
    padding: 22px 0 2px;
}
.panel-body p{
  margin-bottom: 19px;
}
.panel-body ul{
  padding: 0;
  list-style: none;
}
.panel-group .panel+.panel {
  margin-bottom: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/flecha_multiple_select.png);
  width: 100%;
  height: 100%;
  top: 2px;
  bottom: 0;
  border: none;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  border-left: 1px solid #cfcdcd;
}
.buttons-group{
  margin-top: 54px;
}
.buttons-group .left-button{
  padding: 0;
}
.buttons-group .right-button{
  padding: 0;
  text-align: right;
}
.btn{
  transition: all 0.3s;
}
span.lnr.lnr-cart{
  background-image: url(../images/bag.png);
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
}
span.lnr.lnr-cart:after{
  content: none;
}
.btn.btn-default{
  max-width: 373px;
  width: 100%;
  background-color: #c6c6c6;
  color: #f1f1f1;
}
.btn.btn-default:hover{
  background-color: #f43044;
  border-color: #f43044;
}
.btn.btn-primary:hover{
  background-color: #c6c6c6;
  border-color: #c6c6c6
}
.btn{
  border-radius: 0;
}
.btn.btn-primary{
  width: 100%;
  max-width: 373px;
  background-color: #f43044;
  color: #f1f1f1;
  border : 1px solid #f43044;
}
.top-menu a i{
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.upload-button{
  background-color: #f43044;
  min-height: 84px;
  margin-top: 3px;
  color: #fff;
  margin-left: -15px;
  margin-right: -22px;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 16px;
  padding-top: 32px;
}
.upload-button span{
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}
.footer-container{
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 83px;
  padding-top: 64px;
  padding-bottom: 63px;
}
.footer-container:after{
  content: "";
  display: table;
  clear: both;
}
.footer-container .logo-left{
  display: inline-block;
  vertical-align: middle;
}
.footer-menu{
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 14px;
  font-size: 11px;
}
.footer-menu ul{
  list-style: none;
  padding: 0;
  display: inline-block;
}
.footer-menu ul.social-menu li {
    margin-left: 27px;
}
.footer-menu ul.social-menu li:first-child{
  margin-left: 0;
}
.footer-menu ul li{
  display: inline-block;
  margin-left: 16px;
  letter-spacing: 3.2px;
}
.lower-case{
  text-transform: none;
}
.footer-menu a{
  color: #bdbdbd;
}
.footer-menu ul.social-menu {
  font-size: 16px;
   margin-left: 33px;
}
.copy-right-text {
  padding-top: 47px;
  font-size: 11px;
  color: #bdbdbd;
  letter-spacing: 4.1px;
  padding-bottom: 47px;
}
.footer-menu a:hover{
  color: #000;
}
#mobil-toggle-button{
  display: none;
}
form .image-upload-button {
  margin-top: 46px;
}
form .image-upload-button .image {
    margin-top: 2px;
    margin-bottom: 16px;
}
form .upload-btn{
  margin-bottom: 32px;
}
.panel-group .panel{
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #303030;
}
.panel-title{
  position: relative;
}
.panel-title a{
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding-right: 20px;
}
.boxed-sec{
  border: 1px solid #cfcdcd;
  padding: 20px 39px 16px;
}
.panel-title a:after{
  font-family: 'Linearicons-Free';
  speak: none;
  content: "\e882";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  color: #f43044;
  top: -5px;
  font-size: 18px;
}
.panel-title a.collapsed:after{
  content: "\e881";
}
.panel-group{
  font-size: 12px;
}
.panel-title{
  font-size: 12px;
  text-transform: uppercase;
}
.pago-sec {
    margin-top: 29px;
}
.pago-sec .heading {
    padding-left: 38px;
    letter-spacing: 0.45px;
}
.heading .lnr{
  color: #f43044;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
.red-heading{
  background-color: #f43044;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  padding: 7px 6px 6px;
}
.img-con-section{

}
.img-con-section:after{
  content: '';
  clear: both;
  display: table;
}
.img-con-section .left-section{
  background-color: #f1f1f1;
}
.red-heading p{
  margin: 0;
}
.img-con-section {
    margin-top: 35px;
}
.img-con-section .left-section {
}
.img-con-section .sec-wrapper{
  background-color: #f1f1f1;
  padding: 25px 40px 20px;
  margin-left: -15px;
  margin-right: -44px;
}
.img-con-section .image-section{
  float: left;
  position: relative;
}
.img-con-section .image-section .image-heading{
  position: absolute;
  background-color: #0eb038;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #f1f1f1;
  padding-top: 7px;
}
.img-con-section .image-section .image-heading.red{
  background-color: #f43044;
}
.img-con-section .text-section {
    margin-left: 160px;
}
.img-con-section .text-section h4{
  margin-top: 0;
  letter-spacing: 4.2px;
  font-size: 11px;
  margin-bottom: 24px;
}
.img-con-section .text-section p{
  margin-bottom: -1px;
}
.img-con-section .right-section{

}
.img-con-section .right-section .details-list {
  border: 1px solid #f8f8f8;
  margin-left: 12px;
}
.details-list .list {
  border-bottom: 1px solid #f8f8f8;
  padding: 11px 30px 12px;
  text-transform: uppercase;
}
.details-list .list:last-child{
  border-bottom: none;
}
.user-account .sub-menu,
.menu-section .sub-menu{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding-top: 51px;
  margin-left: -8px;
  /*width: 247px;*/
  width: initial;
  max-width: 375px !important;

}
.menu-section .sub-menu{
  padding-top: 29px;
}
.user-account .sub-menu a,
.menu-section .sub-menu a{
  display: inline-block;
  width: 100%;
}
.user-account ul li:hover .sub-menu,
.menu-section ul li:hover .sub-menu{
  visibility: visible;
  opacity: 1;
}
ul.sub-menu-item {
  background-color: #000000;
  padding: 0;
}
.sub-menu-item li a:hover{
  color: #f43044;
}
ul li .sub-menu-item li {
  float: none;
  width: 100%;
  border-left: none;
  text-align: left;
  padding: 14px 22px;
  border-bottom: 1px solid #2e2e2e;
  font-size: 15px;
}
.menu-section ul li .sub-menu-item li:last-child,
.menu-section ul li .sub-menu-item li{
  border-right: none;
}
ul li .sub-menu-item li.gray-menu{
  background-color: #c6c6c6;
}
form .image-upload-button.merca-page .image{
  float: left;
  margin-right: 36px;
}
form .image-upload-button.merca-page .image img{
  display: block;
  margin-bottom: 16px;
}
form .image-upload-button.merca-page label{
  letter-spacing: 0;
}
.image-upload-button.merca-page .info-text {
    margin-top: 18px;
    margin-bottom: -6px;
}
form .image-upload-button.merca-page {
  margin-top: 32px;
}
.all-images-sec {
  margin-top: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 55px;
}
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #D00015;
    border-color: #D00015;
}
.btn.btn-large {
    max-width: 100%;
    font-size: 12px;
    padding: 8px 8px 7px;
}
.gray-bg {
  background: #f1f1f1;
  padding: 33px 15px 35px;
  text-align: center;
}
.cover-image{
  position: relative;
}
.cover-image img{
  width: 100%;
}
.cover-image .profile-pic{
  position: absolute;
  width: 176px;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border: 9px solid #fff;
}
.about-user{
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 7px;
  padding-bottom: 15px;
}
h2{
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #f43044;
  font-weight: 600;
}
.profile-pic{

}
.one-over-five{
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 20%;
  margin-bottom: 38px;
}
.one-over-five > img,
.one-over-five > a > img{
  width: 100%;
}


.one-over-three{
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33%;
  margin-bottom: 38px;
}
.one-over-three > img,
.one-over-three > a > img{
  width: 100%;
}



.social-menu{
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.social-menu li{
  display: inline-block;
  color: #bdbdbd;
  margin-left: 10px;
}
.social-menu li a{
  color: #bdbdbd;
}
.social-menu.boxed{

}
.social-menu.boxed li {
  margin: 3px 4px;
}
.social-menu.boxed li a{
  background-color: #f43044;
  display: inline-block;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
  transition:  all 0.3s;
  display: table-cell;
  vertical-align: middle;
}
.social-menu.boxed li a:hover,
.social-menu.boxed li a.disabled,
.social-menu.boxed li a.active{
  background-color: #c8c8c8;
}
.social-menu.boxed li a i{

}
.user-website{

}
a{
  color: #f43044;
}
.user-website a {
  color: #303030;
  margin: 0 24px;
}
.user-website a i,
.user-website a span{
  vertical-align: middle;
  color: #f43044;
  font-size: 15px;
  margin-right: 5px;
}
.about-description{
  max-width: 595px;
  margin: 12px auto 17px;
  background-color: #fff;
  padding: 16px 24px 9px;
}
.about-user .lower-buttons{

}
.about-user .lower-buttons .btn{
  width: auto;
  min-width: 174px;
  margin-bottom: 17px;
}
.section-heading {
  text-align: center;
  margin-bottom: 84px;
}
.section-heading .lnr{
  font-size: 41px;
  color: #f43044;
}
.section-heading h1{
  font-size: 18px;
  margin-top: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.portfolio {
    padding: 76px 0 44px;
}
.portfolio .image-sec,
.events-section .image-cont{
  position: relative;
}
.portfolio .image-sec .overlay,
.events-section .image-cont .overlay-layer{
  color: #fff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  transition : all 0.4s;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  background: rgba(0,0,0,0.6);
}
.events-section .image-cont .overlay-layer{
  color: #bdbdbd;
}
.events-section .image-cont .overlay-layer > img{
  opacity: 0.6;
}
.events-section .image-cont:hover .overlay-layer{
  background: transparent;
  color: #fff;
}
.events-section .image-cont:hover .overlay-layer > img{
  opacity: 1;
}
.portfolio .image-sec:hover .overlay,
.events-section .image-cont .overlay-layer{
  visibility: visible;
  opacity: 1;
}
.portfolio .image-sec .overlay .over-content{
  position: absolute;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
}
.portfolio .image-sec .overlay p{
  margin-top: 10px;
}
.portfolio .image-sec .overlay span,
.portfolio .image-sec .overlay i,
.portfolio .image-sec .overlay a{
  color: #fff;
  font-size: 30px;
}
.events-section{

}
.events-section h2{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.image-cont{

}
.events-section .image-cont .overlay-layer{
  padding-top: 36%;
}
.events-section .image-cont .overlay-layer p{
  margin-top: 7px;
  font-size: 16px;
}
.evento-details {
  padding: 10px 0;
  letter-spacing: 0.3px;
}
.evento-details p{
  margin-bottom: 7px;
}
.evento-details .fa{
  color: #f43044;
  width: 18px;
  text-align: center;
  font-size: 15px;
  margin-right: 3px;
}
.events-section .one-over-five{
  margin-bottom: 22px;
}
.portfolio .image-sec img{
  width: 100%;
}
.image-cont .main-image img{
  width: 100%;
}
.event-banner{
  overflow: hidden;
}
.event-banner img{
  width: 100%;
}
.event-banner{
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  min-height: 130px;
}
.event-banner.inner-page{

}
.event-banner.inner-page .create-event{
  bottom: 2px;
}
.event-banner .create-event{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f43044;
  width: 287px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
  padding: 19px;
  min-height: 122px;
  letter-spacing: -0.4px;
}
.event-banner .create-event p{
  margin-bottom: 13px;
}
.event-banner .create-event span,
.event-banner .create-event i{
  font-size: 36px;
}
.inline-form .form-heading{
  float: left;
  font-size: 14px;
  color: #f43044;
  margin-top: 17px;
  letter-spacing: 0.6px;
}
.inline-form .select2-container--default .selection > span{
  border: none;
}
.inline-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-left: 1px solid #f1f1f1;
}
.inline-form .form-field {
  width: 177px;
  padding-top: 5px;
  text-align: left;
  float: left;
  margin-right: 11px;
}
.inline-form .form-fields {
    margin-left: 159px;
}
.inline-form input[type="text"], 
.inline-form input[type="number"], 
.inline-form input[type="email"], 
.inline-form input[type="date"], 
.inline-form input[type="time"], 
.inline-form input[type="time"], 
.inline-form input[type="url"], 
.inline-form input[type="tel"], 
.inline-form textarea{
  border : none;
}
.create-event{

}
.date{
  position: relative;
}
.eventos_appli_imag .table tr td.benifit_pr input{
  text-align: center;
}
.date input{
  background-image: url(../images/calender.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.inline-form .form-field.description {
  width: 332px;
}
.inline-form .submit-button {
    float: right;
    width: 35px;
    margin-left: -13px;
    margin-top: 11px;
}
.event-form.gray-bg{
  padding-bottom: 47px;
  margin-bottom: 77px;
  padding-left: 0;
  padding-right: 0;
}
.black{
  color: #303030;
}
.section-heading.section-two{
  margin-bottom: 33px;
}
.section-heading.section-two h1{
  letter-spacing: 5.6px;
}
.small-container{
  width: 337px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.gray-bg.no-padding{
  padding-left: 0;
  padding-right: 0;
}
.upload-image .image{
  margin-bottom: 19px;
}
.right-content-section .upload-image {
  margin-bottom: 14px;
}
.right-content-section .text-m{
  margin-top: 42px;
  margin-bottom: 38px;
}
.gray-bg .red-bg-section {
  background-color: #f42f44;
  box-shadow: 0 0 10px;
  padding: 31px 31px 21px;
}
.gray-bg .red-bg-section img.red-logo{
  max-width: 149px;
  margin-bottom: 21px;
}
.client-web {
      padding-top: 15px;
    letter-spacing: 2.4px;
    padding-bottom: 10px;
}
.client-web a{
  color: #fff;
}
.title-red {
  background-color: #f43044;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 8px 8px 9px;
  letter-spacing: 0.5px;
}
.small-container .submit-button{
  margin-top: 36px;
}
.small-container .submit-button input{
  width: auto;
  font-size: 12px;
  padding: 8px 20px 7px;
}
.images-uploading-section .input-group .btn,
.images-uploading-section .input-group .btn.btn-primary,
.images-uploading-section .input-group .btn.btn-default,
.images-uploading-section .btn.btn-default{
  width: auto;
  min-width: 0;
}
.create-event-form {
  margin-top: 35px;
}
.create-event-form h3{
  margin-bottom: 35px;
}
.create-event-form form .image-upload-button {
    margin-top: 33px;
}
.create-event-form form .image-upload-button .image{
  margin-top: 4px;
}
.create-event-form form .upload-btn {
    margin-bottom: 40px;
    position: relative;
}
.create-event-form form .upload-btn input[type='file']{
 /* position: absolute;
  left: 47px;
  z-index: -1;*/
}
.create-event-form .form-group {
  margin-bottom: 18px;
}
.number-input .number,
.number-input .numbered{
  width: 33px;
  padding: 0;
  text-align: center;
}
.userincr-btn-dec,
.userincr-btn-inc{
  float: left;
  margin-top: 6px;
  height: 34px;
  background: transparent;
  border: 1px solid #cfcdcd;
  width: 33px;
  border-right: none;
  color: #f43044;
  position: relative;
  outline: none !important;
}
.userincr-btn-dec:focus,
.userincr-btn-inc:focus,
.userincr-btn-dec:active,
.userincr-btn-inc:active{
  border : 1px solid #f43044;
}
.userincr-btn-dec:after,
.userincr-btn-inc:after{
  content: "\e881";
  position: absolute;
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 7px;
}
.userincr-btn-dec:after{
  content: "\e882";
}
.increament-dec{
  width: 100%;
}
.increament-dec p{
  padding-top: 14px;
  letter-spacing: 0.45px;
}
.increament-dec:after{
  content: "";
  display: table;
  clear: both;
}
.increament-dec .number-input{
  float: left;
  margin-bottom: 3px;
  margin-right: 19px;
}
button[disabled], html input[disabled] {
  cursor: default;
  color: #bdbdbd;
  margin-bottom: 23px;
}
.create-event-form .form-group label{
  text-transform: uppercase;
}
.create-event-form .form-group:after{
  content: "";
  display: table;
  clear: both;
}
.userincr-btn-inc{
  float: right;
  border:1px solid #cfcdcd;
  border-left: none;
  outline: none !important;
}
.right-content-ev table tr th{
  color: #909090;
  text-transform: uppercase;
}
.right-content-ev table tr td.benifit_pr{

}
td.benifit_pr .number-input{

}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
  border : none;
  padding-left: 0;
  padding-right :0;
}
.table tr th{
  letter-spacing: 4px;
}
.table tr td.checkbox{
}
.table tr td.base_price{
  text-align: right;
  width: 226px;
}
.table tr td.benifit_pr{
  text-align: right;
  width: 288px;
}
body table.table tr td{
  padding-right: 4px;
  padding-top: 1px;
  vertical-align: middle;
  padding-bottom: 0;
}
.create-event-form .table-responsive{
  margin-right: -4px;
}
.table tr td.benifit_pr input{
  max-width: 157px;
  text-align: right;
}
.table tr td.total{
  color: #0eb038;
  text-align: right;
  width: 166px;
}
.table>tbody>tr>th{
  padding-bottom: 30px;
}
.checkbox .checkbox label{
  display: inline-block;
  padding-left: 0;
  width: calc(100% - 25px);
}
.checkbox .checkbox .right-text{
  float: right;
}
.popover{
  background-color: #f43044;
  color: #fff;
  border-radius: 0;
  min-width: 300px;
  box-shadow: none;
}
.popover.bottom>.arrow:after{
  border-bottom-color: #f43044;
}
.checkbox .checkbox .right-text a{
  outline: none !important;
  text-decoration: none;
  color: #f43044;
}
.checkbox .right-text a .lnr{
  font-size: 22px;
}
.popover.bottom>.arrow
.create-event-form .table-responsive{
  margin-top: 31px;
}
.create-event-form .table-responsive{
  margin-top: 31px;
  margin-bottom: 21px;
}
.align-right{
  text-align: right;
}
.input-group-btn .btn.btn-default{
  background: transparent;
  color: #303030;
}
.file-footer-buttons .btn.btn-default{
  background: transparent;
  border : 1px solid #cccccc;
  border-radius: 3px;
}
label input[type="checkbox"] {
    /*display:none;*/
    opacity: 0;
    /*visibility: hidden;*/
}
.create-event-form .form-group label{
  margin-bottom: 1px;
}
.fancybox-skin{
  padding: 0 !important;
}
a.fancybox-item.fancybox-close {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  color: #fff;
  font-size: 36px;
  top: -48px;
}
@media(min-width: 991px){
  .inline-form.two-fields-filter .form-heading{
    margin-right: 20px;
  }
  .inline-form.two-fields-filter .form-field{
    width: 188px;
  }
  .inline-form.two-fields-filter .form-field.description {
    width: 265px;
  }
}
@media(min-width: 1200px){
  .inline-form.two-fields-filter .form-heading{
    margin-right: 20px;
  }
  .inline-form.two-fields-filter .form-field{
    width: 229px;
  }
  .inline-form.two-fields-filter .form-field.description {
    width: 332px;
  }
}
.image-cont.locked:after{
  content: "\e80f";
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  position: absolute;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 5px;
  z-index: 4;
  font-size: 24px;
  color: #F43044;
  top: 6px;
}
a.fancybox-item.fancybox-close:after{
  content: "\e880";
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.file-input.file-input-ajax-new {
  margin-top: 30px;
}
.create-event-form .btn.btn-default,
.create-event-form .btn.btn-primary{
  max-width: 500px;
}
.left-featured-image .fancybox{
  position: relative;
  display: inline-block;
}
.left-featured-image .fancybox .lnr{
  position: absolute;
  font-size: 36px;
  right: 20px;
  bottom: 20px;
}
label input[type="checkbox"]:checked{

}
label input[type="checkbox"] + span.checkbx{
  width: 15px;
  height: 15px;
  margin-right: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  display: inline-block;
  float: left;
  background: #fff;
  font-size: 15px;
  line-height: 1;
}
.inline-form .form-fields.nomargin{

}
.inline-form .form-fields.nomargin form {
    display: inline-block;
    width: 100%;
}
label input[type="checkbox"]:focus + span.checkbx,
label input[type="checkbox"]:active + span.checkbx{
  border: 1px solid #f43044;
}
label input[type="checkbox"]:checked + span.checkbx:after{
  content: '✓';
  color: #f43044;
  position: absolute;
  margin-left: 2px;
  margin-top: -2px;
  font-weight: bold;
}
.gray-bg .red-bg-section{
  background-color: #f42f44;
  box-shadow: 0 0 10px;
}
.form-fields.email-form .field-inline {
  float: left;
  width: 50%;
  padding-top: 4px;
  padding-right: 16px;
}
.form-fields.email-form .field-inline.evento_deprotivos{
  max-width: 382px;
}
.form-fields.email-form .ev_form_2{
  text-align: left;
}
.form-fields.email-form .ev_form_2 .checkbox{
  float: left;
  width: 100%;
}
.form-fields.email-form .ev_form_2 .checkbox label{
  min-width: 205px;
  padding-top: 9px;
}
.event-form.gray-bg .field-inline.evento_deprotivos input[type="text"], 
.event-form.gray-bg .field-inline.evento_deprotivos input[type="email"], 
.event-form.gray-bg .field-inline.evento_deprotivos input[type="url"], 
.event-form.gray-bg .field-inline.evento_deprotivos input[type="number"]{
  width: 100%;
}
.form-fields.email-form .buttons{
  float: right;
  width: 50%;
  padding-left: 28px;

}
.event-form.gray-bg .field-inline input[type="text"],
.event-form.gray-bg .field-inline input[type="email"],
.event-form.gray-bg .field-inline input[type="url"],
.event-form.gray-bg .field-inline input[type="number"]{
  width: calc(100% - 84px);
  float: left;
}
.event-form.gray-bg .field-inline input[type="submit"],
.event-form.gray-bg .field-inline input[type="button"]{
  width: 84px;
  margin-top: 6px;
}
.event-form.gray-bg .buttons-section{

}
.form-fields.email-form .buttons-section{
  float: right;
  padding-top: 10px;
  width: 50%;
}
.margin-top.form-group{
  margin-top: 45px;
}
.table-responsive.second-table {
  margin-top: 40px;
}

.second-table .table tr td.total{
  width: 82px;
}
.second-table .table tr td.benifit_pr{
  width: 194px;
}
.second-table .table tr td.base_price{
  width: 155px;
}
.right-content-ev .second-table .table tr td.base_price{
  width: 107px;
}
.right-content-ev .second-table .table tr td.benifit_pr{
  width: 124px;
  padding-left: 21px;
}
.right-content-ev .second-table .table tr td.total{
  width: 110px;
}
.right-content-ev .table>tbody>tr>th {
    padding-bottom: 21px;
}
.right-content-ev .userincr-btn-dec{
  margin-right: -5px;
}
.right-content-ev .table tr td.checkbox p{
  float: left;
}
.table tr td.checkbox:after {
  content: "";
  clear: both;
  display: table;
}
.right-content-ev h2{
  margin-top: 0;
  font-size: 16px;
}
.right-content-ev .table > tbody > tr > th{
  color: #909090
}
.second-sec.portfolio .section-heading{
  margin-bottom: 33px;
}
.second-sec.portfolio .heading{

}
.second-sec.portfolio .image-sec{
  padding: 12px;
  background: #f1f1f1;
}
.second-sec.portfolio .text{
  margin-top: 10px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.second-sec.portfolio .text .fa{
  color: #f43044;
  font-size: 15px;
  margin-right: 9px;
}
.second-sec.portfolio .title-red{
    margin-bottom: 21px;
}
.second-sec.portfolio .title-red a{
  color: #fff;
  display: inline-block;
  padding: 8px 8px 9px;
  width: 100%;
}
.second-sec.portfolio .title-red:hover{
  background-color: #c6c6c6;
}
.second-sec.portfolio .title-red{
  padding: 0;
}
.portfolio.second-sec{
  padding-bottom: 0;
}
.gray-bg.faq-pagee,
.red-bg.faq-pagee{
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.red-bg.faq-pagee{
  background-color: #f43044;
  text-transform: uppercase;
}
.red-bg.faq-pagee{
  color: #fff;
  text-align: center;
}
.gray-bg.faq-pagee p,
.red-bg.faq-pagee p{
  margin-bottom: 0;
}
.sign-up-section {
  padding-top: 60px;
}
.sign-up-section .gray-bg{
  margin-top: 18px;
  text-align: left;
  padding: 67px 40px 51px;
}
.sign-up-section .gray-bg h3{
  margin-top: 41px;
  margin-bottom: 39px
}
.sign-up-section .input-group{
  float: left;
}
.sign-up-section input{
  border:none;
  outline: none !important
}
.sign-up-section .mar-top{
  margin-top: 38px;
}
.sign-up-section .login-button{
    margin-top: 27px;
    margin-bottom: 25px;
}
.sign-up-section .check-boxes{
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 32px;
}
.sign-up-section .reg-col {
  margin-bottom: 21px;
}
.sign-up-section .reg-col.btn-section{
  margin-top: 6px;
}
.sign-up-section .check-boxes:after{
  content: "";
  display: table;
  clear: both;
}
.sign-up-section .lower-boxes{

}
.sign-up-section .lower-boxes label {
  width: 100%;
  padding-left: 0;
}
.sign-up-section .lower-boxes label p{
  margin-left: 29px;
}
.sign-up-section .check-boxes label{
  float: left;
  width: 33.3333%;
  padding-left: 2px;
  cursor: pointer;
  padding-right: 2px;
}
.sign-up-section .checkbox-inner{
  height: 129px;
  border: 1px solid #cfcdcd;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 22px;
  transition: all 0.4s;
}
.sign-up-section input:checked + .checkbox-inner{
  background: #f43044;
  border : 1px solid #f43044;
  color: #fff;
}
.sign-up-section input:checked + .checkbox-inner .lnr{
  color: #fff;
}
.sign-up-section .checkbox-inner .lnr{
  font-size: 48px;
  color: #f43044;
  margin-bottom: 16px;
  display: inline-block;
}
.home-page-banner {
  background-image: url(../images/home-banner.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: table;
  font-size: 18px;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  height: 100vh;
  position: relative;
  color: #fff;
  min-height: 667px;
  width: 100%;
}
.ad-banner {
  margin-top: 37px;
 /* border-top: 1px solid #e7e7e7;*/
  padding-top: 3px;
  padding-bottom: 3px;
/*  border-bottom: 1px solid #e7e7e7;*/ 
  margin-bottom: 59px;
}
.lower-banners.ad-banner {
  margin-bottom: -83px;
  border-bottom: none;
  float: left;
  width: 100%;
}
.home-page-banner .container{
  display: table-row;
}
.home-page-banner .home-c {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}
.home-page-banner .heading{
  font-size: 48px;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  margin-bottom: 59px;
  letter-spacing: 1.5px;
}
.inline-form.home-page-filters .last-field{
  margin-right: 0;
  padding-right: 34px;
  margin-right: -40px;
}
.home-page-banner .heading:after{
  content: "";
  position: absolute;
  width: 74px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -32px;
  background-color: #f43044;
}
.home-page-banner .down-button{
  position: absolute;
  bottom: 200px;
  color: #fff;
  margin-left: -18px;
  font-size: 36px;
}
@media(max-width: 1200px) and (min-width: 992px){
  .form-fields.email-form.nomargin .field-inline{
    width: 46%;
  }
  .home-page-filters.inline-form .form-field {
    width: 147px;
  }
}
@media(max-width: 1200px){
  .top-menu .logo{
    margin-right: 20px;
  }
  .details-list .list{
    padding: 14px 30px;
  }
  .inline-form .form-field{
    width: 160px;
  }
  .inline-form .form-field.description {
    width: 235px;
  }
  .menu-section ul li {
    font-size: 14px;
    min-width: 134px;
    height: 43px;
  }
  .user-account ul li.language{
    margin-left: 0;
  }
  
  
  .user-account ul li{
    margin-right: 14px;
  }
}
.table-responsive{
  border:none;
}
@media(max-width: 991px){
  .event-banner{
    min-height: 200px;
  }
  .inline-form.home-page-filters .last-field{
    padding-right: 10px;
    margin-right: 0;
  }
  .section-heading.section-two h1{
    letter-spacing: 4px;
  }
  .event-banner > img{
    position: absolute;
    min-height: 100%;
    max-width: 50000%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 100%;
  }
  .table tr td.base_price{
    width: 100px;
  }
  .table tr td.benifit_pr{
    width: 150px;
  }
  .table tr td.total{
    width: 100px;
  }
  .menu-section .sub-menu ul{
    padding-left: 15px;
    padding-right: 15px;
  }
  .user-account .sub-menu,
  .menu-section .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    padding-top: 10px;
    margin-left: -14px;
    width: 250px;
  }
  .inline-form .form-heading{
    width: 100%;
    text-align: center;
  }
  .inline-form .form-fields{
    margin-left: 0;
    clear: both;
  }
  .inline-form .form-field,
  .inline-form .form-field.description{
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .inline-form .submit-button{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .one-over-five{
    width: 33.3333%;
  }
  ul li .sub-menu-item li{
    padding-left: 0;
    padding-right: 0;
  }
  ul li .sub-menu-item li{
    margin-bottom: 0;
  }
  ul li .sub-menu-item li.gray-menu{
    background: transparent;
  }
  .nav-bar-main {
    right: -250px;
    position: fixed;
    width: 250px;
    background-color: #333;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 4px 15px;
  }
  #mobil-toggle-button{
    display: inline-block;
    float: right;
    width: 36px;
    margin-top: 23px;
    cursor: pointer;
  }
  .menu-section ul li {
    font-size: 14px;
    min-width: 124px;
    height: auto;
    border-left: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .left-menu-section .menu-item{
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .left-menu-section {
    margin-top: 40px;
  }
  .right-content-section{
    padding-left: 0;
    padding-right: 0;
  }
  .menu-section ul li .lnr {
  font-size: 23px;
      float: left;
      margin-right: 11px;
  }
  .upload-button{
    margin-left: 0;
    margin-right: 0;
  }
  #mobil-toggle-button span.line{
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin-bottom: 6px;
    float: left;
    position: relative;
  }
  .active span.line-one{
    transform: rotate(45deg);
    top: 10px;
  }
  .active span.line-two{
    opacity: 0;
  }
  .active span.line-three{
    transform: rotate(-45deg);
    top: -10px;
  }
  .menu-section ul li{
    height: auto;
    width: 100%;
    text-align: left;
  }
  .menu-section ul li:last-child{
    border-right: none;
  }
  .user-account ul li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .user-account {
    padding-top: 12px;
    background-color: #464646;
    float: none;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
  }
  .user-account:after{
    content: "";
    display: table;
    clear: both;
  }
  .top-menu a i {
    text-decoration: none;
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    margin-left: 6px;
    color: #F43044;
  }
  .user-account ul {
    list-style: none;
    padding: 0 15px;
  }
  .user-account ul li.language{
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .main-content-section .container > div{
    padding-left: 0;
    padding-right: 0;
  }
  .footer-container{
    text-align: center;
  }
  .footer-menu ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 3.2px;
    margin-bottom: 18px;
  }
  .footer-container {
      padding-top: 27px;
      padding-bottom: 0px;
  }
  .footer-menu ul.social-menu{
    margin-left: 0;
  }
  .copy-right-text{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  body{
    position: relative;
  }
}
@media(max-width: 767px){
  .img-con-section .sec-wrapper{
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
  }
  .table-responsive>.table{
    min-width: 667px;
  }
  #contact-modal .red-bg{
    padding-left: 15px;
    padding-right: 15px;
  }
  .img-con-section .right-section .details-list{
    margin-left: -15px;
    margin-right: -15px;
  }
  .boxed-sec{
    margin-bottom: 30px;
  }
  .details-list .list{
    padding: 14px 15px;
  }
  .img-con-section .text-section h4{
    margin-bottom: 10px;
  }
}
@media(max-width: 667px){
  form .image-upload-button.merca-page .image{
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .sign-up-section .gray-bg{
    padding-left: 15px;
    padding-right: 15px;
  }
  .legal-text{
    text-align: justify;
  }
  .form-fields.email-form .field-inline{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .form-fields.email-form .buttons-section{
    width: 100%;
  }
  .form-fields.email-form .buttons{
    padding-left: 0;
    padding-right: 0;
  }
  .section-heading.section-two h1{
    letter-spacing: 2px;
  }
  .one-over-five{
    width: 50%;
  }
  .merca-page input[type=file] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  form .image-upload-button.merca-page .image img{
    margin-left: auto;
    margin-right: auto;
  }
  .cover-image{
    min-height: 300px;
    text-align: center;
    overflow: hidden;
  }
  .cover-image > img{
    position: absolute;
    height: 100%;
    max-width: 50000%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .user-website a{
    display: block;
    margin-bottom: 10px;
  }
}
.lower-banners.ad-banner .col-sm-6{
  margin-top: 3px;
  margin-bottom: 3px;
}
@media(max-width: 500px){
  .buttons-group .left-button,
  .buttons-group .right-button{
    width: 100%;
  }
  .inline-form.home-page-filters .last-field{
    padding-left: 0;
    padding-right: 0;
  }
  .sign-up-section .check-boxes label{
    width: 100%;
    margin-bottom: 10px;
  }
  .inline-form .form-field, 
  .inline-form .form-field.description{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .img-con-section .image-section{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 25px;
  }
  .img-con-section .image-section img{
    width: 100%;
  }
  .img-con-section .text-section{
    margin-left: 0;
  }
}
@media(max-width: 420px){
  .one-over-five{
    width: 100%;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
 
 
 
 
a.a14{font-size:14px !important;} 
 
.nobottom{margin-bottom:0 !important;}

.center{text-align:center;}
.mbottom20{margin-bottom:20px;}

.overlay-layer {
    color: #fff;
    position: absolute;
    opacity: 1;
    width: 235px;
    height: 235px;
    transition: all 0.4s;
    top: 102px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
}

.overlay-layer p{opacity:0.8;margin-top:40%;
    font-size: 16px;}
    
    
.overlay-layer:hover {
    color: #fff;
    position: absolute;
    opacity: 0;
    width: 235px;
    height: 235px;
    transition: all 0.4s;
    top: 102px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
}

#drop{
    border: 1px solid #ccc;
    padding: 40px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 18px;
}

#drop a{display:block;text-align: center;
    margin-top: 40px;
    width: 20%;
    margin-left: 40%;}

#drop input{display:none}

#ulgaleria{ padding: 40px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #f9f9f9;
    list-style-type:none;
    text-align:center;
}

#ulgaleria li{border-bottom: 1px solid #ccc;padding-top:20px;padding-bottom:10px;height:100px}
#ulgaleria li:last-child{border-bottom:none;}

.iguales-sec{
    height: 140px;
    /*width: 193.3px;*/
    width: 100%;
    background: #f1f1f1;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;}
    
.iguales-sec img{
    background: #f1f1f1;
    vertical-align: middle;
    max-height: 194px;
    margin-left: -4px;
    max-width: 194px;}
    
    
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-footer {
    padding: 0px !important;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modalbtn{max-width:100px;width:100px !important;margin-top:20px;}
.modala{max-width:100px;width:100px !important; margin-top:20px;}

.w235{width:235px !important;}
.w163{width:163px !important;}
.h163{height:163px !important;}
.oh{overflow: hidden !important;}
.mtop50{margin-top:50px;}

.pagina-activo, .pagina-activo a{
    max-width: 200px;
    width: 100%;
    background-color: #f4303f !important;
    color: #fff !important;
}

.pagina-inactivo
{
    max-width: 200px;
    width: 100%;
    background-color: #d9d9d9;
    color: #fff;

}

.mleft30{margin-left:30px}
.mright30{margin-right:30px}

.overlay-layer2 {
    color: #fff;
    position: relative;
    opacity: 1;
    width: 235px;
    height: 235px;
    transition: all 0.4s;
    top: -242px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
}

.overlay-layer2:hover {
    color: #fff;
    position: relative;
    opacity: 0;
    width: 235px;
    height: 235px;
    transition: all 0.4s;
    top: -242px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
}



.image-cont2 {
    height: 235px;
}

.overlay-layer2 p{
    margin-top: 7px;
    font-size: 16px;
    padding-top: 90px;
}
.mtop30{margin-top:30px;}
.mtopper{margin-top:30%;}
.he300{height:300px;overflow:hidden}
.rowcarro{
        height: 175px !important;
    overflow: hidden;
    
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 15px;
}
.w100per{width:100%;}
.wiz100{width:100px;}
.text-center{text-align: center;}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
input.cantidadcarro{
  border: 1px solid #d1d1d1;
  text-align: center;
  width: 50%;
  margin-top: 40px;
}
.btncomprar{margin-left: 12px;
    margin-top: 10px;}
.conborder{ padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;}

#cart input{width: 100%;
    border: 1px solid #cfcdcd !important;
    border-radius: 0 !important;
    margin-top: 6px;
    padding: 0 10px;
    height: 34px;}
    
.mtop80{margin-top:80px;}

.envioactivo{border:3px solid #dd0000;}
.envioactivo2{border:3px solid #dd0000;padding:10px;}

.logo{    max-width: 160px;}
.maxwi{max-width: inherit;}

span.destacado{color:#f43044 !important}

input.nombrefotografia{margin-bottom:5px;}

.wiz129ov{width:129px;height:129px;overflow: hidden;}
.pointer{cursor:pointer}

div.checkbox span.listol {
    display: none !important;
}

.w40per{width:40% !important;}
.fleft{float:left !important;}
.mleft5{margin-left: 10px !important}

.col-md-3.col-sm-4.he460{height:460px;}
.col-md-3.col-sm-4.he460 > div.text {
    height: 80px;
}

.overf-text{height: 60px;
    overflow-y: scroll;}

.contporfolio{ overflow: hidden !important;
    width: 193px;
    height: 193px;
}
img.imgportfolio{    height: 200px !important;width: auto !important;max-width: inherit;}

.botonlargo{max-width: none !important;}

h2.ohc{overflow: hidden !important;
    text-overflow: ellipsis !important;white-space: nowrap;}
    
.pagination-centered{width:50%;text-align: center;float:left;margin-left:50px;}
.btn-pagina{width:40px;margin-left: 15px;}

#separadortabla {
    margin-bottom: 50px !important;
}

a.btn.btn-pagina.pagina-activo, a.btn.btn-pagina.pagina-inactivo{margin-bottom:10px;}

tr.troculta {
    display: none;
}

.claso{ display: none !important;}



.white-card{background-color: #fff;
    padding: 10px 30px 0px 30px;
    border: 1px solid #f40000;}
.white-card a{color:#f40000;margin-bottom:10px;}

.tleft{text-align:left !important}
.mtop10{margin-top:10px}
.mtop20{margin-top:20px}

label.lbltarjeta{margin-bottom:0px;margin-top:10px;}
input.inputtarjeta{margin-top:0px !important;color:#ff0000}

li.acortada{overflow:hidden;text-overflow: ellipsis;}
a.corte{white-space: nowrap;}
#formTarjeta{width:425px !important;}
p.ptarjeta{line-height:1.1}

.w175{width:175px;}
.w200{width:200px;}
.widthtodo{    width: 100% !important;
    max-width: inherit !important}
.dblock{    display: block;}
input.dnone{display:none;}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#ff0000;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}

.formulariocomponente{
    position: absolute;
    background-color: #fdfdfd;
    height: 100%;
    width: 250px;
    top: 0;
    display: table;
    padding: 15px !important;
    left:101%;
}

a.fancybox-item.fancybox-close.fancy-editando {
    /*right: -150px !important;*/
}

.zoomContainer{z-index:9999 !important;}

a.fancybox-item.fancybox-next, a.fancybox-item.fancybox-prev {
    position: absolute;
    z-index: 9999999;
    width: 40px;
    height: 35px;
    top: -40px;
    display: table-cell;
}

span.prne {
    height: 35px;
    width: 50px;
    display: table-cell;
}

.busquedaavanzada{float:right;margin-top:15px;}
.contenedorbusquedaavanzada{padding-top:5px !important;padding-bottom: 15px !important;}
.contenedorbusquedaavanzada hr{border-top: 1px solid #d5d5d5;margin-top:25px;margin-left:10px;margin-right:10px}
.contenedorbusquedaavanzada input,.contenedorbusquedaavanzada input.btn,a.subirgpx{margin:5px;width:95% !important;}
.contenedorbusquedaavanzada label{float: left;margin-left: 10px;}
a.busquedaavanzada {
    font-size: 16px !important;
}
i.pointer{color:#dd0000;cursor:pointer}

p.pcenter{text-align: center;}
.paddingespecial{padding:0 !important;height: 129px !important;}

.especialred{    height: 30px;
    padding-top: 8px !important;}
.wauto{width: auto !important;}

.formulariocomponente input {
    margin-top: 1px !important;
    margin-bottom: 6px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    display: table-cell !important;
    height: 35px !important;
    width: 35px !important;
}

@media only screen and (max-width: 1199px) {
  
  .pagination-centered {
      width:40%;
      text-align: center;
      float: left;
      margin-left: 75px;
  }
  
  .overlay-layer2 {
    color: #fff;
    position: relative;
    opacity: 1;
    width: 197px;
    height: 197px;
    transition: all 0.4s;
    top: -204px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
	}

	.overlay-layer2:hover {
    color: #fff;
    position: relative;
    opacity: 0;
    width: 197px;
    height: 197px;
    transition: all 0.4s;
    top: -204px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
	}

}

@media only screen and (max-width: 991px) {
  
  .pagination-centered {
      width:35%;
      text-align: center;
      float: left;
      margin-left: 20px;
  }
  
  .overlay-layer2 {
    color: #fff;
    position: relative;
    opacity: 1;
    width: 217px;
    height: 217px;
    transition: all 0.4s;
    top: -225px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
	}

	.overlay-layer2:hover {
    color: #fff;
    position: relative;
    opacity: 0;
    width: 217px;
    height: 217px;
    transition: all 0.4s;
    top: -225px;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.6);
	}

}

@media only screen and (max-width: 800px) {
  
  .pagination-centered {
     display:none;
  }
  
  .overlay-layer2 { display:none; }
  .overlay-layer2:hover { display:none; }
  
  table#separadortabla {
    	min-width: initial !important;
	}

}

@media only screen and (max-width: 600px) {
	table#separadortabla {
    	min-width: initial !important;
	}
	
	.truno{width:30% !important;white-space: initial !important;}
	.truno div.checkbox {
    	width: 100% !important;
    	display: initial;
	}
	.truno div.checkbox p{min-width:120px !important}
	
	
	.trtres{}
    
    .formulariocomponente{
      position: relative;
      background-color: #fdfdfd;
      height: 100%;
      width: 100%;
      top: 0;
      display: table;
      padding: 15px !important;
      left:0;
  }
  
  .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened{left:1% !important;}
  a.fancybox-item.fancybox-close.fancy-editando {
    right: -30px !important;
  }
	
}

@media only screen and (max-width: 400px) {
  
  
    .formulariocomponente{
      position: relative;
      background-color: #fdfdfd;
      height: 100%;
      width: 100%;
      top: 0;
      display: table;
      padding: 15px !important;
      left:0;
    }
  

    .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
      left: 5% !important;
    }
    a.fancybox-item.fancybox-close.fancy-editando {
      right: -11px !important;
    }
  
  
  
	.truno div.checkbox p{min-width:90px !important}
	td.benifit_pr.trdos {
   	   text-align: center !important;
	}
	button.userincr-btn-dec, button.userincr-btn-inc{display:none}
}

.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: initial !important;
}

span.select2.select2-container.select2-container--default {
    width: initial !important;
}


