/*!
 * style.less v1.0
 *
 */
/** REVOLUTION SLIDER */
/***********IMAGE MASK ACTIONS */
/** HOME */
/** HEADER */
/**
 * header colori prima riga scura 
 */
/** FINE colori prima riga scura */
/** FOOTER */
/********************************************************MEGAMENU *********************************************************/
.nav-bar-submenu-border {
  border: 1px solid transparent;
}
.nav-bar-first-link-style {
  font-family: 'Gafata', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: lowercase;
}
/*\.*******************************************************MEGAMENU *********************************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.flexbox-item-top {
  align-self: flex-start;
}
.flexbox-item-center {
  align-self: center;
}
.flexbox-item-bottom {
  align-self: flex-end;
}
.border-top-red {
  border-top: 2px solid #9ab810 !important;
}
img {
  max-width: 100%;
}
img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.o-h {
  overflow: hidden;
}
.totop {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 104400;
}
.totop a,
.totop a:visited {
  color: #dedede;
  background: none repeat scroll 0 0 #000;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flex-box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-align-bottom {
  align-self: flex-end;
}
.preload {
  background-image: url('/imgs/spinner.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
.item-text {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif, Calibri, Geneva, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.maincol-padding h1,
.maincol-padding h2,
.maincol-padding h3,
.maincol-padding h4,
.maincol-padding h5,
.maincol-padding h6 {
  color: #5d6c8b;
}
.text-sm {
  font-size: 1.5em;
}
.text-xs {
  font-size: 1em;
}
.text-xxs {
  font-size: 0.8em;
}
.text-md {
  font-size: 2em;
}
.text-lg {
  font-size: 3em;
}
.text-xlg {
  font-size: 4em;
}
.text-xxlg {
  font-size: 5em;
}
.text-xxxlg {
  font-size: 8em;
}
.font-light {
  font-weight: 300;
}
.text-underline {
  text-decoration: underline;
}
.text-w-normal {
  font-weight: normal !important;
}
.brand-secondary {
  color: #1d1d1b !important;
}
.brand-primary {
  color: #9ab810 !important;
}
.text-primary {
  color: #9ab810 !important;
}
body {
  font-weight: 300;
  font-size: 16px;
}
.megamenu .container-fluid,
footer.footer {
  max-width: 1600px;
}
.position-relative {
  position: relative;
}
.wrapper {
  background: #fff;
}
.bg-grey,
.bg-grey-bordered {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.bg-grey-bordered {
  border-top: solid 1px #eee;
}
.bg-color-light {
  background-color: #f7f7f7 !important;
}
.bg-white,
.bg-color-white {
  background-color: #fff !important;
  color: #555;
}
.header-fixed #action-modal .modal-dialog {
  margin-top: 90px;
}
.full-width {
  width: 100%;
}
img.lazy {
  opacity: 0;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 992px) {
  #main-col.maincol-padding {
    padding-top: 114px;
  }
}
@media (min-width: 992px) {
  body.header-fixed.with-header-gallery #main-col {
    padding-top: 0;
  }
}
.maincol-margin {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .maincol-margin {
    margin-top: 40px;
  }
}
.maincol-padding {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .maincol-padding {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  body.header-fixed .full-top-first {
    margin-top: 119px;
  }
}
@media (min-width: 768px) {
  .g-blur {
    overflow: hidden;
  }
  .g-blur .wrapper,
  .g-blur .outside-more-articles {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-filter: blur(7px);
    -moz-filter: blur 7px;
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
  body.header-fixed-space-v2.g-blur {
    padding-top: 0;
  }
}
/*Display*/
.dp-none {
  display: none;
}
.dp-block {
  display: block!important;
}
.dp-table {
  display: table;
}
.dp-inline-block {
  display: inline-block;
}
.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-h {
  overflow: hidden;
}
/*Back to top Button
------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #5d6c8b;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}
#topcontrol:after {
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}
#topcontrol:hover {
  color: #fff;
  background: #9ab810;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Remove the Gutter Padding from Columns*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutter.no-gutter-boxed {
  padding-right: 15px;
  padding-left: 15px;
}
.badge-container {
  position: relative;
  margin-right: 16px;
}
.badge-container .badge {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -5px;
  right: -11px;
  font-size: 11px;
  padding: 4px 5px;
}
.domus-img-phone {
  margin-top: -10px;
  margin-left: 10px;
}
.top-phone-number {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
header.main-header {
  width: 100%;
  position: relative;
  display: block;
  background: url(/imgs/layout/bg_header.jpg) no-repeat top center;
  background-attachment: scroll;
  background-size: 100% auto;
  padding: 9.1%;
  margin-top: 78px;
  border-bottom: 1px solid #9ab810;
}
@media (max-width: 480px) {
  header.main-header {
    padding: 9.1%;
  }
}
@media (max-width: 360px) {
  header.main-header {
    padding: 9.1%;
  }
}
@media (max-width: 320px) {
  header.main-header {
    padding: 9.1%;
  }
}
header.main-header.noheader {
  background-image: none;
  padding: 0;
}
@media (max-width: 768px) {
  header.main-header {
    margin-top: 78px;
  }
}
header.main-header .brand-name {
  font-family: "Open Sans", Helvetica, Arial, sans-serif, Calibri, Geneva, sans-serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header.main-header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header.main-header img {
  max-width: 150px;
  max-height: 150px;
}
header.main-header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header.main-header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header.main-header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header.main-header {
    background-attachment: scroll;
  }
  header.main-header .intro-content {
    color: white;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header.main-header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }
  header.main-header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header.main-header img {
    max-width: 300px;
    max-height: 300px;
  }
}
.aiohp-block-footer {
  padding: 0;
}
footer .footer {
  text-align: left;
  color: #fff;
  background: #000 url('/imgs/layout/bg_footer.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-top: 20px;
  padding: 20px 0 20px;
  font-size: 14px;
  position: relative;
}
footer .footer .heading-footer {
  margin-bottom: 25px;
  padding-bottom: 2px;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dotted #e4e9f0;
}
footer .footer .heading-footer::after {
  background: #687074 none repeat scroll 0 0;
  bottom: 0;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
footer .footer .heading-footer h2,
footer .footer .heading-footer h3,
footer .footer .heading-footer h4,
footer .footer .heading-footer h5,
footer .footer .heading-footer h6 {
  color: #fff;
}
footer .footer .heading-footer h2 {
  font-size: 14px;
  text-transform: uppercase;
}
footer .footer .container {
  position: relative;
  z-index: 1;
}
footer .footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer a:hover {
  color: white;
}
footer .footer p {
  font-size: 22px;
}
footer .footer .contact-details {
  margin: 75px 0;
}
footer .footer .social {
  margin-bottom: 75px;
}
footer .footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer .footer {
    background-attachment: fixed;
  }
}
.home footer .footer,
.contacts footer .footer {
  margin-top: 0px;
}
/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*[-----*** TABLE OF CONTENT ***-----]

1- Promo Blocks
2- Breadcrumbs
  2.1- Breadcrumbs v1
  2.2- Breadcrumbs v2
  2.3- Breadcrumbs v3
3- Image Hover Effects
4- Block Grid
  4.1-Block Grid v1
  4.2-Block Grid v2
5- Services Box v1
6- Service Block
  6.1- Service Block v1
  6.2- Service Block v2
  6.3- Service Block v3
  6.4- Service Block v4
  6.5- Service Block v5
  6.6- Service Block v6
  6.7- Service Block v7
  6.8- Service Block v8
7- Process
8- Team
8.1- Team v1
8.2- Team v2
8.3- Team v3
8.4- Team v4
8.5- Team v5
8.6- Team v6
8.7- Team v7
9- Call To Action
  9.1- Call To Action v1
  9.2- Call To Action v2
10- Portfolio Box
  10.1- Portfolio Box v1
11- Portfolio Feature v2
12- Thumbnail
13- Image Backgrounds
  13.1- Image Backgrounds v1
  13.2- Image Backgrounds v2
14- Parallax Quote
15- Parallax Team
16- Parallax Counter
  16.1- Parallax Counter v1
  16.2- Parallax Counter v2
  16.3- Parallax Counter v3
  16.4- Parallax Counter v4
17- Flat Background Block
18- Flat Testimonials
19- Testimonials
  19.1- Testimonials v4
  19.2- Testimonials v5
  19.3- Testimonials v6
20- Featured Blog
21- Blog Comments
22- Quote
22.1- Quote v2
23- Team Social
24- Box Shadows
25- Interactive Slider
  25.1- Interactive Slider v1
  25.2- Interactive Slider v2
26- Blog Trending
27- Blog Latest Posts
28- Blog Photostream
29- Newsletter
30- Blog Post Quote
31- Blog Post Author
32- Blog Comments
33- News
  33.1- News v1
  33.2- News v2
  33.3- News v3
34- Blog Grid
35- Blog Thumb
36- Shop-subscribe
-------------------------------------------------------------*/
/*--------------------------------------------------
    [1. Promo Blocks]
----------------------------------------------------*/
/*Promo Background Images*/
.promo-bg-pattern-v1-dark {
  background: url(../img/patterns/5.png) repeat;
}
.promo-bg-pattern-v1-light {
  background: url(../img/patterns/16.png) repeat;
}
/*Promo Background Images*/
.promo-bg-img-v1 {
  background: url(../img/bg/img1.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v2 {
  background: url(../img/bg/img5.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v3 {
  background: url(../img/bg/img10.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v4 {
  background: url(../img/bg/img11.jpg) no-repeat;
  background-size: cover;
}
.promo-bg-img-v5 {
  background: url(../img/bg/img6.jpg) no-repeat;
  background-size: cover;
}
/*Promo Background Fixed*/
.promo-bg-fixed {
  background-attachment: fixed;
}
/*Promo Texts v1*/
.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff;
}
.promo-text-v1.color-dark {
  border-color: #555;
}
/*Promo Texts v2*/
.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
}
/*Promo Video Icon*/
.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.promo-video-icon-wrap:hover {
  color: #333;
  text-decoration: none;
}
.promo-video-icon-wrap.color-light {
  color: #333;
  background: #ffffff;
}
.promo-video-icon-wrap.color-light:hover {
  background: rgba(255, 255, 255, 0.9);
}
.promo-video-icon-wrap.color-dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.promo-video-icon-wrap.color-dark:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.promo-video-icon {
  left: 3px;
  position: relative;
}
.video-business-img1 {
  background: url(../video/youtube-business/video-business-img1.jpg) no-repeat center;
  background-size: cover;
  /*Scales the background image to be as large as possible*/
}
/*--------------------------------------------------
    [2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #222;
  padding: 30px 0 20px;
  border-bottom: solid 3px #777;
}
.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}
.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #555;
}
.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}
.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}
/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}
.breadcrumbs-md {
  padding: 100px 0;
}
.breadcrumbs-lg {
  padding: 200px 0;
}
/*Breadcrumbs v1 and v3
------------------------------------*/
.breadcrumbs-v1,
.breadcrumbs-v3 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/*Breadcrumbs v2
------------------------------------*/
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url(../img/bg/11.jpg) no-repeat center;
}
.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative;
}
.breadcrumbs-v2 h1 {
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
  color: #fff;
}
.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
}
/*Breadcrumbs v3
------------------------------------*/
.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}
.breadcrumbs-v3.breadcrumbs-lg {
  padding: 200px 0;
}
.breadcrumbs-v3.img-v1 {
  background: url(../img/breadcrumbs/img1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcrumbs-v3.img-v2 {
  background: url(../img/breadcrumbs/img2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcrumbs-v3.img-v3 {
  background: url(../img/breadcrumbs/img3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcrumbs-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.breadcrumbs-v3 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.breadcrumbs-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-v3,
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 50px 0;
  }
  .breadcrumbs-v3 h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .breadcrumbs-v3 p {
    font-size: 18px;
  }
}
/*--------------------------------------------------
    [3. Image Hover Effects]
----------------------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}
.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.img-hover-v1:hover span:after {
  background: rgba(0, 0, 0, 0.3);
}
.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.img-hover-v1:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*Image Hover v2*/
.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
/*--------------------------------------------------
    [4. Block Grid]
----------------------------------------------------*/
/*Block Grid v1
------------------------------------*/
.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-grid-v1:hover {
  border-color: #9ab810;
}
.block-grid-v1 img {
  margin-bottom: 10px;
}
.block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}
.block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}
.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}
.block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0;
}
.block-grid-v1.content-boxes-v1 h3 a {
  color: #555;
}
/*Star Vote*/
.block-grid-v1 .star-vote {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
.block-grid-v1 .star-vote li {
  padding: 0;
  font-size: 11px;
  display: inline-block;
}
/*Additional Info*/
.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee;
}
.block-grid-v1-add-info li {
  padding: 0;
  margin-right: 3px;
  margin-bottom: 10px;
}
.block-grid-v1-add-info li a {
  font-size: 11px;
  padding: 4px 7px;
  text-decoration: none;
  border: solid 2px #eee;
  border-radius: 3px !important;
}
/*Block Grid v2
------------------------------------*/
.block-grid-v2 {
  padding: 0;
}
.block-grid-v2 li {
  list-style: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #9ab810;
}
.block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}
.block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}
/*--------------------------------------------------
    [5. Services Box]
----------------------------------------------------*/
/*Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.service-box-v1 p {
  position: relative;
  margin-bottom: 50px;
}
.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #9ab810;
}
.service-box-v1 ul {
  padding: 0 40px;
}
.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #9ab810;
}
.service-box-v1 li:hover {
  color: #9ab810;
}
.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}
/*--------------------------------------------------
    [6. Service Block ]
----------------------------------------------------*/
/*Service Block v1
------------------------------------*/
.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}
.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #9ab810;
  display: inline-block;
}
.service-block-v1 h3,
.service-block-v1 p {
  margin-bottom: 20px;
}
/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/
.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
}
.service-block-v2 .service-block-in i {
  font-size: 40px;
}
.service-block-v2 .service-block-in h4 {
  line-height: 25px;
}
.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
}
.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
  color: #fff;
}
/*Service Block v3 (used in profile pages)
------------------------------------*/
.service-block-v3 {
  padding: 20px;
}
.service-block-v3 i {
  color: #fff;
  float: left;
  font-size: 50px;
  margin: 0 20px 20px 0;
}
.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}
.service-block-v3 .service-in h4,
.service-block-v3 .counter {
  color: #fff;
}
.service-block-v3 .service-heading {
  font-size: 16px;
  text-transform: uppercase;
}
.service-block-v3 .counter {
  display: block;
  line-height: 1;
  font-size: 30px;
}
.service-block-v3 .progress {
  margin-bottom: 7px;
}
/*Service Innner*/
.service-block-v3 .service-in small {
  font-size: 16px;
  text-transform: uppercase;
}
.service-block-v3 .service-in h4 {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 0;
}
/*Statistics*/
.service-block-v3 .statistics .heading-xs {
  color: #fff;
  opacity: 0.8;
}
.service-block-v3 .statistics small {
  color: #fff;
}
.service-block-v3 .statistics .progress {
  background: #bbb;
}
.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}
/*Service Block v4
------------------------------------*/
.service-block-v4 {
  position: relative;
  background: #f7f7f7;
}
.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
.service-block-v4 .service-desc {
  text-align: center;
}
.service-block-v4 .service-desc i {
  color: #9ab810;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/*Service Block v5
------------------------------------*/
.service-block-v5 {
  text-align: center;
  background: #f7f7f7;
}
.service-block-v5 .service-inner {
  padding: 80px 40px;
}
.service-block-v5 .service-inner i {
  margin-bottom: 30px;
}
.service-block-v5 .service-inner span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-block-v5 .service-border {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media (max-width: 992px) {
  .service-block-v5 .service-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
/*Service Block v6
------------------------------------*/
.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0;
}
.service-block-v6 .service-desc {
  overflow: hidden;
}
.service-block-v6 .service-desc h2 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.service-block-v6 .service-desc a {
  text-transform: uppercase;
}
/*Service Block v7
------------------------------------*/
.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}
.service-block-v7 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #9ab810;
  margin-left: -22.5px;
  display: inline-block;
}
.service-block-v7 h3,
.service-block-v7 p {
  margin-bottom: 20px;
}
/*Service Block v8
------------------------------------*/
.service-block-v8 {
  padding: 25px;
  background: #fff;
}
.service-block-v8 i {
  color: #555;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}
.service-block-v8 .service-block-desc {
  overflow: hidden;
}
.service-block-v8 .service-block-desc h3 {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}
.service-block-v8 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #9ab810;
}
/*--------------------------------------------------
    [7. Process]
----------------------------------------------------*/
/*Process v1
------------------------------------*/
.process-v1 .process-in {
  text-align: center;
}
.process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #9ab810;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}
.process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}
/*Process Description*/
.process-v1 .process-in .process-desc {
  padding: 0 20px;
}
.process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/*Process Border*/
.process-v1 .process-border {
  position: relative;
}
.process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #ddd;
}
@media (max-width: 768px) {
  .process-v1 .process-border:before {
    border: none;
  }
}
/*--------------------------------------------------
    [8. Team]
----------------------------------------------------*/
/*Team v1
------------------------------------*/
.team-v1 ul {
  position: relative;
}
/*Team Image*/
.team-v1 li > .team-img {
  position: relative;
}
.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team-v1 li:hover > .team-img:after {
  background: rgba(0, 0, 0, 0.5);
}
/*Team Socials*/
.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}
.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}
.team-v1 li > .team-img li i {
  color: #eee;
  border-width: 2px;
  border-color: #eee;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}
.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}
.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}
/*Team Discription*/
.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}
.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}
.team-v1 li > p {
  margin: 20px 0;
  position: relative;
}
.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team-v1 li:hover > p:before {
  width: 100%;
  background: #9ab810;
}
/*Team v2
------------------------------------*/
.team-v2 {
  position: relative;
  margin-bottom: 20px;
}
.team-v2 img {
  width: 100%;
}
.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.team-v2 .inner-team h3 {
  margin: 0;
}
.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.team-v2 .inner-team p {
  font-size: 13px;
}
.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}
/*Team-Social (Temporary)*/
.team-social {
  margin-bottom: 0;
}
.team-social li {
  padding: 0 2px;
}
.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  text-align: center;
  border-radius: 50% !important;
}
.team-social li i {
  min-width: 20px;
}
.team-social li a.fb {
  color: #4862a3;
  border: 1px solid #4862a3;
}
.team-social li a.tw {
  color: #159ceb;
  border: 1px solid #159ceb;
}
.team-social li a.gp {
  color: #dc4a38;
  border: 1px solid #dc4a38;
}
.team-social li a:hover {
  text-decoration: none;
}
.team-social li a.fb:hover {
  color: #fff;
  background: #4862a3;
}
.team-social li a.tw:hover {
  color: #fff;
  background: #159ceb;
}
.team-social li a.gp:hover {
  color: #fff;
  background: #dc4a38;
}
/*Team v3
------------------------------------*/
.team-v3 .team-img {
  position: relative;
}
.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team-v3 .team-img:hover:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.team-v3 .team-img > img {
  width: 100%;
}
/*Team Hover Gradient*/
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.team-v3 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}
.team-v3 .team-hover span,
.team-v3 .team-hover small {
  color: #fff;
  display: block;
}
.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.team-v3 .team-hover small {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
}
.team-v3 .team-hover p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 20px;
}
/*Team Social*/
.team-v3 .team-hover .team-social-v3 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}
.team-v3 .team-hover .team-social-v3 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*Team v4
------------------------------------*/
.team-v4 {
  text-align: center;
}
.team-v4 img {
  width: 100%;
  margin-bottom: 20px;
}
.team-v4 span {
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-v4 small {
  color: #999;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}
.team-v4 .team-social-v4 a {
  color: #555;
  font-size: 16px;
}
.team-v4 .team-social-v4 a:hover {
  color: #9ab810;
  text-decoration: none;
}
/*Team v5
------------------------------------*/
.team-v5 {
  text-align: center;
}
.team-v5 span {
  color: #555;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-v5 small {
  display: block;
  color: #9ab810;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}
.team-v5 small:after {
  left: 50%;
  top: 30px;
  height: 1px;
  width: 30px;
  content: " ";
  background: #777;
  margin-left: -15px;
  position: absolute;
}
.team-v5 .team-img {
  position: relative;
}
.team-v5 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team-v5 .team-img:hover:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.team-v5 .team-img > img {
  width: 100%;
  margin-bottom: 20px;
}
/*Team Hover Gradient*/
.team-v5 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-top: -16px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.team-v5 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}
/*Social Network-*/
.team-v5 .team-hover .team-social-v5 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}
.team-v5 .team-hover .team-social-v5 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*Team v6
------------------------------------*/
.team-v6 {
  text-align: center;
}
.team-v6 img {
  width: 100%;
  margin-bottom: 20px;
}
.team-v6 span {
  color: #777;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-v6 small {
  display: block;
  color: #9ab810;
  font-size: 13px;
  margin-bottom: 15px;
}
/*Team v7
------------------------------------*/
.team-v7 .team-v7-in {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .team-v7 .team-v7-in {
    padding: 0 20px;
  }
}
.team-v7 .team-v7-name {
  color: #555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-v7 .team-v7-position {
  display: block;
  color: #9ab810;
  font-style: normal;
  margin-bottom: 15px;
}
.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
/*Team Space*/
.team-v7 .team-v7-name {
  margin-top: 60px;
}
.team-v7 .social-icons-v1 {
  margin-bottom: 60px;
}
/*Team Image*/
.team-v7 .team-v7-img {
  position: relative;
}
.team-v7 .team-v7-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
/*Team Info*/
.team-v7 .team-arrow-right,
.team-v7 .team-arrow-left {
  position: relative;
}
.team-v7 .team-arrow-left:before,
.team-v7 .team-arrow-right:before {
  width: 0;
  height: 0;
  top: 20%;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
}
.team-v7 .team-arrow-right:before {
  right: -25px;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
}
.team-v7 .team-arrow-left:before {
  left: -25px;
  border-width: 20px 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}
/*Team Info Media Queries*/
@media (max-width: 991px) {
  /*Team Arrows*/
  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }
  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }
  /*Equal Height Columns*/
  .team-v7 .equal-height-column {
    height: auto !important;
  }
}
/*--------------------------------------------------
    [9. Call To Action]
----------------------------------------------------*/
/*Call To Action v1
------------------------------------*/
.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}
.call-action-v1.call-action-v1-boxed {
  padding: 0 25px;
}
.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}
.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle;
}
.call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
  min-width: 250px;
  text-align: right;
}
@media (max-width: 992px) {
  .call-action-v1 .call-action-v1-in,
  .call-action-v1 .call-action-v1-in.inner-btn {
    display: block;
    text-align: center;
  }
  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 20px;
  }
}
/*Call To Axtion v2
------------------------------------*/
.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url(../img/patterns/16.png);
}
.call-action-v2 h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.call-action-v2 p {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .call-action-v2 p {
    padding: inherit;
  }
}
/*--------------------------------------------------
    [10. Portfolio Box]
----------------------------------------------------*/
/*Portfolio Box*/
@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}
.portfolio-box a.fancybox {
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.portfolio-box a.fancybox:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.portfolio-box a.fancybox:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.portfolio-box a.fancybox img {
  width: 100%;
  overflow: hidden;
  transition: all 500ms ease 0s;
}
.portfolio-box a.fancybox:hover img {
  transform: scale(1.1) rotate(0.1deg);
}
.portfolio-box .portfolio-box-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  min-height: 50px;
  margin-top: -25px;
  visibility: hidden;
  text-align: center;
  position: absolute;
}
.portfolio-box a.fancybox:hover .portfolio-box-in {
  visibility: visible;
}
.portfolio-box a.fancybox:after,
.portfolio-box a.fancybox:hover:after,
.portfolio-box a.fancybox:hover .portfolio-box-in i {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-box .portfolio-box-in i {
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 16px;
  font-size: 20px;
  text-align: center;
  background: #9ab810;
  display: inline-block;
}
/*Project Tag*/
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.portfolio-box small.project-tag,
.portfolio-box small.project-tag a {
  color: #999;
}
.portfolio-box small.project-tag i {
  margin-right: 5px;
}
.portfolio-box small.project-tag a:hover {
  color: #9ab810;
}
/*Portfolio Box v1
------------------------------------*/
.portfolio-box-v1 {
  margin: 0;
}
.portfolio-box-v1 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}
.portfolio-box-v1 li {
  background: #333;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.portfolio-box-v1 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.portfolio-box-v1 li:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-box-v1 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-box-v1 li:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.portfolio-box-v1 .portfolio-box-v1-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}
.portfolio-box-v1 li:hover .portfolio-box-v1-in {
  visibility: visible;
}
.portfolio-box-v1 .portfolio-box-v1-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.portfolio-box-v1 .portfolio-box-v1-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff;
  margin-left: -20px;
  position: absolute;
}
.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h3 {
  color: #fff;
}
.portfolio-box-v1 .portfolio-box-v1-in p {
  font-size: 16px;
  margin-bottom: 20px;
}
.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
/*--------------------------------------------------
    [11. Portfolio Feature v2]
----------------------------------------------------*/
.portfolio-box-v2 {
  margin: 0 0 60px;
}
.portfolio-box-v2 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}
.portfolio-box-v2 li {
  background: #333;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}
.portfolio-box-v2 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.portfolio-box-v2 li:hover:after {
  background: rgba(255, 255, 255, 0.6);
}
.portfolio-box-v2 li:after,
.portfolio-box-v2 li:hover:after {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-box-v2 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-box-v2 li:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.portfolio-box-v2 .portfolio-box-v2-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 60px;
  margin-top: -30px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}
.portfolio-box-v2 li:hover .portfolio-box-v2-in {
  visibility: visible;
}
.portfolio-box-v2 .portfolio-box-v2-in i {
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 20px;
  font-size: 22px;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  background: rgba(114, 192, 44, 0.8);
}
.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background: #9ab810;
}
/*--------------------------------------------------
    [12. Thumbnail]
----------------------------------------------------*/
/*Thumbnail v1
------------------------------------*/
.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px;
}
.thumbnails-v1 h3 {
  margin-bottom: 5px;
}
.thumbnails-v1 h3 a {
  color: #555;
  font-size: 15px;
  text-transform: uppercase;
}
.thumbnails-v1 .read-more {
  color: #9ab810;
  font-size: 12px;
  text-transform: uppercase;
}
/*--------------------------------------------------
    [13. Image Backgrounds]
----------------------------------------------------*/
/*Image Backgrounds v1
------------------------------------*/
.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/11.jpg) repeat fixed;
  background-size: cover;
}
.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
/*Image Backgrounds v2
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/7.jpg) repeat fixed;
}
.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
/*Background Dark Cover*/
.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}
/*--------------------------------------------------
    [17. Flat Background Block]
----------------------------------------------------*/
.flat-bg-block-v1 {
  padding: 40px 0;
  background: url(../img/patterns/16.png) repeat;
}
.flat-bg-block-v1 .checked-list.first-child {
  float: left;
  margin-right: 100px;
}
.flat-bg-block-v1 .checked-list li {
  color: #888;
  margin-bottom: 5px;
}
.flat-bg-block-v1 .checked-list i {
  color: #9ab810;
  margin-right: 5px;
}
/*Image Over*/
.flat-bg-block-v1 img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .flat-bg-block-v1 img.img-over {
    top: -18px;
  }
}
@media (max-width: 991px) {
  .flat-bg-block-v1 img.img-over {
    position: static;
  }
}
/*--------------------------------------------------
    [18. Flat Testimonials]
----------------------------------------------------*/
.flat-testimonials {
  padding: 50px 0;
  background-color: #333;
}
.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}
.flat-testimonials .flat-testimonials-in img {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}
.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}
.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}
.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}
.flat-testimonials .flat-testimonials-in p:before,
.flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}
.flat-testimonials .flat-testimonials-in p:before {
  content: "“";
  padding-right: 5px;
}
.flat-testimonials .flat-testimonials-in p:after {
  content: "”";
  padding-left: 5px;
}
/*--------------------------------------------------
    [19. Testimonials]
----------------------------------------------------*/
/*Testimonials v4
------------------------------------*/
.testimonials-v4 {
  /*overflow: hidden;*/
}
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}
.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.testimonials-v4 .testimonials-v4-in p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}
.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}
.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}
.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  text-transform: capitalize;
}
/*Testimonials v5
------------------------------------*/
.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonials-v5 .testimonials-desc span {
  font-size: 13px;
  font-weight: 200;
}
.testimonials-v5 .testimonials-desc p {
  padding: 15px;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 25px;
}
.testimonials-v5 .testimonials-desc p:after {
  width: 0;
  height: 0;
  left: 30px;
  color: #fff;
  bottom: -12px;
  content: " ";
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #f9f9f9 transparent transparent transparent;
}
/*Testimonials By*/
.testimonials-v5 .testimonials-by {
  margin-left: 20px;
}
.testimonials-v5 .testimonials-by img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.testimonials-v5 .testimonials-by small {
  color: #9ab810;
  font-size: 12px;
}
.testimonials-v5 .testimonials-by span {
  text-transform: uppercase;
}
/*Testimonials v6
------------------------------------*/
.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px;
}
.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testimonials-v6 .testimonials-info:hover {
  border-color: #9ab810;
}
.testimonials-v6 .testimonials-info img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}
.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}
.testimonials-v6 .testimonials-desc strong,
.testimonials-v6 .testimonials-desc span {
  color: #555;
  display: block;
}
@media (max-width: 768px) {
  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------
    [20. Featured Blog]
----------------------------------------------------*/
.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}
.featured-blog h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #9ab810;
}
.featured-blog .featured-img {
  position: relative;
}
.featured-blog .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.featured-blog .featured-img:hover:after {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.featured-blog .featured-img > img {
  width: 100%;
}
/*Team Hover Gradient*/
.featured-blog .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.featured-blog .featured-img:hover i {
  top: 50%;
  visibility: visible;
}
.featured-blog .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
}
.featured-blog .featured-img i:hover {
  color: #fff;
  background: #9ab810;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*--------------------------------------------------
    [21. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}
.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}
.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}
.blog-comments .comments-itself span {
  color: #999;
  float: right;
  font-size: 13px;
}
.blog-comments .comments-itself p {
  color: #999;
}
/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}
/*Media Queries*/
@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }
  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}
