@charset "UTF-8";

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

	01. Import Section ...................... Imported variables.

	02. Layout Components ................... Generic layout elements.

		# Header
		  - Header
		  - Topbar
		  - Sticky Header
		  - Navigation
		  - Search / Cart Icon
		  - jPanel mobile menu
		  - Fullscreen Menu
		# Dynamic Load Grid
		# Projects Grid
		  - Hover Styles (1-7)
		# Counters
		# Testimonials
		# Resume Table
		# Back To Top
		# Titlebar
		# Footer
		# Owl Carousel Styles
		# Single Project Page
		# Shop
		  - Quantity
		  - Shopping Cart
		# Blog Styles
		  - Blog Post Styles
		  - Blockquote
		  - Single Post
		  - Widgets
		  - Share Buttons
		  - Post Navigation
		# Contact Form
		# Google Maps

	03. Script Styles ....................... jQuery add-ons CSS.
		# fullPage.js (fullscreen scrolling script)
		# Flexslider
		# Royal Slider
		# Owl Carousel
		# TwentyTwenty (Befor e& After Slider)
		# View JS (Gallery Script)
		# Magnific Popup
		# PhotoGrid

	04. Shortcodes .......................... Template elements.
		# Buttons
		# Icon Boxes Styles
		# Image Edge
		# Presentation Box
		# Buttons
		# Tooltips
		# List Styles
		# Table
		# Tabs
		# Pricing Tables
		# Accordion / Toggles
		# Dropcaps
		# Parallax Banner
		# Info Banners
		# Skill Bars
		# Team Members
		# Social Icons
		# Notification boxes
		# Pagination

	05. Utility Pages ....................... Special Pages.
		# 404 Error Page
		# Cooming Soon
		# Login & Register

	06. Others .............................. CSS helper classes etc.
		# Secondary Font
		# Main Font
		# Other Stuff

	07. Media Queries ....................... Mobile style sheets.
	
*/


/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
@import url("bootstrap.css");					/* Default Reset, Typography, Forms, Responsive Grid etc. */
@import url("icons.css");						/* Webfont Icons: FontAwesome, Linear Icons, Simple Line */
@import url("revolutionslider.css");			/* Revolution Slider Style Sheets */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,300");


/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Header
------------------------------------- */

/* Top Border */
body.border { border-top: 5px solid #666;}

.basic #main-header,
#main-header {
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);
}

body .basic #main-header,
body #main-header {
    right: 0;
    left: 0;
}

.basic #main-header {
    -webkit-box-shadow: inset 0px -1px 0px 0px #e0e0e0;
    -moz-box-shadow: inset 0px -1px 0px 0px #e0e0e0;
    box-shadow: inset 0px -1px 0px 0px #e0e0e0;
    position: relative;
}


/* Logo */
#logo {
    display: inline-block;
    margin: 20px 0;
}

/*#logo img {
	max-width: 130%;
}*/

.header { margin: 25px 0 30px 0; }

.basic #main-header .header,
#main-header .header { margin: 0; }


/* Logo in sticky header, reset margin-top if needed */
#main-header.cloned #logo a img {
    max-height: 50px;
    margin-bottom: 0;
    margin-top: -3px;
}


/* Full Width Style */
#main-header.full-width .container {
    width: 100%;
    padding: 0 45px;
}


/* ---------------------------------- */
/* Topbar
------------------------------------- */

/* Common Styles */
#top-bar {
    background: #f5f5f5;
    color: #888;
    padding: 0;
}

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

ul.top-bar-menu li {
    font-size: 13px;
    display: inline-block;
    margin: 0 20px 0 0;
    font-family: montserrat
}

ul.top-bar-menu li a {
    color: #888;
}

ul.top-bar-menu li i {
    color: #c0c0c0;
    margin: 0 5px 0 0;
    font-size: 15px;
    position: relative;
    top: 1px;
}


/* Styles for transparent topbar
------------------------------------- */
#top-bar.transparent {
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
    background-color: rgba(255,255,255,0.1)
}

#top-bar.transparent .social-icons li a { background-color: transparent; }

#main-header.cloned { margin-top: 0px !important; }

#top-bar.transparent .social-icons li a i,
#top-bar.transparent .social-icons li a:before,
#top-bar.transparent,
#top-bar.transparent ul.top-bar-menu li a,
#top-bar.transparent ul.top-bar-menu li i,
#top-bar.transparent .top-bar-dropdown span:after {
    color: #fff;
}


/* Topbar Dropdown
------------------------------------- */
.top-bar-dropdown {
    cursor: pointer;
    display: inline-block;
}

.top-bar-dropdown .options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 20px 0 0 0;
    z-index: 1001;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transform: translate3d(0,15px,0);
}

.top-bar-dropdown.active .options {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0,0,0);
}

.top-bar-dropdown .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #262626;
    position: absolute;
    top: -5px;
    left: 10px;
}

.top-bar-dropdown span:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #b0b0b0;
    top: 1px;
    margin-left: 5px;
    position: relative;
}

.top-bar-dropdown ul  {
    background: #262626;
    max-width: 180px;
    padding: 14px 0;
}

.top-bar-dropdown ul li  {
    width: 100%;
    display: block;
    padding: 0;
}

.top-bar-dropdown ul li a  {
    padding: 5px 22px;
    display: block;
    color: #ccc;
    z-index: 10;
    position: relative;
    transition: color 0.25s;
    line-height: 21px;
}

.top-bar-dropdown ul li a:hover  {
    color: #fff;
    z-index: 1;
    position: relative;
}


/* Social Icons styles for topbar
------------------------------------- */
#top-bar ul.social-icons {
    margin: 0;
    padding: 0;
}

#top-bar .social-icons li a {
    width: 45px;
    height: 47px;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transform:scale(1);
    margin-right: 0;
}

#top-bar .social-icons li {
    border-radius: 0;
    transform:scale(1);
    -webkit-transform:scale(1);
    -webkit-filter: blur(radius);
}


#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
    transform:scale(1.1) translateY(-50%);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    margin-top: 55%;
}


/* Header Icon Styles */
#top-bar .social-icons { float: right; }

#top-bar .social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i { font-size: 14px; }
#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before { font-size: 12px; }



/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
.headroom--pinned.cloned,
.headroom--unpinned.cloned,
.headroom--top {
    transform: translateY(0%);
    transition: all 0.25s ease-in-out;
}

#main-header.cloned {
    background-color: transparent;
    position: fixed !important;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
}

#main-header.cloned.headroom--not-top.headroom--unpinned,
#main-header.cloned.headroom--not-top.headroom--pinned {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(0);
}

#header-container.basic #main-header.cloned {
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}


/* White sticky menu styles
--------------------------------------*/
/*#main-header.cloned {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	background-color: #fff;
}

#main-header.cloned .close-search a,
#main-header.cloned .close-search a,
#main-header.cloned .menu > li > a { color: #333; }
#main-header.cloned.headroom--pinned input { color: #888; }*/


/* Dark sticky menu styles
--------------------------------------*/
#main-header.cloned {
    background-color: #262626;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.25);
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.25);
}

#main-header.cloned .search-container { background-color: transparent !important; }

#main-header.cloned .close-search a,
#main-header.cloned .close-search a,
#main-header.cloned .menu > li > a,
#main-header.cloned.headroom--pinned input { color: #fff; }


/* do not edit - determines sticky menu height */
#main-header.cloned .menu > li > a { padding: 20px 10px !important }
#main-header.cloned #logo { margin: 20px 0 !important; }
#main-header.cloned .menu li.cart-icon,
#main-header.cloned .menu li.search { margin: 3px 5px 4px 5px !important; }
#main-header.cloned .menu li.search {  margin-left: 15px !important; }
#main-header.cloned .menu li.cart-icon a,
#main-header.cloned .menu li.search a {  padding: 0 !important; }
#main-header.cloned .search-container input {  margin-top: 5px !important; }
#main-header.cloned .close-search a,
.basic #main-header.cloned .close-search a { top: 8px; right: 30px; font-size: 30px; }



/* ---------------------------------- */
/* Navigation
------------------------------------- */
.menu {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin:0;
    z-index: 99;
}

.uppercase.menu > li > a,
body.uppercase .menu > li > a {
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
}

.menu ul { padding: 0; }
.menu > li {
    float: left;
}

.menu li:hover > .mega,
.menu li.sfHover > .mega {
    display: block;
}

.menu > li > a {
    display: block;
    position: relative;
}

.menu li { list-style: none; position: relative;}

.mega ul { padding: 0; }

.menu > li > a {
    color: #fff;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-right: 5px;
    padding: 25px 10px;
    border-bottom: 2px solid transparent
}


.menu > li a.current,
.menu > li a:hover,
.menu > li.sfHover a {
    border-color: #666;
    color: #fff;
}

.menu.arrows .with-ul::after {color: rgba(255,255,255,0.7);}
.menu > li.sfHover .with-ul:after { color: #666; }

.current,
.menu > li,
.menu > li a:hover {

}

/* Subnmenu Animation */
.menu li.dropdown ul,
.menu li .mega {
    border-top: 2px solid #666;
    transition: all 0.25s;
    opacity: 0;
    display: block;
    visibility: hidden;
}

.menu li.dropdown:hover ul,
.menu li:hover .mega {
    transition: all 0.25s;
    opacity: 1;
    visibility: visible;
}


/* Other Menu Styles */
.basic #main-header #navigation,
#main-header #navigation { float: right}

.basic #main-header .menu > li > a { color: #333; }
.basic #main-header .menu.arrows .with-ul::after { color: #a0a0a0 ;}


/* Search Container Styles */
#main-header .search-container,
#main-header .search-container input,
.basic #main-header .search-container,
.basic #main-header .search-container input {
    background-color: transparent !important;
    color: #fff;
    border: none;
    position: absolute;
}

.basic #main-header .search-container,
.basic #main-header .search-container input {
    color: inherit;
}

.basic #main-header .search-container,
#main-header .search-container {
    left: 0;
    background-color: rgba(255,255,255,0.1) !important;
}

.basic #main-header.search-container input,
#main-header .search-container input {
    margin-top: 14px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.basic #main-header .close-search a,
#main-header .close-search a {
    background-color: transparent;
    color: #fff;
    right: 40px;
    top: 13px;
    font-size: 32px;
    position: absolute;
}

.basic #main-header .close-search a { color: #333; }

#main-header .search-container::after { display: none; }


/* Mega Menu */
.mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 23px 0px 27px 1px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -2px;
    background-color: #262626;
    border-top: 2px solid #666;
    width: 200px;
    z-index: 99;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
}

.mega.two-cols { width: 429px;}
.mega.three-cols { width: 643px;}
.mega.four-cols { width: 857px;}

.mega:before,
.mega:after {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #262626;
}

.mega:before { left: 0; }

body .mega a {
    color: #bbb;
    padding: 8px 22px 8px 34px;
    display: block;
    margin-left: 0;
    line-height: 22px;
    -wekkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mega a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-right: 7px;
}

body .mega a:hover {
    color: #fff;
    background-color: #666;
}

.mega-section {
    display: inline-block;
    float: left;
    width: 214px;
    padding: 0;
    border-right: 1px solid #393939;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
    -moz-box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
    box-shadow: -1px 0px 0px 0px rgba(57,57,57,1);
}

.menu .mega-section:last-child { border: 0; }

body .mega-headline {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 6px 22px 8px 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
}

.mega-content { display: flex; }
.mega-content div {  flex: 1; }


/* Basic Dropdown */
.dropdown ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 999;
    margin-top: -2px;
    background-color: #262626;
    border-top: 2px solid #666;
}

.dropdown ul li {
    position: relative;
    z-index: 999;
}

.dropdown ul ul {
    left: 201px;
    top: 0;
}

li.dropdown ul li a {
    display: block;
    min-width: 200px;
    color: #bbb;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 22px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;}

li.dropdown ul li a:hover {
    color: #fff;
    background-color: #666;
}

.hover-border {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #666;
    opacity: 0;
}

.dropdown ul .hover-border {
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

.dropdown ul:hover .hover-border {opacity: 1;}


/* ---------------------------------- */
/* Search / Cart Icon
------------------------------------- */
.menu li.cart-icon a,
.menu  li.search a {
    padding: 9px 10px;
    padding-right: 0px;
    top: 14px;
    right: 0;
    margin: 0;
    font-size: 20px;
    border: none;
    outline: none;
    color: #444;
}

.menu li.cart-icon { right: 55px; }
.menu li.cart-icon a { top: 15px; }

.cart-counter {
    position: absolute;
    top: -2px;
    right: -12px;
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #666;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    letter-spacing: -0.5px;
}


.menu li.cart-icon {
    left: 0;
    position: relative;
}

.menu li.search {margin: 0 5px 0 20px;}

.menu li.cart-icon a,
.menu li.search a { top: 18px; }

.menu li.cart-icon a, .menu li.search a {color: #fff;}
.menu .cart-counter { border-color: transparent; width: 22px; height: 22px; line-height: 18px;}

.menu li.cart-icon a,
.close-search a,
.menu li.search a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.search-container {
    z-index: 1000;
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    border-top: 1px solid #e0e0e0;
}

.search-container:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    right: 0;
    background-color: #fff;
    top: -1px;
}

body .search-container input {
    width: 100%;
    border: none ;
    float: left;
    padding: 12px 0;
    margin: 10px 0 0 0;
    font-size: 20px;
    position: relative;
    background: #fff;
    color: #808080;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    font-weight: 500;  	text-align: center;
}

.search-container input:focus {
    border: 0;
    background: #fff;
    color: #666;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.close-search a {
    font-size: 18px;
    position: absolute;
    color: #333;
    padding: 10px;
    padding-right: 0;
    top: 16px;
    right: 32px;
    float: right;
    margin: 0;
    background-color: #fff;
    outline: none;
}

.menu li.cart-icon a:hover,
.menu  li.search a:hover,
.close-search a:hover {
    color: #666;
}


/* ---------------------------------- */
/*  Menu Alternative #1
------------------------------------- */
body .menu.alt > li > a {
    color: #fff;
    letter-spacing: 1px;
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    padding: 6px 0 16px 0;
}

.menu.alt > li {
    margin: 22px 12px 10px 12px;
}

.menu li.cart-icon a:before,
.menu  li.search a:before {
    display: none;
}

.menu.alt li.cart-icon,
.menu.alt  li.search {
    margin: 9px 4px;
}

.menu.alt li.search {
    margin-left: 15px;
    margin-right: 5px;
}

.menu.alt li.cart-icon a,
.menu.alt  li.search a {
    padding: 0
}

.menu.alt li.cart-icon span { top: -10px; }

.menu.alt > li a.current,
.menu.alt > li a:hover,
.menu.alt > li.sfHover a {
    color: #fff;
}

/* Hover line */
.menu.alt > li > a:before {
    height: 2px;
    width: 0;
    position: absolute;
    margin:0 auto;
    margin-bottom: -14px;
    bottom: 50%;
    left: 0;
    right: 0;
    content: "";
    background-color: #666;
    transition:all 0.15s ease-in-out;
}

.menu.alt li > a.current:before,
.menu.alt li:hover > a:before {
    width: 100%;
}

.menu.alt.arrows .with-ul::after { display: none; }

.menu.alt .mega,
.menu.alt .dropdown ul {
    border: none;
}

/* Submenu Flying Animation */
.menu.alt li.dropdown ul,
.menu.alt li .mega {
    border: none;
    transform: translate(-45%, 12px);
    transition: all 0.15s;
}

.menu.alt li.dropdown:hover ul,
.menu.alt li:hover .mega {
    transition-delay: 0.1s;
    transition: all 0.3s;
    transform: translate(-45%,2px);
}

.menu.alt li.dropdown ul {	transform: translate(-22px, 12px); }
.menu.alt li.dropdown:hover ul {	transform: translate(-22px,2px); }


/* ---------------------------------- */
/*  Menu Alternative #2
------------------------------------- */
.menu.alt2 > li > a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none;
    margin-right: 5px;
    padding: 26px 6px;
}

.menu li.cart-icon a:before,
.menu  li.search a:before {
    display: none;
}

.menu.alt2 li.cart-icon,
.menu.alt2  li.search {
    margin: 9px 4px;
}

.menu.alt2 li.search {
    margin-left: 15px;
    margin-right: 5px;
}

.menu.alt2 li.cart-icon a,
.menu.alt2  li.search a {
    padding: 0
}

.menu.alt2 li.cart-icon span { top: -10px; }

.menu.alt2 li.dropdown ul,
.menu.alt2 li .mega {
    border-top: none;
    color: #fff;
}

/* Hover line */
.menu.alt2 li a:before {
    height: 2px;
    width: 0;
    position: absolute;
    margin:0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #666;
    transition: all 0.2s ease-in-out;
}

.menu.alt2 li:hover ul:before,
.menu.alt2 li a.current:before,
.menu.alt2 li:hover > a:before {
    width: 100%;

}

.menu.alt2 li li a:before,
.menu.alt2.arrows .with-ul::after { display: none; }


/* Submenu Flying Animation */
.menu.alt2 li.dropdown ul,
.menu.alt2 li .mega {
    transform: translate(-42%, 18px);
    transition: all 0.15s;
}

.menu.alt2 li.dropdown:hover ul,
.menu.alt2 li:hover .mega {
    transition-delay: 0.1s;
    transition: all 0.3s;
    transform: translate(-42%,2px);
}

.menu.alt2 li.dropdown ul {	transform: translate(0, 18px); }
.menu.alt2 li.dropdown:hover ul {	transform: translate(0,2px); }



/* ---------------------------------- */
/* Fullscreen Navigation
------------------------------------- */

/* Common Styles */
.fullscreen-nav {
    position: relative;
    display: block;
}

.fullscreen-nav.no-border { box-shadow: none !important; }
.cloned .fullscreen-nav-container { display: none; }

.fullscreen-nav-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.97);
    display: inline-block;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
    transition: all 0.4s;
}

.nav-active .fullscreen-nav-container {
    display: block;
    visibility: visible;
    opacity: 1;
}

.nav-active .fullscreen-nav-container ul {
    transform: translate3d(0,-50%,0);
    opacity: 1;
}

#main-header.fullscreen-nav #logo {
    position: relative;
    z-index: 999999;
}

.fsnav #main-header.cloned {
    background: transparent;
    box-shadow: none;
    transition: background 0.4s box-shadow 0.4s;
}

#main-header.cloned {
    transition: background 0.4s box-shadow 0.4s;
}


/* Navigation list styles */
.fullscreen-nav-container ul {
    text-align: center;
    list-style: none;
    font-weight: 600;
    font-family: montserrat;
    top: 50%;
    position: relative;
    transform: translate3d(0,-70%,0);
    opacity: 0;
    transition: all 0.4s;
    -webkit-backface-visibility: hidden;
    padding-left: 0;
}

body.fsnav .fullscreen-nav-container ul ul {
    top: 0%;
    position: relative;
    transform: translate3d(0,0,0);
    padding: 0;
}

.fullscreen-nav-container ul ul li {
    padding: 8px;
    line-height: 30px;
    font-size: 26px;
}

.fullscreen-nav-container ul ul li:first-child { margin-top: 15px; }

.fullscreen-nav-container ul li {
    padding: 26px 0;
    line-height: 42px;
    font-size: 62px;
}

.fullscreen-nav-container ul li a {
    color: #fff;
    opacity: 0.7;
    transition: 0.3s;
}

.fullscreen-nav-container ul li a:hover {
    opacity: 1;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
}


/* Trigger Styles */
.fullscreen-nav-trigger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 15px;
    z-index: 999999;
    transform: translateY(calc(-51% + 3px));
    -ms-transform: translateY(-50%);
}

#main-header.cloned .fullscreen-nav-trigger { transform: translateY(calc(-51% - 2px)); -ms-transform: translateY(-50%); }

.fullscreen-nav-trigger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.fullscreen-nav-trigger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

.basic .fullscreen-nav-trigger-inner, .basic .fullscreen-nav-trigger-inner::before, .basic .fullscreen-nav-trigger-inner::after { background-color: #333; }
.fsnav .basic .fullscreen-nav-trigger-inner,.fsnav  .basic .fullscreen-nav-trigger-inner::before, .fsnav .basic  .fullscreen-nav-trigger-inner::after { background-color: #fff; }

.fsnav #header-container.basic #main-header.cloned { background-color: transparent; }
body.fsnav #logo img { opacity: 0; transition: opacity 0.4s; }
.fsnav #backtotop { opacity: 0; }

.fullscreen-nav-trigger-inner,
.fullscreen-nav-trigger-inner::before,
.fullscreen-nav-trigger-inner::after {
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.fullscreen-nav-trigger-inner::before,
.fullscreen-nav-trigger-inner::after {
    content: "";
    display: block;
}

.fullscreen-nav-trigger-inner::before { top: -10px; }
.fullscreen-nav-trigger-inner::after { bottom: -10px; }

.fullscreen-nav-trigger-inner { top: 2px; }

.fullscreen-nav-trigger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.fullscreen-nav-trigger-inner::after { top: 20px; }

body.fsnav .fullscreen-nav-trigger .fullscreen-nav-trigger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

body.fsnav .fullscreen-nav-trigger .fullscreen-nav-trigger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
body.fsnav .fullscreen-nav-trigger .fullscreen-nav-trigger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}



/* ---------------------------------- */
/* jPanel mobile menu
------------------------------------- */
.menu-responsive,
#jPanelMenu-menu { display: none; }

@media only screen and (max-width: 1240px) {

    .menu {max-height: none;}
    #responsive { display: none; }
    #jPanelMenu-menu,
    .menu-responsive  { display: block }

    .menu-responsive {
        color: #882f81 !important;
        display: block;
        font-weight: 600;
        float: left;
        background-color: #f6f6f6 !important;
        position: relative;
        width: 100%;
        margin: 0 0 -10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.2);
    }

    #main-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .basic .menu-responsive { margin-bottom: 35px; }

    .menu-responsive i {
        padding: 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
    }

    .menu-responsive i.menu-trigger { width: 100%; }

    body .menu-responsive i.menu-trigger:after {
        content: "Menu";
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        top: -1px;
        position: relative;
        left: 10px;
        color: #333 !important;
    }

    .menu-responsive i.search-trigger {
        position: absolute;
        right: 0;
        background: rgba(255,255,255,.15);
        width: 57px;
        z-index: 999;
        top: 0;
    }

    .responsive-search { display: none; }

    .responsive-search input{
        margin-bottom: 0;
        border: none;
        background-color: rgba(255,255,255,0.15);
        color: #fff;
        padding: 15px 22px;
    }

    .responsive-search input:focus { border: none; color: #fff; }

}

.fa.fa-search.active:before { content:"\f00d"; }
body[data-menu-position="open"] .menu-responsive i.fa.fa-reorder:before { content:"\f00d"; }
body[data-menu-position="closed"] .menu-responsive i.fa.fa-reorder:before { content:"\f0c9"; }

#jPanelMenu-menu a.current:after,
#jPanelMenu-menu .with-ul:after { display: none; }

body #jPanelMenu-menu li a {
    display:block;
    padding: 20px 15px;
    background-color: #262626;
    color: #eaeaea;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    outline: none;
    text-transform: none;
    text-shadow: none;
}

body #jPanelMenu-menu li li a {
    background-color: #363636;
    padding-left: 30px;
    text-transform: none;
    font-weight: 500;
}


#jPanelMenu-menu li.cart-icon,
#jPanelMenu-menu li.search,
#jPanelMenu-menu .cart-counter,
#jPanelMenu-menu .hidden-on-mobile,
#jPanelMenu-menu .mega-headline { display: none; }

#jPanelMenu-menu,
#jPanelMenu-menu ul { list-style: none; padding-left: 0;}

