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,
select {
	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 {
	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
}

body {
	background: #fff;
	font-family: "Inconsolata";
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #747474;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #414141;
	font-family: "Roboto", sans-serif;
	text-align: center
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit
}

h1 {
	font-size: 50px;
	line-height: 1;
	font-weight: 500
}

h2 {
	font-size: 24px;
	line-height: 42px;
	text-transform: uppercase
}

h3 {
	font-size: 38px;
	line-height: 38px;
	text-transform: uppercase
}

h4 {
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase
}

h5 {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase
}

h6 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase
}

p img {
	margin: 0
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777
}

em {
	font-style: italic
}

strong {
	font-weight: 600
}

small {
	font-size: 80%
}

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555
}

blockquote cite:before {
	content: "— "
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555
}

hr {
	border: solid #323a3d;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 10px 0 10px;
	height: 0;
	position: relative
}

a,
a:visited {
	text-decoration: none
}

a:hover,
a:focus {
	color: #f1c311
}

p a,
p a:visited {
	line-height: inherit;
	text-decoration: none
}

a:focus {
	outline: none
}

ul {
	list-style: none outside
}

ol {
	list-style: decimal
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px
}

ul.square {
	list-style: square outside
}

ul.circle {
	list-style: circle outside
}

ul.disc {
	list-style: disc outside
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: 90%
}

li {
	line-height: 18px
}

ul.large li {
	line-height: 21px
}

li p {
	line-height: 21px
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
	background: #363636;
	margin-top: 10px;
	border: none;
	color: #dfdfdf;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	line-height: normal;
	padding: 15px 25px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	color: #f1c311;
	background: #292929
}

.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
	color: #f1c311
}

.button.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.remove-bottom {
	margin-bottom: 0 !important
}

.half-bottom {
	margin-bottom: 10px !important
}

.add-bottom {
	margin-bottom: 20px !important
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

::selection {
	color: #ffb30f
}

::-moz-selection {
	color: #ffb30f
}

.animate_heading {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	-webkit-animation: logo 2s forwards;
	-moz-animation: logo 2s forwards;
	animation: logo 2s forwards;
	animation-delay: 2.5s
}

.logo {
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0)
}

header .logo img {
	max-height: 160px
}

@media screen and (max-width: 767px) {
   header .logo img {
     max-height: 110px;
    } 
    header .logo a {
        margin-left: -56px !important;
    }
    .particles-js-canvas-el{
    display:none;
    }
}

.team-box .desktop-image,.team-box .mobile-image {
    display:none;
}

@media screen and (min-width: 768px) {
    
    .team-box .desktop-image {
        display:block;
    }

}
@media screen and (max-width: 767px) {
    
    .team-box .mobile-image {
        display:block;
    }

}

.modal img {
	max-height: 200px
}

.modal {
	max-width: 270px !important
}

.animate {
	z-index: 999;
	position: absolute;
	left: calc(50vw - 10px);
	-webkit-transform: translateY(60vh) scale(0);
	-moz-transform: translateY(60vh) scale(0);
	-ms-transform: translateY(60vh) scale(0);
	-o-transform: translateY(60vh) scale(0);
	transform: translateY(60vh) scale(0);
	-webkit-animation: slide-tops 3s .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-tops 3s .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@-webkit-keyframes logo {
	from {
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		top: 130vw;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		top: 0vw;
		opacity: 1
	}
}

@keyframes logo {
	from {
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		top: 130vw;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		top: 0vw;
		opacity: 1
	}
}

@keyframes slide-tops {
	0% {}
	65% {
		-webkit-transform: translateY(calc(100vh - 200px)) scale(1);
		transform: translateY(calc(100vh - 200px)) scale(1);
	}
	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
}

@media screen and (max-width:767px) {
	.animate {
		-webkit-transform: translateY(50vh) scale(0);
		-ms-transform: translateY(50vh) scale(0);
		transform: translateY(50vh) scale(0)
	}
	@keyframes slide-tops {
		65% {
			-ms-transform: translateY(calc(100vh - 200px)) scale(1);
			-webkit-transform: translateY(calc(100vh - 200px)) scale(1);
			transform: translateY(calc(100vh - 200px)) scale(1)
		}
		100% {
			-ms-transform: translateY(0) scale(1);
			-webkit-transform: translateY(0) scale(1);
			transform: translateY(0) scale(1)
		}
	}
}

.container {
	position: relative;
	width: 1320px;
	margin: 0 auto;
	padding: 0
}

.container .column,
.container .columns {
	float: left;
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px
}

.row {
	margin-bottom: 50px
}

.column.alpha,
.columns.alpha {
	margin-left: 0
}

.column.omega,
.columns.omega {
	margin-right: 0
}

.container .one.column,
.container .one.columns {
	width: 60px
}

.container .two.columns {
	width: 170px
}

.container .three.columns {
	width: 280px
}

.container .four.columns {
	width: 390px
}

.container .five.columns {
	width: 500px
}

.container .six.columns {
	width: 610px
}

.container .seven.columns {
	width: 720px
}

.container .eight.columns {
	width: 830px
}

.container .nine.columns {
	width: 940px
}

.container .ten.columns {
	width: 1050px
}

.container .eleven.columns {
	width: 1160px
}

.container .twelve.columns {
	width: 1270px
}

.container .one-fifth.column {
	width: 214px
}

.container .two-fifths.column {
	width: 478px
}

.container .three-fifths.column {
	width: 742px
}

.container .four-fifths.column {
	width: 1006px
}

.container .offset-by-one {
	padding-left: 110px
}

.container .offset-by-two {
	padding-left: 220px
}

.container .offset-by-three {
	padding-left: 330px
}

.container .offset-by-four {
	padding-left: 440px
}

.container .offset-by-five {
	padding-left: 550px
}

.container .offset-by-six {
	padding-left: 660px
}

.container .offset-by-seven {
	padding-left: 770px
}

.container .offset-by-eight {
	padding-left: 880px
}

.container .offset-by-nine {
	padding-left: 990px
}

.container .offset-by-ten {
	padding-left: 1100px
}

.container .offset-by-eleven {
	padding-left: 1210px
}

@media only screen and (min-width: 1200px)and (max-width: 1319px) {
	.container {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 0
	}
	.container .column,
	.container .columns {
		float: left;
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.row {
		margin-bottom: 20px
	}
	.column.alpha,
	.columns.alpha {
		margin-left: 0
	}
	.column.omega,
	.columns.omega {
		margin-right: 0
	}
	.container .one.column,
	.container .one.columns {
		width: 80px
	}
	.container .two.columns {
		width: 180px
	}
	.container .three.columns {
		width: 280px
	}
	.container .four.columns {
		width: 380px
	}
	.container .five.columns {
		width: 480px
	}
	.container .six.columns {
		width: 580px
	}
	.container .seven.columns {
		width: 680px
	}
	.container .eight.columns {
		width: 780px
	}
	.container .nine.columns {
		width: 880px
	}
	.container .ten.columns {
		width: 980px
	}
	.container .eleven.columns {
		width: 1080px
	}
	.container .twelve.columns {
		width: 1180px
	}
	.container .one-fifth.column {
		width: 220px
	}
	.container .two-fifths.column {
		width: 460px
	}
	.container .three-fifths.column {
		width: 700px
	}
	.container .four-fifths.column {
		width: 940px
	}
	.container .offset-by-one {
		padding-left: 100px
	}
	.container .offset-by-two {
		padding-left: 200px
	}
	.container .offset-by-three {
		padding-left: 300px
	}
	.container .offset-by-four {
		padding-left: 400px
	}
	.container .offset-by-five {
		padding-left: 500px
	}
	.container .offset-by-six {
		padding-left: 600px
	}
	.container .offset-by-seven {
		padding-left: 700px
	}
	.container .offset-by-eight {
		padding-left: 800px
	}
	.container .offset-by-nine {
		padding-left: 900px
	}
	.container .offset-by-ten {
		padding-left: 1000px
	}
	.container .offset-by-eleven {
		padding-left: 1100px
	}
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
	.container {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding: 0
	}
	.container .column,
	.container .columns {
		float: left;
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.row {
		margin-bottom: 20px
	}
	.column.alpha,
	.columns.alpha {
		margin-left: 0
	}
	.column.omega,
	.columns.omega {
		margin-right: 0
	}
	.container .one.column,
	.container .one.columns {
		width: 60px
	}
	.container .two.columns {
		width: 140px
	}
	.container .three.columns {
		width: 220px
	}
	.container .four.columns {
		width: 300px
	}
	.container .five.columns {
		width: 380px
	}
	.container .six.columns {
		width: 460px
	}
	.container .seven.columns {
		width: 540px
	}
	.container .eight.columns {
		width: 620px
	}
	.container .nine.columns {
		width: 700px
	}
	.container .ten.columns {
		width: 780px
	}
	.container .eleven.columns {
		width: 860px
	}
	.container .twelve.columns {
		width: 940px
	}
	.container .one-fifth.column {
		width: 172px
	}
	.container .two-fifths.column {
		width: 364px
	}
	.container .three-fifths.column {
		width: 556px
	}
	.container .four-fifths.column {
		width: 748px
	}
	.container .offset-by-one {
		padding-left: 80px
	}
	.container .offset-by-two {
		padding-left: 160px
	}
	.container .offset-by-three {
		padding-left: 240px
	}
	.container .offset-by-four {
		padding-left: 320px
	}
	.container .offset-by-five {
		padding-left: 400px
	}
	.container .offset-by-six {
		padding-left: 480px
	}
	.container .offset-by-seven {
		padding-left: 560px
	}
	.container .offset-by-eight {
		padding-left: 640px
	}
	.container .offset-by-nine {
		padding-left: 720px
	}
	.container .offset-by-ten {
		padding-left: 800px
	}
	.container .offset-by-eleven {
		padding-left: 880px
	}
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	.container {
		width: 768px
	}
	.container .column,
	.container .columns {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.column.alpha,
	.columns.alpha {
		margin-left: 0;
		margin-right: 10px
	}
	.column.omega,
	.columns.omega {
		margin-right: 0;
		margin-left: 10px
	}
	.alpha.omega {
		margin-left: 0;
		margin-right: 0
	}
	.container .one.column,
	.container .one.columns {
		width: 44px
	}
	.container .two.columns {
		width: 108px
	}
	.container .three.columns {
		width: 172px
	}
	.container .four.columns {
		width: 236px
	}
	.container .five.columns {
		width: 300px
	}
	.container .six.columns {
		width: 364px
	}
	.container .seven.columns {
		width: 428px
	}
	.container .eight.columns {
		width: 492px
	}
	.container .nine.columns {
		width: 556px
	}
	.container .ten.columns {
		width: 620px
	}
	.container .eleven.columns {
		width: 684px
	}
	.container .twelve.columns {
		width: 748px
	}
	.container .one-fifth.column {
		width: 133.6px
	}
	.container .two-fifths.column {
		width: 287.2px
	}
	.container .three-fifths.column {
		width: 440.8px
	}
	.container .four-fifths.column {
		width: 594.4px
	}
	.container .offset-by-one {
		padding-left: 64px
	}
	.container .offset-by-two {
		padding-left: 128px
	}
	.container .offset-by-three {
		padding-left: 192px
	}
	.container .offset-by-four {
		padding-left: 256px
	}
	.container .offset-by-five {
		padding-left: 320px
	}
	.container .offset-by-six {
		padding-left: 384px
	}
	.container .offset-by-seven {
		padding-left: 448px
	}
	.container .offset-by-eight {
		padding-left: 512px
	}
	.container .offset-by-nine {
		padding-left: 576px
	}
	.container .offset-by-ten {
		padding-left: 640px
	}
	.container .offset-by-eleven {
		padding-left: 704px
	}
}

@media only screen and (min-width: 480px)and (max-width: 767px) {
	.container {
		width: 420px
	}
	.container .columns,
	.container .column {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .one-fifth.column,
	.container .two-fifths.column,
	.container .three-fifths.column,
	.container .four-fifths.column {
		width: 420px
	}
	.container .offset-by-one,
	.container .offset-by-two,
	.container .offset-by-three,
	.container .offset-by-four,
	.container .offset-by-five,
	.container .offset-by-six,
	.container .offset-by-seven,
	.container .offset-by-eight,
	.container .offset-by-nine,
	.container .offset-by-ten,
	.container .offset-by-eleven {
		padding-left: 0
	}
}

@media only screen and (min-width: 320px)and (max-width: 479px) {
	.container {
		width: 300px
	}
	.container .columns,
	.container .column {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .one-fifth.column,
	.container .two-fifths.column,
	.container .three-fifths.column,
	.container .four-fifths.column {
		width: 300px
	}
	.container .offset-by-one,
	.container .offset-by-two,
	.container .offset-by-three,
	.container .offset-by-four,
	.container .offset-by-five,
	.container .offset-by-six,
	.container .offset-by-seven,
	.container .offset-by-eight,
	.container .offset-by-nine,
	.container .offset-by-ten,
	.container .offset-by-eleven {
		padding-left: 0
	}
}

@media only screen and (max-width: 319px) {
	.container {
		width: 220px
	}
	.container .columns,
	.container .column {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .one-fifth.column,
	.container .two-fifths.column,
	.container .three-fifths.column,
	.container .four-fifths.column {
		width: 220px
	}
	.container .offset-by-one,
	.container .offset-by-two,
	.container .offset-by-three,
	.container .offset-by-four,
	.container .offset-by-five,
	.container .offset-by-six,
	.container .offset-by-seven,
	.container .offset-by-eight,
	.container .offset-by-nine,
	.container .offset-by-ten,
	.container .offset-by-eleven {
		padding-left: 0
	}
}

.container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.row:after,
.clearfix:after {
	clear: both
}

.row,
.clearfix {
	zoom: 1
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

#royal_preloader.text .loader {
	color: #cfa144
}

.cd-vertical-nav a,
.button--moema:hover,
#ajax-form button:hover,
.list-social-footer li:hover,
.team-box .list-social-team li:hover,
#cd-zoom-in,
#cd-zoom-out,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #cfa144
}

.list-social-nav li:hover.icon-soc-nav a,
.cd-primary-nav .cd-label a.curent-nav-color,
.list-social li:hover.icon-soc a,
.contact-block .text p span,
.team-box p,
.about-box .icon,
.services-box .icon,
a.blog-link,
#filter li a:hover,
#filter li .current,
.blog-box-1 .date p em,
.link-recents a:hover,
.project-details p a:hover {
	color: #cfa144
}

#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active {
	border-bottom: 1px solid #cfa144
}

.tags-block a:hover,
.tags-block a.autor-link:hover,
.post-sidebar input:active,
.post-sidebar input:focus,
.link-tag a:hover,
.block:hover {
	background: #cfa144
}

.post-sidebar input:-ms-input-placeholder {
	color: #cfa144
}

.post-sidebar input::-moz-placeholder {
	color: #cfa144
}

.post-sidebar input:-moz-placeholder {
	color: #cfa144
}

.post-sidebar input::-webkit-input-placeholder {
	color: #cfa144
}

::selection {
	background: #cfa144
}

::-moz-selection {
	background: #cfa144
}

@font-face {
	font-family: "Moonlight";
	src: url("font/Moon Light.otf") format("opentype");
	font-display: swap
}

@font-face {
	font-family: "Moonbold";
	src: url("font/Moon Bold.otf") format("opentype");
	font-display: swap
}

h1 {
	font-family: Moonbold
}

h2 {
	font-family: Moonbold
}

.grecaptcha-badge {
	z-index: 999 !important
}

body.royal_loader {
	background: none;
	visibility: hidden
}

#royal_preloader {
	font-family: Arial;
	font-size: 12px;
	visibility: visible;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999999999;
	-webkit-transition: opacity .2s linear .8s;
	-moz-transition: opacity .2s linear .8s;
	-ms-transition: opacity .2s linear .8s;
	-o-transition: opacity .2s linear .8s;
	transition: opacity .2s linear .8s
}

#royal_preloader.complete {
	opacity: 0
}

#royal_preloader .background {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-ms-transition: background .5s linear;
	-o-transition: background .5s linear;
	transition: background .5s linear
}

#royal_preloader.number .name {
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	text-transform: uppercase;
	color: #eee;
	text-align: center;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-ms-transition: -ms-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	transition: transform .3s linear;
	-webkit-animation: fly .3s;
	-moz-animation: fly .3s;
	-ms-animation: fly .3s;
	-o-animation: fly .3s;
	animation: fly .3s
}

#royal_preloader.number .percentage {
	color: #fff;
	font-family: Impact, Arial;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	text-align: center;
	margin: -90px 0px 0px -90px;
	background-image: url("../images/loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 80px;
	width: 180px;
	position: absolute;
	font-size: 50px;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s linear .5s;
	-moz-transition: all .3s linear .5s;
	-ms-transition: all .3s linear .5s;
	-o-transition: all .3s linear .5s;
	transition: all .3s linear .5s
}

#royal_preloader.text .loader {
	position: absolute;
	font-family: "Moonlight";
	text-shadow: 0 0 15px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 272px;
	margin-left: -136px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	font-size: 40px;
	white-space: nowrap
}

