@charset "utf-8";

/**
 Table of Contents:

1. DEFAULT CLASSES
2. ELEMENTS
  2.1.  HEADER
  2.2.  MENUS
  2.3.  SECTION
  2.4.  BLOG
  2.5.  GALLERY
  2.6.  FOOTER
  2.7.  ICONBOX
  2.8.  POPUP VIDEO
  2.9.  BLOCKQUOTE
  2.10. PROGRESS BARS
  2.11. PORTFOLIO
  2.12. TESTIMONIAL
  2.13. CLIENT
  2.14. HOTSPOT
  2.15. NEWSLETTER
  2.16. BUTTONS
  2.17. ACCORDION
  2.18. COUNTER
  2.19. FORM
  2.20. PRICING
  2.21. GOOGLE MAP
  2.22. TEAM MEMBER
  2.23. PIE CHARTS
  2.24. CARDS
  2.25. COUNTDOWN
  2.26. SIDEBAR
  2.27. INFO
  2.28. BREADCRUMB
  2.29. MAINTENANCE
  2.30. TYPED TEXT
  2.31. TIMELINE
  2.32. TABS
  2.33. MOBILE MENU
  3.34. PRELOADER
3. COMMERCE
4. RESPONSIVE
5. ANIMATION & PRELOADER

*
* -----------------------------------------------------------------------------
*/


/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
*, :active, :focus, :hover {
	outline: 0!important;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.71;
	color: #7e7e7e;
	font-size: 16px;
	overflow-x: hidden;
}
ul, ol {
	list-style: none;
	line-height: 30px;
}
li{
	font-size: 16px;
}
a {
	color: #454545;
	text-decoration: none;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
a:hover {
	text-decoration: none;
	color: #e74c3c;
}
a:focus {
	text-decoration: none;
}
b, strong {
	font-weight: 900;
}
p {
	margin-bottom: 8px;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	border: none;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	color: #454545;
    font-family: 'Montserrat', sans-serif;
}
button, input, select, textarea {
	font-size: 16px;
	line-height: 1.5;
	font-family: Roboto;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
	width: 100%;
	outline: none;
	border: 1px solid #efefef;
	border-radius: 5px;
	color: #878c9b;
	background: #f8f8f8;
	padding: 3px 20px;
	height: 48px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
button, input[type=button], input[type=reset], input[type=submit] {
	padding: 0 36px;
	height: 48px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
select, textarea, input {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 15px;
	max-width: 100%;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #888;
	font-weight: normal;
}
textarea:focus, input:focus {
	box-shadow: none !important;
}
input[type=checkbox], input[type=radio] {
	width: auto;
}
input[type=email], input[type=text] {
    width: 100%;
}
input[type=checkbox] {
    position: relative;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
textarea {
    width: 100%;
    outline: none;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #878c9b;
    background: #f8f8f8;
    display: block;
    padding: 12px 20px 3px;
    max-width: 100%;
	font-size: 1rem;
}
select {
    padding: 3px 20px;
    height: 48px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #878c9b;
    background: #f8f8f8 url(../images/download.png) no-repeat calc(100% - 10px) 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
	font-size: 16px;
}
.img-on-top {
	position: relative;
	z-index: 10;
}
hr.gray {
	border-color: #444444;
}
hr.dashed {
	border-top-style: dashed;
	border-top-width: 2px;
}
hr.dotted {
	border-top-style: dotted;
	border-top-width: 2px;
}
.required {
	color: red;
	font-weight: 700;
	border: 0;
}
.fullwidth {
	width: 100%;
}
.uppercase {
	text-transform: uppercase;
}
#backtotop {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background-color: #e74c3c;
	color: #fff;
}
#backtotop.on {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}
#backtotop:hover {
	opacity: .8;
}
.site {
	position: relative;
}
[class*=hint--] {
	position: relative;
	display: inline-block;
}
[class*=hint--]:after, [class*=hint--]:before {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
[class*=hint--]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 7px solid transparent;
	z-index: 1000001;
}
[class*=hint--]:after {
	background: #000;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 16px;
	white-space: nowrap;
	border-radius: 5px;
}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
	border-bottom-color: #000;
}
.hint--bottom:before {
	margin-top: -13px;
}
.hint--bottom:after, .hint--bottom:before {
	top: 100%;
	left: 50%;
}
.hint--bottom:before {
	left: calc(50% - 7px);
}
.hint--bounce:after, .hint--bounce:before {
	-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
}
.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
[class*=hint--]:after {
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
	border-top-color: #000
}
.hint--top:before {
	margin-bottom: -13px
}
.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%
}
.hint--top:before {
	left: calc(50% - 7px)
}
.hint--top:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}
.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-ms-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}
.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
	border-left-color: #000;
}
.hint--left:after {
    margin-bottom: -16px;
}
.hint--left:after, .hint--left:before {
    right: 100%;
    bottom: 50%;
}
.hint--left:hover:after, .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.top-bar {
	z-index: 99999;
	border-bottom: 1px solid transparent;
	background-color: #222;
	color: #ababab;
	line-height: 1.71;
	font-size: 14px;
	min-height: 50px;
}
.top-bar-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 55px;
}
.top-bar-wrap.top-bar-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-bar-wrap.top-bar-right .top-bar-social-networks {
	width: 100%;
}
.top-bar ul {
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.top-bar-info .info-item {
	display: inline-block;
	line-height: 1;
	margin-right: 15px;
}
.top-bar a {
	display: block;
	font-weight: normal;
	line-height: 1.71;
	font-size: 14px;
	color: #fff;
}
.top-bar a:hover, 
.top-bar a:focus {
	color: #e74c3c;
}
.top-bar-info .info-icon {
	font-size: 18px;
	margin-right: 6px;
	vertical-align: middle;
}
.top-bar .info-text {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.top-bar-social-networks a {
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}
.top-bar-social-networks a:hover, 
.top-bar-social-networks a:focus {
	color: #e74c3c;
}
.top-bar-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #6db8f5;
    color: #fff;
	font-weight: 400;
    font-style: italic;
    line-height: 1.71;
    font-size: 14px;
}
.top-bar-2 .top-bar-wrap {
    line-height: 50px;
}
.top-bar-2 .top-bar-info {
    margin-bottom: 0;
}
.top-bar-2 .top-bar-button {
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 21px;
    letter-spacing: 1px;
    color: #fff;
	background-color: #e74c3c;
    line-height: 1.18;
    margin-left: 25px;
}
.top-bar-2 .top-bar-button:hover {
    background-color: #38cb89;
}
.branding__logo a {
	display: inline-block;
	float: left;
}
.branding__logo img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.heading {
	font-size: 48px;
	color: #454545;
}
.heading a {
	position: relative;
}
.heading a:before {
	content: "";
	height: 1px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.heading a:hover:before {
	width: 100%;
}
.heading.right-separator {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.heading.right-separator:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 100%;
    width: 60px;
    height: 1px;
    background: #ababab;
}
.tagcloud {
	margin: -5px;
}
.tagcloud a {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
	background: #e74c3c;
	padding: 9px 14px;
	margin: 5px;
	color: #ffffff !important;
}
.popup-search-wrap {
	text-align: center;
	font-size: 18px;
}
.btn-open-popup-search {
	display: block;
	line-height: 0;
	color: #ababab;
}
#search-hider {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: fixed;
	top: -1200px;
	left: 0px;
	-moz-transition-property: opacity,top;
	-o-transition-property: opacity,top;
	-webkit-transition-property: opacity,top;
	transition-property: opacity,top;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	-o-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	-webkit-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
}
.show-search #search-hider {
	background-color: rgba(17, 17, 17 ,0.95);
	visibility: visible;
	z-index: 10;
	top: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}
.search-form-top {
	position: fixed;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 9999999;
	text-align: center;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
}
.search-form-top .search-form-top-inner {
	width: 100%;
	padding: 54px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.search-form-top input {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	text-align: center;
	background: transparent;
	font-size: 4em;
	border-width: 0px;
	color: #e74c3c;
	height: 90px;
	border-bottom: 5px solid #e74c3c;
	padding-bottom: 15px;
}
.search-close {
	float: right;
	position: absolute;
	right: 20px;
	height: 36px;
	width: 28px;
	margin-top: -40px;
	cursor: pointer;
	-moz-transition-property: top;
	-o-transition-property: top;
	-webkit-transition-property: top;
	transition-property: top;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	top: 60px;
}
.search-close .line {
	width: 28px;
	height: 4px;
	position: absolute;
	left: 0px;
	-moz-transition-property: top,-moz-transform,background-color,left,opacity,right;
	-o-transition-property: top,-o-transform,background-color,left,opacity,right;
	-webkit-transition-property: top,-webkit-transform,background-color,left,opacity,right;
	transition-property: top,transform,background-color,left,opacity,right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #fff;
}
.search-close .line:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(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%;
	height: 4px;
	transition-property: transform;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	background-color: #fff;
}
.search-close .line-1 {
	top: 16px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-close .line-2 {
	top: 16px;
}
.search-close .line-2 {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.show-search .search-form-top {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
}
.show-search .search-form-top input {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.search-form-top input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #e74c3c;
	opacity: 1; /* Firefox */
}
.search-form-top input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #e74c3c;
}
.search-form-top input::-ms-input-placeholder { /* Microsoft Edge */
	color: #e74c3c;
}
.support-search-form {
    position: relative;
}
.support-search-form .search-field {
    padding: 3px 160px 3px 20px;
    background: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.support-search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.25px;
	background-color: #e74c3c;
    color: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.support-search-form .search-submit:hover {
    color: #fff;
	background-color: #38cb89;
}
.section-link > .separator-wrap {
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
	position: relative;
    z-index: 2;
}
.section-link .dot {
    border-radius: 50%;
    box-shadow: 0 0 12px #def0ff;
    background: #fff;
    -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    width: 14px;
    height: 14px;
}
.section-link .second-circle {
    margin-top: 18px;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
.section-link .third-circle {
    margin-top: 14px;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.wavify-wrapper {
    top: 0
}
.wavify-wrapper, .wavify-wrapper .wavify-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.wavify-wrapper svg {
    height: 600px;
}
.app-presentation-banner-image {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 120%;
}
.navi-carousel .owl-controls .owl-buttons .owl-prev,
.navi-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
  	top: 50%;
	transform: translate(0, -50%);
	background: none;
	font-size: 40px;
}
.navi-carousel .owl-prev {
	left: 0%;
}
.navi-carousel .owl-next {
	right: 0%;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.iphone-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    width: 320px;
	margin-top: 93px;
    margin-left: 1px;
}
.page-open-main-menu {
    display: none;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-desktop .page-open-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.page-open-main-menu div {
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
}
.page-open-main-menu i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: currentColor;
    color: #fff;
}
.page-open-main-menu i:after, .page-open-main-menu i:before {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    background: inherit;
    content: '';
    -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
    transition: width .3s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.page-open-main-menu i:before {
    top: -8px;
}
.page-open-main-menu i:after {
    top: 8px;
}
.page-open-main-menu:hover i:after, 
.page-open-main-menu:hover i:before {
    width: 70%;
}
.image-creative-studio-video {
	margin-top: -120px;
	margin-bottom: -50px;
	margin-left: -500px;
}
.seo-box {
    position: relative;
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 14px 29px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 14px 29px rgba(0,0,0,0.06);
    box-shadow: 0 14px 29px rgba(0,0,0,0.06);
    background-color: #fff;
	margin: -200px 0 0 0;
	padding: 85px 0 50px;
}
.support-category-wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.support-category-wrap .category-label {
    display: inline-block;
    color: #fff;
    margin-right: 34px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.support-category-wrap .category-list {
    display: inline-block;
}
.support-category-wrap .category-list a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    background: hsla(0,0%,49%,.3);
    border-radius: 3px;
    padding: 5px 15px;
    margin-right: 11px;
    margin-bottom: 12px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.support-category-wrap .category-list a:hover {
    background-color: #e74c3c;
}
.conference-heading {
	line-height: 1.166;
    font-weight: 900;
    text-decoration: underline;
    color: rgba(255,255,255,0.6);
	font-size: 120px;
}
.tm-table {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 45px rgba(0,0,0,.09);
    overflow-x: auto;
}
.tm-table table {
    margin: 0;
    border-collapse: separate;
	width: 100%;
}
.tm-table h3.title {
    font-size: 24px;
    font-weight: 700;
    padding: 34px 10px 14px;
	color: #454545;
}
.tm-table tr:nth-child(odd) {
    background: #f7fbfe;
}
.tm-table th {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ababab;
    background: #fff;
}
.tm-table td, .tm-table th {
    text-align: left;
    border: 0;
    padding: 19px 10px 18px;
}
.tm-table td:first-child, .tm-table th:first-child {
    padding-left: 50px;
}
.tm-table td:last-child, .tm-table th:last-child {
    padding-right: 50px;
}
.tm-table table tr:first-child td {
    background: none;
}
.widget+.widget {
    margin: 40px 0 0;
}
.widget_text {
    font-size: 16px;
}
.widget_categories li {
    display: block;
	margin: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
    list-style-type: none;
}
.widget_categories a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .21em;
	color: #ababab;
}
.widget_categories a:hover {
	color: #e74c3c;
}
.widget_categories .count {
    float: right;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
    padding: 5px 11px;
    letter-spacing: 0;
	background-color: #38cb89;
}
.widget-title {
    margin-bottom: 27px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
}
.posts-widget .post-item {
	display: block;
}
.posts-widget .post-item + .post-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f3f3f3;
}
.posts-widget .post-item .post-widget-categories {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.posts-widget .post-item .post-widget-categories a {
    color: #ababab;
}
.posts-widget .post-item .post-widget-categories a:hover {
    color: #e74c3c;
}
.posts-widget .post-item .post-widget-title {
    font-size: 18px;
    line-height: 1.55;
}
.widget .subscribe-form {
	position: relative;
}
.widget .subscribe-form input[type=email] {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    padding: 3px 40px 3px 20px;
}
.widget .subscribe-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    font-size: 0;
    height: 48px;
    width: 48px;
    padding: 0;
}
.widget .subscribe-form button[type=submit]:before {
    font-family: Ionicons;
    content: "\f474";
    font-size: 24px;
	color: #e74c3c;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.social-networks .item {
    display: inline-block;
}
.social-networks .link {
    padding: 5px 8px;
}
.page-pagination {
    margin-top: 30px;
    padding: 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
	width: 100%;
}
.page-pagination li {
    display: inline-block;
    padding: 5px;
    list-style-type: none;
}
.page-pagination li a, .page-pagination li span {
    padding: 0 6px;
    display: block;
    text-align: center;
    line-height: 38px;
}
.page-pagination li span {
    padding: 0 6px;
    display: block;
    text-align: center;
    line-height: 38px;
	color: #e74c3c;
}
.comments-area {
    margin-top: 62px;
}
.comments-title {
    margin-bottom: 32px;
	font-size: 24px;
    line-height: 1.6;
}
.comment-count {
    color: #e74c3c;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list > .comment {
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
}
.comment-list .comment {
    margin-bottom: 35px;
    list-style-type: none;
}
.comment-list .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment-list .comment-author {
    float: left;
}
.comment-list .comment-author img {
    border-radius: 50%;
}
.comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
    font-size: 16px;
}
.comment-list .comment-header {
    margin-bottom: 13px;
}
.comment-list .comment-header h6 {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.comment-list .comment-datetime {
    position: relative;
    top: -1px;
    padding-left: 20px;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    line-height: 1;
	color: #ababab;
}
.comment-list .comment-actions {
    margin-top: 18px;
}
.comment-list .comment-actions a {
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
	color: #ababab;
}
.comment-list .comment-actions a:hover {
    color: #e74c3c;
}
.comment-list .children {
    margin-top: 48px;
    margin-left: 82px;
    border-left: 3px solid #ededed;
    padding-left: 16px;
}
.comment-form-wrap {
    margin-top: 67px;
}
.comment-reply-title, .comments-title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.6;
}
.comment-form-wrapper {
    margin: 0 -15px;
}
.comment-form-wrapper .left-form, 
.comment-form-wrapper .right-form {
    float: left;
    padding: 0 15px;
}
.comment-form-wrapper .left-form {
    width: 300px;
}
.comment-form-wrapper .right-form {
    width: calc(100% - 300px);
}
.comment-form textarea {
    height: 164px;
}
.comment-form .form-submit {
    float: left;
	width: 100%;
	margin-top: 20px;
}
.row-xs-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* --------------------------------------------------------------------- */
/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. HEADER === */
.header {
	position: relative;
	z-index: 4;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-1 {
	padding: 28px 0;
}
.header-1 .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-1 .header-left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-1 .header-left .branding {
	width: 100%;
	display: block;
	float: left;
}
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-1 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-right > div {
	padding: 0 12px;
}
.header .popup-search-wrap .search-form .search-field {
    padding-right: 50px;
    border-color: #f8f8f8;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
	font-family: Roboto;
	font-size: 16px;
}
.header .popup-search-wrap .search-form .search-field:focus {
    background: none;
}
.header .popup-search-wrap .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 17px;
    background: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
	color: #454545;
}
.header .popup-search-wrap .search-form .search-btn-text {
    display: none;
}
.header-1 .heading {
	font-size: 24px;
	margin-bottom: 14px;
	margin-top: 10px;
}
.header-1 .heading mark {
	font-weight: 700;
	color: #38cb89;
	background: none;
}
.header-1 .form-wrapper {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
}
.header-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-2 .header-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-2 .branding, .header-2 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-2 .branding__logo img {
	width: 200px;
	display: block;
}
.header-2 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-2 .menu--primary {
	position: static;
	text-align: right;
}
.header-2 .menu--primary > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
}
.header-2 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	justify-self: flex-end;
}
.headroom.header-2.headroom--not-top {
    position: fixed;
   padding-top: 15px;
   padding-bottom: 15px;
}
.header-3 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	background: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-3 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .branding__logo img {
    width: 153px;
    display: block;
}
.header-3 .branding, .header-3 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-3 .page-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-3 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-3 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-3 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
	color: #222;
}
.header-3 .container-fluid .col-lg-12 {
	padding-left: 150px;
	padding-right: 150px;
}
.header-4 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	background: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-4 .header-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-4 .branding, .header-4 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-4 .branding__logo img {
	width: 153px;
	display: block;
}
.header-4 .page-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-4 .menu--primary {
	position: static;
	text-align: right;
}
.header-4 .menu--primary > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
}
.header-4 .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	justify-self: flex-end;
}
.header-5 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	background: none;
	padding-top: 50px;
	padding-bottom: 50px;
}
.header-5 .header-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.header-5 .branding__logo img {
    width: 153px;
    display: block;
}
.header-5 .branding {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
}
.header-5 .header-right {
    position: absolute;
    top: 50%;
	right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-5 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-5 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
	color: #222;
}
.header-6 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	background: none;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
}
.header-6 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .branding__logo img {
    width: 153px;
    display: block;
}
.header-6 .branding, .header-3 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-6 .page-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-6 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-6 .mini-cart .mini-cart-icon {
    color: #cee9ff;
}
.header-6 .header-right .mini-cart .mini-cart-icon:after {
    background-color: #fff;
	color: #222;
}
.header-7 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
	background: none;
}
.header-7 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-7 .branding {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-7 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	justify-self: flex-end;
}
.header-7 .popup-search-wrap .btn-open-popup-search {
    color: #fff;
}
.header-7.headroom--not-top .branding__logo img {
    padding-top: 10px;
}
.header-7.headroom--not-top .popup-search-wrap .btn-open-popup-search,
.header-7.headroom--not-top .page-open-main-menu i {
    color: #454545;
}
.header-7 .popup-search-wrap {
	margin-top: -10px;
}
.header-8 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0;
}
.header-8 .branding {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 0;
}
.header-8 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	justify-self: flex-end;
}
.header-8 .branding__logo img {
    width: 153px;
    display: block;
}
.header-8 .popup-search-wrap {
    position: relative;
}
.header-9 {
    border-bottom-color: rgba( 255, 255, 255, 0 );
    background: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-box-shadow: 0 10px 20px rgba( 0, 0, 0, 0.03 );
    -moz-box-shadow: 0 10px 20px rgba( 0, 0, 0, 0.03 );
    box-shadow: 0 10px 20px rgba( 0, 0, 0, 0.03 );
	padding-top: 15px;
    padding-bottom: 15px;
}
.header-9 .branding__logo img {
    width: 153px;
    display: block;
}
.header-9 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-9 .branding {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-9 .page-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-9 .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-self: flex-end;
}
.header-9 .popup-search-wrap {
    position: relative;
	margin-top: 10px;
}
.header-9 .mini-cart .mini-cart-icon {
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 18px;
}
.header-9 .mini-cart .mini-cart-icon:before {
    left: 17px;
}
.header-10 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	background: #fff;
}
.header-10 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-11 {
    border-bottom: 1px solid #ededed;
}
.header-11 .header-wrap {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-11 .branding {
    display: table;
    width: 340px;
    height: 100%;
    background: #53abf3;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-11 .branding__logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    font-size: 0;
}
.header-11 .branding__logo a {
    float: none;
}
.header-11 .branding__logo img {
    margin: 0 auto;
	padding-top: 33px;
    padding-bottom: 32px;
}
.header-11 .popup-search-wrap {
    padding-top: 26px;
    padding-bottom: 26px;
	position: relative;
	width: 100%;
	text-align: right;
}
.header-11 .popup-search-wrap .search-form .search-field {
    margin-bottom: 0;
	background: none;
	border: none;
	margin-left: 25px;
}
.header-11 .popup-search-wrap .search-form .search-submit {
    position: absolute;
    top: 25px;
    right: auto;
	left: 0;
	color: #ababab;
}
.header-11 .page-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-11.header-desktop .menu--primary {
    text-align: center;
}
.header-11 .top-bar-social-networks a {
    color: #ababab;
}
.header-11 .top-bar-social-networks a:hover, 
.header-11 .top-bar-social-networks a:focus {
    color: #e74c3c;
}
.header-11 .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-11 .header-right {
    justify-self: flex-end;
	background-color: #fff;
}
.header-11 .page-open-mobile-menu {
    margin-right: 15px;
}
.header-12 {
	position: relative;
	z-index: 4;
    border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-12 .header-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-12 .branding {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.header-12 .header-right, 
.header-12 .page-navigation {
    width: 50%;
}
.header-12 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-12 .popup-search-wrap {
    position: relative;
	margin-top: 10px;
}
.header-12 .mini-cart .mini-cart-icon {
    width: 48px;
    height: 48px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 18px;
}
.header-12 .mini-cart .mini-cart-icon:before {
    left: 17px;
}
.headroom.headroom--not-top {
    padding-top: 0px;
    padding-bottom: 0px;
    background: rgba( 255, 255, 255, 1 );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-11.headroom.headroom--not-top {
    height: 100px;
}
.header-sticky .branding__logo .sticky-logo {
	display: none;
}
.header-sticky.headroom--not-top .branding__logo .sticky-logo {
	display: inline;
}
.header-sticky.headroom--not-top .branding__logo .main-logo {
	display: none;
}
.header-sticky.headroom--not-top .mini-cart .mini-cart-icon {
	color: #454545;
}
.header-sticky.headroom--not-top .mini-cart .mini-cart-icon:hover {
	color: #e74c3c;
}
.header-sticky.headroom--not-top .header-right .mini-cart .mini-cart-icon:after {
    background-color: #e74c3c;
	color: #fff;
}
.header-5.headroom.headroom--not-top {
    padding-top: 35px;
	padding-bottom: 35px;
}
.header-info {
    width: 840px;
}
.header-info .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
}
.header-info .info-icon {
    width: 46px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 40px;
    line-height: 1.5;
	color: #e74c3c;
}
.header-info .info-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 6px;
}
.header-info .info-sub-title {
    color: #ababab;
}
.header-info .owl-item:first-child~.owl-item .info-item {
    border-left: 1px solid #ededed;
}
.header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
}
.page-open-mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	cursor: pointer;
}
.page-open-mobile-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
	margin-top: 6px;
}
.page-open-mobile-menu i {
	color: #ababab;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: currentColor;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-open-mobile-menu i::after, 
.page-open-mobile-menu i::before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: " ";
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
}
.page-open-mobile-menu i:before {
	top: -8px;
}
.page-open-mobile-menu i:after {
	top: 8px;
}

