/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- FONTS ----------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ RESET  --------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { overflow: hidden; margin: 0; line-height: 140%; }
body, button, input, select, textarea { font-family: sans-serif; color: #222222; }

::-moz-selection { backgrounfd: #fe57a1; color: #ffffff; text-shadow: none; }
::selection { background: #fe57a1; color: #ffffff; text-shadow: none; }


abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #dddddd; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000000; text-decoration: none; }
mark { background: #ff0; color: #000000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
table { border-collapse: collapse; border-spacing: 0; }
form p, form label { font-size: 12px; color: #888888; margin: 0px;   }
label { display: inline-block; }

form .required { color: #777777; font-style: italic; font-size: 80%; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 6px 12px;
  border: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  height: 200px;
}


textarea,
input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="tel"],input[type="url"] {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
input[type='file'] {
    border: none;
    display: block;
    box-shadow: none;
}

textarea:focus,
input:focus {

}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px; margin-left: 16px; 
  width: auto;
  line-height: normal;
  cursor: pointer;
  display: inline;
}


select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  display: inline-block;
  margin: 0px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

input:-moz-placeholder,textarea:-moz-placeholder,
input:-ms-input-placeholder,textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #999999;
}




/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------ EPS GLOBAL STYLES  --------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.inline { display: inline; }
.block { display: block; }

.relative { position: relative; }

.no-margin { margin: 0px !important; }

.margin-top-less { margin-top: 8px; }
.margin-top-lots { margin-top: 32px; }
.margin-top { margin-top: 16px; }

.margin-bottom-less { margin-bottom: 8px; }
.margin-bottom { margin-bottom: 16px; }
.margin-bottom-lots { margin-bottom: 32px; }

.margin-sides-less { margin: 0px 8px; }
.margin-sides { margin: 0px 16px; }
.margin-sides-lots { margin: 0px 32px; }

.margin-right-less { margin-right: 8px; }
.margin-right { margin-right: 16px; }
.margin-right-lots { margin-right: 32px; }

.margin-left-less { margin-left: 8px; }
.margin-left { margin-left: 16px; }
.margin-left-lots { margin-left: 32px; }


.margin-less { margin: 6px; }
.margin { margin: 16px; }
.margin-lots { margin: 32px; }

.padding-less { padding: 6px;  }
.padding { padding: 16px;  }
.padding-lots { padding: 32px;  }
.padding-xlots { padding: 64px; }

.padding-sides-less { padding: 0px 6px; }
.padding-sides { padding: 0px 16px; }
.padding-sides-lots { padding: 0px 32px; }
.padding-sides-xlots { padding: 0px 64px; }

.padding-left-less { padding-left: 6px; }
.padding-left { padding-left: 16px; }
.padding-left-lots { padding-left: 32px; }

.padding-right-less { padding-right: 6px; }
.padding-right { padding-right: 16px; }
.padding-right-lots { padding-right: 32px; }

.padding-vertical { padding: 16px 0px; }
.padding-v { padding: 16px 0px; }
.padding-v-lots { padding: 32px 0px; }
.padding-v-xlots { padding: 64px 0px; }

.padding-top-less { padding-top: 6px; }
.padding-top { padding-top: 16px; }
.padding-top-lots { padding-top: 32px; }
.padding-top-xlots { padding-top: 64px; }


.serif { font-family: Georgia, serif; }

.strong { font-weight: bold; }

.half-width { width: 50% !important; }

.col2 { }
    .col2 > .col { width: 50%; float: left; }
    .col2 > .colspan2 { width: 100%; }
.col3 { }
    .col3 > .col { width: 33.33%; float: left; }
    .col3 .colspan2 { width: 66.66%; }
    .col3 .colspan3 { width: 100%; }
.col4 { }
    .col4 > .col { width: 25%; float: left; }
    .col4 > .colspan2 { width: 50%; }
    .col4 > .colspan3 { width: 75%; }
.col5 { }
    .col5 > .col { width: 20%; float: left; }
    .col5 > .colspan2 { width: 40%; }
    .col5 > .colspan3 { width: 60%; }
    .col5 > .colspan4 { width: 80%; }
    
.col6 { }
    .col6 > .col { width: 16.66%; float: left; }
    .col6 > .colspan2 { width: 33.33%; }
    .col6 > .colspan3 { width: 50%; }
    .col6 > .colspan4 { width: 66.66%; }
    .col6 > .colspan5 { width: 83.33%; }  
     
.col7 { }
    .col7 > .col { width: 14.28%; float: left; }
    .col7 > .colspan2 { width: 28.57%; }
    .col7 > .colspan3 { width: 42.85%; }
    .col7 > .colspan4 { width: 54.14%; }
    .col7 > .colspan5 { width: 71.42%; } 
    .col7 > .colspan6 { width: 83.33%; }  
   
.col2 br, .col3 br, .col4 br, .col5 br, .col6 br, .col7 br { display: none; }
.clear { clear: both; }
.left { display: block; float: left !important; }
.right {display: block; float: right !important; }


.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter, .aligncentre, .align-center {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.align-center { display: block; margin: 0 auto; }
.inline-block { display: inline-block; zoom: 1; }
.block { display: block; }
.grey { color: #888888; }
.dark-grey { color: #444444 !important; }
.width-100 { width: 100%; }
.width-50 { width: 50%; }
.width-75 { width: 75%; }
.width-50.alignleft { width: 48%; margin-right: 2%; float: left; }
p:empty {display:none}

.mask, .fade { pointer-events: none; }

.credits { font-size: 11px; }
.glow {  box-shadow: 0px 0px 12px rgba(0,0,0,0.3); }
.small-ds {
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    }
.rounded-small {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
.rounded-big {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    }



table.no-style { width: 100%; margin: 0; padding: 0; }
table.no-style tr {}
table.no-style td, table.no-style th { background: none; border: none; }


.box-sizing {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/**
 *     
 * 
 * Links
 */ 

.sub-link { font-size: 12px; text-decoration: none; }
.sub-link:hover { text-decoration: underline; }
.link-waiting { color: #dddddd; font-style: italic; }


 
 
/*--------------------------------------------- POST -------------------------------------*/

/*
 * 
 * 
 * 
 * POST STYLES
 */
.post hr { clear: both; margin: 12px 0px !important; }
.post #map-canvas { margin: 12px 0px; }
.post a:hover { text-decoration: underline; }
.faded {  background: #fafafa; border: 1px solid #eeeeee; margin: 12px 0px;}
.faded .inset { border-top: 1px solid white; }

.post p,
.the-content p,
.white-callout p, .white-callout, .blue-callout { line-height: 150%; margin: 0px; margin-bottom: 22px;  }
aside.white-callout iframe { margin: 0px auto !important; }
 
.meta { font-size: 90%; color: #888888; }

.post-padding { padding: 0px 32px; background: white; padding-bottom: 64px; }
.excerpt { font-size: 13px; margin-bottom: 0px; }
.excerpt p { margin: 0px; }
.post .tab-nav li { margin: 0; } 

.post img.fit { width: 100%; height: auto; display: block; }
           
.post .small { font-size: 11px; }

.post .semi-bold { font-weight: 400; }
.post .bold { font-weight: 800; }
.post .highlight, .post mark { background: #ddecc1; padding: 0px 4px; font-weight: 400; font-size: inherit; }
.post .highlight:hover, .post mark:hover { background: none; padding: 0px 4px; font-weight: 400; font-style: normal; color: #666666; }
.post .grey { color: #888888; }

.post ul, .post ol, .post dl {  margin: 0px;   }
.post li { padding: 2px 0; margin: 0px;  }


.post dt { color: #B0060D; font-weight: 400; font-size: 18px; }
.post dd { margin: 6px 0; margin-left: 16px;  }

.post table, .post td, .post table img { max-width: 100% !important; }
.post table .dt { font-weight: 600; }
.post table .dd { font-weight: 100; }
.post table { margin: 16px 0px; width: 100%; display: table; background: white; }
.post table tr { width: 100%; }
.post table tr:nth-child(even) { background: #fcfcfc; }
.post table tr:nth-child(odd) { background: white; }

.post td, .post th { border: 1px solid #dddddd; padding: 6px; text-align: left; }

.post table.definition tr>:first-child { font-weight: bold; width: 20%; }

.post blockquote { margin: 12px auto; width: 80%; padding: 5%; border-top: 1px dotted #dddddd; border-bottom: 1px dotted #dddddd; font-size: 16px; color: #777777; }
.post blockquote p, .post aside p { margin: 0px; }      
.post blockquote cite { font-style: italic; color: #888888; margin-top: 12px; margin-left: 12px; display: block; font-size: 13px;  }


.post img.size-auto,
.post img.size-full,
.post img.size-large,
.post img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.post  img.alignleft {
    margin-right: 1em;
}
.post  img.alignright {
    margin-left: 1em;
}
.wp-caption {
    padding: 0.5em;
    text-align: center;
}
.wp-caption img {
    margin: 0.25em;
}
.wp-caption .wp-caption-text {
    margin: 0.5em;
}
.gallery-caption { }
.wp-smiley {
    margin: 0;
}

/*-------------------------------------------- ENTRIES -----------------------------------*/




/*-------------------------------------------- FORMS -------------------------------------*/


/*----------------------------------------- wpcf7-form -----------------------------------*/
/*----------------------------------------- wpcf7-form -----------------------------------*/
/*----------------------------------------- wpcf7-form -----------------------------------*/


.wpcf7-form p, .form-row { margin: 0px; margin-bottom: 12px; padding: 0px; font-size: 15px; color: #555555;  }
.wpcf7-form .wpcf7-form-control-wrap {  }
.wpcf7-form .wpcf7-list-item { display: block; }

.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input,
.form-row  select, .form-row  textarea, .form-row  input  {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: inline-block; zoom: 1;
    padding: 8px 12px;
}


.wpcf7-form input[type='text'], .wpcf7-form input[type='number'], .wpcf7-form input[type='text'], .wpcf7-form input[type='email'], .wpcf7-form input[type='password'], .wpcf7-form input[type='date'],
.form-row input[type='text'], .form-row input[type='number'], .form-row input[type='text'], .form-row input[type='email'], .form-row input[type='password'], .form-row input[type='date'],
.wpcf7-form select, .wpcf7-form textarea,
.form-row  select, .form-row textarea  {
   background: white;
   border: none;
   border: 1px solid #444251;
   width: 100%; max-width: 100%;
   -webkit-transition: all 100ms;-moz-transition: all 100ms;transition: all 100ms;
}

textarea:focus, input:focus,
textarea:focus, input:focus {
   outline: none;
}


.wpcf7-form input[type="submit"], .wpcf7-submit, .wpcf7-reset {
    margin: 4px 0px;
    padding: 8px 32px;
    font-size: 18px;
    width: 120px; 
    -webkit-transition: all 200ms;-moz-transition: all 200ms;transition: all 200ms; 
    float: right;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover, .wpcf7-reset:hover { 
    color: white;
}
    
.wpcf7-form input[type="submit"]:active, .wpcf7-submit:active, .wpcf7-reset:active {
    color: white;
} 


.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7-not-valid-tip {
   -webkit-box-shadow: 1px 1px 4px #eeeeee;
   -moz-box-shadow: 1px 1px 4px #eeeeee;
   box-shadow: 1px 1px 4px #eeeeee;
   padding: 8px 16px;
   background: #fafafa;
   text-shadow: 1px 1px 2px white;
}

.wpcf7 .wpcf7-not-valid-tip { border-left: 5px solid red; }
.wpcf7 .wpcf7-response-output { }



/*-------------------------------------------- COMMENTS -----------------------------------*/

/*
 * 
 * 
 * 
 * Comments
 */

textarea#comment { width:96%; max-width: 96%; padding: 8px 2%; height: 100px; }
#respond {  margin-top: 36px;}

h3#comments, #respond h3 { font-size: 20px; margin: 16px 0px; }
ol.commentlist { list-style:none;  text-indent:0; margin: 0px; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border:1px solid #dddddd; padding:1em; margin: 2px 0px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {  }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; color: #888888; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #eeeeee; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-body p { margin: 16px 0px; font-size: 14px; color: #444444; border-bottom: 1px solid #dddddd; padding-bottom: 16px; }
ol.commentlist li.comment div.comment-meta { font-size:10px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:12px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:12px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #cccccc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #bbbbbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #aaaaaa; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 { border-left:5px solid #999999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fafafa; }
ol.commentlist li.parent { border-left:5px solid #eeeeee; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}





/*----------------------------------------------------------------------------------------------------*/
/*------------------------------------------- HELPER CLASSES  ----------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

 
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
.display-none { display: none; }
.display-block { display: block; }
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-group-hack/ */ 
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

.wpcf7-form:before, .wpcf7-form:after { content: ""; display: table; }
.wpcf7-form:after { clear: both; }
.wpcf7-form { zoom: 1; }


.fb_iframe_widget span iframe { width: 100% !important; }

.origin-top {
    -webkit-transform-origin: 0% 0%; /* Safari and Chrome */
    -moz-transform-origin: 0% 0%; /* Safari and Chrome */
    -o-transform-origin: 0% 0%; /* Safari and Chrome */
    transform-origin: 0% 0%;
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