#royal_preloader.text .loader div {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0%;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: left .3s linear;
	-moz-transition: left .3s linear;
	-ms-transition: left .3s linear;
	-o-transition: left .3s linear;
	transition: left .3s linear
}

#royal_preloader.logo .loader {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0px 0px -40px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%
}

#royal_preloader.logo .loader div {
	position: absolute;
	bottom: 0%;
	left: 0px;
	right: 0px;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: bottom .3s linear;
	-moz-transition: bottom .3s linear;
	-ms-transition: bottom .3s linear;
	-o-transition: bottom .3s linear;
	transition: bottom .3s linear
}

#royal_preloader.logo .percentage {
	position: absolute;
	width: 80px;
	height: 40px;
	line-height: 40px;
	top: 50%;
	left: 50%;
	margin: 40px 0px 0px -40px;
	color: #072e77;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold
}

@-webkit-keyframes fly {
	0% {
		opacity: 0;
		top: 50%
	}
	20% {
		opacity: 1;
		top: 40%
	}
	100% {
		opacity: 0;
		top: 20%
	}
}

@-moz-keyframes fly {
	0% {
		opacity: 0;
		top: 50%
	}
	20% {
		opacity: 1;
		top: 40%
	}
	100% {
		opacity: 0;
		top: 20%
	}
}

@-ms-keyframes fly {
	0% {
		opacity: 0;
		top: 50%
	}
	20% {
		opacity: 1;
		top: 40%
	}
	100% {
		opacity: 0;
		top: 20%
	}
}

@-o-keyframes fly {
	0% {
		opacity: 0;
		top: 50%
	}
	20% {
		opacity: 1;
		top: 40%
	}
	100% {
		opacity: 0;
		top: 20%
	}
}

@keyframes fly {
	0% {
		opacity: 0;
		top: 50%
	}
	20% {
		opacity: 1;
		top: 40%
	}
	100% {
		opacity: 0;
		top: 20%
	}
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000
}

.logo-wrap {
	display: block;
	float: left
}

.logo-wrap img {
	width: 120px;
	height: auto;
	display: block
}

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

.cd-container {
	width: 90%;
	max-width: 768px;
	margin: 0 auto
}

.cd-container:after {
	content: "";
	display: table;
	clear: both
}

.cd-header {
	position: absolute;
	padding-top: 5px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .85);
	height: 50px;
	width: 100%;
	z-index: 3000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media only screen and (min-width: 768px) {
	.cd-header {
		height: 80px;
		background: rgba(0, 0, 0, .86);
		box-shadow: none
	}
}

@media only screen and (min-width: 1170px) {
	.cd-header {
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		transition: background-color .3s;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	.cd-header.is-fixed {
		position: fixed;
		top: -80px;
		background-color: rgba(0, 0, 0, .86);
		-webkit-transition: -webkit-transform .3s;
		-moz-transition: -moz-transform .3s;
		transition: transform .3s
	}
	.cd-header.is-visible {
		padding-top: 5px;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	.cd-header.menu-is-open {
		background-color: rgba(0, 0, 0, 0)
	}
}

@media only screen and (min-width: 768px) {
	.cd-secondary-nav {
		display: block
	}
}

.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px
}

.cd-primary-nav-trigger .cd-menu-text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: none
}

.cd-primary-nav-trigger .cd-menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s
}

.cd-primary-nav-trigger .cd-menu-icon::before {
	top: -5px
}

.cd-primary-nav-trigger .cd-menu-icon::after {
	top: 5px
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color: #fff
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav-trigger {
		width: 100px;
		padding-left: 1em;
		background-color: transparent;
		height: 30px;
		line-height: 30px;
		right: 2.2em;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.cd-primary-nav-trigger .cd-menu-text {
		display: inline-block
	}
	.cd-primary-nav-trigger .cd-menu-icon {
		left: auto;
		right: 1em;
		-webkit-transform: translateX(0) translateY(-50%);
		-moz-transform: translateX(0) translateY(-50%);
		-ms-transform: translateX(0) translateY(-50%);
		-o-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%)
	}
}

.cd-primary-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .96);
	z-index: 2000;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s
}

.cd-primary-nav ul.cd-scndr-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 300px;
	left: 50%;
	margin-left: -150px;
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
	transform: translateY(-55%)
}

@media only screen and (max-width: 300px) {
	.cd-primary-nav ul.cd-scndr-nav {
		left: 0;
		margin-left: 0
	}
}

.cd-primary-nav li {
	font-size: 11px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.cd-primary-nav a {
	display: inline-block;
	text-transform: uppercase;
	padding: .45em .7em;
	letter-spacing: 5px;
	color: #fff;
	-webkit-transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}

.no-touch .cd-primary-nav a:hover {
	color: #fff
}

.cd-primary-nav .cd-label {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.cd-primary-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		font-size: 11px
	}
}

.cd-primary-nav a:hover,
.list-social-nav li.icon-soc-nav a:hover {
	opacity: .8
}

.cd-main-content {
	position: absolute;
	visibility: hidden;
	display: none
}

.cd-main-content-current {
	visibility: visible;
	display: block
}

.cd-label ul {
	overflow: hidden;
	max-height: 0;
	transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s
}

.cd-label:hover ul {
	margin-top: 5px;
	margin-bottom: 10px;
	max-height: 500px
}

.cd-label ul a {
	padding: .2em .5em;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 15px
}

.social-nav {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
	display: block
}

.list-social-nav li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 50px;
	height: 30px;
	display: inline-block;
	border-right: 1px solid #222;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.list-social-nav li:last-child {
	border-right: 1px solid transparent
}

.list-social-nav li.icon-soc-nav a {
	font-family: "FontAwesome";
	line-height: 30px;
	width: 50px;
	color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.list-social-nav li:hover {
	background: transparent
}

.list-social-nav li:hover.icon-soc-nav a {
	background: transparent
}

*,
*::after,
*::before {
	box-sizing: border-box
}

body::before {
	content: "mobile";
	display: none
}

@media only screen and (min-width: 250px) {
	body::before {
		content: "desktop"
	}
}

@media only screen and (min-width: 250px) {
	body[data-hijacking=on] {
		overflow: hidden
	}
}

.cd-section {
	height: 100vh;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.cd-section>div {
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto
}

.cd-section:first-of-type>div::before {
	position: absolute;
	width: 100%;
	z-index: 2
}

.cd-section:first-of-type>div {
	background-image: url("../images/1.jpg?v=n1")
}

[data-animation=parallax] .cd-section>div,
[data-animation=fixed] .cd-section>div,
[data-animation=opacity] .cd-section>div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media only screen and (min-width: 250px) {
	[data-hijacking=on] .cd-section {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}
	[data-hijacking=on] .cd-section>div {
		visibility: visible
	}
	[data-hijacking=off] .cd-section>div {
		opacity: 0
	}
	[data-animation=rotate] .cd-section {
		-webkit-perspective: 1800px;
		-moz-perspective: 1800px;
		perspective: 1800px
	}
	[data-hijacking=on][data-animation=rotate] .cd-section:not(:first-of-type) {
		-webkit-perspective-origin: center 0;
		-moz-perspective-origin: center 0;
		perspective-origin: center 0
	}
	[data-animation=scaleDown] .cd-section>div,
	[data-animation=gallery] .cd-section>div,
	[data-animation=catch] .cd-section>div {
		box-shadow: 0 0 0 rgba(25, 30, 46, .4)
	}
	[data-animation=opacity] .cd-section.visible>div {
		z-index: 1
	}
}

@media only screen and (min-width: 250px) {
	.cd-section:first-of-type>div::before {
		display: none
	}
}

@media only screen and (min-width: 250px) {
	.cd-section>div {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	[data-hijacking=on] .cd-section>div {
		position: absolute
	}
	[data-animation=rotate] .cd-section>div {
		-webkit-transform-origin: center bottom;
		-moz-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom
	}
}

.cd-vertical-nav {
	position: fixed;
	z-index: 1;
	right: 3%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}

.cd-vertical-nav a {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url("../images/cd-icon-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.cd-vertical-nav a:hover {
	background-color: #000
}

.cd-vertical-nav a.cd-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 10px
}

.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s 0s, visibility 0s .2s;
	-moz-transition: opacity .2s 0s, visibility 0s .2s;
	transition: opacity .2s 0s, visibility 0s .2s
}

@media only screen and (min-width: 250px) {
	.cd-vertical-nav {
		display: block
	}
}

.hero-top {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hero-top h2 {
	font-size: 65px;
	text-align: center;
	line-height: 90px;
	letter-spacing: 10px;
	padding-left: 25px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 15px rgba(0, 0, 0, .8);
	z-index: 10
}

#owl-text-home {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: block
}

#owl-text-home .item {
	display: block;
	width: 100%
}

.hero-top p {
	font-family: "Inconsolata";
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin-top: 45px;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 6px;
	color: #fff;
	margin-bottom: 70px;
	z-index: 10
}

.hero-top p span {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #cfa144;
	padding: 12px 25px;
	background: rgba(0, 0, 0, .7)
}

.social-top {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	z-index: 102;
	height: 32px;
	text-align: center
}

.list-social li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 32px;
	display: inline-block;
	cursor: pointer;
	margin-left: 4px;
	border-radius: 50%;
	background-color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.list-social li.icon-soc a {
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 32px;
	width: 32px;
	color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.list-social li:hover {
	background-color: #fff
}

.button {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}

.button:focus {
	outline: none
}

.button>span {
	vertical-align: middle
}

#about-scroll .button--moema,
#portfolio-scroll .button--moema,
#contact-page-button .button--moema,
#review-page-button .button--moema {
	margin-top: 100px !important
}

.button--moema {
	opacity: .8;
	padding: 16px 30px;
	text-align: center;
	background: #000;
	letter-spacing: 2px;
	color: #ffb30f;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.button--moema::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: .4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1)
}

.button--moema:hover {
	-webkit-transition: background-color .3s 0s, color .3s 0s;
	transition: background-color .3s 0s, color .3s 0s;
	color: #fff;
	-webkit-animation: anim-moema-1 .6s forwards;
	animation: anim-moema-1 .6s forwards
}

.button--moema:hover::before {
	-webkit-animation: anim-moema-2 .6s .5s forwards;
	animation: anim-moema-2 .6s .5s forwards
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1)
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1)
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tipper {
	height: 1px;
	left: -99999px;
	position: absolute;
	pointer-events: none;
	top: -99999px;
	width: 1px;
	z-index: 100000
}

.tipper .tipper-content {
	background: rgba(20, 20, 20, .85);
	box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-family: "Inconsolata";
	font-size: 10px;
	margin: 0;
	padding: 6px 20px;
	position: relative;
	white-space: nowrap
}

.tipper .tipper-caret {
	background: url("../images/tipper-icon.png") no-repeat;
	display: block;
	height: 11px;
	position: absolute;
	width: 100%
}

.tipper.right .tipper-content {
	box-shadow: 1px 0 3px rgba(0, 0, 0, .25)
}

.tipper.right .tipper-caret {
	background-position: left center;
	left: -5px;
	top: 0
}

.tipper.left .tipper-content {
	box-shadow: -1px 0 3px rgba(0, 0, 0, .25)
}

.tipper.left .tipper-caret {
	background-position: right center;
	right: -5px;
	top: 0
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
	display: block;
	float: none;
	height: 5px;
	width: 12px;
	margin-left: -6px
}

.tipper.top .tipper-content {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .25)
}

.tipper.top .tipper-caret {
	background-position: center bottom;
	bottom: -5px;
	left: 0;
	text-align: center
}

.tipper.bottom .tipper-content {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

.tipper.bottom .tipper-caret {
	background-position: center top;
	top: -5px;
	left: 0
}

video#video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.section {
	position: relative;
	width: 100%
}

.full-height {
	height: 100vh
}

.fullwidth-height {
	height: 76vh
}

.padding-top-big {
	padding-top: 220px
}

.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px
}

.padding-top {
	padding-top: 120px
}

.padding-bottom {
	padding-bottom: 120px
}

.margin-top-bottom {
	margin-top: 120px;
	margin-bottom: 120px
}

.margin-top {
	margin-top: 120px
}

.margin-bottom {
	margin-bottom: 120px
}

.padding-top-bottom-small {
	padding-top: 60px;
	padding-bottom: 60px
}

.padding-top-small {
	padding-top: 60px
}

.padding-bottom-small {
	padding-bottom: 60px
}

.padding-top-bottom-smaller {
	padding-top: 30px;
	padding-bottom: 30px
}

.padding-top-smaller {
	padding-top: 30px
}

.padding-bottom-smaller {
	padding-bottom: 30px
}

.padding-top-bottom-tiny {
	padding-top: 10px;
	padding-bottom: 10px
}

.white-background {
	background: #f2f4f6
}

.grey-background {
	background: #f9f9f9
}

.black-background {
	background: #000
}

.dark-background {
	background: #222
}

.hidden-section {
	overflow: hidden
}

.header-text {
	position: relative;
	width: 100%;
	margin-bottom: 10px
}

.header-text h4 {
	text-align: center;
	letter-spacing: 6px
}

.header-text p {
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px
}

.header-text.left h4,
.header-text.left p {
	text-align: left
}

.team-box {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.team-box img {
	width: 100%;
	/*display: block;*/
	padding-bottom: 30px
}

.team-box h6 {
	text-align: center
}

.team-box p {
	text-align: center
}

.team-box .social-team {
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	left: 0;
	bottom: 100px
}

.team-box .list-social-team li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.team-box:hover .list-social-team li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.team-box .list-social-team li:nth-of-type(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.team-box .list-social-team li:nth-of-type(2) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.team-box .list-social-team li:nth-of-type(3) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.team-box .list-social-team li:nth-of-type(4) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.team-box .list-social-team li:nth-of-type(5) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.team-box .list-social-team li:nth-of-type(6) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.team-box .list-social-team li.icon-team a {
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 30px;
	width: 30px;
	color: #000;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.team-box .list-social-team li:hover.icon-team a {
	color: #fff
}

.about-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer
}

.about-box .icon {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "Ionicons" !important;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear
}

.about-box:hover .icon {
	opacity: 0;
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%)
}

.about-box h6 {
	text-align: center;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear
}

