@charset "utf-8";
/* CSS Document */
/* Sapolski CSS */

@import url('../fonts/fonts.css');

/*- Rules for sizing the icon. -*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 24px; }
.material-icons.md-48 { font-size: 36px; }

/*- Rules for using icons as black on a light background. -*/
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 1.1 =Reset
---------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

address, cite, q, dfn {
  font-style: normal;
}

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

h1{
    line-height: 1.5;
}

a, ins, del {
  text-decoration: none
}

a:active, a:focus, a:hover{
	transition: color 0.3s linear;
  	-moz-transition: color 0.3s linear;
    outline: 0;
    outline-style:none;
    outline-width:0;
}

p {
    letter-spacing: 0.5px;
	margin: 0px;
}

del { text-decoration: line-through; }
li  { list-style: none; }

button,
input[type="submit"],
input[type="image"],
label,
label > input[type="checkbox"],
label > input[type="radio"] {
  cursor: pointer;
}

label {
	cursor: default;
}

/* */

body {
	font: 400 14px/20px "HelveticaNeue-ThinCond", Helvetica, Arial, sans-serif;
  	font-size: 16px;
    font-weight: 400;
	color: black;
	letter-spacing: 0.5px;
    font-stretch: condensed;
	-webkit-font-smoothing: antialiased;
}

body, html {
	background-color: mistyrose;
	height: 100%;
}


/* Esenciales */

#wrapper{
	min-height: 100%;
    width: 100vw;
    height: calc(100% - 70px);
    margin: 0 auto;
    margin-top: 70px;
    border: 0px;
}

#main{
	width: 100%;
	height: 90px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#site {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: calc(100% - 0px);
    margin: 0 auto;
	position:relative;
	overflow-x: hidden;
}

#mask50{
    background-color: black;
    opacity: 0.4;
    position: fixed;
    -ms-filter: 'alpha(opacity=50)';
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}

#admin_content{
    padding: 20px 20px;
}
.admin_content{
    padding: 20px 20px;
}

.center_block{
	width: 100%;
	height: auto;
	padding:0px;
	border: 0px;
	position:relative;
}


/* HEADER Bar */

#block_header_bar{
	position: fixed;
    top: 0px;
    background-color: white;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 100px;
    max-width: 1000px;
    margin: 0px auto;
    border-bottom: 1px solid #DDD;
}

#block_header_bar__color{
	position: relative;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 120px;
    max-width: 1200px;
    margin: 0px auto;
    /*background-color: #eee;*/
}

/* HEADER Logo */

.block_header_bar__block_logo{
	height: inherit;
    padding: 0 20px;
    margin-left: 0px;
    text-align: center;
    width: calc(100% - 40px);
    position: relative;
    float: left;
}

.header_logo{
	margin-top: 20px;
    height: 80px;
    padding: 0px;
}

.header_logo > a {
	display: inline-block;
	height:100%;
}

.header_logo img{
    height: 100%;
}

.header_logo > a > p{
	font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
}



/* HEADER Menu */

#block_menu_bar {
    display: none;
	visibility: hidden;
}
/*- HACER VISIBLE EL ICONO DE MENU SIEMPRE -*/
#block_menu_bar {
    width: auto;
    height: auto;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    visibility: visible;
}

#block_menu_bar > a {
	font-size: 1rem;
    padding: 0px 0px 0px 0px;
    display: block;
    width: auto;
    font-weight: 300;
    z-index: 10;
    text-align: center;
    height: 24px;
    padding: 5px;
    border: 1px solid black;
}

.block_menu_bar__menu_icon{
	height: inherit;
	width: auto;
	z-index: 1005;
	opacity: 1;
}

.active_tab{

}

#block_menu_max{
	width: 250px;
    height: 100vh;
    background-color: white;
    left: -290px;
    top: 0px;
    position: fixed;
    z-index: 1000;
    padding: 20px 20px 20px 20px;
    border-right: 1px solid #eee;
    transition: left 0.3s linear;
}

#block_menu_page{
    width: 100%;
}

#block_menu_background {
	background-color: black;
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
	visibility: hidden;
	z-index: 999;
}

.menu{
    padding-top: 0px;
    width: 100%;
}

.actual_page{
	position: absolute;
    top: 12px;
    left: 60px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: black;
    font-weight: 300;
	text-transform: uppercase;
	z-index: 1001;
}

