/**
  * Name: Eduharvard
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("../images/font-awesome.css");
@import url("../images/simple-line-icons.css");
@import url("../images/font-linearicons.css");
@import url("../images/shortcode.css");
@import url("../images/jquery.mCustomScrollbar.css");
@import url("../images/owl.carousel.css");
@import url("../images/flexslider.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i|Roboto+Slab:400,700");
/**
  *	Reset
  *	Repeatable Patterns
  *	Top  
  *	Header
  * Header style2
  * Top -search
  * Btn-menu
  *	Mobile navigation
  * Wrap-slider
  *	Breadcrumbs
  *	Blog
  *	Blog list2
  * Blog list3
  * Blog Detail
  * Home 1
  * Home 2
  * Home 4
  * Home-Gallery
  * Home our-teacher
  * Home contact
  * Home 404
  *	Pagination
  *	GoTop Button
  *	Footer
  *	Footer widget
  *	Bottom
  *	Revolution Slider
  *	Preload
*/

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 14px/25px "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #6f787f;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #ffbf43;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul,
ol {
	padding: 0;
}

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

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b,
strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 0 24px 0 30px;
	height: 50px;
	line-height: 45px;
	font-size: 13px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #ffffff;
	background: #ffbf43;
	border: 2px solid #ffbf43;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 6px 0px 10px 0px;
	color: #8e9699;
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 45px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-bottom: 1px solid #ffbf43;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	padding: 4px 15px 10px 0px;
	height: 81px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #3d3d3d;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #3d3d3d;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #3d3d3d;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #8e9699;
}

.blog-single .entry p {
	margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

/* Top 
---------------------------------------------------------------*/
.top {
	background-color: #22272b;
	padding: 18px 0px 16px 0px;
}

.top .wrap-flat {
	float: right;
	display: inline-block;
	margin-top: -1px;
}

.top ul li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #6f787f;
}

/* Information */
.flat-information li {
	padding-right: 6px;
}

.flat-information li:last-child {
	padding-right: 0;
}

.flat-information li:first-child {
	padding-right: 30px;
	margin-right: 27px;
}

.top .flat-information li:first-child:after {
	position: absolute;
	right: 0;
	top: -4px;
	content: "";
	width: 1px;
	height: 30px;
	background-color: #393d41;
}

.top ul li a {
	color: #6f787f;
}

.top ul li a:hover {
	color: #ffbf43;
}

.flat-information li.date-time i {
	font-size: 11px;
}

.top ul li span {
	color: #BFC5CA;
}

/* Social-links */
.top .flat-socials {
	float: right;
}

.flat-socials li {
	padding: 0px 13px;
	display: inline-block;
}

.flat-socials li:last-child {
	padding-right: 0px;
}

.flat-socials li a i {
	font-weight: 700;
}

/* Flat-login-register */
.flat-login-register li {
	padding-right: 16px;
	margin-right: 13px;
}

.flat-login-register li:last-child {
	padding-right: 30px;
	margin-right: 17px;
}

.flat-login-register li::after {
	position: absolute;
	right: 0;
	top: 7px;
	content: "";
	width: 1px;
	height: 11px;
	background-color: #676f76;
}

.flat-login-register li:last-child:after {
	position: absolute;
	right: 0;
	top: -3px;
	width: 1px;
	height: 30px;
	background-color: #393d41;
}

.wrap-flat .flat-login-register {
	float: left;
}

/* Top Style2 */
.top-style2 .flat-information {
	float: left;
}

.top-style2 .flat-information li:first-child {
	padding-right: 50px;
	margin-right: 37px;
}

.top.top-style2 .flat-information li:first-child:after {
	position: absolute;
	top: -3px;
}

.top.top-style2 .flat-socials {
	float: none;
}

.top-style2 .flat-login-register li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.top-style2 .flat-login-register li:last-child:after {
	content: none;
}

.top.top-style2 ul li a:hover {
	color: #bfc5ca;
}

/* Top style3 */
.top.top-style3 ul li span {
	color: #ffbf43;
}

.top-style4 .wrap-flat ul.flat-login-register {
	margin: -1px -1px 0px 0px;
}

/* Top style4 */
.top-style4 .flat-information li:first-child {
	padding-right: 30px;
	margin-right: 17px;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: rgba(255, 255, 255, 0.9);
}

.header ul li {
	position: relative;
}

.logo {
	float: left;
        margin: 30px 0px 29px 1px;
	

}

.wrap-nav {
	float: right;
}

/* Header-style2
--------------------------------------------------------*/
.header-style2 .wrap-nav {
	margin-right: 2px;
}

.wrap-header-style2 .wrap-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
}

.wrap-header-style2 .wrap-nav {
	float: none;
}

.wrap-head,
.wrap-header-style2 {
	position: relative;
}

.wrap-header-style2 #mainnav>ul>li {
	position: relative;
}

.wrap-header-style2 .wrap-menu #mainnav>ul>li>a {
	padding: 18px 33px 16px;
	color: #fff;
}

.wrap-header-style2 .wrap-menu #mainnav>ul>li.active>a,
.wrap-header-style2 .wrap-menu #mainnav>ul>li.active>a::after,
.wrap-header-style2 .wrap-menu #mainnav>ul>li>a:hover,
.wrap-header-style2 .wrap-menu #mainnav>ul>li>a:hover:after {
	color: #ffbf43;
}

.wrap-header-style2 .wrap-menu #mainnav>ul>li>a::after {
	position: absolute;
	top: 17px;
	color: #fff;
}

.wrap-header-style2 #mainnav ul.submenu.submenu-style2 {
	left: -276%;
}

/* Header style4
--------------------------------------------------------*/
.header-style4 .flat-search ul li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.header-style4 .flat-search ul li:first-child:before {
	content: none;
}

.header-style4 .logo {
	float: none;
	position: absolute;
	left: 43%;
	margin: 25px 0px 34px 0px;
}

.header-style4 .flat-information {
	float: left;
	margin-top: 50px;
}

.header-style4 .flat-information li {
	line-height: 30px;
}

.header-style4 .flat-information li span,
.header-style5 .flat-information li span {
	font-size: 14px;
	color: #bfc5ca;
	font-weight: 700;
}

/* Header- style5 */
.header-style5 .info-reg li {
	font-size: 16px;
	line-height: 36px;
}

.header-style5 .info-reg li a {
	color: #6f787f;
}

.header-style5 .info-reg li a:hover,
.wrap-menu .search-cart a:hover {
	color: #ffbf43;
}

.header-style5 .flat-information li span {
	font-size: 16px;
}

.header-style5 .flat-logo {
	position: relative;
	text-align: center;
	margin: 38px 0px 31px 0px;
}

.header-style5 .flat-logo::before,
.header-style5 .flat-logo::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 140px;
	background-color: #e8e9e9;
}

.header-style5 .flat-logo::after {
	position: absolute;
	left: 100%;
}

.header-style5 .logo {
	float: none;
	margin: 0px 0px 22px 0px;
}

.header-style5 .flat-socials li:first-child {
	padding-left: 0px;
}

.header-style5 .flat-socials li a {
	color: #bfc5ca;
	font-size: 12px;
}

.header-style5 .flat-socials li a:hover {
	color: #ffbf43;
}

.header-style5 .flat-socials li a i {
	font-weight: 300;
}

.header-style5 .wrap-flat {
	text-align: right;
}

.header-style5 .wrap-flat>li {
	list-style: none;
}

.header-style5 .wrap-flat .flat-login-register {
	float: none;
}

.header-style5 .flat-login-register li {
	display: inline-block;
}

.header-style5 .flat-login-register li:first-child {
	padding-right: 23px;
	margin-right: 17px;
}

.header-style5 .flat-login-register li::after {
	position: absolute;
	top: 12px;
	height: 14px;
	width: 2px;
	color: #6f787f;
}

.header-style5 .flat-login-register li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.header-style5 .flat-login-register li:last-child:after {
	content: none;
}

/* Flat-search*/
.flat-search {
	float: right;
}

.flat-search ul li {
	padding-left: 23px;
	display: inline-block;
}

.flat-search ul li:first-child {
	position: relative;
	padding-left: 51px;
	margin-left: 17px;
}

.flat-search ul li:first-child:before {
	position: absolute;
	left: 0;
	top: 63px;
	content: "";
	width: 1px;
	height: 32px;
	background-color: #e5e5e5;
}

.flat-search ul li a {
	font-size: 26px;
	display: block;
	margin: 68px 0px 63px 0px;
}

/* Top -search
---------------------------------------------*/
.wrap-nav .top-search {
	position: absolute;
	right: 50px;
	top: 110%;
	width: 320px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrap-nav .top-search.show {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	top: 100%;
}

.wrap-nav.style-search2 .top-search {
	left: -20%;
}

.wrap-nav .top-search #searchform-all {
	position: relative;
}

.wrap-nav .top-search #searchform-all #s {
	width: 100%;
	padding: 0 10px 0 20px;
	opacity: 0.8;
}

.wrap-nav .top-search #searchform-all #s:focus {
	border: 1px solid #ffbf43;
}

.wrap-nav .top-search #searchform-all #searchsubmit {
	padding: 3px;
	position: absolute;
	right: 12px;
	top: -4px;
	font-family: "FontAwesome";
	color: #333;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show-search.active .lnr.lnr-magnifier:before {
	content: "\e870";
}

/* Btn-menu 
------------------------------------------------*/
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	float: right;
	cursor: pointer;
	margin: 38px 0px 35px 30px;
	width: 26px;
	height: 16px;
	margin-right: 15px;
}

.btn-menu span {
	position: absolute;
	width: 25px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu::before,
.btn-menu::after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 25px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu::after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu::before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu::before,
.btn-menu::after,
.btn-menu span {
	background-color: #ffbf43;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active::after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* Btn-Submenu */
.btn-submenu,
.btn-mega {
	position: absolute;
	right: 10px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-mega {
	display: none;
}

.btn-submenu::before,
.btn-mega::before {
	content: "\f107";
	color: #22272b;
}

.btn-submenu.active::before,
.btn-mega.active::before {
	content: "\f106";
}

/* Menu-Mobi
---------------------------------------------------------- */
#mainnav-mobi {
	position: absolute;
	margin: 0 auto;
	z-index: 1000;
	width: 100%;
	background-color: #f5f8fa;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	cursor: pointer;
}

#mainnav-mobi ul>li>a {
	height: 50px;
	line-height: 45px;
	padding: 0 60px;
	color: #22272b;
}

#mainnav-mobi ul.submenu>li>a {
	padding-left: 75px;
}

#mainnav-mobi ul>li.active>a,
#mainnav-mobi ul li>a:hover {
	color: #ffbf43;
}

.mainnav .mega-menu {
	overflow: hidden;
	width: 100%;
	left: 0;
	z-index: 99999;
	margin: 0 -0 !important;
	background: #f5f8fa;
	opacity: 0;
	visibility: hidden;
}

.mainnav .mega-menu>li {
	float: left;
	text-align: left;
	padding-left: 20px;
}

/* Menu menu-extra */
#mainnav>ul>li {
	display: inline-block;
}

#mainnav>ul>li>a {
	position: relative;
}

#mainnav>ul>li>a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #22272b;
	display: inline-block;
	padding: 68px 33px 67px 23px;
}