#jPanelMenu-menu ul li a i { padding-right: 7px; }

#jPanelMenu-menu .mega-content {
    display: inline-block;
}

#jPanelMenu-menu .mega-section {
    display: inline-block;
    float: none;
    width: 100%;
    border-right: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Full Width Button */
body a.see-all::after { display: none; }

.full-width.projects a.see-all {
    text-align: left;
}

.full-width.projects a.see-all h3 {
    margin: 0;
}

.full-width.projects a.see-all h3:before {
    content: "\f177";
    font-family: "FontAwesome";
    font-size: 17px;
    top: -1px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s;
}


.full-width.projects a.see-all:hover h3:before {
    margin-right: 16px;
    margin-left: -6px;
}


/* ---------------------------------- */
/* Dynamic Load Grid
------------------------------------- */

.og-grid {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin-left: 0;
}

.og-grid > li.unclickable a { cursor: default; }

.og-grid li a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.og-grid > li {
    display: inline-block;
    vertical-align: top;
    height: auto;
}

/* Hover Effects */
.dynamic-portfolio-holder {
    overflow: hidden;
    position: relative;
}

.loading-icon {
    position: absolute;
    right: 0;
    left:0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    color:#fff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    background-color: #666;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 50%;
}

.style-2 .loading-icon,
.style-4 .loading-icon { top:37%; }

.loading-icon.loading { visibility: visible; opacity: 1;}

.loading-icon:before {
    height: 19px;
    width: 19px;
    top: 12px;
    left: 18px;
    content: "";
    font-family: "FontAwesome";
    position: relative;
}

.loading-icon.loading:before {
    content:"";
    height: 16px;
    width: 16px;
    top: 16px;
    left: 16px;
    background: url(../images/loading.png) no-repeat;
    display: block;
    -webkit-animation: spin 2s infinite linear;
    -ms-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
}


/* Filtered Element Style */
.og-grid > li {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.og-expander {
    position: absolute;
    background: #fff;
    top: auto;
    margin-top: 2%;
    margin-bottom: 4px;
    text-align: left;
    opacity: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);
    border-radius: 3px;
}

.og-expander-inner {
    padding: 0;
    height: 100%;
}

/* Expander Content*/
.og-content {
    font-size: 16px;
    padding: 55px;
    padding-left: 25px;
}

body .og-content h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    line-height: 34px;
}

.og-content span.subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #888;
}

.og-content p {
    margin-top: 20px;
}


/* Details */
.og-details {
    width: auto;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
    margin: 45px 0;
}

.og-details h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    margin-bottom: 14px;
    margin-top: 0;
    color: #606060;
}

.og-details p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #909090;
    margin-bottom: 12px;
}

/* Image Gallery */
.gridslider {
    float: left;
    display: inline-block;
    position: relative;
    width: 500px;
    overflow: hidden;
}

.gridslider img {
    height: 100%;
    max-width: inherit;
    width: auto;
}

/* Columns Grid */
.gridslider { width: 500px; }
.og-expander { width: 100%; }

.gutter.og-grid  {
    font-size: 0;
    margin-left: 0%;
    width: 102%
}

.gutter.og-grid > li {
    margin-bottom: 2%;
    padding-right: 2%;
}

.og-grid > li { width: 33.3%;}


/* Portfolio Item Desc  */
.item-description {
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: #f6f6f6;
}

.item-description h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #707070;
    margin: 0;
}

.item-description span {
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin: 0;
    text-transform: uppercase;
}

.portfolio-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

.portfolio-holder img {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ---------------------------------- */
/* Projects Grid
------------------------------------- */
.full-width.projects-container {
    background-color: #f8f8f8;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}

.full-width.all-projects.projects-container {
    text-align: left;
    margin-top: -10px;
}

.full-width.all-projects.projects-container #filters .option-set {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 40px 0;
    padding-top: 35px;
    text-align: left;
}

.projects { text-align: center; }
.projects a.button:after { display: none; }
.projects a.button i { margin-right: 3px; }
.projects.latest a.button i { margin: 0px 0 0 3px; }
.projects a.button { margin-top: 10px; }

.full-width.projects-container .headline { margin: 58px 0 32px 0; }
.full-width.projects-container a.button.border.medium { margin: 44px 0; }

.projects a img,
.projects a:after,
.projects a.unclickable:before,
.option-set li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.projects a img { display: inline-block; float: left; }

.vanilla-content { padding: 0 60px;}
.isotope-wrapper.photo-gallery.fw { background: #222; }



/*Isopte Grid */
.isotope-sizer,
.isotope-item { width: 33.33%; }

.fw .isotope-sizer,
.fw .isotope-item { width: 25%; }

.fw .isotope-sizer { display: inline-block; }


/* 2 columns wide */
.item--width2 { width: 66.66%; }
.item--width3 { width: 50%; }
.fw .item--width2 { width: 33.33%; }
.fw .item--width3 { width: 50%; }


/* Isotope Gutter */
.gutter.isotope-wrapper .isotope-item { padding: 0 0 2% 2%; }
.gutter.isotope-wrapper { margin-left: -2%; }

.gutter-thin.isotope-wrapper .isotope-item { padding: 0 0 1% 1%; }
.gutter-thin.isotope-wrapper { margin-left: -1%; }

.gutter.fw .isotope-item { padding: 1% 1% 0 0;}
.gutter.fw.isotope-wrapper { margin-left: 1%;}


.gutter-blog.fw .isotope-item { padding: 30px 30px 0 0;}
.gutter-blog.fw.isotope-wrapper { margin-left: 30px;}


/* Static Gutter */
.gutter-10px.isotope-wrapper .isotope-item { padding: 0 0 10px 10px; }
.gutter-10px.isotope-wrapper { margin-left: -10px; }
.gutter-10px.fw.isotope-wrapper .isotope-item { padding: 10px 10px 0 0; }
.gutter-10px.fw.isotope-wrapper { margin-left: 10px; }

.gutter-15px.isotope-wrapper .isotope-item { padding: 0 0 15px 15px; }
.gutter-15px.isotope-wrapper { margin-left: -15px; }
.gutter-15px.fw.isotope-wrapper .isotope-item { padding: 15px 15px 0 0; }
.gutter-15px.fw.isotope-wrapper { margin-left: 15px; }

.gutter-20px.isotope-wrapper .isotope-item { padding: 0 0 20px 20px; }
.gutter-20px.isotope-wrapper { margin-left: -20px; }
.gutter-20px.fw.isotope-wrapper .isotope-item { padding: 20px 20px 0 0; }
.gutter-20px.fw.isotope-wrapper { margin-left: 20px; }

.gutter-25px.isotope-wrapper .isotope-item { padding: 0 0 25px 25px; }
.gutter-25px.isotope-wrapper { margin-left: -25px; }
.gutter-25px.fw.isotope-wrapper .isotope-item { padding: 25px 25px 0 0; }
.gutter-25px.fw.isotope-wrapper { margin-left: 25px; }

.gutter-30px.isotope-wrapper .isotope-item { padding: 0 0 30px 30px; }
.gutter-30px.isotope-wrapper { margin-left: -30px; }
.gutter-30px.fw.isotope-wrapper .isotope-item { padding: 30px 30px 0 0; }
.gutter-30px.fw.isotope-wrapper { margin-left: 30px; }

.gutter-35px.isotope-wrapper .isotope-item { padding: 0 0 35px 35px; }
.gutter-35px.isotope-wrapper { margin-left: -35px; }
.gutter-35px.fw.isotope-wrapper .isotope-item { padding: 35px 350px 0 0; }
.gutter-35px.fw.isotope-wrapper { margin-left: 35px; }

.gutter-40px.isotope-wrapper .isotope-item { padding: 0 0 40px 40px; }
.gutter-40px.isotope-wrapper { margin-left: -40px; }
.gutter-40px.fw.isotope-wrapper .isotope-item { padding: 40px 40px 0 0; }
.gutter-40px.fw.isotope-wrapper { margin-left: 40px; }


/* Isotope Grid Size */
.isotope-one-cols .isotope-sizer,
.isotope-one-cols .isotope-item { width: 100%; }

.isotope-two-cols .isotope-sizer,
.isotope-two-cols .isotope-item { width: 50%; }

.isotope-three-cols .isotope-sizer,
.isotope-three-cols .isotope-item { width: 33.33%; }

.isotope-four-cols .isotope-sizer,
.isotope-four-cols .isotope-item { width: 25%; }

.isotope-five-cols .isotope-sizer,
.isotope-five-cols .isotope-item { width: 20%; }

.isotope-six-cols .isotope-sizer,
.isotope-six-cols .isotope-item { width: 16.66%; }


.full-width.projects a {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    backface-visibility: hidden;
}


/* Filtering Styles*/
.option-set { margin: 0 0 50px 0; padding: 0; text-align: center; }
.option-set.left { text-align: left; }

.option-set li {
    display: inline-block;
}

body .option-set li a {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.option-set li a:hover,
.option-set li a.selected {
    color: #fff;
    background-color: #666;
}


/* Projects Grid */
.projects h3 {
    margin-bottom: 20px;
}

.projects a {
    position: relative;
    overflow: hidden;
    display: block;
}

.projects a .plus-icon,
.projects a .overlay {
    visibility: hidden;
    opacity: 0;
    z-index: 20;
    position: absolute;
}

.projects a img,
.projects a .overlay,
.projects a .plus-icon,
.projects a:hover .overlay,
.projects a:hover .plus-icon,
.projects a .overlay-content {
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
}


/* Hover Styles
------------------------------------- */

.projects a .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.projects a:after,
.projects a .overlay:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.projects a .overlay:after {
    background-color: #666;
    opacity: 0.9;
}

.projects a:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.projects a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);

}

.projects a.unclickable:hover img,
.projects a img {
    -webkit-transform: translateX(-4%) scale(0.68);
    transform: translateX(-4%) scale(0.68);
}

.projects a:hover img {
    -webkit-transform: translateY(-13%) scale(0.40);
    transform: translateY(-13%) scale(0.40);
    z-index: 23;
}

.projects a:hover:before { opacity: 1; }
.projects a:after { background-color: #222; opacity: 0.1; }

.projects.basic-filter a.unclickable { cursor: default; }

.projects.basic-filter a:before {
    content:"";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f8f8f8;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.projects.basic-filter a:hover:before { opacity: 0; }

.projects.basic-filter a.unclickable:before,
.projects.basic-filter a.unclickable:hover:before {
    opacity: 0.7;
    z-index: 999;
}

.projects a img {
    opacity: 0.98;
    -webkit-opacity: 1;
    z-index: 10;
    position: relative;
    width: 100%;
    zoom: 1;
}

.projects.basic-filter a.unclickable:hover .plus-icon,
.projects.basic-filter a.unclickable:hover .overlay {
    visibility: hidden;
    opacity: 0;
}


.projects.basic-filter a.unclickable img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.clickable .grid-item-image {	transition: all 0.25s; }

.unclickable .grid-item-image {
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all 0.25s;
}

body .projects.style-4 .unclickable a .overlay-content:after { background-color: #242424; }

.projects.style-4 .unclickable a:hover img {
    -webkit-transform: translate(0,4%) scale(1.08);
    transform: translate(0,4%) scale(1.08);
}


/* Plus Icon */
.projects a .plus-icon {
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #282828;
    color: #fff;
    width: 45px;
    height: 45px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    display: none;
}

.projects a:hover .plus-icon {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.projects a .plus-icon:before {
    content:"\f067";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}


/* Overlay content */
.projects a .overlay-content {
    text-align: center;
    top: 50%;
    position: relative;
    left:0;
    right: 0;
    color: #fff;
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0;
    z-index: 99;
    padding: 0 30px;
}

.projects a:hover .overlay-content {
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transform: translateY(30%);
    opacity: 1;

}

.projects a .overlay-content h4 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    letter-spacing: 0px;
    position: relative;
    z-index: 11;
    font-size: 21px;
}

.projects a .overlay-content span {
    font-weight: 300;
    position: relative;
    z-index: 11;
    font-size: 18px;
    opacity: 0.8;
}

/* Overlay Background Style 2*/

.projects.style-2 a .overlay {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
}

.projects.style-2 a:after,
.projects.style-2 a .overlay:after {
    display: none;
}

.projects.style-2 a .overlay-content {
    top: 50%;
    left:0;
    right: 0;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    z-index: 99;
    padding: 30px;
    position: relative;
}

.projects.style-2 a .overlay-content:after {
    content:"";
    background-color: #666;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    position: absolute;
    opacity: 0.95;
    z-index: 2;
}

.projects.style-2 a .overlay-content h4 { }

.projects.style-2 a:hover .overlay-content {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    opacity: 1;
}


.projects.style-2 a img {
    -webkit-transform: translate(0,4%) scale(1.08);
    transform: translate(0,4%) scale(1.08);
}

.projects.style-2 a:hover img {
    -webkit-transform: translate(0,-4%) scale(1.08);
    transform: translate(0,-4%) scale(1.08);
}

/* Overlay Background Style 3 */
.projects.style-3 a:after { opacity: 0; }

.projects.style-3 a .overlay:after {
    background-color: #111;
    opacity: 0.4;
}

.projects.style-3 a .overlay-content {
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 0 30px;
}

.projects.style-3 a .overlay-content h4 { line-height: 22px; }

.projects.style-3 a:hover .overlay-content {
    -ms-transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    opacity: 1;
}

.projects.style-3 a img {
    -webkit-transform: translate(0,4%) scale(1.08);
    transform: translate(0,4%) scale(1.08);
}


/* photo gallery style-3 */
.photo-gallery.projects.style-3 a img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}

.photo-gallery.projects.style-3 a:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.05);
    transform: translate3d(0,0,0) scale(1.05);
}

/*Icon*/
.gallery-icon {
    font-size:18px;
    background: #fff;
    padding: 8px;
    color: #333;
    border-radius: 50%;
    line-height: 29px;
    width: 42px;
    height: 42px;
    font-weight: 300;
    -webkit-text-stroke: 1px #fff;
    -webkit-font-smoothing: antialiased;
}

body .gallery-icon:before {
    -moz-transform: translateY(-1px);
    display: inline-block;
}


/* Overlay Background Style 4 */
.projects.style-4 a .overlay {
    width: 100%;
    top: 0;	display: block;
}

.projects.style-4 a:after,
.projects.style-4 a .overlay:after { opacity: 0 }

.projects.style-4 a .overlay-content {
    bottom: 0;
    left:0;
    right: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    z-index: 99;
    padding: 30px;
    position: relative;
    width: 100.5%;
}

.projects.style-4 a .overlay {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    position: relative;
    height: auto;
    display: inline-block;
}

.projects.style-4 a .overlay-content:after {
    content:"";
    background-color: #666;
    width: 100%;
    height: 100%;
    left: 0;
    bottom:0;
    position: absolute;
    opacity: 1;
    z-index: 2;
    transition: 0.3s;
}

.projects.style-4.og-grid a .overlay-content:after,
.projects.style-4 a:hover .overlay-content:after {
    background-color: #242424;
}

.projects.style-4 a .overlay-content span,
.projects.style-4 a .overlay-content h4 { position: relative; }

#og-grid.projects.style-4 .unclickable a:hover img,
.projects.style-4 a img {
    -webkit-transform: translate(0,4%) scale(1.08);
    transform: translate(0,4%) scale(1.08);
}

.projects.style-4 a:hover img {
    -webkit-transform: translate(0,-3%) scale(1.08);
    transform: translate(0,-3%) scale(1.08);
}

#og-grid.projects.style-4 a:hover img {
    -webkit-transform: translate(0,-3%) scale(1.08);
    transform: translate(0,-3%) scale(1.08);
}

.projects.style-4 a:hover:after {
    opacity: 0.1
}



/* Overlay Background Style 5 - for about us carousel */
.projects.style-5 a:after { opacity: 0; }

.basic-carousel .owl-dots { margin-top: 15px;}

.projects.style-5 a .overlay:after {
    background: linear-gradient(to top, rgba(50,50,50, 0.9) 0%, rgba(50,50, 50, 0.7) 20%, rgba(50,50,50,0.1) 100%);
    background: -webkit-linear-gradient(to top, rgba(50,50,50, 0.9) 0%, rgba(50,50, 50, 0.7) 20%, rgba(50,50,50,0.1) 100%);
    opacity: 1;
}

.projects.style-5 a .overlay-content {
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 0 30px;
}

.projects.style-5 a .overlay-content h4 {
    line-height: 28px;
    font-size: 24px;
}
.projects.style-5 a .overlay-content span{
    line-height: 26px;
    font-size: 19px;
    margin-top: 4px;
    opacity: 0.8;
}

.projects.style-5 a:hover .overlay-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1;
}

.projects.style-5 a img {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}

.projects.style-5 a:hover img {
    -webkit-transform: translate(0,0) scale(1.06);
    transform: translate(0,0) scale(1.06);
}

/* zoom reset for team members */
.owl-carousel.projects.style-5 a:hover img {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}


/* Overlay Background Style 6 - product categories */
.projects.style-6 a:after { opacity: 0; }

.projects.style-6 a .overlay:after {
    background: rgba(34,34,34,0.2);
    opacity: 1;
    transition: 0.2s;
}

.projects.style-6 a .overlay {
    visibility: visible;
    opacity: 1;
}

body .projects.style-6 a .overlay-content {
    padding: 0 30px;
    opacity: 1;
}

.projects.style-6 a .overlay-content h4 {
    line-height: 36px;
    font-size: 30px;
}

.projects.style-6 a .overlay-content span{
    line-height: 32px;
    font-size: 22px;
    margin-top: 4px;
    opacity: 0;
    transition: 0.3s;
}

.projects.style-6 a:hover .overlay:after { background: rgba(34,34,34,0.3); }
.projects.style-6 a:hover .overlay-content span { opacity: 1; }

.projects.style-6 a img {
    -webkit-transform: translate(0,0) scale(1.0);
    transform: translate(0,0) scale(1.0);
}

.projects.style-6 a:hover img {
    -webkit-transform: translate(0,0) scale(1.06);
    transform: translate(0,0) scale(1.06);
}


/* Style 7 for shop categories */

.projects.style-7 a { margin-bottom: 30px;}
.projects.style-7 a:after { opacity: 0; }

.projects.style-7 a .overlay:after {
    opacity: 0;
}

.projects.style-7 a .overlay {
    visibility: visible;
    opacity: 1;
    padding: 0 40px;
}

body .projects.style-7 a .overlay-content {
    padding: 12px 30px;
    display: inline-block;
    margin: 0 auto;
    opacity: 1;
    background-color: #fff;
    transform: translate3d(0,calc(-100% - 40px),0);
    -ms-transform: translate3d(0,-50%,0);
    bottom: -100%;
    top: initial;
    transition: all 0.3s;
    box-shadow: 1px 1px 3px rgba(136,136,136,.19);
    border-radius: 50px;
    backface-visibility: hidden;
}

.projects.style-7 a .overlay-content h4 {
    line-height: 29px;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.projects.style-7 a img {
    -webkit-transform: translate3d(0,0,0) scale(1.0);
    transform: translate3d(0,0,0) scale(1.0);
    -ms-transform: translate3d(0,0,0) scale(1);
    transition: transform 0.3s ease-in-out;
}

.projects.style-7 a:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.08);
    transform: translate3d(0,0,0) scale(1.08);
    -ms-transform: translate3d(0,0,0) scale(1);

}

.projects.style-7 a:hover .overlay-content {
    background-color: #222;
}

.projects.style-7 a:hover .overlay-content h4 {
    color: #fff;
}




/* ---------------------------------- */
/* Counters
------------------------------------- */
#counters {
    padding: 110px 0;
    position: relative;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.counter-box {
    display: block;
    padding: 0;
    text-align: center;
}

.counter-box:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background-color: rgba(255,255,255,0.2);
}

.counter-box.last:after { display: none; }

#counters h3 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 80px;
    margin-top: -15px;
    font-size: 26px;
    line-height: 34px;
}

.counter-box p {
    margin: 12px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: block;
    opacity: 0.8;
}

.counter-box i,
.counter {
    display: inline-block;
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    font-style: normal;
}


/* Counters
------------------------------------- */
.counter-box-icon {
    display: block;
    background: #f6f6f6;
    padding: 50px 20px;
    text-align: center;
    border-radius: 4px;
}