.menu_class_1{
    background-color: #f4f4f4;
	padding: 24px 24px 12px 24px;
    width: calc(100% - 48px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 10px 13px; 
	border-top: 1px solid #eee;
}

.menu_class_2{
    background-color: #777;
	margin: 0px;
    padding: 10px 15px 10px 45px;
	width: calc(100% - 60px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 25px 13px; 
	border-top: 1px solid #6a6a6a;
}

.menu_class_3{
    background-color: #888;
	margin: 0px;
    padding: 10px 15px 10px 60px;
	width: calc(100% - 75px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 40px 13px; 
	border-top: 1px solid #7a7a7a;
}

.menu > a{
	font-size: 1.2rem;
    font-weight: 600;
    padding: 2px 5px;
    width: calc(100% - 10px);
    color: #888;
	display: block;
	height: 35px;
}

.menu > a:hover{
	background-color: black;
}



#block_menu_inline {
    display: block;
	visibility: visible;
	position:absolute;
	right: 24px;
	bottom: 12px;
}

/*- ANULAR MENU EN LINEA -*/
#block_menu_inline {
	display: none;
    visibility: hidden;
}

.menu_inline{
    
}

.menu_inline > a {
	font-size: 1rem;
    border-left: 0px;
    padding-left: 12px;
    display: inline-block;
    width: auto;
    font-weight: 400;
    z-index: 1003;
    text-align: center;
    height: 24px;
	text-transform: uppercase;
	color: #888;
}

.menu_inline > a:hover{
	text-decoration-line: underline;
}

#block_menu_idiom {
	float: right;
    width: auto;
    height: auto;
    padding: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 12px;
    right: 24px;
    display: none;
    visibility:hidden;
}
.header_menu_idiom_link{
	color: #888;
}

/* HEADER Others */

#block_header_bar_txtlinks{
	display: inline-block;
    float: right;
    padding: 20px 10px;
    opacity: 1;
    z-index: 101;
}

#block_header_bar_txtlinks > a > img{
	height: 40px;
	width:auto;
}



/*- Logo -*/
.logoweb{
	position:absolute;
	float: left;
    height: 75px;
    padding: 15px 0;
	z-index: 200;
}

.logoweb > a {
	padding: 15px 0;
    height: 100%;
}

.logoweb > a > img {
    display: block;
    height: 100%;
}


/*- Menu by Paco-*/

.navbar-default {
    min-height: 105px;
}

.menu_1 {
	display: block !important;
	visibility:visible;
	border: none;
	padding: 15px 0;
    height: auto !important;
    overflow: visible !important;
	width: auto;
	box-shadow: none;
}

.menu_1 ul {
	float: right;
    margin: 0 auto;
    max-width: 600px;
	list-style: none;
	text-align: center;
	height: 45px;
}

.menu_1 li {
    float: none;
    display: inline-block;
	margin-top: 25.8px;
}

.menu_item{
	color: black !important;
	margin: 0 25px;
	padding: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 20px;
	position: relative;
    display: block;
}

.menu_item_index{
	color: white !important;
}

.menu_item_selected{
	text-decoration-line: underline;	
}

.menu_buttom{
	display: none;
	visibility: hidden;
	border: none;
    padding: 15px 0;
    height: 75px;
    overflow: visible;
    width: auto;
    box-shadow: none;
    color: black;
    position: absolute;
    right: 25px;
}

.menu_buttom ul {
	float: right;
    margin: 0 auto;
    max-width: 600px;
	list-style: none;
	text-align: center;
	height: 45px;
	cursor: pointer;
}

.menu_buttom li {
    float: none;
    display: inline-block;
	margin-top: 30.6px;
}

.menu_buttom p {
    font-size: 1.2rem;
    font-weight: 600;
}


.menu_buttom_index{
	color: white !important;
}

.menu_2 {
	display: none;
	visibility: hidden;
	border: none;
    padding: 0px;
    height: 100vh;
    width: 100vw;
    box-shadow: none;
    z-index: 100;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.9;
}

.menu_2 ul {
    margin: 0 auto;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    top: calc(50% - 12rem);
}

.menu_2 li {
    display: block;
	width: 100%;
	height: auto;
	padding: 15px 0;
}

.menu_2_item{
	color: black !important;
	margin: 0;
	padding: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
	line-height: 4rem;
}


