/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*LOGO*/
div.logo a.tm-logo div.uk-scrollspy-init-inview {
	margin: 30px auto 10px;
	width: 500px;
}

/*TIPOGRAFIA WEB*/
article.uk-article div.headline-border  {
	border-top: solid 1px #AFAFB4;
	text-align:center;
}

.headline-border h1.uk-panel-title {
	font-size:17px;
	padding: 8px 0 15px; ;
	margin-top:30px;
	margin-bottom:10px;
	background-image:url(../../../images/atelier_img/linea-h3.png);
	background-position:center top;
	background-repeat:no-repeat;

}
.headline-border h1.uk-panel-title::before, .headline-border h1.uk-panel-title::after{
	background:none;
}

/*PORTADA INICIAL*/
#atelier-full{
	background-color:#000000;
	background-image:url(../../../images/atelier_img/portada-atelier-simple.jpg);
	background-size:cover;
	background-position:center center;
	/*position:relative;
	height:100vh;*/
	/*custom*/
	height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.slogan{
	cursor:pointer;
  position:absolute;
  top:45%;
  text-align:center;
  width:100%;
  color:#fff;
  font-size:36px;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);  
}

div.slogan-home {
	text-align:center;
	margin-top:-50px;
	color:#ffffff;
	text-shadow:2px 2px 2px rgba(14, 14, 14, 1);
}
div.slogan-home h4 {

	color:#ffffff;
}
/*MENU PRINCIPAL */
div.menu-inner ul.uk-navbar-nav li.uk-parent {
	display: inline-block !important;
	cursor:pointer;
}
div.menu-inner ul.uk-navbar-nav li:first-child {
}
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(52, 152, 219, 0);
    font-weight: bold;
}

div.menu-inner ul.uk-navbar-nav li.uk-parent div.uk-dropdown {
	background-color: #262626;
    border-color: #3d3d3d;
	padding:0 15px;
	font-size:14px;
}
div.menu-inner ul.uk-navbar-nav li.uk-parent div.uk-dropdown ul li {
    border-bottom-style: solid;
    border-bottom-color: #3d3d3d;
    border-bottom-width: 1px;
}
div.menu-inner ul.uk-navbar-nav li.uk-parent div.uk-dropdown li a{
	color:#9d9d9d;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #262626 none repeat scroll 0 0;
    color: #ffffff !important;
}
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 80px;
  padding: 0 15px;
  line-height: 80px;
  /* 2 */
  color: #222222;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: normal;
}
/*ICONOS SOCIALES*/
a.sociales-atelier i {
	font-size:1.5em;
}
a.sociales-atelier img {
	display:none;
}

/*CARRITO&LOGIN EN MENU*/
.uk-navbar-nav > li > a[href="#"] {
    cursor: pointer !important;
}
div.menu-inner  ul~ul {
	float:right !important;
	position:absolute;
	background-size: 50%;
	cursor:pointer !important;
}
div.menu-inner  ul~ul > li.uk-parent > a::after {
	opacity:0;
	content: normal;
}

/* Seleccionar el penúltimo elemento */
div.menu-inner ul:nth-last-child(2) { 
	right:50px;
	background-image: url("../../../images/atelier_img/logo-bag2-white-vacio.png");
	background-position: center center;
	background-repeat:no-repeat;
	width:40px; 
 }
 div.menu-inner  ul.nonempty { 
	background-image: url("../../../images/atelier_img/logo-bag2-white-lleno.png") !important;
 }

/* Seleccionar el último elemento */
div.menu-inner ul:last-child {
	right:20px;
	background-image: url("../../../images/atelier_img/logo-login-white2.png");
	background-position: center center;
	background-repeat:no-repeat;
	width:40px;
	/*de-momento*/
	/*display:none !important;*/
}

div.menu-inner ul:first-child ul {
	width: auto;
	background-image: none;
}
div.menu-inner  div.logout-button {
	padding:15px 0;

}
div#hikashop_cart_module a {
/*	color: #ffffff;*/
}
div.menu-inner form#login-form div.userdata {
	padding:10px 0px;
}
div.menu-inner form#login-form div.userdata div.controls {
	padding-top:10px;
}
/*MENU FLOTANTE*/
div.uk-sticky-placeholder div.menu-inner.uk-animation-slide-top {
	/*border-bottom: 2px solid #666;*/
}
/*CARRITO&LOGIN EN HEADER*/
div.headerbar {
	position:relative;
}
div.headerbar div.login-menu {
	position:absolute;
	right:60px;
}
div.headerbar div.carrito {
	position:absolute;
	right:0px;
}
/*POPUP*/
.uk-close-alt {
    background: #666666 none repeat scroll 0 0;
}
div.uk-modal-dialog-frameless h4.header-form-contact {
	color:#666666 !important;
}
/*LOGIN USUARIOS*/
div.menu-inner form.uk-form {
	padding:15px 0;
}