/*--------------------------------------------------
    [22. Quote]
----------------------------------------------------*/
.quote-v1 {
  padding: 60px 0;
  text-align: center;
  background: url(../img/patterns/5.png) repeat;
}
.quote-v1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  padding: 0 100px;
  position: relative;
  margin-bottom: 20px;
}
.quote-v1 p:before {
  color: #9ab810;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -30px 0 0 -40px;
  font-family: Georgia, serif;
}
.quote-v1 span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
  }
}
/*Quote v2
------------------------------------*/
.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px;
}
.quote-v2 p {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}
.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}
.quote-v2 span {
  color: #555;
  font-weight: 400;
}
/*--------------------------------------------------
    [23. Team Social]
----------------------------------------------------*/
/*--------------------------------------------------
    [24. Box Shadows]
----------------------------------------------------*/
.shadow-wrapper {
  z-index: 1;
  position: relative;
}
/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative;
}
.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}
/*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
  -moz-box-shadow: 0 10px 6px -6px #bbb;
  -webkit-box-shadow: 0 10px 6px -6px #bbb;
}
/*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
/*Effect 5*/
.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc;
}
/*--------------------------------------------------
    [25. Interactive Slider]
----------------------------------------------------*/
/*Interactive Slider v1
------------------------------------*/
.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative;
}
.interactive-slider-v1.img-v1 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v1.img-v2 {
  background: url(../img/bg/19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v1.img-v3 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.interactive-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.interactive-slider-v1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .interactive-slider-v1 h2 {
    font-size: 30px;
  }
  .interactive-slider-v1 p {
    font-size: 18px;
  }
}
/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2-md {
  padding: 250px 0;
}
.interactive-slider-v2.img-v1 {
  background: url(../img/bg/25.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v2 {
  background: url(../img/bg/14.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v3 {
  background: url(../img/bg/img8.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.img-v4 {
  background: url(../img/bg/img9.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2.intro-promo-img {
  background: url(../img/intro/promo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.intro-promo-cover-dark:after {
  background: rgba(0, 0, 0, 0.8);
}
.intro-promo-cover-light:after {
  background: rgba(255, 255, 255, 0.9);
}
.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}
.interactive-slider-v2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}
@media (max-width: 768px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------
    [26. Blog Trending]
----------------------------------------------------*/
.blog-trending li {
  margin-bottom: 20px;
}
.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}
.blog-trending small,
.blog-trending small a {
  color: #777;
}
.blog-trending small a:hover {
  color: #9ab810;
}
/*--------------------------------------------------
    [27. Blog Latest Posts]
----------------------------------------------------*/
.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.blog-latest-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px;
}
.blog-latest-posts small,
.blog-latest-posts small a {
  color: #777;
}
.blog-latest-posts small {
  margin-bottom: 8px;
  display: inline-block;
}
.blog-latest-posts p {
  font-size: 12px;
}
/*--------------------------------------------------
    [28. Blog Photostream]
----------------------------------------------------*/
.blog-photostream {
  margin-right: -5px;
}
.blog-photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}
.blog-photostream li img {
  width: 78px;
  height: auto;
}
/*--------------------------------------------------
    [29. Newsletter]
----------------------------------------------------*/
.blog-newsletter p {
  color: #555;
  margin-bottom: 15px;
}
.blog-newsletter .form-control {
  border: none;
}
.blog-newsletter .form-control:focus {
  box-shadow: none;
}
/*--------------------------------------------------
    [30. Blog Post Quote]
----------------------------------------------------*/
.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center;
}
.blog-post-quote p {
  color: #555;
  font-size: 32px;
  font-weight: 200;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}
@media (max-width: 768px) {
  .blog-post-quote {
    padding: 35px 25px;
  }
  .blog-post-quote p {
    font-size: 26px;
    line-height: 35px;
  }
}
.blog-post-quote p:before,
.blog-post-quote p:after {
  top: -3px;
  font-size: 30px;
  position: relative;
}
.blog-post-quote p:before {
  left: -10px;
  content: "\0022";
}
.blog-post-quote p:after {
  right: -10px;
  content: "\0022";
}
.blog-post-quote span {
  color: #555;
  font-size: 20px;
  font-weight: 200;
}
/*--------------------------------------------------
    [31. Blog Post Author]
----------------------------------------------------*/
.blog-author {
  padding: 20px;
  background: #fff;
}
.blog-author img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.blog-author .blog-author-desc {
  overflow: hidden;
}
.blog-author .blog-author-desc h4 {
  float: left;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.blog-author .blog-author-desc ul {
  float: right;
  margin-top: 6px;
}
.blog-author .blog-author-desc p {
  color: #555;
}
/*--------------------------------------------------
    [32. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}
.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}
.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}
.blog-comments .comments-itself span {
  color: #555;
  float: right;
  font-size: 13px;
}
.blog-comments .comments-itself p {
  color: #555;
}
/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}
/*Media Queries*/
@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }
  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}
/*--------------------------------------------------
    [33. News]
----------------------------------------------------*/
/*News v1
------------------------------------*/
.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.news-v1 .news-v1-in {
  background: #fafafa;
}
.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}
.news-v1 h3 a {
  color: #555;
}
.news-v1 h3 a:hover {
  color: #9ab810;
}
.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}
.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}
.news-v1 .news-v1-info li {
  font-size: 12px;
}
.news-v1 .news-v1-info li a:hover {
  color: #9ab810;
  text-decoration: none;
}
/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}
.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}
.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
/*News Description*/
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}
.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 16px;
}
.news-v2 .news-v2-desc h3 a {
  color: #555;
}
.news-v2 .news-v2-desc h3 a:hover {
  color: #9ab810;
}
.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.news-v2 .news-v2-desc p {
  color: #555;
}
/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 {
  /*background: #fff;*/
}
.news-v3 .news-v3-in {
  padding: 35px 30px;
}
@media (max-width: 768px) {
  .news-v3 .news-v3-in {
    padding: 35px 10px;
  }
}
.news-v3 .news-v3-in-sm {
  padding: 20px;
}
.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}
.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}
@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.news-v3 h2 a {
  color: #555;
}
.news-v3 h2 a:hover {
  color: #9ab810;
  text-decoration: none;
}
.news-v3 p {
  color: #555;
  margin-bottom: 20px;
}
/*News Info*/
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}
.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}
.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}
.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}
.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}
.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}
.news-v3 .posted-info li a {
  color: #555;
}
.news-v3 .posted-info li a:hover {
  color: #9ab810;
}
/*News Shares*/
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}
.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}
.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}
.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}
.news-v3 .post-shares li i:hover {
  background: #ddd;
}
.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #9ab810;
  border: 2px solid #fff;
  border-radius: 50% !important;
}
.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}
/*--------------------------------------------------
    [34. Blog Grid]
----------------------------------------------------*/
.blog-grid img {
  margin-bottom: 15px;
}
.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}
.blog-grid h3 a {
  color: #333;
}
.blog-grid p {
  margin-bottom: 15px;
}
.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}
/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
  position: relative;
}
.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
/*Blog Grid Info*/
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}
.blog-grid .blog-grid-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}
.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}
.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}
.blog-grid .blog-grid-info li a {
  color: #888;
}
.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}
/*Read More Link*/
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}
.blog-grid a.r-more:hover {
  text-decoration: none;
}
/*--------------------------------------------------
    [35. Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}
/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}
.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
}
.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}
.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}
/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.65s, -webkit-transform 0.65s;
  transition: all 0.65s, transform 0.65s;
}
.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}
/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}
.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}
.blog-thumb .blog-thumb-desc h3 a {
  color: #555;
}
/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}
.blog-thumb .blog-thumb-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}
.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}
.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}
.blog-thumb .blog-thumb-info li a {
  color: #888;
}
.blog-thumb .blog-thumb-info li a:hover {
  color: #e74c3c;
}
/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}
.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}
.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}
/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(114, 192, 44, 0.9);
}
.blog-grid .blog-grid-grad i:hover {
  background: #72c02c;
}
/*--------------------------------------------------
    [36. Shop-subscribe]
----------------------------------------------------*/
.shop-subscribe {
  padding: 25px 0;
}
.shop-subscribe h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}
/*Input Form Control*/
.shop-subscribe input {
  border-color: #fff;
  border-right: none;
  background: transparent;
}
.shop-subscribe .form-control {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.shop-subscribe .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}
.shop-subscribe .form-control::-moz-placeholder {
  color: #fff;
}
.shop-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
.shop-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}
.shop-subscribe .input-group-btn {
  border-color: #fff;
  background: transparent;
}
.shop-subscribe .input-group-btn .btn {
  border: 1px solid #fff;
  background: transparent;
}
.shop-subscribe .input-group-btn i {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
/*Accordion v2
------------------------------------*/
.accordion-v2 .panel {
  box-shadow: none;
}
.accordion-v2 .panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.accordion-v2 .panel-heading {
  box-shadow: none;
}
.accordion-v2 .panel-heading {
  color: #555;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  background: #f8f8f8;
}
.accordion-v2 .panel-heading a.active:before {
  content: "\f068";
}
.accordion-v2 .panel-heading i {
  font-size: 20px;
  vertical-align: middle;
}
.accordion-v2 .panel-heading a:hover {
  color: #333;
  text-decoration: none;
}
/*Plus Toggle*/
.accordion-v2.plus-toggle .panel-heading a:before {
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 5px 0;
  font-size: 10px;
  content: "\f068";
  line-height: 12px;
  margin-right: 10px;
  text-align: center;
  background: #9ab810;
  display: inline-block;
  font-family: FontAwesome;
}
.accordion-v2.plus-toggle .panel-heading a.collapsed:before {
  content: "\f067";
}
.accordion-v2.plus-toggle .panel-body {
  padding-left: 50px;
}
.header-extra-bar .navbar-right {
  margin-right: 15px;
}
.header-extra-bar {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  *zoom: 1;
}
.header-extra-bar:before,
.header-extra-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-extra-bar:after {
  clear: both;
}
.header-extra-bar:before,
.header-extra-bar:after {
  content: " ";
  display: table;
}
.header-extra-bar:after {
  clear: both;
}
@media (min-width: 768px) {
  .header-extra-bar {
    margin-top: -50px !important;
  }
}
@media (min-width: 768px) {
  .navbar-expanded .header-extra-bar {
    margin-top: 20px !important;
  }
}
#nav-primary {
  margin-bottom: 0;
  background-color: #9ab810;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #nav-primary {
    min-height: 78px;
  }
}
#nav-primary .header {
  position: relative;
  z-index: 99;
}
#nav-primary .header > .container {
  display: table;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #nav-primary .header > .container {
    margin-bottom: -10px;
  }
}
#nav-primary .topbar {
  padding: 8px 0;
  position: relative;
  z-index: 12;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #nav-primary .topbar {
    margin-top: -100px;
  }
}
#nav-primary .topbar .simple-language-list li {
  display: inline-block;
  list-style: outside none none;
  position: relative;
}
#nav-primary .topbar .simple-language-list li:before {
  border-left: 1px solid #000000;
  margin: 0 10px;
  content: "";
}
#nav-primary .topbar .simple-language-list li:first-child:before {
  border-left: medium none;
}
#nav-primary .topbar .simple-language-list li:first-child:before {
  border-left: medium none;
}
#nav-primary .topbar .simple-language-list li a {
  padding: 6px 10px;
  color: #fff;
}
#nav-primary .navbar-logo,
#nav-primary .navbar-logo-mobile {
  position: absolute;
  top: 0;
}
#nav-primary.navbar-fixed-top .navbar-logo img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#nav-primary.navbar-expanded {
  border: none;
}
@media (min-width: 768px) {
  #nav-primary.navbar-expanded {
    background-color: #9ab810;
  }
  #nav-primary.navbar-expanded .nav.navbar-nav > li > a,
  #nav-primary.navbar-expanded .simple-language-list li a {
    color: #fff !important;
  }
  #nav-primary.navbar-expanded .nav.navbar-nav > li > a:hover,
  #nav-primary.navbar-expanded .simple-language-list li a:hover,
  #nav-primary.navbar-expanded .nav.navbar-nav > li > a:focus,
  #nav-primary.navbar-expanded .simple-language-list li a:focus {
    background-color: #fff !important;
    color: #8b979f !important;
  }
}
#nav-primary.navbar-expanded .navbar-brand {
  opacity: 0;
}
#nav-primary.navbar-expanded.navbar-fixed-top .navbar-logo img {
  margin: 0;
}
@media (min-width: 768px) {
  #nav-primary.navbar-expanded .dropdown > a.dropdown-toggle:after {
    border-color: #fff transparent #fff transparent;
  }
}
#nav-primary.navbar-expanded .topbar {
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #nav-primary.navbar-expanded .topbar {
    margin-top: 20px;
  }
}
#nav-primary .navbar-collapse {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #nav-primary .navbar-collapse .navbar-nav {
    float: right;
    position: static;
  }
}
#nav-primary .navbar-brand {
  float: none;
  line-height: 50px;
  color: #9ab810;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#nav-primary .navbar-brand:hover,
