/*!
Theme Name: GBA
Theme URI: http://underscores.me/
Author: GBA
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gba
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GBA is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #585858; }

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #585858; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #f7f7f8;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding-right: 0; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      .main-navigation ul {
        text-align: right; } }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul li:last-child {
        padding-right: 0; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    @media (min-width: 768px) {
      .main-navigation li {
        text-align: right;
        padding-right: 10px; }
        .main-navigation li:last-child {
          padding-right: 0; } }
    @media (min-width: 768px) {
      .main-navigation li {
        display: inline-block;
        float: none; } }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.site-admin-bar p {
  font-size: 15px;
  text-align: right; }
  .site-admin-bar p span {
    padding: 0 8px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #585858;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Posts and pages
--------------------------------------------------------------*/
h1.site-title {
  line-height: 1em;
  margin: 0; }
  h1.site-title a {
    text-decoration: none;
    color: #949494;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px; }

.site-header {
  background-color: #ffffff;
  padding: 20px 0; }
  .site-header .main-navigation {
    padding-top: 7px; }
    .site-header .main-navigation li {
      padding-right: 30px;
      text-align: right; }
      .site-header .main-navigation li a {
        color: #818181; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  background-color: #f7f7f8; }

header.entry-header {
  padding: 20px;
  height: 286px;
  background-repeat: no-repeat;
  background-position: top center; }
  header.entry-header h1, header.entry-header p {
    color: white; }
  header.entry-header h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700; }
  header.entry-header p {
    font-size: 17px;
    width: 80%;
    max-width: 700px;
    margin: 0px auto;
    font-weight: normal; }

/* Image Display Pages */
.display-tabs {
  text-align: left; }
  .display-tabs ul {
    display: inline-block;
    margin: 0px auto;
    padding: 5px; }
    .display-tabs ul li {
      display: inline-block;
      margin-right: 0;
      list-style: none; }
      .display-tabs ul li a {
        display: block;
        background-color: white;
        padding: 5px 10px;
        margin-right: 0;
        text-decoration: none;
        color: black; }
        .display-tabs ul li a:hover {
          background-color: lightgrey; }

.display-refine {
  text-align: right; }
  .display-refine ul {
    display: inline-block;
    margin: 0px auto;
    padding: 5px; }
    .display-refine ul li {
      display: inline-block;
      margin-right: 0;
      list-style: none; }
      .display-refine ul li a {
        display: block;
        background-color: white;
        border: 1px solid black;
        padding: 5px 10px;
        margin-right: 0;
        text-decoration: none;
        color: black; }
        .display-refine ul li a:hover {
          background-color: lightgrey; }

.entry-header h1, .entry-header p {
  text-align: center; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

body {
  line-height: 1;
  background-color: #F7F7F7 !important; }

.color-gray, .filtered-results .result-box-content h4, .filtered-results .result-box-content p, .result-content-list-top h4 a, .result-content-list-btm p, .img-detail-title h2, .detail-fcontent h4, .detail-fcontent p, .detail-fcontent a, .detail-fcontent li, .img-comment-thread ul li h4, .img-comment-thread ul li h5, .img-comment-thread ul li p, .img-comment-thread ul li p a, .about-content p, .result-content-hidden > p, .result-content-hidden > p a {
  color: #5f5c5d; }

.btn-submit-cstm, .comment-sect-btm button, .contact-from-sect .wpcf7-form-control.wpcf7-submit, a.full-detl,
a.btn-submit-cstm,
.contact-from-sect a.wpcf7-form-control.wpcf7-submit,
a.full-detl {
  background-color: #0063b1;
  border: 1px solid #0063b1;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 23px; }
  .btn-submit-cstm:hover, .comment-sect-btm button:hover, .contact-from-sect .wpcf7-form-control.wpcf7-submit:hover, a.full-detl:hover,
  a.btn-submit-cstm:hover,
  .contact-from-sect a.wpcf7-form-control.wpcf7-submit:hover,
  a.full-detl:hover {
    text-decoration: none;
    color: #0063b1;
    background-color: #fff; }

.site-header {
  background-color: #ffffff;
  padding: 20px 0; }
  .site-header h1.site-title a {
    color: #949494;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; }
    @media (max-width: 384px) {
      .site-header h1.site-title a {
        font-size: 17px; } }
  .site-header .main-navigation li a {
    color: #818181; }
  .site-header h1 {
    font-size: 20px;
    line-height: 30px; }

.home-banner {
  background-image: url("images/banner-home.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  padding: 20px 0 100px;
  text-align: center;
  width: 100%; }
  .home-banner h2, .home-banner p {
    color: #ffffff; }

.search-top-sect {
  background-color: #ffffff;
  float: left;
  padding: 24px 0;
  width: 100%; }

.search-filters button {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  color: #6b6b6b;
  font-size: 14px;
  padding: 10px;
  float: left;
  margin-right: 14px;
  line-height: 14px; }
  .search-filters button i {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 14px;
    vertical-align: middle;
    width: 18px;
    background-image: url(images/icons-sprite.png); }
  .search-filters button.order-by i {
    background-position: 0 -90px; }
  .search-filters button.order-by:hover i, .search-filters button.order-by.active i {
    background-position: -36px -90px; }
  .search-filters button.filtering i {
    background-position: 0 -52px; }
  .search-filters button.filtering:hover i, .search-filters button.filtering.active i {
    background-position: -36px -52px; }
  .search-filters button:hover, .search-filters button.active {
    color: #2489e6; }

.toggle-links {
  float: right; }
  .toggle-links a {
    border: 1px solid #dcdcdc;
    color: #6b6b6b;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 15px;
    margin-left: -1px;
    padding: 10px;
    text-decoration: none;
    width: 100px; }
    .toggle-links a:first-child {
      border-radius: 2px 0 0 2px; }
    .toggle-links a:last-child {
      border-radius: 0 2px 2px 0; }
    .toggle-links a i {
      background-position: center center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 18px;
      vertical-align: middle;
      width: 18px;
      background-image: url(images/icons-sprite.png);
      float: right; }
    .toggle-links a.gallery-link i {
      background-position: 0 -22px; }
    .toggle-links a.list-link i {
      background-position: 0 2px; }
    .toggle-links a.map-link i {
      background-position: 0 -119px; }
    .toggle-links a.gallery-link:hover i,
    .toggle-links a.gallery-link.active i {
      background-position: -35px -22px; }
    .toggle-links a.list-link:hover i,
    .toggle-links a.list-link.active i {
      background-position: -35px 2px; }
    .toggle-links a.map-link:hover i,
    .toggle-links a.map-link.active i {
      background-position: -36px -119px; }
    .toggle-links a:hover, .toggle-links a.active {
      background-color: #2488E6;
      color: #fff;
      border-color: #2488E6; }

.filtered-results {
  display: inline-block;
  padding: 35px 0;
  vertical-align: top;
  width: 100%;
  background-color: #f7f7f8; }
  .filtered-results .result-box {
    margin-bottom: 20px; }
    .filtered-results .result-box:hover .result-box-overlay {
      opacity: 1; }
  .filtered-results .result-box-img {
    border: 1px solid #cbcbcb;
    position: relative; }
    .filtered-results .result-box-img img {
      vertical-align: middle;
      width: 100%;
      height: 190px;
      -o-object-fit: cover;
      object-fit: cover; }
  .filtered-results .result-box-content {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #cbcbcb; }
    .filtered-results .result-box-content h4 {
      font-size: 22px;
      margin: 0; }
    .filtered-results .result-box-content p {
      font-size: 16px;
      margin: 5px 0 2px; }

.result-box-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  padding: 12px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  text-align: right; }
  .result-box-overlay .box-overlay-top {
    float: left;
    margin-bottom: 36px;
    width: 100%; }
    @media (max-width: 520px) {
      .result-box-overlay .box-overlay-top {
        margin-bottom: 58px; } }
    @media (max-width: 480px) {
      .result-box-overlay .box-overlay-top {
        margin-bottom: 36px; } }
    .result-box-overlay .box-overlay-top a {
      height: 18px;
      width: 18px;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: middle;
      background-image: url(images/icons-sprite.png);
      margin-left: 10px; }
      .result-box-overlay .box-overlay-top a.search-bicon {
        background-position: 0 -178px; }
      .result-box-overlay .box-overlay-top a.download-bicon {
        background-position: 0 -148px; }
      .result-box-overlay .box-overlay-top a.search-bicon:hover {
        background-position: -35px -178px; }
      .result-box-overlay .box-overlay-top a.download-bicon:hover {
        background-position: -35px -148px; }
  .result-box-overlay .box-overlay-btn {
    clear: both;
    text-align: center; }
    .result-box-overlay .box-overlay-btn a {
      border: 1px solid #ffffff;
      border-radius: 30px;
      color: #ffffff;
      display: inline-block;
      font-size: 14px;
      padding: 10px 38px;
      text-decoration: none; }
      .result-box-overlay .box-overlay-btn a:hover {
        background-color: #2488E6;
        border-color: #2488E6; }

.search-filters-toggle {
  clear: both;
  padding-top: 24px;
  float: left;
  width: 100%;
  display: none; }
  .search-filters-toggle > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-filters-toggle > ul > li {
      float: left;
      margin-right: 15px;
      position: relative; }
      .search-filters-toggle > ul > li > span {
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        border-radius: 2px;
        color: #6b6b6b;
        display: inline-block;
        font-size: 14px;
        height: 38px;
        line-height: 34px;
        padding: 0 10px;
        cursor: pointer; }
        .search-filters-toggle > ul > li > span.date-select i {
          background-position: 0 -206px;
          height: 23px;
          width: 20px; }
        .search-filters-toggle > ul > li > span.date-select:hover i,
        .search-filters-toggle > ul > li > span.date-select.active i {
          background-position: -36px -206px; }
        .search-filters-toggle > ul > li > span.tag-select i {
          background-position: 0 -308px;
          height: 22px;
          width: 21px; }
        .search-filters-toggle > ul > li > span.tag-select:hover i,
        .search-filters-toggle > ul > li > span.tag-select.active i {
          background-position: -34px -308px; }
        .search-filters-toggle > ul > li > span.region-select i {
          background-position: 0 -271px;
          height: 25px;
          width: 14px; }
        .search-filters-toggle > ul > li > span.region-select:hover i,
        .search-filters-toggle > ul > li > span.region-select.active i {
          background-position: -41px -271px; }
        .search-filters-toggle > ul > li > span.filetype-select i {
          background-position: 0 -240px;
          height: 22px;
          width: 24px; }
        .search-filters-toggle > ul > li > span.filetype-select:hover i,
        .search-filters-toggle > ul > li > span.filetype-select.active i {
          background-position: -31px -240px; }
        .search-filters-toggle > ul > li > span.order-by i {
          background-position: 0 -90px;
          width: 20px; }
        .search-filters-toggle > ul > li > span.order-by:hover i,
        .search-filters-toggle > ul > li > span.order-by.active i {
          background-position: -36px -90px; }
        .search-filters-toggle > ul > li > span i {
          background-image: url("images/icons-sprite.png");
          background-position: center center;
          background-repeat: no-repeat;
          display: inline-block;
          height: 18px;
          margin-left: 14px;
          vertical-align: middle;
          width: 18px; }
        .search-filters-toggle > ul > li > span:hover, .search-filters-toggle > ul > li > span.active {
          color: #2489e6; }

.site-footer {
  border-top: 1px solid #cbcbcb;
  padding: 24px 0; }

.site-info {
  text-align: center; }

.filtered-results-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .filtered-results-list ul li {
    background-color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .filtered-results-list ul li:hover .result-box-overlay {
      opacity: 1; }

.result-imgbox-list {
  float: left;
  width: 90px;
  border: 1px solid #cbcbcb;
  position: relative; }
  .result-imgbox-list img {
    height: 90px;
    vertical-align: middle; }

.result-content-list {
  float: right;
  padding: 8px 10px;
  width: calc(100% - 90px); }

.result-content-list-top h4 {
  display: inline-block;
  margin: 0 10px 0 0; }
  .result-content-list-top h4 a {
    text-decoration: none; }

.result-content-list-btm p {
  margin: 0;
  max-width: 874px; }

.result-imgbox-list .box-overlay-top {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .result-imgbox-list .box-overlay-top a {
    margin: 0 6px;
    vertical-align: top; }

.filter-drop {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  left: 0;
  margin-top: 10px;
  padding: 10px;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 9;
  display: none; }
  .filter-drop .select2.select2-container {
    min-width: 100%; }
    .filter-drop .select2.select2-container .select2-selection--multiple {
      border: 1px solid #dcdcdc; }
    .filter-drop .select2.select2-container .select2-selection--multiple .select2-selection__choice {
      background-color: #dfe8f0;
      border: 1px solid #dfe8f0;
      color: #002c7c;
      font-size: 14px;
      padding: 0 4px; }
      .filter-drop .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        color: #002c7c; }
  .filter-drop:before {
    width: 100%;
    height: 11px;
    top: -11px;
    left: 0;
    content: '';
    position: absolute; }

.filter-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .filter-checklist ul li {
    margin-bottom: 10px; }
    .filter-checklist ul li label {
      border: 1px solid #dcdcdc;
      border-radius: 2px;
      color: #6b6b6b;
      font-size: 14px;
      padding: 4px 8px;
      position: relative;
      display: block;
      font-weight: normal; }
      .filter-checklist ul li label input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        cursor: pointer;
        z-index: 1;
        opacity: 0; }
      .filter-checklist ul li label span {
        background-color: #2488e6;
        border-radius: 2px;
        bottom: 0;
        height: 18px;
        margin: auto;
        position: absolute;
        right: 8px;
        top: 0;
        width: 18px; }
        .filter-checklist ul li label span:after {
          content: '';
          display: block;
          width: 6px;
          height: 12px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          left: 6px;
          top: 1px;
          opacity: 0; }
    .filter-checklist ul li:last-child {
      margin-bottom: 0; }

.filter-checklist ul label input:checked ~ span:after {
  opacity: 1; }

.detail-fimg {
  max-width: 590px;
  width: 100%;
  margin: auto;
  border: 1px solid #cbcbcb;
  position: relative; }
  @media (max-width: 991px) {
    .detail-fimg {
      margin: inherit; } }
  .detail-fimg img {
    vertical-align: middle;
    height: auto;
    width: 100%; }
  .detail-fimg:hover .detail-fimg-overlay {
    opacity: 1; }

.detail-fimg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0; }

.detail-fimg-btn {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%); }
  .detail-fimg-btn a {
    background-color: #2488e6;
    border: 1px solid #2488e6;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    padding: 0 24px;
    text-decoration: none; }
    .detail-fimg-btn a i {
      background-image: url("images/icons-sprite.png");
      background-position: center center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 18px;
      margin-left: 15px;
      vertical-align: middle;
      width: 18px;
      background-position: 0 -178px;
      vertial-align: middle;
      margin-bottom: 4px; }
    .detail-fimg-btn a:hover {
      color: #2488e6;
      background-color: #fff;
      text-decoration: none; }
      .detail-fimg-btn a:hover i {
        background-position: -35px -178px; }
    .detail-fimg-btn a:focus {
      color: #fff; }
    .detail-fimg-btn a:focus:hover {
      color: #2488e6; }

.img-detail-content {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 40px; }

.img-detail-title {
  padding: 30px 0; }
  .img-detail-title h2 {
    font-size: 40px;
    margin: 0; }

.detail-fcontent {
  padding-left: 20px; }
  @media (max-width: 991px) {
    .detail-fcontent {
      padding-left: 0;
      padding-top: 20px; } }
  .detail-fcontent h4, .detail-fcontent p, .detail-fcontent a, .detail-fcontent li {
    font-size: 14px; }
  .detail-fcontent h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px; }
    .detail-fcontent h4 span {
      font-weight: 400;
      display: block;
      font-size: 15px;
      margin-top: 4px; }
  .detail-fcontent ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
  .detail-fcontent b {
    font-weight: 600; }
  .detail-fcontent a {
    text-decoration: underline; }

.img-comment-sect {
  margin-bottom: 20px; }
  .img-comment-sect h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px; }
  .img-comment-sect textarea {
    background-color: #f9f9f9;
    border: 1px solid #cbcbcb;
    height: 200px;
    padding: 10px;
    vertical-align: middle; }

.comment-sect-btm {
  float: left;
  padding: 24px 0;
  width: 100%; }
  .comment-sect-btm button {
    float: right; }
  .comment-sect-btm a {
    color: #4697e8;
    float: left;
    padding-top: 4px;
    text-decoration: none; }

.img-comment-thread {
  margin-bottom: 30px; }
  .img-comment-thread > .container > ul {
    border-left: 5px solid #a3a1a1;
    width: 66%; }
    .img-comment-thread > .container > ul > li {
      border-left: none;
      margin-bottom: 50px;
      padding-right: 0; }
      .img-comment-thread > .container > ul > li ul {
        background-color: #ededed;
        margin-top: 20px;
        position: relative;
        top: 20px;
        width: calc(100% + 50px); }
        .img-comment-thread > .container > ul > li ul li {
          padding-top: 18px;
          min-height: 200px; }
  .img-comment-thread ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .img-comment-thread ul li {
      border-left: 5px solid #a3a1a1;
      padding-left: 20px;
      margin-bottom: 20px; }
      .img-comment-thread ul li h4 {
        margin: 0 0 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cbcbcb; }
      .img-comment-thread ul li h5 {
        font-weight: 400;
        font-style: italic;
        margin: 0; }
      .img-comment-thread ul li p {
        margin: 0;
        font-size: 14px; }
        .img-comment-thread ul li p a {
          text-decoration: none; }

.fimg-download {
  padding: 12px;
  text-align: right; }
  .fimg-download a {
    background-image: url("images/icons-sprite.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    vertical-align: middle;
    width: 18px;
    background-position: 0 -148px; }
    .fimg-download a:hover {
      background-position: -35px -148px; }

.home-banner.about-us {
  padding: 80px 0; }

.inner-pages {
  clear: both;
  padding: 40px 0; }
  .inner-pages h1 {
    color: #5f5c5d;
    font-weight: 600;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .inner-pages h1 {
        font-size: 30px; } }

.about-content p {
  margin-bottom: 30px; }

.about-content p:last-of-type {
  margin-bottom: 0; }

.contact-page h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px; }

.contact-from-sect {
  border-top: 1px solid #bababa;
  margin-top: 10px;
  padding-top: 30px; }
  .contact-from-sect .wpcf7-form-control.wpcf7-text,
  .contact-from-sect .wpcf7-form-control.wpcf7-email,
  .contact-from-sect .wpcf7-form-control.wpcf7-textarea {
    background-color: #fafafa;
    border: 1px solid #bababa;
    color: #a9a9a9;
    height: 40px;
    padding: 5px 10px;
    width: 100%; }
  .contact-from-sect .wpcf7-form-control.wpcf7-textarea {
    min-height: 200px;
    max-width: 100%;
    min-width: 100%; }

.search-top-mobile {
  background-color: #ffffff;
  clear: both;
  padding: 10px 0;
  display: none; }
  .search-top-mobile .toggle-links {
    float: left; }
    .search-top-mobile .toggle-links a {
      width: 40px; }
  .search-top-mobile .search-filters {
    float: right; }
    .search-top-mobile .search-filters button {
      margin-right: 0; }
      .search-top-mobile .search-filters button i {
        margin-left: 0; }
  .search-top-mobile .search-filters-toggle > ul > li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc; }
    .search-top-mobile .search-filters-toggle > ul > li > span {
      border: none;
      display: block;
      line-height: inherit;
      padding: 10px; }
      .search-top-mobile .search-filters-toggle > ul > li > span i {
        float: right; }
      .search-top-mobile .search-filters-toggle > ul > li > span.region-select i {
        width: 17px; }
  .search-top-mobile .filter-drop {
    margin-bottom: 10px;
    margin-top: 4px;
    position: relative;
    width: 100%;
    background-color: #2489e6; }
  .search-top-mobile .filter-checklist ul li {
    background-color: #fff; }

.site-header .main-navigation li:last-child {
  padding-right: 0; }

.menu-toggle {
  background-color: #2488e6;
  border: medium none;
  border-radius: 2px;
  height: 32px;
  position: relative;
  width: 32px; }
  .menu-toggle span {
    background-color: #ffffff;
    border-radius: 2px;
    height: 3px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 3px;
    top: 6px; }
    .menu-toggle span:nth-child(2) {
      top: 14px; }
    .menu-toggle span:last-child {
      top: 22px; }

.toggled .menu-toggle > span:nth-child(2) {
  display: none; }

.toggled .menu-toggle > span:first-child {
  top: 15px;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg); }

.toggled .menu-toggle > span:last-child {
  top: 15px;
  -webkit-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  transform: rotate(-51deg); }

.result-content-hidden > p {
  font-size: 14px;
  margin: 5px 0 10px; }

a.full-detl {
  float: right;
  font-size: 14px;
  padding: 8px 15px; }

@media (max-width: 991px) {
  .result-imgbox-list {
    width: 130px; }
    .result-imgbox-list img {
      height: 130px; }
  .result-content-list {
    width: calc(100% - 130px); }
  .result-content-list-top h4 {
    display: block;
    margin: 0 0px 8px 0; } }

@media (max-width: 767px) {
  .search-top-mobile {
    display: block; }
  .search-top-sect {
    display: none; }
  .site-header .main-navigation li {
    padding-right: 0;
    text-align: left;
    width: 100%; }
  .site-header h1 {
    text-align: right;
    padding-left: 40px; }
  .menu-toggle {
    margin-top: -32px; }
  .site-header {
    padding: 15px 0; }
  .site-header .main-navigation {
    padding-top: 0; }
    .site-header .main-navigation li a {
      color: #fff;
      padding: 10px 10px;
      background-color: #2488e6;
      border-top: 1px solid #fff;
      font-weight: 600;
      text-transform: uppercase; }
  .menu-main-menu-container > ul.menu {
    float: left;
    margin-top: 20px;
    width: 100%; }
  .home-banner, .home-banner.about-us {
    padding: 50px 0; }
  .home-banner h2, .home-banner.about-us h2 {
    margin-top: 0; }
  .home-banner p br {
    display: none; } }

@media (max-width: 520px) {
  .filtered-results .col-md-4 {
    width: 100%; }
    .filtered-results .col-md-4 .result-box-img img {
      height: 240px; } }
    @media (max-width: 520px) and (max-width: 480px) {
      .filtered-results .col-md-4 .result-box-img img {
        height: 190px; } }

@media (max-width: 520px) {
  .result-box-overlay .box-overlay-top {
    margin-bottom: 58px; } }
  @media (max-width: 520px) and (max-width: 480px) {
    .result-box-overlay .box-overlay-top {
      margin-bottom: 36px; } }

@media (max-width: 520px) {
  .home-banner h2 {
    font-size: 24px; } }

@media (max-width: 480px) {
  .filtered-results .result-box {
    margin: 0 auto 20px;
    max-width: 340px; }
  .result-imgbox-list .result-box-overlay .box-overlay-top {
    margin-bottom: 56px; } }
