/* 	Reset Styling
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px;
}
/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #DDD url(images/backgrounds/bg.jpg) fixed repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #7A7A7A;
	line-height: 18px;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 12px;
}
img {
	border: none;
	max-width: 100%;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #1ABC9C;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	font-family: "Oswald", Helvetica, Arial;
	margin: 0 0 16px 0;
	font-weight: bold;
}
h1 {
	line-height: 1;
	font-size: 40px;
}
h2 {
	line-height: 1;
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 32px;
}
p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
cite {
	float: right;
	padding: 0 0 5px 0;
}
hr {
	background: #EEE;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative;
}
pre {
	color: #CCC;
	white-space: initial;
	border-radius: 3px;
	background: #F8F8F8;
	border-left: 8px solid #EAEAEA;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #CCC;
	background: #F8F8F8;
	border-left: 8px solid #EAEAEA;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea {
	white-space: pre;
}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width: 6.333%;
}
.grid_2 {
	width: 14.667%;
}
.grid_3 {
	width: 30.0%;
}
.grid_4 {
	width: 31.333%;
}
.grid_5 {
	width: 39.667%;
}
.grid_6 {
	width: 50.0%;
}
.grid_7 {
	width: 56.333%;
}
.grid_8 {
	width: 64.667%;
}
.grid_9 {
	width: 50.0%;
}
.grid_10 {
	width: 81.333%;
}
.grid_11 {
	width: 89.667%;
}
.grid_12 {
	width: 98.0%;
}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width: 100%;
}
.row {
	width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}
.grey20 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F6F6F6;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
	-moz-box-shadow: inset 0px 3px 0px 0px #ebebeb, inset 0px -3px 0px 0px #ebebeb;
	box-shadow: inset 0px 3px 0px 0px #EBEBEB, inset 0px -3px 0px 0px #EBEBEB;
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #FFF;
}
.blocked {
	margin: 30px auto;
	width: 1140px;
	background: #FFF;
	border-radius: 3px;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
}
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.lefttt {
	float: right;
}
/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*	Header
----------------------------------------------------------------------------------------------------*/
.first-head {
	background: #2C3E50;
	color: #B5B5B5;
}
span.info {
	float: right;
	font-size: 10px;
	line-height: 32px;
}
.first-head .searchform:before {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	right: 12px;
	top: 6px;
	color: #677079;
}
.first-head .searchform input {
	width: 100%;
	height: 32px;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border: 0;
	padding: 0 10px;
	color: #C1C1C1;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.first-head .searchform input:focus {
	background: #FFF;
	color: #C1C1C1;
}
.first-head .sf-menu {
	line-height: 32px;
}
.first-head .sf-menu li {
	margin-right: 18px;
}
.first-head .sf-menu li a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.first-head .sf-menu li a:hover {
	color: #1ABC9C;
}
/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: left;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 172px;
	/* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	z-index: 999;
	top: 35px;
	padding: 10px 0 0 0;
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr 0.4s 1;
}
@keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-webkit-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-ms-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes lr {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
.sf-menu li:hover ul li ul, .sf-menu li.sfHover ul li ul, .sf-menu li:hover ul li ul li ul, .sf-menu li.sfHover ul li ul li ul {
	left: 184px;
	z-index: 999;
	top: 0;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 184px;
	/* match ul width */
	top: 0px;
	padding: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 184px;
	/* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 8px;
	top: 1.05em;
	/* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
a > .sf-sub-indicator {
	border-bottom: 1px solid #FFF;
	right: auto;
	top: 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;
}
li li a .sf-sub-indicator {
	border-bottom: 0 !important;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	border-bottom: 0;
	border-bottom: 1px solid transparent;
	top: 16px;
}
.first-head li:hover > a {
	color: #1ABC9C;
}
/*	Second head
----------------------------------------------------------------------*/
.second-head {
	background: #1ABC9C;
	color: #B5B5B5;
}
.second-head .grid_3 {
	width: auto;
}
.second-head .sf-menu {
	float: right;
	margin: 40px 0;
}
.second-head .sf-menu li {
	margin-left: 18px;
}
.second-head .sf-menu li:first-child {
	margin-left: 0;
}
.second-head .sf-menu li a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.second-head > ul li a:first-letter {
	font-size: 16px;
}
.second-head .sf-menu li.current a {
	color: #2C3E50;
	border-radius: 2px;
	background: #FAFAFA;
}
.second-head .sf-menu li li.current > a {
	color: #FFF;
	background: #2C3E50;
}
.logo {
	margin: 16px 0;
}
.social-font a {
	float: left;
	margin: 0 4px 4px 0;
	padding: 6px 6px;
	font-size: 26px;
	color: #414141;
}
.social-font a:hover {
	color: #1ABC9C;
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada 0.8s 1;
}
.social a, .social-big a {
	float: left;
	margin: 0 2px 2px 0;
}
.social a:hover, .social-big a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada 0.8s 1;
}
.head-social {
	float: right;
	margin: 40px 0 40px 20px;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
	}
	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
	}
}
@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1);
	}
	10%, 20% {
		-moz-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-moz-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-moz-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-moz-transform: scale(1) rotate(0);
	}
}
@-o-keyframes tada {
	0% {
		-o-transform: scale(1);
	}
	10%, 20% {
		-o-transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-o-transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-o-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-o-transform: scale(1) rotate(0);
	}
}
@keyframes tada {
	0% {
		transform: scale(1);
	}
	10%, 20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
}
.landing-header {
	background: #1ABC9C;
	background: rgba(26, 188, 156, 0.85);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.landing-header .logo {
	margin: 0;
}
.landing-header .landing-menu {
	margin: 24px 0;
}
.landing-page #iview {
	max-width: 1920px;
	height: 540px;
}
.landing-page #iview .iviewSlider {
	height: 540px;
}
.landing-page .iview-caption {
	background: none;
}
.landing-page .iview-caption.caption4 {
	background: #000 !important;
	background: rgba(0, 0, 0, 0.13) !important;
	font-family: Oswald, Tahoma;
}
.landing-page .iview-caption.caption2 {
	background: none;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.landing-title {
	text-align: center;
	padding: 160px 0 100px 0;
}
.landing-title h3 {
	margin: 0 16px 0 !important;
	font-size: 24px !important;
	color: #4E4E4E;
}
.landing-page .grey20 {
	padding: 0 0 40px 0 !important;
}
.landing-page #subscriptionform #subscribe-button {
	background: #354B61;
}
/*	Page
----------------------------------------------------------------------*/
.page-content {
	padding: 40px 0 0 0;
}
.breadcrumb {
	padding: 25px 0;
}
.breadcrumb ul {
	display: inline-block;
}
.breadcrumb ul li {
	color: #1ABC9C;
	font-size: 16px;
	padding: 0 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	font-family: Oswald;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.breadcrumb ul li:first-child {
	padding: 0 20px 0 0;
}
.breadcrumb li:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	right: -6px;
	top: 4px;
}
.breadcrumb li:last-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}
/*	Posts
----------------------------------------------------------------------*/
.post {
	margin-bottom: 70px;
}
.post-title-row {
	padding: 40px 0 20px 0;
}
.post-title-row .post-title {
	font-size: 16px;
	margin: 8px 0 10px 20px;
	text-transform: uppercase;
	float: left;
	width: 90%;
}
/* Infinite Scroll loader */
#infscr-loading {
	text-align: center;
	z-index: 999;
	position: absolute;
	left: 40%;
	bottom: 20px;
	padding: 15px 30px;
	font-size: 16px;
	background: #272727;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.pagination a {
	font-size: 14px;
	background: #2C3E50;
	color: #FFF;
	padding: 8px 14px;
	margin: 0 4px 0 0;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.pagination a:hover {
	background: #1ABC9C;
}
.pagination a.current {
	background: #FAFAFA;
	cursor: default;
	color: #CCC;
}
.pagination i {
	margin-right: 8px;
}
.meta-date {
	background: url(images/date.png) no-repeat top left;
	float: left;
	width: 7.4%;
	height: 60px;
}
.meta-date span {
	text-align: center;
	color: #BEBEBE;
	text-transform: uppercase;
	font-family: "Oswald", Tahoma, Arial;
	display: block;
}
.meta-date span.day {
	font-size: 16px;
	padding: 20px 0 0 0;
}
.meta-date span.month {
	font-size: 12px;
	padding: 0;
}
.meta-more {
	float: left;
	padding-left: 20px;
	font-family: "Oswald", Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
.meta-more i {
	padding-right: 8px;
}
.meta-more span {
	padding-right: 20px;
}
.read-more {
	float: right;
	padding: 12px 26px !important;
	font-size: 14px !important;
	margin: 20px 0 0 0;
}
.post .blockquote-post {
	position: relative;
	background: #2C3E50;
	color: #FFF;
	padding: 32px 32px 40px;
	border-radius: 4px;
}
.blockquote-post span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 11px;
	color: #DDD;
}
.blockquote {
	font-family: 'Philosopher', serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 3px transparent;
	color: #5F5F5F;
	margin: 20px 0;
	overflow: hidden;
	border-left: 5px solid #1ABC9C;
	line-height: 24px;
}
.blockquote cite {
}
.blockquote.left {
	width: 48%;
	margin-right: 20px;
	float: left;
}
div.blockquote.right {
	width: 48%;
	margin-left: 20px;
	float: right;
}
.blockquote > div {
	padding: 20px;
}
.next-post {
	float: right;
	font-size: 14px;
}
.prev-post {
	float: left;
	font-size: 14px;
}
.author {
	border: 2px solid #EAEAEA;
	border-radius: 70px;
	display: inline-block;
	width: 100%;
}
.author .fll {
	margin: 0 20px 0 0 !important;
}
.author h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 24px 0 10px 0;
	float: left;
	width: 80%;
}
.author h3 small {
	font-size: 11px;
	color: #BBB;
	text-transform: none;
}
.author p {
	margin: 0;
	float: left;
	width: 77%;
}
ul.showcomments {
	margin: 0;
}
ul.showcomments li {
	margin: 0 0 32px 0;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 32px;
}
ul.showcomments li.child {
	margin: 0 0px 32px 112px;
}
ul.showcomments li.admin-comment h4.entry-title i {
	color: #FFF;
	background: #1ABC9C;
	padding: 1px 6px;
	margin: 0 0 0 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
ul.showcomments .reply {
	position: relative;
	bottom: -10px;
	left: 0;
	font-size: 10px;
	text-align: center;
	font-style: italic;
}
ul.showcomments .reply a {
	background: #1C1C1C;
	padding: 4px 8px;
	opacity: 0.7;
	color: #FFF;
	border-radius: 3px;
}
ul.showcomments .reply a:hover {
	background: #1ABC9C;
	opacity: 1;
}
ul.showcomments .thumb {
	float: left;
	margin: 0 30px 0 0;
}
ul.showcomments .thumb img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
ul.showcomments h4.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.showcomments h4.entry-title i {
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.showcomments span.date {
	float: right;
	padding: 0;
	font-size: 11px;
	color: #888;
	background: none;
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-transform: none;
}
ul.showcomments .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
}
ul.showcomments .social {
	margin-top: -8px;
	float: right;
}
#contactForm label {
	display: none;
}
#contactForm #senderName, #contactForm #senderEmail, #contactForm #senderSubject, #contactForm #senderMessage {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	border-radius: 3px;
	padding: 10px 10px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #senderName:focus, #contactForm #senderEmail:focus, #contactForm #senderSubject:focus, #contactForm #senderMessage:focus {
	border: 2px solid #1ABC9C;
}
.fieldtrue {
	border: 2px solid #1ABC9C !important;
}
.fielderror {
	border-color: #F00 !important;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	-webkit-animation-name: ButtonShake;
	-moz-animation-name: ButtonShake;
	-ms-animation-name: ButtonShake;
	-o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
}
#sendAMessage {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#sendAMessage:hover, .load-color {
	background: #1ABC9C !important;
}
.error {
	color: red;
}
#commentform textarea, #contactForm textarea {
	width: 98%;
}
#comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#comment-button:hover {
	background: #1ABC9C;
}
#map {
	width: 100%;
	height: 240px;
}
#map img {
	width: auto !important;
	max-width: none !important;
}
/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable {
	float: right;
}
.filterable span {
	padding-right: 16px;
	display: inline-block;
}
.filterable ul.filter {
	padding: 0 0 0 16px;
	display: inline-block;
}
.filterable ul.filter li {
	display: inline-block;
	color: #272727;
	margin: 0;
}
.filterable li a {
	padding: 4px 8px;
	font-size: 12px;
}
.filterable li.current a, .filterable li a:hover {
	background: #1ABC9C;
	padding: 4px 8px;
	color: #FFF;
	border-radius: 3px;
}
.filterable ul.filter li:last-child {
	padding-right: 0;
	margin-right: 0;
}
/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 70px 0;
}
.widget-title img {
	float: left;
}
.widget-title h4 {
	float: left;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}
