/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowoBoilerplate
 * File: Global
 */
/*
Susy: Responsive grids for Compass
http://susy.oddbird.net/
susy might not work as such in compass / scout / sass, unless manually downloaded and refernced to susy.
now testing zengrids.com , as it seams to have support inside scout / for compass.
http://zengrids.com/
*/
/* COMPASS */
/* BASE */
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: CSS Reset
 */
/* 
 * BOX MODEL 
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\0000311}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Sass - Compass */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	
	font: inherit;
	vertical-align: baseline;
}
*/
/* ==========================================================================
   HTML5 display definitions - Normalize.css
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. 
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\0000367}}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* HTML5 display-role reset for older browsers */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\0000374}}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* COWOWO CSS RESET =============================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\0000390}}
html, body,
div, span,
h1, h2, h3, h4, h5, h6,
p,
pre, code,
img,
dl, dt, dd,
ol, ul, li,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* for headings, works */
}

/*

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003117}}
ol, ul {
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003120}}
img {
  max-width: 100%;
  height: auto;
  /* The height is added to ensure the aspect ratio of the image is retained. */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003132}}
a {
  background: transparent;
  /* Normalize.css - Remove the gray background color from active links in IE 10. */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003137}}
a:visited {
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003147}}
b,
strong {
  font-weight: bold;
  /* Normalize.css - Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
}

/**
 * Address inconsistent and variable font size in all browsers.  - Normalize.js ( O dont really use this tag anyways, hmmm...)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003156}}
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. - Normalize.css
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003166}}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003173}}
sup {
  top: -0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003175}}
sub {
  bottom: -0.25em;
}

/* ====================================================================================================================== */
/* FORMS                                                                                                                  */
/* ====================================================================================================================== */
/* INFO FRAMWEORK INPUT HOVER FOCUS ACTIVE ETC ----

Write CSS? 

Please don't forget to add :focus and :active styles along with :hover. :focus is important for keyboard and d-pad users.

Iinput ytops _ HOVER &  FOCUS  ar now ok in my framework (and infoOD & fart be)

BUT DSOES ACTIVE still apply to input typoes??????

*/
/* FORMS - iOS etc RESET ======================================= */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003207}}
input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
textarea,
select {
  -webkit-appearance: none;
  /* VIP - to override al i.e. iOS safari stryling */
  border-radius: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003215}}
input[type=text],
textarea {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003221}}
input[type=text],
textarea {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003232}}
label,
input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

/* oveflow:hidden; VS clearfix hack VS float:inline-block with font-size issues..... */
/* FORM NORTMALIZE.CSS */
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003258}}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003265}}
textarea {
  resize: vertical;
  /* HAY QUE CONFIGURARLO !!!! */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* TABLES */
/**
 * Remove most spacing between table cells. (Nomalize.css & Eric Meyer's Reset)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_reset\.scss}line{font-family:\00003284}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS Document - SASS */
/* Front-End */
/* 
 * SASS - VARIABLES - Colors 
 */
/* white */
/* black */
/* 
 * VARIABLES - Font size 
 */
/* 
 * FALLBACKS using Sass
 */
/* CREATE MIXIN for rem fontsize and px fallback solution */
/* FALLBACK for background opacity */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_sass_style\.scss}line{font-family:\0000359}}
#asfgasafasf {
  background: #ccc;
  /* Fall-back for brosers that don't support opacity */
  background: rgba(204, 204, 204, 0.85);
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Sass - Layout
 */
/*
 * SASS - VARIABLES - LAYOUT - BREAK-POINTS 
 */
/*
 * SASS - VARIABLES - LAYOUT - MEDIA-QUERIES
 */
/*
 * SASS - VARIABLES - LAYOUT - SPACING
 */
/* SPACINGS */
/* aki no, pero ... font size, rem with px fallback */
/*
 * SASS - MIXINS - LAYOUT - RESPONSIVE
 */
/* 
 * SASS - MIXINS - LAYOUT - PADDING
 */
/* 
 * SASS - MIXINS - LAYOUT - MARGIN
 */
/* 
 * SASS - MIXINS - IMAGES
 */
/* 
 * SASS - MIXINS - IMAGES - ASPECT RATIOS
 */
/* 7:5 */
/* 
 * SASS - MIXINS - SIMPLE SHAPES
 */
/* 
 * SASS - MIXINS - TEXT
 */
/* START - CLEARFIX */
/* apply clearfix to parent */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_sass_layout\.scss}line{font-family:\00003162}}
.clearfix:after, nav.main:after, .w_commentsList .box:after, .frontWrapper_section:after, .leydecookies_content:after, .leydecookies_content .options:after, .s_social ul:after, .s_social_NOT ul:after, .w_gridProjects:after, .m_gridProject:after, .w_gridResults_list:after, .m_gridResult_list:after, .w_gridResults:after, .m_gridResult:after, .w_gridMedia:after, .m_gridMedia:after, .w_gridMediaSimple:after, .m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET:after, .commentlist li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_sass_layout\.scss}line{font-family:\00003170}}
* html .clearfix, * html nav.main, * html .w_commentsList .box, .w_commentsList * html .box, * html .frontWrapper_section, * html .leydecookies_content, * html .leydecookies_content .options, .leydecookies_content * html .options, * html .s_social ul, .s_social * html ul, * html .s_social_NOT ul, .s_social_NOT * html ul, * html .w_gridProjects, * html .m_gridProject, * html .w_gridResults_list, * html .m_gridResult_list, * html .w_gridResults, * html .m_gridResult, * html .w_gridMedia, * html .m_gridMedia, * html .w_gridMediaSimple, * html .m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET, * html .commentlist li, .commentlist * html li {
  zoom: 1;
}

/* IE6 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_sass_layout\.scss}line{font-family:\00003171}}
*:first-child + html .clearfix, *:first-child + html nav.main, *:first-child + html .w_commentsList .box, .w_commentsList *:first-child + html .box, *:first-child + html .frontWrapper_section, *:first-child + html .leydecookies_content, *:first-child + html .leydecookies_content .options, .leydecookies_content *:first-child + html .options, *:first-child + html .s_social ul, .s_social *:first-child + html ul, *:first-child + html .s_social_NOT ul, .s_social_NOT *:first-child + html ul, *:first-child + html .w_gridProjects, *:first-child + html .m_gridProject, *:first-child + html .w_gridResults_list, *:first-child + html .m_gridResult_list, *:first-child + html .w_gridResults, *:first-child + html .m_gridResult, *:first-child + html .w_gridMedia, *:first-child + html .m_gridMedia, *:first-child + html .w_gridMediaSimple, *:first-child + html .m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET, *:first-child + html .commentlist li, .commentlist *:first-child + html li {
  zoom: 1;
}

/* IE7 */
/*/END - CLEARFIX */
/* oveflow:hidden; VS clearfix hack VS float:inline-block with font-size issues..... */
/* CSS3 : TRANSITION */
/* CSS Document - FRONT-END */
/*  TEXT: GENERAL TYPOGRAPHY ======================== */
/* SHOULD BE A CLASS !!!!!!!!!!!!!!!!!!!!!! */
/* 
 * FONTS - FONT-FACE
 */
@font-face {
  font-family: 'Comfortaa Regular';
  src: url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.eot");
  src: url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.woff2") format("woff2"), url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.woff") format("woff"), url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.ttf") format("truetype"), url("../fonts/comfortaa/comfortaa-regular/comfortaa_regular-webfont.svg#comfortaaregular") format("svg");
}

/*
@font-face {
    font-family: 'egyptoserifbook';
    src: url('egyptoserif-webfont.woff2') format('woff2'),
         url('egyptoserif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'glyph_i';
  src: url("../fonts/glyph_i/glyph_i-webfont.woff2") format("woff2"), url("../fonts/glyph_i/glyph_i-webfont.woff") format("woff"), url("../fonts/glyph_i/GLYPH_I.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 
 * SASS - VARIABLES - FONTS - "IMPORT" GOOGLE FONTS
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003122}}
body {
  font-family: Arial, sans-serif;
  color: #212121;
  font-size: 16px;
  /* line-height: $baseSpacing; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003132}}
a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  color: #212121;
  /* VS color: inherit */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003140}}
p {
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003142}}
p:last-of-type {
  margin-bottom: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003149}}
h1, h2 {
  font-weight: 300;
}

/*  Typography - Headers ======================== */
/*
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	// font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight : normal;
	margin-top: 0px;
	// letter-spacing: -1px;

	}


h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

*/
/*
h1 {
	font-size:4rem;
	// font-family: Arial, Helvetica, sans-serif;
	line-height:1.4;
	color:#000;
	margin-bottom:0.2em;
	}

h2 {
	font-size:2.5rem;
	line-height:1.2;
	color: #222;
	margin-bottom:.5em;
	margin-top:.5em;
	}

h3 {
	font-size : 1.75rem;
	line-height : 1.3; 
	color: #333;
	margin-bottom : 0.3em;
	letter-spacing: -1px;
	}

h4 {
font-size:1.5rem;
	line-height:1.25; 
	color:#444;
	margin-bottom:0.5em;
	}

h5 {
font-size:1.25rem; 
	color:#555;
	margin-bottom:1.25em;
	}

h6 {
	// font-size:1rem; 
	color:#666;

	font-size: $fontsizeMedium; 
	}
*/
/*  TEXT: ANCHORS ======================== */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typography\.scss}line{font-family:\00003228}}
a {
  /*color : #cc1122; */
  /*
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  */
}