.about-box:hover h6 {
	opacity: 0;
	-webkit-transform: translateY(-350%);
	-moz-transform: translateY(-350%);
	-ms-transform: translateY(-350%);
	-o-transform: translateY(-350%);
	transform: translateY(-350%);
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.about-box p {
	position: absolute;
	top: 150%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #f8f8f8;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear
}

.about-box:hover p {
	top: 50%;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.cd-single-item {
	position: relative;
	background: #fff
}

.cd-slider-wrapper {
	position: relative;
	z-index: 1;
	-webkit-transition: width .4s;
	-moz-transition: width .4s;
	transition: width .4s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: width
}

@media only screen and (min-width: 1024px) {
	.cd-slider-wrapper {
		width: 50%
	}
	.cd-slider-active .cd-slider-wrapper {
		width: 100%
	}
}

.cd-slider {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.cd-slider::before {
	content: "mobile";
	display: none
}

.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}

.cd-slider li img {
	display: block;
	width: 100%
}

.cd-slider li.selected {
	position: relative;
	z-index: 2;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.cd-slider li.move-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media only screen and (min-width: 1024px) {
	.cd-slider {
		cursor: pointer
	}
	.cd-slider::before {
		content: "desktop"
	}
	.cd-slider::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .5) url("../images/cd-icon-zoom.svg") no-repeat center center;
		background-size: 48px;
		opacity: 0;
		z-index: 4;
		-webkit-transition: opacity .2s;
		-moz-transition: opacity .2s;
		transition: opacity .2s
	}
	.no-touch .cd-slider:hover::after {
		opacity: 1
	}
	.cd-slider-active .cd-slider {
		cursor: auto
	}
	.cd-slider-active .cd-slider::after {
		display: none
	}
}

@media only screen and (min-width: 1024px) {
	.cd-slider-navigation li,
	.cd-slider-pagination {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .4s 0s, visibility 0s .4s;
		-moz-transition: opacity .4s 0s, visibility 0s .4s;
		transition: opacity .4s 0s, visibility 0s .4s
	}
	.cd-slider-active .cd-slider-navigation li,
	.cd-slider-active .cd-slider-pagination {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .4s .4s, visibility 0s .4s;
		-moz-transition: opacity .4s .4s, visibility 0s .4s;
		transition: opacity .4s .4s, visibility 0s .4s
	}
}

.cd-slider-navigation li {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.cd-slider-navigation li:first-of-type {
	left: 10px
}

.cd-slider-navigation li:last-of-type {
	right: 10px
}

.cd-slider-navigation li a {
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/cd-icon-arrow1.svg") no-repeat center center;
	-webkit-transition: opacity .2s 0s, visibility 0s 0s;
	-moz-transition: opacity .2s 0s, visibility 0s 0s;
	transition: opacity .2s 0s, visibility 0s 0s;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap
}

.cd-slider-navigation li a.inactive {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s 0s, visibility 0s .2s;
	-moz-transition: opacity .2s 0s, visibility 0s .2s;
	transition: opacity .2s 0s, visibility 0s .2s
}

.no-touch .cd-slider-navigation li a:hover {
	opacity: .7
}

.cd-slider-navigation li:first-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media only screen and (min-width: 1024px) {
	.cd-slider-navigation li:first-child {
		left: 30px
	}
	.cd-slider-navigation li:last-child {
		right: 30px
	}
}

.cd-slider-pagination {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden
}

.cd-slider-pagination:after {
	content: "";
	display: table;
	clear: both
}

.touch .cd-slider-pagination {
	visibility: hidden
}

.cd-slider-pagination li {
	display: inline-block;
	float: left;
	margin: 0 3px
}

.cd-slider-pagination li.selected a {
	background: #fff
}

.cd-slider-pagination a {
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap
}

.cd-slider-wrapper .cd-close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	background: url("../images/cd-icon-close.svg") no-repeat center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .3s 0s, visibility 0s .4s;
	transition: transform .3s 0s, visibility 0s .4s
}

.cd-slider-active .cd-slider-wrapper .cd-close {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s, opacity .4s .4s;
	-moz-transition: -moz-transform .3s 0s, visibility 0s 0s, opacity .4s .4s;
	transition: transform .3s 0s, visibility 0s 0s, opacity .4s .4s
}

.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

@media only screen and (min-width: 1024px) {
	.cd-slider-wrapper .cd-close {
		display: block
	}
}

.cd-item-info {
	padding: 50px 10%
}

.cd-item-info h4,
.cd-item-info p {
	max-width: 80%;
	text-align: left
}

@media only screen and (min-width: 1024px) {
	.cd-item-info {
		position: absolute;
		width: 50%;
		top: 50%;
		right: 0;
		padding: 0 7% 0;
		margin: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.cd-item-info .header-text {
	text-align: left;
	margin: 0
}

.cd-item-info .header-text h4 {
	text-align: left;
	width: 80%;
	margin: 0
}

.cd-item-info .header-text p {
	text-align: left
}

.cd-item-info .header-text p:after {
	position: absolute;
	content: "";
	height: 3px;
	background-color: transparent;
	width: 30px;
	left: 0;
	margin-left: 0;
	bottom: 0;
	z-index: 1
}

.cd-item-info .small-text {
	text-align: left;
	margin-top: 25px;
	font-family: "Inconsolata";
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #828282
}

.cd-content p {
	width: 80%;
	max-width: 768px;
	margin: 0 auto
}

@media only screen and (min-width: 1024px)and (max-width: 1199px) {
	.cd-item-info .small-text {
		display: none
	}
}

#owl-logo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

#owl-logo .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

#owl-logo .item img {
	width: 80px;
	display: block;
	margin: 0 auto;
	text-align: center
}

.services-box {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.services-box .icon {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "Ionicons";
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.services-box:hover .icon {
	-webkit-animation-name: thumb;
	-webkit-animation-duration: 250ms;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
	animation-name: thumb;
	animation-duration: 250ms;
	transform-origin: 50% 50%;
	animation-iteration-count: 2;
	animation-timing-function: linear
}

.services-box h6 {
	text-align: center;
	margin-bottom: 30px
}

.services-box p {
	text-align: center
}

@-webkit-keyframes thumb {
	0% {
		-webkit-transform: scale(1)
	}
	25% {
		-webkit-transform: scale(0.8) translateX(-5px) rotate(10deg)
	}
	50% {
		-webkit-transform: scale(1) translateX(5px) rotate(-10deg)
	}
	75% {
		-webkit-transform: scale(0.8) translateX(-5px) rotate(10deg)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes thumb {
	0% {
		transform: scale(1)
	}
	25% {
		transform: scale(0.8) translateX(-5px) rotate(10deg)
	}
	50% {
		transform: scale(1) translateX(5px) rotate(-10deg)
	}
	75% {
		transform: scale(0.8) translateX(-5px) rotate(10deg)
	}
	100% {
		transform: scale(1)
	}
}

#blog-grid {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 50px)
}

#blog-grid:after {
	content: "";
	display: block;
	clear: both
}

.blog-box-1 {
	position: relative;
	float: left;
	width: calc(25% - 50px);
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
	margin-right: 24px;
	margin-bottom: 25px;
	margin-left: 25px;
	overflow: hidden;
	padding: 30px;
	-webkit-transform: translate3d(1px, 0, 0);
	transform: translate3d(1px, 0, 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.blog-box-1 .date {
	position: relative
}

.blog-box-1 .date p {
	font-family: "Inconsolata";
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 2px;
	text-align: left;
	color: #fff
}

.blog-box-1 .date p span {
	font-size: 42px;
	line-height: 42px
}

.blog-box-1 .date p em {
	margin-top: 19px;
	float: right;
	display: block
}

.blog-box-1 h6 {
	position: relative;
	text-align: left;
	line-height: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #f8f8f8;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.blog-box-1 h6:hover {
	opacity: .7
}

.blog-box-1.quote h6:hover {
	opacity: 1
}

.blog-box-1 .p-box {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding-top: 20px
}

.blog-box-1 .p-box p {
	text-align: left;
	color: #f8f8f8;
	font-size: 80%;
	font-style: italic
}

.blog-box-1 .p-box:after {
	content: "";
	display: block;
	clear: both
}

.blog-box-1 img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.blog-box-1 a {
	display: block
}

a.blog-link {
	position: relative;
	width: 130px;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
	font-weight: 700;
	z-index: 3;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

a.blog-link:hover {
	color: #fff
}

a.blog-link:after {
	font-family: "FontAwesome";
	padding-left: 15px;
	font-weight: normal;
	content: ""
}

#owl-blog {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

#owl-blog .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden
}

#owl-blog .item img {
	width: 100%;
	display: block
}

.blog-box-1.video img {
	margin-top: 0
}

.blog-box-1.video .date {
	margin-bottom: 30px
}

#blog-filter {
	position: relative;
	width: 100%;
	text-align: center
}

#filter {
	position: relative;
	width: 100%;
	text-align: center
}

#filter li {
	display: inline-block;
	text-align: center
}

#filter:after {
	content: "";
	display: block;
	clear: both
}

#filter li a {
	position: relative;
	display: inline-block;
	letter-spacing: 3px;
	font-family: "Inconsolata";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	outline: none;
	color: #646464;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity
}

.post-block {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 50px
}

.post-block:after {
	content: "";
	display: block;
	clear: both
}

.post-block p {
	text-align: left;
	margin-bottom: 20px
}

.tags-block {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px
}

.tags-block a {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 20px;
	background: #000;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.tags-block a.autor-link {
	float: right
}

.post-block input,
.post-block textarea {
	margin-bottom: 20px
}

.post-sidebar {
	position: relative;
	width: 100%
}

.post-sidebar input {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Inconsolata";
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f1f1f1;
	border: none;
	color: #737373;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}

.post-sidebar input:active {
	color: #fff;
	outline: none !important
}

.post-sidebar input:hover {
	color: #737373;
	outline: none !important
}

.post-sidebar input:focus {
	color: #fff;
	outline: none !important
}

.post-sidebar input:-ms-input-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s
}

.post-sidebar input::-moz-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s
}

.post-sidebar input:-moz-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s
}

.post-sidebar input::-webkit-input-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s
}

.post-sidebar input:active:-ms-input-placeholder {
	color: #fff
}

.post-sidebar input:active::-moz-placeholder {
	color: #fff
}

.post-sidebar input:active:-moz-placeholder {
	color: #fff
}

.post-sidebar input:active::-webkit-input-placeholder {
	color: #fff
}

.post-sidebar input:focus:-ms-input-placeholder {
	color: #fff
}

.post-sidebar input:focus::-moz-placeholder {
	color: #fff
}

.post-sidebar input:focus:-moz-placeholder {
	color: #fff
}

.post-sidebar input:focus::-webkit-input-placeholder {
	color: #fff
}

.post-sidebar h6 {
	text-align: left;
	padding-bottom: 30px
}

.link-tag {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left
}

.link-tag a {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 15px;
	background: #000;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.link-recents {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left
}

.link-recents a {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	letter-spacing: 1px;
	color: #323232;
	font-weight: 300;
	-webkit-transition: padding-left .3s, color .3s;
	transition: padding-left .3s, color .3s
}

.link-recents a:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.link-recents a:hover {
	padding-left: 10px
}

.lat-pro {
	position: relative;
	width: 100%
}

.lat-pro:after {
	content: "";
	display: block;
	clear: both
}

.lat-pro-img {
	position: relative;
	width: 50%;
	float: left;
	display: inline-block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.lat-pro-img img {
	width: 100%;
	display: block;
	height: auto
}

.lat-pro-img:hover {
	opacity: .4
}

.separator-sidebar {
	position: relative;
	width: 100%;
	padding-top: 70px
}

body.body--hidden .header-big-text {
	opacity: 0
}

.header-big-text {
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out
}

body.body--hidden {
	overflow-y: hidden !important
}

body.body--hidden .cd-header {
	opacity: 0
}

.cd-header {
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out
}

.padding-top-bottom-title {
	padding-top: 130px;
	padding-bottom: 5px
}

.title-page-text {
	position: relative;
	width: 100%
}

.title-page-text h2 {
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #045e9e
}

.title-page-text p {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase
}

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

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none
}

.content {
	padding: 1em 0 4em
}

.wrapper {
	overflow: hidden;
	width: 95%;
	max-width: 1320px;
	margin: 0 auto
}

.card {
	position: relative;
	float: left;
	width: 29%;
	height: 0;
	margin: 0 2% 4% 2%;
	padding-bottom: 20%
}

.card__container {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	z-index: 1041
}

.card__container--closed {
	position: absolute;
	overflow: hidden;
	z-index: 10
}

.card__image {
	position: relative;
	left: 50%;
	display: block;
	height: 100%;
	width: 100%;
	max-height: 500px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.card__container--closed .card__image {
	cursor: pointer
}

.card__content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 80px
}

.card__container--closed .card__content {
	margin-top: 0;
	padding: 5px 16px;
	pointer-events: none;
	background: transparent
}

.card__caption {
	font-size: 2em;
	max-width: 69%;
	margin: 0 auto
}

.card__container--closed .card__caption {
	font-size: 1em;
	max-width: none;
	padding: 28px 10px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.card__title {
	margin: 5px 0 0 0;
	color: #414141;
	font-family: "GarnataRegular";
	letter-spacing: 10px
}

.card__container--closed .card__title {
	color: #fff;
	font-family: "Inconsolata";
	font-weight: 400;
	font-size: 22px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: none
}

.card__subtitle {
	text-align: center;
	color: #747474;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 16px;
	text-transform: uppercase
}

.card__container--closed .card__subtitle {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	text-shadow: 2px 2px 2px #000
}

.card__copy {
	max-width: 100%;
	margin: 0 auto
}

.card__btn-close {
	font-size: 48px !important;
	position: absolute;
	top: 0;
	right: 0;
	padding: 36px;
	cursor: pointer;
	color: #ffb30f
}

.card__container--closed .card__btn-close {
	display: none
}

@media only screen and (max-width: 980px) {
	.card {
		width: 46%;
		padding-bottom: 32.2%
	}
	.card__image {
		max-height: 200px
	}
	.card__container--closed .card__image {
		max-height: 360px
	}
	.card__content {
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px
	}
}

@media only screen and (max-width: 580px) {
	.card {
		width: 96%;
		padding-bottom: 67.2%
	}
}

@media only screen and (max-width: 400px) {
	.card__copy {
		padding: 25px 0px 100px
	}
}

.img-wrap {
	position: relative;
	width: 100%
}

.img-wrap img {
	width: 100%;
	height: auto;
	display: block
}

.pattern {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.pattern--hidden {
	visibility: hidden;
	opacity: 0
}

.pattern--hidden .polygon {
	transition-duration: 0ms
}

.pattern svg {
	width: 100%;
	height: 100%
}

.polygon {
	transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	fill: transparent
}

.polygon--hidden {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.ff .polygon {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important
}

.project-details {
	position: relative;
	margin: 0 auto
}

.project-details h5 {
	text-align: left;
	letter-spacing: 6px;
	margin-bottom: 30px
}

.project-details p {
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 3px
}

.project-details p:last-child {
	margin-bottom: 30px
}

.project-details p a {
	color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

#owl-image-slider,
#owl-image-slider1,
#owl-image-slider2 {
	position: relative;
	margin: 0 auto
}

#owl-image-slider .item,
#owl-image-slider1 .item,
#owl-image-slider2 .item {
	position: relative;
	margin: 0 auto
}

#owl-image-slider .item img,
#owl-image-slider1 .item img,
#owl-image-slider2 .item img {
	width: 100%;
	display: block
}

.video-wrapper,
figure.vimeo,
figure.youtube {
	margin: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

figure.youtube a img,
figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width: none
}

figure.vimeo a:after,
figure.youtube a:after {
	content: "";
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

figure.vimeo:hover a:after,
figure.youtube:hover a:after {
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, .2)
}

figure.vimeo a:before,
figure.youtube a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #414141;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -7px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

figure.vimeo:hover a:before,
figure.youtube:hover a:before {
	border-left: 8px solid #000
}

figure.vimeo a:hover img,
figure.youtube a:hover img {
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: scale(1.07) rotate(1deg);
	transform: scale(1.07) rotate(1deg)
}

figure.vimeo a img,
figure.youtube a img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(1);
	transform: scale(1)
}

#ajax-form {
	width: 100%;
	font-family: "Roboto";
	font-size: 10px;
	line-height: 28px;
	color: #045e9e;
	margin: 0 auto
}

#ajax-form label {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	line-height: 30px
}

#ajax-form input {
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Roboto";
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	color: #045e9e;
	-webkit-transition: border-bottom .3s, color .3s;
	transition: border-bottom .3s, color .3s
}

#ajax-form textarea {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Roboto";
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 24px;
	background: transparent;
	height: 100px;
	border: none;
	color: #045e9e;
	-webkit-transition: border-bottom .3s, color .3s;
	transition: border-bottom .3s, color .3s
}

#ajax-form textarea,
#ajax-form input {
	border-bottom: 1px solid rgba(100, 100, 100, .2)
}

.error {
	font: 11px/22px "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
	color: #636363
}

#ajaxsuccess {
	background: #f2f2f2;
	color: #101010;
	font: 20px/60px "Open Sans", sans-serif;
	height: 60px;
	display: none;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

.text-align-center {
	text-align: center;
	padding-top: 10px
}

#ajax-form textarea:active,
#ajax-form input:active {
	color: #101010
}

#ajax-form textarea:active,
#ajax-form input:hover {
	color: #045e9e
}

#ajax-form textarea:focus,
#ajax-form input:focus {
	outline: none !important
}

#ajax-form input:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form input::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form input:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form input::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form textarea:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form textarea::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form textarea:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form textarea::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999
}

#ajax-form button {
	background: #efefef;
	color: #212121;
	font-size: 14px;
	padding: 13px 30px;
	max-width: 140px
}

#ajax-form button:hover {
	color: #fff
}

#ajax-form button:focus,
#ajax-form button:active {
	border: none;
	outline: none
}

.contact-block {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.contact-block .text {
	position: relative;
	width: 100%
}

.contact-block .text h6 {
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	color: #fff
}

.contact-block .text p span {
	font-family: "FontAwesome";
	padding-right: 5px;
	font-size: 18px;
	font-weight: normal
}

.contact-block .text p {
	position: relative;
	text-align: center;
	color: #fff
}

#google-container {
	position: relative;
	width: 100%;
	height: 450px
}

#cd-google-map {
	position: relative
}

#cd-google-map address {
	position: absolute;
	bottom: 50px;
	left: 50px;
	border-radius: 3px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .9);
	font-family: "Inconsolata";
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #747474;
	text-align: left
}

#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity: .7;
	background-image: url("../images/cd-icon-controller.svg");
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	opacity: 1
}

#cd-zoom-in:hover,
#cd-zoom-out:hover {
	opacity: 1
}

@media only screen and (min-width: 768px) {
	#cd-zoom-in,
	#cd-zoom-out {
		margin-left: 50px
	}
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 50px;
	margin-bottom: 1px
}

#cd-zoom-out {
	background-position: 50% -32px
}

.footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: #060606
}

body.body--hidden .footer {
	opacity: 0
}

.footer {
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out
}

.footer img {
	width: 110px;
	display: block;
	margin: 0 auto;
	text-align: center
}

.footer p {
	text-align: center;
	letter-spacing: 3px;
	color: #f9f9f9;
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 50px
}

.social-footer {
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%
}

.list-social-footer li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 35px;
	height: 35px;
	display: inline-block;
	cursor: pointer;
	background: #323232;
	border-radius: 50%;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.list-social-footer li.icon-footer a {
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 35px;
	width: 35px;
	color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

@media only screen and (max-width: 1450px) {
	.blog-box-1 {
		width: calc(33.33333% - 50px);
		min-height: 870px
	}
}

@media only screen and (max-width: 1100px) {
	.blog-box-1 {
		width: calc(50% - 50px)
	}
}

@media only screen and (max-width: 800px) {
	.blog-box-1 {
		width: calc(100% - 50px)
	}
}

@media only screen and (min-width: 1200px)and (max-width: 1319px) {
	.hero-top h2 {
		font-size: 70px;
		line-height: 70px;
		letter-spacing: 15px;
		padding-left: 15px
	}
}

@media only screen and (min-width: 960px)and (max-width: 1199px) {
	.hero-top h2 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 10px;
		padding-left: 10px
	}
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	.hero-top h2 {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 10px;
		padding-left: 10px
	}
}

@media only screen and (min-width: 480px)and (max-width: 767px) {
	.hero-top h2 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 10px;
		padding-left: 10px
	}
	.hero-top p {
		margin-top: 25px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
		margin-bottom: 40px
	}
}

@media only screen and (min-width: 320px)and (max-width: 479px) {
	.hero-top h2 {
		font-size: 32px;
		line-height: 32px;
		letter-spacing: 2px;
		padding-left: 2px
	}
	.hero-top p {
		margin-top: 25px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
		margin-bottom: 40px
	}
}

@media only screen and (max-width: 319px) {
	.hero-top h2 {
		font-size: 32px;
		line-height: 32px;
		letter-spacing: 2px;
		padding-left: 2px
	}
	.hero-top p {
		margin-top: 25px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
		margin-bottom: 40px
	}
}