/* APARTADOS COMUN*/
.uk-container {
    padding: 10px 35px 35px;
}
div.main-article-image {
	margin-bottom:30px;
	text-align:center;
}
div.main-article-image img {
	max-width:75%;
}
body.legal article p, body.legal article li{
	text-align:justify;
}
/* APARTADO DOGMA*/
div.dogma-bg {
	text-align:center;
	position:relative;
	overflow:hidden;
}
div.dogma-img {
	max-width:75%;
	margin:0 auto;
	opacity:0.4;
	border: solid 3px #A77052;
/*	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	background-image:url(../../../images/atelier_img/background-dogma.jpg);*/
}
div.dogma-bg div.dogma-text {
    color: #ffffff;
/*    font-size: 1.9vw;*/
	font-size:1em;
    /*font-weight: bold;*/
    position: absolute;
    text-transform: uppercase;
    top: 10%;
    width: 100%;
	max-width:1200px;
	line-height:2.5em;
	/*text-shadow: 2px 2px 2px rgba(14, 14, 14, 1);*/
}
div.dogma-bg div.dogma-text h4{
	text-transform:uppercase;
	font-size:1.2em;
}

/*CARRITO MENU*/
div.menu-inner div#hikashop_cart_module {
	color:#cccccc;
}
div.menu-inner div#hikashop_cart_module div#hikashop_cart {
	padding: 10px 0;
}
div.menu-inner div#hikashop_cart_module a.hikashop_small_cart_checkout_link {
	color:#ffffff;
	
}
div.menu-inner div#hikashop_cart_module a.hikashop_small_cart_clean_link {
}
div.menu-inner div#hikashop_cart_module input.hikashop_cart_input_button {
	background-color: #555555;
    margin-top: 10px;
}
div#offcanvas div.carrito-mobile {
	border-top: solid 1px #666666;
	margin-top: 10px;
    padding-top: 15px;
}
div#offcanvas div.carrito-mobile div#hikashop_cart {
	text-align:center;
}
div#offcanvas div.carrito-mobile div#hikashop_cart span.hikashop_small_cart_total_title {
	display: block;
    font-size: 1.25em;
}
div#offcanvas div.carrito-mobile div#hikashop_cart input.hikashop_cart_input_button {
	background-color: #1d1d1d;
    color: #eeeeee;
    padding: 5px 10px;
}
/*TIENDA*/
div.hikashop_product_page {
	border-top: 1px solid #afafb4;
	padding-top:30px;
}

div#hikashop_product_top_part_responsive {
		display:none;
	}
div.hikashop_product_page h1.title-product {
	text-align:left;
	text-transform:uppercase;
	font-size:1.5em;
	margin-bottom:4px;
}
div.hikashop_product_main_image_subdiv {
	width:100% !important;
}
div#hikashop_image_main_thumb_div, div.hikashop_product_main_image {
	height:auto !important;
}
img#hikashop_main_image {
	width:100%;
}
div#hikashop_small_image_div {
	text-align:center;
	margin-top:40px;
	display:table;
	width:100%;
}
div.hikashop_product_description_main {
	text-align:justify;
}
div#hikashop_small_image_div a {
	display:table-cell;
}
img.hikashop_child_image {
    height: auto;
	/*max-width:25%;*/
}
span.hikashop_checkout_payment_image {
	margin-left:25px;
}