#mainnav>ul>li>a::after {
	position: absolute;
	right: 15px;
	top: 67px;
	content: "\f107";
	font-family: 'FontAwesome';
	color: #22272b;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav>ul>li>a:hover:after {
	color: #ffbf43;
}

#mainnav>ul>li.active>a,
#mainnav>ul>li>a:hover,
#mainnav>ul>li.active>a::after {
	color: #ffbf43;
}

#mainnav>ul>li>a:hover,
#mainnav>ul>li.home>a {
	color: #ffbf43;
}

/* Sub-menu*/
#mainnav ul.submenu {
	position: absolute;
	left: 0;
	top: 120%;
	width: 250px;
	background-color: #fff;
	border-top: 2px solid #ffbf43;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	padding: 10px 0px;
	box-shadow: 0px 1px 2px 0px #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul>li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#mainnav ul.submenu>li>a,
#mainnav .submenu-style2 .submenu2 li a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	text-align: left;
}

#mainnav ul.submenu>li>a:hover,
#mainnav .submenu-style2 .submenu2 li a:hover {
	color: #ffbf43;
}

#mainnav ul.submenu li ul {
	position: absolute;
	left: 100%;
	top: 0 !important;
}

#mainnav ul.submenu .mega-menu-sub ul {
	position: inherit;
	left: 0 !important;
	top: 0;
}

/* Submenu-Style2 */
#mainnav ul.submenu.submenu-style2 {
	width: 1170px;
	left: -345%;
	padding: 27px 0px 35px;
}

#mainnav .submenu-style2 li.submenu-level {
	float: left;
	width: 25%;
	padding-left: 69px;
}

#mainnav .submenu-style2 li.submenu-level:nth-last-child(2) {
	padding-left: 110px;
}

#mainnav .submenu-style2 li.submenu-level:nth-last-child(1) {
	padding-left: 124px;
}


#mainnav .submenu-style2 li.submenu-level ul.submenu2 {
	position: relative;
	left: 0;
}

.submenu.submenu-style2.mega-menu li .submenu2 .sub-title {
	position: relative;
}

#mainnav .submenu-style2 .submenu2 li.sub-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #ffbf43;
}

#mainnav .submenu-style2 .submenu2 li a {
	padding-left: 0;
}

#mainnav .submenu-style2 .submenu2 .sub-title a {
	font-size: 18px;
	line-height: 58px;
	font-family: 'Roboto Slab';
	font-weight: 700;
	color: #22272b;
	margin-bottom: 18px;
}

.wrap-menu .cart-icon {
	text-align: right;
}

.wrap-menu .search-icon {
	text-align: left;
}

.wrap-menu .search-cart a {
	display: inline-block;
	font-size: 26px;
	color: #FFF;
	text-align: left;
	padding: 16px 0px 14px 0px;
}

/* Wrap-slider
----------------------------------------------------------------*/
.wrap-slider {
	background: url(../images/slides7.jpg);
	background-size: cover;
	height: 300px;
	position: relative;
}

.container.page-container {
	height: 100%;
}

.wrap-slider .page-content {
	height: 100%;
	width: 100%;
	display: table;
}

.wrap-slider .page-title {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.wrap-slider .page-title h1 {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto Slab';
	padding-bottom: 24px;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-left: 28px;
}

.breadcrumbs ul li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	padding-right: 21px;
	margin-right: 4px;
}

.breadcrumbs ul li::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "~";
	color: #fff;
	font-size: 16px;
}

.breadcrumbs ul li:last-child:after {
	content: none;
}

.breadcrumbs ul li a {
	color: #fff;
}

.breadcrumbs ul li a:hover {
	color: #ffbf43;
}

/* Blog
---------------------------------------- */
.wrap-post {
	padding: 0px 0px 81px 0px;
}

.wrap-grid {
	margin-bottom: 30px;
}

article.entry {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 1px 2px 0px #ddd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article.entry:last-of-type {
	margin-bottom: 0px;
}

.entry .entry-post {
	padding: 52px 60px;
}

.entry .entry-post .entry-meta {
	padding-bottom: 11px;
}

.entry .entry-post .entry-meta span {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffbf43;
	padding-left: 41px;
}

.entry .entry-post .entry-meta span::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 30px;
	height: 2px;
	background: #ffbf43;
}

.entry .entry-post h3.entry-title {
	font-size: 36px;
	font-weight: 700;
	color: #22272b;
	line-height: 48px;
	margin-bottom: 8px;
}

.entry .entry-post h3.entry-title a {
	color: #22272b;
}

.entry .entry-post h3.entry-title a:hover {
	color: #ffbf43;
}

.entry .entry-post .entry-author {
	margin-bottom: 35px;
}

.entry .entry-post .entry-author span {
	color: #bfc5ca;
}

.entry .entry-post .entry-author span a {
	color: #6f787f;
}

.entry .entry-post .entry-author span a:hover {
	color: #ffbf43;
}

.entry .entry-post .entry-content {
	margin-bottom: 22px;
}

.entry .entry-post .entry-content p {
	font-size: 16px;
	line-height: 26px;
	color: #6f787f;
}

/* More-link*/
.entry .entry-post .more-link a {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #22272b;
	padding-right: 30px;
	letter-spacing: 1.5px;
}

.entry .entry-post .more-link a::after {
	position: absolute;
	right: 4px;
	bottom: -5px;
	content: "\f178";
	font-family: 'FontAwesome';
	color: #22272b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry .entry-post .more-link a:hover {
	color: #ffbf43;
}

.entry .entry-post .more-link a:hover:after {
	position: absolute;
	right: 0;
	color: #ffbf43;
}

/* Blog-list02
-------------------------------------------------------------- */
.blog-list2 .wrap-grid article.entry:hover,
.blog-list3 .wrap-grid article.entry:hover,
.blog-zigzac2 .wrap-grid article.entry:hover {
	box-shadow: -2px 12px 25px 7px #ddd;
}

.blog-list2 .entry .entry-post,
.blog-list3 .entry .entry-post,
.blog-zigzac2 .entry .entry-post {
	padding: 22px 15px 0px 34px;
}

.blog-list2 .wrap-final,
.blog-list3 .wrap-final,
.blog-zigzac2 .wrap-final {
	margin-bottom: 0px;
}

.blog-list2 .entry .entry-post .entry-meta,
.blog-list3 .entry .entry-post .entry-meta,
.blog-zigzac2 .entry .entry-post .entry-meta {
	padding-bottom: 15px;
}

.blog-list2 .entry .entry-post .entry-meta {
	margin-left: -4px;
}

.blog-list2 .entry .entry-post .entry-author span a,
.blog-list3 .entry .entry-post .entry-author span a,
.blog-zigzac2 .entry .entry-post .entry-author span a {
	padding-left: 0px;
}

.blog-list2 .entry .entry-post h3.entry-title,
.blog-list3 .entry .entry-post h3.entry-title,
.blog-zigzac2 .entry .entry-post h3.entry-title {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

.blog-list2 .entry .entry-post .entry-author span,
.blog-list3 .entry .entry-post .entry-author span,
.blog-zigzac2 .entry .entry-post .entry-author span {
	font-size: 12px;
}

.blog-list2 .entry .entry-post .entry-author span a,
.blog-list3 .entry .entry-post .entry-author span a,
.blog-zigzac2 .entry .entry-post .entry-author span a {
	font-size: 12px;
}

.blog-list2 .entry .entry-post .entry-author,
.blog-list3 .entry .entry-post .entry-author,
.blog-zigzac2 .entry .entry-post .entry-author {
	margin-bottom: 18px;
}

.blog-list2 .entry .entry-post .entry-content,
.blog-list3 .entry .entry-post .entry-content,
.blog-zigzac2 .entry .entry-post .entry-content {
	margin-bottom: 0px;
}

/* Blog-list03
-------------------------------------------------------------- */
.blog-list3 .entry-post.entry-invert,
.blog-zigzac2 .entry-post.entry-invert {
	padding: 22px 15px 0px 4px;
}

.blog-zigzac1 .entry-post.entry-invert {
	padding: 52px 60px 0px 30px;
}

/* Blog-details
-------------------------------------------------------------- */
.blog-details .breadcrumbs ul {
	padding-left: 22px;
}

.blog-details .wrap-post {
	padding: 1px 0px 20px 0px;
}

.blog-details .entry .entry-post {
	padding: 22px 99px 85px 100px;
}

.blog-details .entry .feature-post a img {
	padding-left: 9px;
}

.blog-details .entry .entry-post h3.entry-title {
	padding-left: 1px;
}

.blog-details .entry .entry-post .entry-author {
	margin-bottom: 26px;
	padding-left: 1px;
}

.blog-details .entry .entry-post .entry-content {
	margin-bottom: 32px;
	margin-left: -1px;
}

.blog-details .entry .entry-post .entry-content p {
	padding-bottom: 15px;
}

.blog-details .entry .entry-post .entry-content p:last-of-type {
	padding-bottom: 0px;
}

.blog-details .entry-ask {
	padding: 25px 36px 0px 33px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 31px;
	margin-left: -3px;
	margin-right: 2px;
}

.entry .entry-post .entry-ask p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto Slab';
	margin-bottom: 21px;
}

.entry .entry-post .entry-ask h6 {
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	padding-top: 10px;
}

.entry .entry-post .entry-ask h6::before {
	position: absolute;
	left: 1px;
	top: 0;
	content: "";
	width: 30px;
	height: 2px;
	background: #ffbf43;
}

.entry .entry-post .entry-ask h6 a {
	color: #22272b;
}

.entry .entry-post .entry-ask h6 a:hover {
	color: #ffbf43;
}

.entry .entry-post .entry-ask span {
	float: right;
	color: #eee;
	font-size: 60px;
	margin-bottom: 17px;
}

.entry .entry-post .entry-ask span i {
	margin-top: -18px;
}

.entry .entry-post .entry-inter {
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 46px;
	margin-left: -2px;
}

.entry .entry-post .entry-inter .inter-post {
	margin-bottom: 34px;
}

.entry .entry-post .entry-inter .link {
	float: left;
}

.entry .entry-post .entry-inter .link a {
	font-size: 11px;
	font-style: italic;
	line-height: 36px;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	padding: 8px 27px 7px 29px;
	margin-right: 6px;
}

.entry .entry-post .entry-inter .link a.link2 {
	padding: 8px 30px 7px 32px;
}

.entry .entry-post .entry-inter .link a.link3 {
	padding: 8px 15px 7px 19px;
}


.entry .entry-post .entry-inter .link a:hover {
	border: 1px solid #ffbf43;
}

.entry .entry-post .entry-inter ul.flat-socials {
	float: right;
	padding-top: 14px;
}

.entry .entry-post .entry-inter .flat-socials li a {
	color: #8e9699;
}

.entry .entry-post .entry-inter .flat-socials li a i {
	font-weight: 400;
}

.entry .entry-post .entry-inter .flat-socials li a:hover {
	color: #ffbf43;
}

.entry .entry-post .entry-inter h5.title-inter {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #22272b;
	margin-bottom: 13px;
}

.entry .entry-post .inter-post p {
	font-size: 16px;
	line-height: 26px;
}

/* Comment*/
.wrap-comment {
	margin-left: -1px;
}

.wrap-comment h5.comments-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	color: #22272b;
	margin-bottom: 44px;
}


/* Home1
----------------------------------------------------------*/
.position_form .f-select #formsearch-flatcourse {
	position: absolute;
	width: 100%;
	top: -212px;
}

