@charset "UTF-8";

/*
	Theme Name: Translogistic
	Theme URI: themeforest.net/user/gloriatheme
	Author: Gloria Theme
	Author URI: gloriatheme.com
	Description: Translogistic - Online Translation Multi-Purpose WP Theme
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, fixed-layout, responsive-layout, black, green, white, light, dark, rtl-language-support, featured-images, custom-header, custom-menu
	Text Domain: translogistic
	Version: 1.0
*/

/* ------------------------

[Index]

1. General
	1.1 General Style
	1.2. Loader Pace
	1.3. Animation Effects
2. Pages & Page Builder
3. Widget & Sidebar
4. Header
5. Footer
6. 404 Page
7. Comments
8. Blog & Archive
9. Plugins
10. Responsive

------------------------ */

/* ===== 1. GENERAL START ===== */
/* ----- 1.1 General Style ----- */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #7a7a7a;
	background: #FFFFFF;
	line-height: 1.7em;
}

a,
a:visited {
	color: #525252;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #8dc63f;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto';
	margin: 30px 0px 15px;
	font-weight: 700;
	line-height: 1.5em;
	color: #777777;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	margin-bottom: 28px;
}

ol,
ul {
	margin-bottom: 30px;
}

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

img:hover {}

.nopadding {
	padding: 0px;
}

.nopaddingleft {
	padding-left: 0px;
}

.nopaddingright {
	padding-right: 0px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #D7D7D7;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select,
.select2-container .select2-choice,
.form-control {
	display: block;
	width: 100%;
	padding: 9.5px 9.5px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border: 1px solid #C2C2C2;
	color: #b1b1b1;
	box-shadow: none;
	line-height: normal;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}

input::-webkit-input-placeholder {
	color: #b1b1b1;
}

input::-moz-placeholder {
	color: #b1b1b1;
}

input:-ms-input-placeholder {
	color: #b1b1b1;
}

input:-moz-placeholder {
	color: #b1b1b1;
}

textarea::-webkit-input-placeholder {
	color: #b1b1b1;
}

textarea::-moz-placeholder {
	color: #b1b1b1;
}

textarea:-ms-input-placeholder {
	color: #b1b1b1;
}

textarea:-moz-placeholder {
	color: #b1b1b1;
}

select::-webkit-input-placeholder {
	color: #b1b1b1;
}

select::-moz-placeholder {
	color: #b1b1b1;
}

select:-ms-input-placeholder {
	color: #b1b1b1;
}

select:-moz-placeholder {
	color: #b1b1b1;
}

button,
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	text-transform: uppercase;
	outline: 0;
	padding: 15px 26px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #FFFFFF;
	background: #8dc63f;
	display: inline;
}

button.alternative-button,
input[type="submit"].alternative-button {
	border: 1px solid #8dc63f;
	color: #8dc63f;
	background: transparent;
}

button:hover,
input[type="submit"]:hover,
button:active,
input[type="submit"]:active,
button:active:hover,
input[type="submit"]:active:hover,
button:active:focus,
input[type="submit"]:active:focus,
button:active:visited,
input[type="submit"]:active:visited,
button:focus,
input[type="submit"]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	color: #FFFFFF;
	outline: 0;
	background: #777777;
}

button.alternative-button:hover,
input[type="submit"].alternative-button:hover,
button.alternative-button:focus,
input[type="submit"].alternative-button:focus,
button.alternative-button:active,
input[type="submit"].alternative-button:active,
button.alternative-button:active:hover,
input[type="submit"].alternative-button:active:hover,
button.alternative-button:active:focus,
input[type="submit"].alternative-button:active:focus,
button.alternative-button:active:visited,
input[type="submit"].alternative-button:active:visited {
	border-color: #8dc63f;
	color: #FFFFFF;
	background: #8dc63f;
}

table {
	max-width: 100%;
}

th {
	text-align: left;
}

table {
	width: 100%;
	margin-bottom: 27px;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
}

table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

table>tbody+tbody {
	border-top: 2px solid #ddd;
}

table .table {
	background-color: #fff;
}

dl {
	margin-top: 0;
	margin-bottom: 27px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.gallery dt {
	float: none;
	clear: none;
	text-align: center;
	width: auto;
}

.gallery dd {
	text-align: center;
	margin: 10px 0px 0px;
}

.form-group {
	margin-bottom: 10px;
}

.close:focus,
.close:hover,
.close:active,
.close:active:hover,
.close:active:focus,
.close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

blockquote {
	border: 0px;
	font-size: 18px;
	color: #7a7a7a;
	text-align: center;
	background: transparent;
	margin: 0px;
	padding: 0;
}

blockquote a,
blockquote a:visited {
	color: #7a7a7a;
}

blockquote p:last-child {
	margin-bottom: 0px;
}

blockquote p,
.category-post-list .post-wrapper blockquote p {
	margin-bottom: 28px;
}

blockquote .blockquote-writer:before {
	content: '';
	display: table;
	border-top: 1px dotted #777777;
	width: 50px;
	margin: 0 auto 12px;
}

blockquote .blockquote-writer {
	font-size: 14px;
}

.post-pagination ul {
	font-family: 'Roboto';
	list-style: none;
	padding: 0px;
	margin: 2px 0px -13px;
	font-weight: 700;
}

.post-pagination {
	clear: both;
	text-align: right;
}

.post-pagination:after,
.post-pagination:before {
	content: '';
	display: block;
	clear: both;
}

.post-pagination ul li {
	display: inline-block;
	border: 1px solid #8dc63f;
	color: #8dc63f;
	border-radius: 30px;
	margin-right: 13px;
	position: relative;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	min-width: 55px;
	text-align: center;
}

.post-pagination ul li:after,
.post-pagination ul li:before {
	content: '';
	display: block;
	clear: both;
}

.post-pagination ul li a,
.post-pagination ul li a:visited,
.post-pagination ul li span {
	display: block;
	padding: 9px 20px;
	color: #8dc63f;
}

.post-pagination ul li:hover,
.post-pagination ul li:focus {
	background: #8dc63f;
	color: #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.post-pagination ul li:hover,
.post-pagination ul li:hover span,
.post-pagination ul li:hover span:hover,
.post-pagination ul li span:hover,
.post-pagination ul li:focus,
.post-pagination ul li span:focus {
	color: #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.post-pagination ul li:hover a,
.post-pagination ul li a:hover {
	color: #FFFFFF;
}

.post-pagination ul li:last-child {
	margin-right: 0px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 30px 30px;
}

.alignleft {
	float: left;
	margin: 5px 30px 30px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 30px 30px;
}

a img.alignnone {
	margin: 5px 30px 30px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 30px !important;
}

.translogistic-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}

.translogistic-wrapper.boxed-wrapper {
	width: 1170px;
}

.site-sub-content {
	clear: both;
}

.site-sub-content-wrapper {
	padding-top: 135px;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 14px 0px 0px;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FB5F84;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.rtl {}

.home {}

.blog {}

.archive {}

.date {}

.search {}

.paged {}

.attachment {}

.error404 {}

.single postid-(id) {}

.attachmentid-(id) {}

.attachment-(mime-type) {}

.author {}

.author-(user_nicename) {}

.category {}

.category-(slug) {}

.tag {}

.tag-(slug) {}

.page-parent {}

.page-child parent-pageid-(id) {}

.page-template page-template-(template file name) {}

.search-results {}

.search-no-results {}

.logged-in {}

.paged-(page number) {}

.single-paged-(page number) {}

.page-paged-(page number) {}

.category-paged-(page number) {}

.tag-paged-(page number) {}

.date-paged-(page number) {}

.author-paged-(page number) {}

.search-paged-(page number) {}

.post-id {}

.post {}

.page {}

.attachment {}

.sticky {}

.hentry {}

.category-misc {}

.category-example {}

.tag-news {}

.tag-wordpress {}

.tag-markup {}

.format-image {}

.format-gallery {}

.format-chat {}

.format-link {}

.format-quote {}

.format-status {}

.format-video {}

#header .main-menu {}

#header .main-menu ul {}

#header .main-menu ul ul {}

#header .main-menu li {}

#header .main-menu li a {}

#header .main-menu li ul {}

#header .main-menu li li {}

#header .main-menu li li a {}

.current_page_item {}

.current-cat {}

.current-menu-item {}

.menu-item-type-taxonomy {}

.menu-item-type-post_type {}

.menu-item-type-custom {}

.menu-item-home {}

.wp-smiley {}

blockquote.left {}

blockquote.right {}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.widget {}

#searchform {}

.widget_search {}

.screen-reader-text {}

.widget_meta {}

.widget_meta ul {}

.widget_meta ul li {}

.widget_meta ul li a {}

.widget_links {}

.widget_links ul {}

.widget_links ul li {}

.widget_links ul li a {}

.widget_archive {}

.widget_archive ul {}

.widget_archive ul li {}

.widget_archive ul li a {}

.widget_archive select {}

.widget_archive option {}

.widget_pages {}

.widget_pages ul {}

.widget_pages ul li {}

.widget_pages ul li a {}

.widget_links {}

.widget_links li:after {}

.widget_links li:before {}

.widget_tag_cloud {}

.widget_tag_cloud a {}

.widget_tag_cloud a:after {}

.widget_tag_cloud a:before {}

.widget_calendar {}

#calendar_wrap {}

#calendar_wrap th {}

#calendar_wrap td {}

#wp-calendar tr td {}

#wp-calendar caption {}

#wp-calendar a {}

#wp-calendar #today {}

#wp-calendar #prev {}

#wp-calendar #next {}

#wp-calendar #next a {}

#wp-calendar #prev a {}

.widget_categories {}

.widget_categories ul {}

.widget_categories ul li {}

.widget_categories ul ul.children {}

.widget_categories a {}

.widget_categories select {}

.widget_categories select#cat {}

.widget_categories select.postform {}

.widget_categories option {}

.widget_categories .level-0 {}

.widget_categories .level-1 {}

.widget_categories .level-2 {}

.widget_categories .level-3 {}

.recentcomments {}

#recentcomments {}

#recentcomments li {}

#recentcomments li a {}

.widget_recent_comments {}

.widget_recent_entries {}

.widget_recent_entries ul {}

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {}

.textwidget {}

.widget_text {}

.textwidget p {}

.commentlist .reply {}

.commentlist .reply a {}

.commentlist .alt {}

.commentlist .odd {}

.commentlist .even {}

.commentlist .thread-alt {}

.commentlist .thread-odd {}

.commentlist .thread-even {}

.commentlist li ul.children .alt {}

.commentlist li ul.children .odd {}

.commentlist li ul.children .even {}

.commentlist .vcard {}

.commentlist .vcard cite.fn {}

.commentlist .vcard span.says {}

.commentlist .vcard img.photo {}

.commentlist .vcard img.avatar {}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}

.commentlist .comment-meta a {}

.commentlist .commentmetadata {}

.commentlist .commentmetadata a {}

.commentlist .parent {}

.commentlist .comment {}

.commentlist .children {}

.commentlist .pingback {}

.commentlist .bypostauthor {}

.commentlist .comment-author {}

.commentlist .comment-author-admin {}

.commentlist {}

.commentlist li {}

.commentlist li p {}

.commentlist li ul {}

.commentlist li ul.children li {}

.commentlist li ul.children li.alt {}

.commentlist li ul.children li.byuser {}

.commentlist li ul.children li.comment {}

.commentlist li ul.children li.depth- {}

	{}

.commentlist li ul.children li.bypostauthor {}

.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}

#cancel-comment-reply a {}

#respond {}

#reply-title {}

#cancel-comment-reply-link {}

#commentform {}

#author {}

#email {}

#url {}

#comment #submit .comment-notes {}

.required {}

.comment-form-author {}

.comment-form-email {}

.comment-form-url {}

.comment-form-comment {}

.form-allowed-tags {}

.form-submit {}

.edit-link {
	display: block;
	clear: both;
}

.edit-link a,
.edit-link a:visited {
	background: #8dc63f;
	color: #FFF;
	margin: 0px 0px 15px;
	display: table;
	padding: 4px 10px;
}

.edit-link a:focus,
.edit-link a:hover {
	opacity: 0.6;
}

/* ----- 1.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.loader-wrapper {
	opacity: 1;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: #FFFFFF;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.spinner {
	left: 0;
	margin: 0px auto;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-folding-cube {
	height: 40px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	left: 0;
	margin: -40px auto 0px;
	position: relative;
	top: 50%;
	width: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8dc63f;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

/* ----- 1.3 Animation Effects ----- */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

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

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

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

	25%,
	75% {
		opacity: 0
	}
}

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

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

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

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

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

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

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

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

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

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

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

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

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

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

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

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

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

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

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

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

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

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

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

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

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

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

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

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

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

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

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

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

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

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

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

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

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

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

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

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

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

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

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

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

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

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

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

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

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

.animate {
	opacity: 0;
}

.animate.animated {
	opacity: 1;
}

.animate-delay-0 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.animate-delay-0-05 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.animate-delay-0-10 {
	-webkit-animation-delay: 0.10s;
	animation-delay: 0.10s;
}

