
/* ----------------------------------------------------------------------------
  Fonts
---------------------------------------------------------------------------- */
@font-face {
    font-family: 'elektra_light_proregular';
    src: url('../fonts/etelkalight-webfont.eot');
    src: url('../fonts/etelkalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/etelkalight-webfont.woff2') format('woff2'),
         url('../fonts/etelkalight-webfont.woff') format('woff'),
         url('../fonts/etelkalight-webfont.ttf') format('truetype'),
         url('../fonts/etelkalight-webfont.svg#elektra_light_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elektra_medium_proregular';
    src: url('../fonts/etelkamedium-webfont.eot');
    src: url('../fonts/etelkamedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/etelkamedium-webfont.woff2') format('woff2'),
         url('../fonts/etelkamedium-webfont.woff') format('woff'),
         url('../fonts/etelkamedium-webfont.ttf') format('truetype'),
         url('../fonts/etelkamedium-webfont.svg#elektra_medium_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elektra_text_proregular';
    src: url('../fonts/etelkatext-webfont.eot');
    src: url('../fonts/etelkatext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/etelkatext-webfont.woff2') format('woff2'),
         url('../fonts/etelkatext-webfont.woff') format('woff'),
         url('../fonts/etelkatext-webfont.ttf') format('truetype'),
         url('../fonts/etelkatext-webfont.svg#elektra_text_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'elektra_medium_probold';
    src: url('../fonts/etelkamediumbold-webfont.eot');
    src: url('../fonts/etelkamediumbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/etelkamediumbold-webfont.woff2') format('woff2'),
         url('../fonts/etelkamediumbold-webfont.woff') format('woff'),
         url('../fonts/etelkamediumbold-webfont.ttf') format('truetype'),
         url('../fonts/etelkamediumbold-webfont.svg#elektra_medium_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------------------------------
  Layout
---------------------------------------------------------------------------- */

html, body {height: 100%;}

#wrap {
  min-height: 100%;
}

.container {
  width:100%;
  float:left;
}

.footer-container {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear:both;
}

.padding-sticky {
    overflow: auto;
    padding-bottom: 150px; 
} 

.col2-full {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.col2 {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.col3-full {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.col3 {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.col3.items-home {
  width:43.5%;
  margin-bottom:20px;
}

.col3.items-home:first-child {
  margin-top:20px;
}

.col4-full {
  width:100%;
  float:left;
  margin-bottom:40px;
}

.col4 {
  width:100%;
  float:left;
  margin-bottom:40px;
}


/* ----------------------------------------------------------------------------
  480
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

  .col3-full {
    width:50%;
  }

  .col3 {
    width:45%;
  }

  .col3.items-home {
    width:45%;
  }

  .col3.items-home:first-child {
    margin-top:20px;
  }

  .col4-full {
    width:50%;
  }

  .col4 {
    width:47.6%;
  }

}

/* ----------------------------------------------------------------------------
  768
---------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {

  .col3 {
    width:47.3%;
  }

  .col3.items-home {
    width:47.3%;
    margin-bottom:40px;
  }

  .col3.items-home:first-child {
    margin-top:0;
  }

  .col4-full {
    width:33.3333%;
  }

  .col4 {
    width:31.45%;
  }

}

/* ----------------------------------------------------------------------------
  996
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1020px) {

  .col2-full {
    width:50%;
  }

  .col2 {
    width:48.65%;
  }

  .col3-full {
    width:33.3333%;
  }

  .col3 {
    width:30.6%;
  }

  .col3.items-home {
    width:30.9%;
    margin-bottom:40px;
  }

  .col4-full {
    width:25%;
  }

  .col4 {
    width:22.99%;
  }

}

/* ----------------------------------------------------------------------------
  Owl Carousel
---------------------------------------------------------------------------- */

#owl-gallery > .owl-nav {
  display:none;
}

#owl-gallery > .owl-dots {
  text-align: center;
  margin-top:30px;
}


/* ----------------------------------------------------------------------------
	Basic
---------------------------------------------------------------------------- */

body {
 /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 */
  font-family: 'elektra_light_proregular';
  /*
  background-image: url(../images/ref/01.png);
  background-repeat: no-repeat;
  background-position: center top;
  height:5000px;
*/
  color:#000;

}

:focus,
a:link,
a:visited {
  outline: 0;
  border: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1, h2 {
  font-family: 'elektra_medium_proregular';
}


strong {
  font-family: 'elektra_medium_proregular';
}

#gallery-1 img {
  border:2px solid #FFF !important;
}

.mobile {display:block;}
.desktop {display:none;}

/* ----------------------------------------------------------------------------
	Layout
---------------------------------------------------------------------------- */

.wrapper {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}

.container {
  width:100%;
  float:left;
}

.first-container {
  margin-top:80px;
}

.items {
  width:100%;
  float:left;
  margin-top:20px;
  margin-bottom:80px;
}

.items-home {
  text-align: center;
  min-height:auto;
}

.items-home a {
  height:100%;
  width:100%;
  float:left;
  opacity: 0.6;
}
.items-home a:hover {
	opacity: 1;
}

.items-home.inactive {
  opacity: 0.5;
}

.items-home img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto\9;
}

.img-hover {
  /*display:none;*/
  display:inline;
}


.img-normal {
  /*display:inline;*/
  display:none;
}


.sidebar {
  width:12%;
  float:left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 50px;
  margin-bottom: 0;
}

.footer-nav {
  float:left;
  margin-top:50px;
  /*text-align: center;*/
}

.sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.sidebar ul a {
    display: block;
    padding: 3px;
}

.sidebar ul a:link, .sidebar ul a:visited {
    color: #FFF;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .3;
}

.sidebar ul a:hover {
    opacity: 1;
}

.content {
  width:100%;
  float:left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.content img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto\9;
}

.content h1 {
  font-size: 50px;
  margin:0;
  padding: 0;
  line-height: 100%;
  font-family: 'elektra_medium_probold';
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  margin-top: 45px;
  margin-bottom: 0;
}

.content h2 {
  font-size: 25px;
  margin:0;
  padding: 0;
  line-height: 100%;
  font-family: 'elektra_light_proregular';
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.content p { 
  line-height: 170%;
  font-size: 18px;
  margin-bottom:18px;
}

.content p a:link, .content p a:visited {
  color:inherit;
} 

.content p a:hover {
  text-decoration: none;
}

.header-container {
  z-index:100;
  position: fixed;
  width:100%;
  left:0;
  /*float:left;*/
  height:60px;
  /*background:red;*/
  display: inline-block;
  background:#FFF; 
}

.logo {
  float:left;
  margin-top:10px;
}

.main-navigation {
  position: relative;
  float:left;
}

.languages {
  float:right;
  margin-top:47px;
  margin-right: 10px;
}

.languages ul {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

.languages ul li {
    display: inline;
    list-style-type: none;
}

.languages ul a { padding: 3px 10px; }

.languages ul a:link, .languages ul a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    font-family: 'elektra_text_proregular';
    opacity: 1;
    color: #000;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
    opacity: 1;
}

.languages ul a:hover {
   opacity: .7;
}

.social {
  float:right;
  /*display: inline-block;*/
  margin-top: 61px;
}

.social a:link, .social a:visited {
  margin-left:10px;
  margin-right:0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}

.social a:hover {
  opacity: .7;
}

.container-footer {
  width:100%;
  float:left;
  margin-top:40px;
}

.logo-footer {
  float:left;
  margin-top:0px;
  width:100%;
  text-align: center;
}

.container-footer p {
 white-space: pre-line;
  float:left;
  margin-left:0;
  margin-top:0;
  font-size:14px;
  width:100%;
  text-align:center;
}

.social-footer {
  position: relative;
  width:100%;
  float:left;
  display: inline-block;
  margin-top:0;
  margin-left:0;
  margin-bottom:100px;
  text-align: center;

}

.footercustom_links {
	float: left;
	margin-left: 0;
	margin-top: 0;
	font-size: 14px;
	width: 100%;
	text-align: center;
	clear: right;
}
.footercustom_links ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footercustom_links ul li {
	display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
}
.footercustom_links ul li a {
	text-transform: uppercase;
    font-size: 13px;
    font-family: 'elektra_text_proregular';
    opacity: 1;
    color: #000;
    text-decoration: none;
}
.footercustom_links ul li a:hover {
	text-decoration: underline;
}

.laus {
  display:none;
  position:relative;
  bottom:0;
  right:0;
}

.social-footer a:link, .social-footer a:visited {
  margin-left:10px;
  margin-right:10px;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 1;
}

.social-footer a:hover {
  opacity: .7;
}

.footer-right {
  float:left;
  width:100%;
  text-align: center;
}

.content form {
  /*background:red;*/
}

#gallery-1 .gallery-item {
  margin:0;
}

#gallery-1 img {
  border: 2px solid #FFF !important;
  border-left: 10px solid #FFF !important;;
  border-right: 10px solid #FFF !important;;
}

.slider-container {
  width:100%;
  float:left;
  position:relative;
}

.breaking-news-container {
  overflow:hidden;
  position: absolute;
  width:100%;
  left: 0;
  bottom:0;
  background:#545454;
  z-index:2000;
  font-size:85%;
}

.breaking-news-container-title {
  background:#000;
  position: absolute;
  left: 0;
  bottom:0;
  z-index:2001;  
  height:100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#FFF;
  
}

.breaking-news-container-title p {
  margin-top:20px;
}


ul.breaking-news {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

ul.breaking-news li {
    display: inline-block;
    list-style-type: none;
    color:#FFF;
  padding-top: 10px;
  padding-bottom: 10px;

}

/*
ul.breaking-news a { 
  padding: 0; 
}

ul.breaking-news a:link, ul.breaking-news a:visited {
    color: #333;
    text-decoration: none;
}

ul.breaking-news a:hover {
    color: #CCC;
}
*/

span.breaking-news-author {
  color:#b3b3b3;
}


/* ----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

.nav-mobile-btn {
  display:block;
  position: absolute;
  top:15px;
  right:30px;
}

.main-navigation-mobile-container {
  display:none;
  width:100%;
  float:left;
  margin-top:50px;
  text-align: center;
}

.languages-mobile ul {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

.languages-mobile ul li {
    display: inline;
    list-style-type: none;
}

.languages-mobile ul a { padding: 0px; }

.languages-mobile ul a:link, .languages-mobile ul a:visited {
    color: #000;
    opacity: 1;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.languages-mobile ul a:hover {
    opacity: .7;
}

.main-navigation-mobile ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.main-navigation-mobile ul a {
    display: block;
    padding: 0;
}

.main-navigation-mobile ul a:link, .main-navigation-mobile ul a:visited {
    color: #000;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
}

.main-navigation-mobile ul a:hover {
    opacity: .7;
}

.social-mobile a:link, .social-mobile a:visited {
  margin-left:10px;
  margin-right:10px;
}

.social-mobile a:hover {
   opacity: .7;
}

.main-navigation {
  float:left;
  /*display:block;*/
  margin-top:45px;
  margin-left:25px;
}

/*.main-navigation:hover { opacity: 1; }*/
/*.admin-bar .main-navigation { top: 32px; }*/
/*
.main-navigation a:hover,
.main-navigation a:active { color: inherit; }
*/
.main-navigation .menu { float: left; }

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3.62;
  white-space: nowrap;
}

.main-navigation ul a {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  text-decoration: none;
}

.main-navigation ul li a:link, .main-navigation ul li a:visited {
  text-transform: uppercase;
  font-size:13px;
  font-family: 'elektra_text_proregular';
  opacity: 1;
  color: #000;
}

.main-navigation ul li a:hover {
  opacity: .7;
}


.main-navigation .menu > ul > li > a .menu-item-description { display: none; }

/* submenu */

.main-navigation li ul {
  position: absolute;
  visibility: hidden;
  min-width: 100%;
  left: -1.62em;
  top: 138%;
  padding: 0 0 .38em;
  margin: 0;
  text-transform: none;
  opacity: 0;
  z-index: 99;
}

.main-navigation li:hover > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.main-navigation li li,
.main-navigation li li a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-navigation li li {
  float: none;
  display: block;
  margin: 0;
  line-height: 1.62;
  border-top: 1px solid;
}

.main-navigation li li:first-child { border: 0; }

.main-navigation li li > a {
  display: block;
  min-width: 10em;
  padding: .62em 1.62em;
  color: inherit;
}

/* Arrows for menu item with submenu */
/*
.main-navigation li .menu-item-has-children > a:after {
  content: '\f510';
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -1.19em 0 0;
}
*/

.main-navigation li .menu-item-has-children > a { padding-right: 2em; }

/**
* Sub-submenu :)
*/

.main-navigation li li ul {
  visibility: hidden;
  padding-top: .38em;
  left: 119%;
  right: auto;
}

.main-navigation li li:hover > ul {
  left: 100%;
  right: auto;
  top: -.38em;
}

/**
* Active menu item
*/
/*
.main-navigation .menu a:hover,
.main-navigation .menu li:hover > a,
.main-navigation .menu li.active-menu-item > a { opacity: 1; }
*/

/* ----------------------------------------------------------------------------
  Contact Form 7
---------------------------------------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    font-family: 'elektra_light_proregular';
    font-weight: normal;
    background-color: #fff;
    color: #000;
    width: 97%;
    border:none;
    border: solid 1px #000;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


.wpcf7 input[type="text"].wpcf7-captchar {
    width:15%;
}

.wpcf7 input[type="submit"] {
    font-family: 'elektra_light_proregular';
    font-weight: normal;
    border:none;
    background-color: #000;
    color: #FFF;
    width: 98%;
    border:none;
    border: solid 1px #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wpcf7 input[type="submit"]:hover {
  background: #FFF;
  border:solid 1px #000;
  color:#000;
}



/* ----------------------------------------------------------------------------
	WOOCOMERCE
---------------------------------------------------------------------------- */
.woocommerce .woocommerce-ordering select {
	padding: 6px 12px;
	border: 1px solid #000000;
	border-radius: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 48%;
	margin: 0 0 30px 0;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: right;
    clear: none!important;
}

.woocommerce div.product .product_title {
	margin-top: 45px;
	margin-bottom: 15px;
	text-transform: none;
}

.woocommerce ul.products li.product h3 {
	color: #000000;
	font-family: 'elektra_medium_proregular';
	font-size: 18px;
	line-height: 1.1;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}
.woocommerce ul.products li.product .price {
	color: #808080;
	font-family: 'elektra_light_proregular';
	font-size: 18px;
	line-height: 1.1;
	font-weight: 300;
}

.woocommerce div.product div.summary p {
	margin: 0;
    margin-bottom: 18px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #808080;
	font-family: 'elektra_light_proregular';
	font-size: 18px;
	line-height: 1.1;
	font-weight: 300;
}
.woocommerce .quantity .qty {
	padding: 4px;
	border: 1px solid #1D1D1B;
	border-radius: 0;
}
.woocommerce div.product form.cart .button {
    background: url('../images/icon-cart.png') no-repeat center center;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    margin: 2px 5px 0 5px;
}


.woocommerce ul.products li.product:after, .woocommerce-page ul.products li.product:after {
	content: " ";
	display: table;
	clear: both;
}
.woocommerce ul.products li.product h3 {
	padding-right: 32px;
}
.woocommerce ul.products li.product .price {
	padding-right: 32px;
}
/* BOTON CESTA DEL LISTADO */
.woocommerce ul.products li.product .button {
	position: absolute;
	right: 0;
	bottom: 30px;
	background: url('../images/icon-cart.png') no-repeat center center;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    padding: 0;
    margin: 0 5px;
}


.woocommerce ul.products li.product a img {
	border: 1px solid #1D1D1B;
}

.woocommerce div.product div.images {
	width: 58%;
}
.woocommerce div.product div.summary {
	width: 38%;
}

.woocommerce .related {
	border-top: 1px solid #1D1D1B;
	margin: 15px 0 15px 0;
}
.woocommerce .related h2 {
	font-size: 34px;
	text-transform: none;
	padding-top: 40px;
	margin-bottom: 15px;
}

.woocommerce .product .descripcion table {
	max-width: 100%;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}
.woocommerce .product .descripcion table tr td {
	vertical-align: top;
	padding-bottom: 15px;
}
.woocommerce .product .descripcion table tr td h6 {
	font-family: 'elektra_light_proregular';
	font-size: 0.8em;
	margin: 0;
}
.woocommerce .product .descripcion table tr td strong, .woocommerce .product .descripcion table tr td b {
    font-family: 'elektra_medium_proregular';
}


/* CESTA */
.woocommerce table.shop_table {
	border-radius: 0;
	margin-bottom: 70px;
}
.woocommerce-cart table.cart thead th, .woocommerce table.cart td.actions {
	background: #E5E5E5;
}
.woocommerce table.cart td.product-name {
	color: #000000;
	font-family: 'elektra_medium_proregular';
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 60px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	background: #666666;
	color: #ffffff;
	font-family: 'elektra_light_proregular';
	font-size: 15px;
	height: 34px;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	background: #515151;
	color: #ffffff;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	color: #ffffff;
	background-color: #666666;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 34px;
	width: 140px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 32px;
	margin: 0;
	margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	margin: 0;
	border: 0;
	border-top: 1px solid #000000;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	font-size: 16px;
	border-top: 1px solid #000000;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0 0 30px 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #000000;
	font-size: 16px;
	color: #ffffff;
	border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #222222;
	color: #ffffff;
}

/* CHECKOUT */
.woocommerce-page h1 {
	margin-bottom: 25px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: 0;
	border-top: 1px solid #1D1D1B;
	border-bottom: 1px solid #1D1D1B;
	background: #E5E5E5;
	color: #000000;
	font-family: 'elektra_light_proregular';
	font-weight: 400;
}
.woocommerce-page .woocommerce-info a {
	color: #000000;
	font-family: 'elektra_light_proregular';
	font-weight: 700;
}
.woocommerce-page .woocommerce-info:before {
	color: #000000;
	content: "\e01d";
}
.woocommerce .checkout h3 {
	margin-top: 50px;
}
.woocommerce .checkout .col2-set h3 {
	margin-top: 0;
}
.woocommerce table.shop_table thead th {
	background: #E5E5E5;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	padding: 10px 20px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
	border-radius: 0;
	padding: 6px;
	border: 1px solid #1D1D1B;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {
	border-radius: 0;
	border: 1px solid #1D1D1B;
}
.woocommerce .select2-container .select2-choice {
	border: 0;
	border-radius: 0;
}
.woocommerce form .form-row input.button {
	border-radius: 0;
	font-weight: 400;
	background: #666666;
	color: #ffffff;
}
.woocommerce form .form-row input.button:hover {
	background: #515151;
	color: #ffffff;
}
.woocommerce-checkout #payment div.payment_box p {
	margin: 0;
	margin-bottom: 15px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #000000;
	font-size: 16px;
	color: #ffffff;
	border-radius: 0;
	padding: 12px 25px;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #222222;
	color: #ffffff;
}

.woocommerce .order_details li {
	font-family: 'elektra_light_proregular';
	font-weight: 400;
	font-size: 14px;
}


.owl-nav.disabled {
	display: none;
}


/* ----------------------------------------------------------------------------
	996
---------------------------------------------------------------------------- */
@media only screen and (min-width: 996px) {

  .mobile {display:none;}
  .desktop {display:block;}

  .nav-mobile-btn {
    display:none;
  }

  .wrapper {
    width: 996px;
    margin: 0 auto;
  }

  .first-container {
    margin-top:0px;
  }

  .header-container {
    position: relative;
    width:100%;
    float:left;
    height:100px;
    /*background:red;*/
    display: inline-block; 
  }

  .logo {
    float:left;
    margin-top:45px;
  }

  .main-navigation {
    position: relative;
    float:left;
  }

  .languages {
    float:right;
    margin-top:47px;
    margin-right: 10px;
  }

  .content {
    width:86%;
    float:right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .logo-footer {
    float:left;
    margin-top:172px;
    text-align: left;
    width:auto;
  }

  .container-footer p {
    float:left;
    /*margin-left:20px;
    margin-top:190px;*/
    margin-left:10px;
    margin-top: 6px;
    font-size:14px;
    text-align: left;
     width:auto;
  }

  .social-footer {
    float:left;
    display: inline-block;
    /*margin-top:185px;*/
    margin-left:20px;
    margin-bottom:0;
    text-align: left;
    width:auto;
  }

  .social-footer a:link, .social-footer a:visited {
    margin-left:10px;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
  }

  .social-footer a:hover {
    opacity: .7;
  }
  
	.footercustom_links {
		float: left;
	    margin-left: 10px;
	    margin-top: 174px; /*190px;*/
	    font-size: 14px;
	    text-align: left;
	    width: auto;
	    clear: right;
	}
	.footercustom_links ul {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.footercustom_links ul li {
		display: inline-block;
	}

  .laus {
    display:block;
    position:absolute;
    bottom:0px;
    right:-75px;
  }

  .footer-right {
    position: absolute;
    bottom:0;
    right:0;
    /*float:right;*/
    width:10%;
    /*
    text-align: right;
    text-align: left;
    */
    width:auto;
  }

  .content h1 {
    font-size: 100px;
  }

  .content h2 {
    font-size: 50px;
  }

  .content p { 
    font-size: 18px;
  }

  .items {
    margin-top:40px;
  }

}

/* ----------------------------------------------------------------------------
  1100
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1100px) {

  .wrapper {
    width: 1100px;
    margin: 0 auto;
  }

  /* ----------------------------------------------------------------------------
    Contact Form 7
  ---------------------------------------------------------------------------- */

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea{
      width: 50%;
      border:none;
      border: solid 1px #000;
      padding-left: 10px;
      padding-right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
  }


  .wpcf7 input[type="text"].wpcf7-captchar {
      width:15%;
  }

  .wpcf7 input[type="submit"] {
      width: 51.5%;
      border:none;
      border: solid 1px #000;
      padding-left: 0;
      padding-right: 0;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .wpcf7 input[type="submit"]:hover {
    background: #FFF;
    border:solid 1px #000;
    color:#000;
  }

}


@media only screen and (max-width: 768px) {
	.woocommerce div.product div.images {
		width: 100%;
	}
	.woocommerce div.product div.summary {
		width: 100%;
	}
}