/* Notifications */
.notifications{
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}
.circle_notifications{
	display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 0.7rem;
    color: white;
}
.notification_icon{
	vertical-align: middle;
    height: 15px;
    display: inline-block;
    margin-bottom: 1px;
}
.readed{
    background-color: #bbb;
}
.unreaded{
    background-color: red;
}
.circle_notifications >p{
    font-size: 10px;
    line-height: 20px;
}

#block_notifications{
	width: calc(100vw - 40px);
    height: 100vh;
    background-color: white;
    right: -100vw;
    top: 0px;
    position: fixed;
    z-index: 999;
    padding: 20px 20px 20px 20px;
    transition: right 0.3s linear;
}
#block_notifications_page{
	width: 100%;
}
.notif{
	padding-top: 0px;
    width: 100%;
}
.notif >a{
    padding: 10px 5px 10px 5px;
    width: calc(100% - 10px);
    display: block;
    min-height: 35px;
    border-bottom: 1px solid #eee;
}
.notif_time{
	font-size: 1.1rem;
    font-weight: 600;
    color: #888;
}
.notif_message{
	font-size: 1.1rem;
    font-weight: 600;
    color: black;
}
.menu_notif_title{
	font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 0px;	
}
.menu_notif_subtitle{
	font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0px;	
}
.notif_time_readed{
    color: #ddd;
}
.notif_message_readed{
    color: #ddd;
}



/*- Index -*/

.full_layout{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	z-index:1;
	transition: left 1s, right 1s, opacity 1s;
	-webkit-transition: left 1s, right 1s, opacity 1s; /* Safari */
}



/*- Wrapper -*/
#wrapper {
	width: 100vw;
    max-width: 1200px;
    min-height: 100vh;
    margin: 0px auto;
}

#site_max {
	z-index: 1;
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    padding: 0px;
	position: relative;
}


/*- Components -*/

.container{
	margin: 0 auto;
}

.block_user{
	background-color: black;
    padding: 5px 10px;
    text-align: right;
    font-size: 0.8rem;
    color: white;
    font-weight: 600;
}
.block_user > p{
	display:inline-block;
	color: white;
	margin-left: 3px;
}
.block_user > a{
	color: #DDD;
    margin-left: 20px;
}
.block_user > a:hover{
	color: black;
    text-decoration: underline;
}



.section-title{
	width: calc(100% - 0px);
    padding: 0px;
	margin-top: 20px;
}

.section-title-back{
}
.section-title-back >a{
	font-size: 0.9rem;
    color: gray;
    font-weight: 200;
}

.section-max-title{
	font-size: 1.4rem;
    font-weight: 600;
    color: black;
    background-color: #eee;
    width: auto;
    float: left;
    padding: 20px 100px 10px 20px;
}

.section-menu-lat{
	width: 250px;
    height: 100vh;
    background-color: white;
    right: -290px;
    top: 0px;
    position: fixed;
    z-index: 1000;
    padding: 20px 20px 20px 20px;
    border-left: 1px solid #eee;
	transition: right 0.3s linear;
  	-moz-transition: right 0.3s linear;
}

.section-menu-tools{
	cursor: pointer;
    border: 1px solid #eee;
    width: 25px;
    height: 25px;
	padding: 5px;
	display: inline-block;
}

.section-center{
    width: calc(100% - 2px);
    float: left;
    position: relative;
    border: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 20px;
}

.section-content{
	display: inline-block;
    width: calc(100% - 20px);
    float: left;
}

.section-content >ul{
    width: calc(100% - 0px);
    padding: 0 0 0 0px;
}

.section-menu-lat-title{
	font-size: 1.1rem;
    font-weight: 600;
    background-color: lightgray;
    padding: 5px;
    width: calc(100% - 10px);
	margin-bottom: 5px;
}

