/*
Theme Name: bbtheme 
Theme URI: https://www.incesa.ro
Author: Incesa UCV
Author URI: https://www.incesa.ro
Description: Bootstrap Business Theme is an elegant theme suitable for any type of business. It was built with Twitter Bootstrap - the most popular front-end framework. It has full-responsive design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbtheme
Tags:one-column, right-sidebar, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, editor-style, custom-menu, custom-colors, featured-images, full-width-template, theme-options
*/

/*--------------------------------------------------------------------------------------------------------------------
 *  General Styles
 *		Main Classes
 * 		WordPress Core 
 * 		Dashboard
 *		Search
 *		Buttons
 *		Inputs
 *		List
 *		Breadcrumbs
 *		Pagination 
 *		Tags
 *		Social Inline
 *		Social Share
 *		Typography
 *		Iconography
 *		Backgrounds 
 *		Scroll To Top Element 
 *		Form Validation
 *		Gallery Item
 * 	Header - Brand & Navigation 
 *  Slider  
 *  Footer
 *  Inner Pages
 *  Blog
 *		Post
 *		Widgets 
 *  404 Page 
 *  Media Queries
 *		max-width: 991px
 *		max-width: 767px
 *		max-width: 480px 
 * Comments
 * Galleries
 * Contact Form 7 
 *--------------------------------------------------------------------------------------------------------------------*/

/* Main Classes */
* {
  outline: none !important;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
  position: relative;
}
label {
  font-weight: unset;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.main-content {
  position: relative;
  display: block;
  min-height: 450px;
  margin-bottom: 40px;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 450px;
}
.section-content {
  margin-top: 100px;
}
.main-content .entry-title::after {
  display: block;
  content: "";
  margin-top: 7px;
  width: 5%;
  height: 1px;
  background: #ff2222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  left: 3%;
  position: absolute;
  transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
}
.home .main-container {
  margin-top: 95px;
}
.home .main-container .container-fluid .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.entry-title {
  margin: 10px 0;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Dashboard */
.customize-control-title {
  font-weight: 300;
}

/* Search */
#search-form {
  max-width: 600px;
  margin: 0 auto;
}
.search-field {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: none;
  font-family: inherit;
  height: auto;
  padding: 9px 10px;
  font-weight: normal;
}
.search-submit {
  background-color: #ff2222;
  border-color: #ff2222;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  padding: 9px 10px;
  transition: all 0.3s ease-in-out 0s;
  border: none;
}
input[type="search"]:focus {
  border-color: #ff2222;
}
#primary {
  margin-bottom: 30px;
}

/* Buttons */
.btn,
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 15px;
  font-family: inherit;
  color: #fff;
  border-color: 1px solid transparent;
  background-color: #ff2222;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
}
.woocommerce input[type="submit"],
.button {
  background-color: #ff2222 !important;
  color: #fff !important;
}
.btn::before,
.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #333;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover::before,
.button:focus::before,
.button:active::before,
.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.woocommerce input[type="submit"]:hover {
  color: #fff;
  border: 0px solid transparent;
  background-color: #333 !important;
}
.button:focus,
.button.focus,
.button:hover,
.button.hover,
.btn:focus,
.btn.focus,
.btn:hover,
.btn.hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #ff2222;
}
.button:active,
.button.active,
.btn:active,
.btn.active {
  color: #fff;
  border: 1px solid transparent;
  background-color: #ff2222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search .posts-list .btn,
.search .posts-list .btn:active,
.search .posts-list .btn.active {
  color: #ff2222;
  border-color: #ff2222;
  background-color: #fff;
}
.search .posts-list .btn:hover,
.search .posts-list .btn.hover {
  color: #fff;
  border-color: #ff2222;
  background-color: #ff2222;
}
.search .posts-list .btn:focus,
.search .posts-list .btn.focus {
  color: #fff;
  border-color: #ff2222;
  background-color: #ff2222;
}

/* Inputs */
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  padding: 7px 15px;
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-height: 100px;
}
.form-control:focus,
.form-control:active {
  z-index: 3;
  border: solid 1px #ff2222;
}