.counter-box-icon.no-bg { background-color: transparent; padding: 20px;}
.counter-box-icon.no-bg i { color: #333;}

.counter-box-icon p {
    margin: 12px 0 0 0;
    padding: 0;
    color: #909090;
    font-size: 20px;
    font-weight: 500;
}

.counter-box-icon i {
    font-size: 80px;
    margin: 0 0 35px 0;
    color: #c0c0c0;
    display: inline-block;
}

.counter-box-icon .counter {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}

.counter-box-icon.colored { background: #808080; }

.counter-box-icon.colored p,
.counter-box-icon.colored i,
.counter-box-icon.colored .counter {color: #fff}

/* inside parallax styles */
.counter-boxes-inside-parallax .counter-box-icon {
    background-color: transparent;
    padding: 0px;
    position: relative;
    top: 10px;
    padding-bottom: 10px;
}

.counter-boxes-inside-parallax .counter-box-icon p { color: rgba(255,255,255,0.7) }
.counter-boxes-inside-parallax .counter-box-icon i { margin-bottom: 50px; }
body .counter-boxes-inside-parallax .counter-box-icon i,
.counter-boxes-inside-parallax .counter-box-icon .counter { color: #fff; }


/* ---------------------------------- */
/* Testimonials
------------------------------------- */

.testimonials-slider {
    text-align: center;
    padding: 0 10%;
    display: inline-block;
}

.testimonials-slider h3 {
    color: #fff;
    font-size: 28px;
    margin: 80px 0 0px 0;
}

.testimonials-slider ul li {
    margin-bottom: 80px;
    padding: 40px 0;
}

.testimonials-slider .flex-control-nav {
    bottom: 50px;
}

.testimonials-slider li p {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    padding:  0px;
}

.testimonials-slider li p span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}


/* Testimonials Style 2 */
.happy-clients-photo img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
}

.happy-clients-cite {
    font-size: 24px;
    font-weight: 300;
    color: #888;
    width: 75%;
    display: block;
    text-align: center;
    line-height: 36px;
    margin: 30px auto 30px auto;
}

.happy-clients-author {
    font-size: 18px;
    font-weight: 500;
    color: #a0a0a0;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}

.happy-clients-author h4 {
    letter-spacing: 0 ;
}


/* Happy Client Card */
.happy-client-card {
    background-color: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 45px 0 20px 0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    transition: 0.25s;
    margin-bottom: 30px;
}

.basic-carousel .happy-client-card { margin-bottom: 0; margin: 2px;}

.happy-client-card .happy-clients-cite {
    font-size: 20px;
    line-height: 32px;
    color: #808080;
    transform: translate(0,0);
}


/* ---------------------------------- */
/* Resume Table
------------------------------------- */
.resume-table {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.resume-table strong {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 7px 0 10px 0;
    display: block;
    color: #333;
}

.resume-table strong:before {
    display:block;
    width: 20px;
    height: 20px;
    background: #eee;
    content:"";
    margin: 1.7em 0 0 -8px;
    position: absolute;
    left:-3px;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:4px solid #fff;
}

.resume-table dd,.resume-table dt {
    border-left: 2px solid #e0e0e0;
    padding:0 0 0 3em;
    margin:0
}

.resume-table p {
    margin:0 0 15px 0;
}

.resume-table dt {
    padding:2em 0 0 3em;
    position:relative
}

.resume-table .date {
    font-weight: 300;
    color: #888;
    font-size: 16px;
}

.resume-table dd { overflow:hidden }



/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
    position: fixed;
    right: 0;
    display: none;
    bottom: 35px;
    margin: 0 35px 0 0;
    z-index: 9999;
}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #666;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s ease-in-out;
    border-radius: 50px;
    text-align: center;
    font-size: 28px
}

body #backtotop a { color: #fff; }

#backtotop a:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);

}

#backtotop a:hover {
    background-color: #666; color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


/* ---------------------------------- */
/* Icon Boxes Styles
------------------------------------- */
.full-width-box-container {
    padding: 0;
    background-color: #f8f8f8;
}

.full-width-box-container div { padding: 0;}

.full-width-box-content h1,
.full-width-box-content h2,
.full-width-box-content h3,
.full-width-box-content h4,
.full-width-box-content h5 { margin-bottom: 25px; }

.full-width-box-content p { margin-bottom: 20px; }

.full-width-box-content {
    padding: 50px;
    background-size: cover;
    min-height: 34vh;
}


.full-width-box-container {	display: flex;  }
.full-width-box-container.flex div {  flex: 1; }

.ie.ie9 .full-width-box-content.alt {
    width: 33.33%;
    display: inline-block;
    margin: 0;
    float: left;
}


.full-width-box-content.alt {
    padding: 40px 4%;
}

.full-width-box-content.alt p {
    line-height: 31px;
    font-size: 18px;
}

.full-width-box-content.alt a.button { margin-bottom: 12px; }


/* Content alignment */
.full-width-box-content .content-alignment {
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.box-content {
    display: table-cell;
    vertical-align: middle;

}

.full-width-box-content.light-text h1,
.full-width-box-content.light-text h2,
.full-width-box-content.light-text h3,
.full-width-box-content.light-text h4,
.full-width-box-content.light-text h5,
.full-width-box-content.light-text {
    color: #fff;
}

.full-width-box-content p { opacity: 0.7; }

.full-width-box-content.light-text i { color: #fff;}

.full-width-box-content.dark-text h1,
.full-width-box-content.dark-text h2,
.full-width-box-content.dark-text h3,
.full-width-box-content.dark-text h4,
.full-width-box-content.dark-text h5,
.full-width-box-content.dark-text {
    color: #333;
}


/* Icon Box #1
------------------------------------- */
.icon-box-1 { text-align: center; margin: 20px; }
.image-edge .icon-box-1 { margin: 10px 0;}

/* Edge Icon Box */
.icon-box-1 h4 {
    font-size: 18px;
    font-weight: 600;
}

.image-edge .icon-box-1 p {
    font-size: 16px;
    line-height: 27px;
    margin: 5px 0 30px 0;
    display: inline-block;
    padding: 0;
}

.icon-box-1 i {
    font-size: 54px;
    color: #333;
    height: 60px;
    margin: 10px 0;
    display: inline-block;
}


/* Icon Box #2
------------------------------------- */
.icon-box-2 {
    text-align: center;
    margin-top: 45px;
}

.icon-box-2 i {
    width: 100%;
    display: block;
    font-size: 100px;
    color: #666;
    height: 125px;
}

.icon-box-2 span {
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.icon-box-2 h4 {
    margin: 4px 0;
    line-height: 26px;
}

.icon-box-2 h3 {
    margin: 4px 0;
    line-height: 26px;
    font-size: 21px;
}

.icon-box-2 p {
    margin-top: 20px;
}


/* Icon Box #3
------------------------------------- */
.icon-box-3 {
    text-align: left;
    padding-left: 90px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

/* Edge Icon Box */
.icon-box-3 h4 {
    font-size: 18px;
    font-weight: 600;
}

.icon-box-3 i {
    font-size: 54px;
    color: #333;
    height: 60px;
    margin: 10px 0;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
}

.icon-box-3 p {
    color: rgba(51,51,51,0.7);
    margin-top: 3px;
    display: inline-block;
}


/* Rounded */
.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
    width: 110px;
    height: 110px;
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    line-height: 110px;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.rounded i:before {
    position: relative;
    z-index: 11;
}



/* Background Animation */
.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i{
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transform: translate3d(0,0,0) rotate(0);
}

body .icon-box-1.rounded:hover i,
body .icon-box-2.rounded:hover i,
body .icon-box-3.rounded:hover i {
    color: #fff;
}


/* Icon Box Shadow Animation*/
.icon-box-1.rounded i:after,
.icon-box-2.rounded i:after,
.icon-box-3.rounded i:after {
    content: "";
    width: 120%;
    height: 0px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 8;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
    opacity: 0;
    transform: translate3d(50%,-50%,0) scale(1) rotate(45deg);
}

.icon-box-1.rounded:hover i:after,
.icon-box-2.rounded:hover i:after,
.icon-box-3.rounded:hover i:after { height: 145%; opacity: 0.1; }


/* Dark and Light Icon Box Styles */
.icon-box-1.rounded.dark i,
.icon-box-2.rounded.dark i,
.icon-box-3.rounded.dark i{
    background-color: #222;
}

.icon-box-1.rounded.light i,
.icon-box-2.rounded.light i,
.icon-box-3.rounded.light i{
    color: #333;
    background-color: #f2f2f2;
}

.white.icon-box-1.rounded.light i,
.white.icon-box-2.rounded.light i,
.white.icon-box-3.rounded.light i{
    color: #333;
    background-color: white;
}

.icon-box-3.rounded {
    padding-left: 120px;
}

.icon-box-3.rounded i {
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 90px;
}

/* White colors */
body .white-text {color: #fff; }

.white-text .icon-box-1 p,
.white-text .icon-box-2 p,
.white-text .icon-box-3 p,
.white-text .icon-box-4 p { color: rgba(255,255,255,0.85); }

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text .icon-box-1 h4,
.white-text .icon-box-2 h4,
.white-text .icon-box-3 h4,
.white-text .icon-box-4 h4,
.white-text .icon-box-1 i,
.white-text .icon-box-2 i,
.white-text .icon-box-3 i,
.white-text .icon-box-4 i { color: #fff; }


@media (max-width: 1659px) {
    .icon-box-3.rounded { padding-left: 110px; }

    .icon-box-3.rounded i {
        width: 80px;
        height: 80px;
        font-size: 38px;
        line-height: 80px;
    }
}


/* ---------------------------------- */
/* Icon Boxes 4
------------------------------------- */
.icon-boxes-4 {
    display: flex;
    margin-left: -30px;
    left: 15px;
    position: relative;
}


.ie.ie9 .icon-boxes-4 {
    -js-display: flex;
    display: flex;
}

.ie10 .icon-boxes-4  a.icon-box-4 {
    display: inline-block;
    width: 33.33%;
    float: left;
}

.ie.ie9 a.icon-box-4 { width: 31%; }

a.icon-box-4 {
    flex: 1;
    margin: 15px;
    background-color: #f5f5f5;
    padding: 40px;
}


.icon-box-4-content h4 { font-size: 16px; }
.icon-box-4-content p {
    color: #666;
    margin-bottom: 5px;
}

.icon-box-4-content i {
    font-size: 72px;
    color: #666;
    line-height: 95px;
    position: absolute;
    left: 0;
}

a.icon-box-4:hover { background-color: #666; }

a.icon-box-4,
a.icon-box-4 h4,
a.icon-box-4 p,
a.icon-box-4 i {
    transition: all 0.3s ease-in-out;
}

a.icon-box-4:hover h4,
a.icon-box-4:hover p,
a.icon-box-4:hover i { color: #fff; }


/* Alignment*/
.icon-box-4-content {
    display: table;
    height: 100%;
    padding-left: 105px;
    position: relative;
    z-index: 20;
}

.icon-box-4-alignment {
    display: table-cell;
    vertical-align: middle;
}


/* Icon Box Shadow Animation*/
.icon-box-4 {
    position: relative;
    overflow: hidden;
}

.icon-box-4:after {
    display: inline-block;
    position: absolute;
    background-color: transparent;
    z-index: 15;
    transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
    opacity: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:100%;
    margin-top:-51%;
    border-left: 500px solid transparent;
    border-top: 500px solid #fff;
    transform: scale(2);
}

.icon-box-4:hover:after {
    opacity: 0.06;
    margin-left: 0;
}


/* ---------------------------------- */
/* Footer
------------------------------------- */
#footer {
    background-color: #202020;
    padding: 65px 0 0 0;
    color: #999;
}

#footer.alt { padding: 0;}
#footer span a {
    color: white;
}
#footer h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Social Btn */
.button.social-btn i {
    font-size: 21px;
    position: absolute;
    left: 19px;
    top: 13px;
}

.button.social-btn {
    padding-left: 50px;
    position: relative;
    background-color: #882F81;
    top: 4px;
}




#footer a.button { margin-top: 12px; }
#footer a.button:hover { background-color: #fff; color: #333; }

.text-widget span { color: #ddd; }
.text-widget span.address { display: block; margin-bottom: 10px;}

/*  Links  */
ul.footer-links {
    margin: 0 0 15px 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.footer-links li { position: relative; list-style: none; }

.footer-links li a {
    padding: 0 0 9px 16px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #aaa;
    line-height: 21px;
}

.footer-links li a:hover {
    padding-left:22px;
    color: #fff;
}

.footer-links li:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f105";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0 7px 0 0;
    color: #ddd;
}


/* Footer Bottom */
.copyrights {
    color: #777;
    border-top: 1px solid #333;
    margin-top: 65px;
    text-align: center;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

#footer.alt .copyrights {
    margin-top:0;
    border: none;
    padding: 25px;
}

.copyrights a { color: #ddd; }


/* ---------------------------------- */
/* Owl Carousel Styles
------------------------------------- */
.logo-carousel .item img {
    width: auto;
}

.logo-carousel {
    padding: 0 65px;
    margin: 0 0 20px 0;
}

.owl-carousel.arrow-nav,
.owl-carousel.logo-carousel  {
    padding: 0 63px;
}

.basic-carousel { padding: 0 15px;}

.owl-nav {
    font-size: 24px;
    color: #a0a0a0;
    top: 0;
    height: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    padding: 20px 12px;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 27px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    margin-top: -15px;
}

.logo-carousel .owl-prev,
.logo-carousel .owl-next {
    margin-top: 0;
}

.owl-prev { left: 0; }
.owl-next { right: 0; }

.owl-prev:hover,
.owl-next:hover {
    color: #fff;
}

html.can-touch .owl-prev:hover,
html.can-touch .owl-next:hover {
    background-color: #f0f0f0 !important;
    color: #a0a0a0 !important;
}

html.can-touch .owl-prev:active,
html.can-touch .owl-next:active,
html.can-touch .owl-prev:focus,
html.can-touch .owl-next:focus {
    background-color: #882f81 !important;
    color: #fff !important;
}


/* Full Width Style */
.full-width-carousel.owl-carousel {
    padding: 0 ;
}
.full-width-carousel .item {
    padding: 0 2%;
    cursor: grab;
}

.full-width-carousel:before,
.full-width-carousel:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    z-index: 999;
    top:0;
    opacity: 0.8
}


.full-width-carousel:before {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e73827', GradientType=1 );
    left: 0;
}

.full-width-carousel:after {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#ffffff', GradientType=1 );
    right: 0;
}

.owl-controls { text-align: center; }

.no-dots .owl-theme .owl-controls.owl-dot,
.owl-theme .owl-controls .owl-dot{
    display: none;
}


.dots.owl-theme .owl-controls .owl-dot,
.logo-carousel-alt.owl-theme .owl-controls .owl-dot,
.full-width-carousel.owl-theme .owl-controls .owl-dot{
    display: inline-block;
}

.no-dots.owl-theme .owl-controls .owl-dot {
    display: none;
}

.owl-theme .owl-controls .owl-dot span{
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px 3px 30px 3px;
    background-color: #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px
}

.logo-carousel-alt.owl-theme .owl-controls .owl-dot span{
    margin: 35px 3px 30px 3px;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span{
    background-color: #444;
}

.testimonial-carousel .owl-nav { display: none;}
.testimonial-carousel.arrows .owl-nav { display: block;}


/* Some animations styling for owl carousel */
.testimonial-carousel .owl-stage {transition: transform 0.4s ease-in-out !important;}
.testimonial-carousel .owl-item { opacity: 0; transition: opacity 0.4s}
.testimonial-carousel .owl-item.active { opacity: 1; transition: opacity 0.8s}

.testimonial-carousel.full-width .owl-stage {transition: transform 0.6s ease-in-out !important;}
.testimonial-carousel.full-width .owl-item { opacity: 0; transition: opacity 0.6s}
.testimonial-carousel.full-width .owl-item.active { opacity: 1; transition: opacity 1.2s 0.3s}


/* Nice Full-Width Testimonials */
.section-background.with-testimonials { padding: 75px 0 90px; }

.testimonial-carousel.full-width {
    text-align: center;
    color: #fff;
}

.testimonial-carousel.full-width .testimonial {
    width: 40%;
    margin: 0 auto;
}

.background.parallax .testimonial-carousel.full-width .testimonial p,
.testimonial-carousel.full-width .testimonial p {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 0;
    letter-spacing: 0;
}

.testimonial-carousel.full-width .owl-controls {
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
}

.testimonial-carousel.full-width .owl-nav {
    font-size: 24px;
    color: rgba(255,255,255,0.4);
}

.testimonial-carousel.full-width .owl-prev,
.testimonial-carousel.full-width .owl-next {
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 27px;
    font-size: 46px;
    position: absolute;
    top: -49px;
    margin: 0;
    z-index: 12;
}

.testimonial-carousel.full-width .logo-carousel .owl-prev,
.testimonial-carousel.full-width .logo-carousel .owl-next {
    margin-top: 0;
}

.testimonial-carousel.full-width .owl-prev { left: 15px; }
.testimonial-carousel.full-width .owl-next { right: 15px; }

.testimonial-carousel.full-width .owl-prev:hover,
.testimonial-carousel.full-width .owl-next:hover {
    background-color: transparent;
    color: #fff;
}

.section-background.with-testimonials h1,
.section-background.with-testimonials h2,
.section-background.with-testimonials h3,
.section-background.with-testimonials h4,
.section-background.with-testimonials h5 {
    color: #fff;
    text-align: center;
    z-index: 199;
    position: relative;
}

.section-background.with-testimonials h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.testimonial-author h4 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    margin: 50px 0 0 0;
}


body .testimonial-author span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin: 4px 0 0 0;
    display: inline-block;
    letter-spacing: 1px;
    opacity: 0.5;
}


/* dark text styles */
.section-background.with-testimonials.dark-text p { color: #888; }
.section-background.with-testimonials.dark-text h1,
.section-background.with-testimonials.dark-text h2,
.section-background.with-testimonials.dark-text h3,
.section-background.with-testimonials.dark-text h4,
.section-background.with-testimonials.dark-text h5 { color: #333;}

.dark-text .testimonial-carousel.full-width .owl-prev,
.dark-text .testimonial-carousel.full-width .owl-next{
    color: #333;
    opacity: 0.5;
}

.dark-text .testimonial-carousel.full-width .owl-prev:hover,
.dark-text .testimonial-carousel.full-width .owl-next:hover {
    color: #333;
    opacity: 1;
}

.dark-text .testimonial-author span {
    color: #888;
    opacity: 1;
}


/* styles for parallax bg */
.background.parallax .section-background.with-testimonials {background: transparent;}

.background.parallax .info-banner-fw h1,
.background.parallax .info-banner-fw h2,
.background.parallax .info-banner-fw h3,
.background.parallax .info-banner-fw h4,
.background.parallax .info-banner-fw h5 { color: #fff; margin: 0;}

.background.parallax .info-banner-fw h2 { font-size: 48px; letter-spacing: -0.5px; }
.background.parallax .info-banner-fw p {
    font-size: 22px;
    color: #fff;
}

.background.parallax .info-banner-fw p span {
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    color: rgba(255,255,255,0.8);
}


/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar span a,
#titlebar span {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    display: inline-block;
    font-weight: 300;
}

/* Header with parallax */
#header-container {
    padding: 0;
    position: relative;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#header-container #main-header { position: relative; }


/* Titlebar different heights */
#header-container #titlebar.large {
    padding: 130px 0;
}

#header-container #titlebar {
    background: transparent;
    padding: 90px 0;
}

#header-container.basic:before {display: none;}

#header-container.basic { background-color: #fff;}

#header-container #titlebar { margin-bottom: 55px; }

#header-container.basic #titlebar {
    background-color: #f6f6f6;
    position: relative;
    padding: 80px 0;
    margin-bottom: 55px;
}


#header-container.basic #titlebar.centered {
    padding: 100px 0;
}

#header-container #titlebar h2,
#header-container.basic #titlebar h2,
#header-container.basic #titlebar.centered h2 {
    color: #333;
    font-size: 46px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 5px;
    letter-spacing: 0;
}


#header-container.basic #titlebar h2 {
    font-size: 42px;
}

#header-container.dark #titlebar h2 { color:#fff; }

#header-container #titlebar span,
#header-container.basic #titlebar span {
    color: #888;
    margin: 0px 0 10px 0;
    font-size: 28px;
    line-height: 36px;
}

#header-container.basic #titlebar span {color: #888;}

#header-container #titlebar span {
    color: rgba(255,255,255,0.65);
}

/* Header Background Color */
.bg-color {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}

#header-container #titlebar h2,
#header-container #breadcrumbs ul li a,
#header-container #breadcrumbs,
#header-container #breadcrumbs ul li a:hover,
#header-container #breadcrumbs ul li:before { color: #fff; }

#header-container.basic #breadcrumbs,
#header-container.basic #breadcrumbs ul li a:hover,
#header-container.basic #breadcrumbs ul li:before { color: #888; }


/* Titlebar centered style */
#header-container #titlebar.centered {
    text-align: center;
    padding: 130px 0;
}

#header-container #titlebar.centered span {
    font-size: 31px;
    margin-top: 7px;
}

#header-container #titlebar.centered h2 {
    font-size: 50px;
}


/* Portflio Navigation for Centered Style */
#portfolio-nav {
    position: absolute;
    top: 50%;
    width: 100%;

}

#portfolio-nav li {
    display: inline-block;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    font-size: 36px;
}

#header-container.basic #portfolio-nav li a { color: #333;}
#header-container #portfolio-nav li a {
    display: inline-block;
    width: 50px;
}

#portfolio-nav li a { color: #fff; padding: 8px 0; }

#portfolio-nav li a.tooltip:before {
    left: 100px;
}

#portfolio-nav li.next { right: 15px; }
#portfolio-nav li.prev { left:-15px; }

#portfolio-nav li a i {
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#portfolio-nav li.next:hover a i { padding-left: 15px; }
#portfolio-nav li.prev:hover a i { padding-right: 15px; }


/* Filters Style */
#header-container #titlebar #filters { margin: 0;}
#header-container #titlebar #filters ul.option-set { margin: 45px 0 -7px 0; text-align: left; }
#header-container #titlebar.centered #filters ul.option-set { margin: 30px 0 0 0; text-align:center; }

#header-container.basic #titlebar #filters ul.option-set li a:hover,
#header-container.basic #titlebar #filters ul.option-set li a.selected,
#header-container #titlebar #filters ul.option-set li a { color: #fff; }
#header-container.basic #titlebar #filters ul.option-set li a { color: #333; }


/* Breadcrumbs */
#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body #breadcrumbs {
    letter-spacing: 1px;
    text-transform: uppercase;
}

#breadcrumbs ul { margin: 0; }

#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888;
}

#breadcrumbs ul li a:hover { color: #666; }

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before { display: none; }

#breadcrumbs ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
}


/* ---------------------------------- */
/* Single Project Page
------------------------------------- */

/* Images Hover */
.zoom-hover,
.img-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.zoom-hover img { width: 100%; }
.img-hover img { width: 100%; }

.zoom-hover img { transition: 0.4s; transform: scale(1.0); }

.zoom-hover:hover img { transform: scale(1.04); }

.img-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,0.15);
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.img-hover:hover:before { opacity: 1; }

.zoom-hover[title]::after,
.img-hover[title]::after {
    content: attr(title);
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: inline-block;
    background-color: rgba(34,34,34,0.5);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}


/* Details  */
.project-details {
    margin-bottom: 60px;
    transition: transform 0.2s;
}

.project-details.is_stuck { transform: translateY(60px);}

.project-details.left-side {
    padding: 30px 30px 30px 0;
}

.project-details.right-side {
    padding: 30px 0 30px 25px;
}


.project-details.bg {
    padding: 50px;
    background-color: #f8f8f8;
}

.project-details h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}

.project-details h4.with-border { padding-bottom: 23px; }
.project-details p { margin-bottom: 18px; }


.details.alt2  {
    margin-top: -7px;
}

.details.alt2 li {
    padding: 13px 0;
}


.details {
    font-size: 14px;
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 7px;
}

.details li {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    color: #333;
    padding: 10px 0;
}

.details li:last-child { border: none; }
.details li span { color: #888; }

.details li a {
    color: #333;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.details li a:hover { color: #666; }

/* Project Nav */
.project-nav {
    padding: 0;
    list-style: none;
    margin-top: 18px;
    display: inline-block;
    width: 100%;
}

.project-nav li {
    display: inline-block;
    width: 48%;
    text-align: center;
    float: left;
}

.project-nav li:first-child { margin-right: 4%; }
.project-nav li a { width: 100%; }


/* ---------------------------------- */
/* Shop
------------------------------------- */

/* Shop Item */
.shop-item img {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px 2px 0 0;
}

.shop-item {
    width: 99.9%;
    display: inline-block;
}

.simple-slider.shop {
    background-color: #fff;
}

.simple-slider.shop ul li img {
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}
.simple-slider.shop img { width: 100%; }

.shop-item .item-description h5 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 4px 0;
    display: inline-block;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    color: #333;
}

.shop-item .item-description a:hover h5 {
    color: #666;
}

.shop-item .add-to-cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -46px;
    transform: translate(0,100%);
    right:0px;
    background-color: #222;
    height: 46px;
    width: 46px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: 0.2s ease-in-out;
    z-index: 9;
}

.shop-item figure {
    position: relative;
}

.shop-item .add-to-cart i {
    position: relative;
    top: 10px;
}

.shop-item:hover .add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
}

.shop-item .add-to-cart:hover {
    background-color: #666
}

.shop-item .item-description span {
    color: #888;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 10px 0 15px 0;
}

.shop-item {
    margin: 0 0 30px 0;
    display: block;
    background-color: #fff;
}

.shop-item .item-description {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 0 0 2px 2px;
    border-top: none;
    padding: 30px;
    position: relative;
    z-index: 11;
    display: block;
}