.section-menu-lat-cat{
	font-size: 1rem;
    font-weight: 600;
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.section-menu-lat-cat-title{
	font-size: 1rem;
    font-weight: 600;
    padding: 5px;
    width: calc(100% - 10px);
}

.section-menu-lat-cat-links{
	font-size: 1rem;
    font-weight: 200;
    padding: 2px 5px;
    width: calc(100% - 10px);
    color: #888;
}

.section-tool-right{
	width: 100%;
	text-align:right;
    margin-bottom: 15px;
}
.section-tool-left{
	width: 100%;
	text-align:left;
    margin-bottom: 15px;
}

.section-tools{
	width: 100%;
    height: 40px;
    margin: 10px 0;
}

.section-tools-icon{
	height: 25px;
    margin: 0 0 0 10px;
    float: right;
    cursor: pointer;
    border: 1px solid #eee;
	padding: 5px;
	margin-top: 5px;
}

.tools_icon{
	width: auto;
    height: 25px;
}

.blocks_element{
	width: calc(100% / 4);
    height: 475px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
	float: left;
}

.blocks_content{
	width: calc(100% - 20px);
    height: 475px;
    display: inline-block;
    position: relative;
	margin-left: 20px;
    margin-bottom: 20px;
	float: left;
	position: relative;
}

.blocks_imgs{
	width: 100%;
    height: 400px;
    background-color: #ddd;
}

.blocks_symbol{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
	opacity: 0;
	transition: opacity 0.3s linear;
  	-moz-transition: opacity 0.3s linear;
}
.blocks_symbol:hover{
	opacity: 100;
}

.blocks_symbol_circle{
	background-color: white;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    line-height: 17px;
    font-size: 20px;
    color: black;
    font-weight: 600;
    opacity: 0.7;
}


.blocks_info{
	width: calc(100% - 20px);
    padding: 5px 0 5px 20px;
    height: auto;
}

.blocks_info_2{
	width: calc(100% - 40px);
    padding: 10px 0 10px 20px;
    height: auto;
}

.blocks_title{
	padding: 0px;
}

.blocks_title >a{
	color: black;
    font-size: 1.1rem;
    font-weight: 600;
}

.blocks_subtitle_2{
	width: calc(100% - 40px);
    padding: 40px 0 0px 20px;
    height: auto;
}

.blocks_subtitle_2 >p{
	color: black;
    font-size: 1.1rem;
    font-weight: 600;
}

.blocks_price{
    font-size: 1rem;
    font-weight: 400;
	color: black;
}

.blocks_price >a{
	color: black;
}

.footer_info{
	background-color: #FEA78E;
    height: 80px;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
	margin-top:0px
}
.footer_left{
	font-size: 0.8rem;
    font-weight: 600;
    color: #473018;
	line-height: 1rem;
}
.footer_right{
	
}
.footer_left > p{
	padding: 0px ;
}

.icon-cart{
	height: 0.9rem;
}

.icon-cart >img{
	height: inherit;
	vertical-align: text-bottom;
}


/* SLIDER Components*/

.block_slider{
    width: calc(100% - 20px);
    margin: 0px 0px 0px 20px;
    height: 500px;
    overflow: hidden;
    position: relative;
	background-color: #fafafa;
}

.block_slider_2{
    width: calc(100% - 40px);
    margin: 0px 0px 0px 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
	background-color: #fafafa;
}

.slideshow-img{
    width: calc(100vw - 48px);
	max-width: calc(1500px - 48px);
    height: inherit;
}

#slideshow-home{
}

.slider_paper{
	float: left;
    width: inherit;
    height: inherit;
    transition: margin-left 0.2s ease-out;
    -webkit-transition: margin-left 0.2s ease-out;
}

.slider_frame{
	/*float: left;*/
    width: inherit;
    height: inherit;
	text-align: center;
}

.slider_frame_img{
	height: 460px;
}

.slider_frame_video{
	width: inherit;
    height: inherit;
    opacity: 1;
    filter: alpha(opacity = 100);
	position:relative;
}

.slider_frame_video_play_link{
	width: 100%;
    height: 100%;
	position: relative;
    background: black;
    opacity: 0.3;
	cursor:pointer;
}

.slider_frame_video_play{
	position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    height: 100px;
}


.slider_caption{
	position:absolute;
	top: 114px;
	left: 24px;
	font-size: 1rem;
	color: white;
}

.slider_prev {
    width: 32px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    margin-left: 0px;
    display: block !important;
    border:0px solid black;
	font-size: 1rem !important;
    /* font-stretch: condensed; */
    vertical-align: middle;
    line-height: 50px;
	padding: 5px 5px !important;
	background-color: transparent !important;
	cursor:pointer;
    opacity: 0.3;
    filter: alpha(opacity = 30);
	visibility: visible;
}

.slider_next {
    width: 32px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0px;
    display: block !important;
    border:0px solid black;
	font-size: 1rem !important;
    /* font-stretch: condensed; */
    vertical-align: middle;
    line-height: 50px;
	padding: 5px 5px !important;
	background-color: transparent !important;
	cursor:pointer;
    opacity: 0.3;
    filter: alpha(opacity = 30);
	visibility: visible;
}