.flat-iconbox .title-section {
	margin-bottom: 53px;
}

.iconbox.style-title .box-header .box-title {
	text-transform: none;
}

.wrap-price-post .title-section {
	margin-bottom: 46px;
}

/* Scroll */
.wrap-times.content {
	overflow: auto;
	position: relative;
	max-width: 511px;
	height: 263px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lates-new h3.entry-title {
	text-transform: none !important;
	margin-left: -1px;
}

.lates-new .entry .entry-post .entry-author span a,
.lates-new .entry .entry-post .entry-author span {
	font-size: 14px !important;
}

/* Flat-contact */
.flat-contact .title-section {
	margin-bottom: 20px;
}

.flat-contact .subscribe-contact .title-section {
	margin-bottom: 50px;
}

.flat-contact .right-contact {
	text-align: right;
	padding-top: 7px;
	margin-left: -5px;
}

.flat-contact .subscribe-contact {
	background-color: #fff;
	box-shadow: 0px 19px 35px 0px rgba(0, 0, 0, 0.15);
}

.flat-contact .formsearch {
	text-align: center;
	padding: 0;
	box-shadow: none;
}

.flat-contact .formsearch .subscribe-btn {
	float: left;
	margin-left: 40px;
}

.flat-contact .formsearch .subscribe-email {
	float: left;
	width: 330px;
	margin: 10px 0px 0px 227px;
}

.flat-contact .formsearch #emailsubscribe {
	font-size: 16px;
}

/* Home2
----------------------------------------------------------------*/
/* Form-register*/
.flat-register.no-pd-top .form-register .form-register-title {
	padding-top: 52px;
}

.flat-register.no-pd-top .wrap-box.pdtopleft {
	padding-top: 142px;
}

/* Flat-detail 
--------------------------------------------------------*/
.flat-detail .new-title {
	overflow: hidden;
}

.flat-detail .new-title .title-section {
	float: left;
}

.flat-detail .new-title .wrap-owl {
	float: right;
}

.flat-detail .entry-post.entry-invert {
	padding: 22px 15px 0px 0px;
}

.flat-detail .entry .entry-post .entry-meta {
	padding-bottom: 15px;
}

.flat-detail .entry .entry-post h3.entry-title {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

.flat-detail .entry .entry-post .entry-author {
	margin-bottom: 18px;
}

.flat-detail .entry .entry-post .entry-author span {
	font-size: 12px;
}

.flat-detail .entry .entry-post .entry-author span a {
	font-size: 12px;
}

.flat-detail .entry .entry-post .entry-content {
	margin-bottom: 0px;
}

.flat-testimonials.style2 .testimonial-content p {
	font-size: 20px;
	line-height: 34px;
}

.wrap-blog .owl-controls .owl-nav div.owl-next {
	top: -120px;
}

.wrap-blog .owl-controls .owl-nav div.owl-prev {
	top: -120px;
}

.wrap-blog .group {
	list-style: none;
}

.flat-detail .wrap-event-times {
	margin-bottom: 58px;
}

.flat-testimonials.style2 .testimonial .testimonial-content {
	margin-bottom: 32px;
}

.flat-testimonials.style2 .testimonial .testimonial-author span.author-name {
	color: #ffbf43;
}

.flat-testimonials.style2 .testimonial .testimonial-content p .fa-quote-left {
	padding-right: 52px;
}

.flat-detail .content {
	max-width: 100%;
}

/* Home4
----------------------------------------------------------------*/
.shop-product .title-section {
	margin-bottom: 29px;
}

.portfolio-filter.style2 {
	margin-bottom: 73px;
	margin-right: -6px;
}

.portfolio-filter.style2 li a {
	font-size: 18px;
	font-weight: 300;
	color: #6f787f;
	padding: 0px 21px 0px 20px;
}

.portfolio-filter.style2 li.active a,
.portfolio-filter.style2 li a:hover {
	color: #ffbf43;
}

.shop-online.clearfix {
	margin: 0px -20px 0px -15px;
}

.shop-online .item {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 12px;
}

.position_form.position_style2 .f-select #formsearch {
	position: absolute;
	width: 100%;
	top: -217px;
}

.position_form.position_style3 .f-select #formsearch {
	position: absolute;
	width: 100%;
	top: -377px;
}

/* Home-Gallery
----------------------------------------------------------------*/
.gallery .title-section {
	margin-bottom: 49px;
}

.galleryHome .button-style .flat-btn {
	padding: 10px 43px 11px 53px;
}

.galleryGrid01 .wrap-gallery,
.galleryGrid02 .wrap-gallery {
	margin: 0px -15px 0px -15px;
}

.galleryHome .portfolio-filter.style2 {
	margin-right: 0px;
}

.gallery.galleryGrid01 .wrap-gallery .item {
	padding: 0px 15px;
	width: 33.33333%;
	float: left;
	margin-bottom: 30px;
}

.gallery .portfolio-filter.style2 {
	margin-bottom: 76px;
}

.gallery .wrap-gallery {
	margin: 0px -20px 0px -15px;
}

.gallery .wrap-gallery .item {
	padding: 0px 15px;
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

.gallery .wrap-gallery .item.width50 {
	width: 50%;
}

.gallery-img {
	position: relative;
}

.gallery-img:hover {
	box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.gallery-img .overlay {
	position: absolute;
	left: 25%;
	top: 25%;
	content: "";
	width: 25%;
	height: 25%;
	background: rgba(255, 191, 67, 0.7);
	opacity: 0;
	visibility: hidden;
}

.gallery-img:hover .overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.gallery-img:hover .overlay,
.gallery-img:hover:before,
.gallery-img:hover:after {
	opacity: 1;
	visibility: visible;
}

.gallery-img,
.gallery-img::before,
.gallery-img::after,
.gallery-img .overlay {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-img::before,
.gallery-img::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 2px;
	height: 40px;
	margin-top: -21px;
	margin-left: -2px;
	background: #FFF;
	opacity: 0;
	z-index: 2;
}

.gallery-img::after {
	width: 40px;
	height: 2px;
	margin-left: -21px;
	margin-top: -2px;
}

.question-toggle .title-section {
	margin-bottom: 36px;
}

.wrap-student .title-section {
	margin-bottom: 38px;
}

/* Home our-teacher
----------------------------------------------------------------*/
.wrap-our-teacher .flat-teammember {
	margin-bottom: 30px;
}

.wrap-our-teacher .blog-pagination .flat-pagination {
	padding-left: 54px;
}

/* Home Contact
----------------------------------------------------------------*/
.contact .form-contact {
	margin-top: -3px;
}

.contact .wrap-btn {
	margin-left: -2px;
}

.form-contact .form-contact-title {
	margin-bottom: 12px;
}

.form-contact .form-contact-title .contact-title {
	font-size: 24px;
	font-weight: 700;
	color: #22272b;
	margin-bottom: 20px;
}

.form-contact .form-contact-title p {
	font-size: 16px;
	line-height: 26px;
}

.form-contact .info-contact input {
	background: transparent;
	padding: 12px 0px 4px 0px;
	margin-bottom: 10px;
}

.form-contact .info-contact textarea {
	padding: 16px 0px 9px 0px;
	height: 75px;
	margin-bottom: 46px;
}

.form-contact .wrap-btn .flat-btn {
	padding: 10px 36px 11px 40px;
	line-height: 0px;
}

.wrap-maps {
	background-color: #000;
	margin-right: 3px;
}

#flat-map {
	width: 100%;
	height: 475px;
	opacity: 0.3;
}

/* Home 404
----------------------------------------------------------------*/
.info-error .title-section .sub-title {
	font-size: 16px;
	line-height: 26px;
	color: #6f787f;
}

.info-error .title-section .title {
	margin-bottom: 24px;
}

.info-error .title-section {
	margin-bottom: 53px;
}

.info-error .flat-btn.style3 {
	padding: 10px 20px 11px 24px;
}

.icon-error {
	position: relative;
}

.icon-error span {
	position: absolute;
	top: 34.8%;
	left: 48.3%;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	text-shadow: 6px 5px 1px #c78b17;
	font-family: 'Roboto Slab';
}

.info-error .wrap-btn {
	margin-bottom: 5px;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	text-align: center;
}

.blog-pagination .flat-pagination {
	padding-left: 10px;
}

.blog-pagination ul li {
	position: relative;
	display: inline-block;
	margin-right: 9px;
}

.blog-pagination ul li:first-child {
	margin-right: 6px;
}

.blog-pagination ul li a {
	display: inline-block;
	color: #6f787f;
	padding: 8px 16px 8px 17px;
}

.blog-pagination ul li.active a,
.blog-pagination ul li a:hover {
	color: #FFF;
	background-color: #ffbf43;
}

.blog-pagination ul li.active a {
	padding: 8px 16px 8px 17px;
}

ol.comments-list {
	margin-bottom: 46px;
}

.comments-list li {
	margin-bottom: 37px;
}

.comments-list li:last-child {
	padding-bottom: 37px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
}

.comments-list li:nth-child(2n) {
	padding-left: 100px;
	margin-bottom: 38px;
}

.comments-list li:nth-child(2n) .comment-metadata .reply {
	margin-top: 4px;
	margin-bottom: 2px;
}

.comments-list li:nth-child(2n) .comment-metadata {
	margin-bottom: 22px;
}

.comments-list li:nth-child(3) .comment-metadata .reply {
	margin-top: 1px;
}

.comments-list .comment-body .comment-author {
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.comments-list .comment-body .comment-text {
	overflow: hidden;
	padding-left: 31px;
	position: relative;
}

.comments-list .comment-body .comment-text::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 1px;
	height: 97px;
	background: #e5e5e5;
}

.comments-list .comment-metadata {
	margin-bottom: 23px;
	overflow: hidden;
}

.comments-list .comment-metadata .comment-info {
	float: left;
	margin-top: -8px;
}

.comments-list .comment-metadata .reply {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

.comments-list .comment-metadata .reply .comment-reply {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 30px;
	border: 1px solid #ffbf43;
	padding: 7px 30px 6px 30px;
	color: #22272b;
	background: #FFF;
	z-index: 2;
}

.comments-list .comment-metadata .reply .comment-reply:hover {
	color: #fff;
	background: #ffbf43;
}

.comments-list .comment-metadata .reply .comment-reply:after {
	position: absolute;
	left: 4px;
	top: 2px;
	content: "";
	z-index: -1;
	width: 100%;
	height: 106%;
	border: 1px solid #ffbf43;
}

.comments-list .comment-text .comment-content p {
	font-size: 16px;
	line-height: 26px;
}


.comments-list .comment-metadata span.comment-date {
	font-size: 12px;
	font-weight: 700;
	color: #bfc5ca;
	letter-spacing: 2.4px;
}

.comments-list .comment-metadata .name-author {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	color: #22272b;
	line-height: 18px;
	display: inherit;
	margin-top: -1px;
}

.comments-list .comment-metadata .name-author:hover {
	color: #ffbf43;
}

.comment-respond h4.comment-reply-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	color: #22272b;
	margin-bottom: 28px;
	margin-left: -1px;
}

.comment-form-author,
.comment-form-email {
	float: left;
	width: 50%;
}

.comment-form p:first-of-type {
	padding-right: 1%;
}

.comment-form .comment-form-email {
	padding-left: 2%;
}

.comment-form #comment {
	margin-bottom: 46px;
}