/*
a:visited {color:#ee3344; }
a:focus {outline:thin dotted; color:rgb(0,0,0);}
a:hover, a:active {outline:0; color:#dd2233;}
*/
/** Text / TEXT FORMAT **/
/*
b, strong, .s {font-weight: bolder;} // VS bold ...
i, em, .i {font-style: italic;}
*/
/*  TEXT - PARAGRAPHS ======================== */
/* and do sth perhaps for p's firts line and first word stufff */
/* CSS HYPHENATION */
/*
p {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}		
*/
/* ADD CODE, PRE, SMAPEL, XMP ETC ETC ETC */
/*

CSS FILE FOR TYPOGRAPHYS...

h headings

p ....

then, 

cursive

pre/code stuff

superscript, subscript ewtc

*/
/*
 * Project: elcatala.cat
 * Area: Front
 * File: TYPOGRAPHY - HTML-EDITOR
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000313}}
.m_htmleditor {
    /*
		&.case_dark {
			// background-color: $c_black_2; // TEMP
			background-color: #252525;
			color: $c_white;
			a {color: inherit;} // TEST
			}
		*/
  		/*	
      h2 { // se usa en legalpages !!! was
          font-size: 28px;
          margin-top:24px;
          margin-bottom:24px;
          }
  							
      h3 { // se usa en legalpages !!! was
          font-size: 20px;
          // color: #f00;
          margin-top:24px;
          // margin-bottom:12px;
  				margin-bottom:6px;
          // color: $c_blue;
          }
      */
  /*
   * LISTS
   */
  /*
   * MEDIA INSERTADO EN EL HTMLEDITOR - guardar esto, esto es para el contenido dinamico de la bbdd, almenos 1 solo tipo en cada web, quizás más.... hmm, ok.
   */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000341}}
.m_htmleditor h1 {
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000347}}
.m_htmleditor h2 {
  font-size: 28px;
  margin-top: 24px;
  margin-bottom: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000353}}
.m_htmleditor h3 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 6px;
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000363}}
.m_htmleditor h4 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 36px;
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000370}}
.m_htmleditor h5 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000376}}
.m_htmleditor h6 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000384}}
.m_htmleditor p {
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000389}}
.m_htmleditor a {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000392}}
.m_htmleditor a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\0000399}}
.m_htmleditor ul {
  margin-left: 24px;
  margin-bottom: 24px;
  list-style: disc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\00003107}}
.m_htmleditor li {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\00003113}}
.m_htmleditor li ul {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\00003122}}
.m_htmleditor img {
  width: 100%;
  display: block;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_typopgraphy_htmleditor\.scss}line{font-family:\00003128}}
.m_htmleditor iframe {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

/*
.m_link { // solo usado en email_enviado
 	margin-top: $spacing; // TEST
	
	// font-size: 36px;
	// text-align: center;

	a {
		// display: inline-block;
		// display: block;
		display: inline-block; // para que no sea fullwidth !!!
		@extend .buttonMain;
	} // a

	
	// centrar el boton
	@media only screen and (max-width: $bp_s) {
		text-align: center;		
		} // MEDIA-QUERY	
	
} // link
*/
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Buttons
 */
/* do sass for colors, and for interactiuon behaviours - UI */
/* do sass for interactiuon behaviours - UI */
/* UI ELEMENTS / move to buttons file ================================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000340}}
.buttonStyleX, .button, .buttonSmall, input[type=submit],
input[type=reset], .buttonMedium, .buttonBig {
  /*
  background-color:$c_primary_dark;
  &:hover {background-color: $c_primary;}	
  */
  background-color: #8b0714;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000346}}
.buttonStyleX:hover, .button:hover, .buttonSmall:hover, input[type=submit]:hover,
input[type=reset]:hover, .buttonMedium:hover, .buttonBig:hover {
  background-color: #ec0c22;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000357}}
.button, .buttonSmall, input[type=submit],
input[type=reset], .buttonMedium, .buttonBig {
  cursor: pointer;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  color: white;
  /* LAYOUT RELATED - SHOULDN'T BE HERE !!! */
  /*
  float:left;
  clear:left;
  margin-bottom: $spacing;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000372}}
.buttonSmall, input[type=submit],
input[type=reset] {
  font-size: 16px;
  font-size: 14px;
  padding: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000381}}
.buttonMedium {
  font-size: 16px;
  padding: 6px 12px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_buttons\.scss}line{font-family:\0000387}}
.buttonBig {
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 6px;
}

/* BEFORE FORMS !!!!!!!! */
/*
* cowoBoilerplate
* Built by cowowo.cat
* Author: Carl Johansson @carlwebdev 
* Project: XXX
* File: Forms
* Filename: _forms.scss
*/
/* ====================================================================================================================== */
/* FORMS                                                                                                                  */
/* ====================================================================================================================== */
/* INFO FRAMWEORK INPUT HOVER FOCUS ACTIVE ETC ----

Write CSS? 

Please don't forget to add :focus and :active styles along with :hover. :focus is important for keyboard and d-pad users.

Iinput ytops _ HOVER &  FOCUS  ar now ok in my framework (and infoOD & fart be)

BUT DSOES ACTIVE still apply to input typoes??????

*/
/*
button { // necesita mismos tratamientos que input type submit // reset etc
	@extend .buttonMedium;
  width:125px;
	}	
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\0000350}}
form {
  /*
  max-width:400px;
  @include centered;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\0000365}}
.formLine {
  overflow: hidden;
  /* if submit is floated (right)) */
  margin-bottom: 12px;
  margin-bottom: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\0000370}}
.formLine:last-of-type {
  margin-bottom: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\0000384}}
label {
  color: #727272;
  font-size: 16px;
  cursor: pointer;
  /* for lables triggering checkboxes and radio buttons :-) */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\0000398}}
input[type=text],
input[type=password],
input[type=email],
select,
textarea,
input[type=file] {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003104}}
select {
  padding: 2px 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003110}}
input[type=submit],
input[type=reset] {
  /* float:right;  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003117}}
input[type=submit],
input[type=reset] {
  /*
  @extend .buttonMedium;
  float:left;
  */
  border: none;
}

/*
input[type=reset] {
	@extend .buttonSmall;
	}
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003144}}
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  background-color: white;
  border: 1px solid #CCC;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003155}}
input[type=text],
input[type=password],
input[type=email],
textarea {
  padding: 6px 12px;
}

/* 
 * FOCUS and ANIMATIONS 
 */
/* HOVER must be before ACTIVE */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003176}}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
select:hover,
textarea:hover {
  /* border: 1px solid #D3D3D3; */
}

/* ACTIVE must be after HOVER */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003187}}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  outline: none;
  /* VIP */
  background-color: #fff;
  border-color: black;
  border-color: #999;
}

/* & meter lo de los checkboxes !!!!!!!!!!!!!!!!!!!!!! */
/* FRAMEWORK - input type image */
/* input[type=file] & label trick */
/* THE HTML
        <label class="filebutton">
        Seleccionar arxiu
        <span><input type="file" name="doiser" id="dosier" /></span>
        </label>
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003214}}
label.filebutton {
  width: 120px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003223}}
label.filebutton:hover {
  background-color: #ddd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003227}}
label span input {
  z-index: 999;
  line-height: 0;
  /* font-size: 50px; */
  font-size: 15px;
  position: absolute;
  /* top: -2px; */
  top: -4px;
  /* left: -700px; */
  left: -245px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  /* _cursor: hand; */
  margin: 0;
  padding: 0;
}

/* END OF - FORM - label covering input[type=file] */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003247}}
label {
  cursor: pointer;
}

/* for lables triggering checkboxes and radio buttons :-) */
/* ADD ALSO PLACEHOLDER TEXT THINGEES !!!!!!!!! */
/* BELONGS HERE IN FORMS IN RESET FILE  / class="css_submit_button" */
/* USE css style for submit button (input) inseide generic_links */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003269}}
.css_submit_button {
  cursor: pointer;
  border: none;
  border: 2px solid #000;
  padding: 0.2rem 0.5rem;
  background-color: #bdbec0;
  /* GRISACEO */
  font-family: 'Antonio', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003278}}
.css_submit_button:hover {
  background-color: #000;
  color: #0d80a1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_forms\.scss}line{font-family:\00003281}}
input[type="submit"].css_submit_button:disabled {
  background: #dddddd;
  color: #F00;
  cursor: default;
}

/* CSS Document - FRONT-END */
/* ====================================================================================================================== */
/* TABLES                                                                                                                 */
/* ====================================================================================================================== */
	/*
 * TABLES (de los posts de la bbdd)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_tables\.scss}line{font-family:\0000322}}
.m_article table {
  width: 100%;
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_tables\.scss}line{font-family:\0000331}}
.m_article tr {
  border: 1px solid black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_tables\.scss}line{font-family:\0000335}}
.m_article td {
  border: 1px solid black;
  background-color: #c3d6df;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_tables\.scss}line{font-family:\0000342}}
.m_article td, .m_article th {
  padding: 4px 10px;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_tables\.scss}line{font-family:\0000352}}
.m_article th {
  background-color: #af3720;
  color: white;
  border: 1px solid black;
}

/** Tables **/
/*
table tr td {
	// padding: 4px 10px;
}
*/
/*

.p, table.p tr td {padding: 10px;}
.pmin, table.pmin tr td  {padding: 3px;}
.pt, table.pt tr td {padding-top: 10px;}
.pl, table.pl tr td {padding-left: 10px;}
.pr, table.pr tr td {padding-right: 10px;}
.pb, table.pb tr td {padding-bottom: 10px;}

.m, table.m tr td {margin: 10px;}
.mmin, table.mmin tr td  {margin: 3px;}
.mt, table.mt tr td {margin-top: 10px;}
.ml, table.ml tr td {margin-left: 10px;}
.mr, table.mr tr td {margin-right: 10px;}
.mb, table.mb tr td {margin-bottom: 10px;}

 */
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Reset
 * File: Layout
 */
/*
 * CODE FOR RESPONSIVE STICKY FOOTER
 * Instructions: class "block" to footer
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000313}}
html, body {
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000316}}
#page {
  display: table;
  height: 100%;
  width: 100%;
  /* VIP for responsiveness */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000321}}
.block {
  display: table-row;
  height: 1px;
  width: 100% !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000328}}
body {
  background-color: #ceb7a0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000332}}
#page {
  background-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000339}}