.slider_prev:hover, .slider_next:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.slider_prev img, .slider_next img {
    width: 32px;
    height: 32px;
	vertical-align: middle;
}


/* LOGIN */

#login_header{
	width: calc(100% - 0px);
    height: 70px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.login_header_logo{
	height: inherit;
    display: inline-block;
}

.login_header_logo a{
	width: auto;
    height: 100%;
}

.login_header_logo img{
	width: auto;
    height: 100%;
}

#login_header_bar_wrapper {
	padding: 10px 10px;
    height: 50px;
    margin: 0 auto;
}

#block_login_1{
	margin-top: 50px;
	width: calc(100% - 150px);
    padding: 0px 75px 0px 75px;
    float: left;
    text-align: center;
    position: relative;
}

#block_login_wrapper{
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 25px;
	
}

#block_login_base_color{
	position: absolute;
    top: 0px;
    width: inherit;
    height: 100%;
    background-color: white;
    opacity: 0.4;
	-ms-filter: 'alpha(opacity=40)';
    border-radius: 5px;
}

#block_login_2{
	width: calc(100% - 150px);
    padding: 10px 75px 5px 75px;
    margin: 0px;
    float: left;
    text-align: center;
    font-size: 1.2rem;
	color: black;
	/*text-shadow: 1px 1px 2px black;*/
}

#block_login_2 > a{
	padding: 5px 0;
	color: inherit;
    display: block;
    font-weight: 400;
}

#block_login_line{
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
    line-height: 35px;
}

.login_input{
	width: 100%;
	font-weight: 400;
}

.login_submit{
	width: auto;
	font-weight: 400;
}

.form_input_login{
	font-size: 1.1rem;
    font-weight: 600;
    font-family: inherit;
	background-color: white;
	padding: 7px 7px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid black;
    border-radius: 0px;
    line-height: 1.2;
	box-sizing: border-box;
	
}

/* HOME Slider */
.winMax{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
}

.winSlider{
	width: 100%;
    background-color: transparent;
    height: 460px;
    position: relative;
	padding: 0px;
	margin: 20px 0px;
}

.winNoMenu{
	position: absolute;
    top: 90px;
    left: 30px;
    width: 100%;
    height: calc(100% - 90px);
}

.winNoMenu >a{
	position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 2rem;
    border: 1px solid white;
    padding: 0px 4px 5px 4px;
    line-height: 2rem;
    width: 30px;
    text-align: center;
	font-weight: 600;
}

.block_tapa{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	-ms-filter: 'alpha(opacity=70)';
	z-index:10000;
}

.block_loading{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	-ms-filter: 'alpha(opacity=100)';
	z-index:10001;
}

.block_loading_icon{
	position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-color: coral;
    border-radius: 30px;
    padding: 3px;
}

.loading_icon{
	height: 50px;
	width: 50px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../imgs/icons/configure.png);
	background-color: transparent;
	background-size: contain;
}

.tapa{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#000000;
	text-align:center;
	opacity:0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	visibility:hidden;
	display:none;
}
.tapa > p{
	font-size:24px;
	font-weight:200;
	color:#FFFFFF;
	position:absolute;
	top:50%;
	margin-top:-15px;
	width: 100%;
}

.tapa_view{
	opacity:0.8;
	filter: alpha(opacity = 80);
	display:block;
	visibility:visible;
}

/* Images */

.image_sortable > li {
	width: calc((100% - 40px) / 2);
}

.mdl-menu > li{
	width: 120px;
	line-height: 4rem;
}

.all_images{
	background: white;
	border: 0px;
}

.images_delete_tool {
	position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px 5px;
    z-index: 2;
}

.images_delete_tool > a {
	padding: 0px;
    display: block;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    background-color: white;
}

.images_delete_tool > a > img {
	height: 20px;
	width: 20px;
	padding: 5px;
}

.images_star_tool {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 60px;
	text-align: left;
	padding: 5px;
	z-index: 2;
	display: inline-block;
}
.images_star_tool:hover {
	background-color: #555;
}

.images_image {
	width: auto;
	border-radius: 0px;
    overflow: hidden;
	position:relative;
}

.images_image img{
    border-radius: 0px;
	height: 200px;
}

.images_image_quad {
	display:none;
	visibility:hidden;
}

