@charset "utf-8";

/**
 Table of Contents:

1. DEFAULT CLASSES
2. ELEMENTS
  2.1.  HEADER
  2.2.  MENUS
  2.3.  SEARCH
  2.4.  BLOG
  2.5.  SECTIONS
  2.6.  FEATURES
  2.7.  COVER
  2.8.  PROGRESS BARS
  2.9.  TESTIMONIALS
  2.10. ICONBOX
  2.11. FOOTER
  2.12. CLIENTS
  2.13. STEP
  2.14. TEAM
  2.15. PIE CHART
  2.16. COUNTERS
  2.17. PORTFOLIO
  2.18. COMING SOON
  2.19. INTERACTIVE BANNER
  2.20. MESSAGE
  2.21. PRICING
  2.22. HOVER IMAGE
  2.23. FLIP BOX
  2.24. BUTTONS
  2.25. GALLERY
  2.26. SIDEBAR
3. COMMERCE
4. RESPONSIVE

*
* -----------------------------------------------------------------------------
*/

/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
*, :active, :focus, :hover {
    outline: 0!important;
}
html {
    height: 100%;
    overflow-y: scroll;
    max-width: 100%;
}
.boxed-layout body {
    margin: 0 auto;
    position: relative;
    padding: 0px;
    background-color: #fafafa;
    width: 90%;
    max-width: 1200px;
}
body, html {
    overflow-x: hidden;
    width: 100%;
}
body {
    color: #777;
    font-size: 15px;
    line-height: 1.7em;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-family: Raleway , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
ul, ol {
	list-style: none;
	padding: 0;
}
img {
	max-width: 100%;
}
a, a.active, a.actived, a:active, a:focus {
    color: #1f1f1f;
    text-decoration: none;
    outline: 0;
    transition: all .3s linear 0s;
}
a:hover, a:focus {
    color: #2d8899;
    text-decoration: none;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    letter-spacing: 1px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
blockquote {
    width: calc(100% - 30px);
    float: left;
    border-left: 3px solid #2d8899;
    padding: 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 15px 30px;
    font-size: 14px;
    line-height: 1.7em;
	background-color: #f8f8f8;
}
iframe {
	border: none;
	width: 100%;
}
.maps iframe {
    pointer-events: none;
    width: 100%;
}
.form-item {
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type=text], input[type=email], input[type=password], input[type=phone], input[type=tel], textarea {
    width: 100%;
	border: 1px solid #eeeeee;
	transition: all .3s linear 0s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=phone]:focus, input[type=tel]:focus, textarea:focus {
	border-color: #2d8899;
}
input[type=text], input[type=email], input[type=password], input[type=phone], input[type=tel], textarea {
    padding: 0 10px;
	height: 50px;
	font-size: 14px;
	color: #aaa;
}
textarea {
	padding-top: 15px;
	height: 250px;
}
.submit {
	background-color: #000;
	font-size: 16px;
	padding: 10px 55px;
	color: #aaa;
	border: none;
	transition: all .3s linear 0s;
}
.submit:hover {
	background-color: #269ad7;
	color: #fff;
}
select {
	width: 100%;
	height: 45px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) right center no-repeat;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	border: 1px solid #eee;
}
.uppercase {
	text-transform: uppercase;
}
.fullwidth {
	width: 100%;
}
.fullheight {
	height: 100%;
}
.align-center {
	margin: 0 auto;
}
.ds-table {
	display: table;
}
.ds-cell {
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.ds-cell.middle {
	vertical-align: middle;
}
.ds-cell.bottom {
	vertical-align: bottom;
}
.font-cursive {
	font-family:cursive;
}
#logo, #logo2 {
	width: 170px;
    height: 50px;
    margin-top: 8px;
	float: left;
}
#logo .logo-scroll,
.header.on-scroll #logo .logo,
#logo2 .logo-scroll,
.header.on-scroll #logo2 .logo {
	display: none;
}
.header.on-scroll #logo .logo-scroll,
.header.on-scroll #logo2 .logo-scroll {
	display: inline-block;
}
.additional-link {
	float: left;
    position: relative;
    margin-left: 20px;
}
.cart-link {
	font-size: 24px;
}
.cart-link a {
	color: rgb(119, 119, 119);
}
.cart-link a:hover {
	color: #2d8899;
}
.search-link {
	cursor: pointer;
}
.search-link i {
	color: rgb(119, 119, 119);
	transition: all .3s linear 0s;
}
.search-link i:hover {
	color: #2d8899;
}
.menu-white .additional-link > a,
.menu-white .additional-link > i {
	color: #fff;
}
.on-scroll .menu-white .additional-link > a,
.on-scroll .menu-white .additional-link > i {
	color: rgb(119, 119, 119);
}
.widget ul {
    float: left;
    padding: 0;
    width: 100%;
}
.widget > ul li {
    width: 100%;
    min-height: 36px;
    font-size: 15px;
    padding: 5px 0;
}
.widget a {
    transition: all .3s ease-in-out;
}
.widget ul li > a {
    display: inline-block;
    float: left;
    position: relative;
    box-sizing: border-box;
	color: #aaaaaa;
}
.widget > ul li > a:hover {
    padding-left: 15px;
	color: #2d8899;
}
.widgetarea-link, .popup-menu-link, .sidebar-menu-link {
    margin-left: 15px;
	height: 70px;
    line-height: 70px;
}
.header .main-menu.pull-left .header-buttons .additional-link {
	margin-left: 0;
	margin-right: 15px;
}
.widgetarea-link .widgetarea-link-inner,
.popup-menu-link .widgetarea-link-inner,
.sidebar-menu-link .widgetarea-link-inner {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
	float: left;
}
.widgetarea-link .menu-bar,
.popup-menu-link .menu-bar,
.sidebar-menu-link .menu-bar {
	position: relative;
    width: 36px;
    height: 25px;
    display: inline-block;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    margin-bottom: -3px;
	transition: .5s ease-in-out;
    cursor: pointer;
}
.widgetarea-link .menu-bar .bar,
.popup-menu-link .menu-bar .bar,
.sidebar-menu-link .menu-bar .bar {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	background-color: rgb(119, 119, 119);
}
.menu-white .widgetarea-link .menu-bar .bar,
.menu-white .popup-menu-link .menu-bar .bar,
.menu-white .sidebar-menu-link .menu-bar .bar {
	background-color: #fff;
}
.on-scroll .menu-white .widgetarea-link .menu-bar .bar,
.on-scroll .menu-white .popup-menu-link .menu-bar .bar,
.on-scroll .menu-white .sidebar-menu-link .menu-bar .bar {
	background-color: rgb(119, 119, 119);
}
.widgetarea-link .menu-bar:hover .bar,
.popup-menu-link .menu-bar:hover .bar,
.sidebar-menu-link .menu-bar:hover .bar {
	background-color: #2d8899;
}
.widgetarea-link .menu-bar .bar-1,
.popup-menu-link .menu-bar .bar-1,
.sidebar-menu-link .menu-bar .bar-1 {
    top: 0;
}
.widgetarea-link .menu-bar .bar-2,
.widgetarea-link .menu-bar .bar-3,
.popup-menu-link .menu-bar .bar-2,
.popup-menu-link .menu-bar .bar-3,
.sidebar-menu-link .menu-bar .bar-2,
.sidebar-menu-link .menu-bar .bar-3 {
    top: 10px;
}
.widgetarea-link .menu-bar .bar-4,
.popup-menu-link .menu-bar .bar-4,
.sidebar-menu-link .menu-bar .bar-4 {
    top: 20px;
}
.widgetarea-link .menu-bar.shown .bar-1,
.widgetarea-link .menu-bar.shown .bar-4,
.popup-menu-link .menu-bar.shown .bar-1,
.popup-menu-link .menu-bar.shown .bar-4,
.sidebar-menu-link .menu-bar.shown .bar-1,
.sidebar-menu-link .menu-bar.shown .bar-4 {
    width: 0;
}
.widgetarea-link .menu-bar.shown .bar-2,
.popup-menu-link .menu-bar.shown .bar-2,
.sidebar-menu-link .menu-bar.shown .bar-2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widgetarea-link .menu-bar.shown .bar-3,
.popup-menu-link .menu-bar.shown .bar-3,
.sidebar-menu-link .menu-bar.shown .bar-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.widget-area {
	width: 400px;
	padding: 30px 20px;
    background-color: #141414;
	color: #aaaaaa;
	height: 100%;
    top: 0;
    bottom: 0;
	right: 0;
    position: fixed;
    box-sizing: border-box;
	z-index: unset;
}
.widget-area .widget-area-content {
	width: 100%;
    float: left;
    height: 96%;
}
.widget-area .widget {
	float: left;
    margin-bottom: 20px;
    width: 100%;
}
.widget-area .widget h3 {
    text-transform: uppercase;
	margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 500;
}
.widget-area-social {
	width: 100%;
    float: left;
    z-index: 99999;
    height: 10%;
    position: relative;
}
.widget-area-social .widget-area-social-links {
    width: auto;
    margin: auto;
    height: auto;
	margin-top: 20px;
}
.widget-area-social .widget-area-social-links .link {
    position: relative;
	display: inline-block;
    text-align: center;
    cursor: pointer;
	width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0px 7px;
    font-size: 16px;
}
.widget-area-social .widget-area-social-links .link.big {
	width: 42px;
    height: 42px;
    font-size: 20px;
	line-height: 42px;
}
.widget-area-social .widget-area-social-links .link .link-background,
.widget-area-social .widget-area-social-links .link .link-overlay {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.widget-area-social .widget-area-social-links .link .link-background {
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.widget-area-social .widget-area-social-links .link:hover .link-background {
    opacity: 0;
}
.widget-area-social .widget-area-social-links .link .link-overlay {
    -webkit-transform: scale(0);
    transform: scale(0);
	background: #3b5998;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.widget-area-social .widget-area-social-links .link:hover .link-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.widget-area-social .widget-area-social-links .link i {
    position: absolute;
    display: inline-block;
    z-index: 3;
    line-height: inherit;
    width: 100%;
    height: 100%;
    left: 0;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: rgba(119,119,119,1);
}
.widget-area-social .widget-area-social-links .link:hover i {
	color: #fff;
}
.widget-area-social .widget-area-social-links .link.twitter-link .link-overlay {
    background: #55acee;
}
.widget-area-social .widget-area-social-links .link.instagram-link .link-overlay {
    background: #125688;
}
.widget-area-social .widget-area-social-links .link.youtube-link .link-overlay {
    background: #bb0000;
}
.widget-area-social .widget-area-social-links .link.linkedin-link .link-overlay {
    background: #007bb5;
}
.widget-area-social .widget-area-social-links .link.google-link .link-overlay {
    background: #dd4b39;
}
.single-share {
	width: 100%;
    display: table;
    border: 1px solid #eee;
    height: 40px;
    color: #bbb;
    font-size: 18px;
    table-layout: fixed;
	margin-bottom: 15px;
    float: left;
}
.single-share a {
    display: table-cell;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-right: 1px solid #eee;
    position: relative;
	background: #fafafa;
	color: #bbb;
}
.single-share a:last-of-type {
    border-right: none;
}
.single-share a:hover {
	color: #fff;
}
.social-share-bg .facebook:hover {
	background:#3b5998
}
.social-share-bg .twitter:hover {
	background:#00aced
}
.social-share-bg .google:hover {
	background:#dd4b39
}
.social-share-bg .linkedin:hover {
	background:#007bb5
}
.social-share-bg .pinterest:hover {
	background:#cb2027
}
.social-share-bg .reddit:hover {
	background:#444
}
.social-share-bg .tooltip {
    background: #222;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    width: 90%;
    position: absolute;
    height: 25px;
    line-height: 25px;
    display: block;
    top: -15px;
    margin-bottom: 0;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.single-share a:hover .tooltip {
    top: -35px;
    opacity: 1;
    visibility: visible;
}
.social-share-bg .tooltip:after {
    content: "";
    position: absolute;
    top: 25px;
    border-top: 7px solid #222;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspHorizontalBar, .jspPane, .jspVerticalBar {
    position: absolute;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.jspCap {
    display: none;
}
.jspTrack {
	background: #111;
    position: relative;
}
.jspDrag {
    background: #444;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.site {
    padding: 0;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    /*overflow: hidden;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: inherit;
    z-index: 5;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site.shown {
	left: -400px;
    opacity: 1;
    margin-top: -1px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site.shown-left {
	left: 350px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-padding {
	margin: 20px;
}
.site.site-padding.shown {
	margin: 20px;
}
.dp-table {
	display: table;
	width: 100%;
	height: 100%;
}
.dp-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.heading-line {
    width: 100%;
	height: 2px;
	margin-top: 20px;
    margin-bottom: 35px;
}
.heading-line .heading-line-inner {
    border-bottom: 2px solid rgb(34, 34, 34);
    width: 55px;
    margin: 0px auto;
}
.heading-line .heading-line-inner-2 {
    border-bottom: 2px solid rgb(34, 34, 34);
    width: 90px;
    margin: 0px auto;
}
.heading-line .heading-line-inner-3 {
    border-bottom: 2px solid rgb(34, 34, 34);
    width: 50px;
    margin: 0px auto;
}
.heading-line .heading-line-inner-4 {
    border-bottom: 2px solid rgb(34, 34, 34);
    width: 30px;
    margin: 0px auto;
}
.heading-line .heading-line-inner-5 {
    border-bottom: 2px solid rgb(34, 34, 34);
    width: 140px;
    margin: 0px auto;
}
.heading-line .heading-line-inner.dotted {
    border-bottom: 1px dotted rgb(34, 34, 34);
    width: 200px;
    margin: 0px auto;
}
.heading-line .heading-line-inner.dotted-white {
    border-bottom: 1px dotted #fff;
    width: 200px;
    margin: 0px auto;
}
.heading-line .heading-line-inner.white,
.heading-line .heading-line-inner-2.white,
.heading-line .heading-line-inner-3.white,
.heading-line .heading-line-inner-4.white,
.heading-line .heading-line-inner-5.white {
	border-bottom-color: #fff;
}
.heading-line .heading-line-inner.bold,
.heading-line .heading-line-inner-2.bold,
.heading-line .heading-line-inner-3.bold,
.heading-line .heading-line-inner-4.bold,
.heading-line .heading-line-inner-5.bold {
	border-bottom-width: 3px;
}
.heading-line .color {
	border-bottom-color: #2d8899 !important;
}
.heading-line-icon {
	height: 19px;
	position: relative;
    overflow: hidden;
}
.heading-line-icon:after, .heading-line-icon:before {
    content: "";
    position: absolute;
    bottom: 50%;
    top: 50%;
	width: 65px;
    border-bottom: 2px solid #008299;
}
.heading-line-icon:before {
    left: 26px;
    right: auto;
}
.heading-line-icon:after {
    left: 91px;
    right: auto;
}
.heading-line-icon.center:before {
	right: 210.5px;
	left: auto;
}
.heading-line-icon.center:after {
	left: 210.5px;
}
.heading-line-icon.right:before {
    right: 26px;
    left: auto;
}
.heading-line-icon.right:after {
    right: 91px;
    left: auto;
}
.heading-line-icon .icon {
    text-align: center;
    display: inline-block;
    height: 1em;
    width: 1em;
    line-height: 1em;
	color: #008299;
    font-size: 16px;
}
.heading-line-icon .icon i {
	position: relative;
	z-index: 9;
}
#map, #map2 {
    width: 100%;
    height: 375px;
}
.widg-folio {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    margin-bottom: 7px;
    margin-right: 7px;
	display: inline-block;
    float: left;
	border-radius: 100%;
}
.contact-info li {
	list-style: none;
}
.contact-info li i {
    margin-right: 11px;
    color: #289fca;
    font-size: 16px;
}
#backtotop {
    position: fixed;
    right: 100px;
    background: #121212;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #f8f8f8;
    font-size: 15px;
    z-index: 999;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
#backtotop.on {
    bottom: 40px;
}
.frame-side-left, .frame-side-right {
    width: 20px;
}
.frame-side-bottom, .frame-side-top {
    height: 20px;
}
.frame-side {
    background-color: #ffffff;
	position: fixed;
    z-index: 999999999999;
}
.frame-side-left {
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.frame-side-right {
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}
.frame-side-top {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.frame-side-bottom {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
}
.bg-overlay {
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bg-overlay-light {
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bg-overlay-white {
    background-color: rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bg-overlay-whiter {
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.ver-separator-container {
	position: relative;
}
.ver-separator {
    position: absolute;
    z-index: 2;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	height: 150px;
    top: -75px;
    width: 1px;
    background: #8a8a8a;
}
.ver-separator.small {
    height: 100px;
	top: -50px;
}
.icon-list {
	list-style: none;
	padding-left: 0;
}
.icon-list > li {
    display: block;
	margin-bottom: 10px;
}
.icon-list.right > li {
    float: left;
	width: 100%;
}
.icon-list > li .icon {
    display: table-cell;
    vertical-align: top;
}
.icon-list.right > li .icon {
    float: right;
}
.icon-list > li .icon .icon-inner {
    /*height: 1em;
    width: 1em;
    line-height: 1em;*/
	margin-right: 15px;
	color: #888888;
    font-size: 18px;
}
.icon-list.right > li .icon .icon-inner {
    margin-left: 15px;
	margin-right: 0px;
}
.icon-list > li .content {
    display: table-cell;
    vertical-align: top;
	font-size: 15px;
	color: #555555;
}
.icon-list.right > li .content {
    float: right;
}
.header-top-info {
	height: 30px;
    line-height: 30px;
	color: #777777;
}
.header-top-info.top-info-white {
	color: #fff;
}
.header-top-info span {
    letter-spacing: 2px;
    display: inline-block;
}
.header-top-info span i {
    font-size: 16px;
    padding-right: 5px;
}
.header-top-info span:first-of-type:after {
    content: "|";
    padding-left: 15px;
    padding-right: 13px;
    display: inline-block;
    opacity: .9;
}
.header-top-social-icons {
	height: 30px;
    line-height: 30px;
	color: #777777;
}
.header-top-social-icons .link {
    display: inline-block;
	width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0px 7px;
    font-size: 16px;
	text-align: center;
}
.header-top-social-icons .link:last-of-type {
    margin-right: 0;
}
.header-top-social-icons .link i {
	color: rgb(119,119,119);
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.header-top-social-icons.top-social-white .link i {
	color: #fff;
}
.header-top-social-icons .link i:hover {
	color: #3b5998;
}
.header-top-social-icons .link i.fa-twitter:hover {
	color: #55acee;
}
.header-top-social-icons .link i.fa-instagram:hover {
	color: #125688;
}
.header-top-social-icons .link i.fa-youtube:hover {
	color: #bb0000;
}
.header-top-social-icons .link i.fa-linkedin:hover {
	color: #007bb5;
}
.header-top-social-icons .link i.fa-google-plus:hover {
	color: #dd4b39;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
	color: #2d8899;
	font-weight: lighter;
}
#typed.white + .typed-cursor {
    color: #fff;
}
.mfp-bg {
    background-color: #fff;
	opacity: 1;
}
.mfp-container {
    padding-left: 0;
    padding-right: 0;
    color: #444444;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
button.mfp-close {
    display: none;
}
.popup-content .top {
    width: 100%;
	position: relative;
	line-height: 70px;
    height: 70px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.popup-content .top .popup-close {
    font-size: 22px;
    height: 35px;
    width: 35px;
    opacity: .85;
    text-align: center;
    line-height: 35px;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    cursor: pointer;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	color: #666666;
	padding: 0;
}
.popup-content h2.title {
	color: #444444;
    font-size: 24px;
	margin: 0;
	line-height: 70px;
}
.popup-content .content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.popup-content .content .about-title {
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 23px;
    position: relative;
    letter-spacing: 2px;
    color: #666;
    display: block;
}
.popup-content .content .about-title:after {
    content: "";
    width: 20px;
    height: 2px;
    opacity: .8;
    left: 0;
    bottom: 0;
    position: absolute;
	background: #444444;
}
.popup-content .content .data-item {
    width: 100%;
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	background: #f9f9f9;
    color: #444444;
	clear: both;
}
.popup-content .content .about-title + .data-item {
    border-top: 1px solid #eee;
}
.popup-content .content .data-item:last-child {
    border-bottom: 1px solid #eee;
}
.popup-content .content .data-item .data-title {
    width: 35%;
    display: block;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 2px;
	float: left;
}
.popup-content .content .data-item .data-info {
    float: right;
    width: 60%;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #555;
    margin-top: 10px;
}
.popup-button {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    z-index: 9;
    cursor: pointer;
	color: #666666;
}
.popup-button.prev {
    left: 0;
    text-align: left;
}
.popup-button.next {
    right: 22px;
    text-align: right;
}
.popup-button .text {
    width: 100%;
    font-size: 14px;
    text-align: left;
    transition: all .3s ease-in-out;
    opacity: 0;
    margin-bottom: -10px;
	float: left;
    display: inline-block;
}
.popup-button.prev .text {
    text-align: right;
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
}
.popup-button.next .text {
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
}
.popup-button.prev:hover .text,
.popup-button.next:hover .text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.popup-button .fa {
    font-size: 17px;
    position: relative;
}
.popup-button .fa:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    margin-left: 2px;
    background: #333;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
    transition: all .3s ease-in-out;
	background: #666666;
}
.popup-button.next .fa:after {
    left: unset;
    right: 0;
    margin-right: 2px;
}
.popup-button:hover .fa:after {
    width: 35px;
}
.fullscreen-logo {
	padding: 0 50px;
	width: 100%;
    height: auto;
	position: absolute;
    left: 0;
    top: 0;
}
.fullscreen-bottom-info {
	width: 100%;
    height: auto;
	position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 50px;
    padding-right: 35px;
	font-size: 15px;
	line-height: 35px;
    color: #777777;
}
.sidebar-menu-button {
	position: fixed;
    z-index: 999999;
    width: 35px;
    height: 35px;
    text-align: center;
	background: rgb(0,0,0);
    border: 1px solid #000000;
	right: 50px;
    top: 50px;
}
.sidebar-menu-icon {
    width: 34px;
    height: 25px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	display: inline-block;
    margin-top: 5px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    cursor: pointer;
}
.sidebar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	background: #ffffff;
}
.sidebar-menu-icon span:nth-child(1) {
    top: 0;
}
.sidebar-menu-icon span:nth-child(2) {
    top: 10px;
}
.sidebar-menu-icon span:nth-child(3) {
    top: 20px;
}
.sidebar-menu-icon.open span:nth-child(1) {
    top: 10px;
    left: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sidebar-menu-icon.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}
.sidebar-menu-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.twentytwenty-wrapper {
	-webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.twentytwenty-wrapper:hover {
	box-shadow: 0 30px 60px -30px rgba(0,0,0,0.8);
}
.round-1 {
	border-radius: 2px;
}
.round-2 {
	border-radius: 10px;
}
.round-3 {
	border-radius: 500px;
}
.breadcrumb {
	padding: 0;
	color: #aaa;
    font-size: 12px;
	font-style: italic;
}
.page-title {
	color: #777;
    font-size: 18px;
}
.related-title {
	position: relative;
	margin: 10px 0 40px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
	width: 100%;
	display: block;
}
.related-title:before {
    content: "\f006";
    position: absolute;
    padding-left: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    left: 50%;
    bottom: -26px;
    background: #fff;
    z-index: 1;
    color: #ccc;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.related-title:after {
    content: "";
    width: 30%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.button-nav {
	height: 50px;
    line-height: 50px;
	position: relative;
	float: left;
}
.button-nav.right {
	float: right;
}
.button-nav .icon {
	float: left;
	margin-right: 5px;
	color: #888888;
	font-size: 26px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button-nav.right .icon {
	margin-left: 5px;
	margin-right: 0px;
	float: right;
}
.button-nav .icon:after {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    width: 20px;
    height: 2px;
    background: #2d8899;
    border: 1px solid #2d8899;
    top: 49%;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	left: -10px;
}
.button-nav.right .icon:after {
    left: initial;
	right: -10px;
}
.button-nav:hover .icon {
	margin-right: 15px;
	color: #2d8899;
}
.button-nav.right:hover .icon {
	margin-right: 0;
	margin-left: 15px;
	color: #2d8899;
}
.button-nav:hover .icon:after {
	content: "";
    left: 3px;
    opacity: 1;
}
.button-nav.right:hover .icon:after {
	content: "";
	left: initial;
    right: 3px;
    opacity: 1;
}
.button-nav .info {
	float: left;
	color: #888888;
}
.button-nav:hover .info {
	color: #2d8899;
}
.button-home {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.button-home:hover {
    width: 33px;
    height: 33px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button-home .home-square {
    width: 6px;
    height: 6px;
    float: left;
    margin: 2px;
    background: #888888;
    display: inline-block;
    border: 1px solid #888888;
}
.button-home:hover .home-square {
    width: 7px;
    height: 7px;
    margin: 2px;
	background-color: #2d8899;
	border-color: #2d8899;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button-home:hover .home-square {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: -50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 0;
    font-size: 16px;
    z-index: 999;
    cursor: pointer;
    background-color: #111;
    opacity: .5;
    color: #FFF;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.slick-slider .slick-arrow:hover {
    opacity: 1;
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-next {
    right: 0;
}
.pagination-container {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 7px 0;
    text-align: center;
}
.pagination-container .pagination {
    width: auto;
    color: #666;
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.pagination-container .pagination a {
	color: #333333;
    display: inline-block;
	text-align: center;
	line-height: 32px;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    font-size: 14px;
	border-radius: 50%;
	border: 1px solid #f5f5f5;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.pagination-container .pagination a:hover,
.pagination-container .pagination a.current {
	background-color: #2d8899;
    border-color: #2d8899;
    color: #ffffff;
}
.single-comments-list {
	width: 100%;
    float: left;
	margin-top: 50px;
}
.single-comments-list .comment-list {
	width: 100%;
    float: left;
	padding-left: 5px;
	margin-bottom: 20px;
	list-style: none;
}
.single-comments-list .comment-list li {
	width: 100%;
    float: left;
	position: relative;
}
.single-comments-list .comment-list li .comment-container {
    width: 100%;
    float: left;
    padding: 18px 0 4px;
    border-bottom: 1px solid #f6f6f6;
}
.single-comments-list .comment-list li .comment-author-vcard {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}
.single-comments-list .comment-list li .comment-author-vcard img {
    width: 60px;
    height: 60px;
    margin: 0 5px 5px;
    border-radius: 100%;
}
.single-comments-list .comment-list li .comment-author-info {
    display: block;
    margin-top: 5px;
}
.single-comments-list .comment-list li .comment-author-info .comment-author-name {
    font-size: 14px;
    letter-spacing: 2px;
}
.single-comments-list .comment-list li .comment-author-info a {
    font-size: 12px;
	margin: 2px 0;
    color: #888;
    display: inline-block;
}
.single-comments-list .comment-list li .comment-author-info p {
    margin-top: 10px;
    line-height: 1.6em;
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
.single-comments-list .comment-list li ul.children {
    width: 95%;
    float: right;
}
.single-comments-list .comment-list li .reply {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
	padding-top: 25px;
}
.single-comments-list .comment-list li .reply a {
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2.4px;
}
.single-comment-form {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.single-comment-form .row {
    margin-bottom: 24px;
}
.ms-section.ms-table {
	background-color: #fff;
}
@media (min-width: 1200px) {
	.left-content {
		float: left;
		width: 350px;
		padding-bottom: 30px;
	}
	.right-content {
		position: relative;
		overflow: hidden;
		width: calc(100% - 350px);
		-webkit-box-shadow: inset 0px 0px 12px #f7f7f7;
		-khtml-box-shadow: inset 0px 0px 12px #f7f7f7;
		-moz-box-shadow: inset 0px 0px 12px #f7f7f7;
		-ms-box-shadow: inset 0px 0px 12px #f7f7f7;
		-o-box-shadow: inset 0px 0px 12px #f7f7f7;
		box-shadow: inset 0px 0px 12px #f7f7f7;
	}
}
@media (max-width: 768px) {
	.section-split-bg {
		height: 100vh;
		position: static;
	}
	.ms-section {
		position: static;
		float: left;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ms-right .ms-section:last-child {
		margin-bottom: 0;
	}
	#multiScroll {
		/*overflow-y: scroll;
		overflow-x: hidden;*/
	}
}

/* --------------------------------------------------------------------- */
/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. HEADER === */
.header {
    position: relative;
	overflow: visible;
	width: 100%;
}
.header-fix {
	position: fixed;
	z-index: 11;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.header-static {
	position: static;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.header-fix.on-scroll,
.header-static.on-scroll {
	background-color: #fff;
	border-bottom: 1px solid rgb(246, 246, 246);
}
.header-static.on-scroll {
	position: fixed;
	z-index: 11;
	top: 0;
}
.boxed-layout .header-static.on-scroll {
	position: static;
}
.header-buttons {
	height: 70px;
    line-height: 70px;
}
.header .header-buttons {
	float: right;
}
.header .main-menu.pull-left .header-buttons {
	float: left;
}
.header.on-scroll .header-top-info,
.header.on-scroll .header-top-social-icons {
	display: none;
}
.header > .container {
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.header.on-scroll > .container {
	width: 100%;
}
.header-4 #logo {
	width: 100%;
	float: none;
	text-align: center;
}
.header-4 #logo img {
	max-width: 170px;
}
.header-4 #logo img.logo-scroll {
	max-width: 140px;
}
.header-5 {
    position: fixed;
    top: 0;
	left: -350px;
    bottom: 0;
    z-index: 999999;
    box-sizing: border-box;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
	background-color: #121212;
    color: #888888;
    width: 350px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
.header-5.open {
	left: 0;
}
.header-5 .top {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 20px;
}
.header-5 .top .closer-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #222222;
    text-align: center;
    cursor: pointer;
	float: left;
}
.header-5 #logo {
    height: 50px;
    width: 100%;
    float: left;
	text-align: center;
}
.header-5 #logo img {
    max-width: 170px;
    margin-top: 50px;
}
.header-5 .menu-toggle {
	top: 11px;
}
.header-5 .bottom {
    width: 100%;
    float: left;
    padding: 0 20px;
	position: absolute;
    bottom: 30px;
    height: auto;
}
.header-5 .bottom .form-search {
    width: 100%;
    float: left;
    height: 36px;
	margin-top: 5px;
    position: relative;
	top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.header-5 .bottom .form-search input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 7px 15px 0;
    color: inherit;
    font-size: 15px;
    text-align: center;
    opacity: .5;
	float: left;
    border-top: 1px solid aliceblue;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.header-5 .bottom .form-search input:focus {
	border-top-color: #2d8899;
}
.header .mobile-cart {
	display: none;
	font-size: 18px;
    position: absolute;
    width: 30px;
    padding-top: 3px;
    top: 50%;
	right: 70px;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .mobile-icon {
	display: none;
	position: absolute;
    top: 50%;
	right: 20px;
    margin-left: 10px;
    width: 36px;
    -webkit-transform: scale(.6) translateX(-25%) translateY(-50%);
    transform: scale(.6) translateX(-25%) translateY(-50%);
}
.header .mobile-icon .hamburger {
	width: 36px;
    height: 25px;
	position: relative;
    top: -50%;
	-webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.header .mobile-icon .hamburger span {
	background: #777777;
	display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .mobile-icon .hamburger span:nth-child(1) {
    top: 0;
}
.header .mobile-icon .hamburger span:nth-child(2) {
    top: 10px;
}
.header .mobile-icon .hamburger span:nth-child(3) {
    top: 20px;
}
.header .mobile-icon .hamburger.open span:nth-child(1) {
    top: 10px;
    left: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header .mobile-icon .hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}
.header .mobile-icon .hamburger.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* === 2.2. MENUS === */
.main-menu {
	float: right;
	width: calc(100% - 170px);
}
.main-menu-mobile {
	display: none;
}
.main-menu > .menu {
	height: inherit;
    line-height: inherit;
}
.main-menu > .menu > li {
    font-size: 15px;
    display: inline-block;
	position: relative;
}
.main-menu > .menu > li.mega {
    position: static;
}
.main-menu > .menu > li > a {
    position: relative;
    display: inline-block;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	font-family: "Raleway";
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
	color: rgb(0, 0, 102);
	height: 70px;
    line-height: 70px;
}
.main-menu.menu-white > .menu > li > a {
	color: #fff;
}
.on-scroll .main-menu.menu-white > .menu > li > a {
	color: rgb(119, 119, 119);
}
.main-menu > .menu > li > a:hover,
.main-menu > .menu > li.active > a {
	color: #2d8899;
}
.on-scroll .main-menu.menu-white > .menu > li > a:hover,
.on-scroll .main-menu.menu-white > .menu > li.active > a {
	color: #2d8899;
}
.main-menu > .menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
    width: 0;
    height: 2px;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.main-menu > .menu > li:hover > a:before,
.main-menu > .menu > li.active > a:before {
    width: 100%;
	background-color: #2d8899;
}
.main-menu > .menu > li > ul,
.main-menu > .menu > li ul.sub-menu,
.main-menu > .menu > li ul.sub-menu ul {
    text-align: left;
    position: absolute;
    top: 200%;
    width: 220px;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    visibility: hidden;
	background: #121212;
    margin-top: -2px;
	padding: 25px 0;
	z-index: 5;
	-webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.main-menu > .menu > li ul.mega-menu {
	display: flex;
	width: 100%;
}
.main-menu > .menu > li ul.sub-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.main-menu > .menu > li ul.sub-menu.back {
	left: initial;
	right: 0;
}
.main-menu > .menu > li:hover ul.mega-menu,
.main-menu > .menu > li:hover ul.sub-menu,
.main-menu > .menu > li > ul.sub-menu > li:hover ul {
	visibility: visible;
    top: 100%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    z-index: 2;
}
.main-menu > .menu > li > ul.sub-menu > li ul {
	left: 100%;
	top: 0;
	margin-top: 0px;
	margin-left: 2px;
	padding-top: 0;
	padding-bottom: 0;
}
.main-menu > .menu > li > ul.sub-menu > li:hover ul {
	top: 0;
}
.main-menu > ul > li ul li {
	width: 100%;
    line-height: 39px;
    font-family: Raleway;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
	color: #bbbbbb;
	height: 40px;
	padding: 0 15px;
	position: relative;
}
.main-menu > ul > li ul.mega-menu > li {
    box-sizing: border-box;
    height: auto;
    line-height: 1.5em;
    background: none;
    border-right: 1px solid #333333;
    padding: 0 25px;
    display: table-cell;
}
.main-menu > ul > li ul.mega-menu > li h3 {
    padding: 0;
    margin: 0 0 10px;
	line-height: 32px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
	color: #fff;
}
.main-menu > ul > li ul.mega-menu > li > ul {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    display: block;
    padding: 0;
	margin-top: 0;
}
.main-menu > ul > li ul.mega-menu > li > ul li {
	position: relative;
    line-height: 30px;
    font-family: Raleway;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: capitalize;
	height: 30px;
	padding: 0;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.main-menu > ul > li ul.mega-menu > li > ul li:hover {
    margin-left: 10px;
}
.main-menu > ul > li ul.mega-menu > li > ul li a,
.main-menu > ul > li ul.sub-menu > li a {
	color: #bbbbbb;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.main-menu > ul > li ul.mega-menu > li > ul li a:hover,
.main-menu > ul > li ul.sub-menu > li a:hover {
    color: #ffffff;
}
.menu-toggle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}
.header .main-menu {
	text-align: center;
}
.header .main-menu.text-left {
	text-align: left;
}
.header .main-menu.text-right {
	text-align: right;
}
.header .main-menu.pull-left,
.header .main-menu.pull-right {
	text-align: left;
	width: 33.33333333333333%;
	display: inline-block;
}
.header .main-menu.pull-right {
	text-align: right;
}
.header .main-menu.pull-left + #logo,
.header .main-menu.pull-left + #logo2 {
	width: 33.33333333333333%;
	display: inline-block;
	float: none;
	text-align: center;
}
.header .main-menu.pull-left + #logo img,
.header .main-menu.pull-left + #logo2 img {
	max-width: 170px;
}
.header .main-menu > .menu {
    float: none;
    margin: auto;
    display: inline-block;
}
.header .main-menu.menu-right > .menu {
    float: right;
}
.header .main-menu.pull-right > .menu,
.header .main-menu.pull-left > .menu,
.header .main-menu.menu-right > .menu {
    padding-left: 0;
}
.header .main-menu > .menu > li {
	margin-left: 10px;
    margin-right: 10px;
}
.header .main-menu.pull-left > .menu > li:first-child {
	margin-left: 0;
}
.dotted-navigation {
    position: fixed;
    z-index: 9;
    right: 21px;
    top: 50%;
}
.dotted-navigation .menu {
    width: 24px;
	margin: 0;
	padding: 0;
}
.dotted-navigation .menu li {
    width: 24px;
    height: 22px;
    line-height: 22px;
    overflow: visible;
}
.dotted-navigation .menu a {
    height: 22px;
    line-height: 22px;
    overflow: visible;
}
.dotted-navigation .menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin-top: 6px;
	background-color: #ffffff;
}
.dotted-navigation .menu li:hover a:before, 
.dotted-navigation .menu li a.current:before {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
}
.fullscreen-menu {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed;
	background-color: rgba(0,0,0,0.95);
    color: #bbbbbb;
	visibility: hidden;
    opacity: 0;
	z-index: 999999;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.83);
    transform: translateX(-50%) translateY(-50%) scale(.83);
    width: 101vw;
    height: 100vh;
}
.fullscreen-menu.show {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
	visibility: visible;
    opacity: 1;
}
.full-screen-menu {
    position: absolute;
    padding: 40px;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.full-screen-menu > .menu {
	list-style: none;
    width: 100%;
	position: relative;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}
.full-screen-menu > .menu.open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.full-screen-menu > .menu li {
    list-style: none;
    width: 100%;
	height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.full-screen-menu > .menu li a {
    color: #fff;
}
.full-screen-menu ul li ul {
	list-style: none;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.full-screen-menu ul li ul.active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
}
.full-screen-menu ul li ul.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
.menu-back .menu-back-content {
    width: 90px;
    margin: auto auto auto -20px;
    display: inline-block;
}
.menu-back .menu-back-content .menu-back-icon {
    display: inline-block;
    float: left;
}
.menu-back .menu-back-content .menu-back-icon i {
    width: 40px;
    position: relative;
    cursor: pointer;
    font-size: 43px;
    float: left;
    display: inline-block;
	color: #fff;
}
.menu-back .menu-back-content .menu-back-icon i:after {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    border: 1px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
	height: 3px;
    background: #fff;
    margin-top: 1px;
    width: 0;
    left: -5px;
}
.menu-back .menu-back-content .menu-back-icon:hover i:after {
    content: "";
    left: 15px;
    opacity: 1;
    width: 30px;
}
.menu-back .menu-back-content .menu-back-home {
    font-size: 22px;
	line-height: 25px;
    margin-top: 11px;
    float: right;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
	color: #fff;
}
.header-4 .main-menu {
	width: 100%;
	border-top: 1px solid #eee;
	margin-top: 10px;
}
.header-4 .main-menu > .menu > li > a {
	height: 35px;
    line-height: 35px;
}
.header-5 .main-menu {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: inherit;
    padding-top: 0;
    left: 0;
    padding-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-5 .main-menu > ul.menu {
    padding-left: 0;
}
.header-5 .main-menu ul li {
    text-align: center;
	position: relative;
    width: 100%;
    display: block;
}
.header-5 .main-menu > .menu > li {
	margin: 0;
	display: inline-block;
}
.header-5 .main-menu ul li a {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	text-align: center;
	height: 50px;
    line-height: 50px;
    font-size: 14px;
	text-transform: none;
	font-weight: normal;
}
.header-5 .main-menu > .menu > li > a:before {
	display: none;
}
.header-5 .main-menu > .menu > li ul.sub-menu {
    position: absolute;
    z-index: 9999;
    min-width: 220px;
    background: #121212;
    height: auto;
    padding: 5px 0 15px;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	top: 0;
	left: 100%;
    margin-left: -15px;
}
.header-5 .main-menu > .menu > li:hover ul.sub-menu,
.header-5 .main-menu > .menu li:hover ul.sub-menu {
    margin-left: 1px;
}
.header-5 .main-menu > .menu > li > ul.sub-menu > li ul {
	padding-bottom: 10px;
}
.header-5 .main-menu > .menu > li ul.sub-menu ul {
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* === 2.3. SEARCH === */
.fullscreen-search {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed;
	background-color: rgba(0,0,0,0.95);
    color: #bbbbbb;
	visibility: hidden;
    opacity: 0;
	z-index: 999999;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.83);
    transform: translateX(-50%) translateY(-50%) scale(.83);
    width: 101vw;
    height: 100vh;
}
.fullscreen-search.show {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
	visibility: visible;
    opacity: 1;
}
.wide-search {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow: hidden;
	z-index: 9999999999999;
	background-color: #ffffff;
    color: #888888;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.wide-search.show {
	visibility: visible;
	opacity: 1;
}
.form-search {
    position: absolute;
    width: 70%;
    height: 102px;
    line-height: 100px;
    font-size: 66px;
    color: inherit;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.wide-search .form-search {
	width: 100%;
	position: relative;
}
.form-search input {
    width: 100%;
    z-index: 99999;
    color: inherit;
	font-family: 'PT Sans', sans-serif;
	font-size: 52px;
	background: none;
	border: none;
}
.wide-search input {
	font-size: 32px;
}
.form-search .km-input-border {
	background-color: #333333;
    height: 1px;
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    bottom: 0;
	width: 0;
	left: 0;
}
.form-search input:focus + .km-input-border {
	width: 100%;
}
.kameleon-search-closer, .widget-area-closer {
	cursor: pointer;
    position: fixed;
    right: 28px;
    top: 22px;
	z-index: 10;
    font-size: 36px;
    opacity: .8;
    height: 36px;
    line-height: 36px;
    width: 36px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.widget-area-closer {
	z-index: 1;
}
.wide-search .kameleon-search-closer {
	top: 20px;
    font-size: 25px;
    position: absolute;
    right: 0;
    text-align: center;
}
.widget-area-closer {
	top: 0px;
    font-size: 25px;
    position: absolute;
    left: 10px;
    text-align: center;
}
.topfixed-search {
    width: 100%;
    height: 50px;
    line-height: 50px;
	position: relative;
    left: 0;
    right: 0;
	z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
	background-color: #212212;
    color: #cccccc;
	display: none;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.topfixed-search.show {
	display: block;
}
.topfixed-search .form-search {
	position: static;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	-webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.topfixed-search .form-search input {
	font-size: 22px;
	padding: 0;
}
.topfixed-search .kameleon-search-closer {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 17px;
}
.small-search {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow: hidden;
	visibility: hidden;
    opacity: 0;
}
.small-search.show {
	visibility: visible;
    opacity: 1;
}
.small-search .small-search-content {
    position: relative;
	height: 70px;
	width: 100%;
}
.small-search .small-search-content form {
	float: right;
    width: auto;
    position: static;
	-webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.small-search .small-search-content form input {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 36px;
    line-height: 35px;
    font-size: 32px;
    color: inherit;
    z-index: 9999;
    right: 0;
	top: 15px;
    padding: 0 10px;
	width: 0px;
	background-color: #ffffff;
    border: 1px solid #eeeeee;
    font-size: 13px;
}
.small-search.show .small-search-content form input {
	width: 250px;
}
.small-search .small-search-content .kameleon-search-closer {
    font-size: 12px;
    float: right;
    position: relative;
    height: inherit;
    cursor: pointer;
    line-height: inherit;
    z-index: 99999;
    height: auto;
	text-align: right;
	right: 15px;
}
.dropdown-search {
    position: absolute;
	top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 100;
	width: 100%;
	visibility: hidden;
    opacity: 0;
}
.dropdown-search.show {
	visibility: visible;
    opacity: 1;
}
.dropdown-search .dropdown-search-content {
    position: relative;
    width: 300px;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #eeeeee;
    float: right;
    background-color: #fafafa;
}
.dropdown-search .dropdown-search-container {
	width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    border: 1px solid #eeeeee;
	background-color: #ffffff;
    font-size: 15px;
    color: #777777;
}
.dropdown-search .dropdown-search-container form {
	width: auto;
    position: static;
	-webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
.dropdown-search .dropdown-search-container form input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    padding: 0 8px;
	font-size: 15px;
    color: #777777;
	float: left;
}
.dropdown-search .dropdown-search-container .kameleon-search-closer {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 12px;
	background-color: #111111;
    color: #eeeeee;
}

/* === 2.4. BLOG === */
.recent-post-item {
    width: 100%;
    padding: 5px 0 8px;
    display: block;
    float: left;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.recent-post-item a.thumb {
	width: 55px;
    height: 55px;
    float: left;
    margin-right: 8px;
}
.recent-post-item a.thumb > img {
    border-radius: 100%;
}
.recent-post-item .blog-info {
    width: auto;
    float: left;
	max-width: calc(100% - 65px);
}
.recent-post-item .blog-info .title {
    text-transform: uppercase;
	margin-top: 3px;
	color: inherit;
	width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}
.recent-post-item .blog-info .title:hover {
    color: #2d8899;
}
.recent-post-item .date {
    width: 100%;
    display: block;
    font-size: 12px;
    opacity: .8;
    margin-top: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}
.recent-post-item .date i {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    margin-top: 3px;
    left: 0;
}
.blog-item {
	display: block;
	border: 1px solid rgb(238, 238, 238);
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-item .blog-media {
	display: inline;
    position: relative;
	overflow: hidden;
}
.blog-item .blog-media img {
    position: relative;
	display: inline-block;
}
.blog-item .blog-avatar {
	width: 100%;
    display: block;
    height: 0;
    position: relative;
    text-align: center;
}
.blog-item .blog-avatar img {
	-webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
	border: 2px solid #f1f1f1;
	width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
	-webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.blog-item .blog-content {
	width: 100%;
}
.blog-item .blog-content h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.blog-item .blog-content h3 a {
	width: 97%;
	min-height: 10px;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    letter-spacing: 2px;
	margin-left: 1.5%;
	margin-right: 0;
    padding: 10px 0;
    font-weight: 500;
	color: #666666;
    font-size: 19px;
}
.blog-item .blog-content h3 a:hover {
	color: #2d8899;
}
.blog-item .blog-content p {
    display: block;
    box-sizing: border-box;
    line-height: 1.8em;
	width: 97%;
    margin-left: 1.5%;
    padding: 15px 0;
	font-size: 15px;
	color: #aaaaaa;
}
.blog-item .blog-info {
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
	width: 97%;
    margin-left: 1.5%;
    padding: 0 0 5px;
	color: #aaaaaa;
}
.blog-item .blog-info .author,
.blog-item .blog-info .date {
    display: inline-block;
	width: 49%;
}
.blog-item .blog-info .date {
	text-align: right;
}
.blog-item .blog-info .author i, 
.blog-item .blog-info .date i {
    display: inline-block;
    margin-right: 5px;
}
.blog-item.style-1 .blog-media img,
.blog-item.style-2 .blog-media img,
.blog-item.style-4 .blog-media img {
    display: block;
    position: relative;
    min-width: 100%;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    -webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.blog-item.style-1:hover .blog-media img,
.blog-item.style-2:hover .blog-media img,
.blog-item.style-4:hover .blog-media img {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.blog-item.style-1 .blog-content h3 a {
    border-bottom: 1px solid #f6f6f6;
}
.blog-item.style-1 .blog-content p {
    border-bottom: 1px solid #f6f6f6;
}
.blog-item.style-2 .blog-content {
	padding: 30px 50px;
}
.blog-item.style-2 .blog-content h3 {
     margin-top: 10px; 
}
.blog-item.style-2 .blog-content h3 a {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 15px;
}
.blog-item.style-2 .blog-content p {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.blog-item.style-2 .blog-info {
	width: 100%;
	margin-left: 0;
	padding: 8px 13px 8px 50px;
    border-top: 1px solid #eee;
}
.blog-item.style-3 {
	background: rgb(250, 250, 250);
	padding: 30px;
}
.blog-item.style-3 .blog-content h3 a,
.blog-item.style-3 .blog-content p {
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}
.blog-item.style-3 .blog-content h3 a {
	padding-bottom: 15px;
}
.blog-item.style-3 .blog-content .date {
    width: 100%;
	display: block;
    margin-bottom: 5px;
	color: #444444;
	font-size: 11px;
	opacity: .9;
    letter-spacing: 1px;
}
.blog-item.style-3 .blog-info {
	width: 100%;
	height: 25px;
    line-height: 25px;
	margin-top: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 0;
	border-top: 1px solid #eee;
    color: #444444;
}
.blog-item.style-4 {
	border: none;
}
.blog-item.style-4 .blog-content h3 a,
.blog-item.style-4 .blog-content p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 100%;
}
.blog-item.style-4 .blog-content h3 a {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-item.style-4 .blog-info {
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 13px;
	font-size: 14px;
	color: #777777;
}
.blog-item.style-4 .blog-avatar img {
    width: 65px;
    height: 65px;
    float: right;
    position: absolute;
    left: inherit;
    right: 0px;
    top: -35px;
}
.blog-item.style-5 {
	border: none;
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.blog-item.style-5 h3 {
    font-weight: 400;
    font-size: 19px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    display: block;
}
.blog-item.style-5 h3 a {
	margin: 0;
	width: 100%;
	padding: 0;
}
.blog-item.style-5 .blog-content p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.blog-item.style-5 .blog-info {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	color: #888;
	font-size: 14px;
}
.blog-item.style-5 .blog-info a {
	color: #888;
}
.blog-item.style-5 .blog-info a:hover {
	color: #2d8899;
}
.blog-item.style-5 .blog-info .author,
.blog-item.style-5 .blog-info .date,
.blog-item.style-5 .blog-info .comment,
.blog-item.style-5 .blog-info .tag {
    width: auto;
	text-align: left;
	display: inline-block;
}
.blog-item.style-5 .blog-info .author:after,
.blog-item.style-5 .blog-info .date:after,
.blog-item.style-5 .blog-info .comment:after {
    content: "|";
    display: inline-block;
    color: #aaa;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.blog-item.style-5 .readmore {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}
.blog-item.style-6 {
	border: none;
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.blog-item.style-6 .date {
	width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
	margin-bottom: 10px;
    background: #f5f5f5;
    text-align: center;
}
.blog-item.style-6 .date i {
    display: block;
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #555;
}
.blog-item.style-6 .date > div {
    width: 100%;
    float: left;
    min-height: 20px;
    color: #FFF;
    background-color: #2d8899;
    padding: 2px 0;
}
.blog-item.style-6 .date > div span {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: bolder;
}
.blog-item.style-6 .blog-content {
    display: block;
    padding-left: 90px;
}
.blog-item.style-6 .blog-content h3 {
    font-weight: 400;
    font-size: 19px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    display: block;
}
.blog-item.style-6 .blog-content h3 a {
	margin: 0;
	width: 100%;
	padding: 0;
}
.blog-item.style-6 .blog-content p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.blog-item.style-6 .blog-info {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	color: #888;
	font-size: 14px;
}
.blog-item.style-6 .blog-info a {
	color: #888;
}
.blog-item.style-6 .blog-info a:hover {
	color: #2d8899;
}
.blog-item.style-6 .blog-info .author,
.blog-item.style-6 .blog-info .date,
.blog-item.style-6 .blog-info .comment,
.blog-item.style-6 .blog-info .tag {
    width: auto;
	text-align: left;
	display: inline-block;
}
.blog-item.style-6 .blog-info .author:after,
.blog-item.style-6 .blog-info .date:after,
.blog-item.style-6 .blog-info .comment:after {
    content: "|";
    display: inline-block;
    color: #aaa;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.blog-item.style-6 .readmore {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}
.blog-item.style-7 {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.blog-item.style-7 img {
    width: 100%;
    display: block;
    max-height: 250px;
}
.blog-item.style-7 .blog-content  {
    width: 100%;
    display: block;
    background: #FFF;
    position: absolute;
    bottom: -30px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #eee;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.blog-item.style-7:hover .blog-content {
    bottom: 0;
}
.blog-item.style-7 .blog-content h3 {
    width: 100%;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-weight: 400;
    margin-top: 0;
}
.blog-item.style-7 .blog-content p {
    display: inline-block;
    width: 100%;
    color: #666;
    margin-bottom: 0;
    margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.blog-item.quote {
	border: none;
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.blog-item.quote > a {
	position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 25px 50px;
    background-color: #222;
    color: #FFF;
    font-size: 16px;
}
.blog-item.quote .quote-author,
.blog-item.quote .quote-content {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.blog-item.quote .quote-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-item.quote .quote-author {
	color: #2d8899;
}
.blog-item.quote i {
    font-size: 45px;
    position: absolute;
    color: inherit;
    opacity: .15;
    right: 0;
	bottom: 0;
    -webkit-transform: translateY(-20%) translateX(-20%);
    transform: translateY(-20%) translateX(-20%);
}
.blog-body {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #666;
    line-height: 1.9em;
    word-wrap: break-word;
}
.blog-title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.blog-title h2 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    font-weight: 400;
    margin-top: 0;
	margin-bottom: 0;
	color: #333;
}
.blog-title .blog-info {
    float: right;
    margin-bottom: 0;
    color: #888;
}
.blog-title .blog-info .author, .blog-title .blog-info .date, 
.blog-title .blog-info .comment, .blog-title .blog-info .tag {
    width: auto;
    text-align: left;
    display: inline-block;
}
.blog-title .blog-info .author:after, .blog-title .blog-info .date:after, 
.blog-title .blog-info .comment:after {
    content: "|";
    display: inline-block;
    color: #aaa;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.single-tag {
    width: 100%;
    color: #aaa;
    font-style: italic;
    font-size: 13px;
	margin-bottom: 15px;
    display: block;
}
.single-tag a {
	font-size: 13px;
    color: #666;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.single-tag a:hover {
	color: #2d8899;
}
.single-author {
    width: 100%;
    min-height: 40px;
    display: block;
	float: left;
    margin: 20px 0;
    border: 1px solid #f6f6f6;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
    box-sizing: border-box;
}
.single-author .author-avatar {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}
.single-author .author-avatar img {
    width: 80px;
    height: 80px;
}
.single-author .author-desc {
    line-height: 1.8em;
    color: #888;
    font-size: 14px;
}
.single-author .author-name {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* === 2.5. SECTIONS === */
.section-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px;
    color: #333;
    letter-spacing: 3px;
    margin-bottom: 11px;
}
.section-desc {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0px;
    color: #888;
}
.section {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.section.no-overflow {
    overflow: visible;
}
.section.border-bottom {
    border-bottom: 1px solid #f4f4f4;
}
.section.border-top {
    border-top: 1px solid #f4f4f4;
}
.section-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-fullscreen {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-split-slider-1 {
	background-image:url(../images/split-slider/bild1-HOME.jpg);
}
.section-split-slider-2 {
	background-image:url(../images/split-slider/bild2-HOME.jpg);
}
.section-split-slider-3 {
	background-image:url(../images/split-slider/bild3-HOME.jpg);
}
.section-split-slider-4 {
	background-image:url(../images/split-slider/bild4.2-HOME.jpg);
}
.section-split-slider-5 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-6 {
	background-image:url(../images/split-slider/bild5-HOME.jpg);
}
.section-split-slider-7 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-8 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-9 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-10 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-11 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-12 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-13 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-14 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-15 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-16 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-17 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-split-slider-18 {
	background-image:url(../images/split-slider/bg_960x1080.jpg);
}
.section-bg-1 {
	background-image:url(../images/background/bg_1903x637.jpg);
}
.section-bg-2 {
	background-image:url(../images/background/bg_1863x665.jpg);
}
.section-bg-3 {
	background-image:url(../images/background/bg_1903x435.jpg);
}
.section-bg-4 {
	background-image:url(../images/background/bg_1903x900.jpg);
}
.section-bg-5 {
	background-image:url(../images/background/bg_750x500.jpg);
}
.section-bg-6 {
	background-image:url(../images/background/bg_1903x917.jpg);
}
.section-bg-7 {
	background-image:url(../images/background/bg_1920x1280.jpg);
}
.section-bg-8 {
	background-image:url(../images/background/bg_1903x600.jpg);
}
.section-bg-9 {
	background-image:url(../images/background/bg_1903x420.jpg);
}
.section-bg-10 {
	background-image:url(../images/background/bg_1903x650.jpg);
}
.section-bg-11 {
	background-image:url(../images/background/bg_1903x600.jpg);
}
.section-bg-12 {
	background-image:url(../images/background/bg_1903x650.jpg);
}
.section-bg-13 {
	background-image:url(../images/background/bg_1920x1080.jpg);
	background-position: 50% 0px;
}
.section-bg-14 {
	background-image:url(../images/background/bg_1920x1080.jpg);
	background-position: 50% 0px;
}
.section-bg-15 {
	background-image:url(../images/background/bg_1920x1080.jpg);
	background-position: 50% 0px;
}
.section-bg-16 {
	background-image:url(../images/background/bg_1920x1080.jpg);
	background-position: 50% 0px;
}
.section-bg-17 {
	background-image:url(../images/background/bg_kontakt.jpg);
}
.section-bg-18 {
	background-image:url(../images/background/bg_1920x1080.jpg);
}
.section-bg-19 {
	background-image:url(../images/background/bg_1903x830.jpg);
}
.section-bg-20 {
	background-image:url(../images/background/bg_1903x435.jpg);
}
.section-bg-21 {
	background-image:url(../images/background/bg_leistung.jpg);
	background-position: center;
}
.section-bg-22 {
	background-image:url(../images/background/bg_team.jpg);
}
.section-bg-23 {
	background-image:url(../images/background/bg_1903x637.jpg);
}
.section-bg-24 {
	background-image:url(../images/background/bg_leistungen.jpg);
}
.section-bg-25 {
	background-image:url(../images/background/bg_1903x733.jpg);
	background-position: center;
}
.section-bg-26 {
	background-image:url(../images/background/bg_1903x600.jpg);
}
.section-bg-27 {
	background-image:url(../images/background/bg_1920x1080.jpg);
}
.section-bg-28 {
	background-image:url(../images/background/bg_1920x1080.jpg);
}
.section-bg-29 {
	background-image:url(../images/background/bg_impressum.jpg);
}
.section-bg-30 {
	background-image:url(../images/background/bg_1903x514.jpg);
}
.section-bg-31 {
	background-image:url(../images/background/bg_1903x600.jpg);
}
.section-bg-32 {
	background-image:url(../images/background/bg_1903x650.jpg);
}
.section-bg-33 {
	background-image:url(../images/background/bg_1903x650.jpg);
}
.section-bg-34 {
	background-image:url(../images/background/bg_1903x650.jpg);
}

/* === 2.6. FEATURES === */
.feature-item {
	display: inline-block;
    width: 100%;
}
.feature-item .feature-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.feature-item.right-icon .feature-content {
    text-align: right;
}
.feature-item .feature-content h3 {
    font-size: 16px;
    line-height: 14px;
	font-weight: bold;
    color: #444444;
	margin: 0;
    display: block;
}
.feature-item .feature-content p {
    font-size: 13px;
    line-height: 20px;
	color: #777777;
	margin-top: 10px;
	width: 100%;
    display: block;
}
.feature-item .feature-icon {
    display: table-cell;
    vertical-align: top;
    width: 56px;
    height: 56px;
}
.feature-item .feature-icon .icon {
	position: relative;
    color: #333;
    background: #f7f7f7;
    border-style: ;
    border-color: #333333;
    border-width: 1px;
    line-height: 56px;
    border-radius: 500px;
	width: 56px;
    height: 56px;
    font-size: 22px;
    display: inline-block;
	margin-right: 15px;
	--icon-hover-color: #ffffff;
    --icon-hover-background: #212128;
}
.feature-item.right-icon .feature-icon .icon {
	margin-left: 15px;
	margin-right: 0;
}
.feature-item:hover .feature-icon .icon {
	color: #fff;
    background: #212128;
}
.feature-item .feature-icon .icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    box-sizing: content-box;
	top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px var(--icon-hover-background);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0;
}
.feature-item:hover .feature-icon .icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.feature-item h3.title {
	font-size: 52px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: -15px 0 15px;
    text-transform: uppercase;
	color: #333;
}
.feature-item p.desc {
	color: #666;
    font-size: 16px;
    line-height: 1.8em;
}
.feature-item.style-2 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-2 .feature-icon .icon {
	background-color: #fff;
	width: 105px;
    height: 105px;
    line-height: 105px;
	font-size: 26px;
}
.feature-item.style-2:hover .feature-icon .icon {
    color: #fff;
    background: #212128;
}
.feature-item.style-2:hover .feature-icon .icon.icon-color {
    background: #008299;
}
.feature-item .feature-icon .icon.icon-color:after {
	box-shadow: 0 0 0 2px #008299;
}
.feature-item.style-2 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-2 .feature-content h3 {
    font-size: 20px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-2 .feature-content p {
	font-size: 14px;
}
.feature-item.style-3 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-3 .feature-icon .icon {
	background-color: #fff;
	width: 85px;
    height: 85px;
    line-height: 85px;
	font-size: 38px;
	margin-right: 0;
}
.feature-item.style-3:hover .feature-icon .icon {
    color: #fff;
    background: #212128;
}
.feature-item.style-3 .feature-icon .icon.icon-color {
    background: none;
	color: #bbbbbb;
}
.feature-item.style-3:hover .feature-icon .icon.icon-color {
    background: #008299;
	color: #fff;
}
.feature-item.style-3 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-3 .feature-content h3 {
    font-size: 19px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-3 .feature-content p {
	font-size: 16px;
}
.feature-item.style-4 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-4 .feature-icon .icon {
	background-color: #fff;
	width: 105px;
    height: 105px;
    line-height: 105px;
	font-size: 26px;
	margin-right: 0;
}
.feature-item.style-4 .feature-icon .icon.small {
	width: 85px;
    height: 85px;
    line-height: 85px;
	font-size: 38px;
}
.feature-item.style-4:hover .feature-icon .icon {
    color: #212128;
    background: #fff;
}
.feature-item.style-4 .feature-icon .icon.icon-color {
    background: none;
	color: #bbbbbb;
}
.feature-item.style-4:hover .feature-icon .icon.icon-color {
    background: none;
	color: #fff !important;
}
.feature-item.style-4:hover .feature-icon .icon.icon-color-2 {
    background: #008299;
	color: #fff !important;
}
.feature-item.style-4 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-4 .feature-content h3 {
    font-size: 19px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-4 .feature-content p {
	font-size: 16px;
}
.feature-item.style-4 .feature-icon .icon:after {
    box-shadow: 0 0 0 4px #fff;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.feature-item.style-4:hover .feature-icon .icon:after {
    box-shadow: 0 0 0 4px #212128;
	-webkit-transform: scale(.85);
    transform: scale(.85);
}
.feature-item.style-4 .feature-icon .icon.icon-color:after {
    box-shadow: 0 0 0 4px #008299;
}
.feature-item.style-4:hover .feature-icon .icon.icon-color:after {
    box-shadow: 0 0 0 4px #008299;
}
.feature-item.style-4:hover .feature-icon .icon.icon-color-2:after {
    box-shadow: 0 0 0 2px #fff;
}
.feature-item.style-5 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-5 .feature-icon .icon {
	background-color: #fff;
	width: 105px;
    height: 105px;
    line-height: 105px;
	font-size: 26px;
}
.feature-item.style-5:hover .feature-icon .icon {
    color: #fff;
    background: #212128;
}
.feature-item.style-5:hover .feature-icon .icon.icon-color {
    background: #008299;
}
.feature-item.style-5 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-5 .feature-content h3 {
    font-size: 20px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-5 .feature-content p {
	font-size: 14px;
}
.feature-item.style-5 .feature-icon .icon:after {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.feature-item.style-5:hover .feature-icon .icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feature-item.style-6 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-6 .feature-icon .icon {
	background-color: #fff;
	width: 105px;
    height: 105px;
    line-height: 105px;
	font-size: 26px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.feature-item.style-6:hover .feature-icon .icon {
	box-shadow: 0 0 0 2px #232323;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.feature-item.style-6:hover .feature-icon .icon.icon-color {
	box-shadow: 0 0 0 2px #008299;
}
.feature-item.style-6 .feature-icon .icon i {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
	color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.feature-item.style-6:hover .feature-icon .icon i {
	color: #232323;
}
.feature-item.style-6:hover .feature-icon .icon.icon-color i {
	color: #008299;
}
.feature-item.style-6 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-6 .feature-content h3 {
    font-size: 20px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-6 .feature-content p {
	font-size: 14px;
}
.feature-item.style-6 .feature-icon .icon:after {
	-webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	-webkit-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
	background-color: #232323;
	box-shadow: none;
}
.feature-item.style-6 .feature-icon .icon.icon-color:after {
	background-color: #008299;
}
.feature-item.style-6:hover .feature-icon .icon:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}


.feature-item.style-7 .feature-icon {
	display: block;
    width: 100%;
	height: auto;
}
.feature-item.style-7 .feature-icon .icon {
	background-color: #fff;
	width: 105px;
    height: 105px;
    line-height: 105px;
	font-size: 26px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.feature-item.style-7 .feature-icon .icon i {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
	color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.feature-item.style-7:hover .feature-icon .icon i {
	color: #232323;
}
.feature-item.style-7:hover .feature-icon .icon.icon-color i {
	color: #008299;
}
.feature-item.style-7 .feature-content {
    width: 100%;
    display: block;
}
.feature-item.style-7 .feature-content h3 {
    font-size: 20px;
    line-height: 26px;
	font-weight: bold;
    color: #333333;
	margin: 25px 0 15px;
}
.feature-item.style-7 .feature-content p {
	font-size: 14px;
}
.feature-item.style-7 .feature-icon .icon:after {
	-webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	-webkit-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
	background-color: #232323;
	box-shadow: none;
}
.feature-item.style-7 .feature-icon .icon.icon-color:after {
	background-color: #008299;
}
.feature-item.style-7:hover .feature-icon .icon:after {
	-webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
}

/* === 2.7. COVER === */
.cover {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.cover.top, .cover.bottom {
    height: 160px;
}
.cover-area {
	padding: 50px;
	float: left;
    transition: all .3s ease-in-out;
    position: relative;
	width: 100%;
}
.cover.big .cover-area {
	padding-top: 80px;
	padding-bottom: 80px;
}
/*.cover-area .cover-area-inner,
.cover-area-hover .cover-area-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
}*/
.cover-area .cover-area-inner .icon {
    float: left;
	font-size: 28px;
    color: #555555;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cover-area .cover-area-inner .content {
    float: left;
	padding-left: 43px;
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cover-area .cover-area-inner .content .title {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.cover-area .cover-area-inner .content .subtitle {
    margin-top: 4px;
	color: #999999;
    font-size: 14px;
}
.cover-area-hover {
	width: 100%;
	position: absolute;
    top: 0;
	left: 100%;
	font-size: 14px;
    color: #777777;
	padding: 50px;
	transition: all .3s ease-in-out;
}
.cover.big .cover-area-hover {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cover.right .cover-area-hover {
    left: -100%;
}
.cover.top .cover-area-hover {
    left: 0;
	top: 100%;
}
.cover.bottom .cover-area-hover {
    left: 0;
	top: -100%;
}
.cover:hover .cover-area {
    margin-left: -100%;
}
.cover.right:hover .cover-area {
    margin-left: 100%;
}
.cover.top:hover .cover-area {
    margin-top: -100%;
	margin-left: 0;
}
.cover.bottom:hover .cover-area {
    margin-top: 100%;
	margin-left: 0;
}
.cover:hover .cover-area-hover {
    right: inherit;
	left: 0;
}
.cover.top:hover .cover-area-hover {
    right: inherit;
	left: 0;
	top: 0;
}
.cover.bottom:hover .cover-area-hover {
    right: inherit;
	left: 0;
	top: 0;
}
.box-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* === 2.8. PROGRESS BARS === */
@-webkit-keyframes stripes-moving {from{background-position:20px 0}to{background-position:0 0}}
@keyframes stripes-moving{from{background-position:20px 0}to{background-position:0 0}}

.progress-wraper .progress-title {
	font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
	color: #333333;
}
.progress-wraper .block-progressbar.style-3 .progress-title {
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    line-height: 19px;
    z-index: 9;
    color: #FFF;
	font-weight: normal;
    padding: 0 10px;
    font-size: 13px;
	margin: 0;
}
.progress-wraper .progress-value {
    color: #878787;
    padding-right: 15px;
}
.progress-wraper .block-progressbar {
    position: relative;
	width: 100%;
	margin-bottom: 35px;
}
.progress-wraper .block-progressbar:last-child {
	margin-bottom: 0px;
}
.block-progressbar .progressbar-back-text {
    position: absolute;
    background-color: #f6f6f6;
	width: 100%;
    height: 6px;
    border-radius: 0;
	font-size: 0;
	text-indent: -9999px;
}
.block-progressbar.style-3 .progressbar-back-text {
    height: 18px;
}
.block-progressbar .progresswrap.white .progressbar-back-text {
	background-color: #387ebd;
}
.block-progressbar .progresswrap {
	height: 6px;
}
.block-progressbar.style-3 .progresswrap {
	height: 18px;
}
.block-progressbar .progressbar {
	position: absolute;
	background-color: rgb(0, 130, 153);
	height: 6px;
	width: 0;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.block-progressbar.simple-strip .progressbar,
.block-progressbar.moving-strip .progressbar {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 20px 20px;
}
.block-progressbar.moving-strip .progressbar {
    -webkit-animation: stripes-moving 1s linear infinite;
    animation: stripes-moving 1s linear infinite;
}
.block-progressbar .progressbar.dark {
	background-color: rgb(34, 34, 34);
}
.block-progressbar .progressbar.white {
	background-color: rgb(255, 255, 255);
}
.block-progressbar.style-3 .progressbar {
	height: 18px;
}
.block-progressbar .progressbar-front-text {
    position: absolute;
	right: 0px;
	top: -30px;
	width: 35px !important;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    background: #222;
    text-align: center;
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.block-progressbar.style-2 .progressbar-front-text {
    display: none;
}
.block-progressbar.style-3 .progressbar-front-text {
    background: rgba(255,255,255,.3);
	color: #fff;
    right: 0;
	top: 0;
    position: absolute;
    z-index: 9;
    padding: 0 5px;
}
.block-progressbar .progressbar-front-text:after {
    content: "";
    position: absolute;
    border-top: 5px solid #222;
    border-left: 12px solid transparent;
    bottom: -4px;
    right: 0;
}
.block-progressbar.style-3 .progressbar-front-text:after {
    display: none;
}
.block-progressbar.style-2 .progress-tooltip {
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #999;
    text-align: center;
    font-size: 12px;
    position: absolute;
    margin-bottom: 6px;
    right: 0;
	top: 0;
    padding: 0 5px;
}
.block-progressbar.style-2 .progress-tooltip:before {
    content: "(";
    color: #999;
    position: absolute;
    left: 0;
}
.block-progressbar.style-2 .progress-tooltip:after {
    content: ")";
    color: #999;
    position: absolute;
    right: 0;
}

/* === 2.9. TESTIMONIALS === */
.testimonial-carousel .item {
	width: 100%;
    height: auto;
    box-sizing: border-box;
}
.testimonial-carousel .item .content {
	position: relative;
    text-align: center;
	width: 100%;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.testimonial-carousel .item .content .testi-icon,
.testimonial-style-1 .content .testi-icon.back {
	width: 100%;
    text-align: center;
    display: block;
	position: absolute;
    margin-top: -20px;
	color: #dddddd;
    font-size: 60px;
    padding-top: 17px;
    padding-bottom: 0px;
}
.testimonial-carousel .item .content .desc,
.testimonial-style-1 .content .testi-icon.back + .desc {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 7;
}
.item .picture {
    position: relative;
    width: 100%;
    text-align: center;
	padding-top: 6px;
    padding-bottom: 6px;
	clear: both;
}
.item .picture .picture-border {
    position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 35%;
    background: #eeeeee;
    height: 1px;
	max-width: 195px;
}
.item .picture img {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	width: 60px;
    display: inline-block;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.item .testi-info {
    position: relative;
	width: 100%;
    text-align: center;
	padding-top: 6px;
    padding-bottom: 6px;
}
.item .testi-info .name {
    display: block;
    width: 100%;
	color: #333333;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}
.item .testi-info .position {
	display: block;
    width: 100%;
	color: #aaaaaa;
    font-size: 12px;
    letter-spacing: 1px;
}
.testimonial-style-1 .content {
	width: 100%;
    display: block;
    line-height: 1.6em;
    color: #888888;
    font-size: 14px;
    position: relative;
    text-align: center;
	padding-top: 6px;
    padding-bottom: 8px;
}
.testimonial-style-1 .content .testi-icon {
	position: relative;
    width: 100%;
    text-align: center;
	display: block;
	color: #eeeeee;
    font-size: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.testimonial-style-2 {
	width: 100%;
	float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.testimonial-style-2 .content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 45px;
    line-height: 1.6em;
	color: #555555;
    font-size: 14px;
    background: #f9f9f9;
    border-color: #f9f9f9;
    position: relative;
}
.testimonial-style-2 .content:after {
    content: "";
    position: absolute;
    left: 72px;
    border-right: 35px solid transparent;
    border-top: 34px solid;
    border-top-color: inherit;
    bottom: -34px;
}
.testimonial-style-2.right .content:after {
    content: "";
    position: absolute;
    right: 72px;
    border-right: 0;
    border-left: 35px solid transparent;
    border-top: 34px solid;
    border-top-color: inherit;
    bottom: -34px;
    left: initial;
}
.testimonial-style-2.left .content:after {
    content: "";
    position: absolute;
    left: 72px;
    border-right: 35px solid transparent;
    border-top: 34px solid;
    border-top-color: inherit;
    bottom: -34px;
}
.testimonial-style-2.bubble .content:after {
    content: "";
    position: absolute;
    left: 28px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid;
    border-top-color: #fff;
    bottom: -13px;
	z-index: 20;
}
.testimonial-style-2.bubble.right .content:after {
    left: initial;
    right: 28px;
}
.testimonial-style-2 .content .testi-icon {
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    color: #cccccc;
    font-size: 24px;
    opacity: .2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-style-2 .content .testi-icon.left {
    left: 10px;
}
.testimonial-style-2 .content .testi-icon.right {
    right: 10px;
}
.testimonial-style-2 .picture {
    width: 74px;
    height: 74px;
    float: left;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 20px;
    background: #fff;
    padding: 7px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}
.testimonial-style-2.bubble .picture {
    margin-top: 7px;
	background: none;
}
.testimonial-style-2 .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-style-2.right .picture {
	float: right;
    margin-right: 5px;
    margin-left: 20px;
}
.testimonial-style-2 .testi-info {
    float: left;
    width: auto;
    margin-top: 10px;
    text-align: left;
}
.testimonial-style-2.right .testi-info {
    text-align: right;
    float: right;
}

/* === 2.10. ICONBOX === */
.iconbox {
	width: 100%;
    float: left;
	height: 100%;
    position: relative;
	min-height: 375px;
}
.iconbox.mh-250 {
	min-height: 250px;
}
.iconbox.border {
	border: 1px solid #333333;
}
.iconbox.border-right {
	border-right: 1px solid #444444;
}
.iconbox.border-left {
	border-left: 1px solid #444444;
}
.iconbox.border-bottom {
	border-bottom: 1px solid #444444;
}
.iconbox.border-top {
	border-top: 1px solid #444444;
}
.iconbox.border-gray-big {
	border: 20px solid #f1f1f1;
}
.iconbox.border-white-big {
	border: 20px solid #fff;
}
.iconbox.bigger {
	min-height: 700px;
}
.iconbox-inner {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    max-width: 100%;
    left: 0;
    right: 0;
}
.iconbox-inner .icon {
    width: 100%;
    float: left;
    position: relative;
	color: #333333;
    font-size: 65px;
	padding-top: 0px;
    padding-bottom: 25px;
}
.iconbox.iconback .iconbox-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0;
	color: #e6e6e6;
	font-size: 140px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iconbox.iconback:hover .iconbox-inner .icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.iconbox-inner .icon i {
    color: #333333;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.iconbox.iconback .iconbox-inner .icon i {
    color: #e6e6e6;
}
.iconbox.white .iconbox-inner .icon i {
    color: #fff;
}
.iconbox-inner:hover .icon i,
.iconbox.white .iconbox-inner:hover .icon i {
    color: #008299;
}
.iconbox.iconback:hover .iconbox-inner .icon i {
    color: #f5f5f5;
}
.iconbox-inner .content {
	width: 100%;
    position: relative;
	line-height: 1.7em;
	padding-bottom: 10px;
}
.iconbox-inner .content .title {
    color: #444444;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}
.iconbox.iconback .iconbox-inner .title {
	color: #444444;
    font-size: 18px;
    font-weight: bold;
	width: 100%;
    float: left;
    height: auto;
    position: relative;
	line-height: 1.7em;
	padding-top: 35px;
    padding-bottom: 15px;
}
.iconbox.white .iconbox-inner .content .title {
    color: #fff;
}
.iconbox-inner .content .subtitle {
	color: #999999;
    font-size: 13px;
}
.iconbox-inner .info {
    width: 100%;
    float: left;
    line-height: 1.7em;
    position: relative;
	-webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
	-webkit-transform: scale(0);
    transform: scale(0);
    max-height: 0;
	color: #555555;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.iconbox.white .iconbox-inner .info {
	color: #eeeeee;
}
.iconbox-inner .info.show,
.iconbox.simple .iconbox-inner .info {
	-webkit-transform: scale(1);
    transform: scale(1);
	max-height: 300px;
}
.iconbox.iconback .iconbox-inner .info {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
	line-height: 1.7em;
	color: #888888;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 15px;
	-webkit-transform: scale(1);
    transform: scale(1);
	max-height: 300px;
}
.iconbox-inner:hover .info {
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 300px;
	-webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
}
.iconbox-inner .button {
    -webkit-transform: scale(0);
    transform: scale(0);
    max-height: 0;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	width: 100%;
    float: left;
    position: relative;
}
.iconbox.simple .iconbox-inner .button,
.iconbox.iconback .iconbox-inner .button {
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 300px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.iconbox-inner:hover .button {
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 300px;
	-webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
}
.iconbox.simple:hover .iconbox-inner .button,
.iconbox.iconback:hover .iconbox-inner .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.iconbox-inner .button span {
    display: inline-block;
    padding: 0px 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #dddddd;
    background: #444444;
    font-size: 14px;
    border: 1px solid #444444;
	line-height: 0px;
}
.iconbox-inner .button span.color {
    background: #008299;
    border: 1px solid #008299;
}
.iconbox-inner .button > a {
    display: inline-block;
    padding: 0px 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #dddddd;
    background: #000;
    font-size: 14px;
    border: 1px solid #000;
	line-height: 32px;
}
.iconbox-inner .button > a:hover {
	background: #008299;
	border-color: #008299;
	color: #fff;
}
.iconbox.white .iconbox-inner .button span {
    border-color: #fff;
}
.iconbox-inner .button span.color {
	background: #2d8899;
	border-color: #2d8899;
}
.iconbox.style-2 .iconbox-inner {
	min-height: inherit;
	overflow: hidden;
    position: relative;
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.iconbox.style-2 .iconbox-inner .area-1 {
    min-height: inherit;
    transition: all .3s ease-in-out;
    position: relative;
	padding: 50px;
	width: 100%;
}
.iconbox.style-2:hover .iconbox-inner .area-1 {
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
}
.iconbox.style-2 .iconbox-inner .area-1 .area-1-insider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
}
.iconbox.style-2 .iconbox-inner .area-2 {
    min-height: inherit;
    transition: all .3s ease-in-out;
    line-height: 1.7em;
	position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.2);
    transform: translateY(-50%) translateX(-50%) scale(.2);
	background: #f1f1f1;
    font-size: 15px;
    color: #777777;
    text-align: center;
	padding: 50px;
	width: 100%;
}
.iconbox.style-2:hover .iconbox-inner .area-2 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.iconbox.style-2 .iconbox-inner .area-2 .area-2-insider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: inherit;
    padding-right: inherit;
}
.block-icon-box {
	margin-top: 15px;
	display: block;
	width: 100%;
}
.block-icon-box.border {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-top: 0;
}
.block-icon-box.border-transparent {
	border-right: 1px solid transparent;
	border-bottom: 1px solid #eeeeee;
	margin-top: 0;
}
.block-icon-box .icon {
    display: table-cell;
    vertical-align: top;
}
.block-icon-box.style-3 .icon {
    display: block;
}
.block-icon-box .icon .icon-inner {
    color: #ffffff;
    background: #333230;
    border: 1px solid rgba(255,234,234,0.01);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    font-size: 22px;
    display: inline-block;
	margin-right: 15px;
	position: relative;
	text-align: center;
}
.block-icon-box .icon .icon-inner.right {
	margin-right: 0;
	margin-left: 15px;
}
.block-icon-box.style-2 .icon .icon-inner {
	font-size: 42px;
    color: #2d8899;
    background: none;
    border: none;
	width: 42px;
	height: 42px;
	line-height: inherit;
}
.block-icon-box.style-3 .icon .icon-inner {
	width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 500px;
    font-size: 40px;
    display: inline-block;
	margin-right: 0;
	background: none;
	color: #333;
}
.block-icon-box.style-3 .icon .icon-inner.square {
    border-radius: 0px;
}
.block-icon-box.style-3 .icon .icon-inner.small {
	width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
}
.block-icon-box:hover .icon .icon-inner {
    color: #ffffff;
    background: #2d8899;
}
.block-icon-box.style-2:hover .icon .icon-inner {
    color: #2d8899;
    background: inherit;
}
.block-icon-box.style-3:hover .icon .icon-inner {
    color: #fff;
	background: none;
}
.block-icon-box.style-3.no-bg:hover .icon .icon-inner {
    color: #333;
	background: none;
}
.block-icon-box .icon .icon-inner.alt {
	color: #ffffff;
    background: #2d8899;
}
.block-icon-box:hover .icon .icon-inner.alt {
	color: #ffffff;
    background: #333230;
}
.block-icon-box .icon .icon-inner:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    box-sizing: content-box;
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px #2d8899;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0;
}
.block-icon-box .icon .icon-inner.alt:after {
	box-shadow: 0 0 0 2px #333230;
}
.block-icon-box:hover .icon .icon-inner:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.block-icon-box.style-2 .icon .icon-inner:after {
    display: none;
}
.block-icon-box.style-3 .icon .icon-inner:after {
	top: -2px;
    left: -2px;
    background: #fff;
    padding: 2px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-transform: scale(1.4);
    transform: scale(1.4);
	box-shadow: none;
}
.block-icon-box.style-3:hover .icon .icon-inner:after {
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
	background: #2d8899;
	-webkit-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.block-icon-box.style-3.no-bg .icon .icon-inner:after,
.block-icon-box.style-3.no-bg:hover .icon .icon-inner:after {
	background: none;
	-webkit-transform: scale(1.4);
    transform: scale(1.4); 
}
.block-icon-box .icon .icon-inner i {
	position: relative;
	z-index: 9;
}
.block-icon-box .content {
    display: table-cell;
    vertical-align: top;
}
.block-icon-box.style-3 .content {
    display: block;
}
.block-icon-box .content h3.title {
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 16px;
	font-weight: bold;
    color: #333333;
}
.block-icon-box.style-3 .content h3.title {
    font-size: 20px;
    line-height: 20px;
	font-weight: bold;
    color: #444444;
	margin: 25px 0 15px;
}
.block-icon-box .content p {
    margin-top: 10px;
	font-size: 14px;
    line-height: 21px;
	color: #666666;
}

/* === 2.11. FOOTER === */
.footer {
	background-color: #181818;
	padding-top: 40px;
    font-size: 14px;
    color: #dddddd;
}
.footer h3.widget-title {
    font-size: 15px;
    color: #aaaaaa;
	margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 500;
}
.footer-bottom {
	background-color: rgba(22,22,22,1);
    color: #dddddd;
    min-height: 50px;
    font-size: 15px;
	margin-top: 40px;
}
.footer-icons {
    line-height: 50px;
}
.footer-icons a {
    margin-right: 20px;
}
.footer-icons a i {
    color: #fff;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-icons a:hover i {
	color: #2d8899;
}
.footer-menu {
	margin-bottom: 0;
	text-align: right;
}
.footer-menu li {
    display: inline-block;
    position: relative;
	line-height: 50px;
}
.footer-menu li:before {
    content: "|";
    left: 0;
    color: inherit;
    position: relative;
    opacity: .8;
    margin-left: 15px;
    margin-right: 15px;
}
.footer-menu li:first-child:before {
	content: "";
}
.footer-menu li a {
	color: #dddddd;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-menu li a:hover {
	color: #2d8899;
}
.footer-copyright {
    letter-spacing: 2px;
    word-spacing: 3px;
	background-color: rgba(17,17,17,1);
    color: #999999;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
}

/* === 2.12. CLIENTS === */
.client-carousel img {
	max-width: 140px;
}
.client-item {
	text-align: center;
}

/* === 2.13. STEP === */
.step .num {
	font-size: 108px;
    color: #eaeaea;
    margin: 0px;
    font-weight: bold;
    line-height: 108px;
    font-family: monospace;
}
.step .content {
    margin-top: -85px;
    margin-bottom: 10px;
}
.step .content .subtitle {
    margin: 0px;
    color: #555;
    font-size: 13px;
}
.step .content .title {
    margin: 0px;
    color: #333;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
}
.step .content .desc {
    margin: 0px;
    margin-top: 15px;
    color: #777;
    font-size: 15px;
    line-height: 25px;
}
.step.style-2 .num {
    margin-bottom: 10px;
    margin-top: 10px;
	font-family: cursive;
	font-size: 46px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #2d8899;
	font-weight: normal;
}
.step.style-2 .content {
    margin-top: 0;
}
.step.style-2 .content .title {
    font-family: 'Architects Daughter';
    font-weight: normal;
    color: #777777;
    margin-top: 0px;
	font-size: 22px;
}
.step.style-2 .content .desc {
    margin-top: 0;
}

/* === 2.14. TEAM === */
.team-member {
	width: 100%;
    position: relative;
}
.team-member .team-img,
.team-member .team-img img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-member .team-img .overlay {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: -50%;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.team-member:hover .team-img .overlay {
    opacity: 1;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.team-member .team-info {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}
.team-member .team-info .title {
    display: block;
	width: 100%;
	float: left;
}
.team-member:hover .team-info .title {
    position: relative;
    margin-top: -40%;
    z-index: 9;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.team-member .team-info .title .name {
    letter-spacing: 2px;
	text-align: center;
	color: #444444;
    font-size: 17px;
}
.team-member:hover .team-info .title .name {
	color: #fff;
}
.team-member .team-info .title .position {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #888;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 10px;
	color: #aaaaaa;
    font-size: 14px;
}
.team-member:hover .team-info .title .position {
	color: #fff;
}
.team-member .team-social {
    font-size: 17px;
	visibility: hidden;
    opacity: 0;
    margin-top: -20px;
	text-align: center;
	width: 100%;
	color: #141414;
	float: left;
}
.team-member:hover .team-social {
	z-index: 9;
	position: relative;
	visibility: visible;
	margin-top: -20%;
    color: #fff;
    opacity: 1;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.team-member .team-social a {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
	color: #fff;
}
.team-member .team-content {
    width: 100%;
    box-sizing: border-box;
    color: #666;
    margin-top: -40px;
    line-height: 1.5em;
	visibility: hidden;
    opacity: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
}
.team-member:hover .team-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.team-member.style-2 {
	float: left;
	width: 100%;
}
.team-member.style-2 .team-info {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    margin-top: 15px;
}
.team-member.style-2 .team-info .title .name {
	font-size: 17px;
    font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}
.team-member.style-2 .team-info .title .position {
	text-align: left;
}
.team-member.style-2 .title {
    display: inline-block;
    float: left;
    left: 0;
    right: 0;
	width: auto;
}
.team-member.style-2:hover .team-info .title {
	margin-top: 0;
}
.team-member.style-2:hover .team-info .title .name {
	color: #444444;
}
.team-member.style-2:hover .team-info .title .position {
	color: #aaaaaa;
}
.team-member.style-2 .team-social {
	display: inline-block;
    float: right;
    text-align: right;
    font-size: 17px;
    margin-top: 14px;
	visibility: visible;
    opacity: 1;
    margin-top: 14px;
	width: auto;
}
.team-member.style-2 .team-social a {
	color: #cccccc;
	margin-left: 15px;
	margin-right: 0;
}
.team-member.style-2 .team-content {
	visibility: visible;
    opacity: 1;
	text-align: left;
	margin-top: 12px;
}
.team-member.style-3 {
	float: left;
	width: 100%;
}
.team-member.style-3 .team-info {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    margin-top: 15px;
}
.team-member.style-3 .team-info .title .name {
	font-size: 20px;
    font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.team-member.style-3 .team-info .title .position {
	text-align: center;
	font-size: 15px;
	color: #aaaaaa;
}
.team-member.style-3 .title {
    display: inline-block;
	width: 100%;
}
.team-member.style-3:hover .team-info .title {
	margin-top: 0;
}
.team-member.style-3:hover .team-info .title .name {
	color: #444444;
}
.team-member.style-3:hover .team-info .title .position {
	color: #aaaaaa;
}
.team-member.style-3 .team-social {
	display: block;
    font-size: 17px;
    margin-top: 14px;
	visibility: visible;
    opacity: 1;
    margin-top: 14px;
	width: 100%;
}
.team-member.style-3 .team-social a {
	color: #cccccc;
	margin-left: 15px;
	margin-right: 0;
}
.team-member.style-3 .team-content {
	visibility: visible;
    opacity: 1;
	text-align: left;
	margin-top: 12px;
	text-align: center;
}
.team-member.style-3 .team-img .overlay {
    position: absolute;
    background-image: url(../images/ov_plus.png);
    width: 83px;
    height: 83px;
    background-repeat: no-repeat;
    background-position: center;
	background-color: rgb(0, 0, 0);
    font-family: fontAwesome;
    font-size: 60px;
    color: #373737;
    font-weight: 300;
    border-radius: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.team-member.style-3:hover .team-img .overlay { 
	width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-box-shadow: inset 10px 10px 160px 20px inherit;
    -moz-box-shadow: inset 10px 10px 160px 20px inherit;
    box-shadow: inset 10px 10px 160px 20px inherit;
    visibility: visible;
    opacity: 1;
}
.team-carousel-2 .owl-controls .owl-buttons {
    top: 50%;
    width: 100%;
    position: absolute;
	z-index: -1;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-carousel-2 .owl-controls .owl-buttons div {
    background: none;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
	padding: 0;
	margin: 0;
}
.team-carousel-2 .owl-controls .owl-buttons .owl-prev {
    float: left;
	margin-left: -20px;
}
.team-carousel-2 .owl-controls .owl-buttons .owl-next {
    float: right;
	margin-right: -20px;
}
.team-carousel-2 .owl-controls .owl-buttons > div i {
    font-size: 15px;
    overflow: hidden;
    line-height: 50px;
    background: transparent;
    color: #1f1f1f;
}

/* === 2.15. PIE CHART === */
.piechart {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.piechart path:first-child {
	stroke: #fff;
}
.block-piechart.alt .piechart path:first-child {
	stroke: #333333;
}
.block-piechart.alt-2 .piechart path:first-child {
	stroke: #f34949;
}
.block-piechart.alt-3 .piechart path:first-child {
	stroke: #eee;
}
.piechart path:last-child {
	stroke: #008299;
}
.block-piechart.alt-2 .piechart path:last-child {
	stroke: #fff;
}
.block-piechart.alt-3 .piechart path:last-child {
	stroke: #333333;
}
.piechart .progressbar-text {
	display: block;
	font-size: 20px;
    color: #444444 !important;
}
.piechart.icon-only .progressbar-text {
	display: none;
}
.piechart.icon-top .progressbar-text {
	transform: translate(-50%, 70%) !important;
}
.piechart.icon-bottom .progressbar-text {
	transform: translate(-50%, -120%) !important;
}
.piechart.icon-right .progressbar-text {
	transform: translate(-125%, -50%) !important;
}
.piechart.icon-left .progressbar-text {
	transform: translate(25%, -50%) !important;
}
.block-piechart.alt .piechart .progressbar-text {
	color: #bbbbbb !important;
}
.block-piechart.alt-2 .piechart .progressbar-text {
	color: #fff !important;
}
.block-piechart h4 { 
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0px;
    color: #444444;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.piechart.icon-only .icon-progress {
	color: #444444;
    font-size: 34px;
	position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
}
.piechart.icon-top .icon-progress {
	color: #444444;
    font-size: 34px;
	position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -90%);
}
.piechart.icon-bottom .icon-progress {
	color: #444444;
    font-size: 34px;
	position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, 15%);
}
.piechart.icon-right .icon-progress {
	color: #444444;
    font-size: 34px;
	position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(25%, -50%);
}
.piechart.icon-left .icon-progress {
	color: #444444;
    font-size: 34px;
	position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-125%, -50%);
}
.block-piechart.alt .piechart.icon-only .icon-progress,
.block-piechart.alt .piechart.icon-top .icon-progress,
.block-piechart.alt .piechart.icon-bottom .icon-progress,
.block-piechart.alt .piechart.icon-right .icon-progress,
.block-piechart.alt .piechart.icon-left .icon-progress {
	color: #aaaaaa;
}

/* === 2.16. COUNTER === */
.counter-digit {
	font-size: 32px;
    color: #777777;
    line-height: 1.3em;
    font-weight: 500;
    display: block;
	margin-bottom: 5px;
}
.counter-desc {
    margin: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #444;
    font-weight: 600;
}
.counter-icon {
	position: relative;
	color: #333333;
	width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 500px;
    font-size: 44px;
}
.counter-icon.text-center {
	margin: 0 auto;
}
.counter-icon.style-1:hover {
    background: #008299;
    color: #fff;
}
.counter-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
	min-width: 100px;
	min-height: 100px;
    border-radius: inherit;
    content: '';
    top: -5px;
    left: -5px;
    padding: 4px;
    box-shadow: 0 0 0 2px #008299;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.counter-icon.style-1:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.counter-icon.style-2 {
    color: #444444;
    border: 2px solid #555555;
    width: 94px;
    height: 90px;
    line-height: 90px;
    border-radius: 500px;
    font-size: 38px;
    display: inline-block;
}
.counter-icon.icon-left {
	display: table-cell;
}
.counter-icon.icon-left + .counter-content {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
	padding-left: 20px;
}
.counter-icon.icon-left + .counter-content .counter-digit {
	margin-top: 0;
}
.symbol {
    font-size: 36px;
    line-height: 36px;
}
.prefix, .suffix {
	display: inline;
}

/* === 2.17. PORTFOLIO === */
.pc-show {
    cursor: pointer;
    display: inline-block;
    z-index: 9999;
	width: 35px;
    height: 30px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
	-webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.pc-show span {
	background: #666;
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.pc-show span:nth-child(odd) {
    left: 0;
}
.pc-show span:nth-child(even) {
    left: 50%;
}
.pc-show span:nth-child(1), .pc-show span:nth-child(2) {
    top: 0;
}
.pc-show span:nth-child(3), .pc-show span:nth-child(4) {
    top: 10px;
}
.pc-show span:nth-child(5), .pc-show span:nth-child(6) {
    top: 20px;
}
.masonry-filter {
	font-size: 13px;
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	min-height: 40px;
}
.masonry-filter > li {
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 3px 15px;
    position: relative;
    padding: 0 2px;
}
.masonry-filter > li a {
	color: inherit;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.masonry-filter.white > li a {
	color: #fff;
}
.masonry-filter > li a:hover,
.masonry-filter > li a.active {
	color: #289fca;
	text-decoration: line-through;
}
.masonry-item.col-5 {
	max-width: 20%;
}
.portfolio-media, .portfolio-media img {
	position: relative;
    width: 100%;
	margin: 0;
}
.portfolio-media {
	overflow: hidden;
}
.portfolio-overlay {
    background: rgba(0,0,0,.9);
    position: absolute;
    width: 100%;
    height: 100%;
}
.portfolio-overlay .content {
    position: absolute;
    width: 100%;
    float: left;
    height: auto;
    top: 50%;
	margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-overlay .content .title {
	font-size: 17px;
    color: #FFF;
    margin-bottom: 10px;
    letter-spacing: 1px;
	-webkit-transition-delay: .2s;
    transition-delay: .2s;
	opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
	display: block;
    text-align: center;
    visibility: hidden;
}
.masonry-item:hover .portfolio-overlay .content .title {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.portfolio-overlay .content .date {
    font-size: 13px;
    color: #FFF;
    margin-bottom: 10px;
	-webkit-transition-delay: .4s;
    transition-delay: .4s;
	opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
	display: block;
    text-align: center;
    visibility: hidden;
}
.masonry-item:hover .portfolio-overlay .content .date {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.portfolio-overlay .content .date span {
    opacity: .85;
}
.portfolio-media.style-2 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-2:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-2 img {
	display: block;
    position: relative;
    min-width: 100%;
	width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.portfolio-media.style-2:hover img {
	-moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.portfolio-media.style-2 .content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 10px;
    z-index: 9999;
}
.portfolio-media.style-2 .content .title {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-size: 17px;
    color: #FFF;
    letter-spacing: 2px;
	margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
	-webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
	font-weight: 500;
}
.portfolio-media.style-2 .content p {
    color: #fff;
    opacity: 0;
	margin-top: 10px;
	margin-bottom: 10px;
    -webkit-transition: opacity 0.2s,-webkit-transform .35s;
    transition: opacity 0.2s,transform .35s;
	-webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    color: #eee;
    font-size: 15px;
    letter-spacing: 1px;
}
.portfolio-media.style-2:hover .content .title, 
.portfolio-media.style-2:hover .content p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-2:hover .content p {
    opacity: 1;
	-webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
.portfolio-media.style-3 .content {
    display: block;
}
.portfolio-media.style-3 .content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(1,1,1,0) 0%,rgba(,1,1,0.6) 75%);
    background: linear-gradient(to bottom,rgba(1,1,1,0) 0%,rgba(1,1,1,0.6) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-3:hover .content::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-3 .content .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 19px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.35s,color .35s;
    transition: transform 0.35s,color .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    z-index: 999;
	font-weight: 500;
}
.portfolio-media.style-3:hover .content .title {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
.portfolio-media.style-3 .content p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    letter-spacing: 1px;
    color: #eee;
    font-size: 15px;
    padding-bottom: 30px;
    width: 100%;
    z-index: 999;
    opacity: 0;
	margin-bottom: 10px;
    margin-top: 10px;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-3:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-4 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-4:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-4 img {
	position: relative;
    float: left;
    height: auto;
    width: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-4:hover img {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-4 .content::before, 
.portfolio-media.style-4 .content::after {
    position: absolute;
    content: '';
    opacity: 0;
    z-index: 999;
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-4 .content::before {
    position: absolute;
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.portfolio-media.style-4 .content::after {
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.portfolio-media.style-4:hover .content::before, 
.portfolio-media.style-4:hover .content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-4:hover .content::after {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-4 .content .title {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    float: left;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0;
    letter-spacing: 2px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
	font-weight: 500;
}
.portfolio-media.style-4:hover .content .title {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-4 .content p {
    margin-bottom: 10px;
    margin-top: 10px;
	opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    top: 65%;
    width: 100%;
    z-index: 999;
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-4:hover .content p {
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
	opacity: 1;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.portfolio-media.style-5 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-5:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-5 .content::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-media.style-5:hover .content::before {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-5 .content .title {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    float: left;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0;
    letter-spacing: 2px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
	font-weight: 500;
}
.portfolio-media.style-5:hover .content .title {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-5 .content p {
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
	position: absolute;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    top: 60%;
    width: 100%;
    z-index: 999;
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-media.style-5:hover .content p {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-6 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: rgba(1,1,1,.4);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-6:hover .portfolio-overlay {
	background: rgba(1,1,1,.7);
}
.portfolio-media.style-6 .content {
	text-align: right;
}
.portfolio-media.style-6 .content .title {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
	top: 30px;
    letter-spacing: 2px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    z-index: 999;
	font-weight: 500;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.portfolio-media.style-6:hover .content .title {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-6 .content .title::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-6:hover .content .title::after {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-6 .content p {
	margin-bottom: 10px;
    margin-top: 10px;
	position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    z-index: 999;
	bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-6:hover .content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-7 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-7:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-7 img {
	display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.portfolio-media.style-7:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-7 .content {
    position: absolute;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
}
.portfolio-media.style-7 .content .title {
	margin-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 999;
	font-weight: 500;
}
.portfolio-media.style-7:hover .content .title {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-7 .content p {
	margin-bottom: 10px;
    margin-top: 10px;
	box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    position: relative;
    float: left;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    z-index: 999;
}
.portfolio-media.style-7:hover .content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.portfolio-media.style-8 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-8:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-8 img {
	display: block;
    position: relative;
    min-width: 100%;
	width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.portfolio-media.style-8:hover img {
	-moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.portfolio-media.style-8 .content {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.portfolio-media.style-8 .content::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    z-index: 999;
}
.portfolio-media.style-8:hover .content::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-8 .content .title {
    padding: 27% 0 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    z-index: 999;
    position: relative;
    float: left;
    padding-left: 60px;
	font-weight: 500;
}
.portfolio-media.style-8 .content p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    box-sizing: border-box;
    color: #fff;
    padding-left: 60px;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
    position: relative;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-8:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-9 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-9:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-9 .content {
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0;
}
.portfolio-media.style-9 .content::before, 
.portfolio-media.style-9 .content::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-9 .content::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.portfolio-media.style-9 .content::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.portfolio-media.style-9:hover .content::before, 
.portfolio-media.style-9:hover .content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-9 .content .title {
    padding-top: 25%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding-bottom: 10px;
	font-weight: 500;
}
.portfolio-media.style-9 .content p {
	margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    text-align: center;
    letter-spacing: 1px;
    color: #eee;
    font-size: 15px;
    position: relative;
    z-index: 999;
}
.portfolio-media.style-9:hover .content .title,
.portfolio-media.style-9:hover .content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-10 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-10:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-10 .content {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
	top: 0;
}
.portfolio-media.style-10 .content .title {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 50px;
	font-weight: 500;
}
.portfolio-media.style-10 .content p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    color: #fff;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.portfolio-media.style-10:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-10 .content::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 1px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.portfolio-media.style-10:hover .content::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-11 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: rgba(1,1,1,.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-11 .content {
    text-align: left;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    top: 15%;
    z-index: 999;
}
.portfolio-media.style-11 .content .title {
    position: relative;
    overflow: hidden;
    padding: .5em 0;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
	font-weight: 500;
}
.portfolio-media.style-11 .content .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.portfolio-media.style-11:hover .content .title::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-11 .content p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    color: #fff;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
    position: relative;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-11:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-12 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-12:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-12 img {
	display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.portfolio-media.style-12:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-12 .content {
    padding: 3em;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
	top: 0;
}
.portfolio-media.style-12 .content::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-12 .content .title {
    padding: 20% 0 20px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
	font-weight: 500;
}
.portfolio-media.style-12 .content p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #fff;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
    position: relative;
	opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-12:hover .content::before, 
.portfolio-media.style-12:hover .content p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-13 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-13:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-13 img {
	display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
	-webkit-transition: opacity .35s;
    transition: opacity .35s;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-23px,0,0) scale(1.12);
    transform: translate3d(-23px,0,0) scale(1.12);
}
.portfolio-media.style-13:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.portfolio-media.style-13 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.portfolio-media.style-13 .content .title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    z-index: 999;
	font-weight: 500;
}
.portfolio-media.style-13 .content p {
    padding: 10px 20px 10px 0;
    width: 40%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-13:hover .content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-14 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-14:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-14 img {
	position: relative;
    float: left;
    height: auto;
    width: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-14:hover img {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-14 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
	top: 0;
}
.portfolio-media.style-14 .content .title {
	font-weight: 500;
    padding-top: 26%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    z-index: 999;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}
.portfolio-media.style-14:hover .content .title {
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.portfolio-media.style-14 .content p {
    padding: .5em 2em;
    text-transform: none;
    font-size: .85em;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
    position: relative;
	margin-bottom: 10px;
    margin-top: 10px;
	-webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-14:hover .content p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.portfolio-media.style-14 .content::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-14:hover .content::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.portfolio-media.style-15 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-15:hover .portfolio-overlay {
	background: rgba(1,1,1,.2);
}
.portfolio-media.style-15 img {
	position: relative;
    float: left;
    height: auto;
	margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: .9;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-media.style-15:hover img {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-15 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
	top: 0;
}
.portfolio-media.style-15 .content::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}
.portfolio-media.style-15:hover .content::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.portfolio-media.style-15 .content .title {
    text-align: left;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
    padding-top: 40px;
    padding-left: 20px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
	font-weight: 500;
}
.portfolio-media.style-15:hover .content .title {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-15 .content p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
    color: #fff;
    font-size: 14px;
    z-index: 999;
    letter-spacing: 1px;
	-webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-15:hover .content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-16 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: rgba(1,1,1,.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-16 img {
	display: block;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.portfolio-media.style-16:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-16 .content {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
	top: 0;
}
.portfolio-media.style-16 .content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.portfolio-media.style-16:hover .content::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.portfolio-media.style-16 .content .title {
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 40px;
    padding-left: 20px;
	font-weight: 500;
}
.portfolio-media.style-16 .content p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-16:hover .content p {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.portfolio-media.style-17 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-17:hover .portfolio-overlay {
	background: rgba(1,1,1,.5);
}
.portfolio-media.style-17 .content .title {
    font-weight: 500;
	position: absolute;
    top: 50%;
    color: #FFF;
    letter-spacing: 2px;
    z-index: 9;
    width: 100%;
    left: 0;
    text-align: center;
	-webkit-transition: -webkit-transform .35s,color .35s;
    transition: transform .35s,color .35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 19px;
    text-transform: uppercase;
	opacity: 0;
}
.portfolio-media.style-17:hover .content .title {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-15px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-15px,0);
    opacity: 1;
}
.portfolio-media.style-17 .content p {
	position: absolute;
    top: 50%;
    color: #FFF;
    letter-spacing: 2px;
    z-index: 9;
    width: 100%;
	bottom: 0;
    left: 0;
    text-align: center;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
	opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
	text-transform: capitalize;
    font-size: 14px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.portfolio-media.style-17:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-media.style-18 {
	background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	height: auto;
    overflow: hidden;
}
.portfolio-media.style-18 .content {
	bottom: calc(40px - 100%);
	width: 100%;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    color: #444;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-top: 1px solid #eee;
}
.portfolio-media.style-18 .content.show {
	bottom: calc(120px - 100%);
}
.portfolio-media.style-18 .content .title {
	float: left;
}
.portfolio-media.style-18 .content .title a {
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-media.style-18 .content .title a:hover {
	color: #2d8899;
}
.portfolio-media.style-18 .pc-show {
	float: right;
	margin-top: -3px;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(1),
.portfolio-media.style-18 .content.show .pc-show span:nth-child(6) {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(2), 
.portfolio-media.style-18 .content.show .pc-show span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(1) {
    left: 4px;
    top: 6px;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(2) {
    left: calc(50% - 4px);
    top: 6px;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(5) {
    left: 5px;
    top: 15px;
}
.portfolio-media.style-18 .content.show .pc-show span:nth-child(6) {
    left: calc(50% - 5px);
    top: 15px;
}
.portfolio-media.style-18 .cate,
.portfolio-media.style-18 .info {
	float: left;
	width: 100%;
}
.portfolio-media.style-18 .cate {
    color: #888;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.portfolio-media.style-18 .info {
    margin-top: 5px;
    font-size: 13px;
    color: #444;
    height: 50px;
    letter-spacing: 10px;
}
.portfolio-media.style-18 .info .info-content {
    width: 100%;
    margin-top: 5px;
    color: #888;
    letter-spacing: 1px;
}
.portfolio-media.style-18 .info .info-content span {
    display: inline-block;
    margin-left: 5px;
    color: #333;
}
.portfolio-media.style-18 .info .info-content .author {
    float: left;
	width: 50%;
}
.portfolio-media.style-18 .info .info-content .skill {
    float: right;
	text-align: right;
	width: 50%;
}
.portfolio-media.style-18 .info .info-content .skill a {
    display: inline-block;
    margin-left: 5px;
}
.portfolio-media.style-19 .portfolio-overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
	background: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-media.style-19:hover .portfolio-overlay {
	background: rgba(1,1,1,.5);
}
.portfolio-media.style-19 img {
	width: 100%;
	position: relative;
	-webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.portfolio-media.style-19:hover img {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-19 .content {
    padding: 3em;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
}
.portfolio-media.style-19 .content::after, 
.portfolio-media.style-19 .content::before {
    position: absolute;
    content: '';
    opacity: 0;
    z-index: 111;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.portfolio-media.style-19 .content::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.portfolio-media.style-19 .content::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.portfolio-media.style-19:hover .content::after, 
.portfolio-media.style-19:hover .content::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-media.style-19:hover .content::after {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-19 .content .title {
    font-weight: 500;
	-webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-size: 22px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.6em;
	-webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.portfolio-media.style-19:hover .content .title {
	-webkit-transform: translateY(-60%);
    transform: translateY(-60%);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-19 .content p {
	padding: .5em 2em;
	margin-top: 10px;
	margin-bottom: 10px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0) translateY(-50%);
    transform: translate3d(0,-10px,0) translateY(-50%);
    font-size: 16px;
    z-index: 11;
    position: relative;
    top: 50%;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.portfolio-media.style-19:hover .content p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.portfolio-media.style-20 .content .title {
	float: left;
	width: 50%;
}
.portfolio-media.style-20 .content .title a {
	font-size: 17px;
	margin-top: 8px;
	display: block;
}
.portfolio-media.style-20 .content > p {
	float: right;
	width: 50%;
	color: #aaa;
	text-align: right;
	font-style: italic;
	text-transform: capitalize;
	padding-right: 3px;
	margin-top: 8px;
}
.portfolio-media.style-20 .content > p a {
	color: #aaa;
}
.portfolio-data-item {
	position: relative;
    width: 100%;
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 0;
    padding-bottom: 10px;
    background: #F9F9F9;
}
.portfolio-data-item:first-of-type {
    border-top: 1px solid #eee;
}
.portfolio-data-item:last-of-type {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.portfolio-data-item .data-title {
    width: 35%;
    display: block;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
}
.portfolio-data-item .data-title > span {
    height: auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.portfolio-data-item .data-info {
    float: right;
    width: 60%;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #555;
    margin-top: 10px;
}
.portfolio-data-item .data-info a {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.portfolio-data-item .data-info a:after {
    content: "|";
    margin-left: 10px;
}
.portfolio-data-item .data-info a:last-of-type:after {
    content: "";
    margin-left: 0px;
}

/* === 2.18. COMING SOON === */
.countdown-bar {
    text-align: center
}
.countdown-bar > .countdown-item {
    display: inline-block;
    width: 145px;
    height: 145px;
    margin: 1.5px;
    padding: 46px 10px 0;
    color: #333;
}
.countdown-bar.white > .countdown-item {
	color: #fff;
}
.countdown-bar > .countdown-item > .countdown-item-value {
    font-size: 280%;
    font-weight: 700
}
.countdown-bar > .countdown-item > .countdown-item-label {
    font-size: 80%;
    display: block;
    padding-top: 16px;
    text-transform: uppercase
}
.countdown-bar.inline > .countdown-item > .countdown-item-value,
.countdown-bar.inline > .countdown-item > .countdown-item-label {
    display: inline-block;
	margin-right: 5px;
}
.countdown-bar.big > .countdown-item {
    width: auto;
    height: auto;
}
.countdown-bar.big > .countdown-item > .countdown-item-value {
    font-size: 550%;
    font-weight: 400;
	margin-bottom: 30px;
}
.countdown-bar.big > .countdown-item > .countdown-item-label {
	font-size: 300%;
	text-transform: none;
}

/* === 2.19. INTERACTIVE BANNER === */
.banner {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.banner img {
    display: block;
    position: relative;
	min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.banner.hover-1 img {
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.banner.hover-1:hover img {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.banner.hover-1 .desc {
    padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    left: 0;
    width: 100%;
	top: auto;
    bottom: 0;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: left;
}
.banner.hover-1 .title {
	font-size: 14px;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #444444;
	-webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
	-webkit-transition: -webkit-transform .35s;
    -moz-transition: -moz-transform .35s;
    transition: transform .35s;
}
.banner.hover-1:hover .title {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.banner.hover-1 .content {
    font-size: 13px;
    line-height: 1.6em;
	margin-top: 10px;
    opacity: 0;
	-webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    -moz-transition: opacity .2s,-moz-transform .35s;
    transition: opacity .2s,transform .35s;
	color: #888888;
}
.banner.hover-1:hover .content {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.banner.hover-2 .desc {
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
	left: 0;
    width: 100%;
	top: auto;
    bottom: 0;
    padding: 15px;
    height: auto;
    background: none;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    -moz-transition: -moz-transform .35s;
    transition: transform .35s;
	-webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.banner.hover-2:hover .desc {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.banner.hover-2 .title {
	letter-spacing: normal;
    padding: 0;
    margin: 0;
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	-webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    text-align: center;
}
.banner.hover-2:hover .title {
	-webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.banner.hover-2 .content {
	font-size: 13px;
    line-height: 1.6em;
	position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 25px;
	opacity: 0;
	color: #888888;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.banner.hover-2:hover .content {
    opacity: 1;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner.hover-3 img {
    min-width: 100%;
	width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner.hover-3:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-3 .desc {
	padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-3 .title {
	letter-spacing: normal;
    padding: 0;
    margin: 0;
	position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
	font-weight: bold;
    color: #444444;
	font-size: 14px;
}
.banner.hover-3 .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.banner.hover-3:hover .title::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-3:hover .title {
	-webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.banner.hover-3 .content {
	font-size: 13px;
    line-height: 1.6em;
	padding: 15px 0;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
	font-weight: normal;
    color: #888888;
}
.banner.hover-3:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-4 .desc {
	padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-4 .desc:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-4:hover .desc:before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-4 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .35s,color .35s;
    -moz-transition: -moz-transform .35s,color .35s;
}
.banner.hover-4:hover .title {
    -webkit-transform: translate3d(0,-40px,0);
    -moz-transform: translate3d(0,-40px,0);
    transform: translate3d(0,-40px,0);
}
.banner.hover-4 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
	text-align: center;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.banner.hover-4:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-5 img {
    min-width: 100%;
	width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
	-webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-5:hover img {
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s;
}
.banner.hover-5 .desc {
	padding: 30px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-5 .desc::before {
    position: absolute;
    content: "";
    opacity: 0;
	top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-5 .desc::after {
    position: absolute;
    content: "";
    opacity: 0;
	top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-5:hover .desc::before,
.banner.hover-5:hover .desc::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.banner.hover-5 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	padding-top: 50px;
	text-align: center;
    -webkit-transition: -webkit-transform .35s;
    -moz-transition: -moz-transform .35s;
    transition: transform .35s;
	-webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.banner.hover-5:hover .title {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s;
}
.banner.hover-5 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
	text-align: center;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-moz-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-5:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s;
}
.banner.hover-6 .desc {
	padding: 45px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-6 .desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.banner.hover-6:hover .desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-6 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	margin: 20px 0 10px;
	text-align: center;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.banner.hover-6:hover .title {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-6 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: center;
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.banner.hover-6:hover .content {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-7 .desc {
	padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: right;
}
.banner.hover-7 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
	top: 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.banner.hover-7:hover .title {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-7 .title::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-7:hover .title::after {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-7 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: right;
	position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
	bottom: 30px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.banner.hover-7:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-8 .desc {
	padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: right;
}
.banner.hover-8 .desc::after, .banner.hover-8 .desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-8 .desc::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.banner.hover-8 .desc::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.banner.hover-8:hover .desc::after, .banner.hover-8:hover .desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-8 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	padding: 45px 35px 0;
	text-align: center;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.banner.hover-8:hover .title {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-8 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: center;
	padding: 20px 45px;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.banner.hover-8:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-9 img {
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.banner.hover-9:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-9 .desc {
	padding: 45px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: right;
}
.banner.hover-9 .desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}
.banner.hover-9:hover .desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-9 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	padding: 10px 0 15px;
	text-align: center;
}
.banner.hover-9 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: center;
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
	margin: 0 auto;
    max-width: 90%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.banner.hover-9:hover .content {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-10 img {
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    -moz-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.banner.hover-10:hover img {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0) -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
}
.banner.hover-10 .desc {
	padding: 45px;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-10 .desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}
.banner.hover-10:hover .desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-10 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	padding: 20% 0 10px;
	text-align: left;
}
.banner.hover-10 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: left;
	opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
.banner.hover-10:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.banner.hover-11 img {
	-webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.banner.hover-11:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.banner.hover-11 .desc {
	padding: 15px;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-11 .desc::before,
.banner.hover-11 .desc::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.banner.hover-11:hover .desc::before {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}
.banner.hover-11:hover .desc::after {
	opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
.banner.hover-11 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	-webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
	padding: 0;
	margin: 0;
	text-align: center;
}
.banner.hover-11:hover .title {
	-webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}
.banner.hover-11 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: center;
	padding: 2px 25px;
    -webkit-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}
.banner.hover-11:hover .content {
	-webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
}
.banner.hover-12 img {
	min-width: 100%;
	width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner.hover-12:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.banner.hover-12 .desc {
	padding: 15px;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.hover-12 .title {
	font-weight: bold;
    color: #444444;
	font-size: 14px;
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
}
.banner.hover-12 .content {
	font-size: 13px;
    line-height: 1.6em;
	color: #888888;
	text-align: left;
	padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.banner.hover-12:hover .content {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* === 2.20. MESSAGE === */
.alert-box {
	width: 100%;
    left: 0;
    right: 0;
    min-height: 20px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 20px;
    position: relative;
	margin-top: 15px;
    margin-bottom: 15px;
	color: #ffffff;
}
.alert-box-text {
    float: left;
    color: inherit;
    width: 100%;
    font-size: 14px;
}
.alert-box-text > i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
	margin-top: 3px;
}
.alert-title {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
    margin-left: 3px;
}
.alert-message {
    float: left;
}
.alert-box-close {
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 10px;
    opacity: .8;
	color: rgba(0,0,0,.2);
}
.alert-box-close:hover {
	color: rgba(0,0,0,.5);
}
.alert-box.error {
	background-color: #dd3333;
    border: 1px solid #dd1616;
}
.alert-box.success {
	background-color: #38b77c;
    border: 1px solid #1bb76e;
}
.alert-box.alert {
	background-color: #1e73be;
    border: 1px solid #0b6bbf;
}
.alert-box.support {
	background-color: #8224e3;
    border: 1px solid #790fe2;
}
.alert-box.forecast {
	background-color: #21d1cb;
    border: 1px solid #12d1ca;
}
.alert-box.question {
	background-color: #2d2d2d;
    border: 1px solid #111111;
}

/* === 2.21. PRICING === */
.pricing {
	width: 100%;
	position: relative;
	display: block;
    margin-bottom: 35px;
	font-size: 13px;
	color: #fff;
	-moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing:hover {
    box-shadow: 0 0 7px rgba(167,167,167,.5);
}
.pricing.style-1 .heading {
	padding: 20px 0 10px;
}
.pricing.style-1 .heading h3 {
	padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-size: 24px;
	font-weight: normal;
}
.pricing.style-1 .heading h5 {
	padding: 0;
    margin: 4px 20px 15px;
	font-size: 15px;
	font-weight: normal;
}
.pricing.style-1 .price {
    font-size: 16px;
    width: 6em;
    height: 6em;
    padding: 0;
    line-height: 1em;
	display: table;
    margin: 15px auto;
    border-radius: 500%;
	border: 2px solid #fff;
}
.pricing.style-1 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-1 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.pricing.style-1 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-1 .feature {
    padding: 15px 15px 0;
	font-size: 14px;
    line-height: 32px;
	padding-bottom: 20px;
}
.pricing.style-1 .button {
    padding: 18px 0;
	background: #222222;
    color: #ffffff;
}
.pricing.style-1 .button a {
    text-decoration: none;
    cursor: pointer;
	line-height: 1em;
    padding: 9px 20px;
	border-radius: 15px;
	color: #ffffff;
    font-weight: normal;
}
.pricing.style-2 {
	background: #f5f5f5;
    color: #333333;
	padding-bottom: 15px;
}
.pricing.style-2 .heading {
	background: #63b5da;
    color: #ffffff;
	padding: 20px 0;
}
.pricing.style-2.featured .heading {
	background: #209ed8;
}
.pricing.style-2 .heading h3 {
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.4em;
}
.pricing.style-2 .heading h5 {
    padding: 0;
    margin: 0 20px;
	font-size: 14px;
    font-weight: normal;
}
.pricing.style-2 .price {
    background: #fbfbfb;
    border-bottom: 4px double #dcdcdc;
    color: #6f6f6f;
	display: table;
    margin: 0 auto;
	padding: 15px 0;
	font-size: 48px;
	width: 100%;
}
.pricing.style-2 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-2 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
	font-weight: normal;
}
.pricing.style-2 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-2 .feature {
    padding: 15px 15px 0;
    margin: 0;
	font-size: 13px;
    line-height: 32px;
}
.pricing.style-2 .feature ul {
    padding: 0;
    margin: 0 0 20px 20px;
}
.pricing.style-2 .feature ul li {
    padding: 5px 0;
    margin: 0;
    line-height: 1.5em;
    text-decoration: none;
	border-bottom: 1px dashed #999;
    line-height: 2em;
    margin-left: 30px;
    margin-right: 30px;
}
.pricing.style-2 .button {
    display: block;
    position: relative;
	width: 100%;
}
.pricing.style-2 .button a {
    position: absolute;
    right: -8px;
    bottom: -12px;
	border-radius: 3px;
    padding: 3px 7px;
	background: #63b5da;
    color: #ffffff;
    font-weight: normal;
}
.pricing.style-2.featured .button a {
	background: #209ed8;
}
.pricing.style-2 .button a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    right: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1a1a1a;
}
.pricing.style-3 .heading {
    color: #ffffff;
	padding: 20px 0;
}
.pricing.style-3 .heading h3 {
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: normal;
}
.pricing.style-3 .heading h5 {
    padding: 0;
    margin: 4px 20px 15px;
	font-size: 14px;
	font-weight: normal;
}
.pricing.style-3 .price {
    margin: 0 auto;
	padding: 25px 0;
    font-size: 40px;
	display: table;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}
.pricing.style-3 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-3 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.pricing.style-3 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-3 .feature {
    padding: 15px 15px 0;
    margin: 0;
	font-size: 13px;
    line-height: 32px;
}
.pricing.style-3 .button {
    padding: 0 0 15px;
    margin-top: 20px;
	margin-bottom: 10px;
    display: block;
}
.pricing.style-3 .button a {
    border-radius: 3px;
    padding: 5px 10px;
	color: #ffffff;
    font-weight: normal;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
}
.pricing.style-4 {
	display: block;
    margin-bottom: 35px;
	background: #f9f9f9;
	border-top: 5px solid #dd3333;
    border-bottom: 5px solid #DDD;
    color: #666666;
}
.pricing.style-4 .heading {
    padding: 20px 0;
}
.pricing.style-4 .heading h3 {
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: normal;
}
.pricing.style-4 .heading h5 {
    padding: 0;
    margin: 4px 20px 15px;
	font-size: 14px;
	font-weight: normal;
}
.pricing.style-4 .price {
    border-bottom: 2px solid #e5e5e5;
	margin: -5px auto 0;
	padding-bottom: 13px;
	font-size: 48px;
	display: table;
	width: 100%;
}
.pricing.style-4 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-4 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.pricing.style-4 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-4 .feature {
    padding: 15px 15px 0;
    margin: 0;
	font-size: 13px;
    line-height: 32px;
}
.pricing.style-4 .feature ul {
    padding: 0;
    margin: 0 0 20px 20px;
}
.pricing.style-4 .feature ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #ededed;
    line-height: 2em;
    margin-left: 30px;
    margin-right: 30px;
}
.pricing.style-4 .button {
    padding: 0 0 15px;
}
.pricing.style-4 .button a {
    line-height: 1em;
	display: inline-block;
	border-radius: 3px;
    padding: 10px;
	background: #dd3333;
    color: #ffffff;
    font-weight: normal;
}
.pricing.style-5 {
	display: block;
    margin-bottom: 35px;
	background: #f9f9f9;
	border-bottom: 5px solid #DDD;
    color: #666666;
}
.pricing.style-5 .heading {
    padding: 20px 0;
	background: #1aa38a;
    color: #ffffff;
}
.pricing.style-5 .heading h3 {
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: normal;
}
.pricing.style-5 .heading h5 {
    padding: 0;
    margin: 4px 20px 15px;
	font-size: 14px;
	font-weight: normal;
}
.pricing.style-5 .price {
    background: #1aa38a;
    color: #ffffff;
	margin: -5px auto 0;
	padding-bottom: 15px;
	font-size: 48px;
	display: table;
	width: 100%;
}
.pricing.style-5 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-5 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.pricing.style-5 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-5 .feature {
    padding: 15px 15px 0;
    margin: 0;
	font-size: 13px;
    line-height: 32px;
}
.pricing.style-5 .feature ul {
    padding: 0;
    margin: 0 0 20px 20px;
}
.pricing.style-5 .feature ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #ededed;
    line-height: 2em;
    margin-left: 30px;
    margin-right: 30px;
}
.pricing.style-5 .button {
    padding: 0 0 15px;
}
.pricing.style-5 .button a {
    line-height: 1em;
	display: inline-block;
	border-radius: 3px;
    padding: 10px;
	background: #1aa38a;
    color: #ffffff;
    font-weight: normal;
}
.pricing.style-6 {
	display: block;
    margin-bottom: 35px;
	background: #f8f8f8;
	border: 1px solid #efefef;
    color: #555555;
}
.pricing.style-6 .heading {
    padding: 20px 0;
	background: #8224e3;
    color: #ffffff;
}
.pricing.style-6 .heading h3 {
    padding: 0;
    margin: 0;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: normal;
}
.pricing.style-6 .heading h5 {
    padding: 0;
    margin: 4px 20px 15px;
	font-size: 14px;
	font-weight: normal;
}
.pricing.style-6 .price {
    background: #8224e3;
    color: #ffffff;
	height: 3em;
    margin-bottom: 3em;
    font-size: 16px;
	display: block;
    position: relative;
	width: 100%;
}
.pricing.style-6 .price .price-wrap {
    font-size: 16px;
    width: 6em;
    height: 6em;
    padding: 0;
    line-height: 1em;
    border: 2px solid #f0f0f0;
    border-radius: 500%;
    margin: 0 auto;
    position: relative;
    top: 0;
    background: #FFF;
    color: #777;
	display: table;
    -webkit-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
    -moz-box-shadow: 0 5px 20px #DDD inset,0 3px 0 #999 inset;
    -o-box-shadow: 0 5px 20px #DDD inset,0 3px 0 #999 inset;
    -ms-box-shadow: 0 5px 20px #DDD inset,0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
}
.pricing.style-6 .price .price-inner {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all;
}
.pricing.style-6 .price .value {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
}
.pricing.style-6 .price .duration {
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.pricing.style-6 .feature {
    padding: 15px 15px 0;
    margin: 0;
	font-size: 13px;
    line-height: 32px;
}
.pricing.style-6 .feature ul {
    padding: 0;
    margin: 0 0 20px 20px;
}
.pricing.style-6 .feature ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #ededed;
    line-height: 2em;
    margin-left: 30px;
    margin-right: 30px;
}
.pricing.style-6 .button {
    padding: 0 0 15px;
}
.pricing.style-6 .button a {
    line-height: 1em;
	display: inline-block;
	border-radius: 15px;
    padding: 9px 20px;
	background: #8224e3;
    color: #ffffff;
    font-weight: normal;
}

/* === 2.22. HOVER IMAGE === */
.hover-image-container {
	width: 100%;
	display: block;
	position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    overflow: hidden;
	border: 1px solid #f1f1f1;
    margin-top: 20px;
    margin-bottom: 50px;
}
.hover-image-container:hover,
.hover-image-container.box-shadow {
	box-shadow: 0 30px 60px -30px rgba(0,0,0,0.5);
}
.hover-image-container.style-5:hover {
	box-shadow: none;
}
.hover-image-container .hover-image,
.hover-image-container .hover-image img {
	width: 100%;
	display: block;
	overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hover-image-container.style-5:hover .hover-image img,
.hover-image-container.style-6:hover .hover-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
	background: rgba(0,0,0,0.5);
}
.hover-image-container:hover .hover-image-overlay,
.hover-image-container.style-5 .hover-image-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hover-image-button {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    padding: 0 50px 2px;
    box-sizing: border-box;
    text-align: center;
	height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #111;
    font-size: 15px;
}
.hover-image-container.style-2 .hover-image-button {
	-webkit-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
    opacity: 0;
}
.hover-image-container.style-3 .hover-image-button {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    -webkit-transition: all .3s .2s ease-in-out;
    transition: all .3s .2s ease-in-out;
}
.hover-image-container.style-4 .hover-image-button {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
    transform: translateX(-50%) translateY(-50%) scale(1.3);
    opacity: 0;
    -webkit-transition: all .3s .2s ease-in-out;
    transition: all .3s .2s ease-in-out;
}
.hover-image-container:hover .hover-image-button,
.hover-image-container.style-5 .hover-image-button {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.hover-image-container.style-2:hover .hover-image-button {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.hover-image-container.style-3:hover .hover-image-button {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
}
.hover-image-container.style-4:hover .hover-image-button {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
}
.hover-image-info {
	color: #333333;
    background: #ffffff;
	text-align: center;
	width: 100%;
    display: block;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hover-image-container.style-5 .hover-image-info,
.hover-image-container.style-6 .hover-image-info {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: -50%;
    opacity: 0;
}
.hover-image-container.style-5:hover .hover-image-info,
.hover-image-container.style-6:hover .hover-image-info {
    bottom: 0;
    opacity: 1;
}
.hover-image-subtitle, .hover-image-title {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.hover-image-title {
	font-size: 18px;
}
.hover-image-subtitle {
	color: #777777;
    font-size: 13px;
	letter-spacing: 1px;
    opacity: .8;
}

/* === 2.23. FLIP BOX === */
.flip-box-wrap {
	margin-bottom: 35px;
	display: block;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.flip-box-wrap .flip-box {
    cursor: pointer;
    width: 100%;
    height: 100%;
	position: relative;
    transition: 750ms;
	-webkit-transition: 750ms;
    -moz-transition: 750ms;
    -o-transition: 750ms;
    -ms-transition: 750ms;
    -ms-perspective: 1000px;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box-wrap .flip-box .flip-box-content {
    position: relative;
	display: block;
	height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.flip-box-wrap .fb-front {
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	z-index: 9;
	display: table;
    width: 100%;
	color: #555555;
    background: #f8f8f8;
	border: 1px solid #eeeeee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 750ms;
    -moz-transition: 750ms;
    -o-transition: 750ms;
    -ms-transition: 750ms;
	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.flip-box-wrap .fb-front.alt {
	color:#ffffff;
	background:#008299;
	border: 1px solid #008299;
}
.flip-box-wrap .horizontal_flip_left .fb-front {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box-wrap .horizontal_flip_left:hover .fb-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box-wrap .vertical_flip_top .fb-front {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box-wrap .vertical_flip_top:hover .fb-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box-section {
    display: table-cell;
	vertical-align: middle;
    position: relative;
    padding: 15px;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
	-moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-wrap .flip-box-icon {
    display: block;
    margin: 0 auto;
	height: 1em;
    width: 1em;
    line-height: 1em;
	color: #008299;
    font-size: 55px;
    display: inline-block;
}
.flip-box-wrap .flip-box h3 {
    margin: 15px 0 12px;
    line-height: 1.3em;
    font-size: 16px;
    display: block;
	color: #555555;
}
.flip-box-wrap .flip-box p {
    color: #555555;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
}
.flip-box-wrap .fb-back {
	padding: 0;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 750ms, -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 750ms;
    -moz-transition: 750ms;
    -o-transition: 750ms;
    -ms-transition: 750ms;
}
.flip-box-wrap .fb-back {
    position: absolute;
    top: 0;
    z-index: -1;
	display: table;
    width: 100%;
	color: #ffffff;
    background: #008299;
	border: 1px solid #008299;
}
.flip-box-wrap .horizontal_flip_left .fb-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box-wrap .horizontal_flip_left:hover .fb-back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box-wrap .vertical_flip_top .fb-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box-wrap .vertical_flip_top:hover .fb-back {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.fb-back-content {
	font-size: 16px;
	line-height: 30px;
}
.vertical_door_flip .v_door.fb-multiple-front {
    position: absolute;
    width: 50%;
    top: 0px;
    bottom: -2px;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
}
.vertical_door_flip:hover .v_door.fb-multiple-front {
    opacity: .5;
    z-index: -9;
}
.vertical_door_flip .v_door.fb-front-1 {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.vertical_door_flip:hover .v_door.fb-front-1 {
    -webkit-transform: rotatey(-270deg);
    -moz-transform: rotatey(-270deg);
    -ms-transform: rotatey(-270deg);
    -o-transform: rotatey(-270deg);
    transform: rotatey(-270deg);
}
.vertical_door_flip .v_door.fb-multiple-front .fb-front {
    width: 200%;
    position: relative;
}
.vertical_door_flip .v_door.fb-multiple-front.fb-front-2 {
    right: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.vertical_door_flip:hover .v_door.fb-front-2 {
    -webkit-transform: rotatey(270deg);
    -moz-transform: rotatey(270deg);
    -ms-transform: rotatey(270deg);
    -o-transform: rotatey(270deg);
    transform: rotatey(270deg);
}
.vertical_door_flip .v_door.fb-multiple-front.fb-front-2 .fb-front {
    right: 100%;
}
.flip-box-wrap .vertical_door_flip .flip-box-icon,
.flip-box-wrap .vertical_door_flip h3,
.flip-box-wrap .vertical_door_flip p {
	color: #fff;
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back {
    -webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	position: absolute;
    height: 50%;
    width: 100%;
    overflow: hidden;
    opacity: .5;
	z-index: -4;
}
.reverse_horizontal_door_flip:hover .rh_door.fb-multiple-back {
    z-index: 1;
    opacity: 1;
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back.fb-back-1 {
    top: 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotatex(270deg);
    -moz-transform: rotatex(270deg);
    -ms-transform: rotatex(270deg);
    -o-transform: rotatex(270deg);
    transform: rotatex(270deg);
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back.fb-back-1 {
    top: 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotatex(270deg);
    -moz-transform: rotatex(270deg);
    -ms-transform: rotatex(270deg);
    -o-transform: rotatex(270deg);
    transform: rotatex(270deg);
}
.reverse_horizontal_door_flip:hover .rh_door.fb-multiple-back.fb-back-1,
.reverse_horizontal_door_flip:hover .rh_door.fb-multiple-back.fb-back-2 {
    -webkit-transform: rotatex(0);
    -moz-transform: rotatex(0);
    -ms-transform: rotatex(0);
    -o-transform: rotatex(0);
    transform: rotatex(0);
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back.fb-back-2 {
    top: 50%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotatex(-270deg);
    -moz-transform: rotatex(-270deg);
    -ms-transform: rotatex(-270deg);
    -o-transform: rotatex(-270deg);
    transform: rotatex(-270deg);
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back .fb-back {
    position: relative;
    height: 200%;
}
.reverse_horizontal_door_flip .rh_door.fb-multiple-back.fb-back-2 .fb-back {
    top: -100%;
}
.flip-box-wrap .reverse_horizontal_door_flip .flip-box-icon,
.flip-box-wrap .reverse_horizontal_door_flip h3,
.flip-box-wrap .reverse_horizontal_door_flip p {
	color: #fff;
}
.horizontal_door_flip .h_door.fb-multiple-front {
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
	position: absolute;
    height: 50%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
}
.horizontal_door_flip .h_door.fb-front-1 {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 0;
}
.horizontal_door_flip:hover .h_door.fb-front-1 {
    -webkit-transform: rotatex(270deg);
    -moz-transform: rotatex(270deg);
    -ms-transform: rotatex(270deg);
    -o-transform: rotatex(270deg);
    transform: rotatex(270deg);
}
.horizontal_door_flip .h_door.fb-front-2 {
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    top: 50%;
}
.horizontal_door_flip:hover .h_door.fb-front-2 {
    -webkit-transform: rotatex(-270deg);
    -moz-transform: rotatex(-270deg);
    -ms-transform: rotatex(-270deg);
    -o-transform: rotatex(-270deg);
    transform: rotatex(-270deg);
}
.horizontal_door_flip .h_door.fb-multiple-front .fb-front {
    position: relative;
    height: 200%;
}
.horizontal_door_flip .h_door.fb-multiple-front.fb-front-2 .fb-front {
    bottom: 100%;
}
.flip-box-wrap .horizontal_door_flip .flip-box-icon,
.flip-box-wrap .horizontal_door_flip h3,
.flip-box-wrap .horizontal_door_flip p {
	color: #fff;
}

/* === 2.24. BUTTONS === */
.btn {
    color: #ffffff;
    background-color: #222222;
    font-size: 13px;
	min-height: 40px;
    padding: 0 25px;
    line-height: 40px;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn:hover {
    color: #222222;
    background-color: #ffffff;
}
.btn-2 {
    font-size: 12px;
    line-height: 24px;
	background: #212127;
    color: #ffffff;
    padding: 8px 35px;
    min-height: 35px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.btn-2 span:first-child {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
	background: rgb(0, 130, 153);
    opacity: 0;
	bottom: 0;
    right: 0;
    position: absolute;
	z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-2:hover span:first-child {
    height: 260%;
    opacity: 1;
}
.btn-2 span:last-child {
	position: relative;
	z-index: 9;
}
.btn-2:hover {
    color: #fff;
}
.btn-3 {
	display: inline-block;
    color: #ffffff;
    background-color: #008299;
    font-size: 13px;
	min-height: 40px;
    padding: 0 25px;
    line-height: 40px;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-3:hover {
    color: #008299;
    background-color: #ffffff;
	border-color: #008299;
}
.btn-hover {
    color: #ffffff;
    background-color: #222222;
    font-size: 13px;
	min-height: 40px;
	min-width: 150px;
    padding: 0 25px;
    line-height: 40px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover .text {
    z-index: 3;
	left: 0;
	top: 0;
    position: absolute;
    display: block;
	color: #fff;
	width: 100%;
}
.btn-hover-1:hover {
	color: #fff;
	background-color: #008299;
}
.btn-hover-2 .hover {
    width: 100%;
    height: 100%;
	top: -100%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
	opacity: 0;
	background-color: #008299;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-hover-2:hover .hover {
	top: 0;
	opacity: 1;
}
.btn-hover-3 .hover {
    width: 100%;
    height: 100%;
	top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
	opacity: 0;
	background-color: #008299;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-hover-3:hover .hover {
	top: 0;
	opacity: 1;
}
.btn-hover-4 .hover {
    width: 100%;
    height: 100%;
	top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
	opacity: 0;
	background-color: #008299;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-hover-4:hover .hover {
	left: 0;
	opacity: 1;
}
.btn-hover-5 .hover {
    width: 101%;
    height: 0;
    opacity: 0;
	bottom: 0;
    right: 0;
    position: absolute;
	top: 50%;
    left: 50%;
	z-index: 2;
	background-color: #008299;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
.btn-hover-5:hover .hover {
	height: 75%;
    opacity: 1;
}
.btn-hover-6 .hover {
	bottom: 0;
    right: 0;
    position: absolute;
	z-index: 2;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #008299;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-hover-6:hover .hover {
	height: 260%;
    opacity: 1;
}
.btn-hover-7 .hover {
    width: 100%;
    height: 100%;
	top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
	opacity: 0;
	background-color: #008299;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-hover-7:hover .hover {
	left: 0;
	opacity: 1;
}
.btn-hover-8 .hover {
    bottom: 0;
    right: 0;
	top: 50%;
    left: 50%;
    position: absolute;
	z-index: 2;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	width: 0;
    height: 103%;
    opacity: 0;
	background-color: #008299;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.btn-hover-8:hover .hover {
	width: 90%;
    opacity: 1;
}
.btn-icon {
	color: #ffffff;
    background-color: #222222;
    font-size: 13px;
	min-height: 40px;
	min-width: 150px;
    padding: 0 25px;
    line-height: 40px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-icon:hover {
	color: #fff;
	background-color: #008299;
}
.btn-icon .icon {
	position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-icon .icon i {
    font-size: 18px;
    color: #ffffff;
}
.btn-icon .text {
    z-index: 3;
	left: 0;
	top: 0;
    position: absolute;
    display: block;
	color: #fff;
	width: 100%;
}
.btn-icon.icon-left .icon {
	left: 20px;
    opacity: 1;
}
.btn-icon.icon-left .text {
	padding-left: 10px;
}
.btn-icon.icon-right .icon {
	right: 20px;
    opacity: 1;
}
.btn-icon.icon-right .text {
	padding-right: 15px;
}
.btn-icon.icon-bring-left .icon {
	left: -2em;
    opacity: 0;
}
.btn-icon.icon-bring-left:hover .icon {
    left: 10px;
	opacity: 1;
}
.btn-icon.icon-bring-right .icon {
	right: -2em;
    opacity: 0;
}
.btn-icon.icon-bring-right:hover .icon {
    right: 10px;
	opacity: 1;
}
.btn-icon {
	background-color: #008299;
}
.btn-icon:hover {
	background-color: #222222;
}
.btn-icon .text {
	display: inline-block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon:hover .text {
    display: inline-block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-left .text {
	-webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.btn-icon.icon-push-left:hover .text {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
}
.btn-icon.icon-push-left .icon {
	left: 500px;
	right: 0;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-left:hover .icon {
    left: 0;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-right .text {
	-webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.btn-icon.icon-push-right:hover .text {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}
.btn-icon.icon-push-right .icon {
	left: -500px;
	right: 0;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-right:hover .icon {
    left: 0;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-top .text {
	-webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.btn-icon.icon-push-top:hover .text {
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
.btn-icon.icon-push-top .icon {
	left: 0px;
	top: 500px;
	right: 0;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-top:hover .icon {
    top: 50%;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-bottom .text {
	-webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.btn-icon.icon-push-bottom:hover .text {
    -webkit-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
}
.btn-icon.icon-push-bottom .icon {
	left: 0px;
	top: -500px;
	right: 0;
    opacity: 1;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-icon.icon-push-bottom:hover .icon {
    top: 50%;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.button-1 {
	font-size: 18px;
	text-transform: none;
	position: relative;
}
.button-1:after, .button-1:before {
    display: inline-block;
    opacity: 0;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: -webkit-transform .3s,opacity .2s;
    -moz-transition: -moz-transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s;
    color: inherit;
    padding: 0 3px;
}
.button-1:before {
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.button-1:after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.button-1:focus:after, .button-1:focus:before,
.button-1:hover::before, .button-1:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.button-2 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	display: inline-block;
	padding: 12px 25px;
	color: #fff;
	background: rgb(85, 85, 85);
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
	-webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.button-2:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
}
.button-2:focus, .button-2:hover {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
	background: #008299;
	color: #fff;
}
.button-2:focus:before, .button-2:hover:before {
    background: #008299;
	color: #fff;
}
.button-3 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 12px 5px;
	overflow: hidden;
    display: inline-block;
	-webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.button-3:after {
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	margin-top: 10px;
	border-bottom: 2px solid #008299;
    opacity: 0;
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    -moz-transition: opacity .5s,-moz-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.button-3:focus:after, .button-3:hover:after {
	opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.button-4 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 12px 5px;
	overflow: hidden;
    display: inline-block;
	-webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.button-4:after {
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	margin-top: 10px;
	border-bottom: 2px solid #008299;
    opacity: 0;
    -webkit-transition: height .5s,opacity .5s,-webkit-transform .5s;
    -moz-transition: height .5s,opacity .5s,-moz-transform .5s;
    transition: height .5s,opacity .5s,transform .5s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.button-4:focus:after, .button-4:hover:after {
	opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.button-5 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 12px 5px;
	overflow: hidden;
    display: inline-block;
	-webkit-transition: -webkit-transform .3s ease-out,all ease-in-out .3s;
    -moz-transition: -moz-transform .3s ease-out,all ease-in-out .3s;
    transition: transform .3s ease-out,all ease-in-out .3s;
}
.button-5:before, .button-5:after {
	width: 100%;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
    bottom: 0;
    left: 0;
	background-color: #008299;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    transform: scale(.85);
}
.button-5:after {
    -webkit-transition: -webkit-transform .3s ease-out,all ease-in-out .3s;
    -moz-transition: -moz-transform .3s ease-out,all ease-in-out .3s;
    transition: transform .3s ease-out,all ease-in-out .3s;
}
.button-5:focus:before, .button-5:hover:before,
.button-5:focus:after, .button-5:hover:after {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.button-5:focus:after, .button-5:hover:after {
    bottom: 96%;
}
.button-6 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 12px 5px;
	overflow: hidden;
    display: inline-block;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}
.button-6:after {
	display: block;
    position: relative;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: .6em;
    font-weight: inherit;
    -webkit-transition: text-shadow .3s,color .3s;
    -moz-transition: text-shadow .3s,color .3s;
    transition: text-shadow .3s,color .3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.button-6:focus:after, .button-6:hover:after {
	text-shadow: rgb(51, 51, 51) 10px 0px, rgb(51, 51, 51) -10px 0px;
    color: rgb(51, 51, 51);
}
.button-7 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 14px 25px;
    display: inline-block;
	-webkit-transition: -webkit-transform .3s ease-out,all ease .3s;
    -moz-transition: -moz-transform .3s ease-out,all ease .3s;
    transition: transform .3s ease-out,all ease .3s;
}
.button-7:before, .button-7:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
	outline: 2px solid #eee;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
}
.button-7:after {
    opacity: 0;
	outline: 2px solid #008299;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.button-7:focus:before, .button-7:hover:before {
	opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.button-7:focus:after, .button-7:hover:after {
	opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.button-8 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 12px 5px;
    display: inline-block;
	z-index: 2;
    transition: transform .5s,opacity .5s,color .5s;
}
.button-8:before, .button-8:after {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    -webkit-transition: -webkit-transform .5s,opacity .5s;
    -moz-transition: -moz-transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s;
}
.button-8:before {
	border-top: 2px solid rgb(119, 119, 119);
    transform: translateY(-25px);
}
.button-8:after {
	border-top: 2px solid rgb(119, 119, 119);
    transform: translateY(25px);
}
.button-8:focus:before, .button-8:hover:before {
    opacity: .65;
	top: 50%;
    -webkit-transition: -webkit-transform .5s,opacity .5s;
    -moz-transition: -moz-transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button-8:focus:after, .button-8:hover:after {
    opacity: .65;
	top: 50%;
    -webkit-transition: -webkit-transform .5s,opacity .5s;
    -moz-transition: -moz-transform .5s,opacity .53s;
    transition: transform .5s,opacity .5s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.button-9 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	padding: 7px 30px;
    position: relative;
    display: inline-block;
    background: rgb(85, 85, 85);
    border-top: 2px solid rgba(0, 130, 153, 0.6);
    color: #fff;
    max-width: 100%;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    transition: background .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.button-9:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008299;
    color: #fff;
	content: attr(data-hover);
	line-height: 35px;
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    transition: transform .6s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.button-9:focus, .button-9:hover {
    color: #fff;
}
.button-9:focus:before, .button-9:hover:before {
    -webkit-transform: rotateX(2deg);
    -moz-transform: rotateX(2deg);
    transform: rotateX(2deg);
}
.button-10 {
	font-size: 18px;
	text-transform: none;
	position: relative;
	display: inline-block;
	padding: 7px 30px;
	overflow: hidden;
	color: transparent;
}
.button-10:focus, .button-10:hover {
	color: transparent;
}
.button-10:before {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(-25%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #008299;
    color: #ffffff;
	padding: 7px 30px;
}
.button-10:after {
    display: block;
    color: #ffffff;
    background: #555555;
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	padding: 7px 30px;
	content: attr(data-hover);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.button-10:focus:before, .button-10:hover:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.button-10:focus:after, .button-10:hover:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* === 2.25. GALLERY === */
.image-gallery-nav {
    width: auto;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
}
.image-gallery-nav .image-nav-item {
    width: 100px;
    height: 90px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #eee;
    text-align: center;
}
.image-gallery-nav .image-nav-item img {
    width: 90px;
    height: 80px;
    display: inline-block;
    margin: 5px auto auto;
	float: left;
}

/* === 2.26. SIDEBAR === */
.sidebar .widget {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.sidebar .widget h3 {
	margin-top: 10px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 400;
	color: #777777;
    font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.sidebar .widget ul {
    display: block;
    padding: 0;
    width: 100%;
}
.sidebar .widget > ul li {
    width: 100%;
    font-size: 15px;
    padding: 5px 0;
}
.sidebar .widget ul li > a {
    display: block;
    position: relative;
}
.sidebar .widget .social-link {
    border-radius: inherit;
    margin: 2px 2px 10px;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.sidebar .widget .social-link:hover {
	background-color: #2d8899;
	color: #fff;
}
.sidebar .widget .widget-folio {
    width: 66px;
    height: 66px;
    background-size: 66px 66px;
    margin-bottom: 7px;
    margin-right: 7px;
	display: inline-block;
}
.sidebar .widget_search form > div {
	width: 100%;
    position: relative;
    display: block;
}
.sidebar .widget_search form input {
    width: 100%;
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 10px;
    color: inherit;
    position: relative;
    border: 1px solid #ddd;
}
.sidebar .widget_search form > div:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    color: inherit;
    right: 10px;
    top: 7px;
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
    opacity: .8;
    border-left: 1px solid #ccc;
    z-index: 999;
}

/* 3. COMMERCE
/* --------------------------------------------------------------------- */

.onsale {
    min-height: 10px;
    position: absolute;
    margin: -5px -9px 0 0;
    z-index: 999;
    padding: 0 10px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
	top: 0;
    right: 0;
    left: auto;
	background-color: #2d8899;
	font-weight: 700;
	text-align: center;
	color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.onsale:after {
    content: "";
	border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2d8899;
    top: 100%;
    right: 0;
    position: absolute;
    opacity: .7;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: 4px;
    width: 75px;
    margin: 12px 0 0 0;
    font-size: 12px;
}
.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
	opacity: .3;
}
.star-rating span {
    color: #2d8899;
	overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
}
.product {
	position: relative;
	overflow: hidden;
}
.product .product-image,
.product .product-image img {
	position: relative;
    width: 100%;
}
.product .product-image img {
	height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.product .product-image img:last-child {
    position: absolute;
    width: 100%;
    z-index: 9;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.product:hover .product-image img:last-child {
    opacity: 1;
}
.product .product-info {
    width: 100%;
    position: absolute;
    z-index: 1000;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
}
.product .product-info .product-title,
.product .product-info .product-extra {
    position: absolute;
    cursor: pointer;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 2;
    float: left;
    background-color: #111;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product:hover .product-info .product-title {
    opacity: 0;
    left: -100%;
}
.product .product-info .product-title a {
	color: #fff;
}
.product .product-info .product-extra {
	padding: 0;
    bottom: -50px;
    opacity: 0;
}
.product:hover .product-info .product-extra {
    opacity: 1;
    bottom: 0;
}
.product .product-info .product-extra > div {
    width: auto;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-left: 1px solid rgba(255,255,255,.05);
}
.product .product-info .product-extra .product-add {
    padding: 0;
    width: 35px;
    text-align: center;
}
.product .product-info .product-extra .product-add .add-tocart {
    position: relative;
    background: 0 0;
    bottom: 0;
    display: inline-block;
    margin-top: 1px;
	color: #ffffff;
}
.product .product-info .product-extra .product-add .add-tocart:before {
    content: "\f290";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product.style-2 {
	position: relative;
	overflow: visible;
    padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product.style-2 .product-image {
    position: relative;
    width: 100%;
	display: block;
    overflow: hidden;
}
.product.style-2 .product-image img {
    margin: 0;
    border: 1px solid #f8f8f8;
}
.product.style-2 .product-image .product-image-inner {
    position: absolute;
    top: -10px;
    left: 0;
    opacity: 0;
}
.product.style-2:hover .product-image .product-image-inner {
    opacity: 1;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
}
.product.style-2:hover .product-image .product-image-inner img {
    position: static;
    width: 100%;
    opacity: 1;
}
.product.style-2 .product-image .action-area {
    position: absolute;
    width: auto;
    right: 0;
    height: 35px;
    color: #FFF;
    line-height: 36px;
    bottom: -35px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999;
}
.product.style-2:hover .product-image .action-area {
    bottom: 0;
}
.product.style-2 .product-image .action-area .add-to-cart {
    display: block;
    width: 37px;
    height: inherit;
    line-height: inherit;
    z-index: 999;
    background: #222;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-right: 1px solid #333;
	background: #222222;
	color: #fff;
}
.product.style-2 .product-title {
    font-weight: 600;
    padding-top: 15px;
    font-size: 15px;
    text-align: left;
    color: #444;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
	position: static;
	display: block;
}
.product.style-2 .product-title .price {
    display: inline-block;
    margin-top: 0;
    font-size: inherit;
    letter-spacing: 0;
    float: right;
    margin-bottom: 0;
    color: inherit;
    opacity: .8;
}
.product.style-2 .product-subtitle {
    width: 100%;
	display: block;
    color: #999;
    height: 18px;
    font-style: italic;
	font-size: 13px;
    margin: 3px 0;
    letter-spacing: 2px;
}
.product.style-2 .product-rating {
    width: auto;
	display: block;
    line-height: 15px;
}
.product.style-2 .product-rating .star-rating:before {
	opacity: 1;
}
.product.style-2:after {
    content: "";
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product.style-2:hover:after {
	width: 100%;
    border-bottom: 1px solid #2d8899;
}
.product.style-3 .product-image {
	width: 100%;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product.style-3:hover .product-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product.style-3 .product-image img {
	position: static;
    opacity: 1;
}
.product.style-3 .product-overlay {
	width: 94%;
    height: 94%;
    position: absolute;
    z-index: 9;
    left: 3%;
    top: 3%;
    background: rgba(0,0,0,.8);
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out .4s;
    transition: all .3s ease-in-out .4s;
}
.product.style-3:hover .product-overlay {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product.style-3 .product-overlay-borders {
    background: #FFF;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product.style-3 .product-overlay-borders.top {
    width: 0;
    height: 1px;
    top: 10px;
    right: 10px;
}
.product.style-3 .product-overlay-borders.right {
    height: 0;
    width: 1px;
    bottom: 10px;
    right: 10px;
}
.product.style-3 .product-overlay-borders.bottom {
    width: 0;
    height: 1px;
    bottom: 10px;
    left: 10px;
}
.product.style-3 .product-overlay-borders.left {
    height: 0;
    width: 1px;
    top: 10px;
    left: 10px;
}
.product.style-3:hover .product-overlay-borders.top,
.product.style-3:hover .product-overlay-borders.bottom {
    width: calc(100% - 20px);
}
.product.style-3:hover .product-overlay-borders.right,
.product.style-3:hover .product-overlay-borders.left {
    height: calc(100% - 20px);
}
.product.style-3 .product-info {
    width: 100%;
    float: left;
    min-height: 30px;
    position: absolute;
    top: 50%;
	padding-top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product.style-3 .product-info .product-title {
	color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-align: center;
	position: static;
	padding: 0;
	background: none;
	width: 100%;
	-webkit-transform: translateY(70px);
    transform: translateY(70px);
	opacity: 0;
	display: block;
	float: none;
}
.product.style-3:hover .product-info .product-title {
    opacity: 1; 
    left: 0;
	-webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
	-webkit-transform: translateY(0);
    transform: translateY(0); 
}
.product.style-3 .product-cate {
    font-size: 14px;
    color: #aaa;
    letter-spacing: 1px;
    padding-bottom: 7px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align: center;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
	width: 100%;
}
.product.style-3 .product-cate a {
	color: #aaa;
}
.product.style-3:hover .product-cate {
    -webkit-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product.style-3 .product-price {
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
	font-size: 17px;
}
.product.style-3 .product-price del,
.product.style-3 .product-price ins {
	display: block;
	width: 100%;
}
.product.style-3:hover .product-price {
    -webkit-transition: all .7s ease-in-out .2s;
    transition: all .7s ease-in-out .2s;
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product.style-3 .product-price:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    background: #fff;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background-color: #2d8899;
}
.product.style-4 .product-image {
	width: 100%;
    position: relative;
}
.product.style-4 .product-image img {
	position: static;
    opacity: 1;
}
.product.style-4 .product-overlay {
	width: 94%;
    height: 94%;
    position: absolute;
    z-index: 9;
    left: 3%;
    top: 3%;
    background: rgba(0,0,0,.8);
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out .4s;
    transition: all .3s ease-in-out .4s;
	overflow: hidden;
}
.product.style-4:hover .product-overlay {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product.style-4 .product-overlay-borders {
    background: #FFF;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product.style-4 .product-overlay-borders.top {
    width: 0;
    height: 1px;
    top: 25px;
    right: 0;
}
.product.style-4 .product-overlay-borders.right {
    height: 0;
    width: 1px;
	bottom: 0;
    right: 25px;
}
.product.style-4 .product-overlay-borders.bottom {
    width: 0;
    height: 1px;
	bottom: 25px;
    left: 0;
}
.product.style-4 .product-overlay-borders.left {
    height: 0;
    width: 1px;
	top: 0;
    left: 25px;
}
.product.style-4:hover .product-overlay-borders.top,
.product.style-4:hover .product-overlay-borders.bottom {
    width: calc(100% - 0px);
}
.product.style-4:hover .product-overlay-borders.right,
.product.style-4:hover .product-overlay-borders.left {
    height: calc(100% - 0px);
}
.product.style-4 .product-info {
    width: 100%;
    float: left;
    min-height: 30px;
    position: absolute;
    top: 50%;
	padding-top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product.style-4 .product-info .product-title {
	color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-align: center;
	position: static;
	padding: 0;
	background: none;
	width: 100%;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
	display: block;
	float: none;
}
.product.style-4:hover .product-info .product-title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0;
	-webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}
.product.style-4 .product-cate {
    font-size: 14px;
    color: #aaa;
    letter-spacing: 1px;
    padding-bottom: 7px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align: center;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
	width: 100%;
}
.product.style-4 .product-cate a {
	color: #aaa;
}
.product.style-4:hover .product-cate {
    -webkit-transition: all .5s ease-in-out .2s;
    transition: all .5s ease-in-out .2s;
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product.style-4 .product-add-to-cart {
    width: 100%;
	position: relative;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.product.style-4:hover .product-add-to-cart {
    -webkit-transition: all .7s ease-in-out .2s;
    transition: all .7s ease-in-out .2s;
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product.style-4 .add-cart, 
.product.style-4 .add-cart > a > i {
    line-height: 28px;
    display: inline-block;
}
.product.style-4 .add-cart {
	width: auto;
    height: 28px;
    padding: 0 5px;
    margin: auto;
    cursor: pointer;
    background: #111;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}
.product.style-4 .add-cart > a {
	color: #fff;
}
.product.style-4 .add-cart > a > i {
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    border-right: 1px solid #000;
    font-size: 14px;
}
.product.style-4 .add-cart span {
    display: inline-block;
    float: right;
    width: auto;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #333;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 1px;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.product.style-4:hover .add-cart span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product.style-4 .product-bottom-info {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background: #111;
    color: #aaa;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.product.style-4:hover .product-bottom-info {
    bottom: -100%;
}
.product.style-4 .product-bottom-info .product-bottom-info-title {
    display: inline-block;
    padding: 0 15px 0 5px;
    border-right: 1px solid #000;
}
.product.style-4 .product-bottom-info .product-bottom-info-title a {
	color: #aaa;
}
.product.style-4 .product-bottom-info .product-bottom-info-price {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 5px 0 15px;
    border-left: 1px solid #333;
    color: #2d8899;
}
.commerce .page-title {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-top: 0;
    margin-bottom: 10px;
	float: left;
    padding-top: 10px;
}
.commerce-ordering {
    float: right;
	margin: 0 0 15px 20px;
}
.commerce-ordering select {
    background: url(../images/select.png) right center no-repeat #fafafa;
    cursor: pointer;
    -webkit-padding-end: 30px;
    border: 1px solid #ddd;
    padding: 9px;
    outline: 0;
    font-size: 13px;
    color: #555;
    margin: 0 0 20px;
    width: 200px;
    max-width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.single-product .images {
	width: 100%;
	display: block;
	overflow: hidden;
	background: rgba(233, 234, 236, 1);
	position: relative;
}
.single-product .images img {
    display: block;
    height: auto;
	position: relative;
    margin: auto;
    max-width: 800px;
}
.single-product .images .thumbnails {
    position: absolute;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 400px;
    top: 0;
    overflow: hidden;
	padding-top: 15px;
}
.single-product .images .thumbnails a {
    width: 50%;
    display: inline-block;
	float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.single-product .images .widget-area-social {
    position: absolute;
    left: 0;
    bottom: 57px;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
	height: auto;
}
.single-product .onsale {
	margin-top: 0;
	margin-right: 0;
	left: 0;
	right: initial;
}
.single-product .onsale:after {
	display: none;
}
.single-product .images .catalog {
    display: block;
    padding: 0 0 15px;
    font-size: 13px;
    text-align: center;
    height: auto;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
}
.single-product .images .catalog .icon {
    display: inline-block;
	color: #FFF;
    height: 30px;
	background: #222;
	letter-spacing: 1px;
	margin: 0 7px 0 0;
    padding: 0 8px;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-product .images .catalog .links {
	display: inline-block;
	height: 30px;
}
.single-product .images .catalog .links a {
	display: inline-block;
    padding: 0 13px;
    color: #FFF;
    height: 30px;
    line-height: 32px;
    background: #222;
    margin: 0 7px 0 0;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-product .images .catalog .links a:hover {
	background-color: #2d8899;
}
.single-product .product-title {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
	padding: 0;
	color: #444444;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-product .product-subtitle {
	letter-spacing: 2px;
    font-style: italic;
    width: 100%;
	display: block;
	color: #999999;
    font-size: 17px;
    margin-bottom: 5px;
}
.single-product .star-rating {
	margin-top: 0;
}
.single-product .product-price {
	color: #333333;
    font-size: 22px;
	line-height: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.single-product .product-price del {
	opacity: .5;
	font-size: 15px;
}
.single-product .product-price ins {
	text-decoration: none;
    font-weight: 400;
}
.single-product .summary .description {
    color: #777777;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
	line-height: 1.8em;
}
.single-product form.cart {
    margin-top: 5px;
    margin-bottom: 20px;
}
.single-product form.cart .quantity-chooser {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.single-product form.cart .quantity-chooser .quantity {
    margin: 0;
    width: 80px;
    position: relative;
    height: 50px;
    text-align: center;
    border: 0;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-product .summary.text-center form.cart .quantity-chooser .quantity {
    margin: 0 auto;
}
.single-product form.cart .quantity-chooser .quantity input {
    height: 50px;
    line-height: 50px;
    width: 70px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #333;
	border: none;
	font-family: 'PT Sans', sans-serif;
}
.single-product form.cart .single-add-to-cart {
	border: none;
    height: 50px;
    line-height: 49px;
    color: #ffffff;
    background: #222222;
    font-size: 13px;
	font-weight: 400;
	display: inline-block;
	padding: 0 25px 0 30px;
	opacity: .9;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
    position: relative;
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.single-product form.cart .single-add-to-cart:hover {
	opacity: 1;
}
.single-product form.cart .single-add-to-cart:before {
    content: "\f07a";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 22px;
    display: inline-block;
    font-size: inherit;
    color: inherit;
}
.single-product .product-meta {
	color: #999;
    font-weight: 400;
    font-size: 15px;
	display: block;
	width: 100%;
}
.commerce-tabs > .nav-tabs {
	border: none;
	text-align: center;
    margin-bottom: 40px;
	height: 55px;
    line-height: 55px;
}
.commerce-tabs.classic > .nav-tabs {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
	height: auto;
	line-height: normal;
}
.commerce-tabs > .nav-tabs > li {
	float: none;
    display: inline-block;
}
.commerce-tabs > .nav-tabs > li > a {
	border-radius: 0;
	font-weight: 400;
    padding: 0 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	height: 45px;
    line-height: 43px;
	border-color: transparent;
}
.commerce-tabs.classic > .nav-tabs > li > a {
	border: none;
	border-bottom: 2px solid transparent;
}
.commerce-tabs > .nav-tabs > li > a:hover {
	background: none;
	color: inherit;
}
.commerce-tabs > .nav-tabs > li.active > a {
    border-color: #2d8899;
	background: none;
}
.commerce-tabs.classic > .nav-tabs > li.active > a {
    border-color: #2d8899;
}
.commerce-tabs #tab-description {
	color: #777777;
    font-size: 15px;
	margin-top: 5px;
    line-height: 1.9em;
    letter-spacing: 1px;
	margin-top: 10px;
}
.commerce-tabs #tab-reviews h2.comment-title {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 300;
    color: #555;
    display: block;
}
.single-product .image-gallery-nav .image-nav-item,
.single-product .image-gallery-nav .image-nav-item img {
	width: auto;
	height: auto;
}
.single-product .image-gallery-nav .image-nav-item {
	margin-right: 5px;
	border: none;
}
.single-product .image-gallery-nav {
	border: none;
}
.cart-empty {
    font-size: 32px;
    margin-bottom: 40px;
    color: #555;
    margin-top: 100px;
}
.return-to-shop {
	margin-top: 10px;
	margin-bottom: 10px;
}
.return-to-shop a {
	border: none;
    height: 50px;
    line-height: 49px;
    color: #ffffff;
    background: #222222;
    font-size: 13px;
	font-weight: 400;
	display: inline-block;
	padding: 0 25px 0 30px;
	opacity: .9;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
    position: relative;
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.return-to-shop a:hover {
	opacity: 1;
}

/* Shopping Cart */
table.shop-cart > tbody > tr > td {
	border-color: #eee;
}
table.shop-cart tbody tr.cart_item {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size: 106.667%;
}
table.shop-cart tbody tr.cart_item td {
    padding: 30px 15px;
	vertical-align: middle;
	border-color: #eee;
}
table.shop-cart tbody tr.cart_item td.product-remove {
    text-align: center;
}
table.shop-cart tbody tr.cart_item td.product-thumbnail {
    width: 135px;
}
table.shop-cart tbody tr.cart_item td.product-remove a {
    background-color: transparent;
    color: #888;
    font-size: 30px;
}
table.shop-cart tbody tr.cart_item td.product-remove a:hover {
    color: #2d8899;
}
table.shop-cart tbody tr.cart_item td.product-info a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
	margin-bottom: 7px;
    margin-top: 15px;
	display: block;
	width: 100%;
}
table.shop-cart tbody tr.cart_item td.product-info .sub-title {
    font-size: 14px;
    color: #999;
    display: block;
    width: 100%;
    font-style: italic;
}
table.shop-cart tbody tr.cart_item td.product-info .amount {
    display: block;
	margin-bottom: 15px;
}
table.shop-cart tbody tr.cart_item td.product-quantity .quantity {
    width: 45px;
    display: inline-block;
}
table.shop-cart tbody tr.cart_item td.product-quantity .quantity input {
    max-width: 100%;
	height: 50px;
    line-height: 50px;
    width: 70px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333;
    border: none;
    font-family: 'PT Sans', sans-serif;
}
table.shop-cart tbody tr.cart_item td.product-subtotal {
	border-right: 1px solid #eee;
}
table.shop-cart tbody tr.cart_item td.product-subtotal .amount {
	font-size: 22px;
    line-height: 1.8em;
}
table.shop-cart .actions {
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.shop-cart .actions .continue-shopping,
table.shop-cart .actions .update-cart {
	background: none;
    float: left;
	color: #444;
    border: 1px solid #f2f2f2;
    margin-right: 0;
    height: 45px;
    line-height: 43px;
    font-size: 14px;
    padding: 0 60px;
	text-transform: uppercase;
    letter-spacing: 2px;
	opacity: .8;
}
table.shop-cart .actions .update-cart {
	float: right;
}
.cart-totals {
	display: block;
    background: #222;
	padding: 20px 40px 30px;
    color: #FFF;
}
.cart-totals table {
    border: none;
	width: 100%;
}
.cart-totals table tr {
	border-bottom: 1px solid #333;
}
.cart-totals table tr:last-child {
	border-bottom: none;
}
.cart-totals table tr th,
.cart-totals table tr td {
    padding: 15px 20px;
    color: #fff;
	font-size: 16px;
    line-height: 1.5;
	font-weight: normal;
}
.cart-totals table tr th {
	font-weight: 300;
	opacity: .6;
}
.cart-totals table tr td {
    text-align: right;
}
.cart-totals .proceed-to-checkout {
    margin-top: 30px;
}
.cart-totals .proceed-to-checkout a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 400;
    height: 48px;
    line-height: 46px;
    padding: 0 30px;
    color: #fff;
    display: block;
    margin-left: 0;
	background-color: #2d8899;
	text-align: center;
	text-transform: uppercase;
}
.coupon-shipping {
    width: 100%;
    display: block;
    height: auto;
    padding: 10px 40px 15px;
    margin: 30px 0;
    border: 1px solid #f1f1f1;
    background: #fafafa;
}
.coupon-shipping .coupon {
	min-height: 20px;
    overflow: auto;
    width: 100%;
	display: block;
	margin-bottom: 10px;
    margin-top: 15px;
}
.coupon-shipping .coupon input {
    width: calc(100% - 160px);
    background: #FFF;
    float: left;
    height: 45px;
    line-height: 45px;
    color: #888;
    margin-top: 0;
    border: 1px solid #f4f4f4;
}
.coupon-shipping .coupon .apply-coupon {
    float: right;
    background: none;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 10px;
    height: 45px;
    line-height: 44px;
    padding: 0 20px;
    color: #555;
    display: block;
    border: 1px solid #eee;
    width: auto;
}

/* Checkout */
.checkout > h2, .payment > h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    color: #666;
    font-size: 19px;
	font-weight: 400;
}
.checkout .place-order {
	border: none;
    height: 50px;
    line-height: 49px;
    color: #ffffff;
    background: #222222;
    font-size: 13px;
	font-weight: 400;
	display: inline-block;
	padding: 0 25px 0 30px;
	opacity: .9;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
    position: relative;
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.checkout .place-order:hover {
	opacity: 1;
}
.payment-product-list .product-item {
    position: relative;
    margin-bottom: 20px;
	color: #27394A;
}
.payment-product-list .product-item .product-img {
    width: 90px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.payment-product-list .product-item .product-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    color: white;
    background-color: #242626;
}
.payment-product-list .product-item .product-body {
    display: inline-block;
}
.payment-product-list .product-item .product-body .product-name {
    color: #898989;
    font-weight: 400;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-name a {
    color: #898989;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-price {
    color: #242626;
    display: inline-block;
}
.payment-product-list .product-item .product-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payment-product-list .product-item .product-button > a {
    display: block;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    opacity: 1;
}
.payment-product-list .product-item .product-button > a:hover, 
.payment-product-list .product-item .product-button > a:focus {
    color: #2d8899;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.payment-method {
    background: #fafafa;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
    display: block;
	clear: both;
    border-radius: 0;
    margin-top: 10px;
    width: 100%;
}

/* 4. RESPONSIVE
/* --------------------------------------------------------------------- */

@media (max-width: 1366px) and (min-width: 768px) {
	.hidden-tablet {
    	display: none;
	}
}
@media (max-width: 768px) {
	.text-center-sm {
		text-align: center;
	}
	.dp-table {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.header {
		position: static;
		width: 100%;
		padding: 0;
	}
	.header > .container {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.header > .container-fluid > .row > .col-sm-12 {
		padding: 0;
	}
	.header .mobile-cart,
	.header .mobile-icon {
		display: block;
	}
	#logo,
	#logo2,
	.header-4 #logo,
	.header-5 #logo,
	.header .main-menu.pull-left + #logo,
	.header .main-menu.pull-left + #logo2 {
		width: 100%;
		margin-top: 0;
		height: 60px;
		line-height: 60px;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		text-align: left;
	}
	#logo img, #logo2 img {
		max-width: 140px;
	}
	.header-buttons, 
	.menu-toggle,
	#logo img.logo,
	#logo2 img.logo,
	.header-top-info,
	.header-top-social-icons,
	.header-5 .top,
	.sidebar-menu-button {
		display: none;
	}
	.header-5 #logo img {
		margin-top: 0px;
	}
	#logo .logo-scroll,
	#logo2 .logo-scroll {
		display: inline-block;
	}
	.header .main-menu {
		text-align: left;
		width: 100%;
		display: none;
		background-color: #121212;
		position: static;
		-webkit-transform: translateY(0%);
    	transform: translateY(0%);
	}
	.header .main-menu-desktop {
		display: none !important;
	}
	.header .main-menu > .menu {
		width: 100%;
	}
	.header .main-menu > .menu > li {
		margin-left: 0px;
		margin-right: 0px;
		display: block;
		width: 100%;
	}
	.main-menu > .menu > li:hover > a:before, 
	.main-menu > .menu > li.active > a:before {
		display: none;
	}
	.main-menu > .menu > li a,
	.main-menu > .menu > li > a:hover, 
	.main-menu > .menu > li.active > a {
		color: #e1e1e1;
	}
	.main-menu > .menu > li a {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		border-bottom: 1px solid #1f1f1f;
		height: 45px;
    	line-height: 45px;
		position: relative;
		text-align: left;
	}
	.header-5 .main-menu ul li a {
		text-align: left;
	}
	.main-menu > .menu > li > a {
		padding-left: 20px;
	}
	.main-menu > .menu li.children > a:after,
	.main-menu > .menu li.children > h3:after {
		content: "\f054";
		font: normal normal normal 15px/1 FontAwesome;
		font-size: inherit;
		position: absolute;
		right: 32px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #e1e1e1;
		z-index: 999;
		-moz-transition: all .3s ease-in;
		-webkit-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	.main-menu > .menu li.children > a.open:after,
	.main-menu > .menu li.children > h3.open:after {
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
		-moz-transition: all .3s ease-in;
		-webkit-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	.main-menu > ul > li ul li {
		height: auto;
		line-height: initial;
		padding: 0;
	}
	.main-menu > .menu > li ul.mega-menu {
		display: block;
		width: 100%;
		padding: 0;
	}
	.main-menu > ul > li ul.mega-menu > li {
		width: 100%;
		padding: 0;
		display: block;
	}
	.main-menu > ul > li ul.mega-menu > li h3 {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		height: 45px;
    	line-height: 45px;
		position: relative;
		margin: 0;
		letter-spacing: 0;
		color: #e1e1e1;
		padding-left: 30px;
		border-bottom: 1px solid #1f1f1f;
	}
	.main-menu > ul > li ul.mega-menu > li > ul li {
		height: auto;
		line-height: initial;
		display: block;
		width: 100%;
	}
	.main-menu > ul > li ul.mega-menu > li > ul li a {
		padding-left: 40px;
		color: #e1e1e1;
		font-weight: normal;
	}
	.main-menu > ul > li ul.sub-menu > li a {
		color: #e1e1e1;
	}
	.main-menu > ul > li ul.sub-menu > li > a {
		padding-left: 30px;
	}
	.main-menu > .menu > li > ul.sub-menu > li ul {
		margin-left: 0;
	}
	.main-menu > ul > li ul.sub-menu > li ul li > a {
		padding-left: 40px;
	}
	.main-menu > .menu li ul,
	.main-menu > .menu > li ul.sub-menu,
	.main-menu > .menu > li ul.sub-menu ul,
	.main-menu > .menu > li ul.mega-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		display: none;
		overflow: hidden;
	}
	.main-menu > ul > li ul.mega-menu > li > ul {
		display: none;
		overflow: hidden;
	}
	.header-5 .main-menu > .menu > li ul.sub-menu {
		position: static;
		width: 100%;
		padding: 0;
	}
	.footer .widget {
		margin-bottom: 30px;
		float: left;
		clear: both;
    	width: 100%;
	}
	.footer-menu, .footer-icons {
		text-align: center;
	}
	.footer-menu li:before {
		margin-left: 7px;
		margin-right: 7px;
	}
	.footer-menu li:first-child:before {
		margin-left: 0;
		margin-right: 0;
	}
	.masonry-item.col-5 {
		max-width: 50%;
	}
	.sidebar {
		clear: both;
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.single-product .images .thumbnails,
	.single-product .images .widget-area-social {
		position: static;
	}
}
@media (max-width: 480px) {
	.fullscreen-logo #logo {
		text-align: center;
	}
	.full-screen-menu > .menu li {
		font-size: 15px;
		height: 40px;
    	line-height: 40px;
	}
	.fullscreen-bottom-info {
		text-align: center;
    	padding-left: 0;
    	padding-right: 0;
	}
	.fullscreen-bottom-info .widget-area-social .widget-area-social-links {
		text-align: center;
	}
	.fullscreen-bottom-info .widget-area-social .widget-area-social-links .link.big {
		width: 25px;
    	height: 25px;
    	font-size: 15px;
    	line-height: 25px;
	}
	.full-screen-menu {
		height: 500px;
		overflow-y: auto;
	}
	.full-screen-menu ul li ul {
		-webkit-transform: translateX(300%);
    	transform: translateX(300%);
	}
	#backtotop {
		display: none;
	}
	.masonry-item.col-5 {
		max-width: 100%;
	}
	.iconbox {
		display: table;
	}
	.iconbox.border-bottom,
	.iconbox.border-right {
		border: none;
	}
	.iconbox-inner {
		display: table-cell;
		vertical-align: middle;
	}
	.countdown-bar > .countdown-item {
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.single-product .images img {
		max-width: 100%;
	}
	.single-product .images .catalog {
		margin-left: 0;
		-webkit-transform: translateX(0%);
    	 transform: translateX(0%); 
	}
	.slick-dots {
		display: none !important;
	}
	.single-product .summary {
		clear: both;
	}
	.cart-totals .proceed-to-checkout a {
		font-size: 10px;
	}
	.progress-wraper .block-progressbar {
		overflow: hidden;
	}
}

/* Spinner */
.noo-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.985);
    z-index: 999999;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 -20px;
}
.page-framed .spinner {
	margin-left: -50px;
}
@media (max-width: 414px) {
	.page-framed .spinner {
		margin-left: -20px;
	}
	.spinner {
		left: 45%;
	}
}
.page-presentation .spinner {
	margin-left: -50px;
	margin-top: -50px;
}
.spinner .child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
            animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }