/*
-- HEADER --
	TOP BAR OF INFOS / .nav-top
	SITE HEADER / .site-header
		LOGO / h1.site-logo
		MAIN NAVBAR / nav.site-nav
			SUBMENU / li.has-menu
-- END HEADER --

-- HOME PAGE --
	-- SECTIONS STRUCTURE --
	EVERY SECTION HAS THE SAME STRUCTURE WITH THE CHANGE OF THE CLASS NAME WITH EACH SECTION GIVEN A NAME THAT BETTER DESCRIBES IT
		ABOUT / .section sec-about
			EVERY SECTION HAS A TITLE & DESCRIPTION :
				.sec-header / CONTAINER OF THE TITLE & DESCRIPTION 
					h3 / TITLE
					p.sub-title / THE DESCRIPTION
		SERVICES / .section home-services
			SERVICES BLOC / .serv-bloc
				SERVICE IMAGE / .serv-img
				SERVICE CONTENT / .serv-content
					SERVICE TITLE / h3
					TEXT / p
		FEATURED CARS / .section sec-featured
			FEATURE BLOC / .feat-bloc
		FEATURES / .sec-features
			IMAGE / .featr-img
			LIST OF FEATURES / .feat-list
				TITLE / li h3
				TEXT / p
		GALLERY / .section sec-gallery
			GALLERY FILTERS / .gallery-tabs
		TESTIMONIALS / .section sec-testimonial
			ITEM / .item
				TESTIMONIAL TEXT / blockquote
		PARTNERS-CLIENTS / .section sec-partenaires
		BLOG / .section sec-blog
			BLOG POST / .bl-blog
-- END HOME PAGE --

-- PAGE HEAD --
	*EVERY PAGE HAS A SUB HEAD CONTAINS AN IMAGE AND TITLE
	CLASS NAME / .page-head
		TITLE / h3
		LOCATION ON WEBSITE / p.breadcrumb
-- END PAGE HEAD --

-- ABOUT US PAGE --
	WHY CHOOSE US SECTION / .section ab-servs
		.sec-header / CONTAINER OF THE TITLE & DESCRIPTION 
			h3 / TITLE
			p.sub-title / THE DESCRIPTION
		SKILL BARS / .skills-bars
		TEAM MEMBERS / .section ab-team
			MEMBER / .ab-mem
-- END ABOUT US PAGE --

-- ABOUT ME PAGE --
	FUN FACTS / .section ab-facts
		SINGLE FACT / .fun-fact
			ICON / .fun-ico
				i (USING IONICONS)
-- END ABOUT ME PAGE --

-- SERVICES PAGE -- 
	GET A QUOTE / .section sec-quote
	LIST OF SERVICES / .section sec-serv-list
		ALL SERVICES CONTAINER / ul.feat-list
			SERVICE TITLE / li h3
			SERVICE DESCRIPTION / p
-- END SERVICES PAGE --

-- SINGLE SERVICE PAGE --
	.section page-content
		SERVICE IMAGE / .art-img
		SERVICE DESCRIPTION / .art-text
-- END SINGLE SERVICE PAGE --

-- LISTING PAGE --
	PAGE CONTAINER / .page-listing
		FILTER BAR / .filtre-nav
-- END LISTING PAGE --

-- SINGLE CAR PAGE --
	PAGE CONTAINER / .section single-car
		SLIDER / #car-slider
			SLIDES-IMAGEs / ul.slides
				IMAGES / li img
		CAR INFORMATIONS / .car-info
-- END SINGLE CAR PAGE --

-- BLOG PAGE --
	.blog-page
		BLOG POST / .bl-post
		SIDE BAR / .side-bar
			WIDGETS / .side-wdg
-- END BLOG PAGE --

-- SINGLE ARTICLE PAGE --
	.blog-post
		SINGLE ARTICLE / article.single-article
		TITLES-LIKE SHARE,COMMENTS- / h3.single-title
		LEAVE A COMMENT / .comments-form
-- END SINGLE ARTICLE PAGE --

-- GALLERY PAGE --
	GALLERY FILTERS / .gallery-tabs
	IMAGES / #gallery .gallery-grid
		ITEM / .gallery-item
			a img
-- END GALLERY PAGE --

-- CONTACT US PAGE --
	CONTAINER / .contact-page
		ICON / .icon-circle
			USING IONICONS / i
		TITLE / h3
		TEXT / p
		CONTACT FORM / .contact-form
			INPUTS / p input
					 textarea
			BUTTON / .btn-blue
		GOOGLE MAP / #site-map .contact-map
-- END CONTACT US PAGE --

-- FOOTER --
	footer.site-footer
		SOCIAL MEDIA / .foot-media
		LIST OF LINKS / .site-links
		INSTAGRAM / ul.foot-insta
	COPYRIGHTS
		p.copy-footer
-- END FOOTER --




*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.eot?") format("eot"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir") format("svg"); }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.col-two, .col-third, .col-tre, .col-quarter, .col-for, .col-half, .col-sixth, .col-seventh, .col-eighth, .col-full {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.col-two {
  width: 20%; }

.col-third {
  width: 30%; }

.col-tre {
  width: 33.33333%; }

.col-quarter {
  width: 25%; }

.col-for {
  width: 40%; }

.col-half {
  width: 50%; }

.col-sixth {
  width: 60%; }

.col-seventh {
  width: 70%; }

.col-eighth {
  width: 80%; }

.col-full {
  width: 100%; }

@media (max-width: 768px) {
  div[class^='col'] {
    width: 100%;
    float: none; } }

* {
  box-sizing: border-box; }

body {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px; }

a {
  text-decoration: none; }

h1, h2, h3 {
  font-family: "Raleway"; }

h1 {
  font-size: 20px;
  line-height: 30px; }

h2 {
  font-size: 30px;
  line-height: 45px; }

h3 {
  font-size: 18px;
  line-height: 27px; }

img {
  vertical-align: middle; }

.section {
  padding: 90px 0; }
  @media (max-width: 960px) {
    .section {
      padding: 45px 0; } }

.sec-header {
  text-align: center;
  margin-bottom: 60px; }
  .sec-header h3 {
    font-family: "Raleway";
    font-size: 30px;
    line-height: 45px;
    color: #363636;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .sec-header p {
    font-family: "Lato";
    font-size: 15px;
    line-height: 22.5px; }
  .sec-header .sub-title {
    color: #868686;
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
    .sec-header .sub-title:before {
      content: "";
      width: 12px;
      height: 12px;
      background-color: #88a048;
      display: block;
      transform: rotate(45deg);
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -7px; }
    .sec-header .sub-title:after {
      content: "";
      width: 50px;
      height: 1px;
      margin: 30px auto;
      background-color: #88a048;
      display: block; }
  .sec-header .desc {
    color: #000;
    margin: 0 auto 25px;
    max-width: 800px; }

.icon-circle {
  color: #363636;
  background-color: #f7f7f7;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 100% 100%;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  line-height: 70px;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .icon-circle {
      width: 45px;
      height: 45px;
      font-size: 25px;
      line-height: 45px; } }

.icon-big {
  color: #363636;
  font-size: 55px;
  display: inline-block;
  margin-right: 15px; }

.btn-gray, .btn-yellow, .btn-b-yellow, .btn-blue, .btn-white {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 900;
  text-align: center;
  color: #868686;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 30px; }

.btn-gray {
  background-color: #f7f7f7;
  transition: all 0.3s; }
  .btn-gray:hover {
    color: #fff;
    background-color: #2694f1; }

.btn-yellow {
  background-color: #88a048;
  color: #fff;
  border: 1px solid #88a048;
  transition: all 0.3s; }
  .btn-yellow:hover {
    color: #88a048;
    background-color: transparent;
    border: 1px solid #88a048;
    border-bottom: none; }

.btn-b-yellow {
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #88a048; }
  .btn-b-yellow:hover {
    color: #f7f7f7; }

.btn-blue {
  background-color: #2694f1;
  color: #fff;
  transition: all 0.3s; }
  .btn-blue:hover {
    color: #fff;
    background-color: #88a048; }

.btn-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Raleway";
  transition: all 0.3s; }
  .btn-white:hover {
    color: #88a048;
    background-color: #fff; }

/* Page Content */
ul.primary-list, .page-content .art-text ul {
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  margin-bottom: 25px;
  font-family: "Lato"; }
  ul.primary-list li, .page-content .art-text ul li {
    position: relative;
    padding-left: 25px;
    width: 49%;
    display: inline-block;
    margin-bottom: 10px; }
    ul.primary-list li:before, .page-content .art-text ul li:before {
      font-family: "Ionicons";
      content: "\f3fd";
      color: #2694f1;
      font-size: 40px;
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0; }