.frame, #page, header .headerPack {
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 320px;
  /*
  @include paddingh($spacing);	
  @include transition(padding-left, $t_slow);
  @include transition(padding-right, $t_slow);
  */
  /*
  // @include paddingh($spacing05); // TEST, TENDRA CONSEQUNCES..., yeah, donde hay lateralli fixed no lo quiero, que viene aser realmete en todos los sitios...
  @include paddingh($spacing);
  
  @media only screen and (max-width: 1164px) {  // 1140px + spacing05 x2 = 1164px // should be just a tad more ..or change the same for the double scroller half
  	@include paddingh($spacing05);					
  	} // MEDIA-QUERY
  		
  @media only screen and (max-width: $bp_l) { 
  	// @include paddingh($spacing05);					
  	} // MEDIA-QUERY
  	
  @media only screen and (max-width: $bp_m) { 
  	// @include paddingh($spacing05);					
  	} // MEDIA-QUERY	
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/base\/_layout\.scss}line{font-family:\0000371}}
.frame_noPadding, .w_doubleScroller, .w_doubleScroller_half {
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 320px;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Dev temp stuff
 */
/* COMPONENTS */
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Reset
 * File: Header
 */
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\0000313}}
  .l_dummyHeader {
    height: 0px !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\0000353}}
.m_logoMini {
  display: none;
  float: left;
  width: 132px;
  width: 120px;
  margin-left: 24px;
  margin-top: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\0000368}}
.m_logoMini img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\0000353}}
  .m_logoMini {
    margin-top: 0px;
    margin-top: 3px;
    /*
    float: none; // RESET
    display: inline-block;
    vertical-align: middle;
    */
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\0000353}}
  .m_logoMini {
    margin-left: 12px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003101}}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  /* > */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003103}}
header .headerPack {
  position: relative;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003101}}
  header {
    position: relative;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003143}}
header.smaller {
  /* > */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003149}}
header.smaller .inner {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003157}}
header.smaller .m_logoMini {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003160}}
header.smaller .m_logoMini.case_desktop {
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003167}}
header.smaller .m_navigation_wrapper {
  /*
  background-color: #CCC; // DEV
  border: 1px solid black; // DEV
  */
}
@media only screen and (max-width: 1140px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003167}}
  header.smaller .m_navigation_wrapper {
    text-align: right;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003187}}
header.smaller .m_searchCover {
  display: none;
}
@media only screen and (max-width: 940px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003193}}
  header.smaller .m_navBarMobile {
    display: block;
  }
}
@media only screen and (max-width: 940px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003203}}
  header.smaller nav.main {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003213}}
  header.smaller .s_social li {
    width: 32px;
    height: 32px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003237}}
header .frame_noPadding, header .w_doubleScroller, header .w_doubleScroller_half {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003242}}
header .inner {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  background-color: #c3d6df;
  -webkit-transition: height, 0.3s;
  -moz-transition: height, 0.3s;
  -o-transition: height, 0.3s;
  transition: height, 0.3s;
  position: relative;
  /*
  .frame { // YA NO EXISTE !!!!
  	// position:relative;
  	overflow:hidden;
  	
  	// background-color: $c_blue_bg; 
  	
  	} // por el search slogan que aun esta por ahi en absolute creo...
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003265}}
header .inner .inner_inner {
  overflow: hidden;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003295}}
.navicon {
  cursor: pointer;
  float: left;
  width: 32px;
  margin-top: 2px;
  /*
  @media only screen and (max-width: $bp_m) { 
  	display: block !important;	
  	// display: inline-block !important;	
  	} // MEDIA-QUERY	
  */
  /*
  .icon { // esto aplica el icon font, solo aki, po rahora, pero lo he usado en otros sitios, y siempre uso el mismo style, osea que metelo como un mixin !!!!! @include icon, ah no!!!! no cal fer res, o no, si que hace falta !!!!!!!!!!
  	// background-color: #ff0; // TEST
  	display: block;
  	height: 1em; // YES !!!!!!!!!!!!
  	// font-size: 48px;
  	font-size: 32px;
  	// color: $c_green;
  	color: #fff;
  	// @include transition(color, 0.25s);
  	// &:hover {color: $c_green_light;	}
  	} // icon
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003315}}
.navicon img {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003318}}
.navicon.is-active {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003351}}
.m_logoMain {
  float: left;
  width: 85%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003358}}
.m_logoMain img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003351}}
  .m_logoMain {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003366}}
.m_logoMobile {
  display: none;
  width: 93%;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003366}}
  .m_logoMobile {
    display: block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003373}}
.m_logoMobile img {
  width: 100%;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003381}}
.m_searchIcon_standalone {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 6px;
  width: 24px;
  height: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003399}}
.m_searchIcon_standalone :hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003411}}
.m_searchIcon_standalone img {
  width: 100%;
  display: block;
  width: 24px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003425}}
.m_searchIcon_standalone :hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003437}}
  .m_searchIcon_standalone img {
    width: 32px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003459}}
.m_searchBox {
  border: 3px solid #000;
  background-color: #60F;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003465}}
.m_searchBox .m_searchIcon {
  cursor: pointer;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003470}}
.m_searchBox .m_searchIcon img {
  width: 100%;
  display: block;
  width: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003481}}
.m_searchBox .m_searchForm {
  background-color: #f06;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003491}}
.m_searchBox input[type=search] {
  width: calc(100% - 112px);
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #8c7661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003507}}
.m_searchBox input[type=submit] {
  width: 100px;
  float: right;
  display: block;
  /*background-color: #ccc;
  border: 3px solid red;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003527}}
.m_searchCover {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(206, 183, 160, 0.9);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003532}}
.m_searchCover.is-visible {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003534}}
.m_searchCover .closeButton {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 3px;
  right: 26px;
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003549}}
.m_searchCover .m_searchCover_center {
  width: 62%;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003549}}
  .m_searchCover .m_searchCover_center {
    width: 100%;
    width: 82%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003575}}
.m_searchCover input[type=search] {
  width: calc(100% - 96px);
  background-color: white;
  padding: 6px;
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003591}}
.m_searchCover input[type=submit] {
  width: 96px;
  float: right;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_header\.scss}line{font-family:\00003637}}
  #main_logo {
    float: none;
    text-align: center;
    display: none;
  }

  /*
  .m_searchBox {
  	position:relative;
  	text-align:center;
  	bottom: $spacing0125;						
  	} // m_searchBox
  */
}
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Reset
 * File: Header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000311}}
.m_navBarMobile {
  display: none;
  background-color: white;
  padding: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000311}}
  .m_navBarMobile {
    display: block;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000340}}
.m_navBarMobile_social {
  float: right;
  /*
  position: absolute; 
  right: 0;
  bottom:0;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000360}}
nav.mobile {
  display: none;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000379}}
nav.mobile ul {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\0000387}}
nav.mobile li {
  /*
  margin-bottom: $spacing05; // TEST
  &:last-of-type {margin-bottom: 0px;}
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003123}}
nav.main {
  background-color: white;
  border-bottom: 1px solid #c3d6df;
  position: relative;
  /*			
  .frame {
  	// width: 70%; // DEV
  	// background-color: #f0f;
  	}
  */
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003123}}
  nav.main {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003155}}
.m_navigation_wrapper {
  text-align: center;
  font-size: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003178}}
.menu-principal-container {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003178}}
  .menu-principal-container {
    display: block;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003186}}
ul.menuNav {
  text-align: center;
  font-size: 0px;
  display: inline-block;
  	/*
  	ul {	
  	// CSS TRICKS - https://css-tricks.com/equidistant-objects-with-css/
  	text-align: justify;
  	
  	
  	// LEARN- m_navEquidistantFill - test different things, font-size... also css trickes etc - ese ejemplo que tenia yo ya de rwd navs !!!!
  	// font-size:0;
  
  	&:after {
  		content: '';
  		width: 100%; // Ensures there are at least 2 lines of text, so justification works
  		display: inline-block;
  		}	
  	
  	} // ul
  
  	li {
  		// CSS TRICKS - https://css-tricks.com/equidistant-objects-with-css/
  		display: inline-block;
  	}
  	*/
  /*
  li li a {border-right-width:0px; display:block; padding-top:3px; padding-bottom:3px;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003194}}
ul.menuNav.case_special {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003201}}
ul.menuNav.case_special li:last-of-type {
  border-right-width: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003207}}
ul.menuNav.case_special li:last-of-type a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003232}}
ul.menuNav li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  /*
  margin-right: $spacing05;
  &:last-of-type {margin-right: 0px;}
  */
  border-right: 1px solid #c3d6df;
  font-weight: 500;
  /*
  &:first-of-type a {padding-left: 0px;}
  &:last-of-type a {padding-right: 0px;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003304}}
ul.menuNav img {
  display: block;
  width: 72px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003310}}
ul.menuNav a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003325}}
ul.menuNav li {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003329}}
ul.menuNav li ul {
  visibility: hidden;
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003333}}
ul.menuNav li:hover > ul {
  visibility: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003335}}
ul.menuNav li ul {
  background-color: white;
  text-align: left;
  width: auto;
  border-top: 1px solid #c3d6df;
  border-right: 1px solid #c3d6df;
  border-left: 1px solid #c3d6df;
  border-bottom: 1px solid #c3d6df;
  left: -1px;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003360}}
ul.menuNav li li {
  display: block;
  border-right-width: 0px;
  border-bottom: 1px solid #c3d6df;
  /*
  float:none; 
  border-top:dotted 1px #fff; 
  min-width:100px;
   position:relative;
   */
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003367}}
ul.menuNav li li:last-of-type {
  border-bottom-width: 0px;
}

@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003420}}
  ul.menuNav {
    text-align: left;
    display: block;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003438}}
  ul.menuNav a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    /*
    &:hover,
    &.is-current {
    	// text-decoration: underline; / AND IN ANY CASE, IF UNDERLINE INTERACTION, THEN MAKE IT WITH THE NEW PSEUDO SYSTEM
    }
    */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003470}}
  ul.menuNav li {
    display: block;
    border-right-width: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003478}}
  ul.menuNav li ul {
    visibility: visible;
    position: static;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003485}}
  ul.menuNav li ul {
    background-color: white;
    width: auto;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    left: -1px;
    white-space: nowrap;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav\.scss}line{font-family:\00003515}}
  ul.menuNav li li {
    border-bottom-width: 0px;
    width: auto;
  }
}
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Footer
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\000037}}
footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000330}}
footer .inner {
  overflow: hidden;
  padding: 12px;
  text-align: center;
  color: #fff;
  background-color: #c3d6df;
  border-top: 96px solid white;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000349}}