.widget-tabs.shop  .widget-thumb a img { border: 1px solid #e6e6e6; }

/* Product Details */
.product-details .divider { margin-bottom: 15px; }
.product-details h3 { margin-bottom: 12px; }
.product-details { padding-left: 10px; }
.product-details .price { font-size: 18px; }


/* Some "Fixes"  */
.shop-parallax .info-banner-fw a.button {
    border: none;
    padding: 12px 24px;
    letter-spacing: 1px;
    margin: 0;
}

.shop-carousel .owl-prev { left: -3px; }


/* Quantity
------------------------------------- */
body input.qty {
    text-align: center;
    float: left;
    padding: 0;
    width: 46px;
    height: 44px;
    line-height: 40px;
    border: none;
    border-color: #f2f2f2 ;
    min-height: auto;
    border-radius: 0;
    box-shadow: none;
    background-color: #f2f2f2;
    font-weight: 600;
    color: #333;
}

body input.qty:focus { border: none; color: #333; }

.qtyplus,
.qtyminus,
a.cart-remove {
    background: #f2f2f2;
    color: #333;
    border: none;
    float: left;
    font-family: "FontAwesome";
    cursor: pointer;
    width: 46px;
    height: 44px;
    font-size: 14px;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.qtyminus { border-radius: 50px 0px 0px 50px; }
.qtyplus { border-radius: 0 50px 50px 0; }

a.cart-remove {
    background-color: #f2f2f2;
    color: #333;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.qtyplus:hover,
.qtyminus:hover {
    background: #666;
    color: #fff;
}

a.cart-remove:hover {
    background: #df2727;
    color: #fff;
}

.qtyplus:before { content: "\f067"; }
.qtyminus:before { content: "\f068"; }
.cart-remove:before { content: "\f00d"; }

.qtyplus:before,
.qtyminus:before {
    position: relative;
    display: block;
    text-align: center;
    line-height: 46px;
    margin-left: 6px;
}

.qtyplus:before { margin: 0 6px 0 0; }

.cart-remove:before {
    position: relative;
    display: block;
    text-align: center;
    line-height: 44px;
}


/* Shopping Cart
------------------------------------- */
#cart {
    padding: 26px 28px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    color: #666;
    margin-bottom: 7px;

    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}

.cart-items {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 15px 0;	list-style: none;
}

body #cart .button {
    padding: 9px 12px;
    width: 100%;
    text-align: center;
}


.cart-items li {
    margin: 0 0 18px 0;
}

.cart-items li:last-child {
    margin-bottom: 5px;
}

a.cart-item-title {
    color: #333;
    font-weight: 600;
    display: block;
    transition: all 0.2s;
}

a.cart-item-title:hover {
    color: #666;
    display: block;
}

.cart-item-amount {
    color: #888;
    display: block;
    font-size: 14px;
    margin-top: 1px;
}

.cart-subtotal {
    display: block;
    margin: 16px 0;
    color: #888;
}

.cart-subtotal strong {
    color: #888;
    font-weight: 500;
}

a.item-remove {
    color: #eb4c4c;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.empty-cart {
    color: #888;
}

#cart a.button { margin: 2px 0}


/* Shopping Cart
------------------------------------- */
table.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;

    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}

table.cart-table th {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 20px 30px;
    color: #333;
    vertical-align: top;
    font-weight: 600;
}

table.cart-table td {
    padding: 20px 30px;
    border-bottom: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
}

.cart-table .qty-btns { margin-top: 15px; }

table .cart-title a { transition: all 0.2s; }

table .cart-title a:hover { color: #666;
}

table .cart-total {
    color: #333;
    font-weight: 600;
}


table.cart-table td img {
    max-width: 110px;
}

table.cart-table.bottom {
    margin-top: -1px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
}


table.cart-table.bottom a.button { margin-right: 10px; }
table.cart-table.bottom th { padding: 30px 0; background-color: #fff; }


/* Cart Totals */
.cart-totals {
    margin: 45px 0 0 0;
}

.cart-totals .cart-table th {
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    width: 40%;
    padding: 18px 28px;
}
.cart-totals .cart-table td {
    border-bottom: 1px solid #f0f0f0;
}

.cart-totals .cart-table tr:last-child th,
.cart-totals .cart-table tr:last-child td {border:0;}


table.cart-table.subtotals td {
    padding: 15px;
    border: none;
    vertical-align: middle;
}

/* Responsive Tables */
.st-key {
    border: none;
    background-color: #f8f8f8;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 30%;
    border: 1px solid #e2e2e2;
}
.stacktable.small-only {

    border-bottom: 2px solid #e2e2e2;
}
.st-val {
    width: 70%;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-left:0;
}

.st-space { height: 25px; }

.stacktable { width: 100%; }

.st-head-row.st-head-row-main { display: block;}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }


/* Price Range */
#price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 7px 0 0 6px;
    float: left;
    width: 100px;
    min-height: auto;
}

#price-range .button {
    float: right;
    padding: 5px 18px;
    margin: 6px 0 0 0;
    font-size: 12px;
}

#price-range label {
    float: left;
    margin-top: 6px;
}

.padding-range {
    padding: 0 8px;
}

#slider-range {
    margin: 0 0 16px 0;
}

#price-range .ui-slider {
    position: relative;
    text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    cursor: w-resize;
    background: #666;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: inset 0 0 0 4px #fff;
}

#price-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

#price-range .ui-widget-content {
    background-color: #e0e0e0;
    padding: 2px 0;
}

#price-range .ui-widget-header {
    background-color: #666;
}


#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

#price-range .ui-slider-horizontal {
    height: 8px;
    border-radius: 10px;
}

#price-range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}



/* ---------------------------------- */
/* Blog Styles
------------------------------------- */

/* Full Width Blog With Sidebar */
.full-width-blog-with-sidebar {
    padding: 0 40px
}

/* Common Styles */
.post-container  {
    margin-bottom: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
    transition: 0.35s;
    transform: translate3d(0,0,0);
}

.post-container:hover {
    transform: translate3d(0,-7px,0);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

/* No animation */
.no-animation .post-container:hover {
    transform: translate3d(0,0,0);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
}

.no-animation .post-container .img-hover:hover img { transform: translate3d(0,0,0); transform: scale(1.05); }


/* Blog category link with icon */
h1 a.posts-category-link:after,
h2 a.posts-category-link:after,
h3 a.posts-category-link:after,
h4 a.posts-category-link:after,
h5 a.posts-category-link:after {
    content:"\e606";
    font-size:22px;
    font-family: "simple-line-icons";
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    top:50%;
    transform: translate3d(-10px,-50%,0);
    background-color: #fff;
    padding-right: 20px;
    margin-left: 2px;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

h1 a.posts-category-link:hover:after,
h2 a.posts-category-link:hover:after,
h3 a.posts-category-link:hover:after,
h4 a.posts-category-link:hover:after,
h5 a.posts-category-link:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translate3d(10px,-50%,0);

}

a.posts-category-link {
    transform: translate3d(0,0,0);
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #333;
}

a.posts-category-link:hover {
    transform: translate3d(-10px,0,0);
    color: #333;
}

.owl-carousel .post-container { margin: 15px 0;}
.owl-carousel .post-content {
    padding: 50px 50px 55px 50px;
    height:427px;}


/* Post Container Image */
.post-container .img-hover {
    margin-bottom: 0;
    vertical-align: bottom
}

.post-container .img-hover img {
    border-radius: 3px 3px 0 0;
    transform: scale(1.0);
    transition: 0.35s;
}


/* Styles For 1 Column Grid */
.isotope-one-col .post-container .img-hover:hover  img,
.isotope-one-cols .post-container .img-hover:hover  img {
    transform: scale(1.03);
}

.isotope-one-col .post-container:hover,
.isotope-one-cols .post-container:hover {
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    transform: translate3d(0,0,0);
}

.isotope-one-col .post-quote:hover,
.isotope-one-cols .post-quote:hover {
    transform: translate3d(0,0,0);
}

.post-content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 55px 55px 60px 55px;
    position: relative;
}

.related-posts .post-content {
    padding: 45px;
}

.related-posts .post-content h3 { font-size: 22px; line-height: 32px; margin-bottom: -5px; }
.post-content.no-border { border: none; }

.post-img .img-hover { margin-bottom: 0; }

.post-content h3 {
    line-height: 36px;
    font-size: 24px;
    margin: 0 0 7px 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.post-content a h3 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.post-content a:hover h3 {
    color: #666;
}


.post-content p {
    margin: 20px 0 0 0;
    color: #777;
}

.post-content a.button {
    margin-top: 15px;
}

a.post-img {
    overflow: hidden;
    display: block;
    position: relative;
}

a.post-img img { width: 100%; }


/* Post Category in grid list */
.post-categories {
    position: absolute;
    top: 0;
    padding: 0 30px;
    margin: 0;
    transform: translate3d(0,-50%,0);
    z-index: 99;
    width: 100%;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.post-categories li { display: inline-block; }

.post-categories li a {
    font-size: 11px;
    font-weight: 600;
    padding: 7px 15px;
    margin: 5px 0;
    line-height: 16px;
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
    z-index: 10;
    display: inline-block;
    color: #fff;
    transition: 0.2s;
}

body .post-categories li a {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.post-categories li a:hover { background-color: #222; }


/* Meta Tags */
.meta-tags { margin-bottom: 8px; }

.meta-tags span {
    display: inline-block;
    color: #888;
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
    line-height: 18px;
    font-size: 16px;
    margin: 0 10px 0px 0;
    font-weight: 300;
}

.meta-tags span:last-child  { border: none; }

.meta-tags span a { color: #888;-webkit-transition: all 0.2s; transition: all 0.2s; }
.meta-tags span a:hover { color: #666; }


/* Blockquote Post
------------------------------------- */
.post-quote {
    background-color: #666;
    padding: 45px 45px 45px 50px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    transition: 0.35s;
    transform: translate3d(0,0,0);
}

.post-quote:hover {
    transform: translate3d(0,-7px,0);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

.post-quote blockquote {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 31px;
    padding: 0 0 0 57px;
    font-weight: 500;
    border: none;
    margin: 0;
}

.post.two-columns .post-quote blockquote {
    padding: 0 0 0 52px;
}

.post-quote span {
    text-decoration: none;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}

.post-quote .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
}

.post-quote .icon:before {
    font-family: "FontAwesome";
    font-size: 32px;
    content: "\f10e";
    color: #fff;
    position: relative;
    height: 15px;
    width: 25px;
    display: block;
    float: left;
    margin: 40px 0 0 40px;
    font-weight: normal;
}


/* Single post page
------------------------------------- */
body #header-container #titlebar.single-post-titlebar {
    padding: 180px 0;
    text-align: center;
}


body #header-container #titlebar.single-post-titlebar h2 {
    font-size: 52px;
    line-height: 66px;
    padding: 0 10%;
}

#titlebar.single-post-titlebar .post-categories {
    transform: none;
    position: relative;
    margin-bottom: 10px;
}

#blogSlider .meta-tags,
#header-container #titlebar.single-post-titlebar .meta-tags {
    margin-left: 10px;
}

#blogSlider .meta-tags span,
#header-container #titlebar.single-post-titlebar .meta-tags span {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    opacity: 1;
    margin: 20px 20px 0 0;
    padding-right: 20px;
    line-height: 12px;
    border-color: rgba(255,255,255,0.3);
}

body #blogSlider .meta-tags span,
body #header-container #titlebar.single-post-titlebar .meta-tags span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#blogSlider .meta-tags span a,
#header-container #titlebar.single-post-titlebar .meta-tags span a {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    display: inline;
}

#blogSlider .meta-tags span a:hover,
#header-container #titlebar.single-post-titlebar .meta-tags span a:hover { color: rgba(255,255,255,1); }


/* Single Post Content
------------------------------------- */
.single-post-content h3 {
    margin: 60px 0 30px 0;
}


/* About Author
------------------------------------- */
.about-author {
    margin: 20px 0 55px 0;
    padding: 45px 55px 45px 45px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.about-author p { margin: 5px 0 5px 0; }

.about-author a {
    position: relative;
    top: -5px;
}

.about-author h4 {
    font-weight: 600;
    letter-spacing: 0;
}

.about-author img {
    float: left;
    margin: 7px 5px 5px 5px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.about-description {
    margin: -2px 0 0 150px;
}



/* Recent Posts
------------------------------------- */
.recent-post {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.recent-post-img a.img-hover img {width: 100%;}

.recent-post a h4 {
    font-size: 21px;
    line-height: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.recent-post a h4:hover { color: #666; }
.recent-post a.img-hover { margin-bottom:0; width: 100%; }

.recent-post a { margin-top: 13px; }
.recent-post p { margin-top: 15px; }


.recent-post-img { margin-bottom: 24px; }



/* Comments
------------------------------------- */
.comments { margin: -10px 0 0 0; }
.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.comment { font-size: 20px; }

.comments .button {
    margin: 0 0 10px  0;
    padding: 7px 15px;
}

.comments.reviews .button { margin: 0; }

.comments ul {padding-left: 0;}
.comments ul li { display: block; }

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
    margin: 50px 0 0 0px;
}

.comments ul li ul { margin: 0 0 0 100px; }

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 26px;
}

.comment-content {
    color: #666;
    padding: 0 0 0 100px;
}

.comments ul li ul {
    border-left: 1px solid #e0e0e0;
    padding-left: 35px;
}

.comments ul li ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -35px;
}

.comments ul li { position: relative; }

.comment-content strong {
    padding-right: 5px;
    color: #666;
}

.comment-content span { color: #888; }
body .comment-content p { padding: 5px 0; }

.comments-amount { color: #888; font-weight: 500; }

.avatar {
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    position: absolute;
    left: 0px;
}

.avatar img {
    max-width: 80px;
    border-radius: 50%;
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 700;
    color: #333;
}

.comment-by h5 { margin: 0 0 7px 0; }

.comment-by a.reply,
.comment-by a.reply i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
    display: inline;
    background-color: #f0f0f0;
    padding: 5px 16px;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 50px;
}

body .comment-by a.reply {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-by a.reply i {
    font-size: 12px;
    margin-right: 1px;
}

.comment-by a.reply:hover { background-color: #666; }
.comment-by a.reply:hover,
.comment-by a.reply:hover i {
    color: #fff;
}

.comment-by span.date {
    color: #888;
    font-weight: 500;
    margin: 0px 0 0 0;
    float: none;
    display: block;
    text-align: left;

}

/* Add Comment */
.add-comment label span { color: #e24747; }

.add-comment input {
    margin: 0 0 25px 0;
    width: 30%;
    min-width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-comment textarea {
    margin: 0 0 30px 0;
    width: 100%;
    min-width: 100%;
    min-height: 220px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Share Buttons
------------------------------------- */
.share-buttons {
    padding: 0;
    list-style: none;
}

.share-buttons li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.share-buttons li a {
    background: #fff;
    border: 2px solid #666;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 19px;
    transition: 0.3s;
    display: inline-block;
    line-height: 12px;
}

body .share-buttons li a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.share-buttons li a:hover { color: #fff; }

.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px;
}

/* fb */
.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}

/* twitter */
.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}

/* gplus */
.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}

/* pinterest */
.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}




/* Post Navigation
------------------------------------- */
#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 60px;
}

#posts-nav li span {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 600;
}

body #posts-nav li span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#posts-nav li {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
}

#posts-nav li a {
    transition: 0.3s;
    color: #333;
    display: inline-block;
}

#posts-nav li a:hover { color: 666; }

#posts-nav li.next-post {
    right: 0;
    text-align: right;
}

#posts-nav li.prev-post {
    left: 0;
}


#posts-nav li.next-post a { padding-right: 50px; }
#posts-nav li.prev-post a { padding-left: 50px; }

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
    font-family: "simple-line-icons";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: 0.3s;
}

#posts-nav li.next-post a:before {
    right: 0;
    content: "\e606";
}

#posts-nav li.prev-post a:before {
    left: 0;
    content: "\e605"
}

#posts-nav li.next-post a:hover:before { transform: translate3d(5px,-50%,0); }
#posts-nav li.prev-post a:hover:before { transform: translate3d(-5px,-50%,0); }



/* ---------------------------------- */
/* Blog Widgets
------------------------------------- */
.widget-box.search {
    padding: 17px;
}

.widget-box.search input { margin-bottom: 0; }

.widget-box {
    background-color: #f8f8f8;
    padding: 32px 35px;
}

.widget h4 {
    margin-bottom: 14px;
    font-size: 20px;
}

.widget .social-icons {
    margin-top: -10px;
}


/* Search Widget */
.input { position: relative; }

.widget .input:before {
    content: "\e090";
    font-size: 17px;
    color: #a0a0a0;
    position: absolute;
    display: inline-block;
    font-family: "simple-line-icons";
    right: 18px;
    top: 13px;
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 7px;
}

/* Need support widget */
.widget .button.widget-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 5px;
}


/* Blog Widget Tabs */
.widget-tabs {
    padding: 0;
    list-style: none;
}

.widget-tabs li {
    padding: 0 0 27px 0;
    margin: 24px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content { padding-bottom: 0; }

.widget-tabs li:first-child { margin: 5px 0 0 0; }

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 3px;
    margin: 3px 22px 0 0;
}

.widget-thumb {
    width: 95px;
    margin-right: 25px;
}

.widget-text h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.widget-text h5 a { color: #333;	-webkit-transition: all 0.2s; transition: all 0.2s; }
.widget-text h5 a:hover { color: #666; }

.widget-text span {
    color: #999;
    font-weight: 500;
    margin: -2px 0 0 0;
    display: block;
}

.widget-tabs.shop .widget-content {
    display: table;
}

.widget-tabs.shop .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}


/* Styles for shop  homepage */
h3.headline.shop-list.with-border {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
}

h3.headline.shop-list.with-border i {
    padding-right: 5px;
}


.widget-tabs.shop.list li {
    padding: 0;
    margin: 24px 0 0 0;
    border-bottom: 0;
}

.widget-tabs.shop.list li img {
    border-color: #e0e0e0;
}

.widget-tabs.shop.list li span {
    color: #888;
}

.widget-tabs.shop.list li .widget-text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 5px 0;
}


/* Star Rating */
.rating {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: 97px;
    height: 22px;
    display: block;
}

.rating .star-rating {
    position: relative;
    width: inherit;
    display: block;
    padding: 0;
    margin: 0;
}


.rating .star-rating:after {
    content:"\f005 \f005 \f005 \f005 \f005";
    font-family: "FontAwesome";
    color: #ffc741;
    display: block;
    position: absolute;
    font-size: 18px;
    z-index: 10;
    letter-spacing: 3px;
    overflow: hidden;
}

.rating .star-bg:after {
    content:"\f005 \f005 \f005 \f005 \f005";
    font-family: "FontAwesome";
    color: #e0e0e0;
    display: block;
    position: absolute;
    font-size: 18px;
    z-index: 9;	padding: 0;
    margin: 0;
    letter-spacing: 3px;
}


.rating.five-stars .star-rating:after { width: 100%; }
.rating.four-half-stars .star-rating:after { width: 90%; }
.rating.four-stars .star-rating:after { width: 80%; }
.rating.three-half-stars .star-rating:after { width: 70%; }
.rating.three-stars .star-rating:after { width: 60%; }
.rating.two-half-stars .star-rating:after { width: 50%; }
.rating.two-stars .star-rating:after { width: 40%; }
.rating.one-half-stars .star-rating:after { width: 30%; }
.rating.one-stars .star-rating:after { width: 20%; }



/* Tags
------------------------------------- */
.tags a {
    padding: 5px 16px;
    display: inline-block;
    line-height: 21px;
    color: #999;
    background-color: #f2f2f2;
    margin: 0 3px 8px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 50px;
    font-weight: 600;
    font-size: 11px;
}

body .tags a { letter-spacing: 1px; text-transform: uppercase; }

.tags a:last-child {
    margin-right: 0;
}

.tags a:hover {
    background: #666;
    color: #fff;
}


/* Widgets Fixes Styling */

.widget { margin-bottom: 45px; }

.widget input { margin-bottom: 15px; }
.widget-box input { margin-bottom: 0; }

.widget h4 {
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 25px 0;
    margin: 0 0 35px 0;
}


/* ---------------------------------- */
/* Image Edge
------------------------------------- */
.image-edge {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    margin: 35px 0 0 0;
    height: 50vw;
    max-height: 640px;
    overflow: hidden;
    padding: 0;
}

.image-edge #googlemaps,
.image-edge .google-map-container { height: 100%; }


.image-edge-content {
    padding: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 50%;
    padding: 0 9%;
}

.image-edge.left .image-edge-content { padding-left: 6%; }

.image-edge-content h3.headline {
    width: 100%;
    display: block;
    margin-top: 0;
}

/* Photo */
.edge-bg {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0px;
    height: 100%;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.edge-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,0.1);
}


/* Left-photo version */
.image-edge.left .image-edge-content { left: 50%;}
.image-edge.left .edge-bg { left:0px; }

.image-edge.left .container {
    transform: translateX(54%);
    -webkit-transform: translateX(54%);
}


/* Styles for dark version  */
.image-edge.dark { background-color: #282828; color: #fff; }

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 { color: #fff;}

.presentation-content h2,
.image-edge h2 {
    line-height: 56px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.5px;
}

.presentation-content p,
.image-edge p { font-size: 20px; color: #828282; line-height: 34px;}
.image-edge.dark p { color: rgba(255,255,255,0.8);}


/* List */
.image-edge-content ul {
    list-style: none;
    padding: 0;
}

.image-edge-content ul li { margin-bottom: 30px; }
.image-edge-content ul li:last-child { margin-bottom: 0px; }

.image-edge-content h4 i {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

@media (max-width: 767px) {
    .edge-bg {
        position: relative;
        height: 400px;
        width: 100%;
        display: block;
        left: 0;
        right: 0;
    }
}


/* ---------------------------------- */
/* Presentation Box
------------------------------------- */
.presentation-content {
    display: table;
    width: 100%;
    padding: 90px 0;
}

.presentation-content .before-after { margin-bottom: 0; }

.presentation-desc,
.presentation-img {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.presentation-desc { padding-right: 10%; }

.presentation-desc ul li:before {
    top: 4px;
}

.presentation-desc ul li p {
    margin: 5px 0;
    padding: 0;
}


/* ---------------------------------- */
/* Contact Form
------------------------------------- */
#contact textarea {
    min-height: 200px;
    margin: 15px 0 25px 0;
}

.loader { margin-left: 15px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

.contact-sent {
    background-color: #EBF6E0;
    color: #5f9025;
    margin-bottom: 28px;
    padding: 20px 26px;
}


/* Thin Style */
#contact.thin-style input[type="text"],
#contact.thin-style input[type="password"],
#contact.thin-style input[type="email"],
#contact.thin-style input[type="number"],
#contact.thin-style textarea,
#contact.thin-style select {
    padding: 16px 0px;
    outline: none;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    display: block;
    background-color: transparent;
    font-weight: 500;
    min-height: 53px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: rgba(255,255,255,0.7);
    border-bottom:2px solid rgba(255,255,255,0.15);
}

#contact.thin-style input:focus,
#contact.thin-style input[type="text"]:focus,
#contact.thin-style input[type="password"]:focus,
#contact.thin-style input[type="email"]:focus,
#contact.thin-style input[type="number"]:focus,
#contact.thin-style textarea:focus {
    color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.25);
}

#contact.thin-style ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}

#contact.thin-style ::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(255,255,255,0.6);
}

#contact.thin-style :-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

/* disabled button style*/
#contact.thin-style .submit.disabled {
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.3);
    cursor: default;
}

/* active status for btn */
#contact.thin-style input[type="submit"]:focus,
#contact.thin-style input[type="submit"]:active {
    color: #333;
}

#contact.thin-style .submit.disabled:active,
#contact.thin-style .submit.disabled:focus {
    color: rgba(255,255,255,0.3) !important;
}



/* Office Address Box */
.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address ul {
    list-style: none;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
}


.office-address h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
}

.office-address h3:after {
    content: "";
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #666;
    margin: 20px auto;
}

.address-container {
    background-color: #2b2c30;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.address-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    background-color: #2b2c30;
    opacity: 0.9;
}


/* Contact Details */
.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-right: 40px;
}

.sidebar-textbox.color {
    background-color: #666;
    color: #fff;
}