.comment-form .form-submit {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: -1px 0px 0px -1px;
}

.comment-form .form-submit::before {
	position: absolute;
	left: 5px;
	top: 5px;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 2px solid #ffbf43;
}

.comment-form .form-submit #submit:hover {
	background-color: #fff;
	color: #ffbf43;
}


/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #22272b;
}

.info-left {
	border-right: 1px solid #393d41;
}

.logo-footer {
	margin-bottom: 33px;
	padding-left: 16px;
}

.footer .flat-socials li {
	display: inline-block;
	padding: 0px 12px;
}

.footer ul.flat-socials {
	float: none;
	padding: 0px 0px 15px 16px;
}

.footer ul li a {
	color: #6f787f;
}

.footer.style2 ul li a {
	color: #969ea4;
}

.footer ul li a i {
	font-weight: 400;
}

.footer li a:hover {
	color: #bfc5ca;
}

.footer.style2 li a:hover {
	color: #ffbf43;
}

.footer-information {
	padding: 101px 0px 60px 0px;
	text-align: center;
	border-bottom: 1px solid #393d41;
}

.footer ul.flat-information {
	text-align: left;
	padding: 32px 0px 0px 112px;
}

.footer .flat-information li {
	display: block;
	text-align: left;
	padding-right: 0;
	line-height: 35px;
}

.footer .flat-information li:first-child {
	padding-right: 0;
	margin-right: 0;
}

.footer .flat-information li span {
	font-size: 16px;
	font-weight: 700;
	color: #ffbf43;
}

.footer .flat-information li a {
	font-size: 16px;
}

/* Footer widget */
.footer-widget {
	padding: 55px 0px 91px 0px;
}

.widget {
	padding-left: 30px;
}

.widget h3.widget-title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #bfc5ca;
	font-family: 'Roboto Slab';
	padding-left: 70px;
	margin-bottom: 25px;
}

.footer.style2 .widget h3.widget-title {
	color: #FFF;
}

.widget h3.widget-title::before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 40px;
	height: 2px;
	background: #ffbf43;
}

.widget ul {
	padding-left: 70px;
}

.widget ul li {
	position: relative;
	padding-left: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget>ul>li>a:hover {
	padding-left: 3px;
}

.widget>ul>li::before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "\f0da";
	font-family: 'FontAwesome';
	color: #6f787f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget>ul a:hover>li:before {
	color: #bfc5ca;
}

.widget ul li a {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	background: #1D2023;
}

.copyright {
	padding: 12px 0px 15px 0px;
	text-align: center;
}

.copyright p {
	color: #383e43;
	margin-left: -1px;
}

.bottom.style2 .copyright p {
	color: #969ea4;
}

.copyright p a {
	color: #383e43;
}

.bottom.style2 .copyright p a {
	color: #969ea4;
}

.copyright p a:hover {
	color: #ffbf43;
}

.bottom.style2 .copyright p a:hover {
	color: #ffbf43;
}