.animate-delay-0-15 {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.animate-delay-0-20 {
	-webkit-animation-delay: 0.20s;
	animation-delay: 0.20s;
}

.animate-delay-0-25 {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.animate-delay-0-30 {
	-webkit-animation-delay: 0.30s;
	animation-delay: 0.30s;
}

.animate-delay-0-35 {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.animate-delay-0-40 {
	-webkit-animation-delay: 0.40s;
	animation-delay: 0.40s;
}

.animate-delay-0-45 {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.animate-delay-0-50 {
	-webkit-animation-delay: 0.50s;
	animation-delay: 0.50s;
}

.animate-delay-0-55 {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.animate-delay-0-60 {
	-webkit-animation-delay: 0.60s;
	animation-delay: 0.60s;
}

.animate-delay-0-65 {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

.animate-delay-0-70 {
	-webkit-animation-delay: 0.70s;
	animation-delay: 0.70s;
}

.animate-delay-0-75 {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.animate-delay-0-80 {
	-webkit-animation-delay: 0.80s;
	animation-delay: 0.80s;
}

.animate-delay-0-85 {
	-webkit-animation-delay: 0.85s;
	animation-delay: 0.85s;
}

.animate-delay-0-90 {
	-webkit-animation-delay: 0.90s;
	animation-delay: 0.90s;
}

.animate-delay-0-95 {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}

.animate-delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animate-delay-1-05 {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.animate-delay-1-10 {
	-webkit-animation-delay: 1.10s;
	animation-delay: 1.10s;
}

.animate-delay-1-15 {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.animate-delay-1-20 {
	-webkit-animation-delay: 1.20s;
	animation-delay: 1.20s;
}

.animate-delay-1-25 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.animate-delay-1-30 {
	-webkit-animation-delay: 1.30s;
	animation-delay: 1.30s;
}

.animate-delay-1-35 {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

.animate-delay-1-40 {
	-webkit-animation-delay: 1.40s;
	animation-delay: 1.40s;
}

.animate-delay-1-45 {
	-webkit-animation-delay: 1.45s;
	animation-delay: 1.45s;
}

.animate-delay-1-50 {
	-webkit-animation-delay: 1.50s;
	animation-delay: 1.50s;
}

.animate-delay-1-55 {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}

.animate-delay-1-60 {
	-webkit-animation-delay: 1.60s;
	animation-delay: 1.60s;
}

.animate-delay-1-65 {
	-webkit-animation-delay: 1.65s;
	animation-delay: 1.65s;
}

.animate-delay-1-70 {
	-webkit-animation-delay: 1.70s;
	animation-delay: 1.70s;
}

.animate-delay-1-75 {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.animate-delay-1-80 {
	-webkit-animation-delay: 1.80s;
	animation-delay: 1.80s;
}

.animate-delay-1-85 {
	-webkit-animation-delay: 1.85s;
	animation-delay: 1.85s;
}

.animate-delay-1-90 {
	-webkit-animation-delay: 1.90s;
	animation-delay: 1.90s;
}

.animate-delay-1-95 {
	-webkit-animation-delay: 1.95s;
	animation-delay: 1.95s;
}

.animate-delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animate-delay-2-05 {
	-webkit-animation-delay: 2.05s;
	animation-delay: 2.05s;
}

.animate-delay-2-10 {
	-webkit-animation-delay: 2.10s;
	animation-delay: 2.10s;
}

.animate-delay-2-15 {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

.animate-delay-2-20 {
	-webkit-animation-delay: 2.20s;
	animation-delay: 2.20s;
}

.animate-delay-2-25 {
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

.animate-delay-2-30 {
	-webkit-animation-delay: 2.30s;
	animation-delay: 2.30s;
}

.animate-delay-2-35 {
	-webkit-animation-delay: 2.35s;
	animation-delay: 2.35s;
}

.animate-delay-2-40 {
	-webkit-animation-delay: 2.40s;
	animation-delay: 2.40s;
}

.animate-delay-2-45 {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

.animate-delay-2-50 {
	-webkit-animation-delay: 2.50s;
	animation-delay: 2.50s;
}

.animate-delay-2-55 {
	-webkit-animation-delay: 2.55s;
	animation-delay: 2.55s;
}

.animate-delay-2-60 {
	-webkit-animation-delay: 2.60s;
	animation-delay: 2.60s;
}

.animate-delay-2-65 {
	-webkit-animation-delay: 2.65s;
	animation-delay: 2.65s;
}

.animate-delay-2-70 {
	-webkit-animation-delay: 2.70s;
	animation-delay: 2.70s;
}

.animate-delay-2-75 {
	-webkit-animation-delay: 2.75s;
	animation-delay: 2.75s;
}

.animate-delay-2-80 {
	-webkit-animation-delay: 2.80s;
	animation-delay: 2.80s;
}

.animate-delay-2-85 {
	-webkit-animation-delay: 2.85s;
	animation-delay: 2.85s;
}

.animate-delay-2-90 {
	-webkit-animation-delay: 2.90s;
	animation-delay: 2.90s;
}

.animate-delay-2-95 {
	-webkit-animation-delay: 2.95s;
	animation-delay: 2.95s;
}

.animate-delay-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animate-delay-3-05 {
	-webkit-animation-delay: 3.05s;
	animation-delay: 3.05s;
}

.animate-delay-3-10 {
	-webkit-animation-delay: 3.10s;
	animation-delay: 3.10s;
}

.animate-delay-3-15 {
	-webkit-animation-delay: 3.15s;
	animation-delay: 3.15s;
}

.animate-delay-3-20 {
	-webkit-animation-delay: 3.20s;
	animation-delay: 3.20s;
}

.animate-delay-3-25 {
	-webkit-animation-delay: 3.25s;
	animation-delay: 3.25s;
}

.animate-delay-3-30 {
	-webkit-animation-delay: 3.30s;
	animation-delay: 3.30s;
}

.animate-delay-3-35 {
	-webkit-animation-delay: 3.35s;
	animation-delay: 3.35s;
}

.animate-delay-3-40 {
	-webkit-animation-delay: 3.40s;
	animation-delay: 3.40s;
}

.animate-delay-3-45 {
	-webkit-animation-delay: 3.45s;
	animation-delay: 3.45s;
}

.animate-delay-3-50 {
	-webkit-animation-delay: 3.50s;
	animation-delay: 3.50s;
}

.animate-delay-3-55 {
	-webkit-animation-delay: 3.55s;
	animation-delay: 3.55s;
}

.animate-delay-3-60 {
	-webkit-animation-delay: 3.60s;
	animation-delay: 3.60s;
}

.animate-delay-3-65 {
	-webkit-animation-delay: 3.65s;
	animation-delay: 3.65s;
}

.animate-delay-3-70 {
	-webkit-animation-delay: 3.70s;
	animation-delay: 3.70s;
}

.animate-delay-3-75 {
	-webkit-animation-delay: 3.75s;
	animation-delay: 3.75s;
}

.animate-delay-3-80 {
	-webkit-animation-delay: 3.80s;
	animation-delay: 3.80s;
}

.animate-delay-3-85 {
	-webkit-animation-delay: 3.85s;
	animation-delay: 3.85s;
}

.animate-delay-3-90 {
	-webkit-animation-delay: 3.90s;
	animation-delay: 3.90s;
}

.animate-delay-3-95 {
	-webkit-animation-delay: 3.95s;
	animation-delay: 3.95s;
}

.animate-delay-4 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animate-delay-4-05 {
	-webkit-animation-delay: 4.05s;
	animation-delay: 4.05s;
}

.animate-delay-4-10 {
	-webkit-animation-delay: 4.10s;
	animation-delay: 4.10s;
}

.animate-delay-4-15 {
	-webkit-animation-delay: 4.15s;
	animation-delay: 4.15s;
}

.animate-delay-4-20 {
	-webkit-animation-delay: 4.20s;
	animation-delay: 4.20s;
}

.animate-delay-4-25 {
	-webkit-animation-delay: 4.25s;
	animation-delay: 4.25s;
}

.animate-delay-4-30 {
	-webkit-animation-delay: 4.30s;
	animation-delay: 4.30s;
}

.animate-delay-4-35 {
	-webkit-animation-delay: 4.35s;
	animation-delay: 4.35s;
}

.animate-delay-4-40 {
	-webkit-animation-delay: 4.40s;
	animation-delay: 4.40s;
}

.animate-delay-4-45 {
	-webkit-animation-delay: 4.45s;
	animation-delay: 4.45s;
}

.animate-delay-4-50 {
	-webkit-animation-delay: 4.50s;
	animation-delay: 4.50s;
}

.animate-delay-4-55 {
	-webkit-animation-delay: 4.55s;
	animation-delay: 4.55s;
}

.animate-delay-4-60 {
	-webkit-animation-delay: 4.60s;
	animation-delay: 4.60s;
}

.animate-delay-4-65 {
	-webkit-animation-delay: 4.65s;
	animation-delay: 4.65s;
}

.animate-delay-4-70 {
	-webkit-animation-delay: 4.70s;
	animation-delay: 4.70s;
}

.animate-delay-4-75 {
	-webkit-animation-delay: 4.75s;
	animation-delay: 4.75s;
}

.animate-delay-4-80 {
	-webkit-animation-delay: 4.80s;
	animation-delay: 4.80s;
}

.animate-delay-4-85 {
	-webkit-animation-delay: 4.85s;
	animation-delay: 4.85s;
}

.animate-delay-4-90 {
	-webkit-animation-delay: 4.90s;
	animation-delay: 4.90s;
}

.animate-delay-4-95 {
	-webkit-animation-delay: 4.95s;
	animation-delay: 4.95s;
}

.animate-delay-5 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

/* ===== 2. PAGES & PAGE BUILDER ===== */
.page-content-banner img {
	width: 100%;
	height: auto;
	max-width: none;
}

.page-content .page-content-bottom {
	font-size: 14.5px;
	color: #858585;
}

.page-content .page-content-bottom p,
.page-content .page-content-bottom ul {
	margin-bottom: 21px;
}

.page-content-banner {
	margin-bottom: 45px;
	height: 193px;
	overflow: hidden;
	position: relative;
	background-size: cover;
}

.services-box .services-box-icon {
	width: 77px;
	height: 77px;
	line-height: 77px;
	font-size: 35px;
	color: #8dc63f;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #8dc63f;
	margin-bottom: 30px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin-left: 14px;
	margin-top: 14px;
}

.services-box.icon-style-alternative .services-box-icon {
	width: 56px;
	height: 56px;
	line-height: 51px;
	font-size: 25px;
	padding-left: 0px;
}

.services-box .services-box-icon.text-right {
	float: right;
	clear: both;
	margin-right: 14px;
}

.services-box .services-box-icon.text-center {
	margin-left: auto;
	margin-right: auto;
}

.services-box .services-box-icon.icontitlecenterparagraphleft {
	margin-left: auto;
	margin-right: auto;
}

.services-box .services-box-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.services-box h3 {
	margin: 0px 0px 13px;
	font-size: 16px;
	clear: both;
	color: #7a7a7a;
}

.services-box h3.icontitlecenterparagraphleft {
	text-align: center;
}

.services-box p,
.page-content .services-box p {
	margin: 0px;
	font-size: 14.5px;
	color: #858585;
}

.content-widget-title h3 {
	color: #7a7a7a;
	margin: 0px;
	font-size: 20px;
	position: relative;
	display: inline-block;
}

.content-widget-title:before {
	content: '';
	display: inline-block;
	top: -1px;
	position: relative;
	width: 11px;
	height: 11px;
	border: 2px solid #B2B2B2;
	margin-right: 11px;
	margin-left: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.content-widget-title.small:before {
	top: 0px;
}

.content-widget-title.white:before {
	border-color: #FFFFFF;
}

.content-widget-title.black:before {
	border-color: #000000;
}

.content-widget-title.gray:before {
	border-color: #CCCCCC;
}

.content-widget-title.red:before {
	border-color: #D90000;
}

.content-widget-title.yellow:before {
	border-color: #FAE805;
}

.content-widget-title.green:before {
	border-color: #8dc63f;
}

.content-widget-title.blue:before {
	border-color: #8dc63f;
}

.departments-content {
	position: relative;
}

.departments-content .departments-navigation:after,
.departments-content .departments-navigation:before {
	content: '';
	display: block;
	clear: both;
}

.departments-content .departments-navigation {
	margin: auto -90px;
	top: 0;
	bottom: 0;
	display: table;
	position: absolute;
	width: calc(100% + 180px);
}

.departments-content .departments-navigation .departments-navigation-prev,
.departments-content .departments-navigation .departments-navigation-next {
	position: relative;
	width: 47px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	color: #A3A3A3;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	display: block;
}

.departments-content .departments-navigation .departments-navigation-prev:hover,
.departments-content .departments-navigation .departments-navigation-next:hover,
.departments-content .departments-navigation .departments-navigation-prev:focus,
.departments-content .departments-navigation .departments-navigation-next:focus {
	background: #A3A3A3;
	border-color: #A3A3A3;
	color: #FFFFFF;
}

.departments-content .departments-navigation .departments-navigation-prev {
	float: left;
}

.departments-content .departments-navigation .departments-navigation-next {
	float: right;
}

.departments-content .image {
	position: relative;
	margin-bottom: 55px;
}

.departments-content .image img {
	width: 100%;
}

.departments-content .image .department-icon {
	position: absolute;
	bottom: -35px;
	margin: auto;
	right: 0;
	left: 0;
	width: 65px;
	font-size: 31px;
	line-height: 63px;
	height: 65px;
	border-radius: 5px;
	background: #FFF;
	color: #06AB74;
	border: 2px solid #8dc63f;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	text-align: center;
}

.departments-content .image .department-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.departments-content h4 {
	font-size: 17px;
	color: #7a7a7a;
	font-weight: 700;
	margin: 0px 0px 15px;
	text-align: center;
}

.departments-content .department-text {
	color: #858585;
	margin-bottom: 19px;
}

.departments-content .department-button a,
.departments-content .department-button a:visited {
	border: 1px solid #8dc63f;
	color: #8dc63f;
	min-width: 130px;
	border-radius: 30px;
	display: table;
	margin: 0 auto;
	padding: 7.5px 15px;
	text-align: center;
	font-family: 'Roboto';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.departments-content .department-button a:hover,
.departments-content .department-button a:focus {
	color: #FFFFFF;
	background: #8dc63f;
	border-color: #8dc63f
}

.departments-content .department-button a:hover i,
.departments-content .department-button a:focus i {
	color: #FFFFFF;
}

.departments-content .department-button.custom a,
.departments-content .department-button.custom a:visited {
	border-color: #8dc63f;
	color: #8dc63f;
}

.departments-content .department-button.custom a:hover,
.departments-content .department-button.custom a:focus {
	background: #8dc63f;
	border-color: #8dc63f;
	color: #FFFFFF;
}

.departments-content .department-button.themetwocolor a,
.departments-content .department-button.themetwocolor a:visited {
	border-color: #8dc63f;
	color: #8dc63f;
}

.departments-content .department-button.themetwocolor a:hover,
.departments-content .department-button.themetwocolor a:focus {
	background: #8dc63f;
	border-color: #8dc63f;
	color: #FFFFFF;
}

.departments-content .department-button.themethreecolor a,
.departments-content .department-button.themethreecolor a:visited {
	border-color: #8dc63f;
	color: #8dc63f;
}

.departments-content .department-button.themethreecolor a:hover,
.departments-content .department-button.themethreecolor a:focus {
	background: #8dc63f;
	border-color: #8dc63f;
	color: #FFFFFF;
}

.departments-content .department-button.themefourcolor a,
.departments-content .department-button.themefourcolor a:visited {
	border-color: #3C5E74;
	color: #3C5E74;
}

.departments-content .department-button.themefourcolor a:hover,
.departments-content .department-button.themefourcolor a:focus {
	background: #3C5E74;
	border-color: #3C5E74;
	color: #FFFFFF;
}

.departments-content .department-button a i {
	margin-right: 7px;
}

.testimonial-single {
	text-align: right;
}

.testimonial-single .icon {
	font-size: 26px;
	margin-bottom: 44px;
}

.testimonial-single .testimonial-single-content {
	font-size: 44px;
	line-height: 1em;
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.testimonial-single .testimonial-single-content p {
	margin-bottom: 0px;
}

.testimonial-single .testimonial-single-star-icon {
	height: 22px;
	width: 22px;
	display: inline-block;
	border: 2px solid #7a7a7a;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-right: 14px;
}

.testimonial-single .testimonial-single-star-icon:last-child {
	margin-right: 6px;
}

.testimonial-single-two {
	text-align: left;
}

.testimonial-single-two .icon {
	font-size: 18px;
	margin-bottom: 16px;
}

.testimonial-single-two .testimonial-single-two-content {
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 17px;
}

.testimonial-single-two .testimonial-single-two-content p {
	margin-bottom: 0px;
}

.testimonial-single-two .testimonial-single-two-name {
	font-size: 14px;
}

.testimonial-single-two .testimonial-single-two-name .name {
	font-weight: 700;
}

.testimonial-modern-widget {
	text-align: center;
	position: relative;
}

.testimonial-modern-widget .testimonial-modern-widget-navigation {
	margin: auto 0px;
	top: 0;
	z-index: 20;
	bottom: 0;
	display: table;
	position: absolute;
	width: calc(100%);
}

.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-prev,
.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-next {
	position: relative;
	width: 47px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	color: #A3A3A3;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	display: block;
}

.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-prev:hover,
.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-next:hover,
.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-prev:focus,
.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-next:focus {
	background: #A3A3A3;
	border-color: #A3A3A3;
	color: #FFFFFF;
}

.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-prev {
	float: left;
	left: -80px;
}

.testimonial-modern-widget .testimonial-modern-widget-navigation .testimonial-modern-widget-next {
	float: right;
	right: -80px;
}

.testimonial-modern-widget .image {
	margin-bottom: 10px;
}

.testimonial-modern-widget .image img {
	width: 202px;

	border: 3px solid #FFFFFF;
	margin: 0 auto;
}

.testimonial-modern-widget .item.alternative .image img {}

.testimonial-modern-widget .testimonial-modern-item-name {
	font-size: 13px;
	margin-bottom: 3px;
}

.testimonial-modern-widget .item.alternative .testimonial-modern-item-name .name {
	color: #8dc63f;
}

.testimonial-modern-widget .testimonial-modern-item-name .name {
	font-weight: 700;
}

.testimonial-modern-widget .item.alternative .testimonial-modern-item-content {
	font-size: 17px;
	margin: 0px 20px;
}

.testimonial-modern-widget .testimonial-modern-item-content {
	margin-bottom: 14px;
}

.testimonial-modern-widget .testimonial-modern-item-content p {
	margin-bottom: 0px;
}

.testimonial-modern-widget .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #7a7a7a;
	margin: 5px 3px;
}

.testimonial-modern-widget.none .owl-dots {
	display: none !important;
}

.testimonial-modern-widget.white .owl-dots .owl-dot span {
	border-color: #FFFFFF;
}

.testimonial-modern-widget .owl-dots .owl-dot.active span,
.testimonial-modern-widget .owl-dots .owl-dot span:hover {
	background: #7a7a7a;
}

.testimonial-modern-widget.white .owl-dots .owl-dot.active span,
.testimonial-modern-widget.white .owl-dots .owl-dot.active span:hover,
.testimonial-modern-widget.white .owl-dots .owl-dot span:hover,
.testimonial-modern-widget.white .owl-dots .owl-dot:hover span {
	background: #FFFFFF;
}

.list-box .list-box-icon {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #8dc63f;
	margin-right: 15px;
	color: #8dc63f;
	font-size: 28px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.list-box .list-box-icon.white {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.list-box:hover .list-box-icon {
	background: #8dc63f;
	border-color: #8dc63f !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.list-box:hover .list-box-icon.white {
	border-color: #FFFFFF !important;
	background: #FFFFFF;
}

.list-box:hover .list-box-icon i {
	color: #FFFFFF !important;
}

.list-box:hover .list-box-icon.white i {
	color: #8dc63f !important;
}

.list-box h3 {
	margin: 0px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	position: relative;
	top: -5px;
	font-size: 18px;
	color: #7a7a7a;
}

.list-box p,
.page-content .list-box p {
	font-size: 15px;
	margin: 11px 0px 0px;
	color: #7a7a7a;
}

.vc_col-sm-3 .list-box .list-box-icon {
	display: table;
	margin: 0 auto 15px;
}

.vc_col-sm-3 .list-box h3 {
	text-align: center;
	top: 0;
	display: block;
}

.vc_col-sm-3 .list-box p,
.vc_col-sm-3 .page-content .list-box p {
	text-align: center;
}

.vc_col-sm-2 .list-box .list-box-icon {
	display: table;
	margin: 0 auto 15px;
}

.vc_col-sm-2 .list-box h3 {
	text-align: center;
	top: 0;
	display: block;
}

.vc_col-sm-2 .list-box p,
.vc_col-sm-2 .page-content .list-box p {
	text-align: center;
}

.vc_col-sm-1 .list-box .list-box-icon {
	display: table;
	margin: 0 auto 15px;
}

.vc_col-sm-1 .list-box h3 {
	text-align: center;
	top: 0;
	display: block;
}

.vc_col-sm-1 .list-box p,
.vc_col-sm-1 .page-content .list-box p {
	text-align: center;
}

.list-box.cross .list-box-icon {
	float: left;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	border-radius: 10px;
	margin-right: 21px;
	border-width: 2px;
	margin-bottom: 3px;
}

.list-box.cross .list-box-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.list-box.cross h3 {
	top: -13px;
}

.list-box.cross p {
	margin: 0px;
	top: -15px;
	position: relative;
}

.icon-list .icon-list-icon {
	display: block;
	float: left;
	border-radius: 6px;
	border: 1px solid #7a7a7a;
	margin-right: 32px;
	margin-bottom: 18px;
	color: #7a7a7a;
	font-size: 28px;
	width: 49px;
	height: 49px;
	margin-left: 9px;
	line-height: 49px;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.icon-list .icon-list-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.icon-list.big .icon-list-icon {
	width: 57px;
	height: 57px;
	line-height: 54px;
	margin-right: 30px;
	font-size: 24px;
}

/*
.vc_col-sm-5 .icon-list .icon-list-icon {
	margin: 0 auto 45px;
	display: table;
	float: none;
}

.vc_col-sm-5 .icon-list p, .vc_col-sm-5 .icon-list h3,.page-content .vc_col-sm-5 .icon-list p {
	text-align:center;
}

.vc_col-sm-4 .icon-list .icon-list-icon {
	margin: 0 auto 45px;
	display: table;
	float: none;
}

.vc_col-sm-4 .icon-list p, .vc_col-sm-4 .icon-list h3,.page-content .vc_col-sm-4 .icon-list p {
	text-align:center;
}

*/
.vc_col-sm-3 .icon-list .icon-list-icon {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-3 .icon-list p,
.vc_col-sm-3 .icon-list h3,
.page-content .vc_col-sm-3 .icon-list p {
	text-align: center;
}

.vc_col-sm-2 .icon-list .icon-list-icon {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-2 .icon-list p,
.vc_col-sm-2 .icon-list h3,
.page-content .vc_col-sm-2 .icon-list p {
	text-align: center;
}

.vc_col-sm-1 .icon-list .icon-list-icon {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-1 .icon-list p,
.vc_col-sm-1 .icon-list h3,
.page-content .vc_col-sm-1 .icon-list p {
	text-align: center;
}

.icon-list .icon-list-number {
	display: block;
	float: left;
	border-radius: 4px;
	border: 1px solid #7a7a7a;
	margin-right: 32px;
	margin-bottom: 2px;
	color: #7a7a7a;
	font-size: 24px;
	width: 49px;
	height: 49px;
	line-height: 41px;
	margin-left: 10px;
	padding-left: 4px;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.vc_col-sm-5 .icon-list .icon-list-number {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-4 .icon-list .icon-list-number {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-3 .icon-list .icon-list-number {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-2 .icon-list .icon-list-number {
	margin: 0 auto 45px;
	float: none;
}

.vc_col-sm-1 .icon-list .icon-list-number {
	margin: 0 auto 45px;
	float: none;
}

.icon-list .icon-list-number span {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	display: block;
}

.icon-list h3 {
	margin: 0px;
	position: relative;
	top: -13px;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}

.icon-list.big h3 {
	top: -20px;
}

.icon-list p,
.page-content .icon-list p {
	margin: 0px;
	font-size: 15px;
	position: relative;
	top: -13px;
}

.icon-list.big p {
	top: -20px;
}

.translogistic-button a,
.translogistic-button a:visited {
	border: 1px solid #8dc63f;
	color: #8dc63f;
	font-size: 15px;
	font-weight: 700;
	display: initial;
	padding: 12px 20px;
	border-radius: 20px;
}

.translogistic-button a:hover,
.translogistic-button a:focus {
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.whitegreen a,
.translogistic-button.whitegreen a:visited {
	border-color: #FFFFFF;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.whitegreen a:hover,
.translogistic-button.whitegreen a:focus {
	border-color: #FFFFFF;
	background: #FFFFFF;
	color: #8dc63f;
}

.translogistic-button.bluewhite a,
.translogistic-button.bluewhite a:visited {
	border-color: #03bdff;
	background: #FFFFFF;
	color: #03bdff;
}

.translogistic-button.bluewhite a:hover,
.translogistic-button.bluewhite a:focus {
	border-color: #03bdff;
	background: #03bdff;
	color: #FFFFFF;
}

.translogistic-button.bluetransparent a,
.translogistic-button.bluetransparent a:visited {
	border-color: #03bdff;
	background: transparent;
	color: #03bdff;
	font-family: 'Roboto';
	font-weight: 500;
	border-radius: 25px;
}

.translogistic-button.bluetransparent a:hover,
.translogistic-button.bluetransparent a:focus {
	border-color: #03bdff;
	background: #03bdff;
	color: #FFFFFF;
}

.translogistic-button.greentransparent a,
.translogistic-button.greentransparent a:visited {
	border-color: #8dc63f;
	background: transparent;
	color: #8dc63f;
	font-family: 'Roboto';
	font-weight: 500;
	border-radius: 25px;
}

.translogistic-button.greentransparent a:hover,
.translogistic-button.greentransparent a:focus {
	border-color: #8dc63f;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.whiteblue a,
.translogistic-button.whiteblue a:visited {
	border-color: #03bdff;
	background: #FFFFFF;
	color: #03bdff;
}

.translogistic-button.whiteblue a:hover,
.translogistic-button.whiteblue a:focus {
	border-color: #03bdff;
	background: #03bdff;
	color: #FFFFFF;
}

.translogistic-button.themeonecolor a,
.translogistic-button.themeonecolor a:visited {
	border-color: #8dc63f;
	background: #FFFFFF;
	color: #8dc63f;
}

.translogistic-button.themeonecolor a:hover,
.translogistic-button.themeonecolor a:focus {
	border-color: #8dc63f;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.themetwocolor a,
.translogistic-button.themetwocolor a:visited {
	border-color: #8dc63f;
	background: #FFFFFF;
	color: #8dc63f;
}

.translogistic-button.themetwocolor a:hover,
.translogistic-button.themetwocolor a:focus {
	border-color: #8dc63f;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.themethreecolor a,
.translogistic-button.themethreecolor a:visited {
	border-color: #8dc63f;
	background: #FFFFFF;
	color: #8dc63f;
}

.translogistic-button.themethreecolor a:hover,
.translogistic-button.themethreecolor a:focus {
	border-color: #8dc63f;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-button.themefourcolor a,
.translogistic-button.themefourcolor a:visited {
	border-color: #3C5E74;
	background: #FFFFFF;
	color: #3C5E74;
}

.translogistic-button.themefourcolor a:hover,
.translogistic-button.themefourcolor a:focus {
	border-color: #3C5E74;
	background: #3C5E74;
	color: #FFFFFF;
}

.translogistic-button.custom a:hover,
.translogistic-button.custom a:focus {
	border-color: transparent;
	background: transparent;
	color: #FFFFFF;
}

.translogistic-button a i {
	margin-right: 8px;
}

.footermenu .widget_nav_menu ul li {
	margin: 0px;
	padding: 0px;
}

.footermenu .widget_nav_menu ul li a,
.footermenu .widget_nav_menu ul li a:visited {
	font-size: 14px;
}

.footer .footermenu .widget_nav_menu ul li a,
.footer .footermenu .widget_nav_menu ul li a:visited {
	color: #FFFFFF;
}

.footermenu .widget_nav_menu ul li a:before {
	content: '-';
	display: inline-block;
	margin-right: 4px;
}

.feature-box .image img {
	width: 100%;
}

.feature-box .feature-box-content {
	background: #8dc63f;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 50px 30px 38px;
	position: relative;
}

.feature-box.horizontal .feature-box-content {
	font-size: 15px;
}

.feature-box .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.feature-box .image,
.feature-box .image.top {
	min-height: 290px;
}

.feature-box .feature-box-content h4 {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px 0px 7px;
}

.feature-box.horizontal .feature-box-content h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.feature-box .feature-box-content p {
	margin: 0px 0px 20px;
}

.feature-box .feature-box-content .button a,
.feature-box .feature-box-content .button a:visited {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-weight: 600;
	border-radius: 20px;
	font-size: 12px;
	display: inline;
	padding: 10.5px 25px;
}

.feature-box.horizontal .feature-box-content .button a,
.feature-box.horizontal .feature-box-content .button a:visited {
	padding: 10.5px 35px;
}

.feature-box .feature-box-content .button a:hover,
.feature-box .feature-box-content .button a:focus {
	background: #FFFFFF;
	color: #8dc63f;
}

.feature-box .feature-box-content .feature-box-icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: #FFFFFF;
	color: #8dc63f;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: -33px;
	left: 0;
	right: 0;
	margin: auto;
}

.feature-box .feature-box-content .feature-box-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	font-size: 29px;
	position: relative;
	left: -1px;
	top: 5px;
}

.feature-box .feature-box-content.bottom .feature-box-icon {
	bottom: -33px;
	top: initial;
}

.feature-box .feature-box-content.bottom {
	padding: 30px 30px 58px;
}

.feature-box.horizontal:after,
.feature-box.horizontal:after {
	clear: both;
	content: '';
	display: block;
}

.feature-box.horizontal {
	display: flex;
}

.feature-box.horizontal .feature-box-content.left .feature-box-icon {
	left: -33px;
	right: initial;
	top: 0px;
	bottom: 0px;
}

.feature-box.horizontal .feature-box-content.right .feature-box-icon {
	right: -33px;
	left: initial;
	top: 0px;
	bottom: 0px;
}

.feature-box .feature-box-content.bottom {
	padding: 30px 30px 58px;
}

.feature-box.horizontal .image {
	width: 50%;
	float: left;
}

.feature-box.horizontal .image.right {
	float: right;
}

.feature-box.horizontal .feature-box-content {
	width: 50%;
	float: right;
	padding: 50px 85px 55px;
}

.feature-box.horizontal .feature-box-content.right {
	float: left;
}

.feature-box.themetwocolor .feature-box-content {
	background: #8dc63f;
}

.feature-box.themetwocolor .feature-box-content .button a:hover,
.feature-box.themetwocolor .feature-box-content .button a:focus {
	color: #8dc63f;
}

.feature-box.themetwocolor .feature-box-content .feature-box-icon {
	color: #8dc63f;
}

.feature-box.themethreecolor .feature-box-content {
	background: #8dc63f;
}

.feature-box.themethreecolor .feature-box-content .button a:hover,
.feature-box.themethreecolor .feature-box-content .button a:focus {
	color: #8dc63f;
}

.feature-box.themethreecolor .feature-box-content .feature-box-icon {
	color: #8dc63f;
}

.feature-box.themefourcolor .feature-box-content {
	background: #3C5E74;
}

.feature-box.themefourcolor .feature-box-content .button a:hover,
.feature-box.themefourcolor .feature-box-content .button a:focus {
	color: #3C5E74;
}

.feature-box.themefourcolor .feature-box-content .feature-box-icon {
	color: #3C5E74;
}

.feature-box.custom .feature-box-content {
	background: #8dc63f;
}

.feature-box.custom .feature-box-content .button a:hover,
.feature-box.custom .feature-box-content .button a:focus {
	color: #8dc63f;
}

.feature-box.custom .feature-box-content .feature-box-icon {
	color: #8dc63f;
}

.numbermator {
	text-align: center;
}

.numbermator h3 {
	margin: 0px 0px 4px;
	padding: 0px;
	font-size: 40px;
}

.numbermator h4 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.testimonial-block-widget {
	margin: 0px -15px;
}

.testimonial-block-widget:after,
.testimonial-block-widget:before {
	content: '';
	display: block;
	clear: both;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns {
	margin: 0px 15px 0px;
	width: calc(50% - 30px);
	float: left;
}

.testimonial-block-widget .testimonial-block-widget-content-area {
	margin: 0px 0px 50px;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-content {
	padding: 23px 35px;
	font-style: italic;
	font-size: 15px;
	border: 1px solid #E1E1E1;
	border-left: 2px solid #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themeonecolor .testimonial-block-widget-content-area .testimonial-block-item-content {
	border-left-color: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themetwocolor .testimonial-block-widget-content-area .testimonial-block-item-content {
	border-left-color: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themethreecolor .testimonial-block-widget-content-area .testimonial-block-item-content {
	border-left-color: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themefourcolor .testimonial-block-widget-content-area .testimonial-block-item-content {
	border-left-color: #3C5E74;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-content p {
	margin-bottom: 0px;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-name:before {
	content: '+';
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 23px;
	font-weight: 600;
	background: #8dc63f;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: -1px;
	margin-right: 15px;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themeonecolor .testimonial-block-widget-content-area .testimonial-block-item-name:before {
	background: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themetwocolor .testimonial-block-widget-content-area .testimonial-block-item-name:before {
	background: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themethreecolor .testimonial-block-widget-content-area .testimonial-block-item-name:before {
	background: #8dc63f;
}

.testimonial-block-widget .testimonial-block-widget-content-area-columns.themefourcolor .testimonial-block-widget-content-area .testimonial-block-item-name:before {
	background: #3C5E74;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-name {
	font-size: 15px;
	font-weight: 600;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-name span.name {
	font-weight: 700;
}

.testimonial-block-widget .testimonial-block-widget-content-area .testimonial-block-item-name span {
	top: -2px;
	position: relative;
}

.testimonial-block-widget .owl-dots {
	margin-top: -25px;
}

.testimonial-block-widget .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #afafaf;
	margin: 5px 3px;
}

.testimonial-block-widget.none .owl-dots {
	display: none !important;
}

.testimonial-block-widget.white .owl-dots .owl-dot span {
	border-color: #FFFFFF;
}

.testimonial-block-widget .owl-dots .owl-dot.active span,
.testimonial-block-widget .owl-dots .owl-dot span:hover,
.testimonial-block-widget .owl-dots .owl-dot:hover span {
	background: #afafaf2;
}

.testimonial-block-widget.white .owl-dots .owl-dot.active span,
.testimonial-block-widget.white .owl-dots .owl-dot.active span:hover,
.testimonial-block-widget.white .owl-dots .owl-dot span:hover,
.testimonial-block-widget.white .owl-dots .owl-dot:hover span {
	background: #FFFFFF;
}

.translogistic-progress-bar .progress-wrap {
	height: 19px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #8dc63f;
	border-radius: 15px;
}

.translogistic-progress-bar .progress-bar {
	background: #8dc63f;
	box-shadow: none;
	border-radius: 15px;
}

.translogistic-progress-bar .percent {
	float: left;
	margin-right: 6px;
	font-weight: 600;
	color: #8dc63f;
	font-size: 18px;
	min-width: 43px;
}

.translogistic-progress-bar .progress-content {
	top: -24px;
	position: relative;
	margin-top: 23px;
}

.translogistic-progress-bar .progress-content .title {
	font-weight: 600;
	font-size: 15px;
}

.chronologyyears-content {
	background: #3c5e74;
	border-radius: 15px;
	padding: 7px 26px;
	font-weight: 700;
	font-size: 17px;
	color: #8dc63f;
}

.chronologyyears-content .year-block {
	display: inline-block;
}

.chronologyyears-content .separate {
	display: inline-block;
	width: 29px;
	height: 1px;
	border-top: 1px dotted #8dc63f;
	position: relative;
	top: -5px;
	margin: 0px 3px;
}

.chronologyyears-content .separate:last-child {
	display: none;
}

.chronologyyears-content.themeonecolor {
	color: #8dc63f;
}

.chronologyyears-content.themeonecolor .separate {
	border-top-color: #8dc63f;
}

.chronologyyears-content.themetwocolor {
	color: #8dc63f;
}

.chronologyyears-content.themetwocolor .separate {
	border-top-color: #8dc63f;
}

.chronologyyears-content.themethreecolor {
	color: #8dc63f;
}

.chronologyyears-content.themethreecolor .separate {
	border-top-color: #8dc63f;
}

.chronologyyears-content.themefourcolor {
	color: #3C5E74;
}

.chronologyyears-content.themefourcolor .separate {
	border-top-color: #3C5E74;
}

.chronologyitem-bar .progress-wrap {
	height: 16px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #8dc63f;
	border-radius: 10px;
	margin-bottom: 2px;
}

.chronologyitem-bar .progress-bar {
	background: #8dc63f;
	box-shadow: none;
	border-radius: 10px;
}

.chronologyitem-bar .chronologyitem-text .year {
	font-weight: 700;
}

.cargo-tracking-form input[type="submit"] {
	padding: 7px 16px;
	border-radius: 5px;
}

.cargo-tracking-form .input-group-addon {
	background: #8dc63f;
	color: #FFFFFF;
	border: 0px;
	font-size: 24px;
	padding: 6px 11px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cargo-tracking-form input[type="text"] {
	width: 300px;
	max-width: 100%;
	display: inline-block;
	margin-right: 10px;
	padding: 11px 11px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	letter-spacing: 0.75px;
	color: #b8b8b8;
	font-size: 12px;
	border: 1px solid #E1E1E1;
}

.cargo-tracking-form input[type="text"]::-webkit-input-placeholder {
	text-transform: uppercase;
}

.cargo-tracking-form input[type="text"]::-moz-placeholder {
	text-transform: uppercase;
}

.cargo-tracking-form input[type="text"]:-ms-input-placeholder {
	text-transform: uppercase;
}

.cargo-tracking-form input[type="text"]:-moz-placeholder {
	text-transform: uppercase;
}

.cargo-tracking-form.white input[type="text"] {
	border: 1px solid #FFFFFF;
	background: transparent;
	width: calc(100% - 130px);
	margin-right: 5px;
	font-size: 14px;
	letter-spacing: 0.25px;
	border-radius: 5px;
}

.vc_col-sm-2 .cargo-tracking-form.white input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.vc_col-sm-1 .cargo-tracking-form.white input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.cargo-tracking-form.white input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
	text-transform: none;
}

.cargo-tracking-form.white input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
	text-transform: none;
}

.cargo-tracking-form.white input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
	text-transform: none;
}

.cargo-tracking-form.white input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
	text-transform: none;
}

.cargo-tracking-form.white input[type="submit"] {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
	font-family: 'Roboto';
	text-transform: none;
}

.cargo-tracking-form.white .input-group {
	display: block;
}

.cargo-tracking-form.white .input-group-addon {
	display: none;
}

.cargo-tracking-form.slideversionv1 input[type="text"] {
	background: transparent;
	border: 1px solid #FFFFFF;
	border-left: 0px;
	color: #FFFFFF;
}

.cargo-tracking-form.slideversionv1 input[type="text"]::-webkit-input-placeholder {
	color: #FFFFFF
}

.cargo-tracking-form.slideversionv1 input[type="text"]::-moz-placeholder {
	color: #FFFFFF
}

.cargo-tracking-form.slideversionv1 input[type="text"]:-ms-input-placeholder {
	color: #FFFFFF
}

.cargo-tracking-form.slideversionv1 input[type="text"]:-moz-placeholder {
	color: #FFFFFF
}

.cargo-tracking-form.slideversionv1 input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.slideversionv1 input[type="submit"]:hover,
.cargo-tracking-form.slideversionv1 input[type="submit"]:focus {
	background: #FFFFFF;
	color: #8dc63f;
}

.cargo-tracking-form.slideversionv1 .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.slideversionv2 {
	margin: 0 auto;
}

.cargo-tracking-form.slideversionv2 input[type="text"] {
	background: transparent;
	border: 1px solid #ACACAC;
	color: #38494f;
	border-left: 0px;
}

.cargo-tracking-form.slideversionv2 input[type="text"]::-webkit-input-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv2 input[type="text"]::-moz-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv2 input[type="text"]:-ms-input-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv2 input[type="text"]:-moz-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv2 input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.slideversionv2 .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.slideversionv3 {
	margin: 0 auto;
	display: table;
}

.cargo-tracking-form.slideversionv3 input[type="text"] {
	background: transparent;
	border: 1px solid #ACACAC;
	color: #38494f;
	border-left: 0px;
}

.cargo-tracking-form.slideversionv3 input[type="text"]::-webkit-input-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv3 input[type="text"]::-moz-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv3 input[type="text"]:-ms-input-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv3 input[type="text"]:-moz-placeholder {
	color: #38494f
}

.cargo-tracking-form.slideversionv3 input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.slideversionv3 .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.querypageversion {
	margin: 0 auto;
	display: table;
}

.cargo-tracking-form.querypageversion input[type="text"] {
	background: transparent;
	border: 1px solid #E1E1E1;
	color: #b8b8b8;
	border-left: 0px;
}

.cargo-tracking-form.querypageversion input[type="text"]::-webkit-input-placeholder {
	color: #b8b8b8
}

.cargo-tracking-form.querypageversion input[type="text"]::-moz-placeholder {
	color: #b8b8b8
}

.cargo-tracking-form.querypageversion input[type="text"]:-ms-input-placeholder {
	color: #b8b8b8
}

.cargo-tracking-form.querypageversion input[type="text"]:-moz-placeholder {
	color: #b8b8b8
}

.cargo-tracking-form.querypageversion input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.querypageversion .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.themeonecolor input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.themeonecolor .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.themetwocolor input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.themetwocolor .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.themethreecolor input[type="submit"] {
	background: #8dc63f;
}

.cargo-tracking-form.themethreecolor .input-group-addon {
	background: #8dc63f;
}

.cargo-tracking-form.themefourcolor input[type="submit"] {
	background: #3C5E74;
}

.cargo-tracking-form.themefourcolor .input-group-addon {
	background: #3C5E74;
}

.cargo-tracking-form .cargo-tracking-form-wrapper {
	padding: 21px 25px 30px;
	display: table;
}

.cargo-tracking-form .cargo-tracking-form-wrapper input[type="text"] {
	background: transparent !important;
}

.cargo-tracking-form h3 {
	margin: 0px;
	color: #0a98ca;
	letter-spacing: -0.25px;
	font-size: 24px;
}

.cargo-tracking-form p {
	margin: 0px 0px 18px;
	color: #45575e;
	font-size: 14px;
}

.cargo-tracking-form p i {
	font-style: normal;
	color: #b0b0b0;
	display: block;
	line-height: normal;
}

.cargo-tracking-form .cargo-tracking-form-wrapper.dark p i {
	color: #FFFFFF;
}

.cargo-tracking-form .cargo-tracking-form-wrapper.white {
	background: rgba(255, 255, 255, 0.81);
}

.cargo-tracking-form .cargo-tracking-form-wrapper.dark {
	background: rgba(9, 37, 56, 0.6);
}

.vc_col-sm-5 .cargo-tracking-form.querypageversion input[type="submit"] {
	margin-top: 10px;
	clear: both;
}

.vc_col-sm-4 .cargo-tracking-form.querypageversion input[type="submit"] {
	margin-top: 10px;
	clear: both;
}

.vc_col-sm-3 .cargo-tracking-form.querypageversion input[type="submit"] {
	margin-top: 10px;
	clear: both;
}

.vc_col-sm-2 .cargo-tracking-form.querypageversion input[type="submit"] {
	margin-top: 10px;
	clear: both;
}

.vc_col-sm-1 .cargo-tracking-form.querypageversion input[type="submit"] {
	margin-top: 10px;
	clear: both;
}

.vc_col-sm-5 .cargo-tracking-form.querypageversion .input-group-addon {
	display: inline;
}

.vc_col-sm-4 .cargo-tracking-form.querypageversion .input-group-addon {
	display: inline;
}

.vc_col-sm-3 .cargo-tracking-form.querypageversion .input-group-addon {
	display: inline;
}

.vc_col-sm-2 .cargo-tracking-form.querypageversion .input-group-addon {
	display: inline;
}

.vc_col-sm-1 .cargo-tracking-form.querypageversion .input-group-addon {
	display: inline;
}

.cargo-tracking-list-form .cargo-tracking-list-form-col {
	width: calc(20% - 10px);
	padding: 7px 10px;
	background: #FFFFFF;
	text-align: center;
	float: left;
	border-radius: 5px;
	margin: 0px 5px 5px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #7c7c7c;
}

.cargo-tracking-list-form-header {
	display: flex;
}

.cargo-tracking-list-form .cargo-tracking-list-form-header .cargo-tracking-list-form-col {
	background: #8dc63f;
	border: 0px;
	font-family: 'Roboto';
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -0.25px;
}

.cargo-tracking-list-form .cargo-tracking-list-form-header.themetwocolor .cargo-tracking-list-form-col {
	background: #8dc63f;
}

.cargo-tracking-list-form .cargo-tracking-list-form-header.themethreecolor .cargo-tracking-list-form-col {
	background: #8dc63f;
}

.cargo-tracking-list-form .cargo-tracking-list-form-header.themefourcolor .cargo-tracking-list-form-col {
	background: #3C5E74;
}

.cargo-tracking-list-form-header:after,
.cargo-tracking-list-form-header:before {
	content: '';
	display: block;
	clear: both;
}

.cargo-tracking-list-form-body {
	display: flex;
}

.cargo-tracking-list-form {
	margin: 0px -5px 70px;
}

.contact-information .contact-information-row .contact-information-icon {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #8dc63f;
	margin-right: 27px;
	color: #8dc63f;
	font-size: 19px;
	width: 38px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	margin-left: 11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.contact-information.alternative .contact-information-row .contact-information-icon {
	margin-left: 0px;
}

.contact-information.themetwocolor .contact-information-row .contact-information-icon {
	border-color: #8dc63f;
	color: #8dc63f;
}

.contact-information.themethreecolor .contact-information-row .contact-information-icon {
	border-color: #8dc63f;
	color: #8dc63f;
}

.contact-information.themefourcolor .contact-information-row .contact-information-icon {
	border-color: #3C5E74;
	color: #3C5E74;
}

.contact-information .contact-information-row .contact-information-icon i {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.contact-information.alternative .contact-information-row .contact-information-icon {
	border: 0px;
	width: auto;
	height: auto;
	font-size: 30px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	float: left;
	margin-right: 12px;
}

.contact-information.alternative .contact-information-row .contact-information-icon i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.vc_col-sm-3 .contact-information.themethreecolor .contact-information-row .contact-information-icon {
	margin: 0 auto;
	display: table;
}

.vc_col-sm-2 .contact-information.themethreecolor .contact-information-row .contact-information-icon {
	margin: 0 auto;
	display: table;
}

.vc_col-sm-1 .contact-information.themethreecolor .contact-information-row .contact-information-icon {
	margin: 0 auto;
	display: table;
}

.contact-information.alternative .contact-information-row .contact-information-content {
	top: -2px;
	float: left;
}

.contact-information .contact-information-row .contact-information-content {
	margin: 0px;
	display: inline-block;
	position: relative;
	top: 7px;
	font-size: 15px;
	color: #858585;
	max-width: calc(100% - 69px);
}

.contact-information .contact-information-row .contact-information-content strong {
	display: block;
}

.contact-information .contact-information-row.contact-information-custom-row .contact-information-content strong {
	display: initial;
}

.contact-information .contact-information-row.contact-information-custom-row {
	font-family: 'Roboto';
}

.contact-information .contact-information-row {
	margin-bottom: 26px;
}

.contact-information .contact-information-row:last-child {
	margin-bottom: 0px;
}

.page-title-wrapper {
	text-align: center;
	margin-bottom: 7px
}

.page-title-wrapper h1 {
	margin: 0px;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color: #7a7a7a;
}

.page-title-wrapper h1:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #8dc63f;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-right: 13px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.page-title-wrapper p {
	margin: 14px 0px 0px;
	font-weight: 700;
	font-size: 18px;
	color: #a2a2a2;
}

.page-title-wrapper p:after {
	background: #8dc63f;
	max-width: 75px;
	height: 1px;
	content: '';
	display: block;
	margin: 19px auto 0px;
}

.vc_row.vc_row-fluid.container {
	margin: 0 auto;
}

.getaquote .input-group-addon {
	border: 0px;
	color: #FFFFFF;
	background: #3C5E74;
	border-top-left: 5px;
	border-bottom-left: 5px;
}

.getaquote input[type="email"],
.getaquote input[type="number"],
.getaquote input[type="password"],
.getaquote input[type="tel"],
.getaquote input[type="url"],
.getaquote input[type="text"],
.getaquote input[type="time"],
.getaquote input[type="week"],
.getaquote input[type="search"],
.getaquote input[type="month"],
.getaquote input[type="datetime"],
.getaquote input[type="date"],
.getaquote textarea,
.getaquote textarea.form-control,
.getaquote select {
	border: 0px;
	color: #a2a2a2;
	font-size: 14.5px;
	padding: 11.5px 14px;
	border-top-right: 5px;
	border-bottom-right: 5px;
}

.getaquote input[type="submit"] {
	border-radius: 5px;
	padding: 8px 10px;
	width: 100%;
	background: #3C5E74;
	font-family: 'Roboto';
	font-size: 13px;
	letter-spacing: 0.25px;
}

.getaquote input[type="submit"]:hover,
.getaquote input[type="submit"]:focus {
	background: #FFFFFF;
	color: #3C5E74;
}

.getaquote .formrow {
	padding: 0px 5px;
	margin-bottom: 10px;
}

.getaquote .row {
	margin: 0px -5px;
}

.getaquote span.wpcf7-not-valid-tip {
	position: relative;
	background: #FFF;
	font-size: 11px;
	padding: 0px 14px;
}

div.wpcf7-response-output {
	margin: 10px 0px 10px;
	position: relative;
	background: #FFF;
	font-size: 13px;
	padding: 0px 14px;
}

.bgfixed,
.bgfixed .vc_column-inner {
	background-attachment: fixed;
}

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position: top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position: top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position: top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position: bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position: bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position: bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position: center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position: center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position: center center !important;
}

.full-area-container-content-left {
	width: 550px;
	float: left;
	clear: both;
	max-width: 100%;
}

.full-area-container-content-right {
	width: 550px;
	float: right;
	clear: both;
	max-width: 100%;
}

.icon-list.center-block {
	display: table;
}

.clearboth {
	clear: both;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.translogistic-accordion .vc_tta-panel .vc_tta-panel-heading {
	background: transparent !important;
	border-color: transparent !important;
	border: 0px;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panel .vc_tta-panel-title>a {
	color: #FFFFFF !important;
	font-size: 15px;
	padding: 0px;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panel .vc_tta-panel-title>a i.vc_tta-controls-icon {
	right: 0px;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panel .vc_tta-panel-title>a i.vc_tta-controls-icon::before {
	border-color: #FFFFFF;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panel {
	border-bottom: 1px solid #2AFD9F;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_content_element:last-child {
	margin-bottom: 0px !important;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	padding: 0px;
}

.vc_tta-accordion.translogistic-accordion .vc_tta-panels .vc_tta-panel {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-heading {
	background: transparent !important;
	border-color: transparent !important;
	border: 0px;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a {
	color: #A2A2A2 !important;
	font-size: 16px;
	padding: 0px;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a:focus {
	color: #8dc63f !important;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #8dc63f !important;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a i.vc_tta-controls-icon {
	right: 0px;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a i.vc_tta-controls-icon::before {
	border-color: #A2A2A2;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a i.vc_tta-controls-icon::before {
	border-color: #8dc63f;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a:hover i.vc_tta-controls-icon::before,
.vc_tta-accordion.faq-accordion .vc_tta-panel .vc_tta-panel-title>a:focus i.vc_tta-controls-icon::before {
	border-color: #8dc63f;
}

.vc_tta-accordion.faq-accordion .vc_tta-panel {
	border-bottom: 1px solid #E1E1E1;
}

.vc_tta-accordion.faq-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_content_element:last-child {
	margin-bottom: 0px !important;
}

.vc_tta-accordion.faq-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	padding: 0px;
}

.vc_tta-accordion.faq-accordion .vc_tta-panels .vc_tta-panel {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom {
	height: 100%;
	top: 0;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col {
	height: 100%;
	background: rgba(45, 45, 45, 0.70) !important;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading div {
	text-align: center !important;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_excerpt p {
	text-align: center;
	color: #00ff8f;
	font-size: 14px;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_excerpt {
	text-align: center;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	position: absolute;
	width: inherit;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_title {
	text-align: center;
	top: -60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	position: absolute;
	width: inherit;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_title div {
	display: block;
	border-radius: 6px;
	border: 2px solid #00ff8f;
	color: #00ff8f;
	width: 54px;
	margin: 0 auto;
	height: 54px;
	clear: both;
	line-height: 68px !important;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	font-size: 0px !important;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_title div:before {
	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;
	content: "\f002";
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	color: #00ff8f;
	margin: 0 auto;
	font-size: 23px !important;
}

.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-is-link {
	max-height: 300px;
	top: 0px;
}

.translogistic-gallery .vc_gitem-zone-b .vc_gitem-zone-mini {
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.translogistic-gallery .vc_media_grid .vc_grid-item:hover .vc_gitem-zone-b .vc_gitem-zone-mini {
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.imageabsolute-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.imageabsolute-bottom-right {
	position: absolute;
	left: 0;
	bottom: 0;
}

.imageabsolute-top-left {
	position: absolute;
	left: 0;
	top: 0;
}

.imageabsolute-top-right {
	position: absolute;
	right: 0;
	top: 0;
}

.imageabsolute-center-left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	display: table;
	margin: auto !important;
}

.imageabsolute-center-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	display: table;
	margin: auto !important;
}

/* ===== 3. WIDGET & SIDEBAR ===== */
.widget-title {
	border-bottom: 2px solid #C3C3C3;
	margin-bottom: 25px;
	position: relative;
}

.tp_recent_tweets ul {
	margin: 0px;
	padding: 0px;
}

.tp_recent_tweets ul:after,
.tp_recent_tweets ul:before {
	content: '';
	display: block;
	clear: both;
}

.tp_recent_tweets li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget-box {
	margin-bottom: 50px;
}

.widget-box:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 50px;
}

.widget-box ul:last-child,
.widget-box p:last-child {
	margin-bottom: 0px;
}

.twitter-widget {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_rss ul,
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.widget_pages ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_rss ul li,
.widget_meta ul li {}

.widget_nav_menu ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.widget_pages>ul li:last-child,
.widget_recent_comments>ul li:last-child,
.widget_recent_entries>ul li:last-child,
.widget_categories>ul li:last-child,
.widget_rss>ul li:last-child,
.widget_archive>ul li:last-child,
.widget_meta>ul li:last-child {
	border-bottom: 0px;
}

.widget_pages ul li a,
.widget_pages ul li a:visited,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_meta ul li a:visited {
	display: block;
}

.widget_categories ul li a {
	display: inline-block;
}

.widget_pages ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_meta ul li:last-child a {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.widget_nav_menu ul li ul {
	margin-left: 15px;
}

.widget_pages ul li ul {
	margin-left: 15px;
}

.widget_categories ul ul.children {
	margin-top: 5px;
}

.widget-title:after,
.widget-title:before {
	content: '';
	display: block;
	clear: both;
}

.widget-title h4 {
	font-size: 15px;
	margin: 0px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}

.widget-title:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid #8dc63f;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	float: left;
	margin-right: 13px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	top: 2px;
}

.widget-box:hover .widget-title:before {
	background: #8dc63f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.widget_search .search-form-widget input[type="text"] {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: 0px;
	width: 80%;
	float: left;
}

.widget_search .search-form-widget button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 20%;
	padding: 15.5px 10px;
}

.tagcloud:after,
.tagcloud:before {
	content: '';
	display: block;
	clear: both;
	margin-bottom: -6px;
}

.tagcloud a,
.tagcloud a:visited {
	border: 1px solid #AEAEAE;
	font-size: 14px !important;
	color: #9c9c9c;
	display: block;
	float: left;
	line-height: normal;
	padding: 5.5px 10px;
	margin: 0px 6px 6px 0px;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #8dc63f;
	background: #8dc63f;
	color: #FFFFFF;
}

.translogistic-latest-posts-widget {
	font-family: 'Roboto';
}

.translogistic-latest-posts-widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.translogistic-latest-posts-widget ul li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E1E1E1;
}

.translogistic-latest-posts-widget ul li .image {
	margin-bottom: 10px;
}

.translogistic-latest-posts-widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.translogistic-latest-posts-widget ul li h3 {
	margin: 0px;
	font-size: 17px;
}

.translogistic-latest-posts-widget ul li h3 a,
.translogistic-latest-posts-widget ul li h3 a:visited {
	color: #676767;
}

.translogistic-latest-posts-widget ul li h3 a:hover,
.translogistic-latest-posts-widget ul li h3 a:focus {
	color: #8dc63f;
}

.translogistic-latest-posts-widget .desc .date {
	display: inline-block;
	font-size: 11px;
	color: #9e9f9f;
	text-transform: uppercase;
	position: relative;
	top: 1px;
	font-weight: 600;
}

.translogistic-latest-posts-widget .desc .category {
	background: #8dc63f;
	margin: 0 10px 8px 0;
	padding: 0px 4px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.translogistic-latest-posts-widget .desc .category {
	line-height: normal;
	color: #FFFFFF;
}

.translogistic-latest-posts-widget .desc .category a,
.translogistic-latest-posts-widget .desc .category a:visited {
	color: #FFFFFF;
	display: inline-block;
	margin: 2.5px 4px;
}

/* ===== 4. HEADER ===== */
.header-wrapper {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	z-index: 1000;
}

.header-wrapper .dropdown-menu>.active>a,
.header-wrapper .dropdown-menu>.active>a:focus,
.header-wrapper .dropdown-menu>.active>a:hover {
	background-color: transparent;
}

.header-wrapper.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.header-wrapper .menu-area {
	background: #8dc63f;
	font-family: 'Roboto';
	padding-top: 12px;
	padding-bottom: 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.header-wrapper .menu-area .navbar {
	border: 0px;
	margin: 1px 0px 0px;
	padding: 0px;
	float: left;
	min-height: initial;
}

.header-wrapper .menu-area .navbar-collapse {
	border: 0px;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
}

.header-wrapper .menu-area .container {
	position: relative;
}

.header-wrapper .header-social-media {
	float: right;
}

.header-wrapper .header-social-media ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header-wrapper .header-social-media li {
	display: inline-block;
	margin: 0px 7px 10px 0px;
}

.header-wrapper .header-social-media li:last-child {
	margin-right: 0px;
}

.header-wrapper .header-social-media li a,
.header-wrapper .header-social-media li a:visited {
	border: 1px solid #FFFFFF;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	text-align: center;
}

.header-wrapper .header-social-media li a:hover,
.header-wrapper .header-social-media li a:focus {
	background: #FFFFFF;
	color: #8dc63f;
}

.header-wrapper .logo-area {
	background: #FFFFFF;
	padding: 10px 0px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.header-wrapper.fixed-header-class .logo-area {
	background: #f7f7f7;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.header-wrapper .logo-area .header-logo {
	float: left;
}

.header-wrapper .logo-area .header-contact {
	float: right;
	margin-left: 70px;
	margin-top: 12px;
}

.header-wrapper .logo-area .header-contact h2 {
	margin: 0px 0px 13px;
	padding: 0px;
	font-size: 12px;
	color: #3c5e74;
	font-weight: 600;
	text-transform: uppercase;
}

.header-wrapper .logo-area .header-contact .header-contact-email {
	display: inline-block;
	float: left;
}

.header-wrapper .logo-area .header-contact .header-contact-email .content {
	font-size: 13px;
	color: #949494;
	letter-spacing: 0.75px;
}

.header-wrapper .logo-area .header-contact .header-contact-email .content i {
	font-size: 21px;
	color: #8dc63f;
	margin-right: 10px;
}

.header-wrapper .logo-area .header-contact .header-contact-email .content span {
	position: relative;
	top: 0px;
	color: #8dc63f;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.header-wrapper .logo-area .header-contact .header-contact-phone {
	display: inline-block;
	text-align: right;
	margin-left: 55px;
}

.header-wrapper .logo-area .header-contact .header-contact-phone i {
	font-size: 25px;
	color: #8dc63f;
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 2px;
}

.header-wrapper .logo-area .header-contact .header-contact-phone .content span {
	font-size: 17px;
	letter-spacing: 0.40px;
	color: #8dc63f;
	font-weight: 700;
}

.header-wrapper .logo-area .header-contact .header-contact-phone .content {
	display: inline-block;
}

.header-wrapper .logo-area .header-contact .header-contact-phone .content span span {
	font-size: 24px;
	color: #949494;
	margin-right: 8px;
}

.header-wrapper .logo-area .header-search {
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
}

.header-wrapper .logo-area .header-search input[type="text"] {
	border: 0px;
	color: #949494;
	float: left;
	width: calc(300px - 60px);
	line-height: 48px;
	padding: 0px 15px;
	font-size: 12px;
	background: transparent;
	letter-spacing: 0.75px;
}

.header-wrapper .logo-area .header-search button {
	padding: 0px;
	float: right;
	height: auto;
	width: 60px;
	background: transparent;
	color: #8dc63f;
	height: 48px;
	line-height: 48px;
}

.header-wrapper .logo-area .header-search button:hover {
	color: #949494;
}

/*.site-content.fixed-header-body {
    margin-top: 150px;
}*/
.text-center {
	text-align: center;
}

/* ===== 5. FOOTER ===== */
.footer .footer-top,
.footer .footer-footer_widget {
	overflow: hidden;
}

.footer .footer-top {
	padding: 10px 0px 40px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.footer .footer-top .vc_row {
	padding-left: 0;
	padding-right: 0;
}

.footer .footer-bottom {
	background: #8dc63f;
	color: #FFFFFF;
	padding: 5px 0px 0px;
	font-size: 14px;
}

.footer:after,
.footer:before {
	content: '';
	display: block;
	clear: both;
}

.footer .go-top-icon {
	position: relative;
	text-align: center;
}

.footer .go-top-icon:before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	display: table;
	margin: auto;
}

.footer .go-top-icon i {
	background: #8dc63f;
	margin: 0 auto;
	width: 53px;
	height: 50px;
	line-height: 62px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	font-size: 27px;
	z-index: 2;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.footer .go-top-icon i:hover,
.footer .go-top-icon i:focus {
	color: #8dc63f;
	background: #FFFFFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.footer-newsletter i {
	font-size: 30px;
	color: #8dc63f;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.footer-newsletter input[type="email"] {
	float: left;
	max-width: 209px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 11px 20px;
	font-family: 'Roboto';
	letter-spacing: 0.25px;
}

.footer-newsletter input[type="submit"] {
	float: left;
	padding: 7px 20px;
	font-family: 'Roboto';
	border-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 12px;
	letter-spacing: 0.25px;
}

.footer-bottom .content-widget-title {
	margin-bottom: 13px;
}

/* ===== 6. 404 PAGE ===== */
.page404 .content404 {
	text-align: center;
}

.page404 .content404 h1 {
	margin: 17px 0px 8px;
	font-size: 85px;
	line-height: 66px;
	color: #8dc63f;
	font-weight: 800;
}

.page404 .content404 h2 {
	margin: 0px 0px 36px;
	font-size: 65px;
	line-height: 23px;
	color: #3c5e74;
	font-weight: 800;
}

.page404 .content404 .top-desc {
	margin: 0px 0px 19px;
	font-size: 34px;
	line-height: 36px;
	color: #3c5e74;
	font-weight: 800;
	font-family: 'Roboto';
}

.page404 .content404 .top-desc span {
	color: #8dc63f;
}

.page404 .content404 .bottom-desc {
	font-size: 18px;
	color: #858585;
	margin-bottom: 80px;
}

.page404 .content404 .bottom-desc a,
.page404 .content404 .bottom-desc a:visited {
	font-weight: 600;
	color: #8dc63f;
}

.page404 .content404 .bottom-desc a:hover,
.page404 .content404 .bottom-desc a:focus {
	color: #8dc63f;
}

/* ===== 7. COMMENTS ===== */
.comments-area {
	margin-bottom: 55px;
}

.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.comments-area .comments-list-area {
	margin-bottom: 50px;
}

.comment-list li {
	margin-bottom: 25px;
}

.comment-list li:after,
.comment-list li:before {
	content: '';
	display: block;
	clear: Both;
}

.comment-list li .comment-body ul li:after,
.comment-list li .comment-body ol li:after,
.comment-list li .comment-body ul li:before,
.comment-list li .comment-body ol li:before {
	display: none;
}

.comment-list li .comment-body ul li,
.comment-list li .comment-body ol li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.comment-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list li p:last-child {
	margin-bottom: 0px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 22px 0 0 22px;
}

.comment-list li .reply {
	float: right;
	z-index: 2;
	position: relative;
	top: -3px;
}

.comment-list li .comment-body:after,
.comment-list li .comment-body:before {
	clear: both;
	content: '';
	display: block
}

.comment-list li .reply a,
.comment-list li .reply a:visited {
	display: inline-block;
	color: #9e9e9e;
	border: 1px solid #D7D7D7;
	font-size: 11px;
	padding: 2.5px 12px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
}

.comment-list li .reply a:hover,
.comment-list li .reply a:focus {
	background: #9E9E9E;
	border-color: #9E9E9E;
	color: #FFFFFF;
}

.comment-list li img.avatar {
	margin: 0px 15px 0px 0px;
	float: left;
}

.comment-list li cite {
	font-weight: 800;
	font-size: 13px;
	color: #9e9e9e;
	font-style: normal;
	line-height: normal;
	position: relative;
	top: -6px;
	display: inline-block;
}

.comment-list li .commentmetadata {
	font-size: 13px;
	top: -6px;
	position: relative;
	display: inline-block;
}

.comment-list li .commentmetadata a,
.comment-list li .commentmetadata a:visited {
	color: #9e9e9e;
}

.comment-list li p {
	color: #7a7a7a;
	font-size: 15px;
}

.comments-area p.logged-in-as {
	text-align: center;
	margin-bottom: 20px;
}

.comments-area .comment-form {
	margin: 0px -5px;
}

.comments-area .comment-form .comments-area-col {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.logged-in .comments-area .comment-form .comments-area-col {
	width: 100%;
}

.comments-area .comment-form .comments-area-col-left {
	float: left;
}

.comments-area .comment-form .comments-area-col-right {
	float: right;
}

.comments-area .comment-form input[type="text"] {
	padding: 11px 25px;
	font-size: 13px;
	border: 1px solid #D7D7D7;
}

.comments-area .comment-form input[type="text"]::-webkit-input-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form input[type="text"]::-moz-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form input[type="text"]:-ms-input-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form input[type="text"]:-moz-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form textarea::-webkit-input-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form textarea::-moz-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form textarea:-moz-placeholder {
	color: #a3a3a3;
}

.comments-area .comment-form textarea {
	padding: 11px 25px;
	font-size: 13px;
	border: 1px solid #D7D7D7;
	min-height: 143px;
}

.comments-area .comment-form .form-submit {
	clear: both;
	margin: 0px 5px;
}

.comments-area .comment-form .form-submit input[type="submit"] {
	border: 1px solid #8dc63f;
	background: #FFFFFF;
	color: #8dc63f;
	letter-spacing: -0.25px;
	font-size: 15px;
	padding: 9.5px 22px;
	text-transform: none;
	font-weight: 700;
}

.comments-area .comment-form .form-submit input[type="submit"]:hover,
.comments-area .comment-form .form-submit input[type="submit"]:hover:visited,
.comments-area .comment-form .form-submit input[type="submit"]:hover:focus,
.comments-area .comment-form .form-submit input[type="submit"]:focus,
.comments-area .comment-form .form-submit input[type="submit"]:active,
.comments-area .comment-form .form-submit input[type="submit"]:active:hover,
.comments-area .comment-form .form-submit input[type="submit"]:active:visited {
	background: #8dc63f;
	color: #FFFFFF;
}

/* ===== 8. BLOG & ARCHIVE ===== */
.blog-image-row .col-lg-1,
.blog-image-row .col-lg-10,
.blog-image-row .col-lg-11,
.blog-image-row .col-lg-12,
.blog-image-row .col-lg-2,
.blog-image-row .col-lg-3,
.blog-image-row .col-lg-4,
.blog-image-row .col-lg-5,
.blog-image-row .col-lg-6,
.blog-image-row .col-lg-7,
.blog-image-row .col-lg-8,
.blog-image-row .col-lg-9,
.blog-image-row .col-md-1,
.blog-image-row .col-md-10,
.blog-image-row .col-md-11,
.blog-image-row .col-md-12,
.blog-image-row .col-md-2,
.blog-image-row .col-md-3,
.blog-image-row .col-md-4,
.blog-image-row .col-md-5,
.blog-image-row .col-md-6,
.blog-image-row .col-md-7,
.blog-image-row .col-md-8,
.blog-image-row .col-md-9,
.blog-image-row .col-sm-1,
.blog-image-row .col-sm-10,
.blog-image-row .col-sm-11,
.blog-image-row .col-sm-12,
.blog-image-row .col-sm-2,
.blog-image-row .col-sm-3,
.blog-image-row .col-sm-4,
.blog-image-row .col-sm-5,
.blog-image-row .col-sm-6,
.blog-image-row .col-sm-7,
.blog-image-row .col-sm-8,
.blog-image-row .col-sm-9,
.blog-image-row .col-xs-1,
.blog-image-row .col-xs-10,
.blog-image-row .col-xs-11,
.blog-image-row .col-xs-12,
.blog-image-row .col-xs-2,
.blog-image-row .col-xs-3,
.blog-image-row .col-xs-4,
.blog-image-row .col-xs-5,
.blog-image-row .col-xs-6,
.blog-image-row .col-xs-7,
.blog-image-row .col-xs-8,
.blog-image-row .col-xs-9 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.blog-image-row.row,
.blog-image-row {
	padding-top: 12px;
	padding-bottom: 21px;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.blog-image-row.row p,
.blog-image-row p {
	margin-bottom: 15px;
}

.category-post-list .post-wrapper {
	margin-bottom: 50px;
}

.category-post-list .post-wrapper .post-header {
	margin: 0px 0px 25px;
}

.category-post-list .post-wrapper .post-header h2 {
	margin: 0px 0px 8px;
	font-size: 29px;
	text-align: center;
}

.category-post-list .post-wrapper .post-header h2 a,
.category-post-list .post-wrapper .post-header h2 a:visited {
	color: #777777;
}

.category-post-list .post-wrapper .post-header h2 a:hover,
.category-post-list .post-wrapper .post-header h2 a:focus {
	color: #8dc63f;
}

.category-post-list .post-wrapper .post-header .category {
	background: #8dc63f;
	margin: 0 auto 8px;
	padding: 0px 4px;
	display: table;
	text-transform: uppercase;
	font-size: 11.5px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.category-post-list .post-wrapper .post-header .category ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.category-post-list .post-wrapper .post-header .category ul li {
	display: inline-block;
	margin: 2.5px 4px;
}

.category-post-list .post-wrapper .post-header .category ul li a,
.category-post-list .post-wrapper .post-header .category ul li a:visited {
	color: #FFFFFF;
}

.category-post-list .post-wrapper .post-header .post-information {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #868585;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table;
	margin: 0 auto;
}

.category-post-list .post-wrapper .post-header .post-information li {
	display: inline-block;
}

.category-post-list .post-wrapper .post-header .post-information li.author:after,
.category-post-list .post-wrapper .post-header .post-information li.date:after {
	width: 3px;
	height: 3px;
	content: '';
	display: inline-block;
	background: #A5A5A5;
	margin: 0px 8px;
	position: relative;
	top: -2px;
}

.category-post-list .post-wrapper .post-header .post-information li a,
.category-post-list .post-wrapper .post-header .post-information li a:visited {
	color: #868585;
}

.category-post-list .post-wrapper .post-content .post-image {
	margin-bottom: 22px;
}

.category-post-list.single-list .post-wrapper .post-content .post-image {
	margin-bottom: 41px;
}

.category-post-list .post-wrapper .post-content .post-image img {
	width: 100%;
}

.category-post-list .post-wrapper .post-content .post-excerpt p:last-child {
	margin-bottom: 0px;
}

.category-post-list .post-wrapper .post-bottom {
	margin-top: 22px;
}

.category-post-list .post-wrapper .post-bottom:after,
.category-post-list .post-wrapper .post-bottom:before {
	content: '';
	display: block;
	clear: both;
}

.category-post-list .post-wrapper .post-bottom .more,
.category-post-list .post-wrapper .post-bottom .more:visited {
	display: block;
	border: 1px solid #8dc63f;
	color: #8dc63f;
	float: left;
	line-height: normal;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	min-width: 100px;
	padding: 9.5px 20px;
	text-align: center;
	text-transform: uppercase;
}

.category-post-list .post-wrapper .post-bottom .more:hover,
.category-post-list .post-wrapper .post-bottom .more:focus {
	background: #8dc63f;
	color: #FFFFFF;
}

.category-post-list .post-wrapper .post-bottom .post-share {
	float: right;
	text-align: right;
}

.category-post-list .post-wrapper .post-bottom .post-share ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.category-post-list .post-wrapper .post-bottom .post-share ul li {
	display: inline-block;
	margin-left: 5px;
}

.category-post-list .post-wrapper .post-bottom .post-share ul li:first-child {
	margin-left: 0px;
}

.category-post-list .post-wrapper .post-bottom .post-share ul li a,
.category-post-list .post-wrapper .post-bottom .post-share ul li a:visited {
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #8dc63f;
	font-size: 16px;
	color: #8dc63f;
	border-radius: 5px;
}

.category-post-list .post-wrapper .post-bottom .post-share ul li a:hover,
.category-post-list .post-wrapper .post-bottom .post-share ul li a:focus {
	color: #FFFFFF;
	background: #8dc63f;
}

.category-post-list .post-wrapper .post-share {
	width: 50%;
	float: right;
}

.category-post-list .post-wrapper .single-tag-list {
	width: 50%;
	float: left;
	padding-top: 5px;
}

.category-post-list .post-wrapper .single-tag-list span,
.category-post-list .post-wrapper .page-links span {
	font-size: 15px;
	color: #9f9f9f;
	font-weight: 600;
	text-transform: lowercase;
}

.category-post-list .post-wrapper .single-tag-list span a,
.category-post-list .post-wrapper .single-tag-list span a:visited,
.category-post-list .post-wrapper .page-links a,
.category-post-list .post-wrapper .page-links a:visited {
	color: #9f9f9f;
}

.category-post-list .post-wrapper .single-tag-list span a:hover,
.category-post-list .post-wrapper .single-tag-list span a:focus,
.category-post-list .post-wrapper .page-links a:hover,
.category-post-list .post-wrapper .page-links a:focus {
	text-decoration: underline;
}

.category-post-list .post-wrapper .single-tag-list span.single-tag-list-title,
.category-post-list .post-wrapper .page-links span.page-links-title {
	background: #8dc63f;
	font-weight: 800;
	font-size: 13.3px;
	color: #FFFFFF;
	padding: 4px 6px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-right: 7px;
}

.post-bottom-element .post-navigation {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 50px;
}

.post-bottom-element .post-navigation nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.post-bottom-element .post-navigation nav ul li {
	width: 50%;
	float: left;
	padding: 25px 50px;
}

.post-bottom-element .post-navigation:after,
.post-bottom-element .post-navigation:before {
	content: '';
	display: block;
	clear: both;
}

.post-bottom-element .post-navigation nav ul li h4 {
	font-size: 15px;
	letter-spacing: -0.25px;
	margin: 0px;
	text-transform: uppercase;
}

.post-bottom-element .post-navigation nav ul li h4 a,
.post-bottom-element .post-navigation nav ul li h4 a:visited {
	color: #a7a7a7;
}

.post-bottom-element .post-navigation nav ul li h3 {
	font-size: 15px;
	margin: 0px;
}

.post-bottom-element .post-navigation nav ul li h3 a,
.post-bottom-element .post-navigation nav ul li h3 a:visited {
	color: #676767;
}

.post-bottom-element .post-related h4:before,
.comments-area .comment-reply-title h2:before {
	content: '';
	display: inline-block;
	width: 15px;
	position: relative;
	top: 2px;
	height: 15px;
	border: 2px solid #8dc63f;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-right: 13px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.post-bottom-element .post-related h4,
.comments-area .comment-reply-title h2 {
	font-size: 15px;
	margin: 0px 0px 20px;
	letter-spacing: -0.25px;
	color: #777777;
	text-transform: uppercase;
}

.category-post-list.single-list .post-wrapper .post-bottom {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 25px;
}

.category-post-list.single-list .type-attachment .post-wrapper .post-bottom {
	border-bottom: 0px;
}

.category-post-list.single-list .post-wrapper {
	margin-bottom: 25px;
}

.post-bottom-element .post-related {
	margin-bottom: 33px;
}

.post-bottom-element .post-related .desc {
	font-family: 'Roboto';
}

.post-bottom-element .post-related .image {
	margin-bottom: 20px;
}

.post-bottom-element .post-related .desc .date {
	display: inline-block;
	font-size: 9px;
	color: #9e9f9f;
	text-transform: uppercase;
	position: relative;
	top: 1px;
	font-weight: 600;
}

.post-bottom-element .post-related .desc .category {
	background: #8dc63f;
	margin: 0 7px 8px 0;
	padding: 0px 4px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.post-bottom-element .post-related .desc .category {
	line-height: normal;
	color: #FFFFFF;
}

.post-bottom-element .post-related .desc .category a,
.post-bottom-element .post-related .desc .category a:visited {
	color: #FFFFFF;
	display: inline-block;
	margin: 2.5px 4px;
}

.post-bottom-element .post-related h3 {
	margin: 0px;
	font-size: 15px;
	font-weight: 700;
}

.post-bottom-element .post-related h3 a,
.post-bottom-element .post-related h3 a {
	color: #676767;
}

.post-password-form input[type="password"] {
	padding: 10px 15px;
}

.post-password-form input[type="submit"] {
	padding: 7px 25px;
	border-radius: 10px;
}

/* ===== 9. PLUGINS ===== */
.vc_tta.vc_general .vc_tta-panel-title {
	line-height: inherit !important;
	font-family: 'Roboto', sans-serif;
}

.forcefullwidth_wrapper_tp_banner .tparrows {
	overflow: hidden;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 10px 15px;
	font-size: 11px;
}

.woocommerce ul.products li.product .price {
	color: #8dc63f;
}

.woocommerce span.onsale {
	background-color: #8dc63f;
	padding: 3.5px 10px;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 6.5px 4px;
}

.woocommerce div.product form.cart .variations label {
	color: #525252;
	font-size: 13px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #8dc63f;
}

.woocommerce a.added_to_cart {
	font-weight: 600;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 7px 4px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #8dc63f;
}

.woocommerce div.product form.cart .variations select {
	padding: 9.5px 18.5px;
}

.woocommerce .woocommerce-ordering select {
	padding: 6px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0;
}

.woocommerce div.product .product_title {
	margin: 0;
}

.woocommerce .woocommerce-tabs h2,
.cart-collaterals .cart_totals h2 {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 0px;
	box-shadow: none;
}

.woocommerce #reviews #comments h2 {
	margin-bottom: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #8dc63f;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #C3C3C3;
}

/* ===== 10. RESPONSIVE ===== */
@media (max-width: 1370px) {
	.chronologyyears-content .separate {
		width: 27px;
	}
}

@media (max-width: 1350px) {

	.departments-content .departments-navigation,
	.testimonial-modern-widget .testimonial-modern-widget-navigation {
		margin: auto -60px;
		width: calc(100% + 120px);
	}

	.tparrows.tp-leftarrow {
		left: 0px !important;
		right: inherit !important;
		transform: inherit !important;
	}

	.tparrows.tp-rightarrow {
		right: 0px !important;
		left: inherit !important;
		transform: inherit !important;
	}
}

@media (max-width: 1344px) {
	.chronologyyears-content .separate {
		width: 26px;
	}
}

@media (max-width: 1280px) {

	.departments-content .departments-navigation,
	.testimonial-modern-widget .testimonial-modern-widget-navigation {
		display: none;
	}
}

@media (min-width: 1200px) {

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 1199px) {
	.footer .footer-bottom .content-widget-title h3 {
		font-size: 12px !important;
	}

	.footer .footer-bottom .content-widget-title:before {
		width: 8px;
		height: 8px;
	}

	.departments-content .departments-navigation {
		display: table;
	}

	.header-wrapper .logo-area .header-search input[type="text"] {
		width: calc(200px - 60px);
	}

	.footer-newsletter input[type="email"] {
		max-width: 140px;
	}

}

@media (max-width: 1080px) {

	.departments-content .departments-navigation,
	.testimonial-modern-widget .testimonial-modern-widget-navigation {
		display: none;
	}
}

@media (max-width: 1199px) {
	.vc_col-sm-6 .cargo-tracking-form input[type="text"] {
		width: 270px;
	}

	.list-box .list-box-icon {
		display: table;
		margin: 0 auto 15px;
	}

	.list-box h3 {
		text-align: center;
		top: 0;
		display: block;
	}

	.list-box p,
	.page-content .list-box p {
		text-align: center;
	}
}

@media (max-width: 1001px) {
	.footer .footer-top .vc_row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
}

@media (min-width: 992px) {

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		font-size: 12px;
	}

	.vc_col-sm-5 .testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.vc_col-sm-4 .testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.vc_col-sm-3 .testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.vc_col-sm-2 .testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.vc_col-sm-1 .testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}
}

@media (max-width: 991px) {

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-wrapper .header-social-media li a,
	.header-wrapper .header-social-media li a:visited {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
	}

	.testimonial-block-widget .testimonial-block-widget-content-area-columns {
		width: 100%;
		float: none;
		margin: 0px;
	}

	.footer-newsletter i {
		display: none;
	}

	.footer-newsletter input[type="submit"] {
		padding: 7px 10px;
		font-size: 10px;
	}

	.testimonial-single .testimonial-single-content {
		font-size: 35px;
	}

	.header-wrapper .logo-area .header-search {
		display: none;
	}

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer .footer-bottom .vc_col-sm-4 .vc_col-sm-6 {
		width: 100%;
	}

	.vc_col-sm-6 .cargo-tracking-form input[type="text"] {
		width: 160px;
	}

	.header-wrapper .header-social-media li {
		margin: 4px 7px 6px 0px;
	}

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 11.5px;
	}
}

@media (max-width: 880px) {
	.tparrows.tp-leftarrow {
		display: none;
	}

	.tparrows.tp-rightarrow {
		display: none;
	}
}

@media (min-width: 768px) {
	.vc_col-sm-5 .feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.vc_col-sm-5 .feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.vc_col-sm-5 .feature-box.horizontal {
		display: block;
	}

	.vc_col-sm-5 .feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.vc_col-sm-5 .feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.vc_col-sm-4 .feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.vc_col-sm-4 .feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.vc_col-sm-4 .feature-box.horizontal {
		display: block;
	}

	.vc_col-sm-4 .feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.vc_col-sm-4 .feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.vc_col-sm-3 .feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.vc_col-sm-3 .feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.vc_col-sm-3 .feature-box.horizontal {
		display: block;
	}

	.vc_col-sm-3 .feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.vc_col-sm-3 .feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.vc_col-sm-2 .feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.vc_col-sm-2 .feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.vc_col-sm-2 .feature-box.horizontal {
		display: block;
	}

	.vc_col-sm-2 .feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.vc_col-sm-2 .feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.vc_col-sm-1 .feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.vc_col-sm-1 .feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.vc_col-sm-1 .feature-box.horizontal {
		display: block;
	}

	.vc_col-sm-1 .feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.vc_col-sm-1 .feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.vc_col-sm-1 .testimonial-single-two .testimonial-single-two-content {
		font-size: 15px;
	}

	.vc_col-sm-1 .testimonial-single-two .testimonial-single-two-name {
		font-size: 12px;
	}

	.vc_col-sm-1 .services-box .services-box-icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.marginbottom50px .icon-list-number,
	.marginbottom50px .icon-list-icon {
		margin-bottom: 51px;
	}

	.marginbottom40px .icon-list-number,
	.marginbottom40px .icon-list-icon {
		margin-bottom: 40px;
	}

	.marginbottom30px .icon-list-number,
	.marginbottom30px .icon-list-icon {
		margin-bottom: 30px;
	}

	.marginbottom20px .icon-list-number,
	.marginbottom20px .icon-list-icon {
		margin-bottom: 20px;
	}

	.marginbottom10px .icon-list-number,
	.marginbottom10px .icon-list-icon {
		margin-bottom: 10px;
	}

	.contactPageForm .row .col-sm-4.formrow .form-group {
		margin-right: -24px;
	}

	.contactPageForm .form-group {
		margin-bottom: 6px;
	}

	.contactPageForm .col-sm-12 .form-group {
		margin-bottom: 23px;
	}

	.mobile-caret {
		display: none;
	}

	.header-wrapper .menu-area .navbar-nav li {
		padding: 1px 0px 5px;
	}

	.header-wrapper .menu-area .navbar-nav li ul li {
		padding-bottom: 0px;
	}

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		color: #FFFFFF;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: -0.25px;
		padding-top: 5.5px;
		padding-bottom: 5.5px;
		border-radius: 4px;
	}

	.header-wrapper .menu-area .navbar-nav li ul li a,
	.header-wrapper .menu-area .navbar-nav li ul li a:visited {
		color: #9d9d9d;
		border-radius: 0px;
		letter-spacing: 0.25px;
		font-size: 13px;
		text-transform: none;
	}

	.header-wrapper .menu-area .navbar-nav>li:hover>a,
	.header-wrapper .menu-area .navbar-nav>li:focus>a,
	.header-wrapper .menu-area .navbar-nav>li>a:hover,
	.header-wrapper .menu-area .navbar-nav>li>a:focus {
		color: #8dc63f;
		background: #FFFFFF;
	}

	.header-wrapper .menu-area .navbar-nav li ul li a:hover,
	.header-wrapper .menu-area .navbar-nav li ul li a:focus {
		color: #8dc63f;
		background: transparent;
	}

	.header-wrapper .menu-area .navbar-nav li ul li a:before {
		content: '-';
		display: inline-block;
		margin-right: 4px;
	}

	.header-wrapper .menu-area .navbar-nav li ul.dropdown-menu {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
		display: block;
		border: 1px solid #E6E6E6;
		border-radius: 6px;
		box-shadow: none;
		padding: 8px 7px 14px;
	}

	.header-wrapper .menu-area .navbar-nav>li .fa.fa-angle-down.mobile-up-caret {
		margin-left: 7px;
	}

	.header-wrapper .menu-area .navbar-nav>li.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
}

@media (max-width: 767px) {
	.site-content-right.fixedrightSidebar {
		margin-top: 63px;
	}

	.vc_row.cargo-query-form-mobile-bottom-content {
		padding-top: 50px !important;
	}

	.cargo-query-form-mobile-bottom-content>.vc_column-inner {
		padding-top: 50px !important;
	}

	.vc_row.cargo-query-form-mobile-top-content {
		margin-bottom: 0px !important;
	}

	.footer .footer-top .vc_row .wpb_column {
		margin-bottom: 30px;
	}

	.footer .footer-top .vc_row .wpb_column:last-child {
		margin-bottom: 0px;
	}

	.footer .footer-bottom {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer .go-top-icon {
		margin-top: 22px;
	}

	.mobile-padding-none,
	.vc_row.mobile-padding-none,
	.mobile-padding-none>.vc_row {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.mobile-padding-none>.vc_column-inner {
		padding-right: 15px !important;
		padding-left: 45px !important;
	}

	.mobile-padding-zero,
	.mobile-padding-zero>.vc_column-inner {
		padding-right: 12px !important;
		padding-left: 15px !important;
	}

	.wpb_single_image img {
		width: 100%;
	}

	.wpb_single_image .vc_figure,
	.wpb_single_image .vc_single_image-wrapper {
		display: block !important;
	}

	.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_title {
		width: 100%;
	}

	.translogistic-gallery .vc_media_grid .vc_pageable-wrapper .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini .vc_gitem-row-position-bottom .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_excerpt {
		width: 100%;
	}

	.full-area-container-content-left {
		width: auto;
		float: none;
		max-width: none;
	}

	.full-area-container-content-right {
		width: auto;
		float: none;
		max-width: none;
	}

	.cargo-tracking-list-form-header {
		display: block;
	}

	.cargo-tracking-list-form .cargo-tracking-list-form-col {
		width: 100%;
	}

	.cargo-tracking-list-form-body {
		display: block;
	}

	.cargo-tracking-form-no-slider-on-mobile,
	.vc_row .cargo-tracking-form-no-slider-on-mobile {
		margin-top: 50px !important;
	}

	.feature-box.horizontal .feature-box-content {
		padding: 55px 55px;
	}

	.feature-box.horizontal .image {
		width: 100%;
		float: none;
	}

	.feature-box.horizontal .feature-box-content {
		width: 100%;
		float: none;
	}

	.feature-box.horizontal {
		display: block;
	}

	.feature-box.horizontal .feature-box-content.left .feature-box-icon {
		left: 0;
		right: 0;
		top: -31px;
		bottom: inherit;
	}

	.feature-box.horizontal .feature-box-content.right .feature-box-icon {
		left: 0;
		right: 0;
		top: inherit;
		bottom: -31px;
	}

	.icon-list .icon-list-icon {
		margin: 0 auto 45px !important;
		display: table;
		float: none;
	}

	.icon-list .icon-list-number {
		margin: 0 auto 45px !important;
		display: table;
		float: none;
	}

	.icon-list p,
	.icon-list h3,
	.page-content .icon-list p {
		text-align: center;
	}

	.vc_col-sm-3 .footer-newsletter input[type="email"] {
		border-radius: 25px;
	}

	.vc_col-sm-3 .footer-newsletter input[type="submit"] {
		border-radius: 25px;
		margin-top: 10px;
		clear: both;
	}

	.vc_col-sm-3 .footer-newsletter i {
		display: none;
	}

	.vc_col-sm-2 .footer-newsletter input[type="email"] {
		border-radius: 25px;
	}

	.vc_col-sm-2 .footer-newsletter input[type="submit"] {
		border-radius: 25px;
		margin-top: 10px;
		clear: both;
	}

	.vc_col-sm-2 .footer-newsletter i {
		display: none;
	}

	.vc_col-sm-1 .footer-newsletter input[type="email"] {
		border-radius: 25px;
	}

	.vc_col-sm-1 .footer-newsletter input[type="submit"] {
		border-radius: 25px;
		margin-top: 10px;
		clear: both;
	}

	.vc_col-sm-1 .footer-newsletter i {
		display: none;
	}

	.footer-newsletter input[type="submit"] {
		padding: 7px 14px;
		font-size: 12px;
	}

	.testimonial-single-two .testimonial-single-two-content {
		font-size: 20px;
	}

	.testimonial-single .testimonial-single-content {
		font-size: 30px;
	}

	.cargo-tracking-form .input-group-addon {
		font-size: 19px;
		padding: 6px 7px;
	}

	.cargo-tracking-form input[type="submit"] {
		padding: 7px 8px;
	}

	.cargo-tracking-form input[type="text"] {
		width: 200px;
		margin-right: 5px;
	}

	.header-wrapper .menu-area .navbar {
		margin: 0px;
	}

	.header-wrapper .header-social-media {
		float: none;
		position: absolute;
		top: 0;
		right: 15px;
		margin-left: 65px;
		max-height: 25px;
		overflow: hidden;
		text-align: right;
	}

	.stroke {
		text-shadow: 3px 3px 0 #000,
			-1px -1px 0 #000, 1px -1px 0 #000,
			-1px 1px 0 #000, 1px 1px 0 #000;
		color: #fff
	}

	.header-wrapper .header-social-media li a,
	.header-wrapper .header-social-media li a:visited {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}

	.header-wrapper .menu-area .navbar-toggle {
		float: none;
		margin: 0px;
		border: 0px;
		padding: 5.5px 0px;
	}

	.header-wrapper .menu-area .navbar {
		float: none;
		width: 100%;
	}

	.header-wrapper .menu-area {
		padding-bottom: 12px;
	}

	.header-wrapper .menu-area .navbar-toggle .icon-bar {
		background: #FFF;
		width: 30px;
		height: 2px;
	}

	.header-wrapper.fixed-header {
		position: relative;
	}

	.site-content.fixed-header-body {
		margin-top: 0;
	}

	.header-wrapper.fixed-header {
		top: 0 !important;
	}

	.header-wrapper .navbar-nav {
		width: 100%;
		margin: 0px;
	}

	.header-wrapper .mobile-up-caret {
		display: none;
	}

	.header-wrapper .menu-area .navbar-nav>li .fa.fa-angle-down.mobile-caret {
		color: #FFFFFF;
		top: 6px;
		right: 0;
		position: absolute;
		z-index: 23;
		font-size: 20px;
	}

	.header-wrapper .logo-area .header-logo {
		float: none;
		display: table;
		margin: 0 auto 30px;
	}

	.header-wrapper .logo-area .header-contact {
		float: none;
		display: table;
		margin: 0 auto 30px;
	}

	.header-wrapper .logo-area .header-search {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.header-wrapper .menu-area .navbar-nav li {
		padding: 1px 0px 5px;
	}

	.header-wrapper .menu-area .navbar-nav li ul li {
		padding-bottom: 0px;
	}

	.header-wrapper .menu-area .navbar-nav li a,
	.header-wrapper .menu-area .navbar-nav li a:visited {
		color: #FFFFFF;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: -0.25px;
		padding-top: 5.5px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 5.5px;
		border-radius: 4px;
	}

	.header-wrapper .menu-area .navbar-nav>li:hover>a,
	.header-wrapper .menu-area .navbar-nav>li:focus>a,
	.header-wrapper .menu-area .navbar-nav>li>a:hover,
	.header-wrapper .menu-area .navbar-nav>li>a:focus {
		background: transparent;
	}

	.header-wrapper .menu-area .navbar-nav li ul li a:hover,
	.header-wrapper .menu-area .navbar-nav li ul li a:focus {
		background: transparent;
	}

	.header-wrapper .navbar-nav li ul.dropdown-menu {
		position: relative;
		background: transparent;
		border: 0px;
		clear: both;
		float: none;
		box-shadow: none;
		margin-left: 15px;
	}

	.header-wrapper .menu-area .navbar-toggle:hover,
	.header-wrapper .menu-area .navbar-toggle:focus,
	.header-wrapper .menu-area .navbar-toggle:focus:visited,
	.header-wrapper .menu-area .navbar-toggle:active,
	.header-wrapper .menu-area .navbar-toggle:active:visited,
	.header-wrapper .menu-area .navbar-toggle:active:hover {
		background: transparent;
	}
}

@media (max-width: 490px) {
	.contact-information .contact-information-row .contact-information-icon {
		display: block;
	}

	.contact-information .contact-information-row .contact-information-content {
		display: block;
		margin-top: 5px;
	}

	.contact-information .contact-information-row {
		margin-bottom: 45px;
	}

	.cargo-tracking-form input[type="submit"] {
		margin-top: 10px;
	}

	.cargo-tracking-form .input-group-addon {
		padding: 7.5px 7px;
		display: inline;
		position: relative;
		top: -1px;
	}

	.cargo-tracking-form input[type="text"] {
		width: 149px;
		margin-right: 5px;
	}

	.header-wrapper .logo-area .header-contact {
		display: block;
	}

	.header-wrapper .logo-area .header-contact .header-contact-email {
		display: table;
		margin: 0 auto 15px;
		float: none;
	}

	.header-wrapper .logo-area .header-contact .header-contact-phone {
		display: table;
		margin: 0 auto 0px;
		float: none;
	}
}

/* testimonial */
.fwv-testimonial-slider-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.fwv-testimonial-slider-wrapper {
	position: relative;
	overflow: visible;
	min-height: 380px;
	padding: 20px 0;
}

.fwv-testimonial-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px) scale(0.98);
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s;
	pointer-events: none;
}

.fwv-testimonial-slide.fwv-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.fwv-testimonial-card-new {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 50px 50px 40px 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: visible;
}

.fwv-testimonial-card-new:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(141, 198, 63, 0.1);
}

.fwv-testimonial-quote-icon {
	color: rgba(141, 198, 63, 0.12);
	font-size: 64px;
	position: absolute;
	top: 25px;
	left: 35px;
	line-height: 1;
	pointer-events: none;
}

.fwv-testimonial-content-new {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.fwv-testimonial-text {
	font-size: 17px;
	line-height: 1.8;
	color: #4b5563;
	font-style: italic;
	font-weight: 400;
	margin: 0;
}

.fwv-testimonial-author-new {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 25px;
	border-top: 1px dashed #e5e7eb;
}

.fwv-testimonial-image-new {
	width: 120px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.fwv-testimonial-image-new img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
	display: block;
}

.fwv-testimonial-image-new.fwv-no-image {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	background: linear-gradient(135deg, #8DC63F 0%, #7ab832 100%);
	color: #ffffff;
	font-size: 28px;
}

.fwv-testimonial-info-new {
	text-align: left;
	flex: 1;
}

.fwv-testimonial-name {
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 4px 0;
	font-family: 'Raleway', 'Roboto', sans-serif;
}

.fwv-testimonial-position {
	font-size: 13px;
	color: #6b7280;
	margin: 0;
	line-height: 1.5;
}

.fwv-testimonial-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.fwv-testimonial-dots {
	display: flex;
	gap: 8px;
	align-items: center;
}

.fwv-testimonial-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5e7eb;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
}

.fwv-testimonial-dot:hover {
	background: #8DC63F;
	transform: scale(1.1);
}

.fwv-testimonial-dot.fwv-active {
	background: #8DC63F;
	width: 24px;
	height: 10px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.fwv-testimonial-slider-container {
		padding: 20px 10px;
	}
	.fwv-testimonial-card-new {
		padding: 40px 25px 30px 25px;
		border-radius: 12px;
	}
	.fwv-testimonial-quote-icon {
		font-size: 40px;
		top: 15px;
		left: 20px;
	}
	.fwv-testimonial-text {
		font-size: 15.5px;
		line-height: 1.7;
	}
	.fwv-testimonial-author-new {
		flex-direction: column;
		text-align: center;
		gap: 12px;
		padding-top: 20px;
	}
	.fwv-testimonial-info-new {
		text-align: center;
	}
	.fwv-testimonial-image-new {
		width: 100px;
		height: 56px;
		border-radius: 6px;
		padding: 6px;
	}
	.fwv-testimonial-image-new.fwv-no-image {
		width: 56px;
		height: 56px;
		border-radius: 6px;
	}
	.fwv-testimonial-name {
		font-size: 16px;
	}
	.fwv-testimonial-position {
		font-size: 12px;
	}
	.fwv-testimonial-controls {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.fwv-testimonial-card-new {
		padding: 35px 20px 25px 20px;
	}
	.fwv-testimonial-text {
		font-size: 14.5px;
	}
	.fwv-testimonial-image-new {
		width: 90px;
		height: 50px;
		padding: 4px;
	}
	.fwv-testimonial-image-new.fwv-no-image {
		width: 50px;
		height: 50px;
	}
	.fwv-testimonial-name {
		font-size: 15px;
	}
	.fwv-testimonial-position {
		font-size: 11.5px;
	}
}