#nav-primary .navbar-brand:focus {
  opacity: 1;
}
#nav-primary .navbar-toggle {
  border-color: transparent;
  padding: 9px 5px;
  margin-right: 0;
}
#nav-primary .navbar-toggle .icon-bar {
  background-color: #fff;
}
#nav-primary .navbar-toggle:hover .icon-bar,
#nav-primary .navbar-toggle:focus .icon-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
#nav-primary .navbar-logo-mobile {
  overflow: hidden;
}
#nav-primary .navbar-logo-mobile img {
  margin-top: 4px;
}
#nav-primary.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#nav-primary.navbar.navbar-expanded .navbar-collapse {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #nav-primary.navbar.navbar-expanded .navbar-collapse {
    margin-top: 32px;
  }
}
.contest-preload {
  background: url('/imgs/spinner.gif') no-repeat;
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
}
.box-element-preload {
  position: relative;
}
.box-element-preload:before {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7) url('/imgs/spinner.gif') no-repeat 50%;
  z-index: 10;
  content: " ";
}
.lazy-preload {
  height: 25px;
  display: block;
  background: rgba(255, 255, 255, 0.7) url('/imgs/spinner.gif') no-repeat 50%;
  margin: 20px auto;
}
.megamenu {
  /*se il sotto menu ha la freccia */
  /*separatore */
}
.megamenu .navbar-nav > li > a {
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: 'Gafata', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: lowercase;
  padding-bottom: 8px;
  padding-top: 8px;
}
.megamenu .navbar-nav > li > a:focus,
.megamenu .navbar-nav > li > a:hover {
  background-color: #fff !important;
  color: #5d6c8b !important;
}
.megamenu .nav .open > a,
.megamenu .nav .open > a:focus,
.megamenu .nav .open > a:hover {
  background-color: #fff !important;
  color: #5d6c8b !important;
}
.megamenu .navbar-nav > li.active > a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.megamenu .navbar-right .dropdown-menu {
  left: auto;
  right: auto !important;
}
.megamenu .navbar-right .dropdown-menu .dropdown-menu {
  left: 100%;
}
.megamenu .dropdown > a.dropdown-toggle:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-top: 8px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  border-width: 5px 5px 0;
}
.megamenu .dropdown.with-cols {
  position: static;
}
.megamenu .dropdown-menu {
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid transparent;
  padding: 0;
  left: auto;
  top: auto;
  right: 0;
  background: #9ab810;
}
.megamenu .dropdown-menu li > a {
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.megamenu .dropdown-menu li > a:hover {
  background-color: #fff !important;
  color: #9ab810 !important;
}
.megamenu .dropdown-menu > li > a {
  padding: 10px 10px;
}
@media (max-width: 768px) {
  .megamenu .open .dropdown-menu {
    background: #9ab810;
  }
}
.megamenu .navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
}
.megamenu i {
  color: #fff;
}
.megamenu .btn {
  margin: 10px 0 20px;
}
.megamenu video {
  max-width: 100%;
  height: auto;
}
.megamenu .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.megamenu div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #9ab810;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
.megamenu a:hover {
  text-decoration: none;
}
.megamenu .dropdown-submenu {
  position: relative;
}
.megamenu .dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: 0 !important;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: medium none;
}
.megamenu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -5px;
  margin-top: 5px;
  border-width: 5px 0 5px 5px;
  width: 0;
}
.megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.megamenu .dropdown-submenu:hover > a:after {
  border-left-color: #9ab810;
}
.megamenu .dropdown-submenu.pull-left {
  float: none;
}
.megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-left-color: transparent;
}
.megamenu .onecol {
  width: 20%;
  left: auto !important;
  right: 0 !important;
}
.megamenu .thirty3 {
  width: 33%;
  left: auto !important;
  right: 0 !important;
}
.megamenu .half {
  width: 50%;
  left: auto !important;
  right: 0 !important;
}
.megamenu .fullwidth {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  border-right: medium none;
  border-left: medium none;
}
.megamenu .container {
  position: relative;
}
.megamenu .nav-header {
  display: block;
  padding: 10px 10px;
  border-top: 1px solid #efefef;
  text-transform: uppercase;
}
.megamenu .dropdown-menu > li:first-child .nav-header {
  border-top: medium none;
}
.megamenu .megamenu-content {
  padding: 15px 15px;
  background: #9ab810;
}
.megamenu .megamenu-content h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  padding: 0 0 10px 0;
}
.megamenu .megamenu-content li a {
  display: block;
  padding: 10px 10px;
}
.megamenu .megamenu-content li a:hover {
  background-color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.megamenu ul {
  list-style: none;
  padding-left: 0px;
}
/* MARGINS & PADDINGS */
.p-none {
  padding: 0 !important;
}
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-r-none {
  padding-right: 0 !important;
}
.p-t-none {
  padding-top: 0 !important;
}
.p-t-xxs {
  padding-top: 1px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-b-none {
  padding-bottom: 0 !important;
}
.p-b-xxs {
  padding-bottom: 1px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-xl {
  padding-bottom: 40px;
}
/** MARGINS */
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b,
.form-inline .form-group.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .xs-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .xs-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .xs-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .xs-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .xs-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .xs-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-60 {
  clear: both;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .xs-margin-top-10 {
    margin-top: 10px;
  }
  .xs-margin-top-20 {
    margin-top: 20px;
  }
  .xs-margin-top-30 {
    margin-top: 30px;
  }
  .xs-margin-top-40 {
    margin-top: 40px;
  }
  .xs-margin-top-50 {
    margin-top: 50px;
  }
  .xs-margin-top-60 {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .sm-margin-top-10 {
    margin-top: 10px;
  }
  .sm-margin-top-20 {
    margin-top: 20px;
  }
  .sm-margin-top-30 {
    margin-top: 30px;
  }
  .sm-margin-top-40 {
    margin-top: 40px;
  }
  .sm-margin-top-50 {
    margin-top: 50px;
  }
  .sm-margin-top-60 {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .md-margin-top-10 {
    margin-top: 10px;
  }
  .md-margin-top-20 {
    margin-top: 20px;
  }
  .md-margin-top-30 {
    margin-top: 30px;
  }
  .md-margin-top-40 {
    margin-top: 40px;
  }
  .md-margin-top-50 {
    margin-top: 50px;
  }
  .md-margin-top-60 {
    margin-top: 60px;
  }
}
@media (min-width: 993px) {
  .lg-margin-top-10 {
    margin-top: 10px;
  }
  .lg-margin-top-20 {
    margin-top: 20px;
  }
  .lg-margin-top-30 {
    margin-top: 30px;
  }
  .lg-margin-top-40 {
    margin-top: 40px;
  }
  .lg-margin-top-50 {
    margin-top: 50px;
  }
  .lg-margin-top-60 {
    margin-top: 60px;
  }
}
/*Other Spaces*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
/*Spaces
------------------------------------*/
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-xlg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.space-md-hor {
  padding-left: 40px;
  padding-right: 40px;
}
.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}
.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}
#privacy-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 20001;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-align: center;
}
#privacy-block .alert {
  margin-bottom: 0;
  background-color: #000000;
  color: #fff;
  border-radius: 0;
  border: medium none;
  border-top: 1px solid #fff;
}
#privacy-block .alert button.close {
  color: #fff;
  opacity: 1;
}
.footer-aside .widget {
  margin-top: 30px;
}
.footer-aside .widget:first-child {
  margin-top: 0;
}
.footer-aside .widget address {
  font-style: normal;
  line-height: 1.42857;
}
.footer-aside .widget address i {
  margin-right: 5px;
  min-width: 20px;
  text-align: center;
}
.footer-aside .widget .link-list li {
  border-top: solid 1px #eee;
  position: relative;
}
.footer-aside .widget .link-list li:first-child {
  border-top: none !important;
}
.footer-aside .widget .link-list li.open > ul,
.footer-aside .widget .link-list li > ul {
  display: none !important;
}
.footer-aside .widget .link-list li i {
  color: #bbb;
  float: right;
  margin-top: 10px;
}
.footer-aside .widget .link-list a {
  color: #687074;
  font-size: 11px;
  padding: 6px 0px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-aside .widget .link-list a {
    font-size: 14px;
    padding: 12px 0px;
  }
}
.footer-aside .widget .link-list a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  right: 9px;
  top: 8px;
}
.footer-aside .widget .link-news {
  margin-bottom: 0;
}
.footer-aside .widget .link-news li {
  border-top: 1px solid #333;
  padding: 12px 0;
}
.footer-aside .widget .link-news li:first-child {
  border-top: medium none;
  padding-top: 0;
}
.footer-aside .widget .link-news li a {
  color: #687074;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 3px;
}
.footer-aside .widget .link-news li small {
  color: #687074;
  display: block;
}
.footer-aside .widget .link-news a:hover {
  color: #333333;
}
.footer-aside .widget .thumb-news > li {
  margin-bottom: 20px;
}
.footer-aside .widget .thumb-news > li::before {
  content: " ";
  display: table;
}
.footer-aside .widget .thumb-news > li::after {
  content: " ";
  display: table;
  clear: both;
}
.footer-aside .widget .thumb-news > li img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 80px;
}
.footer-aside .widget .thumb-news > li a {
  color: #687074;
  display: block;
  padding-bottom: 8px;
}
.footer-aside .widget .thumb-news > li a:hover {
  color: #333333;
}
.footer-aside .widget .thumb-news > li small {
  color: #687074;
  font-size: 13px;
}
.footer-aside .widget .tweets li {
  margin-bottom: 20px;
}
.footer-aside .widget .tweets li i {
  color: #687074;
  float: left;
  font-size: 25px;
  margin: 3px 10px 0 0;
}
.footer-aside .widget .tweets li p {
  margin-bottom: 0;
}
.footer-aside .widget .tweets li a {
  color: #687074;
}
.footer-aside .widget .tweets li small {
  color: #687074;
}
.footer-aside .widget .latest-tweets-inner i.fa {
  color: #55acee;
  float: left;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.footer-aside .widget .latest-tweets-inner p {
  color: #687074;
  font-size: 13px;
}
.footer-aside .widget .latest-tweets-inner a {
  color: #4b5a08;
  text-decoration: none;
}
.footer-aside .widget .latest-tweets-inner small {
  color: #687074;
  display: block;
}
.footer-aside .widget .widhet-thumb-news li {
  margin-bottom: 20px;
  *zoom: 1;
}
.footer-aside .widget .widhet-thumb-news li:before,
.footer-aside .widget .widhet-thumb-news li:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-aside .widget .widhet-thumb-news li:after {
  clear: both;
}
.footer-aside .widget .widhet-thumb-news li:before,
.footer-aside .widget .widhet-thumb-news li:after {
  content: " ";
  display: table;
}
.footer-aside .widget .widhet-thumb-news li:after {
  clear: both;
}
.footer-aside .widget .widhet-thumb-news li img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9ab810;
}
.footer-aside .widget .widhet-thumb-news li a {
  color: #687074;
  display: block;
  padding-bottom: 8px;
}
.footer-aside .widget .widhet-thumb-news li a:hover {
  color: #bbb;
}
.footer-aside .widget .widhet-thumb-news li small {
  color: #687074;
  font-size: 13px;
}
.footer-aside .widget .widget-mailing h5 {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}
.footer-aside .widget .widget-mailing input {
  border-color: #687074;
  border-right: none;
  background: transparent;
}
.footer-aside .widget .widget-mailing .form-control {
  color: #687074;
  font-size: 14px;
  font-weight: 200;
}
.footer-aside .widget .widget-mailing .form-control:focus {
  box-shadow: none;
  border-color: #687074;
}
.footer-aside .widget .widget-mailing .form-control::-moz-placeholder {
  color: #8b979f;
}
.footer-aside .widget .widget-mailing .form-control:-ms-input-placeholder {
  color: #8b979f;
}
.footer-aside .widget .widget-mailing .form-control::-webkit-input-placeholder {
  color: #8b979f;
}
.footer-aside .widget .widget-mailing .input-group-btn {
  border-color: #687074;
  background: transparent;
}
.footer-aside .widget .widget-mailing .input-group-btn .btn {
  border: 1px solid #687074;
  background: transparent;
}
.footer-aside .widget .widget-mailing .input-group-btn i {
  color: #687074;
  font-size: 16px;
  font-weight: 200;
}
/*****************forms*/
.radioswitcher {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px;
}
.radioswitcher input[type=radio] {
  display: none;
}
.radioswitcher label {
  display: block;
  float: left;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #aaa;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.radioswitcher label:hover {
  text-shadow: 0 0 2px #fff;
  color: #888;
}
.radioswitcher label.checked {
  background: #9ab810;
  color: #eee;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9ab810;
  background-image: -moz-linear-gradient(top, #9ab810, #9ab810);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ab810), to(#9ab810));
  background-image: -webkit-linear-gradient(top, #9ab810, #9ab810);
  background-image: -o-linear-gradient(top, #9ab810, #9ab810);
  background-image: linear-gradient(to bottom, #9ab810, #9ab810);
  background-image: -webkit-linear-gradient(top, #9ab810 0%, #9ab810 100%);
  background-image: -o-linear-gradient(top, #9ab810 0%, #9ab810 100%);
  background-image: linear-gradient(to bottom, #9ab810 0%, #9ab810 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ab810', endColorstr='#ff9ab810', GradientType=0);
  border-color: #9ab810 #9ab810 #5f720a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  cursor: default;
}
.privacy-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #eeeeee;
  border: 1px solid #aaa;
  padding: 10px;
}
.hover-caption-container {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: auto;
}
.hover-caption-container:hover .hover-caption-overlay {
  opacity: 1;
  top: 40%;
}
.hover-caption-container:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.hover-caption-container:hover a.image-caption-link,
.hover-caption-container:hover a.image-caption-zoom {
  top: 50% !important;
}
.hover-caption-container .hover-caption-image {
  text-align: center;
  display: block;
}
.hover-caption-container .hover-caption-image img {
  height: auto;
  max-width: 100%;
  display: block;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.hover-caption-container .hover-caption-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 60%;
  opacity: 0;
  position: absolute;
  top: 100%;
  -moz-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  width: 100%;
}
.hover-caption-container .image-caption-content {
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.hover-caption-container .image-caption-content h5 {
  font-size: 14;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}
.hover-caption-container .image-caption-content p {
  font-size: 12px;
  color: #fff;
}
.hover-caption-container ul.image-caption-action-links {
  padding-left: 0;
  margin: 20px 0 0px;
  list-style: none;
  text-align: center;
}
.hover-caption-container ul.image-caption-action-links.image-caption-action-links-centered {
  margin: 25% 0 0;
}
.hover-caption-container ul.image-caption-action-links.image-caption-action-links-centered li {
  margin-top: -32px;
}
.hover-caption-container ul.image-caption-action-links li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url('/imgs/layout/over-caption-images.png') no-repeat;
  background-size: 20px ;
  position: relative;
  z-index: 100;
  border: 1px solid #fff;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.hover-caption-container ul.image-caption-action-links li:first-child {
  margin-left: 0;
}
.hover-caption-container ul.image-caption-action-links li a {
  width: 32px;
  height: 32px;
  display: block;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-link {
  background-position: 5px -20px;
  background-color: transparent;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-link a {
  color: #fff;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-link:hover {
  background-color: transparent;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-link:hover a {
  color: #fff;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-zoom {
  background-color: transparent;
  background-position: 5px 4px;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-zoom a {
  color: #fff;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-zoom:hover {
  background-color: transparent;
}
.hover-caption-container ul.image-caption-action-links li.image-caption-zoom:hover a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hover-caption-container ul.image-caption-action-links {
    margin: 10px 0 10px;
  }
}
.social-icon li {
  padding-right: 0;
  margin-bottom: 8px;
}
.social-icon li:first-child {
  padding-left: 5px;
}
.social-icon li i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 12px;
  text-align: center;
  background: #1d1d1b;
  display: inline-block;
}
.social-icon li i:hover {
  color: #fff;
  background: #687074;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon #share-facebook-like {
  background-image: none;
  height: 60px;
  width: 70px;
}
.share-block .share-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.share-block i {
  color: #555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}
.share-block i:hover {
  color: #fff;
  background: #9ab810;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-product-social li i {
  color: #dedede;
  font-size: 26px;
  display: inline-block;
}
.shop-product-social li i:hover {
  color: #9ab810;
  text-decoration: none;
}
.send-to-friend {
  color: #999;
  font-size: 16px;
}
.send-to-friend:hover {
  color: #9ab810;
  text-decoration: none;
}
.send-to-friend i {
  color: #8bdccd;
  font-size: 16px;
  margin-right: 7px;
}
.input-container .help-block {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input-container .checkbox {
  margin-bottom: 0;
}
.helper-icon {
  position: absolute;
  right: 0;
}
.frm-custom label {
  font-weight: 200;
}
.frm-custom input,
.frm-custom select,
.frm-custom textarea {
  -moz-transition: border-color 0.3s ease 0s;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
.frm-custom .adv-input textarea {
  resize: vertical;
}
.frm-custom .adv-input input,
.frm-custom .adv-input select,
.frm-custom .adv-input textarea,
.frm-custom .adv-input .input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.frm-custom .adv-input:hover input,
.frm-custom .adv-input:hover select,
.frm-custom .adv-input:hover textarea,
.frm-custom .adv-input:hover .input-group-addon {
  border-color: #999;
}
.frm-custom .adv-input input:focus,
.frm-custom .adv-input select:focus,
.frm-custom .adv-input textarea:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
.frm-custom .adv-input .input-group-addon {
  background-color: #fff;
}
.frm-custom .input-captcha .input-group-addon.captcha-image {
  width: 125px;
  position: relative;
}
.frm-custom .input-captcha img {
  border-left: 1px solid #e5e5e5;
  position: absolute;
  right: 1px;
  top: 0px;
  width: 125px;
  height: 32px;
}
.frm-custom .input-captcha .refresh-captcha {
  width: 30px;
}
.privacy-box {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 20px;
}
.mailasn {
  position: absolute;
  top: -1000000px;
  left: -1000000px;
}
/*Radio List*/
.radio-list {
  margin-bottom: 0;
}
.radio-list ul.radio-list {
  margin-left: 10px;
}
.radio-list li {
  margin-top: 10px;
}
.radio-list li:first-child {
  margin-top: 0;
}
.radio-list li.no-radio > label {
  padding-left: 0;
  font-size: 16px;
}
.radio {
  display: block;
  overflow: hidden;
  position: relative;
  color: #999;
  margin: 4px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  padding-left: 27px;
}
.radio input {
  left: -9999px;
  position: absolute;
}
.radio i:not(.fa) {
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  outline: none;
  display: block;
  background: #fff;
  border: 2px solid #8bdccd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.radio:hover i {
  border-color: #9ab810;
}
.radio input + i:after {
  opacity: 0;
  position: absolute;
}
.radio input + i:after {
  top: -3px;
  left: -2px;
  width: 15px;
  height: 15px;
  content: '\f00c';
  text-align: center;
  font: normal 8px/17px FontAwesome;
}
.radio input:checked + i:after {
  opacity: 1;
}
.radio:hover i {
  border-color: #9ab810;
}
.radio small {
  float: right;
}
.radio small a {
  color: #9ab810;
  font-size: 12px;
}
/*Checkbox List*/
.checkbox-list {
  margin-bottom: 0;
}
.checkbox-list ul.checkbox-list {
  margin-left: 10px;
}
.checkbox-list li {
  margin-top: 10px;
}
.checkbox-list li:first-child {
  margin-top: 0;
}
.checkbox-list li.no-checkbox > label {
  padding-left: 0;
  font-size: 16px;
}
.checkbox-list .checkbox {
  display: block;
  overflow: hidden;
  position: relative;
  color: #999;
  margin: 4px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  padding-left: 27px;
}
.checkbox-list .checkbox input {
  left: -9999px;
  position: absolute;
}
.checkbox-list .checkbox i {
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  outline: none;
  display: block;
  background: #fff;
  border-width: 2px;
  position: absolute;
  border-style: solid;
  border-color: #8bdccd;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.checkbox-list .checkbox:hover i {
  border-color: #9ab810;
}
.checkbox-list .checkbox input + i:after {
  opacity: 0;
  position: absolute;
}
.checkbox-list .checkbox input + i:after {
  top: -3px;
  left: -2px;
  width: 15px;
  height: 15px;
  content: '\f00c';
  text-align: center;
  font: normal 8px/17px FontAwesome;
}
.checkbox-list .checkbox input:checked + i:after {
  opacity: 1;
}
.checkbox-list .checkbox:hover i {
  border-color: #9ab810;
}
.checkbox-list .checkbox small {
  float: right;
}
.checkbox-list .checkbox small a {
  color: #9ab810;
  font-size: 12px;
}
/*Contact Pages
------------------------------------*/
.map {
  width: 100%;
  height: 450px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.map img {
  max-width: none;
}
.map-box {
  height: 250px;
}
.map-box-space {
  margin-top: 15px;
}
.map-box-space1 {
  margin-top: 7px;
}
.google-maps {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 450px;
  width: 100%;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
}
#gmaps-marker img {
  float: left;
  width: 50px;
}
#gmaps-marker .headline {
  margin-left: 60px;
  margin-top: 0;
}
.address-container li {
  margin-bottom: 10px;
}
.address-container li i,
.address-container li em {
  display: inline-block;
  margin-right: 10px;
}
#downloadContainer {
  margin-top: 20px;
}
#downloadContainer .title {
  border-bottom: 1px solid #9ab810;
  color: #9ab810;
  padding-bottom: 10px;
}
#downloadContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-left: -30px;
}
#downloadContainer ul li {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
}
#downloadContainer ul li a {
  display: block;
  background: url('/imgs/download_icon.png') no-repeat center;
  padding-top: 90px;
}
.breadcrumb-custom {
  list-style: outside none none;
  padding: 20px 0;
}
.breadcrumb-custom > li {
  color: #999;
  display: inline-block;
  font-size: 18px;
}
.breadcrumb-custom > li + li::before {
  color: #ccc;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 7px;
  padding-right: 8px;
}
.breadcrumb-custom li h1 {
  margin: 0;
}
.breadcrumb-custom li a {
  color: #999;
}
.breadcrumb-custom li a:hover {
  color: #9ab810;
  text-decoration: none;
}
.breadcrumb-custom li i {
  font-size: 18px;
  margin: 0 auto;
}
.breadcrumb-custom li.active {
  color: #9ab810;
  text-decoration: none;
}
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  background: rgba(0, 0, 0, 0) url("../../imgs/patterns/breadcrumbs.png") repeat scroll 0 0;
}
.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
  text-transform: uppercase;
  line-height: 40px;
}
.breadcrumb {
  top: 10px;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #9ab810;
  text-decoration: none;
}
@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ol.pull-right {
    width: 100%;
    text-align: center;
  }
  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 481px) {
  .breadcrumbs ol.pull-right {
    display: none;
  }
}
/** header medio con immagine e titolo */
/*Breadcrumbs v1
------------------------------------*/
.header-image-title-medium {
  padding: 100px 0;
  position: relative;
  background: url("../../imgs/headers/banner_1920x800.jpg") center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #9ab810;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.header-image-title-medium .container {
  overflow: hidden;
}
.header-image-title-medium span {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 5px;
  display: inline-block;
}
.header-image-title-medium h1 {
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 55px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .header-image-title-medium {
    padding: 50px 0;
  }
  .header-image-title-medium h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
/*Breadcrumbs v4
------------------------------------*/
.breadcrumbs-v4 {
  width: 100%;
  padding: 25px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../imgs/headers/banner_checkout.jpg");
  background-size: cover;
}
.breadcrumbs-v4:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.breadcrumbs-v4 .container {
  position: relative;
}
.breadcrumbs-v4 span.page-name {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px 3px;
}
.breadcrumbs-v4 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 50px;
  text-transform: uppercase;
}
.breadcrumbs-v4 .breadcrumb-v4-in {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.breadcrumbs-v4 .breadcrumb-v4-in > li {
  color: #fff;
  font-size: 13px;
  display: inline-block;
}
.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
  color: #fff;
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  font-family: FontAwesome;
}
.breadcrumbs-v4 .breadcrumb-v4-in li a {
  color: #fff;
}
.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
  color: #9ab810;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumbs-v4 {
    text-align: center;
  }
  .breadcrumbs-v4 span.page-name {
    font-size: 18px;
  }
  .breadcrumbs-v4 h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
/**
 * blocchi griglia con preview immagine ed abstract
 */
.simple-grid-block .simple-grid-block-in {
  background: #fafafa;
}
.simple-grid-block h3 {
  margin-top: 0;
  font-weight: 200;
  line-height: 16px;
  padding: 10px 15px 15px;
  font-size: 12px;
  background-color: #9ab810;
  color: #fff;
}
.simple-grid-block h3 a {
  color: #555;
}
.simple-grid-block h3 a:hover {
  color: #9ab810;
}
.simple-grid-block p {
  color: #555;
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
}
.simple-grid-block .simple-grid-block-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border: solid 1px #eee;
}
.simple-grid-block .simple-grid-block-info li {
  font-size: 12px;
}
.simple-grid-block .simple-grid-block-info li a:hover {
  color: #9ab810;
  text-decoration: none;
}
.photg-wall-full-width {
  max-width: 1750px;
  margin: 0 auto;
}
.photg-wall-rfgrid {
  margin: 35px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.photg-wall-rfgrid .hover-caption-container {
  display: block;
}
.photg-wall-rfgrid > li {
  position: relative;
  float: left;
  overflow: hidden;
}
.photg-wall-rfgrid > li a,
.photg-wall-rfgrid > li a img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.photg-wall-rfgrid > li a img {
  max-width: 100%;
}
.photg-wall-rfgrid.pgw6 > li {
  width: 16.6666667%;
  /* Fallback */
  width: -webkit-calc(16.66666667%);
  width: calc(16.66666667%);
}
.photg-wall-rfgrid.pgw5 > li {
  width: 20%;
  /* Fallback */
  width: -webkit-calc(20%);
  width: calc(20%);
}
.photg-wall-rfgrid.pgw4 > li {
  width: 25%;
  /* Fallback */
  width: -webkit-calc(25%);
  width: calc(25%);
}
.photg-wall-rfgrid.pgw3 > li {
  width: 33.3333333%;
  /* Fallback */
  width: -webkit-calc(33.33333333%);
  width: calc(33.33333333%);
}
/* Example for media query: change number of items per row */
@media screen and (max-width: 1190px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 20%;
    /* Fallback */
    width: -webkit-calc(20%);
    width: calc(20%);
  }
}
@media screen and (max-width: 1024px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 25%;
    /* Fallback */
    width: -webkit-calc(25%);
    width: calc(25%);
  }
}
@media screen and (max-width: 945px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 25%;
    /* Fallback */
    width: -webkit-calc(25%);
    width: calc(25%);
  }
}
@media screen and (max-width: 768px), screen and (max-width: 800px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
  }
}
@media screen and (max-width: 660px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
  }
}
@media screen and (max-width: 660px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
  }
}
@media screen and (max-width: 480px) {
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(50%);
    width: calc(50%);
  }
}
@media screen and (max-width: 360px) {
  .photg-wall-rfgrid {
    padding: 0 10px;
  }
  .photg-wall-rfgrid.pgw6 > li,
  .photg-wall-rfgrid.pgw5 > li,
  .photg-wall-rfgrid.pgw4 > li,
  .photg-wall-rfgrid.pgw3 > li {
    width: 100%;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select .btn {
  text-transform: none;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select .btn-opaque {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #b8bdbf;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent !important;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  margin: 0 auto;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: #d2d2d2;
  background-image: -moz-linear-gradient(top, #dfdfdf, #bebebe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bebebe));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
  background-image: -o-linear-gradient(top, #dfdfdf, #bebebe);
  background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #e5e5e5, #e9e9e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
  background-image: -o-linear-gradient(top, #e5e5e5, #e9e9e9);
  background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-color: #86c7e8;
  background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
  background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
  background-image: -o-linear-gradient(top, #89cdef, #81bfde);
  background-image: linear-gradient(to bottom, #89cdef, #81bfde);
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #9ab810;
  filter: none;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-color: #86c7e8;
  background-image: -moz-linear-gradient(top, #89cdef, #81bfde);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89cdef), to(#81bfde));
  background-image: -webkit-linear-gradient(top, #89cdef, #81bfde);
  background-image: -o-linear-gradient(top, #89cdef, #81bfde);
  background-image: linear-gradient(to bottom, #89cdef, #81bfde);
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.slider-label.slider-label-sx {
  margin-right: 20px;
}
.slider-label.slider-label-dx {
  margin-left: 20px;
}
.slider-label.slider-label-center-top {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