/* List */
.list {
  list-style: none;
  margin: 1px 0 0 1px;
  padding: 20px 10px;
  overflow: hidden;
}
.list li {
  padding: 0 0 20px 30px;
  cursor: pointer;
  border-left: solid 1px #f3f3f3;
}
.list li .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.list li:last-child {
  border-left: none;
}
.list li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #ff2222;
}
.list li:hover::before {
  background: #ff2222;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  font-size: 13px;
  text-align: right;
  text-transform: capitalize;
  position: relative;
}
.breadcrumb a {
  color: #555;
}
.breadcrumb a:hover {
  color: #ff2222;
}
.breadcrumbs {
  float: right;
}
.breadcrumbs span {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  padding: 0 7px;
  margin-left: 3px;
  margin-right: 3px;
}
.breadcrumbs strong {
  color: #99989e;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumb-trail.breadcrumbs {
  min-height: 54px;
}
.breadcrumbs ul {
  margin-top: 15px;
  margin-bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a::after {
  content: "\f105";
  position: static;
  color: #555;
  z-index: 999;
  width: 10px;
  height: 10px;
  line-height: 1em;
  top: 5px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 12px;
}
.breadcrumbs ul .fa {
  font-size: 16px;
}
.breadcrumbs ul .fa.fa-home {
  color: #555;
}
.breadcrumbs ul .fa.fa-angle-right {
  font-size: 13px;
  color: #555;
}
.breadcrumbs a.home span {
  display: none;
}
.breadcrumbs a.home::before {
  content: "\f015";
  font-family: fontawesome;
  font-size: 18px;
  color: #555;
  padding: 0 7px;
  display: block;
  float: left;
  line-height: 20px;
}
.trail-item.trail-begin {
  display: none;
}
.section-page-header .woocommerce-breadcrumb {
  display: block;
  text-align: right;
}
.section-page-header .woocommerce-breadcrumb a:hover {
  color: #f00;
}

.category-image {
  margin: 0 0 35px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* Pagination */
.page-numbers {
  margin: 0px;
  float: left;
  padding: 0px;
  margin-top: -10px;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a,
.page-numbers li span {
  cursor: pointer;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #555;
  font-weight: 100;
  border: 1px solid #eee;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.page-numbers li a:hover,
.page-numbers li span:hover,
.page-numbers li a.hover,
.page-numbers li span.hover,
.page-numbers li a:focus,
.page-numbers li span:focus,
.page-numbers li a.focus,
.page-numbers li span.focus {
  color: #fff !important;
  background: #ff2222 !important;
  border-color: #ff2222 !important;
}
.page-numbers li a.current,
.page-numbers li span.current {
  color: #fff !important;
  background: #ff2222;
  border-color: #ff2222;
}

/* Post navigation */
.post-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 50px;
  padding: 0;
  margin: 20px 0;
  display: block;
}
.nav-previous {
  width: 50%;
  float: left;
  text-align: left;
  border-right: 1px solid #eee;
  padding: 14px;
}
.nav-next {
  width: 50%;
  float: right;
  text-align: right;
  padding: 14px;
}
.nav-previous:before {
  content: "\f100";
  font-family: "FontAwesome";
  float: left;
  text-align: left;
  display: block;
  margin-right: 7px;
  color: #ff2222;
  margin-top: 1px;
}
.nav-next:before {
  content: "\f101";
  font-family: "FontAwesome";
  float: right;
  text-align: right;
  display: block;
  margin-left: 7px;
  color: #ff2222;
  margin-top: 1px;
}
.nav-previous:hover,
.nav-next:hover {
  background: #eee;
}

/* Tags */
.tagcloud a,
.tags a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 5px 5px 0;
  color: #555;
  border: solid 1px #eee;
  font-size: 12px !important;
}
.tagcloud a:hover,
.tags a:hover {
  color: #ff2222;
  text-decoration: none;
  background: #fff;
  border: solid 1px #ff2222;
}

/* Social Inline */
.social-inline {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-inline li {
  display: inline-block;
}
.social-inline li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ff2222;
}
.social-inline li a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff2222;
}

/* Social Share */
.social-share {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: table;
  width: 100%;
}
.social-share li {
  display: table-cell;
  text-align: center;
}
.social-share li a {
  display: block;
  line-height: 32px;
  padding: 0 5px;
  border: solid 1px #eee;
  border-right-width: 0;
}
.social-share li a:hover {
  color: #fff;
  background: #ff2222;
  border-color: #ff2222;
}
.social-share li:last-child a {
  border-right-width: 1px;
}

/* Author */
.avatar {
  border-radius: 100%;
  border: 1px solid #eee;
  float: left;
  margin-right: 15px;
}
.author-title::before {
  content: "Author:";
  font-weight: normal;
}
.author-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
.author-info {
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px 0 0 0;
  clear: both;
  padding-top: 30px;
}
.author-bio {
  color: #686868;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 7px;
  overflow: hidden;
}
.author-link {
  white-space: nowrap;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  font-weight: 400;
  margin: 10px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  color: #ff2222;
}
a:hover,
a.hover,
a:focus,
a.focus {
  color: #555;
  text-decoration: none;
}
.strong,
strong {
  font-weight: 600;
}
blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #ff2222;
}
p {
  margin: 0 0 15px;
}
td,
th {
  padding: 5px 5px;
  border: 1px solid #ddd;
  min-width: 90px;
}
.wc-tab table td .fa {
  margin-left: 35px;
}