.footerContent {
  font-size: 12px;
  font-size: 12px;
  line-height: 1.4em;
  color: #8b0714;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000349}}
  .footerContent {
    font-size: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000367}}
.footerContent a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000369}}
.footerContent a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000367}}
  .footerContent a {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000379}}
  .footerContent span {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000385}}
  .footerContent span.lineBreak {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\0000394}}
  .footerContent span.hyphen {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003116}}
.m_developer {
  float: right;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003120}}
.m_developer .text {
  display: inline-block;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003125}}
.m_developer .image {
  display: inline-block;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003130}}
.m_developer .image img {
  width: 86px;
  display: block;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003146}}
a.scrollToTop {
  color: inherit;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003150}}
a.scrollToTop:hover {
  color: #ffccbc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_footer\.scss}line{font-family:\00003153}}
a.scrollToTop .icon {
  font-size: 32px;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Content - MOSTLY DEMO STUFF TO CLEAR AWAY AND PROCESS
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000331}}
a.read-more {
  display: none;
}

/* Pagination */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000342}}
.pagination {
  /* margin: 50px 0 0 0;  */
  /* margin: 48px 0; */
  /* TEMP */
  padding: 24px 0;
  /* TEMP */
  /* margin-bottom: 48px; */
  /* INVENTO DE CARL */
  /* background-color: #f06; */
  /* TEMP */
  /* padding: 24px; */
  text-align: center;
  font-size: 0px;
  /* TEST */
  color: #8c7661;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000366}}
.pagination a {
  text-decoration: none;
  color: inherit;
  /* TEST */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000369}}
.pagination a:hover {
  color: #8b0714;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000387}}
.pagination .en_to {
  display: inline-block;
  /* THIS CAUSES SOME SEPARATION (=f(font-size)) */
  /* float: left; */
  margin-right: 12px;
  cursor: pointer;
  /* UI */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\0000395}}
.pagination .en_to:last-of-type {
  margin-right: 0px;
  /* background-color: #60f; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003107}}
.pagination .en_to .item {
  display: inline-block;
  /* THIS CAUSES SOME SEPARATION (=f(font-size)) */
  /* float: left; */
  margin-right: 12px;
  cursor: pointer;
  /* UI */
  font-size: 14px;
  /* TEST */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003115}}
.pagination .en_to .item:last-of-type {
  margin-right: 0px;
  /* background-color: #60f; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003126}}
.pagination .paginationCounter {
  /* margin-right: 0px; */
  /* background-color: #60f; */
  clear: both;
  /* TEMP */
  padding-top: 24px;
  /* no uso margin-top porque lo de encima está floteado */
  font-size: 12px;
  /* TEST */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003144}}
.w_pageContact {
  line-height: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003150}}
.w_pageContact form {
  background-color: #c3d6df;
  padding: 18px;
  margin-top: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003174}}
.w_formComment {
  background-color: #c3d6df;
  padding: 18px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003182}}
.w_formComment .triangle {
  position: absolute;
  z-index: 0;
  top: -12px;
  top: -18px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21px solid #c3d6df;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 31px solid #c3d6df;
  /* border-top: 12px solid red; */
  /*
  
  	-webkit-transform:rotate(45deg);
  	-moz-transform:rotate(45deg); 
  	-o-transform:rotate(45deg);
  	
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003252}}
.w_formComment .title {
  color: #8b0714;
  font-size: 20px;
  margin-bottom: 18px;
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003261}}
.w_formComment .formComment_row {
  overflow: hidden;
  margin-bottom: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003266}}
.w_formComment .formComment_col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003270}}
.w_formComment .formComment_col:last-of-type {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003266}}
  .w_formComment .formComment_col {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
    margin-right: 0%;
    margin-bottom: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003277}}
  .w_formComment .formComment_col:last-of-type {
    margin-bottom: 0%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003287}}
.w_formComment textarea {
  height: 198px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003294}}
.w_formComment input[type=submit] {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003312}}
.w_commentsList > .title {
  color: #8b0714;
  font-size: 24px;
  margin-bottom: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003323}}
.w_commentsList .box {
  position: relative;
  z-index: 1;
  background-color: #c3d6df;
  padding: 18px;
  padding-bottom: 9px;
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003339}}
.w_commentsList .box:last-of-type {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003344}}
.w_commentsList .box .triangle {
  position: absolute;
  z-index: 0;
  top: -12px;
  top: -18px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21px solid #c3d6df;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 31px solid #c3d6df;
  /* border-top: 12px solid red; */
  /*
  
  	-webkit-transform:rotate(45deg);
  	-moz-transform:rotate(45deg); 
  	-o-transform:rotate(45deg);
  	
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003412}}
.w_commentsList .box .number {
  position: absolute;
  right: 18px;
  top: 18px;
  color: white;
  font-size: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003426}}
.w_commentsList .box .title {
  color: #8b0714;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003437}}
.w_commentsList .box .name {
  margin-top: 6px;
  color: #8c7661;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003445}}
.w_commentsList .box .specs {
  margin-top: 6px;
  color: #8c7661;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003452}}
.w_commentsList .box .text {
  margin-top: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003458}}
.w_commentsList .box .link {
  margin-top: 18px;
  float: right;
  color: #8b0714;
  font-weight: bold;
  font-size: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003483}}
.m_breadcrumbs {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 12px;
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003497}}
.m_breadcrumbs a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003499}}
.m_breadcrumbs a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003502}}
.m_breadcrumbs span {
  color: #8b0714;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003519}}
.m_article {
  margin-bottom: 48px;
  /*
  .image { // NO SE USA - ahora ya si - y ahora ya no, again. , ergo, OBSOLETE !!!!
  	
  	margin-bottom: $spacing; // TEST
  	// margin-bottom: $spacing4; // dev
  	img {@include img;}
  	border: 3px solid black; // DEV
  	background-color: #f06; // DEV
  	}	// image
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003524}}
.m_article .title {
  color: #8b0714;
  margin-bottom: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003533}}
.m_article .title span.searchQuery {
  text-transform: lowercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003542}}
.m_article .titleResults {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003545}}
.m_article .titleResults .item {
  float: left;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003545}}
  .m_article .titleResults .item {
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003550}}
  .m_article .titleResults .item:nth-of-type(2) {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003551}}
  .m_article .titleResults .item:nth-of-type(3) {
    margin-top: 6px;
    font-size: 18px;
    color: #8c7661;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003581}}
.m_article .w_imageWithCaption {
  margin-bottom: 6px;
  margin-top: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003595}}
.m_article .image_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003602}}
.m_article .image_caption {
  text-align: center;
  background-color: #8b0714;
  color: white;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003636}}
.m_article .video {
  margin-top: 24px;
  margin-bottom: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003642}}
.m_article .video iframe {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003652}}
.m_article .specs {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003685}}
.m_article .specs .itemLeft {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003689}}
.m_article .specs .itemRight {
  float: right;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003696}}
  .m_article .specs .itemLeft {
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003700}}
  .m_article .specs .itemRight {
    float: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003718}}
.m_article h6 {
  display: inline;
  font-family: 'glyph_i', sans-serif;
  /*
  color: #f00;
  background-color: #0f0; 
  */
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003737}}
.m_article .text {
  line-height: 1.5em;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003737}}
  .m_article .text {
    line-height: 1.6em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003744}}
.m_article .text a {
  color: #8b0714;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003746}}
.m_article .text a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003753}}
.m_article .the_content {
  /*
  // LISTADO DE EXCEPCIONES - CASO: http://egiptologia.com/piramide-userkaf/
  #attachment_15672,
  #attachment_15674,
  #attachment_15675 {
  	width: auto !important;
  	}
  // esta solucion no va a afncionar para cuando sean imagenes centraditas...
  // para ese caso, usare esto:
  
  // capion, imagenes con pie de foto, me sirve, pero no cubrira los caso donde haya imagen sin puie de foto
  */
  /*
  background-color: #ff9; // DEV
  padding: 48px; // DEV
  */
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003756}}
.m_article .the_content div {
  max-width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003775}}
.m_article .the_content div[id^="attachment_"] {
  width: auto !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003779}}
.m_article .the_content .wp-caption {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003784}}
.m_article .the_content .wp-caption img {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003788}}
.m_article .the_content .wp-caption .wp-caption-text {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003800}}
.m_article .the_content .wp-caption {
  max-width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003813}}
.m_article .the_content .wp-caption {
  max-width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003827}}
.m_article .the_content .pageBreak {
  text-align: center;
  margin-top: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003842}}
.m_article .the_content a {
  color: #8b0714;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003844}}
.m_article .the_content a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003847}}
.m_article .the_content img {
  /*
  border: 12px solid red;
  background-color: orange;
  padding: 12px;
  */
  max-width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003869}}
.m_article .the_content p {
  line-height: 1.5em;
  margin-left: 0px !important;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003885}}
.m_article .the_content p.img {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003903}}
.m_article .the_content p iframe {
  /*
  max-width: 100%; // ... esto ya responisifca algo...
  margin:0 auto; // TEST
  */
  width: 100%;
  display: block;
  margin-top: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003916}}
.m_article .the_content .mosimage {
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003919}}
.m_article .the_content .mosimage .mosimage_caption {
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003919}}
  .m_article .the_content .mosimage .mosimage_caption {
    font-size: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003937}}
.m_article .m_linksSocial {
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003946}}
.m_article .m_linksSocial .item {
  float: left;
  margin-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003950}}