.widget-title h4 small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #BBB;
}
.widget-content {
	float: none;
	display: block;
}
.tags a {
	display: inline-block;
	color: #888;
	border: 1px solid #888;
	padding: 8px 12px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
	border-radius: 3px;
	-webkit-transition: border 0.2s, color 0.3s;
	-moz-transition: border 0.2s, color 0.3s;
	-o-transition: border 0.2s, color 0.3s;
	-ms-transition: border 0.2s, color 0.3s;
	transition: border 0.2s, color 0.3s;
}
.tags a:hover {
	color: #1ABC9C;
	border-color: #1ABC9C;
}
.tags a i, .meta-links li i {
	padding-right: 8px;
}
.meta-links li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.meta-links li.current a {
	color: #1ABC9C;
}
.buttonanim {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	-o-animation-delay: 5s;
	-webkit-animation-name: ButtonShake;
	-moz-animation-name: ButtonShake;
	-ms-animation-name: ButtonShake;
	-o-animation-name: ButtonShake;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
}
@-webkit-keyframes ButtonShake {
	2%, 6% {
		-webkit-transform: translateX(3px);
	}
	4%, 8% {
		-webkit-transform: translateX(-3px);
	}
	10%, 100% {
		-webkit-transform: translateX(0px);
	}
}
@-moz-keyframes ButtonShake {
	0%, 100% {
		-moz-transform: translateX(0);
	}
	2%, 6% {
		-moz-transform: translateX(3px);
	}
	4%, 8% {
		-moz-transform: translateX(-3px);
	}
	10%, 100% {
		-moz-transform: translateX(0px);
	}
}
@-o-keyframes ButtonShake {
	2%, 6% {
		-o-transform: translateX(3px);
	}
	4%, 8% {
		-o-transform: translateX(-3px);
	}
	10%, 100% {
		-o-transform: translateX(0px);
	}
}
@keyframes ButtonShake {
	2%, 6% {
		transform: translateX(3px);
	}
	4%, 8% {
		transform: translateX(-3px);
	}
	10%, 100% {
		transform: translateX(0px);
	}
}
#inputer {
	display: block;
	width: 100%;
	border: 2px solid #EAEAEA;
	border-radius: 3px;
	padding: 10px 10px;
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#inputer:focus {
	border: 2px solid #1ABC9C;
}
#subscriptionform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 10px 0;
	text-align: center;
	border: 0;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#subscriptionform #subscribe-button:hover {
	background: #1ABC9C;
}
#subscriptionform #subscribe-button:focus {
	background: #354B61;
}
/*	Stunning Box
----------------------------------------------------------------------*/
.stunning-box {
	background: #2C3E50;
	color: #FFF;
	padding: 30px;
	border-radius: 6px;
	font-size: 20px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box span {
	margin-right: 30px;
}
.stunning-box2 {
	background: #2C3E50;
	color: #FFF;
	padding: 40px;
	border-radius: 2px;
	height: 30px;
}
.stunning-box p {
	font-size: 28px;
	margin: 2px 0 0 50px;
	text-transform: none;
}
.stunning-box2 span {
	margin-right: 30px;
}
.stunning-box a.btn {
	float: right;
}
.stunning-box2 a.btn {
	float: right;
}
.stunning-box2 h3 {
	color: #FFF;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.stunning-box2 .stuntext {
	float: left;
}
.stunning-box3 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	padding: 40px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box3 span {
	margin-right: 30px;
}
.stunning-box3 a.btn {
	float: right;
}
.stunning-box3 h3 {
	color: #000;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.stunning-box3 .stuntext {
	float: left;
}
.stunning-box4 {
	border: 3px solid #EAEAEA;
	color: #8D8D8D;
	text-align: center;
	padding: 40px;
	border-radius: 6px;
	font-size: 16px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
}
.stunning-box4 a.btn {
	margin: 20px auto 0;
}
.stunning-box4 h3 {
	color: #000;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.stunning-box4 .stuntext {
	text-align: center;
}
.grid_9 .grid_6 .stunning-box a.btn, .grid_9 .grid_6 .stunning-box2 a.btn, .grid_9 .grid_6 .stunning-box3 a.btn, .grid_9 .grid_6 .stunning-box4 a.btn, .grid_4 .stunning-box a.btn, .grid_4 .stunning-box2 a.btn, .grid_4 .stunning-box3 a.btn, .grid_4 .stunning-box4 a.btn .grid_3 .stunning-box a.btn, .grid_3 .stunning-box2 a.btn, .grid_3 .stunning-box3 a.btn, .grid_3 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
.grid_9 .grid_4 .stunning-box a.btn, .grid_9 .grid_4 .stunning-box2 a.btn, .grid_9 .grid_4 .stunning-box3 a.btn, .grid_9 .grid_4 .stunning-box4 a.btn {
	margin: 20px 0 0 0;
}
h3.p-title {
	font-size: 16px;
	margin: 0 16px 30px 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}
h3.p-title span {
	color: #1ABC9C;
}
.proline {
	width: 16%;
	height: 1px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.sqi {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 8px;
	width: 8px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	left: 0;
	margin-top: -4px;
}
.sqii {
	position: absolute;
	display: block;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
	transform: rotate(-46deg);
	height: 9px;
	width: 9px;
	border: 1px solid #DDD;
	background: #FFF;
	right: 0;
	margin-top: -4px;
}
/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 20px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Oswald;
}
.notif-anim {
	-webkit-animation: lightSpeedInLeft 1.3s 1;
	-moz-animation: lightSpeedInLeft 1.3s 1;
	-ms-animation: lightSpeedInLeft 1.3s 1;
	-o-animation: lightSpeedInLeft 1.3s 1;
	animation: lightSpeedInLeft 1.3s 1;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 12px;
}
.notification-box p {
	margin: 0;
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	background-color: #65CAD3;
}
.notification-box-success {
	background-color: #1ABC9C;
}
.notification-box-warning {
	background-color: #EED880;
}
.notification-box-error {
	background-color: #E06F6F;
}
/* 	Table
----------------------------------------------------------------------*/
.inner {
	overflow: hidden;
	padding: 40px 40px 30px;
	width: 70%;
	margin: 0 auto;
}
table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0;
}
.pricing_table {
	padding: 0 0 40px;
}
.white_table table {
	width: 100%;
	background: #EEEEEE;
}
.w_table_l_grey {
	background-color: #E1E1E1;
}
.w_table_d_grey {
	background-color: #EEEEEE;
}
.white_table table th {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #2F2F2F;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.white_table table th span {
	color: #FD7F67;
	font-size: 14px;
}
.white_table table tr {
	height: 30px;
	text-align: center;
}
.white_table table .grey {
	background-color: #E9E9E9;
}
.white_table table tr td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	font-weight: bold;
	padding: 8px 0;
}
.white_table table .btn td {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
.white_table table tr .border_blue {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #EDEDED;
}
.white_table table tr th.border_blue {
	border-left: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}
.white_table table tr .border_blue_bottom {
	border-bottom: 1px solid #D7D7D7;
}
.white_table table tfoot td.border_blue {
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}
.white_table .pricing_btn {
	border-bottom: 1px solid #D5D5D5;
	text-align: center;
}
.pricing_btn .the_button {
	float: none;
	margin: 16px 0;
}
.white_table .pricing_btn .pricing_btn_orbed {
	clear: both;
	display: block;
	float: left;
	height: 44px;
	margin: 0 0 0 52px;
	padding-left: 13px;
}
.white_table .pricing_btn .pricing_btn_orbed span {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 24px;
	height: 44px;
	line-height: 45px;
	min-width: 100px;
	padding: 0 10px 0 0;
}
.black_table {
	margin: 0px 0px 20px 0px;
}
.black_table .the_button {
	border: #1B1B1B solid 1px !important;
}
.black_table table {
	width: 100%;
	background-color: #484848;
}
.d_table_l_grey {
	background-color: #303030;
}
.d_table_d_grey {
	background-color: #3A3A3A;
}
.black_table table th {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 32px 0;
}
.black_table table th span {
	color: #A9A9A9;
	font-size: 14px;
}
.black_table table tr {
	height: 30px;
	text-align: center;
}
.black_table table .grey {
	background-color: #3A3A3A;
}
.black_table table tr td {
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0;
}
.pricing {
	overflow: hidden;
	display: block;
	position: static;
	visibility: visible;
}
.pricing-table {
	color: #222;
	margin-bottom: 30px;
}
.pricing-table .price-content {
	border: solid #ECEDF3;
	border-width: 0 1px 1px;
	padding: 30px;
	text-align: center;
	background-color: #FFF;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.pricing-table .head {
	color: #FFF;
	padding: 15px 30px 15px;
}
.pricing-table .head h4 {
	color: #FFF;
	font: bold 14px / 20px 'Open Sans', Arial, Sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 13px;
}
.pricing-table .head h1 {
	color: #FFF;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	font: bold 16px / 20px 'Open Sans', Arial, Sans-serif;
	position: relative;
	text-align: center;
}
.pricing-table .head h1 span {
	color: #FFF;
	margin-bottom: 5px;
	text-transform: uppercase;
	font: normal 15px / 20px 'Open Sans', Arial, Sans-serif;
	position: absolute;
	top: -10px;
	left: 48px;
	padding: 0;
}
.pricing-table .head span {
	text-align: center;
	font: normal 14px / 18px 'Open Sans', Arial, Sans-serif;
	display: block;
}
.package-content {
	margin-bottom: 24px;
}
.package-content li {
	padding: 9px 0 9px;
	border-bottom: 1px solid #ECEDF3;
	text-align: center;
}
.package-content li:first-child {
	padding-top: 0;
}
.package-content li:last-child {
	border-bottom: none;
}
.reds {
	background-color: #EF4E39;
	color: #FFF;
}
.black {
	background-color: #3A3A3A;
	color: #FFF;
}
.yellow {
	background-color: #FECD3C;
	color: #6B5002;
}
.blue {
	background-color: #00ABFA;
	color: #FFF;
}
.charcoal {
	background-color: #313131;
}
.red {
	background-color: #EF4E39;
}
.grey {
	background-color: #DDD;
}
.blacks {
	background-color: #000;
}
.blues {
	background-color: #00ABFA;
}
.themecolor {
	background-color: #FD7F67;
}
.whites {
	background-color: #EAEAEA;
}
.table {
	background: transparent !important;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.table th {
	font-size: 14px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	padding: 16px 12px;
	color: #FFFFFF;
	background-color: #2C3E50;
	text-shadow: none;
}
.table td {
	padding: 14px 7px 14px 7px;
	text-align: center;
}
.table tr {
	border-bottom: 1px solid #FFF;
	background-color: #F8F8F8;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.table tr:hover, tr.topic-sticky {
	background: #DDD;
	transition: all 0.2s;
}
.table tfoot td {
	padding: 10px 16px;
	text-align: left;
	background: #2C3E50;
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: none;
}
.table tfoot tr:hover {
	background: #63B1BE;
}
.tt-table {
	margin: 0 auto;
	text-align: center;
}
.head-t {
	padding: 16px 26px 0;
	border-bottom: 1px solid #5C6575;
}
.head-t img {
	display: inline-block;
}
.head-t h3 {
	color: #FFF;
	text-align: left;
	line-height: 46px;
	text-transform: uppercase;
	font-family: Oswald;
	padding: 0 17px;
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
.pricingtable {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #2C3E50;
	color: #CCC;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricingtable ul {
	width: 164px;
	line-height: 30px;
	margin: 20px auto;
}
.pricingtable ul i {
	margin-right: 6px;
}
.pricingtable h1 {
	color: #FFF;
	text-align: center;
	font-size: 88px;
	margin: 0;
	line-height: 100%;
	text-transform: uppercase;
	font-family: Oswald;
}
.pricingtable h1 sup {
	font-size: 45px;
}
.pricingtable p {
	text-align: center;
	font: 400 16px / 1 Helvetica, Verdana, sans-serif;
	color: #EEE;
	text-transform: uppercase;
	font-family: Oswald;
}
.pricingtable a {
	display: block;
	width: 114px;
	margin: 0 auto;
}
.pricingtable a.btn {
	margin: 0 auto 32px;
}
.tt-featured, .pricingtable:hover {
	z-index: 10;
	-webkit-transform: scale(1, 1.1);
	-moz-transform: scale(1, 1.1);
	-o-transform: scale(1, 1.1);
	-ms-transform: scale(1, 1.1);
	transform: scale(1, 1.1);
}
/*	Buttons
----------------------------------------------------------------------*/
.btn {
	border-radius: 3px;
	font-size: 18px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	padding: 22px;
	display: inline-block !important;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*+placement: 9px -56px;*/
	position: relative;
	left: 9px;
	top: -56px;
}
.mediumtt {
	font-size: 16px;
	padding: 15px 30px;
}
.smalltt {
	font-size: 14px;
	padding: 10px 20px;
}
.minitt {
	font-size: 12px;
	padding: 8px 16px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	background: #1ABC9C;
	color: #FFF;
}
.btn-1:hover {
	background: #1AA388;
	color: #FFF;
}
.btn-1:active {
	background: #354B61;
	color: #FFF;
	top: 2px;
}
.btn-1e {
	overflow: hidden;
}
.btn-1e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-1e:after {
	width: 20%;
	height: 200%;
	background: rgba(255, 255, 255, 0.2);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.btn-1e:hover:after {
	width: 60%;
}
/* Button 1a */
.btn-1a:hover, .btn-1a:active {
	color: #0E83CD;
	background: #FFF;
}
/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #FFF;
}
.btn-1b:hover, .btn-1b:active {
	color: #0E83CD;
}
.btn-1b:hover:after, .btn-1b:active:after {
	height: 100%;
}
/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
}
.btn-1c:hover, .btn-1c:active {
	color: #0E83CD;
}
.btn-1c:hover:after, .btn-1c:active:after {
	width: 100%;
}
/* Button 1d */
.btn-1d {
	overflow: hidden;
}
.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #FFF;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.btn-1d:hover, .btn-1d:active {
	color: #0E83CD;
}
.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}
.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
/* Button 2 */
.btn-2 {
	background: #CB4E4E;
	color: #FFF;
	box-shadow: 0 6px #AB3C3C;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}
.btn-2a:hover {
	box-shadow: 0 4px #AB3C3C;
	top: 2px;
}
.btn-2a:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}
.btn-2b:hover {
	box-shadow: 0 8px #AB3C3C;
	top: -2px;
}
.btn-2b:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2c */
.btn-2c {
	border-radius: 5px;
}
.btn-2c:hover {
	box-shadow: 0 4px #AB3C3C;
	top: 2px;
	color: #FFF;
}
.btn-2c:active {
	box-shadow: 0 0 #AB3C3C;
	background: #2C3E50;
	top: 6px;
	color: #FFF;
}
/* Button 2d */
.btn-2d {
	border-radius: 5px;
}
.btn-2d:hover {
	box-shadow: 0 8px #AB3C3C;
	top: -2px;
}
.btn-2d:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2e */
.btn-2e {
	border-radius: 5px;
	box-shadow: -6px 0 #AB3C3C;
}
.btn-2e:hover {
	box-shadow: -4px 0 #AB3C3C;
	left: -2px;
}
.btn-2e:active {
	box-shadow: 0 0 #AB3C3C;
	left: -6px;
}
/* Button 2f */
.btn-2f {
	border-radius: 5px;
	box-shadow: 6px 0 #AB3C3C;
}
.btn-2f:hover {
	box-shadow: 4px 0 #AB3C3C;
	left: 2px;
}
.btn-2f:active {
	box-shadow: 0 0 #AB3C3C;
	left: 6px;
}
/* Button 2g */
.btn-2g {
	border-radius: 40px;
}
.btn-2g:hover {
	box-shadow: 0 4px #AB3C3C;
	top: 2px;
}
.btn-2g:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2h */
.btn-2h {
	border-radius: 20px;
}
.btn-2h:hover {
	box-shadow: 0 4px #AB3C3C;
	top: 2px;
}
.btn-2h:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2i */
.btn-2i {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}
.btn-2i:hover {
	box-shadow: 0 4px #AB3C3C;
	top: 2px;
}
.btn-2i:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 2j */
.btn-2j {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}
.btn-2j:hover {
	box-shadow: 0 8px #AB3C3C;
	top: -2px;
}
.btn-2j:active {
	box-shadow: 0 0 #AB3C3C;
	top: 6px;
}
/* Button 3 */
.btn-3 {
	background: #FCAD26;
	color: #FFF;
}
.btn-3:hover {
	background: #F29E0D;
}
.btn-3:active {
	background: #F58500;
	top: 2px;
}
.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}
/* Button 3a */
.btn-3a {
	padding: 25px 60px 25px 120px;
}
.btn-3a:before {
	background: rgba(0, 0, 0, 0.05);
}
/* Button 3b */
.btn-3b {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}
.btn-3b:before {
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}
/* Button 3c */
.btn-3c {
	padding: 80px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 3px #DA9622;
}
.btn-3c:active {
	box-shadow: 0 3px #DC7801;
}
.btn-3c:before {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #FFF;
	color: #F29E0D;
	border-radius: 10px 10px 0 0;
}
.btn-3c:active:before {
	color: #F58500;
}
/* Button 3d */
.btn-3d {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}
.btn-3d:before {
	background: #FFF;
	color: #FCAD26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}
.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #FFF;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-3d:active:before {
	color: #F58500;
}
.btn-3d:active {
	top: 0;
}
.btn-3d:active:after {
	left: 60px;
}
/* Button 3e */
.btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}
.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.btn-3e:hover:after {
	width: 40%;
}
/* Button 4 */
.btn-4 {
	border-radius: 50px;
	border: 3px solid #EAEAEA;
	color: #000;
	overflow: hidden;
}
.btn-4:active {
	border-color: #1ABC9C;
	color: #FFF;
}
.btn-4:hover {
	background: #1ABC9C;
	color: #FFF;
}
.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-4:active:before {
	color: #17954C;
}
/* Button 4a */
.btn-4a:before {
	left: 130%;
	top: 0;
}
.btn-4a:hover:before {
	left: 80%;
}
/* Button 4b */
.btn-4b:before {
	left: -50%;
	top: 0;
}
.btn-4b:hover:before {
	left: 10%;
}
/* Button 4c */
.btn-4c:before {
	left: 78%;
	opacity: 0;
	top: -11px;
}
.btn-4c:hover:before {
	left: 88%;
	opacity: 1;
}
/* Button 4d */
.btn-4d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}
.btn-4d:hover:before {
	left: 10%;
	opacity: 1;
}
/* Button 5 */
.btn-5 {
	background: #2C3E50;
	color: #FFF;
	height: 70px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.btn-5:active {
	background: #000;
	top: 2px;
}
.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-5:active:before {
	background: #000;
	color: #CCC;
}
/* Button 5a */
.btn-5a:hover span {
	-webkit-transform: translateY(240%);
	-moz-transform: translateY(340%);
	-ms-transform: translateY(340%);
	transform: translateY(340%);
}
.btn-5a:before {
	left: 0;
	top: -120%;
}
.btn-5a:hover:before {
	top: 0;
}
/* Button 5b */
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}
.btn-5b:before {
	left: -100%;
	top: 0;
}
.btn-5b:hover:before {
	left: 0;
}
/* Button 6 */
.btn-6 {
	color: #FFF;
	background: #226FBE;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-6:active {
	top: 2px;
}
/* Button 6a */
.btn-6a {
	border: 4px solid #226FBE;
}
.btn-6a:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6b */
.btn-6b {
	border: 4px solid #226FBE;
	border-radius: 15px;
}
.btn-6b:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6c */
.btn-6c {
	border: 4px solid #226FBE;
	border-radius: 60px;
}
.btn-6c:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6d */
.btn-6d {
	border: 2px dashed #226FBE;
}
.btn-6d:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6e */
.btn-6e {
	border: 2px dashed #226FBE;
	border-radius: 15px;
}
.btn-6e:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6f */
.btn-6f {
	border: 2px dashed #226FBE;
	border-radius: 60px;
}
.btn-6f:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6g */
.btn-6g {
	border: 2px dotted #226FBE;
}
.btn-6g:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6h */
.btn-6h {
	border: 2px dotted #226FBE;
	border-radius: 15px;
}
.btn-6h:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6i */
.btn-6i {
	border: 2px dotted #226FBE;
	border-radius: 60px;
}
.btn-6i:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6j */
.btn-6j {
	border: 4px double #226FBE;
}
.btn-6j:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6k */
.btn-6k {
	border: 4px double #226FBE;
	border-radius: 15px;
}
.btn-6k:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 6l */
.btn-6l {
	border: 4px double #226FBE;
	border-radius: 60px;
}
.btn-6l:hover {
	background: transparent;
	color: #226FBE;
}
/* Button 7 */
.btn-7 {
	background: #17AA56;
	color: #FFF;
	border-radius: 7px;
	box-shadow: 0 5px #119E4D;
	padding: 25px 60px 25px 90px;
}
/* Button 7a */
.btn-7a {
	overflow: hidden;
}
.btn-7a:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0A833D;
}
.btn-7a.btn-activated {
	-webkit-animation: fadeOutText 0.5s;
	-moz-animation: fadeOutText 0.5s;
	animation: fadeOutText 0.5s;
}
.btn-7a.btn-activated:before {
	-webkit-animation: moveToRight 0.5s;
	-moz-animation: moveToRight 0.5s;
	animation: moveToRight 0.5s;
}
@-webkit-keyframes fadeOutText {
	0% {
		color: transparent;
	}
	80% {
		color: transparent;
	}
	100% {
		color: #FFF;
	}
}
@-moz-keyframes fadeOutText {
	0% {
		color: transparent;
	}
	80% {
		color: transparent;
	}
	100% {
		color: #FFF;
	}
}
@keyframes fadeOutText {
	0% {
		color: transparent;
	}
	80% {
		color: transparent;
	}
	100% {
		color: #FFF;
	}
}
@-webkit-keyframes moveToRight {
	80% {
		-webkit-transform: translateX(250%);
	}
	81% {
		opacity: 1;
		-webkit-transform: translateX(250%);
	}
	82% {
		opacity: 0;
		-webkit-transform: translateX(250%);
	}
	83% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
	}
	84% {
		opacity: 1;
		-webkit-transform: translateX(-50%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveToRight {
	80% {
		-moz-transform: translateX(250%);
	}
	81% {
		opacity: 1;
		-moz-transform: translateX(250%);
	}
	82% {
		opacity: 0;
		-moz-transform: translateX(250%);
	}
	83% {
		opacity: 0;
		-moz-transform: translateX(-50%);
	}
	84% {
		opacity: 1;
		-moz-transform: translateX(-50%);
	}
	100% {
		-moz-transform: translateX(0%);
	}
}
@keyframes moveToRight {
	80% {
		transform: translateX(250%);
	}
	81% {
		opacity: 1;
		transform: translateX(250%);
	}
	82% {
		opacity: 0;
		transform: translateX(250%);
	}
	83% {
		opacity: 0;
		transform: translateX(-50%);
	}
	84% {
		opacity: 1;
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0%);
	}
}
/* Button 7b */
.btn-7b {
	overflow: hidden;
}
.btn-7b:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0A833D;
}
.btn-7b.btn-activated:before {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}
@-webkit-keyframes scaleUp {
	80% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
	}
}
@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}
@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}
/* Icon only style */
.btn-icon-only {
	font-size: 0;
	padding: 25px 30px;
}
.btn-icon-only:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 54px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
/* Button 7c */
.btn-7c {
	overflow: hidden;
}
.btn-7c:before {
	color: #FFF;
	z-index: 1;
}
.btn-7c:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	width: 0;
	background: #0A833D;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-7c.btn-activated:after {
	-webkit-animation: fillToRight 0.7s forwards;
	-moz-animation: fillToRight 0.7s forwards;
	animation: fillToRight 0.7s forwards;
}
@-webkit-keyframes fillToRight {
	to {
		width: 100%;
	}
}
@-moz-keyframes fillToRight {
	to {
		width: 100%;
	}
}
@keyframes fillToRight {
	to {
		width: 100%;
	}
}
/* Button 7d */
.btn-7d {
	overflow: hidden;
}
.btn-7d:before {
	color: #FFF;
	z-index: 1;
}
.btn-7d:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 0;
	background: #21BB63;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-7d.btn-activated:after {
	-webkit-animation: emptyBottom 0.7s forwards;
	-moz-animation: emptyBottom 0.7s forwards;
	animation: emptyBottom 0.7s forwards;
}
@-webkit-keyframes emptyBottom {
	to {
		height: 100%;
	}
}
@-moz-keyframes emptyBottom {
	to {
		height: 100%;
	}
}
@keyframes emptyBottom {
	to {
		height: 100%;
	}
}
/* Button 7e */
.btn-7e:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #EA515E;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-7e.btn-activated:after {
	-webkit-animation: scaleFade 0.5s forwards;
	-moz-animation: scaleFade 0.5s forwards;
	animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}