/* Scroll to top */
.scroll-to-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  width: 32px;
  height: 32px;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #ff2222;
}
.scroll-to-top .icon {
  font-size: 18px;
  color: #fff;
}
.scroll-to-top.in {
  opacity: 0.7;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
.scroll-to-top:hover {
  opacity: 1;
}
#scroll-to-top:focus {
  color: #fff;
}

/* Form Validation */
label.error {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #ff2222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}

/* Gallery Item */
.gallery-image {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: relative;
}
.gallery-image img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: block;
  content: "\f065";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background: #ff2222;
  font-family: "FontAwesome", sans-serif;
}
.gallery-image:hover::before {
  opacity: 0.7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.postGallery {
  position: relative;
}
.postGallery .owl-controls .owl-buttons .owl-prev,
.postGallery .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto 0;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 40px;
  color: #555;
  background: rgba(255, 255, 255, 0.95);
}
.postGallery .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.postGallery .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

/* Header - Brand & Navigation */
.header {
  height: auto;
}
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 999;
  width: 100%;
  margin-bottom: 0;
  min-height: 1px;
  font-size: 13px;
  background: #fff;
  border: none;
  border-bottom: 1px solid transparent;
}
.navbar .information {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 32px;
  font-weight: 100;
  line-height: 32px;
  border-bottom: solid 1px #eee;
  text-align: center;
}
h1.logo_text {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 10px;
}
#navigation p.site-description {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}
.affix-top img.custom-logo {
  max-height: 40px;
  width: auto;
  margin-top: 10px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.affix img.custom-logo {
  max-height: 40px;
  width: auto;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
}
.navbar .information i.fa {
  font-size: 12px;
}
.navbar .information a .icon {
  display: inline-block;
  text-align: center;
  width: 24px;
}
.navbar .information a:hover {
  color: #fff;
  background: #ff2222;
  border-color: #ff2222;
}
.navbar .information .social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .information .social li {
  display: block;
  float: left;
}
.navbar .information .social li a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  line-height: 32px;
  border-right: solid 1px #eee;
  border-left: none;
}
.navbar .information .social li a:hover {
  color: #fff;
  background: #ff2222;
  border-color: #ff2222;
}
.navbar-header {
  min-width: 350px;
}
.navbar .brand {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 64px;
  vertical-align: middle;
}
.navbar .brand .logo-small {
  display: none;
}
.navbar .brand .logo-big {
  display: inline-block;
}
.navbar .nav {
  text-transform: uppercase;
}
.navbar .nav li a {
  margin: 0;
  padding: 8px 10px;
  color: #555;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .nav li a:hover,
.navbar .nav li a.hover,
.navbar .nav li a:focus,
.navbar .nav li a.focus,
.navbar .nav li.active > a {
  color: #555;
}
.navbar .nav a:hover {
  background: none;
}
.navbar .nav li a:hover::before,
.navbar .nav li a:hover::after {
  width: 100%;
}
.navbar .nav li a::before {
  right: 0;
  border-top: 1px solid #ff2222;
}
.navbar .nav li a::after {
  left: 0;
  border-bottom: 1px solid #ff2222;
}
.navbar .nav li a::before,
.navbar .nav li a::after {
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.navbar .nav li.dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: initial;
  border: 1px solid #f1f1f1;
  right: auto;
  display: none;
  width: 100%;
  min-width: 250px;
  margin-top: 1px;
}
.navbar .nav li.dropdown.open .dropdown-menu {
  display: block;
  width: 250px;
}
.navbar .nav li.dropdown.open .dropdown-menu li a {
  padding: 8px 15px 8px 25px;
}
.navbar .nav li.dropdown .dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  width: 250px;
}
.navbar .nav li.dropdown .dropdown-menu li:before {
  content: "\f101";
  display: block;
  font-family: FontAwesome;
  color: #ff2222;
  float: left;
  margin-right: 10px;
  position: absolute;
  margin-top: 8px;
  margin-left: 10px;
}
.navbar .nav li.dropdown .dropdown-menu li:hover a {
  background: #f1f1f1;
}
.navbar .nav li.dropdown .dropdown-menu li {
  border-top: 0px solid transparent;
}
.navbar .nav li.dropdown .dropdown-menu li a::before,
.navbar .nav li.dropdown .dropdown-menu li a::after {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.dropdown-menu {
  padding: 0;
}
.navbar-right {
  margin-top: 20px;
  margin-bottom: 10px;
}
.navbar .navbar-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  border: solid 1px #eee;
  margin-right: 5px;
}
.navbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ff2222;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #ff2222;
}
.navbar.navbar-fill .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.navbar.navbar-fill .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.navbar-underline .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: solid 2px transparent;
}
.navbar.navbar-underline .nav li a:hover,
.navbar.navbar-underline .nav li a.hover,
.navbar.navbar-underline .nav li a:focus,
.navbar.navbar-underline .nav li a.focus,
.navbar.navbar-underline .nav li.hover > a {
  color: #ff2222;
  border-bottom-color: #ff2222;
}
.navbar.navbar-underline .nav li.hover a {
  color: #ff2222;
  border-bottom-color: #ff2222;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu {
  border-top: none;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.affix-top {
  position: fixed;
  top: 0;
}
.navbar.affix {
  top: 0;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.navbar.affix .brand {
  line-height: 55px;
}
.navbar.affix .nav li {
  border-top: 1px solid transparent;
}
.navbar.affix .nav li.active {
  background: #fff;
  border-top: 1px solid #ff2222;
  border-bottom: 1px solid #ff2222;
  margin-top: 1px;
}
.navbar.affix .nav li.active a {
  background: #fff;
  padding: 7px 10px 7px 10px;
}
.navbar.affix .nav .dropdown-menu li a {
  background: #fff;
  padding: 9px 10px 7px 30px !important;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.navbar.affix.navbar-fill .nav li a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar.affix.navbar-underline .nav li a {
  padding-top: 17px;
  padding-bottom: 16px;
}
.no-mobile .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block;
}
.expander {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  height: 30px;
  width: 30px;
}
.expander:hover {
  cursor: pointer;
}
.mobile-menu-wrap .has-sub > .expander:before,
.mobile-menu-wrap .has-sub > .expander:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #d4d4d4;
  position: absolute;
  display: block;
  right: 50%;
  top: 50%;
  margin-right: -6px;
}
.mobile-menu-wrap .has-sub > .expander:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu-wrap .has-sub > .expander:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.mobile-menu-wrap .has-sub > .expander.expanded:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.caret {
  margin-left: 10px;
}
.navbar-right {
  float: right !important;
  margin-right: 0;
}
.navbar-header .widget_media_image .image {
  height: 70px !important;
  width: auto !important;
  padding: 7px 25px;
  float: right;
}
.navbar-header .widget_media_image a {
  height: 100%;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #fff;
}

/* Slider */
.sliderfrontpage {
  margin-bottom: 30px;
}
.sliderfrontpage .item {
  height: 590px;
  max-width: 100%;
  margin-top: 10px;
  overflow: hidden;
  position: relative !important;
  text-align: center;
}
.sliderfrontpage .item .slider-caption {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 25%;
  text-align: center;
}
.sliderfrontpage .item .slider-caption h1 {
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
}
.sliderfrontpage .item .slider-caption p {
  color: #fff;
}
.sliderfrontpage .item .slider-caption .slider-text {
  display: block;
}
.sliderfrontpage .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.sliderfrontpage .owl-controls .owl-pagination .owl-page {
  line-height: 24px;
  vertical-align: middle;
}
.sliderfrontpage .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
  background: transparent;
  border: solid 1px #fff;
}
.sliderfrontpage .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}
.sliderfrontpage .mask {
  position: relative;
  z-index: -1;
}
.sliderfrontpage .mask::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  background: #000;
}
.sliderfrontpage .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1.2s ease both;
  -o-animation: scaleUpFrom 1.2s ease both;
  animation: scaleUpFrom 1.2s ease both;
}
.sliderfrontpage .owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1.2s ease both;
  -o-animation: scaleUpTo 1.2s ease both;
  animation: scaleUpTo 1.2s ease both;
}
.sliderfrontpage.owl-buttons {
  position: relative;
}
.sliderfrontpage .owl-buttons .owl-prev,
.sliderfrontpage .owl-buttons .owl-next {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  top: -225px;
  right: 20px;
}
.sliderfrontpage .owl-buttons .owl-prev i,
.sliderfrontpage .owl-buttons .owl-next i {
  display: block;
  line-height: 35px;
  font-size: 25px;
}
.sliderfrontpage .owl-buttons .owl-prev {
  right: auto;
  left: 20px;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* Footer */
.footer {
  padding-bottom: 0;
}
.footer-border {
  border-top: solid 1px #ddd;
}
.footer p {
  margin-bottom: 0px;
}
.footer .copyright {
  margin-bottom: 15px;
}
.footer .footer-col {
  margin-bottom: 15px;
  margin-top: 30px;
}
.footer .subtitle {
  margin-bottom: 5px;
}
.footer .post {
  margin-bottom: 10px;
}
.footer .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.footer .post .text {
  margin-bottom: 5px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  position: relative;
  padding-left: 15px;
  line-height: 2em;
  border-bottom: 1px dashed #eee;
}
.footer li a {
  line-height: 2em;
  padding-bottom: 4px;
  font-weight: 500;
  color: #555;
}
.footer li::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: #555;
}
.footer li:hover a {
  color: #ff2222;
}
.footer li:hover::before {
  background-color: #ff2222;
}