.sbox-content-image img {

}
div.measure-product table {
}
div.measure-product span {
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
}
div#hikashop_product_description_main h5 {
	margin:20px 0 10px;
}
div#hikashop_product_quantity_main {
	margin-top:30px;
}
.hikashop_product_quantity_field {
    height: 35px !important;
    text-align: center;
    width: 25px;
}
div.price-product {
	font-size:1.5em;
}
div.hikashop_product_quantity_input_div_default {
	display:inline-block;
	float: left;
    margin-bottom: 20px;
}
div.hikashop_product_quantity_input_div_default input#hikashop_product_quantity_field {
}
div.hikashop_product_quantity_change_div_default {
	display:inline-block;
}
div.hikashop_product_quantity_change_div_default{
	font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    margin-left: 10px;

}
div.hikashop_product_stock  input.hikashop_cart_input_button {
	backface-visibility: hidden;
    background-color: #1d1d1d;
    color: #fff;
    transition: opacity 0.1s linear 0s;
}
div.hikashop_product_stock div.hikashop_product_quantity_add_to_cart_div_default input {
	width:100%;
		backface-visibility: hidden;
    background-color: #1d1d1d;
    color: #fff;
    transition: opacity 0.1s linear 0s;
	padding:21px 34px;
	text-transform:uppercase;
}
div.hikashop_product_stock div.hikashop_product_quantity_add_to_cart_div_default input:hover {
	opacity:0.8;
}
div#hikashop_checkout_cart tr th {
	border-bottom: solid #666666 1px;
	font-size:16px !important;
}
div#hikashop_checkout_cart td {
	vertical-align:middle;
}
div#hikashop_checkout_cart td.hikashop_cart_product_image_value img {
	max-height:100px;
}
div.hikashop_checkout_page input.button {
	background-color:#7d7d7d !important;
}
div.hikashop_checkout_page input#hikashop_checkout_next_button {
	background-color: #1d1d1d !important;
    padding: 10px 20px;
    text-transform: uppercase;
}
div.hikashop_checkout_page input#hikashop_checkout_next_button:hover {
	opacity:0.8;
}
div.hikashop_checkout_page .chzn-container-single .chzn-single {
	border-radius: 0px;
	padding:4px 6px;
	background-color:#ffffff;
	background-image:none;
}
div#hikashop_checkout_address_billing_selector_chzn {
	width:auto !important;
}
div#hikashop_checkout_billing_address_selection input.checkout_billing_address_radio {
}
div#hikashop_checkout_billing_address_selection > div >div {
}
div#hikashop_checkout_billing_address_selection div.hikashop_address_content {
}
div#hikashop_checkout_address div.hika_edit {
	margin:10px 0;
}
div#hikashop_checkout_address div.hika_edit a {
	background-color: #1d1d1d;
	padding:5px 10px;
	margin-right:10px;
	color:#eeeeee;
}
div#hikashop_checkout_address div.hika_edit a img {
	display:none;
}

div#hikashop_checkout_page div#hikashop_checkout_login {
}
div#hikashop_checkout_page div#hikashop_checkout_login legend{
	margin-bottom:10px;
	border:none;
}
div#hikashop_checkout_page div#hikashop_checkout_login div.control-group{
	margin-bottom:10px;
}
div#hikashop_checkout_page div#hikashop_checkout_login .control-group input {
    height: auto;
}
div#hikashop_checkout_page div#hikashop_checkout_login .control-group a.chzn-single {
	padding:4px 6px;
	background-color:#ffffff;
	background-image:none;
} 
div#hikashop_checkout_page div#hikashop_checkout_login .control-group span.add-on {
	border-radius: 0;
}
div#hikashop_checkout_page div#hikashop_checkout_login .control-group i {
	color:#666;
}
div#hikashop_checkout_page div#hikashop_checkout_login .control-group input.btn {
	background-color:#1d1d1d !important;
} 
div#hikashop_order_main fieldset#htmlfieldset_billing {
	margin-right:20px;
	max-width:95%;
}
div#hikashop_order_main legend {
	background:none !important;
}
fieldset#htmlfieldset_products legend {
	border:none;

}
fieldset#htmlfieldset_products thead {
	background-color:#585C65;
	text-align:left;
}
fieldset#htmlfieldset_products thead th{
	padding:6px;

}
div#hikashop_checkout_terms input#hikashop_checkout_terms_checkbox, div#hikashop_checkout_terms label {
	margin:5px;
	vertical-align:middle;
	display:inline-block;
}
div#modal-shop_terms_and_cond div.modal-header  {
	background-color:#666666;
}
div#modal-shop_terms_and_cond div.modal-header h3 {
	color: #dddddd !important;
    font-size: 16px;
    line-height: 1.25em;
}
div#modal-shop_terms_and_cond div.modal-header .close {
	opacity:0.8;
	line-height:1em;
}
div#modal-shop_terms_and_cond div.modal-body {
	max-height:100%;
}
div#hikashop_order_listing thead tr th{
	border-bottom: solid 1px #666;
}
div#hikashop_order_listing div.hikashop_header_buttons a {
	background-color: #1d1d1d;
    color: #eeeeee;
    margin-right: 10px;
    padding: 5px 10px;
}
div#hikashop_order_listing table#hikashop_order_listing tr td {
	background: none;
}
div#hikashop_order_listing table#hikashop_order_listing div.pagination {
	margin-top:20px;
}
div#hikashop_order_listing table#hikashop_order_listing div.pagination a {
	border-radius:0px;
}
div#hikashop_order_listing div.hikashop_header_title h1 , div#hikashop_order_main div.hikashop_header_title h1 {
	background-color: #585c65;
    font-size: 16px;
    line-height: 2em;
    padding-left: 10px;
    text-transform: uppercase;
}
div#hikashop_order_main div#hikashop_order_right_part {
	border-bottom: solid 1px #666666;
	font-weight: bold;
	margin-bottom:10px;
}
div#hikashop_order_main a#hikashop_order_back_button {
	background-color: #1d1d1d;
    color: #eeeeee;
    margin-right: 10px;
    padding: 5px 10px;
}
div#hikashop_order_main a#hikashop_order_back_button span {
	float:left;
}
/*MENU FOOTER*/