.m_article .m_linksSocial .item:last-of-type {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003953}}
.m_article .m_linksSocial a {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003971}}
.fb-share-button {
  /*
  transform: scale(1.35);
  transform-origin: top left;
  */
  /* margin-right: 20px; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\00003989}}
#content {
  overflow: hidden;
  /*
  background-color: #999;
  padding: 24px; 
  border: 3px solid red; 
  */
  /*
  display: table; // check si esto jode el double scrollr  //  yeah, esto no le mola a las paginas con double scroller, obviously / pero al comentarlo, el block class en el footer hay que resetarlo tb... 
  height: 100%;
  width:100%; // VIP for responsiveness
  */
  /*
  position: relative;
  min-height: 100%; // TEST.... NO HAY DISEÑO PARA PAGINA CON PCO CNTENIDO VERTICAL, WING IT !!!!
  */
  /*
  padding-top: 120px; // TEST ---- ahhhhh, es el fake dummy header !!!!!!!!!!!!!!!!!!!!!!
  padding-top: 140px; // VIP !!!!!!!!!!!!!!!!!!!!!!!!!
  
  padding-top: 160px; // mejor usar el dummy, porque le uedo poner color y asi lo veo !!! - osino un border top al content claro !!!
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031007}}
#content .frame, #content #page, #content header .headerPack, header #content .headerPack {
  background-color: white;
  /*
  height: 100%;
  position: relative;
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031016}}
#content .frame_noPadding, #content .w_doubleScroller, #content .w_doubleScroller_half {
  background-color: white;
  /*
  height: 100%;
  position: relative;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031068}}
.m_slide_single {
  height: 100%;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031076}}
.m_slide_single .test_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031076}}
  .m_slide_single .test_image {
    padding-top: 75%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031103}}
.m_slide_single .test_image img {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031107}}
.m_slide_single .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031112}}
.m_slide_single .content_inner {
  background-color: rgba(140, 118, 97, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031120}}
.m_slide_single .content_inner .title {
  font-weight: bold;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031126}}
.m_slide_single .content_inner .text {
  font-size: 14px;
  margin-top: 18px;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031126}}
  .m_slide_single .content_inner .text {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031138}}
.m_slide_single .content_inner .text a {
  color: white;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031148}}
.m_slide_single .content_inner .link {
  font-size: 14px;
  margin-top: 18px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031173}}
.m_slide {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031177}}
.m_slide .test_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 71.43%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031197}}
.m_slide .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031201}}
.m_slide .content_inner {
  background-color: rgba(140, 118, 97, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  /*
  height: auto; // DOESN'T WORK, obviously
  // height: 100px; // TEST - transition worked with defined init height, now check with height auto...
  @include transition(height 1s);
  */
  min-height: 0px;
  -webkit-transition: min-height 1s;
  -moz-transition: min-height 1s;
  -o-transition: min-height 1s;
  transition: min-height 1s;
  padding: 12px 36px;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031219}}
.m_slide .content_inner.is-active {
  height: 100%;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031228}}
.m_slide .content_inner.is-active .content_inner_vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031250}}
.m_slide .content_inner a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031253}}
.m_slide .content_inner .title {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031256}}
.m_slide .content_inner .title a {
  color: inherit;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031262}}
.m_slide .content_inner .title a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031268}}
.m_slide .content_inner .text {
  display: none;
  font-size: 14px;
  margin-top: 18px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031301}}
.slick_multiple {
  margin-bottom: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031325}}
section {
  background-color: #CCC;
  margin-bottom: 48px;
}

/* DEMO FOR THE HOME PAGE */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031336}}
#frontWrapper {
  padding-top: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031342}}
#frontWrapper_headerMega {
  font-size: 28px;
  /* margin-bottom: $baseSpacing; */
  /* @include spacing(5); */
  margin-bottom: 60px;
  /* text-align:right; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031355}}
#frontWrapper_header {
  font-size: 20px;
  /* margin-bottom: $baseSpacing; */
  /* @include spacing(5); */
  margin-bottom: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031367}}
.frontWrapper_section {
  /* margin-bottom: $spacing; */
  margin-bottom: 48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031374}}
.frontWrapper_sectionTitle {
  font-size: 16px;
  margin-bottom: 24px;
  color: #727272;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031381}}
.frontWrapper_sectionContent {
  font-size: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031385}}
.frontWrapper_sectionContent a {
  color: #ff5722;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_content\.scss}line{font-family:\000031389}}
.frontWrapper_sectionContent a:hover {
  text-decoration: underline;
}

/* 
 * Project: Permacultura.cat
 * File: Cookies
 *
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\000037}}
.modal_leydecookies {
  display: none;
  background-color: #ffccbc;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  bottom: -200px;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000322}}
.leydecookies_content {
  position: relative;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000327}}
.leydecookies_content .text {
  display: inline-block;
  margin-right: 24px;
  color: #727272;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000335}}
.leydecookies_content .options {
  display: inline-block;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000342}}
.leydecookies_content .options li {
  float: left;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000345}}
.leydecookies_content .options li:last-of-type {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000347}}
.leydecookies_content .options li a {
  cursor: pointer;
  /* para el ajax onclick - pasar esto a este reset, y luego al cowo-Reset  */
  display: block;
  padding: 4px 8px;
  min-width: 100px;
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  background-color: #ff5722;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000363}}
.leydecookies_content .options li a:hover {
  background-color: #e64a19;
}

@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\0000388}}
  .leydecookies .options {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_cookies\.scss}line{font-family:\00003109}}
  .leydecookies .options {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
    /*
        .leydecookies .options {
            width:100%;
            overflow: hidden; 
            text-align:center;

            .item {
                // float: left;
                float: none;
                display:inline-block;
                
                margin-right: 10px;

                &:last-of-type {margin-right: 0;}
								
            	} // item


        } // options
    
    */
}
/* 
 * Built by cowowo.cat
 * Author: Carl Johansson
 * Project: cowowo.cat
 * File: Social
 */
/*
.m_social { // rename as m_socialIcons, or m_social mejor
	// float: right; // TEMP
	position: absolute; 
	right: 0;
	bottom:0;
		
	ul {
			@extend .clearfix;
			// display:inline-block;
			}
	
	li {
			float:left; 
			width:24px; 
			
			@media only screen and (max-width: $bp_s) { 
				// width:32px;			 // comentado, ya que he quitado varios iconos temporalmente
				} // MEDIA-QUERY	
			
			margin-right: $spacing025;  
			&:last-of-type {margin-right: 0;}
			// @include rotate;
			
			img {@include img;}
			
			} // li
    
} // m_social
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\0000348}}
.l_social {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\0000348}}
  .l_social {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\0000379}}
.s_social ul :hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\0000386}}
.s_social li {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  /* ZOOM IN - OUT ! - FX */
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\0000386}}
  .s_social li {
    width: 32px;
    height: 32px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003105}}
.s_social li:last-of-type {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003109}}
.s_social li :hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003120}}
.s_social li img {
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003132}}
.s_social li :hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003174}}
.s_social_NOT li {
  float: left;
  width: 24px;
  margin-right: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003183}}
.s_social_NOT li:last-of-type {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003192}}
.s_social_NOT li.icon_facebook {
  border: 2px solid black;
  /*
  width: 46px;
  height: 44px;
  */
  width: 60px;
  height: 56px;
  background: url("../img/icons/social/twt_fb_gplus.png") 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003210}}
.s_social_NOT li.icon_twitter {
  border: 2px solid black;
  background-color: #f06;
  /*
  width: 46px;
  height: 44px;
  */
  width: 60px;
  height: 56px;
  background: url("../img/icons/social/twt_fb_gplus.png") 120px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_social\.scss}line{font-family:\00003224}}
.s_social_NOT li.icon_googleplus {
  border: 2px solid black;
  background-color: #f06;
  /*
  width: 46px;
  height: 44px;
  */
  width: 60px;
  height: 56px;
  background: url("../img/icons/social/twt_fb_gplus.png") 60px 0;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Grid - Projects
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000310}}
.pageHome_readMore {
  text-align: center;
  color: #447f9b;
  font-weight: bold;
  margin-top: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000321}}
.pageHome_readMore a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000323}}
.pageHome_readMore a:hover {
  text-decoration: underline;
}

/*
* Grid
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000334}}
.w_gridProjects {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000346}}
.w_gridProjects .column {
  float: left;
  width: 49.75%;
  margin-right: 0.5%;
  margin-top: 0.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000353}}
.w_gridProjects .column:nth-of-type(2n) {
  margin-right: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000357}}
.w_gridProjects .column:nth-of-type(1), .w_gridProjects .column:nth-of-type(2) {
  margin-top: 0%;
}
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000346}}
  .w_gridProjects .column {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 12px;
    margin-bottom: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000368}}
  .w_gridProjects .column:last-of-type {
    margin-bottom: 0px;
  }
}

/*
* Module
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\0000394}}
.m_gridProject {
  position: relative;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003106}}
.m_gridProject .m_gridProject_col {
  float: left;
  width: 50%;
  /*
  // por el bottom....
  position: relative;
  border: 1px solid black; // DEV
  */
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003123}}
  .m_gridProject .m_gridProject_col {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003126}}
  .m_gridProject .m_gridProject_col:first-of-type {
    margin-bottom: 18px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003134}}
.m_gridProject .w_image {
  position: relative;
  z-index: 2;
  /* ZOOM IN - FX */
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003143}}
.m_gridProject .w_image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 71.43%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003154}}
.m_gridProject .w_image:hover .image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(255, 0, 255, 0.5);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003168}}
.m_gridProject .w_image .imageCover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003181}}
.m_gridProject .w_image:hover .imageCover {
  background-color: rgba(140, 118, 97, 0.6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003193}}
.m_gridProject .w_text {
  position: relative;
  height: 100%;
  padding: 0px 12px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003199}}
.m_gridProject .w_text > .inner {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003203}}
.m_gridProject .w_text .title {
  color: #8b0714;
  font-weight: bold;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003208}}
.m_gridProject .w_text .title a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003213}}
.m_gridProject .w_text .title a:hover {
  border-bottom-color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003218}}