/* Page Header */
.section-page-header {
  margin-bottom: 30px;
  padding: 30px 0;
  background: #f5f5f5;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  margin-top: 105px;
}
.section-page-header .title {
  color: #555;
  font-size: 24px;
  position: relative;
}
.section-page-header .title::after {
  display: block;
  content: "";
  margin-top: 7px;
  width: 7%;
  height: 1px;
  background: #ff2222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-page-header .title:hover::after {
  width: 12%;
}

/* Blog */
.blog-post {
  margin-bottom: 30px;
}
.blog-post .image {
  position: relative;
  margin-bottom: 30px;
}
.blog-post .image img {
  width: 100%;
  max-width: 100%;
}
.blog-post .image iframe {
  width: 100%;
  max-width: 100%;
}
.blog-post .image .image-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}
.blog-post .image .image-overlay .icon-wr {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #ff2222;
}
.blog-post .image .image-overlay .icon-wr .icon {
  display: inline-block;
}
.blog-post .image:hover .image-overlay {
  opacity: 0.9;
}
.blog-post .image:hover .image-overlay .icon-wr {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
}
.blog-post .entry-title,
.blog-post .entry-title a {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-post .entry-title a {
  color: #333;
  font-weight: 400;
}
.blog-post .entry-title a:hover {
  color: #ff2222;
}
.archive .blog-post .entry-title {
  margin: 0;
}
.blog-post .meta {
  font-size: 13px;
  font-style: italic;
  min-height: 30px;
  padding: 7px 0;
  margin: 7px 0;
  display: block;
  color: #fff;
  background: #fff;
  background-color: #fff;
  color: #333;
  position: relative;
}
.blog-post .meta li {
  padding-left: 0;
}
.blog-post .meta li time {
  color: #555;
}
.blog-post .meta li::after {
  display: inline-block;
  content: ",";
  margin-left: 0;
  margin-right: 0;
}
.blog-post .meta li:last-child::after {
  display: none;
}
.blog-post .content {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.single .blog-post .content {
  border-bottom: 1px solid transparent;
}
.meta.list-inline > li {
  padding-right: 0px;
}

/* Comments */
#comments {
  margin-top: 30px;
}
.comments {
  position: relative;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  padding-top: 50px;
}
.comments .image {
  overflow: hidden;
}
.comments .image img {
  max-width: 60px;
}
.comments .author {
  margin-bottom: 10px;
}
.comments .date {
  display: block;
  margin-bottom: 10px;
}
.comments .text {
  margin-bottom: 10px;
}
.comments ul {
  padding-left: 70px;
}
.comments li {
  list-style: none;
  margin-bottom: 15px;
}
.comments li .media {
  list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.comments .comment-wrp p {
  margin-bottom: 15px;
}
.comments .send-comment textarea {
  min-height: 150px;
  resize: vertical;
}
.comments .author a,
.comments .date a {
  color: #333;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}
.comments .comment-wrp {
  position: relative;
}
.comments .reply {
  position: absolute;
  right: 0px;
  top: 0px;
}
.comments h3.comment-reply-title {
  font-size: 16px;
  display: inline-block;
}
.comments h4.author {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.comments .comment-reply-link,
.comments .comment-edit-link {
  font-size: 13px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* Widget */
.widget {
  margin-bottom: 30px;
}
.widget .widget-title,
h4.comments-title,
h3.comment-reply-title {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 14px;
}
.widget .widget-title::after,
h4.comments-title::after,
h3.comment-reply-title::after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 15%;
  height: 1px;
  background: #ff2222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget:hover .widget-title::after {
  width: 20%;
}

/*  Widget: Menu */
#secondary .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary .widget ul li {
  border-bottom: solid 1px #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
#secondary .widget ul li .post-date {
  font-size: 0.8em;
  font-style: italic;
  display: block;
  text-align: right;
}
#secondary .widget ul a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  color: #555;
}
#secondary .widget ul a:hover {
  color: #ff2222;
  padding-left: 10px;
}

/* Widget: Latest Posts */
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.latest-posts .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.latest-posts .post .text {
  margin-bottom: 5px;
}

/* Widget: Recent Comments */
.recent-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-comments li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}