/* Go-top
-------------------------------------------------------------- */
.go-top,
.go-top::before,
.go-top::after {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.go-top {
	position: fixed;
	opacity: 0;
	right: -1%;
	bottom: 25px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffbf43;
	cursor: pointer;

}

.go-top.show {
	bottom: 25px;
	right: 2%;
	opacity: 1;
	z-index: 99;
}

.go-top::before,
.go-top::after {
	position: absolute;
	left: 9px;
	top: 7px;
	content: "";
	width: 1px;
	height: 12px;
	color: #ffbf43;
	z-index: 999;
	background-color: #ffbf43;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.go-top::after {
	position: absolute;
	left: 17px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.go-top:hover {
	background-color: #ffbf43;
}

.go-top:hover:before,
.go-top:hover:after {
	background-color: #fff;
}

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
	background: #FFF;
	color: #424242;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}

.loader,
.loader:after {
	width: 30px;
	height: 30px;
}

.loader {
	margin: 20% auto;
	border-radius: 50%;
	font-size: 6px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(194, 193, 193, 0.5);
	border-right: 1.1em solid rgba(199, 197, 197, 0.5);
	border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
	border-left: 1em solid #ffbf43;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

/* Revolution Slider
-------------------------------------------------------------- */
.space-left .tp-mask-wrap {
	padding-left: 41px;
	z-index: 1;
	overflow: inherit !important;
}

.space-left2 .tp-mask-wrap {
	padding-left: 9px;
	z-index: 1;
	overflow: inherit !important;
}

.slider_styles .tp-caption.title-slide span {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}

.span-size30 .tp-caption.title-slide span {
	font-size: 30px;
}

.space-top .tp-mask-wrap .flat-button-slider.bg-orange {
	margin-left: 2px;
	margin-top: -48px;
}

.space-top2 .tp-mask-wrap .flat-button-slider.bg-orange {
	margin-top: 50px;
}

.space-top3 .tp-mask-wrap .flat-button-slider.bg-orange {
	margin-top: 86px;
	margin-left: 26px;
}

/* style */

a:hover,
a:focus {
	color: black;
}


/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {}

/* Smaller than standard 1200 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#mainnav>ul>li>a {
		padding: 68px 25px;
	}

	#mainnav>ul>li>a::after {
		right: 8px;
	}

	#mainnav ul.submenu.submenu-style2 {
		width: 900px;
		left: -245%;
	}

	.wrap-header-style2 #mainnav ul.submenu.submenu-style2 {
		left: -220%;
	}

	.wrap-header-style2 .wrap-menu #mainnav>ul>li>a {
		padding: 18px 25px 16px;
	}

	#mainnav .submenu-style2 li.submenu-level {
		padding-left: 58px;
	}

	#mainnav .submenu-style2 li.submenu-level:nth-last-child(2) {
		padding-left: 96px;
	}

	#mainnav .submenu-style2 li.submenu-level:nth-last-child(1) {
		padding-left: 80px;
	}

	.footer .widget {
		padding-left: 0px;
	}

	.iconbox .box-header .box-title {
		font-size: 14px;
	}

	.wrap-our-teacher .flat-teammember {
		padding: 60px 10px;
	}

	.wrap-our-teacher .blog-pagination .flat-pagination {
		padding-left: 0px;
	}

	.form-register .form-register-title {
		overflow: hidden;
	}

	.pricing-table .pricing-header::after {
		content: none;
	}

	.wrap-box.pdtopleft {
		padding: 50px 0px 0px 0px;
	}

	.countdown .square .numb {
		margin-right: 20px;
	}

	.countdown .square:nth-last-child(3) .numb {
		margin-right: 20px;
	}

	.countdown .square:nth-last-child(2) .numb {
		margin-right: 20px;
	}

	.team-member .owl-controls .owl-nav div.owl-next {
		right: -28px !important;
	}

	.team-member .owl-controls .owl-nav div.owl-prev {
		left: -38px !important;
	}

	.blog-list3 .entry .entry-post {
		padding: 5px 0px 0px 14px;
	}

	.blog-list1 .entry .entry-post,
	.blog-zigzac1 .entry .entry-post {
		padding: 52px 0px 0px 35px;
	}

	.blog-zigzac2 .entry .entry-post {
		padding: 10px 0px 0px 30px;
	}

	.blog-zigzac2 .entry .entry-invert {
		padding: 10px 0px 0px 0px;
	}

	blog-zigzac2 .entry .entry-post .entry-meta {
		padding-bottom: 3px;
	}

	.blog-zigzac2 .entry .entry-post h3.entry-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0px;
	}

	.blog-zigzac2 .entry .entry-post .entry-author {
		margin-bottom: 8px;
	}

	.blog-zigzac2 .entry .entry-post .entry-content p {
		font-size: 15px;
		line-height: 23px;
	}

	.table-body .table>tbody>tr>td.icon-play::before {
		left: 28px;
	}

	.select-category .select-sort {
		padding-left: 0px;
	}

	.portfolio .entry .entry-post h3.entry-title {
		font-size: 18px;
	}

	.sidebar-reponsive .widget h3.widget-title {
		font-size: 14px;
	}

	.wrap-event-times .times-body .times-meta {
		overflow: hidden;
	}

	.wrap-times.content {
		height: 300px;
	}

}

/* Smaller than standard 992 .........................................................*/
@media only screen and (max-width: 991px) {

	.flat-information {
		float: left;
	}

	.top .col-md-4 {
		overflow: hidden;
	}

	.flat-information li:first-child {
		padding-right: 15px;
		margin-right: 15px;
	}

	.flat-search {
		margin-top: 8px;
	}

	.btn-menu {
		display: block;
	}

	.wrap-nav {
		display: none;
	}

	.logo {
		margin: 10px 0px;
		width: 20%;
	}

	.flat-search ul {
		float: left;
	}

	.flat-search ul li {
		padding-left: 0;
	}

	.flat-search ul li:first-child {
		padding-left: 0px;
		margin-left: 0px;
	}

	.flat-search ul li:first-child::before {
		content: none;
	}

	.flat-search ul li a {
		margin: 36px 0px 28px 10px;
		font-size: 18px;
	}

	.header.downscrolled {
		position: relative;
	}

	.show-search.active .lnr.lnr-magnifier:before {
		content: "\e86f";
	}

	/* wrap-header-style2*/
	.top.top-style2 .flat-socials {
		float: left;
	}

	/* wrap-header-style4*/
	.header-style4 .logo {
		margin: 10px 0px 11px 0px;
	}

	.header-style4 .flat-search {
		margin-bottom: 20px;
	}

	.header-style4 .flat-information {
		margin-top: 21px;
	}

	.header-style5 .flat-information {
		display: none;
	}

	.header-style5 .flat-logo {
		margin: 10px 0px;
		overflow: hidden;
		float: left;
	}

	.header-style5 .logo {
		width: 100%;
	}

	.wrap-header-style3 .wrap-menu .search-icon {
		float: left;
	}

	.wrap-header-style2.wrap-header-style3 .wrap-menu .search-cart.cart-icon {
		float: right;
	}

	.wrap-header-style2.wrap-header-style3 .btn-menu {
		margin-top: 55px;
	}

	.header-style5 .wrap-flat>li:nth-last-child(2) {
		display: none;
	}

	.header-style5 .flat-logo::before,
	.header-style5 .flat-logo::after {
		content: none;
	}

	.portfolio .entry .entry-post h3.entry-title {
		font-size: 18px;
	}


	/* section */
	.flat-row.pd-top-152 {
		padding-top: 50px;
	}

	.flat-row.pd-bottom-97 {
		padding-bottom: 50px;
	}

	.flat-row {
		padding: 50px 0px 50px 0px;
	}

	.flat-row.pd-top-94 {
		padding-top: 50px;
	}

	.dividers {
		display: none;
	}

	.wrap-box.pdleft {
		padding-left: 0px;
	}

	#formsearch-flatcourse {
		position: static !important;
		padding: 30px 10px;
		margin-bottom: 50px;
	}

	#formsearch-flatcourse li {
		margin-bottom: 10px;
	}

	#formsearch-flatcourse li.form-key {
		padding-left: 15px;
		margin-right: 0px;
	}

	#formsearch-flatcourse p {
		width: 100% !important;
	}

	#formsearch-flatcourse li.form-btn {
		text-align: center;
		border-left: none;
		padding-right: 0x;
		margin-top: 0px;
	}

	.portfolio-wrap .item,
	.shop-online .item {
		width: 50%;
	}

	.iconbox {
		margin-bottom: 30px;
	}

	.iconbox.bg-style .box-header .box-title.style1 {
		display: none;
	}

	.iconbox.bg-style .box-header .box-title.style2 {
		display: block;
	}

	.about-us .course-about-us {
		margin-bottom: 45px;
	}

	article.entry {
		overflow: hidden;
	}

	.wrap-price-post article.entry {
		overflow: inherit;
	}

	.lates-new.wrap-box article.entry {
		overflow: inherit;
	}

	.blog-list2 .wrap-final,
	.blog-list3 .wrap-final,
	.blog-zigzac2 .wrap-final {
		margin-bottom: 30px;
	}

	.portfolio-filter li a,
	.portfolio-filter.style2 li a {
		padding: 0px 6px;
	}

	.wrap-box.pdtopleft {
		padding: 50px 0px 0px 0px;
	}

	.wrap-times.content {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.flat-detail .wrap-event-times {
		margin-bottom: 20px;
	}

	.wrap-times.content {
		height: 390px;
	}

	.wrap-times.wrap-times-style2.content {
		height: 370px;
	}

	.wrap-event-times .times-body .time-list {
		margin-right: 25px;
	}

	.wrap-event-times .times-body .times-meta {
		overflow: hidden;
	}

	.wrap-event-times .times-body .times-meta span.hour,
	.wrap-event-times .times-body .times-meta span.adress {
		float: left;
	}

	.flat-contact #formsubscribe {
		margin-bottom: 0px;
	}

	.flat-contact #formsubscribe .subscribe-email {
		margin: 0px 10px;
		width: 92% !important;
	}

	.flat-contact .formsearch .subscribe-btn {
		float: none;
		margin-bottom: 10px;
		margin-left: 0px;
	}

	article.pricing-table {
		margin-bottom: 30px;
	}

	.form-register .form-register-title::after,
	.pricing-table .pricing-header::after {
		content: none;
	}

	/* teammember */
	.team-member,
	.wrap-blog.owl-carousel,
	.flat-testimonials.owl-carousel {
		cursor: e-resize;
	}

	.owl-nav {
		display: none;
	}

	.wrap-new {
		margin-bottom: 30px;
	}

	.flat-detail .entry-post.entry-invert {
		padding: 22px 15px 0px 14px;
	}

	.flat-detail .wrap-blog .feature-post {
		float: none;
	}

	.entry-post.entry-invert {
		padding: 22px 15px 0px 30px;
		overflow: hidden;
	}

	.flat-register.no-pd-top .wrap-box.pdtopleft {
		padding-top: 70px;
	}

	.countdown {
		margin-left: 0px;
	}

	.flat-register .form-register {
		float: left;
		margin-right: 20px;
		width: 40%;
	}

	.form-register .info-register {
		padding: 30px;
	}

	.wrap-register-right .wrap-register-title .title-top {
		font-size: 18px;
	}

	.wrap-register-right .wrap-register-title .title-register {
		font-size: 54px;
		line-height: 60px;
	}

	.flat-register .form-register .register-title {
		font-size: 24px;
	}

	.wrap-register-title {
		margin-bottom: 40px;
	}

	.no-paddingright {
		overflow: hidden;
	}

	.countdown {
		text-align: left;
	}

	.countdown .square .numb {
		padding-right: 40px;
		font-size: 20px;
		line-height: 20px;
		margin-right: 10px;
	}

	.countdown .square .numb::after,
	.countdown .square .numb::before {
		right: 2px;
		top: 8px;
		font-size: 10px;
		margin-top: -5px;
	}

	.countdown .square:nth-last-child(3) .numb {
		padding-right: 41px;
		margin-right: 10px;
	}

	.countdown .square:nth-last-child(2) .numb {
		padding-right: 52px;
		margin-right: 10px;
	}

	.countdown .square:nth-last-child(1) .numb {
		padding-right: 55px;
		margin-right: 0px;
	}

	.countdown .square .numb::before {
		content: none;
	}

	/*.lates-new .col-md-6 {
		overflow: hidden;
	}*/

	.lates-new.blog-list2 .entry-post {
		float: none;
		width: 100%;
	}

	.lates-new.blog-list2 .feature-post img,
	.portfolio-reponsive .featured-post img {
		width: 100%;
	}

	/*.........footer */
	.footer-widget {
		padding: 50px 0px 30px 0px;
	}

	.widget {
		margin-bottom: 35px;
	}

	.footer-information {
		padding: 50px 0px 50px 0px;
	}

	.info-left {
		border-right: none;
	}

	.footer ul.flat-information {
		text-align: center;
		padding: 20px 0px 0px 0px;
		float: none;
	}

	.select-category {
		margin-bottom: 20px;
	}

	.select-category .showing {
		padding-top: 0px;
		text-align: center;
		margin-bottom: 10px;
	}

	/*  Sidebar */
	.sidebar .widget.widget-categories h3.widget-title::before {
		top: 55px;
	}

	/*  Portfolio */
	.portfolio.style4 {
		margin-bottom: 30px;
	}

	.portfolio.style4 article.entry {
		padding: 20px 20px 20px 20px;
	}

	.portfolio.style4 .featured-post {
		margin-right: 10px;
		width: 50%;
	}

	.portfolio-reponsive2 .portfolio.style4 article.entry {
		padding: 20px 20px 0px 20px;
	}

	.portfolio-reponsive .portfolio .entry-number .entry-count {
		float: none;
	}

	.portfolio-reponsive .portfolio .entry .entry-number .entry-price {
		float: none;
	}

	.portfolio-reponsive2 .portfolio .entry-number .entry-count {
		float: left;
	}

	.portfolio-reponsive2 .portfolio .entry .entry-number .entry-price {
		float: right;
	}

	.wrap-box.pdtopleft-style2 {
		padding: 50px 0px;
	}

	.question-toggle {
		margin-bottom: 30px;
	}

	.wrap-our-teacher .blog-pagination .flat-pagination {
		padding-left: 0px;
	}

	.blog-pagination {
		margin-bottom: 30px;
	}

	.wrap-post {
		padding: 50px 0px;
	}

	.blog-list1 .entry .entry-post,
	.blog-zigzac1 .entry .entry-post {
		padding: 10px 3px 0px 20px;
	}

	.blog-list1 .entry .entry-post h3.entry-title,
	.blog-zigzac1 .entry .entry-post h3.entry-title {
		font-size: 28px;
		line-height: 35px;
	}

	.blog-list1 .entry .entry-post .entry-author,
	.blog-zigzac1 .entry .entry-post .entry-author {
		margin-bottom: 8px;
	}

	.blog-list2 .feature-post img,
	.blog-zigzac2 .feature-post img {
		width: 100%;
		float: right;
	}

	.blog-list3 .feature-post {
		float: left;
		width: 50%;
	}

	.blog-list3-style2.blog-list3 .feature-post {
		float: none;
		width: 100%;
	}

	.blog-list3 .feature-post img,
	.blog-zigzac2 .feature-post img {
		width: 100%;
	}

	.blog-details .entry .feature-post a img {
		padding-left: 0px;
	}

	/*  Table */
	.table-body .table>tbody>tr>td.icon-play::before {
		left: 0%;
	}

	.course-testimonials {
		padding: 0px 10px;
	}

	.course-testimonials .testimonial .testimonial-content {
		margin-bottom: 8px;
	}

	.wrap-course-syliabus .table-body .table>tbody>tr>td.icon-play::before {
		content: none;
	}

	.sidebar .widget .wrap-btn {
		margin-left: 0px;
	}

	.sidebar .widget .thumb {
		margin-right: 5px;
	}

	.course-testimonials .testimonial .testimonial-content i {
		display: none;
	}

	.course-testimonials {
		background-size: cover;
	}

	.blog-details .entry .entry-post {
		padding: 22px 50px 80px;
	}

	.icon-error span {
		left: 37.3%;
	}

	.form-contact .info-contact {
		margin-bottom: 30px;
	}

	.mainnav .mega-menu {
		opacity: 1;
		visibility: visible;
		margin: 0 0;
		padding: 0 0px 0px 0px !important;
		position: relative;
		display: none;
	}

	#mainnav-mobi .mega-menu ul {
		display: block !important;
	}

	.btn-mega {
		display: block;
	}

	.submenu2 li.sub-title {
		left: -15px;
	}

	.mainnav .mega-menu li.submenu-level {
		width: 100%;
	}

	.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-left: 2px;
		margin-top: 0px;
	}

	.tp-leftarrow.tparrows.zeus.noSwipe {
		left: 0px !important;
	}

	.tp-rightarrow.tparrows.zeus.noSwipe {
		left: 100% !important;
	}

	.space-top2 .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: 50px !important;
	}

	.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: -60px !important;
	}

	.select-sort .wrap-select::before,
	.select-sort .wrap-select::after {
		right: 290px;
	}

	.select-sort .wrap-select::after {
		right: 287px;
	}

}