.m_gridProject .w_text .specs {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003226}}
.m_gridProject .w_text .specs .line1 {
  color: #8c7661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003229}}
.m_gridProject .w_text .specs .line2 {
  color: #447f9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003235}}
.m_gridProject .w_text .text {
  margin-top: 12px;
  font-size: 12px;
  padding-bottom: 24px;
  /*
  p {
  	// display: none;
  	}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003245}}
.m_gridProject .w_text .text p {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003247}}
.m_gridProject .w_text .text p:first-of-type {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003266}}
.m_gridProject .bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 50%;
  right: 0px;
  padding-right: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  color: #8c7661;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003266}}
  .m_gridProject .bottom {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003317}}
.m_gridProject .bottom ul {
  text-align: justify;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003324}}
.m_gridProject .bottom ul:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003335}}
.m_gridProject .bottom li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003348}}
.m_gridProject .bottom li:first-of-type {
  margin-left: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003353}}
.m_gridProject .bottom li:last-of-type {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003355}}
.m_gridProject .bottom li:last-of-type a {
  color: #447f9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003358}}
.m_gridProject .bottom li a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_projects\.scss}line{font-family:\00003362}}
.m_gridProject .bottom li a:hover {
  border-bottom-color: inherit;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Grid - Results (search results page)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000311}}
.m_headerSecondary {
  color: #8b0714;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5em;
}

/*
* Grid
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000345}}
.w_gridResults_list {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000353}}
.w_gridResults_list .column {
  background-color: #c3d6df;
  margin-bottom: 1%;
  float: left;
  width: 49.5%;
  margin-right: 1%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000367}}
.w_gridResults_list .column:nth-of-type(2n) {
  margin-right: 0px;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000353}}
  .w_gridResults_list .column {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
    margin-right: 0%;
    margin-bottom: 6px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000381}}
  .w_gridResults_list .column:last-of-type {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\0000353}}
  .w_gridResults_list .column {
    /*
    margin-bottom: $spacing025;
    &:last-of-type {margin-bottom: 0px;}
    */
  }
}

/*
* Module
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003108}}
.m_gridResult_list {
  position: relative;
  padding: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003119}}
.m_gridResult_list .m_gridResult_row {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003125}}
.m_gridResult_list .m_gridResult_col {
  /*
  
  float: left;
  width: 75%; // TEST TEMP
  
  &:first-of-type {
  	width: 25%;  // TEST TEMP
  	}
  */
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003148}}
  .m_gridResult_list .m_gridResult_col {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003151}}
  .m_gridResult_list .m_gridResult_col:first-of-type {
    margin-bottom: 18px;
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003163}}
.m_gridResult_list .w_text {
  position: relative;
  padding: 0px 12px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003173}}
.m_gridResult_list .w_text > .inner {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003178}}
.m_gridResult_list .w_text .title {
  color: #8b0714;
  font-weight: bold;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003185}}
.m_gridResult_list .w_text .title a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003188}}
.m_gridResult_list .w_text .title a:hover {
  border-bottom-color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003194}}
.m_gridResult_list .w_text .specs {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003200}}
.m_gridResult_list .w_text .specs .line1 {
  color: #8c7661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003203}}
.m_gridResult_list .w_text .specs .line2 {
  color: #447f9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003210}}
.m_gridResult_list .w_text .text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003225}}
.m_gridResult_list .bottom {
  /*
  position: relative;
  z-index: 1;
  */
  /*
  margin-top: $spacing; // TEST
  margin-top: -12px;
  */
  overflow: hidden;
  color: #8c7661;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003252}}
.m_gridResult_list .bottom ul {
  float: right;
  padding-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003266}}
.m_gridResult_list .bottom li {
  float: left;
  margin-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003270}}
.m_gridResult_list .bottom li:last-of-type {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003272}}
.m_gridResult_list .bottom li a {
  font-weight: bold;
  color: inherit;
  display: block;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003281}}
.m_gridResult_list .bottom li a:hover {
  border-bottom-color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003347}}
.m_noResults {
  background-color: #c3d6df;
  padding: 96px;
  text-align: center;
  color: #8b0714;
}

/*
* Grid
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003367}}
.w_gridResults {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
  /*
  &.case2cols {
  	
  	border: 3px solid red; // DEV
  
  	
  	} // case2cols
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003382}}
.w_gridResults.last {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003384}}
.w_gridResults .column {
  background-color: #c3d6df;
  margin-bottom: 6px;
  /*
  float: left;
  // width: 49.5%; // TEMP
  width: (99.5%/2);
  
  margin-right: 0.5%;
  &:nth-of-type(2n) {margin-right: 0%;}
  */
  /*
  margin-top: 0.5%; // not cleaned at bp s
  &:nth-of-type(1),
  &:nth-of-type(2) {margin-top: 0%;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003388}}
.w_gridResults .column.case_altStyle {
  background-color: #ceb7a0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003395}}
.w_gridResults .column:last-of-type {
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003384}}
  .w_gridResults .column {
    /*
    @include fullwidth;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: $spacing05;
    margin-bottom: $spacing075; // TEST
    &:last-of-type {margin-bottom: 0px;}
    */
  }
}

/*
* Module
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003463}}
.m_gridResult {
  position: relative;
  padding: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003474}}
.m_gridResult .m_gridResult_row {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003480}}
.m_gridResult .m_gridResult_col {
  float: left;
  width: 75%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003484}}
.m_gridResult .m_gridResult_col:first-of-type {
  width: 25%;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003503}}
  .m_gridResult .m_gridResult_col {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003506}}
  .m_gridResult .m_gridResult_col:first-of-type {
    margin-bottom: 18px;
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003517}}
.m_gridResult .w_image {
  position: relative;
  z-index: 2;
  /* ZOOM IN - OUT ! - FX */
  overflow: hidden;
  /* por el zoom */
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003522}}
  .m_gridResult .w_image.hideFakeImage {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003530}}
.m_gridResult .w_image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003544}}
.m_gridResult .w_image :hover .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003551}}
.m_gridResult .w_image .imageCover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003566}}
.m_gridResult .w_text {
  position: relative;
  height: 100%;
  padding: 0px 12px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003579}}
.m_gridResult .w_text > .inner {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003585}}
.m_gridResult .w_text .title {
  color: #8b0714;
  font-weight: bold;
  line-height: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003593}}
.m_gridResult .w_text .title a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003596}}
.m_gridResult .w_text .title a:hover {
  border-bottom-color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003602}}
.m_gridResult .w_text .specs {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003608}}
.m_gridResult .w_text .specs .line1 {
  color: #8c7661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003611}}
.m_gridResult .w_text .specs .line2 {
  color: #447f9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003618}}
.m_gridResult .w_text .text {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4em;
  padding-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003636}}
.m_gridResult .bottom {
  clear: both;
  position: relative;
  z-index: 1;
  /*
  margin-top: $spacing; // TEST
  margin-top: -12px;
  */
  margin-top: -12px;
  margin-top: -24px;
  overflow: hidden;
  color: #8c7661;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003664}}
.m_gridResult .bottom .new_date {
  float: left;
  margin-left: calc(25% + 12px);
  padding-top: 12px;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003676}}
  .m_gridResult .bottom .new_date {
    margin-left: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003684}}
.m_gridResult .bottom ul {
  float: right;
  padding-top: 12px;
  padding-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003695}}
.m_gridResult .bottom li {
  float: left;
  margin-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003699}}
.m_gridResult .bottom li:last-of-type {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003701}}
.m_gridResult .bottom li a {
  font-weight: bold;
  color: inherit;
  display: block;
  border-bottom: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_results\.scss}line{font-family:\00003710}}
.m_gridResult .bottom li a:hover {
  border-bottom-color: inherit;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Grid - Results (search results page)
 */
/*
* Grid
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000313}}
.w_gridMedia {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000322}}
.w_gridMedia .column {
  background-color: #ceb7a0;
  /*
  // background-color: #ccc; // TEMP
  float: left;
  // width: 49.5%; // TEMP
  width: (99.5%/2);
  
  margin-right: 0.5%;
  &:nth-of-type(2n) {margin-right: 0%;}
  */
  /*
  margin-top: 0.5%; // not cleaned at bp s
  &:nth-of-type(1),
  &:nth-of-type(2) {margin-top: 0%;}
  */
  float: left;
  width: 49.75%;
  margin-right: 0.5%;
  margin-top: 0.5%;
  /*
  margin-bottom: $spacing025; // TEST
  &:last-of-type {margin-bottom: 0px;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000350}}
.w_gridMedia .column:nth-of-type(2n) {
  margin-right: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000354}}
.w_gridMedia .column:nth-of-type(1), .w_gridMedia .column:nth-of-type(2) {
  margin-top: 0%;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000322}}
  .w_gridMedia .column {
    /*
    @include fullwidth;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: $spacing05;
    margin-bottom: $spacing075; // TEST
    &:last-of-type {margin-bottom: 0px;}
    */
  }
}

/*
* Module
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\0000398}}
.m_gridMedia {
  position: relative;
  padding: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\00003104}}
.m_gridMedia .w_image {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\00003107}}
.m_gridMedia .w_image .image {
  /*
  @include bg_img;
  padding-top: 71.43%; // 7:5  - preguntar a jaime el aspect ratio de las imagenes del grid de articulos...
  */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 71.43%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media\.scss}line{font-family:\00003120}}
.m_gridMedia .w_image .imageCover {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(206, 183, 160, 0.8);
  color: white;
  padding: 12px;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: Grid - Results (search results page)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000316}}