.page-content .art-text h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 25px; }

.page-content .art-text p {
  font-size: 15px;
  line-height: 22.5px;
  color: #868686;
  margin-bottom: 25px;
  font-family: "Lato"; }

@media (max-width: 768px) {
  .page-content .art-img {
    max-width: 350px;
    margin: 0 auto 15px;
    overflow: hidden; }
  .page-content .art-text h3 {
    font-size: 25px;
    line-height: 37.5px; }
  .page-content .art-text ul li {
    width: 100%; } }

.nav-top {
  background-color: #88a048;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato";
  font-weight: 700;
  padding: 10px 0; }
  .nav-top span {
    margin-right: 40px; }
    .nav-top span i {
      margin-right: 15px; }
  .nav-top .social-media {
    text-align: right;
    font-size: 15px;
    line-height: 22.5px; }
    .nav-top .social-media a {
      color: #fff;
      margin-left: 15px; }
  @media (max-width: 768px) {
    .nav-top {
      text-align: center;
      font-size: 13px;
      line-height: 19.5px; }
      .nav-top span {
        margin-right: 10px; }
        .nav-top span i {
          margin-right: 5px; }
      .nav-top .social-media {
        display: none; } }

.site-header {
  background-color: #f7f7f7;
  font-family: "Raleway";
  position: relative; }
  .site-header .site-logo {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    line-height: 33px;
    color: #88a048;
    margin: 5px 0px;
    display: inline-block; }
  .site-header .site-nav a {
    color: #363636;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative; }
    .site-header .site-nav a i {
      font-size: 15px;
      line-height: 22.5px;
      position: absolute;
      top: -3px;
      right: -20px; }
      @media (max-width: 960px) {
        .site-header .site-nav a i {
          top: 8px;
          right: -15px; } }
    .site-header .site-nav a:hover {
      color: #88a048; }
  .site-header .site-nav > ul {
    text-align: right; }
    .site-header .site-nav > ul:after {
      display: table;
      content: " ";
      height: 1px;
      clear: both; }
    .site-header .site-nav > ul > li {
      display: inline-block;
      position: relative;
      padding: 30px 20px;
      text-align: center;
      cursor: pointer; }
      .site-header .site-nav > ul > li:last-of-type {
        padding: 30px 0 30px 20px; }
      .site-header .site-nav > ul > li.has-menu a {
        margin-left: -20px; }
      @media (max-width: 768px) {
        .site-header .site-nav > ul > li.has-menu a {
          margin-left: 0; } }
      @media (max-width: 960px) {
        .site-header .site-nav > ul > li {
          padding: 10px 10px; }
          .site-header .site-nav > ul > li a {
            padding: 10px; }
          .site-header .site-nav > ul > li:last-of-type {
            padding: 10px 0 10px 10px; }
            .site-header .site-nav > ul > li:last-of-type a {
              padding: 10px 0; } }
      @media (min-width: 768px) {
        .site-header .site-nav > ul > li:hover ul {
          opacity: 1;
          transform: translate(0, 0);
          z-index: 10; } }
      .site-header .site-nav > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #f7f7f7;
        width: 175px;
        text-align: left;
        z-index: -1;
        transform: translate(0, 200%);
        opacity: 0;
        transition: all 0.3s; }
        .site-header .site-nav > ul > li ul li {
          transition: all 0.3s;
          padding: 10px 30px; }
          .site-header .site-nav > ul > li ul li:hover {
            background-color: #88a048; }
            .site-header .site-nav > ul > li ul li:hover a {
              color: #fff; }
  @media (max-width: 768px) {
    .site-header .site-nav {
      z-index: 100; }
      .site-header .site-nav > ul {
        display: none;
        width: 100%;
        background-color: #f7f7f7;
        left: 0;
        right: 0; }
        .site-header .site-nav > ul > li {
          display: block;
          text-align: left;
          padding: 0; }
          .site-header .site-nav > ul > li a {
            display: block;
            width: 100%;
            margin-left: 0; }
            .site-header .site-nav > ul > li a i {
              right: 5px; }
          .site-header .site-nav > ul > li > ul {
            display: none;
            position: relative;
            opacity: 1;
            z-index: 1;
            top: 0;
            width: 100%;
            left: 0;
            transition: none;
            transform: none; }
            .site-header .site-nav > ul > li > ul li {
              padding: 0 10px; } }
  .site-header .site-nav.menu-open > ul {
    display: block; }
  .site-header .menu-btn {
    display: none;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 11px;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    /* Icon 1 */ }
    .site-header .menu-btn:focus {
      outline: none; }
    .site-header .menu-btn .btn-ico {
      width: 30px;
      height: 18px;
      position: relative;
      transform: rotate(0deg);
      transition: .5s ease-in-out;
      cursor: pointer;
      display: block; }
      .site-header .menu-btn .btn-ico span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #88a048;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .site-header .menu-btn .btn-ico span:nth-child(1) {
          top: 0px; }
        .site-header .menu-btn .btn-ico span:nth-child(2) {
          top: 7px; }
        .site-header .menu-btn .btn-ico span:nth-child(3) {
          top: 14px; }
    .site-header .menu-btn.is-active .btn-ico span:nth-child(1) {
      top: 7px;
      transform: rotate(135deg); }
    .site-header .menu-btn.is-active .btn-ico span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .site-header .menu-btn.is-active .btn-ico span:nth-child(3) {
      top: 7px;
      transform: rotate(-135deg); }
  @media (max-width: 960px) {
    .site-header .site-logo {
      margin-top: 5px; } }
  @media (max-width: 768px) {
    .site-header {
      padding-bottom: 5px; }
      .site-header .site-nav a {
        margin-left: 20px; }
      .site-header .menu-btn {
        display: block; } }

.page-head {
  text-align: center;
  position: relative;
  background-image: url(../images/page-head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 15px; }
  @media (max-width: 768px) {
    .page-head {
      padding: 30px 15px; } }
  .page-head:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1; }
  .page-head h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #fff; }
  .page-head .breadcrumb {
    position: relative;
    z-index: 2; }
    .page-head .breadcrumb a {
      color: #fff;
      font-size: 15px;
      line-height: 22.5px;
      text-transform: capitalize;
      transition: all 0.3s; }
      .page-head .breadcrumb a:hover {
        color: #88a048; }
      .page-head .breadcrumb a:after {
        content: "/";
        padding: 0 5px; }
      .page-head .breadcrumb a:last-of-type:after {
        content: ""; }

.home-slider .flexslider {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0; }
  .home-slider .flexslider .flex-direction-nav a {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: -50px 0 0;
    right: 0 !important;
    line-height: 100px;
    color: #fff;
    padding: 0 12px;
    width: 35px; }
    .home-slider .flexslider .flex-direction-nav a.flex-prev {
      left: 0 !important; }
    .home-slider .flexslider .flex-direction-nav a:before {
      color: #fff;
      font-size: 20px; }

.home-slider .slides li {
  position: relative;
  display: block; }
  .home-slider .slides li img {
    min-height: 285px; }

.home-slider .flex-active-slide .slider-content {
  opacity: 1; }

.home-slider .flex-active-slide .slider-text .taxonomy {
  opacity: 1;
  transform: translateX(0); }

.home-slider .flex-active-slide .slider-text h2, .home-slider .flex-active-slide .slider-text .car-type, .home-slider .flex-active-slide .slider-text p, .home-slider .flex-active-slide .slider-text a {
  transform: translateY(0);
  opacity: 1; }

.home-slider .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content: "";
  opacity: 0;
  transition: all 0.3s; }

.home-slider .slider-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 0 200px; }
  .home-slider .slider-text .taxonomy {
    font-family: "Lato";
    font-size: 13px;
    line-height: 19.5px;
    background-color: #2694f1;
    display: inline-block;
    border-left: 2px solid #88a048;
    padding: 7px 10px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s .3s; }
  .home-slider .slider-text h2 {
    font-size: 54px;
    line-height: 81px;
    transform: translateY(30px);
    transition: all .3s .4s;
    opacity: 0; }
  .home-slider .slider-text .car-type {
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 900;
    transform: translateY(30px);
    transition: all .3s .5s;
    display: inline-block;
    opacity: 0; }
    .home-slider .slider-text .car-type:after {
      content: "";
      width: 30px;
      height: 2px;
      background-color: #88a048;
      display: block;
      margin: 5px 0 20px; }
  .home-slider .slider-text p {
    font-size: 15px;
    line-height: 22.5px;
    font-family: "Lato";
    max-width: 650px;
    margin-bottom: 30px;
    transform: translateY(30px);
    transition: all .3s .6s;
    opacity: 0; }
  .home-slider .slider-text a {
    transform: translateY(30px);
    transition: transform .3s .7s;
    opacity: 0;
    margin-bottom: 0; }
    .home-slider .slider-text a:hover {
      background-color: #88a048; }
  @media (max-width: 960px) {
    .home-slider .slider-text {
      padding: 0 40px; }
      .home-slider .slider-text h2 {
        font-size: 30px;
        line-height: 45px; }
      .home-slider .slider-text .taxonomy, .home-slider .slider-text p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px; }
      .home-slider .slider-text .car-type {
        font-size: 14px;
        line-height: 21px; }
        .home-slider .slider-text .car-type:after {
          margin: 5px 0; } }

@media (max-width: 960px) {
  .sec-about .ab-image, .ab-servs .ab-image {
    text-align: center;
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .sec-about .ab-image, .ab-servs .ab-image {
    max-height: 250px;
    overflow: hidden; }
    .sec-about .ab-image img, .ab-servs .ab-image img {
      width: 100%; } }

.sec-about .ab-text, .ab-servs .ab-text {
  margin-bottom: 30px; }
  .sec-about .ab-text h4, .ab-servs .ab-text h4 {
    font-family: "Raleway";
    text-transform: uppercase;
    color: #363636;
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
    position: relative; }
    .sec-about .ab-text h4 .icon-big, .ab-servs .ab-text h4 .icon-big {
      transform: translateY(10px); }
  .sec-about .ab-text p, .ab-servs .ab-text p {
    font-size: 15px;
    line-height: 22.5px;
    color: #868686; }
  .sec-about .ab-text.ab-right h4, .ab-servs .ab-text.ab-right h4 {
    text-align: right; }
  .sec-about .ab-text.ab-right .icon-circle, .ab-servs .ab-text.ab-right .icon-circle {
    margin-left: 10px;
    margin-right: 0; }
  .sec-about .ab-text .ab-social li, .ab-servs .ab-text .ab-social li {
    display: inline-block;
    margin: 15px 30px 15px 0; }
    .sec-about .ab-text .ab-social li a, .ab-servs .ab-text .ab-social li a {
      color: #363636;
      font-size: 22px;
      transition: all 0.3s; }
      .sec-about .ab-text .ab-social li a:hover, .ab-servs .ab-text .ab-social li a:hover {
        color: #88a048; }
  @media (max-width: 768px) {
    .sec-about .ab-text h4, .ab-servs .ab-text h4 {
      font-size: 16px;
      line-height: 24px; } }

.sec-about .primary-list li, .ab-servs .primary-list li {
  width: 100%;
  display: block; }

.sec-about .ab-side-img, .ab-servs .ab-side-img {
  text-align: center; }
  .sec-about .ab-side-img img, .ab-servs .ab-side-img img {
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec-about .ab-side-img img, .ab-servs .ab-side-img img {
        max-width: 280px; } }

.sec-about .icon-circle, .ab-servs .icon-circle {
  transform: translateY(3px); }

.ab-servs {
  background-color: #f7f7f7; }

.skills-bars p {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.skills-bars .bar {
  height: 8px;
  display: block;
  width: 100%;
  background-color: #dcdcdc;
  margin-bottom: 25px; }

.skills-bars .bar-load {
  display: block;
  height: 100%;
  background-color: #2694f1;
  width: 0;
  transition: all .5s; }

.ab-facts, .ab-team {
  background-image: url(../images/fun-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  text-align: center; }
  .ab-facts:before, .ab-team:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(56, 154, 237, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .ab-facts .container, .ab-team .container {
    position: relative;
    z-index: 5; }
  .ab-facts .sec-header h3, .ab-team .sec-header h3, .ab-facts .sec-header p, .ab-team .sec-header p {
    color: #fff; }
  .ab-facts .fun-fact, .ab-team .fun-fact {
    text-align: center;
    margin: 30px 0 15px; }
    .ab-facts .fun-fact strong, .ab-team .fun-fact strong {
      font-weight: normal; }
    .ab-facts .fun-fact .fun-ico, .ab-team .fun-fact .fun-ico {
      width: 130px;
      height: 130px;
      border: #363636 8px solid;
      display: block;
      margin: 0 auto;
      border-radius: 100%;
      text-align: center;
      font-size: 45px;
      color: #88a048;
      line-height: 115px; }
    .ab-facts .fun-fact p, .ab-team .fun-fact p {
      font-family: "Raleway";
      font-size: 48px;
      line-height: 72px; }
      .ab-facts .fun-fact p span, .ab-team .fun-fact p span {
        display: block;
        font-size: 15px;
        line-height: 22.5px;
        text-transform: uppercase; }

.ab-team .ab-mem {
  max-width: 270px;
  margin: 0 auto;
  text-align: left; }
  .ab-team .ab-mem .mem-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px; }
    .ab-team .ab-mem .mem-img img {
      width: 100%; }
    .ab-team .ab-mem .mem-img:before, .ab-team .ab-mem .mem-img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(243, 186, 53, 0.1);
      transform: translateY(-150%);
      transition: all .8s;
      opacity: 1; }
    .ab-team .ab-mem .mem-img:after {
      transform: translateY(150%);
      transition: all .8s .1s; }
    .ab-team .ab-mem .mem-img .mem-social {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(243, 186, 53, 0.8);
      text-align: center;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 0.4s 0.3s; }
      .ab-team .ab-mem .mem-img .mem-social a {
        color: #fff;
        margin: 0 15px;
        line-height: 50%; }
    .ab-team .ab-mem .mem-img:hover:after {
      transform: translateY(-150%);
      opacity: 1; }
    .ab-team .ab-mem .mem-img:hover:before {
      transform: translateY(150%);
      opacity: 1; }
    .ab-team .ab-mem .mem-img:hover .mem-social {
      opacity: 1; }
  .ab-team .ab-mem p {
    font-family: "Raleway";
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 700;
    letter-spacing: 1px; }
  .ab-team .ab-mem span {
    font-family: "Lato";
    font-size: 15px;
    line-height: 22.5px;
    color: #88a048;
    margin-bottom: 30px;
    display: inline-block; }

.home-services, .page-services {
  background-image: url(../images/services-bg.jpg);
  background-size: cover;
  position: relative; }
  .home-services:before, .page-services:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .home-services .container, .page-services .container {
    position: relative;
    z-index: 2; }
  .home-services .sec-header h3, .page-services .sec-header h3 {
    color: #fff; }
  .home-services .sec-header > p, .page-services .sec-header > p {
    color: #fff; }

.page-services {
  background: #fff; }
  .page-services:before {
    display: none; }
  .page-services .sec-header h3 {
    color: #363636; }
  .page-services .sec-header > p {
    color: #868686; }
  .page-services .serv-bloc {
    background-color: #f7f7f7; }

.serv-bloc {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  .serv-bloc .serv-img {
    border-bottom: 2px solid #88a048;
    position: relative;
    margin-bottom: 55px; }
    .serv-bloc .serv-img .icon-circle {
      background-color: #88a048;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }
  .serv-bloc .serv-content {
    padding: 0 30px 10px; }
    .serv-bloc .serv-content p {
      font-family: "Lato";
      color: #868686;
      font-size: 15px;
      line-height: 22.5px;
      margin-bottom: 25px; }
    .serv-bloc .serv-content h3 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 18px;
      line-height: 27px;
      color: #88a048;
      margin-bottom: 25px; }
  @media (max-width: 768px) {
    .serv-bloc {
      margin-bottom: 30px;
      max-width: 250px; } }
  @media (max-width: 480px) {
    .serv-bloc {
      max-width: 100%; }
      .serv-bloc img {
        width: 100%; } }

.serv-bloc-2 {
  background-color: #f7f7f7;
  overflow: hidden;
  margin-bottom: 30px; }
  .serv-bloc-2 a {
    color: inherit;
    transition: all 0.3s; }
    .serv-bloc-2 a:hover {
      color: #88a048; }
  .serv-bloc-2 .serv-img {
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative; }
    .serv-bloc-2 .serv-img:after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .serv-bloc-2 .serv-img img {
      width: 100%;
      transition: all .5s; }
    .serv-bloc-2 .serv-img:hover:after {
      background-color: transparent; }
    .serv-bloc-2 .serv-img:hover img {
      transform: scale(1.2, 1.2); }
  .serv-bloc-2 .serv-content {
    padding: 30px;
    width: 50%;
    float: left; }
    .serv-bloc-2 .serv-content p {
      font-family: "Lato";
      color: #868686;
      font-size: 15px;
      line-height: 22.5px; }
    .serv-bloc-2 .serv-content h3 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 18px;
      line-height: 27px;
      color: #363636;
      margin-bottom: 10px; }
  @media (max-width: 768px) {
    .serv-bloc-2 {
      max-width: 270px;
      margin: 15px auto; }
      .serv-bloc-2 .serv-img, .serv-bloc-2 .serv-content {
        width: 100%;
        float: none; } }

.sec-quote {
  background-image: url(../images/quote-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  text-align: center; }
  .sec-quote:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(56, 154, 237, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .sec-quote .sec-header h3, .sec-quote .sec-header p {
    color: #fff; }
  .sec-quote .container {
    position: relative;
    z-index: 5; }
  .sec-quote p {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Lato";
    font-size: 15px;
    line-height: 22.5px;
    padding: 0 15px; }
    .sec-quote p a {
      display: block;
      margin: 70px auto 10px;
      max-width: 230px;
      padding: 10px 25px; }

.sec-serv-cars {
  background-image: url(../images/recent-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  text-align: center; }
  .sec-serv-cars:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .sec-serv-cars .sec-header h3, .sec-serv-cars .sec-header p {
    color: #fff; }
  .sec-serv-cars .container {
    position: relative;
    z-index: 5; }

.sec-serv-list .feat-list {
  background-color: #fff;
  margin: 0;
  padding: 0; }
  .sec-serv-list .feat-list li {
    width: 33.33333%; }
    @media (max-width: 960px) {
      .sec-serv-list .feat-list li {
        width: 100%;
        padding: 0; } }

.sec-serv2-list .btn-blue {
  margin: 70px auto 0;
  display: block;
  max-width: 200px;
  padding: 15px; }

/* Single Car */
.single-car .car-info h3 {
  font-size: 18px;
  line-height: 27px;
  color: #363636;
  font-weight: 900;
  text-transform: uppercase; }

.single-car .car-info .car-price {
  color: #2694f1;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block; }

.single-car .car-info > p {
  font-family: "Lato";
  font-size: 15px;
  line-height: 22.5px;
  color: #868686;
  margin-bottom: 20px; }

.single-car .car-info ul {
  font-family: "Lato";
  font-size: 15px;
  line-height: 22.5px;
  color: #868686;
  margin-bottom: 30px; }
  .single-car .car-info ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px; }
    .single-car .car-info ul li strong {
      color: #363636;
      min-width: 100px;
      position: relative;
      display: inline-block;
      margin-right: 15px; }
      .single-car .car-info ul li strong:after {
        content: " : ";
        position: absolute;
        right: 0;
        top: 0; }

.single-car .car-info .buyer-info {
  font-family: "Lato";
  margin-top: 15px;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22.5px;
  color: #868686; }
  .single-car .car-info .buyer-info i {
    color: #2694f1;
    font-size: 25px;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(4px); }

.cars-slider {
  overflow: hidden; }

.cars-carousel .flex-prev, .cars-carousel .flex-next {
  top: 60%; }

.sec-featured .feat-bloc {
  background-color: #f7f7f7; }

.feat-bloc {
  font-family: "Raleway";
  margin: 0 auto 30px;
  background-color: #fff; }
  .feat-bloc .feat-img {
    overflow: hidden;
    display: block; }
    .feat-bloc .feat-img img {
      transition: all .6s; }
    .feat-bloc .feat-img:hover:after {
      background-color: transparent; }
    .feat-bloc .feat-img:hover img {
      transform: scale(1.1, 1.1); }
  .feat-bloc a {
    color: inherit;
    transition: all 0.3s; }
    .feat-bloc a:hover {
      color: #88a048; }
  .feat-bloc .feat-content {
    position: relative;
    padding: 30px 20px; }
    .feat-bloc .feat-content h3 {
      font-size: 18px;
      line-height: 27px;
      text-transform: uppercase;
      font-weight: 900;
      color: #363636; }
    .feat-bloc .feat-content p {
      font-family: "Lato";
      color: #868686;
      font-size: 15px;
      line-height: 22.5px; }
  .feat-bloc ul {
    font-family: "Lato";
    overflow: hidden; }
    .feat-bloc ul li {
      float: left;
      width: 33.33333%;
      background-color: #2694f1;
      text-align: center;
      text-transform: capitalize;
      font-size: 13px;
      line-height: 19.5px;
      color: #fff;
      padding: 8px 0;
      border: 1px solid #2694f1; }
      .feat-bloc ul li:nth-of-type(2) {
        border-left: 1px solid #000;
        border-right: 1px solid #000; }
      .feat-bloc ul li i {
        font-size: 16px;
        margin: 0 5px 0 0; }
  .feat-bloc .badge {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 900;
    display: block;
    padding: 10px;
    text-align: center;
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    background-color: #88a048;
    color: #fff;
    top: 0;
    transform: translate(0, -100%); }
    .feat-bloc .badge.bg-blue {
      background-color: #2694f1; }
  .feat-bloc .prix {
    font-size: 15px;
    line-height: 22.5px;
    color: #2694f1;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px; }
  @media (max-width: 768px) {
    .feat-bloc {
      margin-bottom: 30px;
      max-width: 250px; } }
  @media (max-width: 480px) {
    .feat-bloc {
      max-width: 100%; }
      .feat-bloc img {
        width: 100%; } }

.page-listing {
  margin-bottom: 80px; }

.filtre-nav {
  background-color: #2694f1;
  padding: 20px 30px 0;
  position: relative;
  z-index: 3;
  transform: translateY(-50%);
  max-width: 970px;
  margin: 0 auto 15px; }
  .filtre-nav .btn-yellow {
    border: none; }
    .filtre-nav .btn-yellow:hover {
      background-color: #fff; }
  @media (max-width: 768px) {
    .filtre-nav {
      transform: translateY(0);
      margin: 15px auto; } }
  .filtre-nav p {
    text-transform: uppercase;
    color: #88a048;
    font-size: 18px;
    line-height: 27px;
    font-weight: 900;
    margin-bottom: 20px;
    padding-left: 10px; }
  .filtre-nav ul {
    width: 100%;
    overflow: hidden; }
    .filtre-nav ul li {
      display: inline-block;
      width: 20%;
      float: left;
      padding: 0 10px; }
      .filtre-nav ul li select {
        color: #fff;
        font-family: "Lato";
        font-size: 13px;
        line-height: 19.5px;
        padding: 8px 15px;
        text-transform: capitalize;
        background-color: #2694f1; }
      .filtre-nav ul li input {
        border: none;
        padding: 8px 15px;
        font-size: 13px;
        font-weight: 800;
        font-family: "Raleway"; }
      @media (max-width: 768px) {
        .filtre-nav ul li {
          width: 100%;
          float: none; } }

.feat2-bloc {
  text-align: center;
  margin-bottom: 30px; }
  .feat2-bloc .icon-circle {
    margin: 0 auto 20px;
    display: block; }
    .feat2-bloc .icon-circle i {
      font-size: 28px; }
  .feat2-bloc h3 {
    font-weight: 900;
    font-size: 19px;
    line-height: 28.5px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .feat2-bloc p {
    font-size: 15px;
    font-family: "Lato";
    color: #868686; }

.sec-features {
  background-color: #f7f7f7; }
  .sec-features:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .sec-features .col-half {
    padding-left: 0;
    padding-right: 0; }

.feat-list {
  width: 100%;
  margin: 100px auto 0;
  padding-bottom: 50px;
  overflow: hidden;
  padding-right: 80px;
  background-color: #f7f7f7; }
  .feat-list li {
    margin-bottom: 45px;
    display: block;
    width: 50%;
    float: left;
    padding: 0 20px; }
  .feat-list h3 {
    color: #363636;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin-left: 40px;
    margin-bottom: 25px;
    padding-left: 10px; }
    .feat-list h3:after {
      display: block;
      content: "";
      width: 20px;
      height: 2px;
      background-color: #88a048;
      position: absolute;
      bottom: -10px;
      left: 10px; }
    .feat-list h3 i {
      color: #88a048;
      font-size: 40px;
      position: absolute;
      left: -40px;
      top: 0;
      font-weight: 700; }
  .feat-list p {
    color: #868686;
    font-size: 15px;
    line-height: 22.5px;
    font-family: "Lato"; }
  @media (max-width: 960px) {
    .feat-list {
      margin: 45px auto 0;
      padding-bottom: 45px;
      padding-right: 0; } }
  @media (max-width: 768px) {
    .feat-list li {
      width: 100%;
      float: none; } }

.gallery-tabs {
  font-family: "Lato";
  font-size: 14px;
  line-height: 21px;
  color: #363636;
  margin-bottom: 55px;
  text-align: center; }
  .gallery-tabs span {
    padding-bottom: 15px;
    margin: 5px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block; }
    .gallery-tabs span:after {
      width: 25px;
      height: 2px;
      background-color: #88a048;
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      transition: all 0.3s; }
    .gallery-tabs span:hover, .gallery-tabs span.tab-active {
      color: #88a048;
      font-weight: 400; }
      .gallery-tabs span:hover:after, .gallery-tabs span.tab-active:after {
        width: 100%; }

.gallery-grid {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-grid .col1 {
    width: 25%; }
  .gallery-grid .col2 {
    width: 50%; }
  .gallery-grid .gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px; }
    .gallery-grid .gallery-item a {
      position: relative;
      overflow: hidden;
      display: block;
      outline: none; }
      .gallery-grid .gallery-item a:after {
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        content: "";
        transition: all 0.3s;
        background-color: rgba(243, 186, 53, 0); }
      .gallery-grid .gallery-item a:hover:after {
        background-color: rgba(243, 186, 53, 0.3); }
  .gallery-grid img {
    width: 100%; }
  @media (max-width: 768px) {
    .gallery-grid .col1, .gallery-grid .col2 {
      width: 100%;
      float: none; } }

.mfp-counter {
  width: 100% !important;
  text-align: center !important;
  color: #88a048 !important; }

.sec-testimonial {
  background-color: #f7f7f7; }

.testimonial-slider {
  text-align: center; }
  .testimonial-slider .item {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px; }
    .testimonial-slider .item blockquote {
      font-size: 22px;
      line-height: 33px;
      font-style: italic;
      color: #868686;
      font-family: "Lato";
      margin-bottom: 30px;
      min-height: 135px; }
    .testimonial-slider .item p {
      font-size: 15px;
      line-height: 22.5px;
      color: #363636;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 15px; }
      .testimonial-slider .item p span {
        font-size: 13px;
        line-height: 19.5px;
        color: #868686;
        font-family: "Lato";
        text-transform: none; }
        .testimonial-slider .item p span:before {
          content: ' - '; }
    @media (max-width: 768px) {
      .testimonial-slider .item blockquote {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px; }
      .testimonial-slider .item p {
        font-size: 14px;
        line-height: 21px; } }

.sec-partenaires {
  background-color: #f3f3f3; }

.partenaires {
  width: 100%;
  overflow: hidden; }
  .partenaires li {
    padding: 30px 100px;
    border-left: 1px solid #e4e4e4;
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 15px; }
    .partenaires li:last-of-type {
      border-right: 1px solid #e4e4e4; }
    .partenaires li img {
      transition: all .5s; }
    .partenaires li:hover img {
      transform: scale(1.5, 1.5); }
    @media (max-width: 960px) {
      .partenaires li {
        padding: 20px 20px; } }
    @media (max-width: 768px) {
      .partenaires li {
        width: 100%;
        padding: 10px;
        float: none;
        border-right: 1px solid #e4e4e4; } }
  .partenaires a {
    display: block; }

.bl-blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .bl-blog {
      margin: 0 auto 15px;
      max-width: 370px; } }
  .bl-blog img {
    width: 100%; }
  .bl-blog:hover .bl-content {
    bottom: 0; }
  .bl-blog:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1; }
  .bl-blog .bl-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -30px;
    color: #fff;
    width: 100%;
    padding: 0 35px;
    transition: all 0.3s; }
    .bl-blog .bl-content .date {
      font-family: "Lato";
      font-size: 12px;
      line-height: 18px; }
    .bl-blog .bl-content h3 {
      font-family: "Raleway";
      font-size: 20px;
      line-height: 30px;
      font-weight: 900;
      text-transform: uppercase; }
    .bl-blog .bl-content .cats {
      margin-bottom: 55px; }
      .bl-blog .bl-content .cats a {
        text-decoration: none;
        color: #88a048;
        font-family: "Lato";
        font-style: italic;
        font-size: 12px;
        line-height: 18px; }
    .bl-blog .bl-content .btn-yellow {
      margin-bottom: 0; }

.blog-page {
  padding: 100px 15px 70px; }

.blog-posts {
  margin-bottom: 70px; }

.side-bar {
  font-family: "Lato";
  color: #868686;
  font-size: 15px; }
  .side-bar .side-wdg {
    margin-bottom: 45px; }
    .side-bar .side-wdg > h4 {
      color: #363636;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 15px;
      margin-bottom: 10px; }
    .side-bar .side-wdg a {
      color: #868686;
      transition: all 0.3s;
      font-family: "Lato"; }
      .side-bar .side-wdg a:hover {
        color: #88a048; }
    .side-bar .side-wdg form {
      position: relative; }
      .side-bar .side-wdg form input {
        margin-bottom: 0; }
      .side-bar .side-wdg form button {
        position: absolute;
        right: 0;
        top: 0;
        color: #88a048;
        background-color: transparent;
        outline: none;
        border: none;
        font-size: 20px;
        padding: 10px 15px; }
  .side-bar .side-links li {
    border-bottom: #e3e3e3 solid 1px;
    padding: 10px 0; }
  .side-bar .side-tags li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    margin-right: 5px; }
  .side-bar .side-posts {
    padding-top: 15px; }
    .side-bar .side-posts li {
      position: relative;
      padding-left: 85px;
      margin-bottom: 20px;
      min-height: 75px; }
    .side-bar .side-posts img {
      max-width: 75px;
      max-height: 75px;
      position: absolute;
      left: 0;
      top: 0; }
    .side-bar .side-posts h3 {
      font-size: 15px;
      line-height: 22.5px;
      font-family: "Lato";
      color: #363636;
      font-weight: 700; }
      .side-bar .side-posts h3 span {
        font-size: 12px;
        line-height: 18px;
        color: #868686;
        display: block; }

.bl-post {
  margin-bottom: 40px; }
  .bl-post .post-img {
    margin-bottom: 20px;
    max-height: 400px;
    overflow: hidden; }
  .bl-post .meta {
    font-size: 12px;
    line-height: 18px;
    font-family: "Lato";
    color: #363636;
    margin-bottom: 10px; }
    .bl-post .meta span {
      margin-right: 30px; }
      .bl-post .meta span a {
        color: #88a048; }
  .bl-post h3 {
    font-size: 20px;
    line-height: 30px;
    color: #363636;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .bl-post h3 a {
      color: inherit; }
      .bl-post h3 a:hover {
        color: #88a048;
        transition: all 0.3s; }
  .bl-post p {
    font-size: 15px;
    line-height: 22.5px;
    color: #868686;
    font-family: "Lato";
    margin-bottom: 30px; }
  .bl-post .btn-blue {
    padding: 10px 44px;
    padding-bottom: 10px; }

.post-img {
  margin-bottom: 25px;
  overflow: hidden; }
  .post-img img {
    width: 100%;
    height: auto; }

.post-media {
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden; }
  .post-media video, .post-media iframe {
    width: 100% !important; }

.media-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post-info {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 20px; }
  .post-info a {
    margin-right: 20px;
    color: #2694f1; }

.post-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 20px;
  transition: all 0.3s; }
  .post-title a {
    color: #88a048; }
  .post-title:hover {
    color: #2694f1; }

.post-excerpt {
  font-size: 15px;
  color: #868686;
  line-height: 26px;
  margin-bottom: 30px;
  padding: 0 20px; }

.page-single {
  padding-top: 110px;
  padding-bottom: 70px;
  background: #fff; }

.single-article h1, .single-article h2, .single-article h3, .single-article h4, .single-article h5, .single-article h6, .single-title, .user-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  color: #363636; }

.single-article {
  margin-bottom: 30px; }
  .single-article .blog-post {
    background: transparent; }
    .single-article .blog-post:hover img {
      transform: none; }
    .single-article .blog-post:hover .post-title {
      color: #2694f1; }
  .single-article .post-title {
    font-size: 22px;
    padding: 0; }
  .single-article .post-info {
    padding: 0; }
  .single-article p {
    font-size: 15px;
    color: #868686;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "Lato"; }
  .single-article h1 {
    font-size: 20px; }
  .single-article h2 {
    font-size: 18px; }
  .single-article h3 {
    font-size: 18px; }
  .single-article blockquote {
    padding: 20px;
    background: #fff;
    border-left: #2694f1 3px solid;
    margin-bottom: 30px; }
    .single-article blockquote cite {
      text-transform: capitalize;
      font-size: 16px;
      font-family: "Lato";
      margin-bottom: 20px;
      margin-left: 35px; }
      .single-article blockquote cite:before {
        content: " - "; }

.single-title {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  color: #88a048;
  font-size: 15px; }

.share-icons {
  min-width: 350px;
  text-align: right;
  position: absolute;
  top: -5px;
  right: 0; }
  .share-icons a {
    color: #88a048;
    margin-left: 15px; }

.author-info img, .comment img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 0; }

.author-info {
  position: relative;
  padding: 20px 0 0 120px;
  color: #2694f1;
  margin-bottom: 30px; }
  .author-info .user-name:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    background: #2694f1;
    height: 3px; }

.mem-biou {
  color: #868686; }

.user-name {
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #2694f1; }
  .user-name span {
    font-size: 13px;
    font-family: "Raleway";
    font-weight: normal; }
    .user-name span:before {
      content: " - "; }

.comment {
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-bottom: 10px; }
  .comment p {
    color: #363636;
    font-size: 15px;
    min-height: 26px;
    margin-bottom: 20px; }
  .comment .user-name {
    padding: 0;
    font-size: 15px; }
  .comment img {
    width: 60px;
    height: 60px; }
  @media (min-width: 768px) {
    .comment.comment-replay {
      margin-left: 60px; } }

.comment-links {
  margin-bottom: 25px; }
  .comment-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #2694f1;
    font-size: 13px;
    padding-right: 10px;
    transition: all 0.3s; }
    .comment-links a:hover {
      color: #2694f1; }

.comments-form {
  margin-bottom: 40px; }
  .comments-form .btn-blue {
    font-family: "Raleway"; }
  .comments-form textarea {
    height: 160px; }

.site-footer {
  background-color: #1f1f1f;
  color: #969696;
  font-family: "Raleway";
  padding: 60px 0; }
  .site-footer h3 {
    color: #fff;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .site-footer p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px; }
    .site-footer p a {
      color: #88a048; }
    .site-footer p span {
      font-size: 12px;
      line-height: 18px;
      display: block;
      margin: 15px 0; }
  .site-footer .foot-media {
    margin: 20px 0 15px; }
    .site-footer .foot-media a {
      display: inline-block;
      margin-right: 18px;
      color: #969696;
      font-size: 15px;
      line-height: 22.5px; }
  .site-footer a {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
    transition: all 0.3s; }
    .site-footer a:hover {
      color: #88a048; }
  .site-footer .site-links a {
    display: block;
    margin-bottom: 10px; }
  .site-footer .foot-insta {
    width: 100%;
    overflow: hidden; }
    .site-footer .foot-insta li {
      width: 25%;
      display: inline-block;
      position: relative;
      margin-bottom: 5px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .site-footer .foot-insta li {
          width: auto; } }
      .site-footer .foot-insta li:hover span {
        opacity: 1;
        transform: scale(1, 1); }
      .site-footer .foot-insta li span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 65px;
        background-color: #88a048;
        text-align: center;
        font-size: 25px;
        color: #fff;
        transition: all 0.3s;
        opacity: 0;
        transform: scale(1.7, 1.7); }

.copy-footer {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background-color: #131313;
  padding: 20px 15px;
  color: #fff; }
  .copy-footer i {
    color: #f95757;
    padding: 0 5px; }

.contact-page {
  padding: 60px 15px; }
  @media (max-width: 768px) {
    .contact-page {
      padding: 30px 15px; } }
  .contact-page .col-tre {
    text-align: center;
    margin-bottom: 40px; }
    .contact-page .col-tre .icon-circle {
      margin: 15px auto; }
      .contact-page .col-tre .icon-circle i {
        font-size: 22px; }
    .contact-page .col-tre h3 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 19px;
      line-height: 28.5px;
      color: #363636;
      margin-bottom: 15px; }
    .contact-page .col-tre p {
      color: #868686;
      font-family: "Lato";
      font-size: 15px;
      line-height: 22.5px; }
  .contact-page .btn-blue {
    max-width: 230px;
    margin: 10px auto;
    display: block;
    padding: 15px; }

.contact-map {
  height: 470px;
  width: 100%; }
  .contact-map img {
    width: 100%;
    height: 100%; }
  .contact-map .map-img {
    background-image: url(../images/site-map.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }

input, textarea, select {
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #868686;
  padding: 10px 20px;
  margin-bottom: 30px;
  outline: none;
  font-size: 14px;
  line-height: 21px; }

textarea {
  min-height: 189px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* @font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
} */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none; }

.flex-direction-nav a:before {
  font-family: "Ionicons";
  font-size: 40px;
  display: inline-block;
  content: "\f3cf";
  color: rgba(38, 148, 241, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: "\f3d1"; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 7px;
  border-bottom-width: 7px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 7px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 7px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 7px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 7px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }