@charset "UTF-8";
/*=========================
Template Name: Clement - A Apersonal Portfolio Template.
Author: Westilian - westilian
Author URI: http://themeforest.net/user/westilian/
===========================*/
/*
=======================================================================
[Table of contents]
=========================================================================
01. PLUGINS
02. COMMON
03. HOME
04. SLIDER
05. ABOUT
06. SERVICE
07. TEAM
08. BLOG
09. CONTACT
10. 404
11. AGENCY
12. CAFE
13. CONSTRUCTION
14. RESTAURANT
15. FASHION
16. HAIR
17. HOSTING
18. MECHANIC
19. GYM
20. ONEPAGE
21. CORPORATE


*/
/*---------------------------------------
PLUGINS
-----------------------------------------*/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.preloader {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 0;
}

.la-ball-triangle-path {
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.la-ball-triangle-path,
.la-ball-triangle-path > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #00aeda;
}

.la-ball-triangle-path {
	display: block;
	font-size: 0;
	color: #fff;
}

.la-ball-triangle-path.la-dark {
	color: #333;
}

.la-ball-triangle-path > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-triangle-path {
	width: 32px;
	height: 32px;
}

.la-ball-triangle-path > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
	-webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
	-moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
	-o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
	-webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
	-moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
	-o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
	-webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
	-moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
	-o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
	width: 16px;
	height: 16px;
}

.la-ball-triangle-path.la-sm > div {
	width: 4px;
	height: 4px;
}

.la-ball-triangle-path.la-2x {
	width: 64px;
	height: 64px;
}

.la-ball-triangle-path.la-2x > div {
	width: 20px;
	height: 20px;
}

.la-ball-triangle-path.la-3x {
	width: 96px;
	height: 96px;
}

.la-ball-triangle-path.la-3x > div {
	width: 30px;
	height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
	0% {
		-webkit-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
}

@-moz-keyframes ball-triangle-path-ball-one {
	0% {
		-moz-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-moz-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-moz-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-moz-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
}

@-o-keyframes ball-triangle-path-ball-one {
	0% {
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
}

@keyframes ball-triangle-path-ball-one {
	0% {
		-webkit-transform: translate(0, 220%);
		-moz-transform: translate(0, 220%);
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		-moz-transform: translate(110%, 0);
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		-moz-transform: translate(220%, 220%);
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		-moz-transform: translate(0, 220%);
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
}

@-webkit-keyframes ball-triangle-path-ball-two {
	0% {
		-webkit-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
}

@-moz-keyframes ball-triangle-path-ball-two {
	0% {
		-moz-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-moz-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-moz-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-moz-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
}

@-o-keyframes ball-triangle-path-ball-two {
	0% {
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
}

@keyframes ball-triangle-path-ball-two {
	0% {
		-webkit-transform: translate(110%, 0);
		-moz-transform: translate(110%, 0);
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		-moz-transform: translate(220%, 220%);
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		-moz-transform: translate(0, 220%);
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		-moz-transform: translate(110%, 0);
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
}

@-webkit-keyframes ball-triangle-path-ball-tree {
	0% {
		-webkit-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
}

@-moz-keyframes ball-triangle-path-ball-tree {
	0% {
		-moz-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-moz-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-moz-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-moz-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
}

@-o-keyframes ball-triangle-path-ball-tree {
	0% {
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
}

@keyframes ball-triangle-path-ball-tree {
	0% {
		-webkit-transform: translate(220%, 220%);
		-moz-transform: translate(220%, 220%);
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
	17% {
		opacity: .25;
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(0, 220%);
		-moz-transform: translate(0, 220%);
		-o-transform: translate(0, 220%);
		transform: translate(0, 220%);
	}
	50% {
		opacity: .25;
	}
	66% {
		opacity: 1;
		-webkit-transform: translate(110%, 0);
		-moz-transform: translate(110%, 0);
		-o-transform: translate(110%, 0);
		transform: translate(110%, 0);
	}
	83% {
		opacity: .25;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(220%, 220%);
		-moz-transform: translate(220%, 220%);
		-o-transform: translate(220%, 220%);
		transform: translate(220%, 220%);
	}
}

/*
Item name: Menuzord - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/*
	CONTENTS:

	 1 - MENU CONTAINER
		- Scrollable menu
	 2 - BRAND
	 3 - MENU
		- Right alignment
		- Menu items
		- Active/hover state
	 4 - DROPDOWN
		- Dropdown items
		- Hover state
		- Dropdown left alignment
	 5 - DROPDOWN/MEGAMENU INDICATORS
	 6 - MEGAMENU
	 7 - MEGAMENU WIDTHS
		- Half width
		- Quarter width
	 8 - GRID SYSTEM
	 9 - SHOW/HIDE BUTTON (MOBILE MODE)
		- Icon
	10 - ICONS (parent menu items)
	11 - SEARCH FIELD
		- Form
		- Input
	12 - VERTICAL TABS
	13 - COLOR SCHEMES
	14 - MOBILE MODE (RESPONSIVE MODE)
		- Menu container
		- Brand
		- Show/hide button
		- Menu
		- Dropdown
		- Dropdown items
		- Dropdown/megamenu indicators
		- Megamenu
		- Search field
*/
/* FONT
======================================*/
/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menuzord {
	width: 100%;
	padding: 0 30px;
	float: left;
	position: relative;
	background: #fff;
}

.menuzord a {
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix {
	display: none;
}

/* 2 - BRAND
======================================*/
.menuzord-brand {
	margin: 18px 30px 0 0;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

/* 3 - MENU
======================================*/
.menuzord-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

/* Right alignment */
.menuzord-menu.menuzord-right {
	float: right;
}

/* Menu items */
.menuzord-menu > li {
	display: inline-block;
	float: left;
}

.menuzord-menu > li > a {
	padding: 26px 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #888;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
	color: #333;
}

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 180px;
	white-space: nowrap;
	background: #fff;
}

.menuzord-menu ul.dropdown li ul.dropdown {
	left: 100%;
}

/* Dropdown items */
.menuzord-menu ul.dropdown li {
	clear: both;
	width: 100%;
	border: 0 none;
	font-size: 12px;
	position: relative;
}

.menuzord-menu ul.dropdown li a {
	width: 100%;
	background: none;
	padding: 10px 25px 10px 22px;
	color: #888;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-o-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
}

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
	padding-left: 28px;
	padding-right: 19px;
	color: #333;
}

/* Dropdown left alignment */
.menuzord-menu ul.dropdown.dropdown-left {
	left: none;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
	left: -100%;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator {
	margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 15px;
}

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu {
	width: 100%;
	padding: 20px 30px;
	left: 0;
	position: absolute;
	display: none;
	z-index: 99;
	border-top: solid 1px #f0f0f0;
	background: #fff;
}

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.menuzord-menu > li > .megamenu.megamenu-half-width {
	width: 50%;
	left: auto;
}

/* Quarter width */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
	width: 25%;
	left: auto;
}

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row {
	width: 100%;
	margin-top: 15px;
}

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
	margin-top: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
	display: table;
	content: "";
	line-height: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row:after {
	clear: both;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%;
}

.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
	margin-left: 0;
}

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
	width: 5.583333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
	width: 14.166666666666%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
	width: 22.75%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
	width: 31.333333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
	width: 39.916666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
	width: 48.5%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
	width: 57.083333333333%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
	width: 65.666666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
	width: 74.25%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
	width: 82.833333333334%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
	width: 91.416666666667%;
}

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
	width: 100%;
}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide {
	width: 60px;
	height: 46px;
	padding: 13px 0 0;
	display: none;
	float: right;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

/* Show/hide button icon */
.menuzord .showhide em {
	width: 20px;
	height: 3px;
	margin: 3.5px 20px 0;
	float: right;
	background: #777;
}

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i {
	margin: 0 5px 0 0;
	font-size: 18px;
	float: left;
	line-height: 20px;
	font-family: 'FontAwesome';
}

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.menuzord-menu > li.search form {
	float: left;
	padding: 22px 16px 17px;
}

/* Input */
.menuzord-menu > li.search form input[type="text"] {
	width: 160px;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	background: #f0f0f0;
	border-radius: 2px;
	outline: 0;
	-o-transition: width 1s ease-out;
	-moz-transition: width 1s ease-out;
	-webkit-transition: width 1s ease-out;
	transition: width 1s ease-out;
}

.menuzord-menu > li.search form:hover input[type="text"] {
	width: 160px;
}

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs {
	width: 100%;
	float: left;
}

.menuzord-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.menuzord-tabs-nav > li > a {
	width: 100%;
	padding: 7px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #666;
	border: solid 1px #f0f0f0;
	outline: 0;
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
	background: #f0f0f0;
}

.menuzord-tabs-content {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	border: solid 1px #f0f0f0;
}

.menuzord-tabs-content.active {
	display: block;
}

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
	color: #4A89DC;
}

/* green */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
	color: #37BC9B;
}

/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
	color: #E9573F;
}

/* orange */
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
	color: #ff670f;
}

/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
	color: #F6BB42;
}

/* purple */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
	color: #967ADC;
}

/* pink */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
	color: #D770AD;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 768px) {
	/* Responsive menu container */
	.menuzord-responsive.menuzord {
		padding: 0;
	}
	/* Brand */
	.menuzord-responsive .menuzord-brand {
		margin: 8px 30px 10px 20px;
		font-size: 20px;
		line-height: 1.55;
	}
	/* Show/hide button */
	.menuzord-responsive .showhide {
		margin: 0;
	}
	/* Menu */
	.menuzord-responsive .menuzord-menu {
		width: 100%;
		float: left !important;
	}
	/* scrollable menu*/
	.menuzord-responsive .menuzord-menu.scrollable {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
		display: block;
	}
	/* Menu items */
	.menuzord-responsive .menuzord-menu > li {
		width: 100%;
		display: block;
		position: relative;
	}
	.menuzord-responsive .menuzord-menu > li > a {
		width: 100%;
		padding: 12px 20px;
		display: block;
		border-bottom: solid 1px #f0f0f0;
	}
	.menuzord-responsive .menuzord-menu > li:first-child > a {
		border-top: solid 1px #f0f0f0;
	}
	/* Dropdown */
	.menuzord-responsive .menuzord-menu ul.dropdown,
	.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
		width: 100%;
		left: 0;
		position: static;
		border: none;
		background: #fff;
		float: left;
	}
	/* Dropdown items */
	.menuzord-responsive .menuzord-menu ul.dropdown li {
		position: relative;
	}
	.menuzord-responsive .menuzord-menu ul.dropdown li a {
		border-bottom: solid 1px #f0f0f0;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
		padding-left: 40px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 60px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 80px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
		padding-left: 50px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 70px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 90px !important;
	}
	/* Dropdown/megamenu indicators */
	.menuzord-responsive .menuzord-menu li .indicator {
		width: 60px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 22px;
		text-align: center;
		line-height: 43px;
		border-left: solid 1px #f5f5f5;
	}
	.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
		height: 38px;
		right: 0;
		top: 0;
		font-size: 18px;
		line-height: 36px;
	}
	/* Megamenu */
	.menuzord-responsive .menuzord-menu > li > .megamenu {
		width: 100% !important;
		left: 0 !important;
		position: static;
		border-top: none;
		border-bottom: solid 1px #f0f0f0;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
		margin-top: 0;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
		margin-top: 0;
	}
	/* Search field */
	.menuzord-responsive .menuzord-menu > li.search form {
		width: 100%;
		margin: 4px 0;
		padding: 10px 16px !important;
	}
	.menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
		width: 100%;
	}
	/* Tabs */
	.menuzord-responsive .menuzord-tabs-nav {
		width: 100%;
	}
	.menuzord-responsive .menuzord-tabs-content {
		width: 100%;
	}
}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
	src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}

.pe-7s-arc:before {
	content: "\e6ab";
}

.pe-7s-back-2:before {
	content: "\e6ac";
}

.pe-7s-bandaid:before {
	content: "\e6ad";
}

.pe-7s-car:before {
	content: "\e6ae";
}

.pe-7s-diamond:before {
	content: "\e6af";
}

.pe-7s-door-lock:before {
	content: "\e6b0";
}

.pe-7s-eyedropper:before {
	content: "\e6b1";
}

.pe-7s-female:before {
	content: "\e6b2";
}

.pe-7s-gym:before {
	content: "\e6b3";
}

.pe-7s-hammer:before {
	content: "\e6b4";
}

.pe-7s-headphones:before {
	content: "\e6b5";
}

.pe-7s-helm:before {
	content: "\e6b6";
}

.pe-7s-hourglass:before {
	content: "\e6b7";
}

.pe-7s-leaf:before {
	content: "\e6b8";
}

.pe-7s-magic-wand:before {
	content: "\e6b9";
}

.pe-7s-male:before {
	content: "\e6ba";
}

.pe-7s-map-2:before {
	content: "\e6bb";
}

.pe-7s-next-2:before {
	content: "\e6bc";
}

.pe-7s-paint-bucket:before {
	content: "\e6bd";
}

.pe-7s-pendrive:before {
	content: "\e6be";
}

.pe-7s-photo:before {
	content: "\e6bf";
}

.pe-7s-piggy:before {
	content: "\e6c0";
}

.pe-7s-plugin:before {
	content: "\e6c1";
}

.pe-7s-refresh-2:before {
	content: "\e6c2";
}

.pe-7s-rocket:before {
	content: "\e6c3";
}

.pe-7s-settings:before {
	content: "\e6c4";
}

.pe-7s-shield:before {
	content: "\e6c5";
}

.pe-7s-smile:before {
	content: "\e6c6";
}

.pe-7s-usb:before {
	content: "\e6c7";
}

.pe-7s-vector:before {
	content: "\e6c8";
}

.pe-7s-wine:before {
	content: "\e6c9";
}

.pe-7s-cloud-upload:before {
	content: "\e68a";
}

.pe-7s-cash:before {
	content: "\e68c";
}

.pe-7s-close:before {
	content: "\e680";
}

.pe-7s-bluetooth:before {
	content: "\e68d";
}

.pe-7s-cloud-download:before {
	content: "\e68b";
}

.pe-7s-way:before {
	content: "\e68e";
}

.pe-7s-close-circle:before {
	content: "\e681";
}

.pe-7s-id:before {
	content: "\e68f";
}

.pe-7s-angle-up:before {
	content: "\e682";
}

.pe-7s-wristwatch:before {
	content: "\e690";
}

.pe-7s-angle-up-circle:before {
	content: "\e683";
}

.pe-7s-world:before {
	content: "\e691";
}

.pe-7s-angle-right:before {
	content: "\e684";
}

.pe-7s-volume:before {
	content: "\e692";
}

.pe-7s-angle-right-circle:before {
	content: "\e685";
}

.pe-7s-users:before {
	content: "\e693";
}

.pe-7s-angle-left:before {
	content: "\e686";
}

.pe-7s-user-female:before {
	content: "\e694";
}

.pe-7s-angle-left-circle:before {
	content: "\e687";
}

.pe-7s-up-arrow:before {
	content: "\e695";
}

.pe-7s-angle-down:before {
	content: "\e688";
}

.pe-7s-switch:before {
	content: "\e696";
}

.pe-7s-angle-down-circle:before {
	content: "\e689";
}

.pe-7s-scissors:before {
	content: "\e697";
}

.pe-7s-wallet:before {
	content: "\e600";
}

.pe-7s-safe:before {
	content: "\e698";
}

.pe-7s-volume2:before {
	content: "\e601";
}

.pe-7s-volume1:before {
	content: "\e602";
}

.pe-7s-voicemail:before {
	content: "\e603";
}

.pe-7s-video:before {
	content: "\e604";
}

.pe-7s-user:before {
	content: "\e605";
}

.pe-7s-upload:before {
	content: "\e606";
}

.pe-7s-unlock:before {
	content: "\e607";
}

.pe-7s-umbrella:before {
	content: "\e608";
}

.pe-7s-trash:before {
	content: "\e609";
}

.pe-7s-tools:before {
	content: "\e60a";
}

.pe-7s-timer:before {
	content: "\e60b";
}

.pe-7s-ticket:before {
	content: "\e60c";
}

.pe-7s-target:before {
	content: "\e60d";
}

.pe-7s-sun:before {
	content: "\e60e";
}

.pe-7s-study:before {
	content: "\e60f";
}

.pe-7s-stopwatch:before {
	content: "\e610";
}

.pe-7s-star:before {
	content: "\e611";
}

.pe-7s-speaker:before {
	content: "\e612";
}

.pe-7s-signal:before {
	content: "\e613";
}

.pe-7s-shuffle:before {
	content: "\e614";
}

.pe-7s-shopbag:before {
	content: "\e615";
}

.pe-7s-share:before {
	content: "\e616";
}

.pe-7s-server:before {
	content: "\e617";
}

.pe-7s-search:before {
	content: "\e618";
}

.pe-7s-film:before {
	content: "\e6a5";
}

.pe-7s-science:before {
	content: "\e619";
}

.pe-7s-disk:before {
	content: "\e6a6";
}

.pe-7s-ribbon:before {
	content: "\e61a";
}

.pe-7s-repeat:before {
	content: "\e61b";
}

.pe-7s-refresh:before {
	content: "\e61c";
}

.pe-7s-add-user:before {
	content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
	content: "\e61d";
}

.pe-7s-paperclip:before {
	content: "\e69c";
}

.pe-7s-radio:before {
	content: "\e61e";
}

.pe-7s-note2:before {
	content: "\e69d";
}

.pe-7s-print:before {
	content: "\e61f";
}

.pe-7s-network:before {
	content: "\e69e";
}

.pe-7s-prev:before {
	content: "\e620";
}

.pe-7s-mute:before {
	content: "\e69f";
}

.pe-7s-power:before {
	content: "\e621";
}

.pe-7s-medal:before {
	content: "\e6a0";
}

.pe-7s-portfolio:before {
	content: "\e622";
}

.pe-7s-like2:before {
	content: "\e6a1";
}

.pe-7s-plus:before {
	content: "\e623";
}

.pe-7s-left-arrow:before {
	content: "\e6a2";
}

.pe-7s-play:before {
	content: "\e624";
}

.pe-7s-key:before {
	content: "\e6a3";
}

.pe-7s-plane:before {
	content: "\e625";
}

.pe-7s-joy:before {
	content: "\e6a4";
}

.pe-7s-photo-gallery:before {
	content: "\e626";
}

.pe-7s-pin:before {
	content: "\e69b";
}

.pe-7s-phone:before {
	content: "\e627";
}

.pe-7s-plug:before {
	content: "\e69a";
}

.pe-7s-pen:before {
	content: "\e628";
}

.pe-7s-right-arrow:before {
	content: "\e699";
}

.pe-7s-paper-plane:before {
	content: "\e629";
}

.pe-7s-delete-user:before {
	content: "\e6a7";
}

.pe-7s-paint:before {
	content: "\e62a";
}

.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}

.pe-7s-notebook:before {
	content: "\e62b";
}

.pe-7s-note:before {
	content: "\e62c";
}

.pe-7s-next:before {
	content: "\e62d";
}

.pe-7s-news-paper:before {
	content: "\e62e";
}

.pe-7s-musiclist:before {
	content: "\e62f";
}

.pe-7s-music:before {
	content: "\e630";
}

.pe-7s-mouse:before {
	content: "\e631";
}

.pe-7s-more:before {
	content: "\e632";
}

.pe-7s-moon:before {
	content: "\e633";
}

.pe-7s-monitor:before {
	content: "\e634";
}

.pe-7s-micro:before {
	content: "\e635";
}

.pe-7s-menu:before {
	content: "\e636";
}

.pe-7s-map:before {
	content: "\e637";
}

.pe-7s-map-marker:before {
	content: "\e638";
}

.pe-7s-mail:before {
	content: "\e639";
}

.pe-7s-mail-open:before {
	content: "\e63a";
}

.pe-7s-mail-open-file:before {
	content: "\e63b";
}

.pe-7s-magnet:before {
	content: "\e63c";
}

.pe-7s-loop:before {
	content: "\e63d";
}

.pe-7s-look:before {
	content: "\e63e";
}

.pe-7s-lock:before {
	content: "\e63f";
}

.pe-7s-lintern:before {
	content: "\e640";
}

.pe-7s-link:before {
	content: "\e641";
}

.pe-7s-like:before {
	content: "\e642";
}

.pe-7s-light:before {
	content: "\e643";
}

.pe-7s-less:before {
	content: "\e644";
}

.pe-7s-keypad:before {
	content: "\e645";
}

.pe-7s-junk:before {
	content: "\e646";
}

.pe-7s-info:before {
	content: "\e647";
}

.pe-7s-home:before {
	content: "\e648";
}

.pe-7s-help2:before {
	content: "\e649";
}

.pe-7s-help1:before {
	content: "\e64a";
}

.pe-7s-graph3:before {
	content: "\e64b";
}

.pe-7s-graph2:before {
	content: "\e64c";
}

.pe-7s-graph1:before {
	content: "\e64d";
}

.pe-7s-graph:before {
	content: "\e64e";
}

.pe-7s-global:before {
	content: "\e64f";
}

.pe-7s-gleam:before {
	content: "\e650";
}

.pe-7s-glasses:before {
	content: "\e651";
}

.pe-7s-gift:before {
	content: "\e652";
}

.pe-7s-folder:before {
	content: "\e653";
}

.pe-7s-flag:before {
	content: "\e654";
}

.pe-7s-filter:before {
	content: "\e655";
}

.pe-7s-file:before {
	content: "\e656";
}

.pe-7s-expand1:before {
	content: "\e657";
}

.pe-7s-exapnd2:before {
	content: "\e658";
}

.pe-7s-edit:before {
	content: "\e659";
}

.pe-7s-drop:before {
	content: "\e65a";
}

.pe-7s-drawer:before {
	content: "\e65b";
}

.pe-7s-download:before {
	content: "\e65c";
}

.pe-7s-display2:before {
	content: "\e65d";
}

.pe-7s-display1:before {
	content: "\e65e";
}

.pe-7s-diskette:before {
	content: "\e65f";
}

.pe-7s-date:before {
	content: "\e660";
}

.pe-7s-cup:before {
	content: "\e661";
}

.pe-7s-culture:before {
	content: "\e662";
}

.pe-7s-crop:before {
	content: "\e663";
}

.pe-7s-credit:before {
	content: "\e664";
}

.pe-7s-copy-file:before {
	content: "\e665";
}

.pe-7s-config:before {
	content: "\e666";
}

.pe-7s-compass:before {
	content: "\e667";
}

.pe-7s-comment:before {
	content: "\e668";
}

.pe-7s-coffee:before {
	content: "\e669";
}

.pe-7s-cloud:before {
	content: "\e66a";
}

.pe-7s-clock:before {
	content: "\e66b";
}

.pe-7s-check:before {
	content: "\e66c";
}

.pe-7s-chat:before {
	content: "\e66d";
}

.pe-7s-cart:before {
	content: "\e66e";
}

.pe-7s-camera:before {
	content: "\e66f";
}

.pe-7s-call:before {
	content: "\e670";
}

.pe-7s-calculator:before {
	content: "\e671";
}

.pe-7s-browser:before {
	content: "\e672";
}

.pe-7s-box2:before {
	content: "\e673";
}

.pe-7s-box1:before {
	content: "\e674";
}

.pe-7s-bookmarks:before {
	content: "\e675";
}

.pe-7s-bicycle:before {
	content: "\e676";
}

.pe-7s-bell:before {
	content: "\e677";
}

.pe-7s-battery:before {
	content: "\e678";
}

.pe-7s-ball:before {
	content: "\e679";
}

.pe-7s-back:before {
	content: "\e67a";
}

.pe-7s-attention:before {
	content: "\e67b";
}

.pe-7s-anchor:before {
	content: "\e67c";
}

.pe-7s-albums:before {
	content: "\e67d";
}

.pe-7s-alarm:before {
	content: "\e67e";
}

.pe-7s-airplay:before {
	content: "\e67f";
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.2");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	cursor: pointer;
	cursor: pointer;
}

.mfp-zoom {
	cursor: pointer;
	cursor: pointer;
	cursor: pointer;
	cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
@font-face {
	font-family: 'revicons';
	src: url("../fonts/revicons/revicons.eot?5510888");
	src: url("../fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons/revicons.woff?5510888") format("woff"), url("../fonts/revicons/revicons.ttf?5510888") format("truetype"), url("../fonts/revicons/revicons.svg?5510888#revicons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
	content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
	content: '\e831';
}

/* '' */
.revicon-picture-1:before {
	content: '\e803';
}

/* '' */
.revicon-cancel:before {
	content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
	content: '\e80f';
}

/* '' */
.revicon-trash:before {
	content: '\e801';
}

/* '' */
.revicon-left-dir:before {
	content: '\e817';
}

/* '' */
.revicon-right-dir:before {
	content: '\e818';
}

/* '' */
.revicon-down-open:before {
	content: '\e83b';
}

/* '' */
.revicon-left-open:before {
	content: '\e819';
}

/* '' */
.revicon-right-open:before {
	content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
	content: '\e820';
}

/* '' */
.revicon-angle-right:before {
	content: '\e81d';
}

/* '' */
.revicon-left-big:before {
	content: '\e81f';
}

/* '' */
.revicon-right-big:before {
	content: '\e81e';
}

/* '' */
.revicon-magic:before {
	content: '\e807';
}

/* '' */
.revicon-picture:before {
	content: '\e800';
}

/* '' */
.revicon-export:before {
	content: '\e80b';
}

/* '' */
.revicon-cog:before {
	content: '\e832';
}

/* '' */
.revicon-login:before {
	content: '\e833';
}

/* '' */
.revicon-logout:before {
	content: '\e834';
}

/* '' */
.revicon-video:before {
	content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
	content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
	content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
	content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
	content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
	content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
	content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
	content: '\e825';
}

/* '' */
.revicon-left:before {
	content: '\e836';
}

/* '' */
.revicon-right:before {
	content: '\e826';
}

/* '' */
.revicon-ccw:before {
	content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
	content: '\e806';
}

/* '' */
.revicon-palette:before {
	content: '\e829';
}

/* '' */
.revicon-list-add:before {
	content: '\e80c';
}

/* '' */
.revicon-doc:before {
	content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
	content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
	content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
	content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
	content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
	content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
	content: '\e804';
}

/* '' */
.revicon-popup:before {
	content: '\e828';
}

/* '' */
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper {
	position: relative;
	z-index: 0;
}

.rev_slider {
	position: relative;
	overflow: visible;
}

.tp-overflow-hidden {
	overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
	max-width: none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border: none;
}

.rev_slider .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
	list-style: none !important;
	position: absolute;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image: none;
	background-position: 0px 0px;
	text-indent: 0em;
	top: 0px;
	left: 0px;
}

.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
	visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
	position: absolute !important;
}

.tp-caption .rs-untoggled-content {
	display: block;
}

.tp-caption .rs-toggled-content {
	display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
	display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
	display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
	margin-bottom: 0;
}

/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor: url(openhand.cur), move;
}

.tp-carousel-wrapper.dragged {
	cursor: url(closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index: 1;
}

.tp_inner_padding {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-height: none !important;
}

.tp-caption {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	position: absolute;
	-webkit-font-smoothing: antialiased !important;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
	visibility: hidden !important;
	display: none !important;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important;
}

/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper {
	width: 100%;
}

.fullscreen-container {
	position: relative;
	padding: 0;
}

.fullwidthbanner-container {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
	width: 100%;
	position: relative;
}

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
	position: absolute;
	z-index: 505;
	top: 0px;
	left: 0px;
}

.tp-caption .frontcorner {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px;
}

.tp-caption .backcorner {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px;
}

.tp-caption .frontcornertop {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px;
}

.tp-caption .backcornertop {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px;
}

.tp-layer-inner-rotation {
	position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
	width: 100%;
	height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 0;
}

.tp-caption.coverscreenvideo {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
	width: 100% !important;
	height: 100% !important;
	display: none;
}

.fullcoveredvideo video,
.fullscreenvideo video {
	background: #000;
}

.fullcoveredvideo .tp-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.videoisplaying .html5vid .tp-poster {
	display: none;
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out !important;
	-moz-transition: opacity 300ms ease-out !important;
	-o-transition: opacity 300ms ease-out !important;
	transition: opacity 300ms ease-out !important;
}

.tp-caption .html5vid {
	width: 100% !important;
	height: 100% !important;
}

.tp-video-play-button i {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	line-height: 50px !important;
	font-size: 40px !important;
}

.tp-caption:hover .tp-video-play-button {
	opacity: 1;
}

.tp-caption .tp-revstop {
	display: none;
	border-left: 5px solid #fff !important;
	border-right: 5px solid #fff !important;
	margin-top: 15px !important;
	line-height: 20px !important;
	vertical-align: top;
	font-size: 25px !important;
}

.videoisplaying .revicon-right-dir {
	display: none;
}

.videoisplaying .tp-revstop {
	display: inline-block;
}

.videoisplaying .tp-video-play-button {
	display: none;
}

.tp-caption:hover .tp-video-play-button {
	display: block;
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important;
}