/* Tablet Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}


/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.flat-search {
		margin-top: 0px;
	}

	.flat-information {
		text-align: center;
	}

	.top {
		padding: 6px 0px 0px;
	}

	.top .flat-information li:first-child::after {
		top: 2px;
		height: 18px;
	}

	.flat-login-register li {
		padding-right: 13px;
	}

	.flat-login-register li:last-child::after {
		content: none;
	}

	.top .wrap-flat {
		float: none;
	}

	.top-style2 .flat-information li:first-child {
		padding-right: 0px;
		margin-right: 0px;
	}

	.top.top-style2 .flat-information li:first-child::after {
		content: none;
	}

	.top.top-style2 .flat-login-register li:first-child {
		padding-right: 5px;
		margin-right: 2px;
	}

	.top.top-style2 .flat-socials li {
		padding: 0px 6px;
	}

	.top.top-style2 .flat-socials li:last-child {
		padding-right: 0px;
	}

	.top.top-style2 .flat-login-register li::after {
		content: none;
	}

	.top.top-style2 .flat-socials {
		float: right;
	}

	.header-style4 .flat-information {
		display: none;
	}

	.header-style4 .logo {
		float: left;
		left: 0;
		margin: 25px 0px 0px 0px;
	}

	.header-style4 .flat-search {
		margin-bottom: 0px;
	}

	/* header */
	.logo {
		margin: 15px 0px;
		width: 29%;
	}


	.iconbox .box-header .box-icon {
		margin-bottom: 0px;
	}

	.about-us {
		padding-top: 30px;
	}

	.portfolio-wrap .item {
		width: 100%;
	}

	.wrap-times {
		margin-bottom: 30px;
	}

	.testimonial .testimonial-content p .fa {
		padding-right: 15px;
	}

	/*......................................*/

	.blog-list2 .entry .entry-post,
	.blog-list3 .entry .entry-post,
	.blog-zigzac2 .entry .entry-post {
		padding: 10px 15px 0px 20px;
	}

	.entry-post {
		margin-bottom: 15px;
	}

	/*................................*/
	.center-contact {
		padding-top: 30px;
	}

	.flat-contact .right-contact {
		text-align: center;
	}

	.wrap-box.pdfull {
		padding: 10px 0px;
	}

	.flat-register .form-register {
		float: none;
		margin-right: 0px;
		width: 100%;
	}

	.wrap-register-right .wrap-register-title .title-top {
		font-size: 15px;
	}

	.wrap-register-right .wrap-register-title .title-register {
		font-size: 40px;
		line-height: 40px;
	}

	.countdown {
		text-align: left;
	}

	.countdown .square .numb {
		padding-right: 40px;
		font-size: 20px;
		line-height: 20px;
		margin-right: 10px;
	}

	.countdown .square .numb::after,
	.countdown .square .numb::before {
		right: 2px;
		top: 8px;
		font-size: 10px;
		margin-top: -5px;
	}

	.countdown .square:nth-last-child(3) .numb {
		padding-right: 41px;
		margin-right: 10px;
	}

	.countdown .square:nth-last-child(2) .numb {
		padding-right: 52px;
		margin-right: 10px;
	}

	.countdown .square:nth-last-child(1) .numb {
		padding-right: 55px;
		margin-right: 0px;
	}

	.countdown .square .numb::before {
		content: none;
	}

	/*.blog */

	.wrap-blog .feature-post {
		float: none;
	}

	.blog-list2 .entry-post,
	.blog-list3 .entry-post {
		float: none;
		width: 100%;
	}

	.wrap-blog .feature-post img,
	.blog-list2 .feature-post img,
	.blog-list3 .feature-post img {
		width: 100%;
	}

	.blog-list3 .feature-post {
		float: none;
		width: 100%;
	}

	.icon-error span {
		top: 31.8%;
		left: 51%;
		font-size: 66px;
	}

	/* Footer*/
	.footer-information {
		padding: 50px 0px 50px 0px;
	}

	.info-left {
		border-right: none;
	}

	.footer ul.flat-information {
		text-align: center;
		padding: 20px 0px 0px 0px;
		float: none;
	}


	.footer .flat-information li {
		text-align: center;
	}

	.footer .flat-information li {
		text-align: center;
	}

	/* Home_Course */
	.select-category {
		padding: 20px 5px 20px 10px;
	}

	.select-category .select-sort {
		padding-left: 0px;
		overflow: visible;
	}

	.select-sort .wrap-select::before,
	.select-sort .wrap-select::after {
		right: 140px;
	}

	.select-sort .wrap-select::after {
		right: 137px;
	}

	.select-category select.all-select {
		margin-bottom: 20px;
	}

	.select-category .select-sort a {
		margin-left: 10px;
	}


	.blog-pagination .flat-pagination {
		padding-left: 0px;
	}

	.blog-pagination ul li {
		margin-right: 0px;
	}

	.blog-pagination ul li:first-child {
		margin-right: 0px;
	}

	.blog-pagination ul li a {
		padding: 8px 12px;
	}

	.blog-pagination ul li.active a {
		padding: 8px 12px;
	}

	.sidebar {
		margin-bottom: 20px;
	}

	.sidebar .widget.widget-categories h3.widget-title::before {
		top: 36px;
	}

	.portfolio.style4 .featured-post {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.gallery-img img {
		width: 100%;
	}

	.shop-online .item,
	.gallery.galleryGrid01 .wrap-gallery .item,
	.galleryGrid02 .wrap-gallery .item {
		width: 100%;
		float: none;
	}

	.table-body {
		overflow: scroll;
		padding: 0px;
	}

	.table-body .table>tbody>tr>td {
		font-size: 14px;
		padding: 0px 2px;
	}

	.table-body .table>tbody>tr>td.icon-play::before {
		content: none;
	}

	.table-body .table>thead>tr>th {
		padding: 15px 35px;
	}

	.wrap-reponsive {
		margin-bottom: 30px;
	}

	.portfolio-reponsive .portfolio .entry-number .entry-count {
		float: left;
	}

	.portfolio-reponsive .portfolio .entry .entry-number .entry-price {
		float: right;
	}

	.blog-details .entry .entry-post {
		padding: 22px 10px;
	}

	.blog-details .entry .entry-post .entry-inter .link {
		float: none;
	}

	.blog-details .entry .entry-post .entry-inter .link a {
		padding: 8px 18px;
	}

	.blog-details .entry .entry-post .entry-inter ul.flat-socials {
		float: none;
		text-align: center;
	}

	.blog-details .comments-list .comment-body .comment-text {
		overflow: inherit;
		padding-left: 0px;
		position: relative;
	}

	.blog-details .comments-list .comment-body .comment-text::before {
		content: none;
	}

	.comments-list .comment-metadata .reply {
		float: right;
		margin: 5px 3px;
	}

	.comments-list li:nth-child(2n) {
		padding-left: 0px;
	}

	.slider_styles .tp-caption.title-slide span {
		font-size: 12px;
	}

	.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: 0px !important;
	}

	.space-top2.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: 60px !important;
	}

	.wrap-times.content {
		height: 370px;
	}


}

