
/*========== TYPOGRAPHY ===========*/

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css?family=The+Girl+Next+Door');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

/*---- Asap font ----*/
@font-face {
  font-family: 'Asap';
  src: url('../font/asap/Asap-Regular/Asap-Regular.eot') format('embedded-opentype'), url('../font/asap/Asap-Regular/Asap-Regular.woff') format('woff'), url('../font/asap/Asap-Regular/Asap-Regular.ttf') format('truetype'), url('../font/asap/Asap-Regular/Asap-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Asap';
  src: url('../font/asap/Asap-Bold/Asap-Bold.eot') format('embedded-opentype'), url('../font/asap/Asap-Bold/Asap-Bold.woff') format('woff'), url('../font/asap/Asap-Bold/Asap-Bold.ttf') format('truetype'), url('../font/asap/Asap-Bold/Asap-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Asap';
  src: url('../font/asap/Asap-Italic/Asap-Italic.eot') format('embedded-opentype'), url('../font/asap/Asap-Italic/Asap-Italic.woff') format('woff'), url('../font/asap/Asap-Italic/Asap-Italic.ttf') format('truetype'), url('../font/asap/Asap-Italic/Asap-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Asap';
  src: url('../font/asap/Asap-BoldItalic/Asap-BoldItalic.eot') format('embedded-opentype'), url('../font/asap/Asap-BoldItalic/Asap-BoldItalic.woff') format('woff'), url('../font/asap/Asap-BoldItalic/Asap-BoldItalic.ttf') format('truetype'), url('../font/asap/Asap-BoldItalic/Asap-BoldItalic.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}

/*  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: 'Bree Serif', 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: 'Bree Serif', serif;
}
h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
  line-height: 1.5em;
}
h4 {
  font-size: 20px;
  line-height: 1.6em;
}
h5 {
  font-size: 18px;
  line-height: 1.8em;
}
h6 {
  font-size: 14px;
  line-height: 1.8em;
}
p {
  margin: 0 0 20px 0;
  padding: 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-family: 'Indie Flower', cursive;
  font-size: 16px;
  font-style: normal;
}
#top-bar-left .block-tb-megamenu {
  font-family: 'Ubuntu Condensed', sans-serif;
}
#top-bar-right {
  font-family: 'Tahoma';
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
}
#menu-bar {
  font-family: 'Ubuntu Condensed', sans-serif;
  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;
}