.fullscreenvideo .fullscreenvideo video {
	object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo video {
	object-fit: cover !important;
}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, black 13%, #323232 100%);
	background-image: -o-linear-gradient(bottom, black 13%, #323232 100%);
	background-image: -moz-linear-gradient(bottom, black 13%, #323232 100%);
	background-image: -webkit-linear-gradient(bottom, black 13%, #323232 100%);
	background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
	display: table;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.tp-video-button:hover {
	cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
	padding: 0px 5px;
	display: table-cell;
}

.tp-video-seek-bar-wrap {
	width: 80%;
}

.tp-video-vol-bar-wrap {
	width: 20%;
}

.tp-volume-bar,
.tp-seek-bar {
	width: 100%;
	cursor: pointer;
	outline: none;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: transparent;
	z-index: 5;
}

.rs-background-video-layer video::-webkit-media-controls {
	display: none !important;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
	background: url(../assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
	background: url(../assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
	background: url(../assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
	background: url(../assets/gridtile_3x3_white.png);
}

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width: 300px;
	background: transparent;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.tp-shadow5 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:before, .tp-shadow5:after {
	content: "";
	position: absolute;
	z-index: -2;
	-webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	-moz-border-radius: 100px / 20px;
	border-radius: 100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
	padding: 6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	cursor: pointer;
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
	font-size: 15px;
	line-height: 45px !important;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

.tp-button.big {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	padding: 9px 20px;
	font-size: 19px;
	line-height: 57px !important;
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
	background-position: bottom, 15px 11px;
}

/*	BUTTON COLORS	*/
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
	background-color: #21a117;
	-webkit-box-shadow: 0px 3px 0px 0px #104d0b;
	-moz-box-shadow: 0px 3px 0px 0px #104d0b;
	box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
	background-color: #1d78cb;
	-webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
	-moz-box-shadow: 0px 3px 0px 0px #0f3e68;
	box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
	background-color: #cb1d1d;
	-webkit-box-shadow: 0px 3px 0px 0px #7c1212;
	-moz-box-shadow: 0px 3px 0px 0px #7c1212;
	box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
	background-color: #ff7700;
	-webkit-box-shadow: 0px 3px 0px 0px #a34c00;
	-moz-box-shadow: 0px 3px 0px 0px #a34c00;
	box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-button.darkgrey, .tp-button.grey,
.tp-button:hover.darkgrey, .tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
	background-color: #555;
	-webkit-box-shadow: 0px 3px 0px 0px #222;
	-moz-box-shadow: 0px 3px 0px 0px #222;
	box-shadow: 0px 3px 0px 0px #222;
}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
	background-color: #888;
	-webkit-box-shadow: 0px 3px 0px 0px #555;
	-moz-box-shadow: 0px 3px 0px 0px #555;
	box-shadow: 0px 3px 0px 0px #555;
}

/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited {
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	line-height: 44px;
	font-size: 17px;
	font-weight: 500;
	padding: 12px 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 900;
}

.rev-btn.rev-withicon i {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	top: 0px;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	top: 0px;
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	opacity: 0;
	margin-left: 0px !important;
	width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important;
}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
	line-height: 36px;
	font-size: 14px;
	padding: 10px 30px;
}

.rev-btn.rev-medium.rev-withicon i {
	font-size: 14px;
	top: 0px;
}

.rev-btn.rev-medium.rev-hiddenicon i {
	font-size: 14px;
	top: 0px;
}

/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
	line-height: 28px;
	font-size: 12px;
	padding: 7px 20px;
}

.rev-btn.rev-small.rev-withicon i {
	font-size: 12px;
	top: 0px;
}

.rev-btn.rev-small.rev-hiddenicon i {
	font-size: 12px;
	top: 0px;
}

/* ROUNDING OPTIONS */
.rev-maxround {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.rev-minround {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* BURGER BUTTON */
.rev-burger {
	position: relative;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 22px 0 0 14px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, 0.25);
	tap-highlight-color: transparent;
	cursor: pointer;
}

.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
	margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg);
	-webkit-transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg);
	-webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-white span {
	background: #fff;
}

.rev-burger.revb-whitenoborder {
	border: 0;
}

.rev-burger.revb-whitenoborder span {
	background: #fff;
}

.rev-burger.revb-darknoborder {
	border: 0;
}

.rev-burger.revb-darknoborder span {
	background: #333;
}

.rev-burger.revb-whitefull {
	background: #fff;
	border: none;
}

.rev-burger.revb-whitefull span {
	background: #333;
}

.rev-burger.revb-darkfull {
	background: #333;
	border: none;
}

.rev-burger.revb-darkfull span {
	background: #fff;
}

/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}

.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite {
	background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark {
	background: #333;
	border: none;
}

.rev-scroll-btn.revs-fulldark span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color: #333;
}

.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr {
	border-radius: 3px;
}

.rev-cbutton-light {
	color: #333;
	background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
	color: #333;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
	line-height: 37px;
	width: 37px;
	height: 37px;
}

.rev-sbutton-blue {
	background-color: #3B5998;
}

.rev-sbutton-lightblue {
	background-color: #00A0D1;
}

.rev-sbutton-red {
	background-color: #DD4B39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
	visibility: hidden;
	width: 100%;
	height: 5px;
	/*background:url(../assets/timer.png);*/
	background: #fff;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 200;
	top: 0px;
}

.tp-bannertimer.tp-bottom {
	top: auto;
	bottom: 0px !important;
	height: 5px;
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(../assets/coloredbg.png) repeat;
}

.tp-caption.slidelink a span {
	background: url(../assets/coloredbg.png) repeat;
}

.tp-shape {
	width: 100%;
	height: 100%;
}

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.tp-caption .rs-starring {
	display: inline-block;
}

.tp-caption .rs-starring .star-rating {
	float: none;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
	vertical-align: top;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
	font-size: 1em !important;
	font-family: star;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background: url(../assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
	background: url(../assets/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.tp-loader.spinner3 {
	margin: -9px 0px 0px -35px;
	width: 70px;
	text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes tp-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}

.tp-loader.spinner4 {
	margin: -20px 0px 0px -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-animation: tp-rotate 2.0s infinite linear;
	animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: tp-bounce 2.0s infinite ease-in-out;
	animation: tp-bounce 2.0s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes tp-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes tp-bounce {
	0%, 100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

.tp-tab,
.tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: 0.5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
	opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
	background: #fff;
}

.tp-bannertimer {
	background: #000;
	background: rgba(0, 0, 0, 0.15);
	height: 5px;
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
}

.tparrows:hover {
	background: #000;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.tparrows.tp-leftarrow:before {
	content: '\e824';
}

.tparrows.tp-rightarrow:before {
	content: '\e825';
}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal;
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
	border: 1px dashed #c0392b !important;
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0px;
	peft: 0px;
	z-index: 0;
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
	color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
	color: #0084B4 !important;
	text-decoration: underline !important;
}

.tp-caption.medium_grey, .medium_grey {
	background-color: #888;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 2px 4px;
	position: absolute;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}

.tp-caption.small_text, .small_text {
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}

.tp-caption.medium_text, .medium_text {
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}

.tp-caption.large_text, .large_text {
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}

.tp-caption.very_large_text, .very_large_text {
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 60px;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}

.tp-caption.very_big_white, .very_big_white {
	background-color: #000;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
	margin: 0;
	padding: 1px 4px 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.very_big_black, .very_big_black {
	background-color: #fff;
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: Arial;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
	padding: 1px 4px 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.modern_medium_fat, .modern_medium_fat {
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.modern_medium_light, .modern_medium_light {
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.modern_big_bluebg, .modern_big_bluebg {
	background-color: #4e5b6c;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0;
	padding: 3px 10px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.modern_big_redbg, .modern_big_redbg {
	background-color: #de543e;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0;
	padding: 1px 10px 3px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.modern_small_text_dark, .modern_small_text_dark {
	border-style: none;
	border-width: 0;
	color: #555;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	position: absolute;
	text-shadow: none;
	white-space: nowrap;
}

.tp-caption.boxshadow, .boxshadow {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black, .black {
	color: #000;
	text-shadow: none;
}

.tp-caption.noshadow, .noshadow {
	text-shadow: none;
}

.tp-caption.thinheadline_dark, .thinheadline_dark {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.thintext_dark, .thintext_dark {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.largeblackbg, .largeblackbg {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #000;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.largepinkbg, .largepinkbg {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #db4360;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.largewhitebg, .largewhitebg {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	font-family: "Open Sans";
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.largegreenbg, .largegreenbg {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #67ae73;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	text-shadow: none;
}

.tp-caption.excerpt, .excerpt {
	background-color: black;
	border-color: #fff;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Arial;
	font-size: 36px;
	font-weight: 700;
	height: auto;
	letter-spacing: -1.5px;
	line-height: 36px;
	margin: 0;
	padding: 1px 4px 0;
	text-decoration: none;
	text-shadow: none;
	white-space: normal !important;
	width: 150px;
}

.tp-caption.large_bold_grey, .large_bold_grey {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #666;
	font-family: "Open Sans";
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
	margin: 0;
	padding: 1px 4px 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.medium_thin_grey, .medium_thin_grey {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #666;
	font-family: "Open Sans";
	font-size: 34px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 1px 4px 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.small_thin_grey, .small_thin_grey {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #757575;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	padding: 1px 4px 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.lightgrey_divider, .lightgrey_divider {
	background-color: #ebebeb;
	background-position: initial initial;
	background-repeat: initial initial;
	border-color: #222;
	border-style: none;
	border-width: 0;
	height: 3px;
	text-decoration: none;
	width: 370px;
}

.tp-caption.large_bold_darkblue, .large_bold_darkblue {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #34495e;
	font-family: "Open Sans";
	font-size: 58px;
	font-weight: 800;
	line-height: 60px;
	text-decoration: none;
}

.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
	background-color: #34495e;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
}

.tp-caption.medium_bold_red, .medium_bold_red {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #e33a0c;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.medium_light_red, .medium_light_red {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #e33a0c;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 300;
	line-height: 26px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.medium_bg_red, .medium_bg_red {
	background-color: #e33a0c;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
}

.tp-caption.medium_bold_orange, .medium_bold_orange {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #f39c12;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	text-decoration: none;
}

.tp-caption.medium_bg_orange, .medium_bg_orange {
	background-color: #f39c12;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
}

.tp-caption.grassfloor, .grassfloor {
	background-color: #a0b397;
	border-color: #222;
	border-style: none;
	border-width: 0;
	height: 150px;
	text-decoration: none;
	width: 4000px;
}

.tp-caption.large_bold_white, .large_bold_white {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 58px;
	font-weight: 800;
	line-height: 60px;
	text-decoration: none;
}

.tp-caption.medium_light_white, .medium_light_white {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
	background-color: #7f8c8d;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	padding: 10px;
	text-decoration: none;
}

.tp-caption.medium_light_black, .medium_light_black {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.large_bold_black, .large_bold_black {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: "Open Sans";
	font-size: 58px;
	font-weight: 800;
	line-height: 60px;
	text-decoration: none;
}

.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #34495e;
	font-family: "Open Sans";
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.small_light_white, .small_light_white {
	background-color: transparent;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.roundedimage, .roundedimage {
	border-color: #222;
	border-style: none;
	border-width: 0;
}

.tp-caption.large_bg_black, .large_bg_black {
	background-color: #000;
	border-color: #ffd658;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans";
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	padding: 10px 20px 15px;
	text-decoration: none;
}

.tp-caption.mediumwhitebg, .mediumwhitebg {
	background-color: #fff;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #000;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	padding: 5px 15px 10px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.maincaption, .maincaption {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #212a40;
	font-family: roboto;
	font-size: 33px;
	font-weight: 500;
	line-height: 43px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.miami_title_60px, .miami_title_60px {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 60px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.miami_subtitle, .miami_subtitle {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 0.65);
	font-family: "Source Sans Pro";
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 24px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.divideline30px, .divideline30px {
	background: #fff;
	background-color: #fff;
	border-color: #222;
	border-style: none;
	border-width: 0;
	height: 2px;
	min-width: 30px;
	text-decoration: none;
}

.tp-caption.Miami_nostyle, .Miami_nostyle {
	border-color: #222;
	border-style: none;
	border-width: 0;
}

.tp-caption.miami_content_light, .miami_content_light {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #333;
	font-family: "Source Sans Pro";
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 60px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.miami_content_dark, .miami_content_dark {
	background-color: transparent;
	border-color: #000;
	border-style: none;
	border-width: 0;
	color: #666;
	font-family: "Source Sans Pro";
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.divideline30px_dark, .divideline30px_dark {
	background-color: #333;
	border-color: #222;
	border-style: none;
	border-width: 0;
	height: 2px;
	min-width: 30px;
	text-decoration: none;
}

.tp-caption.ellipse70px, .ellipse70px {
	background-color: rgba(0, 0, 0, 0.14902);
	border-color: #222;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	line-height: 1px;
	min-height: 70px;
	min-width: 70px;
	text-decoration: none;
}

.tp-caption.arrowicon, .arrowicon {
	border-color: #222;
	border-style: none;
	border-width: 0;
	line-height: 1px;
}

.tp-caption.MarkerDisplay, .MarkerDisplay {
	background-color: transparent;
	border-color: #000;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	font-family: Permanent Marker;
	font-style: normal;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Restaurant-Display, .Restaurant-Display {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 120px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Nothing you could do;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Restaurant-Description, .Restaurant-Description {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Restaurant-Price, .Restaurant-Price {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
	background-color: black;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Furniture-LogoText, .Furniture-LogoText {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #e6cfa3;
	font-family: Raleway;
	font-size: 160px;
	font-style: normal;
	font-weight: 300;
	line-height: 150px;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Furniture-Plus, .Furniture-Plus {
	background-color: white;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: none;
	border-width: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
	color: #e6cfa3;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 6px 7px 4px;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Furniture-Title, .Furniture-Title {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: black;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: black;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Gym-Display, .Gym-Display {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	line-height: 70px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Gym-Subline, .Gym-Subline {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 5px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Gym-SmallText, .Gym-SmallText {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 22;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Fashion-SmallText, .Fashion-SmallText {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: black;
	font-family: Raleway;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 60px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: black;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Sports-Display, .Sports-Display {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 130px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 13px;
	line-height: 130px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 130px;
	font-style: normal;
	font-weight: 900;
	line-height: 130px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Sports-Subline, .Sports-Subline {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: black;
	font-family: Raleway;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 32px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Instagram-Caption, .Instagram-Caption {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.News-Title, .News-Title {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Roboto Slab;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.News-Subtitle, .News-Subtitle {
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Roboto Slab;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}

.tp-caption.Photography-Display, .Photography-Display {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 80px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 5px;
	line-height: 70px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-Subline, .Photography-Subline {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #777777;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-ImageHover, .Photography-ImageHover {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Photography-Menuitem, .Photography-Menuitem {
	background-color: rgba(0, 0, 0, 0.65);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 3px 5px 3px 8px;
	text-decoration: none;
}

.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
	background-color: rgba(0, 255, 222, 0.65);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Photography-Textblock, .Photography-Textblock {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 0.35);
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22;
	padding: 0;
	text-decoration: none;
}

.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.WebProduct-Title, .WebProduct-Title {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #333333;
	font-family: Raleway;
	font-size: 90px;
	font-style: normal;
	font-weight: 100;
	line-height: 90px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #999999;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.WebProduct-Content, .WebProduct-Content {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #999999;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
}

.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
	background-color: #333333;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 3px 5px 3px 8px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
	background-color: white;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #999999;
	text-decoration: none;
}

.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 90px;
	font-style: normal;
	font-weight: 100;
	line-height: 90px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 0.35);
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 0.65);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.FatRounded, .FatRounded {
	background-color: rgba(0, 0, 0, 0.5);
	border-color: lightgray;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 30px;
	padding: 20px 22px 20px 25px;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.FatRounded:hover, .FatRounded:hover {
	background-color: black;
	border-color: lightgray;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 70px;
	font-style: normal;
	font-weight: 800;
	line-height: 70px;
	padding: 10px 0;
	text-decoration: none;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 20px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 14px;
	padding: 10px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
}

.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 14px;
	padding: 27px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
}

.tp-caption.MarkerStyle, .MarkerStyle {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: "Permanent Marker";
	font-size: 17px;
	font-style: normal;
	font-weight: 100;
	line-height: 30px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Gym-Menuitem, .Gym-Menuitem {
	background-color: black;
	border-color: rgba(255, 255, 255, 0);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 3px 5px 3px 8px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
	background-color: black;
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Newspaper-Button, .Newspaper-Button {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 12px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
	background-color: white;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: black;
	text-decoration: none;
}

.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #a8d8ee;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Newspaper-Title, .Newspaper-Title {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: "Roboto Slab";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	padding: 0 0 10px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: "Roboto Slab";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	padding: 0 0 10px;
	text-align: center;
	text-decoration: none;
}

.tp-caption.Hero-Button, .Hero-Button {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 14px;
	padding: 10px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Hero-Button:hover, .Hero-Button:hover {
	background-color: white;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: black;
	text-decoration: none;
}

.tp-caption.Video-Title, .Video-Title {
	background-color: black;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 30px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Video-SubTitle, .Video-SubTitle {
	background-color: rgba(0, 0, 0, 0.35);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 12px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-Button, .NotGeneric-Button {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 14px;
	padding: 10px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
}

.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 14px;
	padding: 27px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
}

.tp-caption.WebProduct-Button, .WebProduct-Button {
	background-color: #333333;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 2px;
	color: white;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 48px;
	padding: 0 40px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
	background-color: white;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 2px;
	color: #333333;
	text-decoration: none;
}

.tp-caption.Restaurant-Button, .Restaurant-Button {
	background-color: rgba(10, 10, 10, 0);
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 17px;
	padding: 12px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
	background-color: transparent;
	border-color: #ffe081;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Gym-Button, .Gym-Button {
	background-color: #8bc027;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 13px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Gym-Button:hover, .Gym-Button:hover {
	background-color: #72a800;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Gym-Button-Light, .Gym-Button-Light {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	padding: 12px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
	background-color: rgba(114, 168, 0, 0);
	border-color: #8bc027;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Sports-Button-Light, .Sports-Button-Light {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 12px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Sports-Button-Red, .Sports-Button-Red {
	background-color: #db1c22;
	border-color: rgba(219, 28, 34, 0);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Raleway;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 17px;
	padding: 12px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
	background-color: black;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Photography-Button, .Photography-Button {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 13px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Photography-Button:hover, .Photography-Button:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
}

.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 15px;
	padding: 10px 30px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Feature-Tour, .Feature-Tour {
	background-color: #8bc027;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
	background-color: #72a800;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Feature-Examples, .Feature-Examples {
	background-color: transparent;
	border-color: rgba(33, 42, 64, 0.15);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: rgba(33, 42, 64, 0.5);
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	padding: 15px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
	background-color: transparent;
	border-color: #8bc027;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: #8bc027;
	text-decoration: none;
}

.tp-caption.subcaption, .subcaption {
	background-color: transparent;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #6f7c82;
	font-family: roboto;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.menutab, .menutab {
	background-color: transparent;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #292e31;
	font-family: roboto;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.menutab:hover, .menutab:hover {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #d50000;
	text-decoration: none;
}

.tp-caption.maincontent, .maincontent {
	background-color: transparent;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #292e31;
	font-family: roboto;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.minitext, .minitext {
	background-color: transparent;
	border-color: black;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #b9babb;
	font-family: roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.tp-caption.Feature-Buy, .Feature-Buy {
	background-color: #009aee;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
	background-color: #0085d6;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	padding: 15px 35px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
	background-color: transparent;
	border-color: white;
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: white;
	text-decoration: none;
}

.tp-caption.Facebook-Likes, .Facebook-Likes {
	background-color: #3b5999;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: white;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding: 5px 15px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Twitter-Favorites, .Twitter-Favorites {
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #8899a6;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Twitter-Link, .Twitter-Link {
	background-color: white;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: none;
	border-width: 0;
	color: #8799a5;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
	padding: 11px 11px 9px;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
	background-color: #0084b4;
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: none;
	border-width: 0;
	color: white;
	text-decoration: none;
}

.tp-caption.Twitter-Retweet, .Twitter-Retweet {
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #8899a6;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.tp-caption.Twitter-Content, .Twitter-Content {
	background-color: white;
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: #292f33;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	padding: 30px 30px 70px;
	text-align: left;
	text-decoration: none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	line-height: 46px;
	padding: 0 20px;
	cursor: text;
	border: 0;
	width: 400px;
	margin-bottom: 0px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tp-caption.BigBold-Title,
.BigBold-Title {
	color: white;
	font-size: 110px;
	line-height: 100px;
	font-weight: 800;
	font-style: normal;
	font-family: Raleway;
	padding: 10px 0px 10px 0;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.BigBold-Button,
.BigBold-Button {
	color: white;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
	color: #292e31;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 30px 30px 30px 30px;
	text-decoration: none;
	background-color: white;
	border-color: #292e31;
	border-style: solid;
	border-width: 1px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
	color: #292e31;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 15px 70px 15px 50px;
	text-decoration: none;
	background-color: white;
	border-color: #292e31;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
	color: white;
	text-decoration: none;
	background-color: #292e31;
	border-color: #292e31;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
	color: #292e31;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 14px 14px 14px 16px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(41, 46, 49, 0);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
	color: white;
	text-decoration: none;
	background-color: #292e31;
	border-color: rgba(41, 46, 49, 0);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
}

.tp-caption.Video-SubTitle,
.Video-SubTitle {
	color: white;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	font-style: normal;
	font-family: Raleway;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.35);
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	letter-spacing: 2px;
	text-align: left;
}

.tp-caption.Video-Title,
.Video-Title {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	font-style: normal;
	font-family: Raleway;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	background-color: black;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
	color: white;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
	color: white;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05);
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
	color: white;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.15);
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px 5px 5px 5px;
}

.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 800;
	font-style: normal;
	font-family: Raleway;
	padding: 0px 0px 0px 0;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 20px 50px 20px 50px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 3px;
}

.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	text-shadow: none;
}

.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
	color: #292e31;
	font-size: 33px;
	line-height: 45px;
	font-weight: 600;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
	color: #6f7c82;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
	color: #292e31;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
	color: #6f7c82;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
}

.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
	color: #292e31;
	font-size: 70px;
	line-height: 70px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
	color: #6f7c82;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
	color: #6f7c82;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
	color: #292e31;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(41, 46, 49, 0.5);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
	color: white;
	text-decoration: none;
	background-color: #292e31;
	border-color: #292e31;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
	color: #292e31;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 14px 14px 14px 16px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(41, 46, 49, 0.5);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: left;
	letter-spacing: 1px;
}

.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
	color: white;
	text-decoration: none;
	background-color: #292e31;
	border-color: #292e31;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
}

.tp-caption.Newspaper-Title,
.Newspaper-Title {
	color: white;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	font-style: normal;
	font-family: "Roboto Slab";
	padding: 0 0 10px 0;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
	color: #a8d8ee;
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Newspaper-Button,
.Newspaper-Button {
	color: white;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 35px 12px 35px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 2px;
	text-align: left;
}

.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
	color: black;
	text-decoration: none;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.rtwhitemedium,
.rtwhitemedium {
	font-size: 22px;
	line-height: 26px;
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: black;
	border-style: none;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] {
		width: 200px !important;
	}
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
	font-family: "Arial", sans-serif;
	line-height: 46px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	padding: 0 20px;
	border: 0;
	background: #009aee;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
	color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
	color: #0084B4 !important;
	text-decoration: underline !important;
}

.tp-caption.Concept-Title,
.Concept-Title {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	font-style: normal;
	font-family: Roboto Condensed;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 5px;
}

.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
	color: rgba(255, 255, 255, 0.65);
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	font-style: italic;
	font-family: Playfair Display;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Content,
.Concept-Content {
	color: white;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto Condensed;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: white;
	border-style: none;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 10px 8px 7px 10px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
	letter-spacing: 1px;
	text-align: left;
}

.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
	color: white;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 10px 8px 7px 10px;
	text-decoration: none;
	text-align: left;
	background-color: black;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
	letter-spacing: 1px;
	text-align: left;
}

.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
	color: black;
	text-decoration: none;
	background-color: white;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
	color: rgba(0, 0, 0, 0.65);
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	font-style: italic;
	font-family: Playfair Display;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
	color: black;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	font-style: normal;
	font-family: Roboto Condensed;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 5px;
}

.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
	color: black;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 10px 8px 7px 10px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
	letter-spacing: 1px;
	text-align: left;
}

.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
	color: white;
	text-decoration: none;
	background-color: black;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
	color: black;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto Condensed;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: white;
	border-style: none;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Notice,
.Concept-Notice {
	color: white;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto Condensed;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: white;
	border-style: none;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
	font-weight: 700 !important;
}

.tp-caption.Concept-Content a:hover {
	border-bottom: 1px solid transparent !important;
}

.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
	color: #000 !important;
	border-bottom: 1px solid #000 !important;
	font-weight: 700 !important;
}

.tp-caption.Concept-Content-Dark a:hover {
	border-bottom: 1px solid transparent !important;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
	color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
	color: #0084B4 !important;
	text-decoration: underline !important;
}

.tp-caption.Creative-Title,
.Creative-Title {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	font-style: normal;
	font-family: Playfair Display;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
	color: #cdb083;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

.tp-caption.Creative-Button,
.Creative-Button {
	color: #cdb083;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 15px 50px 15px 50px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: rgba(205, 176, 131, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
	color: #cdb083;
	text-decoration: none;
	background-color: transparent;
	border-color: #cdb083;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.subcaption,
.subcaption {
	color: #6f7c82;
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-family: roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: black;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-shadow: none;
	text-align: left;
}

.tp-caption.RedDot,
.RedDot {
	color: black;
	font-weight: 400;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	background-color: #d50000;
	border-color: white;
	border-style: solid;
	border-width: 5px;
	border-radius: 50px 50px 50px 50px;
}

.tp-caption.RedDot:hover,
.RedDot:hover {
	color: black;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.75);
	border-color: #d50000;
	border-style: solid;
	border-width: 5px;
	border-radius: 50px 50px 50px 50px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Playfair Display;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Playfair Display;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
	color: black;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	font-style: normal;
	font-family: Playfair Display;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	type: text;
}

.tp-caption.Woo-Rating,
.Woo-Rating {
	color: black;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	type: text;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
	color: black;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 2px;
	type: text;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
	color: black;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	type: text;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
	color: black;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 75px 12px 50px;
	text-decoration: none;
	background-color: #fecf72;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	type: button;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
	color: black;
	text-decoration: none;
	background-color: #f3a847;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
	color: black;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 35px 12px 35px;
	text-decoration: none;
	background-color: #fecf72;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	type: button;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
	color: black;
	text-decoration: none;
	background-color: #f3a847;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
	color: black;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	font-style: normal;
	font-family: Playfair Display;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	type: text;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
	color: black;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 2px;
	type: text;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
	color: black;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	type: text;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
	color: black;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 75px 12px 50px;
	text-decoration: none;
	background-color: #fecf72;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	type: button;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
	color: black;
	text-decoration: none;
	background-color: #f3a847;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
	color: black;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 12px 35px 12px 35px;
	text-decoration: none;
	background-color: #fecf72;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	type: button;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
	color: black;
	text-decoration: none;
	background-color: #f3a847;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
}

.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	padding: 11px 8px 11px 12px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 3px;
	text-align: left;
}

.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
	color: white;
	text-decoration: none;
	background-color: black;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Agency-Title,
.Agency-Title {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 900;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 10px;
}

.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
}

.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
	color: white;
	font-size: 30px;
	line-height: 71px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 100px 100px 100px 100px;
	text-align: center;
}

.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}

.tp-caption.Agency-SmallText,
.Agency-SmallText {
	color: white;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 5px;
}

.tp-caption.Agency-Social,
.Agency-Social {
	color: #333333;
	font-size: 25px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	text-align: center;
}

.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
	color: white;
	text-decoration: none;
	background-color: #333333;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer;
}

.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-style: none;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center;
}

.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0);
	border-style: none;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}

.tp-caption.Dining-Title,
.Dining-Title {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	font-style: normal;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 10px;
}

.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	font-style: normal;
	font-family: Lato;
	padding: 17px 73px 17px 50px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 2px;
}

.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
}

.tp-caption.Dining-Social,
.Dining-Social {
	color: white;
	font-size: 25px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.25);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: center;
}

.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer;
}

tp-caption.Team-Thumb,
.Team-Thumb {
	color: white;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: Arial;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	cursor: pointer;
}

.tp-caption.Team-Name,
.Team-Name {
	color: white;
	font-size: 70px;
	line-height: 70px;
	font-weight: 900;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Team-Position,
.Team-Position {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Team-Description,
.Team-Description {
	color: white;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
}

.tp-caption.Team-Social,
.Team-Social {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Arial;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
}

.tp-caption.Team-Social:hover,
.Team-Social:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
	color: black;
	font-size: 50px;
	line-height: 120px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center;
}

.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
	color: black;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}

.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
	color: white;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 10px;
}

.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	font-family: Georgia, serif;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
}

.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
	font-style: normal;
	font-family: Arial;
	padding: 0 0 0 0px;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
}

.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
}

.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
	color: black;
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center;
}

.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
	color: black;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}

.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
	color: black;
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center;
}

.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
	color: black;
	text-decoration: none;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
	cursor: pointer;
	background: #fff;
	min-width: 60px;
	min-height: 60px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
}

.ares.tparrows:before {
	font-family: "revicons";
	font-size: 25px;
	color: #aaa;
	display: block;
	line-height: 60px;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	z-index: 2;
	position: relative;
}

.ares.tparrows.tp-leftarrow:before {
	content: "\e81f";
}

.ares.tparrows.tp-rightarrow:before {
	content: "\e81e";
}

.ares.tparrows:hover:before {
	color: #000;
}

.ares .tp-title-wrap {
	position: absolute;
	z-index: 1;
	display: inline-block;
	background: #fff;
	min-height: 60px;
	line-height: 60px;
	top: 0px;
	margin-left: 30px;
	border-radius: 0px 30px 30px 0px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
}

.ares.tp-rightarrow .tp-title-wrap {
	right: 0px;
	margin-right: 30px;
	margin-left: 0px;
	-webkit-transform-origin: 100% 50%;
	border-radius: 30px 0px 0px 30px;
}

.ares.tparrows:hover .tp-title-wrap {
	transform: scaleX(1) scaleY(1);
	-webkit-transform: scaleX(1) scaleY(1);
}

.ares .tp-arr-titleholder {
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform: translateX(200px);
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 60px;
	white-space: nowrap;
	padding: 0px 20px;
	margin-left: 10px;
	opacity: 0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
	transform: translateX(-200px);
	margin-left: 0px;
	margin-right: 10px;
}

.ares.tparrows:hover .tp-arr-titleholder {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition-delay: 0.1s;
	opacity: 1;
}

/* BULLETS */
.ares.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.ares .tp-bullet {
	width: 13px;
	height: 13px;
	position: absolute;
	background: #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background: #fff;
}

.ares .tp-bullet-title {
	position: absolute;
	color: #888;
	font-size: 12px;
	padding: 0px 10px;
	font-weight: 600;
	right: 27px;
	top: -4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	visibility: hidden;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	line-height: 20px;
	white-space: nowrap;
}

.ares .tp-bullet-title:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: " ";
	position: absolute;
	right: -10px;
	top: 0px;
}

.ares .tp-bullet:hover .tp-bullet-title {
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
	background: #fff;
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
	border-color: transparent transparent transparent #fff;
}

.ares.tp-bullets:hover .tp-bullet-title {
	visibility: hidden;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
	visibility: visible;
}

/* TABS */
.ares .tp-tab {
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

.ares .tp-tab-image {
	width: 60px;
	height: 60px;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	display: inline-block;
	float: left;
}

.ares .tp-tab-content {
	background: transparent;
	position: relative;
	padding: 15px 15px 15px 85px;
	left: 0px;
	overflow: hidden;
	margin-top: -15px;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.ares .tp-tab-date {
	display: block;
	color: #aaa;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 0px;
}

.ares .tp-tab-title {
	display: block;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	line-height: 17px;
}

.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
}

.custom.tparrows:hover {
	background: #000;
}

.custom.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}

/* BULLETS */
.custom.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.custom .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #aaa;
	background: rgba(125, 125, 125, 0.5);
	cursor: pointer;
	box-sizing: content-box;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
	height: 100%;
	width: 100px;
	background: transparent;
	background: transparent;
	line-height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.dione.tparrows:hover {
	background: rgba(0, 0, 0, 0.45);
}

.dione .tp-arr-imgwrapper {
	width: 100px;
	left: 0px;
	position: absolute;
	height: 100%;
	top: 0px;
	overflow: hidden;
}

.dione.tp-rightarrow .tp-arr-imgwrapper {
	left: auto;
	right: 0px;
}

.dione .tp-arr-imgholder {
	background-position: center center;
	background-size: cover;
	width: 100px;
	height: 100%;
	top: 0px;
	visibility: hidden;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	left: 0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
	right: 0px;
	left: auto;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
}

.dione.tparrows:before {
	position: absolute;
	line-height: 30px;
	margin-left: -22px;
	top: 50%;
	left: 50%;
	font-size: 30px;
	margin-top: -15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
	margin-left: 6px;
}

.dione.tparrows:hover:before {
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	opacity: 0;
}

.dione.tparrows.tp-rightarrow:hover:before {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

/* BULLETS */
.dione .tp-bullet {
	opacity: 1;
	width: 50px;
	height: 50px;
	padding: 3px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 0px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.dione .tp-bullet-image {
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	width: 44px;
	height: 44px;
	background-size: cover;
	background-position: center center;
}

.dione .tp-bullet-title {
	position: absolute;
	bottom: 65px;
	display: inline-block;
	left: 50%;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin: 50% 100%;
	-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin: 50% 100%;
	opacity: 0;
	white-space: nowrap;
}

.dione .tp-bullet:hover .tp-bullet-title {
	transform: rotateX(0deg) translateX(-50%);
	-webkit-transform: rotateX(0deg) translateX(-50%);
	opacity: 1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
	background: white;
	background: -moz-linear-gradient(top, white 0%, #777777 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
	background: -webkit-linear-gradient(top, white 0%, #777777 100%);
	background: -o-linear-gradient(top, white 0%, #777777 100%);
	background: -ms-linear-gradient(top, white 0%, #777777 100%);
	background: linear-gradient(to bottom, white 0%, #777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.dione .tp-bullet-title:after {
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
	bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 35px;
}

.erinyen.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #fff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.erinyen .tp-title-wrap {
	position: absolute;
	z-index: 1;
	display: inline-block;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	min-height: 70px;
	line-height: 70px;
	top: 0px;
	margin-left: 0px;
	border-radius: 35px;
	overflow: hidden;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
	right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-transform-origin: 100% 50%;
	border-radius: 35px;
	padding-right: 20px;
	padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
	padding-left: 20px;
	padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
	letter-spacing: 3px;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform: translateX(200px);
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 70px;
	white-space: nowrap;
	padding: 0px 20px;
	margin-left: 11px;
	opacity: 0;
}

.erinyen .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
}

.erinyen .tp-arr-img-over {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
	transform: translateX(-200px);
	margin-left: 0px;
	margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition-delay: 0.1s;
	opacity: 1;
}

/* BULLETS */
.erinyen.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #555555;
	/* old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
	/* chrome,safari4+ */
	background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
	/* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top, #555555 0%, #222222 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
	/* ie10+ */
	background: linear-gradient(to bottom, #555555 0%, #222222 100%);
	/* w3c */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
	/* ie6-9 */
	padding: 10px 15px;
	margin-left: -15px;
	margin-top: -10px;
	box-sizing: content-box;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

.erinyen .tp-bullet {
	width: 13px;
	height: 13px;
	position: absolute;
	background: #111;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5;
	/* old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999));
	/* chrome,safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%);
	/* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%);
	/* ie10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
	/* w3c */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
	/* ie6-9 */
	border: 1px solid #555;
	width: 12px;
	height: 12px;
}

/* THUMBS */
.erinyen .tp-thumb {
	opacity: 1;
}

.erinyen .tp-thumb-over {
	background: #000;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.erinyen .tp-thumb-more:before {
	font-family: "revicons";
	font-size: 12px;
	color: #aaa;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	line-height: 12px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.erinyen .tp-thumb-more:before {
	content: "\e825";
}

.erinyen .tp-thumb-title {
	font-family: "Raleway";
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 15px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 20px 35px 20px 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: 500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
	color: #aaa;
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
	background: #fff;
}

.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
	color: #000;
}

/* TABS */
.erinyen .tp-tab-title {
	color: #a8d8ee;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto Slab";
	margin-bottom: 5px;
}

.erinyen .tp-tab-desc {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
.gyges.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #777777;
	/* Old browsers */
	background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
	background: -o-linear-gradient(top, #777777 0%, #666666 100%);
	background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
	background: linear-gradient(to bottom, #777777 0%, #666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",
	endColorstr="#666666",GradientType=0 );
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
	border-radius: 10px;
}

.gyges .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #333;
	border: 3px solid #444;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
}

.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",
	endColorstr="#e1e1e1",GradientType=0 );
	/* IE6-9 */
}

/* THUMBS */
.gyges .tp-thumb {
	opacity: 1;
}

.gyges .tp-thumb-img-wrap {
	padding: 3px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.25);
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gyges .tp-thumb-image {
	padding: 3px;
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.gyges .tp-thumb-title {
	position: absolute;
	bottom: 100%;
	display: inline-block;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin: 50% 100%;
	-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin: 50% 100%;
	white-space: nowrap;
}

.gyges .tp-thumb:hover .tp-thumb-title {
	transform: rotateX(0deg) translateX(-50%);
	-webkit-transform: rotateX(0deg) translateX(-50%);
	opacity: 1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
	background: white;
	background: -moz-linear-gradient(top, white 0%, #777777 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
	background: -webkit-linear-gradient(top, white 0%, #777777 100%);
	background: -o-linear-gradient(top, white 0%, #777777 100%);
	background: -ms-linear-gradient(top, white 0%, #777777 100%);
	background: linear-gradient(to bottom, white 0%, #777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.gyges .tp-thumb-title:after {
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
	bottom: -8px;
}

/* TABS */
.gyges .tp-tab {
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gyges .tp-tab-image {
	width: 60px;
	height: 60px;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	display: inline-block;
	float: left;
}

.gyges .tp-tab-content {
	background: transparent;
	position: relative;
	padding: 15px 15px 15px 85px;
	left: 0px;
	overflow: hidden;
	margin-top: -15px;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.gyges .tp-tab-date {
	display: block;
	color: rgba(255, 255, 255, 0.25);
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 0px;
}

.gyges .tp-tab-title {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	line-height: 17px;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
	background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.15);
	width: 100px;
	height: 100px;
	position: absolute;
	display: block;
	z-index: 100;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size: 30px;
	color: #fff;
	display: block;
	line-height: 100px;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}

.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
	color: #aaa;
	background: #fff;
	background: white;
}

.hades .tp-arr-allwrapper {
	position: absolute;
	left: 100%;
	top: 0px;
	background: #888;
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-webkit-transform: rotatey(-90deg);
	transform: rotatey(-90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.hades.tp-rightarrow .tp-arr-allwrapper {
	left: auto;
	right: 100%;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: rotatey(90deg);
	transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: rotatey(0deg);
	transform: rotatey(0deg);
}

.hades .tp-arr-imgholder {
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* BULLETS */
.hades.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.hades .tp-bullet {
	width: 3px;
	height: 3px;
	position: absolute;
	background: #888;
	cursor: pointer;
	border: 5px solid #fff;
	box-sizing: content-box;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-perspective: 400;
	perspective: 400;
	-webkit-transform: translatez(0.01px);
	transform: translatez(0.01px);
}

.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background: #555;
}

.hades .tp-bullet-image {
	position: absolute;
	top: -80px;
	left: -60px;
	width: 120px;
	height: 60px;
	background-position: center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transform-style: flat;
	transform-style: flat;
	perspective: 600;
	-webkit-perspective: 600;
	transform: rotatex(-90deg);
	-webkit-transform: rotatex(-90deg);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}

.hades .tp-bullet:hover .tp-bullet-image {
	display: block;
	opacity: 1;
	transform: rotatex(0deg);
	-webkit-transform: rotatex(0deg);
	visibility: visible;
}

/* THUMBS */
.hades .tp-thumb {
	opacity: 1;
}

.hades .tp-thumb-img-wrap {
	border-radius: 50%;
	padding: 3px;
	display: inline-block;
	background: #000;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.hades .tp-thumb-image {
	padding: 3px;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
	background: white;
	background: -moz-linear-gradient(top, white 0%, #777777 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
	background: -webkit-linear-gradient(top, white 0%, #777777 100%);
	background: -o-linear-gradient(top, white 0%, #777777 100%);
	background: -ms-linear-gradient(top, white 0%, #777777 100%);
	background: linear-gradient(to bottom, white 0%, #777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.hades .tp-thumb-title:after {
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
	bottom: -8px;
}

/* TABS */
.hades .tp-tab {
	opacity: 1;
}

.hades .tp-tab-title {
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}

.hades .tp-tab-price {
	display: block;
	text-align: center;
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	line-height: 20px;
}

.hades .tp-tab-button {
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	background: #219bd7;
	border-radius: 4px;
	font-weight: 400;
}

.hades .tp-tab-inner {
	text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
	cursor: pointer;
	background: #fff;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
}

.hebe.tparrows:before {
	font-family: "revicons";
	font-size: 30px;
	color: #aaa;
	display: block;
	line-height: 70px;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	z-index: 2;
	position: relative;
	background: #fff;
	min-width: 70px;
	min-height: 70px;
}

.hebe.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.hebe.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hebe.tparrows:hover:before {
	color: #000;
}

.hebe .tp-title-wrap {
	position: absolute;
	z-index: 0;
	display: inline-block;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	min-height: 60px;
	line-height: 60px;
	top: -10px;
	margin-left: 0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
}

.hebe.tp-rightarrow .tp-title-wrap {
	right: 0px;
	-webkit-transform-origin: 100% 50%;
}

.hebe.tparrows:hover .tp-title-wrap {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.hebe .tp-arr-titleholder {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 90px;
	white-space: nowrap;
	padding: 0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
	margin-left: 0px;
	padding: 0px 90px 0px 20px;
}

.hebe.tparrows:hover .tp-arr-titleholder {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition-delay: 0.1s;
	opacity: 1;
}

.hebe .tp-arr-imgholder {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	top: 0px;
	right: -90px;
}

.hebe.tp-rightarrow .tp-arr-imgholder {
	right: auto;
	left: -90px;
}

/* BULLETS */
.hebe.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.hebe .tp-bullet {
	width: 3px;
	height: 3px;
	position: absolute;
	background: #fff;
	cursor: pointer;
	border: 5px solid #222;
	border-radius: 50%;
	box-sizing: content-box;
	-webkit-perspective: 400;
	perspective: 400;
	-webkit-transform: translateZ(0.01px);
	transform: translateZ(0.01px);
	transition: all 0.3s;
}

.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
	background: #222;
	border-color: #fff;
}

.hebe .tp-bullet-image {
	position: absolute;
	top: -90px;
	left: -40px;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transform-style: flat;
	transform-style: flat;
	perspective: 600;
	-webkit-perspective: 600;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	border-radius: 6px;
}

.hebe .tp-bullet:hover .tp-bullet-image {
	display: block;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}

/* TABS */
.hebe .tp-tab-title {
	color: #a8d8ee;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto Slab";
	margin-bottom: 5px;
}

.hebe .tp-tab-desc {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
}

.hephaistos.tparrows:hover {
	background: #000;
}

.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
	margin-left: -2px;
}

.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
	margin-right: -2px;
}

/* BULLETS */
.hephaistos.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.hephaistos .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #999;
	border: 3px solid #f5f5f5;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background: #fff;
	border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 110px;
	position: absolute;
	display: block;
	z-index: 100;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 110px;
	text-align: center;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	opacity: 0;
}

.hermes .tp-arr-allwrapper {
	overflow: hidden;
	position: absolute;
	width: 180px;
	height: 140px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
	right: 0px;
	left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
	visibility: visible;
}

.hermes .tp-arr-imgholder {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	transform: translateX(-180px);
	-webkit-transform: translateX(-180px);
	transition: all 0.3s;
	transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
	transform: translateX(180px);
	-webkit-transform: translateX(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.hermes .tp-arr-titleholder {
	top: 110px;
	width: 180px;
	text-align: left;
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-weight: 600;
	position: absolute;
	font-size: 12px;
	white-space: nowrap;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* BULLETS */
.hermes .tp-bullet {
	overflow: hidden;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #FFF;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: absolute;
}

.hermes .tp-bullet:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.hermes .tp-bullet:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 1px #FFF;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
	height: 100%;
}

/* TABS */
.hermes .tp-tab {
	opacity: 1;
	padding-right: 10px;
	box-sizing: border-box;
}

.hermes .tp-tab-image {
	width: 100%;
	height: 60%;
	position: relative;
}

.hermes .tp-tab-content {
	background: #363636;
	position: absolute;
	padding: 20px 20px 20px 30px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	width: 100%;
	min-height: 40%;
	bottom: 0px;
	left: -10px;
}

.hermes .tp-tab-date {
	display: block;
	color: #888;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
}

.hermes .tp-tab-title {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent #363636;
	content: " ";
	position: absolute;
	right: -9px;
	bottom: 50%;
	margin-bottom: -30px;
}

.hermes .tp-tab-mask {
	padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
	.hermes .tp-tab .tp-tab-title {
		font-size: 14px;
		line-height: 16px;
	}
	.hermes .tp-tab-date {
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 10px;
	}
	.hermes .tp-tab-content {
		padding: 15px 15px 15px 25px;
	}
}

@media only screen and (max-width: 768px) {
	.hermes .tp-tab .tp-tab-title {
		font-size: 12px;
		line-height: 14px;
	}
	.hermes .tp-tab-date {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	.hermes .tp-tab-content {
		padding: 10px 10px 10px 20px;
	}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
}

.hesperiden.tparrows:hover {
	background: #000;
}

.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
	margin-left: -3px;
}

.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
	margin-right: -3px;
}

/* BULLETS */
.hesperiden.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
	border-radius: 8px;
}

.hesperiden .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #999999;
	/* old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
	/* chrome,safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
	/* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
	/* ie10+ */
	background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
	/* w3c */
	filter: progid:dximagetransform.microsoft.gradient(
			startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
	/* ie6-9 */
	border: 3px solid #e5e5e5;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
}

.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background: #666;
}

/* THUMBS */
.hesperiden .tp-thumb {
	opacity: 1;
	-webkit-perspective: 600px;
	perspective: 600px;
}

.hesperiden .tp-thumb .tp-thumb-title {
	font-size: 12px;
	position: absolute;
	margin-top: -10px;
	color: #fff;
	display: block;
	z-index: 1000;
	background-color: #000;
	padding: 5px 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: rotatex(90deg) translatez(0.001px);
	transform-origin: 50% 100%;
	-webkit-transform: rotatex(90deg) translatez(0.001px);
	-webkit-transform-origin: 50% 100%;
	opacity: 0;
}

.hesperiden .tp-thumb:hover .tp-thumb-title {
	transform: rotatex(0deg);
	-webkit-transform: rotatex(0deg);
	opacity: 1;
}

/* TABS */
.hesperiden .tp-tab {
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

.hesperiden .tp-tab-image {
	width: 60px;
	height: 60px;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	display: inline-block;
	float: left;
}

.hesperiden .tp-tab-content {
	background: transparent;
	position: relative;
	padding: 15px 15px 15px 85px;
	left: 0px;
	overflow: hidden;
	margin-top: -15px;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hesperiden .tp-tab-date {
	display: block;
	color: #aaa;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 0px;
}

.hesperiden .tp-tab-title {
	display: block;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	line-height: 17px;
}

.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
	background: #fff;
	padding: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}

.metis.tparrows:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
}

.metis.tparrows:before {
	color: #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.metis.tparrows:hover:before {
	transform: scale(1.5);
}

/* BULLETS */
.metis .tp-bullet {
	opacity: 1;
	width: 50px;
	height: 50px;
	padding: 3px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 0px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 50%;
}

.metis .tp-bullet-image {
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	width: 44px;
	height: 44px;
	background-size: cover;
	background-position: center center;
}

.metis .tp-bullet-title {
	position: absolute;
	bottom: 65px;
	display: inline-block;
	left: 50%;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin: 50% 100%;
	-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin: 50% 100%;
	opacity: 0;
	white-space: nowrap;
}

.metis .tp-bullet:hover .tp-bullet-title {
	transform: rotateX(0deg) translateX(-50%);
	-webkit-transform: rotateX(0deg) translateX(-50%);
	opacity: 1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
	background: white;
	background: -moz-linear-gradient(top, white 0%, #777777 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
	background: -webkit-linear-gradient(top, white 0%, #777777 100%);
	background: -o-linear-gradient(top, white 0%, #777777 100%);
	background: -ms-linear-gradient(top, white 0%, #777777 100%);
	background: linear-gradient(to bottom, white 0%, #777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.metis .tp-bullet-title:after {
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
	bottom: -8px;
}

.metis .tp-tab-number {
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Playfair Display";
	width: 50px;
	margin-right: 17px;
	display: inline-block;
	float: left;
}

.metis .tp-tab-mask {
	padding-left: 20px;
	left: 0px;
	max-width: 90px !important;
	transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

.metis:hover .tp-tab-mask {
	padding-left: 0px;
	left: 50px;
	max-width: 500px !important;
}

.metis .tp-tab-divider {
	border-right: 1px solid transparent;
	height: 30px;
	width: 1px;
	margin-top: 5px;
	display: inline-block;
	float: left;
}

.metis .tp-tab-title {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Playfair Display";
	position: relative;
	padding-top: 10px;
	padding-left: 30px;
	display: inline-block;
	transform: translateX(-100%);
	transition: 0.4s all;
}

.metis .tp-tab-title-mask {
	position: absolute;
	overflow: hidden;
	left: 67px;
}

.metis:hover .tp-tab-title {
	transform: translateX(0);
}

.metis .tp-tab {
	opacity: 0.15;
	transition: 0.4s all;
}

.metis .tp-tab:hover,
.metis .tp-tab.selected {
	opacity: 1;
}

.metis .tp-tab.selected .tp-tab-divider {
	border-right: 1px solid #cdb083;
}

.metis.tp-tabs {
	max-width: 118px !important;
	padding-left: 50px;
}

.metis.tp-tabs:before {
	content: " ";
	height: 100%;
	width: 88px;
	background: rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	left: 0px;
	top: 0px;
	position: absolute;
	transition: 0.4s all;
}

.metis.tp-tabs:hover:before {
	width: 118px;
}

@media (max-width: 499px) {
	.metis.tp-tabs:before {
		background: rgba(0, 0, 0, 0.75);
	}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor: pointer;
	background: #aaa;
	background: rgba(200, 200, 200, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border: 1px solid #f5f5f5;
}

.persephone.tparrows:hover {
	background: #333;
}

.persephone.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}

/* BULLETS */
.persephone.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.persephone .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #aaa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	box-sizing: content-box;
}

.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
	width: 50px;
	height: 50px;
	background: transparent;
}

.uranus.tparrows:before {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.uranus.tparrows:hover:before {
	opacity: 0.75;
}

/* BULLETS */
.uranus .tp-bullet {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background: transparent;
}

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
	box-shadow: 0 0 0 2px #FFF;
	border: none;
	border-radius: 50%;
	background: transparent;
}

.uranus .tp-bullet-inner {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 35px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
}

.zeus.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #fff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative;
}

.zeus.tparrows.tp-leftarrow:before {
	content: "\e824";
}

.zeus.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.zeus .tp-title-wrap {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-radius: 50%;
}

.zeus .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.zeus.tp-rightarrow .tp-arr-imgholder {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.zeus.tparrows:hover .tp-arr-imgholder {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.zeus.tparrows:hover .tp-title-wrap {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

/* BULLETS */
.zeus .tp-bullet {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
}

.zeus .tp-bullet:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
	width: 135px;
	height: 60px;
	position: absolute;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	bottom: 25px;
	left: 50%;
	margin-left: -65px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.zeus .tp-bullet-title {
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	font-weight: 600;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 45px;
	width: 135px;
	vertical-align: middle;
	left: -57px;
}

.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* THUMBS */
.zeus .tp-thumb {
	opacity: 1;
}

.zeus .tp-thumb-over {
	background: #000;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zeus .tp-thumb-more:before {
	font-family: "revicons";
	font-size: 12px;
	color: #aaa;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	line-height: 12px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.zeus .tp-thumb-more:before {
	content: "\e825";
}

.zeus .tp-thumb-title {
	font-family: "Raleway";
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 15px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 20px 35px 20px 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: 500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
	color: #aaa;
}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
	background: #000;
}

.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
	color: #fff;
}

/* TABS */
.zeus .tp-tab {
	opacity: 1;
	box-sizing: border-box;
}

.zeus .tp-tab-title {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	padding: 9px 10px;
}

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
	color: #000;
	background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.post-tabs .tp-thumb {
	opacity: 1;
}

.post-tabs .tp-thumb-over {
	background: #252525;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.post-tabs .tp-thumb-more:before {
	font-family: "revicons";
	font-size: 12px;
	color: #aaa;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	line-height: 12px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

.post-tabs .tp-thumb-more:before {
	content: "\e825";
}

.post-tabs .tp-thumb-title {
	font-family: "raleway";
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 15px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	padding: 15px 30px 15px 15px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: 500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
	color: #aaa;
}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
	background: #fff;
}

.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
	color: #000;
}

/*---------------------------------------
COMMON
-----------------------------------------*/
nav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

nav .menuzord {
	background-color: transparent;
	padding: 0px;
}

nav .menuzord .menuzord-brand {
	margin-top: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

nav .menuzord .menuzord-menu {
	padding-right: 190px;
}

nav .menuzord .menuzord-menu > li > a {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

nav .menuzord .menuzord-menu > li > a:hover {
	color: #fb5a5a;
}

nav .menuzord .menuzord-menu > li.active a {
	color: #fb5a5a;
}

nav .menuzord .menuzord-menu ul.dropdown li a {
	font-size: 12px;
	padding: 12px 0px 12px 25px;
	border-bottom: 0;
	color: #c2c2c2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

nav .menuzord .menuzord-menu ul.dropdown li a:hover {
	color: #fb5a5a;
}

nav .menuzord .right_menu_extra {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 991px) {
	nav .menuzord .right_menu_extra {
		right: 75px;
	}
}

@media (max-width: 400px) {
	nav .menuzord .right_menu_extra {
		right: 50px;
	}
}

nav .menuzord .right_menu_extra li {
	display: inline;
}

nav .menuzord .right_menu_extra li a {
	display: inline-block;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding: 38px 23px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	nav .menuzord .right_menu_extra li a {
		padding: 19px 23px;
	}
}

@media (max-width: 400px) {
	nav .menuzord .right_menu_extra li a {
		padding: 20px 10px;
	}
}

nav .menuzord .right_menu_extra li a i {
	color: #fff;
	font-size: 20px;
}

@media (max-width: 400px) {
	nav .menuzord .right_menu_extra li a i {
		font-size: 18px;
	}
}

nav .menuzord .right_menu_extra li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

nav.scroll_nav {
	background-color: #111;
}

nav.scroll_nav .menuzord .menuzord-brand {
	margin-top: 15px;
}

nav.scroll_nav .menuzord .menuzord-menu > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

nav.scroll_nav .menuzord .right_menu_extra li a {
	padding: 23px 18px;
}

@media (max-width: 991px) {
	nav, .menu_2 {
		border-bottom: 0px;
		position: relative;
	}
	nav:after, .menu_2:after {
		content: "";
		position: absolute;
		top: 60px;
		width: 100%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.3);
	}
	nav .menuzord-responsive .menuzord-brand, .menu_2 .menuzord-responsive .menuzord-brand {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	nav .menuzord-responsive .showhide, .menu_2 .menuzord-responsive .showhide {
		margin-top: 6px;
	}
	nav .menuzord-responsive .showhide em, .menu_2 .menuzord-responsive .showhide em {
		background-color: #fff;
	}
	nav .menuzord-responsive .menuzord-menu, .menu_2 .menuzord-responsive .menuzord-menu {
		width: 100%;
		float: left !important;
		padding-right: 0px !important;
		background-color: #111;
		border-left: 1px solid  #3f3f3f;
		border-right: 1px solid  #3f3f3f;
	}
	nav .menuzord-responsive .menuzord-menu li, .menu_2 .menuzord-responsive .menuzord-menu li {
		width: 100%;
		display: block;
		position: relative;
	}
	nav .menuzord-responsive .menuzord-menu li a, .menu_2 .menuzord-responsive .menuzord-menu li a {
		width: 100%;
		padding: 12px 20px;
		display: block;
		border-bottom: solid 1px #3f3f3f;
	}
	nav .menuzord-responsive .menuzord-menu li .indicator, .menu_2 .menuzord-responsive .menuzord-menu li .indicator {
		width: 60px;
		height: 41px;
		position: absolute;
		right: 0;
		top: 1px;
		font-size: 22px;
		text-align: center;
		line-height: 43px;
		border-left: solid 1px #3f3f3f;
	}
	nav .menuzord-responsive .menuzord-menu.scrollable, .menu_2 .menuzord-responsive .menuzord-menu.scrollable {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.scroll_nav .menuzord .menuzord-menu li a, .menu_2.scroll_nav .menuzord .menuzord-menu li a {
		padding: 12px 20px;
	}
	nav.scroll_nav .menuzord .right_menu_extra li a, .menu_2.scroll_nav .menuzord .right_menu_extra li a {
		padding: 19px 23px;
	}
}

@media (max-width: 991px) and (max-width: 400px) {
	nav.scroll_nav .menuzord .right_menu_extra li a, .menu_2.scroll_nav .menuzord .right_menu_extra li a {
		padding: 20px 10px;
	}
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	background-color: #111;
	min-width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menuzord-menu ul.dropdown a, .menuzord-menu ul.dropdown li ul.dropdown a {
	color: #c2c2c2;
}

@media (max-width: 991px) {
	.menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
		width: 100%;
		left: 0;
		position: static;
		border: none;
		background: #111;
		float: left;
	}
}

.header_type_two {
	padding-top: 40px;
	padding-bottom: 41px;
	background-color: #fff;
}

.header_type_two .logo {
	float: left;
	padding-left: 100px;
}

.header_type_two .toogle {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
	background-color: #1c1c1c;
	text-align: center;
	cursor: pointer;
}

.header_type_two .toogle i {
	line-height: 100px;
	color: #fff;
	font-size: 20px;
}

/*BURGER MENU*/
.right-full-menu {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.right-full-menu .right-menu-item {
	position: fixed;
	top: 100px;
	right: 0;
	width: 370px;
	height: 100%;
	transform: translate3d(100%, 0, 0);
	transition: transform .4s ease-in-out;
	padding-left: 40px;
	z-index: 12;
	background-color: #222;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: right bottom;
}

@media (max-width: 768px) {
	.right-full-menu .right-menu-item {
		width: 300px;
	}
}

@media (max-width: 400px) {
	.right-full-menu .right-menu-item {
		width: 80%;
	}
}

.right-full-menu .right-menu-item .right-menu-item-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background-color: #222;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: right bottom;
	padding-left: 50px;
	padding-right: 50px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo {
	padding-top: 50px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo a {
	display: block;
}

@media (max-width: 768px) {
	.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo {
		display: none;
	}
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
	padding-top: 50px;
	padding-bottom: 150px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	padding: 10px 0px;
	font-size: 14px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a:hover {
	color: #e6ed25;
}

@media (max-width: 768px) {
	.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
		font-size: 12px;
		padding: 8px 0px;
	}
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li.active a {
	color: #e6ed25;
}

@media (max-width: 1400px) {
	.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li {
	display: inline;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a {
	display: inline-block;
	padding: 15px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a i {
	font-size: 15px;
	color: #fff;
}

@media (max-width: 768px) {
	.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box {
		display: none;
	}
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p {
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p a {
	color: #e6ed25;
	text-decoration: none;
}

.right-full-menu .right-menu-item.menu_show {
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease-in-out;
	z-index: 15;
}

.right-full-menu.menu_show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.right-full-menu.menu_show .right-menu-item {
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease-in-out;
	z-index: 15;
}

.type_2 .header_top_area {
	padding-top: 40px;
}

@media (max-width: 991px) {
	.type_2 .header_top_area {
		display: none;
	}
}

.type_2 .header_top_area .topbar_address_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.type_2 .header_top_area .topbar_address_list li {
	float: left;
	position: relative;
	padding-left: 40px;
	margin-left: 40px;
}

.type_2 .header_top_area .topbar_address_list li i {
	color: #ead400;
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.type_2 .header_top_area .topbar_address_list li h4 {
	color: #212121;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 3px;
}

.type_2 .header_top_area .topbar_address_list li p {
	color: #a6a6a6;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.type_2 .menu_2 {
	position: relative;
	bottom: -55px;
	z-index: 999;
	margin-top: -25px;
}

@media (max-width: 991px) {
	.type_2 .menu_2 {
		background-color: #1e1e1e;
		margin: 0px;
		bottom: 0px;
	}
}

.type_2 .menu_2 .menuzord {
	background-color: #1e1e1e;
}

@media (min-width: 991px) {
	.type_2 .menu_2 .menuzord .menuzord-brand {
		display: none;
	}
}

.type_2 .menu_2 .menuzord .menuzord-menu.menuzord-right {
	float: left;
}

.type_2 .menu_2 .menuzord .menuzord-menu li {
	position: relative;
}

.type_2 .menu_2 .menuzord .menuzord-menu li a {
	color: #ece9e9;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.type_2 .menu_2 .menuzord .menuzord-menu li.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #f4ff3c;
}

.type_2 .menu_2 .menuzord .menuzord-menu li ul.dropdown {
	background-color: #111;
}

.type_2 .menu_2 .menuzord .menuzord-menu li ul.dropdown li a {
	font-size: 12px;
	padding: 15px 0px 15px 25px;
	border-bottom: 0;
	color: #c2c2c2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.type_2 .menu_2 .menuzord .menuzord-menu li ul.dropdown li a:hover {
	color: #f4ff3c;
}

.slider img {
	width: 100%;
}

body {
	font-family: "Roboto", sans-serif;
}

.container-full {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.pdding_none {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.pd-top-120 {
	padding-top: 120px;
}

.extra_margin {
	margin-top: 100px;
}

.pd-tp-none {
	padding-top: 0px !important;
}

.pd-bt-none {
	padding-bottom: 0px !important;
}

.section_title h2, .section_title_three h2, .section_title_four h2, .section_title_ten h2 {
	color: #2b2a2a;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.section_title p, .section_title_three p, .section_title_four p, .section_title_ten p {
	color: #949292;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
}

@media (min-width: 991px) {
	.section_title_two {
		width: 80%;
		margin: 0 auto;
	}
}

.section_title_two h2 {
	color: #2b2a2a;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}

.section_title_two h4 {
	color: #949292;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 80px;
	position: relative;
}

.section_title_two h4:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 30px;
	height: 3px;
	background-color: #fb4e4e;
	margin-left: -15px;
}

.section_title_two p {
	color: #9d9d9d;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.section_title_three h2, .section_title_four h2 {
	font-size: 35px;
	line-height: 45px;
}

.section_title_three p, .section_title_four p {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 28px;
}

.section_title_four h2 {
	color: #fff;
}

.section_title_four p {
	color: #aaaaaa;
}

.section_title_five h2 {
	color: #2b2a2a;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 60px;
	position: relative;
}

.section_title_five h2:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 90px;
	height: 5px;
	background-color: #2ce1b8;
	margin-left: -45px;
}

.section_title_five p {
	color: #9d9d9d;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	margin: 0px;
}

.section_title_six h2 {
	color: #272626;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}

.section_title_six p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px;
}

.section_title_seven h4 {
	color: #a9a9a9;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 35px;
}

.section_title_seven h2 {
	color: #272727;
	font-size: 60px;
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
	margin: 0px;
}

.section_title_eight h4 {
	color: #a9a9a9;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0;
}

.section_title_eight h2 {
	color: #272727;
	font-size: 60px;
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 30px;
}

.section_title_eight p {
	color: #8f8f8f;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.section_title_nine h2 {
	color: #404040;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}

.section_title_nine img {
	margin-top: 35px;
}

.section_title_ten h2 {
	color: #fff;
}

.section_title_ten p {
	color: #c1c1c1;
}

.construction_title {
	color: #252525;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-top: 0px;
	margin-bottom: 70px;
}

.construction_title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 170px;
	height: 4px;
	background-color: #f4ff3c;
}

.section_title_res h2 {
	color: #5b5b5b;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}

.section_title_hair h2 {
	color: #2b2a2a;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section_title_hair p {
	color: #949292;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 28px;
}

.section_title_hosting h2 {
	color: #323232;
	font-size: 23px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.section_title_hosting p {
	color: #939393;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.section_title_mechanic h2 {
	color: #2f2f2f;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 7px;
}

.section_title_mechanic p {
	color: #979797;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.section_title_gym h2 {
	color: #202020;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section_title_gym p {
	color: #949191;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.fixed {
	background-attachment: fixed;
}

.open_popup, .open_popup:focus {
	outline: 0;
}

.page-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.page-content {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.inner-page-content {
	padding-top: 70px;
}

@media (max-width: 991px) {
	.inner-page-content {
		padding-top: 40px;
	}
}

.pd_50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.full-page-search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.full-page-search .sr-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.94);
	z-index: 3;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.full-page-search form {
	position: relative;
	z-index: 5;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	margin: 0 auto;
	max-width: 800px;
}

.full-page-search form .form-control, .full-page-search form .form-control:focus {
	font-size: 35px;
	color: #474747;
	height: 75px;
	border: 0px;
	box-shadow: none;
	padding-right: 50px;
	width: 100%;
	outline: 0;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	border-bottom: 2px solid #222;
	padding-left: 0px;
}

.full-page-search form .src_btn, .full-page-search form .src_btn:active, .full-page-search form .src_btn:visited, .full-page-search form .src_btn:focus {
	position: absolute;
	right: 0;
	top: 0;
	height: 75px;
	background-color: transparent;
	border: 0px;
	color: #333;
	font-size: 26px;
	outline: 0;
	box-shadow: none;
}

.full-page-search.open-search {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_one, .btn_seven, .btn_one:active, .btn_seven:active, .btn_one:visited, .btn_seven:visited, .btn_one:focus, .btn_seven:focus {
	background-color: #82b53f;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 50px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 400px) {
	.btn_one, .btn_seven, .btn_one:active, .btn_seven:active, .btn_one:visited, .btn_seven:visited, .btn_one:focus, .btn_seven:focus {
		padding: 12px 20px;
		font-size: 10px;
	}
}

.btn_one:hover, .btn_seven:hover {
	background-color: #699234;
}

.btn_two, .btn_two:active, .btn_two:visited, .btn_two:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #28ccd2;
	border-radius: 20px;
	padding: 11px 40px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_two:hover {
	background-color: #1ea0a5;
}

.btn_three, .btn_three:focus, .btn_three:active, .btn_three:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #fb4e4e;
	border-radius: 30px;
	padding: 14px 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_three:hover {
	background-color: #da4242;
}

.btn_four, .btn_five, .btn_four:focus, .btn_five:focus, .btn_four:active, .btn_five:active, .btn_four:visited, .btn_five:visited {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px 30px;
	border-radius: 30px;
	letter-spacing: 3px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_four:hover, .btn_five:hover {
	background-color: #fff;
	color: #222;
}

.btn_five {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.btn_six, .btn_eight, .btn_six:active, .btn_eight:active, .btn_six:visited, .btn_eight:visited, .btn_six:focus, .btn_eight:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fb4e4e;
	border-radius: 20px;
	padding: 12px 25px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_six:hover, .btn_eight:hover {
	background-color: #da4242;
}

.btn_seven {
	width: 100%;
}

.btn_seven, .btn_seven:focus {
	outline: 0 !important;
	border-radius: 3px;
}

.btn_seven:hover {
	color: #fff;
}

.btn_eight {
	background-color: #fa4949;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_eight:hover {
	background-color: #da4242;
}

footer .footer_top {
	background-color: #212121;
	padding-top: 85px;
	padding-bottom: 85px;
}

footer .footer_top .footer_widget h2 {
	color: #dfdfdf;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 35px;
}

footer .footer_top .footer_widget ul.link_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer_top .footer_widget ul.link_list li a {
	color: #b5b5b5;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #3d3d3d;
	position: relative;
	padding-left: 20px;
}

footer .footer_top .footer_widget ul.link_list li a:after {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #515151;
	border-radius: 50%;
}

footer .footer_top .footer_widget ul.link_list li:last-child a {
	border-bottom: 0px;
}

footer .footer_top .footer_widget ul.footer_blog_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer_top .footer_widget ul.footer_blog_list li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #3d3d3d;
}

footer .footer_top .footer_widget ul.footer_blog_list li a {
	color: #b5b5b5;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}

footer .footer_top .footer_widget ul.footer_blog_list li h4 {
	color: #656565;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0px;
}

footer .footer_top .footer_widget ul.footer_blog_list li:last-child {
	border-bottom: 0px;
}

footer .footer_top .footer_widget .tag_cloud a {
	color: #b5b5b5;
	font-size: 12px;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	background-color: #313131;
	padding: 5px 15px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footer_top .footer_widget .tag_cloud a:hover {
	color: #fff;
	background-color: #fb5a5a;
}

@media (max-width: 991px) {
	footer .footer_top .footer_widget {
		margin-bottom: 50px;
	}
}

footer .footer_bottom {
	background-color: #191919;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .footer_bottom .copyright p {
	color: #a8a8a8;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

footer .footer_bottom .copyright p a {
	color: #a8a8a8;
	text-decoration: none;
}

@media (max-width: 768px) {
	footer .footer_bottom .copyright {
		text-align: center;
	}
}

footer .footer_bottom .right_footer_social {
	text-align: right;
}

@media (max-width: 768px) {
	footer .footer_bottom .right_footer_social {
		text-align: center;
	}
}

footer .footer_bottom .right_footer_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer_bottom .right_footer_social ul li {
	display: inline;
}

footer .footer_bottom .right_footer_social ul li a {
	display: inline-block;
	color: #a8a8a8;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #a8a8a8;
}

footer .footer_bottom .right_footer_social ul li:last-child a {
	padding-right: 0px;
	border-right: 0px;
}

.page_header {
	background-image: url(../images/background/team_header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 300px;
	padding-bottom: 200px;
}

.page_header .about_text h2 {
	color: #fff;
	font-size: 80px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.about_me {
	background-image: url(../images/background/about_me_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.about_me .about_text h2 {
	color: #fff;
	font-size: 80px;
	font-family: 'Kanit', sans-serif;
	font-weight: 900;
	font-style: italic;
	margin: 0px;
}

.about_me .about_text h6 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-family: 400;
	margin-top: 0px;
	margin-bottom: 5px;
}

.about_me .about_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about_me .about_text ul li {
	display: inline;
}

.about_me .about_text ul li a {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.about_me .about_text ul li a i {
	color: #fff;
	font-size: 12px;
}

.team {
	background-image: url(../images/background/team_header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
}

.service {
	background-image: url(../images/background/team_header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
}

.blog {
	background-image: url(../images/background/team_header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
}

.contact {
	background-image: url(../images/background/team_header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
}

.agency {
	background-image: url(../images/background/agency_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.agency:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.agency .about_text h2 {
	color: #fff;
	font-size: 60px;
	font-family: 'Old Standard TT', serif;
}

.solid_page_header {
	background-color: #1d1d1d;
	padding-top: 160px;
	padding-bottom: 60px;
}

.solid_page_header .left_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

@media (max-width: 500px) {
	.solid_page_header .left_text h2 {
		font-size: 15px;
	}
}

.solid_page_header .breadcumb {
	text-align: right;
}

.solid_page_header .breadcumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.solid_page_header .breadcumb ul li {
	color: #a8a8a8;
	display: inline-block;
	font-size: 13px;
}

.solid_page_header .breadcumb ul li a {
	color: #a8a8a8;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

/*---------------------------------------
HOME
-----------------------------------------*/
.welcome_intro_section {
	padding-top: 100px;
}

.welcome_intro_section .intro_icon {
	padding-top: 30px;
}

.welcome_intro_section .intro_icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.welcome_intro_section .intro_icon ul li {
	text-align: center;
	display: inline-block;
	padding-left: 45px;
	padding-right: 45px;
}

.welcome_intro_section .intro_icon ul li p {
	color: #464646;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}

.welcome_intro_section a {
	margin-top: 50px;
}

.welcome_intro_section .welcome_mockup {
	padding-top: 75px;
}

.welcome_intro_section .welcome_mockup img {
	width: 100%;
}

.home_two_intro {
	padding-top: 130px;
}

.home_two_intro .intro_two_text h2 {
	color: #2b2a2a;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.home_two_intro .intro_two_text p {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #8c8c8c;
	line-height: 28px;
	margin-bottom: 30px;
}

.home_two_intro .home_two_intro_promo {
	padding-top: 60px;
}

.home_two_intro .home_two_intro_promo .single_promo h2 {
	color: #2b2a2a;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}

.home_two_intro .home_two_intro_promo .single_promo p {
	color: #8c8c8c;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

.home_two_intro .home_two_intro_promo .mockup {
	padding-top: 90px;
}

.home_two_intro .home_two_intro_promo .mockup img {
	width: 100%;
}

.home_intro_three {
	padding-top: 120px;
	padding-bottom: 120px;
}

.home_intro_three .inner_intro {
	padding-top: 80px;
}

.home_intro_three .inner_intro .single_intro i {
	color: #b2dd4c;
	font-size: 50px;
}

.home_intro_three .inner_intro .single_intro h2 {
	color: #454545;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 15px;
}

.home_intro_three .inner_intro .single_intro p {
	color: #a1a1a1;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

@media (max-width: 991px) {
	.home_intro_three .inner_intro .single_intro {
		margin-bottom: 50px;
	}
}

.intro_carosel_area {
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
}

.intro_carosel_area #intro-carosel {
	position: relative;
	z-index: 2;
	padding-right: 150px;
}

@media (max-width: 991px) {
	.intro_carosel_area #intro-carosel {
		padding-right: 0px;
	}
}

@media (max-width: 991px) {
	.intro_carosel_area #intro-carosel .single_item {
		text-align: center;
	}
}

.intro_carosel_area #intro-carosel .single_item h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.intro_carosel_area #intro-carosel .single_item p {
	color: #e6e6e6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.intro_carosel_area #intro-carosel .owl-controls .owl-dots {
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -50px;
}

@media (max-width: 1200px) {
	.intro_carosel_area #intro-carosel .owl-controls .owl-dots {
		left: -50px;
	}
}

@media (max-width: 991px) {
	.intro_carosel_area #intro-carosel .owl-controls .owl-dots {
		left: 0px;
		width: 100%;
		text-align: center;
		top: inherit;
		bottom: -100px;
	}
}

.intro_carosel_area #intro-carosel .owl-controls .owl-dots .owl-dot {
	display: block;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.intro_carosel_area #intro-carosel .owl-controls .owl-dots .owl-dot {
		display: inline-block;
	}
}

.intro_carosel_area #intro-carosel .owl-controls .owl-dots .owl-dot span {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background-color: #757575;
}

.intro_carosel_area #intro-carosel .owl-controls .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.intro_carosel_area .left_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/background/left-intro-carosel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.intro_carosel_area .left_image {
		width: 100%;
	}
}

.intro_carosel_area .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/background/right-intro-carosel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.intro_carosel_area .right_image {
		display: none;
	}
}

.fun_facts {
	background-color: #0e1117;
	padding-top: 70px;
	padding-bottom: 70px;
}

.fun_facts .single_fun_facts h2 {
	color: #b478fb;
	font-size: 60px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}

.fun_facts .single_fun_facts p {
	color: #ebffd0;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}

@media (max-width: 768px) {
	.fun_facts .single_fun_facts {
		margin-bottom: 50px;
	}
}

.fun_facts_type_two {
	background-color: #191919;
}

.fun_facts_type_two .single_fun_facts h2 {
	color: #fff;
	font-size: 70px;
	margin-bottom: 0px;
}

.fun_facts_type_two .single_fun_facts p {
	color: #a3a3a3;
	font-size: 18px;
}

.fun_facts_type_three {
	background-color: #e62739;
	padding-top: 100px;
	padding-bottom: 100px;
}

.fun_facts_type_three .col-md-3 {
	border-right: 1px solid #ee4f5e;
}

.fun_facts_type_three .col-md-3:last-child {
	border-right: 0px;
}

.fun_facts_type_three .single_fun_facts {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fun_facts_type_three .single_fun_facts h2 {
	color: #fff;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.fun_facts_type_three .single_fun_facts p {
	color: #ffd0d4;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.fun_facts_type_four {
	background-image: url(../images/background/fun-facts.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 130px;
}

@media (max-width: 768px) {
	.fun_facts_type_four .single_fun_facts {
		margin-bottom: 50px;
	}
}

.fun_facts_type_four .single_fun_facts i {
	color: #82b53f;
	font-size: 40px;
}

.fun_facts_type_four .single_fun_facts h2 {
	color: #fff;
	font-size: 50px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

.fun_facts_type_four .single_fun_facts h5 {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}

.featured_testimonials .left_brand_image {
	background-image: url(../images/testimonial_left_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 415px) {
	.featured_testimonials .left_brand_image img {
		width: 100%;
	}
}

.featured_testimonials .right_testimonial_quote {
	background-image: url(../images/testimonial_right_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px;
}

.featured_testimonials .right_testimonial_quote h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
}

.featured_testimonials .right_testimonial_quote h4 {
	color: #9e9d9f;
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 20px;
}

.featured_testimonials .right_testimonial_quote p {
	color: #e3e3e3;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin: 0px;
	line-height: 30px;
}

@media (max-width: 768px) {
	.featured_testimonials .right_testimonial_quote {
		padding: 50px;
	}
}

.service_area {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}

.service_area .inner_service {
	padding-top: 80px;
}

.single_service_image_wid {
	width: 275px;
	height: 340px;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_service_image_wid i {
	color: #333333;
	font-size: 35px;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

.single_service_image_wid h2 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.single_service_image_wid p {
	color: #8c8c8c;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	z-index: 2;
}

.single_service_image_wid .normal {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #82b53f;
	height: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_service_image_wid .hover {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0px;
	height: 40px;
	background-color: #82b53f;
	padding: 10px;
	text-align: right;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_service_image_wid .bg_image {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_service_image_wid .bg_image img {
	width: 100%;
}

.single_service_image_wid:hover {
	border-radius: 4px;
}

.single_service_image_wid:hover .bg_image {
	opacity: 1;
}

.single_service_image_wid:hover i {
	color: #fff;
}

.single_service_image_wid:hover h2 {
	color: #fff;
}

.single_service_image_wid:hover p {
	color: #fff;
}

.single_service_image_wid:hover .normal {
	opacity: 0;
}

.single_service_image_wid:hover .hover {
	opacity: 1;
	z-index: 2;
}

@media (max-width: 768px) {
	.single_service_image_wid {
		margin: 0 auto;
	}
}

.single_service_image_wid.corporate .normal, .single_service_image_wid.corporate .hover {
	background-color: #1bc8d7;
}

.more_service_area {
	padding-top: 120px;
	padding-bottom: 70px;
}

.more_service_area .inner_more_service {
	padding-top: 80px;
}

.more_service_area .inner_more_service .single_service {
	position: relative;
	padding-left: 50px;
	margin-bottom: 50px;
}

.more_service_area .inner_more_service .single_service .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.more_service_area .inner_more_service .single_service .icon i {
	font-size: 30px;
	color: #39c8ca;
}

.more_service_area .inner_more_service .single_service h2 {
	color: #454545;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-family: 400;
	margin-top: 0px;
	margin-bottom: 20px;
}

.more_service_area .inner_more_service .single_service p {
	color: #a1a1a1;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-family: 400;
	line-height: 30px;
	margin-bottom: 0px;
}

.clients_area {
	background-color: #e92f40;
	padding-top: 130px;
	padding-bottom: 130px;
}

.clients_area .section_title h2, .clients_area .section_title_three h2, .clients_area .section_title_four h2, .clients_area .section_title_ten h2 {
	color: #fff;
}

.clients_area .section_title p, .clients_area .section_title_three p, .clients_area .section_title_four p, .clients_area .section_title_ten p {
	color: #c8c1c1;
}

.clients_area .inner_client_area {
	padding-top: 60px;
}

.clients_area .inner_client_area .client_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.clients_area .inner_client_area .client_list li {
	display: inline-block;
	padding-left: 45px;
	padding-right: 45px;
}

.client_area_two {
	background-image: url(../images/background/client.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}

.client_area_two .inner_client .single_client {
	width: 20%;
	float: left;
	text-align: center;
}

@media (max-width: 991px) {
	.client_area_two .inner_client .single_client img {
		width: 70%;
	}
}

@media (max-width: 500px) {
	.client_area_two .inner_client .single_client {
		width: 100%;
		margin-bottom: 30px;
	}
	.client_area_two .inner_client .single_client img {
		width: auto;
	}
}

.process_section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.process_section .process_top h4 {
	color: #2a2929;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 35px;
}

.process_section .process_top .top_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 4px solid #181818;
	margin-bottom: 70px;
}

.process_section .process_top .top_list ul li {
	float: left;
	width: 33.3333%;
	position: relative;
	padding: 50px;
	padding-left: 90px;
	border-right: 1px solid #777777;
}

@media (max-width: 768px) {
	.process_section .process_top .top_list ul li {
		padding-left: 0px;
		padding: 20px;
	}
}

@media (max-width: 350px) {
	.process_section .process_top .top_list ul li {
		padding: 10px;
	}
}

.process_section .process_top .top_list ul li h5 {
	position: absolute;
	color: #bebebe;
	font-size: 15px;
	font-weight: 700;
	margin: 0px;
	left: 50px;
	top: 72px;
}

@media (max-width: 768px) {
	.process_section .process_top .top_list ul li h5 {
		position: relative;
		top: 0;
		left: 0;
	}
}

.process_section .process_top .top_list ul li h2 {
	color: #2a2929;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 0px;
	line-height: 30px;
}

@media (max-width: 768px) {
	.process_section .process_top .top_list ul li h2 {
		line-height: 20px;
		letter-spacing: 2px;
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media (max-width: 350px) {
	.process_section .process_top .top_list ul li h2 {
		font-size: 12px;
		line-height: 16px;
	}
}

.process_section .process_top .top_list ul li p {
	color: #8c8c8c;
	font-size: 14px;
	position: absolute;
	bottom: -95px;
	left: 25px;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
}

@media (max-width: 768px) {
	.process_section .process_top .top_list ul li p {
		position: relative;
		bottom: 0;
		left: 0;
		line-height: 20px;
	}
}

@media (max-width: 350px) {
	.process_section .process_top .top_list ul li p {
		font-size: 12px;
	}
}

.process_section .process_top .top_list ul li:last-child {
	border-right: 0px;
}

.process_section .inner_process_section {
	padding-top: 90px;
}

.process_section .inner_process_section .single_process h4 {
	color: #2a2929;
	font-size: 12px;
	font-weight: 700;
	margin: 0px;
}

.process_section .inner_process_section .single_process h2 {
	color: #2a2929;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 35px;
	position: relative;
}

.process_section .inner_process_section .single_process h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 6px;
	background-color: #2a2929;
}

.process_section .inner_process_section .single_process p {
	color: #8c8c8c;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 25px;
}

.testimonail_area {
	background-image: url(../images/background/testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

.testimonail_area #testimonial_carosel .single_testimonail {
	text-align: center;
}

.testimonail_area #testimonial_carosel .single_testimonail p {
	color: #e3e3e3;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 35px;
	margin: 0px;
}

.testimonail_area #testimonial_carosel .single_testimonail h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 35px;
	margin-bottom: 0px;
}

.testimonail_area #testimonial_carosel .owl-controls {
	padding-top: 25px;
}

.testimonail_area #testimonial_carosel .owl-controls .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 5px;
}

.testimonail_area #testimonial_carosel .owl-controls .owl-dots .owl-dot.active span {
	background-color: #818181;
}

.simple_testimonial {
	background-image: url(../images/background/simple-testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-bottom: 180px;
}

@media (max-width: 991px) {
	.simple_testimonial {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.simple_testimonial .inner_text h4 {
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.simple_testimonial .inner_text p {
	color: #e3e3e3;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 40px;
}

.simple_testimonial .inner_text h6 {
	color: #e3e3e3;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	margin-top: 30px;
}

.testimonial_area_two {
	background-image: url(../images/background/testimonial-two.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.testimonial_area_two h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 40px;
}

.testimonial_area_two #testimonial_carosel_two .single_testimonial p {
	color: #c9c9c9;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 35px;
	margin: 0px;
}

.testimonial_area_two #testimonial_carosel_two .single_testimonial h4 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 0px;
}

.testimonial_area_two #testimonial_carosel_two .single_testimonial a {
	color: #fff;
	text-decoration: none;
}

.testimonial_area_two #testimonial_carosel_two .owl-controls {
	margin-top: 40px;
}

.testimonial_area_two #testimonial_carosel_two .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 3px solid #fff;
	margin: 4px;
}

.testimonial_area_two #testimonial_carosel_two .owl-controls .owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 3px solid #fff;
}

.testimonial_three_area {
	background-image: url(../images/background/testimonial-three.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}

.testimonial_three_area .inner_testimonial {
	padding-top: 80px;
}

@media (max-width: 768px) {
	.testimonial_three_area .inner_testimonial .single_item {
		margin-bottom: 50px;
	}
}

.testimonial_three_area .inner_testimonial .single_item .top_box {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.testimonial_three_area .inner_testimonial .single_item .top_box p {
	color: #8e8e8e;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}

.testimonial_three_area .inner_testimonial .single_item h4 {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 2px;
}

.testimonial_three_area .inner_testimonial .single_item p {
	color: #b4b4b4;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.text_testimonial_area {
	background-image: url(../images/background/text-testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-bottom: 180px;
}

.text_testimonial_area .inner_testimonial p {
	color: #eaebff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 30px;
}

.text_testimonial_area .inner_testimonial h4 {
	color: #eaebff;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0px;
}

.text_testimonial_area .inner_testimonial h5 {
	color: #eaebff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 0px;
}

.purchase_section {
	background-color: #151515;
	padding-top: 130px;
	padding-bottom: 130px;
}

.purchase_section .inner_purchase_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 40px;
}

.purchase_section .inner_purchase_text p {
	color: #979797;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
}

.pricing_table {
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}

.pricing_table .inner_pricing_table {
	padding-top: 130px;
}

@media (max-width: 768px) {
	.pricing_table .inner_pricing_table .single_pricing_table {
		margin-bottom: 50px;
	}
}

.pricing_table .inner_pricing_table .single_pricing_table .title {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #e9e9e9;
}

.pricing_table .inner_pricing_table .single_pricing_table .title h2 {
	color: #1f1f1f;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pricing_table .inner_pricing_table .single_pricing_table .price {
	padding-top: 35px;
	padding-bottom: 35px;
}

.pricing_table .inner_pricing_table .single_pricing_table .price h2 {
	color: #1f1f1f;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pricing_table .inner_pricing_table .single_pricing_table .price h2 span.dlr {
	font-size: 15px;
	margin-right: -7px;
}

.pricing_table .inner_pricing_table .single_pricing_table .price h2 span.mnth {
	font-size: 15px;
	color: #989898;
	margin-left: -7px;
}

.pricing_table .inner_pricing_table .single_pricing_table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
}

.pricing_table .inner_pricing_table .single_pricing_table ul li {
	color: #8e8e8e;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
}

.pricing_table .inner_pricing_table .single_pricing_table ul li:nth-child(odd) {
	background-color: #e9e9e9;
	padding-top: 14px;
	padding-bottom: 14px;
}

.pricing_table .inner_pricing_table .single_pricing_table ul li:nth-child(even) {
	padding-top: 16px;
	padding-bottom: 16px;
}

.pricing_table .inner_pricing_table .single_pricing_table.focus {
	margin-top: -40px;
}

@media (max-width: 768px) {
	.pricing_table .inner_pricing_table .single_pricing_table.focus {
		margin-top: 0px;
	}
}

.pricing_table .inner_pricing_table .single_pricing_table.focus .title {
	background-color: #28ccd2;
	padding-top: 35px;
	padding-bottom: 35px;
}

.pricing_table .inner_pricing_table .single_pricing_table.focus .title h2 {
	color: #fff;
}

.pricing_table .inner_pricing_table .single_pricing_table.focus .price {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pricing_table .inner_pricing_table .single_pricing_table.focus ul li:nth-child(odd) {
	padding-top: 16px;
	padding-bottom: 16px;
}

.pricing_table .inner_pricing_table .single_pricing_table.focus ul li:nth-child(even) {
	padding-top: 18px;
	padding-bottom: 18px;
}

.multicolor_block .single_block {
	padding: 80px;
}

.multicolor_block .single_block h2 {
	color: #fff;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.multicolor_block .single_block h6 {
	color: #84feff;
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
}

.multicolor_block .single_block p {
	color: #c7feff;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
}

.multicolor_block .single_block:nth-child(1) {
	background-color: #28ccd2;
}

.multicolor_block .single_block:nth-child(2) {
	background-color: #181818;
}

.multicolor_block .single_block:nth-child(2) h6 {
	color: #5b5959;
}

.multicolor_block .single_block:nth-child(2) p {
	color: #797979;
}

.multicolor_block .single_block:nth-child(3) {
	background-color: #151515;
}

.multicolor_block .single_block:nth-child(3) h6 {
	color: #606060;
}

.multicolor_block .single_block:nth-child(3) p {
	color: #5d5d5d;
}

.simple_text_section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.simple_text_section .inner_text h2 {
	color: #272727;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.simple_text_section .inner_text a {
	margin-bottom: 40px;
}

.simple_text_section .inner_text p {
	color: #979797;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.client_logo {
	padding-bottom: 120px;
}

.client_logo img {
	margin-bottom: 20px;
}

.service_promo {
	padding-top: 120px;
	padding-bottom: 120px;
}

.service_promo .inner_service_promo {
	padding-top: 80px;
}

.service_promo .inner_service_promo .single_promo .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.service_promo .inner_service_promo .single_promo .icon i {
	font-size: 25px;
	color: #fff;
	line-height: 60px;
}

.service_promo .inner_service_promo .single_promo h2 {
	color: #323232;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}

.service_promo .inner_service_promo .single_promo p {
	color: #8a8a8a;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
}

.service_promo .inner_service_promo .col-md-3:nth-child(1) .icon {
	background-color: #52e0ff;
}

.service_promo .inner_service_promo .col-md-3:nth-child(2) .icon {
	background-color: #52e0a2;
}

.service_promo .inner_service_promo .col-md-3:nth-child(3) .icon {
	background-color: #aa46d4;
}

.service_promo .inner_service_promo .col-md-3:nth-child(4) .icon {
	background-color: #1a1a1a;
}

.choose_us {
	background-color: #9068be;
	padding-top: 50px;
	padding-bottom: 50px;
}

.choose_us .inner_choose_us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.choose_us .inner_choose_us ul li {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 30px;
}

.choose_us .inner_choose_us ul li:last-child {
	padding-right: 0px;
}

.mobile_feature_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.mobile_feature_area .inner_mobile_feature {
	padding-top: 80px;
}

.mobile_feature_area .inner_mobile_feature .single_item {
	position: relative;
	padding-left: 90px;
	margin-bottom: 40px;
}

.mobile_feature_area .inner_mobile_feature .single_item .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #282828;
	border-radius: 50%;
}

.mobile_feature_area .inner_mobile_feature .single_item .icon i {
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}

.mobile_feature_area .inner_mobile_feature .single_item h4 {
	color: #323232;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.mobile_feature_area .inner_mobile_feature .single_item p {
	color: #969696;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin: 0px;
}

@media (min-width: 991px) {
	.mobile_feature_area .inner_mobile_feature .single_item.left {
		padding-left: 0px;
		padding-right: 90px;
		text-align: right;
	}
	.mobile_feature_area .inner_mobile_feature .single_item.left .icon {
		left: inherit;
		right: 0;
	}
}

.mobile_feature_area .inner_mobile_feature .middle_phone {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.mobile_feature_area .inner_mobile_feature .middle_phone {
		text-align: center;
		padding-bottom: 50px;
	}
}

.mobile_feature_area .inner_mobile_feature .middle_phone img {
	width: 100%;
}

@media (max-width: 991px) {
	.mobile_feature_area .inner_mobile_feature .middle_phone img {
		width: auto;
	}
}

@media (max-width: 400px) {
	.mobile_feature_area .inner_mobile_feature .middle_phone img {
		width: 100%;
	}
}

.social_area {
	background-color: #272727;
}

.social_area .inner_social_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social_area .inner_social_area ul li {
	float: left;
	width: 20%;
}

@media (max-width: 500px) {
	.social_area .inner_social_area ul li {
		width: 100%;
	}
}

.social_area .inner_social_area ul li a {
	color: #737373;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	border-right: 2px solid #212121;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 600px) {
	.social_area .inner_social_area ul li a {
		font-size: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.social_area .inner_social_area ul li a {
		border-right: 0px;
		border-bottom: 1px solid #212121;
	}
}

.social_area .inner_social_area ul li a.facebook:hover {
	background-color: #3b5998;
	color: #fff;
}

.social_area .inner_social_area ul li a.twitter:hover {
	background-color: #55acee;
	color: #fff;
}

.social_area .inner_social_area ul li a.dribble:hover {
	background-color: #ea4c89;
	color: #fff;
}

.social_area .inner_social_area ul li a.behance:hover {
	background-color: #1769ff;
	color: #fff;
}

.social_area .inner_social_area ul li a.google_plus:hover {
	background-color: #dd4b39;
	color: #fff;
}

.social_area .inner_social_area ul li:first-child {
	border-left: 1px solid #212121;
}

@media (max-width: 500px) {
	.social_area .inner_social_area ul li:first-child {
		border-left: 0px;
	}
}

.divider_area .left_half {
	width: 50%;
	float: left;
	height: 10px;
	background-color: #82b53f;
}

.divider_area .right_half {
	width: 50%;
	float: left;
	height: 10px;
	background-color: #fb5c5c;
}

.skills_two_area {
	padding-bottom: 120px;
}

.skills_two_area .text h2 {
	color: #3a3a3a;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}

.skills_two_area .text p {
	color: #9e9d9d;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.skills-type-two.skills_items {
	padding-top: 0px;
}

.skills-type-two.skills_items h2 {
	color: #2b2a2a;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
}

.skills-type-two.skills_items .single_progressbar .skill_text span {
	color: #424242;
}

.recent_blog_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.recent_blog_area .inner_blog_area {
	padding-top: 50px;
}

.recent_blog_area .inner_blog_area .single_recent_blog {
	position: relative;
	margin-bottom: 50px;
}

.recent_blog_area .inner_blog_area .single_recent_blog .date {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	position: absolute;
	top: 40px;
	left: 40px;
	text-align: center;
}

.recent_blog_area .inner_blog_area .single_recent_blog .date h4 {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 8px;
}

.recent_blog_area .inner_blog_area .single_recent_blog .date h4 span {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.recent_blog_area .inner_blog_area .single_recent_blog img {
	width: 100%;
}

.recent_blog_area .inner_blog_area .single_recent_blog h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.recent_blog_area .inner_blog_area .single_recent_blog h2 a {
	color: #232323;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.recent_blog_area .inner_blog_area .single_recent_blog p {
	color: #848484;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

/*---------------------------------------
SLIDER
-----------------------------------------*/
.h-title-big-one {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.h-title-extra-big-one {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.h-title-big-two {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.h-title-big-three {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.h-title-big-four {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.h-title-big-five {
	color: #1d1d1d;
}

.h-title-big-six {
	font-family: 'Old Standard TT', serif;
	color: #fff;
}

.h-title-big-seven {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.h-title-big-eight {
	color: #fff;
	font-family: 'Courgette', cursive;
	font-weight: 400;
}

.before_text_one {
	color: #1e1e1d;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.colored-text-one {
	color: #b8a123;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.h-title-bgcolor-one {
	color: #fff;
	font-family: "Oswald", sans-serif;
	background-color: #0480ff;
	padding: 15px;
	border-radius: 3px;
}

.h-title-bgcolor-two {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	background-color: #161616;
	padding: 10px;
}

.h-title-bgcolor-three {
	color: #323232;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	padding: 10px;
}

.h-title-bgcolor-four {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	background-color: #151515;
	padding: 10px;
}

.p-desc-one {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.p-desc-two {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 5px !important;
}

.p-desc-three {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.p-desc-four {
	color: #4d4d4d;
	letter-spacing: 10px !important;
}

.p-desc-five {
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 5px;
}

.p-desc-six {
	color: #a2a2a2;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-sl-one a, .btn-sl-one a:active, .btn-sl-one a:focus, .btn-sl-one a:visited {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fb4e4e;
	box-shadow: none;
	outline: 0;
	border-radius: 30px;
	padding: 14px 20px;
	text-decoration: none;
}

.btn-sl-two a, .btn-sl-two a:active, .btn-sl-two a:focus, .btn-sl-two a:visited {
	font-size: 13px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #131313;
	box-shadow: none;
	outline: 0;
	border-radius: 30px;
	padding: 16px 30px;
	text-decoration: none;
}

.btn-sl-three a:first-child, .btn-sl-three a:first-child:active, .btn-sl-three a:first-child:focus, .btn-sl-three a:first-child:visited {
	font-size: 13px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #12afff;
	box-shadow: none;
	outline: 0;
	border-radius: 4px;
	padding: 16px 35px;
	border: 2px solid #12afff !important;
	text-decoration: none;
	margin-right: 15px;
}

.btn-sl-three a:first-child:hover {
	border-color: #fff !important;
	background-color: transparent;
}

.btn-sl-three a:last-child, .btn-sl-three a:last-child:active, .btn-sl-three a:last-child:focus, .btn-sl-three a:last-child:visited {
	font-size: 13px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
	border-radius: 4px;
	padding: 16px 35px;
	border: 2px solid #fff !important;
	text-decoration: none;
	margin-right: 15px;
}

.btn-sl-three a:last-child:hover {
	background-color: #12afff;
	border-color: #12afff !important;
}

.btn-sl-four a:first-child, .btn-sl-four a:first-child:active, .btn-sl-four a:first-child:focus, .btn-sl-four a:first-child:visited {
	font-size: 13px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2ce1b8;
	box-shadow: none;
	outline: 0;
	border-radius: 30px;
	padding: 16px 35px;
	border: 2px solid #2ce1b8 !important;
	text-decoration: none;
	margin-right: 15px;
}

.btn-sl-four a:first-child:hover {
	border-color: #fff !important;
	background-color: transparent;
}

.btn-sl-four a:last-child, .btn-sl-four a:last-child:active, .btn-sl-four a:last-child:focus, .btn-sl-four a:last-child:visited {
	font-size: 13px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
	border-radius: 30px;
	padding: 16px 35px;
	border: 2px solid #fff !important;
	text-decoration: none;
	margin-right: 15px;
}

.btn-sl-four a:last-child:hover {
	background-color: #2ce1b8;
	border-color: #2ce1b8 !important;
}

.btn-sl-five a, .btn-sl-five a:active, .btn-sl-five a:focus, .btn-sl-five a:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #262626;
	padding: 16px 35px;
	text-decoration: none;
	border-radius: 30px;
}

.btn-sl-six a, .btn-sl-six a:active, .btn-sl-six a:focus, .btn-sl-six a:visited {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #c8a64b;
	padding: 20px 35px;
	text-decoration: none;
	border-radius: 5px;
}

.btn-sl-six a, .btn-sl-six a:active, .btn-sl-six a:focus, .btn-sl-six a:visited {
	color: #212121;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #fff;
	padding: 18px 35px;
	text-decoration: none;
	border-radius: 5px;
}

.btn-sl-seven a, .btn-sl-seven a:active, .btn-sl-seven a:focus, .btn-sl-seven a:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #e53748;
	padding: 18px 35px;
	text-decoration: none;
	border-radius: 3px;
}

/*---------------------------------------
ABOUT
-----------------------------------------*/
.meet_agency {
	background-color: #e92f40;
	position: relative;
}

.meet_agency .left_agency {
	padding-top: 120px;
	padding-bottom: 120px;
}

.meet_agency .left_agency h2 {
	color: #fff;
	font-size: 70px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 70px;
}

.meet_agency .left_agency p {
	color: #ffc0c6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 26px;
}

.meet_agency .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	background-image: url(../images/about-right-agency.jpg);
	background-size: cover;
}

.meet_agency .right_image img {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.meet_agency .right_image {
		position: relative;
		width: 100%;
	}
}

.about_icon_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.about_icon_area .inner_about_icon {
	padding-top: 80px;
}

.about_icon_area .inner_about_icon .single_promo .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	background-color: #1e1e1e;
	margin: 0 auto;
}

.about_icon_area .inner_about_icon .single_promo .icon i {
	font-size: 25px;
	color: #fff;
	line-height: 60px;
}

.about_icon_area .inner_about_icon .single_promo h2 {
	color: #252525;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 7px;
}

.about_icon_area .inner_about_icon .single_promo h4 {
	color: #a6a6a6;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
}

.about_icon_area .inner_about_icon .single_promo p {
	color: #9d9d9d;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
}

.about_process {
	padding-top: 120px;
	padding-bottom: 120px;
}

.about_process .inner_process {
	padding-top: 80px;
}

.about_process .inner_process .single_process_item {
	margin-bottom: 50px;
}

.about_process .inner_process .single_process_item h4 {
	color: #32bcbe;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.about_process .inner_process .single_process_item h2 {
	color: #292929;
	font-size: 25px;
	font-weight: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 20px;
}

.about_process .inner_process .single_process_item p {
	color: #8f9090;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.twitter_area {
	background-image: url(../images/background/twitter.jpg);
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
}

.twitter_area #twitter-slider .single_twitter i {
	color: #5ea9dd;
	font-size: 40px;
	text-align: center;
}

.twitter_area #twitter-slider .single_twitter p {
	color: #eaebff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.twitter_area #twitter-slider .single_twitter h4 {
	color: #eaebff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 8px;
}

.twitter_area #twitter-slider .single_twitter h6 {
	color: #cdcdcd;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.twitter_area #twitter-slider .owl-controls {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -70px;
	left: 0;
}

.twitter_area #twitter-slider .owl-controls .owl-dots .owl-dot span {
	margin: 5px;
	background-color: transparent;
	border: 2px solid #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.twitter_area #twitter-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.powerfull_features_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.powerfull_features_area .inner_features {
	padding-top: 80px;
	position: relative;
}

.powerfull_features_area .inner_features .inner_text h2 {
	color: #2b2a2a;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.powerfull_features_area .inner_features .inner_text h4 {
	color: #909090;
	font-size: 20px;
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

.powerfull_features_area .inner_features .inner_text p {
	color: #909090;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
}

.powerfull_features_area .inner_features .right_mockup {
	position: absolute;
	top: -30px;
	right: 0;
	width: 550px;
}

@media (max-width: 1200px) {
	.powerfull_features_area .inner_features .right_mockup {
		display: none;
	}
}

.powerfull_features_area .inner_features .right_mockup img {
	width: 100%;
}

.purchase_now_area {
	background-image: url(../images/background/purchase.jpg);
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}

.purchase_now_area .inner_text h2 {
	color: #fff;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
}

.purchase_now_area .inner_text h6 {
	color: #bebebe;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	margin-top: 0px;
	margin-bottom: 30px;
}

.purchase_area_two {
	background-color: #313340;
	padding-top: 70px;
	padding-bottom: 70px;
}

.purchase_area_two .left_text h2 {
	color: #cdcdcd;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

@media (max-width: 991px) {
	.purchase_area_two .left_text {
		margin-bottom: 30px;
	}
}

.purchase_area_two .col-md-2 {
	text-align: right;
}

@media (max-width: 991px) {
	.purchase_area_two .col-md-2 {
		text-align: center;
	}
}

.about_me_text {
	padding-top: 120px;
	padding-bottom: 120px;
}

.about_me_text .inner_about_text h2 {
	color: #1b1b1b;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 35px;
}

.about_me_text .inner_about_text img {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.about_me_text .inner_about_text img {
		width: 100%;
	}
}

.about_me_text .inner_about_text p {
	color: #8d8d8d;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
}

.my_mission {
	background-color: #5a58c8;
	padding-top: 80px;
	padding-bottom: 80px;
}

.my_mission .inner_text h2 {
	color: #fff;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.my_mission .inner_text p {
	color: #d1d0ff;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.my_mission .inner_text h4 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about_skills_area {
	background-color: #1a1a1a;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

.about_skills_area .left_skills_area {
	padding-right: 120px;
}

@media (max-width: 991px) {
	.about_skills_area .left_skills_area {
		padding-right: 0px;
	}
}

.about_skills_area .left_skills_area h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.about_skills_area .left_skills_area p {
	color: #a9a9a9;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
}

.about_skills_area .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/background/right_skill_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.about_skills_area .right_image {
		display: none;
	}
}

.skills_items {
	padding-top: 70px;
}

.skills_items .single_progressbar .skill_text {
	position: relative;
}

.skills_items .single_progressbar .skill_text span {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.skills_items .single_progressbar .skill_text .skill_per {
	position: absolute;
	top: 0;
	left: 20%;
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-left: -25px;
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.skills_items .single_progressbar .progress {
	height: 3px;
	margin-top: 5px;
	background-color: transparent;
	box-shadow: none;
}

.skills_items .single_progressbar .progress .progress-bar {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.skills_items .single_progressbar .progress .progress-bar.gradient-bar {
	background: #045dca;
	background: -moz-linear-gradient(left, #045dca 0%, #045dca 26%, #0496df 51%, #04e4fd 76%, #04eaff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #045dca), color-stop(26%, #045dca), color-stop(51%, #0496df), color-stop(76%, #04e4fd), color-stop(100%, #04eaff));
	background: -webkit-linear-gradient(left, #045dca 0%, #045dca 26%, #0496df 51%, #04e4fd 76%, #04eaff 100%);
	background: -o-linear-gradient(left, #045dca 0%, #045dca 26%, #0496df 51%, #04e4fd 76%, #04eaff 100%);
	background: -ms-linear-gradient(left, #045dca 0%, #045dca 26%, #0496df 51%, #04e4fd 76%, #04eaff 100%);
	background: linear-gradient(to right, #045dca 0%, #045dca 26%, #0496df 51%, #04e4fd 76%, #04eaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045dca', endColorstr='#04eaff', GradientType=1 );
	position: relative;
}

.col-2 {
	width: 16.666666%;
}

@media (max-width: 768px) {
	.col-2 {
		width: 50%;
	}
}

@media (max-width: 400px) {
	.col-2 {
		width: 100%;
	}
}

.col-3 {
	width: 25%;
}

@media (max-width: 768px) {
	.col-3 {
		width: 50%;
	}
}

@media (max-width: 400px) {
	.col-3 {
		width: 100%;
	}
}

.col-6 {
	width: 50%;
}

@media (max-width: 768px) {
	.col-6 {
		width: 100%;
	}
}

.col-4 {
	width: 33.333333333%;
}

@media (max-width: 768px) {
	.col-4 {
		width: 50%;
	}
}

@media (max-width: 400px) {
	.col-4 {
		width: 100%;
	}
}

.col-5 {
	width: 20%;
}

@media (max-width: 991px) {
	.col-5 {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.col-5 {
		width: 100%;
	}
}

.item_5 {
	width: 20%;
	float: left;
}

@media (max-width: 768px) {
	.item_5 {
		width: 100%;
	}
}

.portfolio_filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio_filter ul li {
	display: inline;
}

.portfolio_filter ul li a {
	display: inline-block;
	color: #6f6f6f;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
}

.portfolio-masonry .portfolio-item img {
	width: 100%;
}

.portfolio-masonry.margin .portfolio-item {
	padding: 10px;
}

@media (max-width: 991px) {
	.portfolio-masonry.margin .portfolio-item {
		padding: 5px;
	}
}

.portfolio-item {
	position: relative;
}

.portfolio-item .thumb {
	position: relative;
}

.portfolio-item .thumb .portfolio_item_over_one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(130, 181, 63, 0.9);
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.portfolio-item .thumb .portfolio_item_over_one .text {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: -24px;
}

.portfolio-item .thumb .portfolio_item_over_one .text h2 {
	color: #fff;
	font-size: 23px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.portfolio-item .thumb .portfolio_item_over_one .text p {
	color: #c6ff7d;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0px;
}

.portfolio-item .thumb .portfolio_item_over_one .link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

.portfolio-item:hover .thumb .portfolio_item_over_one {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}

.portfolio_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.portfolio_area .inner_portfolio {
	padding-top: 60px;
}

.portfolio_area_two {
	background-color: #171717;
}

.portfolio_area_two .portfolio_filter {
	padding-top: 60px;
	padding-bottom: 60px;
}

.portfolio_area_two .portfolio_filter ul li a {
	color: #8d8d8d;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.portfolio_area_two .portfolio_filter ul li.active a {
	color: #fff;
}

.portfolio_area_three {
	padding-top: 120px;
	padding-bottom: 120px;
}

.portfolio_area_three .inner_portfolio .portfolio_filter {
	padding-top: 50px;
	padding-bottom: 50px;
}

.portfolio_area_three .inner_portfolio .portfolio_filter ul li.active a {
	background-color: #5a58c8;
	border-radius: 20px;
	color: #fff;
}

.portfolio_area_three .inner_portfolio .portfolio-item .thumb .portfolio_item_over_one {
	background-color: rgba(60, 225, 240, 0.8);
}

.recent_work_area .thumb img {
	width: 100%;
}

.recent_work_area .thumb .portfolio_item_over_one {
	background-color: rgba(60, 225, 240, 0.8);
}

.about_me_service {
	background-color: #1a1a1a;
	padding-top: 100px;
	padding-bottom: 50px;
}

.about_me_service .single_service {
	margin-bottom: 50px;
}

.about_me_service .single_service i {
	color: #fff;
	font-size: 50px;
}

.about_me_service .single_service h4 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0px;
}

.about_me_service .single_service p {
	color: #898989;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 28px;
	margin: 0px;
}

.text_news_area {
	padding-top: 120px;
	padding-bottom: 70px;
}

.text_news_area .inner_news {
	padding-top: 80px;
}

.text_news_area .inner_news .single_news {
	margin-bottom: 50px;
}

.text_news_area .inner_news .single_news h2 {
	color: #272727;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}

.text_news_area .inner_news .single_news span {
	color: #fff;
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #d54848;
	display: inline-block;
	padding: 15px;
	margin-bottom: 35px;
}

.text_news_area .inner_news .single_news p {
	color: #969696;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.text_news_area .inner_news .single_news a {
	color: #464646;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.about_me_contact_area {
	background-image: url(../images/background/about_me_contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about_me_contact_area .contact_form {
	padding-top: 50px;
}

.about_me_contact_area .contact_form form .form-group {
	margin-bottom: 30px;
}

.about_me_contact_area .contact_form form .form-group .form-control, .about_me_contact_area .contact_form form .form-group .form-control:focus, .about_me_contact_area .contact_form form .form-group .form-control:active, .about_me_contact_area .contact_form form .form-group .form-control:visited {
	color: #fff;
	border: 1px solid #3f4e45;
	height: 60px;
	border-radius: 3px;
	box-shadow: none;
	background-color: transparent;
	outline: 0;
}

.about_me_contact_area .contact_form form .form-group .form-control::-webkit-input-placeholder {
	color: #919191;
	font-size: 15px;
}

.about_me_contact_area .contact_form form .form-group .form-control:-moz-placeholder {
	color: #919191;
	font-size: 15px;
}

.about_me_contact_area .contact_form form .form-group .form-control::-moz-placeholder {
	color: #919191;
	font-size: 15px;
}

.about_me_contact_area .contact_form form .form-group .form-control:-ms-input-placeholder {
	color: #919191;
	font-size: 15px;
}

.about_me_contact_area .contact_form form .form-group textarea {
	height: 135px !important;
}

.about_teamwork_text {
	background-image: url(../images/background/teamwork.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.about_teamwork_text .inner_text h2 {
	color: #fff;
	font-size: 50px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.about_teamwork_text .inner_text p {
	color: #e6e6e6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 30px;
}

.we_are_talented {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 768px) {
	.we_are_talented .left_text {
		margin-bottom: 40px;
	}
}

.we_are_talented .left_text h2 {
	color: #2a2a2a;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.we_are_talented .left_text h6 {
	color: #a1a1a1;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.we_are_talented .left_text p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

@media (max-width: 768px) {
	.we_are_talented .single_item {
		margin-bottom: 40px;
	}
}

.we_are_talented .single_item img {
	width: 100%;
}

.we_are_talented .single_item h2 {
	color: #212121;
	font-size: 23px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
}

.we_are_talented .single_item p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

/*---------------------------------------
SERVICE
-----------------------------------------*/
.single_best_service img {
	width: 100%;
}

.single_best_service h2 {
	color: #313131;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.single_best_service h2 {
	color: #313131;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.single_best_service p {
	color: #898989;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.service_type_two {
	padding-top: 70px;
	padding-bottom: 90px;
	position: relative;
}

.service_type_two .right_service {
	padding-left: 150px;
}

@media (max-width: 1200px) {
	.service_type_two .right_service {
		padding-left: 0px;
	}
}

.service_type_two .right_service .single_service {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 50px;
	padding-bottom: 30px;
}

.service_type_two .right_service .single_service h2 {
	color: #313131;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.service_type_two .right_service .single_service p {
	color: #7b7b7b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.service_type_two .right_service .single_service:last-child {
	border-bottom: 0px;
}

.service_type_two .left_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/left_service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.service_type_two .left_image {
		display: none;
	}
}

@media (max-width: 991px) {
	.signle_chart_skills {
		margin-bottom: 50px;
	}
}

.signle_chart_skills .chart {
	width: 190px;
	position: relative;
	margin: 0 auto;
}

.signle_chart_skills .chart .percent {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -33px;
	color: #454544;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
}

.signle_chart_skills .chart .percent:after {
	content: "%";
	font-size: 35px;
	color: #454544;
}

.signle_chart_skills h2 {
	color: #313131;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.signle_chart_skills p {
	color: #929191;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

/*---------------------------------------
TEAM
-----------------------------------------*/
.team_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.team_area .inner_team_area {
	padding-top: 80px;
}

.team_area .inner_team_area #team_carosel .single_team .team_image {
	margin-bottom: 30px;
	position: relative;
}

.team_area .inner_team_area #team_carosel .single_team .team_image .social_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: rgba(25, 25, 25, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	opacity: 0;
}

.team_area .inner_team_area #team_carosel .single_team .team_image .social_overlay ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.team_area .inner_team_area #team_carosel .single_team .team_image .social_overlay ul li {
	display: inline;
}

.team_area .inner_team_area #team_carosel .single_team .team_image .social_overlay ul li a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.team_area .inner_team_area #team_carosel .single_team .team_image .social_overlay ul li a i {
	color: #fff;
	font-size: 12px;
}

.team_area .inner_team_area #team_carosel .single_team h4 {
	color: #323232;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}

.team_area .inner_team_area #team_carosel .single_team h6 {
	color: #28d3d5;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 12px;
}

.team_area .inner_team_area #team_carosel .single_team p {
	color: #8a8a8a;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
}

.team_area .inner_team_area #team_carosel .single_team:hover .social_overlay {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.team_area .inner_team_area #team_carosel .owl-controls .owl-nav {
	position: absolute;
	top: -46px;
	right: -4px;
}

.team_area .inner_team_area #team_carosel .owl-controls .owl-nav [class*=owl-] {
	padding: 0px;
	width: 20px;
	height: 20px;
	background-color: #dadada;
	border-radius: 1px;
	margin: 4px;
}

.team_area .inner_team_area #team_carosel .owl-controls .owl-nav [class*=owl-] i {
	color: #fff;
	font-size: 20px;
}

.team_area_two {
	padding-top: 120px;
	padding-bottom: 120px;
}

.team_area_two .inner_team {
	padding-top: 80px;
}

.team_area_two .inner_team .single_team {
	margin-bottom: 40px;
}

.team_area_two .inner_team .single_team img {
	width: 100%;
}

.team_area_two .inner_team .single_team .team_desc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.team_area_two .inner_team .single_team .team_desc h4 {
	color: #7e7e7e;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.team_area_two .inner_team .single_team .team_desc h2 {
	color: #242424;
	font-size: 23px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 0px;
}

.team_area_two .inner_team .single_team .team_desc p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.team_area_two .inner_team .single_team ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 20px;
}

.team_area_two .inner_team .single_team ul li {
	display: inline;
}

.team_area_two .inner_team .single_team ul li a {
	display: inline-block;
	color: #7e7e7e;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.team_area_two .inner_team .single_team ul li a:hover {
	color: #278bfb;
}

.team_area_two .inner_team .single_team ul li a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0px;
	width: 2px;
	height: 11px;
	background-color: #7e7e7e;
}

.team_area_two .inner_team .single_team ul li:first-child a {
	padding-left: 0px;
	border-left: 0px;
}

.team_area_two .inner_team .single_team ul li:last-child a:after {
	opacity: 0;
}

.horizontal_team_area {
	position: relative;
	background-color: #fb4e4e;
}

@media (max-width: 1200px) {
	.horizontal_team_area {
		height: auto !important;
	}
}

.horizontal_team_area .left_team_text {
	padding: 100px;
	padding-left: 0px;
}

.horizontal_team_area .left_team_text h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.horizontal_team_area .left_team_text p {
	color: #febcbc;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	margin-bottom: 20px;
}

.horizontal_team_area .team_items {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

@media (max-width: 1200px) {
	.horizontal_team_area .team_items {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.horizontal_team_area .team_items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.horizontal_team_area .team_items ul > li {
	width: 33.3333%;
	float: left;
}

@media (max-width: 500px) {
	.horizontal_team_area .team_items ul > li {
		width: 100%;
	}
}

.horizontal_team_area .team_items ul > li .single_team {
	position: relative;
}

.horizontal_team_area .team_items ul > li .single_team img {
	width: 100%;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(21, 21, 21, 0.9);
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_social {
	position: absolute;
	top: 10px;
	right: 10px;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_social ul li {
	display: inline;
	width: auto !important;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_social ul li a {
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_social ul li a i {
	color: #fff;
	font-size: 15px;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -17px;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_info h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.horizontal_team_area .team_items ul > li .single_team .hover_element .team_info h4 {
	color: #b7b3b3;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.horizontal_team_area .team_items ul > li .single_team:hover .hover_element {
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.team_area_four {
	padding-top: 120px;
	padding-bottom: 120px;
}

.team_area_four .inner_team_area {
	padding-top: 60px;
}

.team_area_four .inner_team_area .single_team img {
	width: 100%;
}

.team_area_four .inner_team_area .single_team h2 {
	color: #282828;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.team_area_four .inner_team_area .single_team h4 {
	color: #999999;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
}

.team_area_four .inner_team_area .single_team p {
	color: #8b8a8a;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.team_area_four .inner_team_area .single_team ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team_area_four .inner_team_area .single_team ul li {
	display: inline;
}

.team_area_four .inner_team_area .single_team ul li a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}

.team_area_four .inner_team_area .single_team ul li a i {
	color: #999999;
	font-size: 15px;
}

@media (max-width: 768px) {
	.team_area_four .inner_team_area .single_team {
		margin-bottom: 50px;
	}
}

/*---------------------------------------
BLOG
-----------------------------------------*/
.blog_page_area {
	padding-top: 70px;
	padding-bottom: 70px;
}

.blog_posts_type_one .single_post {
	margin-bottom: 50px;
}

.blog_posts_type_one .single_post .featured_image img {
	width: 100%;
}

.blog_posts_type_one .single_post .post_info {
	position: relative;
	padding-left: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.blog_posts_type_one .single_post .post_info {
		padding-left: 0px;
	}
}

.blog_posts_type_one .single_post .post_info .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border: 3px solid #542e2e;
	text-align: center;
}

@media (max-width: 768px) {
	.blog_posts_type_one .single_post .post_info .date {
		position: relative;
	}
}

.blog_posts_type_one .single_post .post_info .date h2 {
	color: #252424;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 12px;
}

.blog_posts_type_one .single_post .post_info .date h2 span {
	font-weight: 900;
	display: block;
	font-size: 20px;
}

.blog_posts_type_one .single_post .post_info h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

.blog_posts_type_one .single_post .post_info h2 a {
	color: #252424;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding-top: 10px;
}

.blog_posts_type_one .single_post .post_info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_posts_type_one .single_post .post_info ul li {
	display: inline;
	color: #a3a3a3;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	border-right: 1px solid #a3a3a3;
	padding-left: 7px;
	padding-right: 7px;
}

@media (max-width: 400px) {
	.blog_posts_type_one .single_post .post_info ul li {
		font-size: 12px;
	}
}

.blog_posts_type_one .single_post .post_info ul li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

@media (max-width: 400px) {
	.blog_posts_type_one .single_post .post_info ul li a {
		font-size: 12px;
	}
}

.blog_posts_type_one .single_post .post_info ul li:first-child {
	padding-left: 0px;
}

.blog_posts_type_one .single_post .post_info ul li:last-child {
	border-right: 0px;
}

.blog_posts_type_one .single_post p {
	color: #a3a3a3;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog_posts_type_one .single_post a {
	color: #343434;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.blog_posts_type_one .single_post a:hover {
	color: #28c8d6;
}

.blog_posts_type_two .single_post {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.blog_posts_type_two .single_post {
		padding-left: 50px;
	}
}

.blog_posts_type_two .single_post .featured_image img {
	width: 100%;
}

.blog_posts_type_two .single_post h4 {
	color: #2a2a2a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog_posts_type_two .single_post h4 a {
	color: #727272;
	font-size: 13px;
	text-decoration: none;
}

.blog_posts_type_two .single_post h2 a {
	color: #292929;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
}

.blog_posts_type_two .single_post p {
	color: #8b8b8b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.blog_posts_type_two .single_post .left_post_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
}

@media (max-width: 768px) {
	.blog_posts_type_two .single_post .left_post_info {
		width: 40px;
	}
}

.blog_posts_type_two .single_post .left_post_info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog_posts_type_two .single_post .left_post_info ul li a {
	text-align: center;
	display: block;
	background-color: #28c8d6;
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	border-bottom: 1px solid #3edeec;
}

@media (max-width: 768px) {
	.blog_posts_type_two .single_post .left_post_info ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.blog_posts_type_two .single_post .left_post_info ul li a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.blog_posts_type_two .single_post .left_post_info ul li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.blog_posts_type_two .single_post .left_post_info ul li:last-child a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.blog_posts_type_three .single_post {
	margin-bottom: 50px;
}

.blog_posts_type_three .single_post .featured_image img {
	width: 100%;
}

.blog_posts_type_three .single_post h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog_posts_type_three .single_post h2 a {
	color: #252424;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.blog_posts_type_three .single_post .post_info {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

@media (max-width: 500px) {
	.blog_posts_type_three .single_post .post_info .left_info {
		margin-bottom: 15px;
	}
	.blog_posts_type_three .single_post .post_info .left_info.pull-left {
		float: none !important;
	}
}

.blog_posts_type_three .single_post .post_info .left_info a {
	color: #929292;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.blog_posts_type_three .single_post .post_info .left_info a i {
	font-size: 14px;
	color: #535353;
	margin-right: 5px;
}

@media (max-width: 500px) {
	.blog_posts_type_three .single_post .post_info .right_info.pull-right {
		float: none !important;
	}
}

.blog_posts_type_three .single_post .post_info .right_info h6 {
	color: #929292;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.blog_posts_type_three .single_post .post_info .right_info h6 a {
	color: #3f3f3f;
	font-weight: 700;
}

.blog_posts_type_three .single_post p {
	color: #929292;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog_posts_type_four .single_post {
	position: relative;
	margin-bottom: 130px;
}

.blog_posts_type_four .single_post .featured_image img {
	width: 100%;
}

.blog_posts_type_four .single_post .post_info {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 70%;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	margin-left: 15%;
	padding: 30px;
}

@media (max-width: 500px) {
	.blog_posts_type_four .single_post .post_info {
		width: 90%;
		margin-left: 5%;
		bottom: -60px;
	}
}

.blog_posts_type_four .single_post .post_info h2 {
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 22px;
}

@media (max-width: 500px) {
	.blog_posts_type_four .single_post .post_info h2 {
		line-height: 16px;
	}
}

.blog_posts_type_four .single_post .post_info h2 a {
	color: #252424;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 500px) {
	.blog_posts_type_four .single_post .post_info h2 a {
		font-size: 15px;
	}
}

.blog_posts_type_four .single_post .post_info h4 {
	color: #a5a3a3;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.blog_posts_type_four .single_post .post_info h4 span {
	float: right;
}

.blog_posts_type_four .single_post .post_info h4 span a {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
	background-color: #262626;
	padding: 10px 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.blog_posts_type_four .single_post .post_info h4 span a:hover {
	background-color: #28c8d6;
}

.blog_posts_type_four .single_post .post_info.extra {
	width: 90%;
	margin-left: 5%;
}

.read_more, .read_more:focus {
	color: #343434;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.read_more:hover {
	text-decoration: none;
	color: #28c8d6;
}

.pagination_area nav {
	border-bottom: 0px;
}

.pagination_area nav:after {
	display: none;
}

.pagination_area nav ul li a, .pagination_area nav ul li a:focus, .pagination_area nav ul li a:active, .pagination_area nav ul li a:visited {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #222222;
	border: 0px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	outline: 0;
	box-shadow: none;
}

.pagination_area nav ul li a:hover {
	color: #fff;
	background-color: #28c8d6;
}

.pagination_area nav ul li.active a {
	background-color: #28c8d6;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget h2 {
	font-family: "Roboto", sans-serif;
	color: #363636;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

.sidebar .widget.search form {
	position: relative;
}

.sidebar .widget.search form .form-control, .sidebar .widget.search form .form-control:focus {
	box-shadow: none;
	height: 80px;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	box-shadow: none;
	padding: 30px;
}

.sidebar .widget.search form .form-control::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.sidebar .widget.search form .form-control:-moz-placeholder {
	color: #9c9c9c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.sidebar .widget.search form .form-control::-moz-placeholder {
	color: #9c9c9c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.sidebar .widget.search form .form-control:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.sidebar .widget.search form .src_btn, .sidebar .widget.search form .src_btn:active, .sidebar .widget.search form .src_btn:hover, .sidebar .widget.search form .src_btn:focus, .sidebar .widget.search form .src_btn:visited {
	position: absolute;
	top: 26px;
	right: 0px;
	padding-right: 30px;
	font-size: 15px;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	outline: 0;
	color: #474747;
}

.sidebar .widget.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}

.sidebar .widget.categories ul li a {
	color: #878787;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	display: block;
	line-height: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.categories ul li a:hover {
	color: #28c8d6;
}

.sidebar .widget.recent_post ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}

.sidebar .widget.recent_post ul li {
	margin-bottom: 40px;
}

.sidebar .widget.recent_post ul li .media .media-body h4 {
	margin: 0px;
}

.sidebar .widget.recent_post ul li .media .media-body h4 a {
	color: #363636;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.recent_post ul li .media .media-body h4 a:hover {
	color: #28c8d6;
}

.sidebar .widget.recent_post ul li .media .media-body p {
	color: #a7a7a7;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}

.sidebar .widget.recent_comment ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}

.sidebar .widget.recent_comment ul li {
	margin-bottom: 40px;
}

.sidebar .widget.recent_comment ul li .media .media-body h4 {
	margin: 0px;
	line-height: 24px;
}

.sidebar .widget.recent_comment ul li .media .media-body h4 a {
	color: #363636;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.recent_comment ul li .media .media-body h4 a:hover {
	color: #28c8d6;
}

.sidebar .widget.recent_comment ul li .media .media-body h6 {
	color: #a7a7a7;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}

.sidebar .widget.recent_comment ul li .media .media-body h6 a {
	color: #a7a7a7;
	text-decoration: none;
}

.sidebar .widget.tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}

.sidebar .widget.tag ul li {
	display: inline;
}

.sidebar .widget.tag ul li a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	background-color: #1f1f1f;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 7px;
	margin-bottom: 7px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.tag ul li a:hover {
	background-color: #28c8d6;
}

.sidebar .widget.twitter_wid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 30px;
}

.sidebar .widget.twitter_wid ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 40px;
}

.sidebar .widget.twitter_wid ul li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #5e5e5e;
}

.sidebar .widget.twitter_wid ul li h6 {
	margin: 0px;
	color: #b5b5b5;
	font-size: 13px;
	font-style: italic;
	font-family: "Roboto", sans-serif;
}

.sidebar .widget.twitter_wid ul li h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar .widget.twitter_wid ul li h3 a {
	color: #595959;
	font-size: 15px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.twitter_wid ul li h3 a:hover {
	color: #28c8d6;
}

.sidebar .widget.twitter_wid ul li h5 a {
	color: #9d9d9d;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar .widget.twitter_wid ul li h5 a:hover {
	color: #28c8d6;
}

.blog_single_page_area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.comment_area h2 {
	color: #565656;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.comment_area form .form-group {
	margin-bottom: 20px;
}

.comment_area form .form-group label {
	color: #383838;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.comment_area form .form-group label span {
	color: #ff2b2b;
	font-size: 13px;
}

.comment_area form .form-group .form-control, .comment_area form .form-group .form-control:focus {
	border: 1px solid #bebebe;
	height: 60px;
	border-radius: 4px;
	box-shadow: none;
	outline: 0;
}

.comment_area form .form-group #comment {
	height: 165px;
}

.comment_area form .form-group .btn_cmnt, .comment_area form .form-group .btn_cmnt:active, .comment_area form .form-group .btn_cmnt:visited, .comment_area form .form-group .btn_cmnt:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #28c8d6;
	padding: 15px 20px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.comment_area form .form-group .btn_cmnt:hover {
	background-color: #26b9c5;
}

/*---------------------------------------
CONTACT
-----------------------------------------*/
.contact_title_area {
	background-color: #181818;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact_title_area .inner_text {
	padding-right: 100px;
}

.contact_title_area .inner_text h2 {
	color: #fff;
	font-size: 70px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.contact_title_area .inner_text p {
	color: #bebebe;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.contact_title_area .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/right_contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.contact_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact_area .contact_widget {
	padding-top: 70px;
}

.contact_area .contact_widget .single_widget {
	background-color:#a1a1a1;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 60px;
}

.contact_area .contact_widget .single_widget h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 12px;
}

.contact_area .contact_widget .single_widget p {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 7px;
}

.contact_area .contact_widget .single_widget p a{
	color:#fff;
}

.contact_area .contact_widget .single_widget:nth-child(2) {
	background-color:#b1b1b1;
}

.contact_area .contact_widget .single_widget:nth-child(3) {
	background-color:#c1c1c1;
}

.contact_area .contact_form {
	padding-top: 50px;
}

.contact_area .contact_form form .form-group {
	margin-bottom: 30px;
}

.contact_area .contact_form form .form-group .form-control, .contact_area .contact_form form .form-group .form-control:focus {
	height: 75px;
	background-color: #e1e1e1;
	border-radius: 4px;
	color: #939393;
	border: 0px;
	box-shadow: none;
	outline: 0;
	padding: 30px;
}

.contact_area .contact_form form .form-group .form-control::-webkit-input-placeholder {
	color: #939393;
}

.contact_area .contact_form form .form-group .form-control:-moz-placeholder {
	color: #939393;
}

.contact_area .contact_form form .form-group .form-control::-moz-placeholder {
	color: #939393;
}

.contact_area .contact_form form .form-group .form-control:-ms-input-placeholder {
	color: #939393;
}

.contact_area .contact_form form .form-group #Message {
	height: 285px;
}

.contact_area .contact_form form .form-group .btn_cnt, .contact_area .contact_form form .form-group .btn_cnt:focus, .contact_area .contact_form form .form-group .btn_cnt:active, .contact_area .contact_form form .form-group .btn_cnt:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #181818;
	padding: 15px 35px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.contact_area .contact_form form .form-group .btn_cnt:hover {
	background-color: #000;
}

.breadcumb_area {
	background-color: #f43c4e;
	padding-top: 35px;
	padding-bottom: 35px;
}

.breadcumb_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcumb_area ul li {
	display: inline;
	color: #fff;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding-right: 12px;
	padding-left: 12px;
	border-left: 1px solid #fff;
}

.breadcumb_area ul li a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.breadcumb_area ul li:first-child {
	padding-left: 0px;
	border-left: 0px;
}

.contact_area_two {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact_area_two .contact_info {
	padding-top: 70px;
}

.contact_area_two .contact_info .widget {
	position: relative;
	padding-left: 100px;
	padding-top: 2px;
	margin-bottom: 40px;
}

.contact_area_two .contact_info .widget .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 20px;
	background-color: #1b1b1b;
	text-align: center;
}

.contact_area_two .contact_info .widget .icon i {
	color: #fff;
	font-size: 30px;
	line-height: 70px;
}

.contact_area_two .contact_info .widget h2 {
	color: #2e2e2e;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 7px;
}

.contact_area_two .contact_info .widget p {
	color: #898989;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
}

.contact_area_two .contact_form .form-group {
	margin-bottom: 25px;
}

.contact_area_two .contact_form .form-group .form-control, .contact_area_two .contact_form .form-group .form-control:focus {
	height: 60px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
}

.contact_area_two .contact_form .form-group #Message_2 {
	height: 200px;
}

.contact_area_two .contact_form .form-group .btn_cnt_2, .contact_area_two .contact_form .form-group .btn_cnt_2:focus, .contact_area_two .contact_form .form-group .btn_cnt_2:visited, .contact_area_two .contact_form .form-group .btn_cnt_2:active {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	background-color: #9068be;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.contact_area_two .contact_form .form-group .btn_cnt_2:hover {
	background-color: #7a58a0;
}

#map {
	height: 400px;
	width: 100%;
}

/*---------------------------------------
404
-----------------------------------------*/
.error_main_content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.error_main_content .inner_text h2 {
	color: #2b2a2a;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.error_main_content .inner_text h4 {
	color: #949292;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 30px;
}

.error_main_content .inner_text p {
	color: #a8a8a8;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.error_main_content .inner_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.error_main_content .inner_text ul li {
	display: inline;
}

.error_main_content .inner_text ul li a {
	display: inline-block;
}

.error_main_content .inner_text ul li a, .error_main_content .inner_text ul li a:focus, .error_main_content .inner_text ul li a:visited, .error_main_content .inner_text ul li a:active {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #1c1c1c;
	box-shadow: none;
	outline: 0;
	padding: 15px 25px;
	border-radius: 30px;
	margin-right: 10px;
}

.error_main_content .inner_text ul li:last-child a {
	background-color: #9068be;
}

.error_content_2 {
	background-color: #1b1b1b;
	position: fixed;
	width: 100%;
	height: 100%;
	border: 40px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

.error_content_2 .inner_content h2 {
	color: #fff;
	font-size: 100px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (max-width: 768px) {
	.error_content_2 .inner_content h2 {
		font-size: 50px;
	}
}

.error_content_2 .inner_content p {
	color: #ababab;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.error_content_2 .inner_content a {
	color: #fff;
	text-decoration: none;
}

.error_content_2.tr_bg {
	background-color: #9068be;
}

.error_content_2.black_white {
	border-color: #131313;
	background-color: #fff;
}

.error_content_2.black_white h2 {
	color: #222222;
}

.error_content_2.black_white p {
	color: #696969;
}

.error_content_2.black_white a {
	color: #4e4e4e;
}

/*---------------------------------------
AGENCY
-----------------------------------------*/
.agency_intro {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.agency_intro {
		padding-top: 100px;
		padding-bottom: 0px;
	}
}

.agency_intro .inner_widget {
	padding-top: 120px;
}

.agency_intro .inner_widget .single_intro {
	position: relative;
	padding-left: 90px;
}

@media (max-width: 991px) {
	.agency_intro .inner_widget .single_intro {
		margin-bottom: 100px;
	}
}

.agency_intro .inner_widget .single_intro span {
	color: #e9e9e9;
	font-size: 150px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	position: absolute;
	top: -120px;
	left: 0px;
	z-index: 1;
}

.agency_intro .inner_widget .single_intro h6 {
	color: #272626;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.agency_intro .inner_widget .single_intro p {
	color: #929292;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
	position: relative;
	z-index: 2;
}

.agency_features .single_features {
	padding: 160px 120px;
	position: relative;
	float: left;
	width: 50%;
}

.agency_features .single_features.one_bg {
	background-image: url(../images/features_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.agency_features .single_features.two_bg {
	background-image: url(../images/features_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.agency_features .single_features {
		width: 100%;
	}
}

.agency_features .single_features:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.agency_features .single_features h2 {
	color: #fff;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
	position: relative;
}

.agency_features .single_features p {
	color: #fff;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
	position: relative;
	margin-bottom: 40px;
}

.agency_features .single_features a {
	color: #212121;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e6ed25;
	padding: 18px 25px;
	border-radius: 25px;
	text-decoration: none;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.agency_features .single_features a:hover {
	background-color: #c6cc1e;
}

.agency_team {
	padding-top: 120px;
	padding-bottom: 120px;
}

.agency_team .inner_team {
	padding-top: 70px;
}

@media (max-width: 991px) {
	.agency_team .inner_team .single_team {
		margin-bottom: 50px;
	}
}

.agency_team .inner_team .single_team img {
	width: 100%;
}

.agency_team .inner_team .single_team h4 {
	color: #313131;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.agency_team .inner_team .single_team h6 {
	color: #929292;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}

.agency_team .inner_team .single_team p {
	color: #929292;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 00px;
}

.agency_team_two {
	padding-top: 120px;
}

.agency_team_two .inner_team {
	padding-top: 50px;
}

@media (max-width: 991px) {
	.agency_team_two .inner_team .single_team {
		margin-bottom: 50px;
	}
}

.agency_team_two .inner_team .single_team img {
	width: 100%;
}

.agency_team_two .inner_team .single_team h2 {
	color: #313131;
	font-size: 20px;
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0px;
}

.agency_team_two .inner_team .single_team p {
	color: #929292;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.agency_team_two .skills {
	padding-bottom: 80px;
}

.agency_team_two .skills .skills_text {
	padding-top: 80px;
}

.agency_team_two .skills .skills_text p {
	color: #919191;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.skills_items.agency_progress .single_progressbar .skill_text span {
	color: #1b1b1b;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.skills_items.agency_progress .single_progressbar .progress {
	height: 12px;
	border-radius: 0px;
}

.skills_items.agency_progress .single_progressbar .progress .progress-bar {
	background-color: #222 !important;
}

.agency_fun_facts .single_fun_facts {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.agency_fun_facts .single_fun_facts.one {
	background-color: #1d1d1d;
}

.agency_fun_facts .single_fun_facts.two {
	background-color: #262626;
}

.agency_fun_facts .single_fun_facts.three {
	background-color: #313131;
}

.agency_fun_facts .single_fun_facts .fun_facts_item {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	text-align: left;
}

.agency_fun_facts .single_fun_facts .fun_facts_item i {
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 8px;
	left: 0;
}

.agency_fun_facts .single_fun_facts .fun_facts_item h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.agency_fun_facts .single_fun_facts .fun_facts_item p {
	color: #878787;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.agency_portfolio {
	padding-top: 120px;
	padding-bottom: 120px;
}

.agency_portfolio .inner_portfolio {
	padding-top: 80px;
}

.portfolio-item .portfolio_item_over_two {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background-color: rgba(29, 29, 29, 0.8);
	margin-top: 7px;
	margin-left: 7px;
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.portfolio-item .portfolio_item_over_two .text {
	padding-top: 30px;
	padding-left: 30px;
}

.portfolio-item .portfolio_item_over_two .text h2 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 2px;
}

.portfolio-item .portfolio_item_over_two .text p {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.portfolio-item .portfolio_item_over_two .link {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #fff;
	width: 160px;
	height: 55px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -27px;
	text-align: center;
	padding: 17px;
}

.portfolio-item .portfolio_item_over_two:hover {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}

.agency_lets_talk_area {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #e6ed25;
}

.agency_lets_talk_area p {
	color: #292929;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 15px;
}

.agency_lets_talk_area .btn_talk, .agency_lets_talk_area .btn_talk:active, .agency_lets_talk_area .btn_talk:focus, .agency_lets_talk_area .btn_talk:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #212121;
	padding: 17px 40px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.agency_lets_talk_area .btn_talk:hover {
	background-color: #fff;
	color: #222;
}

.agency_recent_work {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.agency_recent_work {
		padding-top: 70px;
	}
}

.agency_recent_work .inner_recent_work {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.agency_recent_work .inner_recent_work {
		padding-top: 70px;
	}
}

.agency_recent_work .inner_recent_work .single_product {
	float: left;
	width: 25%;
}

@media (max-width: 991px) {
	.agency_recent_work .inner_recent_work .single_product {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.agency_recent_work .inner_recent_work .single_product {
		width: 100%;
	}
}

.agency_recent_work .inner_recent_work .single_product a, .agency_recent_work .inner_recent_work .single_product a:focus {
	outline: 0;
}

.agency_recent_work .inner_recent_work .single_product img {
	width: 100%;
}

.agency_twitter_area {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.agency_twitter_area {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.agency_twitter_area .inner_twitter {
	padding-top: 80px;
}

@media (max-width: 991px) {
	.agency_twitter_area .inner_twitter {
		padding-top: 40px;
	}
}

.agency_twitter_area .inner_twitter #twitter-carosel .single_item .icon {
	width: 55px;
	height: 55px;
	background-color: #000;
	text-align: center;
	margin-bottom: 40px;
}

.agency_twitter_area .inner_twitter #twitter-carosel .single_item .icon i {
	color: #fff;
	font-size: 30px;
	line-height: 55px;
}

.agency_twitter_area .inner_twitter #twitter-carosel .single_item p {
	color: #939393;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 10px;
}

.agency_twitter_area .inner_twitter #twitter-carosel .single_item a {
	color: #6d6d6d;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.agency_twitter_area .inner_twitter #twitter-carosel .single_item h4 {
	color: #7a7a7a;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 0px;
}

.agency_twitter_area .inner_twitter #twitter-carosel .owl-controls {
	position: absolute;
	bottom: 15px;
}

@media (max-width: 991px) {
	.agency_twitter_area .inner_twitter #twitter-carosel .owl-controls {
		bottom: -40px;
	}
}

.agency_twitter_area .inner_twitter #twitter-carosel .owl-controls .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background-color: #2c2c2c;
	border-radius: 50%;
	margin: 6px;
}

.agency_twitter_area .inner_twitter #twitter-carosel .owl-controls .owl-dots .owl-dot.active span {
	width: 8px;
	height: 8px;
	background-color: #2c2c2c;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.agency_twitter_area .inner_twitter .right_image_area {
		margin-top: 100px;
	}
}

.agency_twitter_area .inner_twitter .right_image_area .single_image {
	width: 50%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 15px;
}

.agency_twitter_area .inner_twitter .right_image_area .single_image img {
	width: 100%;
}

.agency_simple_text_area {
	background-image: url(../images/background/simple.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 240px;
	padding-bottom: 240px;
}

@media (max-width: 991px) {
	.agency_simple_text_area {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.agency_simple_text_area h2 {
	color: #fff;
	font-size: 60px;
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
}

.agency_testimonial {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.agency_testimonial {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.agency_testimonial .inner_testimonial {
	padding-top: 70px;
}

@media (max-width: 991px) {
	.agency_testimonial .inner_testimonial {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.agency_testimonial .inner_testimonial .single_testimonial {
		margin-bottom: 50px;
	}
}

.agency_testimonial .inner_testimonial .single_testimonial p {
	color: #8e8e8e;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.agency_testimonial .inner_testimonial .single_testimonial .info {
	position: relative;
	padding-left: 90px;
	padding-top: 15px;
	margin-top: 50px;
}

.agency_testimonial .inner_testimonial .single_testimonial .info img {
	position: absolute;
	top: 0;
	left: 0;
}

.agency_testimonial .inner_testimonial .single_testimonial .info h4 {
	color: #262626;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 3px;
}

.agency_testimonial .inner_testimonial .single_testimonial .info h5 {
	color: #797979;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.agency_testimonial_two {
	background-image: url(../images/background/agency_testimonial_two.jpg);
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
}

.agency_testimonial_two .inner_testimonial p {
	color: #fff;
	font-size: 38px;
	font-family: 'Old Standard TT', serif;
	line-height: 50px;
	margin: 0px;
}

.agency_testimonial_two .inner_testimonial h4 {
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0px;
}

.agency_testimonial_two .inner_testimonial h6 {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.agency_mockup {
	padding-top: 110px;
}

.agency_mockup .mockup {
	padding-top: 60px;
}

.agency_mockup .mockup img {
	width: 100%;
}

.agency_recent_post {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.agency_recent_post {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.agency_recent_post .inner_blog {
	padding-top: 60px;
}

@media (max-width: 991px) {
	.agency_recent_post .inner_blog {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.agency_recent_post .inner_blog .single_post {
		margin-bottom: 50px;
	}
}

.agency_recent_post .inner_blog .single_post img {
	width: 100%;
}

.agency_recent_post .inner_blog .single_post h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.agency_recent_post .inner_blog .single_post h2 a {
	color: #272727;
	font-size: 25px;
	font-family: 'Old Standard TT', serif;
	font-weight: 700;
	text-decoration: none;
}

.agency_recent_post .inner_blog .single_post h4 {
	color: #979797;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
}

.agency_recent_post .inner_blog .single_post h4 a {
	color: #979797;
	text-decoration: none;
}

.agency_recent_post .inner_blog .single_post p {
	color: #848484;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	margin-bottom: 30px;
}

.agency_recent_post .inner_blog .single_post a {
	color: #343333;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.agency_skills_area {
	background-color: #1b1b1b;
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.agency_skills_area {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.agency_skills_area .signle_skills {
		margin-bottom: 50px;
	}
}

.agency_skills_area .signle_skills .chart-two {
	width: 190px;
	position: relative;
	margin: 0 auto;
}

.agency_skills_area .signle_skills .chart-two .percent {
	display: none;
}

.agency_skills_area .signle_skills .chart-two i {
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.agency_skills_area .signle_skills h2 {
	color: #fff;
	font-size: 15px;
	font-family: 'Old Standard TT', serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*---------------------------------------
CAFE
-----------------------------------------*/
.coffee_types_area .coffee_items {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

.coffee_types_area .coffee_items h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.coffee_types_area .coffee_items .btn_cf, .coffee_types_area .coffee_items .btn_cf:active, .coffee_types_area .coffee_items .btn_cf:focus, .coffee_types_area .coffee_items .btn_cf:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	border: 2px solid #fff;
	border-radius: 0px;
	padding: 13px 30px;
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	letter-spacing: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.coffee_types_area .coffee_items .btn_cf:hover {
	background-color: #fff;
	color: #222;
}

.coffee_types_area .coffee_items.one {
	background-image: url(../images/gallery/05.jpg);
}

.coffee_types_area .coffee_items.two {
	background-image: url(../images/gallery/06.jpg);
}

.coffee_types_area .coffee_items.three {
	background-image: url(../images/gallery/07.jpg);
}

.cafe_about {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.cafe_about {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.cafe_about .inner_cafe_about {
	padding-top: 80px;
}

@media (max-width: 991px) {
	.left_cafe_about_text {
		margin-bottom: 50px;
	}
}

.left_cafe_about_text h2 {
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
}

.left_cafe_about_text p {
	color: #989898;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.left_cafe_about_text a, .left_cafe_about_text a:focus, .left_cafe_about_text a:active, .left_cafe_about_text a:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #272727;
	padding: 13px 30px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.left_cafe_about_text a:hover {
	background-color: #000;
}

@media (max-width: 991px) {
	.single_exclusive_item {
		margin-bottom: 50px;
	}
}

.single_exclusive_item .item_image {
	position: relative;
}

.single_exclusive_item .item_image:before {
	content: "";
	position: absolute;
	top: -16px;
	left: -16px;
	width: 100%;
	height: 100%;
	border: 4px solid #191919;
}

.single_exclusive_item .item_image img {
	width: 100%;
	position: relative;
}

.single_exclusive_item h2 {
	color: #4b4b4b;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 40px;
	position: relative;
}

.single_exclusive_item h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #252525;
}

.single_exclusive_item p {
	color: #989898;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.cafe_testimonial {
	background-image: url(../images/background/cafe-testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}

.cafe_testimonial h2 {
	color: #fff;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 35px;
}

.cafe_testimonial #cafe-testimonial-slider .single_item img {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.cafe_testimonial #cafe-testimonial-slider .single_item h4 {
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 15px;
}

.cafe_testimonial #cafe-testimonial-slider .single_item p {
	color: #b0b0b0;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.cafe_testimonial #cafe-testimonial-slider .owl-controls {
	margin-top: 40px;
}

.cafe_testimonial #cafe-testimonial-slider .owl-controls .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #4d4d4d;
	margin: 6px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.cafe_testimonial #cafe-testimonial-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.cafe_team {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.cafe_team {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.cafe_team .inner_area {
	padding-top: 60px;
}

.cafe_team .inner_area .team_info img {
	width: 100%;
}

.cafe_team .inner_area .team_info h4 {
	color: #404040;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}

.cafe_team .inner_area .team_info p {
	color: #9d9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.cafe_blog {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.cafe_blog {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.cafe_blog .inner_blog {
	padding-top: 80px;
}

@media (max-width: 991px) {
	.cafe_blog .inner_blog {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.cafe_blog .inner_blog .single_blog_item {
		margin-bottom: 50px;
	}
}

.cafe_blog .inner_blog .single_blog_item .featured_image {
	position: relative;
}

.cafe_blog .inner_blog .single_blog_item .featured_image img {
	width: 100%;
	position: relative;
}

.cafe_blog .inner_blog .single_blog_item .featured_image:before {
	content: "";
	position: absolute;
	top: -16px;
	left: -16px;
	width: 100%;
	height: 100%;
	border: 4px solid #191919;
}

.cafe_blog .inner_blog .single_blog_item h2 {
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
}

.cafe_blog .inner_blog .single_blog_item h2 a {
	color: #4b4b4b;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	text-decoration: none;
}

.cafe_blog .inner_blog .single_blog_item h4 {
	color: #a1a1a1;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 30px;
}

.cafe_blog .inner_blog .single_blog_item h4 span {
	margin-right: 40px;
	position: relative;
}

.cafe_blog .inner_blog .single_blog_item h4 span a {
	color: #a1a1a1;
	text-decoration: none;
}

.cafe_blog .inner_blog .single_blog_item h4 span:last-child {
	margin-right: 0px;
}

.cafe_blog .inner_blog .single_blog_item h4 span:last-child:after {
	opacity: 0;
}

.cafe_blog .inner_blog .single_blog_item h4 span:after {
	content: "";
	position: absolute;
	top: 3px;
	right: -20px;
	width: 2px;
	height: 14px;
	background-color: #a1a1a1;
}

.cafe_blog .inner_blog .single_blog_item p {
	color: #a1a1a1;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.cafe_blog .inner_blog .single_blog_item .btn, .cafe_blog .inner_blog .single_blog_item .btn:active, .cafe_blog .inner_blog .single_blog_item .btn:visited, .cafe_blog .inner_blog .single_blog_item .btn:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #262626;
	padding: 14px 30px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.cafe_blog .inner_blog .single_blog_item .btn:hover {
	background-color: #000;
}

/*---------------------------------------
CONSTRUCTION
-----------------------------------------*/
@media (max-width: 991px) {
	.constructor_choose_us {
		margin-bottom: 50px;
	}
}

.constructor_choose_us p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.constructor_choose_us ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 40px;
}

.constructor_choose_us ul li {
	color: #323131;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 40px;
}

.constructor_choose_us ul li i {
	color: #323131;
	font-size: 13px;
	margin-right: 50px;
}

@media (max-width: 991px) {
	.constructor_choose_us ul li {
		font-size: 12px;
	}
	.constructor_choose_us ul li i {
		font-size: 12px;
		margin-right: 10px;
	}
}

.constructor_latest_news h2 {
	color: #252525;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-top: 0px;
	margin-bottom: 70px;
}

.constructor_latest_news h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 170px;
	height: 4px;
	background-color: #f4ff3c;
}

.constructor_latest_news .latest_blog_list .blog_item {
	position: relative;
	padding-left: 200px;
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	.constructor_latest_news .latest_blog_list .blog_item {
		margin-bottom: 70px;
	}
}

@media (max-width: 500px) {
	.constructor_latest_news .latest_blog_list .blog_item {
		padding-left: 0px;
		margin-bottom: 50px;
	}
}

.constructor_latest_news .latest_blog_list .blog_item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

@media (max-width: 500px) {
	.constructor_latest_news .latest_blog_list .blog_item img {
		position: relative;
		margin-bottom: 10px;
	}
}

.constructor_latest_news .latest_blog_list .blog_item h3 {
	margin: 0px;
}

.constructor_latest_news .latest_blog_list .blog_item h3 a {
	color: #252525;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.constructor_latest_news .latest_blog_list .blog_item h4 {
	color: #999999;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 20px;
}

.constructor_latest_news .latest_blog_list .blog_item h4 a {
	color: #999999;
	text-decoration: none;
}

.constructor_latest_news .latest_blog_list .blog_item p {
	color: #ababab;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.construction_latest_project {
	padding-top: 120px;
	padding-bottom: 200px;
	background-color: #1e1e1e;
}

@media (max-width: 991px) {
	.construction_latest_project {
		padding-top: 70px;
		padding-bottom: 0px;
	}
}

.construction_latest_project .title {
	color: #fff;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.construction_latest_project .portfolio_filter {
	margin-bottom: 50px;
}

.construction_latest_project .portfolio_filter .portfolio-filter li a {
	color: #c5c5c5;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.construction_latest_project .portfolio_filter .portfolio-filter li.active a {
	color: #eae213;
}

.portfolio-item {
	position: relative;
}

@media (max-width: 991px) {
	.portfolio-item {
		overflow: hidden;
	}
}

.portfolio-item .thumb {
	position: relative;
	z-index: 2;
}

.portfolio-item .portfolio_item_over_three {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #fff;
	padding-left: 15px;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.portfolio-item .portfolio_item_over_three {
		z-index: 2;
		bottom: -75px;
	}
}

.portfolio-item .portfolio_item_over_three h2 {
	color: #1c1c1c;
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 0px;
}

.portfolio-item .portfolio_item_over_three p {
	color: #8a8a8a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.portfolio-item .portfolio_item_over_three:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background-color: #eae213;
}

.portfolio-item:hover .portfolio_item_over_three {
	bottom: -75px;
}

@media (max-width: 991px) {
	.portfolio-item:hover .portfolio_item_over_three {
		bottom: 0px;
	}
}

.construction_what_we_do {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.construction_what_we_do {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.construction_what_we_do .single_item {
		margin-bottom: 50px;
	}
}

.construction_what_we_do .single_item img {
	width: 100%;
}

.construction_what_we_do .single_item h2 {
	color: #323131;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.construction_what_we_do .single_item p {
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.construction_what_we_do .single_item .btn, .construction_what_we_do .single_item .btn:active, .construction_what_we_do .single_item .btn:focus, .construction_what_we_do .single_item .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #1b1b1b;
	border-radius: 5px;
	padding: 14px 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_what_we_do .single_item .btn:hover {
	background-color: #000;
}

.construction_quality_service {
	position: relative;
	background-color: #1a1a1a;
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width: 991px) {
	.construction_quality_service {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.construction_quality_service .inner_text {
	padding-left: 100px;
}

@media (max-width: 991px) {
	.construction_quality_service .inner_text {
		padding-left: 0px;
	}
}

.construction_quality_service .inner_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.construction_quality_service .inner_text p {
	color: #ababab;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.construction_quality_service .inner_text .btn, .construction_quality_service .inner_text .btn:active, .construction_quality_service .inner_text .btn:visited, .construction_quality_service .inner_text .btn:focus {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	background-color: #d0c919;
	border-radius: 5px;
	padding: 15px 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_quality_service .inner_text .btn:hover {
	background-color: #b3ad15;
}

.construction_quality_service .left_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/construction/09.jpg);
	background-size: cover;
}

@media (max-width: 991px) {
	.construction_quality_service .left_image {
		display: none;
	}
}

.construction_some_clients {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.construction_some_clients {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.construction_some_clients .left_text p {
	color: #a2a1a1;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.construction_some_clients .left_text .btn, .construction_some_clients .left_text .btn:active, .construction_some_clients .left_text .btn:focus, .construction_some_clients .left_text .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #1f1f1f;
	padding: 18px 30px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_some_clients .left_text .btn:hover {
	background-color: #000;
}

.construction_some_clients .right_logo {
	padding-top: 40px;
}

.construction_some_clients .right_logo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.construction_some_clients .right_logo ul li {
	display: inline-block;
	width: 32%;
	margin-bottom: 20px;
	margin-bottom: 20px;
}

.construction_some_clients .right_logo ul li img {
	width: 70%;
}

.construction_service_yellow .single_service .icon i {
	color: #ffd717 !important;
}

.construction_latest_project {
	background-image: url(../images/construction/13.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.construction_latest_project {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.construction_latest_project .inner_project {
	padding-top: 60px;
}

@media (max-width: 991px) {
	.construction_latest_project .inner_project .single_project {
		margin-bottom: 50px;
	}
}

.construction_latest_project .inner_project .single_project img {
	width: 100%;
}

.construction_latest_project .inner_project .single_project .text {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.construction_latest_project .inner_project .single_project .text h2 {
	color: #1c1c1c;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}

.construction_latest_project .inner_project .btn {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.construction_latest_project .inner_project .btn {
		margin-top: 0px;
	}
}

.construction_latest_project .inner_project .btn, .construction_latest_project .inner_project .btn:focus, .construction_latest_project .inner_project .btn:visited, .construction_latest_project .inner_project .btn:active {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #d7aa22;
	border-radius: 3px;
	padding: 15px 35px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_latest_project .inner_project .btn:hover {
	background-color: #bf971e;
}

.construction_recent_blog {
	padding-top: 120px;
	padding-bottom: 120px;
}

.construction_recent_blog .inner_recent_blog {
	padding-top: 50px;
}

.construction_recent_blog .inner_recent_blog .single_blog img {
	width: 100%;
}

.construction_recent_blog .inner_recent_blog .single_blog h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.construction_recent_blog .inner_recent_blog .single_blog h2 a {
	color: #1c1c1c;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.construction_recent_blog .inner_recent_blog .single_blog h4 {
	color: #959595;
	font-size: 13px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
	position: relative;
}

.construction_recent_blog .inner_recent_blog .single_blog h4 a {
	color: #959595;
	text-decoration: none;
}

.construction_recent_blog .inner_recent_blog .single_blog h4:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #f8c424;
}

.construction_recent_blog .inner_recent_blog .single_blog p {
	color: #a5a5a5;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.construction_service_promo .single_promo {
	padding: 100px;
}

@media (max-width: 1200px) {
	.construction_service_promo .single_promo {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.construction_service_promo .single_promo.one {
	background-color: #191919;
}

.construction_service_promo .single_promo.two {
	background-color: #1e1e1e;
}

.construction_service_promo .single_promo.three {
	background-color: #2a2929;
}

.construction_service_promo .single_promo h2 {
	color: #fff;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.construction_service_promo .single_promo p {
	color: #797979;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.construction_service_promo .single_promo .btn, .construction_service_promo .single_promo .btn:active, .construction_service_promo .single_promo .btn:visited, .construction_service_promo .single_promo .btn:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 13px 25px;
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_service_promo .single_promo .btn:hover {
	background-color: #fff;
	color: #222;
}

.construction_fun_facts {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.construction_fun_facts {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.construction_fun_facts .inner_fun_facts {
	padding-top: 70px;
}

@media (max-width: 991px) {
	.construction_fun_facts .inner_fun_facts {
		padding-top: 40px;
	}
}

.construction_fun_facts .inner_fun_facts .single_fun_facts {
	width: 270px;
	height: 270px;
	border: 13px solid #f8c118;
	border-radius: 50%;
	padding-top: 96px;
	padding-bottom: 96px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.construction_fun_facts .inner_fun_facts .single_fun_facts {
		margin-bottom: 50px;
	}
}

.construction_fun_facts .inner_fun_facts .single_fun_facts h2 {
	color: #343434;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 3px;
}

.construction_fun_facts .inner_fun_facts .single_fun_facts p {
	color: #b1b1b1;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.construction_purchase_now {
	background-image: url(../images/construction/17.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-bottom: 90px;
}

.construction_purchase_now .text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.construction_purchase_now .text .btn, .construction_purchase_now .text .btn:active, .construction_purchase_now .text .btn:focus, .construction_purchase_now .text .btn:visited {
	color: #303030;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 3px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.construction_purchase_now .text .btn:hover {
	background-color: #222;
	color: #fff;
}

.construction_project {
	margin-top: 30px;
}

.portfolio-item .portfolio_item_over_four {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, 0.8);
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.portfolio-item .portfolio_item_over_four .text {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.portfolio-item .portfolio_item_over_four .text h2 {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
	position: relative;
}

.portfolio-item .portfolio_item_over_four .text h2:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 36px;
	height: 1px;
	background-color: #f8c118;
}

.portfolio-item .portfolio_item_over_four .text p {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.portfolio-item .portfolio_item_over_four .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-item:hover .portfolio_item_over_four {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.construction_service_tab {
	padding-top: 80px;
	padding-bottom: 30px;
}

.construction_service_tab .portfolio_filter {
	width: 30%;
	float: right;
}

@media (max-width: 768px) {
	.construction_service_tab .portfolio_filter {
		width: 100%;
	}
}

.construction_service_tab .portfolio_filter ul {
	text-align: left;
	margin-top: 15px;
}

.construction_service_tab .portfolio_filter ul li a {
	display: block;
	color: #242424;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 20px;
	border-radius: 5px;
}

.construction_service_tab .portfolio_filter ul li.active a {
	background-color: #f8c118;
	color: #fff;
}

.construction_service_tab .portfolio {
	width: 65%;
	float: left;
	margin-right: 5%;
}

@media (max-width: 768px) {
	.construction_service_tab .portfolio {
		width: 100%;
	}
}

.construction_service_tab .portfolio .portfolio-item {
	margin-bottom: 50px;
}

.construction_service_tab .portfolio .portfolio-item .thumb img {
	width: 100%;
}

.construction_service_tab .portfolio .portfolio-item .service_text h2 {
	color: #232323;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 25px;
}

.construction_service_tab .portfolio .portfolio-item .service_text p {
	color: #8c8c8c;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

/*---------------------------------------
RESTAURANT
-----------------------------------------*/
.single_restaurant_box {
	border: 1px solid #cccccc;
}

.single_restaurant_box img {
	width: 100%;
}

.single_restaurant_box .desc {
	background-color: #fff;
	padding: 30px;
}

.single_restaurant_box .desc h2 {
	color: #5c5c5c;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 7px;
}

.single_restaurant_box .desc h4 {
	color: #a3a3a3;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.single_restaurant_box .desc h4 a {
	color: #a3a3a3;
	text-decoration: none;
}

.single_restaurant_box .desc ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.single_restaurant_box .desc ul li {
	display: inline-block;
}

.single_restaurant_box .desc ul li i {
	color: #f8c231;
}

.pattern {
	background-image: url(../images/restaurant/pattern.jpg);
}

.reserve_now {
	background-image: url(../images/restaurant/04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.reserve_now .reserve_now_text h4 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 3px;
}

.reserve_now .reserve_now_text h2 {
	color: #c8a64b;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.reserve_now .reserve_now_text .btn, .reserve_now .reserve_now_text .btn:active, .reserve_now .reserve_now_text .btn:visited, .reserve_now .reserve_now_text .btn:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #111111;
	border-radius: 4px;
	padding: 15px 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.reserve_now .reserve_now_text .btn:hover {
	background-color: #000;
}

.food_tab .nav-tabs {
	width: 20%;
	float: left;
	border: 0px;
}

@media (max-width: 650px) {
	.food_tab .nav-tabs {
		width: 100%;
	}
}

.food_tab .nav-tabs li {
	float: none;
	margin-bottom: 20px;
}

.food_tab .nav-tabs li a {
	display: block;
	border: 0px;
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #191919;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}

.food_tab .nav-tabs li.active a {
	border: 0px;
	background-color: #c8a64b;
	color: #fff;
}

.food_tab .tab-content {
	width: 70%;
	float: left;
	margin-left: 10%;
}

@media (max-width: 991px) {
	.food_tab .tab-content {
		width: 77%;
		margin-left: 3%;
	}
}

@media (max-width: 650px) {
	.food_tab .tab-content {
		width: 100%;
		margin-left: 0%;
	}
}

.food_tab .tab-content .food_item {
	position: relative;
}

@media (max-width: 991px) {
	.food_tab .tab-content .food_item img {
		width: 100%;
	}
}

.food_tab .tab-content .food_item .food_desc {
	width: 440px;
	height: 235px;
	padding: 40px;
	background-color: #1d1d1d;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0px;
}

@media (max-width: 991px) {
	.food_tab .tab-content .food_item .food_desc {
		position: relative;
		bottom: 140px;
		top: inherit;
	}
}

@media (max-width: 650px) {
	.food_tab .tab-content .food_item .food_desc {
		bottom: 0px;
		width: 100%;
		height: auto;
	}
}

.food_tab .tab-content .food_item .food_desc h2 {
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.food_tab .tab-content .food_item .food_desc h2 span {
	color: #c8a64b;
}

.food_tab .tab-content .food_item .food_desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.food_tab .tab-content .food_item .food_desc ul li {
	display: inline-block;
}

.food_tab .tab-content .food_item .food_desc ul li i {
	color: #f8c231;
}

.food_tab .tab-content .food_item .food_desc p {
	color: #767676;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.restaurant_fun_facts {
	background-image: url(../images/restaurant/05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.restaurant_fun_facts .single_fun_facts i {
	color: #fff;
	font-size: 35px;
}

.restaurant_fun_facts .single_fun_facts h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 7px;
}

.restaurant_fun_facts .single_fun_facts p {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.restaurant_team img {
	width: 100%;
}

.restaurant_testimonial {
	background-color: #fff;
	padding-top: 220px;
	padding-bottom: 220px;
	position: relative;
}

@media (max-width: 1200px) {
	.restaurant_testimonial {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.restaurant_testimonial .right_testimonial_text {
	padding-left: 100px;
}

@media (max-width: 991px) {
	.restaurant_testimonial .right_testimonial_text {
		padding-left: 0px;
	}
}

.restaurant_testimonial .right_testimonial_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.restaurant_testimonial .right_testimonial_text ul li {
	display: inline-block;
}

.restaurant_testimonial .right_testimonial_text ul li i {
	color: #f8c231;
	font-size: 15px;
}

.restaurant_testimonial .right_testimonial_text h2 {
	color: #626262;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}

.restaurant_testimonial .right_testimonial_text p {
	color: #9c9c9c;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.restaurant_testimonial .left_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

@media (max-width: 991px) {
	.restaurant_testimonial .left_image {
		display: none;
	}
}

.restaurant_testimonial .left_image img {
	width: 100%;
	height: 100%;
}

/*---------------------------------------
FASHION
-----------------------------------------*/
.single_fashion_product_item {
	position: relative;
}

@media (max-width: 991px) {
	.single_fashion_product_item {
		margin-bottom: 50px;
	}
}

.single_fashion_product_item img {
	width: 100%;
}

.single_fashion_product_item h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.single_fashion_product_item h2 a {
	color: #3c3c3c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.single_fashion_product_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single_fashion_product_item ul li {
	display: inline-block;
}

.single_fashion_product_item ul li i {
	color: #323232;
	font-size: 14px;
}

.single_fashion_product_item h4 {
	color: #d8b927;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
}

.single_fashion_product_item .btn, .single_fashion_product_item .btn:active, .single_fashion_product_item .btn:visited, .single_fashion_product_item .btn:focus {
	color: #fff;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #232323;
	width: 150px;
	padding: 18px 25px;
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -75px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.single_fashion_product_item .btn, .single_fashion_product_item .btn:active, .single_fashion_product_item .btn:visited, .single_fashion_product_item .btn:focus {
		top: 300px;
	}
}

@media (max-width: 400px) {
	.single_fashion_product_item .btn, .single_fashion_product_item .btn:active, .single_fashion_product_item .btn:visited, .single_fashion_product_item .btn:focus {
		top: 200px;
	}
}

.single_fashion_product_item .btn:hover {
	background-color: #000;
}

.single_fashion_block {
	position: relative;
}

@media (max-width: 991px) {
	.single_fashion_block {
		margin-bottom: 30px;
	}
}

.single_fashion_block img {
	width: 100%;
}

.single_fashion_block h2 {
	color: #fff;
	font-size: 70px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
}

.single_fashion_block h2:after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 1px;
	height: 70px;
	background-color: #fff;
}

@media (max-width: 1500px) {
	.single_fashion_block h2 {
		font-size: 50px;
	}
}

@media (max-width: 1200px) {
	.single_fashion_block h2 {
		font-size: 30px;
	}
}

.single_fashion_block h3 {
	color: #aeadab;
	font-size: 70px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0px;
}

@media (max-width: 1500px) {
	.single_fashion_block h3 {
		font-size: 50px;
	}
}

@media (max-width: 1200px) {
	.single_fashion_block h3 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.fashion_featured_produc_item {
		margin-bottom: 50px;
	}
}

.fashion_featured_produc_item h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.fashion_featured_produc_item h2 a {
	color: #3c3c3c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.fashion_featured_produc_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fashion_featured_produc_item ul li {
	display: inline-block;
}

.fashion_featured_produc_item ul li i {
	color: #313131;
	font-size: 14px;
}

.fashion_featured_produc_item h3 {
	color: #d8b927;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
}

.fashion_best_gallery {
	background-image: url(../images/fashion/09.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 130px;
}

.fashion_best_gallery .inner_text h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.fashion_best_gallery .inner_text h5 {
	color: #bdbdbd;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 25px;
}

.fashion_best_gallery .inner_text p {
	color: #c4c4c4;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.fashion_best_gallery .inner_text .btn, .fashion_best_gallery .inner_text .btn:focus, .fashion_best_gallery .inner_text .btn:visited, .fashion_best_gallery .inner_text .btn:active {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
	background-color: #c8ab23;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.fashion_best_gallery .inner_text .btn:hover {
	background-color: #a58c1b;
}

#fashion-blog {
	border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
	#fashion-blog {
		margin-bottom: 60px;
	}
}

#fashion-blog .single_fashion_blog_item h4 {
	color: #5f5f5f;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}

#fashion-blog .single_fashion_blog_item h4 a {
	color: #5f5f5f;
	text-decoration: none;
}

#fashion-blog .single_fashion_blog_item h2 {
	margin: 0px;
	text-transform: uppercase;
}

#fashion-blog .single_fashion_blog_item h2 a {
	color: #282727;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}

#fashion-blog .owl-controls {
	position: relative;
	top: 60px;
	height: 40px;
}

#fashion-blog .owl-controls .owl-prev {
	color: #282727;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
	background-color: transparent;
	position: absolute;
	left: 0px;
}

#fashion-blog .owl-controls .owl-prev:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 29px;
	height: 14px;
	background-image: url(../images/fashion/left-arrow.jpg);
}

#fashion-blog .owl-controls .owl-next {
	color: #282727;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	padding-right: 50px;
	background-color: transparent;
	position: absolute;
	right: 0px;
}

#fashion-blog .owl-controls .owl-next:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 29px;
	height: 14px;
	background-image: url(../images/fashion/right-arrow.jpg);
}

/*---------------------------------------
HAIR
-----------------------------------------*/
@media (max-width: 991px) {
	.single_hair_intro_widget {
		margin-bottom: 50px;
	}
}

.single_hair_intro_widget h2 {
	color: #2d2d2d;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single_hair_intro_widget p {
	color: #878787;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.about_hair_area {
	background-color: #1b1b1b;
	padding-top: 50px;
	padding-bottom: 25px;
}

.about_hair_area .left_text {
	padding: 50px;
}

@media (max-width: 1500px) {
	.about_hair_area .left_text {
		padding: 20px;
	}
}

@media (max-width: 1200px) {
	.about_hair_area .left_text {
		padding: 0px;
	}
}

@media (max-width: 991px) {
	.about_hair_area .left_text {
		margin-bottom: 50px;
	}
}

.about_hair_area .left_text img {
	width: auto;
}

.about_hair_area .left_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.about_hair_area .left_text h4 {
	color: #e2e2e2;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.about_hair_area .left_text p {
	color: #515151;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.about_hair_area .single_image {
	margin-bottom: 25px;
}

.about_hair_area .single_image img {
	width: 100%;
}

.single_hair_team {
	position: relative;
}

@media (max-width: 991px) {
	.single_hair_team {
		margin-bottom: 100px;
	}
}

.single_hair_team img {
	width: 100%;
}

.single_hair_team .desc {
	position: absolute;
	bottom: -70px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 115px;
	background-color: #171717;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.single_hair_team .desc h2 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.single_hair_team .desc p {
	color: #676666;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}

.single_hair_team .social {
	position: absolute;
	top: 30px;
	right: -15px;
}

.single_hair_team .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single_hair_team .social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.single_hair_team .social ul li a i {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.single_hair_team .social ul li a.facebook {
	background-color: #3c5b9b;
}

.single_hair_team .social ul li a.twitter {
	background-color: #32ace2;
}

.single_hair_team .social ul li a.dribble {
	background-color: #f874a4;
}

.single_hair_team .social ul li a.google {
	background-color: #333230;
}

.hair_testimonial_area {
	background-color: #171717;
	padding-top: 120px;
	padding-bottom: 120px;
}

.hair_testimonial_area .inner_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
}

.hair_testimonial_area .inner_text #hair-testimonial img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.hair_testimonial_area .inner_text #hair-testimonial h4 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.hair_testimonial_area .inner_text #hair-testimonial p {
	color: #616161;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.hair_testimonial_area .inner_text #hair-testimonial .owl-controls {
	margin-top: 25px;
}

.hair_testimonial_area .inner_text #hair-testimonial .owl-controls .owl-dots .owl-dot span {
	margin: 5px;
}

.hair_single_pricing {
	border: 7px solid #b59e5c;
	padding: 35px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}

@media (max-width: 991px) {
	.hair_single_pricing {
		margin-bottom: 50px;
	}
}

.hair_single_pricing:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 7px solid #fff;
}

.hair_single_pricing h4 {
	color: #222222;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0px;
}

.hair_single_pricing h2 {
	color: #2a2a2a;
	font-size: 80px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
}

.hair_single_pricing h2 span {
	font-size: 18px;
}

.hair_single_pricing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

.hair_single_pricing ul li {
	color: #a2a1a1;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.hair_single_pricing .btn, .hair_single_pricing .btn:focus, .hair_single_pricing .btn:visited, .hair_single_pricing .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #1b1b1b;
	padding: 15px 35px;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hair_single_pricing .btn:hover {
	background-color: #000;
}

.hair_single_pricing:hover {
	background-color: #b59e5c;
}

.hair_single_pricing:hover h4 {
	color: #fff;
}

.hair_single_pricing:hover h2 {
	color: #fff;
}

.hair_single_pricing:hover ul li {
	color: #fff;
}

.hair_contact_area {
	background-image: url(../images/hair/contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
}

.hair_contact_area .section_title_hair h2 {
	color: #fff;
}

.hair_contact_area form {
	padding-top: 40px;
}

.hair_contact_area form .form-group {
	margin-bottom: 30px;
}

.hair_contact_area form .form-group .form-control, .hair_contact_area form .form-group .form-control:focus, .hair_contact_area form .form-group .form-control:visited, .hair_contact_area form .form-group .form-control:active {
	border: 0px;
	border-bottom: 2px solid #6b6b6b;
	border-radius: 0px;
	color: #8d8d8d;
	background-color: transparent;
	box-shadow: none;
	outline: 0;
	padding-left: 0px;
}

.hair_contact_area form .form-group .form-control::-webkit-input-placeholder {
	color: #8d8d8d;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.hair_contact_area form .form-group .form-control:-moz-placeholder {
	color: #8d8d8d;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.hair_contact_area form .form-group .form-control::-moz-placeholder {
	color: #8d8d8d;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.hair_contact_area form .form-group .form-control:-ms-input-placeholder {
	color: #8d8d8d;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.hair_contact_area form .form-group #message {
	height: 100px;
	resize: none;
}

.hair_contact_area form .btn, .hair_contact_area form .btn:focus, .hair_contact_area form .btn:active, .hair_contact_area form .btn:visited {
	background-color: #b49640;
	height: 50px;
	padding: 17px;
	color: #242424;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	width: 100%;
	letter-spacing: 2px;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hair_contact_area form .btn:hover {
	background-color: #907730;
}

/*---------------------------------------
HOSTING
-----------------------------------------*/
.single_hosting_intro_item .icon {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #ced1d2;
	text-align: center;
	line-height: 140px;
	position: relative;
	margin: 0 auto;
}

.single_hosting_intro_item .icon:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 150px;
	height: 150px;
	border: 1px dashed #ced1d2;
	border-radius: 50%;
}

.single_hosting_intro_item h2 {
	color: #323232;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 15px;
}

.single_hosting_intro_item p {
	color: #9b9a9a;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.hosting-testimonial-bg {
	background-image: url(../images/hosting/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.hosting_testimonial {
	background-color: #fff;
}

@media (max-width: 1200px) {
	.hosting_testimonial .left_image {
		padding: 25px;
	}
}

.hosting_testimonial .left_image img {
	width: 100%;
}

.hosting_testimonial .right_text {
	padding: 50px;
}

@media (max-width: 1200px) {
	.hosting_testimonial .right_text {
		padding: 20px;
	}
}

.hosting_testimonial .right_text p {
	color: #9d9d9d;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.hosting_testimonial .right_text h4 {
	color: #323232;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
}

.hosting_tab .nav-tabs {
	border: 0px;
}

.hosting_tab .nav-tabs li {
	float: none;
	margin-bottom: 15px;
}

.hosting_tab .nav-tabs li a, .hosting_tab .nav-tabs li a:focus, .hosting_tab .nav-tabs li a:visited, .hosting_tab .nav-tabs li a:active {
	background-color: #efefef;
	border: 0px;
	border-radius: 0px;
	padding: 25px;
	color: #424242;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	outline: 0;
}

.hosting_tab .nav-tabs li a i, .hosting_tab .nav-tabs li a:focus i, .hosting_tab .nav-tabs li a:visited i, .hosting_tab .nav-tabs li a:active i {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #262626;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	margin-right: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hosting_tab .nav-tabs li.active a i {
	background-color: #0480ff;
}

@media (max-width: 991px) {
	.hosting_tab .inner_service_desc {
		padding-top: 50px;
	}
}

.hosting_tab .inner_service_desc h2 {
	color: #424242;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.hosting_tab .inner_service_desc p {
	color: #a6a6a6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.hosting_tab .inner_service_desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hosting_tab .inner_service_desc ul li {
	width: 40%;
	float: left;
	color: #a6a6a6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.hosting_tab .inner_service_desc ul li i {
	color: #00abf0;
	font-size: 15px;
	margin-right: 15px;
}

@media (max-width: 1200px) {
	.hosting_tab .mockup {
		position: relative;
		margin-top: 25px;
	}
}

.hosting_tab .mockup img {
	width: 100%;
}

@media (max-width: 991px) {
	.hosting_tab .mockup {
		margin-top: 25px;
	}
	.hosting_tab .mockup img {
		width: auto;
	}
}

.hosting_fun_facts {
	background-color: #181818;
}

.hosting_fun_facts .col-md-3:last-child .single_fun_facts:after {
	width: 0px;
}

.hosting_fun_facts .single_fun_facts {
	position: relative;
}

.hosting_fun_facts .single_fun_facts:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #272727;
}

@media (max-width: 991px) {
	.hosting_fun_facts .single_fun_facts {
		margin-bottom: 50px;
	}
	.hosting_fun_facts .single_fun_facts:after {
		width: 100%;
		height: 1px;
		background-color: #272727;
		top: inherit;
		bottom: -25px;
		right: inherit;
		left: 0;
	}
}

.hosting_fun_facts .single_fun_facts i {
	color: #1573c4;
	font-size: 20px;
	font-size: 40px;
}

.hosting_fun_facts .single_fun_facts h3 {
	color: #fff;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hosting_fun_facts .single_fun_facts h2 {
	color: #fff;
	font-size: 35px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin: 0px;
}

@media (max-width: 991px) {
	.hosting_team_item {
		margin-bottom: 50px;
	}
}

.hosting_team_item img {
	width: 100%;
}

.hosting_team_item .desc {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #eaeaea;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hosting_team_item .desc h2 {
	color: #272727;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 3px;
}

.hosting_team_item .desc h4 {
	color: #8b8b8b;
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px;
}

.hosting_team_item:hover .desc {
	background-color: #0480ff;
}

.hosting_team_item:hover .desc h2 {
	color: #fff;
}

.hosting_team_item:hover .desc h4 {
	color: #9dcdff;
}

.hosting_price_bg {
	background-image: url(../images/hosting/05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.hosting_pricing_item {
	background-color: #fff;
	border: 1px solid #f2f1f1;
	border-radius: 3px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.hosting_pricing_item {
		margin-bottom: 50px;
	}
}

.hosting_pricing_item h2 {
	color: #262626;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
}

.hosting_pricing_item h3 {
	color: #262626;
	font-size: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 35px;
}

.hosting_pricing_item h3 span.currency {
	color: #262626;
	font-size: 15px;
}

.hosting_pricing_item h3 span.month {
	color: #686666;
	font-size: 14px;
}

.hosting_pricing_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
}

.hosting_pricing_item ul li {
	color: #aeaeae;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.hosting_pricing_item .btn, .hosting_pricing_item .btn:focus, .hosting_pricing_item .btn:active, .hosting_pricing_item .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #0480ff;
	padding: 15px 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hosting_pricing_item .btn:hover {
	background-color: #0d6ed2;
}

.hosting_contact_form {
	background-color: #1e1f1f;
	padding: 50px;
}

.hosting_contact_form .form-group {
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	.hosting_contact_form .form-group {
		margin-bottom: 30px;
	}
}

.hosting_contact_form .form-group .form-control, .hosting_contact_form .form-group .form-control:focus, .hosting_contact_form .form-group .form-control:active, .hosting_contact_form .form-group .form-control:visited {
	background-color: #2e2e2e;
	height: 50px;
	border-radius: 3px;
	border: 0px;
	box-shadow: none;
	outline: 0;
	padding: 20px;
	color: #fff;
}

.hosting_contact_form .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
}

.hosting_contact_form .form-group .form-control:-moz-placeholder {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
}

.hosting_contact_form .form-group .form-control::-moz-placeholder {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
}

.hosting_contact_form .form-group .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
}

.hosting_contact_form .btn, .hosting_contact_form .btn:focus, .hosting_contact_form .btn:visited, .hosting_contact_form .btn:active {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: #0480ff;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	box-shadow: none;
	outline: 0;
	padding: 16px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hosting_contact_form .btn:hover {
	background-color: #0d6ed2;
}

.mockup img {
	width: 100%;
}

/*---------------------------------------
MECHANIC
-----------------------------------------*/
.mechanic_featured_box {
	position: relative;
	margin-top: -150px;
	z-index: 99;
}

@media (max-width: 991px) {
	.mechanic_featured_box {
		margin-top: 50px;
	}
}

.single_mechanic_featured_box {
	position: relative;
}

@media (max-width: 991px) {
	.single_mechanic_featured_box {
		margin-bottom: 50px;
	}
}

.single_mechanic_featured_box img {
	width: 100%;
}

.single_mechanic_featured_box .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.single_mechanic_featured_box .text h2 {
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.single_mechanic_featured_box .text p {
	color: #cbcbcb;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 22px;
}

.single_mechanic_icon_box {
	position: relative;
	padding-left: 85px;
	margin-bottom: 70px;
}

.single_mechanic_icon_box .icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.single_mechanic_icon_box .icon i {
	color: #6e6e6e;
	font-size: 14px;
	line-height: 55px;
}

.single_mechanic_icon_box h2 {
	color: #313131;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}

.single_mechanic_icon_box p {
	color: #b7b7b7;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.image img {
	width: 100%;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.image {
		padding-top: 110px;
	}
}

.mechanic_service_area {
	position: relative;
}

.mechanic_service_area .left_carosel {
	background-image: url(../images/mechanic/05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 150px;
	padding-right: 100px;
	width: 50%;
	float: left;
}

@media (max-width: 1200px) {
	.mechanic_service_area .left_carosel {
		padding-left: 100px;
	}
}

@media (max-width: 991px) {
	.mechanic_service_area .left_carosel {
		width: 100%;
	}
}

.mechanic_service_area .left_carosel h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 80px;
}

.mechanic_service_area .left_carosel .mechanic-service-inner .single_item {
	position: relative;
	margin-bottom: 50px;
}

.mechanic_service_area .left_carosel .mechanic-service-inner .single_item span {
	color: #fff;
	font-size: 50px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	position: absolute;
	top: -30px;
	left: 0;
}

.mechanic_service_area .left_carosel .mechanic-service-inner .single_item h2 {
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 70px;
}

.mechanic_service_area .left_carosel .mechanic-service-inner .single_item p {
	color: #b2c1f9;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.mechanic_service_area .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/mechanic/06.jpg);
	background-size: cover;
}

@media (max-width: 991px) {
	.mechanic_service_area .right_image {
		display: none;
	}
}

@media (max-width: 991px) {
	.single_car_listing {
		margin-bottom: 50px;
	}
}

.single_car_listing img {
	width: 100%;
}

.single_car_listing .desc {
	position: relative;
}

.single_car_listing .desc span {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #2a50df;
	padding: 8px;
	position: absolute;
	top: -8px;
	right: 0px;
}

.single_car_listing .desc h2 {
	color: #2f2f2f;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
}

.single_car_listing .desc p {
	color: #989898;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
}

.single_mechanic_item img {
	width: 100%;
}

.single_mechanic_item .desc {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_mechanic_item .desc h2 {
	color: #2f2f2f;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 3px;
}

.single_mechanic_item .desc p {
	color: #909091;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.single_mechanic_item .desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.single_mechanic_item .desc ul li {
	display: inline;
}

.single_mechanic_item .desc ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px;
}

.single_mechanic_item .desc ul li a i {
	color: #909091;
	font-size: 12px;
}

.single_mechanic_item:hover .desc {
	background-color: #1b1b1b;
	padding-left: 25px;
}

.single_mechanic_item:hover .desc h2 {
	color: #fff;
}

.single_mechanic_item:hover .desc p {
	color: #6f6f71;
}

.single_mechanic_item:hover .desc ul li a i {
	color: #fff;
}

.mechanic_subscribe_now {
	background-color: #2a50df;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.mechanic_subscribe_now:after {
	content: "";
	position: absolute;
	width: 45%;
	height: 100%;
	background-color: #203dab;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.mechanic_subscribe_now:after {
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .left_form form.form-inline .form-group {
		display: block;
	}
}

.mechanic_subscribe_now .left_form form .form-group label {
	color: #fff;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin-right: 30px;
}

@media (max-width: 1200px) {
	.mechanic_subscribe_now .left_form form .form-group label {
		font-size: 14px;
		margin-right: 0px;
	}
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .left_form form .form-group label {
		display: block;
	}
}

.mechanic_subscribe_now .left_form form .form-group .form-control, .mechanic_subscribe_now .left_form form .form-group .form-control:focus, .mechanic_subscribe_now .left_form form .form-group .form-control:active, .mechanic_subscribe_now .left_form form .form-group .form-control:visited {
	height: 45px;
	background-color: #fff;
	width: 200px;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	border: 0px;
}

@media (max-width: 1200px) {
	.mechanic_subscribe_now .left_form form .form-group .form-control, .mechanic_subscribe_now .left_form form .form-group .form-control:focus, .mechanic_subscribe_now .left_form form .form-group .form-control:active, .mechanic_subscribe_now .left_form form .form-group .form-control:visited {
		width: 150px;
	}
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .left_form form .form-group .form-control, .mechanic_subscribe_now .left_form form .form-group .form-control:focus, .mechanic_subscribe_now .left_form form .form-group .form-control:active, .mechanic_subscribe_now .left_form form .form-group .form-control:visited {
		width: 100%;
	}
}

.mechanic_subscribe_now .left_form form .form-group .form-control::-webkit-input-placeholder {
	color: #9a9a9a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.mechanic_subscribe_now .left_form form .form-group .form-control:-moz-placeholder {
	color: #9a9a9a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.mechanic_subscribe_now .left_form form .form-group .form-control::-moz-placeholder {
	color: #9a9a9a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.mechanic_subscribe_now .left_form form .form-group .form-control:-ms-input-placeholder {
	color: #9a9a9a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.mechanic_subscribe_now .left_form form .btn, .mechanic_subscribe_now .left_form form .btn:focus, .mechanic_subscribe_now .left_form form .btn:visited, .mechanic_subscribe_now .left_form form .btn:active {
	color: #2b2b2b;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #f4c23d;
	border-radius: 0px;
	height: 45px;
	padding: 10px 15px;
	margin-left: -4px;
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .left_form form .btn, .mechanic_subscribe_now .left_form form .btn:focus, .mechanic_subscribe_now .left_form form .btn:visited, .mechanic_subscribe_now .left_form form .btn:active {
		margin-left: 0px;
		margin-top: 10px;
	}
}

.mechanic_subscribe_now .social {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 22;
	text-align: right;
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .social {
		background-color: #203dab;
		padding: 20px;
		text-align: left;
		margin-top: 20px;
		text-align: center;
	}
	.mechanic_subscribe_now .social li a {
		margin-left: 10px !important;
		margin-right: 10px;
	}
}

.mechanic_subscribe_now .social li {
	display: inline;
}

.mechanic_subscribe_now .social li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #2a50df;
	text-align: center;
	margin-left: 20px;
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .social li a {
		width: 40px;
		height: 40px;
	}
	.mechanic_subscribe_now .social li a i {
		font-size: 14px;
		line-height: 40px;
	}
}

.mechanic_subscribe_now .social li a i {
	font-size: 18px;
	line-height: 60px;
	color: #07a2ff;
}

@media (max-width: 991px) {
	.mechanic_subscribe_now .social li a i {
		font-size: 14px;
		line-height: 40px;
	}
}

/*---------------------------------------
GYM
-----------------------------------------*/
.gym_singe_intro {
	position: relative;
	margin-bottom: 60px;
}

.gym_singe_intro img {
	position: absolute;
	top: -25px;
	left: 0;
}

.gym_singe_intro h2 {
	color: #484848;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 65px;
}

.gym_singe_intro p {
	color: #969696;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.single_gym_blocks img {
	width: 100%;
}

.single_gym_blocks .desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.single_gym_blocks .desc h2 {
	color: #fff;
	font-size: 36px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 7px;
}

.single_gym_blocks .desc p {
	color: #e4e4e4;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.single_gym_blocks .desc .btn, .single_gym_blocks .desc .btn:focus, .single_gym_blocks .desc .btn:active, .single_gym_blocks .desc .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #e53748;
	border-radius: 4px;
	box-shadow: none;
	outline: 0;
	padding: 14px;
	width: 130px;
	height: 50px;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_gym_blocks .desc .btn:hover {
	background-color: #c12a39;
}

.word_from_owner {
	padding-top: 100px;
}

@media (max-width: 991px) {
	.word_from_owner {
		padding-bottom: 50px;
	}
}

.word_from_owner .left_img img {
	width: 90%;
}

.word_from_owner .right_text {
	padding-top: 20px;
}

.word_from_owner .right_text h2 {
	color: #202020;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 30px;
}

.word_from_owner .right_text p {
	color: #949191;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.gym_quote_section {
	background-color: #1d1d1d;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.gym_quote_section .left_text h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
}

.gym_quote_section .left_text p {
	color: #a8a8a8;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.gym_quote_section .left_text .btn, .gym_quote_section .left_text .btn:active, .gym_quote_section .left_text .btn:visited, .gym_quote_section .left_text .btn:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e53748;
	padding: 14px 25px;
	border-radius: 4px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gym_quote_section .left_text .btn:hover {
	background-color: #c12a39;
}

.gym_quote_section .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/gym/04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.gym_quote_section .right_image {
		display: none;
	}
}

.single_fitness_item {
	position: relative;
	margin-bottom: 50px;
}

.single_fitness_item img {
	width: 100%;
}

.single_fitness_item .title {
	background-color: #e53748;
	padding: 15px;
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 80%;
}

.single_fitness_item .title:after {
	content: "";
	position: absolute;
	top: 0;
	right: -29px;
	width: 0;
	height: 0;
	border-top: 46px solid #e53748;
	border-right: 30px solid transparent;
}

.single_fitness_item .title h2 {
	color: #fff;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	margin: 0px;
}

.call_to_action_area {
	background-color: #e53748;
	padding-top: 50px;
	padding-bottom: 50px;
}

.call_to_action_area .left_text h2 {
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 15px;
}

.call_to_action_area .left_text p {
	color: #ffd6da;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.call_to_action_area .btn, .call_to_action_area .btn:focus, .call_to_action_area .btn:visited, .call_to_action_area .btn:active {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #be2232;
	padding: 14px 25px;
	border-radius: 4px;
	box-shadow: none;
	outline: 0;
	float: right;
	margin-top: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.call_to_action_area .btn, .call_to_action_area .btn:focus, .call_to_action_area .btn:visited, .call_to_action_area .btn:active {
		float: left;
	}
}

.call_to_action_area .btn:hover {
	background-color: #a01e2c;
}

.gym_page_header {
	background-image: url(../images/gym/page-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 220px;
	padding-bottom: 120px;
}

.gym_page_header h2 {
	color: #fff;
	font-size: 44px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin: 0px;
}

.single_gym_trainers {
	margin-bottom: 50px;
}

.single_gym_trainers .trainer {
	position: relative;
}

.single_gym_trainers .trainer img {
	width: 100%;
}

.single_gym_trainers .trainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: #e53748;
}

.single_gym_trainers .trainer ul li a {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.single_gym_trainers .trainer ul li a i {
	color: #fff;
	font-size: 16px;
}

.single_gym_trainers h2 {
	color: #484848;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 5px;
}

.single_gym_trainers h5 {
	color: #b9b9b9;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}

.single_gym_trainers p {
	color: #969595;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.gym_pricing_table {
	border: 1px solid #d8d8d8;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.gym_pricing_table {
		margin-bottom: 50px;
	}
}

.gym_pricing_table h2 {
	color: #202020;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}

.gym_pricing_table h6 {
	color: #7a7a7a;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.gym_pricing_table h4 {
	color: #201f1f;
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gym_pricing_table h4 span.currency {
	color: #7a7a7a;
	font-size: 20px;
	font-style: normal;
}

.gym_pricing_table h4 span.month {
	color: #989898;
	font-size: 12px;
	font-style: italic;
}

.gym_pricing_table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}

.gym_pricing_table ul li {
	color: #959595;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 30px;
}

.gym_pricing_table .btn, .gym_pricing_table .btn:focus, .gym_pricing_table .btn:visited, .gym_pricing_table .btn:active {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #e53748;
	border-radius: 5px;
	padding: 15px 25px;
	box-shadow: none;
	outline: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gym_pricing_table .btn:hover {
	background-color: #c12a39;
}

/*---------------------------------------
ONEPAGE
-----------------------------------------*/
#onepage_nav {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#onepage_nav .menuzord .menuzord-brand {
	margin-top: 13px;
	margin-bottom: 13px;
}

#onepage_nav .menuzord .showhide em {
	background-color: #545454;
}

@media (max-width: 991px) {
	#onepage_nav .menuzord .showhide {
		margin-top: 16px;
	}
}

#onepage_nav .menuzord .menuzord-menu {
	padding-right: 0px;
}

#onepage_nav .menuzord .menuzord-menu li a {
	color: #545454;
	padding-top: 30px;
	padding-bottom: 30px;
}
#onepage_nav .menuzord .menuzord-menu li.active a{
	color: #000;
}

@media (max-width: 991px) {
	#onepage_nav .menuzord .menuzord-menu li a {
		color: #fff;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.op_intro_widget {
	margin-bottom: 50px;
}

.op_intro_widget i {
	color: #f23732;
	font-size: 50px;
}

.op_intro_widget h2 {
	color: #282828;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: 10px;
}

.op_intro_widget p {
	color: #919191;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.simple_text {
	background-image: url(../img/bg/tesla-semi.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 200px;
}

.simple_text p {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 50px;
}

.simple_text h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.simple_text{
		padding-top:70px; padding-bottom:70px;
	}

	.simple_text p{
		font-size:18px;
	}

	.simple_text h2{
		font-size:24px;
	}
}

.simple_text.type_s_two {
	background-image: url(../img/bg/14.jpg);
}

.detail_portfolio .thumb {
	box-shadow: 0px 5px 10px #eee;
}

.detail_portfolio .portfolio_item_desc {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.detail_portfolio .portfolio_item_desc p {
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.onepage_some_text {
	padding-bottom: 50px;
}

.onepage_some_text .left_text h2 {
	color: #4c4c4c;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
}

.onepage_some_text .left_text p {
	color: #939393;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.onepage_some_text .left_text .btn, .onepage_some_text .left_text .btn:focus, .onepage_some_text .left_text .btn:active, .onepage_some_text .left_text .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f54141;
	padding: 14px 35px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.onepage_some_text .left_text .btn:hover {
	background-color: #da4242;
}

.onepage_some_text .image img {
	width: 100%;
}

.onepage_testimonial_slider #onepage-testimonial .single_item {
	position: relative;
	min-height: 620px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.onepage_testimonial_slider #onepage-testimonial .single_item img {
	width: 0;
	height: 0;
}

.onepage_testimonial_slider #onepage-testimonial .single_item .left_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	padding-left: 70px;
	padding-bottom: 70px;
}

@media (max-height: 991px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .left_text {
		width: 100%;
		padding-right: 50px;
	}
}

.onepage_testimonial_slider #onepage-testimonial .single_item .left_text h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 50px;
	margin: 0px;
}

@media (max-width: 550px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .left_text h2 {
		font-size: 18px;
		line-height: 26px;
	}
}

.onepage_testimonial_slider #onepage-testimonial .single_item .right_items {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 700px;
	padding-right: 50px;
	padding-top: 50px;
}

@media (max-width: 991px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items {
		right: inherit;
		left: 0;
		width: 100%;
		padding-top: 140px;
		padding-right: 50px;
		padding-left: 50px;
	}
}

.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item {
	position: relative;
	padding-right: 220px;
	text-align: right;
	height: 110px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 991px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item {
		padding-right: 0px;
		padding-left: 220px;
		text-align: left;
	}
}

@media (max-width: 550px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item {
		height: 85px;
		padding-left: 160px;
	}
}

@media (max-width: 450px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item {
		height: auto;
		padding-left: 0px;
	}
}

.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item h4 {
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
	line-height: 30px;
}

@media (max-width: 550px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item h4 {
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
	}
}

.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item img {
	width: 200px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item img {
		right: inherit;
		left: 0;
	}
}

@media (max-width: 550px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item img {
		width: 150px;
		height: 85px;
	}
}

@media (max-width: 450px) {
	.onepage_testimonial_slider #onepage-testimonial .single_item .right_items .item img {
		position: relative;
	}
}

.onepage_testimonial_slider #onepage-testimonial .owl-controls {
	margin: 0px;
}

.onepage_testimonial_slider #onepage-testimonial .owl-controls .owl-nav {
	position: absolute;
	top: 50px;
	left: 50px;
}

.onepage_testimonial_slider #onepage-testimonial .owl-controls .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 0px;
	margin: 0px;
	border: 1px solid #fff;
	padding-top: 18px;
}

.onepage_testimonial_slider #onepage-testimonial .owl-controls .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 0px;
	margin: 0px;
	border: 1px solid #fff;
	padding-top: 18px;
	margin-left: -1px;
}

.onepage_recent_blog {
	position: relative;
}

@media (max-width: 991px) {
	.onepage_recent_blog {
		margin-bottom: 50px;
	}
}

.onepage_recent_blog img {
	width: 100%;
}

.onepage_recent_blog .title {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	padding: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.onepage_recent_blog .title h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0px;
}

.onepage_recent_blog .title h2 a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.onepage_recent_blog .desc {
	background-color: #1b1b1b;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.onepage_recent_blog .desc h2 {
	font-size: 18px;
	line-height: 26px;
}

.onepage_recent_blog .desc h2 a {
	color: #d0d0d0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.onepage_recent_blog .desc h4 {
	color: #767676;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}

.onepage_recent_blog .desc h4 span a {
	color: #767676;
	text-decoration: none;
}

.onepage_recent_blog .desc span.np {
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ff3333;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.onepage_recent_blog:hover .desc {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.onepage_recent_blog:hover .title {
	bottom: -25px;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 991px) {
	.single_op_product {
		margin-bottom: 50px;
	}
}

.single_op_product img {
	width: 100%;
}

.single_op_product h2 {
	font-size: 18px;
}

.single_op_product h2 a {
	color: #2c2c2c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.single_op_product h4 {
	color: #636161;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.single_op_product h4 del {
	color: #b1b1b1;
	margin-right: 10px;
}

.single_op_product ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.single_op_product ul li {
	display: inline-block;
}

.single_op_product ul li i {
	color: #222222;
}

.single_op_product .btn, .single_op_product .btn:active, .single_op_product .btn:visited, .single_op_product .btn:focus {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	background-color: #191919;
	padding: 9px 25px;
	border-radius: 20px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.single_op_product .btn:hover {
	background-color: #000;
}

/*---------------------------------------
CORPORATE
-----------------------------------------*/
.corporate_call_to_action {
	background-color: #e8e8e8;
	padding-top: 90px;
	padding-bottom: 90px;
}

.corporate_call_to_action .inner_action h2 {
	color: #575757;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
}

.corporate_call_to_action .inner_action p {
	color: #808080;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.corporate_call_to_action .inner_action .btn, .corporate_call_to_action .inner_action .btn:focus, .corporate_call_to_action .inner_action .btn:active, .corporate_call_to_action .inner_action .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #2a2a2a;
	text-transform: uppercase;
	padding: 15px 35px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 768px) {
	.corporate_call_to_action .inner_action .btn, .corporate_call_to_action .inner_action .btn:focus, .corporate_call_to_action .inner_action .btn:active, .corporate_call_to_action .inner_action .btn:visited {
		position: relative;
		margin-top: 25px;
	}
}

.corporate_call_to_action .inner_action .btn:hover {
	background-color: #000;
}

.corporate-call-to-action-two {
	background-color: #28c8d6;
}

.corporate-call-to-action-two .inner_text {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.corporate-call-to-action-two .inner_text h3 {
	color: #fff;
	font-size: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.corporate-call-to-action-two .inner_text .btn, .corporate-call-to-action-two .inner_text .btn:focus, .corporate-call-to-action-two .inner_text .btn:active, .corporate-call-to-action-two .inner_text .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 15px 35px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -26px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 768px) {
	.corporate-call-to-action-two .inner_text .btn, .corporate-call-to-action-two .inner_text .btn:focus, .corporate-call-to-action-two .inner_text .btn:active, .corporate-call-to-action-two .inner_text .btn:visited {
		position: relative;
		margin-top: 25px;
	}
}

.corporate-call-to-action-two .inner_text .btn:hover {
	background-color: #fff;
	color: #222;
}

.corporate-text-block-title h2 {
	color: #2b2a2a;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
}

.corporate-text-block-title p {
	color: #a1a1a1;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.corporate_subscribe_area {
	background-image: url(../images/corporate/02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

.corporate_subscribe_area .left_text {
	background-color: #fff;
	padding: 70px;
}

.corporate_subscribe_area .left_text h2 {
	color: #3d3d3d;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.corporate_subscribe_area .left_text p {
	color: #989898;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.corporate_subscribe_area .left_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.corporate_subscribe_area .left_text ul li {
	color: #989898;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 28px;
}

.corporate_subscribe_area .right_form {
	background-color: #28c8d6;
	padding: 70px;
}

.corporate_subscribe_area .right_form h2 {
	color: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
}

.corporate_subscribe_area .right_form p {
	color: #b7f9ff;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.corporate_subscribe_area .right_form form .form-group .form-control, .corporate_subscribe_area .right_form form .form-group .form-control:focus {
	height: 50px;
	background-color: #4cdbe7;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	color: #fff;
	border: 0px;
}

.corporate_subscribe_area .right_form form .form-group .form-control::-webkit-input-placeholder, .corporate_subscribe_area .right_form form .form-group .form-control:focus::-webkit-input-placeholder {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.corporate_subscribe_area .right_form form .form-group .form-control:-moz-placeholder, .corporate_subscribe_area .right_form form .form-group .form-control:focus:-moz-placeholder {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.corporate_subscribe_area .right_form form .form-group .form-control::-moz-placeholder, .corporate_subscribe_area .right_form form .form-group .form-control:focus::-moz-placeholder {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.corporate_subscribe_area .right_form form .form-group .form-control:-ms-input-placeholder, .corporate_subscribe_area .right_form form .form-group .form-control:focus:-ms-input-placeholder {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.corporate_subscribe_area .right_form form .form-group .btn, .corporate_subscribe_area .right_form form .form-group .btn:focus, .corporate_subscribe_area .right_form form .form-group .btn:active, .corporate_subscribe_area .right_form form .form-group .btn:visited, .corporate_subscribe_area .right_form form .form-group .btn:active {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #4fe1ed;
	padding: 13px 30px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.corporate_subscribe_area .right_form form .form-group .btn:hover {
	background-color: #00ecff;
}

.image_full img {
	width: 100%;
}

@media (max-width: 991px) {
	.corporate_accordion {
		margin-top: 50px;
	}
}

.corporate_accordion .panel-group .panel {
	border: 0px;
	box-shadow: none;
	margin-top: 0px;
	margin-bottom: 16px;
}

.corporate_accordion .panel-group .panel .panel-heading {
	padding: 0px;
}

.corporate_accordion .panel-group .panel .panel-heading .panel-title {
	color: #5b5b5b;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.corporate_accordion .panel-group .panel .panel-heading .panel-title a {
	display: block;
	text-decoration: none;
	padding: 30px;
	background-color: #ebebeb;
	border-radius: 5px;
}

.corporate_accordion .panel-group .panel .panel-body {
	border: 0px;
	color: #a6a6a6;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 0px;
}

.corporate_fun_facts {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.corporate_fun_facts {
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.corporate_fun_facts .single_fun_facts {
		margin-bottom: 30px;
	}
}

.corporate_fun_facts .single_fun_facts h2 {
	color: #292828;
	font-size: 65px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
}

.corporate_fun_facts .single_fun_facts p {
	color: #797777;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
	margin: 0px;
}

.corporate_pricing {
	background-image: url(../images/corporate/04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-bottom: 90px;
}

.corporate_single_pricing {
	padding: 50px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.corporate_single_pricing .title {
		margin-bottom: 25px;
	}
}

.corporate_single_pricing .title h2 {
	color: #3a3a3a;
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 3px;
}

.corporate_single_pricing .title h2 span.currency {
	color: #535353;
	font-size: 10px;
	font-weight: 400;
}

.corporate_single_pricing .title h2 span.month {
	color: #3a3a3a;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.corporate_single_pricing .title h4 {
	color: #535353;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0px;
}

.corporate_single_pricing .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.corporate_single_pricing .list li {
	color: #535353;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 30px;
}

.corporate_single_pricing .list li i {
	color: #2ecc71;
	font-size: 16px;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.corporate_single_pricing .price_btn {
		margin-top: 30px;
	}
}

.corporate_single_pricing .price_btn .btn, .corporate_single_pricing .price_btn .btn:focus, .corporate_single_pricing .price_btn .btn:active, .corporate_single_pricing .price_btn .btn:visited {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: #28c8d6;
	padding: 16px 30px;
	box-shadow: none;
	outline: 0;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.corporate_single_pricing .price_btn .btn, .corporate_single_pricing .price_btn .btn:focus, .corporate_single_pricing .price_btn .btn:active, .corporate_single_pricing .price_btn .btn:visited {
		width: 200px;
	}
}

.corporate_single_pricing .price_btn .btn:hover {
	background-color: #29bdca;
}

.corporate_single_pricing .middle {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.corporate_clients {
	background-color: #ebebeb;
	padding-top: 50px;
	padding-bottom: 50px;
}

.corporate_clients .single_clients {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 768px) {
	.corporate_clients .single_clients {
		margin-bottom: 30px;
	}
}

.corporate_clients .single_clients img {
	width: 80%;
	margin: 0 auto;
	opacity: .5;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 768px) {
	.corporate_clients .single_clients img {
		width: auto;
	}
}

.corporate_clients .single_clients:hover img {
	opacity: 1;
}

.corporate_simple_box {
	background-color: #1bc8d7;
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

@media (max-width: 991px) {
	.corporate_simple_box {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.corporate_simple_box .left_text h2 {
	color: #fff;
	font-size: 44px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.corporate_simple_box .left_text p {
	color: #fefefe;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.corporate_simple_box .left_text .btn, .corporate_simple_box .left_text .btn:active, .corporate_simple_box .left_text .btn:visited, .corporate_simple_box .left_text .btn:focus {
	color: #fff;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 13px 25px;
	border-radius: 30px;
	box-shadow: none;
	outline: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.corporate_simple_box .left_text .btn:hover {
	background-color: #fff;
	color: #222;
}

.corporate_simple_box .right_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/slider/03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.corporate_simple_box .right_image {
		display: none;
	}
}

.corporate-page-header {
	background-image: url(../images/corporate/05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 250px;
	padding-bottom: 150px;
}

.corporate-page-header h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
}

.image_block {
	padding-top: 120px;
}

.image_block image img {
	width: 100%;
}

.logo-list{
	max-width:700px; margin-left:auto; margin-right:auto;
}

.logo-list ul.list-unstyled{
	display:flex; align-items:center; justify-content:center;
}

.logo-list li{
	text-align:center; flex:0 0 33.3%; box-sizing:border-box; padding:30px;
}

.logo-list img{
	max-height:120px; height:auto; width:auto; max-width:100%;
}

@media (max-width:480px){
	.logo-list li{
		padding:10px;
	}
}