/* Isotope Filter */
.bbtheme-wrapper {
  overflow: hidden;
}
.bbtheme-wrapper a {
  box-shadow: none;
  outline: none;
}
.bbtheme-filter ul {
  padding: 0px 15px !important;
  list-style: none;
  margin-left: 0;
  margin-bottom: 8px;
}
.bbtheme-filter ul li {
  display: inline-block;
}
.bbtheme-filter ul li a {
  border: 1px solid;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 5px 10px;
}
.bbtheme-filter ul li a.active {
  color: #555;
}
.bbtheme-filter ul li a:hover {
  background: #ff2222;
  color: #fff;
  border: 1px solid #ff2222;
}
.bbtheme-item-title {
  background: #fff none repeat scroll 0 0;
  line-height: 1.2;
  padding: 15px 10px;
  text-align: center;
}
.bbtheme-item-title h4 {
  font-size: 14px;
}
.bbtheme-item {
  position: relative;
}
.bbtheme-item .bbtheme-mask {
  backface-visibility: hidden;
  bottom: 10px;
  left: 15px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
}
.bbtheme-item img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* 404 Page */
.page-404 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.page-404 h1 {
  font-size: 30px;
  font-weight: 600;
}
.no-results.not-found .page-content {
  text-align: center;
  margin-top: 30px;
}