@font-face {
	font-family: "GarnataRegular";
	src: url("font/GarnataRegular.eot");
	src: url("font/GarnataRegular.eot?#iefix") format("embedded-opentype"), url("font/GarnataRegular.woff") format("woff"), url("font/GarnataRegular.ttf") format("truetype"), url("font/GarnataRegular.svg") format("svg");
	font-weight: normal;
	font-style: normal
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: "FontAwesome";
	src: url("font/fontawesome-webfont.eot?v=4.3.0");
	src: url("font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-genderless:before,
.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}


/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
	font-family: "Ionicons";
	src: url("font/ionicons.eot?v=2.0.1");
	src: url("font/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("font/ionicons.ttf?v=2.0.1") format("truetype"), url("font/ionicons.woff?v=2.0.1") format("woff"), url("font/ionicons.svg?v=2.0.1#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
	content: ""
}

.ion-alert-circled:before {
	content: ""
}

.ion-android-add:before {
	content: ""
}

.ion-android-add-circle:before {
	content: ""
}

.ion-android-alarm-clock:before {
	content: ""
}

.ion-android-alert:before {
	content: ""
}

.ion-android-apps:before {
	content: ""
}

.ion-android-archive:before {
	content: ""
}

.ion-android-arrow-back:before {
	content: ""
}

.ion-android-arrow-down:before {
	content: ""
}

.ion-android-arrow-dropdown:before {
	content: ""
}

.ion-android-arrow-dropdown-circle:before {
	content: ""
}

.ion-android-arrow-dropleft:before {
	content: ""
}

.ion-android-arrow-dropleft-circle:before {
	content: ""
}

.ion-android-arrow-dropright:before {
	content: ""
}

.ion-android-arrow-dropright-circle:before {
	content: ""
}

.ion-android-arrow-dropup:before {
	content: ""
}

.ion-android-arrow-dropup-circle:before {
	content: ""
}

.ion-android-arrow-forward:before {
	content: ""
}

.ion-android-arrow-up:before {
	content: ""
}

.ion-android-attach:before {
	content: ""
}

.ion-android-bar:before {
	content: ""
}

.ion-android-bicycle:before {
	content: ""
}

.ion-android-boat:before {
	content: ""
}

.ion-android-bookmark:before {
	content: ""
}

.ion-android-bulb:before {
	content: ""
}

.ion-android-bus:before {
	content: ""
}

.ion-android-calendar:before {
	content: ""
}

.ion-android-call:before {
	content: ""
}

.ion-android-camera:before {
	content: ""
}

.ion-android-cancel:before {
	content: ""
}

.ion-android-car:before {
	content: ""
}

.ion-android-cart:before {
	content: ""
}

.ion-android-chat:before {
	content: ""
}

.ion-android-checkbox:before {
	content: ""
}

.ion-android-checkbox-blank:before {
	content: ""
}

.ion-android-checkbox-outline:before {
	content: ""
}

.ion-android-checkbox-outline-blank:before {
	content: ""
}

.ion-android-checkmark-circle:before {
	content: ""
}

.ion-android-clipboard:before {
	content: ""
}

.ion-android-close:before {
	content: ""
}

.ion-android-cloud:before {
	content: ""
}

.ion-android-cloud-circle:before {
	content: ""
}

.ion-android-cloud-done:before {
	content: ""
}

.ion-android-cloud-outline:before {
	content: ""
}

.ion-android-color-palette:before {
	content: ""
}

.ion-android-compass:before {
	content: ""
}

.ion-android-contact:before {
	content: ""
}

.ion-android-contacts:before {
	content: ""
}

.ion-android-contract:before {
	content: ""
}

.ion-android-create:before {
	content: ""
}

.ion-android-delete:before {
	content: ""
}

.ion-android-desktop:before {
	content: ""
}

.ion-android-document:before {
	content: ""
}

.ion-android-done:before {
	content: ""
}

.ion-android-done-all:before {
	content: ""
}

.ion-android-download:before {
	content: ""
}

.ion-android-drafts:before {
	content: ""
}

.ion-android-exit:before {
	content: ""
}

.ion-android-expand:before {
	content: ""
}

.ion-android-favorite:before {
	content: ""
}

.ion-android-favorite-outline:before {
	content: ""
}

.ion-android-film:before {
	content: ""
}

.ion-android-folder:before {
	content: ""
}

.ion-android-folder-open:before {
	content: ""
}

.ion-android-funnel:before {
	content: ""
}

.ion-android-globe:before {
	content: ""
}

.ion-android-hand:before {
	content: ""
}

.ion-android-hangout:before {
	content: ""
}

.ion-android-happy:before {
	content: ""
}

.ion-android-home:before {
	content: ""
}

.ion-android-image:before {
	content: ""
}

.ion-android-laptop:before {
	content: ""
}

.ion-android-list:before {
	content: ""
}

.ion-android-locate:before {
	content: ""
}

.ion-android-lock:before {
	content: ""
}

.ion-android-mail:before {
	content: ""
}

.ion-android-map:before {
	content: ""
}

.ion-android-menu:before {
	content: ""
}

.ion-android-microphone:before {
	content: ""
}

.ion-android-microphone-off:before {
	content: ""
}

.ion-android-more-horizontal:before {
	content: ""
}

.ion-android-more-vertical:before {
	content: ""
}

.ion-android-navigate:before {
	content: ""
}

.ion-android-notifications:before {
	content: ""
}

.ion-android-notifications-none:before {
	content: ""
}

.ion-android-notifications-off:before {
	content: ""
}

.ion-android-open:before {
	content: ""
}

.ion-android-options:before {
	content: ""
}

.ion-android-people:before {
	content: ""
}

.ion-android-person:before {
	content: ""
}

.ion-android-person-add:before {
	content: ""
}

.ion-android-phone-landscape:before {
	content: ""
}

.ion-android-phone-portrait:before {
	content: ""
}

.ion-android-pin:before {
	content: ""
}

.ion-android-plane:before {
	content: ""
}

.ion-android-playstore:before {
	content: ""
}

.ion-android-print:before {
	content: ""
}

.ion-android-radio-button-off:before {
	content: ""
}

.ion-android-radio-button-on:before {
	content: ""
}

.ion-android-refresh:before {
	content: ""
}

.ion-android-remove:before {
	content: ""
}

.ion-android-remove-circle:before {
	content: ""
}

.ion-android-restaurant:before {
	content: ""
}

.ion-android-sad:before {
	content: ""
}

.ion-android-search:before {
	content: ""
}

.ion-android-send:before {
	content: ""
}

.ion-android-settings:before {
	content: ""
}

.ion-android-share:before {
	content: ""
}

.ion-android-share-alt:before {
	content: ""
}

.ion-android-star:before {
	content: ""
}

.ion-android-star-half:before {
	content: ""
}

.ion-android-star-outline:before {
	content: ""
}

.ion-android-stopwatch:before {
	content: ""
}

.ion-android-subway:before {
	content: ""
}

.ion-android-sunny:before {
	content: ""
}

.ion-android-sync:before {
	content: ""
}

.ion-android-textsms:before {
	content: ""
}

.ion-android-time:before {
	content: ""
}

.ion-android-train:before {
	content: ""
}

.ion-android-unlock:before {
	content: ""
}

.ion-android-upload:before {
	content: ""
}

.ion-android-volume-down:before {
	content: ""
}

.ion-android-volume-mute:before {
	content: ""
}

.ion-android-volume-off:before {
	content: ""
}

.ion-android-volume-up:before {
	content: ""
}

.ion-android-walk:before {
	content: ""
}

.ion-android-warning:before {
	content: ""
}

.ion-android-watch:before {
	content: ""
}

.ion-android-wifi:before {
	content: ""
}

.ion-aperture:before {
	content: ""
}

.ion-archive:before {
	content: ""
}

.ion-arrow-down-a:before {
	content: ""
}

.ion-arrow-down-b:before {
	content: ""
}

.ion-arrow-down-c:before {
	content: ""
}

.ion-arrow-expand:before {
	content: ""
}

.ion-arrow-graph-down-left:before {
	content: ""
}

.ion-arrow-graph-down-right:before {
	content: ""
}

.ion-arrow-graph-up-left:before {
	content: ""
}

.ion-arrow-graph-up-right:before {
	content: ""
}

.ion-arrow-left-a:before {
	content: ""
}

.ion-arrow-left-b:before {
	content: ""
}

.ion-arrow-left-c:before {
	content: ""
}

.ion-arrow-move:before {
	content: ""
}

.ion-arrow-resize:before {
	content: ""
}

.ion-arrow-return-left:before {
	content: ""
}

.ion-arrow-return-right:before {
	content: ""
}

.ion-arrow-right-a:before {
	content: ""
}

.ion-arrow-right-b:before {
	content: ""
}

.ion-arrow-right-c:before {
	content: ""
}

.ion-arrow-shrink:before {
	content: ""
}

.ion-arrow-swap:before {
	content: ""
}

.ion-arrow-up-a:before {
	content: ""
}

.ion-arrow-up-b:before {
	content: ""
}

.ion-arrow-up-c:before {
	content: ""
}

.ion-asterisk:before {
	content: ""
}

.ion-at:before {
	content: ""
}

.ion-backspace:before {
	content: ""
}

.ion-backspace-outline:before {
	content: ""
}

.ion-bag:before {
	content: ""
}

.ion-battery-charging:before {
	content: ""
}

.ion-battery-empty:before {
	content: ""
}

.ion-battery-full:before {
	content: ""
}

.ion-battery-half:before {
	content: ""
}

.ion-battery-low:before {
	content: ""
}

.ion-beaker:before {
	content: ""
}

.ion-beer:before {
	content: ""
}

.ion-bluetooth:before {
	content: ""
}

.ion-bonfire:before {
	content: ""
}

.ion-bookmark:before {
	content: ""
}

.ion-bowtie:before {
	content: ""
}

.ion-briefcase:before {
	content: ""
}

.ion-bug:before {
	content: ""
}

.ion-calculator:before {
	content: ""
}

.ion-calendar:before {
	content: ""
}

.ion-camera:before {
	content: ""
}

.ion-card:before {
	content: ""
}

.ion-cash:before {
	content: ""
}

.ion-chatbox:before {
	content: ""
}

.ion-chatbox-working:before {
	content: ""
}

.ion-chatboxes:before {
	content: ""
}

.ion-chatbubble:before {
	content: ""
}

.ion-chatbubble-working:before {
	content: ""
}

.ion-chatbubbles:before {
	content: ""
}

.ion-checkmark:before {
	content: ""
}

.ion-checkmark-circled:before {
	content: ""
}

.ion-checkmark-round:before {
	content: ""
}

.ion-chevron-down:before {
	content: ""
}

.ion-chevron-left:before {
	content: ""
}

.ion-chevron-right:before {
	content: ""
}

.ion-chevron-up:before {
	content: ""
}

.ion-clipboard:before {
	content: ""
}

.ion-clock:before {
	content: ""
}

.ion-close:before {
	content: ""
}

.ion-close-circled:before {
	content: ""
}

.ion-close-round:before {
	content: ""
}

.ion-closed-captioning:before {
	content: ""
}

.ion-cloud:before {
	content: ""
}

.ion-code:before {
	content: ""
}

.ion-code-download:before {
	content: ""
}

.ion-code-working:before {
	content: ""
}

.ion-coffee:before {
	content: ""
}

.ion-compass:before {
	content: ""
}

.ion-compose:before {
	content: ""
}

.ion-connection-bars:before {
	content: ""
}

.ion-contrast:before {
	content: ""
}

.ion-crop:before {
	content: ""
}

.ion-cube:before {
	content: ""
}

.ion-disc:before {
	content: ""
}

.ion-document:before {
	content: ""
}

.ion-document-text:before {
	content: ""
}

.ion-drag:before {
	content: ""
}

.ion-earth:before {
	content: ""
}

.ion-easel:before {
	content: ""
}

.ion-edit:before {
	content: ""
}

.ion-egg:before {
	content: ""
}

.ion-eject:before {
	content: ""
}

.ion-email:before {
	content: ""
}

.ion-email-unread:before {
	content: ""
}

.ion-erlenmeyer-flask:before {
	content: ""
}

.ion-erlenmeyer-flask-bubbles:before {
	content: ""
}

.ion-eye:before {
	content: ""
}

.ion-eye-disabled:before {
	content: ""
}

.ion-female:before {
	content: ""
}

.ion-filing:before {
	content: ""
}

.ion-film-marker:before {
	content: ""
}

.ion-fireball:before {
	content: ""
}

.ion-flag:before {
	content: ""
}

.ion-flame:before {
	content: ""
}

.ion-flash:before {
	content: ""
}

.ion-flash-off:before {
	content: ""
}

.ion-folder:before {
	content: ""
}

.ion-fork:before {
	content: ""
}

.ion-fork-repo:before {
	content: ""
}

.ion-forward:before {
	content: ""
}

.ion-funnel:before {
	content: ""
}

.ion-gear-a:before {
	content: ""
}

.ion-gear-b:before {
	content: ""
}

.ion-grid:before {
	content: ""
}

.ion-hammer:before {
	content: ""
}

.ion-happy:before {
	content: ""
}

.ion-happy-outline:before {
	content: ""
}

.ion-headphone:before {
	content: ""
}

.ion-heart:before {
	content: ""
}

.ion-heart-broken:before {
	content: ""
}

.ion-help:before {
	content: ""
}

.ion-help-buoy:before {
	content: ""
}

.ion-help-circled:before {
	content: ""
}

.ion-home:before {
	content: ""
}

.ion-icecream:before {
	content: ""
}

.ion-image:before {
	content: ""
}

.ion-images:before {
	content: ""
}

.ion-information:before {
	content: ""
}

.ion-information-circled:before {
	content: ""
}

.ion-ionic:before {
	content: ""
}

.ion-ios-alarm:before {
	content: ""
}

.ion-ios-alarm-outline:before {
	content: ""
}

.ion-ios-albums:before {
	content: ""
}

.ion-ios-albums-outline:before {
	content: ""
}

.ion-ios-americanfootball:before {
	content: ""
}

.ion-ios-americanfootball-outline:before {
	content: ""
}

.ion-ios-analytics:before {
	content: ""
}

.ion-ios-analytics-outline:before {
	content: ""
}

.ion-ios-arrow-back:before {
	content: ""
}

.ion-ios-arrow-down:before {
	content: ""
}

.ion-ios-arrow-forward:before {
	content: ""
}

.ion-ios-arrow-left:before {
	content: ""
}

.ion-ios-arrow-right:before {
	content: ""
}

.ion-ios-arrow-thin-down:before {
	content: ""
}

.ion-ios-arrow-thin-left:before {
	content: ""
}

.ion-ios-arrow-thin-right:before {
	content: ""
}

.ion-ios-arrow-thin-up:before {
	content: ""
}

.ion-ios-arrow-up:before {
	content: ""
}

.ion-ios-at:before {
	content: ""
}

.ion-ios-at-outline:before {
	content: ""
}

.ion-ios-barcode:before {
	content: ""
}

.ion-ios-barcode-outline:before {
	content: ""
}

.ion-ios-baseball:before {
	content: ""
}

.ion-ios-baseball-outline:before {
	content: ""
}

.ion-ios-basketball:before {
	content: ""
}

.ion-ios-basketball-outline:before {
	content: ""
}

.ion-ios-bell:before {
	content: ""
}

.ion-ios-bell-outline:before {
	content: ""
}

.ion-ios-body:before {
	content: ""
}

.ion-ios-body-outline:before {
	content: ""
}

.ion-ios-bolt:before {
	content: ""
}

.ion-ios-bolt-outline:before {
	content: ""
}

.ion-ios-book:before {
	content: ""
}

.ion-ios-book-outline:before {
	content: ""
}

.ion-ios-bookmarks:before {
	content: ""
}

.ion-ios-bookmarks-outline:before {
	content: ""
}

.ion-ios-box:before {
	content: ""
}

.ion-ios-box-outline:before {
	content: ""
}

.ion-ios-briefcase:before {
	content: ""
}

.ion-ios-briefcase-outline:before {
	content: ""
}

.ion-ios-browsers:before {
	content: ""
}

.ion-ios-browsers-outline:before {
	content: ""
}

.ion-ios-calculator:before {
	content: ""
}

.ion-ios-calculator-outline:before {
	content: ""
}

.ion-ios-calendar:before {
	content: ""
}

.ion-ios-calendar-outline:before {
	content: ""
}

.ion-ios-camera:before {
	content: ""
}

.ion-ios-camera-outline:before {
	content: ""
}

.ion-ios-cart:before {
	content: ""
}

.ion-ios-cart-outline:before {
	content: ""
}

.ion-ios-chatboxes:before {
	content: ""
}

.ion-ios-chatboxes-outline:before {
	content: ""
}

.ion-ios-chatbubble:before {
	content: ""
}

.ion-ios-chatbubble-outline:before {
	content: ""
}

.ion-ios-checkmark:before {
	content: ""
}

.ion-ios-checkmark-empty:before {
	content: ""
}

.ion-ios-checkmark-outline:before {
	content: ""
}

.ion-ios-circle-filled:before {
	content: ""
}

.ion-ios-circle-outline:before {
	content: ""
}

.ion-ios-clock:before {
	content: ""
}

.ion-ios-clock-outline:before {
	content: ""
}

.ion-ios-close:before {
	content: ""
}

.ion-ios-close-empty:before {
	content: ""
}

.ion-ios-close-outline:before {
	content: ""
}

.ion-ios-cloud:before {
	content: ""
}

.ion-ios-cloud-download:before {
	content: ""
}

.ion-ios-cloud-download-outline:before {
	content: ""
}

.ion-ios-cloud-outline:before {
	content: ""
}

.ion-ios-cloud-upload:before {
	content: ""
}

.ion-ios-cloud-upload-outline:before {
	content: ""
}

.ion-ios-cloudy:before {
	content: ""
}

.ion-ios-cloudy-night:before {
	content: ""
}

.ion-ios-cloudy-night-outline:before {
	content: ""
}

.ion-ios-cloudy-outline:before {
	content: ""
}

.ion-ios-cog:before {
	content: ""
}

.ion-ios-cog-outline:before {
	content: ""
}

.ion-ios-color-filter:before {
	content: ""
}

.ion-ios-color-filter-outline:before {
	content: ""
}

.ion-ios-color-wand:before {
	content: ""
}

.ion-ios-color-wand-outline:before {
	content: ""
}

.ion-ios-compose:before {
	content: ""
}

.ion-ios-compose-outline:before {
	content: ""
}

.ion-ios-contact:before {
	content: ""
}

.ion-ios-contact-outline:before {
	content: ""
}

.ion-ios-copy:before {
	content: ""
}

.ion-ios-copy-outline:before {
	content: ""
}

.ion-ios-crop:before {
	content: ""
}

.ion-ios-crop-strong:before {
	content: ""
}

.ion-ios-download:before {
	content: ""
}

.ion-ios-download-outline:before {
	content: ""
}

.ion-ios-drag:before {
	content: ""
}

.ion-ios-email:before {
	content: ""
}

.ion-ios-email-outline:before {
	content: ""
}

.ion-ios-eye:before {
	content: ""
}

.ion-ios-eye-outline:before {
	content: ""
}

.ion-ios-fastforward:before {
	content: ""
}

.ion-ios-fastforward-outline:before {
	content: ""
}

.ion-ios-filing:before {
	content: ""
}

.ion-ios-filing-outline:before {
	content: ""
}

.ion-ios-film:before {
	content: ""
}

.ion-ios-film-outline:before {
	content: ""
}

.ion-ios-flag:before {
	content: ""
}

.ion-ios-flag-outline:before {
	content: ""
}

.ion-ios-flame:before {
	content: ""
}

.ion-ios-flame-outline:before {
	content: ""
}

.ion-ios-flask:before {
	content: ""
}

.ion-ios-flask-outline:before {
	content: ""
}

.ion-ios-flower:before {
	content: ""
}

.ion-ios-flower-outline:before {
	content: ""
}

.ion-ios-folder:before {
	content: ""
}

.ion-ios-folder-outline:before {
	content: ""
}

.ion-ios-football:before {
	content: ""
}

.ion-ios-football-outline:before {
	content: ""
}

.ion-ios-game-controller-a:before {
	content: ""
}

.ion-ios-game-controller-a-outline:before {
	content: ""
}

.ion-ios-game-controller-b:before {
	content: ""
}

.ion-ios-game-controller-b-outline:before {
	content: ""
}

.ion-ios-gear:before {
	content: ""
}

.ion-ios-gear-outline:before {
	content: ""
}

.ion-ios-glasses:before {
	content: ""
}

.ion-ios-glasses-outline:before {
	content: ""
}

.ion-ios-grid-view:before {
	content: ""
}

.ion-ios-grid-view-outline:before {
	content: ""
}

.ion-ios-heart:before {
	content: ""
}

.ion-ios-heart-outline:before {
	content: ""
}

.ion-ios-help:before {
	content: ""
}

.ion-ios-help-empty:before {
	content: ""
}

.ion-ios-help-outline:before {
	content: ""
}

.ion-ios-home:before {
	content: ""
}

.ion-ios-home-outline:before {
	content: ""
}

.ion-ios-infinite:before {
	content: ""
}

.ion-ios-infinite-outline:before {
	content: ""
}

.ion-ios-information:before {
	content: ""
}

.ion-ios-information-empty:before {
	content: ""
}

.ion-ios-information-outline:before {
	content: ""
}

.ion-ios-ionic-outline:before {
	content: ""
}

.ion-ios-keypad:before {
	content: ""
}

.ion-ios-keypad-outline:before {
	content: ""
}

.ion-ios-lightbulb:before {
	content: ""
}

.ion-ios-lightbulb-outline:before {
	content: ""
}

.ion-ios-list:before {
	content: ""
}

.ion-ios-list-outline:before {
	content: ""
}

.ion-ios-location:before {
	content: ""
}

.ion-ios-location-outline:before {
	content: ""
}

.ion-ios-locked:before {
	content: ""
}

.ion-ios-locked-outline:before {
	content: ""
}

.ion-ios-loop:before {
	content: ""
}

.ion-ios-loop-strong:before {
	content: ""
}

.ion-ios-medical:before {
	content: ""
}

.ion-ios-medical-outline:before {
	content: ""
}

.ion-ios-medkit:before {
	content: ""
}

.ion-ios-medkit-outline:before {
	content: ""
}

.ion-ios-mic:before {
	content: ""
}

.ion-ios-mic-off:before {
	content: ""
}

.ion-ios-mic-outline:before {
	content: ""
}

.ion-ios-minus:before {
	content: ""
}

.ion-ios-minus-empty:before {
	content: ""
}

.ion-ios-minus-outline:before {
	content: ""
}

.ion-ios-monitor:before {
	content: ""
}

.ion-ios-monitor-outline:before {
	content: ""
}

.ion-ios-moon:before {
	content: ""
}

.ion-ios-moon-outline:before {
	content: ""
}

.ion-ios-more:before {
	content: ""
}

.ion-ios-more-outline:before {
	content: ""
}

.ion-ios-musical-note:before {
	content: ""
}

.ion-ios-musical-notes:before {
	content: ""
}

.ion-ios-navigate:before {
	content: ""
}

.ion-ios-navigate-outline:before {
	content: ""
}

.ion-ios-nutrition:before {
	content: ""
}

.ion-ios-nutrition-outline:before {
	content: ""
}

.ion-ios-paper:before {
	content: ""
}

.ion-ios-paper-outline:before {
	content: ""
}

.ion-ios-paperplane:before {
	content: ""
}

.ion-ios-paperplane-outline:before {
	content: ""
}

.ion-ios-partlysunny:before {
	content: ""
}

.ion-ios-partlysunny-outline:before {
	content: ""
}

.ion-ios-pause:before {
	content: ""
}

.ion-ios-pause-outline:before {
	content: ""
}

.ion-ios-paw:before {
	content: ""
}

.ion-ios-paw-outline:before {
	content: ""
}

.ion-ios-people:before {
	content: ""
}

.ion-ios-people-outline:before {
	content: ""
}

.ion-ios-person:before {
	content: ""
}

.ion-ios-person-outline:before {
	content: ""
}

.ion-ios-personadd:before {
	content: ""
}

.ion-ios-personadd-outline:before {
	content: ""
}

.ion-ios-photos:before {
	content: ""
}

.ion-ios-photos-outline:before {
	content: ""
}

.ion-ios-pie:before {
	content: ""
}

.ion-ios-pie-outline:before {
	content: ""
}

.ion-ios-pint:before {
	content: ""
}

.ion-ios-pint-outline:before {
	content: ""
}

.ion-ios-play:before {
	content: ""
}

.ion-ios-play-outline:before {
	content: ""
}

.ion-ios-plus:before {
	content: ""
}

.ion-ios-plus-empty:before {
	content: ""
}

.ion-ios-plus-outline:before {
	content: ""
}

.ion-ios-pricetag:before {
	content: ""
}

.ion-ios-pricetag-outline:before {
	content: ""
}

.ion-ios-pricetags:before {
	content: ""
}

.ion-ios-pricetags-outline:before {
	content: ""
}

.ion-ios-printer:before {
	content: ""
}

.ion-ios-printer-outline:before {
	content: ""
}

.ion-ios-pulse:before {
	content: ""
}

.ion-ios-pulse-strong:before {
	content: ""
}

.ion-ios-rainy:before {
	content: ""
}

.ion-ios-rainy-outline:before {
	content: ""
}

.ion-ios-recording:before {
	content: ""
}

.ion-ios-recording-outline:before {
	content: ""
}

.ion-ios-redo:before {
	content: ""
}

.ion-ios-redo-outline:before {
	content: ""
}

.ion-ios-refresh:before {
	content: ""
}

.ion-ios-refresh-empty:before {
	content: ""
}

.ion-ios-refresh-outline:before {
	content: ""
}

.ion-ios-reload:before {
	content: ""
}

.ion-ios-reverse-camera:before {
	content: ""
}

.ion-ios-reverse-camera-outline:before {
	content: ""
}

.ion-ios-rewind:before {
	content: ""
}

.ion-ios-rewind-outline:before {
	content: ""
}

.ion-ios-rose:before {
	content: ""
}

.ion-ios-rose-outline:before {
	content: ""
}

.ion-ios-search:before {
	content: ""
}

.ion-ios-search-strong:before {
	content: ""
}

.ion-ios-settings:before {
	content: ""
}

.ion-ios-settings-strong:before {
	content: ""
}

.ion-ios-shuffle:before {
	content: ""
}

.ion-ios-shuffle-strong:before {
	content: ""
}

.ion-ios-skipbackward:before {
	content: ""
}

.ion-ios-skipbackward-outline:before {
	content: ""
}

.ion-ios-skipforward:before {
	content: ""
}

.ion-ios-skipforward-outline:before {
	content: ""
}

.ion-ios-snowy:before {
	content: ""
}

.ion-ios-speedometer:before {
	content: ""
}

.ion-ios-speedometer-outline:before {
	content: ""
}

.ion-ios-star:before {
	content: ""
}

.ion-ios-star-half:before {
	content: ""
}

.ion-ios-star-outline:before {
	content: ""
}

.ion-ios-stopwatch:before {
	content: ""
}

.ion-ios-stopwatch-outline:before {
	content: ""
}

.ion-ios-sunny:before {
	content: ""
}

.ion-ios-sunny-outline:before {
	content: ""
}

.ion-ios-telephone:before {
	content: ""
}

.ion-ios-telephone-outline:before {
	content: ""
}

.ion-ios-tennisball:before {
	content: ""
}

.ion-ios-tennisball-outline:before {
	content: ""
}

.ion-ios-thunderstorm:before {
	content: ""
}

.ion-ios-thunderstorm-outline:before {
	content: ""
}

.ion-ios-time:before {
	content: ""
}

.ion-ios-time-outline:before {
	content: ""
}

.ion-ios-timer:before {
	content: ""
}

.ion-ios-timer-outline:before {
	content: ""
}

.ion-ios-toggle:before {
	content: ""
}

.ion-ios-toggle-outline:before {
	content: ""
}

.ion-ios-trash:before {
	content: ""
}

.ion-ios-trash-outline:before {
	content: ""
}

.ion-ios-undo:before {
	content: ""
}

.ion-ios-undo-outline:before {
	content: ""
}

.ion-ios-unlocked:before {
	content: ""
}

.ion-ios-unlocked-outline:before {
	content: ""
}

.ion-ios-upload:before {
	content: ""
}

.ion-ios-upload-outline:before {
	content: ""
}

.ion-ios-videocam:before {
	content: ""
}

.ion-ios-videocam-outline:before {
	content: ""
}

.ion-ios-volume-high:before {
	content: ""
}

.ion-ios-volume-low:before {
	content: ""
}

.ion-ios-wineglass:before {
	content: ""
}

.ion-ios-wineglass-outline:before {
	content: ""
}

.ion-ios-world:before {
	content: ""
}

.ion-ios-world-outline:before {
	content: ""
}

.ion-ipad:before {
	content: ""
}

.ion-iphone:before {
	content: ""
}

.ion-ipod:before {
	content: ""
}

.ion-jet:before {
	content: ""
}

.ion-key:before {
	content: ""
}

.ion-knife:before {
	content: ""
}

.ion-laptop:before {
	content: ""
}

.ion-leaf:before {
	content: ""
}

.ion-levels:before {
	content: ""
}

.ion-lightbulb:before {
	content: ""
}

.ion-link:before {
	content: ""
}

.ion-load-a:before {
	content: ""
}

.ion-load-b:before {
	content: ""
}

.ion-load-c:before {
	content: ""
}

.ion-load-d:before {
	content: ""
}

.ion-location:before {
	content: ""
}

.ion-lock-combination:before {
	content: ""
}

.ion-locked:before {
	content: ""
}

.ion-log-in:before {
	content: ""
}

.ion-log-out:before {
	content: ""
}

.ion-loop:before {
	content: ""
}

.ion-magnet:before {
	content: ""
}

.ion-male:before {
	content: ""
}

.ion-man:before {
	content: ""
}

.ion-map:before {
	content: ""
}

.ion-medkit:before {
	content: ""
}

.ion-merge:before {
	content: ""
}

.ion-mic-a:before {
	content: ""
}

.ion-mic-b:before {
	content: ""
}

.ion-mic-c:before {
	content: ""
}

.ion-minus:before {
	content: ""
}

.ion-minus-circled:before {
	content: ""
}

.ion-minus-round:before {
	content: ""
}

.ion-model-s:before {
	content: ""
}

.ion-monitor:before {
	content: ""
}

.ion-more:before {
	content: ""
}

.ion-mouse:before {
	content: ""
}

.ion-music-note:before {
	content: ""
}

.ion-navicon:before {
	content: ""
}

.ion-navicon-round:before {
	content: ""
}

.ion-navigate:before {
	content: ""
}

.ion-network:before {
	content: ""
}

.ion-no-smoking:before {
	content: ""
}

.ion-nuclear:before {
	content: ""
}

.ion-outlet:before {
	content: ""
}

.ion-paintbrush:before {
	content: ""
}

.ion-paintbucket:before {
	content: ""
}

.ion-paper-airplane:before {
	content: ""
}

.ion-paperclip:before {
	content: ""
}

.ion-pause:before {
	content: ""
}

.ion-person:before {
	content: ""
}

.ion-person-add:before {
	content: ""
}

.ion-person-stalker:before {
	content: ""
}

.ion-pie-graph:before {
	content: ""
}

.ion-pin:before {
	content: ""
}

.ion-pinpoint:before {
	content: ""
}

.ion-pizza:before {
	content: ""
}

.ion-plane:before {
	content: ""
}

.ion-planet:before {
	content: ""
}

.ion-play:before {
	content: ""
}

.ion-playstation:before {
	content: ""
}

.ion-plus:before {
	content: ""
}

.ion-plus-circled:before {
	content: ""
}

.ion-plus-round:before {
	content: ""
}

.ion-podium:before {
	content: ""
}

.ion-pound:before {
	content: ""
}

.ion-power:before {
	content: ""
}

.ion-pricetag:before {
	content: ""
}

.ion-pricetags:before {
	content: ""
}

.ion-printer:before {
	content: ""
}

.ion-pull-request:before {
	content: ""
}

.ion-qr-scanner:before {
	content: ""
}

.ion-quote:before {
	content: ""
}

.ion-radio-waves:before {
	content: ""
}

.ion-record:before {
	content: ""
}

.ion-refresh:before {
	content: ""
}

.ion-reply:before {
	content: ""
}

.ion-reply-all:before {
	content: ""
}

.ion-ribbon-a:before {
	content: ""
}

.ion-ribbon-b:before {
	content: ""
}

.ion-sad:before {
	content: ""
}

.ion-sad-outline:before {
	content: ""
}

.ion-scissors:before {
	content: ""
}

.ion-search:before {
	content: ""
}

.ion-settings:before {
	content: ""
}

.ion-share:before {
	content: ""
}

.ion-shuffle:before {
	content: ""
}

.ion-skip-backward:before {
	content: ""
}

.ion-skip-forward:before {
	content: ""
}

.ion-social-android:before {
	content: ""
}

.ion-social-android-outline:before {
	content: ""
}

.ion-social-angular:before {
	content: ""
}

.ion-social-angular-outline:before {
	content: ""
}

.ion-social-apple:before {
	content: ""
}

.ion-social-apple-outline:before {
	content: ""
}

.ion-social-bitcoin:before {
	content: ""
}

.ion-social-bitcoin-outline:before {
	content: ""
}

.ion-social-buffer:before {
	content: ""
}

.ion-social-buffer-outline:before {
	content: ""
}

.ion-social-chrome:before {
	content: ""
}

.ion-social-chrome-outline:before {
	content: ""
}

.ion-social-codepen:before {
	content: ""
}

.ion-social-codepen-outline:before {
	content: ""
}

.ion-social-css3:before {
	content: ""
}

.ion-social-css3-outline:before {
	content: ""
}

.ion-social-designernews:before {
	content: ""
}

.ion-social-designernews-outline:before {
	content: ""
}

.ion-social-dribbble:before {
	content: ""
}

.ion-social-dribbble-outline:before {
	content: ""
}

.ion-social-dropbox:before {
	content: ""
}

.ion-social-dropbox-outline:before {
	content: ""
}

.ion-social-euro:before {
	content: ""
}

.ion-social-euro-outline:before {
	content: ""
}

.ion-social-facebook:before {
	content: ""
}

.ion-social-facebook-outline:before {
	content: ""
}

.ion-social-foursquare:before {
	content: ""
}

.ion-social-foursquare-outline:before {
	content: ""
}

.ion-social-freebsd-devil:before {
	content: ""
}

.ion-social-github:before {
	content: ""
}

.ion-social-github-outline:before {
	content: ""
}

.ion-social-google:before {
	content: ""
}

.ion-social-google-outline:before {
	content: ""
}

.ion-social-googleplus:before {
	content: ""
}

.ion-social-googleplus-outline:before {
	content: ""
}

.ion-social-hackernews:before {
	content: ""
}

.ion-social-hackernews-outline:before {
	content: ""
}

.ion-social-html5:before {
	content: ""
}

.ion-social-html5-outline:before {
	content: ""
}

.ion-social-instagram:before {
	content: ""
}

.ion-social-instagram-outline:before {
	content: ""
}

.ion-social-javascript:before {
	content: ""
}

.ion-social-javascript-outline:before {
	content: ""
}

.ion-social-linkedin:before {
	content: ""
}

.ion-social-linkedin-outline:before {
	content: ""
}

.ion-social-markdown:before {
	content: ""
}

.ion-social-nodejs:before {
	content: ""
}

.ion-social-octocat:before {
	content: ""
}

.ion-social-pinterest:before {
	content: ""
}

.ion-social-pinterest-outline:before {
	content: ""
}

.ion-social-python:before {
	content: ""
}

.ion-social-reddit:before {
	content: ""
}

.ion-social-reddit-outline:before {
	content: ""
}

.ion-social-rss:before {
	content: ""
}

.ion-social-rss-outline:before {
	content: ""
}

.ion-social-sass:before {
	content: ""
}

.ion-social-skype:before {
	content: ""
}

.ion-social-skype-outline:before {
	content: ""
}

.ion-social-snapchat:before {
	content: ""
}

.ion-social-snapchat-outline:before {
	content: ""
}

.ion-social-tumblr:before {
	content: ""
}

.ion-social-tumblr-outline:before {
	content: ""
}

.ion-social-tux:before {
	content: ""
}

.ion-social-twitch:before {
	content: ""
}

.ion-social-twitch-outline:before {
	content: ""
}

.ion-social-twitter:before {
	content: ""
}

.ion-social-twitter-outline:before {
	content: ""
}

.ion-social-usd:before {
	content: ""
}

.ion-social-usd-outline:before {
	content: ""
}

.ion-social-vimeo:before {
	content: ""
}

.ion-social-vimeo-outline:before {
	content: ""
}

.ion-social-whatsapp:before {
	content: ""
}

.ion-social-whatsapp-outline:before {
	content: ""
}

.ion-social-windows:before {
	content: ""
}

.ion-social-windows-outline:before {
	content: ""
}

.ion-social-wordpress:before {
	content: ""
}

.ion-social-wordpress-outline:before {
	content: ""
}

.ion-social-yahoo:before {
	content: ""
}

.ion-social-yahoo-outline:before {
	content: ""
}

.ion-social-yen:before {
	content: ""
}

.ion-social-yen-outline:before {
	content: ""
}

.ion-social-youtube:before {
	content: ""
}

.ion-social-youtube-outline:before {
	content: ""
}

.ion-soup-can:before {
	content: ""
}

.ion-soup-can-outline:before {
	content: ""
}

.ion-speakerphone:before {
	content: ""
}

.ion-speedometer:before {
	content: ""
}

.ion-spoon:before {
	content: ""
}

.ion-star:before {
	content: ""
}

.ion-stats-bars:before {
	content: ""
}

.ion-steam:before {
	content: ""
}

.ion-stop:before {
	content: ""
}

.ion-thermometer:before {
	content: ""
}

.ion-thumbsdown:before {
	content: ""
}

.ion-thumbsup:before {
	content: ""
}

.ion-toggle:before {
	content: ""
}

.ion-toggle-filled:before {
	content: ""
}

.ion-transgender:before {
	content: ""
}

.ion-trash-a:before {
	content: ""
}

.ion-trash-b:before {
	content: ""
}

.ion-trophy:before {
	content: ""
}

.ion-tshirt:before {
	content: ""
}

.ion-tshirt-outline:before {
	content: ""
}

.ion-umbrella:before {
	content: ""
}

.ion-university:before {
	content: ""
}

.ion-unlocked:before {
	content: ""
}

.ion-upload:before {
	content: ""
}

.ion-usb:before {
	content: ""
}

.ion-videocamera:before {
	content: ""
}

.ion-volume-high:before {
	content: ""
}

.ion-volume-low:before {
	content: ""
}

.ion-volume-medium:before {
	content: ""
}

.ion-volume-mute:before {
	content: ""
}

.ion-wand:before {
	content: ""
}

.ion-waterdrop:before {
	content: ""
}

.ion-wifi:before {
	content: ""
}

.ion-wineglass:before {
	content: ""
}

.ion-woman:before {
	content: ""
}

.ion-wrench:before {
	content: ""
}

.ion-xbox:before {
	content: ""
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(0.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(0.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.owl-theme .owl-controls {
	text-align: center;
	z-index: 100;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	font-size: 12px
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	left: 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .8s both ease;
	-moz-animation: fadeOut .8s both ease;
	animation: fadeOut .8s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .8s both ease;
	-moz-animation: fadeIn .8s both ease;
	animation: fadeIn .8s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	25% {
		opacity: 0;
		-webkit-transform: translateY(100px)
	}
	75% {
		opacity: .5
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px)
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100px)
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(0.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(0.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

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

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "“" "”" "‘" "’"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

.pt-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both
}

.pt-page-moveToRight {
	-webkit-animation: moveToRight .6s ease both;
	animation: moveToRight .6s ease both
}

.pt-page-moveFromRight {
	-webkit-animation: moveFromRight .6s ease both;
	animation: moveFromRight .6s ease both
}

.pt-page-moveToTop {
	-webkit-animation: moveToTop .6s ease both;
	animation: moveToTop .6s ease both
}

.pt-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both
}

.pt-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both
}

.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both
}

.pt-page-fade {
	-webkit-animation: fade .7s ease both;
	animation: fade .7s ease both
}

.pt-page-moveToLeftFade {
	-webkit-animation: moveToLeftFade .7s ease both;
	animation: moveToLeftFade .7s ease both
}

.pt-page-moveFromLeftFade {
	-webkit-animation: moveFromLeftFade .7s ease both;
	animation: moveFromLeftFade .7s ease both
}

.pt-page-moveToRightFade {
	-webkit-animation: moveToRightFade .7s ease both;
	animation: moveToRightFade .7s ease both
}

.pt-page-moveFromRightFade {
	-webkit-animation: moveFromRightFade .7s ease both;
	animation: moveFromRightFade .7s ease both
}

.pt-page-moveToTopFade {
	-webkit-animation: moveToTopFade .7s ease both;
	animation: moveToTopFade .7s ease both
}

.pt-page-moveFromTopFade {
	-webkit-animation: moveFromTopFade .7s ease both;
	animation: moveFromTopFade .7s ease both
}

.pt-page-moveFromTopFade {
	-webkit-animation: moveFromTopFade .7s ease both;
	animation: moveFromTopFade .7s ease both
}

.pt-page-moveFromTopFade8 {
	-webkit-animation: moveFromTopFade 1s ease both;
	animation: moveFromTopFade 1s ease both
}

.pt-page-moveFromTopFade9 {
	-webkit-animation: moveFromTopFade 1.3s ease both;
	animation: moveFromTopFade 1.3s ease both
}

.pt-page-moveFromTopFade10 {
	-webkit-animation: moveFromTopFade 1.6s ease both;
	animation: moveFromTopFade 1.6s ease both
}

.pt-page-moveFromTopFade11 {
	-webkit-animation: moveFromTopFade 1.9s ease both;
	animation: moveFromTopFade 1.9s ease both
}

.pt-page-moveFromTopFade12 {
	-webkit-animation: moveFromTopFade 2.2s ease both;
	animation: moveFromTopFade 2.2s ease both
}

.pt-page-moveFromTopFade13 {
	-webkit-animation: moveFromTopFade 2.6s ease both;
	animation: moveFromTopFade 2.6s ease both
}

.pt-page-moveFromTopFade14 {
	-webkit-animation: moveFromTopFade 2.9s ease both;
	animation: moveFromTopFade 2.9s ease both
}

.pt-page-moveFromTopFade15 {
	-webkit-animation: moveFromTopFade 3.2s ease both;
	animation: moveFromTopFade 3.2s ease both
}

.pt-page-moveToBottomFade {
	-webkit-animation: moveToBottomFade .7s ease both;
	animation: moveToBottomFade .7s ease both
}

.pt-page-moveFromBottomFade {
	-webkit-animation: moveFromBottomFade .7s ease both;
	animation: moveFromBottomFade .7s ease both
}

.pt-page-moveToLeftEasing {
	-webkit-animation: moveToLeft .7s ease-in-out both;
	animation: moveToLeft .7s ease-in-out both
}

.pt-page-moveToRightEasing {
	-webkit-animation: moveToRight .7s ease-in-out both;
	animation: moveToRight .7s ease-in-out both
}

.pt-page-moveToTopEasing {
	-webkit-animation: moveToTop .7s ease-in-out both;
	animation: moveToTop .7s ease-in-out both
}

.pt-page-moveToBottomEasing {
	-webkit-animation: moveToBottom .7s ease-in-out both;
	animation: moveToBottom .7s ease-in-out both
}

@-webkit-keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveToRight {
	to {
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveToRight {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveToTop {
	to {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveToTop {
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveToBottom {
	to {
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveToBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes fade {
	to {
		opacity: .3
	}
}

@keyframes fade {
	to {
		opacity: .3
	}
}

@-webkit-keyframes moveToLeftFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveToLeftFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveFromLeftFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%)
	}
}

@keyframes moveFromLeftFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes moveToRightFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveToRightFade {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveFromRightFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%)
	}
}

@keyframes moveFromRightFade {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes moveToTopFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveToTopFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveFromTopFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%)
	}
}

@keyframes moveFromTopFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@-webkit-keyframes moveToBottomFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveToBottomFade {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@-webkit-keyframes moveFromBottomFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%)
	}
}

@keyframes moveFromBottomFade {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.pt-page-scaleDown {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both
}

.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both
}

.pt-page-scaleUpDown {
	-webkit-animation: scaleUpDown .5s ease both;
	animation: scaleUpDown .5s ease both
}

.pt-page-scaleDownUp {
	-webkit-animation: scaleDownUp .5s ease both;
	animation: scaleDownUp .5s ease both
}

.pt-page-scaleDownCenter {
	-webkit-animation: scaleDownCenter .4s ease-in both;
	animation: scaleDownCenter .4s ease-in both
}

.pt-page-scaleUpCenter {
	-webkit-animation: scaleUpCenter .4s ease-out both;
	animation: scaleUpCenter .4s ease-out both
}

@-webkit-keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8)
	}
}

@keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@-webkit-keyframes scaleUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8)
	}
}

@keyframes scaleUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2)
	}
}

@keyframes scaleUpDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes scaleDownUp {
	to {
		opacity: 0;
		-webkit-transform: scale(1.2)
	}
}

@keyframes scaleDownUp {
	to {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes scaleDownCenter {
	to {
		opacity: 0;
		-webkit-transform: scale(0.7)
	}
}

@keyframes scaleDownCenter {
	to {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
}

@-webkit-keyframes scaleUpCenter {
	from {
		opacity: 0;
		-webkit-transform: scale(0.7)
	}
}

@keyframes scaleUpCenter {
	from {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}
}

.pt-page-rotateRightSideFirst {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst .8s both ease-in;
	animation: rotateRightSideFirst .8s both ease-in
}

.pt-page-rotateLeftSideFirst {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateLeftSideFirst .8s both ease-in;
	animation: rotateLeftSideFirst .8s both ease-in
}

.pt-page-rotateTopSideFirst {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateTopSideFirst .8s both ease-in;
	animation: rotateTopSideFirst .8s both ease-in
}

.pt-page-rotateBottomSideFirst {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateBottomSideFirst .8s both ease-in;
	animation: rotateBottomSideFirst .8s both ease-in
}

.pt-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	animation: flipOutRight .5s both ease-in
}

.pt-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	animation: flipInLeft .5s both ease-out
}

.pt-page-flipOutLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutLeft .5s both ease-in;
	animation: flipOutLeft .5s both ease-in
}

.pt-page-flipInRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInRight .5s both ease-out;
	animation: flipInRight .5s both ease-out
}

.pt-page-flipOutTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutTop .5s both ease-in;
	animation: flipOutTop .5s both ease-in
}

.pt-page-flipInBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInBottom .5s both ease-out;
	animation: flipInBottom .5s both ease-out
}

.pt-page-flipOutBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutBottom .5s both ease-in;
	animation: flipOutBottom .5s both ease-in
}

.pt-page-flipInTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInTop .5s both ease-out;
	animation: flipInTop .5s both ease-out
}

.pt-page-rotateFall {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: rotateFall 1s both ease-in;
	animation: rotateFall 1s both ease-in
}

.pt-page-rotateOutNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateOutNewspaper .5s both ease-in;
	animation: rotateOutNewspaper .5s both ease-in
}

.pt-page-rotateInNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateInNewspaper .5s both ease-out;
	animation: rotateInNewspaper .5s both ease-out
}

.pt-page-rotatePushLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePushLeft .8s both ease;
	animation: rotatePushLeft .8s both ease
}

.pt-page-rotatePushRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePushRight .8s both ease;
	animation: rotatePushRight .8s both ease
}

.pt-page-rotatePushTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePushTop .8s both ease;
	animation: rotatePushTop .8s both ease
}

.pt-page-rotatePushBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePushBottom .8s both ease;
	animation: rotatePushBottom .8s both ease
}

.pt-page-rotatePullRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePullRight .5s both ease;
	animation: rotatePullRight .5s both ease
}

.pt-page-rotatePullLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePullLeft .5s both ease;
	animation: rotatePullLeft .5s both ease
}

.pt-page-rotatePullTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePullTop 1s both ease;
	animation: rotatePullTop 1s both ease
}

.pt-page-rotatePullBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePullBottom .5s both ease;
	animation: rotatePullBottom .5s both ease
}

.pt-page-rotateFoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateFoldRight .7s both ease;
	animation: rotateFoldRight .7s both ease
}

.pt-page-rotateFoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateFoldLeft .7s both ease;
	animation: rotateFoldLeft .7s both ease
}

.pt-page-rotateFoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateFoldTop .7s both ease;
	animation: rotateFoldTop .7s both ease
}

