/*
Theme Name: proflex
Theme URI: http://www.artofthemes.com
Author: ArtofThemes
Author URI: http://www.artofthemes.com
Description: A theme generated by http://www.artofthemes.com
Version: 1.0
Text Domain: proflex
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.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
	3.1 Social Links
	3.2 Header Elements
	3.3 Copyright Elements
	3.4 Contacts Elements
	3.5 Post & Archive Elements
	3.6 Single Post Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Layout
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/* ====================================================================================================================
 * Initialization Styles: For Theme Preloading
 * ====================================================================================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px; }

.site-header .logo {
  margin: 30px 0; }

.main-navigation a {
  padding: 40px 20px; }

.main-navigation ul ul a:hover {
  background-color: #209ffb; }

.main-navigation li a {
  color: #007ee1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; }

.main-navigation .nav-menu .sub-menu {
  background-color: #007ee1;
  padding: 10px; }
  .main-navigation .nav-menu .sub-menu li a {
    padding: 15px 10px;
    border-bottom: 1px solid #209ffb;
    background-color: #007ee1; }
    .main-navigation .nav-menu .sub-menu li a:hover {
      background-color: #209ffb; }
  .main-navigation .nav-menu .sub-menu li .current-menu-item ul a {
    background-color: #007ee1; }
    .main-navigation .nav-menu .sub-menu li .current-menu-item ul a:hover {
      background-color: #209ffb; }

.main-navigation .nav-menu li a {
  background-color: #fff; }
  .main-navigation .nav-menu li a:hover {
    background-color: #f6f7f9; }

.main-navigation .sub-menu li a,
.main-navigation .current-menu-item .sub-menu li a {
  background-color: #007ee1;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; }
  .main-navigation .sub-menu li a:hover,
  .main-navigation .current-menu-item .sub-menu li a:hover {
    font-family: 'Open Sans', sans-serif !important; }

.main-navigation li.current_page_item > a,
.main-navigation li.current-page-ancestor > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  background-color: #f6f7f9;
  color: #007ee1; }

.sidebar {
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .sidebar .widget-title {
    color: #2c3643;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .sidebar .sub-menu li a,
  .sidebar .current-menu-item .sub-menu li a,
  .sidebar .sub-menu .current-menu-item > a,
  .sidebar .sub-menu li.current_page_item > a,
  .sidebar .sub-menu li.current-page-ancestor > a,
  .sidebar .sub-menu li.current-menu-ancestor > a,
  .sidebar .sub-menu li.current-menu-parent > a,
  .sidebar .sub-menu li.current_page_ancestor > a,
  .sidebar .woocommerce-page .sub-menu .current-menu-item > a,
  .sidebar .woocommerce-page .sub-menu li.current_page_item > a {
    background: transparent !important;
    color: #007ee1; }
  .sidebar .widget_nav_menu ul li ul li a {
    color: #007ee1 !important;
    font-family: 'Open Sans', sans-serif !important; }
    .sidebar .widget_nav_menu ul li ul li a:hover {
      color: #209ffb !important;
      font-family: 'Open Sans', sans-serif !important;
      background: transparent !important; }

.btn-primary {
  background: #007ee1;
  border-color: #007ee1;
  color: #fff; }
  .btn-primary:hover {
    background: #209ffb;
    border-color: #209ffb; }

.page-content {
  padding-bottom: 50px;
  padding-top: 50px; }

.footer-copyright {
  color: #69767f;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background: #293034; }
  .footer-copyright a {
    color: #ffffff; }

.footer-copyright .container {
  padding-bottom: 20px;
  padding-top: 20px; }

#proflex_pagetitle {
  height: 126px; }

.page-title {
  background-color: #f6f7f9; }

.page-title-overlay {
  background: transparent; }
  .page-title-overlay .container {
    padding: 50px 15px; }

#proflex_pagetitle_init {
  background-color: #f6f7f9;
  height: 126px; }

.custom-page-header-init {
  padding-left: 0px;
  color: #9ba9bd;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; }

/*--------------------------------------------------------------
1.0 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 0px; }

hr {
  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"] {
  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-appearance: textfield;
  box-sizing: content-box; }

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; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  line-height: 24px; }

button,
input,
select,
textarea {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 24px; }

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

p {
  margin-bottom: 1.5em; }

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%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit; }

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

blockquote {
  margin: 0 40px;
  background: #f6f7f9;
  padding: 25px;
  font-size: 15px;
  border-bottom: 3px solid; }

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 30px; }

cite {
  color: #454545;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 15px 0px 15px 40px; }
  cite .quoteauthorname {
    display: block;
    font-weight: bold; }
  cite .quoteauthordesc {
    display: block;
    font-weight: normal; }

#sidebar cite {
  float: none; }

blockquote + cite:after {
  /*content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 12px solid;*/ }

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

