/*========== TYPOGRAPHY ===========*/
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

@font-face {
  font-family: 'EuromodePlain';
  src: url('../fonts/EuromodePlain/EuromodePlain.eot') format('embedded-opentype'), url('../fonts/EuromodePlain/EuromodePlain.woff') format('woff'), url('../fonts/EuromodePlain/EuromodePlain.ttf') format('truetype'), url('../fonts/EuromodePlain/EuromodePlain.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EurostileRegular';
  src: url('../fonts/EurostileRegular/EurostileRegular.eot') format('embedded-opentype'), url('../fonts/EurostileRegular/EurostileRegular.woff') format('woff'), url('../fonts/EurostileRegular/EurostileRegular.ttf') format('truetype'), url('../fonts/EurostileRegular/EurostileRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoePrint';
  src: url('../fonts/SegoePrint/SegoePrint.eot') format('embedded-opentype'), url('../fonts/SegoePrint/SegoePrint.woff') format('woff'), url('../fonts/SegoePrint/SegoePrint.ttf') format('truetype'), url('../fonts/SegoePrint/SegoePrint.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*  Basic typography & Headings  */
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-size: 15px;
  line-height: 1.7em;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
textarea.form-textarea,
input[type=search] {
  font-family: inherit;
  font-size: 14px;
}

input[type="submit"],
.form-submit,footer.link-wrapper .node-readmore a,
.submitted-detail,
.block-quicktabs .quicktabs-wrapper ul.quicktabs-tabs li a,
.jquery-ui-filter-header, .ui-tabs-nav {
  font-family: 'EuromodePlain', Helvetica, sans-serif;
  font-size: 15px;
}
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.block-locationmap img {
  max-width: none;
}
a {
  -webkit-transition-property: background-color,color,opacity,border-color;
  -moz-transition-property: background-color,color,opacity,border-color;
  -o-transition-property: background-color,color,opacity,border-color;
  transition-property: background-color,color,opacity,border-color;
  -webkit-transition-duration: 0.1s;-moz-transition-duration:0.1s;
  -o-transition-duration: 0.1s;transition-duration:0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  text-decoration: none; /* default hover style for links */
}
a:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
}
hr {
  border: 0;
  height: 1px;
  margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-family: 'EurostileRegular', Helvetica, sans-serif;
}
h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
  line-height: 1.5em;
}
h4 {
  font-size: 18px;
  line-height: 1.6em;
}
h5 {
  font-size: 16px;
  line-height: 1.8em;
}
h6 {
  font-size: 14px;
  line-height: 1.8em;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
ol {
  margin: 0 0 25px 25px;
  list-style-type: decimal;
}
ul {
  margin: 0 0 25px 25px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
  font-size: 110%;
}
/* Blockquote */
blockquote {
  background-clip: padding-box;
  margin: 20px;
  padding: 0;
  position: relative;
}
blockquote p {
  margin: 0;
  padding: 2em 4.2em;
  text-align: center;
  font-size: 15px;
}
blockquote p:before, blockquote p:after {
  line-height: 1;
  position: absolute;
  top: 60%;
  opacity: 0.1;
}
blockquote p:before {
  content: "\201C";
  left: 4%;
  font-family:"Times New Roman",Georgia,Serif; 
  font-weight: bold;
  font-size: 60px;
  top: 15%;
}
blockquote p:after {
  content: "\201D";
  font-family:"Times New Roman",Georgia,Serif; 
  font-weight: bold;
  font-size: 60px;
  right: 4%;
}


code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.8em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
}
pre {
  background-color: #f5f5f5;
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

/*  End of Basic typography & Headings  */

#top-bar-left {
  font-style: normal;
}
#top-bar-right {
  font-style: normal;
}
#menu-bar {
  font-style: normal;
}

/* ------------------ Table Styles ------------------ */

table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
table thead {
  border-bottom: 2px solid #dddddd;
}
table th,
table td {
  padding: 1em;
  vertical-align: top;
  padding: 8px;
  line-height: 1.8em;
  border: 1px solid #fff;
}
table tr th {
  border-bottom-style: none;
  font-weight: bold;
  vertical-align: top;
}
table tr th,
table tr th a,
table tr th a:hover {
  font-weight: bold;
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/*---- locationmap ---*/
.gm-style, .gm-style .gm-style-iw {
  font: inherit;
}
#top-bar, #menu-bar {
  font-family: 'EuromodePlain', Arial, Helvetica, sans-serif;
}
.view-adult-junior-images .views-field-body, .views-more-link {
  font-family: 'EurostileRegular', Arial, Helvetica, sans-serif;
}
.why-choose,
#postscript-bottom #block-views-testimonial-block,
#postscript-bottom #block-views-maltalingua-blog-news-block {
  font-family: 'EurostileRegular', Arial, Helvetica, sans-serif;
}

#footer {
  font-family: 'EurostileRegular', Arial, Helvetica, sans-serif;
}

#block-block-8 {
  font-family: 'SegoePrint', 'EuromodePlain', Arial, Helvetica, sans-serif;
}