/* === 2.2. MENUS === */
.header-desktop .menu--primary .menu-title {
	margin: 0 0 12px 30px;
	text-transform: uppercase;
	letter-spacing: 1.62px;
	font-weight: 700;
	font-size: 13px;
}
.header-desktop .menu--primary {
	position: static;
	text-align: left;
}
.header-desktop .menu--primary > ul {
	position: static;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -13px;
	margin-right: 20px;
}
.header-desktop .menu--primary > ul > li {
	display: inline-block;
	margin: 0;
}
.header-desktop .menu--primary > ul > li.mega-menu {
	position: static;
}
.header-desktop .menu--primary a {
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	color: #454545;
	white-space: nowrap;
}
.header-desktop .menu--primary > ul > li > a {
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 14px;
	padding-right: 14px;
}
.header-desktop .menu--primary > ul > li > a:hover {
	color: #e74c3c;
}
.header-desktop .menu--primary .sub-menu {
	padding: 25px 0;
	min-width: 270px;
	box-shadow: 0 0 37px rgba(0,0,0,.07);
	border-bottom: 2px solid #e74c3c;
	position: absolute;
	background-color: #fff;
	top: 110%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	text-align: left;
}
.header-desktop .menu--primary li.menu-item-has-children:hover > .sub-menu {
	top: 100%;
	visibility: visible;
	z-index: 2;
	opacity: 1;
}
.header-desktop .menu--primary .mega-menu .sub-menu {
	padding-top: 34px;
	padding-bottom: 23px;
	right: 0;
	margin-left: 0;
	max-width: none;
	width: auto;
	left: 0px;
	box-shadow: 0 10px 37px rgba(0,0,0,.07);
}
.header-desktop .menu--primary .mega-menu .sub-menu ul.menu {
	position: static;
	display: block;
	width: auto;
	border: 0;
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.header-desktop .menu--primary .mega-menu .row > div + div {
	border-left: 1px solid #eee;
}
.header-desktop .menu--primary .sub-menu a {
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	color: #ababab;
	padding: 11px 30px;
	display: block;
	width: 100%;
	position: relative;
}
.header-desktop .menu--primary .sub-menu a:hover {
	color: #e74c3c;
}
.header-desktop .menu--primary .sub-menu .sub-menu {
	left: 0px;
	margin-left: 270px;
	margin-top: -40px;
	max-width: 20em;
}
.header-desktop .menu--primary > ul > .expand-right > .sub-menu {
	right: 0px;
	left: auto;
}
.header-desktop .menu--primary > ul .sub-menu .expand-right > .sub-menu {
	right: 270px;
	left: auto;
}
.header-desktop .menu--primary .sub-menu > li.menu-item-has-children {
	position: relative;
}
.menu-item-image_hover {
	position: absolute;
	top: -10px;
	right: -100px;
	z-index: 1;
	display: block;
	visibility: hidden;
	max-width: 100%;
	width: 150px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.header-desktop .menu--primary .sub-menu .menu li:hover > a > .menu-item-image_hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header-desktop .sub-arrow {
	font-size: 0;
	float: left;
}
.header-desktop .menu--primary a .sub-arrow:before {
	position: absolute;
	top: 50%;
	right: 2px;
	content: '\f107';
	font-size: 16px;
	font-weight: 700;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-desktop .menu--primary .sub-menu .menu-item-has-children .sub-arrow:before {
	content: '\f105';
	right: 30px;
}
.header-desktop .menu--primary > ul > li > a .sub-arrow:before {
	display: none;
}
.header-2 .menu--primary {
	text-align: right;
}
.headroom--not-top .menu--primary > ul > li > a {
    color: #454545;
}
.header-3 .menu--primary,
.header-5 .menu--primary,
.header-6 .menu--primary {
    text-align: right;
}
.header-3 .menu--primary > ul > li > a,
.header-3 .btn-open-popup-search,
.header-5 .menu--primary > ul > li > a,
.header-5 .btn-open-popup-search,
.header-6 .menu--primary > ul > li > a,
.header-6 .btn-open-popup-search {
    color: #cee9ff;
}
.header-3 .menu--primary > ul > li > a:hover,
.header-3 .btn-open-popup-search:hover,
.header-5 .menu--primary > ul > li > a:hover,
.header-5 .btn-open-popup-search:hover,
.header-6 .menu--primary > ul > li > a:hover,
.header-6 .btn-open-popup-search:hover {
    color: #fff;
}
.header-3 .button.style-outline,
.header-5 .button.style-outline,
.header-6 .button.style-outline {
    background: rgba(0,0,0,.08);
    border-color: transparent;
    color: #fff;
}
.header-3 .button.style-outline:hover,
.header-5 .button.style-outline:hover,
.header-6 .button.style-outline:hover {
    background: rgba(0,0,0,.2);
}
.header-3.headroom--not-top .menu--primary > ul > li > a, 
.header-3.headroom--not-top .btn-open-popup-search,
.header-5.headroom--not-top .menu--primary > ul > li > a, 
.header-5.headroom--not-top .btn-open-popup-search,
.header-6.headroom--not-top .menu--primary > ul > li > a, 
.header-6.headroom--not-top .btn-open-popup-search {
	color: #454545;
}
.header-3.headroom--not-top .menu--primary > ul > li > a:hover, 
.header-3.headroom--not-top .btn-open-popup-search:hover,
.header-5.headroom--not-top .menu--primary > ul > li > a:hover, 
.header-5.headroom--not-top .btn-open-popup-search:hover,
.header-6.headroom--not-top .menu--primary > ul > li > a:hover, 
.header-6.headroom--not-top .btn-open-popup-search:hover {
	color: #e74c3c;
}
.header-3.headroom--not-top .button.style-outline,
.header-5.headroom--not-top .button.style-outline,
.header-6.headroom--not-top .button.style-outline {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}
.header-3.headroom--not-top .button.style-outline:hover,
.header-5.headroom--not-top .button.style-outline:hover,
.header-6.headroom--not-top .button.style-outline:hover {
    background: none;
	color: #e74c3c;
}
.header-4 .menu--primary {
	text-align: right;
}
.header-8.header-desktop .menu--primary {
    position: static;
}
.header-8.header-desktop .menu--primary > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	margin: 0;
}
.header-8.header-desktop .menu--primary > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
	padding: 25px 14px;
	background-color: #555;
}
.header-8.header-desktop .menu--primary > ul > li~li {
    border-left: 1px solid hsla(0,0%,100%,.2);
}
.header-8.header-desktop .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.09375em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba( 255, 255, 255, 0.6 );
}
.header-8.header-desktop .menu--primary > ul > li > a .toggle-sub-menu {
    position: relative;
    margin-left: 20px;
}
.header-9.header-desktop .menu--primary > ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 20px;
}
.header-9 .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 14px;
    color: #ababab;
}
.header-11 .menu--primary > ul {
    line-height: 100px;
}
.header-11 .menu--primary > ul > li > a,
.header-12 .menu--primary > ul > li > a {
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 14px;
}
.onepage-menu .onepage.current {
	color: #e74c3c;
}
.headroom--not-top .menu--primary > ul.onepage-menu > li > a.current {
	color: #e74c3c;
}
#toggle-menu {
	text-align: center;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
	-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;
	/* BACKGROUND GRADIENT */
	/* TRIPLE BORDERS */
	/* One Page Navigation */
}
#toggle-menu.open {
	z-index: 999999;
	visibility: visible;
	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;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
}
#toggle-menu > div {
	max-width: 400px;
	margin: 0 auto;
	display: table;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#toggle-menu > div > ul {
	float: none;
	list-style: none inside;
	padding: 0;
	/* First  Level */
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
#toggle-menu > div > ul:first-child > li {
	position: relative;
}
#toggle-menu > div > ul:first-child > li > a {
	font-size: 32px;
	color: #454545;
	font-weight: 400;
	line-height: 1.7;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
#toggle-menu > div > ul:first-child > li > a:hover {
	color: #fff;
}
#toggle-menu > div > ul:first-child > li:hover > a {
	color: #e74c3c;
}
#toggle-menu > div > ul:first-child > li > .cms-menu-toggle {
	top: 10px;
	height: 50px;
	line-height: 50px;
}
#toggle-menu > div > ul li {
	/* Level 2+ */
	position: relative;
}
#toggle-menu > div > ul li ul {
	float: none;
	width: 100% !important;
	list-style: none inside;
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
	-webkit-transition: max-height, 500ms, ease-in-out;
	-khtml-transition: max-height, 500ms, ease-in-out;
	-moz-transition: max-height, 500ms, ease-in-out;
	-ms-transition: max-height, 500ms, ease-in-out;
	-o-transition: max-height, 500ms, ease-in-out;
	transition: max-height, 500ms, ease-in-out;
	/* BACKGROUND GRADIENT */
	/* TRIPLE BORDERS */
}
#toggle-menu > div > ul li ul li a {
	font-size: 20px;
	color: #454545;
}
#toggle-menu > div > ul li ul li a:hover {
	color: #e74c3c;
}
#toggle-menu > div > ul li ul li:hover > a {
	color: #e74c3c;
}
#toggle-menu > div > ul li ul.submenu-open {
	max-height: 500px;
	visibility: visible;
	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;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
}
#toggle-menu > div > ul li .cms-menu-toggle {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #454545;
	width: 50px;
	cursor: pointer;
}
#toggle-menu .cms-mainnav-v4-logo {
	padding-top: 25px;
	padding-bottom: 27px;
}
#toggle-menu #hide-mainnav {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 100px;
	color: #454545;
	cursor: pointer;
}
#toggle-menu #hide-mainnav:hover {
	color: #e74c3c;
}
#toggle-menu > div > ul li ul.submenu-open + .cms-menu-toggle {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.header-fixed-section {
    position: fixed;
    top: 100px;
    z-index: 5;
    width: 100px;
    height: 100%;
}
.header-fixed-section.left {
    left: 0;
}
.header-fixed-section.right {
    left: auto;
    right: 0;
}
.header-fixed-section.left .inner {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(-50%);
    -ms-transform: rotate(-90deg) translate(-50%);
    transform: rotate(-90deg) translate(-50%);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    white-space: nowrap;
}
.header-fixed-section.right .inner {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(-50%);
    -ms-transform: rotate(-90deg) translate(-50%);
    transform: rotate(-90deg) translate(-50%);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    white-space: nowrap;
}
.header-fixed-section .page-open-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	cursor: pointer;
}
.header-fixed-section .page-open-main-menu-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
	margin-right: 18px;
}
.header-fixed-section .page-open-main-menu i {
    color: #ababab;
	top: 20%;
}
.header-fixed-section .page-open-main-menu div {
    width: 16px;
    height: 12px;
}
.header-fixed-section .page-open-main-menu i:before {
    top: -5px;
}
.header-fixed-section .page-open-main-menu i:after {
    top: 5px;
}
.header-fixed-section .header-social-networks a {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
	color: #ababab;
}
.header-fixed-section .header-social-networks a:hover {
    color: #454545;
}
.header-1 .navigation {
    float: left;
    margin-top: 10px;
}