/* Screen reader text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
}
h2.screen-reader-text {
  display: none;
}

/* Posts and pages */
.sticky {
  display: block;
}
.sticky header.entry-header .entry-title {
  position: relative;
}
.sticky header.entry-header .entry-title:before {
  content: "\f11d";
  font-family: FontAwesome;
  position: relative;
  margin: 0 10px;
}
.hentry {
  position: relative;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  text-align: right;
}
.page-header {
  text-align: center;
  padding: 1.5em;
}
.page-header h1 {
  margin: 0;
  letter-spacing: -1px;
}
.page-header {
  margin: 20px 0;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  border: 0px solid transparent !important;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: block;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5em;
  padding-top: 0.53em;
}

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

.img-responsive,
.gallery-item a img,
.wp-post-image {
  border: 0px solid transparent !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Post share */
.bbtheme-post-sharing {
  margin: 10px 0 0;
  overflow: hidden;
  padding-bottom: 10px;
}
.bbtheme-post-sharing span {
  font-size: 15px;
}
.bbtheme-post-sharing ul {
  padding-left: 0;
}
.bbtheme-post-sharing li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  list-style-type: none;
}
.bbtheme-post-sharing li a {
  font-size: 1em;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0;
}
.bbtheme-post-sharing li i {
  border: 1px solid #f1f1f1;
  color: #222222;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.bbtheme-post-sharing li i:hover {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  padding: 5px 0 0;
}
span.wpcf7-not-valid-tip {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
div.wpcf7-validation-errors {
  border: 2px solid #eee;
  color: #ff0000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.wpcf7 .your-name:before,
.wpcf7 .your-email:before,
.wpcf7 .file:before,
.wpcf7 .your-subject:before,
.wpcf7 .your-message:before {
  font-family: "FontAwesome";
  font-size: 14px;
  z-index: 1;
  color: #737373;
  background: #f1f1f1;
  height: 100%;
  display: block;
  padding: 10px;
  position: absolute !important;
  height: 38px;
  margin: 1px;
  overflow: hidden;
}
.wpcf7 .your-name:before {
  content: "\f007";
}
.wpcf7 .your-email:before {
  content: "\f0e0";
}
.wpcf7 .file:before {
  content: "\f0c6";
}
.wpcf7 .your-subject:before {
  content: "\f040";
}
.wpcf7 .your-message:before {
  content: "\f075";
}
.wpcf7 i {
  color: #ccc;
}
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-weight: 300;
  color: #737373;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="file"]:focus,
.comment-form textarea:focus {
  border: 1px solid #ff2222;
}
.wpcf7 span {
  margin: 0px;
  padding: 0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  font-weight: 300;
  color: #737373;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
  padding: 9px 45px;
  max-height: 110px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wpcf7-submit {
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 10px !important;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.4s ease 0s;
  border: none;
}
.wpcf7 input[type="submit"] {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 9px 22px;
  font-family: inherit;
  color: #fff !important;
  border-color: #ff2222 !important;
  background-color: #ff2222 !important;
}
.wpcf7 label {
  font-weight: unset;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7-list-item {
  display: block !important;
}
.wpcf7-date {
  font-weight: 300;
}
.wpcf7-form-control-wrap {
  font-weight: 300;
}

/* Lightbox */
.modal.in .modal-dialog {
  padding-top: 30px;
}
.modal-content {
  background-color: transparent;
}
.modal-header {
  border-bottom: 0px solid transparent;
  padding: 0;
}
.modal-header .close {
  float: right;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  filter: black(100%);
  opacity: 1;
  border-radius: 50%;
  margin-bottom: 5px;
  font-weight: 600;
}
.modal-header button.close {
  cursor: pointer;
  background: #fff;
  border: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  margin-top: -40px;
}
.modal-header .close:hover {
  background-color: #eee !important;
}
.modal-title {
  line-height: 0;
}
.modal-body {
  padding: 0;
  border: 1px solid #fff;
  border-radius: 0;
}
.modal-footer {
  padding: 15px;
  border-top: 1px solid #fff;
  background: #fff;
}
.ekko-lightbox-container {
  height: 514px;
  background: #fff;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
}
.ekko-lightbox-nav-overlay a:hover {
  color: #000;
}

/* Top search */
#main-menu {
  margin-right: 20px;
}
#top-search {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}
.top-search-form {
  margin-top: -10px;
  margin-right: 30px;
  width: 400px;
}
.top-search-form .form-control {
  padding: 7px 7px 7px 30px;
}
#top-search-close {
  top: -4px;
  position: absolute;
  left: 3px !important;
  z-index: 999;
  color: #999;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 25px;
  text-align: center;
}
#top-search-close:hover {
  background: #eee;
}

/* Sitemap */
.wsp-posts-title {
  margin-top: 30px;
}

/* Media Queries */
@media screen and (max-width: 991px) {
  .breadcrumb {
    float: none;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .brand .logo-big {
    display: none !important;
  }
  .brand .logo-small {
    display: inline-block !important;
  }
  .sliderfrontpage .item {
    margin-top: 61px;
  }
  .sliderfrontpage .item .slider-caption {
    margin-top: 55%;
  }
  .blog-post .social-inline {
    float: none !important;
  }
  .dropdown-menu {
    padding: 5px 0;
  }
  .navbar .nav li.dropdown.open .dropdown-menu {
    width: 100%;
  }
  .navbar .nav li.dropdown.open .dropdown-menu {
    padding: 0;
  }
  .navbar .nav li.dropdown .dropdown-menu li {
    width: auto;
  }
  .nav > li {
    border-bottom: 1px solid #f1f1f1;
  }
  .navbar .nav li.dropdown .dropdown-menu {
    border: 0px solid transparent;
  }
  .navbar .nav li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0px transparent;
  }
  .navbar .nav li a::after {
    border-bottom: 0px solid transparent;
  }
  .navbar .nav li a::before {
    border-top: 0px solid transparent;
  }
  .navbar.affix .nav li.active {
    background: #fff;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin-top: 1px;
  }
  .navbar .information {
    height: auto;
    padding: 15px;
  }
  .navbar .information {
    height: auto;
  }
  .navbar .information strong,
  .navbar .information .site-description {
    display: block;
    line-height: 1.8em;
  }
  .navbar.affix .information {
    display: none;
  }
  .navbar-header .widget_media_image .image {
    height: 40px !important;
    width: auto !important;
    padding: 6px 1px;
    float: right;
    margin-top: 7px;
  }
  .navbar.affix-top {
    border-bottom: 1px solid #f1f1f1;
  }
}

@media screen and (max-width: 480px) {
  .navbar-header {
    min-width: 250px;
  }
  .sliderfrontpage .item {
    height: 419px;
  }
  .sliderfrontpage .owl-buttons .owl-prev,
  .sliderfrontpage .owl-buttons .owl-next {
    top: -20px;
  }
  .sliderfrontpage .owl-pagination {
    max-width: 55%;
    text-align: center;
    margin: 0 auto;
  }
  #main-menu {
    margin-right: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .footer .footer-col {
    float: none;
    width: 100%;
  }
  h1.logo_text {
    font-size: 14px;
  }
  #navigation p.site-description {
    font-size: 11px;
  }
  .footer hr {
    display: none;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="file"],
  .wpcf7 textarea {
    max-width: 290px;
  }
  .breadcrumbs {
    float: left;
  }
  .breadcrumbs ul {
    padding-left: 0px;
  }
  .section-page-header {
    margin-top: 181px;
    padding: 15px 0 30px 0;
  }
  .footer .copyright .textwidget {
    padding: 15px 0;
    width: 90%;
  }
}