@-moz-keyframes scaleFade {
	50% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}
@keyframes scaleFade {
	50% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}
/* Button 7f */
.btn-7f:before {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #FFE44D;
	visibility: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffe44d;
	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-7f.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDown 0.3s forwards;
	-moz-animation: dropDown 0.3s forwards;
	animation: dropDown 0.3s forwards;
}
@-webkit-keyframes dropDown {
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes dropDown {
	to {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@keyframes dropDown {
	to {
		opacity: 1;
		transform: scale(1);
	}
}
/* Button 7g */
.btn-7g:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 26px;
	line-height: 54px;
	color: #0A833D;
	visibility: hidden;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-7g.btn-activated:after {
	visibility: visible;
	-webkit-animation: dropDownFade 0.5s forwards;
	-moz-animation: dropDownFade 0.5s forwards;
	animation: dropDownFade 0.5s forwards;
}
@-webkit-keyframes dropDownFade {
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}
@-moz-keyframes dropDownFade {
	50% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}
@keyframes dropDownFade {
	50% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}
/* Button 7h */
.btn-7h {
	overflow: hidden;
}
.btn-7h span {
	display: inline-block;
	width: 100%;
}
.btn-7h:before {
	position: absolute;
	left: 0;
	width: 40%;
	font-size: 160%;
	line-height: 0.8;
	color: #0A833D;
}
/* Success and error */
.btn-success, .btn-error {
	color: transparent;
}
.btn-success:after, .btn-error:after {
	z-index: 1;
	color: #FFF;
	left: 40%;
}
.btn-success:before {
	content: "\e001";
}
.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}
@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(50%);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(50%);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@keyframes moveUp {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.btn-error {
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}
/* From Dan Eden's animate.css: https://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
	}
}
@-moz-keyframes shake {
	0%, 100% {
		-moz-transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform: translateX(10px);
	}
}
@keyframes shake {
	0%, 100% {
		transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		transform: translateX(10px);
	}
}
.btn-error:before {
	content: "\e002";
}
.btn-error:after {
	content: "Error!";
	-webkit-animation: scaleFromUp 0.5s;
	-moz-animation: scaleFromUp 0.5s;
	animation: scaleFromUp 0.5s;
}
@-webkit-keyframes scaleFromUp {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes scaleFromUp {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@keyframes scaleFromUp {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* Special trash effect */
.trash-effect {
	position: relative;
	max-width: 320px;
	margin: 60px auto 0;
}
.trash-effect .icon-file {
	font-size: 30px;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(90px) translateY(20px) scale(1);
	-moz-transform: translateX(90px) translateY(20px) scale(1);
	-ms-transform: translateX(90px) translateY(20px) scale(1);
	transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1);
	-moz-transform: translateX(140px) translateY(-10px) scale(1);
	-ms-transform: translateX(140px) translateY(-10px) scale(1);
	transform: translateX(140px) translateY(-10px) scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1);
	-moz-transform: translateX(140px) translateY(50px) scale(1);
	-ms-transform: translateX(140px) translateY(50px) scale(1);
	transform: translateX(140px) translateY(50px) scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
	-moz-transform: translateX(-100px) translateY(-10px) scale(0);
	-ms-transform: translateX(-100px) translateY(-10px) scale(0);
	transform: translateX(-100px) translateY(-10px) scale(0);
}
/* Button 7i */
.btn-7i {
	box-shadow: none;
	border-radius: 0 0 7px 7px;
	padding: 27px 33px;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
.btn-7i:before {
	line-height: 45px;
}
.btn-7i:after {
	height: 10px;
	width: 100%;
	background: #17AA56;
	border-radius: 7px 7px 0 0;
	left: 0;
	top: -10px;
	z-index: 1;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
}
.trash-effect-active .btn-7i:after {
	-webkit-animation: openTrash 0.5s;
	-moz-animation: openTrash 0.5s;
	animation: openTrash 0.5s;
}
@-webkit-keyframes openTrash {
	50% {
		-webkit-transform: rotate(-35deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes openTrash {
	50% {
		-moz-transform: rotate(-35deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}
@keyframes openTrash {
	50% {
		transform: rotate(-35deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	-o-perspective: 800px;
	display: inline-block;
}
.btn-8 {
	display: block;
	border-radius: 0 !important;
	color: #FFF;
	background: #5CBCF6;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
.btn-8:active {
	background: #55B7F3;
}
/* Button 8a */
.btn-8a:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49A7DF;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.btn-8a:hover {
	color: #FFF;
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}
/* Button 8b */
.btn-8b:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49A7DF;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.btn-8b:hover {
	color: #FFF;
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
/* Button 8c */
.btn-8c:after {
	width: 20%;
	height: 100%;
	left: -20%;
	top: 0;
	background: #49A7DF;
	-webkit-transform-origin: 100% 0%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform-origin: 100% 0%;
	-moz-transform: rotateY(-90deg);
	-ms-transform-origin: 100% 0%;
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
}
/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #49A7DF;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
/* Button 8e */
.btn-8e {
	-webkit-transform: rotateX(-15deg);
	-moz-transform: rotateX(-15deg);
	-ms-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}
.btn-8e:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: -40%;
	background: #49A7DF;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.btn-8e:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
/* Button 8f */
.btn-8f {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
.btn-8f:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49A7DF;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.btn-8f:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
/* Button 8g */
.btn-8g {
	background: #FFF;
	color: #999;
}
.btn-8g:active {
	background: #FFF;
}
.btn-8g:after, .btn-8g:before {
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	line-height: 70px;
}
.btn-8g:after {
	top: -100%;
	background: #7ACA7C;
	color: #358337;
	content: 'It worked!';
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.btn-8g:before {
	top: 100%;
	background: #E96A6A;
	color: #A33A3A;
	content: 'Error!';
	font-weight: 700;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.btn-8g.btn-success3d {
	background: #AAA;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	-o-transform-origin: 50% 100%;
	-o-transform: rotateX(-90deg) translateY(100%);
	transform: rotateX(-90deg) translateY(100%);
}
.btn-8g.btn-error3d {
	background: #AAA;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	-o-transform-origin: 50% 0%;
	-o-transform: rotateX(90deg) translateY(-100%);
	transform: rotateX(90deg) translateY(-100%);
}
/*	Support
----------------------------------------------------------------------*/
.forum h2 {
	font-size: 40px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	color: #ACACAC;
	margin-bottom: 30px;
}
.forum h2 small {
	font-size: 14px;
	display: block;
	margin-top: 14px;
	font-family: tahoma;
	text-transform: none;
	color: #C4C4C4;
}
.forum .search {
	position: relative;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.forum .searchform {
}
.forum .searchform:after {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 14px;
	color: #B3B3B3;
}
.forum .searchform input {
	width: 100%;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 14px 20px 14px 48px;
	color: #C1C1C1;
	border: 2px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.forum .searchform input:focus {
	border: 2px solid #1ABC9C;
	background: #FFF;
	color: #C1C1C1;
}
.forum .avatar {
	display: inline-block;
	margin-right: 8px;
}
.forum .table th, .forum .table td {
	text-align: left;
	padding: 16px 10px 16px 20px;
}
#loginform #inputer {
	margin: 0 0 10px 0;
}
#loginform #subscribe-button {
	background: #2C3E50;
	color: #FFF;
	margin: 8px 0 0 0;
	padding: 10px 20px;
	text-align: center;
	float: right;
	border: 0;
	border-radius: 3px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#loginform #subscribe-button:hover {
	background: #1ABC9C;
}
#loginform #subscribe-button:focus {
	background: #354B61;
}
.login-links {
	margin: 10px 0 0 0;
	float: left;
}
.login-links a {
	display: block;
	line-height: 20px;
}
.forum-items li {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
.forum-items i {
	font-size: 24px;
}
.forum-items a {
	font-size: 16px;
	margin: 0 0 6px 10px;
	display: inline-block;
}
.forum-items .topic-time {
	margin: 0 0 0 38px;
	color: #CCC;
}
.forum-topic h2 {
	font-size: 40px;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	color: #ACACAC;
	margin-bottom: 30px;
	padding: 0;
}
.forum-topic .search {
	text-align: left;
	margin: 0;
}
.mr {
	margin-right: 8px;
}
.topic-title {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 20px 0;
}
.topic-say {
	margin: 0 0 45px 0;
	border-bottom: 1px solid #DDD;
	padding: 0 0 45px 0;
}
.topic-say h5 {
	margin: 0 0 6px 0;
}
.topic-say .reply-time {
	margin: 0 0 14px 0;
	display: block;
	color: #CCC;
}
.topic-say .grid_2 img {
	margin: 0 auto 10px;
}
.topic-say .grid_2 span {
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	color: #CCC;
}
/*	Services
----------------------------------------------------------------------*/
.services img {
	float: left;
	margin: 0 16px 20px 0;
}
.services h4 {
	font-size: 18px;
	margin: 8px 0 2px 0;
	font-weight: normal;
	font-family: "Oswald", tahoma;
	text-transform: uppercase;
	float: left;
}
.services small {
	font-size: 12px;
	margin: 2px 0 0 0;
	display: block;
	font-family: Tahoma;
	text-transform: none;
	color: #7A7A7A;
}
.services p {
	display: inline-block;
}
.flat-icons img {
	float: left;
	margin: 0 40px 40px 0;
}
/*	Services 2
----------------------------------------------------------------------*/
.ca-menu {
	padding: 0 0 0 24px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.ca-menu li {
	width: 230px;
	height: 230px;
	border: 10px solid #F6F6F6;
	overflow: hidden;
	position: relative;
	display: inline-block;
	background: #FFF;
	margin-left: -48px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-menu li:last-child {
	margin-right: 0px;
}
.ca-menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon {
	font-size: 40px;
	color: #F6F6F6;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 30px;
	text-align: center;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-main {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	top: 110px;
	height: 80px;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	opacity: 0.8;
	text-align: center;
	color: #555;
}
.ca-sub {
	display: none;
}
.ca-menu li:hover {
	border-color: #333;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ca-menu li:hover .ca-icon {
	color: #000;
	font-size: 60px;
	text-shadow: 0px 0px 1px #000;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main {
	color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
/*	Services 3
----------------------------------------------------------------------*/
.catt-menu {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.catt-menu li {
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
	background: #F9F9F9;
	/* Old browsers */
	background: -moz-linear-gradient(left, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%);
	/* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
	/* IE6-9 */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-right: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.catt-menu li:last-child {
	margin-right: 0px;
}
.catt-menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.catt-icon {
	font-size: 60px;
	color: #DDD;
	text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
	line-height: 150px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-content {
	position: absolute;
	left: 4%;
	width: 96%;
	height: 50%;
	top: 50%;
	font-weight: normal;
	text-transform: uppercase;
}
.catt-main {
	font-size: 24px;
	line-height: 1;
	opacity: 0.8;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-sub {
	text-align: center;
	font-size: 14px;
	color: #CCC;
	text-shadow: 1px 1px 1px #FFF;
	line-height: 40px;
	opacity: 0.8;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.catt-menu li:hover {
	background: #FFF;
}
.catt-menu li:hover .catt-icon {
	color: #1ABC9C;
	font-size: 90px;
	opacity: 0.1;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.catt-menu li:hover .catt-main {
	color: #1ABC9C;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}
.catt-menu li:hover .catt-sub {
	color: #000;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromLeft {
	from {
		-moz-transform: translateX(-100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromLeft {
	from {
		-ms-transform: translateX(-100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}
@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}
@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}
	to {
		-webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}
	to {
		-moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}
	to {
		-ms-transform: translateY(0%);
	}
}
/*	Portfolio
----------------------------------------------------------------------*/
.showcase li {
	float: left;
	height: 336px;
	width: 540px;
	overflow: hidden;
}
.showcase a {
	display: block;
	height: 340px;
	width: 500px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.three-columns li {
	height: 227px;
}
.three-columns a {
	width: 360px;
	height: 227px;
}
.three-columns a:hover h3 {
	bottom: 44px !important;
}
.two-columns li {
	height: 340px;
}
.two-columns a {
	width: 540px;
	height: 340px;
}
.two-columns a:hover h3 {
	bottom: 44px !important;
}
.showcase a img {
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	left: 0;
	top: -44px;
}
.showcase a p {
	background: #59A214;
	color: #FFF;
	font-size: 11px;
	padding: 12px 20px;
	position: absolute;
	bottom: -100px;
	line-height: 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover p {
	bottom: 0;
	background: #3C840B;
}
.showcase a h3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background: #59A214;
	padding: 8px 10px;
	position: absolute;
	left: 10px;
	bottom: -8px;
	cursor: pointer;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	border-top-left-radius: 3px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom: 64px;
	background: #3C840B;
}
.showcase a h3 i {
	width: 33px;
	height: 28px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #2C3E50;
	border-top-right-radius: 3px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 0 0;
}
.showcase .color1 a p, .showcase .color1 a h3, .showcase .color1 a:hover h3 i {
	background: #1ABC9C;
}
.showcase .color2 a p, .showcase .color2 a h3, .showcase .color2 a:hover h3 i {
	background: #3498DB;
}
.showcase .color3 a p, .showcase .color3 a h3, .showcase .color3 a:hover h3 i {
	background: #E74C3C;
}
.showcase .color4 a p, .showcase .color4 a h3, .showcase .color4 a:hover h3 i {
	background: #F1C40F;
}
.showcase .color5 a p, .showcase .color5 a h3, .showcase .color5 a:hover h3 i {
	background: #9B59B6;
}
.showcase .color6 a p, .showcase .color6 a h3, .showcase .color6 a:hover h3 i {
	background: #7F8C8D;
}
.showcase .color7 a p, .showcase .color7 a h3, .showcase .color7 a:hover h3 i {
	background: #E67E22;
}
.showcase .color8 a p, .showcase .color8 a h3, .showcase .color8 a:hover h3 i {
	background: #2C3E50;
}
.portfolio-meta li {
	margin-bottom: 10px;
}
.one-columns li {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	overflow: hidden;
	display: block;
	max-width: 1080px;
	border-bottom: 1px solid #CCC;
}
.one-columns h3 {
	margin: 10px 0 10px;
	text-transform: uppercase;
}
.one-columns span.port-cat {
	margin: 0 0 20px 0;
	display: block;
	width: 500px;
}
.single-pager {
	margin: 0 0 40px;
	padding: 0;
	border: 2px solid #E4E6E8;
	border-radius: 3px;
	text-align: left;
	overflow: hidden;
}
.single-pager li {
	display: block;
	line-height: 54px;
}
.single-pager .previous, .single-pager .next {
	display: block;
	float: left;
}
.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {
	float: none;
	border: none;
	border-right: 1px solid #E4E6E8;
	padding: 0;
	margin: 0;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #B8BDC4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.single-pager .live-version > span, .single-pager .live-version > a {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	color: #3F4042;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.single-pager .live-version > span:hover, .single-pager .live-version > a:hover {
	background: none;
	color: #B8BDC4;
}
.pager {
	margin: 0 0 20px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before, .pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #FFF;
	border: 1px solid #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #F5F5F5;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #999;
	background-color: #FFF;
	cursor: default;
}
.error-page i {
	font-size: 80px;
	color: #1ABC9C;
}
/*	Blog Three
----------------------------------------------------------------------*/
.blog-three-columns .post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #FAFAFA;
	position: relative;
	overflow: hidden;
	display: block;
}
.blog-three-columns iframe {
	width: 100%;
}
.blog-three-columns .meta-date {
	width: 58px;
}
.blog-three-columns .post-title {
	font-size: 14px;
	margin: 8px 0 10px 20px;
	width: 260px;
}
.blog-three-columns .div.jp-audio ul.jp-controls {
	width: 299px;
}
.blog-three-columns a.jp-play, .blog-three-columns a.jp-pause {
	width: 24px;
	padding: 5px 0 0 10px;
}
.blog-three-columns div.jp-audio div.jp-type-single div.jp-progress, .blog-three-columns div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 60px;
	width: 180px;
}
.blog-three-columns div.jp-audio div.jp-volume-bar {
	right: 14px;
}
.blog-three-columns div.jp-audio div.jp-type-single a.jp-mute, .blog-three-columns div.jp-audio div.jp-type-single a.jp-unmute {
	right: 68px;
}
/*	From Blog
----------------------------------------------------------------------*/
.fb-blog ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 14px 0;
}
.date {
	background: #2C3E50;
	display: block;
	border-radius: 2px;
	padding: 26px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
}
.month {
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px;
	color: #A7A7A7;
}
.fb-head {
	font-family: "Oswald", Tahoma, Arial;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.fb-meta {
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 8px;
	display: block;
}
/*	Testimonials
----------------------------------------------------------------------*/
.testimonial-wrapper {
	margin-bottom: 32px;
}
.testimonial {
	color: #373737;
	background-color: #F3F3F3;
	margin-bottom: 14px;
	padding: 24px 28px;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
}
.testimonial p {
	font-size: 14px;
	font-style: italic;
	font-family: serif;
	text-shadow: 1px 1px 3px #E4E4E4;
	margin: 0 0 40px 0;
}
.testimonial-arrow {
	border-color: #F3F3F3 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 120px;
}
.testimonial-arrow2 {
	border-color: #F3F3F3 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.img-testimonials {
	position: absolute;
	bottom: -40px;
}
.testimonial-s strong {
	color: #232323;
	font-style: normal;
	font-size: 12px;
}
.testimonial-s .testimonial-details {
	margin: 0px 0px 8px 140px;
	display: block;
	float: left;
	font-style: italic;
	color: #B4B4B4;
	font-size: 11px;
}
.testimonial-s .testimonial-details2 {
	margin: 0px 0px 8px 40px;
	display: block;
	float: left;
	font-style: italic;
	color: #B4B4B4;
	font-size: 11px;
}
.dark .testimonial {
	color: #FFF;
	background-color: #272727;
}
.dark .testimonial p {
	text-shadow: none;
}
.dark .testimonial-arrow {
	border-color: #272727 transparent transparent transparent;
}
.dark .testimonial-arrow2 {
	border-color: #272727 transparent transparent transparent;
}
/* 	Flex Customization
----------------------------------------------------------------------*/
.full .big-slider {
	margin: 40px auto 0;
	width: 1080px;
}
.big-slider .flex-direction-nav a {
	bottom: 10% !important;
	top: auto !important;
	opacity: 1 !important;
	padding: 8px 14px;
	background-color: #1ABC9C;
	border-radius: 0 !important;
}
.big-slider .flex-direction-nav a:hover {
	background-color: #30AD95 !important;
}
.big-slider .flex-direction-nav a i {
	color: #FFF;
	font-size: 18px;
}
.big-slider .flex-direction-nav .flex-next {
	right: -10px !important;
	border-left: 1px solid rgba(236, 236, 236, 0.3);
}
.big-slider .flex-direction-nav .flex-prev {
	right: 25px !important;
	left: auto !important;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	border-right: 1px solid rgba(119, 119, 119, 0.3);
}
.big-slider .flex-direction-nav .flex-next:before {
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 0px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #575757 rgba(0, 0, 0, 0);
	height: 0px;
	position: absolute;
	right: 0px;
	top: -10px;
	width: 0px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.big-slider h3 {
	position: absolute;
	bottom: 14%;
	left: 10%;
	font-size: 24px;
	background: rgba(28, 28, 28, 0.7);
	color: #FFF;
	padding: 10px;
	border-radius: 3px;
	font-weight: normal;
	text-transform: uppercase;
}
.big-slider p {
	position: absolute;
	bottom: 10%;
	left: 10%;
	background: rgba(28, 28, 28, 0.7);
	color: #D3D3D3;
	padding: 6px 10px;
	border-radius: 3px;
}
.big-slider .flex-active-slide h3 {
	-webkit-animation: lightSpeedIn 1.2s 1;
	-moz-animation: lightSpeedIn 1.2s 1;
	-ms-animation: lightSpeedIn 1.2s 1;
	-o-animation: lightSpeedIn 1.2s 1;
	animation: lightSpeedIn 1.2s 1;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes lightSpeedIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
.big-slider .flex-active-slide p {
	-webkit-animation: lightSpeedInLeft 1.3s 1;
	-moz-animation: lightSpeedInLeft 1.3s 1;
	-ms-animation: lightSpeedInLeft 1.3s 1;
	-o-animation: lightSpeedInLeft 1.3s 1;
	animation: lightSpeedInLeft 1.3s 1;
}
@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-o-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
/* 	Flex Slider
----------------------------------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.icon-angle-left:before {
	content: "<";
}
.icon-angle-right:before {
	content: ">";
}
.icon-angle-up:before {
	content: "↑";
}
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px 0;
	background: #FFF;
	border: 4px solid #FFF;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav a {
	margin: -20px 0 0;
	display: block;
	background-color: #272727;
	padding: 8px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.flex-direction-nav a:hover {
	background-color: #1ABC9C;
}
.flex-direction-nav a i {
	color: #FFF;
}
.flex-direction-nav a:hover i {
	color: #FFF;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 8px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 8px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 0.8;
}
.flex-direction-nav .flex-disabled {
	opacity: 0.3 !important;
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	text-align: center;
	right: 20px;
	bottom: 10px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
}
.flex-control-paging li a {
	background-color: #BDBEC4;
	width: 8px;
	height: 8px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.m-thumb .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background-color: #1ABC9C;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}
/**	Overwrite original style     **/
.flexslider {
	margin: 0;
	background-color: transparent;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
/**	Control nav	**/
.flex-control-nav li {
	padding: 4px;
	margin: 0;
}
.flexslider.position-nav-under .flex-control-nav {
	position: absolute;
	top: 4px;
	right: 4px;
}
.testimonial-wrapper .flex-control-nav {
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.flexslider.flexslider.position-nav-under {
	margin-bottom: 0px;
}
.flexslider.position-nav-bottom .flex-control-nav {
	position: absolute;
	bottom: 9px;
}
.flexslider.position-nav-top .flex-control-nav {
	position: absolute;
	top: 9px;
}
.color-nav-dark .flex-control-paging li a {
	background-color: #A7A7A7;
	background-color: rgba(236, 236, 236, 0.3);
	box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.color-nav-dark .flex-control-paging li a:hover, .color-nav-dark .flex-control-paging li a.flex-active {
	background-color: #618BD3;
}
.color-nav-light .flex-control-paging li a {
	background-color: #999;
	background-color: rgba(255, 255, 255, 0.55);
	box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.color-nav-light .flex-control-paging li a:hover {
	background-color: #BBB;
	background-color: rgba(255, 255, 255, 0.70);
}
.color-nav-active-black .flex-control-paging li a.flex-active {
	background-color: #111;
}
.color-nav-active-green .flex-control-paging li a.flex-active {
	background-color: #359BED;
}
.color-nav-active-orange .flex-control-paging li a.flex-active {
	background-color: #EC6104;
}
.flex-active {
	background-color: #FFF;
}
.color-nav-active-red .flex-control-paging li a.flex-active {
	background-color: #C61013;
}
.color-nav-active-white .flex-control-paging li a.flex-active {
	background-color: #FFF;
}
/**	Slide theme 	**/
.flex-slide-theme-horizontal {
	margin-top: 25px;
	margin-bottom: 30px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-color: rgba(0, 0, 0, 0.6);
}
.flex-slide-theme-horizontal .slide-theme {
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.flex-slide-theme-horizontal .slide-theme-side {
	display: block;
	height: 26px;
	position: absolute;
	width: 45px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-left {
	background-position: -2px -28px;
	bottom: -26px;
	left: -1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-left {
	background-position: -2px 0px;
	top: -26px;
	left: -1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-right {
	background-position: -64px -28px;
	bottom: -26px;
	right: -2px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-right {
	background-position: -64px 0px;
	top: -26px;
	right: -2px;
}
.flex-slide-theme-vertical {
	margin-left: 25px;
	margin-right: 25px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-color: rgba(0, 0, 0, 0.6);
}
.flex-slide-theme-vertical .slide-theme {
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.flex-slide-theme-vertical .slide-theme-side {
	display: block;
	height: 40px;
	position: absolute;
	width: 25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-left {
	background-position: -111px -13px;
	bottom: -1px;
	left: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-left {
	background-position: -167px -16px;
	top: -1px;
	left: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-right {
	background-position: -139px -13px;
	bottom: -1px;
	right: -25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-right {
	background-position: -195px -16px;
	top: -1px;
	right: -25px;
}
/**	Custom theme	**/
.theme-border-radius-01, .theme-border-radius-01 ul.slides li img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.theme-border-radius-01.position-caption-bottom-left .flex-caption, .theme-border-radius-01.position-caption-bottom-right .flex-caption, .theme-border-radius-01.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.theme-border-radius-01.position-caption-top-left .flex-caption, .theme-border-radius-01.position-caption-top-right .flex-caption, .theme-border-radius-01.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.theme-border-radius-02, .theme-border-radius-02 ul.slides li img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.theme-border-radius-02.position-caption-bottom-left .flex-caption, .theme-border-radius-02.position-caption-bottom-right .flex-caption, .theme-border-radius-02.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.theme-border-radius-02.position-caption-top-left .flex-caption, .theme-border-radius-02.position-caption-top-right .flex-caption, .theme-border-radius-02.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.theme-border-radius-03, .theme-border-radius-03 ul.slides li img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.theme-border-radius-03.position-caption-bottom-left .flex-caption, .theme-border-radius-03.position-caption-bottom-right .flex-caption, .theme-border-radius-03.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.theme-border-radius-03.position-caption-top-left .flex-caption, .theme-border-radius-03.position-caption-top-right .flex-caption, .theme-border-radius-03.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
.theme-border-radius-04, .theme-border-radius-04 ul.slides li img {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}
.theme-border-radius-04.position-caption-bottom-left .flex-caption, .theme-border-radius-04.position-caption-bottom-right .flex-caption, .theme-border-radius-04.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius: 0 0 24px 24px;
	-moz-border-radius: 0 0 24px 24px;
	-o-border-radius: 0 0 24px 24px;
	border-radius: 0 0 24px 24px;
}
.theme-border-radius-04.position-caption-top-left .flex-caption, .theme-border-radius-04.position-caption-top-right .flex-caption, .theme-border-radius-04.position-caption-top-centered .flex-caption {
	-webkit-border-radius: 24px 24px 0 0;
	-moz-border-radius: 24px 24px 0 0;
	-o-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
}
.theme-border-01 ul.slides {
	padding: 2px;
}
.theme-border-02 {
	padding: 4px;
}
.theme-border-03 ul.slides {
	padding: 7px;
}
.theme-border-04 ul.slides {
	padding: 10px;
}
.theme-shadow-normal {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.theme-shadow-large {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	-o-box-shadow: 0 1px 15px rgba(0,0,0,0.4);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
	margin: 10px;
}
/** Custom CSS by JoomSpirit **/
.flexslider {
	overflow: visible !important;
}
.flexslider ul.slides {
	background-color: transparent;
}
.flexslider .slides > li {
	position: relative;
}
.flexslider ul.slides li a {
	display: block;
}
.flexslider .flex-caption {
	position: absolute;
	left: 0;
	margin: 20px;
	padding: 10px 10px;
	z-index: 10;
}
.flexslider ul.slides li a, .flexslider ul.slides li a:hover {
	color: inherit;
}
.flexslider ul.slides li .flex-caption a {
	display: inline;
	color: #359BED;
}
.flexslider ul.slides li .flex-caption a:hover {
	color: inherit;
	text-decoration: underline;
}
.flexslider ul.slides li a .flex-caption:hover {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.flexslider.position-caption-bottom-left .flex-caption {
	bottom: 0;
	text-align: left;
}
.flexslider.position-caption-bottom-right .flex-caption {
	bottom: 0;
	text-align: right;
}
.flexslider.position-caption-bottom-centered .flex-caption {
	bottom: 0;
	text-align: center;
}
.flexslider.position-caption-top-left .flex-caption {
	top: 0;
	text-align: left;
}
.flexslider.position-caption-top-right .flex-caption {
	top: 0;
	text-align: right;
}
.flexslider.position-caption-top-centered .flex-caption {
	top: 0;
	text-align: center;
}
.flexslider.bg-caption-black-00 .flex-caption {
	background-color: #000;
	background-image: none;
}
.flexslider.bg-caption-white-00 .flex-caption {
	background-color: #FFF;
	background-image: none;
}
.flexslider.bg-caption-white-09 .flex-caption, .flexslider.bg-caption-black-09 .flex-caption {
	background-color: transparent;
	background-image: none;
}
.flexslider.bg-caption-black-02 .flex-caption {
	background: black;
	opacity: 0.8;
}
/* 	Nivo Slider
----------------------------------------------------------------------*/
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #FFF;
	width: 100%;
	z-index: 8;
	padding: 10px 20px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/* 	Roundabout Slider
----------------------------------------------------------------------*/
.roundabout ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 70%;
	max-width: 1000px;
	height: 260px;
}
.roundabout li {
	position: relative;
	height: 260px;
	width: 460px;
	background-color: #CCC;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 20px 20px -20px #000;
	-moz-box-shadow: 0px 20px 20px -20px #000;
	box-shadow: 0px 20px 20px -20px #000;
}
.roundabout li.roundabout-in-focus {
	cursor: default;
}
.facade {
	width: 895px;
	height: 398px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
.raised {
	width: 895px;
	height: 398px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.facade img {
	width: auto !important;
	max-width: none !important;
}
.facade ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 226px;
	height: 400px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	z-index: 100;
}
.facade ul.column1 {
	left: 0px;
}
.facade ul.column2 {
	left: 224px;
}
.facade ul.column3 {
	left: 448px;
}
.facade ul.column4 {
	left: 672px;
}
.facade ul li {
	overflow: hidden;
	height: 400px;
	width: 225px;
}
.facade ul li img {
	position: absolute;
	top: 0;
}
.facade ul.column1 img {
	left: 0px;
}
.facade ul.column2 img {
	left: -225px;
}
.facade ul.column3 img {
	left: -450px;
}
.facade ul.column4 img {
	left: -675px;
}
#advance {
	z-index: 999;
	color: #FFF;
	background: #1ABC9C;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/* 	Modern Slider
----------------------------------------------------------------------*/
.modern-slider {
	position: relative;
	width: 1140px;
	height: 360px;
}
.modern-slider img, .modern-slider iframe {
	width: 1140px;
	height: 360px;
}
.full .modern-slider {
	margin: 40px auto 0;
}
.mslider-view {
	overflow: hidden;
	background-color: #202020;
	position: relative;
	height: 100%;
}
.mslider-pages {
	position: relative;
	height: 100%;
}
.mslider-horizontal .mslider-pages {
	width: 9000px;
}
.mslider-pages > div {
	position: relative;
	height: 100%;
}
.mslider-horizontal .mslider-pages > div {
	float: left;
}
.mslider-labels {
	position: absolute;
	bottom: 0;
	left: 13%;
}
.mslider-label2 {
	bottom: 80px;
}
.mslider-label3 {
	bottom: 40px;
}
.mslider-label4 {
	bottom: 0;
}
.labele {
	font-size: 1.2em;
	color: #FAFAFA;
	background-color: #000;
	border-left: 5px solid #1ABC9C;
	padding: 8px 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	float: left;
	clear: left;
}
.mslider-controls {
	position: absolute;
	right: 14%;
	bottom: 2px;
}
.mslider-horizontal .mslider-controls {
	margin-top: -20px;
}
.mslider-vertical .mslider-controls {
	margin-top: -65px;
}
.mslider-arrow {
	width: 60px;
	height: 40px;
	background-color: #FFF;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mslider-arrow i {
	padding: 9px 0 0 26px;
	display: block;
	font-size: 20px;
	color: #000;
}
.mslider-arrow:hover i {
	color: #FFF;
}
.mslider-horizontal .mslider-arrow {
	float: left;
}
.mslider-arrow:hover {
	background-color: #1ABC9C;
}
.mslider-next {
	background-repeat: no-repeat;
	background-position: center;
}
/* 	Parallax Slider
----------------------------------------------------------------------*/
.pxs_container {
	width: 100%;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.pxs_bg {
	background: transparent url(images/parallax/bg.png) repeat top left;
}
.pxs_bg div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7584px;
	/*1264px window width times number of images*/
	height: 420px;
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}
.pxs_bg .pxs_bg1 {
	background-image: url(images/parallax/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2 {
	background-image: url(images/parallax/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3 {
	background-image: url(images/parallax/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper {
	display: none;
}
.pxs_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.pxs_slider {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 420px;
}
ul.pxs_slider li {
	height: 420px;
	float: left;
	position: relative;
}
ul.pxs_slider li img {
	display: block;
	margin: 35px auto 0px auto;
	-moz-box-shadow: 0px 0px 7px #222;
	-webkit-box-shadow: 0px 0px 7px #222;
	box-shadow: 0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul.pxs_thumbnails {
	height: 35px;
	position: absolute;
	top: 320px;
	left: 50%;
}
ul.pxs_thumbnails li {
	position: absolute;
	display: block;
}
ul.pxs_thumbnails li img {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 7px #555;
	-webkit-box-shadow: 1px 1px 7px #555;
	box-shadow: 1px 1px 7px #555;
	cursor: pointer;
	display: block;
	opacity: 0.7;
}
ul.pxs_thumbnails li.selected img {
	opacity: 1.0;
}
.pxs_navigation span {
	position: absolute;
	width: 30px;
	height: 60px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	top: 145px;
	opacity: 0.6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.pxs_navigation span:hover {
	opacity: 0.9;
}
.pxs_navigation span.pxs_prev {
	left: 16% !important;
	background: #000 url(images/parallax/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next {
	right: 16% !important;
	background: #000 url(images/parallax/next.png) no-repeat center center;
}
.pxs_loading {
	color: #FFF;
	font-size: 20px;
	padding: 15px 15px 15px 50px;
	position: absolute;
	background: #333 url(images/parallax/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.7;
	width: 180px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -90px;
}
/* 	3D Slicebox Slider
----------------------------------------------------------------------*/
.myslicebox {
	position: relative;
	margin: 0 auto;
	width: 1140px;
}
.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	z-index: 2;
}
.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}
.sb-slider li > a {
	outline: none;
}
.sb-slider li > a img {
	border: none;
}
.sb-slider img {
	max-width: 100%;
	display: block;
}
.sb-slider h3 {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190, 176, 155, 0.4);
	border-left: 4px solid rgba(255, 255, 255, 0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=.9);
	opacity: 0.9;
	color: #FFF;
	-webkit-animation: lightSpeedIn 1s 1;
	-moz-animation: lightSpeedIn 1s 1;
	-ms-animation: lightSpeedIn 1s 1;
	-o-animation: lightSpeedIn 1s 1;
	animation: lightSpeedIn 1s 1;
}
.sb-slider li.sb-current .sb-description {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
.sb-slider li.sb-current .sb-description:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	background: rgba(190, 176, 155, 0.7);
}
.sb-perspective {
	position: relative;
}
.sb-perspective > div {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.shadow {
	width: 980px;
	height: 168px;
	margin: -110px auto 0;
	position: relative;
	background: transparent url(images/3d-slider/shadow.png) no-repeat bottom center;
	background-size: 100% 100%;
	/* stretches it */
	z-index: 0;
	display: none;
}
.nav-arrows {
	display: none;
}
.nav-arrows a {
	font-size: 24px;
	padding: 10px 16px;
	display: block;
	background: #E9E9E9;
	position: absolute;
	top: 50%;
	left: 2%;
	cursor: pointer;
	margin-top: -40px;
	opacity: 0.9;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-arrows a:first-child {
	left: auto;
	right: 2%;
}
.nav-arrows a:hover {
	opacity: 1;
	color: #FFF;
	background: #2C3E50;
}
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}
.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #CBBFAE;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nav-dots span.nav-dot-current {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #CBBFAE, inset 0 0 0 8px #FFF;
}
.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}
.nav-options span {
	width: 30px;
	height: 30px;
	background: #CBBFAE url(images/3d-slider/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}
.nav-options span:first-child {
	background-position: -30px 0px;
	margin-right: 3px;
}
.nav-options span:hover {
	opacity: 1;
}
/* 	Rotating Slides
----------------------------------------------------------------------*/
.rotating-slider {
	position: relative;
}
.rm_container {
	width: 1050px;
	overflow: hidden;
	position: relative;
	height: 530px;
	margin: 0 auto;
}
.rm_container h2 {
	background: transparent url(images/rotating/lines.png) repeat top left;
	padding: 10px 30px;
	position: absolute;
	bottom: 170px;
	right: 0px;
	color: #000;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 1px 0px 1px #FFF;
}
.rm_container ul {
	width: 1170px;
}
.rm_container ul li {
	float: left;
	margin-left: -80px;
	position: relative;
	overflow: hidden;
	width: 310px;
	height: 465px;
	border: 30px solid #F6F6F6;
	border-width: 50px 30px 0px 30px;
	background-color: #F6F6F6;
}
.rm_container ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.rm_mask_right, .rm_mask_left {
	position: absolute;
	height: 110px;
	background: #F6F6F6;
	width: 530px;
	bottom: -30px;
	left: 0px;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.rm_mask_right {
	left: auto;
	right: 0px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.rm_corner_right, .rm_corner_left {
	background: #F6F6F6;
	position: absolute;
	width: 200px;
	height: 100px;
	bottom: 0px;
	left: -65px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rm_corner_right {
	left: auto;
	right: -82px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rm_nav a {
	position: absolute;
	top: 200px;
	width: 38px;
	height: 87px;
	cursor: pointer;
	opacity: 0.7;
}
.rm_nav a:hover {
	opacity: 1.0;
}
.rm_nav a.rm_next {
	background: transparent url(images/rotating/next.png) no-repeat top left;
	right: 0px;
}
.rm_nav a.rm_prev {
	background: transparent url(images/rotating/prev.png) no-repeat top left;
	left: 0px;
}
.rm_controls {
	position: absolute;
	top: 0px;
	left: -40px;
	height: 20px;
}
.rm_controls a {
	cursor: pointer;
	opacity: 0.7;
	padding-left: 24px;
	font-size: 16px;
	text-transform: uppercase;
	height: 20px;
	float: left;
	line-height: 20px;
}
.rm_controls a:hover {
	opacity: 1.0;
}
.rm_controls a.rm_play {
	display: none;
	background: transparent url(images/rotating/play.png) no-repeat center left;
}
.rm_controls a.rm_pause {
	background: transparent url(images/rotating/pause.png) no-repeat center left;
}
/* 	Parallax Content Slides
----------------------------------------------------------------------*/
.da-slider {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: transparent url(images/parallax2/waves.gif) repeat 0% 0%;
	border-top: 8px solid #EFC34A;
	border-bottom: 8px solid #EFC34A;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.rower {
}
.da-slide-current {
	z-index: 998;
}
.da-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slider-fb .da-slide {
	left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
	left: 0px;
}
.da-slide h2, .da-slide p, .da-slide .da-link, .da-slide .da-img {
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link {
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img {
	left: 60%;
	opacity: 1;
}
.da-slide h2 {
	color: #FFF;
	font-size: 66px;
	width: 50%;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-weight: 700;
}
.da-slide p {
	width: 45%;
	top: 155px;
	color: #916C05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
}
.da-slide .da-img {
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%;
	/*60%*/
}
.da-slide .da-link {
	top: 270px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 3px solid rgba(255, 255, 255, 0.8);
	padding: 2px 20px 0px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
}
.da-slide .da-link:hover {
	background: rgba(255, 255, 255, 0.3);
}
.da-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #E4B42D;
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows {
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span {
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #E4B42D;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span {
	opacity: 1;
}
.da-arrows span:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(images/parallax2/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.da-arrows span:hover:after {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.da-arrows span:active:after {
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-arrows span.da-arrows-next:after {
	background-position: top right;
}
.da-arrows span.da-arrows-prev {
	left: 15px;
}
.da-arrows span.da-arrows-next {
	right: 15px;
}
.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img {
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */
/* Slide in from the right*/
.da-slide-fromright h2 {
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p {
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link {
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img {
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim2 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromRightAnim4 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim1 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim2 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromRightAnim4 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim1 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim2 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromRightAnim4 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim1 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim2 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromRightAnim4 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@keyframes fromRightAnim1 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromRightAnim2 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromRightAnim3 {
	0% {
		left: 110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromRightAnim4 {
	0% {
		left: 110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
/* Slide in from the left*/
.da-slide-fromleft h2 {
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p {
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link {
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img {
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim2 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-webkit-keyframes fromLeftAnim4 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim1 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim2 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-moz-keyframes fromLeftAnim4 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim1 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim2 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-o-keyframes fromLeftAnim4 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim1 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim2 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@-ms-keyframes fromLeftAnim4 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim1 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim2 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim3 {
	0% {
		left: -110%;
		opacity: 0;
	}
	1% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 10%;
		opacity: 1;
	}
}
@keyframes fromLeftAnim4 {
	0% {
		left: -110%;
		opacity: 0;
	}
	100% {
		left: 60%;
		opacity: 1;
	}
}
/* Slide out to the right */
.da-slide-toright h2 {
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p {
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link {
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img {
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-webkit-keyframes toRightAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	30% {
		left: 55%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-moz-keyframes toRightAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	30% {
		left: 55%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-o-keyframes toRightAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	30% {
		left: 55%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@-ms-keyframes toRightAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	30% {
		left: 55%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
@keyframes toRightAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	30% {
		left: 55%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}
/* Slide out to the left*/
.da-slide-toleft h2 {
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p {
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link {
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img {
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-webkit-keyframes toLeftAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	40% {
		left: 70%;
		opacity: 1;
	}
	90% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-moz-keyframes toLeftAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	40% {
		left: 70%;
		opacity: 1;
	}
	90% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-o-keyframes toLeftAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	40% {
		left: 70%;
		opacity: 1;
	}
	90% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@-ms-keyframes toLeftAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	40% {
		left: 70%;
		opacity: 1;
	}
	90% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim1 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim2 {
	0% {
		left: 10%;
		opacity: 1;
	}
	30% {
		left: 15%;
		opacity: 1;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim3 {
	0% {
		left: 10%;
		opacity: 1;
	}
	99% {
		left: 10%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
@keyframes toLeftAnim4 {
	0% {
		left: 60%;
		opacity: 1;
	}
	40% {
		left: 70%;
		opacity: 1;
	}
	90% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: -50%;
		opacity: 0;
	}
}
/*	iView Slider
----------------------------------------------------------------------*/
.iviewSlider {
	overflow: hidden;
}
#iview-timer {
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
#iview-preloader {
	position: absolute;
	z-index: 1000;
	border: #618BD3 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	height: 3px;
	background: #000;
	width: 0px;
}
.iview-strip {
	display: block;
	position: absolute;
	z-index: 5;
}
.iview-block {
	display: block;
	position: absolute;
	z-index: 5;
}
.iview-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.iview-prevNav {
	left: 0px;
}
.iview-nextNav {
	right: 0px;
}
.iview-controlNav {
	position: absolute;
	z-index: 9;
}
.iview-controlNav a {
	z-index: 9;
	cursor: pointer;
}
.iview-controlNav a.active {
	font-weight: bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}
.iview-caption {
	position: absolute;
	z-index: 4;
	overflow: hidden;
	cursor: default;
}
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}
#iview {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#iview .iviewSlider {
	display: block;
	width: 1064px;
	height: 350px;
	overflow: hidden;
}
#iview div.iview-directionNav {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(images/iview/bg_direction_nav_iview2.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left, right;
}
#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}
.iview-controlNav {
	position: absolute;
	bottom: 20px;
	right: 2%;
}
.iview-controlNav a {
	text-indent: -9999px;
}
.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('images/iview/bullets_2.png') no-repeat 0px 0px;
	line-height: 0px;
	margin-right: 7px;
}
.iview-controlNav a.iview-control.active {
	background-position: 0px -11px;
}
div.iview-directionNav {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 9;
	width: 100%;
}
div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(images/iview/nav_paddles.png);
	text-indent: -9999px;
}
div.iview-directionNav a:active {
	background-image: url(images/iview/nav_paddles_down.png);
}
div.iview-directionNav a.iview-nextNav {
	right: 20px;
	background-position: 56px 0px;
}
div.iview-directionNav a.iview-prevNav {
	left: 20px;
	background-position: -16px 0px;
}
.iview-caption2 {
	color: #FFF;
	padding: 16px 16px;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}
.iview-caption {
	background: url('images/iview/caption-bg.png');
	color: #FFF;
	padding: 16px 16px;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}
.iview-caption.video-caption {
	padding: 10px;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #C4302B;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}
.iview-caption.caption3 div {
	line-height: 150%;
	text-align: justify;
}
.iview-caption.caption4 {
	background: #618BD3;
	font-size: 24px;
	font-weight: bold;
	text-shadow: none;
}
.iview-caption.caption5 {
	background: #FFF;
	color: #000;
	font-size: 26px;
	text-shadow: none;
}
.iview-caption.caption6 {
	background: #272727;
	font-size: 20px;
	font-weight: bold;
	text-shadow: none;
}
#iview-preloader {
	border: #666 1px solid;
	width: 150px;
}
#iview-preloader div {
	background: #666;
}
/* 	Fullscreen Slides
----------------------------------------------------------------------*/
#headerab {
	position: absolute;
	z-index: 999;
	width: 100%;
}
#headerab .second-head {
	background: #1ABC9C;
	background: rgba(26, 188, 156, 0.8);
}
#slides {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
#slides .slides-control {
	position: relative;
	-webkit-transform: none;
	transform: none;
}
#slides .slides-container {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#slides .slides-container img {
	-webkit-backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#slides .slides-container img.keep-original {
	min-width: 0;
	min-height: 0;
	position: static;
}
#slides .slides-container li {
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
}
#slides .slides-container li.current {
	display: block;
	z-index: 1;
}
#slides .slides-container li h3 {
	position: absolute;
	bottom: 5.7%;
	left: 16%;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 3px;
	padding: 15px 20px;
	background: #FFF;
	color: #000;
}
#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
#slides .scrollable .container {
	overflow: hidden;
	*zoom: 1;
}
.slides-navigation {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	top: -50%;
}
.slides-navigation a {
	position: fixed;
	display: block;
	color: #000;
	background: #FFF;
	display: block;
	padding: 14px 20px;
	font-size: 20px;
	text-align: center;
	bottom: 8%;
	-webkit-transition: padding 0.2s ease-out;
	-moz-transition: padding 0.2s ease-out;
	-ms-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.slides-navigation a.prev {
	left: 8%;
	border-radius: 3px;
	background: #2C3E50;
	color: #FFF;
}
.slides-navigation a.next {
	left: 12%;
	border-radius: 3px;
	background: #2C3E50;
	color: #FFF;
}
.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
	background: #1ABC9C;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 6%;
	right: 8%;
}
.slides-pagination a {
	border: 2px solid #EEE;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 2px;
}
.slides-pagination a.active {
	background: #1ABC9C;
}
/* 	Testimonials Slides
----------------------------------------------------------------------*/
#testimonials .slides img {
	width: auto !important;
	border-radius: 50%;
}
#testimonials li {
	margin: 1px 16px 0 1px;
}
#testimonials .flex-direction-nav a {
	display: block;
	background: none;
	position: absolute;
	padding: 0;
	top: -24px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
#testimonials .flex-direction-nav a i {
	color: #DEDEDE;
	display: block;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
#testimonials .flex-direction-nav a i:hover {
	color: #949494;
}
#testimonials .flex-direction-nav .flex-prev {
	right: 18px;
	left: auto;
}
#testimonials .flex-direction-nav .flex-next {
	right: 0px;
}
/* 	jCarousel
----------------------------------------------------------------------*/
.jcarousel-clip {
	overflow: hidden;
}
#clients img {
	float: left;
	border: 1px solid #DDD;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
.grid_12 #clients li, .grid_11 #clients li, .grid_10 #clients li, .grid_9 #clients li, .grid_8 #clients li, .grid_7 #clients li, .grid_6 #clients li, .grid_5 #clients li, .grid_4 #clients li, .grid_3 #clients li {
	margin: 0 5px;
}
#clients img:hover {
	border: 1px solid #000;
}
#clients .jcarousel-item-horizontal {
	margin: 0;
}
.grid_12 #galleri li, .grid_11 #galleri li, .grid_10 #galleri li, .grid_9 #galleri li, .grid_8 #galleri li, .grid_7 #galleri li, .grid_6 #galleri li, .grid_5 #galleri li, .grid_4 #galleri li, .grid_3 #galleri li {
	margin: 0 1px;
}
#galleri .jcarousel-item-horizontal {
	margin: 0;
}
.grid_11 .galleri4 p, .grid_10 .galleri4 p, .grid_9 .galleri4 p, .grid_8 .galleri4 p, .grid_7 .galleri4 p, .grid_6 .galleri4 p, .grid_5 .galleri4 p, .grid_4 .galleri4 p, .grid_3 .galleri4 p {
	display: none;
}
.galleri4 a:hover img {
	top: 0 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.grid_11 .galleri4 h3, .grid_10 .galleri4 h3, .grid_9 .galleri4 h3, .grid_8 .galleri4 h3, .grid_7 .galleri4 h3, .grid_6 .galleri4 h3, .grid_5 .galleri4 h3, .grid_4 .galleri4 h3, .grid_3 .galleri4 h3 {
	margin: 0;
	bottom: -95px;
	left: 4px;
}
.grid_11 .galleri4 a:hover h3, .grid_10 .galleri4 a:hover h3, .grid_9 .galleri4 a:hover h3, .grid_8 .galleri4 a:hover h3, .grid_7 .galleri4 a:hover h3, .grid_6 .galleri4 a:hover h3, .grid_5 .galleri4 a:hover h3, .grid_4 .galleri4 a:hover h3, .grid_3 .galleri4 a:hover h3 {
	bottom: 4px;
}
.grid_12 .galleri4 a:hover img {
	top: -44px !important;
}
/* Horizontal Buttons */
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
	position: absolute;
	top: -52px;
	right: 5px;
	padding: 4px 6px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
.jcarousel-prev-horizontal {
	right: 24px !important;
}
.jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:hover {
	color: #1ABC9C;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active, .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	opacity: 0.5;
}
/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head, .toggle-head {
	padding: 10px 20px;
	border-radius: 4px;
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	font-family: oswald;
	cursor: pointer;
	text-transform: uppercase;
	border: 2px solid #EAEAEA;
	color: #CCC;
	transition: all 0.3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.active .accordion-head, .active .toggle-head {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.accordion-head i, .toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head, .sub-toggle:first-child .toggle-head {
	margin: 0;
}
.accordion-head:hover, .toggle-head:hover {
	border: 2px solid #CCC;
}
.active .accordion-head, .active .toggle-head {
	color: #000;
	border: 2px solid #CCC;
	border-bottom: 0;
}
.active .accordion-content, .active .toggle-content {
	border: 2px solid #CCC;
}
.accordion-head:hover .accordion-head-sign, .toggle-head:hover .toggle-head-sign {
	color: #CCC;
}
.accordion-content, .toggle-content {
	padding: 16px;
	overflow: hidden;
	border: 2px solid #EAEAEA;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.accordion-head-sign, .toggle-head-sign {
	float: right;
	margin: 0;
	cursor: pointer;
}
.accordion-head-sign i, .toggle-head-sign i {
	padding: 0;
	margin: 0;
}
/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display: block;
	padding: 0;
	list-style: none;
}
.tabs li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	margin: 0 3px 0 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0 0 -2px -1px;
	font-size: 12px;
	cursor: pointer;
	color: #CCC;
	background: #FAFAFA;
	border: 2px solid #EAEAEA;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	font-family: Oswald;
}
.tabs li:first-child a {
	margin: 0 0 -2px 0;
}
.tabs li a:hover {
	background: #FFF;
}
.tabs li a.active {
	background: #FFF;
	border: 2px solid #EAEAEA;
	border-bottom: 2px solid #FFF;
	color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tabs-content {
	padding: 16px;
	display: block;
	list-style: none;
	border: 2px solid #EAEAEA;
}
.tabs-content > li {
	display: none;
}
.tabs-content > li.active {
	display: block;
	overflow: hidden;
}
.tabs:before, .tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.tabs:after {
	clear: both;
}
.vert-tab {
	border-bottom: 0px;
	text-align: right;
}
.vert-tab li {
	float: none;
}
.vert-tab a {
	padding: 8px 10px !important;
	border: 0 !important;
	border-right: 1px solid #DFDFDF !important;
	background: none !important;
	transition: all 0.2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.vert-tab a:hover {
	color: #47C0FF;
}
.vert-tab a.active {
	border: 1px solid #DFDFDF !important;
	border-bottom: 1px solid #DFDFDF !important;
	border-right: 0 !important;
	box-shadow: -3px 0 5px rgba(39, 39, 39, 0.1) !important;
	color: #47C0FF;
}
.vert-content {
	padding: 0 0 0 16px !important;
	border: 0;
}
@keyframes prot {
	20%, 40%, 60%, 80%, 100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes prot {
	20%, 40%, 60%, 80%, 100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-o-keyframes prot {
	20%, 40%, 60%, 80%, 100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-ms-keyframes prot {
	20%, 40%, 60%, 80%, 100% {
		-webkit-transform-origin: top center;
	}
	20% {
		-webkit-transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
.tabs li a:hover i {
	opacity: 1;
	animation: prot 1s 1;
	-webkit-animation: prot 1s 1;
	-moz-animation: prot 1s 1;
	-o-animation: prot 1s 1;
	-ms-animation: prot 1s 1;
	z-index: 11;
}
/*	Progress Bar
----------------------------------------------------------------------*/
.progress-bar {
	background-color: #FAFAFA;
	height: 42px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #1ABC9C;
}
.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 0;
	}
}
@-moz-keyframes animate-stripes {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 0;
	}
}
.progress-bar .progress-bar-text {
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-family: oswald;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(73, 73, 73, 0.66);
}
.progress-bar span.lengh {
	position: absolute;
	right: 20px;
	top: 9px;
	padding: 4px;
	border-radius: 3px;
	height: auto;
	background: #FFF;
	color: #777;
	font-family: oswald;
}
/*	Footer
----------------------------------------------------------------------*/
#footer {
	background: #2C3E50;
	color: #BFBFBF;
	padding: 40px 0;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #1ABC9C;
}
#footer h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Oswald", Tahoma, Arial;
	text-transform: uppercase;
	color: #FFF;
}
#footer strong {
	color: #FFF;
	font-weight: bold;
}
.footer-social {
	margin: 0;
}
.footer-social a {
	float: left;
	margin: 0 2px 2px 0;
}
.footer-social a:hover {
	-webkit-animation: tada .8s 1;
	-moz-animation: tada .8s 1;
	-ms-animation: tada .8s 1;
	-o-animation: tada .8s 1;
	animation: tada 0.8s 1;
}
.copyright h3 {
	color: #FFF;
}
/*	More Styles
----------------------------------------------------------------------*/
.mt {
	margin-top: 20px !important;
}
.mtt {
	margin-top: 30px !important;
}
.mtf {
	margin-top: 40px !important;
}
.mts {
	margin-top: 70px !important;
}
.mb {
	margin-bottom: 20px !important;
}
.mbt {
	margin-bottom: 30px !important;
}
.mbf {
	margin-bottom: 40px !important;
}
.mbs {
	margin-bottom: 50px !important;
}
.fll {
	float: left;
	margin: 0 20px 10px 0 !important;
}
.flr {
	float: right;
	margin: 0 0 10px 20px !important;
}
.tac {
	text-align: center !important;
}
.two-radius {
	border-radius: 2px;
}
.three-radius {
	border-radius: 3px;
}
.four-radius {
	border-radius: 4px;
}
.five-radius {
	border-radius: 5px;
}
.six-radius {
	border-radius: 6px;
}
.ten-radius {
	border-radius: 10px;
}
.circle-radius {
	border-radius: 50%;
}
.dropcap {
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 54px;
	padding: 0px 16px;
	background: #2C3E50;
}
.dropcap-border {
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	border: 1px solid #2C3E50;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	line-height: 54px;
	padding: 0px 16px;
}
.highlight {
	padding: 1px 6px;
}
.the-list li, .the-icons li {
	line-height: 24px;
}
.the-list li [class^="icon-"], .the-list li [class*=" icon-"], .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] {
	padding-right: 8px;
	font-size: 14px;
}
/*	HR Styles
----------------------------------------------------------------------*/
hr.line {
	margin-bottom: 32px;
}
hr.dotted {
	border-bottom: 1px dotted #777;
	margin-bottom: 32px;
}
hr.double {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 32px;
}
hr.theme20-1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-bottom: 32px;
}
hr.theme20-3 {
	padding: 0;
	border: none;
	border-top: medium double #555;
	color: #555;
	text-align: center;
	margin: 32px 0px;
}
hr.theme20-3:after {
	content: "*";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}
.highlight {
	padding: 1px 8px;
}
/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important;
}
.showtt {
	bottom: 18px !important;
}
#toTop {
	position: fixed;
	right: 32px;
	bottom: -100px;
	width: 40px;
	height: 40px;
	background: rgba(247, 247, 247, 0.36);
	color: #AAA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	padding: 10px 0 0 15px;
	display: block;
	font-size: 16px;
}
#toTop:hover i {
	-webkit-animation: lr .4s 1;
	-moz-animation: lr .4s 1;
	-ms-animation: lr .4s 1;
	-o-animation: lr .4s 1;
	animation: lr 0.4s 1;
}
#toTop:hover {
	opacity: 0.9;
	background: #1ABC9C;
	color: #FFF;
}
/* Intro Animations
----------------------------------------------------------------------*/
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-moz-transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-moz-transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		-o-transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		-o-transform: perspective(400px) rotateX(10deg);
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
.flipInX {
	-webkit-animation: flipInX 1s 1;
	-moz-animation: flipInX 1s 1;
	-ms-animation: flipInX 1s 1;
	-o-animation: flipInX 1s 1;
	animation: flipInX 1s 1;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation: fadeIn 1s 1;
	-moz-animation: fadeIn 1s 1;
	-ms-animation: fadeIn 1s 1;
	-o-animation: fadeIn 1s 1;
	animation: fadeIn 1s 1;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation: fadeInUp 1s 1;
	-moz-animation: fadeInUp 1s 1;
	-ms-animation: fadeInUp 1s 1;
	-o-animation: fadeInUp 1s 1;
	animation: fadeInUp 1s 1;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation: fadeInDown 1s 1;
	-moz-animation: fadeInDown 1s 1;
	-ms-animation: fadeInDown 1s 1;
	-o-animation: fadeInDown 1s 1;
	animation: fadeInDown 1s 1;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation: fadeInLeft 1s 1;
	-moz-animation: fadeInLeft 1s 1;
	-ms-animation: fadeInLeft 1s 1;
	-o-animation: fadeInLeft 1s 1;
	animation: fadeInLeft 1s 1;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation: fadeInRight 1s 1;
	-moz-animation: fadeInRight 1s 1;
	-ms-animation: fadeInRight 1s 1;
	-o-animation: fadeInRight 1s 1;
	animation: fadeInRight 1s 1;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	70% {
		-moz-transform: scale(.9);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	70% {
		-o-transform: scale(.9);
	}
	100% {
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
.bounceIn {
	-webkit-animation: bounceIn 1s 1;
	-moz-animation: bounceIn 1s 1;
	-ms-animation: bounceIn 1s 1;
	-o-animation: bounceIn 1s 1;
	animation: bounceIn 1s 1;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	80% {
		-moz-transform: translateY(-10px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	80% {
		-o-transform: translateY(-10px);
	}
	100% {
		-o-transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.bounceInDown {
	-webkit-animation: bounceInDown 1s 1;
	-moz-animation: bounceInDown 1s 1;
	-ms-animation: bounceInDown 1s 1;
	-o-animation: bounceInDown 1s 1;
	animation: bounceInDown 1s 1;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation: rotateIn 1s 1;
	-moz-animation: rotateIn 1s 1;
	-ms-animation: rotateIn 1s 1;
	-o-animation: rotateIn 1s 1;
	animation: rotateIn 1s 1;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation: rotateInUpLeft 1s 1;
	-moz-animation: rotateInUpLeft 1s 1;
	-ms-animation: rotateInUpLeft 1s 1;
	-o-animation: rotateInUpLeft 1s 1;
	animation: rotateInUpLeft 1s 1;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation: rotateInDownLeft 1s 1;
	-moz-animation: rotateInDownLeft 1s 1;
	-ms-animation: rotateInDownLeft 1s 1;
	-o-animation: rotateInDownLeft 1s 1;
	animation: rotateInDownLeft 1s 1;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation: rotateInUpRight 1s 1;
	-moz-animation: rotateInUpRight 1s 1;
	-ms-animation: rotateInUpRight 1s 1;
	-o-animation: rotateInUpRight 1s 1;
	animation: rotateInUpRight 1s 1;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation: rotateInDownRight 1s 1;
	-moz-animation: rotateInDownRight 1s 1;
	-ms-animation: rotateInDownRight 1s 1;
	-o-animation: rotateInDownRight 1s 1;
	animation: rotateInDownRight 1s 1;
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}
}
@-moz-keyframes rollIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}
}
@-o-keyframes rollIn {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}
.rollIn {
	-webkit-animation: rollIn 1s 1;
	-moz-animation: rollIn 1s 1;
	-ms-animation: rollIn 1s 1;
	-o-animation: rollIn 1s 1;
	animation: rollIn 1s 1;
}
/* Display
----------------------------------------------------------------------*/
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	border-radius: 2px;
	padding: 6px 7.5px;
	cursor: pointer;
	float: right;
	background-color: #2C3E50;
	color: #FFF;
	margin: 40px 0;
}
/* #Tablet (Landscape) 1024px
----------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1092px) {
	.boxed, .blocked {
		width: 98%;
	}
	.row {
		width: 94%;
	}
	.showcase li, .showcase a {
		width: 235px;
		height: 140px;
	}
	.showcase a p {
		bottom: -120px;
	}
	.showcase a:hover h3 {
		bottom: 84px;
	}
	.jcarousel-clip {
		width: 100.7%;
	}
	#clients .jcarousel-item-horizontal {
		margin-right: 10px;
	}
	.modern-slider, .modern-slider img {
		width: 1004px;
		height: 300px;
	}
	.myslicebox, .shadow {
		width: 800px;
	}
	.nav-arrows a {
		left: -8%;
	}
	.nav-arrows a:first-child {
		right: -8%;
	}
	.rm_container {
		width: 960px;
	}
	.slides-navigation a.next {
		left: 13%;
	}
	#slides .slides-container li h3 {
		left: 18%;
		bottom: 5.1%;
	}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {
		width: 430px !important;
	}
	.second-head .sf-menu li {
		margin-left: 6px;
	}
}
/* #Tablet (Portrait) 768px
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.boxed, .blocked {
		width: 97%;
	}
	.row {
		width: 91%;
	}
	.info, .big-slider .flex-active-slide p, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation {
		display: none !important;
	}
	.first-head .grid_3 {
		float: right;
	}
	.big-slider h3 {
		bottom: 3%;
		left: 4%;
		z-index: 999;
	}
	.stunning-box .btn {
		margin-top: 30px;
	}
	.showcase li, .showcase a {
		width: 225px;
		height: 140px;
	}
	.showcase a p {
		bottom: -120px;
	}
	.showcase a:hover h3 {
		bottom: 84px;
	}
	.date {
		padding: 16px;
	}
	.jcarousel-clip {
		width: 100.7%;
	}
	#clients .jcarousel-item-horizontal {
		margin-right: 10px;
	}
	#mobilepro {
		display: block;
	}
	.second-head .sf-menu {
		background: #2C3E50;
		width: 100%;
		border-radius: 3px;
	}
	.smalltt {
		padding: 6px 20px;
	}
	.mediumtt {
		padding: 10px 20px;
	}
	.btn {
		padding: 14px 20px;
	}
	.modern-slider, .modern-slider img {
		width: 745px;
		height: 280px;
	}
	.myslicebox, .shadow {
		width: 545px;
	}
	.nav-arrows a {
		left: -8%;
	}
	.nav-arrows a:first-child {
		right: -8%;
	}
	.roundabout ul {
		width: 58%;
	}
	.liteAccordion.light {
		width: 90% !important;
	}
	.rm_container {
		width: 600px;
	}
	.slides-navigation a.next {
		left: 15%;
	}
	#slides .slides-container li h3 {
		left: 22%;
		bottom: 5%;
	}
	.single-pager .live-version > span, .single-pager .live-version > a {
		display: inline-block;
	}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {
		width: 240px !important;
	}
	.services h4 {
		margin: 8px 0 20px;
	}
	.widget-title h4 {
		margin: 2px 0 0 0;
	}
	.widget-title img {
		width: 40px;
	}
	.meta-date {
		width: 11.4%;
	}
	.post-title-row .post-title {
		width: 80%;
	}
	.testimonial-s .testimonial-details {
		margin: 30px 0px 8px 20px;
	}
	.blog-three-columns .post-title {
		margin: 0px 0 10px 20px;
		width: 63%;
	}
	.author p, .author h3 {
		width: 60%;
	}
	.single-pager .live-version > span, .single-pager .live-version > a {
		width: auto;
	}
	.single-pager .previous > span, .single-pager .previous > a, .single-pager .next > span, .single-pager .next > a {
		width: 40px;
	}
	.grid_3 .single-pager .previous > span, .grid_3 .single-pager .previous > a, .grid_3 .single-pager .next > span, .grid_3 .single-pager .next > a {
		width: 30px;
	}
}
/* #Mobile (Landscape) 480px
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.boxed, .blocked {
		width: 96%;
	}
	.blocked {
		margin: 8px auto;
	}
	.row {
		width: 94%;
	}
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
		width: 98%;
		margin-bottom: 40px;
	}
	.first-head .grid_3, .first-head .grid_6 {
		width: 98%;
		margin-bottom: 0;
	}
	.second-head .grid_3, .second-head .grid_6 {
		width: auto;
		margin-bottom: 0;
	}
	.row {
		padding: 0;
	}
	.info, .big-slider .flex-active-slide p, .first-head .grid_6, .grid_9 .showcase a h3, .grid_9 .showcase a p, .pxs_navigation, #toTop, .galleri4 p, .galleri4 h3 {
		display: none !important;
	}
	.sf-menu a {
		color: #333 !important;
		background: #FFF !important;
		border-radius: 3px;
	}
	.sf-menu a:hover {
		color: #FFF !important;
		background: #2C3E50 !important;
	}
	#mobilepro {
		display: block;
	}
	.sf-menu {
		width: 100% !important;
		display: none;
		margin: 4px 0 !important;
	}
	.second-head .sf-menu li li, .sfHover {
		background: none;
	}
	.second-head .sf-menu li {
		margin-bottom: 10px;
		margin-left: 0;
	}
	.sf-menu.xactive {
		display: block !important;
	}
	.first-head .sf-menu ul:before, .second-head .sf-menu ul:before {
		content: "";
		border-width: 0 0 0 0 !important;
	}
	.second-head .sf-menu > li.sfHover:before {
		color: #000;
		background: none;
		width: 0;
		height: 0px;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		padding: 0 !important;
	}
	ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul, ul.sf-menu li ul {
		margin-top: 4px;
	}
	.sf-menu li {
		float: none !important;
		display: block !important;
		width: 100% !important;
		overflow: hidden;
	}
	.sf-menu li a, .second-menu li:first-child a, .sf-menu ul li, .second-menu li.current {
		float: none !important;
		border: 0;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		box-shadow: none;
		-webkit-animation: initial;
		animation: initial;
		-moz-animation: initial;
		-o-animation: initial;
	}
	.sf-menu li li {
		left: 10px;
	}
	.sf-menu ul {
		position: static !important;
		display: none !important;
		width: 100%;
	}
	.xpopdrop ul {
		display: block !important;
		visibility: inherit !important;
	}
	.stunning-box .btn {
		margin-top: 30px;
	}
	#clients .jcarousel-item-horizontal {
		margin-right: 10px;
	}
	#clients img {
		height: auto;
	}
	.showcase li, .showcase a, .galleri1 a, .galleri1 li {
		width: 433px !important;
		height: 273px !important;
	}
	.galleri3 a, .galleri3 li {
		width: 140px !important;
		height: 88px !important;
	}
	.galleri2 a, .galleri2 li {
		width: 218px !important;
		height: 136px !important;
	}
	.galleri4 li, .galleri4 a {
		width: 109px !important;
		height: 68px !important;
	}
	.showcase a:hover img {
		top: 0;
	}
	.showcase a p {
		bottom: -120px;
	}
	.showcase a:hover h3 {
		bottom: 46px;
	}
	.breadcrumb ul li {
		font-size: 12px;
	}
	.tabs li a {
		padding: 10px 12px;
	}
	.blockquote.left, .blockquote.right {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.breadcrumb ul li {
		padding: 0 10px 0;
	}
	.breadcrumb ul li:first-child {
		padding: 0 10px 0 0;
	}
	.modern-slider, .modern-slider img {
		width: 460px;
		height: 200px;
	}
	.myslicebox, .shadow {
		width: 400px;
	}
	.nav-arrows a {
		left: -10%;
	}
	.nav-arrows a:first-child {
		right: -10%;
	}
	.roundabout ul {
		width: 18%;
	}
	.liteAccordion.light {
		width: 90% !important;
	}
	ul.pxs_thumbnails {
		top: 40%;
	}
	.rm_container {
		width: 470px;
	}
	.slides-navigation a.next {
		left: 18%;
	}
	#slides .slides-container li h3 {
		left: 28%;
		bottom: 3.5%;
	}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {
		width: 170px !important;
	}
	.meta-date {
		width: 13.4%;
	}
	.post-title-row .post-title {
		width: 80%;
	}
	.meta-more {
		padding: 0 0 0 14px;
	}
}
/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	.boxed, .blocked {
		width: 94%;
	}
	.blocked {
		margin: 8px auto;
	}
	.row {
		width: 94%;
	}
	.grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
		width: 98%;
		margin-bottom: 40px;
	}
	.first-head .grid_3, .first-head .grid_6 {
		width: 98%;
		margin-bottom: 0;
	}
	.second-head .grid_3, .second-head .grid_6 {
		width: auto;
		margin-bottom: 0;
	}
	.row {
		padding: 0;
	}
	.info, .big-slider .flex-active-slide p, .first-head .grid_6, .big-slider h3, .head-social, div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute, .grid_9 .showcase a h3, .grid_9 .showcase a p, div.jp-audio div.jp-volume-bar, .labele, .pxs_navigation, #slides .slides-container li h3, #toTop {
		display: none !important;
	}
	.sf-menu a {
		color: #333 !important;
		background: #FFF !important;
		border-radius: 3px;
	}
	.sf-menu a:hover {
		color: #FFF !important;
		background: #2C3E50 !important;
	}
	#mobilepro {
		display: block;
		margin: 40px 20px;
	}
	.sf-menu {
		width: 100% !important;
		display: none;
		margin: 4px 0 !important;
	}
	.second-head .sf-menu li li, .sfHover {
		background: none;
	}
	.second-head .sf-menu li {
		margin-bottom: 10px;
		margin-left: 0;
	}
	.sf-menu.xactive {
		display: block !important;
	}
	.first-head .sf-menu ul:before, .second-head .sf-menu ul:before {
		content: "";
		border-width: 0 0 0 0 !important;
	}
	.second-head .sf-menu > li.sfHover:before {
		color: #000;
		background: none;
		width: 0;
		height: 0px;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		padding: 0 !important;
	}
	ul.sf-menu li:hover ul, ul.sf-menu li.sfHover ul, ul.sf-menu li ul {
		margin-top: 4px;
	}
	.sf-menu li {
		float: none !important;
		display: block !important;
		width: 100% !important;
		overflow: hidden;
	}
	.sf-menu li a, .second-menu li:first-child a, .sf-menu ul li, .second-menu li.current {
		float: none !important;
		border: 0;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		box-shadow: none;
		-webkit-animation: initial;
		animation: initial;
		-moz-animation: initial;
		-o-animation: initial;
	}
	.sf-menu li li {
		left: 10px;
	}
	.sf-menu ul {
		position: static !important;
		display: none !important;
		width: 100%;
	}
	.xpopdrop ul {
		display: block !important;
		visibility: inherit !important;
	}
	.stunning-box .btn {
		margin-top: 30px;
	}
	#clients .jcarousel-item-horizontal {
		margin-right: 10px;
	}
	#clients img {
		height: auto;
	}
	.breadcrumb ul li {
		font-size: 12px;
	}
	.tabs li a {
		padding: 10px 12px;
	}
	.blockquote.left, .blockquote.right {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.breadcrumb ul li {
		padding: 0 10px 0;
	}
	.breadcrumb ul li:first-child {
		padding: 0 10px 0 0;
	}
	.modern-slider, .modern-slider img {
		width: 300px;
		height: 100px;
	}
	.myslicebox, .shadow {
		width: 200px;
	}
	.nav-arrows a {
		left: -23%;
	}
	.nav-arrows a:first-child {
		right: -23%;
	}
	.roundabout ul {
		width: 18%;
	}
	.liteAccordion.light {
		width: 90% !important;
	}
	ul.pxs_thumbnails {
		top: 40%;
	}
	.rm_container {
		width: 300px;
	}
	.slides-navigation a.next {
		left: 24%;
	}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-time-holder {
		width: 140px !important;
	}
	.showcase li, .showcase a {
		width: 282px;
		height: 182px;
	}
	.galleri3 a, .galleri3 li {
		width: 136px !important;
		height: 86px !important;
	}
	.galleri2 a, .galleri2 li {
		width: 134px !important;
		height: 84px !important;
	}
	.galleri4 li, .galleri4 a {
		width: 68px !important;
		height: 42px !important;
	}
	.showcase a:hover img {
		top: 0;
	}
	.meta-date {
		width: 20.4%;
	}
	.post-title-row .post-title {
		width: 70%;
	}
	.meta-more {
		padding: 20px 0 0 0;
	}
	div.jp-audio ul.jp-controls {
		width: 238px;
	}
}
/* pricing-table */
.pricing-table {
	margin: 0 0 0 10px;
	top: 0;
	position: relative;
}
.pricing-table {
	min-width: 670px;
}
.pricing-table td {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	vertical-align: text-top;
}
/* Plan Title */
.pricing-table thead .plan td {
	width: 240px;
	height: 22px;
	padding: 15px 0;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pricing-table thead .plan h4 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	color: #FAFAFA;
}
.pricing-table thead .plan em {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #FAFAFA;
}
.pricing-table thead .plan .green {
	color: #36611E;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
	background: url(images/green_pattern.png) repeat-x 0 0;
}
.pricing-table thead .plan .orange {
	color: #FAFAFA;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	background: url(images/orange_pattern.png) repeat-x 0 0;
}
/* Plan Price Section */
.pricing-table thead .price td {
	position: relative;
	width: 240px;
	padding: 25px 0;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #B6B07C;
	background: #F9F8F1;
	background: -moz-linear-gradient(top, #F9F8F1 0%, #F4F2E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f1), color-stop(100%,#f4f2e2));
	background: -webkit-linear-gradient(top, #F9F8F1 0%, #F4F2E2 100%);
	background: -o-linear-gradient(top, #F9F8F1 0%, #F4F2E2 100%);
	background: -ms-linear-gradient(top, #F9F8F1 0%, #F4F2E2 100%);
	background: linear-gradient(to bottom, #F9F8F1 0%, #F4F2E2 100%);
}
.pricing-table thead .price p {
	display: table;
	margin: 0 auto;
	font-size: 40px;
	line-height: 60px;
}
.pricing-table thead .price p span {
	font-size: 0.4em;
	display: table-cell;
	vertical-align: middle;
}
.pricing-table thead .price span {
	font-size: 12px;
}
.pricing-table thead .price a {
	display: block;
	position: absolute;
	top: 80px;
	right: -5px;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 10px;
	text-decoration: none;
}
.pricing-table thead .price .green a {
	color: #37621F;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
	background: #82D344;
	background: -moz-linear-gradient(top, #82D344 0%, #51AF34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#51af34));
	background: -webkit-linear-gradient(top, #82D344 0%, #51AF34 100%);
	background: -o-linear-gradient(top, #82D344 0%, #51AF34 100%);
	background: -ms-linear-gradient(top, #82D344 0%, #51AF34 100%);
	background: linear-gradient(to bottom, #82D344 0%, #51AF34 100%);
}
.pricing-table thead .price .orange a {
	color: #FAFAFA;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	background: #FF8042;
	background: -moz-linear-gradient(top, #FF8042 0%, #F55A0E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8042), color-stop(100%,#f55a0e));
	background: -webkit-linear-gradient(top, #FF8042 0%, #F55A0E 100%);
	background: -o-linear-gradient(top, #FF8042 0%, #F55A0E 100%);
	background: -ms-linear-gradient(top, #FF8042 0%, #F55A0E 100%);
	background: linear-gradient(to bottom, #FF8042 0%, #F55A0E 100%);
}
.pricing-table thead .price .green a:before, .pricing-table thead .price .orange a:before, .pricing-table thead .price .green a:after, .pricing-table thead .price .orange a:after {
	display: block;
	position: absolute;
	content: '';
}
.pricing-table thead .price .green a:before, .pricing-table thead .price .orange a:before {
	width: 8px;
	height: 32px;
	top: 0;
	left: -8px;
	background: url(images/badge.png) no-repeat;
}
.pricing-table thead .price .green a:after, .pricing-table thead .price .orange a:after {
	width: 0;
	height: 0;
	bottom: -5px;
	right: 0;
	border-bottom: 5px solid transparent;
}
.pricing-table thead .price .green a:before {
	background-position: 0 0;
}
.pricing-table thead .price .orange a:before {
	background-position: 0 -32px;
}
.pricing-table thead .price .green a:after {
	border-left: 5px solid #1C5D40;
}
.pricing-table thead .price .orange a:after {
	border-left: 5px solid #88330A;
}
/* Plan Features Section */
.pricing-table tbody tr:first-child td:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	top: -25px;
	left: 0;
	background: url(images/stripe.png) repeat-x 0 0;
}
.pricing-table tbody td {
	width: 200px;
	padding-left: 40px;
	line-height: 30px;
	border-top: 1px solid #F2F2F2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #828282;
}
.pricing-table tbody tr:first-child td {
	border-top: 20px solid #FFFFFF;
}
.pricing-table .clock-icon td, .pricing-table .basket-icon td, .pricing-table .star-icon td, .pricing-table .heart-icon td {
	background: #FFFFFF url(images/icons.png) no-repeat 0 0;
}
.pricing-table .clock-icon td {
	background-position: 0 0;
}
.pricing-table .basket-icon td {
	background-position: 0 -30px;
}
.pricing-table .star-icon td {
	background-position: 0 -60px;
}
.pricing-table .heart-icon td {
	background-position: 0 -90px;
}
/* Plan Description Section */
.pricing-table tfoot td {
	width: 220px;
	padding: 20px 10px;
	text-align: center;
	line-height: 18px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #828282;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0px 2px 0px #e4e4e4;
	-moz-box-shadow: 0px 2px 0px #e4e4e4;
	box-shadow: 0px 2px 0px #E4E4E4;
}
/* Float Text Section */
.table-float {
	display: block;
	position: absolute;
	width: 300px;
	padding: 80px 0 0 0;
	top: 85%;
	left: 130px;
}
.table-float p {
	font-family: Lobster13Regular, sans-serif;
	font-size: 16px;
	color: #858585;
	line-height: 20px;
}
.table-float p.big {
	font-size: 65px;
	color: #F76117;
	text-align: right;
	line-height: 65px;
}
.table-float .arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 68px;
	height: 77px;
	background: url(images/arrow.png) no-repeat 0 0;
}