/* === 2.3. SECTION === */
.section-title {
	font-size: 32px;
	color: #111;
}
.section {
	position: relative;
	width: 100%;
	z-index: 1;
}
.section.border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.section.border-top {
	border-top: 1px solid #eeeeee;
}
.section-on-top {
	z-index: 10;
}
.section-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.section-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-bg-1 {
	background-color: #222;
	background-image:url(../images/background/bg_1.png);
	background-repeat: no-repeat;
	background-position: left 85px center;
}
.section-bg-2 {
	background-color:#ecf3f7;
	background-image:url(../images/background/bg_2.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center bottom 200px;
}
.section-bg-3 {
	background-image:url(../images/background/bg_3.png);
	background-repeat: no-repeat;
    background-position: left bottom 11px;
}
.section-bg-4 {
	background-image: url(../images/background/bg_4.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.section-bg-5 {
	background-image:url(../images/background/bg_5.png);
	background-repeat: no-repeat;
    background-position: left bottom 11px;
}
.section-bg-6 {
	background-image: url(../images/background/bg_6.jpg);
    background-repeat: no-repeat;
    background-position: left 120px;
}
.section-bg-7 {
	background-image: url(../images/background/bg_7.png);
	background-repeat: no-repeat;
    background-position: center center;
}
.section-bg-8 {
	background-image: url(../images/background/bg_8.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-bg-9 {
	background-image: url(../images/background/bg_9.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-bg-10 {
	background-image: url(../images/background/bg_1104x1003.jpg);
    background-repeat: no-repeat;
    background-position: center right -228px;
}
.section-bg-11 {
	background-image: url(../images/background/bg_1136x745.jpg);
    background-repeat: no-repeat;
    background-position: left 79px;
}
.section-bg-12 {
    background-image: url(../images/background/bg_12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-left: 145px;
	padding-right: 145px;
}
.section-bg-13 {
    background-image: url(../images/background/bg_960x640.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.section-bg-14 {
	background-color: #f8f8f8;
    background-image: url(../images/background/bg_14.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: left top;
}
.section-bg-15 {
	background-color: rgba(11,136,238,0.7);
    background-image: url(../images/background/bg_1920x818.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.section-bg-16 {
	background-image: url(../images/background/bg_1196x801.jpg);
    background-repeat: no-repeat;
    background-position: top right 100px;
}
.section-bg-17 {
	background-image: url(../images/background/bg_17.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.section-bg-18 {
	background-image: url(../images/background/bg_1920x470.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-19 {
	background-image: url(../images/background/bg_19.jpg);
	background-repeat: no-repeat;
    background-position: 0 74px;
}
.section-bg-20 {
	background-image: url(../images/background/bg_20.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-21 {
	background-image: url(../images/background/bg_1920x860.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-bg-22 {
	background-image: url(../images/background/bg_22.png);
	background-repeat: no-repeat;
    background-position: top right;
}
.section-bg-23 {
    background-image: url(../images/background/bg_1215x853.jpg);
    background-repeat: no-repeat;
    background-position: left 79px;
}
.section-bg-24 {
    background-image: url(../images/background/bg_1920x818.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-bg-25 {
    background-image: url(../images/background/bg_1920x918.jpg);
}
.section-bg-26 {
    background-image: url(../images/background/bg_1920x700.jpg);
}
.section-bg-27 {
    background-image: url(../images/background/bg_27.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-28 {
    background-image: url(../images/background/bg_28.jpg);
	background-repeat: no-repeat;
    background-position: left 150px center;
}
.section-bg-29 {
    background-color: #f8f8f8;
    background-image: url(../images/background/bg_29.png);
    background-repeat: no-repeat;
    background-position: right -60px;
}
.section-bg-30 {
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    background-image: url(../images/background/bg_30.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-bg-31 {
    background-image: url(../images/background/bg_845x538.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-32 {
    background-image: url(../images/background/bg_845x538.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-33 {
	background-color: #f6fafe;
    background-image: url(../images/background/bg_1720x625.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.section-bg-34 {
    background-image: url(../images/background/bg_34.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section-bg-35 {
    background-image: url(../images/background/bg_1920x918.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.section-bg-36 {
    background-image: url(../images/background/bg_36.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-bg-37 {
	background-color: #333;
    background-image: url(../images/background/bg_1920x918.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.section-bg-38 {
    background-image: url(../images/background/bg_38.jpg);
    background-repeat: no-repeat;
    background-position: center right 90px;
}
.section-bg-39 {
	background-color: #f8f8f8;
    background-image: url(../images/background/bg_1058x697.jpg);
    background-repeat: no-repeat;
    background-position: top 140px right -300px;
}
.section-separator {
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 0;
}
.section-separator.bottom {
    bottom: 0;
}
#home .section-separator svg {
	fill: #69afed;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#introduction .section-separator svg {
	fill: #fff;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#home-startup-3 .section-separator svg {
	height: 500px;
	fill: #fff;
	width: 100%;
	overflow: hidden;
}
.section-menu-aside {
	margin-left: 100px;
    margin-right: 100px;
}
.section-menu-aside .container-fluid {
	max-width: 1700px;
}
.section-blog-homepage {
	margin-left: 340px;
}

/* === 2.4. BLOG === */
.cat-thumbnail {
	margin-bottom: 18px;
}
.cat-thumbnail img {
	border-radius: 8px;
}
.cat-title {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 15px;
	line-height: 1.3;
}
.post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
}
.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.video-play {
	position: relative;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #fff;
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
	transition: all 1s cubic-bezier(0,0,.2,1);
}
.video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	line-height: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 2px;
}
.blog-carousel {
	position: relative;
}
.blog-carousel .post-item {
	position: relative;
}
.blog-carousel .post-thumbnail img {
	width: 100%;
	border-radius: 8px;
}
.blog-carousel .post-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(269deg,transparent 58%,#000);
	background-image: linear-gradient(-179deg,transparent 58%,#000);
	opacity: .4;
}
.blog-carousel .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 50px 50px;
	color: #fff;
}
.blog-carousel .post-categories {
	font-size: 14px;
	margin-bottom: 23px;
	color: #ababab;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.blog-carousel .post-categories a {
	display: inline-block;
	padding: 1px 11px;
	background: #222;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}
.blog-carousel .post-categories a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.blog-carousel .post-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #fff;
}
.blog-carousel .post-title a {
	color: #fff;
	font-size: inherit;
}
.blog-carousel .post-title a:hover {
	color: #e74c3c;
}
.blog-carousel .post-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.blog-carousel .meta-item {
	padding: 0 12px;
}
.blog-carousel .owl-controls {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0%, -50%);
	width: 100%;
}
.blog-carousel .owl-controls .owl-buttons .owl-prev {
	float: left;
	margin-left: 30px;
}
.blog-carousel .owl-controls .owl-buttons .owl-next {
	float: right;
	margin-right: 30px;
}
.blog-carousel .owl-controls .owl-buttons > div {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 24px;
	color: #9b9b9b;
	border: 2px solid #eee;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.01);
	background: none;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1) .2s;
	transition: all .3s cubic-bezier(.645,.045,.355,1) .2s;
}
.blog-carousel .owl-controls .owl-buttons > div:hover {
	background-color: #e74c3c;
	color: #fff;
}
.blog-item-simple {
	margin-bottom: 20px;
}
.blog-item-simple .post-wrapper {
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 15px 30px 22px;
}
.blog-item-simple .post-categories {
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #ababab;
	letter-spacing: 3px;
}
.blog-item-simple .post-title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
}
.blog-item.style-1 .post-wrapper {
	margin-bottom: 40px;
}
.blog-item.style-1 .post-thumbnail {
	margin-bottom: 20px;
}
.blog-item.style-1 .post-thumbnail img {
	width: 100%;
	border-radius: 8px;
}
.blog-item.style-1 .post-categories {
	font-size: 14px;
	margin-bottom: 16px;
	color: #ababab;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.blog-item.style-1 .post-categories a {
	display: inline-block;
	padding: 1px 11px;
	background: #222;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}
.blog-item.style-1 .post-categories a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.blog-item.style-1 .post-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
.blog-item.style-1 .post-title a {
	color: #454545;
	font-size: 24px;
}
.blog-item.style-1 .post-title a:hover {
	color: #e74c3c;
}
.blog-item.style-1 .post-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.blog-item.style-1 .meta-item {
	padding: 0 12px;
}
.blog-item.style-2 {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
}
.blog-item.style-2 .post-thumbnail > a {
	display: block;
}
.blog-item.style-2 .post-thumbnail img {
	width: 100%;
	border-radius: 8px;
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
	transition: all 1s cubic-bezier(0,0,.2,1);
}
.blog-item.style-2:hover .post-thumbnail img {
	-webkit-transform: scale3d(1.15,1.15,1.15);
	transform: scale3d(1.15,1.15,1.15);
}
.blog-item.style-2 .post-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(269deg,transparent 58%,#000);
	background-image: linear-gradient(-179deg,transparent 58%,#000);
	opacity: .4;
}
.blog-item.style-2 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 50px 15px;
	color: #fff;
}
.blog-item.style-2 .post-categories {
	font-size: 14px;
	margin-bottom: 23px;
	color: #ababab;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.blog-item.style-2 .post-categories a {
	display: inline-block;
	padding: 1px 11px;
	background: #222;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}
.blog-item.style-2 .post-categories a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.blog-item.style-2 .post-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #fff;
}
.blog-item.style-2 .post-title a {
	color: #fff;
	font-size: inherit;
}
.blog-item.style-2 .post-title a:hover {
	color: #e74c3c;
}
.blog-item.style-2 .post-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 35px;
}
.blog-item.style-2 .meta-item {
	padding: 0 12px;
}
.blog-item.style-3 {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.blog-item.style-3 .post-wrapper {
	border-radius: 8px;
	position: relative;
	border: 0;
	padding: 0;
}
.blog-item.style-3 .post-thumbnail img {
	border-radius: 8px;
}
.blog-item.style-3 .post-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	background-image: -webkit-linear-gradient(269deg,transparent 58%,#000);
	background-image: linear-gradient(-179deg,transparent 58%,#000);
	border-radius: 8px;
}
.blog-item.style-3 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 16px;
}
.blog-item.style-3 .post-categories {
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #ababab;
	letter-spacing: 3px;
}
.blog-item.style-3 .post-categories a {
	display: inline-block;
}
.blog-item.style-3 .post-title {
	line-height: 22px;
}
.blog-item.style-3 .post-title a {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.blog-item.style-3 .post-title a:hover {
	color: #e74c3c;
}
.blog-item.style-4 {
    margin-bottom: 30px;
}
.blog-item.style-4 .post-wrapper {
	position: relative;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-4 .post-wrapper:hover {
    box-shadow: 0 2px 47px rgba(0,0,0,.17);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.blog-item.style-4 .post-thumbnail img {
    width: 100%;
}
.blog-item.style-4 .post-info {
    padding: 34px 30px 90px;
}
.blog-item.style-4 .post-categories {
    margin-bottom: 13px;
    text-align: center;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-item.style-4 .post-categories a {
	color: #ababab;
}
.blog-item.style-4 .post-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-4 .post-title a {
	color: #454545;
}
.blog-item.style-4 .post-title a:hover {
	color: #e74c3c;
}
.blog-item.style-4 .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 30px;
    border-top: 1px solid #f3f3f3;
}
.blog-item.style-4 .post-meta-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-4 .post-meta-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-item.style-4 .post-view i {
    margin-right: 6px;
}
.blog-item.style-4 .post-likes {
    margin-left: 25px;
}
.blog-item.style-5 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
	display: block;
}
.blog-item.style-5 .post-thumbnail {
    position: relative;
    margin-bottom: 25px;
}
.blog-item.style-5 .post-categories {
    margin-bottom: 13px;
}
.blog-item.style-5 .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
	color: #ababab;
}
.blog-item.style-5 .post-categories a:hover {
    color: #e74c3c;
}
.blog-item.style-5 .post-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-5 .post-meta {
    margin-bottom: 23px;
    font-size: 14px;
}
.blog-item.style-5 .post-meta > * {
    display: inline-block;
    margin-right: 17px;
}
.blog-item.style-5 .post-meta i {
    margin-right: 7px;
}
.blog-item.style-5 .post-excerpt {
    margin-bottom: 37px;
}
.blog-item.style-5 .post-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-item.style-5 .post-footer-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-5 .post-footer-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-item.style-6 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
	display: block;
}
.blog-item.style-6 .post-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-item.style-6 .post-thumbnail {
    position: relative;
    text-align: center;
    width: 300px;
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}
.blog-item.style-6 .post-info {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog-item.style-6 .post-categories {
    margin-top: -5px;
    margin-bottom: 13px;
}
.blog-item.style-6 .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
	color: #ababab;
}
.blog-item.style-6 .post-categories a:hover {
    color: #e74c3c;
}
.blog-item.style-6 .post-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.blog-item.style-6 .post-excerpt {
    margin-bottom: 55px;
}
.blog-item.style-6 .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}
.blog-item.style-6 .post-meta > * {
    display: inline-block;
    margin-right: 8px;
}
.blog-item.style-6 .post-meta i {
    margin-right: 7px;
}
.single-post .post-feature {
    margin-bottom: 25px;
}
.single-post .post-categories {
    margin-bottom: 13px;
}
.single-post .post-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
	color: #ababab;
}
.single-post .post-categories a:hover {
    color: #e74c3c;
}
.single-post .post-meta {
    margin-bottom: 23px;
    font-size: 14px;
}
.single-post .post-meta > * {
    display: inline-block;
    margin-right: 17px;
}
.single-post .post-meta i {
    margin-right: 7px;
}
.single-post .entry-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.5;
}
.single-post .entry-header {
    margin-bottom: 40px;
}
.single-post .entry-content {
    margin-bottom: 35px;
}
.single-post .post-tags a {
    display: inline-block;
    line-height: 35px;
	color: #ababab;
}
.single-post .post-tags a:hover {
    color: #e74c3c;
}
.single-post .entry-author {
    padding: 45px 42px 40px;
}
.single-post .entry-author .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single-post .entry-author .author-avatar {
    min-width: 90px;
    width: 90px;
}
.single-post .entry-author .author-avatar img {
    border-radius: 50%;
}
.single-post .entry-author .author-description {
    margin-left: 38px;
}
.single-post .entry-author .author-name {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 18px;
}
.single-post .entry-author .author-biographical-info {
    margin-top: 15px;
    font-style: italic;
	color: #ababab;
}
.single-post .entry-author .author-social-networks {
    margin: 15px -10px 0;
}
.single-post .entry-author .author-social-networks a {
    display: block;
    float: left;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
	color: #ababab;
}
.single-post .entry-author .author-social-networks a:hover {
    color: #454545;
}
.single-post .post-link {
    padding: 82px 100px;
    background: #f7fbfe;
    font-size: 24px;
    line-height: 1.5;
}
.single-post .post-quote {
    position: relative;
	margin-bottom: 46px;
}
.single-post .post-quote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
	background-color: #e74c3c;
}
.single-post .post-quote-content {
    position: relative;
    padding: 63px 100px 67px;
    background: url(../images/blog-quote-icon.png) no-repeat;
    background-position: 65px 35px;
}
.single-post .post-quote-text {
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
.single-post .post-quote-name {
    font-size: 24px;
    font-weight: 700;
}
.single-post .post-quote-name a {
    color: #fff;
}
.post-navigation {
    position: relative;
}
.return-blog-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #ededed;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
	color: #e74c3c;
}
.nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 34px 30px;
}
.nav-links .nav-item {
    width: 50%;
}
.nav-links .nav-previous {
    text-align: left;
    padding-right: 50px;
}
.nav-links .nav-next {
    text-align: right;
    padding-left: 50px;
    justify-self: flex-end;
}
.nav-links a {
    color: #ababab;
	position: relative;
    display: block;
    font-size: 18px;
}
.nav-links a:hover {
    color: #454545;
}
.nav-links .nav-previous a {
    padding-left: 25px;
}
.nav-links .nav-next a {
    padding-right: 25px;
}
.nav-links a:after {
    position: absolute;
    top: 50%;
    font-family: Ionicons;
    line-height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-links a:hover:after {
    color: #e74c3c;
}
.nav-links .nav-previous a:after {
    left: 0;
    content: "\f3d2";
}
.nav-links .nav-next a:after {
    right: 0;
    content: "\f3d3";
}
.post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post-share .post-share-toggle {
    position: relative;
    height: 48px;
    width: 48px;
    line-height: 46px;
    border: 2px solid #ededed;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.post-share .post-share-list {
    visibility: hidden;
    opacity: 0;
    top: -68px;
    width: 240px;
    background: #fff;
    -webkit-filter: drop-shadow(rgba(0,0,0,.06) 0 2px 20px);
    filter: drop-shadow(rgba(0,0,0,.06) 0 2px 20px);
    border-radius: 5px;
}
.post-share .post-share-list, 
.post-share .post-share-list:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-share .post-share-list:after {
    content: "";
    bottom: -13px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
}
.post-share .post-share-toggle:hover .post-share-list {
    opacity: 1;
    visibility: visible;
}
.post-share a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #ccc;
}

/* === 2.5. GALLERY === */
.gallery-carousel .media-cover {
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-carousel .media-cover .media {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.gallery-carousel .media-cover img {
	width: 100%;
}
.gallery-carousel .media-cover .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.gallery-carousel .media-cover .content .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.9);
	visibility: hidden;
	opacity: 0;
	transform-origin: 50% 50% 0px;
	transform-style: flat;
	transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-carousel .media-cover:hover .content .overlay {
	visibility: inherit;
	opacity: 1;
	transform: translate(0,0);
}
.gallery-carousel .media-cover .content .popup {
	display: block;
	height: auto;
	position: absolute;
	font-size: 20px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	vertical-align: middle;
}
.gallery-carousel .media-cover .content .popup .popup-inner {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transform-origin: 50% 50% 0px;
	transform-style: flat;
	transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery-carousel .media-cover:hover .content .popup .popup-inner {
	visibility: inherit;
	opacity: 1;
	transform: translate(0,0);
}
.gallery-carousel .media-cover .content .popup .popup-inner a {
	font-size: 30px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
	padding: 17px;
	display: block;
}
.gallery-carousel .owl-controls .owl-buttons {
	position: absolute;
	left: 28px;
	right: 28px;
	top: 50%;
	margin-top: -30px;
}
.gallery-carousel .owl-controls .owl-buttons .owl-prev {
	float: left;
}
.gallery-carousel .owl-controls .owl-buttons .owl-next {
	float: right;
}
.gallery-carousel .owl-controls .owl-buttons > div i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #1f1f1f;
	color: #fff;
	font-size: 200%;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.gallery-carousel .owl-controls .owl-buttons > div i {
	background-color: #fff;
	color: #1f1f1f;
}
.gallery-carousel .owl-controls .owl-buttons > div i:hover {
	background-color: #1f1f1f;
	color: #fff;
}
.gallery-carousel .owl-controls .owl-buttons div {
	background: none;
	border-radius: 0;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.gallery-item > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-item img {
    width: 100%;
}
.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
	background-color: #e74c3c;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.gallery-item:hover .overlay {
    visibility: visible;
    opacity: .9;
}
.gallery-item .overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: #fff;
}


/* === 2.6. FOOTER === */
.footer-menu > li {
    display: inline-block;
	list-style: none;
}
.footer-menu > li > a {
    display: inline-block;
	padding: 5px 13px;
	color: #ababab;
	font-size: 16px;
    font-weight: 700;
}
.footer-menu > li > a:hover {
	color: #454545;
}
.footer {
	background-color: #333;
	padding-top: 30px;
	color: #cccccc;
	font-size: 16px;
}
.footer a {
	color: #cccccc;
}
.footer a:hover {
	color: #e74c3c;
}
.footer .widget {
	margin-bottom: 50px;
}
.footer .widgettitle {
	margin-bottom: 27px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .22em;
}
.footer .menu li {
	margin-bottom: 8px;
	padding: 0;
	display: block;
}
.footer .menu li a {
	padding: 4px 0;
	color: #cccccc;
}
.footer .menu li a:hover {
	color: #e74c3c;
}
.footer .widget-recent-entries li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #585858;
	list-style: none;
}
.footer hr {
	border-top: 1px solid #585858;
}
.footer-social-networks a {
	display: inline-block;
	color: #ababab;
	padding: 0px 8px;
}
.footer-social-networks a:hover {
	color: #e74c3c;
}
.footer-light {
	background: none;
	color: #7e7e7e;
}
.footer-light .footer-logo {
	max-width: 218px;
}
.footer-light .widgettitle {
    color: #cccccc;
}
.footer-light .menu li a,
.footer-light a {
    color: #7e7e7e;
}
.footer-light .widget-recent-entries li {
    border-bottom: 1px solid #eee;
}
.footer-light hr {
    border-top: 1px solid #eee;
}
.footer-simple {
	padding-top: 50px;
}
.footer-simple .social-networks {
    margin-bottom: 0;
}
.footer-simple .social-networks .item {
    display: inline-block;
}
.footer-simple .social-networks .link {
    padding: 5px 8px;
}
.footer-simple .social-networks .link-icon {
    font-size: 14px;
    margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
	.footer-reveal {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
}

/* === 2.7. ICONBOX === */
.box-icon {
	margin-bottom: 60px;
	position: relative;
}
.box-icon .content-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box-icon.style-1 .content-wrap {
	text-align: center;
	align-items: center;
}
.box-icon.style-1 .content-wrap.right {
	text-align: right;
	align-items: flex-end;
}
.box-icon.style-1 .content-wrap.left {
	text-align: left;
	align-items: flex-start;
}
.box-icon.style-1 .icon {
	position: relative;
	font-size: 34px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	margin-bottom: 25px;
	box-shadow: 0 2px 20px rgba(0,0,0,.06);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	color: #e74c3c;
}
.box-icon.style-1 .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.box-icon.style-1:hover .icon {
	box-shadow: 0 2px 47px rgba(0,0,0,.13);
	color: #fff;
	background-color: #e74c3c;
}
.box-icon.style-1 .heading {
	font-size: 24px;
}
.box-icon.style-2 .content-wrap {
	text-align: left;
    align-items: flex-start;
}
.box-icon.style-2 .box-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-2 .icon {
    margin-right: 19px;
    min-width: 36px;
    font-size: 34px;
    line-height: 1;
	color: #e74c3c;
}
.box-icon.style-2 .heading {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 0;
}
.box-icon.style-3 .content-wrap {
    text-align: left;
    align-items: flex-start;
}
.box-icon.style-3 .icon {
	font-size: 48px;
    color: #ccc;
	width: 100%;
}
.box-icon.style-3 .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px;
}
.box-icon.style-3 .content {
    width: 100%;
}
.box-icon.style-4 .content-wrap {
    text-align: center;
    align-items: center;
}
.box-icon.style-4 .icon {
    position: relative;
    font-size: 40px;
    width: 132px;
    height: 132px;
    text-align: center;
    border-radius: 50%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-4 .icon, 
.box-icon.style-4 .image {
    margin-bottom: 34px;
}
.box-icon.style-4 .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    box-shadow: 0 0 49px rgba(0,0,0,.07);
    background: #fff;
}
.box-icon.style-4 .icon:after, .box-icon.style-4 .icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-4 .icon:before {
    width: 132px;
    height: 132px;
    background: hsla(0,0%,100%,.1);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.box-icon.style-4:hover .icon:before {
    width: 120px;
    height: 120px;
    opacity: 1;
    background: hsla(0,0%,100%,.2);
    -webkit-transform: translate(-50%,-50%),scale(1);
    -ms-transform: translate(-50%,-50%),scale(1);
    transform: translate(-50%,-50%),scale(1);
}
.box-icon.style-4 .icon:after {
    width: 140px;
    height: 140px;
    background: hsla(0,0%,100%,.1);
    left: -4px;
    top: -4px;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.box-icon.style-4:hover .icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-icon.style-4 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-4 .text {
    margin-top: 19px;
    max-width: 300px;
}
.box-icon.style-5 .content-wrap {
    text-align: center;
    align-items: center;
	padding: 30px 0;
}
.box-icon.style-5 .image {
    margin-bottom: 20px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-5:hover .image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-icon.style-5 .heading {
    font-size: 24px;
    margin-bottom: 21px;
    font-weight: 700;
}
.box-icon.style-6 {
    height: 100%;
    margin-bottom: 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 67px 30px 68px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ededed;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-6:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
}
.box-icon.style-6 .content-wrap {
    max-width: 330px;
	text-align: center;
    align-items: center;
}
.box-icon.style-6 .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
}
.box-icon.style-6 .heading {
    font-size: 24px;
}
.box-icon.style-6 .text {
    margin-top: 22px;
}
.box-icon.style-7 {
    margin-bottom: 30px;
}
.box-icon.style-7 .content-wrap {
    padding: 43px 25px 51px;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
	text-align: left;
    align-items: flex-start;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-7:hover .content-wrap {
    background: #fff;
    box-shadow: 0 16px 40px #ededed;
	border-bottom-color: #e74c3c;
}
.box-icon.style-7 .icon {
    font-size: 48px;
    margin-bottom: 15px;
}
.box-icon.style-7 .heading {
    line-height: 1.16;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}
.box-icon.style-8 .content-wrap {
    padding: 67px 40px 64px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 40px #ededed;
	text-align: left;
    align-items: flex-start;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-8:hover .content-wrap {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-icon.style-8 .icon {
    font-size: 64px;
    margin-bottom: 35px;
	color: #e74c3c;
	width: 64px;
    height: 64px;
}
.box-icon.style-8 .heading {
    line-height: 2;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: inherit;
}
.box-icon.style-8 .heading a {
    color: #7e7e7e;
}
.box-icon.style-8 .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.77;
	color: #454545;
}
.box-icon.style-9 .content-wrap {
    position: relative;
    padding-left: 50px;
	text-align: left;
    align-items: flex-start;
}
.box-icon.style-9 .icon {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 32px;
    color: #d8d8d8;
}
.box-icon.style-9 .heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 19px;
	color: #e74c3c;
}
.box-icon.style-9 .heading a {
    color: #e74c3c;
}
.box-icon.style-9 .text {
    font-size: 15px;
}
.box-icon.style-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 67px 30px 56px;
    background-color: #fff;
    border-radius: 5px;
	height: 100%;
    margin-bottom: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-10:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 30px rgba(0,0,0,.17);
}
.box-icon.style-10 .content-wrap {
    text-align: center;
    align-items: center;
	max-width: 290px;
}
.box-icon.style-10 .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
}
.box-icon.style-10 .heading {
    font-size: 24px;
}
.box-icon.style-10 .text {
    margin-top: 22px;
}
.box-icon.style-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 52px 30px 74px;
    background-color: #fff;
    box-shadow: 0 0 41px 10px rgba(0,0,0,.03);
}
.box-icon.style-11 .content-wrap {
    max-width: 290px;
	text-align: left;
    align-items: flex-start;
}
.box-icon.style-11 .icon {
    font-size: 48px;
	color: #e74c3c;
}
.box-icon.style-11 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-11 .text {
    margin-top: 22px;
}
.box-icon.style-12 {
    overflow: hidden;
    border-radius: 5px;
    padding: 48px 30px 43px;
    box-shadow: 0 0 41px rgba(0,0,0,.07);
    background-color: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-12:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 41px rgba(0,0,0,.15);
}
.box-icon.style-12 .content-wrap {
    text-align: left;
    align-items: flex-start;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.box-icon.style-12 .icon {
    position: relative;
    font-size: 60px;
    line-height: 0;
    margin-right: 43px;
    display: block;
    margin-bottom: 18px;
	color: #454545;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-icon.style-12 .icon:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 12px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    opacity: .2;
	background-color: #e74c3c;
}
.box-icon.style-12 .icon i {
    position: relative;
    z-index: 10;
}
.box-icon.style-12 .content {
    line-height: 1.5;
    margin-bottom: 18px;
    word-break: break-word;
}
.box-icon.style-12 .heading {
    position: relative;
    padding-right: 20px;
    display: block;
	font-size: 24px;
}
.box-icon.style-12 .heading > span {
    width: 85%;
	display: inline-block;
}
.box-icon.style-12 .heading i {
    position: absolute;
    top: 6px;
    right: 0;
}
.box-icon.style-13 {
	margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 72px 30px 26px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-13:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
}
.box-icon.style-13 .content-wrap {
    max-width: 290px;
	text-align: center;
    align-items: center;
}
.box-icon.style-13 .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
	min-height: 90px;
}
.box-icon.style-13 .heading {
    font-size: 24px;
    font-weight: 700;
}
.box-icon.style-14 {
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.box-icon.style-14 .content-wrap {
    text-align: left;
    align-items: flex-start;
}
.box-icon.style-14 .box-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-icon.style-14 .icon {
    margin-right: 19px;
    min-width: 36px;
    font-size: 34px;
    line-height: 1;
	color: #e74c3c;
}
.box-icon.style-14 .heading {
    font-size: 18px;
    font-weight: 700;
}

/* === 2.8. POPUP VIDEO === */
.agency-popup-video {
	margin-top: -337px;
	margin-bottom: 33px;
	position: relative;
}
.agency-popup-video .video-overlay-mark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.agency-popup-video .video-overlay-mark:before {
	bottom: -33px;
	width: 56%;
	background: #cde5f8;
}
.agency-popup-video .video-overlay-mark:after {
	bottom: -17px;
	width: 82%;
	background: #9dd2fc;
	z-index: 1;
}
.agency-popup-video .video-overlay-mark:after,
.agency-popup-video .video-overlay-mark:before {
	content: "";
	position: absolute;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	border-radius: 3px;
}
.agency-popup-video .video-poster {
	position: relative;
	z-index: 2;
}
.agency-popup-video .video-poster img {
	border-radius: 5px;
	width: 100%;
}
.agency-popup-video .video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	border-radius: 5px;
	background-color: rgba(11,136,238,0.7);
}
.agency-popup-video .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	color: #fff;
	border: 6px solid #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
	transition: all 1s cubic-bezier(0,0,.2,1);
}
.agency-popup-video .video-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 38px;
	line-height: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 2px;
}
.business-popup-video {
    position: relative;
}
.business-popup-video .video-overlay-mark {
    position: absolute;
    left: -55px;
    width: 64%;
    top: -85px;
    bottom: -85px;
    background: #f7fbfe;
    border-radius: 5px;
}
.business-popup-video .video-poster {
    position: relative;
    z-index: 2;
}
.business-popup-video .video-poster img {
    border-radius: 5px;
    width: 100%;
}
.business-popup-video .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-radius: 5px;
    background: rgba(69,69,69,.2);
}
.business-popup-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.business-popup-video:hover .video-play {
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}
.business-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 38px;
    line-height: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-left: 2px;
}
.simple-popup-video a {
	display: inline-block;
}
.simple-popup-video .video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.simple-popup-video .video-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 3px;
}
.simple-popup-video .video-play {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #fff;
    opacity: .7;
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.simple-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 38px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.simple-popup-video:hover .video-play {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.dark-popup-video .video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dark-popup-video .video-play {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #fff;
    background: #333;
}
.dark-popup-video:hover .video-play {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.dark-popup-video .video-play:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: rgba(55,55,55,.05);
    left: -15px;
    top: -15px;
}
.dark-popup-video .video-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-left: 2px;
}

/* === 2.9. BLOCKQUOTE === */
blockquote {
	font-size: 18px;
	line-height: 1.77;
	color: #ababab;
	margin: 0;
	padding: 28px 0 0;
	background: url(../images/blockquote.png) no-repeat 0 0;
}
.blockquote .quote-text {
	font-size: 24px;
	font-style: italic;
	line-height: 2;
}
.blockquote .quote-footer {
	margin-top: 31px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.blockquote .quote-footer .quote-photo {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.blockquote .quote-footer .quote-photo img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.blockquote .quote-footer .quote-info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.blockquote .quote-footer .heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}
.blockquote .quote-footer .quote-position {
	font-size: 14px;
	font-style: italic;
}

/* === 2.10. PROGRESS BARS === */
.cms-progress-wraper .cms-progress {
	width: 100%;
	position: relative;
	margin: 0 0 10px;
	box-shadow: none;
}
.cms-progress-wraper .cms-progress .progress-bar {
	background-color: #333;
	line-height: 40px;
	text-align: right;
	padding: 0 15px;
}
.cms-progress-wraper .cms-progress .progress-bar span {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}
.cms-progress-wraper .cms-progress {
	border: 3px solid;
	margin-bottom: 10px;
}
.cms-progress-wraper .cms-progress-title {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.33;
	font-size: 18px;
	color: #333;
}
.cms-progress-wraper .cms-progress-value {
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.cms-progress-wraper .block-progressbar {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.cms-progress-wraper .block-progressbar:last-child {
	margin-bottom: 0px;
}
.block-progressbar .progressbar-back-text {
	position: absolute;
	background-color: #ededed;
	width: 100%;
	height: 4px;
	border-radius: 0;
	font-size: 0;
	text-indent: -9999px;
}
.block-progressbar .progresswrap {
	height: 5px;
}
.block-progressbar .progressbar {
	position: absolute;
	background-color: #e74c3c;
	height: 4px;
	width: 0;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.block-progressbar .progressbar:after {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 18px;
	height: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 0 2px 11px rgba(0,0,0,.13);
	content: "";
	border-radius: 50%;
}
.block-progressbar .progressbar-front-text {
	float: right;
	text-align: right;
	margin-top: -35px;
	font-weight: normal;
	font-size: 18px;
	color: #e74c3c;
}
.block-progressbar.style-2 .progressbar-back-text {
    background-color: rgba(255,255,255,0.3);
}
.block-progressbar.style-2 .progressbar {
    background-color: #fff;
}
.block-progressbar.style-2 .progressbar-front-text {
    color: #fff;
}

/* === 2.11. PORTFOLIO === */
.tm-grid-wrapper .tm-filter-button-group {
    padding-top: 35px;
	padding-bottom: 72px;
}
.tm-grid-wrapper .btn-filter {
    position: relative;
    display: inline-block;
    padding: 6px;
    font-size: 18px;
}
.tm-grid-wrapper .filter-text {
    padding: 8px 15px;
    text-transform: uppercase;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
	color: #ababab;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-grid-wrapper .btn-filter:hover .filter-text, 
.tm-grid-wrapper .btn-filter.current .filter-text {
    background-color: #ababab;
	color: #fff;
}
.tm-grid-wrapper .filter-counter {
    position: absolute;
    top: -20px;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 27px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #4d4c4d;
    color: #fff;
	background-color: #e74c3c;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-grid-wrapper .btn-filter:hover .filter-counter {
    top: -35px;
    visibility: visible;
    opacity: 1;
}
.tm-grid-wrapper .filter-counter:before {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid #e74c3c;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.justified-gallery > a, .justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}
.justified-gallery > div > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
}
.portfolio-item .post-item-wrapper, 
.portfolio-item .post-thumbnail, 
.portfolio-item .post-thumbnail img {
	height: 100%;
	width: 100%;
}
.portfolio-item .post-thumbnail {
	position: relative;
}
.portfolio-item.style-1 .portfolio-overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-1:hover .portfolio-overlay {
	visibility: visible;
	opacity: .95;
}
.portfolio-item.style-1 .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.portfolio-item.style-1:hover .post-overlay-content {
	visibility: visible;
	opacity: 1;
}
.portfolio-item.style-1 .post-overlay-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.portfolio-item.style-1 .post-overlay-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px;
}
.portfolio-item.style-1 .post-overlay-title {
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 10px;
}
.portfolio-item.style-1 .post-overlay-categories {
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #ccc;
}
.portfolio-item.style-1:hover .post-overlay-categories, 
.portfolio-item.style-1:hover .post-overlay-title {
	opacity: 1;
	-webkit-transition: .5s ease-out .3s;
	transition: .5s ease-out .3s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-item.style-1 .post-overlay-categories a {
	color: #ccc;
	font-size: 14px;
}
.portfolio-item.style-1 .post-overlay-categories a:hover {
	color: #e74c3c;
}
.portfolio-item.style-2 .post-item-wrapper {
    box-shadow: 0 0 41px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.portfolio-item.style-2 .post-thumbnail {
    overflow: hidden;
}
.portfolio-item.style-2 .post-thumbnail img {
    width: 100%;
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.portfolio-item.style-2 .post-item-wrapper:hover .post-thumbnail img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.portfolio-item.style-2 .post-overlay-info {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    min-height: 130px;
}
.portfolio-item.style-2 .post-overlay-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 10px;
}
.portfolio-item.style-2 .post-overlay-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #ccc;
}
.portfolio-item.style-2 .post-overlay-categories a:hover {
    color: #e74c3c;
}
.portfolio-item.style-3 .post-item-wrapper {
    -webkit-transition: all .4s cubic-bezier(0,0,.2,1);
    transition: all .4s cubic-bezier(0,0,.2,1);
    box-shadow: 0 0 41px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.portfolio-item.style-3 .post-item-wrapper:hover {
    box-shadow: 5px 5px 41px rgba(0,0,0,.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.portfolio-item.style-3 .post-thumbnail {
    overflow: hidden;
}
.portfolio-item.style-3 .post-thumbnail img {
    -webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
}
.portfolio-item.style-3 .post-item-wrapper:hover .post-thumbnail img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.portfolio-item.style-3 .post-overlay-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 30px;
}
.portfolio-item.style-3 .post-overlay-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-3 .post-item-wrapper:hover .post-overlay-title {
    color: #e74c3c;
}
.portfolio-item.style-3 .post-read-more {
    margin-left: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 50%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-3 .post-item-wrapper:hover .post-read-more {
    color: #fff;
	background-color: #e74c3c;
}
.single-portfolio .portfolio-categories a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #ccc;
}
.single-portfolio .portfolio-categories a:hover {
    color: #e74c3c;
}
.single-portfolio .portfolio-title {
    font-size: 40px;
    line-height: 1.16;
}
.single-portfolio .portfolio-share {
    text-align: right;
    margin-bottom: 10px;
}
.single-portfolio .portfolio-share h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 17px;
}
.single-portfolio .portfolio-share a {
    padding: 0 8px;
    color: #ccc;
    font-size: 14px;
}
.single-portfolio .portfolio-share a:hover {
    color: #454545;
}
.single-portfolio .portfolio-share .portfolio-sharing-list {
    display: inline-block;
    margin: 0 -8px;
}
.single-portfolio .portfolio-details-content {
	margin-top: 50px;
}
.single-portfolio .portfolio-details-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.single-portfolio .portfolio-details-list li {
    list-style-type: none;
}
.single-portfolio .portfolio-details-list li+li {
    margin-top: 32px;
}
.single-portfolio .portfolio-details-list label, 
.single-portfolio .portfolio-details-list span {
    display: block;
}
.single-portfolio .portfolio-details-list label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
	color: #454545;
}
.single-portfolio .portfolio-details-social {
    line-height: 90px;
	clear: both;
}
.single-portfolio .about-project {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;
}
.single-portfolio .portfolio-link {
    clear: both;
}
.style-image-slider .portfolio-details-list li {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
    margin-top: 52px;
}
.style-image-slider .portfolio-details-list li+li {
    margin-top: 52px;
}
.single-portfolio-style-fullscreen {
	overflow-y: hidden;
}
.single-portfolio-style-fullscreen .portfolio-gallery, 
.single-portfolio-style-fullscreen .portfolio-main-info {
    height: 100vh;
    width: 50%;
    float: left;
}
.single-portfolio-style-fullscreen #portfolio-main-info-wrap {
    padding: 50px 40px;
	overflow: hidden;
}
.single-portfolio-style-fullscreen .inner {
    position: relative;
}
.single-portfolio-style-fullscreen .portfolio-gallery .owl-carousel img {
    width: 100%;
}
.single-portfolio-style-fullscreen .post-share {
    position: absolute;
    top: 0;
    right: 0;
}
.single-portfolio-style-fullscreen .portfolio-details-list li {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
    margin-top: 52px;
}
.single-portfolio-style-fullscreen .portfolio-details-list li+li {
    margin-top: 52px;
}

/* === 2.12. TESTIMONIAL === */
.testimonial-item .testimonial-rating i {
	padding: 0 5px;
	color: #e74c3c;
}
.testimonial-item .testimonial-rating i.fa-star-o {
	color: #ababab;
}
.testimonial-rating {
    font-size: 18px;
    margin-bottom: 21px;
	color: #ababab;
}
.testimonial-rating span {
    padding: 0 5px;
}
.testimonial-rating .ion-android-star {
	color: #e74c3c;
}
.testimonial-item.style-1 {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.testimonial-item.style-1 .testimonial-desc {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 54px;
}
.testimonial-item.style-1 .testimonial-rating {
	font-size: 14px;
	margin-bottom: 21px;
}
.testimonial-item.style-1 .testimonial-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.testimonial-item.style-1 .testimonial-name {
	font-size: 24px;
	font-weight: 700;
}
.testimonial-item.style-1 .testimonial-by-line {
	font-size: 14px;
	font-style: italic;
	margin-left: 24px;
	color: #ababab;
}
.testimonial-carousel-2 .owl-item {
	padding: 15px 10px;
}
.testimonial-item.style-2 {
    border-radius: 5px;
    padding: 53px 40px 56px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.06);
    text-align: center;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.testimonial-item.style-2:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}
.testimonial-item.style-2 .post-thumbnail {
    margin-bottom: 31px;
}
.testimonial-item.style-2 .post-thumbnail img {
    border-radius: 50%;
}
.testimonial-item.style-2 .testimonial-desc {
    font-size: 18px;
    margin-bottom: 24px;
}
.testimonial-item.style-2 .testimonial-rating {
    font-size: 18px;
    margin-bottom: 15px;
}
.testimonial-item.style-2 .testimonial-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial-item.style-2 .testimonial-name {
    font-size: 18px;
    font-weight: 700;
}
.testimonial-item.style-2 .testimonial-by-line {
    margin-left: 8px;
	font-size: 14px;
    font-style: italic;
}
.testimonial-item.style-3 {
    border-radius: 5px;
    padding: 31px 40px 39px;
    background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.06);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1),opacity 1s;
    transition: all .3s cubic-bezier(.645,.045,.355,1),opacity 1s;
}
.testimonial-item.style-3:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 15px rgba(0,0,0,.17);
}
.testimonial-item.style-3 .testimonial-desc {
    font-size: 18px;
    margin-bottom: 36px;
	text-align: left;
}
.testimonial-item.style-3 .testimonial-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.testimonial-item.style-3 .post-thumbnail {
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.testimonial-item.style-3 .post-thumbnail img {
    border-radius: 50%;
}
.testimonial-item.style-3 .testimonial-main-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	text-align: left;
}
.testimonial-item.style-3 .testimonial-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.14;
}
.testimonial-item.style-3 .testimonial-by-line {
    font-size: 14px;
    font-style: italic;
	color: #ababab;
}
.testimonial-item.style-4 .post-thumbnail {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.testimonial-item.style-4 .testimonial-info {
    padding-top: 147px;
    background: url(../images/testimonial-blockquote.png) no-repeat 0 80px;
}
.testimonial-item.style-4 .testimonial-desc {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: .041em;
    margin-bottom: 51px;
    line-height: 1.4;
	color: #454545;
}
.testimonial-item.style-4 .testimonial-main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-item.style-4 .testimonial-name {
    font-size: 24px;
    font-weight: 700;
}
.testimonial-item.style-4 .testimonial-by-line {
    font-size: 14px;
    font-style: italic;
	margin-left: 15px;
}
.testimonial-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-prev {
	float: left;
	margin-left: 30px;
}
.testimonial-carousel .owl-controls .owl-buttons .owl-next {
	float: right;
	margin-right: 30px;
}
.testimonial-carousel .owl-controls .owl-buttons > div {
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #9b9b9b;
	border: 2px solid #eee;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.01);
	background: none;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1) .2s;
	transition: all .3s cubic-bezier(.645,.045,.355,1) .2s;
}
.testimonial-carousel .owl-controls .owl-buttons > div:hover {
	background-color: #e74c3c;
	color: #fff;
}
.testimonial-carousel .owl-controls .owl-page {
	width: 60px;
	height: 60px;
	margin: 0 15px;
	border-radius: 50%;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}
.testimonial-carousel .owl-controls .owl-page.active,
.testimonial-carousel .owl-controls .owl-page:hover {
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	width: 100px;
	height: 100px;
}
.testimonial-carousel .owl-controls .owl-page span {
	display: none;
}
.testimonial-carousel .owl-controls .owl-pagination {
	position: absolute;
	top: -130px;
	left: 0;
	width: 100%;
}

/* === 2.13. CLIENT === */
.client-item .image,
.client-item .image-hover {
	-webkit-transition: all .6s;
	transition: all .6s
}
.client-item .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.client-item {
	position: relative
}
.client-item:hover .image {
	visibility: hidden
}
.client-item:hover .image-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

/* === 2.14. HOTSPOT === */
#powerTip {
	background: #4dafff;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
	width: 250px;
	padding: 26px 30px;
	white-space: normal;
}
#powerTip.n:before {
	border-top: 10px solid #4dafff
}
#powerTip.e:before {
	border-right: 10px solid #4dafff
}
#powerTip.s:before {
	border-bottom: 10px solid #4dafff
}
#powerTip.w:before {
	border-left: 10px solid #4dafff
}
#powerTip.ne:before,
#powerTip.nw:before {
	border-top: 10px solid #4dafff
}
#powerTip.se:before,
#powerTip.sw:before {
	border-bottom: 10px solid #4dafff
}
#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	border-top: 10px solid #4dafff
}
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	border-bottom: 10px solid #4dafff
}
.hotspot-content .heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #fff
}
.hotspot-content .text {
	font-style: italic;
	color: hsla(0, 0%, 100%, .7)
}
.image-hotspot {
	width: 100%;
	position: relative;
}
.hotspot-item {
	position: absolute;
	width: 82px;
	height: 82px;
}

/* === 2.15. NEWSLETTER === */
.blog-newsletter {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#122ACC),color-stop(100%,#0B88EE));
	background: -moz-linear-gradient(30deg,#122ACC 0,#0B88EE 100%);
	background: -webkit-linear-gradient(30deg,#122ACC 0,#0B88EE 100%);
	background: -o-linear-gradient(30deg,#122ACC 0,#0B88EE 100%);
	background: -ms-linear-gradient(30deg,#122ACC 0,#0B88EE 100%);
	background: linear-gradient(30deg,#122ACC 0,#0B88EE 100%);
	padding: 30px 15px 43px;
}
.blog-newsletter-form input[type=email] {
	background: hsla(0,0%,100%,.2);
	border-color: transparent;
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
}
.blog-newsletter-form .form-submit {
	min-width: 180px;
	display: block;
	margin: 16px auto 0;
	background-color: #38cb89;
	border: 1px solid #38cb89;
}
.blog-newsletter-form .form-submit:hover {
	background: transparent;
	color: #38cb89;
	border: 1px solid #38cb89;
}
.blog-newsletter-form input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.blog-newsletter-form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.blog-newsletter-form input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.header-1 .newsletter-form input[type=email] {
	background: #fff;
	padding: 3px 155px 3px 20px;
	font-size: 16px;
}
.header-1 .newsletter-form .form-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 31px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	border: 0;
	background-color: #e74c3c;
}
.agency-newsletter {
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}
.agency-newsletter input[type=email] {
	font-size: 16px;
    background: hsla(0,0%,100%,.21);
    padding: 3px 155px 3px 20px;
    border: 0;
    color: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.agency-newsletter .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 31px;
    border-radius: 0 5px 5px 0;
    background: #fff;
    border-color: #fff;
	color: #e74c3c;
}
.agency-newsletter input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.agency-newsletter input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.agency-newsletter input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.business-newsletter {
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}
.business-newsletter input[type=email] {
	font-size: 16px;
    background: #fff;
    padding: 3px 155px 3px 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
	color: #878c9b;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.business-newsletter .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 31px;
    border-radius: 0 5px 5px 0;
    background-color: #e74c3c;
    border-color: #e74c3c;
	color: #fff;
}
.business-newsletter input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #878c9b;
	opacity: 1; /* Firefox */
}
.business-newsletter input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #878c9b;
}
.business-newsletter input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
	color: #878c9b;
}

/* === 2.16. BUTTONS === */
.button {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
	border-style: solid;
	cursor: pointer;
	font-family: Roboto;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.button.style-outline {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #e74c3c;
	border-color: #ccc;
}
.button.style-outline:hover {
	background-color: #e74c3c;
	color: #fff;
	border-color: #e74c3c;
}
.button.style-flat {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.button.style-flat:hover {
	background-color: transparent;
	color: #e74c3c;
	border-color: #e74c3c;
}
.button.style-flat-white {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #e74c3c;
	background-color: #fff;
	border-color: #fff;
}
.button.style-flat-white:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.button.style-flat.button-primary {
	background-color: #38cb89;
	border-color: #38cb89;
	color: #fff;
}
.button.style-flat.button-primary:hover {
	background: none;
	border-color: #38cb89;
	color: #38cb89;
}
.button.style-flat-dark {
    background-color: #454545;
    color: #fff;
    border-color: #454545;
}
.button.style-flat-dark:hover {
	background-color: #222;
    color: #fff;
    border-color: #222;
}
.button.style-outline-white {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	border-color: #fff;
}
.button.style-outline-white:hover {
	background-color: #fff;
	color: #e74c3c;
	border-color: #fff;
}
.button.style-outline-grey {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #e74c3c;
	border-color: #ccc;
}
.button.style-outline-grey:hover {
	background-color: #ccc;
	color: #fff;
}
.button.style-outline-blue {
	padding: 0 26px;
	height: 48px;
	border-width: 1px;
	border-radius: 5px;
	letter-spacing: .0625em;
	font-weight: 700;
	font-size: 16px;
	line-height: 46px;
	color: #e74c3c;
	border-color: #e74c3c;
}
.button.style-outline-blue:hover {
	background-color: #e74c3c;
	color: #fff;
}
.button.style-text {
    padding: 0;
    border: 0;
    background-color: transparent;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 16px;
}
.button.style-text.button-primary {
	color: #38cb89;
}
.button.button-xs {
    padding: 0 18px;
    height: 32px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 30px;
}
.button.button-sm {
    padding: 0 22px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
}
.button.button-lg {
    padding: 0 30px;
    height: 56px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 54px;
}
.button.style-text.button-xs,
.button.style-text.button-sm,
.button.style-text.button-lg {
	padding: 0;
}
.button.fullwidth-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: 70px;
    border-width: 0;
    line-height: 70px;
	width: 100%;
	font-family: Roboto;
	letter-spacing: .0625em;
    font-weight: 700;
    font-size: 16px;
}
.btn-view-full-map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	background-color: rgba(11,136,238,0.7);
}

/* === 2.17. ACCORDION === */
.accordion {
    margin: 0 0 30px;
    width: 100%;
}
.accordion > .accordion-section {
    overflow: hidden;
}
.accordion > .accordion-section + .accordion-section {
    margin-top: 33px;
}
.accordion .accordion-title, .accordion .accordion-title h3 {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: 18px;
	font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
	opacity: .7;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-title:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    height: 1px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-title:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    z-index: 1;
	background-color: #f3f3f3;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-marker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 33px;
    font-weight: 300;
    margin-right: 12px;
    line-height: 1;
}
.accordion .accordion-icon:before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    color: #ccc;
    content: "\f48a";
    font-family: Ionicons;
}
.accordion .accordion-title:hover,
.accordion .accordion-header.active .accordion-title {
	opacity: 1;
}
.accordion .accordion-title:hover:after,
.accordion .accordion-header.active .accordion-title:after {
    width: 100%;
}
.accordion .accordion-header.active > .accordion-title .accordion-icon:before {
	content: "\f463";
}
.accordion .accordion-content {
    padding: 27px 0 8px;
}

/* === 2.18. COUNTER === */
.counter-item {
    margin-bottom: 30px;
}
.counter-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 1px;
    background: hsla(0,0%,100%,.3);
}
.counter-item.no-border:before {
    background: none;
}
.counter-item .counter-wrap {
    position: relative;
}
.counter-item .icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 18px;
	color: hsla(0,0%,100%,.5);
}
.counter-item .number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.35;
}
.counter-item .number-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter-item .text {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .214em;
    line-height: 1.4;
}
.counter-item.style-2 .icon {
	color: #7e7e7e;
}
.counter-item.style-2 .text {
	color: #454545;
}
.counter-item.style-3 .icon {
	color: #7e7e7e;
}
.counter-item.style-3 .number-wrap {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.counter-item.style-3:before {
    background: #ddd;
}
.counter-item.style-4 .number-wrap {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

/* === 2.19. FORM === */
.contact-form .form-control,
.contact-form .form-textarea {
	background: #fff;
}
.contact-form .form-submit {
	width: auto;
}
.contact-form select {
	background-color: #fff;
}
.form-product-search {
    position: relative;
}
.form-product-search .search-field {
    padding: 3px 160px 3px 20px;
    background: #fff;
}
.form-product-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.25px;
	background-color: #e74c3c;
    color: #fff;
	font-family: Roboto;
}
.form-product-search .search-submit:hover {
    background-color: #38cb89;
}

/* === 2.20. PRICING === */
.pricing-item {
    z-index: 2;
	position: relative;
}
.pricing-item.style-1 {
    margin-bottom: 30px;
}
.pricing-item.style-1.pricing-featured {
    z-index: 10;
}
.pricing-item.style-1 .inner {
    position: relative;
    margin: 0 auto;
    padding: 37px 30px 51px;
    border-radius: 5px;
    background-color: #fcfcfc;
    box-shadow: 0 0 57px rgba(0,0,0,.08);
    text-align: center;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.pricing-item.style-1 .inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 57px rgba(0,0,0,.17);
}
.pricing-item.style-1.pricing-featured .inner {
    background: #fff;
    padding: 52px 30px 58px;
}
.pricing-item.style-1 .pricing-header {
    margin-bottom: 42px;
}
.pricing-item.style-1 .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.11px;
    text-transform: uppercase;
    margin-bottom: 57px;
	color: #e74c3c;
}
.pricing-item.style-1 .price-wrap-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing-item.style-1 .currency {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}
.pricing-item.style-1 .price {
    font-size: 64px;
    font-weight: 700;
    line-height: .7;
    margin-left: 4px;
    margin-right: 4px;
}
.pricing-item.style-1 .period {
    font-size: 14px;
    color: inherit;
}
.pricing-item.style-1 .pricing-list {
    margin: 0;
    padding: 0;
}
.pricing-item.style-1 .pricing-list li {
    position: relative;
    display: block;
    padding: 16px 0;
    list-style-type: none;
}
.pricing-item.style-1 .pricing-list li+li {
    border-top: 1px solid #f3f3f3;
}
.pricing-item.style-1 .pricing-footer {
    padding-top: 30px;
}
.pricing-item.style-2 .inner {
    position: relative;
    margin: 0 auto;
    padding: 54px 0 0;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
	border: 1px solid #f3f3f3;
}
.pricing-item.style-2 .pricing-header {
    margin-bottom: 42px;
}
.pricing-item.style-2 .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.pricing-item.style-2 .icon {
    font-size: 80px;
    background: #f7fbfe;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
	color: #e74c3c;
}
.pricing-item.style-2 .pricing-content {
    padding: 0 30px;
}
.pricing-item.style-2 .pricing-list li {
    position: relative;
    display: block;
    padding: 16px 0;
    list-style-type: none;
}
.pricing-item.style-2 .pricing-list li+li {
    border-top: 1px solid #f3f3f3;
}
.pricing-item.style-2 .pricing-footer {
    padding-top: 42px;
}
.pricing-item.style-2 .price-wrap-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 71px;
}
.pricing-item.style-2 .currency {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}
.pricing-item.style-2 .price {
    font-size: 64px;
    font-weight: 700;
    line-height: .7;
    margin-left: 4px;
    margin-right: 4px;
}
.pricing-item.style-2 .period {
    font-size: 14px;
    color: inherit;
}

/* === 2.21. GOOGLE MAP === */
#google-map .animated-dot {
    width: 20px;
    height: 20px;
    left: -9px;
    top: -5px;
    position: relative;
}
#google-map .animated-dot .middle-dot:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Ionicons;
    content: "\f456";
    font-size: 56px;
}
#google-map .animated-dot .signal,
#google-map .animated-dot .signal2 {
    width: 200px;
    height: 200px;
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    left: -90px;
    top: -90px;
    opacity: 0;
    -webkit-animation: animationSignal2 cubic-bezier(0, .55, .55, 1) 2s;
    animation: animationSignal2 cubic-bezier(0, .55, .55, 1) 2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: .78s;
    animation-delay: .78s;
}
#google-map .animated-dot .signal {
    border: 2px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 35px 10px rgba(0, 0, 0, .18);
    -webkit-animation-delay: .78s;
    animation-delay: .78s;
	box-shadow: inset 0 0 35px 10px #e74c3c;
}
#google-map .animated-dot .signal2 {
    border: 2px solid #e74c3c;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#google-map .middle-dot {
	color: #e74c3c;
}

/* === 2.22. TEAM MEMBER === */
.team-zigzag-carousel .owl-item {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member.style-1 {
    text-align: center;
	padding-right: 60px;
}
.team-member.style-1 .team-info {
    margin-top: 41px;
}
.team-member.style-1 .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 9px;
}
.team-member.style-1 .position {
    font-size: 14px;
    font-style: italic;
}
.team-member.style-1 .social-networks {
    display: none;
}
.team-member.style-2 {
    padding: 30px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member.style-2:hover {
    background: #fff;
    box-shadow: 0 2px 47px rgba(0,0,0,.06);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 5px;
}
.team-member.style-2 .photo {
    margin-bottom: 22px;
}
.team-member.style-2 .photo img {
	border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member.style-2:hover .photo img {
    -webkit-filter: none;
    filter: none;
}
.team-member.style-2 .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 11px;
}
.team-member.style-2 .social-footer {
    position: relative;
}
.team-member.style-2 .position {
    font-size: 14px;
    font-style: italic;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member.style-2:hover .position {
    visibility: hidden;
    opacity: 0;
}
.team-member.style-2 .social-networks {
	width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0 -8px;
    -webkit-transform: translate(-50%,15px);
    -ms-transform: translate(-50%,15px);
    transform: translate(-50%,15px);
    position: absolute;
    top: 0;
    left: 50%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member.style-2:hover .social-networks {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.team-member.style-2 .social-networks a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

/* === 2.23. PIE CHARTS === */
.pie-chart {
	margin-bottom: 30px;
	text-align: center;
}
.pie-chart.style-1 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pie-chart .chart {
	position: relative;
	width: 140px;
	height: 140px;
}
.pie-chart.style-1 .chart {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px;
}
.pie-chart .chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.pie-chart .inner-circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pie-chart .piecharts-number {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	line-height: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pie-chart .piecharts-number span {
	vertical-align: super;
	font-size: 20px;
}
.pie-chart .title {
	margin-bottom: 12px;
	text-align: left;
}
.pie-chart .title h6 {
	font-size: 18px;
    font-weight: 700;
}
.pie-chart .subtitle {
	font-size: 15px;
	text-align: left;
	line-height: 2.13;
}

/* === 2.24. CARDS === */
.tm-card {
    height: 100%;
    margin-bottom: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-card .content-wrap {
    position: relative;
}
.tm-card.style-1 {
	position: relative;
    overflow: hidden;
    color: #555;
    border-radius: 5px;
    padding: 40px 30px;
    box-shadow: 0 0 41px rgba(0,0,0,.03);
	background-color: #ffffff;
}
.tm-card.style-1:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 41px rgba(0,0,0,.15);
}
.tm-card.style-1 .heading i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tm-card.style-1 .icon {
    font-size: 200px;
    position: absolute;
    bottom: -63px;
    right: -27px;
    line-height: 0;
    color: rgba(0,0,0,.04);
}
.tm-card.style-1 .content-wrap {
    text-align: left;
    align-items: flex-start;
}
.tm-card.style-1 .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 23px;
    color: #fff;
}
.tm-card.style-1 .heading a {
    position: relative;
    padding-right: 20px;
    display: block;
    color: #fff;
}
.tm-card.style-1 .heading a:before {
    display: none;
}
.tm-card.style-1 .menu-list {
    font-size: 16px;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
.tm-card.style-1 .menu-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tm-card.style-1 .menu-title {
    display: inline;
    padding-right: 10px;
}
.tm-card.style-1 .menu-sub-title, 
.tm-card.style-1 .menu-title {
    position: relative;
    z-index: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tm-card.style-1 .separator {
    border-top: 1px dashed hsla(0,0%,100%,.5);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -9px;
}
.tm-card.style-1 .phone-number {
    font-size: 40px;
    color: inherit;
    line-height: 1.4;
    margin-bottom: 16px;
}

/* === 2.25. COUNTDOWN === */
.countdown-bar {
    text-align: center
}
.countdown-bar > .countdown-item {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.countdown-bar > .countdown-item > .countdown-item-value {
	font-size: 48px;
    font-weight: 300;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
.countdown-bar > .countdown-item > .countdown-item-label {
	text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 16px;
}
.countdown-bar.style-1 .countdown-item-value {
    display: inline-block;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
	color: #fff;
}
.countdown-bar.style-1 .countdown-item-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 18px;
	color: hsla(0,0%,100%,.7);
}
.countdown-bar.style-2 .countdown-item-value {
    color: #fff;
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 hsla(0, 0%, 100%, .2);
    margin-bottom: 15px
}
.countdown-bar.style-2 .countdown-item-label {
    font-size: 16px;
	display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 18px;
	color: hsla(0,0%,100%,.7);
}
.countdown-bar.style-3 .countdown-item-value {
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 hsla(0, 0%, 100%, .2);
    margin-bottom: 15px;
	color: #e74c3c;
}
.countdown-bar.style-3 .countdown-item-label {
    color: hsla(0, 0%, 67%, .7);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.43px;
    text-transform: uppercase;
}
.countdown-bar.style-4 .countdown-item-value {
    color: #e74c3c;
    display: block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 7px 2px 0 rgba(0,0,0,.1);
    margin-bottom: 15px
}
.countdown-bar.style-4 .countdown-item-label {
    font-size: 16px;
	display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 18px;
	color: #ababab;
}
.error404--header {
    padding: 30px 0;
}
.error404--header .branding__logo img {
    width: 153px;
}
.error404--header .branding__logo a {
    float: none;
}
.error404--title {
    font-size: 56px;
    line-height: 1.28;
    margin: 20px 0 38px;
	color: #7e7e7e;
}

/* === 2.26. SIDEBAR === */
.sidebar-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1;
    width: 340px;
    height: 100%;
    box-shadow: 0 -9px 25px rgba(0,0,0,.03);
	overflow-y: auto;
}
.sidebar-fixed .sidebar-content {
    position: relative;
    min-height: 1px;
    width: 100%;
	padding: 60px 40px;
    background: #fff;
}
.sidebar .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 17px;
    background: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
	color: #454545;
}
.sidebar .search-form .search-btn-text {
    display: none;
}

/* === 2.27. INFO === */
.info-carousel.dots-carousel .owl-controls {
    position: relative;
    bottom: 30px;
}
.info {
    padding: 116px 90px 100px;
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5px;
}
.info .sub-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.71;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.info .heading {
    color: #fff;
    font-size: 56px;
    line-height: 1.28;
    margin-bottom: 38px;
}
.info .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 74px;
}

/* === 2.28. BREADCRUMB === */
.page-title-bar {
    position: relative;
	z-index: 3;
}
.page-title-bar-inner {
    border-bottom: 1px solid transparent;
}
.page-breadcrumb {
    margin: 0;
    padding: 0;
    background: #fff;
}
.breadcrumb {
    background: none;
    border-radius: 0;
	display: block;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li {
    position: relative;
    padding-left: 30px;
}
.breadcrumb li + li:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 10px;
	color: #ababab;
}
.page-title-bar-1 .page-title-bar-inner {
    text-align: center;
	background: #f7fbfe;
    background: -moz-linear-gradient(-180deg, #fff 0%, #f7fbfe 100%);
    background: -webkit-linear-gradient(-180deg, #fff 0%,#f7fbfe 100%);
    background: -o-linear-gradient(-180deg, #fff 0%,#f7fbfe 100%);
    background: -ms-linear-gradient(-180deg, #fff 0%,#f7fbfe 100%);
    background: linear-gradient(-180deg, #fff 0%,#f7fbfe 100%);
	border-bottom-color: #ededed;
    padding-top: 239px;
    padding-bottom: 160px;
}
.page-title-bar-1 .page-title-bar-inner .heading {
    font-weight: 400;
    line-height: 1.285;
    text-transform: none;
    color: #454545;
    font-size: 56px;
}
.page-title-bar-1 .breadcrumb {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.page-title-bar-1 .page-breadcrumb-inner {
    padding-bottom: 0px;
}
.page-title-bar-1 .breadcrumb li, 
.page-title-bar-1 .breadcrumb li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.71;
    text-transform: uppercase;
	color: #ababab;
}
.page-title-bar-1 .breadcrumb li a:hover {
    color: #e74c3c;
}
.page-title-bar-1 .breadcrumb li.current {
    color: #454545;
}

/* === 2.29. MAINTENANCE === */
.maintenance-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e74c3c;
    background: -webkit-linear-gradient(left,#e74c3c 20%,#2ac3db);
    background: linear-gradient(90deg,#e74c3c 20%,#2ac3db);
}
.maintenance-title {
    font-size: 56px;
    margin-bottom: 23px;
    color: #fff;
}
.maintenance-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 79px;
}
.maintenance-svg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.maintenance-svg svg {
    height: 440px;
    width: 100%;
    fill: #fff;
}
.maintenance-page .buttons {
	position: relative;
    z-index: 10;
}
.section-coming-soon-1 {
    background-image: url(../images/background/coming-soon-01-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-coming-soon-2 {
    background-image: url(../images/background/bg_1920x918.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.coming-soon-content {
  	position: absolute;
  	top: 50%;
  	left: 0%;
  	transform: translate(0%, -50%);
	width: 100%;
}

/* === 2.30. TYPED TEXT === */
#typed, .typed-cursor {
    color: #e74c3c;
}

/* === 2.31. TIMELINE === */
.timeline ul {
    margin: 0;
    padding: 0;
}
.timeline ul li {
    position: relative;
    margin: 0 auto;
    width: 1px;
    list-style-type: none;
}
.timeline ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #eee;
}
.timeline ul li:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	background-color: #e74c3c;
}
.timeline .time {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: -.05em;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 500;
    color: #ddd;
    left: 85px;
	width: 400px;
}
.timeline ul .item:nth-child(2n) .content-wrap, 
.timeline ul .item:nth-child(odd) .time {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.timeline ul .item:nth-child(2n) .time {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
	left: -485px;
    text-align: right;
}
.timeline .content-wrap {
    position: relative;
    top: 4px;
	width: 400px;
}
.timeline ul li:nth-child(odd) .content-wrap {
    text-align: right;
    left: -485px;
}
.timeline ul .item:nth-child(odd) .content-wrap {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
.timeline .heading {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 33px;
}
.timeline .photo {
    margin-bottom: 28px;
}

/* === 2.32. TABS === */
.tabs .nav-tabs {
	border-bottom: none;
}
.tabs.style-1 .nav-tabs li {
	display: inline-block;
}
.tabs.style-1 .nav-tabs li + li {
    margin-left: 30px;
}
.tabs.style-1 .nav-tabs li a {
    font-size: 20px;
	color: #7e7e7e;
	padding-bottom: 5px;
}
.tabs.style-1 .nav-tabs li a.active {
    border-bottom: 2px solid #e74c3c;
}
.tabs.style-1 .tab-content {
    border-top: 2px solid #f5f5f5;
	padding: 30px 0;
}
.tabs.style-2 .nav-tabs li {
	display: inline-block;
}
.tabs.style-2 .nav-tabs li + li {
    margin-left: 5px;
}
.tabs.style-2 .nav-tabs li a {
    font-size: 20px;
	background: #f1f1f1;
	color: #e74c3c;
	padding: 10px 18px;
}
.tabs.style-2 .nav-tabs li a.active {
    background: #e74c3c;
	color: #fff;
	position: relative;
}
.tabs.style-2 .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    left: 50%;
	bottom: -18px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
	border-top-color: #e74c3c;
}
.tabs.style-2 .tab-content {
    padding: 30px 38px;
	border: 2px solid #eee;
	margin-top: 4px;
}

/* === 2.33. MOBILE MENU === */
.page-mobile-main-menu {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 9999999;
	overflow-x: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 3px 1px 29px rgba(0,0,0,.12);
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #555;
}
.page-mobile-main-menu.open {
	right: 0;
}
.page-mobile-menu-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	height: 85px;
	background: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-mobile-menu-logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.page-mobile-menu-logo img {
	width: 200px;
}
.page-close-mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-close-mobile-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.page-close-mobile-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: transparent;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-close-mobile-menu i:after, 
.page-close-mobile-menu i:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a237e;
	content: "";
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
}
.page-close-mobile-menu i:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-close-mobile-menu i:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-mobile-main-menu .mobile-menu {
	margin: 0;
	padding: 20px 30px 30px;
	background-color: #555;
}
.page-mobile-main-menu li {
	display: block;
	list-style-type: none;
}
.page-mobile-main-menu .mobile-menu a {
	position: relative;
	display: block;
}
.page-mobile-main-menu .mobile-menu a {
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-transform: none;
}
.page-mobile-main-menu .mobile-menu > li > a {
	padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
	font-weight: 700;
    line-height: 1.5;
}
.page-mobile-main-menu .mobile-menu > li+li > a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page-mobile-main-menu .toggle-sub-menu {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	background: hsla(0,0%,100%,.1);
	color: #fff;
	text-align: center;
	line-height: 40px;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-mobile-main-menu .toggle-sub-menu:after {
	display: block;
    content: "\f3d3";
    font-size: 24px;
    font-family: Ionicons;
    font-weight: 500;
}
.page-mobile-main-menu .toggle-sub-menu.open:after {
	content: "\f3d0";
}
.page-mobile-main-menu .sub-menu a {
	padding: 10px 0;
	font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.page-mobile-main-menu .sub-menu {
	display: none;
	margin: 12px 0 14px 10px;
}
.page-mobile-main-menu .sub-menu.open {
	display: block;
}

/* === 2.34. PRELOADER === */
.noo-spinner {
    position: fixed;
	top: 0;
    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;
}
.sk-rotating-plane {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #e74c3c;
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 -20px;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* 3. COMMERCE
/* --------------------------------------------------------------------- */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	color: #efc71f;
}
.star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}
.product-badges {
    position: absolute;
    top: 30px;
    left: 28px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-badges .hot, .product-badges .new, 
.product-badges .onsale, .product-badges .out-of-stock {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 2px;
    min-height: 0;
    min-width: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-badges .onsale {
    background: #f6a623;
    padding: 5px 8px;
}
.product-badges .hot {
    background: #d31129;
    padding: 5px 11px;
}
.product-badges .new {
    background: #38cb89;
    padding: 5px 13px;
}
.product-badges .out-of-stock {
    background: #000;
    padding: 5px 13px;
}
.mini-cart .mini-cart-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
}
.mini-cart .mini-cart-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: inherit;
    content: "\f3f8";
    font-family: Ionicons;
    line-height: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mini-cart .mini-cart-icon:after {
    position: absolute;
    top: -4px;
    right: -2px;
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    content: attr(data-count);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
	background-color: #e74c3c;
}
.mini-cart .widget_shopping_cart_content {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 30px 20px 27px;
    max-height: 700px;
    width: 360px;
    border: 1px solid #eee;
    border-bottom: 2px solid #e74c3c;
    background-color: #fff;
    opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.mini-cart.open .widget_shopping_cart_content {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.cart-list li {
    display: block;
    list-style-type: none;
}
.cart-list a {
    font-weight: 400;
    font-size: 16px;
}
.cart-list li {
    float: left;
	width: 100%;
}
.cart-list li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.cart-list li .remove {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    color: inherit;
    line-height: 1.5;
}
.cart-list li img {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}
.cart-list li .quantity {
    display: block;
    font-size: 20px;
}
.cart-list li .quantity .price {
    color: #e74c3c;
}
.widget_shopping_cart_content .cart-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	float: left;
	width: 100%;
}
.widget_shopping_cart_content .total {
    padding: 0;
    width: 100%;
    border-top: 0;
    font-size: 16px;
}
.widget_shopping_cart_content .total .amount {
    font-size: 20px;
	color: #e74c3c;
}
.widget_shopping_cart_content .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.category-item {
	display: block;
	margin-right: 30px;
}
.category-item .cat-wrapper {
    position: relative;
}
.category-item .cat-thumbnail {
    overflow: hidden;
    border-radius: 5px;
}
.category-item .cat-thumbnail img {
    -webkit-transition: all 1s cubic-bezier(0,0,.2,1);
    transition: all 1s cubic-bezier(0,0,.2,1);
    width: 100%;
}
.category-item .cat-wrapper:hover .cat-thumbnail img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.category-item .cat-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px 45px;
    font-size: 14px;
    box-sizing: border-box;
}
.category-item .cat-title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 7px;
}
.category-item .cat-count {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3.56px;
    font-weight: 700;
    color: rgba(69,69,69,.3);
}
.product-banner-1 {
	padding-top: 105px;
    padding-right: 55px;
    padding-bottom: 88px;
}
.product-banner-1 h3.heading {
    line-height: 1.34;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
}
.product-banner-2 {
	padding-top: 130px;
    padding-left: 55px;
    padding-bottom: 88px;
}
.product-banner-2 h3.heading {
    line-height: 1.34;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
}
.product-popup-content .container {
	overflow: hidden;
    height: 680px;
    padding-top: 55px;
    background: #fff;
	border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
	position: relative;
}
.product-popup-content .product-summary {
    margin: 0;
    padding-right: 30px;
}
.product-popup-content .product-title {
    margin: -4px 0 11px;
    font-size: 40px;
    line-height: 1.4;
	clear: none;
    padding: 0;
}
.product-popup-content .product-rating {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.6;
}
.product-popup-content .star-rating {
	margin: .3em 4px 0 0;
    float: left;
}
.product-popup-content .product-rating .review-link {
    margin-left: 5px;
}
.product-popup-content .price {
    margin-bottom: 30px;
    font-size: 18px;
	color: #e74c3c;
	font-weight: 700;
}
.product-popup-content .quantity-button-wrapper,
.product-popup-content .product-actions {
    display: block;
}
.product-popup-content .quantity-button-wrapper {
    margin-bottom: 43px;
}
.product-popup-content .quantity-button-wrapper label {
    margin: 9px 15px 0 0;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-width: 100px;
	color: #ababab;
}
.product-popup-content div.quantity {
    position: relative;
    width: 100px;
	display: inline-block;
    margin: 0 30px 0 0;
}
.product-popup-content div.quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
}
.product-popup-content .product-actions a {
    margin-right: 10px;
	float: left;
}
.product-popup-content .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-popup-content .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    content: "\f388";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-popup-content .product-meta-wrap {
    float: left;
	width: 100%;
}
.product-popup-content .product-meta-wrap .product-meta {
    margin-top: 38px;
    padding-top: 19px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
	color: #ababab;
}
.product-popup-content .product-meta-wrap a {
    color: #ababab;
}
.product-popup-content .product-meta-wrap a:hover {
    color: #38cb89;
}
.product-popup-content .product-meta-wrap h6 {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    min-width: 100px;
    line-height: 1.3;
}
.product-popup-content .product-meta-wrap .meta-item + .meta-item {
    margin-top: 5px;
}
.product-popup-content .product-sharing-list {
    display: inline-block;
    margin: 0 -10px;
}
.product-popup-content .product-sharing-list a {
    padding: 0 8px;
    font-size: 14px;
    color: #ccc;
}
.product-item .quickview-icon:before, 
.product-item .add-to-cart:before, 
.product-item .compare:before, 
.product-item .add-to-wishlist a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-item .quickview-icon:before {
    content: "\f4a4";
}
.product-item .add-to-cart:before {
    content: "\f3f8";
}
.product-item .add-to-wishlist a:before {
    content: "\f141";
}
.product-item .compare:before {
    content: "\f4a8";
}
.product-item .price del {
    opacity: .5;
    display: inline-block;
	color: #ccc;
}
.product-item .price ins {
    text-decoration: none;
}
.product-item.style-1 {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    margin-bottom: 30px;
    z-index: 1;
}
.product-item.style-1:hover {
    z-index: 3;
}
.product-item.style-1:after {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    border-radius: 5px;
    width: auto;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
}
.product-item.style-1:hover:after {
    bottom: -93px;
    opacity: 1;
}
.product-item.style-1 .thumbnail img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-item.style-1 .product-info {
    padding: 30px 24px 29px 30px;
}
.product-item.style-1 .main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item.style-1 .left-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-item.style-1 .product-title a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	white-space: nowrap;
}
.product-item.style-1 .product-categories a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #ababab;
}
.product-item.style-1 .product-categories a:hover {
    color: #e74c3c;
}
.product-item.style-1 .price {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    height: 56px;
    line-height: 56px;
    padding: 0 13px;
    text-align: center;
	color: #e74c3c;
	font-weight: 700;
    font-size: 18px;
}
.product-item.style-1 .product-actions {
    background: #fff;
    position: absolute;
    bottom: -53px;
    left: 30px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.product-item.style-1:hover .product-actions {
    -webkit-transition: all .5s ease-in-out .15s;
    transition: all .5s ease-in-out .15s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.product-item.style-1 .product-actions a {
    margin-right: 10px;
}
.product-item.style-1 .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-item.style-1 .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    content: "\f388";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-item.style-2 {
    margin-bottom: 30px;
	position: relative;
}
.product-item.style-2 .product-wrapper {
    position: relative;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    border-radius: 5px;
    background: #fff;
    height: 100%;
    overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.product-item.style-2 .product-thumbnail {
    margin-bottom: 28px;
}
.product-item.style-2 .product-thumbnail .thumbnail {
    position: relative;
}
.product-item.style-2 .thumbnail img {
    width: 100%;
}
.product-item.style-2 .product-hover-image {
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.product-item.style-2 .product-wrapper:hover .product-hover-image {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-item.style-2 .product-actions {
    position: absolute;
    top: 93px;
    right: 29px;
    z-index: 99;
}
.product-item.style-2 .product-action {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    display: block;
    margin: 0 0 10px;
}
.product-item.style-2 .add-cart-btn {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.product-item.style-2 .add-to-wishlist {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.product-item.style-2 .compare-btn {
	-webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.product-item.style-2 .product-wrapper:hover .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.product-item.style-2 .product-action a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #454545;
    font-size: 0;
    padding: 0;
    background: #ededed;
    border: 0;
    text-align: center;
}
.product-item.style-2 .product-info {
    text-align: center;
    padding: 30px 30px 34px;
}
.product-item.style-2 .product-title {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 15px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-item.style-2 .price {
    color: #e74c3c;
	font-weight: 700;
    font-size: 18px;
}
.product-item.style-3 {
    margin-bottom: 30px;
	position: relative;
}
.product-item.style-3 .product-wrapper {
    position: relative;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    border-radius: 5px;
    background: #fff;
    height: 100%;
    overflow: hidden;
}
.product-item.style-3 .product-thumbnail .thumbnail {
    position: relative;
}
.product-item.style-3 .thumbnail img {
    width: 100%;
}
.product-item.style-3 .product-hover-image {
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.product-item.style-3 .product-wrapper:hover .product-hover-image {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-item.style-3 .product-info {
    padding: 27px 30px 43px 0;
}
.product-item.style-3 .product-title {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 9px;
}
.product-item.style-3 .price {
    display: block;
    margin-bottom: 20px;
	font-weight: 700;
	color: #e74c3c;
	font-size: 18px;
}
.product-item.style-3 .product-excerpt {
    margin-bottom: 29px;
}
.product-item.style-3 .product-actions a {
    margin-right: 10px;
	float: left;
}
.product-item.style-3 .add_to_wishlist {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.product-item.style-3 .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    content: "\f388";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shop-detail-images {
	padding: 20px;
	margin: -20px;
}
.shop-detail-image-carousel {
	margin-bottom: 70px;
	display: block;
	height: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    width: 100%;
}
.shop-detail-image-carousel img {
	max-width: 480px;
}
.shop-detail-image-carousel .owl-controls {
    position: relative;
	bottom: 20px;
}
.shop-summary {
    margin-bottom: 40px;
    padding-left: 20px;
    width: 100%;
}
.shop-summary .product-title {
    margin: -4px 0 11px;
    font-size: 40px;
    line-height: 1.4;
}
.shop-summary .product-rating {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.6;
}
.shop-summary .product-rating .star-rating {
    margin: .5em 4px 0 0;
    display: inline-block;
}
.shop-summary .price {
    margin-bottom: 30px;
    font-size: 18px;
	font-weight: 700;
	color: #e74c3c;
}
.shop-summary .quantity-button-wrapper {
    margin-bottom: 43px;
}
.shop-summary .quantity-button-wrapper label {
    display: inline-block;
	margin: 9px 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    min-width: 100px;
}
.shop-summary .quantity {
    display: inline-block;
    margin: 0 30px 0 0;
	position: relative;
}
.shop-summary .quantity button {
    background: none;
    position: absolute;
    right: 0;
    padding: 0;
    width: 30px;
    height: 20px;
    border: 0;
	color: #ccc;
    font-size: 12px;
}
.shop-summary .quantity .increase {
    top: 0;
}
.shop-summary .quantity .decrease {
    bottom: 10px;
}
.shop-summary .quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
	text-align: center;
}
.shop-summary .product-actions .button {
    display: inline;
    float: left;
    margin-right: 10px;
}
.shop-summary .product-actions a {
    margin-right: 10px;
	float: left;
}
.shop-summary .add_to_wishlist,
.shop-summary .compare {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    color: #ababab;
    font-size: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ededed;
}
.shop-summary .add_to_wishlist:before {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    content: "\f388";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shop-summary .compare:before {
    content: "\f4a8";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 500;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shop-summary .product-meta-wrap {
    float: left;
	width: 100%;
}
.shop-summary .product-meta-wrap .product-meta {
    margin-top: 38px;
    padding-top: 19px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
	color: #ababab;
}
.shop-summary .product-meta-wrap a {
    color: #ababab;
}
.shop-summary .product-meta-wrap a:hover {
    color: #38cb89;
}
.shop-summary .product-meta-wrap h6 {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    min-width: 100px;
    line-height: 1.3;
}
.shop-summary .product-meta-wrap .meta-item + .meta-item {
    margin-top: 5px;
}
.shop-summary .product-sharing-list {
    display: inline-block;
    margin: 0 -10px;
}
.shop-summary .product-sharing-list a {
    padding: 0 8px;
    font-size: 14px;
    color: #ccc;
}
.commerce-tab {
	margin-top: 100px;
}
.commerce-tab .nav-tabs {
    display: inline-block;
    width: 100%;
}
.commerce-tab .nav-tabs li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.commerce-tab .nav-tabs li > a {
    padding: 6px 18px;
    display: block;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}
.commerce-tab .nav-tabs li > a:hover,
.commerce-tab .nav-tabs li > a.active {
    color: #454545;
}
.commerce-tab .nav-tabs li > a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e74c3c;
    z-index: 2;
}
.commerce-tab .tab-content {
    border-top: 1px solid #ededed;
    position: relative;
    padding: 68px 0 0;
}
.related-products {
    margin-top: 70px;
}
.related-products > h2 {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
.archive-shop-actions {
    margin-bottom: 25px;
}
.archive-shop-actions .shop-filter-left, 
.archive-shop-actions .shop-filter-right {
    margin-bottom: 10px;
}
.archive-shop-actions .shop-filter-left {
	line-height: 45px;
}
.archive-shop-actions .shop-filter-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.commerce-ordering {
    display: inline-block;
    margin: 0;
    float: none;
}
.commerce-ordering select {
    background-color: #fff;
}
.shop-view-switcher {
    font-size: 20px;
    margin: 0 -10px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-view-switcher .switcher-item {
    color: #ccc;
    display: block;
    padding: 0 10px;
}
.shop-view-switcher .switcher-item.active {
    color: #454545;
    cursor: auto;
}
.widget_price_filter .price_slider {
	margin-bottom: 1em
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}
.widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	background-color: #45deb0;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: -4px;
	cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #602053;
	border: 0
}
.widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}
.widget_price_filter .price_slider_wrapper {
	margin-top: 40px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e0e0e0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.widget_price_filter .ui-slider .ui-slider-range {
	background: #e74c3c;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 18px;
    height: 18px;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0,0,0,.13);
	z-index: 1;
}
.widget_price_filter .price_slider_amount {
	margin-top: 33px;
}
.widget_price_filter .price_slider_amount .button {
	padding: 0 33px;
    height: 48px;
    line-height: 46px;
	letter-spacing: .0625em;
    font-weight: 700;
    font-size: 16px;
}
.widget_price_filter .price_slider_amount .price_label {
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 400;
}
.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.product_list_widget li {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product_list_widget .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_list_widget .thumbnail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.product_list_widget li img {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    width: 100%;
    height: 80px;
}
.product_list_widget li .product-title {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.18;
}
.product_list_widget li a {
    display: block;
	font-weight: 400;
}
.product_list_widget li .price {
    font-weight: 700;
    font-size: 18px;
	color: #e74c3c;
}
.product_list_widget li .star-rating {
    margin-top: 6px;
    font-size: 12px;
}
.commerce-form-login {
	border: 1px solid #d3ced2;
    padding: 20px;
    margin: 40px 0 0;
    text-align: left;
    border-radius: 5px;
}
.commerce-form-login .form-item {
    margin: 0 0 10px;
    padding: 0;
}
.commerce-form-login .form-checkbox {
    margin-left: 20px;
	display: inline;
}
.shop-cart {
    border: 0;
    border-collapse: collapse;
    margin: 0 -1px 95px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.shop-cart thead {
    border-radius: 4px;
}
.shop-cart thead tr {
    border-bottom: 1px solid #ededed;
}
.shop-cart thead th {
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
	border: none;
	text-align: left;
	color: #454545;
	border-bottom-width: 1px;
}
.shop-cart th.product-thumbnail {
    width: 110px;
}
.shop-cart th.product-remove {
    width: 40px;
}
.shop-cart tbody tr, 
.shop-cart tfoot tr {
    border-bottom: 1px solid #ededed;
}
.shop-cart td {
    padding: 30px 0;
	vertical-align: middle;
}
.shop-cart td img {
    width: 80px;
}
.shop-cart td.product-name a, 
.shop-cart td.product-price, 
.shop-cart td.product-subtotal,
.shop-cart td.product-remove {
    font-size: 20px;
}
.shop-cart td.product-price,
.shop-cart td.product-subtotal {
    font-weight: 700;
    font-size: 18px;
	color: #e74c3c;
}
.shop-cart .quantity {
    display: inline-block;
    margin: 0 30px 0 0;
	position: relative;
}
.shop-cart .quantity button {
    background: none;
    position: absolute;
    right: 0;
    padding: 0;
    width: 30px;
    height: 20px;
    border: 0;
	color: #ccc;
    font-size: 12px;
}
.shop-cart .quantity .increase {
    top: 0;
}
.shop-cart .quantity .decrease {
    bottom: 10px;
}
.shop-cart .quantity .qty {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
	text-align: center;
}
.shop-cart td.actions {
    text-align: right;
}
.shop-cart td.actions .coupon {
    float: left;
}
.shop-cart td.actions #coupon_code {
    margin: 0 10px 0 0;
    width: 320px;
}
.cart-totals {
    width: 100%;
}
.cart-totals .wg-title {
    margin-bottom: 40px;
    font-size: 24px;
}
.cart-totals table {
    margin-bottom: 30px;
    border: 0;
    border-collapse: collapse;
	width: 100%;
}
.cart-totals table tr {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.cart-totals table th {
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: 700;
    font-size: 14px;
    line-height: .9;
	padding: 15px 0;
    border: 0;
    background: none;
    text-align: left;
	color: #454545;
}
.cart-totals table td {
    padding: 15px 0;
    border: 0;
    background: none;
    text-align: left;
}
.cart-totals table .price {
    font-weight: 700;
    font-size: 18px;
	color: #e74c3c;
}
.payment-product-list .product-item {
    position: relative;
    margin-bottom: 20px;
    color: #27394A;
    float: left;
    width: 100%;
}
.payment-product-list .product-item .product-img {
    width: 90px;
    padding-right: 20px;
    display: inline;
    position: relative;
    float: left;
}
.payment-product-list .product-item .product-img img {
    border: 1px solid #ededed;
}
.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: #e74c3c;
}
.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 {
    font-size: 15px;
}
.payment-product-list .product-item .product-body .product-price {
    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;
    font-size: 22px;
    text-align: center;
    opacity: 1;
}
.total-product {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.coupon {
    height: 50px;
    display: table;
}
.cart-total table {
    width: 100%;
}
.cart-total table th {
    color: #454545;
	padding: 7px 0;
}
.payment_methods label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* 4. RESPONSIVE
/* --------------------------------------------------------------------- */
@media (min-width: 480px) {
	.payment-product-list .product-item .product-img {
		padding-right: 30px;
		width: 108px;
	}
}
@media (min-width: 544px) {
	.team-zigzag-carousel .owl-item.active .photo img {
		box-shadow: 29px 50px 52px rgba(0,0,0,.13);
	}
	.team-zigzag-carousel .owl-item.active + .owl-item.active .photo img,
	.team-zigzag-carousel .owl-item.active + .owl-item.active + .owl-item .photo img {
		box-shadow: none;
		opacity: .5;
	}
	.team-zigzag-carousel .owl-item.active + .owl-item.active {
		-webkit-transform: translateY(70px);
		-ms-transform: translateY(70px);
		transform: translateY(70px);
	}
	.team-zigzag-carousel .owl-item.active + .owl-item.active + .owl-item {
		-webkit-transform: translateY(140px);
		-ms-transform: translateY(140px);
		transform: translateY(140px);
	}
}
@media (min-width: 768px) {
	.form-seo-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.form-seo-check .form-wrap-grow {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.form-seo-check .form-control {
		border-radius: 0;
		height: 64px;
		background-color: #fff;
		-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    	transition: all .3s cubic-bezier(.645,.045,.355,1);
	}
	.form-seo-check .form-wrap:first-child input {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.form-seo-check .form-submit {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		height: 64px;
		background-color: #e74c3c;
    	border-color: #e74c3c;
    	color: #fff;
		-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    	transition: all .3s cubic-bezier(.645,.045,.355,1);
	}
	.form-seo-check .form-submit:hover {
		background-color: rgba(0, 0, 0, 0);
    	border-color: #e74c3c;
    	color: #e74c3c;
	}
	.support-search-form .search-submit {
		min-width: 180px;
		height: 64px;
	}
	.support-search-form .search-field {
		height: 64px;
		padding: 3px 190px 3px 30px;
	}
	.form-product-search .search-field {
		height: 64px;
		padding: 3px 190px 3px 30px;
	}
	.form-product-search .search-submit {
		min-width: 180px;
		height: 64px;
	}
	.tabs.style-3 .nav-tabs-wrapper {
		width: 25%;
		float: left;
	}
	.tabs.style-3 .tab-content {
		float: left;
		width: 75%;
	}
	.tabs.style-3 .tab-content h4, 	.tabs.style-3 .tab-content h3{
		font-size: 20px;
		margin-bottom: 11px;
		margin-top: 35px;
		padding-bottom: 10px;
	}
	.tabs.style-3 .tab-content p{
		font-size: 16px;
	}
	.tabs.style-3 .nav-tabs {
		display: block;
		width: 100%;
	}
	.tabs.style-3 .tab-content ul {
		display: block;
		margin-right: 0;
		padding-left: 20px;
	}
		.tabs.style-3 .tab-content .color {
		color: #333 !important;
	}
	.tabs.style-3 .tab-content ul > li > ul {
		display: block;
		margin-right: 0;
		list-style-type: disc;
		list-style: initial;
		padding-left: 40px;
	}
	ul.puces ul.mini-puces li::before {
		margin-right: 10px;
		height: 5px;
		width: 5px;
		border-radius: 50%;
		background-color: #7e7e7e;
		display: inline-block;
		content: '';
	}
	ul.puces ul.mini-puces li {
		color: #999;
	}
	ul.puces li::before{
		margin-right: 10px;
		height: 5px;
		width: 5px;
		border-radius: 50%;
		background-color: #e74c3c;
		display: inline-block;
		content: '';
	}
	.tabs.style-3 .nav-tabs li > a {
		padding: 15px 20px;
		background: #f1f1f1;
		color: #444;
		width: 100%;
    	display: block;
		font-size: 20px;
		text-align: left;

	}
	.tabs.style-3 .nav-tabs li a.active {
		background: #999;
		color: #fff !important;
		position: relative;
	}


	.tabs.style-3 .nav-tabs li a.active:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: -17px;
		width: 0;
		height: 0;
		border: 9px solid transparent;
		border-left-color: #999;
	}
	.tabs.style-3 .tab-content {
		border: 0px solid #eee;
    	padding: 0px 40px;
		display: block;
		margin-left: -1px;
	}
}
@media (min-width: 1024px) {
	#main {
		position: relative;
		z-index: 3;
		background: #fff;
	}
}
@media (min-width: 1200px) {
	.header-8 .popup-search-wrap .search-form,
	.header-9 .popup-search-wrap .search-form {
		width: 210px;
	}
	.product-popup-content .product-summary,
	.shop-summary {
		padding-left: 70px;
	}
}
@media (min-width: 1420px) {
	.header-2 .col-lg-12, .header-7 .col-lg-12,
	.top-bar-2 .container-fluid,
	.header-9 .container-fluid .col-lg-12,
	.header-12 .container-fluid .col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-fluid-padding-rl,
	.header-5 .container-fluid .col-lg-12,
	.header-6 .container-fluid .col-lg-12,
	.header-8 .container-fluid .col-lg-12 .header-wrap {
		padding-left: 150px;
		padding-right: 150px;
	}
	.tm-card.style-1, .tm-card.style-2 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.header-11 .header-left {
		padding: 0 50px;
	}
	.single-portfolio-style-fullscreen #portfolio-main-info-wrap {
		padding: 100px 140px 100px 150px;
	}
}
@media (min-width: 1500px) {
	.header-8 .popup-search-wrap .search-form,
	.header-9 .popup-search-wrap .search-form,
	.header-12 .popup-search-wrap .search-form {
		width: 370px;
	}
}
@media (max-width: 1800px) and (min-width: 992px) {
	.section-bg-10, .section-bg-11, .section-bg-23, .section-bg-39 {
		background-size: calc(100% / 1.5) auto;
	}
}
@media (max-width: 1800px) {
	.iphone-iframe {
		display: none;
	}
	.section-bg-12 {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1199px) {
	.page-open-mobile-menu {
		display: inline-block;
	}
	.header-2 .branding, .header-3 .branding, 
	.header-4 .branding, .header-5 .branding,
	.header-6 .branding, .header-7 .branding,
	.header-8 .branding, .header-9 .branding,
	.header-10 .branding, .header-11 .branding,
	.header-12 .branding {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.header-2 .page-open-mobile-menu,
	.header-3 .page-open-mobile-menu,
	.header-4 .page-open-mobile-menu,
	.header-5 .page-open-mobile-menu,
	.header-6 .page-open-mobile-menu,
	.header-7 .page-open-mobile-menu,
	.header-8 .page-open-mobile-menu,
	.header-11 .page-open-mobile-menu,
	.header-12 .page-open-mobile-menu {
		position: static;
	}
	.section-bg-6 .heading.nowrap {
		white-space: normal;
	}
	#home-startup-3 .section-separator svg {
		height: 250px;
	}
	.header-fixed-section {
		display: none;
	}
	.section-menu-aside {
		margin-left: 0px;
		margin-right: 0px;
	}
	.header-11 .header-left {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.header-12 .branding {
		position: static;
		-webkit-transform: translate(0%,0%); 
		-ms-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
	.category-item .cat-title {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.timeline .content-wrap, 
	.timeline .time {
		width: 250px;
	}
	.timeline .time {
		font-size: 40px;
		left: 34px;
	}
	.timeline ul .item .time {
		font-size: 40px;
		left: 34px;
	}
	.timeline ul .item:nth-child(2n) .time {
		left: -284px;
	}
	.timeline ul li:nth-child(odd) .content-wrap {
		left: -220px;
	}
	.timeline ul li:nth-child(2n) .content-wrap {
		left: -20px;
	}
	.header-1 .header-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 991px) {
	.comment-form-wrapper .left-form, .comment-form-wrapper .right-form {
		float: none;
		width: 100%;
	}
	.heading {
		font-size: 32px;
	}
	#home-startup-3 .section-separator svg {
		height: 170px;
	}
	.header-3 .container-fluid .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-bg-10, .section-bg-11, .section-bg-16, .section-bg-23, .section-bg-39 {
		background: none;
	}
	.countdown-bar > .countdown-item {
		padding: 0 40px;
		margin-bottom: 20px;
	}
	.countdown-bar.style-1 .countdown-item-value,
	.countdown-bar.style-2 .countdown-item-value,
	.countdown-bar.style-3 .countdown-item-value,
	.countdown-bar.style-4 .countdown-item-value {
		font-size: 60px;
	}
}
@media (max-width: 812px) {
	#main {
		margin-bottom: 0 !important;
		overflow-x: hidden;
	}
	.box-icon.style-1 .heading {
		font-size: 17px;
	}
	.seo-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.maintenance-svg svg {
		display: none;
	}
}
@media (max-width: 768px) {
	.header-8 .container-fluid .col-lg-12 .header-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tabs.style-3 .nav-tabs li {
		display: block;
	}
	.tabs.style-3 .nav-tabs li a {
		font-size: 20px;
		background: #f1f1f1;
		color: #e74c3c;
		padding: 10px 18px;
	}
	.tabs.style-3 .nav-tabs li a.active {
		background: #e74c3c;
		color: #fff;
		position: relative;
	}
	.tabs.style-3 .tab-content {
		padding: 30px 38px;
		border: 2px solid #eee;
		margin-top: 4px;
	}
	#home-startup-3 .section-separator svg, 
	.maintenance-svg svg {
		height: 100px;
	}
	.box-icon.style-11 .content-wrap {
		max-width: none;
		width: 100%;
	}
	.page-title-bar-1 .breadcrumb {
		text-align: center;
		left: 0;
	}
	.sidebar {
		margin-bottom: 50px;
	}
	.archive-shop-actions .shop-filter-right {
		justify-content: center;
	}
	.archive-shop-actions .shop-filter-left {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.blog-item.style-6 .post-item-wrap {
		display: block;
	}
	.blog-item.style-6 .post-thumbnail {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.blog-item.style-6 .post-thumbnail img {
		width: 100%;
	}
	.blog-item.style-6 .post-excerpt {
		margin-bottom: 30px;
	}
	.blog-item.style-6 .post-meta {
		position: static;
	}
	.newsletter-form {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.timeline ul li {
		margin-left: 20px;
		padding-bottom: 40px;
	}
	.timeline ul .item .content-wrap, 
	.timeline ul .item .time {
		width: calc(100vw - 100px);
	}
	.timeline ul .item .time {
		position: relative;
		margin-bottom: 7px;
		font-size: 30px;
		left: -65px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		text-align: left;
		top: -10px;
	}
	.timeline ul .item:nth-child(2n) .time {
		left: 5px;
	}
	.timeline ul .item:nth-child(odd) .content-wrap {
		left: 135px;
		text-align: left;
	}
	.timeline ul li:nth-child(2n) .content-wrap {
		left: -62px;
	}
	.blog-carousel .post-categories, .blog-carousel .post-meta {
		display: none;
	}
}
@media (max-width: 480px) {
	.blog-carousel .post-info {
		padding: 0 20px 20px;
	}
	.blog-carousel .post-title {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.blog-carousel .owl-controls {
		visibility: hidden;
		opacity: 0;
	}
	.blog-item.style-2 .post-title {
		font-size: 25px;
	}
	.header-1 .header-wrap, .header-1 .header-left, .header-1 .header-right {
		display: block;
		width: 100%;
	}
	.header-1 .header-right {
		position: relative;
	}
	.page-open-mobile-menu {
		position: absolute;
		top: 20px;
		right: 0px;
	}
	.hotspot-item {
		display: none;
	}
	#backtotop {
		display: none;
	}
	.testimonial-carousel .owl-controls .owl-pagination {
		position: static;
	}
	.testimonial-carousel .owl-wrapper-outer {
		margin-top: -130px;
    	margin-bottom: 65px;
	}
	.testimonial-carousel .owl-controls .owl-page {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.testimonial-carousel .owl-controls .owl-page.active, 
	.testimonial-carousel .owl-controls .owl-page:hover {
		width: 60px;
		height: 60px;
	}
	.agency-newsletter, .business-newsletter {
		padding-left: 0px;
		padding-right: 0px;
	}
	.agency-newsletter .form-submit, 
	.business-newsletter .form-submit {
		position: static;
		border-radius: 5px;
	}
	.header-8 .container-fluid .col-lg-12 .header-wrap {
		text-align: center;
	}
	.header-8 .header-right, .header-9 .header-right {
		display: block;
		width: 100%;
		margin: 0;
	}
	.header-8 .branding__logo a {
		float: none;
	}
	.section-bg-20 .section-bg-5, .section-bg-3 {
		background-image: none;
	}
	.form-seo-check .form-submit {
		height: 64px;
		background-color: #e74c3c;
    	border-color: #e74c3c;
    	color: #fff;
		-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    	transition: all .3s cubic-bezier(.645,.045,.355,1);
	}
	.header-11 .branding {
		width: 100%;
	}
	.header-11 .header-right {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.header-11 .popup-search-wrap {
		display: inline-block;
		width: auto;
	}
	.header-11 .page-open-mobile-menu {
		position: relative;
		top: 9px;
	}
	.sidebar-fixed {
		position: static;
		width: 100%;
	}
	.section-blog-homepage {
		margin-left: 0px;
		width: 100%;
	}
	.info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.counter-item.style-3 .number-wrap,
	.counter-item.style-4 .number-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center; 
		-ms-flex-pack: center;
		justify-content: center; 
	}
	.counter-item.style-3 .counter-wrap,
	.counter-item.style-4 .counter-wrap {
		text-align: center;
	}
	.shop-cart td {
		display: block;
		text-align: right;
	}
	.shop-cart tbody tr {
		margin-bottom: 30px;
		border-bottom: none;
		display: block;
	}
	.shop-cart .quantity {
		margin: 0;
	}
	.shop-cart tr td:before, .shop-cart tr td:before {
		content: attr(data-title) " ";
		font-weight: 700;
		float: left;
	}
	.shop-cart thead {
		display: none;
	}
	.blog-carousel .post-info {
		position: absolute;
		bottom: auto;
		left: 0;
		right: auto;
		color: #fff;
		transform: translate(0, -50%);
		top: 60%;
	}
	.blog-item.style-2 .post-thumbnail img {
		height: 200px;
	}
}
@media (max-width: 375px) {
	.box-icon.style-1 .content-wrap.left,
	.box-icon.style-1 .content-wrap.right {
		text-align: center;
		align-items: center;
	}
}


/* 5. ANIMATION & PRELOADER
/* --------------------------------------------------------------------- */
@-webkit-keyframes separator-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .3
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
}

@keyframes separator-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .3
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1% {
        opacity: .25
    }
    20% {
        opacity: .25
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1% {
        opacity: .25
    }
    20% {
        opacity: .25
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1% {
        opacity: .4
    }
    20% {
        opacity: .4
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1% {
        opacity: .4
    }
    20% {
        opacity: .4
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}



	.tabs.style-3 .nav-tabs li > a span {
		font-size:14px;
		text-transform: uppercase;
		display: block;
		font-weight: 400;
	}