/* Custom CSS */
.page-template-page-form label {
  margin-top: 15px;
  font-weight: 500;
}
.page-template-page-form .wpcf7 .your-name::before,
.page-template-page-form .wpcf7 .your-email::before,
.page-template-page-form .wpcf7 .file::before,
.page-template-page-form .wpcf7 .your-subject::before,
.page-template-page-form .wpcf7 .your-message::before {
  display: none;
  width: 0;
}
.page-template-page-form .wpcf7 input[type="text"],
.page-template-page-form .wpcf7 input[type="email"],
.page-template-page-form .wpcf7 input[type="tel"],
.page-template-page-form .wpcf7 input[type="file"],
.page-template-page-form .wpcf7 textarea {
  padding: 9px;
}
.wsp-container {
  margin-bottom: 60px;
}
.wsp-container h3 {
  line-height: 2em;
}
.wsp-container ul li {
  line-height: 2em;
}
#bbpress-forums input {
  font-size: 12px;
  background: unset;
  color: unset;
  box-shadow: unset;
  border: 1px solid #ddd;
  padding: 0 5px;
  border-radius: 1px;
  min-height: 22px;
}
#why-choose-us {
  color: #fff;
}
#why-choose-us .overlay {
  display: block;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 50px 0 80px 0;
}
#why-choose-us .our-values .section-title {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
#why-choose-us .our-values .section-title::after {
  content: "";
  position: absolute;
  width: 45px;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#why-choose-us .our-values .section-title:hover::after {
  width: 105px;
}
#why-choose-us .our-values h2 strong {
  font-weight: bold;
}
#why-choose-us .value h3 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#why-choose-us .value .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  z-index: 2;
  margin: auto;
  width: 65px;
  height: 65px;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  opacity: 1;
  font-family: "FontAwesome", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#why-choose-us .value .icon:hover {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  z-index: 9999;
  border: 1px solid #fff;
  color: #ff2222;
  background: #fff;
}