#slider li {
  /*
  @include bg_img;
  @include ar_16_9;
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000326}}
#slider li .my_test {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000337}}
#carousel li {
  /*
  @include bg_img;
  @include ar_16_9;
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000349}}
#carousel li:last-of-type .my_test {
  border-right-width: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000355}}
#carousel li .my_test {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  border-right: 12px solid #fff;
  margin-top: 12px;
}

/*
* Grid
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000386}}
.w_gridMediaSimple {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000395}}
.w_gridMediaSimple .column {
  /*
  // background-color: #ccc; // TEMP
  float: left;
  // width: 49.5%; // TEMP
  width: (99.5%/2);
  
  margin-right: 0.5%;
  &:nth-of-type(2n) {margin-right: 0%;}
  */
  /*
  margin-top: 0.5%; // not cleaned at bp s
  &:nth-of-type(1),
  &:nth-of-type(2) {margin-top: 0%;}
  */
  float: left;
  width: 49.75%;
  margin-right: 0.5%;
  margin-top: 0.5%;
  /*
  margin-bottom: $spacing025; // TEST
  &:last-of-type {margin-bottom: 0px;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003100}}
.w_gridMediaSimple .column img {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003125}}
.w_gridMediaSimple .column:nth-of-type(2n) {
  margin-right: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003129}}
.w_gridMediaSimple .column:nth-of-type(1), .w_gridMediaSimple .column:nth-of-type(2) {
  margin-top: 0%;
}
@media only screen and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000395}}
  .w_gridMediaSimple .column {
    /*
    @include fullwidth;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: $spacing05;
    margin-bottom: $spacing075; // TEST
    &:last-of-type {margin-bottom: 0px;}
    */
  }
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\0000395}}
  .w_gridMediaSimple .column {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
    margin-right: 0px;
  }
}

/*
* Module
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003178}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET {
  position: relative;
  padding: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003192}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .m_gridResult_col {
  float: left;
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003196}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .m_gridResult_col:first-of-type {
  width: 50%;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003206}}
  .m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .m_gridResult_col {
    float: none;
    width: 100%;
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
  }
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003209}}
  .m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .m_gridResult_col:first-of-type {
    margin-bottom: 18px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003219}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_image {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003222}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_image .image {
  /*
  @include bg_img;
  padding-top: 71.43%; // 7:5  - preguntar a jaime el aspect ratio de las imagenes del grid de articulos...
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003223}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_image .image img {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003231}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_image .imageCover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 0, 255, 0.5);
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003245}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text {
  position: relative;
  height: 100%;
  padding: 0px 12px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003253}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text > .inner {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003259}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .title {
  color: #8b0714;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003262}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .title a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003266}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .specs {
  margin-top: 12px;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003271}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .specs .line1 {
  color: #8c7661;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003274}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .specs .line2 {
  color: #447f9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003281}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .text {
  margin-top: 12px;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003287}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom {
  margin-top: 24px;
  color: #8c7661;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003296}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom ul {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003298}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom li {
  float: left;
  margin-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003302}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom li:last-of-type {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003304}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom li a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_grid_media_simple\.scss}line{font-family:\00003307}}
.m_gridMediaSimple_NOT_USED_NOR_NEEDE_YET .w_text .bottom li a:hover {
  text-decoration: underline;
}

/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Reset
 * File: Nav secciones (fondo rojo)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000314}}
.m_navBarSeccionesMobile {
  display: none;
  background-color: #af3720;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 0px;
}
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000314}}
  .m_navBarSeccionesMobile {
    display: block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000326}}
.m_navBarSeccionesMobile .title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000336}}
.m_navBarSeccionesMobile .icon {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000342}}
.m_navBarSeccionesMobile .icon .image {
  display: inline-block;
  width: 32px;
  width: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000346}}
.m_navBarSeccionesMobile .icon .image img {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000359}}
.m_navBarSeccionesMobile .icon .image.is-active {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\0000381}}
.m_dropdown_SeccionesMobile {
  display: none;
  background-color: #af3720;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003103}}
nav.secciones {
  background-color: #af3720;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003111}}
nav.secciones .title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003121}}
nav.secciones a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  color: inherit;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003132}}
nav.secciones a:hover, nav.secciones a.is-current {
  background-color: white;
  color: #8b0714;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003150}}
ul.menuSecciones a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  font-size: 14px;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003163}}
ul.menuSecciones a:hover, ul.menuSecciones a.is-current {
  background-color: white;
  color: #8b0714;
}
@media only screen and (max-width: 599px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_nav_secciones\.scss}line{font-family:\00003176}}
  ul.menuSecciones a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* CSS Document */
/* START - CODE FOR RESPONSIVE STICKY FOOTER + add class .block to footer */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\0000312}}
.container {
  height: 100%;
  /* VIP */
  width: 100%;
  /* VIP for RESPONSIVE */
}

/* END - CODE FOR RESPONSIVE STICKY FOOTER */
/* CSS DEMO */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\0000329}}
.w_doubleScroller {
  clear: both;
  height: calc(90% - 135px);
}
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\0000329}}
  .w_doubleScroller {
    height: auto !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\0000384}}
.slickslider.slick_multiple {
  border-top: 6px solid white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\0000393}}
.lateralWrapper {
  float: right;
  width: 275px;
  /*  min-height: 500px;	 */
  /* BIG CHANGE - COMENTAR ESTO */
  /* padding-left:300px; */
  /* BIG CHANGE - COMENTAR ESTO */
  /* DEMO */
  /*
  background-color:#999;
  padding: 24px; 	
  */
  /* Project style */
  background-color: #ccc;
  border-left: 6px solid white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\00003125}}
.mainWrapper {
  height: 100%;
  /* VIP !!! */
  background-color: white;
  overflow-y: auto;
  /* VIP !!! */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\00003143}}
.container {
  /* background-color:#ff0; */
  /* margin-left:300px; */
  /* display tables & amrgin or paddings is not going to work */
  height: 100%;
  /* VIP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
}

/*
.container > .inner {
	background-color:#ff0;
	padding: 24px; 
	
	height: 100%; //  HA HECHO ALGO, PERO NO 100%... //  //  QUE ABAJO ESTA EL STICKY FOOTER POR LA CARA .... estaba abajo por todos los br's ..... anyways, less is more...
	position: relative;
	}
	*/
/*		
.stickyfooter {
	background-color:#000;
	color: #fff;
	// padding: 24px; // padding no va debido a block, necesiata un inner class.
	}
	.stickyfooter > .inner {
		padding: 24px;
		}		
*/
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller\.scss}line{font-family:\00003188}}
  .lateralWrapper {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\000035}}
.slickslider {
  /*
  background-color: #f0f;
  padding: 100px;
  border: 3px solid red;
  */
  height: 100%;
  /* VIP FOR FULLHEIGHT SCENARIO */
  /* border: 30px solid #ff0;	 */
}

/* 2 CLASSES INJECTED BY THE SCRIPT */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000324}}
.slick-list {
  height: 100%;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000328}}
.slick-track {
  height: 100%;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000340}}
.content222 {
  /* margin:auto; */
  /* padding:0px 20px; */
  /* ESTO ES LO QUE PERMITE MOSTRAR LOS NAV THINGEES !  */
  /* padding:0px 0px; */
  /* padding:10px 0px; */
  /* width:600px; */
  /* background-color:#ccc; */
  /* padding:10px; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000360}}
.slick-slide img {
  /* border:5px solid #FFF; */
  /* borrar esta linea */
  display: block;
  width: 100%;
}

/* Slider */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000373}}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  -ms-touch-action: none; 
  touch-action: none; 
  */
  /* https://github.com/kenwheeler/slick/issues/1252 */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\0000398}}
.slick-list {
  z-index: 100;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003100}}
.slick-list:focus {
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003101}}
.slick-loading .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003102}}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003104}}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003111}}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003112}}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003113}}
.slick-track:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003114}}
.slick-loading .slick-track {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003118}}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  z-index: 1;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003131}}
.slick-slide img {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003132}}
.slick-slide.slick-loading img {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003133}}
.slick-slide.dragging img {
  pointer-events: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003134}}
.slick-initialized .slick-slide {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003135}}
.slick-loading .slick-slide {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003136}}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/*
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
*/
/* Arrows */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003145}}
.slick-prev, .slick-next {
  position: absolute;
  z-index: 100;
  /* CARL */
  /* color:#f00; */
  /* CARL */
  display: block;
  /*
  height: 20px; 
  width: 20px; 
  */
  	/*
    height: 40px; 
  	width: 40px; 
  	*/
  /* width: 60px;  */
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  /* color: #fff; */
  /* TEST DE CARL - para el texto de los arrows - NO HA FUNCIONADO */
  top: 50%;
  /*
  height: 20px; 
  width: 20px; 
  margin-top: -10px; 
  */
  height: 40px;
  width: 40px;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003189}}
.slick-prev:focus, .slick-next:focus {
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003193}}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  /* efecto interesante */
  display: none;
  /* TEST DE CARL */
  z-index: 0;
  border: 10px solid pink;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003208}}
button.slick-disabled {
  background-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003214}}
button {
  background-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003224}}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  /* font-size: 60px; */
  line-height: 1;
  color: #fff;
  /* vip, color del no-arrow */
  font-weight: bold;
  /* background-color:#f00; */
  /* padding:15px 20px; */
  display: block;
  /* height:100%; */
  padding: 10px 0px;
  background-color: #ceb7a0;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CARL - EFECTO HOVER */
/*
.slick-prev:hover:before, 
.slick-next:hover:before { 
	// background-color: $c_main;
	background-color: lighten(#FF5722, 5%);
	}
*/
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003280}}
.slick-prev {
  /* left: -25px;  */
  left: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003285}}
.slick-prev:before {
  content: "<";
  /* font-family: 'Gentium Basic', sans-serif; */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003290}}
.slick-next {
  /* right: -25px; */
  right: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_slick\.scss}line{font-family:\00003296}}
.slick-next:before {
  content: ">";
}

/* Dots */
/* .slick-slider { margin-bottom: 30px; } */
/*
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }
*/
/* CSS Document */
/* START - CODE FOR RESPONSIVE STICKY FOOTER + add class .block to footer */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\0000311}}
.container {
  height: 100%;
  /* VIP */
  width: 100%;
  /* VIP for RESPONSIVE */
}