ul, ol {
  margin: 0 0 10px 10px; }

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. */ }

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

.logo {
  display: inline;
  padding-left: 0; }

.search-field {
  background: #fcfcfc;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  min-height: 41px;
  max-width: 100%;
  padding: 5px 5px 2px !important;
  font-size: 14px;
  font-weight: normal;
  color: #929292 !important; }

.search-form label {
  display: inline; }

.search-form {
  position: relative; }
  .search-form input {
    padding: 3px 3px 1px 10px !important; }
  .search-form .btn {
    background: transparent;
    color: #8c8c8c;
    display: block;
    height: 34px;
    text-align: center;
    top: 0;
    width: 40px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    right: 0px; }
    .search-form .btn:hover {
      border: none;
      height: 34px;
      line-height: 37px;
      color: #333; }

/* Header search */
.search-toggle {
  color: #fff;
  text-align: left;
  cursor: pointer; }

@media screen and (max-width: 600px) {
  .search-toggle {
    /*position: absolute;*/
    top: 0;
    right: 0;
    margin-right: 0; } }

input[type="search"] {
  box-sizing: border-box;
  width: 100%; }

.search-box-wrapper {
  z-index: 100001;
  width: 60%;
  position: absolute;
  display: none;
  right: 0; }
  .search-box-wrapper .search-box {
    padding: 5px;
    background: #f6f7f9; }
    .search-box-wrapper .search-box .form-group {
      margin-bottom: 0px; }
      .search-box-wrapper .search-box .form-group input {
        border: 1px solid #efefef; }
      .search-box-wrapper .search-box .form-group .btn {
        background: transparent;
        color: #f00 !important;
        display: block;
        height: 43px;
        line-height: 44px;
        text-align: center;
        top: 0;
        width: 40px;
        padding: 0;
        position: absolute;
        right: 15px; }
        .search-box-wrapper .search-box .form-group .btn:hover {
          border: none;
          height: 44px;
          line-height: 45px;
          color: #333; }
    .search-box-wrapper .search-box label {
      display: inline; }
    .search-box-wrapper .search-box .search-field {
      max-width: 100%;
      padding: 5px 5px 2px;
      font-size: 14px;
      font-weight: normal;
      background-color: #f00;
      border: 0; }

.page404 .page-content {
  padding: 50px 0; }

.page404 .error-subtext {
  font-size: 19px;
  margin-top: 20px; }

/*--------------------------------------------------------------
3.1 Social Links
--------------------------------------------------------------*/
.social-links {
  display: inline-block;
  list-style: outside none none; }
  .social-links ul {
    margin: 0px;
    padding: 0px; }
  .social-links li {
    display: inline-block; }
  .social-links i {
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/*--------------------------------------------------------------
3.2 Header Elements
--------------------------------------------------------------*/
.topbar-widget-email {
  margin-left: 10px;
  margin-right: 10px; }
  .topbar-widget-email i {
    margin-right: 5px;
    font-size: 16px; }

.topbar-widget-phone {
  margin-left: 10px;
  margin-right: 10px; }
  .topbar-widget-phone i {
    margin-right: 5px;
    font-size: 16px; }

.topbar-widget-working-hours {
  margin-left: 10px;
  margin-right: 10px; }
  .topbar-widget-working-hours i {
    margin-right: 5px;
    font-size: 16px; }

.topbar-widget-text1,
.topbar-widget-text2,
.topbar-widget-text3 {
  display: inline-block; }

.topbar-left ul,
.topbar-right ul {
  margin: 0px;
  padding: 0px; }

.topbar-left li,
.topbar-right li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .topbar-left li i,
  .topbar-right li i {
    padding-right: 5px; }

/* Page Title */
.page-title {
  margin: 0px;
  position: relative; }

/* Breadcrumbs */
.breadcrumb-trail .trail-browse {
  display: none !important; }

/*--------------------------------------------------------------
3.3 Copyright Elements
--------------------------------------------------------------*/
.copyright-widget-text1,
.copyright-widget-text2,
.copyright-widget-text3 {
  display: inline-block; }

.copyright-left ul,
.copyright-right ul {
  margin: 0px;
  padding: 0px; }

.copyright-left li,
.copyright-right li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .copyright-left li i,
  .copyright-right li i {
    padding-right: 5px; }

.footer-copyright .social-links-copyright {
  display: inline-block;
  list-style: outside none none; }
  .footer-copyright .social-links-copyright ul {
    margin: 0px;
    padding: 0px; }
  .footer-copyright .social-links-copyright li {
    display: inline-block; }
  .footer-copyright .social-links-copyright i {
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/*--------------------------------------------------------------
3.4 Contacts Elements
--------------------------------------------------------------*/
.map-canvas {
  width: 100%;
  height: 300px;
  margin-bottom: 20px; }

.contact-widget .contact-list li:before {
  content: none; }

.contact-widget .contact-list li {
  min-height: 32px;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative; }
  .contact-widget .contact-list li i {
    background: #0070DC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 15px;
    width: 32px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center; }
  .contact-widget .contact-list li .contact-desc {
    display: table-cell;
    vertical-align: middle; }

/*--------------------------------------------------------------
3.5 Post & Archive Elements
--------------------------------------------------------------*/
.entry-meta {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .entry-meta .posted-on,
  .entry-meta .post-category,
  .entry-meta .post-tags,
  .entry-meta .post-author,
  .entry-meta .post-comments {
    margin-right: 10px; }

.single_post_navigation_top {
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 10px; }

.single_post_navigation_bottom {
  width: 100%;
  display: inline-block;
  border-top: 4px solid #efefef;
  padding-top: 30px;
  margin-top: 30px; }

.single_post_navigation_top .next_post,
.single_post_navigation_bottom .next_post {
  border: 1px solid #efefef;
  float: right;
  min-width: 120px;
  padding: 5px 20px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .single_post_navigation_top .next_post:hover,
  .single_post_navigation_bottom .next_post:hover {
    background: #fcfcfc; }
  .single_post_navigation_top .next_post:after,
  .single_post_navigation_bottom .next_post:after {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 5px;
    font-size: 12px; }

.single_post_navigation_top .previous_post,
.single_post_navigation_bottom .previous_post {
  border: 1px solid #efefef;
  float: left;
  min-width: 120px;
  padding: 5px 20px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .single_post_navigation_top .previous_post:hover,
  .single_post_navigation_bottom .previous_post:hover {
    background: #fcfcfc; }
  .single_post_navigation_top .previous_post:before,
  .single_post_navigation_bottom .previous_post:before {
    font-family: 'FontAwesome';
    content: '\f053';
    padding-right: 5px;
    font-size: 12px; }

/*--------------------------------------------------------------
3.6 Single Post Elements - Social share icons, bottom tags, author info 
--------------------------------------------------------------*/
.social-share-container {
  border: 1px solid #efefef;
  margin-bottom: 40px; }
  .social-share-container .social-share-container-title {
    color: #fff;
    display: inline-block;
    width: 53px; }
    .social-share-container .social-share-container-title i {
      padding: 20px 20px 18px 20px; }
  .social-share-container .social-share-links {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0 0 0 20px; }
    .social-share-container .social-share-links li {
      display: inline;
      margin: 5px;
      padding: 5px; }
      .social-share-container .social-share-links li i {
        font-size: 15px; }

.tags-container {
  border: 1px solid #efefef;
  margin-bottom: 10px; }
  .tags-container .tags-container-title {
    display: inline-block;
    width: 53px;
    color: #fff; }
    .tags-container .tags-container-title i {
      padding: 20px 20px 18px 20px; }
  .tags-container .tags-container-tags {
    display: inline;
    padding: 0 0 0 30px; }

#author-info-container {
  border-top: 4px solid #efefef;
  border-bottom: 4px solid #efefef;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  min-height: 170px; }
  #author-info-container img {
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  #author-info-container #author-details {
    padding-left: 25px;
    overflow: hidden; }
    #author-info-container #author-details h1, #author-info-container #author-details h2, #author-info-container #author-details h3, #author-info-container #author-details h4, #author-info-container #author-details h5, #author-info-container #author-details h6 {
      margin-top: 0px; }

.entry-link-url {
  background: #f6f7f9 none repeat scroll 0 0;
  border-width: 1px;
  border-style: solid;
  display: block;
  margin-top: 10px;
  padding: 20px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #007ee1;
  border-radius: 3px;
  background: #007ee1;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.6em 1em 0.6em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #209ffb;
    border-color: #209ffb;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/ }
  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;
    /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/ }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #929292;
  border: 1px solid #E0E1E1;
  border-radius: 3px;
  background: #fbfcfc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
  line-height: 35px;
  font-size: 14px; }

textarea {
  padding-left: 3px;
  width: 100%;
  font-size: 14px; }

.form-control {
  box-shadow: none;
  color: #929292;
  border: 1px solid #E0E1E1;
  border-radius: 3px;
  background: #fbfcfc; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a:hover,
a:focus,
a:active {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  clear: both;
  display: inline-block;
  /*float: right;*/
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      position: absolute;
      left: 0;
      z-index: 99999;
      display: none;
      float: left;
      padding: 0;
      background: #F2F2F2; }
      .main-navigation ul ul ul {
        left: 100%;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul a:hover {
        background: #209ffb; }
      .main-navigation ul ul .current_page_parent {
        color: #fff;
        background: #f2f2f2; }
    .main-navigation ul li:hover > ul {
      display: block; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:hover > a {
      /*color: #ec5126;
		    background: #f2f2f2;*/ }
  .main-navigation a {
    display: block;
    text-decoration: none;
    line-height: 1.3em; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_item > a:hover,
  .main-navigation .current-menu-item > a:hover {
    /*background: white;
		color: #ec5126;*/ }
  .main-navigation .current_page_ancestor > a {
    background: #f2f2f2; }
  .main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    background: #209ffb; }

.mainmenu-container {
  line-height: 0px; }

.mainmenu-classic-container {
  float: none;
  display: block;
  width: 100%;
  line-height: 0px; }

.mainmenu-centered-container {
  float: none;
  display: block;
  width: 100%;
  line-height: 0px; }
  .mainmenu-centered-container .menu-mainmenu-container {
    display: inline-block; }
  .mainmenu-centered-container .main-navigation {
    width: auto; }

/* Header Top Menu */
.top-menu-container {
  display: inline-block; }

.header-top-menu {
  margin: 0;
  padding: 0; }
  .header-top-menu ul {
    margin: 0px;
    padding: 0px; }

.header-top-menu li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

/* Comment, Post, Posts Navigation */
.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%; }

/*
=================================================
Mainmenu Navigation with Flexnav - Start
=================================================
*/
/* Navigation General styles */
.flexnav {
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto; }

.flexnav.opacity {
  opacity: 0;
  filter: alpha(opacity=0); }

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.flexnav li {
  position: relative;
  overflow: hidden;
  /* Submenu */ }

.flexnav li a {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden; }

.flexnav li a .label {
  vertical-align: middle; }

.flexnav li ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0; }

.flexnav li ul li {
  position: relative;
  overflow: hidden; }

.flexnav li ul li a {
  display: block; }

.flexnav li ul.flexnav-show li {
  overflow: visible; }

/*
=================================================
Mainmenu Navigation with Flexnav - End
=================================================
*/
/*
=================================================
Small menu & Start Responsive Menu - Start
=================================================
*/
.topmenu-toggle,
.navbar-toggle {
  display: none; }
  .topmenu-toggle .touch-button,
  .navbar-toggle .touch-button {
    display: none; }

/* Touch Button (used for Mobile) */
.touch-button {
  position: absolute !important;
  z-index: 999;
  top: 1px;
  right: 10px;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  /* Touch Button Active */ }

.touch-button:hover {
  cursor: pointer; }

.touch-button .navicon {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center; }

.touch-button .navicon:before {
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #c1c1c1;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.touch-button.active .navicon:before {
  content: "\f106"; }

/*--------------------------------------------------------------
max-width: 992px - Start
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .mainmenu-container,
  .mainmenu-classic-container {
    float: none !important; }
  .mainmenu-centered-container .menu-mainmenu-container {
    display: inline; }
  .mainmenu-centered-container .main-navigation {
    width: 100%; }
    .mainmenu-centered-container .main-navigation li {
      text-align: left; }
  .mainmenu-bg {
    background: transparent; }
  .topmenu-toggle {
    display: block; }
  .navbar-toggle {
    display: block;
    height: 2.75em;
    padding: 0 1em;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.75em;
    color: #333;
    margin-top: 23px;
    border: 1px solid #efefef;
    background: #f6f7f9;
    float: right;
    position: absolute;
    right: 10px;
    top: -90px; }
    .navbar-toggle:hover {
      background: #efefef;
      border: 1px solid #ccc; }
  .main-navigation.toggled .nav-menu {
    display: block;
    border-top: 1px solid;
    border-top-color: #fff; }
  .main-navigation ul {
    display: none;
    padding-left: 0; }
  .main-navigation li {
    float: none; }
    .main-navigation li a {
      padding: 1.3em 2em; }
    .main-navigation li li a {
      padding-left: 2em; }
    .main-navigation li li li a {
      padding-left: 2em; }
    .main-navigation li:hover > a {
      /*background: #313131;*/ }
  .main-navigation ul ul {
    position: relative;
    top: inherit;
    left: 0 !important;
    display: block;
    float: none;
    /*background: #313131;*/ }
    .main-navigation ul ul ul {
      position: relative;
      top: inherit;
      left: 0 !important;
      display: block;
      float: none;
      /*background: #313131;*/ }
    .main-navigation ul ul a {
      width: 100%; }
  .main-navigation ul a:hover, .main-navigation ul ul a:hover {
    background: #4d4d4d; }
  .main-navigation .current_page_ancestor {
    background: inherit; }
  .main-navigation ul ul .current_page_parent {
    color: inherit;
    background: inherit; }
  .main-navigation .current_page_item > a {
    color: #fff;
    background: #4d4d4d; }
    .main-navigation .current_page_item > a:hover {
      color: #fff;
      background: #4d4d4d; }
  .main-navigation .current_page_item li:hover {
    color: #fff;
    background: #4d4d4d; }
  .main-navigation .current_page_parent .current_page_item > a {
    color: #fff;
    background: #4d4d4d; }
  /* Page Title Styles */
  .breadcrumb-trail {
    text-align: center;
    padding-right: 15px; }
  .custom-page-header {
    text-align: center;
    padding-left: 15px; } }

/*--------------------------------------------------------------
max-width: 992px - End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width: 992px - Start
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .nav-menu li a {
    background: #40404A !important; }
  .sub-menu.flexnav-show {
    z-index: 999;
    background: #40404A !important; }
  .nav-menu li a {
    color: #fff !important; }
  .sub-menu a {
    border-bottom: 1px solid #4D4D56 !important; }
  #menu-mainmenu .sub-menu {
    background: #40404A !important; }
  .site-header .container {
    padding-right: 15px !important; } }

/*--------------------------------------------------------------
max-width: 992px - End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
@media all and (min-width: 992px) - Start
--------------------------------------------------------------*/
@media all and (min-width: 992px) {
  .flexnav {
    overflow: visible;
    text-align: right;
    position: relative;
    z-index: 3;
    margin: 0;
    list-style: none; }
  .flexnav.opacity {
    opacity: 1;
    filter: alpha(opacity=100); }
  .flexnav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  /* Submenu */
  .flexnav > li > a {
    text-decoration: none;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .flexnav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    left: 0px;
    right: 0px;
    bottom: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .flexnav > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .flexnav > li ul {
    padding-left: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: auto;
    min-width: 180px; }
  .flexnav > li ul li {
    width: 100%;
    border: none !important;
    /* Submenu 2nd Level */ }
  .flexnav > li ul li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .flexnav > li ul li a {
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .flexnav > li ul li a:hover {
    -webkit-transition: none;
    transition: none; }
  .flexnav > li ul li > ul {
    margin-left: 100%;
    top: 0; }
  .flexnav > li ul.open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 1; }
  .flexnav > li ul.open li {
    overflow: visible;
    max-height: 100px; }
  .flexnav > li ul.open ul.open {
    margin-left: 100%;
    top: 0; }
  .touch-button {
    display: none; } }

/*--------------------------------------------------------------
@media all and (min-width: 992px) - End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
min-width: 992px - Start
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .flexnav li > ul {
    display: none; }
  .flexnav li:hover > ul {
    display: block; } }

/*--------------------------------------------------------------
min-width: 992px - End
--------------------------------------------------------------*/
/*
=================================================
Small menu - Start Responsive Menu - End
=================================================
*/
/*--------------------------------------------------------------
6.0 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; }
  .screen-reader-text:hover,
  .screen-reader-text:active,
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    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. */ }

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

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

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

/*--------------------------------------------------------------
8.0 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; }

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */ }
  .widget .widget-title {
    margin-top: 0px; }
  .widget select {
    max-width: 100%; }
  .widget ul,
  .widget ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .widget ul li {
    position: relative;
    padding: 10px 0 5px 15px;
    border-bottom: 1px solid #ebebeb; }
    .widget ul li a {
      color: #007ee1; }
      .widget ul li a:hover {
        color: #209ffb; }
    .widget ul li:before {
      position: absolute;
      left: 0;
      display: block;
      content: "\f105";
      font-family: 'FontAwesome';
      font-size: 14px;
      margin-right: 10px;
      font-style: normal;
      font-weight: normal; }
    .widget ul li:last-child {
      border: none !important; }

.sidebar .widget {
  margin-bottom: 20px; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/* Footer widgets. */
#footer .widget-title {
  border: none;
  margin: 20px 0; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

.post {
  border-bottom: 1px solid #efefef;
  margin: 0 0 40px;
  padding: 0 0 40px; }

.post .entry-thumb img,
.archive .owl-item img,
.search .owl-item img,
.type-page .entry-thumb img {
  width: 100%; }

.search-no-results .entry-title {
  font-size: 24px;
  color: #007ee1; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

.comments-area {
  margin-top: 40px; }

.comment-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .comment-list .children {
    list-style: outside none none;
    margin: 0; }
    .comment-list .children li {
      background: #fff; }
  .comment-list li {
    background: #FBFCFC;
    border: 1px solid #efefef;
    padding: 20px;
    margin: 20px 0 0 0; }
  .comment-list .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px; }
  .comment-list .comment-metadata > a {
    color: #9ba9bd;
    font-weight: 300; }

.comment-reply-title {
  padding: 20px 0px; }

#commentform .single_post_author:focus,
#commentform .single_post_email:focus,
#commentform .single_post_url:focus,
#commentform .single_post_comment:focus {
  background: #fff; }

#commentform .single_post_comment {
  height: 200px;
  padding: 20px; }

#commentform .single_post_author,
#commentform .single_post_email,
#commentform .single_post_url {
  width: 100%;
  padding: 3px 20px 0px; }

#commentform input[type=submit],
#commentform input[type=submit]:hover {
  color: #fff;
  width: 100%; }

/*--------------------------------------------------------------
10.4 Layout
--------------------------------------------------------------*/
.site-wrapper {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.site-wrapper.site-wrapper_boxed {
  margin: 0 auto;
  -moz-box-shadow: 4px 0 10px -8px rgba(0, 0, 0, 0.4), -4px 0 10px -8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 0 10px -8px rgba(0, 0, 0, 0.4), -4px 0 10px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 0 10px -8px rgba(0, 0, 0, 0.4), -4px 0 10px -8px rgba(0, 0, 0, 0.4); }

.site-header {
  z-index: 100 !important; }

.relativeClass {
  position: relative !important; }

/*--------------------------------------------------------------
Topbar Styles start
--------------------------------------------------------------*/
.toolbar {
  margin: 0; }

.topbar-left {
  margin: 0;
  padding: 0; }

.topbar-right {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
Page Title Styles start
--------------------------------------------------------------*/
.page-title-overlay {
  position: absolute; }

.page-title-overlay .container {
  position: relative; }

/*--------------------------------------------------------------
Copyright Styles start
--------------------------------------------------------------*/
.copyright-left {
  margin: 0;
  padding: 0; }

.copyright-right {
  margin: 0;
  padding: 0; }

/* Copyright Styles end
--------------------------------------------------------------*/
/* ====================================================================================================================
 * Responsive Styles
 * ====================================================================================================================*/
@media (max-width: 991px) {
  .site-wrapper.site-wrapper_boxed {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .single-post .content, .page #content {
    padding: 25px 0px !important; } }

@media (min-width: 992px) {
  .site-wrapper.site-wrapper_boxed {
    max-width: 1000px; } }

@media (min-width: 1200px) {
  .site-wrapper.site-wrapper_boxed {
    max-width: 1200px; } }

@media (max-width: 768px) {
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/*--------------------------------------------------------------
11.0 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; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.homepage-content .wp-smiley,
.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%; }

/*--------------------------------------------------------------
12.1 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;
    padding: 5px;
    background: #f6f7f9;
    border: 1px solid #eee; }

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

/*--------------------------------------------------------------
12.2 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.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
  display: inline-block !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.owl-carousel.thumbnail {
  border: 1px solid #efefef; }

.owl-theme .owl-controls .owl-buttons div {
  opacity: 1 !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  padding: 10px 15px !important; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 10px !important;
  position: absolute;
  top: 43%;
  display: none; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 10px !important;
  position: absolute;
  top: 43%;
  display: none; }