.tm-footer, .uk-subnav li a {
    color: #999;
    font-size: 12px;
}
.tm-footer, .uk-subnav li a:hover {
    color: #444;
    font-size: 12px;
}


/*APARTADO WORK*/
div.info-work div.main-article-image img {
	max-width:100%;
}

/*FORMULARIO CONTACTO*/




/***************************/
/*ESTILO COLOR 1
/***************************/
html {
	background-color:#444851;
}
body {
	background-color:#444851;
	color:#eeeeee !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #EEEEEE !important;
}
legend {
    border-color: #666666 !important;
	font-size: 16px !important;
}
a, .uk-link {
    color: #A77052;
}
.tm-totop-scroller {
    color: #999;
}
a.uk-navbar-toggle {
	color:#ffffff !important;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	background: #666666;
    color: #dddddd;
}
.uk-navbar-nav > li > a {
    color: #FFFFFF !important;
}
.uk-navbar-nav > li > a:hover {
    color: #A77052 !important;
}
.uk-navbar-nav > li.uk-active > a {
	color:#A77052 !important;
}
.uk-navbar, .menu-inner, .uk-container{
    background-color: #444851 !important;
	color:#DDDDDD !important;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    color:#A77052 !important;
}
div.tm-footer ul.uk-subnav li a:hover {
	color: #A77052 !important;
}
.uk-subnav > .uk-active > * {
    color: #ffffff !important;
	font-weight:bold;
}
.uk-panel-title {
    color: #ffffff !important;
}
article.uk-article div.headline-border {
    border-top: 1px solid #A77052 !important;
}
article.uk-article div.headline-border h1{
	color: #A77052 !important;

}
.headline-border h1.uk-panel-title {
    background-image: url("../../../images/atelier_img/linea-h3-color1.png");
}
div.tm-footer p {
	color:#bbbbbb;
}
div#hikashop_product_quantity_main a {
	color:#cccccc;
	font-size: 2em;
    line-height: 0.75em;
}
div.pie-custom a {
	color:#cccccc;
}
div.info-contact h5 {

}
div.info-contact a, div.info-contact a:hover {
	color:#999999;
}
.uk-alert-success {
	color:#dddddd;
}
.uk-alert-success, .uk-alert-danger {
	background-color:#575D68;
	/*border-bottom: 1px solid #C9C9C9;*/
}
.uk-alert-success h2, .uk-alert-danger h2 {
	font-size: 20px;
}
div#hikashop_checkout_cart a {
	color: #dddddd !important;
}
div#hikashop_payment_methods td, div#hikashop_checkout_cart td, div#hikashop_shipping_methods td {
	background:none;
}
div.hikashop_cart_product_quantity_refresh, div.hikashop_cart_product_quantity_delete {
	display:none;
}
div#hikashop_checkout_cart tr th {
	color:#ffffff !important;
}
div#hikashop_payment_methods label.btn, table.hikashop_shipping_methods_table label.btn {
	border: 1px solid #919ea0;
    color: #919ea0;
	background:none ;
}
div#hikashop_payment_methods label.btn.active, div#hikashop_payment_methods label:hover, table.hikashop_shipping_methods_table label.btn.active, table.hikashop_shipping_methods_table label:hover {
	background-color:#1d1d1d;
	border: 1px solid #1d1d1d;
	color:#eeeeee;
}
div.hikashop_product_page {
    border-top: 1px solid #A77052;
}
div.hikashop_product_page hr {
	border-color:#666666;
	margin:10px 0;
}
.chzn-container .chzn-results li.active-result {
    color: #555;

}
div#hikashop_checkout_terms a#shop_terms_and_cond {
	color:#ffffff !important;
}
div#hikashop_checkout_terms a#shop_terms_and_cond:hover {
	color:#A77052 !important;
}
/*OCULTO COMPRAR DEL H-P SLIM*/
div#hikashop_product_AGSHOP_HP_SL001_page div#hikashop_product_quantity_main {
	display:none;
}



/***************************/
/*MEDIA QUERIES
/***************************/


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1199px) {


}
/* MYCUSTOM */
@media (max-width: 767px) {
	div#hikashop_product_top_part {
		display:none !important;
	}
	div#hikashop_product_top_part_responsive {
		display:block !important;
	}

}	
@media (max-width: 900px) {
	div.dogma-bg div.dogma-text {
 	    font-size: 1.7vw;
    	line-height: 1.8em;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 979px) {
		

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
		div.dogma-bg div.dogma-text {
 	    font-size: 1.6vw;
    	line-height: 1.7em;
	}
	

}