#secondary .wpcf7 input[type="text"],
#secondary .wpcf7 input[type="email"],
#secondary .wpcf7 input[type="tel"],
#secondary .wpcf7 input[type="file"],
#secondary .wpcf7 textarea {
  width: 260px;
}

.testimonials-wrapper .owl-buttons div {
  border: 1px solid #f1f1f1;
  border-radius: 0;
  color: #ff2222 !important;
}

/* FAQs */
#faqs {
  margin-bottom: 20px;
}
.panel {
  margin-bottom: 10px;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}
.panel-default > .panel-heading {
  border-color: transparent;
}
.panel i.answer.open:before {
  content: "\f056";
  font-family: "FontAwesome";
  font-style: initial;
}
.panel i.answer:before {
  content: "\f055";
  font-family: "FontAwesome";
  font-style: initial;
}

/* Team */
.team .img-responsive {
  margin: 0 auto;
  border-radius: 50%;
}
.team h3 {
  margin-bottom: 15px;
}

/* Widget - Contact */

.bbtheme_contact_widget {
  min-height: 240px;
}

.contact-wrapper {
  position: relative;
}

.contact-details {
  line-height: 1.5em;
  display: block;
  opacity: 0.9;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.contact-details .widget-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-details .textwidget {
  text-align: left;
  padding: 0;
  margin: 0;
}

.contact-details span {
  line-height: 3em;
}
.contact-details span a {
  color: #000;
  font-weight: 300;
}
.contact-details span a:hover {
  color: #ff2222;
}
.contact-details .fa {
  padding: 10px;
  background: #f1f1f1;
  margin-right: 5px;
  min-width: 34px;
  width: 34px;
  text-align: center;
  justify-content: center;
  height: 34px;
}

.contact-details .item:hover {
  color: #ff2222;
}
.inscriere li {
    font-size: 18px;
    line-height: 2.5em;
    font-weight: 600;
}
/* LifterLMS */
.llms-lesson-preview { 
    width: 100%;
}
.course .entry-content h3, 
.course .entry-summary h3, 
.course .comment-content h3 {
    font-size: 18px; 
}
.llms-button-action {
    background: #555;
    float: none !important;
    border: 1px solid #555;
}
.llms-notice,
.llms-checkout-section { 
    border-width: 1px; 
}
.llms-button-primary.llms-course-continue-button,
.llms-button-primary.llms-course-continue-button:hover{
    color: #fff !important;
}
.llms-loop-list.cols-3 .llms-loop-item {
    width: 100% !important;
}
.wistia_embed {
    width: 100%;
}
.single-lesson .navigation.post-navigation {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: 400;
    margin: 10px 0;
}
.woocommerce input[type="submit"],
.button {
    border: 1px solid transparent;
}
.llms-sd-item.orders.current,
.llms-sd-item.orders.current,
.llms-sd-item.redeem-voucher,
.llms-sd-item.orders,
.llms-sd-item.view-certificates {
    display: none;
}
.llms-button-secondary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.llms-loop-item-content .llms-loop-title {
    margin-top: 15px;
}
.llms-instructor-info .llms-instructors .llms-author {
    border-top: 0px solid transparent;
}
.llms-widget-full.top {
    margin-top: -35px;
}
.llms-addons-wrap {
    display: none !important;
}
.llms-person-login-form-wrapper {
    margin-bottom: 100px;
}
/* BBpress */
.bbp-forum-info a,
#bbpress-forums {
    font-size: 14px !important;
}
#subscription-toggle {
    float: right;
}
.owl-item img {
    width: 100%;
    max-width: 100%;
}

.llms-widget-syllabus ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.blog-post .entry-title a {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}