.pt-page-rotateFoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateFoldBottom .7s both ease;
	animation: rotateFoldBottom .7s both ease
}

.pt-page-rotateUnfoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateUnfoldLeft .7s both ease;
	animation: rotateUnfoldLeft .7s both ease
}

.pt-page-rotateUnfoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateUnfoldRight .7s both ease;
	animation: rotateUnfoldRight .7s both ease
}

.pt-page-rotateUnfoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateUnfoldTop .7s both ease;
	animation: rotateUnfoldTop .7s both ease
}

.pt-page-rotateUnfoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateUnfoldBottom .7s both ease;
	animation: rotateUnfoldBottom .7s both ease
}

.pt-page-rotateRoomLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomLeftOut .8s both ease;
	animation: rotateRoomLeftOut .8s both ease
}

.pt-page-rotateRoomLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomLeftIn .8s both ease;
	animation: rotateRoomLeftIn .8s both ease
}

.pt-page-rotateRoomRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomRightOut .8s both ease;
	animation: rotateRoomRightOut .8s both ease
}

.pt-page-rotateRoomRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomRightIn .8s both ease;
	animation: rotateRoomRightIn .8s both ease
}

.pt-page-rotateRoomTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomTopOut .8s both ease;
	animation: rotateRoomTopOut .8s both ease
}

.pt-page-rotateRoomTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomTopIn .8s both ease;
	animation: rotateRoomTopIn .8s both ease
}

.pt-page-rotateRoomBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomBottomOut .8s both ease;
	animation: rotateRoomBottomOut .8s both ease
}

.pt-page-rotateRoomBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomBottomIn .8s both ease;
	animation: rotateRoomBottomIn .8s both ease
}

.pt-page-rotateCubeLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeLeftOut .6s both ease-in;
	animation: rotateCubeLeftOut .6s both ease-in
}

.pt-page-rotateCubeLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeLeftIn .6s both ease-in;
	animation: rotateCubeLeftIn .6s both ease-in
}

.pt-page-rotateCubeRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeRightOut .6s both ease-in;
	animation: rotateCubeRightOut .6s both ease-in
}

.pt-page-rotateCubeRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeRightIn .6s both ease-in;
	animation: rotateCubeRightIn .6s both ease-in
}

.pt-page-rotateCubeTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
	animation: rotateCubeTopOut .6s both ease-in
}

.pt-page-rotateCubeTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
	animation: rotateCubeTopIn .6s both ease-in
}

.pt-page-rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in
}

.pt-page-rotateCubeBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in
}

.pt-page-rotateCarouselLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselLeftOut .8s both ease;
	animation: rotateCarouselLeftOut .8s both ease
}

.pt-page-rotateCarouselLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselLeftIn .8s both ease;
	animation: rotateCarouselLeftIn .8s both ease
}

.pt-page-rotateCarouselRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselRightOut .8s both ease;
	animation: rotateCarouselRightOut .8s both ease
}

.pt-page-rotateCarouselRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselRightIn .8s both ease;
	animation: rotateCarouselRightIn .8s both ease
}

.pt-page-rotateCarouselTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselTopOut .8s both ease;
	animation: rotateCarouselTopOut .8s both ease
}

.pt-page-rotateCarouselTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease
}

.pt-page-rotateCarouselBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselBottomOut .8s both ease;
	animation: rotateCarouselBottomOut .8s both ease
}

.pt-page-rotateCarouselBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselBottomIn .8s both ease;
	animation: rotateCarouselBottomIn .8s both ease
}

.pt-page-rotateSidesOut {
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-animation: rotateSidesOut .5s both ease-in;
	animation: rotateSidesOut .5s both ease-in
}

.pt-page-rotateSidesIn {
	-webkit-transform-origin: 150% 50%;
	transform-origin: 150% 50%;
	-webkit-animation: rotateSidesIn .5s both ease-out;
	animation: rotateSidesIn .5s both ease-out
}

.pt-page-rotateSlideOut {
	-webkit-animation: rotateSlideOut 1s both ease;
	animation: rotateSlideOut 1s both ease
}

.pt-page-rotateSlideIn {
	-webkit-animation: rotateSlideIn 1s both ease;
	animation: rotateSlideIn 1s both ease
}

@-webkit-keyframes rotateRightSideFirst {
	40% {
		-webkit-transform: rotateY(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateRightSideFirst {
	40% {
		-webkit-transform: rotateY(15deg);
		transform: rotateY(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateLeftSideFirst {
	40% {
		-webkit-transform: rotateY(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateLeftSideFirst {
	40% {
		-webkit-transform: rotateY(-15deg);
		transform: rotateY(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateTopSideFirst {
	40% {
		-webkit-transform: rotateX(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateTopSideFirst {
	40% {
		-webkit-transform: rotateX(15deg);
		transform: rotateX(15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes rotateBottomSideFirst {
	40% {
		-webkit-transform: rotateX(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@keyframes rotateBottomSideFirst {
	40% {
		-webkit-transform: rotateX(-15deg);
		transform: rotateX(-15deg);
		opacity: .8;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	100% {
		-webkit-transform: scale(0.8) translateZ(-200px);
		transform: scale(0.8) translateZ(-200px);
		opacity: 0
	}
}

@-webkit-keyframes flipOutRight {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@keyframes flipOutRight {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInLeft {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@keyframes flipInLeft {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutLeft {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@keyframes flipOutLeft {
	to {
		-webkit-transform: translateZ(-1000px) rotateY(-90deg);
		transform: translateZ(-1000px) rotateY(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInRight {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@keyframes flipInRight {
	from {
		-webkit-transform: translateZ(-1000px) rotateY(90deg);
		transform: translateZ(-1000px) rotateY(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutTop {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@keyframes flipOutTop {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInBottom {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@keyframes flipInBottom {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipOutBottom {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@keyframes flipOutBottom {
	to {
		-webkit-transform: translateZ(-1000px) rotateX(-90deg);
		transform: translateZ(-1000px) rotateX(-90deg);
		opacity: .2
	}
}

@-webkit-keyframes flipInTop {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@keyframes flipInTop {
	from {
		-webkit-transform: translateZ(-1000px) rotateX(90deg);
		transform: translateZ(-1000px) rotateX(90deg);
		opacity: .2
	}
}

@-webkit-keyframes rotateFall {
	0% {
		-webkit-transform: rotateZ(0deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		-webkit-animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: rotateZ(17deg)
	}
	60% {
		-webkit-transform: rotateZ(16deg)
	}
	100% {
		-webkit-transform: translateY(100%) rotateZ(17deg)
	}
}

@keyframes rotateFall {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	20% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: rotateZ(17deg);
		transform: rotateZ(17deg)
	}
	60% {
		-webkit-transform: rotateZ(16deg);
		transform: rotateZ(16deg)
	}
	100% {
		-webkit-transform: translateY(100%) rotateZ(17deg);
		transform: translateY(100%) rotateZ(17deg)
	}
}

@-webkit-keyframes rotateOutNewspaper {
	to {
		-webkit-transform: translateZ(-3000px) rotateZ(360deg);
		opacity: 0
	}
}

@keyframes rotateOutNewspaper {
	to {
		-webkit-transform: translateZ(-3000px) rotateZ(360deg);
		transform: translateZ(-3000px) rotateZ(360deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateInNewspaper {
	from {
		-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
		opacity: 0
	}
}

@keyframes rotateInNewspaper {
	from {
		-webkit-transform: translateZ(-3000px) rotateZ(-360deg);
		transform: translateZ(-3000px) rotateZ(-360deg);
		opacity: 0
	}
}

@-webkit-keyframes rotatePushLeft {
	to {
		opacity: 0;
		-webkit-transform: rotateY(90deg)
	}
}

@keyframes rotatePushLeft {
	to {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
}

@-webkit-keyframes rotatePushRight {
	to {
		opacity: 0;
		-webkit-transform: rotateY(-90deg)
	}
}

@keyframes rotatePushRight {
	to {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}
}

@-webkit-keyframes rotatePushTop {
	to {
		opacity: 0;
		-webkit-transform: rotateX(-90deg)
	}
}

@keyframes rotatePushTop {
	to {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
}

@-webkit-keyframes rotatePushBottom {
	to {
		opacity: 0;
		-webkit-transform: rotateX(90deg)
	}
}

@keyframes rotatePushBottom {
	to {
		opacity: 0;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
}

@-webkit-keyframes rotatePullRight {
	from {
		opacity: 0;
		-webkit-transform: rotateY(-90deg)
	}
}

@keyframes rotatePullRight {
	from {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}
}

@-webkit-keyframes rotatePullLeft {
	from {
		opacity: 0;
		-webkit-transform: rotateY(90deg)
	}
}

@keyframes rotatePullLeft {
	from {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
}

@-webkit-keyframes rotatePullTop {
	from {
		opacity: 0;
		-webkit-transform: rotateX(-90deg)
	}
}

@keyframes rotatePullTop {
	from {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
}

@-webkit-keyframes rotatePullBottom {
	from {
		opacity: 0;
		-webkit-transform: rotateX(90deg)
	}
}

@keyframes rotatePullBottom {
	from {
		opacity: 0;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
}

@-webkit-keyframes rotateFoldRight {
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateFoldRight {
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateFoldLeft {
	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateFoldLeft {
	to {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateFoldTop {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateFoldTop {
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateFoldBottom {
	to {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateFoldBottom {
	to {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateUnfoldLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateUnfoldLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateUnfoldRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateUnfoldRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateUnfoldTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateUnfoldTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateUnfoldBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateUnfoldBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateRoomLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg)
	}
}

@keyframes rotateRoomLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg);
		transform: translateX(-100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateRoomLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg)
	}
}

@keyframes rotateRoomLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg);
		transform: translateX(100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateRoomRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg)
	}
}

@keyframes rotateRoomRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(-90deg);
		transform: translateX(100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateRoomRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg)
	}
}

@keyframes rotateRoomRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(90deg);
		transform: translateX(-100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateRoomTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg)
	}
}

@keyframes rotateRoomTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg);
		transform: translateY(-100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateRoomTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg)
	}
}

@keyframes rotateRoomTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg);
		transform: translateY(100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateRoomBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg)
	}
}

@keyframes rotateRoomBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(90deg);
		transform: translateY(100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateRoomBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg)
	}
}

@keyframes rotateRoomBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(-90deg);
		transform: translateY(-100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateCubeLeftOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
}

@keyframes rotateCubeLeftOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
		transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateCubeLeftIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
}

@keyframes rotateCubeLeftIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
		transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
}

@-webkit-keyframes rotateCubeRightOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg)
	}
}

@keyframes rotateCubeRightOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
		transform: translateX(50%) translateZ(-200px) rotateY(45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateX(100%) rotateY(90deg);
		transform: translateX(100%) rotateY(90deg)
	}
}

@-webkit-keyframes rotateCubeRightIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
}

@keyframes rotateCubeRightIn {
	0% {
		opacity: .3;
		-webkit-transform: translateX(-100%) rotateY(-90deg);
		transform: translateX(-100%) rotateY(-90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
		transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
	}
}

@-webkit-keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
}

@keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
}

@-webkit-keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
}

@keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
}

@-webkit-keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg)
	}
}

@keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg)
	}
}

@-webkit-keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
}

@keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg)
	}
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
	}
}

@-webkit-keyframes rotateCarouselLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg)
	}
}

@keyframes rotateCarouselLeftOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
		transform: translateX(-150%) scale(0.4) rotateY(-65deg)
	}
}

@-webkit-keyframes rotateCarouselLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(0.4) rotateY(65deg)
	}
}

@keyframes rotateCarouselLeftIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
		transform: translateX(200%) scale(0.4) rotateY(65deg)
	}
}

@-webkit-keyframes rotateCarouselRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(0.4) rotateY(65deg)
	}
}

@keyframes rotateCarouselRightOut {
	to {
		opacity: .3;
		-webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
		transform: translateX(200%) scale(0.4) rotateY(65deg)
	}
}

@-webkit-keyframes rotateCarouselRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg)
	}
}

@keyframes rotateCarouselRightIn {
	from {
		opacity: .3;
		-webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
		transform: translateX(-200%) scale(0.4) rotateY(-65deg)
	}
}

@-webkit-keyframes rotateCarouselTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg)
	}
}

@keyframes rotateCarouselTopOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
		transform: translateY(-200%) scale(0.4) rotateX(65deg)
	}
}

@-webkit-keyframes rotateCarouselTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg)
	}
}

@keyframes rotateCarouselTopIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
		transform: translateY(200%) scale(0.4) rotateX(-65deg)
	}
}

@-webkit-keyframes rotateCarouselBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg)
	}
}

@keyframes rotateCarouselBottomOut {
	to {
		opacity: .3;
		-webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
		transform: translateY(200%) scale(0.4) rotateX(-65deg)
	}
}

@-webkit-keyframes rotateCarouselBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg)
	}
}

@keyframes rotateCarouselBottomIn {
	from {
		opacity: .3;
		-webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
		transform: translateY(-200%) scale(0.4) rotateX(65deg)
	}
}

@-webkit-keyframes rotateSidesOut {
	to {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(90deg)
	}
}

@keyframes rotateSidesOut {
	to {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(90deg);
		transform: translateZ(-500px) rotateY(90deg)
	}
}

@-webkit-keyframes rotateSidesIn {
	from {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(-90deg)
	}
}

@keyframes rotateSidesIn {
	from {
		opacity: 0;
		-webkit-transform: translateZ(-500px) rotateY(-90deg);
		transform: translateZ(-500px) rotateY(-90deg)
	}
}

@-webkit-keyframes rotateSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes rotateSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes rotateSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@keyframes rotateSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

.pt-page-delay100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.pt-page-delay180 {
	-webkit-animation-delay: .18s;
	animation-delay: .18s
}

.pt-page-delay200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.pt-page-delay300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.pt-page-delay400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.pt-page-delay500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.pt-page-delay700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.pt-page-delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.filter-button-group button {
	width: unset;
	margin: 5px
}

.filter-button-group {
	text-align: center
}

.active-filter-button {
	color: #f1c311;
	background: #292929
}

#index-page .container,
#index-page .container .twelve.columns {
	width: 100% !important
}

.grecaptcha-badge {
	z-index: 999 !important
}

#index-page .container .twelve.columns {
	margin: 0
}

a {
	color: #5d93d8;
	color: #4d4f5f;
	outline: none;
	background-color: transparent
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #f1c311;
	outline: none
}

.js body {
	opacity: 0;
	transition: opacity .3s
}

.js body.render {
	opacity: 1
}

p {
	margin: 0 0 20px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0
}

header .logo a {
	left: 50%;
	top: 0;
	position: absolute;
	z-index: 1041;
	padding: 15px;
	padding-left: 0;
	margin-left: -67px
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #3d3d3d;
	overflow: visible !important
}

.page-title {
	color: #fbd54a;
	display: inline-block;
	font-size: 50px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	padding: 0 12px 8px 12px;
	position: relative;
	text-transform: uppercase;
	line-height: .9
}

.page-title:before {
	content: "";
	border: 4px solid #3d3d3d;
	border-top: none;
	height: 60%;
	width: 100%;
	top: 20px;
	left: 0;
	position: absolute
}

.page_title {
	padding: 100px 0
}

.section-title {
	color: #3d3d3d;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 0px 0 50px 0;
	text-transform: uppercase;
	line-height: .9
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6)
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6)
	}
}