.sidebar-textbox.color h4 {color: #fff;}
.sidebar-textbox h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.sidebar-textbox span { color: #666; display: inline-block; }
.sidebar-textbox.color span { color: #fff; }

.sidebar-textbox ul.contact-details {
    list-style: none;
    padding: 5px 0 0 0;
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #333;
}

.sidebar-textbox ul.contact-details li i {
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #333;
    top: 10px
}

.image-edge.dark .sidebar-textbox span,
.image-edge.dark .sidebar-textbox ul.contact-details li strong,
.image-edge.dark .sidebar-textbox ul.contact-details li i { color: #fff}

/* ---------------------------------- */
/* Google Maps
------------------------------------- */
#googlemaps { height: 50vh;}

.google-map-container { margin: 0 }
body .google-map-container img { max-width: none; }



/* ------------------------------------------------------------------- */
/*  03. Scripts Style Sheets
---------------------------------------------------------------------- */

/* ---------------------------------- */
/*  fullPage 2.8.6
/*  * https://github.com/alvarotrigo/fullPage.js
------------------------------------- */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #aaa;
    opacity: 0.5;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/* custom styles */
.section .section-background {
    background: transparent;
}

/* Blinking Type Cursor*/
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    animation: blink 1s infinite;
    margin-left: 7px;
    opacity: 0 ;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.not-cloned .fullscreen-nav-trigger,
.not-cloned #logo { display: none; }



/* ---------------------------------- */
/* Flexslider
------------------------------------- */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

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

.simple-slider img {	width: 100%;
    max-height: 100%;
}
.flexslider .slides img {
    width: 100%;
    max-height: 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;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 60px;
    text-align: center;
    z-index: 999;
    left: 0;
}

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

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.flex-control-paging li a:hover { background: #fff; }

.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}


.simple-slider {
    position: relative;
    overflow: hidden;
}


.flex-next {
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%, -50%);
}

.simple-slider:hover .flex-next {
    -webkit-transform: translate(0,-50%);
    transform: translate(0, -50%);
}

.flex-prev {
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%, -50%);
}

.simple-slider:hover .flex-prev {
    -webkit-transform: translate(0,-50%);
    transform: translate(0, -50%);
}

.flex-prev,
.flex-next {
    transition: all 0.25s 0.2s;
    -webkit-transition: all 0.25s 0.2s;
    opacity: 0;
}

.simple-slider:hover .flex-prev,
.simple-slider:hover .flex-next {
    transition: all 0.25s 0s;
    -webkit-transition: all 0.25s 0s;
    opacity: 1;
}

.flex-prev,
.flex-next {
    position: absolute;
    top: 50%;
    right: 40px;
}

.flex-direction-nav a {	position: absolute; }

.flex-prev { left: 40px; }

.flex-prev,
.flex-next {
    cursor:pointer;
    width:49px;
    height:90px;
    position:absolute;
    display:block;
    z-index:100;
    overflow:hidden;
    background: rgba(34,34,34,0.4);
    border-radius: 50px;
}

.shop .flex-next { right: 30px; }
.shop .flex-prev { left: 30px; }



/* Shop slider nav*/
.shop .flex-prev,
.shop .flex-next {
    width:54px;
    height:54px;
    border-radius: 50px;
}
.shop .flex-prev:before,
.shop .flex-next:before {
    font-size: 28px;
    line-height: 54px;
}


.flex-prev:hover,
.flex-next:hover { background: #0181db; }

.flex-prev:before,
.flex-next:before {
    font-family: "fontawesome";
    font-size:36px;
    color:#fff;
    display:block;
    line-height: 90px;
    text-align: center;
    z-index:2;
    position:relative;
    transition: all 0.25s 0s;
    -webkit-transition: all 0.25s 0s;
    opacity: 1;
    background: transparent;
}

.projects .flex-direction-nav a.flex-prev:before {
    opacity: 1;
    background-color: transparent;
    content: "\f104";
}

.projects .flex-direction-nav a.flex-next:before {
    opacity: 1;
    background-color: transparent;
    content: "\f105";
}

.flex-prev:before {
    content: "\f104";
    left: -1px;
}

.flex-next:before {
    content: "\f105";
    right: -1px;
}
.flex-prev:hover:before,
.flex-next:hover:before { color: #fff; }

.zeus .tp-title-wrap {
    background: #666;
    width: 120%;
    height: 120%;
    top: 0;
    position: absolute;
    opacity: 0;
}

.zeus .tp-title-wrap,
.tparrows:before {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition:all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition:all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

.tparrows:hover:before { color: #fff; }

.zeus.tp-rightarrow.tparrows .tp-title-wrap { right: -110%; }
.zeus.tp-leftarrow.tparrows .tp-title-wrap { left: -110%; }

.zeus.tp-rightarrow.tparrows:hover .tp-title-wrap { right: 0; opacity:1; }
.zeus.tp-leftarrow.tparrows:hover .tp-title-wrap { left: 0; opacity:1; }


/* ------------------------------------------------------------------- */
/* Royal Slider
---------------------------------------------------------------------- */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    width: auto;
    height: auto;
    position: relative;
    direction: ltr;
}

.post .rsOverflow { margin-bottom: 29px; }
.post.two-columns  .rsOverflow { margin-bottom: 23px; }

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;

}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition:  0s;
    transition:  0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;

    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position:absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}
.rsNavItem {
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}


img.rsImg {
    max-width: none;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    z-index: 20;
}

.infoBlock {
    background-color: #222;
    color: #fff;
    padding: 9px 16px 10px 16px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
    position: absolute;
}

.infoBlock {
    background-color: #222;
    color: #fff;
    padding: 9px 16px 10px 16px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
}

.post.two-columns .infoBlock {
    bottom: 0;
    left: 0;
}

.rsDefault .rsArrow {
    height: 100%;
    width: 40px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsNav.rsBullets { display: none; }

.rsNav.rsBullets { display: none; }

.rsDefault.rsHor .rsArrowLeft { right: 73px; bottom: 0; }
.rsDefault.rsHor .rsArrowRight { right: 30px; bottom: 0; }

.post.two-columns .rsDefault.rsHor .rsArrowLeft { right: 43px; bottom: 0; }
.post.two-columns .rsDefault.rsHor .rsArrowRight { right: 0px; bottom: 0; }

.featured.one-post .rsDefault.rsHor .rsArrowLeft { right: 95px; bottom: 17px; }
.featured.one-post .rsDefault.rsHor .rsArrowRight { right: 52px; bottom: 17px; }

.rsDefault .rsArrowIcn {
    position: absolute;
    cursor: pointer;
    z-index: 999999;
    background-color: #222;
    height: 42px;
    width: 42px;
    bottom: 30px;
    right: 0;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
}

.post.two-columns .rsDefault .rsArrowIcn { bottom: 0; }

.rsDefault .rsArrowIcn:hover {
    background-color: #21d677;
    color: #fff;
}

.rsArrowLeft .rsArrowIcn:before {
    top: 7px;
    left: 0px;
    position: relative;
    content:"\f104";
}

.rsArrowRight .rsArrowIcn:before {
    content:"\f105";
    top: 7px;
    left: 0px;
    position: relative;
}



/* Blog Slider
------------------------------------*/
#blogSlider {
    width: 100%;
    height: 770px;
}

#blogSlider .rsSlide:before {
    content: "";
    background: #303133;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    display: block;
    opacity: 0.55;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
    background: #fff;
}

#blogSlider .rsContent { overflow: hidden; }

#blogSlider .rsThumbs {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
}

.rsDefaultInv .rsThumb {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0);
}

.rsDefaultInv .rsThumb img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 7;
    left: 0;
    top:0;
    transform: translate3d(0,-25%,0);
}

.rsTmb span {
    padding: 0 40px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 50%;
    display: inline-block;
    transform: translate3d(0,-50%,0) scale(1);
    color: #fff;
    display:inline-block;
    vertical-align:middle;
    line-height: 22px;
    font-size: 16px;
    font-style: normal;
    font-weight:600;
    margin: 0 auto;
}

.rsDefaultInv .rsThumb .rsTmb:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #303133;
    position: absolute;
    top:0;
    left: 0;
    z-index: 8;
    opacity: 0.4;
    transition: all 0.3s ;
}


.rsDefaultInv .rsThumb.rsNavSelected .rsTmb:before {
    background: #666;
    color: #fff;
    opacity: 0.9 !important;
    z-index: 9;
}

.rsDefaultInv .rsThumb:hover .rsTmb:before { opacity: 0.7; }

.rsTmb {
    display:inline-block;
    vertical-align:middle;
    line-height: 18px;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}

#blogSlider .rsThumbsHor {
    transform: translateY(-50%);
    background: transparent;
    border-radius: 4px;
}

.rsDefaultInv .rsThumb {
    color: #fff;
    height: 100%;
    display: inline-block;
}


.rsThumbsContainer {
    display: inline-block;
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
}

.rsThumbsContainer,
#blogSlider .rsThumbsHor {
    height: 114px;
}

.rsDefaultInv .rsThumb:hover { background-color: #f6f6f6 }



/* Slider Caption */
.SlideTitleContainer {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 3px;
    right: 0;
    top: 50%;
    z-index: 999;
}

.CaptionAlignment {
    position: relative;
    margin-top: 22px;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    text-align: center;
}

#blogSlider .rsABlock .title {
    position: relative;
    max-width: 60%;
    margin: 0 auto;
}

body #blogSlider .rsABlock h2 {
    font-size: 52px ;
    line-height: 66px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin: 10px 0;
}

#blogSlider .post-categories { position: relative; }


/* Arrow Navigation */
#slider-prev,
#slider-next,
.rsDefault .rsThumbsArrowDisabled { display: none !important; }

#blogSlider #slider-prev,
#blogSlider #slider-next {
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    background-color: #222;
    height: 42px;
    width: 42px;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#blogSlider #slider-prev { right: 43px; }

#blogSlider #slider-prev:before {
    top: 9px;
    left: 14px;
    position: relative;
    content: "\f053";
}

#blogSlider #slider-next:before {
    content: "\f054";
    top: 9px;
    left: 15px;
    position: relative;
}


/* media queries for #blogSlider */
@media (max-width: 767px) {
    #blogSlider .rsThumbs { display: none; }
    body #slider-prev, #slider-next {display: block;}
    body #blogSlider .rsABlock h2 {
        font-size: 32px;
        line-height: 46px;
        margin-top: 0;
    }
    .CaptionAlignment { margin-top: 70px; }
    body .CaptionContent { transform: none; opacity: 1; }
}

@media (min-width: 768px) {
    #blogSlider .rsThumbs { width: 720px; }
    .rsDefaultInv .rsThumb { width: 360px; }
    .CaptionAlignment { margin-top: 45px; }
}

@media (min-width: 992px) {
    #blogSlider .rsThumbs { width: 975px; }
    .rsDefaultInv .rsThumb { width: 325px; }
}

@media (min-width: 1240px) {
    #blogSlider .rsThumbs {  width: 900px; }
    .rsDefaultInv .rsThumb { width: 300px; }
    #blogSlider { height: 720px; }
}

@media (min-width: 1660px) {
    #blogSlider .rsThumbs { width: 1035px; }
    .rsDefaultInv .rsThumb { width: 345px; }
    .CaptionAlignment { margin-top: 22px; }
    #blogSlider { height: 780px; }


}


/* ---------------------------------- */
/* Owl Carousel
------------------------------------- */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* ---------------------------------- */
/* TwentyTwnety (Before & After Slider)
------------------------------------- */
.before-after { margin-bottom: 30px;  }
.twentytwenty-container{ box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1); border-radius: 5px; }
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px; }

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow,
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none; }
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
    opacity: 0; }
.twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; }

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
    display: none; }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1; }

.twentytwenty-before {
    z-index: 20; }

.twentytwenty-after {
    z-index: 10; }

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    background-color: rgba(255,255,2555,0.2);
    cursor: move; }

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px; }

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px; }


/* ---------------------------------- */
/* View JS
------------------------------------- */
.viewer li{
    transition: width 800ms cubic-bezier(0.075, 0.820, 0.165, 1.00);
}
.viewer .caption{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
    opacity: 100;
    visibility: visible;
}

.viewer { display: none; }

body .viewer .close {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    top: 30px;
    right: 30px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    opacity: 1;
    border-radius: 50px;
    padding: 10px 18px;
    line-height: 20px;
}


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

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

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 505;
}

.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: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

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

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

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

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

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0px;
    top: 40px;
}

/* Close Button */
.og-close,
button.mfp-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer !important;
    z-index: 9999;
    background: rgba(34,34,34,0.4);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 30px;
}

.og-close {
    margin: 17px;
    right: 15px;
    background: transparent;
    color: #222;
}

.mfp-close:hover,
.og-close:hover {
    transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
    font-family: "FontAwesome";
    font-size: 25px;
    top: 21px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: 0.3s;
}

.og-close:after,
.og-close:before { top: 7px; font-size: 29px; }

.og-close:after,
.mfp-close:after {
    content:"\f106";
    -webkit-transform: translate(0,0);
    transform: translate(-50%,50%);
}

.og-close:after {
    -webkit-transform: translate(0,0);
    transform: translate(-50%,60%);
}

.og-close:before,
.mfp-close:before {
    content:"\f107";
    -webkit-transform: translate(0,0);
    transform: translate(-50%,0%);
}


#small-dialog .mfp-close,
.mfp-close:hover {
    background-color: #666;
    color: #fff;
}

#small-dialog .mfp-close:hover {
    background-color: #262626;
    color: #fff;
}

.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px;
}

.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
}

.small-dialog-headline h2,
.small-dialog-headline h3,
.small-dialog-headline h4 {
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    display: inline-block;
    margin: 10px 0 35px 0;
    padding-bottom: 30px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: 0;
    margin: 0 30px;
    top: 50%;
    margin-top: -26px;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 48px;
    height: 90px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(34,34,34,0.4);
    border-radius: 50px;
}

.mfp-arrow:hover {
    background: #666;
    color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: "FontAwesome";
    font-size: 32px;
}

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

.mfp-arrow.mfp-arrow-left:before { content: "\f104"; left: -1px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\f105"; left: 1px; position: relative; }

.mfp-content:hover .mfp-arrow {
    opacity: 1;
}

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

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

.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: black;
}

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


/* Popup */
#small-dialog {
    background: #fff;
    padding: 30px 45px 35px 45px;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing:border-box;
}

#small-dialog span.line {padding-top: 7px;}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


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

/* The shadow behind the image */
.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.4);
}

.mfp-figure {
    line-height: 0;
}

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

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

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

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

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


/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) { .mfp-arrow {width: 70px;} }

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* ---------------------------------- */
/* Parallax
------------------------------------- */

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
.fullscreen,
.parallax-content-container {
    width:100%;
    height:100vh;
}

.parallax-content.cooming-soon h2 {
    margin: 0 auto;
    font-size: 56px;
}

.not-fullscreen,
.not-fullscreen .parallax-content-container,
.fullscreen,
.parallax-content-container {
    overflow: hidden;
    position: relative;
}

.fullscreen.overflow,
.fullscreen.overflow .parallax-content-container {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.parallax-content-container {
    display:table;
    color: #fff;
}

.parallax-content {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
    z-index: 10;
}


/* Some styles for video background */
.fullscreen video {
    top: 0
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    z-index: 1;
    position: absolute;
}

.fullscreen.video .parallax-content h2 {
    font-size: 76px;
    line-height: 90px;
}

.fullscreen.video .bg-color { z-index: 6; }


.parallax-content h2 {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    line-height: 95px;
}


.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.parallax-content h4,
.parallax-content h5 { color: #fff; }

.parallax-content.wide h2 {
    max-width: 50%;
    font-size: 90px;
    letter-spacing: -4px;
}

.parallax-content.wide h3 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0
}

.parallax-content.wide.left {
    text-align: left;
}

.not-fullscreen .parallax-content h2 {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    max-width: 60%;
    font-size: 60px;
}

.scroll-to-section,
.scroll-to-content {
    bottom: 100px;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    color: #fff; font-size: 64px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    transition: bottom 0.25s ease-in-out
}

.scroll-to-section:hover,
.scroll-to-content:hover {
    bottom: 90px;
}

.not-fullscreen,
.not-fullscreen .parallax-content-container {
    height: auto;
}



/* ---------------------------------- */
/* Photogrid
------------------------------------- */
.photoGrid {
    padding: 0; /* Spacing arround grid */
    margin: 0 0 35px 0;
}

.photoGrid .item {
    float: left;
    margin: 2px; /* Spacing between images */
    height: auto !important;
}

.photoGrid .item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}


/* ------------------------------------------------------------------- */
/*  04. Shortcodes
---------------------------------------------------------------------- */

/* Headline */
h3.headline {
    margin: 58px 0 48px 0 ;
    font-size: 28px;
}

h3.headline.small {
    font-size: 20px;
    margin: 0 0 32px 0;
}

h3.headline.with-border { padding-bottom: 35px;}

.headline span.color { color: #666; }

.headline.centered { text-align: center; }
.headline.with-border { border-bottom: 1px solid #e0e0e0; width: 100%; padding-bottom: 25px; }

.divider { display: inline-block; border-bottom: 1px solid #e0e0e0; width: 100%; padding-bottom: 25px; }

.headline span.headline-detail {
    font-size: 12px;
    float:  right;
    display: block;
    line-height: 21px;
    margin: 0;
    font-weight: 500;
    color: #888;
    top: 0;
    top: 8px;
    position: relative;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white { color: #fff; }


/* ---------------------------------- */
/* Buttons
------------------------------------- */
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
    background-color: #666;
    top: 0;
    padding: 10px 26px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-right: 6px;
}

a.button.medium {
    font-size: 13px;
    padding: 12px 28px;
}

input[type="button"].button.fw,
input[type="submit"].button.fw,
a.button.fw { width: 100%; text-align: center;}

input[type="button"].white-hover:hover,
input[type="submit"].white-hover:hover,
a.button.white-hover:hover { color: #333; background-color: #fff; }
a.button.border { padding: 8px 24px; }
a.button.medium.border { padding: 10px 26px; }

a.button.gray:hover,
a.button.dark,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: #333; color: #fff; }

a.button.gray { background-color: #e8e8e8; color: #333; }
a.button.dark:hover { background-color: #666; }


/* Button with border and effect */
input[type="button"].border,
input[type="submit"].border,
a.button.border {
    background-color: transparent;
    border: 2px solid #666;
    color: #666;
}

input[type="button"].border:hover,
input[type="submit"].border:hover,
a.button.border:hover {
    color: #fff;
    border-color: #666;
}

input[type="button"].border.white,
input[type="submit"].border.white,
a.button.border.white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

input[type="button"].border.white:hover,
input[type="submit"].border.white:hover,
a.button.border.white:hover {
    border: 2px solid #fff;
    color: #333;
    background-color: #fff;
}


/* Input buttons*/
body input[type="button"],
body input[type="submit"] {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}

a.button.border.center,
a.button.center,
input[type="button"].center,
input[type="submit"].center {
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 19px;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}


/* ---------------------------------- */
/* Tooltips
------------------------------------- */
#tiptip_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 99;
}

#tiptip_holder.tip_top {
    padding-bottom: 10px;
    -webkit-transform: translateX(12px)
}

#tiptip_holder.tip_bottom { padding-top: 10px; }
#tiptip_holder.tip_right { padding-left: 10px; }
#tiptip_holder.tip_left { padding-right: 10px; }

#tiptip_content {
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 600;
    letter-spacing: 1px !important;
    font-size: 11px;
    line-height: 16px;
    padding: 8px 16px;
    background-color: #333;
    border-radius: 50px;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #333; }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #333; }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#333; left: 11px; }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #333; right: -1px; }

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #333;
}


/* ---------------------------------- */
/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
    padding: 3px 0 0 0;
    margin-left: 10px;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
    list-style: none;
    margin: 10px 0;
    line-height: 27px;
    margin-left: 22px;
    position: relative;
}

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
    margin-top: 0;
}


.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
    font-family: "simple-line-icons";
    margin: 0;
    position: relative;
    color: #666;
    float: left;
    margin-left: -32px;
    display: block;
}

.list-1.gray li:before {
    color: #777;
}

.list-4 li:before { content: "\e080"; font-size: 18px; top: 1px; }
.list-3 li:before { content: "\e079"; font-size: 18px; top: 1px; }
.list-2 li:before { content: "\e606"; font-size: 16px; right: -2px; }
.list-1 li:before { content: "\e09b"; font-size: 18px; }


/* List Links */
.list-links {
    list-style: none;
    margin-left: 10px;
}

ul.list-links ul { padding-left: 25px;}

.list-links li {
    list-style: none;
    margin: 8px 0;
    line-height: 26px;
    position: relative;
}

.list-links li a {
    padding: 4px 0;
}

.list-links li:before {
    font-family: "simple-line-icons";
    margin: 0;
    position: relative;
    color: #666;
    float: left;
    padding: 0 10px 0 0;
    display: inline-block;
    content: "\e606";
    font-size: 14px;
    color: #a0a0a0;
    margin-left: -25px;
}



/* Numbered Style */
.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}

.numbered ol > li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color ol > li::before {
    border: 1px solid #666;
    color: #666;
}

.numbered.color.filled ol > li::before {
    border: 1px solid #666;
    color: #fff;
    background-color: #666;
}



/* ---------------------------------- */
/* Table
------------------------------------- */
table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;
    margin-bottom: 15px;
}

table.basic-table th {
    background-color: #666;
    text-align: left;
    color: #fff;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

table.basic-table th,
table.basic-table td {
    padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
    background-color: #f6f6f6
}

table.basic-table { margin-bottom: 0; }



/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
}

.tabs-nav li {
    float: left;
    line-height: 45px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
    border-bottom: 2px solid transparent;
    color: #333;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 14px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
}

body .tabs-nav li a {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tabs-nav li a:hover { border-color: #333}

.tab-reviews { color: #aaa; }

.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #666;
    color: #666;
    z-index: 11;
}

.tab-content {
    padding: 28px 33px;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
}

.tab-content p:last-child { margin-bottom: 0; }


.style-2 .tabs-container {box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05); border-radius: 3px;}

/* Tabs Style 1 */
.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0 0;
}

/* Taba Style 3 */
.style-3 .tabs-nav {
    text-align: center;
}

.style-3 .tabs-nav li {
    float: none;
    line-height: 32px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
    display: inline-block;
    text-align: center;
}

.style-3 .tabs-nav li a {
    border: none;
    color: #333;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 7px 24px;
    text-decoration: none;
    font-size: 14px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
    border-color: #666;
    background-color: #666;
    color: #fff;
    z-index: 11;
}

.style-3 .tabs-container .tab-content {
    border: none;
    padding: 30px 0 0 0;
}


/* Tabs Style 4 */
.style-4 .tabs-nav {
    width: 35%;
    display: table-cell;
}

.style-4 .tabs-container {
    width: 65%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}


.style-4 .tabs-container .tab-content {
    border: none;
    padding: 10px 0 0 0;
}


.style-4.tabs { display: table; }

.style-4 .tabs-nav li a {
    float: none;
    width: 90%;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: 0 0 1px 0;
    border: none;
    padding: 9px 24px;
    line-height: 30px;
    border-radius: 52px;
}

.style-4 .tabs-nav li.active a {
    background-color: #666;
    color: #fff;
}

.style-4 .tabs-nav li {
    width: 100%;

}

/* Tabs Style 5 */
.style-5 .tabs-nav li {
    width: 33.33%;
}


.stytle-5 .tabs-container .widget-text {
    position: relative;
    top: 50px;
    transform: transitionY(-50%);
    display: inline-block;
}


.style-5 .tabs-nav {
    bottom: 5px;
    position: relative;
}

.style-5 .tabs-nav li a {
    border: none;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 4px;
    padding: 0;
}

.style-5 .tabs-nav li.active a {
    background-color: #666;
    color: #fff;
}


.style-5 .tabs-container .tab-content {
    box-shadow: none;
    border: none;
    padding: 20px 0 0 0;
}


/* Blog Widget Tabs */
.blog .widget-thumb {
    display: inline-block;
}