/* Mobile Landscape Size ..................................................................*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top .col-md-4 {
		overflow: hidden;
		padding: 0px 8px;
	}

	.top {
		padding: 4px 0px 3px;
	}

	.top .flat-information li:first-child {
		padding-right: 6px;
		margin-right: 3px;
	}

	.top .flat-login-register li:first-child {
		padding-right: 8px;
		margin-right: 6px;
	}

	.top .wrap-flat {
		float: right;
	}

	.top .flat-login-register li:last-child {
		padding-right: 0px;
		margin-right: 20px;
	}

	.top .flat-socials li {
		padding: 0px 8px;
	}

	.top.top-style2 .flat-login-register li:first-child {
		padding-right: 15px;
		margin-right: 10px;
	}

	.top.top-style2 .flat-socials li {
		padding: 0px 13px;
	}

	.top.top-style2 .flat-socials li:last-child {
		padding-right: 0px;
	}

	.top.top-style2 .flat-login-register li:first-child:after {
		content: "";
	}

	.flat-search {
		margin-top: 20px;
	}

	.header-style4 .flat-information {
		display: block;
		text-align: left;
	}

	.header-style4 .logo {
		margin: 5px 0px 0px 0px;
		width: 17%;
		left: 43%;
	}

	.iconbox {
		width: 50%;
		float: left;
	}

	.iconbox.bg-style {
		float: left;
		width: 46%;
		margin: 0px 2% 30px 2%;
	}

	.footer .widget {
		float: left;
		width: 50%;
	}

	.portfolio-wrap .item,
	.gallery.galleryGrid01 .wrap-gallery .item,
	.galleryGrid02 .wrap-gallery .item {
		width: 50%;
	}

	.wrap-blog .feature-post {
		float: left;
	}

	.wrap-our-teacher .flat-teammember {
		float: left;
		margin: 0px 2% 30px 2%;
		width: 46%;
	}

	.flat-register .form-register {
		float: left;
		margin-right: 20px;
		width: 40%;
	}

	.wrap-register-right .wrap-register-title .title-register {
		font-size: 50px;
		line-height: 50px;
	}

	.blog-list1 .feature-post img,
	.blog-zigzac1 .feature-post img {
		width: 100%;
	}

	.lates-new .col-md-6 {
		overflow: inherit;
	}

	.blog-list2 .entry-post,
	.lates-new.blog-list2 .entry-post,
	.blog-zigzac2 .entry-post {
		float: left;
		width: 50%;
	}

	.blog-list2 .feature-post img,
	.lates-new.blog-list2 .feature-post img,
	.blog-zigzac2 .feature-post img {
		width: 50%;
	}

	.blog-list3 .entry-post {
		float: left;
		width: 50%;
	}

	.blog-list3-style2.blog-list3 .feature-post {
		float: left;
		width: 50%;
	}

	.blog-list3 .feature-post {
		float: left;
		width: 50%;
	}

	.blog-zigzac2 .feature-post.feature-invert {
		float: left;
		width: 50%;
	}

	.blog-zigzac2 .feature-post.feature-invert img {
		width: 100%;
	}

	.flat-detail .wrap-blog .feature-post {
		float: left;
	}

	.icon-error span {
		left: 39.3%;
		font-size: 90px;
	}

	.wrap-reponsive {
		float: left;
		width: 59%;
	}

	.wrap-overflow {
		overflow: hidden;
	}

	.sidebar-reponsive {
		float: left;
		width: 38%;
	}

	.portfolio-reponsive {
		float: right;
		width: 62%;
	}

	.sidebar-reponsive .widget h3.widget-title {
		font-size: 14px;
	}

	.portfolio-reponsive .portfolio .entry-number .entry-count {
		float: none;
	}

	.portfolio-reponsive .portfolio .entry .entry-number .entry-price {
		float: none;
	}

	.portfolio-reponsive2 .portfolio .entry-number .entry-count {
		float: left;
	}

	.portfolio-reponsive2 .portfolio .entry .entry-number .entry-price {
		float: right;
	}

	.blog-details .entry .entry-post .entry-inter .link {
		float: left;
	}

	.blog-details .entry .entry-post .entry-inter .link a {
		padding: 8px 20px;
	}

	.blog-details .entry .entry-post .entry-inter ul.flat-socials {
		float: right;
	}

	.space-top2 .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: -50px !important;
	}

	.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: -90px !important;
	}

	.space-top2.slider_styles .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: -50px !important;
	}

	.slider_styles.space-top3 .tp-mask-wrap .flat-button-slider.bg-orange {
		margin-top: -60px !important;
	}

	.select-sort .wrap-select::before,
	.select-sort .wrap-select::after {
		right: 290px;
	}

	.select-sort .wrap-select::after {
		right: 287px;
	}

}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {}

@media (max-width: 320px) {

	.form-register .form-register-title {
		padding: 35px 0px 59px 0px;
	}

	.footer .flat-information li a {
		font-size: 14px;
	}

	.select-category select.all-select {
		margin-bottom: 10px;
	}

	.wrap-slider .page-title h1 {
		font-size: 42px;
	}


}

@media (max-width: 311px) {

	.select-category {
		padding: 20px 5px 20px 5px;
	}

	.form-register .form-register-title::after {
		content: none;
	}

}



/* @charset "UTF-8"; */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75);
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(0.75);
		-ms-transform: scaleX(1.25) scaleY(0.75);
		transform: scaleX(1.25) scaleY(0.75);
	}

	40% {
		-webkit-transform: scaleX(0.75) scaleY(1.25);
		-ms-transform: scaleX(0.75) scaleY(1.25);
		transform: scaleX(0.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(0.85);
		-ms-transform: scaleX(1.15) scaleY(0.85);
		transform: scaleX(1.15) scaleY(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-48px);
		transform: scale(.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		-ms-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-48px);
		-ms-transform: scale(.475) translateX(-48px);
		transform: scale(.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		-ms-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		-ms-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		-ms-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		-ms-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(42px);
		transform: scale(.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(42px);
		-ms-transform: scale(.475) translateX(42px);
		transform: scale(.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-42px);
		transform: scale(.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-42px);
		-ms-transform: scale(.475) translateX(-42px);
		transform: scale(.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		-ms-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}


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

-	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
-----------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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 {
	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 {


	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 {


	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 {


	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 {


	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: rgba(0, 0, 0, 1);
	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: rgba(235, 235, 235, 1);
	background-position: initial;
	background-repeat: 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: rgba(160, 179, 151, 1);
	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: rgba(0, 0, 0, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(230, 207, 163, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(230, 207, 163, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(119, 119, 119, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(51, 51, 51, 1.00);
	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: rgba(153, 153, 153, 1.00);
	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: rgba(153, 153, 153, 1.00);
	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: rgba(51, 51, 51, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(153, 153, 153, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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.50);
	border-color: rgba(211, 211, 211, 1.00);
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-color: rgba(211, 211, 211, 1.00);
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-color: rgba(255, 255, 255, 0);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(0, 0, 0, 1.00);
	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: rgba(168, 216, 238, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
}

.tp-caption.Video-Title,
.Video-Title {
	background-color: rgba(0, 0, 0, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.NotGeneric-BigButton,
.NotGeneric-BigButton {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.15);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.WebProduct-Button,
.WebProduct-Button {
	background-color: rgba(51, 51, 51, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 2px;
	color: rgba(51, 51, 51, 1.00);
	text-decoration: none;
}

.tp-caption.Restaurant-Button,
.Restaurant-Button {
	background-color: rgba(10, 10, 10, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 224, 129, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Gym-Button,
.Gym-Button {
	background-color: rgba(139, 192, 39, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(114, 168, 0, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(139, 192, 39, 1.00);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Sports-Button-Light,
.Sports-Button-Light {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Sports-Button-Red,
.Sports-Button-Red {
	background-color: rgba(219, 28, 34, 1.00);
	border-color: rgba(219, 28, 34, 0);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Photography-Button,
.Photography-Button {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Newspaper-Button-2,
.Newspaper-Button-2 {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Feature-Tour,
.Feature-Tour {
	background-color: rgba(139, 192, 39, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(114, 168, 0, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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.50);
	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: rgba(139, 192, 39, 1.00);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: rgba(139, 192, 39, 1.00);
	text-decoration: none;
}

.tp-caption.subcaption,
.subcaption {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(111, 124, 130, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(41, 46, 49, 1.00);
	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: rgba(213, 0, 0, 1.00);
	text-decoration: none;
}

.tp-caption.maincontent,
.maincontent {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(41, 46, 49, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(185, 186, 187, 1.00);
	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: rgba(0, 154, 238, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 133, 214, 1.00);
	border-color: rgba(0, 0, 0, 0);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-radius: 30px 30px 30px 30px;
	border-style: solid;
	border-width: 2px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.tp-caption.Facebook-Likes,
.Facebook-Likes {
	background-color: rgba(59, 89, 153, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(136, 153, 166, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: none;
	border-width: 0;
	color: rgba(135, 153, 165, 1.00);
	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: rgba(0, 132, 180, 1.00);
	border-color: transparent;
	border-radius: 30px 30px 30px 30px;
	border-style: none;
	border-width: 0;
	color: rgba(255, 255, 255, 1.00);
	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: rgba(136, 153, 166, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: transparent;
	border-radius: 0 0 0 0;
	border-style: none;
	border-width: 0;
	color: rgba(41, 47, 51, 1.00);
	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;


	border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
	color: rgba(255, 255, 255, 1.00);
	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.50);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 0.50);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
	color: rgba(41, 46, 49, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(41, 46, 49, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
	color: rgba(41, 46, 49, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(41, 46, 49, 1.00);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(41, 46, 49, 1.00);
	border-color: rgba(41, 46, 49, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
	color: rgba(41, 46, 49, 1.00);
	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: rgba(0, 0, 0, 0);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(41, 46, 49, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(41, 46, 49, 1.00);
	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: rgba(111, 124, 130, 1.00);
	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: rgba(41, 46, 49, 1.00);
	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: rgba(111, 124, 130, 1.00);
	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: rgba(41, 46, 49, 1.00);
	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: rgba(111, 124, 130, 1.00);
	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: rgba(111, 124, 130, 1.00);
	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: rgba(41, 46, 49, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(41, 46, 49, 0.50);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(41, 46, 49, 1.00);
	border-color: rgba(41, 46, 49, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
	color: rgba(41, 46, 49, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(41, 46, 49, 0.50);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(41, 46, 49, 1.00);
	border-color: rgba(41, 46, 49, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px
}

.tp-caption.Newspaper-Title,
.Newspaper-Title {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(168, 216, 238, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.rtwhitemedium,
.rtwhitemedium {
	font-size: 22px;
	line-height: 26px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	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;


	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: none;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: none;
	border-width: 2px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.Concept-Notice,
.Concept-Notice {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(205, 176, 131, 1.00);
	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: rgba(205, 176, 131, 1.00);
	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: rgba(0, 0, 0, 0);
	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: rgba(205, 176, 131, 1.00);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(205, 176, 131, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.subcaption,
.subcaption {
	color: rgba(111, 124, 130, 1.00);
	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: rgba(0, 0, 0, 1.00);
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-shadow: none;
	text-align: left
}

.tp-caption.RedDot,
.RedDot {
	color: rgba(0, 0, 0, 1.00);
	font-weight: 400;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(213, 0, 0, 1.00);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 5px;
	border-radius: 50px 50px 50px 50px
}

.tp-caption.RedDot:hover,
.RedDot:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.75);
	border-color: rgba(213, 0, 0, 1.00);
	border-style: solid;
	border-width: 5px;
	border-radius: 50px 50px 50px 50px
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-Rating,
.Woo-Rating {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
	color: rgba(0, 0, 0, 1.00);
	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: rgba(254, 207, 114, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;

}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(243, 168, 71, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
	color: rgba(0, 0, 0, 1.00);
	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: rgba(254, 207, 114, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;

}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(243, 168, 71, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
	color: rgba(0, 0, 0, 1.00);
	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;

}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
	color: rgba(0, 0, 0, 1.00);
	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: rgba(254, 207, 114, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;

}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(243, 168, 71, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
	color: rgba(0, 0, 0, 1.00);
	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: rgba(254, 207, 114, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	text-align: left;

}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(243, 168, 71, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px
}

.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
	color: rgba(255, 255, 255, 1.00);
	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.50);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 100px 100px 100px 100px;
	text-align: center
}

.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer
}

.tp-caption.Agency-SmallText,
.Agency-SmallText {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(51, 51, 51, 1.00);
	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(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	text-align: center
}

.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(51, 51, 51, 1.00);
	border-color: rgba(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 2px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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.50);
	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: rgba(0, 0, 0, 0);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px
}

.tp-caption.Dining-Social,
.Dining-Social {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

tp-caption.Team-Thumb,
.Team-Thumb {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center
}

.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer
}

.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
	color: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(255, 255, 255, 1.00);
	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: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center
}

.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer
}

.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
	color: rgba(0, 0, 0, 1.00);
	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: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	text-align: center
}

.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer
}

.soundcloudwrapper iframe {
	width: 100% !important
}

.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
	color: rgba(255, 255, 255, 1.00);
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	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.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
	color: rgba(0, 0, 0, 1.00);

	font-weight: 700;
	font-style: normal;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.10);
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 0px;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}

.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	line-height: 50px;
	font-weight: 900;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left;
	letter-spacing: 2px
}

.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
	color: rgba(255, 255, 255, 1.00);
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-family: Arial;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
	color: rgba(0, 0, 0, 0.25);
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	cursor: pointer
}

#rev_slider_429_1_wrapper .tp-loader.spinner2 {
	background-color: #555555 !important;
}

.tp-fat {
	font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	line-height: 15px;
	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;
	letter-spacing: 3px;
	text-align: left
}

.tp-caption.PostSlider-Title,
.PostSlider-Title {
	color: rgba(0, 0, 0, 1.00);
	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: left
}

.tp-caption.PostSlider-Content,
.PostSlider-Content {
	color: rgba(119, 119, 119, 1.00);
	font-size: 15px;
	line-height: 23px;
	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.PostSlider-Button,
.PostSlider-Button {
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 1px 56px 1px 32px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	text-align: left
}

.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(238, 238, 238, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer
}

/* media queries */

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

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

.tp-caption.LandingPage-Title,
.LandingPage-Title {
	color: rgba(255,
			255,
			255,
			1.00);
	font-size: 70px;
	line-height: 80px;
	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.LandingPage-SubTitle,
.LandingPage-SubTitle {
	color: rgba(255, 255, 255, 1.00);
	font-size: 20px;
	line-height: 30px;
	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: left
}

.tp-caption.LandingPage-Button,
.LandingPage-Button {
	color: rgba(0, 0, 0, 1.00);
	font-size: 15px;
	line-height: 54px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 35px 0px 35px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 3px
}

.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer
}

.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
	color: #89124e !important;
	border-bottom: 1px solid transparent !important;
	font-weight: bold !important;
}

.tp-caption.App-Content a:hover {
	border-bottom: 1px solid #89124e !important;
}

.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
	color: rgba(255, 255, 255, 1.00);
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-style: normal;
	font-family: Oswald;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
	color: #fff !important;
	text-decoration: underline !important;
}

.tp-caption.Twitter-Content a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.soundcloudwrapper iframe {
	width: 100% !important
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
	color: rgba(255, 255, 255, 1.00);
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 1px
}

.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
	color: rgba(255, 255, 255, 1.00);
	font-size: 20px;
	line-height: 37px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 20px 3px 20px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(0, 154, 238, 1.00);
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
	color: rgba(255, 255, 255, 1.00);
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
	color: rgba(255, 255, 255, 1.00);
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
	color: rgba(164, 157, 143, 1.00);
	font-size: 27px;
	line-height: 35px;
	font-weight: 600;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

#mc_embed_signup input#mce-EMAIL {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	line-height: 46px;
	padding: 0 20px;
	cursor: text;
	border: 1px solid #fff;
	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;


	border-radius: 0px;
}

#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
	background-color: #fff;
	border: 1px solid #666;
	border-right: 0;
}

#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
	font-family: "Lato", sans-serif;
	line-height: 46px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	padding: 0 20px;
	border: 1px solid #009aee;
	background: #009aee;
	color: #fff;


	border-radius: 0px;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
	background: #0083d4;
}

@media only screen and (max-width: 767px) {
	#mc_embed_signup input#mce-EMAIL {
		width: 200px;
	}
}

.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 6px
}

.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
	color: rgba(248, 124, 9, 1.00);
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0px 0;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #f87c09 !important
}

.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
	color: rgba(255, 255, 255, 1.00);
	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.Agency-NavButton,
.Agency-NavButton {
	color: rgba(51, 51, 51, 1.00);
	font-size: 17px;
	line-height: 50px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	text-align: center
}

.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(51, 51, 51, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer
}

.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
	color: rgba(109, 177, 155, 1.00);
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0px 0;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #6db19b !important
}

.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
	color: rgba(255, 255, 255, 1.00);
	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.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
	color: rgba(153, 153, 153, 1.00);
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	font-style: normal;
	font-family: lato;
	padding: 0 0 0px 0;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #999 !important
}

.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
	color: rgba(255, 255, 255, 1.00);
	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.Agency-LogoText,
.Agency-LogoText {
	color: rgba(255, 255, 255, 1.00);
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
	letter-spacing: 1px
}

.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
	color: rgba(51, 51, 51, 1.00);
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	font-family: "Permanent Marker";
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
	color: rgba(255, 255, 255, 1.00);
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-family: Arial;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
	color: rgba(51, 51, 51, 1.00);
	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.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.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	line-height: 60px;
	font-weight: 900;
	font-style: normal;
	font-family: Roboto;
	padding: 0px 50px 0px 50px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(0, 104, 92, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 4px 4px 4px 4px;
	letter-spacing: 2px
}

.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer
}

.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	font-style: normal;
	font-family: roboto;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	letter-spacing: 2px
}

.tp-flip-index {
	z-index: 1000 !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.FullScreenMenu-Category,
.FullScreenMenu-Category {
	color: rgba(17, 17, 17, 1.00);
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	font-family: BenchNine;
	padding: 21px 30px 16px 30px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.90);
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	letter-spacing: 3px
}

.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
	color: rgba(255, 255, 255, 1.00);
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
	font-style: normal;
	font-family: BenchNine;
	padding: 21px 30px 16px 30px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(17, 17, 17, 0.90);
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 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.TechBlog-Button,
.TechBlog-Button {
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	line-height: 40px;
	font-weight: 900;
	font-style: normal;
	font-family: Raleway;
	padding: 1px 30px 1px 30px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(138, 0, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	letter-spacing: 3px
}

.tp-caption.TechBlog-Button:hover,
.TechBlog-Button:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer
}

.tp-caption.TechBlog-Big,
.TechBlog-Big {
	color: rgba(255, 255, 255, 1.00);
	font-size: 120px;
	line-height: 120px;
	font-weight: 900;
	font-style: normal;
	font-family: Raleway;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	letter-spacing: 0px
}

.rev_slider {
	overflow: hidden;
}

.effect_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.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
}

#menu_forcefullwidth {
	z-index: 5000;
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: 100%
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
	color: rgba(51, 51, 51, 1.00);
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
	color: rgba(0, 150, 255, 1.00);
	font-size: 25px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
	color: rgba(51, 51, 51, 1.00);
	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.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: rgba(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: center
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
	color: rgba(0, 150, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(0, 150, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
	color: rgba(51, 51, 51, 1.00);
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
	color: rgba(0, 150, 255, 1.00);
	font-size: 25px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
	color: rgba(51, 51, 51, 1.00);
	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.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: rgba(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: center
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
	color: rgba(0, 150, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(0, 150, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
	color: rgba(51, 51, 51, 1.00);
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: rgba(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: center
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
	color: rgba(0, 150, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(0, 150, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
	color: rgba(51, 51, 51, 1.00);
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
	color: rgba(0, 150, 255, 1.00);
	font-size: 25px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
	color: rgba(51, 51, 51, 1.00);
	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.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: rgba(51, 51, 51, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	text-align: center
}

.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
	color: rgba(0, 150, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: rgba(0, 150, 255, 1.00);
	border-style: solid;
	border-width: 1px;
	border-radius: 30px 30px 30px 30px;
	cursor: pointer
}

.rev_slider {
	overflow: hidden;
}

.effect_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.gyges .tp-thumb {
	opacity: 1
}

.gyges .tp-thumb-img-wrap {
	padding: 3px;
	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:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
	color: rgba(51, 51, 51, 1.00);
	font-size: 55px;
	line-height: 65px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
	color: rgba(0, 150, 255, 1.00);
	font-size: 25px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
	color: rgba(51, 51, 51, 1.00);
	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.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
	color: rgba(85, 85, 85, 1.00);
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: left
}

.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
	color: rgba(0, 150, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	cursor: pointer
}

.fb-share-button.fb_iframe_widget iframe {
	width: 115px !important;
}

#tp-socialwrapper {
	opacity: 0;
}

.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
}

#menu_forcefullwidth {
	z-index: 5000;
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: 100%
}

#tp-menubg {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

#mc_embed_signup input[type="email"] {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	color: #888 !important;
	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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
	color: #888 !important;
}

#mc_embed_signup input[type="email"]::-moz-placeholder {
	color: #888 !important;
}

#mc_embed_signup input[type="email"]:-ms-input-placeholder {
	color: #888 !important;
}

#mc_embed_signup input[type="email"]:focus {
	background-color: #f5f5f5;
	color: #454545;
}

#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
	font-family: "Lato", sans-serif;
	line-height: 46px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	border: 0;
	background: #f04531;
	text-transform: none;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
	background: #e03727;
}

@media only screen and (max-width: 767px) {
	#mc_embed_signup input[type="email"] {
		width: 260px;
	}
}

@media only screen and (max-width: 480px) {
	#mc_embed_signup input[type="email"] {
		width: 160px;
	}
}

#rev_slider_167_6 .uranus.tparrows {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0);
}

#rev_slider_167_6 .uranus.tparrows:before {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#rev_slider_167_6 .uranus.tparrows:hover:before {
	opacity: 0.75;
}

.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
	color: rgba(51, 51, 51, 1.00);
	font-size: 25px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center
}

.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px
}

.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	cursor: pointer
}

.fb-share-button.fb_iframe_widget iframe {
	width: 115px !important;
}

iframe.twitter-share-button {
	display: none;
}

.fb-share-button.fb_iframe_widget iframe {
	display: none;
}

.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
	color: rgba(0, 150, 255, 1.00);
	font-size: 25px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Lato;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0px;
	border-radius: 0 0 0 0px;
	text-align: center;
}


/* Style text */
/* Title */
.tp-caption.title-slide {
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: "Roboto Slab", sans-serif;
}

.style-color222 .tp-caption.title-slide {
	color: #22272b;
}


.tp-caption.title-slide span {
	color: #ffbf43;
}

/* Sub title */
.tp-caption.sub-title {
	font-family: "Roboto", sans-serif;
	color: #fff;
}

.style-colorbfc .tp-caption.sub-title {
	color: #bfc5ca;
}

.style-color6f7f .tp-caption.sub-title {
	color: #6f787f;
}


/* Button */
.tp-caption.flat-button-slider {
	border: 2px solid #fff;
	font-family: "Roboto", sans-serif;
	color: #fff;
	padding: 0 31px 0 31px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.style-color222 .tp-caption.flat-button-slider {
	color: #22272b;
}

.tp-caption.flat-button-slider.bg-orange {
	border-color: #fff;
	background: transparent;
	letter-spacing: 2.7px !important;
}

.tp-caption.flat-button-slider.white {
	border-color: #fff;
	background: #fff;
	color: #222;
}

.tp-caption.flat-button-slider.bg-orange:hover {
	background-color: #ffbf43;
	border-color: #fff;
}

.rev_slider .slotholder:after,
.rev_slider .slotholder .kenburnimg img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #303030;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: 0.6;
	filter: alpha(opacity=60);
}


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

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.3.1
date:      	07/12/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls,
.debugtimeline {
    width: 100%;
    box-sizing: border-box
}

.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
    vertical-align: top
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px
}

.debugtimeline {
    height: 10px;
    position: relative;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: revicons;
    src: url(../images/revicons90c6.eot?5510888);
    src: url(../images/revicons90c6.eot?5510888#iefix) format('embedded-opentype'), url(../images/revicons90c6.woff?5510888) format('woff'), url(../images/revicons90c6.ttf?5510888) format('truetype'), url(../images/revicons90c6.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" revicon-"]:before,
[class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.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'
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%
}

.rev_slider {
    position: relative;
    overflow: visible
}

.entry-content .rev_slider a,
.rev_slider a {
    box-shadow: none
}

.tp-overflow-hidden {
    overflow: hidden !important
}

.group_ov_hidden {
    overflow: hidden
}

.rev_slider img,
.tp-simpleresponsive img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

.rev_slider>ul,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    visibility: hidden
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.fullscreen-container,
.fullwidthbanner-container {
    padding: 0;
    position: relative
}

.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 .caption,
.rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1
}

.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.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
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative
}

.tp-carousel-wrapper {
    cursor: url(../images/openhand.html), move
}

.tp-carousel-wrapper.dragged {
    cursor: url(../images/closedhand.html), move
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}

.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0
}

.rev_column_inner,
.rev_slider .tp-caption.rev_row {
    position: relative;
    width: 100% !important;
    box-sizing: border-box
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%)
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_slider .tp-caption.rev_row {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    height: auto !important;
    font-size: 0
}

.rev_column {
    display: table-cell;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

.rev_column_inner {
    display: block;
    height: auto !important;
    white-space: normal !important
}

.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent
}

.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
    height: 0;
    top: 0;
    width: 0;
    position: absolute
}

.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
    text-align: inherit
}

.rev_column_inner .tp-mask-wrap {
    display: inline-block
}

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

.tp-video-play-button,
.tp-video-play-button i {
    line-height: 50px !important;
    vertical-align: top;
    text-align: center
}

.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block !important;
    width: 100% !important
}

.fullwidthbanner-container {
    overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}

.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0
}

.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    left: -40px
}

.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    right: 0
}

.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    left: -40px
}

.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    right: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.noFilterClass {
    filter: none !important
}

.rs-background-video-layer {
    visibility: hidden;
    z-index: 0
}

.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
    display: none !important
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px !important
}

.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.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
}

.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
    outline: 0;
    line-height: 12px;
    margin: 0;
    cursor: pointer
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important
}

.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
    transition: all .2s ease-out !important;
    font-size: 15px
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    padding: 0
}

.rs-fullvideo-cover {
    width: 100%;
    background: 0 0;
    z-index: 5
}

.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
    display: none !important
}

.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../images/gridtile.html)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../images/gridtile_white.html)
}