.dialer {
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 25px;
	left: 40px;
	z-index: 110;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.dialer::after {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #ada4a4;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.hamburger {
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 110;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grecaptcha-badge {
	z-index: 999 !important
}

.hamburger::after {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #ada4a4;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background-color: #222
}

.hamburger__line-in::before {
	left: -56px
}

.hamburger__line-in::after {
	left: 0
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px
}

.hamburger__line--01 {
	top: 24.6px
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px
}

.hamburger__line--03 {
	top: 37.4px
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hamburger__line {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger__line-in {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.3%);
	transform: translateX(-33.3%)
}

.hamburger__line-in--01 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.hamburger__line-in--02 {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.hamburger__line-in--03 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transform: translateX(33.3%);
	transform: translateX(33.3%)
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%)
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.global-menu {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;
	position: fixed
}

.global-menu__item img {
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
	display: block;
	margin: 4px 0
}

.global-menu__item--transition.is-opened img {
	opacity: 1
}

.global-menu__item:hover {
	color: #000
}

.global-menu__item.is-opened {
	opacity: 1;
	transform: translateY(0) rotate(0);
	pointer-events: auto;
	transition-timing-function: ease
}

.global-menu__wrap .is-opened img {
	height: 100px;
	width: 100px
}

.global-menu__item--transition.is-opened img {
	transition-duration: .3s
}

.global-menu__item--transition:nth-of-type(1) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(1) img {
	transition-delay: .65s
}

.global-menu__item--transition:nth-of-type(2) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(2) img {
	transition-delay: .7s
}

.global-menu__item--transition:nth-of-type(3) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(3) img {
	transition-delay: .75s
}

.global-menu__item--transition:nth-of-type(4) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(4) img {
	transition-delay: .8s
}

.global-menu__item--transition:nth-of-type(5) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(5) img {
	transition-delay: .85s
}

.global-menu__item--transition:nth-of-type(6) img {
	transition-delay: 0s
}

.global-menu__item--transition.is-opened:nth-of-type(6) img {
	transition-delay: .9s
}

.global-menu__item--transition {
	transition: transform .1s, opacity .1s;
	transform: translateY(100%);
	transition-timing-function: ease-out
}

.shape-overlays {
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10
}

.shape-overlays__path:nth-of-type(1) {
	fill: #000
}

.shape-overlays__path:nth-of-type(2) {
	fill: #1d1d1f
}

.shape-overlays__path:nth-of-type(3) {
	fill: #045e9e
}

.global-menu__item--transition.is-opened:nth-of-type(1) {
	left: 43%;
	position: fixed;
	top: 25%
}

.global-menu__item--transition.is-opened:nth-of-type(2) {
	left: 37%;
	position: fixed;
	top: 43%
}

.global-menu__item--transition.is-opened:nth-of-type(3) {
	left: 50%;
	position: fixed;
	top: 35%
}

.global-menu__item--transition.is-opened:nth-of-type(4) {
	left: 52%;
	position: fixed;
	top: 60%
}

.global-menu__item--transition.is-opened:nth-of-type(5) {
	left: 43%;
	position: fixed;
	top: 78%
}

.global-menu__item--transition.is-opened:nth-of-type(2) img,
.global-menu__item--transition.is-opened:nth-of-type(3) img {
	height: 150px;
	width: 150px
}

.global-menu__item--transition.is-opened:nth-of-type(1) img,
.global-menu__item--transition.is-opened:nth-of-type(2) img,
.global-menu__item--transition.is-opened:nth-of-type(3) img,
.global-menu__item--transition.is-opened:nth-of-type(4) img,
.global-menu__item--transition.is-opened:nth-of-type(5) img {
	-webkit-animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
	animation: slide-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important
}

.global-menu__item--transition.is-opened:nth-of-type(1) {
	-webkit-animation: slide-bottom-1 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-bottom-1 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-delay: 4s
}

.global-menu__item--transition.is-opened:nth-of-type(2) {
	-webkit-animation: slide-bottom-2 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-bottom-2 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-delay: 4s
}

.global-menu__item--transition.is-opened:nth-of-type(3) {
	-webkit-animation: slide-bottom-3 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-bottom-3 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-delay: 4s
}

.global-menu__item--transition.is-opened:nth-of-type(4) {
	-webkit-animation: slide-bottom-4 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-bottom-4 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-delay: 4s
}

.global-menu__item--transition.is-opened:nth-of-type(5) {
	-webkit-animation: slide-bottom-5 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-bottom-5 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-delay: 4s
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		top: 53%
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		top: 53%
	}
}

@-webkit-keyframes slide-bottom-1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-bottom-1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-bottom-2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-bottom-3 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-bottom-4 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(70px);
		transform: translateY(70px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-bottom-5 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@media(max-width: 1220px) {
	.global-menu__item--transition.is-opened:nth-of-type(2) {
		left: 32%;
		top: 47%
	}
	.global-menu__item--transition.is-opened:nth-of-type(3) {
		left: 52%
	}
}

@media(max-width: 768px) {
	.global-menu__item--transition.is-opened:nth-of-type(1) {
		left: 38%
	}
}

@media(max-width: 450px) {
	.global-menu__item--transition.is-opened:nth-of-type(1) {
		left: 19%
	}
	.global-menu__item--transition.is-opened:nth-of-type(3) {
		left: 49%;
		top: 22%
	}
	.global-menu__item--transition.is-opened:nth-of-type(4) {
		left: 66%;
		position: fixed;
		top: 64%
	}
	.global-menu__item--transition.is-opened:nth-of-type(5) {
		left: 25%;
		position: fixed;
		top: 76%
	}
}

@media(max-width: 350px) {
	.global-menu__item--transition.is-opened:nth-of-type(1) {
		left: 13%
	}
	.global-menu__item--transition.is-opened:nth-of-type(4) {
		left: 64%;
		position: fixed;
		top: 69%
	}
}

#home-page {
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden
}

#particles-js {
	width: 100%;
	height: 100%
}

#home-page .container {
	display: table;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1
}

#home-page .sub-section {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.home_title {
	text-align: center;
	margin-top: -100px
}

.home_title h1 {
	font-size: 60px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.hero-top h2 {
	font-size: 60px;
	color: #fff;
	letter-spacing: 1px
}

.home_title #subtitle {
	color: #fff;
	font-size: 32px;
	height: 40px;
	margin: 20px 0;
	display: inline;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .8)
}

.typed-cursor {
	color: #3d3d3d;
	font-size: 32px;
	height: 40px;
	margin: 20px 0;
	display: inline
}

#profile-page {
	background-color: #fff
}

.profile-data li {
	display: table
}

.profile-data {
	list-style: none;
	padding: 0;
	margin: 0
}

.profile-data .fa {
	margin-right: 10px;
	font-size: 40px;
	color: #f1c311;
	width: 30px
}

.profile-data li {
	margin: 15px 0
}

.profile-data li:first-child {
	margin: 0
}

.profile-data .profile-icon {
	float: left;
	margin-right: 20px
}

.profile-data .profile-intro {
	display: table-cell;
	vertical-align: middle
}

.profile-image {
	width: 100%
}

.interest-list .item {
	background: #3d3d3d;
	height: 160px;
	margin-bottom: 30px
}

.interest-list .item-icon {
	color: #f1c311;
	display: block;
	font-size: 45px;
	padding: 30px 0 10px 0
}

.interest-list .item-title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase
}

.cv-btn {
	text-align: center;
	padding: 10px;
	border: 3px solid #f1c311;
	color: #f1c311;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px
}

.cv-btn:hover {
	background: #f1c311;
	color: #fff
}

.cv-btn i {
	margin-right: 10px
}

#resume-page {
	background-color: #fff
}

.resume-details {
	position: relative
}

.resume-details:before,
.resume-details:after {
	content: "";
	position: absolute;
	background: #3d3d3d;
	left: 50%
}

.resume-details:before {
	width: 2px;
	height: 100%;
	margin-left: -1px;
	top: 0
}

.resume-details:after {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	bottom: 0
}

.resume-details .item {
	clear: both
}

.resume-details .item .box {
	background: #3d3d3d;
	color: #fff;
	float: right;
	padding: 24px 30px;
	position: relative;
	text-align: right
}

.resume-details .item:nth-child(even) .box {
	float: left;
	text-align: left
}

.resume-details .item:nth-child(odd) .box:before,
.resume-details .item:nth-child(odd) .box:after,
.resume-details .item:nth-child(even) .box:before,
.resume-details .item:nth-child(even) .box:after {
	content: "";
	position: absolute;
	background: #3d3d3d;
	top: 50%
}

.resume-details .item:nth-child(odd) .box:before {
	width: 35px;
	height: 2px;
	margin-top: -1px;
	right: -30px
}

.resume-details .item:nth-child(even) .box:before {
	width: 35px;
	height: 2px;
	margin-top: -1px;
	left: -30px
}

.resume-details .item:nth-child(odd) .box:after {
	width: 10px;
	height: 10px;
	right: -35px;
	margin-top: -5px
}

.resume-details .item:nth-child(even) .box:after {
	width: 10px;
	height: 10px;
	left: -35px;
	margin-top: -5px
}

.resume-details .item .box time {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase
}

.resume-details .box-sub-title {
	font-size: 18px;
	font-weight: 400;
	padding-top: 9px;
	padding-bottom: 9px;
	text-transform: capitalize;
	color: #f1c311
}

.resume-details .item .col-sm-6:nth-child(odd) {
	padding-right: 30px
}

.resume-details .item .col-sm-6:nth-child(even) {
	padding-left: 30px
}

.resume-details .item:nth-child(even) .col-sm-6:first-child {
	padding-left: 30px;
	text-align: left;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.resume-details .item:nth-child(even) .col-sm-6:nth-child(2) {
	padding-right: 30px;
	text-align: right;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.resume-details .description {
	margin-top: 10px;
	margin-bottom: 100px
}

.resume-details ul.description {
	padding-left: 0;
	list-style: inside;
	list-style-type: lower-roman
}

#services-page {
	background-color: #fff
}

.serviceBox {
	padding: 30px 30px 30px 90px;
	background: #3d3d3d;
	color: #fff;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-in-out 0s;
	margin: 0 0 30px 0
}

.serviceBox:hover {
	background: #f1c311
}

.serviceBox:hover .title {
	color: #fff
}

.serviceBox:after {
	content: "";
	display: block;
	border-top: 500px solid #fff;
	border-left: 500px solid transparent;
	margin-top: -55%;
	margin-left: 100%;
	opacity: 0;
	position: absolute;
	transform: scale(2);
	transition: all .3s ease-in-out 0s
}

.serviceBox:hover:after {
	margin-left: 0;
	opacity: .2
}

.serviceBox .service-icon {
	font-size: 50px;
	color: #fbd54a;
	position: absolute;
	top: 40px;
	left: 20px;
	transition: all .3s ease-in-out 0s
}

.serviceBox:hover .service-icon {
	color: #fff
}

.serviceBox .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px 0;
	text-transform: capitalize
}

.serviceBox .description {
	font-size: 17px;
	color: #a3a3a3;
	line-height: 25px;
	margin: 0;
	transition: all .3s ease-in-out 0s
}

.serviceBox:hover .description {
	color: #fff
}

#portfolio-page {
	background-color: #fff
}

.portfolio-grid {
	position: relative;
	width: 100%
}

.portfolio-item,
.grid-sizer {
	width: 25%
}

.portfolio-item.wide,
.portfolio-item.wide-tall {
	width: 50%
}

.portfolio-item a {
	position: absolute;
	top: 0;
	bottom: 30px;
	right: 15px;
	left: 15px;
	overflow: hidden
}

.portfolio-item a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1)
}

.portfolio-item img {
	height: auto;
	width: 100%
}

.portfolio-caption {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1)
}

.portfolio-title {
	font-size: 14px;
	color: #fff;
	margin: 6px 0 6px
}

.portfolio-descr {
	font-size: 11px;
	color: rgba(255, 255, 255, .8)
}

.portfolio-hover-w .portfolio-title {
	color: #3d3d3d
}

.portfolio-hover-w .portfolio-descr {
	color: #3d3d3d
}

.portfolio-hover-w .portfolio-item:hover a:after {
	background: rgba(255, 255, 255, .6)
}

.portfolio-item:hover .portfolio-caption {
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px
}

.filters>li {
	display: inline-block;
	margin: 5px 10px
}

.filters>li sup {
	top: -11.2px;
	font-size: 80%;
	color: #3d3d3d
}

.filters>li>a {
	text-transform: uppercase;
	color: #3d3d3d;
	padding: 10px 20px
}

.filters>li>a:hover,
.filters>li>a.current,
.filters>li>a:hover sup,
.filters>li>a.current sup {
	color: #fff;
	background: #3d3d3d
}

#contact-page {
	background-color: #fff
}

.contact-icon {
	color: #fbd54a;
	font-size: 60px
}

.contact-title {
	font-weight: 700;
	padding-top: 20px;
	color: #37474f;
	font-size: 25px;
	text-transform: uppercase
}

.contact-box {
	margin: 0 0 30px 0
}

@media(min-width: 768px) {
	.contact-box {
		border-right: 2px solid #e8eaf6
	}
	.contact-box:last-child {
		border-right: none
	}
}

.cf-form p {
	display: block
}

.cf-form-control {
	border: 2px solid #e8eaf6;
	font-size: 15px;
	margin-bottom: 8px;
	padding: 19px 15px;
	width: 100%
}

.cf-submit {
	background: #fff;
	border-color: #f1c311;
	color: #f1c311;
	font-size: 19px;
	font-weight: 700;
	max-width: 235px;
	max-height: 65px;
	text-transform: uppercase;
	margin: 0 auto;
	display: table
}

.cf-submit:hover {
	background: #f1c311;
	color: #fff
}

.cf-form-control:focus,
.cf-form-control:active {
	outline: 0
}

.contact-message span.sucess {
	width: 100%;
	background: green;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-align: center
}

.contact-message span.error {
	width: 100%;
	background: red;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-align: center
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background-color: #fff;
	z-index: 999999;
	text-align: center
}

#loading img {
	width: 220px
}

#loading-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 100
}

.pages-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px
}

.page-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.page-container-current,
.no-js .page-container {
	visibility: visible;
	z-index: 1
}

.no-js body {
	overflow: auto
}

.height-one {
	height: 694px;
	overflow: hidden
}

.sub-section {
	clear: both;
	margin-bottom: 50px
}

@media(max-width: 415px) {
	body {
		font-size: 14px
	}
}

@media screen and (max-width: 880px) {
	html,
	body {
		width: 100vw;
		height: 100%
	}
}

@media(max-width: 767px) {
	#content-container {
		padding: 0px
	}
}

@media screen and (max-width: 1023px) {
	.hamburger {
		position: fixed;
		top: 15px;
		right: 36px;
		transform: scale(0.75)
	}
	.dialer {
		position: fixed;
		top: 15px;
		left: 36px;
		transform: scale(0.75)
	}
}

@media screen and (max-width: 767px) {
	.global-menu__item {
		font-size: 35px;
		line-height: 45px
	}
	.hamburger {
		right: 15px;
		top: 15px
	}
	.dialer {
		left: 15px;
		top: 15px
	}
}

@media screen and (max-width: 374px) {
	.global-menu__item {
		font-size: 25px;
		line-height: 35px;
		text-align: center
	}
	.hamburger {
		right: 15px;
		top: 15px
	}
	.dialer {
		left: 15px;
		top: 15px
	}
}

@media screen and (max-width: 1023px) {
	.page_title {
		padding: 100px 0
	}
	.page-title {
		font-size: 50px
	}
}

@media screen and (max-width: 768px) {
	.page_title {
		padding: 130px 0 35px 0
	}
	.page-title {
		font-size: 45px
	}
}

@media screen and (max-width: 380px) {
	.page-title {
		font-size: 35px
	}
	.home_title {
		width: 300px;
	}
}

@media screen and (max-width: 1023px) {
	.home_title h1 {
		font-size: 80px
	}
	.home_title #subtitle,
	.typed-cursor {
		font-size: 30px
	}
	.home_title {
		min-height: 200px;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.home_title h1 {
		font-size: 50px
	}
}

@media screen and (max-width: 374px) {
	.home_title h1 {
		font-size: 40px
	}
	.home_title #subtitle,
	.typed-cursor {
		font-size: 20px
	}
	.home_title {
		min-height: 150px
	}
}

@media screen and (max-width: 991px) {
	.profile-image {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 767px) {
	.resume-details .item:nth-child(odd) .box:before,
	.resume-details .item:nth-child(odd) .box:after,
	.resume-details .item:nth-child(even) .box:before,
	.resume-details .item:nth-child(even) .box:after {
		content: "";
		display: none
	}
	.resume-details:before,
	.resume-details:after {
		content: "";
		display: none
	}
	.resume-details .item .col-sm-6:nth-child(even) {
		padding-left: 15px
	}
	.resume-details .item .col-sm-6:nth-child(odd) {
		padding-right: 15px
	}
	.resume-details .item:nth-child(even) .col-sm-6:first-child {
		padding-left: 15px;
		text-align: right;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.resume-details .item:nth-child(even) .col-sm-6:nth-child(2) {
		padding-right: 15px;
		text-align: left;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.resume-details .item .box,
	.resume-details .item:nth-child(even) .box {
		float: none;
		margin-bottom: 0px;
		text-align: left
	}
	.box_dec {
		padding: 24px 30px;
		background: #f5f5f5;
		margin-bottom: 50px
	}
	.resume-details .description {
		margin-bottom: 10px
	}
}

@media(max-width: 992px) {
	.portfolio-item,
	.grid-sizer {
		width: 33.3333%
	}
	.portfolio-item.wide,
	.portfolio-item.wide-tall {
		width: 66.6666%
	}
}

@media(max-width: 767px) {
	.filters li {
		display: block;
		margin: 0 10px 20px
	}
	.filters li:last-child {
		margin: 0
	}
	.portfolio-item,
	.grid-sizer {
		width: 50%
	}
	.portfolio-item.wide,
	.portfolio-item.wide-tall {
		width: 100%
	}
}

@media(max-width: 500px) {
	.portfolio-item,
	.grid-sizer {
		width: 100%
	}
	.portfolio-item.wide,
	.portfolio-item.wide-tall {
		width: 100%
	}
}

@media only screen and (max-width: 760px) {
	#testformobile {
		display: none
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}


/*# sourceMappingURL=theme.css.map */