.blog .widget-thumb a img {
    width: 100%;
    height: auto;
}

.blog .widget-text {
    display: inline-block;
    width: 70%;
    padding: 0 5px 0 0;
    position: relative;
}

.blog .widget-tabs .widget-content {
    display: table;
}

.blog .widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}

.blog .widget-tabs li {
    padding: 0 0 20px 0;
    margin: 24px 0 0 0;
}

.blog .widget-tabs li:first-child {
    margin: 0;
}

.tabs-nav.blog li {
    width: 33.33%;
    display: inline-block;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    padding-right: 1px;
}

.style-5 .tabs-nav.blog li a {
    border-radius: 0;
}

.style-5 .tabs-nav.blog li:first-child  a {
    border-radius: 50px 0 0 50px
}

.style-5 .tabs-nav.blog li:last-child  a{
    border-radius: 0 50px 50px 0;
}

.tabs-nav.blog li:last-child {
    padding-right: 0;
}

.widget-tabs li:last-child {
    padding-right: 0;
    border-bottom: none;
}

.tabs-nav.blog li a {
    padding: 1px 12px;
    width: 100%;
}

.tabs-nav.blog li a i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.tabs-nav.blog li:first-child a i { left: 3px; }
.tabs-nav.blog li:last-child a i { right: 3px; }




/* ---------------------------------- */
/* Pricing Tables
------------------------------------- */
.plan-price h3 {
    text-align: center;
    font-size: 22px;
    padding: 0 0 30px 0;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 0;
    letter-spacing: -0.5px;
}

.plan-price {
    font-size: 42px;
    font-weight: 300;
    color: #333;
    text-align: center;
    padding: 40px 0;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.plan {	box-sizing: border-box; margin: 0 10px; margin-bottom: 30px; }

.plan {
    border: 1px solid #e6e6e6;
    z-index: 9;
    position: relative;
    display: block;
    border-radius: 4px;
    transition: 0.25s;
}

.plan:hover {
    border-color: #e0e0e0;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
    transform: translateY(-10px);
}

.plan.color-2 { border: none; }

.plan.color-2:hover .plan-features { border-color: #e0e0e0; }

.plan.color-2 .plan-features {
    border: 1px solid #e6e6e6;
    border-top: none;
}



/* Colors */
.plan.color-1 .plan-price { background-color: #f6f6f6; }

.plan.color-2 .plan-price { background-color: #666; }

.plan-price .value {
    font-weight: 300;
    letter-spacing: -1px;
}

.plan-price .value i {
    font-style: normal;
}

.period {
    display: block;
    font-size: 18px;
    margin: 10px 0 0 0;
    opacity: 0.7;
    font-weight: 300;
}

.plan-features {
    background: #fff;
    border-top: none;
    text-align: center;
    border-radius: 0 0 4px 4px;
    transition: 0.2s;
}

.plan-features ul {
    padding: 30px;
    margin: 0;
}

.plan-features ul li {
    padding: 4px 0;
    text-align: center;
    margin: 0;
    list-style-type: none;
}


.plan-features a.button {
    background-color: #eee;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    margin-bottom: 40px;
    padding: 11px 26px;
}

.plan-features a.button:hover {
    background-color: #666;
    color: #fff;
}

.plan-features a.button i {
    font-size: 18px;
    padding-right: 5px;
}


.color-2 .plan-price,
.color-2 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-2 .plan-features a.button  { color: #fff; }


.plan.columns,
.plan.column {margin-bottom: 40px;}



/* ---------------------------------- */
/* Accordion / Toggles
------------------------------------- */

.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 27px;
    margin: -1px 0 0 0;
}

body .ui-accordion .ui-accordion-header,
body .trigger a {
    text-transform: uppercase;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
    padding-right: 6px;
}

.ui-accordion .ui-accordion-header:hover,
.trigger a:hover { background-color: #f6f6f6; }

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p { margin: 0; }


/* Style 2 of accordions and toggles */
.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 27px 0;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    padding-right: 60px;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a { text-transform: none; }

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
    padding: 0px 0 30px 0;
    border: none;
}


.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
    border-bottom: 1px solid #e0e0e0
}

.style-2 .ui-accordion .ui-accordion-header-active { border: none; }

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 28px;
    transform: translate3d(0,-50%,0) rotate(0);
    transition: 0.2s;

}
.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
    margin-top: 2px;
    transform: translate3d(0,-50%,0) rotate(45deg);
}


/* ---------------------------------- */
/* Dropcaps
------------------------------------- */
.dropcap {
    float: left;
    color: #888;
    font-size: 40px;
    line-height: 42px;
    padding-top: 4px;
    padding-right: 10px;
    font-weight: 600;
}


/* ---------------------------------- */
/* Parallax Banner
------------------------------------- */
.parallax-banner {
    position: relative;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}

.parallax-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    background-color: rgba(34,34,34,0.5)
}

.parallax-title {
    position: relative;
    z-index: 10;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    left: 0;
    text-align: center;
    line-height: 46px;
}

.parallax-title span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 23px;
    font-weight: 300;
    opacity: 0.65;
    line-height: 32px;
}


/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
    background: #f6f6f6;
    display: block;
    padding: 35px 38px;
    position: relative;
}

.info-content {
    float: left;
    font-size: 18px;
    padding-right: 200px;
}

.info-banner p {
    margin: 2px 0 0 0;
    color: #888;
}

.info-banner a.button {
    position: absolute;
    top: 50%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    right: 40px;
    margin: 0;
    font-size: 14px;
    padding: 11px 17px;
}

.info-banner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

/* Styles for info banner with parallax */
.parallax.background .info-banner-fw {
    background: transparent;
    padding: 90px 0px;
    font-weight: 500;

}

.parallax.background { position: relative;}

.top-1 { position: relative; top: -1px; }
.top-0 { position: relative; }

.parallax.background .info-banner-fw a:hover {
    color: #333;
}

.parallax.boxed,
.info-banner-fw.boxed {
    border-radius: 5px;
}


.info-banner-fw.light {
    background-color: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
    z-index: 999;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
}

.info-banner-fw a.button {
    padding: 11px 17px;
    line-height: 27px;
}


/* ---------------------------------- */
/* Info Banner Full Width
------------------------------------- */
.info-banner-fw {
    background-color: #666;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    padding: 65px 0;
    text-align: center;
    margin: -1px 0 0px 0;
}

.info-banner-fw a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    padding: 15px 24px;
    margin: 0 0 0 30px;
    position: relative;
    top: -7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
}

body .info-banner-fw a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-banner-fw a:hover {
    background-color: #fff;
    color: #666;
}


/* ---------------------------------- */
/* Skill bars
------------------------------------- */
.skills-container {
    width: 100%;
    display: inline-block;
}

.skill-bar {
    height: 8px;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 50px;
    margin: 25px 0 35px 0;
}

.skill-title h5 {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    top: -35px;
    width: 90%;
}

.skill-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #666;
    border-radius: 50px
}

body .skill-bar-value {
    overflow: visible;
}


/* Style 2 */
.skills-container.style-2 .skill-bar {
    height: 44px;
    margin: 6px 0;
    border-radius: 0;
}

.skills-container.style-2 .skill-bar-value { border-radius: 0; }

.skills-container.style-2 .skill-title h5 {
    top: 2px;
    color: #fff;
    left: 20px;
    line-height: 22px;
}

.skills-container.style-2 .skill-title h5 i {
    font-size: 16px;
    position: relative;
    top: 2px;
    width: 24px;
    display: inline-block;
    padding-right: 2px;
}



/* ---------------------------------- */
/* Team Members
------------------------------------- */
.the-team { margin-bottom: 30px; }

.the-team-content {
    background-color: #f8f8f8;
    padding: 33px 38px 35px 38px;
    margin: 0;
}

.the-team-content h5 {
    font-weight: 700;
    line-height: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 3px 0;
}

.the-team h5 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 0px;
}

.the-team-content i {
    font-weight: 500;
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-top: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.the-team-content p {
    display: block;
    margin: 11px 0 0 0;
    line-height: 27px;
}

.the-team span {
    margin: 9px 0 17px 0;
}



/* ---------------------------------- */
/* Social Icons
------------------------------------- */
.social-icons { padding-left: 5px; }

.social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px;
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -webkit-filter: blur(radius);
}

.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid transparent;

}

.social-icons.fixed li a {
    display: block;
}

/* Common Styles */
.social-icons li a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;	transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -webkit-filter: blur(radius);

}

.social-icons li a:hover,
.social-icons li a i {
    color: #fff;
}

.social-icons li a i {
    top: -30px;
    opacity:0;
}

.social-icons li a:hover i {
    top: 0;
    opacity: 1;
}


/* Rounded Style */
.social-icons.rounded li a { border-radius: 50%; }