.tp-dottedoverlay.threexthree {
    background: url(../images/gridtile_3x3.html)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../images/gridtile_3x3_white.html)
}

.tp-shadowcover {
    width: 100%;
    background: #fff;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:after,
.tp-shadow5:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none
}

.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important
}

.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
    background-position: bottom, 15px 11px
}

.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b
}

.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68
}

.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212
}

.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00
}

.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222
}

.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555
}

.rev-btn,
.rev-btn:visited {
    outline: 0 !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;
    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-weight: 400;
    position: relative;
    top: 0;
    margin-left: 10px !important
}

.rev-btn.rev-hiddenicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px
}

.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0
}

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px
}

.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0
}

.rev-maxround {
    border-radius: 30px
}

.rev-minround {
    border-radius: 3px
}

.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, .25);
    -webkit-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.revb-white span,
.rev-burger.revb-whitenoborder span {
    background: #fff
}

.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)
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    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)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
    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,
.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

@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;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>.active,
.rev-scroll-btn>:focus,
.rev-scroll-btn>:hover {
    color: #fff
}

.rev-scroll-btn>.active,
.rev-scroll-btn>:active,
.rev-scroll-btn>:focus,
.rev-scroll-btn>:hover {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    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, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
    border-radius: 3px
}

.rev-cbutton-light,
.rev-cbutton-light-sr {
    color: #333;
    background-color: rgba(255, 255, 255, .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-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px
}

.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../images/coloredbg.html)
}

.tp-caption.slidelink a span {
    background: url(../images/coloredbg.html)
}

.tp-loader.spinner0,
.tp-loader.spinner5 {
    background-image: url(../images/loader.html);
    background-repeat: no-repeat
}

.tp-shape {
    width: 100%;
    height: 100%
}

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.tp-loader.spinner0,
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.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 {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    background-position: center center
}

.tp-loader.spinner5 {
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -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: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s 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%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    border: 3px solid #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 80px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: rgba(255, 255, 255, 0.5)
}

.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 80px;
    text-align: center
}

.hginfo,
.hglayerinfo {
    font-size: 12px;
    font-weight: 600
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tp-leftarrow.tparrows.zeus.noSwipe {
    left: -20px !important
}

.tp-rightarrow.tparrows.zeus.noSwipe {
    left: 101.5% !important
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

body.rtl .tp-kbimg {
    left: 0 !important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    line-height: 20px;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.helpgrid,
.hginfo {
    position: absolute
}

.hginfo {
    top: -2px;
    left: -2px;
    color: #e74c3c;
    background: #000;
    padding: 2px 5px
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}