.images_view{
	cursor:pointer;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;	
}

.images_text {
	position: absolute;
    left: 0px;
    top: 200px;
    text-align: left;
    padding: 10px 0 0 0;
    width: calc(100% - 30px);
    font-size: 1rem;
    font-weight: 400;
    color: black;
    max-height: 3.6rem;
    line-height: 1.2;
	min-height: 30px;
    overflow: hidden;
}

.images_text > a {
	color:#CCCCCC;
}

.images_mintext{
    font-size: 0.7rem;
}

.box_atGallery{
	position: absolute;
    top: 15px;
    left: 0px;
    opacity: 0.5;
    background-color: white;
    padding: 2px 4px;
}

.box_atGallery_name{
    font-size: 0.7rem;
    font-weight: 600;
    color: #ccc;
    padding: 0 0 1px 0;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
	
}

.images_title{
    font-size: 1rem;
    line-height: 1.3;
    color: black;
    font-weight: 400;
}

.images_data{
    font-size: 0.8rem;
    line-height: 1.2;
    color: #888;
    font-weight: 300;
}

.images_video_icon{
	max-width: 200px;
}

.images_drag {
	position: absolute;
    top: 205px;
    right: 35px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
    overflow: hidden;
    color: inherit;
    border: 0px;
    outline: none;
    cursor: move;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    filter: alpha(opacity = 100);
    background-color: darkgrey;
    color: white;
    font-size: 1.4rem;
    line-height: 25px;
}

.images_drag > img {
	padding: 0px;
}

.images_drag:hover{
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

.images_crop_tool {
	height: auto;
	text-align: center;
	padding: 2px;
	color:#BBB;
	height: 16px;
}

.images_info{
	margin: 0px;
    height: 120px;
    width: 100%;
    background-color: #444;
    position: relative;
}

.images_menu{
	position:absolute;
	top: 205px;
	right: 0px;
	z-index: 10;
	color: inherit;
}

.image_sortable li {
	padding: 0px;
    padding-bottom: 45px;
    display: inline-block;
    height: auto;
    height: 200px;
    color: black;
    width: auto;
    text-align: left;
    position: relative;
    -webkit-transition: opacity 0.25s linear, width 0.25s;
    -moz-transition: opacity 0.25s linear, width 0.25s;
    overflow: hidden;
    margin-right: 10px;
}

.image_max_container{
	padding: 0px 20px;
    margin-top: 50px;
    float: left;
    width: calc(100vw - 40px);
    height: calc(100vh - 50px - 180px);
    position: relative;
}

.image_visor_1{
	position:absolute;
	top: 0px;
	left: 0px;
	height: calc(100% - 0px);
    width: calc(100% - 40px);
    margin: 0px 20px;
    padding: 0px;
	z-index: 151;
}

.image_visor_block{
	position:absolute;
	top: 0px;
	left: 0px;
	height: calc(100% - 0px);
    width: calc(100% - 40px);
    margin: 0px 20px;
    padding: 0px;
	z-index: 152;
}

.image_visor_image{
	height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
}

.image_loading{
	padding: 20px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

.icon_edit{
	display: inline-block;
    height: 32px;
    vertical-align: text-bottom;
	cursor: pointer;
	border-radius: 50%;
}

.icon_edit:hover{
    background-color: #ddd;
}

.icon_edit > img{
	height: inherit;
	vertical-align: sub;
}

.status{
	height: 22px;
    line-height: 21px;
}

.image_info_container{
	padding: 20px;
    float: left;
    width: calc(100% - 40px);
    text-align: center;
	position:relative;
	height: 140px;
}

.image_caption{
    color: #555;
}

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: auto;
}

.btn-success {
    color: white;
    background-color: transparent;
}

.btn {
	display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* File Inputs */
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.filedata_pictures {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  height: 40px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button > i {
  cursor: pointer;
}
.fileinput-button > span {
  cursor: pointer;
}

.block_gray{
    position: relative;
    text-align: left;
    height: auto;
    margin: 0 0 0px 0;
    padding: 20px;
    width: calc(100% - 40px);
    border: 0px;
}

.block_gray > a{
	padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px;
    display: block;
    background-color: black;
    color: white;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.block_gray > a:hover{
    background-color:#ddd;
	color: #FFF;
}

.block_gray_add{
	min-height:  1.2rem;
	line-height: 2.4rem;;
}

.block_gray_edit{
    position: relative;
    text-align: left;
    height: auto;
    margin: 0px;
    padding: 20px;
    width: calc(100% - 40px);
    border: 0px;
}

.block_gray_edit_2{
    position: relative;
    text-align: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: calc(100% - 0px);
    border: 0px;
}

.block_gray_edit > a, .block_gray_edit_2 > a{
	padding: 5px 15px;
    width: auto;
    height: 1.4rem;
	line-height: 1.4rem;
    margin: 0px;
    display: inline-block;
    background-color: black;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.block_gray_2{
    position: relative;
    text-align: left;
    height: auto;
    margin: 0 0 0px 0;
    padding: 20px;
    width: calc(100% - 40px);
    border: 0px;
}

.block_gray_add_2{
	padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px;
    display: block;
    background-color: black;
    color: white;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.block_gray_add_2 >p{
	padding-top: 6px;
}

.block_gray > a > img{
	height: inherit;
}

.block_gray > form > fieldset{
	padding: 10px 0px;
}


.cartel_central{
	background-color: burlywood;
    padding: 20px;
    margin: 20px;
    width: calc(100% - 80px);
    text-align: center;
}

.cartel_central_txt{
	font-size: 1.4rem;
    color: white;
    line-height: 1.4rem;
    font-weight: 600;
}

.thumb_contact{
	width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    overflow: hidden;
	background-color: burlywood;
}

.thumb_contact > img{
	height: 100%;
}

.title_thumb_contact{
	width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
	margin-bottom: 10px;
	background-color: burlywood;
}

/* Sliders */
.slider_paper{
	float: left;
    width: 100%;
    height: 100%;
    transition: margin-left 0.2s ease-out;
    -webkit-transition: margin-left 0.2s ease-out;
}

.slider_frame{
    height: 460px;
	text-align: center;
}

.slider_frame_img{
    height: 460px;
}

.owl-slide{
	text-align: center;
}

.owl-slide-bg-200{
    width: 100%;
    height: 200px;
}


/* Text Formats */
.xlarge{
    font-size: 1.2rem;
	line-height: 1.6rem;
	
}
.large{
    font-size: 1.1rem;
	line-height: 1.5rem;
}
.normal{
    font-size: 1rem;
	line-height: 1.4rem;
}
.small{
    font-size: 0.9rem;
	line-height: 1.0rem;
}
.xsmall{
    font-size: 0.8rem;
	line-height: 1.0rem;
}
.strong{
    font-weight: 600;
}
.light{
    font-weight: 200;
}

/**** Ipad ****/
@media (max-width: 1024px) {

}

@media (max-width: 767px) {

.hidden-phone{
    display: none;
    visibility: hidden;
}

}


/**** Iphones ****/
@media (max-width: 750px) {

}

/**** Iphones ****/
@media (max-width: 500px) {

.block_user {
    padding: 10px 20px;
    font-size: 1rem;
}
.block_user >p{
	font-size: 1rem;
    line-height: 40px;
    vertical-align: sub;
	margin-left: 5px;
}
.block_user > a {
    color: #DDD;
    margin-left: 20px;
    font-size: 1rem;
    line-height: 40px;
    vertical-align: sub;
}

/* Notifications */
.notifications{
	display: inline-block;
}
.circle_notifications{
    width: 40px;
    height: 40px;
    font-size: 0.7rem;
}
.notification_icon{
    height: 25px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.readed{
    background-color: #bbb;
}
.unreaded{
    background-color: red;
}
.circle_notifications >p{
    font-size: 20px;
    line-height: 40px;
}

}

/**** Phones ****/
@media (max-width: 414px) {

}

/**** Iphones ****/
@media (max-width: 340px) {

}

/**** Mobile layout in Vertical ****/
@media (max-width: 980px) and (min-height: 600px) {

}

/**** Mobile layout in Horizontal ****/
@media (max-width: 980px) and (max-height: 600px) {


}


/* OWL visibility */
.owl-page {
    display: none;
    visibility: hidden;
}

/*- Forces -*/
.block_text_repos{
    display: block;
	right: 0px;
	text-align:right;
}

.block_text_hidden{
    display: none;
	right: 0px;
}

ul{
	padding:0px;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.pure_li{
	position: inherit;
}

.show_li{
	display: block;
}

.hide_li{
	display: none;
}

.font_black{
	color:black;
}