/* END - CODE FOR RESPONSIVE STICKY FOOTER */
/* CSS DEMO */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\0000330}}
.w_doubleScroller_half {
  clear: both;
  position: relative;
  /*
  &.is-resized {
  	height: calc(100% - 44px) !important; // minus height of nav
  	
  	}
  */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\0000368}}
.lateralWrapper_half {
  float: right;
  width: 275px;
  /*  min-height: 500px;	 */
  height: 100%;
  /* VIP !!! */
  /* padding-left:300px; */
  overflow-y: auto;
  /* VIP !!! */
  /* DEMO */
  /*
  background-color:#999;
  padding: 24px; 	
  */
  /* Project style */
  position: fixed;
  z-index: 0;
  /*	
  position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
  	
  	position:sticky; // TEST
  	
  	// SOLO FUNCIONA EN FIREFOX...
  */
  /*
  left: 60%;
  left: calc(60%-40%);
  
  left: calc(  ((100% - 1140px)/2)+865px );
  left: calc(100%-1140px);
  */
  /*
  left:calc(100% - 275px);	
  left:calc(100% - 275px/2);	
  left:calc((100% - 275px)/2);
  */
  right: calc((100% - 1300px)/2);
  /*
  left: 100%; // should be outside the viewport // yup
  left: 90%;
  */
  -webkit-transition: top, 0.1s;
  -moz-transition: top, 0.1s;
  -o-transition: top, 0.1s;
  transition: top, 0.1s;
  top: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003204}}
.lateralWrapper_half.is-resized {
  top: 41px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003229}}
.mainWrapper_half {
  /*
  height: 100%; // VIP !!!
  overflow-y:auto; // VIP !!!
  */
  background-color: white;
  margin-right: 275px;
  padding-left: 24px;
  padding-right: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003266}}
.container {
  /* background-color:#ff0; */
  /* margin-left:300px; */
  /* display tables & amrgin or paddings is not going to work */
  height: 100%;
  /* VIP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003279}}
.container > .inner {
  background-color: #ff0;
  padding: 24px;
  height: 100%;
  /* HA HECHO ALGO, PERO NO 100%... //  /* QUE ABAJO ESTA EL STICKY FOOTER POR LA CARA .... estaba abajo por todos los br's ..... anyways, less is more... */
  position: relative;
}

@media only screen and (max-width: 1164px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003293}}
  .lateralWrapper_half {
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003314}}
  .lateralWrapper_half {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/reactions\/_double_scroller_half\.scss}line{font-family:\00003316}}
  .mainWrapper_half {
    margin-right: 0px;
  }
}
/*
 * Author: Carl Johansson @carlwebdev
 * Project: cowo-Boilerplate
 * File: WP comments system
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000318}}
h3#comments {
  color: #8b0714;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000332}}
.commentlist {
  /*
  background-color: #F06;
  padding: 24px; // temp
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000338}}
.commentlist li {
  /*
  position: relative; // Due to triangle
  z-index:1;
  */
  background-color: #c3d6df;
  padding: 18px;
  padding-bottom: 9px;
  margin-bottom: 24px;
  /*
  background-color: #999;
  &:nth-of-type(2n) {background-color: #ccc;}
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000355}}
.commentlist li:last-of-type {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000371}}
.commentlist .comment-author {
  color: #8b0714;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000373}}
.commentlist .comment-author img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\0000395}}
.commentlist .comment-metadata {
  margin-top: 6px;
  color: #8c7661;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003100}}
.commentlist .comment-metadata a {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003108}}
.commentlist p.comment-awaiting-moderation {
  margin-top: 6px;
  color: #8b0714;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003124}}
.commentlist .comment-content {
  margin-top: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003129}}
.commentlist .reply {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003132}}
.commentlist .reply a.comment-reply-link {
  margin-top: 18px;
  float: right;
  color: #8b0714;
  font-weight: bold;
  font-size: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003154}}
#respond {
  margin-top: 48px;
  background-color: #c3d6df;
  padding: 18px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003166}}
#respond::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -12px;
  top: -18px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21px solid #c3d6df;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 31px solid #c3d6df;
  /* border-top: 12px solid red; */
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003210}}
#respond h3 {
  color: #8b0714;
  font-size: 20px;
  margin-bottom: 18px;
  margin-bottom: 12px;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003222}}
#respond #cancel-comment-reply {
  color: #8c7661;
  margin-bottom: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003229}}
#respond #cancel-comment-reply a#cancel-comment-reply-link {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003231}}
#respond #cancel-comment-reply a#cancel-comment-reply-link:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003240}}
#respond #commentform label small {
  color: #8c7661;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003249}}
#respond input[type=submit] {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/components\/_wp_comments\.scss}line{font-family:\00003256}}
#respond p {
  overflow: hidden;
}

/* MODULES */
/* CSS Document - FRONT-END */
/* =================================================================== */
/* TABS - Simple jQuery tabs                         				   */
/* =================================================================== */
/*
 * TABS WRAPPER ....    
 */
/*
 * TABS MENU   - design it materlia styla, like the one in the cowoCMS ..  
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000316}}
.jq_tabsMenu ul {
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000319}}
.jq_tabsMenu li {
  float: left;
  width: 100px;
  /* !!!!!!!!!!!!! */
  text-align: center;
  margin-right: 8px;
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000326}}
.jq_tabsMenu li a {
  color: inherit;
  display: block;
  /* */
  padding: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e64a19;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000335}}
.jq_tabsMenu li.active a {
  background: #ffccbc;
  color: #e64a19;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000339}}
.jq_tabsMenu li.active a:hover {
  background: #ffccbc;
  color: #e64a19;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000347}}
.jq_tabsMenu li a:hover {
  background: #ff5722;
  color: white;
}

/*
 * THE TABS
 */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000360}}
#tabs .tab {
  clear: both;
  /* ????????????? */
  background: #ffccbc;
  padding: 15px;
  /* min-height: 200px; */
  min-height: 200px;
  /* DEMO */
  color: white;
}

@media only screen and (max-width: 600px) {
  /* width is inclusive */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000377}}
  .jq_tabsMenu li {
    width: 23.5%;
    margin-right: 2%;
    color: #FF0 !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000382}}
  .jq_tabsMenu li:last-of-type {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 380px) {
  /* width is inclusive */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_tabs\.scss}line{font-family:\0000390}}
  .jq_tabsMenu li a {
    font-size: 0.75rem;
  }
}
/* CSS Document */
/* ============================================ */
/* COWOWO ACCORDION                             */
/* ============================================ */
/* CONTAINER */
/* EACH PAIR OF TRIGGER AND HIDDEN SECTION */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_accordion\.scss}line{font-family:\0000313}}
.accordion_item {
  background-color: #ff5722;
  margin-bottom: 5px;
}

/* TRIGGER */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_accordion\.scss}line{font-family:\0000318}}
.accordion_top {
  background-color: #ffccbc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_accordion\.scss}line{font-family:\0000321}}
.accordion_top.active {
  background-color: #0f0 !important;
}

/* HIDDEN SECTION */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_accordion\.scss}line{font-family:\0000326}}
.accordion_bottom {
  background-color: #e64a19;
  height: 50px;
  /* display:none; */
}

/* CSS Document */
/* ============================================ */
/* COWOWO DROPDOWN                              */
/* ============================================ */
/* DESIGN */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000315}}
.genericDropdownItem {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000320}}
.genericDropdownItem:last-of-type {
  margin-bottom: 0px;
}

/* TOP */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000325}}
.genericDropdownItem_top {
  position: relative;
  /* for the trigger */
  padding-top: 5px;
  background-color: #ff5722;
  min-height: 50px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000332}}
.genericDropdownItem_top_trigger {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ff5722;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000338}}
.genericDropdownItem_top_trigger:hover,
.genericDropdownItem_top_trigger.is_active {
  background-color: #ff5722;
  /* TESTING NEW THING */
  /* SASS IT !!!!!!!!!!!!!! */
  color: white;
}

/* BOTTOM */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000345}}
.genericDropdownItem_bottom {
  background-color: #e64a19;
  min-height: 100px;
}

/* FUNCTION */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000357}}
.jq_dropdown {
  /* THE PARENT OF EACH DROPDOWN TOP/BOTTOM PAIR */
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000362}}
.jq_dropdown_shown.is_active {
  background-color: #ff5722;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000366}}
.jq_dropdown_trigger {
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000369}}
.jq_dropdown_trigger.is_active {
  background-color: #e64a19;
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000373}}
.jq_dropdown_trigger.is_active:hover {
  color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_cowo_dropdown\.scss}line{font-family:\0000378}}
.jq_dropdown_hidden {
  display: none;
}

/* CSS Document - FRONT-END */
/* =================================================================== */
/* LIGHTBOX ME                                       				   */
/* =================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_lightboxme\.scss}line{font-family:\000038}}
.lightboxme_trigger {
  cursor: pointer;
  background-color: #ff5722;
  float: left;
  padding: 24px;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_lightboxme\.scss}line{font-family:\0000315}}
.lightboxme_trigger:hover {
  background-color: #e64a19;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_lightboxme\.scss}line{font-family:\0000324}}
.lightboxme_content {
  clear: right;
  display: none;
  background-color: #ffccbc;
  color: #fff;
  /* width:700px; */
  width: 62%;
  padding: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_lightboxme\.scss}line{font-family:\0000335}}
.lightboxme_content .close {
  cursor: pointer;
  text-align: right;
  margin-bottom: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_lightboxme\.scss}line{font-family:\0000340}}
.lightboxme_content .close:hover {
  color: #ff5722;
}

/* carl demo */
@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_headroom\.scss}line{font-family:\000031}}
.navbar {
  background-color: #f00;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_headroom\.scss}line{font-family:\000035}}
.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s ease-in-out;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_headroom\.scss}line{font-family:\000036}}
.headroom--unpinned {
  top: -300px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/E\:\/wamp\/www\/egiptologia_new_wp\/wp-content\/themes\/cowowo\/assets\/scss\/modules\/_headroom\.scss}line{font-family:\0000310}}
.headroom--pinned {
  top: 0;
}