/* Border Style */
.social-icons.border li a {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.social-icons.border li a:hover {
    border-color: transparent;
}

/* Color Style */
.social-icons.color li a {
    border-color: transparent;
}
.social-icons.color li a i,
.social-icons.color li a:hover i {
    top: 0;
    opacity: 1;
}

.social-icons.color a:before { opacity: 0; }

/* Fixed Style */
.social-icons.fixed {
    position: fixed;
    left: 0;
    padding-left: 2px;
    top: 100px;
    width: 50px;
}

.social-icons.fixed li {
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
    margin-top: 7px;
}

.social-icons.fixed li a { background-color: rgba(51,51,51,0.35); }
.social-icons.fixed li a:before { color: #fff; }

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
    font-family: "fontello";
    font-size: 16px;
    line-height: 16px;
    color: #a0a0a0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    z-index: 20;
    transform:scale(0.9);
}

/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {font-size: 14px ;}
.twitter i, .twitter:before { margin: 13px 0 0 12px; }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover { background-color: #3bc1ed !important; }
.twitter:hover,
.social-icons.color  .twitter,
.social-icons.fixed .twitter:hover { background-color: #3bc1ed; border-color: #3bc1ed; }

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ; }

.facebook i, .facebook:before { margin: 13px 0 0 16px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d !important; }
.social-icons.color .facebook,
.social-icons.fixed .facebook:hover { background-color: #4a6d9d ; border-color: #4a6d9d ;}

.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5 !important; }
.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover { background-color: #0b7bb5 ; border-color: #0b7bb5 ;}

.delicious i, .delicious:before { margin: 13px 0 0 13px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1 !important ; }
.social-icons.color .delicious,
.social-icons.fixed .delicious:hover { background-color: #3274d1 ; border-color: #3274d1 ;}

.paypal i, .paypal:before { margin: 13px 0 0 13px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a !important ; }
.social-icons.color .paypal,
.social-icons.fixed .paypal:hover { background-color: #2e689a ; border-color:#2e689a  ;}

.gplus i, .gplus:before { margin: 13px 0 0 13px; }
.gplus:before { content: "\2b"; top: 0; opacity:1; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824 !important ; }
.social-icons.color .gplus,
.social-icons.fixed .gplus:hover { background-color: #d53824 ;border-color: #d53824 ;}

.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924 !important ; }
.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover { background-color: #eb4924 ; border-color:#eb4924  ;}

.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444 !important ; }
.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover { background-color: #444 ; border-color:  #444 ;}

.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25 !important ; }
.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover { background-color: #cb1f25 ; border-color: #cb1f25 ;}

.forrst i, .forrst:before { margin: 13px 0 0 15px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e !important ; }
.social-icons.color .forrst,
.social-icons.fixed .forrst:hover { background-color: #40833e ; border-color:  #40833e ;}

.digg i, .digg:before { margin: 13px 0 0 12px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685 !important ; }
.social-icons.color .digg,
.social-icons.fixed .digg:hover { background-color: #205685 ; border-color: #205685 ;}

.spotify i, .spotify:before { margin: 13px 0 0 13px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405 !important ; }
.social-icons.color .spotify,
.social-icons.fixed .spotify:hover { background-color: #6ca405 ; border-color: #6ca405 ;}

.reddit i, .reddit:before { margin: 13px 0 0 12px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040 !important ; }
.social-icons.color .reddit,
.social-icons.fixed .reddit:hover { background-color: #404040 ; border-color:  #404040 ;}

.appstore i, .appstore:before { margin: 13px 0 0 14px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0 !important ; }
.social-icons.color .appstore,
.social-icons.fixed .appstore:hover { background-color: #c0c0c0 ; border-color: #c0c0c0 ;}

.blogger i, .blogger:before { margin: 13px 0 0 13px; font-size: 14px ; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501 !important ; }
.social-icons.color .blogger,
.social-icons.fixed .blogger:hover { background-color: #ff6501 ; border-color:#ff6501  ;}

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important ; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ;}

.evernote i, .evernote:before { margin: 13px 0 0 15px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130  !important; }
.social-icons.color .evernote,
.social-icons.fixed .evernote:hover { background-color: #6bb130 ; border-color: #6bb130 ;}

.flickr i, .flickr:before { margin: 13px 0 0 13px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5  !important; }
.social-icons.color .flickr,
.social-icons.fixed .flickr:hover { background-color: #136dd5 ;border-color: #136dd5 ; }

.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px ; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00  !important; }
.social-icons.color .rss,
.social-icons.fixed .rss:hover { background-color: #fe8f00 ; border-color: #fe8f00 ;}

.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px ; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29  !important; }
.social-icons.color .youtube,
.social-icons.fixed .youtube:hover { background-color: #bf2f29 ;border-color: #bf2f29 ; }

.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px ; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0  !important; }
.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover { background-color: #4c8ab0 ; border-color: #4c8ab0 ;}

.xing i, .xing:before { margin: 13px 0 0 14px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568 !important ; }
.social-icons.color .xing,
.social-icons.fixed .xing:hover { background-color: #036568 ; border-color: #036568 ;}

.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2  !important; }
.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover { background-color: #9251a2 ; border-color: #9251a2 ;}

.amazon i, .amazon:before { margin: 13px 0 0 12px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842  !important; }
.social-icons.color .amazon,
.social-icons.fixed .amazon:hover { background-color: #2f3842 ; border-color: #2f3842  ;}

.steam i, .steam:before { margin: 13px 0 0 11px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838 !important ; }
.social-icons.color .steam,
.social-icons.fixed .steam:hover { background-color: #383838 ; border-color:  #383838 ;}

.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd !important ; }
.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover { background-color: #2c92dd ;border-color:#2c92dd  ; }

.github i, .github:before { margin: 13px 0 0 13px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381  !important; }
.social-icons.color .github,
.social-icons.fixed .github:hover { background-color: #5c7381 ;border-color: #5c7381 ; }

.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309 !important ; }
.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover { background-color: #d21309 ;border-color: #d21309 ; }

.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d !important ; }
.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover { background-color: #3d658d ;border-color: #3d658d ; }

.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838  !important; }
.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover { background-color: #383838 ; border-color: #383838 ;}

.instagram i, .instagram:before { margin: 13px 0 0 13px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94  !important; }
.social-icons.color .instagram,
.social-icons.fixed .instagram:hover { background-color: #3f6f94 ;border-color:#3f6f94  ; }


/* Web Font */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?31771571');
    src: url('../fonts/fontello.eot?31771571#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?31771571') format('woff'),
    url('../fonts/fontello.ttf?31771571') format('truetype'),
    url('../fonts/fontello.svg?31771571#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-icons li i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}

.icon-delicious:before { content: '\23'; } /* '#' */
.icon-paypal:before { content: '\24'; } /* '$' */
.icon-gplus:before { content: '\2b'; } /* '+' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-fivehundredpx:before { content: '\30'; } /* '0' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-forrst:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\3b'; } /* ';' */
.icon-spotify:before { content: '\3d'; } /* '=' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-blogger:before { content: '\42'; } /* 'B' */
.icon-dribbble:before { content: '\44'; } /* 'D' */
.icon-evernote:before { content: '\45'; } /* 'E' */
.icon-flickr:before { content: '\46'; } /* 'F' */
.icon-linkedin:before { content: '\4c'; } /* 'L' */
.icon-rss:before { content: '\52'; } /* 'R' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-vimeo:before { content: '\56'; } /* 'V' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-yahoo:before { content: '\59'; } /* 'Y' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-steam:before { content: '\62'; } /* 'b' */
.icon-dropbox:before { content: '\64'; } /* 'd' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-github:before { content: '\67'; } /* 'g' */
.icon-lastfm:before { content: '\6c'; } /* 'l' */
.icon-tumblr:before { content: '\74'; } /* 't' */
.icon-wordpress:before { content: '\77'; } /* 'w' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '?' */
.icon-instagram:before { content: '\f31f'; } /* '?' */



/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success,
.notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px;
}

.notification p { margin: 0; }
.notification span { font-weight: 600; }

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
    background-color: #EBF6E0;
    color: #5f9025;
}

.notification.error,
.notification.error a,
.notification.error strong {
    background-color: #ffe9e9;
    color: #de5959;
}

.notification.warning,
.notification.warning a,
.notification.warning strong {
    background-color: #FBFADD;
    color: #8f872e;
}

.notification.notice,
.notification.notice a,
.notification.notice strong {
    background-color: #E9F7FE;
    color: #4587a9;
}

body .notification strong { border: none; }

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    padding: 0px 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


.notification.notice p span i { font-weight: 500; }
.notification a.button {
    float: right;
    color: #fff;
    margin-top: 3px;
}

.notification.notice a.button { background-color: #388fc5; }
.notification.warning a.button { background-color: #dfbe51; }
.notification.error a.button { background-color: #d34c4c; }
.notification.success a.button { background-color: #79ba38; }

.notification.closeable a.close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
}


/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
    margin: 9px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.pagination-next-prev {
    position: relative;
    top: -66px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}


.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    margin:0;
    line-height: 22px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px;
}

.pagination ul li a {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    line-height: 52px;
}

.pagination ul li a i {
    line-height: 52px;
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background-color: #f2f2f2;
    color: #333;
}

.pagination-next-prev a.next { float: right; }
.pagination-next-prev a.prev { float: left; }

.pagination-next-prev ul li a {
    color: #333;
    padding: 12px 16px;
    text-transform: uppercase;
}

.pagination ul,
.pagination-next-prev ul {	padding: 0; list-style-type: none;}


/* ------------------------------------------------------------------- */
/*  Utility Pages
---------------------------------------------------------------------- */

/* 404 Error Page
----------------------------------- */
#not-found { margin: 90px 0 115px 0; }

#not-found h2 {
    text-align: center;
    font-size: 240px;
    line-height: 210px;
    font-weight: 500;
    letter-spacing: -5px;
}

#not-found p {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    color: #999;
}

#not-found i {
    color: #a0a0a0;
    font-size: 210px;
    top: -12px;
    position: relative;
}


/* Cooming Soon Page
----------------------------------- */
#countdown {
    font-weight: 600;
    float: none;
    display: inline-block;
}

#countdown div {
    display: inline-block;
    margin: 0 5px;
    float: left;
}

#countdown div:first-child i { border: none;}

#countdown span {
    background-color: rgba(255,255,255,0.1);
    font-size: 40px;
    color: #fff;
    width: 120px;
    display: inline-block;
    padding: 32px 0;
    letter-spacing: -1px;
    border-radius: 3px 3px 0 0;
}

#countdown i {
    display: block;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 0;
    letter-spacing: 1px;
    background-color: #fff;
    color: #333;
    border-radius: 0 0 3px 3px;
}

.countdown-text {
    font-size: 24px;
    margin-top: 15px;
    line-height: 36px;
    font-weight: 300;
}


/* Login Register
---------------------------------- */
.rememberme {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.lost_password { margin: -10px 0 0 0; }

.rememberme input {
    margin: 0 2px 0 0;
    display: inline-block;
    min-height: auto;
    width: auto;
}

.my-account label {
    position: relative;
}

.my-account label input {
    margin-top: 8px;
    padding-left: 45px;
}

.my-account label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 16px;
}



/* ------------------------------------------------------------------- */
/*  05. Others
---------------------------------------------------------------------- */

/* Secondary Font
	---------------------------------- */
body, input[type="text"], input[type="password"], input[type="email"], textarea,
#tiptip_holder, .tp-caption .caption-text, select, .R_title.ghost, .background.parallax p {
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}


/* Main Font
	---------------------------------- */
h1, h2, h3, h4, h5, h6,  .button,  input[type="button"],
input[type="submit"], button, .tp-caption, .menu > li > a, .option-set li a, .icon-box-2 span,
#breadcrumbs, .project-category span, .details, .img-hover::after,.zoom-hover::after, .pagination, .pagination-next-prev,
.services-list, .sidebar-btn, .tabs-nav li a, table.basic-table th, .comment-by a.reply, .parallax-title,
.the-team-content i, .counter-box i, .counter, .info-banner-fw a, .menu-responsive i.menu-trigger:after,
.parallax.background .info-banner-fw, .mega-headline, .resume-table strong, .parallax-content h2, .trigger a,
.post-categories, .share-buttons a, #countdown, #tiptip_content, #header-container #titlebar.single-post-titlebar .meta-tags span,
#blogSlider .meta-tags span, #posts-nav, .tags a, .testimonial-author span, .testimonial p,  .background.parallax .testimonial p, .viewer .close,
.rsDefaultInv .rsThumb
{
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: none;
}


/* Other Stuff
	---------------------------------- */
/* Gutter Reset */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* Boxed & Full Width Layout */
body.boxed {
    margin: 0 auto;
    background-color: #eee;
}

/* Uppercase Reset */
body.uppercase input[type="submit"],
body.uppercase button,
body.uppercase h1,
body.uppercase h2,
body.uppercase h3,
body.uppercase h4,
body.uppercase h5,
body.uppercase .menu > li > a,
body.uppercase .caption-title { text-transform: uppercase; letter-spacing: 1px; }

#wrapper { background-color: #fff; }


/* Misc about me page styling*/
.about-me-intro {
    font-size: 22px;
    line-height: 38px;
    padding-right: 60px;
    color: #777;
}

.service-intro,

.section-title,
.about-me-title { line-height: 38px; padding-right: 50px; }

h2.about-me-title,
h2.section-title { letter-spacing: 0; line-height: 42px; padding-right: 50px; }


/* Section Background */
.section-background { background-color: #f8f8f8; padding:  65px 0; }


/* Footer headlines */
#footer h5,
#footer h4,
#footer h3,
.menu > li > a { text-transform: uppercase; letter-spacing: 1px;}

mark.color {
    color: #fff;
    background-color: #666
}


/* Demo Styles */
.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 { line-height: 40px; }

.sl-icons-demo i { width: 25px;
    display: inline-block;
    top: 1px;
    position: relative;
}

.icons .fa.fa-fw { margin-right: 3px; font-size: 14px; }
.icons .text-muted { display: none; }

/* Icons Demo Styles */
.glyph {
    font-size: 16px;
    width: 33%;
    display: inline-block;
    transition: 0.3s;
}

.mls {
    font-size: 16px;
    top: -8px;
    display: inline-block;
    position: relative;
}

.fs1 { font-size: 32px; }

.pbs .ln { width: 50px; display: inline-block;}

.unit,
.unitRight,
.fs0 { display: none; }

.pbs {
    padding: 10px 0 5px 15px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    transition: 0.2s;
}

.pbs:hover { background-color: #f2f2f2; }


/* ---------------------------------- */
/* Offsets
	------------------------------------- */

/* Margin Top */
.margin-top-0  { margin-top: 0 !important; }
.margin-top-1  { margin-top: 1px !important; }
.margin-top-2  { margin-top: 2px !important; }
.margin-top-3  { margin-top: 3px !important; }
.margin-top-4  { margin-top: 4px !important; }
.margin-top-5  { margin-top: 5px !important; }
.margin-top-6  { margin-top: 6px !important; }
.margin-top-7  { margin-top: 7px !important; }
.margin-top-8  { margin-top: 8px !important; }
.margin-top-9  { margin-top: 9px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-55 { margin-top: 55px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-65 { margin-top: 65px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-75 { margin-top: 75px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-85 { margin-top: 85px !important; }
.margin-top-90 { margin-top: 90px !important; }
.margin-top-95 { margin-top: 95px !important; }
.margin-top-100 { margin-top: 100px !important; }

/* Margin Bottom */
.margin-bottom-0  { margin-bottom: 0 !important; }
.margin-bottom-5  { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-35 { margin-bottom: 35px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-65 { margin-bottom: 65px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-75 { margin-bottom: 75px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-85 { margin-bottom: 85px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-bottom-95 { margin-bottom: 95px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }

/* Margin Left */
.margin-left-0  { margin-left: 0 !important; }
.margin-left-1  { margin-left: 1px !important; }
.margin-left-2  { margin-left: 2px !important; }
.margin-left-3  { margin-left: 3px !important; }
.margin-left-4  { margin-left: 4px !important; }
.margin-left-5  { margin-left: 5px !important; }
.margin-left-6  { margin-left: 6px !important; }
.margin-left-7  { margin-left: 7px !important; }
.margin-left-8  { margin-left: 8px !important; }
.margin-left-9  { margin-left: 9px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-35 { margin-left: 35px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-45 { margin-left: 45px !important; }
.margin-left-50 { margin-left: 50px !important; }
.margin-left-55 { margin-left: 55px !important; }
.margin-left-60 { margin-left: 60px !important; }
.margin-left-65 { margin-left: 65px !important; }
.margin-left-70 { margin-left: 70px !important; }
.margin-left-75 { margin-left: 75px !important; }
.margin-left-80 { margin-left: 80px !important; }
.margin-left-85 { margin-left: 85px !important; }
.margin-left-90 { margin-left: 90px !important; }
.margin-left-95 { margin-left: 95px !important; }
.margin-left-100 { margin-left: 100px !important; }

/* Margin Right */
.margin-right-0  { margin-right: 0 !important; }
.margin-right-1  { margin-right: 1px !important; }
.margin-right-2  { margin-right: 2px !important; }
.margin-right-3  { margin-right: 3px !important; }
.margin-right-4  { margin-right: 4px !important; }
.margin-right-5  { margin-right: 5px !important; }
.margin-right-6  { margin-right: 6px !important; }
.margin-right-7  { margin-right: 7px !important; }
.margin-right-8  { margin-right: 8px !important; }
.margin-right-9  { margin-right: 9px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-35 { margin-right: 35px !important; }
.margin-right-40 { margin-right: 40px !important; }
.margin-right-45 { margin-right: 45px !important; }
.margin-right-50 { margin-right: 50px !important; }
.margin-right-55 { margin-right: 55px !important; }
.margin-right-60 { margin-right: 60px !important; }
.margin-right-65 { margin-right: 65px !important; }
.margin-right-70 { margin-right: 70px !important; }
.margin-right-75 { margin-right: 75px !important; }
.margin-right-80 { margin-right: 80px !important; }
.margin-right-85 { margin-right: 85px !important; }
.margin-right-90 { margin-right: 90px !important; }
.margin-right-95 { margin-right: 95px !important; }
.margin-right-100 { margin-right: 100px !important; }

.padding-top-45 { padding-top: 45px !important; }
.padding-bottom-45 { padding-bottom: 45px !important; }
.padding-top-60 { padding-top: 60px !important; }
.padding-bottom-60 { padding-bottom: 60px !important; }
.padding-bottom-70 { padding-bottom: 70px; }

.padding-left-30 { padding-left: 30px !important; }

/* Other Offsets */
.extra-gutter-left { padding-left: 25px; }
.extra-gutter-left-30px { padding-left: 30px; }
.extra-gutter-left-35px { padding-left: 35px; }

.extra-gutter-right { padding-right: 25px; }
.extra-gutter-right-30px { padding-right: 30px; }
.extra-gutter-right-35px { padding-right: 35px; }


.isotope-wrapper.extra-gutter-right { margin-right: -6px; padding-right: 0; }
.isotope-wrapper.extra-gutter-left { margin-left: -6px; padding-left: 0; }



/* ------------------------------------------------------------------- */
/* 06. Media Queries
---------------------------------------------------------------------- */

/* Large (devices and browsers) */
@media only screen and (min-width: 1660px) {

    /* Isotope Grid Size */
    .isotope-one-cols .isotope-sizer,
    .isotope-one-cols .isotope-item { width: 100%; }

    .isotope-two-cols .isotope-sizer,
    .isotope-two-cols .isotope-item { width: 50%; }

    .isotope-three-cols .isotope-sizer,
    .isotope-three-cols .isotope-item { width: 33.33%; }

    .isotope-four-cols .isotope-sizer,
    .isotope-four-cols .isotope-item { width: 25%; }

    .isotope-five-cols .isotope-sizer,
    .isotope-five-cols .isotope-item { width: 20%; }

    .isotope-six-cols .isotope-sizer,
    .isotope-six-cols .isotope-item { width: 16.66%; }
    .custom-caption-2 { padding-left: 0 !important;}

}

/* Standard 1180 (devices and browsers) */
@media (max-width: 1659px) {

    .custom-caption-2 { padding-left: 12% !important;}
    .centered.custom-caption-2 { padding-left: 0 !important;}

    /* Isotope Grid Size */
    .isotope-one-cols .isotope-sizer,
    .isotope-one-cols .isotope-item { width: 100%; }

    .full-width-blog-with-sidebar .isotope-three-cols .isotope-sizer,
    .full-width-blog-with-sidebar .isotope-three-cols .isotope-item,
    .blog-wrapper-with-sidebar.isotope-three-cols .isotope-sizer,
    .blog-wrapper-with-sidebar.isotope-three-cols .isotope-item,
    .isotope-two-cols .isotope-sizer,
    .isotope-two-cols .isotope-item { width: 50%; }

    .isotope-three-cols .isotope-sizer,
    .isotope-three-cols .isotope-item { width: 33.33%; }

    .isotope-four-cols .isotope-sizer,
    .isotope-four-cols .isotope-item,
    .blog-wrapper.isotope-five-cols .isotope-sizer,
    .blog-wrapper.isotope-five-cols .isotope-item { width: 25%; }

    .isotope-six-cols .isotope-sizer,
    .isotope-six-cols .isotope-item { width: 16.66%; }


    .blog-wrapper.isotope-four-cols .post-content { padding: 45px; }
    .blog-wrapper.isotope-four-cols  .post-content h3 { font-size: 22px; line-height: 32px; margin-bottom: -5px; }
    .blog-wrapper.isotope-four-cols .post-quote { padding: 40px }

    /* Titlebar */
    #titlebar.single-post-titlebar { padding: 150px 0 !important; }
    #header#header-container #titlebar.large { padding: 130px 0; }
    #header-container #titlebar.centered { padding: 110px 0; }

    #header-container #titlebar { padding: 90px 0; }
    .glyph {  width: 45%; }

    #counters { padding: 80px 0;}

    .parallax-content.wide h2 {
        max-width: 70%;
        font-size: 80px;
    }

    .fullscreen.video .parallax-content h2 {
        font-size: 58px;
        line-height: 76px;
    }
    .icon-box-4:after { margin-top:-55%; }

    .fullscreen-nav-container ul li { font-size: 42px; line-height: 36px; padding: 18px; }
}


/* Smaller than standard 1180 (devices and browsers) */
@media (max-width: 1239px) {

    .full-width.projects a {  width: 33.33333%; }

    .counter-box i,
    .counter-box .counter { font-size: 44px; }
    .counter-box p { font-size: 18px; margin-top: 7px; }

    .parallax-banner { padding: 80px 0 75px 0;}
    .parallax-title { font-size: 36px;}
    .parallax-title span { font-size: 22px;}


    /* Blog Grid Sizes */
    .blog-wrapper.isotope-one-cols .isotope-sizer,
    .blog-wrapper.isotope-one-cols .isotope-item { width: 100%; }

    .related-posts.isotope-three-cols .isotope-sizer,
    .related-posts.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-two-cols .isotope-sizer,
    .blog-wrapper.isotope-two-cols .isotope-item { width: 50%; }

    .blog-wrapper.isotope-three-cols .isotope-sizer,
    .blog-wrapper.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-four-cols .isotope-sizer,
    .blog-wrapper.isotope-four-cols .isotope-item,
    .blog-wrapper.isotope-five-cols .isotope-sizer,
    .blog-wrapper.isotope-five-cols .isotope-item { width: 33.33%; }

    .full-width-blog-with-sidebar .isotope-three-cols .isotope-sizer,
    .full-width-blog-with-sidebar .isotope-three-cols .isotope-item,
    .blog-wrapper-with-sidebar.isotope-three-cols .isotope-sizer,
    .blog-wrapper-with-sidebar.isotope-three-cols .isotope-item { width: 50%; }

    .blog-wrapper.isotope-six-cols .isotope-sizer,
    .blog-wrapper.isotope-six-cols .isotope-item { width: 16.66%; }

    .full-width-blog-with-sidebar .post-content,
    .blog-wrapper-with-sidebar .post-content,
    .blog-wrapper.isotope-three-cols .post-content,
    .blog-wrapper.isotope-three-cols .post-content,
    .blog-wrapper.isotope-four-cols .post-content,
    .blog-wrapper.isotope-four-cols .post-content,
    .blog-wrapper.isotope-five-cols .post-content,
    .blog-wrapper.isotope-five-cols .isotope-item { padding: 45px; }

    /* Titlebar */
    #titlebar.single-post-titlebar { padding: 110px 0 !important; }

    #header-container #titlebar.large ,
    #header-container #titlebar.centered { padding: 100px 0; }
    #header-container #titlebar { padding: 80px 0; }

    #header-container.basic #titlebar { padding: 70px 0;}
    #header-container.basic #titlebar.centered { padding: 80px 0; }

    #titlebar h2,
    #titlebar.single-post-titlebar h2 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    /* Dynamic Grid */
    .og-content {
        padding: 40px;
        padding-left: 15px;
    }

    .og-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .add-comment input { width: 40%; }

    #countdown div {
        margin: 10px 5px;
        float: none
    }

    .image-edge-content h2 {
        font-size: 34px;
        line-height: 48px;
    }
    .image-edge { height: 60vw; }
    .image-edge-content {  padding: 0 6%; }

    /* 404 Error Page  */
    #not-found { margin: 40px 0 60px 0; }

    #not-found h2 {
        font-size: 180px;
        line-height: 160px;
    }

    #not-found p {
        font-size: 26px;
        line-height: 42px;
    }

    #not-found i {
        font-size: 180px;
        top: 0px;
    }

    .testimonial-carousel.full-width .testimonial { width: 50%; }
    .testimonial-carousel.full-width .owl-controls { width: 80%; }
    .projects.style-7 a .overlay {
        padding: 0 30px;
    }
    .icon-box-4:after { margin-top:-70%; }

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media (max-width: 991px) {

    .fullscreen-nav-container ul li { font-size: 32px; line-height: 26px; padding: 18px; }

    #loader-wrapper { display: none; }

    .icon-box-4:after { margin-top:-60%; }

    .button.social-btn { margin-bottom: 50px;}
    .testimonial-carousel.full-width .testimonial { width: 60%; }
    .testimonial-carousel.full-width .testimonial p { font-size: 20px; line-height: 36px; }
    .testimonial-carousel.full-width .owl-controls { width: 95%; }

    h3.headline { margin: 45px 0 35px 0; }

    .full-width.projects a {  width: 50%; }
    .vanilla-content { padding: 0; }
    .header-widget {
        float: none;
        margin: 0;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .header-widget li {
        text-align: left;
        margin-top: 35px;
        margin-bottom: 7px;
    }

    #logo {
        text-align: center;
        width: 100%;
    }

    h3.headline { font-size: 24px; line-height: 36px;  margin: 40px 0 37px 0;}

    .headline span.headline-detail {
        float: none;
        margin: 10px 0 5px 0;
    }

    .tabs-nav.blog li,
    .tabs-nav.blog li a,
    .tabs-nav li,
    .tabs-nav li a {
        width: 100%;
        padding: 0;
        border-radius: 3px;
        text-align: center;
        border-bottom: none;
    }

    .style-5 .tabs-nav.blog li a { border-radius: 50px !important;margin-bottom: 1px; }


    .style-1 .tabs-container .tab-content {  border: none; }
    .style-2 .tabs-container { display: inline-block; margin-top: 15px;}

    .tabs-nav li.active a { color: #fff !important; }

    .style-3 .tabs-nav li {
        margin-bottom: 2px;
    }

    .row div .widget:first-child { margin-top: 70px}

    .sidebar-textbox { margin-top: 0; }

    .counter-box i,
    .counter-box .counter { font-size: 54px; }
    .counter-box p { font-size: 21px; margin-top: 12px; }

    .counter-box { padding-bottom: 30px; margin-bottom: 30px;}
    .counter-box:after {
        height: 1px;
        width: 100%;
        top: 100%;
    }

    #counters { padding: 50px 0 0 0; }

    .counter-boxes-inside-parallax .counter-box-icon {
        top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .rev_slider .tp-caption, .rev_slider .caption { padding-top: 90px !important; }
    .relative-header.rev_slider .tp-caption, .relative-header.rev_slider .caption { padding-top: 0px !important; }

    .simple-slider.shop { margin-bottom: 30px; }

    /* Portfolio Grid */
    .isotope-sizer,
    .isotope-item,
    .fw .isotope-sizer,
    .fw .isotope-item,
    .item--width2,
    .item--width3,
    .fw .item--width2,
    .og-grid > li,
    .fw .item--width3 { width: 50%; }


    /* Blog Grid Sizes */
    .shop-wrapper.isotope-four-cols.fw .isotope-sizer,
    .shop-wrapper.isotope-four-cols.fw .isotope-item,
    .shop-wrapper.isotope-three-cols.fw .isotope-sizer,
    .shop-wrapper.isotope-three-cols.fw .isotope-item,
    .shop-wrapper.isotope-three-cols .isotope-sizer,
    .shop-wrapper.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-one-cols .isotope-sizer,
    .blog-wrapper.isotope-one-cols .isotope-item ,
    .blog-wrapper.isotope-two-cols .isotope-sizer,
    .blog-wrapper.isotope-two-cols .isotope-item,
    .blog-wrapper.isotope-three-cols .isotope-sizer,
    .blog-wrapper.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-four-cols .isotope-sizer,
    .blog-wrapper.isotope-four-cols .isotope-item,
    .blog-wrapper.isotope-five-cols .isotope-sizer,
    .blog-wrapper.isotope-five-cols .isotope-item ,
    .blog-wrapper.isotope-six-cols .isotope-sizer,
    .blog-wrapper.isotope-six-cols .isotope-item { width: 50% !important; }

    .extra-gutter-left,
    .extra-gutter-left-30px,
    .extra-gutter-left-35px { padding-left: 15px; }

    .extra-gutter-right,
    .extra-gutter-right-30px ,
    .extra-gutter-right-35px { padding-right: 15px; }

    .isotope-wrapper.extra-gutter-right { margin-right: 0px; padding-right: 0; }
    .isotope-wrapper.extra-gutter-left { margin-left: 0px; padding-left: 0; }

    /* Titlebar */
    #titlebar.single-post-titlebar { padding: 90px 0 !important; }

    #header-container #titlebar.large,
    #header-container #titlebar.centered,
    #header-container #titlebar { padding: 90px 0; }

    #header-container.basic #titlebar,
    #header-container.basic #titlebar.centered { padding: 70px 0; }

    #titlebar h2,
    #titlebar.single-post-titlebar h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    #titlebar span { font-size: 26px !important; margin-top: 0 !important; }

    #blogSlider .meta-tags span,
    #header-container #titlebar.single-post-titlebar .meta-tags span { font-size: 13px !important; margin-top: 20px !important; }
    #blogSlider  .meta-tags,
    #header-container #titlebar.single-post-titlebar .meta-tags {  margin-left: 30px; }

    #portfolio-nav {
        top: 50%;
        width: 95%;
        left: 5%;
        right: 0;
        margin: 0 auto;
    }

    .full-width-blog-with-sidebar { padding: 0 30px; }

    #main-header.cloned { display: none; }

    /* Dynamic Grid */
    .og-content {
        padding: 50px;
    }

    .og-content h3 { font-size: 22px; }
    .add-comment input { width: 100%; }

    .parallax-content h2 {
        font-size: 66px !important;
        line-height: 70px !important;
        padding: 0 5%;
    }

    .full-width-box-container { display: block; }
    .full-width-box-content { min-height: auto; padding: 40px !important; }
    .full-width-box-content.image-bg { min-height: 30vh; }


    /* Image Edge  */
    .image-edge {
        position: relative;
        overflow: visible;
        margin: 0;
        height: auto;
        max-height: auto;
        display: inline-block;
        padding: 0;
        width: 100%;
    }

    .image-edge-content {
        padding: 0;
        top: 0;
        position: relative;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        width: 100%;
        padding: 50px;
        padding-bottom: 30px;
    }

    .image-edge-content h3.headline {
        width: 100%;
        display: block;
        margin-top: 0;
    }

    .presentation-content h2,
    .image-edge-content h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .edge-bg {
        position: relative;
        width: 100%;
        top: 20px;
        overflow: hidden;
        right: 0;
        height: 450px;
        display: inline-block;
    }

    .edge-bg:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(34,34,34,0.1);
    }

    .image-edge.left .image-edge-content,
    .image-edge.left .edge-bg { left:0; }

    .image-edge.left .container {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .office-address {  padding: 60px 0 !important; }
    #googlemaps { height: 30vh !important; padding-bottom: 0 !important; }

    .edge-bg.with-map { height: 30vh !important; margin-bottom: 0px;}
    .image-edge #googlemaps,
    .image-edge .google-map-container {
        height: 100% !important;
    }

    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }
    .cart-table.bottom { border-top: 1px solid #e0e0e0; }

    /* Icons boxes */
    a.icon-box-4 {
        margin: 5px 0px;
        padding: 40px;
        display: inline-block;
        width: 100%;
    }
    .icon-boxes-4 {
        display: block;
        left: 0px;
        margin-left: 0;
    }

    .icon-box-4-content i { top: -10px; }

    .info-banner-fw a {
        display: table !important;
        padding: 3px 26px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        margin: 0px 0 25px 0 !important;
        top: 25px !important;
    }

    .info-banner-fw { font-size: 26px; }
    .counter-box-icon {margin-bottom: 35px;}
    .hidden-on-mobile { display: none !important; }

    .presentation-desc,
    .presentation-img {
        width: 100%;
        display: block;
        padding: 0;
    }

    .presentation-content { padding: 50px 0; }

    .widget-tabs.shop.list li:last-child { margin-bottom: 40px; }
}


/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {

    #top-bar .social-icons { float: left !important; }

    input.center[type="button"],
    input.center[type="submit"] {
        margin-left: 0;
        transform: translateX(0);
    }

    .fullscreen.background {
        min-height: 400px;
    }

    .fullscreen.background .parallax-content {
        padding-top: 120px;
    }

    .scroll-to-section,
    .scroll-to-content {
        display: none;
    }

    .parallax-content h2 {
        font-size: 32px !important;
        line-height: 36px !important;
        letter-spacing: 0px !important
    }

    .parallax-content h3 {
        font-size: 22px !important;
        line-height: 26px !important;
        letter-spacing: 0px !important
    }

    .fullscreen-nav-container ul li { font-size: 22px; line-height: 26px; padding: 6px 0;}
    .fullscreen-nav-trigger { left: 0; right: 0; margin: 0 auto; text-align: center;}
    .fsnav .fullscreen-nav-trigger { left: initial; top: -50px; right: 30px; text-align: right; display: inline-block;}

    .edge-bg { height:350px; }
    .glyph {  width: 100%; }

    .image-edge-content h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .image-edge p {
        font-size: 18px;
        line-height: 28px;
    }

    /* Icons boxes */
    a.icon-box-4 {
        margin: 5px 0px;
        padding: 40px;
        display: inline-block;
        width: 100%;
    }
    .icon-boxes-4 {
        display: block;
        left: 0px;
        margin-left: 0;
    }

    .icon-box-4-content i { font-size: 55px; line-height: 60px; top: 5px; }
    .icon-box-4-content {
        padding-left: 90px;
    }


    h3.headline { margin: 48px 0 35px 0; }


    .style-4 .tabs-nav { width: 100%; display: block; }
    .style-4 .tabs-nav li a {width: 100%; padding:0;}
    .style-4 .tabs-container {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        display: block;
    }

    .image-edge-content {
        padding: 0;
        top: 0;
        position: relative;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        width: 100%;
        padding: 30px;
        padding-bottom: 20px;
    }

    #small-dialog { padding: 25px;}

    .header-widget li a.button { margin-left: 0; }

    .full-width.projects a {  width: 100%; }

    #titlebar #breadcrumbs { position: relative; }

    #titlebar #breadcrumbs ul {
        padding-left: 0;
        position: relative;
        top: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        left: 5px;
    }

    #titlebar span a,
    #titlebar span { display: block; }

    .option-set { margin: 0px 0 35px 0; }
    .option-set li { margin: 0 0 1px 0; width: 100%; }
    .option-set li a { display: inline-block; line-height: 22px; width: 100%; }

    .extra-gutter-left,
    .extra-gutter-right { padding: 0 15px;}

    #titlebar #breadcrumbs ul {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    /* Blog Grid Sizes */
    .isotope-sizer,
    .isotope-item,
    .fw .isotope-sizer,
    .fw .isotope-item,
    .item--width2,
    .item--width3,
    .fw .item--width2,
    .og-grid > li,
    .fw .item--width3,
    .shop-wrapper.isotope-four-cols.fw .isotope-sizer,
    .shop-wrapper.isotope-four-cols.fw .isotope-item,
    .shop-wrapper.isotope-three-cols.fw .isotope-sizer,
    .shop-wrapper.isotope-three-cols.fw .isotope-item,
    .blog-wrapper.isotope-one-cols .isotope-sizer,
    .blog-wrapper.isotope-one-cols .isotope-item,
    .blog-wrapper.isotope-two-cols .isotope-sizer,
    .blog-wrapper.isotope-two-cols .isotope-item ,
    .blog-wrapper.isotope-three-cols .isotope-sizer,
    .blog-wrapper.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-four-cols .isotope-sizer,
    .blog-wrapper.isotope-four-cols .isotope-item,
    .shop-wrapper.isotope-three-cols .isotope-sizer,
    .shop-wrapper.isotope-three-cols .isotope-item,
    .related-posts.isotope-three-cols .isotope-sizer,
    .related-posts.isotope-three-cols .isotope-item,
    .blog-wrapper.isotope-five-cols .isotope-sizer,
    .blog-wrapper.isotope-five-cols .isotope-item,
    .blog-wrapper-with-sidebar.isotope-two-cols .isotope-sizer,
    .blog-wrapper-with-sidebar.isotope-two-cols .isotope-item,
    .blog-wrapper.isotope-six-cols .isotope-sizer,
    .blog-wrapper.isotope-six-cols .isotope-item { width: 100% !important; }

    #portfolio-nav { display: none; }

    /* Titlebar */
    body #titlebar.single-post-titlebar { padding: 90px 0; }

    #header-container #titlebar.large,
    #header-container #titlebar.centered,
    #header-container #titlebar { padding: 70px 0; }

    #header-container.basic #titlebar,
    #header-container.basic #titlebar.centered { padding: 60px 0; }

    body #titlebar h2 {
        font-size: 30px;
        line-height: 38px;
    }

    #blogSlider .meta-tags span,
    #header-container #titlebar.single-post-titlebar .meta-tags span {
        margin: 15px 0px 0 0;
        padding-right: 5px;
        border: none;
        display: block;
    }

    .full-width-blog-with-sidebar { padding: 0; }

    #blogSlider .meta-tags span,
    #header-container #titlebar.single-post-titlebar .meta-tags span {  margin: 15px 0 0 0 !important; }
    #blogSlider .meta-tags,
    #header-container #titlebar.single-post-titlebar .meta-tags {  margin: 30px 0 0 0; }

    #titlebar.single-post-titlebar h2 { padding: 0; }

    /* Blog styling */
    #posts-nav li {
        position: relative;
        width: 100%;
    }

    #posts-nav li a { padding: 0 !important; }
    #posts-nav li a::before { display: none;}
    #posts-nav li.next-post {text-align: left; margin-bottom: 30px;}

    .about-author img { display: none; }
    .about-description { margin: 0; }
    .comments ul li ul { margin: 0;  }

    .avatar img {  max-width: 60px;  }
    .comment-content {   padding: 0 0 0 85px; }
    .comments ul li ul li::before { top: 25px; }

    /* 404 Error Page  */
    #not-found { margin: 20px 0 30px 0; }

    #not-found h2 {
        font-size: 90px;
        line-height: 70px;
    }

    #not-found p {
        font-size: 26px;
        line-height: 42px;
    }

    #not-found i {
        font-size: 90px;
        top: 0px;
    }

    .full-width-carousel::before, .full-width-carousel::after { display: none;}
    .rev_slider .tp-caption, .rev_slider .caption { padding-top: 140px !important; }
}


/* ------------------------------------------------------------------- */
/* Page Preloader
---------------------------------------------------------------------- */
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #666;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    opacity: 1;
}

/* Page loader Background */
#loader-wrapper { display: none !important; }
#loader-wrapper,
html.page-loader-bg { background: #222; }

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s  ease-out;
    transition: all 0.7s  ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/* Fix for Firefox*/
body.loaded #header-container.moz-fix { opacity: 1; }
#header-container.moz-fix { opacity: 0; }


/* ------------------------------------------------------------------- */
/* Styles Switcher
---------------------------------------------------------------------- */

#style-switcher h3 {
    color:#fff;
    font-size:13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#style-switcher {
    background: #333;
    width:205px;
    position:fixed;
    top:80px;
    z-index:9999;
    left: -205px;
    border-radius: 0 0 3px 0;

}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

#style-switcher div {
    padding: 6px 18px;
}

#style-switcher h2 {
    background: #282828;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 46px;
    padding: 0 0 0 20px;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}

#style-switcher h2 a {
    background-color: #282828;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 3px 3px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#style-switcher h2 a i{
    position: relative;
    top: 2px;
}

.colors {
    list-style:none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    float:left;
    margin: 4px 2px 0 2px;
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

div.layout-style {
    padding:0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

.green, .green-bg { background: #44b272; }
.blue, .blue-bg { background: #0767c9; }
.orange, .orange-bg {background: #fa5b0f; }
.navy, .navy-bg { background: #495d7f; }
.yellow, .yellow-bg { background: #ffb400; }
.peach, .peach-bg { background :#fcab55; }
.red, .red-bg { background: #dd3737; }
.beige, .beige-bg { background: #bfa980; }
.pink, .pink-bg { background: #d64391; }
.cyan, .cyan-bg { background: #37b6bd;}
.celadon, .celadon-bg { background: #74aea1;}
.brown, .brown-bg { background: #784e3d; }
.cherry, .cherry-bg { background: #911938;}
.gray, .gray-bg { background: #555;}
.purple, .purple-bg { background: #917ae9; }
.olive, .olive-bg { background: #b3c211; }

.bg1 { background-image: url("../images/bg/squared_metal.png"); }
.bg2 { background-image: url("../images/bg/retina_wood.png"); }
.bg3 { background-image: url("../images/bg/brushed_alu.png"); }
.bg4 { background-image: url("../images/bg/crisp_paper_ruffles.png"); }
.bg5 { background-image: url("../images/bg/navy_blue.png"); }
.bg6 { background-image: url("../images/bg/bedge_grunge.png"); }
.bg7 { background-image: url("../images/bg/diamond_upholstery.png"); }
.bg8 { background-image: url("../images/bg/shattered.png"); }
.bg9 { background-image: url("../images/bg/light_toast.png"); }
.bg10 { background-image: url("../images/bg/noise_pattern_with_crosslines.png"); }
.bg11 { background-image: url("../images/bg/purty_wood.png"); }
.bg12 { background-image: url("../images/bg/subtle_stripes.png"); }
.bg13 { background-image: url("../images/bg/textured_stripes.png"); }
.bg14 { background-image: url("../images/bg/tileable_wood_texture.png"); }
.bg15 { background-image: url("../images/bg/stardust.png"); }
.bg16 { background-image: url("../images/bg/vichy.png"); }

.colors li a.active { box-shadow: 0 0 0 2px #fff inset }
.colors li a { border-radius: 3px; }

#reset {margin: -5px 0 15px 0px;}
#reset a.button {
    padding: 7px 14px;
    font-weight: 700;
    font-size: 13px;
}
#reset a.button:hover { color: #333; background-color: #fff; }

@media only screen and (max-width: 1024px) {#style-switcher {display: none;}}


/* ------------------------------------------------------------------- */
/* Blue #882f81
---------------------------------------------------------------------- */
a,
.header-widget li i,
.icon-box-4 i,
.icon-box-2 i,
.icon-box-2 span,
#breadcrumbs ul li a:hover,
.details li a:hover,
.meta-tags span a:hover,
.headline span.color,
a.button.border,
input[type="button"].border,
input[type="submit"].border,
.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before,
#breadcrumbs ul li a,
#header-container.basic #breadcrumbs ul li a,
.tabs-nav li a:hover,
.close-search a:hover,
.numbered.color ol > li::before,
#not-found i,
#backtotop a,
#posts-nav li a:hover,
.info-banner-fw a:hover,
.menu li.cart-icon a:hover,
.style-2 .trigger a:hover,
.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active,
.menu  li.search a:hover,
.tabs-nav li.active a {
    color: #882f81;
}

body,
.menu > li a.current,
.menu > li a:hover,
.menu li.dropdown ul,
.menu li .mega,
#price-range .ui-slider .ui-slider-handle,
a.button.border,
.numbered.color ol > li::before,
a.button.border:hover,
input[type="button"].border,
input[type="submit"].border,
input[type="button"].border:hover,
input[type="submit"].border:hover,
.tabs-nav li a:hover,
.tabs-nav li.active a,
.numbered.color.filled ol > li::before,
.custom-caption,
#backtotop a,
.trigger.active a,.post-categories li a,
.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    border-color: #882f81;
}

.qtyplus:hover,
.qtyminus:hover,
.zeus .tp-title-wrap,
.mfp-arrow:hover,
#price-range .ui-slider .ui-slider-handle,
.flex-prev:hover,
.flex-next:hover,
a.button.border::before,
.hover-border {
    background: #882f81;
}

.icon-box-1.rounded:hover i,
.icon-box-2.rounded:hover i,
.icon-box-3.rounded:hover i,
.menu ul .sfHover li a:hover,
.mega a:hover {
    background-color: #882f81 !important;
    color: rgb(200,200,200) !important;
}

a.button.border:hover,
li.dropdown ul li a:hover,
.menu ul .sfHover a,
.cart-counter,
.basic .menu-responsive,
a.icon-box-4:hover,
.project-category figure,
.see-all,
.style-5 .tabs-nav li.active a,
.option-set li a:hover,
.option-set li a.selected,
.projects a .overlay:after,
#testimonials:after,
#backtotop a:hover,
.service-alt a.img-hover:after,
a.sidebar-btn,
.sidebar-textbox.color,
#price-range .ui-widget-header,
.projects.style-2 a .overlay-content:after,
.projects.style-4 a .overlay-content:after,
.comment-by a.reply:hover,
#small-dialog .mfp-close,
.mfp-close:hover,
.counter-box-icon.colored,
.numbered.color.filled ol > li::before,
input[type="button"],
input[type="submit"],
input[type="button"].border:hover,
input[type="submit"].border:hover,
a.button,
.skill-bar-value,
#backtotop a,
.owl-prev:hover,
.owl-next:hover,
.office-address h3:after,
.projects.style-4 .expanded a .overlay-content:after,
.projects.style-4.og-grid a:hover .overlay-content:after,
a.button.dark:hover,
table.basic-table th,
.post-categories li a,
.post-quote,
.plan.color-2 .plan-price,
.plan.color-2 a.button,
.icon-box-1.rounded i,
.shop-item .add-to-cart:hover,
.icon-box-2.rounded i,
.icon-box-3.rounded i,
.trigger.active a,
.style-4 .tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.info-banner-fw,
.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a,
.plan-features a.button:hover,
.share-buttons ul li:first-child a,
.services-list li a.active,
.tags a:hover,
.services-list li a:hover,
.loading-icon,
.menu.alt > li > a:before,
.menu.alt2 li a::before,
.rsDefaultInv .rsThumb.rsNavSelected .rsTmb:before,
.main-color-bg,
mark.color {
    background-color: #882f81;
}

.grey-bg {
    background-color: #f2f2f2;
}

.grey-text {
    color: #666;
}

.counter-boxes-inside-parallax .counter-box-icon i { color: #882f81 !important; }
@media (max-width: 991px) { .tabs-nav li.active a { background-color: #882f81; } }
#loader { border-top-color: #882f81; }


.gold-bg {
    background: #FFAA00 !important;
}

.icon-box-1.rounded:hover .gold-bg,
.icon-box-2.rounded:hover i.gold-bg,
.icon-box-3.rounded:hover i.gold-bg
{
    background: #FFB400 !important;
}


h3.headline::before, h2.headline::before  {
    content:" ";
    border-left : solid 5px;
    /*border-color: rgb(200,200,200) ;*/
    border-color: #882f81;
    right: 15px;
    position: relative;
}

.R_title {
    font-family: 'Raleway', sans-serif !important;
}

.particles-js-canvas-el, #particles-js{
    height: 440px !important;
}

.particles-container {
    min-height: 440px !important;
}

.padding-left-30 {
    padding-left:30px;
}

.small-icon .icon-box-2 .ln {
    font-size : 3em;
}

/*.icon-box-2 i {
	height : 45px;
}*/
.small-icon h3 {
    font-size : 1em;
}

body {
    font-size: 16px !important;
}

#pattern {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%234a58c3' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}



.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #882f81;
}

.hovereffect .img-responsive.hover {
    opacity : 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 30% 5%;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.1;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover img.hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}
.hovereffect:hover h2 {
    opacity: 1;
}
.hovereffect  p {
    font-size: 15px;
    line-height: 1.3;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#header-caption {
    position : absolute;
    top : 15%;
    left : 10%;
}

#header-caption  .header-title{
    font-family: "Raleway";
    font-size: 3em;
    line-height: 1.5em;
    color : white;
}
#header-caption  .caption-text{
    padding-top: 1em;
    font-size: 1.5em;
    color : white;
}

.fullwidthbanner-container {
    min-height: 400px;
    width: 100%;
    box-shadow: inset 0px 8px 36px -4px black;
}

#header-caption  .caption-text{
    padding-left : 5%;
}
#printemps{
    background-image: url(../images/home.jpg);
    background-repeat: no-repeat;
    background-position-x: 68%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#locaux{
    height: 350px;
    background-image: url(../images/open-space.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-shadow: none;
}
#team{
    height: 280px !important;
    background-image: url(../images/team-cardiweb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 43%;
    /*background-attachment: fixed;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-shadow: none;
}
.locaux-bg {
    background-image: url(../images/locaux.jpg);
    background-position: 50% -200px;
    height: 392px;
    opacity: 0.7;
    background-color: #202020;
}
@media screen and (max-width: 500px){

    #header-caption  .header-title{
        font-size: 1.5em;
        line-height: 1.3em;
        color : white;
    }
    #header-caption  .caption-text{
        padding-top: 1em;
        font-size: 1em;
        color : white;
    }
}

#convictions {
    height: 310px;
}


.client-container .rpw{
    margin-right: -5px;
    margin-left: -5px;
}

.client-container .client{
    width : 20%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

}
@media screen and (max-width: 992px){
    .client-container .client {
        width: 20%;
    }
    .client-container .rpw{
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px){
    .client-container .client {
        width: 33%;
    }
    .client-container .rpw{
        margin-right: 0px;
        margin-left: 0px;
    }
}
.thumbnail.portrait {
    margin-top: 50px;
    max-height: 250px;
}
.portrait img {
    max-height: 250px;
    margin: auto;
}

.stage-block{
    background: url("../images/olivier.jpg") no-repeat;
    background-size: cover;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding: 10px;
}

.thumbnail {
    position: relative;
    margin-top:20px;
}
.thumbnail img{
    filter:brightness(50%);
    transition: 0.2s ease-in;
}
.thumbnail img:hover{
    filter:brightness(80%);
}
.thumbnail .caption p {
    line-height: 25px;
}

.caption {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    padding: 5px;
}
@media screen and (max-width: 1200px){
    .thumbnail .caption p {
        font-size: 13px !important;
        line-height: 16px;
    }
}

h3.headline.entreprise{
    margin-top:25px !important;
    margin-bottom: 25px !important;
}
.main-color {
    color: #882f81 !important;
}
#etapes {
    background-color: #6d2767 !important;
}
#etapes h4 {
    font-weight: 500 !important;
    color: white !important;
}
#etapes	h2 {
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 30px !important;
}
.icon-circle i {
    /*border: 2px solid #882f81;*/
    font-family: Lato !important;
    font-size: 30px !important;
    color: #882f81 !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-bottom: 0px !important;

}

/* .steps-linear - INDEX PAGE */
.steps-linear {
    padding: 0 0 2rem 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: baseline;
    -webkit-align-items: baseline;

    overflow: auto;
}
.steps-linear-item {
    flex: 0 0 5%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all .5s ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all .5s ease-in-out;
    -moz-transform: scale(1);
    transition: all .5s ease-in-out;
    transform: scale(1);
}
.steps-linear-item h4 {
    opacity: 0;
    font-size: 12px;
    margin-top: 0;

    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
/*@media (max-width: 1239px) {
	.steps-linear-item h4 {
		opacity: 1;
	}
}*/
@media (max-width: 767px) {
    .steps-linear-item h4 {
        opacity: 1;
    }
}
@media (max-width: 1280px) and (min-width: 768px) {
    .steps-linear-item:first-child {
        padding-left: 20px !important;
    }
}
@media (max-width: 1280px) and (min-width: 768px) {
    .steps-linear-item:last-child {
        padding-right: 20px !important;
    }
}
.steps-linear-item i {
    color: white;
    font-size: 45px !important;
    margin-bottom: 0;
}
.steps-linear-item:first-child {
    margin-left: auto;
}
.steps-linear-item:last-child {
    margin-right: auto;
}

.steps-linear .ln-icon-Arrow-Right {
    opacity: 0.4;
    font-weight: 700;
    font-size: 26px;
}
.steps-linear-item .icon-box-1 {
    margin-bottom: 0;
}
.steps-linear-item:hover h4 {
    opacity: 1;
}

/*Custom Scrollbar - INDEX PAGE*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 1);
}

.steps-linear-item:hover {
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transition: all .2s ease-in-out;
    -ms-transform: scale(1.3);
    -moz-transition: all .2s ease-in-out;
    -moz-transform: scale(1.3);
    transition: all .2s ease-in-out;
    transform: scale(1.3);
}
.zoom-sibling {
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all .2s ease-in-out;
    -ms-transform: scale(1.1);
    -moz-transition: all .2s ease-in-out;
    -moz-transform: scale(1.1);
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}
.dezoom-sibling {
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in-out;
    -moz-transform: scale(1);
    transition: all .2s ease-in-out;
    transform: scale(1);
}

/* .steps-zigzag - INDEX PAGE*/
.steps-zigzag {
    padding: 0 5%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    height: 30rem;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.steps-zigzag-item {
    flex: 0 0 20%;
    margin: 0 -5%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.steps-zigzag-item:nth-child(odd) {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.steps-zigzag-item:nth-child(even) {
    align-self: flex-end;
    -webkit-align-self: flex-end;

}
.steps-zigzag-item h4 {
    height: 2.5em;
    margin: 0 2rem;
    text-align: center;
}
.steps-zigzag-item .icon-box-1 {
    margin: 0;
}
.steps-zigzag .ln {
    color: white;
}

@media (max-width: 767px) {
    .steps-zigzag {
        height: auto;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        -webkit-flex-direction: column;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        width: 320px;
    }
    .steps-zigzag-item {
        margin: 0;
        width: 75%;
    }
    .steps-zigzag-item:nth-child(odd) {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
    .steps-zigzag-item:nth-child(even) {
        align-self: flex-start;
        -webkit-align-self: flex-start;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .steps-zigzag-item .icon-box-1 {
        flex-basis: 60px;
    }
    .steps-zigzag-item h4 {
        flex-basis: 0;
        flex-grow: 1;
        text-align: left;
        height: auto;
    }
    .steps-zigzag-item:nth-child(even) h4 {
        text-align: right;
    }
}
/* CARDIWEB APP - PROJECT PAGE */
.cardiweb-app {
    width: 50px;
    border-radius: 5px;
    margin-top: 20px;
}
#bureau .grey-bg {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}

.infographie .custom-bg {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #202020;

}
.custom-bg h1, .custom-bg h3 {
    color: white;
}
.infographie [class*="col-"] {
    padding: 0;
}
#ville .ln-icon-Arrow-To {
    color: #D8625E;
}
.greyscale {
    filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}

/*nth-child arrow*/
.steps::before {
    content: "";
    background-size: 10rem;
    position: absolute;
    height: 10rem;
    width: 10rem;
    z-index: 10;
}

@media (max-width: 1060px) {
    .steps::before {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
    }
}
.steps:nth-child(3)::before {
    background-image: url(../images/arrow-right.png);
    top: 45%;
    left: -5%;
    transform: rotate(35deg);
}
@media (max-width: 767px) {
    .steps:nth-child(3)::before {
        background-image: url(../images/arrow-left.png);
        top: -5%;
        left: 45%;
        transform: rotate(215deg);
    }
}
.steps:nth-child(4)::before {
    background-image: url(../images/arrow-right.png);
    top: -5%;
    left: 45%;
    transform: rotate(145deg);
}
.steps:nth-child(5)::before {
    background-image: url(../images/arrow-right.png);
    top: 45%;
    right: -5%;
    transform: rotate(215deg);
}
@media (max-width: 767px) {
    .steps:nth-child(5)::before {
        background-image: url(../images/arrow-left.png);
        top: -5%;
        left: 45%;
        transform: rotate(215deg);
    }
}
.steps:nth-child(6)::before {
    background-image: url(../images/arrow-left.png);
    top: -5%;
    right: 45%;
    transform: rotate(215deg);
}
@media (max-width: 767px) {
    .steps:nth-child(6)::before {
        background-image: url(../images/arrow-right.png);
        top: -5%;
        left: 45%;
        transform: rotate(145deg);
    }
}
.steps:nth-child(7)::before {
    background-image: url(../images/arrow-left.png);
    left: -5%;
    top: 45%;
    transform: rotate(145deg);
}
@media (max-width: 767px) {
    .steps:nth-child(7)::before {
        background-image: url(../images/arrow-left.png);
        top: -5%;
        left: 45%;
        transform: rotate(215deg);
    }
}
.steps:nth-child(8)::before {
    background-image: url(../images/arrow-right.png);
    top: -5%;
    left: 45%;
    transform: rotate(145deg);
}
.steps:nth-child(9)::before {
    background-image: url(../images/arrow-right.png);
    top: 45%;
    right: -5%;
    transform: rotate(215deg);
}
@media (max-width: 767px) {
    .steps:nth-child(9)::before {
        background-image: url(../images/arrow-left.png);
        top: -5%;
        left: 45%;
        transform: rotate(215deg);
    }
}

/*CUSTOM RESPONSIVE MENU*/
#jPanelMenu-menu {
    background-color: #262626;
    text-align: center;
}
#jPanelMenu-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#jPanelMenu-menu li a:hover, #jPanelMenu-menu li a.current {
    background-color: #882F81;
}
.logo-mobile, .logo-mobile:hover {
    background-color: white !important;
}

html.can-touch #jPanelMenu-menu li a:hover,
html.can-touch #jPanelMenu-menu li a:hover {
    background-color: transparent !important;
}

html.can-touch #jPanelMenu-menu li a:active,
html.can-touch #jPanelMenu-menu li a:focus {
    background-color: #882F81 !important;
}

/*FIX DISPLAY CAROUSEL ON MOBILE - INDEX PAGE*/

@media (max-width: 767px) {
    .owl-carousel .post-content {
        padding: 0;
    }
    .post-content {
        border: none;
    }
}

/*CUSTOM FORM - LOGIN PAGE*/
#login-cardi label {
    font-weight: bold !important;
}
#login-cardi label[for="remember"] {
    position: absolute;
    left: 40px;
    padding-top: 2px;
}
#login-cardi input[id="remember"] {
    width: auto;
    margin-top: 30px;
    display: block;
}
#login-cardi input[id="remember-double"] {
    margin-top: 10px;
    width: auto;
    display: block;
}
#login-cardi input {
    border-color: #909090 !important;
}
/*FOUNDER PICTURES*/
.reduce {
    padding: 0 4%;
}
.hovereffect h2 {
    margin-top: 0 !important;
}


/*TEAM PÎCTURES ZOOM*/
/*.zoom-img-1 {
	transform: scale(1.1) !important;
		-ms-transform: scale(1.1) !important;
		-webkit-transform: scale(1.1) !important;
		-o-transform: scale(1.1) !important;
		-moz-transform: scale(1.1) !important;
}
.zoom-img-2 {
	transform: scale(1.2) !important;
		-ms-transform: scale(1.2) !important;
		-webkit-transform: scale(1.2) !important;
		-o-transform: scale(1.2) !important;
		-moz-transform: scale(1.2) !important;
}
.zoom-img-3 {
	transform: scale(1.3) !important;
		-ms-transform: scale(1.3) !important;
		-webkit-transform: scale(1.3) !important;
		-o-transform: scale(1.3) !important;
		-moz-transform: scale(1.3) !important;
}*/
.border-gallery {
    /*background-color: #222222;*/
    /*position: absolute;
	bottom: -5px;*/
    width: 100%;
    height: 350px;
    background-image: url(../images/open-space.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-shadow: none;
}
.team-picture {
    width: 100%;
    height: 350px;
    background-image: url(../images/equipe/fun/pano/11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-shadow: none;
}
.border-black {
    background-color: #222222;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
}
.wording-div {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
}
.wording-div.small {
    font-size: 90px;
}
.wording-div.middle {
    font-size: 88px;
}
.wording-div.large {
    font-size: 66px;
}
@media (max-width:1280px) and (min-width:991px)  {
    .wording-div.large {
        font-size: 46px;
    }
}
@media (max-width:1366px) and (min-width:1024px)  {
    .wording-div.middle {
        font-size: 64px;
    }
}
.wording {
    color: #F2F2F2;
    font-weight: bold;
}

/*DISPLAY BANNER HOME*/
#printemps.fullwidthbanner-container {
    min-height: 530px;
}
@media (max-width: 767px) {
    #printemps {
        min-height: 416px !important;
    }
}

/* Fix taille de la font des h2 sur mobile */
@media (max-width: 767px) {
    #titlebar h2.fix-font-size {
        font-size: 34px !important;
    }
}

/*Job page*/
@media (max-width: 767px) {
    .img-mobile {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
}