/*------------------------------------------------------------------
Project:	Trent - Responsive One Page Parallax Template
Version:	1.0
Last change:	10/05/2014
Assigned to:	ClaPat
Primary use:	Showcase Portfolio
-------------------------------------------------------------------*/



@import url("css/navigation-style-2.css");
@import url("css/sliders.css");
@import url("css/blog.css");

/*@import url('https://fonts.googleapis.com/css?family=Abel');*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
/*@font-face {
    font-family: 'DINProMedium';
    src: url('fonts/DINProMedium.eot');
    src: url('fonts/DINProMedium.eot') format('embedded-opentype'),
         url('fonts/DINProMedium.woff2') format('woff2'),
         url('fonts/DINProMedium.woff') format('woff'),
         url('fonts/DINProMedium.ttf') format('truetype'),
         url('fonts/DINProMedium.svg#DINProMedium') format('svg');
	font-weight:normal;
}

@font-face {
    font-family: 'DINProMedium';
    src: url('fonts/DINProLight.eot');
    src: url('fonts/DINProLight.eot') format('embedded-opentype'),
         url('fonts/DINProLight.woff2') format('woff2'),
         url('fonts/DINProLight.woff') format('woff'),
         url('fonts/DINProLight.ttf') format('truetype'),
         url('fonts/DINProLight.svg#DINProLight') format('svg');
	font-weight:300;
}*/





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

1. General Styles
2. Preloader
3. Sections Styles
4. Animations
5. Shortcodes
6. Contact Map
7. Contact Form
8. Footer
9. Responsive Media Querries

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





/* 1. General Styles */

html,
body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	height: 100%;
	width: 100%;
	color: #000;
	background: #fff;
}

html[lang="zh-hans"],
html[lang="zh-hans"] body {
	font-family: "Microsoft Yahei", 'Roboto', Arial, sans-serif;
}


body {
	overflow-x: hidden
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 600;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

.mobilealhomeb {
	display: none !important;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #000;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 2px #ddd solid;
	padding: 20px;
}

.light-content blockquote {
	color: #fff;
	border-left: 2px #333 solid;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin: 0 0 0 20px;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input {
	line-height: normal;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 40px;
	width: 100%;
	float: left;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
	color: #fff;
}

h1 {
	font-size: 38px;
	line-height: 1.2;
	/*letter-spacing:4px;*/
	margin-bottom: 8px;
}

h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 16px;
}

h3 {
	font-size: 30px;
	line-height: 1.2;
}

h4 {
	font-size: 24px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.2;
}

h6 {
	font-size: 14px;
	line-height: 1.2;
}

.outlined-title {
	border: 4px solid #000000;
	display: inline-block;
	padding: 10px;
}

.outlined-title.inverted {
	border: 4px solid #fff;
}

.background-title {
	background-color: #000;
	display: inline-block;
	padding: 10px;
	color: #fff;
}

.background-title.inverted {
	background-color: #fff;
	color: #000;
}

strong {
	font-weight: 700;
}

p {
	font-size: 15px;
	margin-bottom: 26px;
	font-weight: 300;
	line-height: 1.5;
}

.light-content p {
	color: rgba(255, 255, 255, 1)
}

.light-content i {
	color: #fff;
}

p.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

body .mpc-numeration-wrap span {
	color: #ffffff !important;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	padding: 5px 10px !important;
}

.container {
	width: 1180px;
	margin: 0 auto;
	/*padding:150px 20px;*/
}

.container.small-width {
	width: 1180px;
}

.container.no-padding {
	padding: 0px 20px;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #999;
}

a {
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

a {
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.6%;
}

.one_fourth {
	width: 22%;
}

.one_fifth {
	width: 16.8%;
}

.one_sixth {
	width: 13.33%;
}

.two_fifth {
	width: 37.6%;
}

.two_fourth {
	width: 48%;
}

.two_third {
	width: 65.33%;
}

.three_fifth {
	width: 58.4%;
}

.three_fourth {
	width: 74%;
}

.four_fifth {
	width: 79.2%;
}

.five_sixth {
	width: 82.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	position: relative;
}

.last {
	margin-right: 0px !important;
}

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

.text-align-left {
	text-align: left !important;
}

.animated_image {
	margin-bottom: -150px;
}

.animated_image img {
	display: block;
	margin: 0 auto;
}

/* 2. Preloader */

.mask {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
}

#loader {
	background: url(images/project-loader.gif) center center no-repeat;
	height: 2px;
	width: 140px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 -70px;
	text-align: center;
}

/* 3. Section pages styles */

section {
	position: relative;
	background-color: #fff;
	/*border-bottom:#f0f0f0 1px solid;*/
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
}

.section-title {
	display: table;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

.title-content {
	display: table-cell;
}

.section-title h3 {
	background-color: #000;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 36px;
	padding: 10px 20px;
	letter-spacing: 2px;
}

.title-dots {
	display: block;
	text-align: center;
	line-height: 3px;
	margin-bottom: 30px;
}

.title-dots {
	margin-left: 0px;
}

.title-dots li {
	width: 3px;
	height: 3px;
	background-color: #000;
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.light-content .section-title h3 {
	background-color: #fff;
	color: #000;
}

.light-content .title-dots li {
	background-color: #fff;
}

/* Home Section */

#home {
	height: 100%;
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

.home-image {
	background-size: cover;
	background-position: center center;
}

.home-content {
	height: 100%;
	min-height: 100%;
	/***check full screen**/
	position: relative;
	width: 100%;
	background-size: cover;
}

.content-center {
	box-sizing: border-box;
	display: table;
	height: 100%;
	padding: 0 7%;
	text-align: center;
	width: 100%;
}

.content-vertical-center {
	display: table-cell;
	vertical-align: middle;
	z-index: 99;
	position: relative;
}

.content-vertical-center-left {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#home.not-full-screen {
	height: 600px;
}

/* Home Section Video */

.video-section {
	background-image: url('images/video-placeholder.jpg');
}

#video-volume {
	background-color: #000;
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	height: 60px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	width: 60px;
	z-index: 10;
	opacity: 0.9;
}

#video-volume:hover {
	opacity: 1;
}

#video-volume i {
	line-height: 60px;
	width: 60px;
	text-align: center;
}

.video-home-section {
	background-color: transparent !important;
}

.toggle-video {
	position: absolute;
	z-index: 10;
	width: 60px;
	height: 60px;
	background-color: #000;
	left: 50%;
	margin-left: 40px;
	bottom: 0;
	opacity: 0.9;
}

.hide-video-overlay {
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url("images/show_map.png");
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.hide-video-overlay.show-video-overlay {

	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.toggle-video:hover {
	opacity: 1;
}

.overlay-video-hide {
	opacity: 0;
}

.video-overlay {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* Home Section Image */

.home-image {
	width: 100%;
	height: 100%;
	min-height: 100%;
	/***check full screen**/
	background-size: cover;
}

/* Home Section Pattern */

.home-pattern {
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

/* Call To Action */

#call-to-action.cta-dark {
	background-color: #000;
	border: none;
}

/* Parallax Styles */

.parallax {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: !important;
}

.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.80);
}

/* 4. Image & Div Animation */

img.img-with-animation,
.has-animation {
	opacity: 0;
	position: relative;
}

img.img-with-animation[data-animation="grow-in"].full-opacity {
	opacity: 1;
}

img.img-with-animation[data-animation="fade-in-from-left"] {
	left: -40px;
	padding-right: 30px;
}

img.img-with-animation[data-animation="fade-in-from-left-big"] {
	left: -100px;
	padding-right: 30px;
}

.has-animation[data-animation="fade-in-from-left"] {
	left: -40px;
}

.has-animation[data-animation="fade-in-from-left-big"] {
	left: -100px;
}

img.img-with-animation[data-animation="fade-in-from-right"] {
	right: -40px;
	padding-left: 30px;
}

.has-animation[data-animation="fade-in-from-right"] {
	right: -40px;
}

img.img-with-animation[data-animation="fade-in-from-bottom"] {
	bottom: -80px;
}

.has-animation[data-animation="fade-in-from-bottom"] {
	bottom: -50px;
}

img.img-with-animation[data-animation="fade-in-from-left"],
img.img-with-animation[data-animation="fade-in-from-right"],
img.img-with-animation[data-animation="fade-in-from-left-big"] {
	margin: 0 auto;
}

/* 5.  Shortcodes */

#shortcodes .container {
	padding-bottom: 60px;
}

/* Next Section */

.next-section {
	width: 60px;
	height: 60px;
	background-color: #000;
	background-image: url(images/next_section.png);
	background-size: 34px 18px;
	background-repeat: no-repeat;
	background-position: 13px 21px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
	opacity: 0.9;
}

.next-section:hover {
	opacity: 1;
}

/* Radial Counters */

.radial-counter {
	display: block;
	margin: 0 50px;
	cursor: default;
	margin: 10px;
}

.radial-counter input {
	cursor: default;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	height: 50px !important;
	width: 50px !important;
	background-color: #000 !important;
	border-radius: 100%;
	margin-left: -95px !important;
	margin-top: 45px !important;
}

.radial-counter-name {
	margin-top: 15px;
}

.radial-counter-info {
	margin-top: 10px;
}

.light-content .radial-counter input {
	background-color: #fff !important;
	color: #000 !important;
}

/*  Dropcaps  */

.dropcap-normal {
	font-family: 'Open Sans', sans-serif;
	float: left;
	font-size: 70px;
	font-weight: bold;
	line-height: 60px;
	margin: 0 8px 0 0;
	color: #000;
}

.dropcap.dark {}

.dropcap.outline {
	color: #000;
	border: #000 2px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.dropcap.square {
	color: #FFFFFF;
	background-color: #000;
}

.dropcap {
	font-family: 'Open Sans', sans-serif;
	display: block;
	float: left;
	font-size: 36px;
	margin: 6px 8px 0 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	width: 50px;
	height: 50px;
}

.light-content .dropcap-normal {
	color: #fff;
}

.light-content .dropcap.square {
	color: #000;
	background-color: #fff;
}

.light-content .dropcap.outline {
	color: #fff;
	border: #fff 2px solid;
}

/*  Alert Boxes  */

.alertboxes {
	float: left;
	width: 100%;
}

.shortcode_alertbox {
	color: #FFFFFF;
	display: block;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 15px 40px 15px 14px;
	position: relative;
}

.shortcode_alertbox .box_close {
	background: url("images/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 10px 10px;
	background-size: 20px 20px;
	display: block;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	cursor: pointer;
}

.shortcode_alertbox b {
	color: inherit;
}

.shortcode_alertbox.box_black {
	background: none repeat scroll 0 0 #000;
	color: #999;
}

.shortcode_alertbox.box_black b {
	color: #fff;
}

.shortcode_alertbox.box_black .box_close {
	background: url("images/close_box1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 10px 10px;
	background-size: 20px 20px;
}

.shortcode_alertbox.box_gray {
	background: none repeat scroll 0 0 #eeeeee;
	color: #999;
}

.shortcode_alertbox.box_red {
	background: none repeat scroll 0 0 #F9E5E6;
	color: #B3696C;
}

.shortcode_alertbox.box_blue {
	background: none repeat scroll 0 0 #D8ECF5;
	color: #528DA9;
}

.shortcode_alertbox.box_yellow {
	background: none repeat scroll 0 0 #FCF7D9;
	color: #C4A21B;
}

.shortcode_alertbox.box_green {
	background: none repeat scroll 0 0 #E3EBC6;
	color: #8FA442;
}

/* Services Icon Boxes */

.services-icon i {
	font-size: 36px;
	float: left;
	margin-right: 10px;
	color: #000;
}

.service-info-text {
	margin-left: 60px;
}

.service-info-text h5 {
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 5px;
}

.light-content .services-icon i {
	color: #fff;
}

/*  Accordions  */

.accordion-type-three dt {
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 10px;
	background-color: #eeeeee;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.accordion-type-three dt:first-child {
	margin-top: 0px;
}

.accordion-type-three dt.accordion-active {
	background-color: #000;
	color: #fff;
}

.accordion-type-three dt:hover {
	background-color: #000;
	color: #fff;
}

.accordion-type-three dt {
	color: #999;
	font-size: 13px;
	line-height: 20px;
}

.accordion-type-three dt.accordion-active:after {
	content: "_";
	margin-top: -7px;
}

.accordion-type-three dt:after {
	content: "+";
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.accordion-type-three .accordion-content {
	padding: 15px 15px 5px 15px;
	font-size: 13px;
}

.light-content .accordion-type-three dt.accordion-active {
	background-color: #fff;
	color: #000;
}

.light-content .accordion-type-three dt:hover {
	background-color: #fff;
	color: #000;
}

.light-content .accordion-type-three dt {
	background-color: #333;
	color: #fff;
}

/* Toggle */

.toggle-wrap {
	float: left;
	width: 100%;
}

.toggle-title {
	background: #eeeeee;
	cursor: pointer;
	padding: 10px 15px;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.toggle-title:after {
	content: "+";
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.toggle-title a {
	color: #999;
	text-decoration: none;
}

.toggle-title:hover {
	background: #000;
}

.toggle-title:hover a {
	color: #fff;
}

.toggle_container {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.toggle-active {
	color: #fff;
	background: #000;
}

.toggle-active:after {
	content: "_";
	margin-top: -7px;
}

.toggle-active a {
	color: #FFF;
}

.light-content .toggle-title {
	background: #333;
	color: #fff;
}

.light-content .toggle-title:hover {
	background: #fff;
}

.light-content .toggle-title a {
	color: #fff;
}

.light-content .toggle-title:hover a {
	color: #000;
}

.light-content .toggle-active {
	color: #000;
	background: #fff;
}

.light-content .toggle-active a {
	color: #000;
}

/*  Tabs  */

.tab-shortcode {
	float: left;
	width: 100%;
}

ul.tabs {
	overflow: hidden;
	margin: 0px;
}

ul.tabs li {
	float: left;
	margin: 0px;
	list-style: none;
}

ul.tabs li a {
	display: block;
	background-color: #e5e5e5;
	padding: 6px 20px;
	margin-right: 5px;
	color: #666;
	text-decoration: none;
	font-size: 13px;
}

ul.tabs .tab-active a {
	color: #fff;
	background-color: #000;
}

ul.tabs li a:hover {
	color: #fff;
	background-color: #000;
}

.tab_container {
	clear: both;
	padding: 20px 25px;
	margin-top: -1px;
	font-size: 13px;
	border: #ebebeb solid 1px;
}

.light-content ul.tabs li a {
	background-color: #333;
	color: #999;
}

.light-content ul.tabs .tab-active a,
.light-content ul.tabs li a:hover {
	color: #000;
	background-color: #fff;
}

.light-content .tab_container {
	border: #fff solid 1px;
	background-color: #fff;
	margin-top: 0px;
}

/* List Styles */

.list_square ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list_square ul>li:before {
	background-color: #000;
	content: "";
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 7px;
}

.list_square ul>li,
.list_number ul>li {
	color: #999;
	font-weight: 400;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
	position: relative;
}

.icon_list {
	margin-bottom: 22px;
}

.icon_list i {
	border-radius: 2em;
	color: #000;
	font-size: 18px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

.icon_list p {
	margin: 0 0 10px;
	padding: 0 0 0 38px;
	position: relative;
}

.list_number ul {
	counter-reset: li;
	margin-left: 0px;
}

.list_number ul>li:before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	display: inline-block;
	height: 20px;
	left: 0;
	line-height: 20px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 20px;
	background-color: #000;
	color: #fff;
	height: 31px;
	line-height: 31px;
	top: -5px;
	width: 31px;
}

.list_number ul li {
	margin-bottom: 22px;
	padding-left: 43px;
	list-style: none;
}

.light-content .list_square ul>li:before {
	background-color: #fff;
}

.light-content .icon_list i {
	color: #fff;
}

.light-content .list_number ul>li:before {
	background-color: #fff;
	color: #000;
}

/* Buttons */

.clapat-button {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 13px;
	padding: 11px 20px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
}

.clapat-button.medium {
	text-transform: uppercase;
	line-height: 14px;
	padding: 13px 30px;
}

.clapat-button.big {
	text-transform: uppercase;
	line-height: 15px;
	padding: 16px 40px;
}

.clapat-button.outline {
	border: #000 2px solid;
	color: #000;
	background-color: transparent;
	padding: 9px 18px;
}

.clapat-button.medium.outline {
	padding: 11px 28px;
}

.clapat-button.big.outline {
	padding: 14px 38px;
}

.clapat-button.outline.trans {
	border: #eaeaea 2px solid;
	color: #000;
	background-color: transparent;
}

.clapat-button:hover {
	/*opacity:0.6;*/
	color: #fff;
}

.clapat-button.outline:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.clapat-button.outline.trans:hover {
	background-color: transparent;
	border: #000 2px solid;
	color: #000;
	opacity: 1;
}

.clapat-button-outline {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 13px;
	padding: 9px 20px;
	border: 2px #000 solid;
	color: #000;
}

.clapat-button-outline:hover {
	color: #fff;
	background-color: #000;
}

.light-content .clapat-button.outline {
	border: 2px #fff solid;
	color: #fff;
	background-color: transparent;
}

.light-content .clapat-button.outline:hover {
	color: #000;
	background-color: #fff;
}

.light-content .clapat-button {
	background-color: #fff;
	color: #000;
}

.light-content .clapat-button i {
	color: #000;
}

.light-content .clapat-button.outline.trans {
	border: #333 2px solid;
	color: #fff;
	background-color: transparent;
}

.light-content .clapat-button.outline.trans:hover {
	background-color: transparent;
	border: #fff 2px solid;
	color: #fff;
	opacity: 1;
}

/* Our Team */

.our-team {
	display: block;
	text-align: center;
	margin-left: 0px;
}

.our-team li.team-member {
	width: 300px;
	height: 300px;
	margin: 0 40px 70px 40px;
	list-style: none;
	display: inline-block;
	background-color: #e4e4e4;
	background-size: cover;
}

.team-overflow {
	width: 260px;
	height: 260px;
	margin: 20px;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.team-info {
	width: 260px;
	height: 260px;
	background: #000;
	padding: 0px;
	margin-top: 190px;
	position: absolute;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.our-team li:hover .team-info {
	margin-top: 0px;
	padding: 20px;
}

.our-team li:hover .team-overflow {
	margin: 0px;
	width: 300px;
	height: 300px;
}

.team-name {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.team-function {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 30px;
}

.team-description {
	margin-bottom: 40px;
}

.light-content .team-info {
	background-color: #fff;
}

.light-content .team-name {
	color: #000;
}

.light-content .team-function {
	color: rgba(0, 0, 0, 0.4);
}

.light-content .socials li a {
	border-right: 1px dotted rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.4);
}

.light-content .socials li a:hover {
	color: rgba(0, 0, 0, 1);
}

/* Progress Bars */

.progress-bar {
	text-align: left !important;
	margin: 0px !important;
}

ul.progress-bar {
	margin: 0;
}

.progress-bar li {
	list-style: none !important;
}

.progress-bar li i {
	margin: 0;
}

.progress-bar li:last-child span {
	margin-bottom: 0px;
}

.progress-bar li .bar-wrap {
	margin-bottom: 20px;
	background-color: #e4e4e4;
}

.progress-bar li span {
	height: 15px;
	width: 0px;
	display: block;
	background-color: #000;
}

.progress-bar li p {
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.progress-bar li span {
	overflow: visible !important;
	position: relative;
}

.progress-bar li span strong {
	position: absolute;
	right: -0px;
	top: -25px;
	padding: 4px 0px;
	color: #000;
	line-height: 12px;
	font-size: 11px;
	opacity: 0;
	display: block;
}

.progress-bar li span strong i {
	font-style: normal;
}

.progress-bar li span strong.full:after {
	left: 15px;
}

.progress-bar li span strong.full {
	width: 43px;
	text-align: center;
}

.light-content .progress-bar li span {
	background-color: #fff;
}

.light-content .progress-bar li .bar-wrap {
	background-color: #333;
}

.light-content .progress-bar li span strong {
	color: #fff;
}

/* Number Counters */

.clapat-counters {
	display: block;
	text-align: center;
	margin-left: 0px;
}

.clapat-counter {
	text-align: center;
	list-style: none;
	display: inline-block;
	padding: 0 90px;
	border-right: 1px solid #f0f0f0;
}

.clapat-counter:last-child {
	border-right: none;
}

.clapat-counter .number {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 5px;
	color: #000;
}

.clapat-counter .subject {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.light-content .clapat-counter .number {
	color: #fff;
}

.light-content .clapat-counter {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.light-content .clapat-counter:last-child {
	border-right: none;
}

/* Quote */

.quote {
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	font-size: 36px;
	margin: 20px 0;
	line-height: 36px;
}

span.quote-img-left {
	background-image: url("images/quote1.png");
	background-size: 21px 17px;
	display: inline-block;
	height: 17px;
	margin-bottom: 9px;
	margin-right: 10px;
	opacity: 0.5;
	width: 21px;
}

span.quote-img-right {
	background-image: url("images/quote2.png");
	background-size: 21px 17px;
	display: inline-block;
	height: 17px;
	margin-bottom: 9px;
	margin-left: 10px;
	opacity: 0.5;
	width: 21px;
}

.quote-author {
	text-align: center;
}

.light-content .quote {
	color: #fff;
}

.light-content span.quote-img-left {
	background-image: url("images/quote1-white.png");
}

.light-content span.quote-img-right {
	background-image: url("images/quote2-white.png");
}

/* Square Icon Boxes */

.icon-square-box {
	padding: 60px 20px 20px;
	border: #e5e5e5 1px solid;
	margin-top: 30px;
	text-align: center;
}

.box-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #000;
	left: 50%;
	position: absolute;
	margin-left: -30px;
	margin-top: -90px;
}

.box-icon-border {
	width: 56px;
	height: 56px;
	border: 2px solid #000;
	opacity: 1;
	text-align: center;
	position: absolute;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	z-index: 10;
	float: left;
}

.icon-square-box:hover .box-icon-border {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.1);
}

.box-icon i {
	color: #fff;
	line-height: 60px;
}

.light-content .box-icon {
	background-color: #fff;
}

.light-content .box-icon-border {
	border: 2px solid #fff;
}

.light-content .box-icon i {
	color: #000;
}

.light-content .icon-square-box {
	border: solid 1px rgba(255, 255, 255, 0.1)
}

/* Video PopUp */

.video-popup {
	text-align: center;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.video-text-left,
.video-text-right {
	font-size: 24px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.video-text-left {
	width: 45%;
	float: left;
	line-height: 54px;
	text-align: right;
}

.video-text-right {
	width: 45%;
	float: left;
	line-height: 54px;
	text-align: left;
}

.video-icon {
	width: 10%;
	float: left;
}

.video-popup i {
	border: 2px solid #000000;
	border-radius: 100%;
	color: #000000;
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 51px;
	margin: 0 20px;
	padding-left: 2px;
	width: 48px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.light-content .video-popup i {
	color: #fff;
	border: #fff 2px solid;
}

.light-content .video-popup i:hover {
	color: #000;
	background-color: #FFF;
	border: #fff 2px solid;
}

.light-content .video-text-left,
.light-content .video-text-right {
	color: #fff;
}

/* Video Embed */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Pricing Tables */

.p-table-item {
	margin: 0 0 30px;
	position: relative;
	text-align: center;
}

.p-table-item-inner {
	border: 3px solid #eaeaea;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.p-table-item-inner:hover {
	border-color: #000;
}

.active .p-table-item-inner {
	border-color: #000;
}

.p-table-wrap {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
	overflow: hidden;
}

.p-table-icon {
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	font-size: 32px;
	z-index: 1;
	color: #000;
}

.p-table-title {
	position: relative;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 1;
	color: #000;
}

.p-table-list {
	margin: 0 -20px 30px;
	padding: 0;
	color: #999;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
}

.p-table-list li {
	padding: 12px 20px;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}

.p-table-list li:first-child {
	border-top: 1px solid #ebebeb;
}

.p-table-num {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin: 0 -20px;
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	color: #000;
}

.p-table-num sup {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: -15px;
	left: -3px;
	margin-left: -7px;
	color: #000;
}

.p-table-button {
	margin: 30px -20px 0;
}

.p-table-per {
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
}

.light-content .p-table-item-inner {
	border: 3px solid #333;
}

.light-content .p-table-item-inner:hover {
	border-color: #fff;
}

.light-content .active .p-table-item-inner {
	border-color: #fff;
}

.light-content .p-table-icon {
	color: #fff;
}

.light-content .p-table-title {
	color: #fff;
}

.light-content .p-table-list li,
.light-content .p-table-list li:first-child {
	border-bottom: 1px solid #333;
}

.light-content .p-table-num {
	border-top: 1px solid #333;
	color: #fff;
}

.light-content .p-table-num sup {
	color: #fff;
}

.light-content .p-table-list li:first-child {
	border-top: 1px solid #333;
}

/* Typing Text */

#typed {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 200;
	text-transform: uppercase;
}

.small-type #typed {
	font-size: 18px;
	line-height: 24px;
}

.light-content #typed {
	color: #fff;
}

.small-type .typed-cursor {
	font-size: 18px;
}

.typed-cursor {
	opacity: 1;
	font-weight: 100;
	color: #000;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	font-size: 36px;
}

.light-content .typed-cursor {
	color: #fff;
}

@-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Newsletter */

.newsletter {
	width: 600px;
	background-color: #000;
	margin: 0 auto;
	box-sizing: border-box;
}

.email-box {
	padding: 30px;
}

.email-box input[type="text"],
.email-box input[type=email] {
	margin-bottom: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background: #f5f5f5 !important;
	color: #000 !important;
}

.email-box input[type=text]:focus,
.email-box input[type=email]:focus {
	background-color: #e1e1e1 !important;
}

.subscribe-box {
	background-color: #000;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #222;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.subscribe-box:hover {
	background-color: #222;
}

.subscribe-box a {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

/* 404 Page */

.fof {
	background-color: #000;
	width: 600px;
	padding: 50px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fof h1 {
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	font-weight: 700;
}

.demo-img {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	margin: 0 auto;
	display: block;
}

.demo-img:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}

/* Space between 2 bootons */

.space-buttons {
	display: inline-block;
	height: 20px;
	width: 30px;
}

/* Countdown */

#countdown_dashboard {
	margin-bottom: 50px;
	display: table;
	width: 100%;
}

.digit {
	color: #000;
	display: inline-block;
	font-family: "open sans";
	font-size: 48px;
	font-weight: 800;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.light-content .digit {
	color: #fff;
}

.dash_title {
	clear: both;
	color: rgba(0, 0, 0, 0.6);
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	width: 100%;
	margin-bottom: 40px;
}

.light-content .dash_title {
	color: rgba(255, 255, 255, 0.6);
}

.dash_col {
	width: 25%;
	float: left;
	display: block;
}

#countdown_dashboard .dash_col {
	border-right: 1px solid #f0f0f0;
	box-sizing: border-box;
	text-align: center;
}

.light-content #countdown_dashboard .dash_col {
	border-right: 1px solid #444;
}

#countdown_dashboard .dash_col:last-child {
	border: none;
}

/* Menu list */

.menu-list-items {
	margin: 0;
}

span.dots {
	background-image: radial-gradient(circle closest-side, #b3b3b3 99%, rgba(0, 0, 0, 0) 1%);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 6px 3px;
	border: 0 none;
	bottom: 5px;
	display: block;
	height: 2px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.menu-list-item {
	margin-bottom: 30px;
	position: relative;
	list-style: none;
	text-align: left;
}

.menu-list-item:last-child {
	margin-bottom: 0;
}

.menu-list-item-title {
	background-color: white;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 96px;
	position: relative;
	text-align: left;
}

.menu-list-item-title .item_title {
	background-color: white;
	position: relative;
	z-index: 5;
	padding-right: 5px;
	font-weight: bold;
	line-height: 30px;
}

.ingredients {
	background-color: white;
	position: relative;
	z-index: 5;
}

.menu-item-price {
	background-color: white;
	max-width: 96px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
	padding-left: 5px;
	color: #000;
}

/* 6. Portfolio */

.container.portfolio-title {
	padding-bottom: 0px;
}

#portfolio {
	padding-bottom: 0;
}

/* Portfolio Filters */

#filters {
	margin-top: -20px;
	margin-bottom: 60px;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}

#filters ul {
	margin-left: 0px;
}

#filters ul li {
	display: inline-block;
	margin: 0 5px;
}

#filters ul li a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}

#filters ul li a:after {
	content: "/";
	padding-left: 15px;
	color: rgba(0, 0, 0, 0.2);
}

#filters ul li:last-child a:after {
	content: "";
	padding-left: 0px;
}

#filters ul li a:hover,
#filters ul li a.active {
	color: #000;
}

/* Portfolio Items */

#portfolio-wrap {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 60px;
}

#portfolio-wrap.boxed {
	width: 1260px;
}

.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 20px;
	opacity: 0;
}

.portfolio-item .portfolio-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	padding-bottom: 64%;
	position: relative;
}

.open-project-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.portfolio-item:hover .project-overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.project-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	cursor: pointer;
}

.project-border {
	border: rgba(255, 255, 255, 0.3) 1px solid;
	margin: 2%;
	height: 93%;
}

.project-overlay.alternate {
	background-color: transparent;
}

.project-overlay.alternate .project-border {
	border: none;
	background-color: #000;
	height: 90%;
	margin: 3%;
}

.project-info {
	position: absolute;
	height: 100px;
	width: 95.5%;
	top: 50%;
	margin-top: -50px;
	text-align: center;
}

.project-name {
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 0px;
	opacity: 0;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project-name {
	opacity: 1;
	-webkit-transition: opacity .2s .3s;
	-moz-transition: opacity .2s .3s;
	-ms-transition: opacity .2s .3s;
	-o-transition: opacity .2s .3s;
	transition: opacity .2s .3s;
}

.project-categories {
	font-size: 13px;
	color: #fff;
	opacity: 0;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project-categories {
	opacity: 0.5;
	-webkit-transition: opacity .4s .6s;
	-moz-transition: opacity .4s .6s;
	-ms-transition: opacity .4s .6s;
	-o-transition: opacity .4s .6s;
	transition: opacity .4s .6s;
}

/* Portfolio Isotope Transitions */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

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

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Portfolio Expander */

#project-page-holder {
	height: 0px;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

#loader-line-box {
	opacity: 0;
	height: 2px;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	margin-top: 50px;
	background-image: url(images/project-loader.gif);
	background-size: 140px 3px;
	position: absolute;
}

#project-page-data {
	height: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	margin-bottom: 0px;
	padding-bottom: 100px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#project_close {
	background-color: #fff;
	height: 51px;
	position: absolute;
	right: 0;
	width: 50px;
	background-image: url(images/close.png);
	background-size: 50px 50px;
	display: block;
}

#project_close.close-center {
	display: block;
	margin: 50px auto 30px;
	position: relative;
	right: auto;
}

.project-page {
	background-color: #FFF;
	width: 100%;
	height: auto;
	left: 0;
}

.project-page .container {
	margin-bottom: 80px;
	margin-top: 60px;
}

.project-big-image {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
}

/* Project Sharing Icons */

.project-sharing {
	display: block;
	text-align: center;
	margin-left: -4px;
}

.project-sharing li {
	display: inline-block;
	margin: 0 15px;
}

.project-sharing li a {
	width: 50px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	border: #f7f7f7 solid 3px;
	color: #000;
	font-size: 18px;
}

.project-sharing li a:hover {
	border: #000 solid 3px;
	color: #000;
}

/* 6. Contact Map */

#map_canvas {
	width: 100%;
	height: 500px;
	z-index: 0;
	position: relative;
}

.map-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	text-align: center;
	transition: margin-top 0.5s ease 0s;
	-moz-transition: margin-top 0.5s ease 0s;
	-webkit-transition: margin-top 0.5s ease 0s;
	-o-transition: margin-top 0.5s ease 0s;
}

.map-overlay.overlay-hide {
	margin-top: -700px;
}

.toggle-map {
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 35px;
	background-color: #fff;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.hide-overlay {
	cursor: pointer;
	width: 100px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	opacity: 0.6;
	color: #000;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.hide-overlay:hover {
	opacity: 1;
}

.contact-details-table {
	display: table;
	width: 100%;
	height: 100%;
}

.contact-details-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.contact-details-table-cell i {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	width: 24px;
	height: 24px;
	border: #000 solid 2px;
	padding: 13px;
	margin-bottom: 30px;
}

.contact-details-table-cell h2 {
	font-weight: bold;
	color: #000;
}

.light-content .contact-details-table-cell i {
	color: #fff;
	border: #fff solid 2px;
}

.light-content .contact-details-table-cell h2 {
	color: #fff;
}

/* 7. Contact Formular */

#contact-formular {
	text-align: center !important;
}

input[type="text"],
textarea {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 40px;
	padding-left: 3%;
	padding-right: 3%;
	width: 100%;
	background: #f5f5f5;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-sizing: border-box;
}

input[type=text]:focus,
textarea:focus,
input[type=email]:focus {
	background-color: #e1e1e1;
}

#contact-formular textarea {
	height: 160px;
	resize: none;
}

input[type="submit"] {
	color: #fff;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 30px;
	letter-spacing: 0;
	line-height: 14px;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	text-align: center;
	letter-spacing: 1px;
}

.error_message {
	text-align: center;
	margin-bottom: 30px;
	font-size: 13px;
	color: #e93735;
	font-weight: bold;
}

#success_page {
	text-align: center;
}

#success_page p {
	color: #999999;
	margin-top: 20px;
}

#message fieldset {
	border: none;
}

.light-content input[type="text"],
.light-content textarea {
	color: #fff;
	background: #333;
}

.light-content input[type=text]:focus,
.light-content textarea:focus,
.light-content input[type=email]:focus {
	background-color: #444;
}

/* 8. Footer */

#footer {
	position: relative;
	padding: 10px 0 5px 0;
	text-align: center;
	background-color: #000;
}

#footer .container {
	padding: 0;
}

.socials {
	margin: 0 0 20px;
	display: block;
	width: 100%;
}

.socials li {
	list-style: none;
	display: inline-block;
	margin-left: -4px;
}

.socials li:first-child {
	margin-left: 0px;
}

.socials li a {
	border-right: 1px dotted rgba(255, 255, 255, 0.2);
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.4);
	display: block;
	font-size: 16px;
	height: 16px;
	line-height: 10px;
	width: 20px;
}

.socials li:last-child a {
	border-right: none;
}

.socials li a:hover {
	color: #fff;
}

#menu_top {
	height: 40px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	background-image: url(images/menu_bottom_top_bg.png);
	background-repeat: no-repeat;
	background-color: #222;
	background-size: 18px 11px;
	background-position: 11px 13px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

#menu_top:hover {
	height: 50px;
	background-position: 11px 18px;
}

.video_container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
}

.video_container video {
	/*object-fit: contain;*/
	/*       object-fit: fill; */
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.formobileproduct {
	display: none;
}

.alshowmobile {
	display: none !important;
}

.eventbanner .alshowmobile2 {
	visibility: hidden !important;
}

.pg3header {
	display: none;
}

.anim li {
	top: 50%;
	z-index: 999;
}

body .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
body .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	float: left;
	top: 10px;
	left: auto !important;
	padding-right: 10px;
	position: relative;

}

/* allan custom */

body.menudark span.shiftnav-toggle i.fa {
	color: #000;
	/* color: #fff; */
}

.page-template-page-pegasus0 span.shiftnav-toggle i.fa {
	color: #fff !important;
}

body.menudark .navbar-inner:hover span.shiftnav-toggle i.fa {
	color: #fff;
}

.searchandfilter select.sf-input-select {
	max-width: 100%;
}

.searchandfilter ul li {
	max-width: 30%;
}

.fulldark .navbar-inner {
	background: #000 !important;

}

.fulldark .navbar .nav {
	background: none !important;
}

.navbar .show-menu {
	display: none !important;
}

li.sf-field-submit input {
	display: none !important;
	visibility: hidden !important;
}

html[lang="zh-hans"] .cap-active2 h2,
html[lang="zh-hant"] .cap-active2 h2 {
	display: none;
}

html[lang="zh-hans"] .elitetitle2,
html[lang="zh-hant"] .elitetitle2 {
	display: none;
}

.menudark #home {
	overflow: inherit;
}

.term-pegasus-iii .pegaimg2 .goldenaward img {
	position: relative !important;
	max-width: 55% !important;

}

.term-pegasus-iii .pegaimg2 .goldenaward {
	position: fixed;
	bottom: 1%;
	z-index: 999;
	right: 1%;
}

.term-pegasus-iv .pegaimg2 .goldenaward img {
	position: relative !important;
	max-width: 55% !important;

}

.term-pegasus-iv .pegaimg2 .goldenaward {
	position: fixed;
	bottom: 1%;
	z-index: 999;
	right: 1%;
}

body .tp-dottedoverlay.twoxtwo {
	background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 1) 1px, rgba(0, 0, 0, 1) 2px);
	-webkit-background-size: 100% 2px;
	background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 1) 1px, rgba(0, 0, 0, 1) 4px);
	-moz-background-size: 100% 2px;
}

.tax-team_elite {
	height: auto !important;
}

.elitemobilefull {
	display: none;
}

.single span.goldenaward img {
	max-width: 87% !important;
}

span.goldenaward img {
	background: #fff;
	padding: 3px 10px;
	bottom: 32px !important;
	z-index: 9999 !important;
	max-width: 76% !important;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.hidemobile {
	display: none;
}

.page-template-page-contact {
	background: #000;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	width: 14px !important;
	height: 14px !important;
	top: 15px !important;
}

.fancybox-infobar__body {
	font-size: 18px !important;
}

.hidedesktop {
	/* display: none !important; */
	/* max-width: 380px;
	width: 100%; */
	/* display: flex; */
	/* text-align: left !important; */
	top: 70%;
}

.homeanipro {
	max-width: 80%;

	top: -5%;
	position: absolute;
	width: 100%;
	left: -9% !important;
}

#footer {
	transition: all 1.65s ease-in-out;
	-webkit-transition: all 1.65s ease-in-out;
	-moz-transition: all 1.65s ease-in-out;
	-o-transition: all 1.65s ease-in-out;
	opacity: 1;
	position: relative;
}

.fullheight #footer {

	bottom: 0;
	width: 100%;
	opacity: 1;
	position: absolute;
}

.fullheight .wpb_column,
.fullheight .vc_column-inner,
.fullheight .wpb_wrapper,
.fullheight .client-slider,
.fullheight .client-slider .flex-viewport,
.fullheight .slides,
.fullheight .slides>li {
	height: 100% !important;
}

body .wpb_wrapper .flexslider li {
	margin: 0;
	box-shadow: 0 0 300px rgba(0, 0, 0, 1) inset;
}

.desktopalhomeb {
	visibility: hidden;
	height: 100%;
	display: none !important;
}

.scroll-wrapper .scrollbar-inner {
	padding-right: 25px !important;
	padding-bottom: 20px !important;
}

.scroll-wrapper.scrollbar-inner {



	max-height: 60%;
}

.term-pegasus-iii .owl-stage-outer,
.term-pegasus-iii .owl-stage,
.term-pegasus-iii .owl-item,
.term-pegasus-iii .owl-item>.container,
.term-pegasus-iii .owl-item .p4left,
.term-pegasus-iii .owl-item .pthreebg {

	height: 100%;
}

.term-pegasus-iv .onlyp4,
.term-pegasus-iv .p4left,
.term-pegasus-iv .ptfourbg,
.term-pegasus-iv .onlyp4>.col-md-6,
.term-pegasus-iv .owl-item .p4left,
.term-pegasus-iv .owl-item .pthreebg {

	height: 100%;
}


.coreslider2 .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}


.coreslider2 .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

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

.coreslider2 .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

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




.customcoretitle {
	z-index: 9;
	height: 115px;
	bottom: 165px;
}

.corebottompd {

	bottom: 175px;
}

.paddingmanager .vc_column-inner {
	padding-top: 0 !important;
}

.page-id-233 .elitelist>.item,
.page-id-6792 .elitelist>.item {
	text-align: center;
	/*background: #fff !important;*/
}

.page-id-233 .elitelist>.item img,
.page-id-6792 .elitelist>.item img {
	max-width: 100%;
}


.wp-pagenavi span.current {
	padding: 2px 5px 1px 5px;
	margin-top: -2px;
	display: inline-block;
}

.hp-section-simple {
	position: absolute !important;
	overflow: hidden !important;
	width: 100% !important;
}

.hp-section-simple-shape {
	-moz-transition: all 2000ms ease-in;
	-o-transition: all 2000ms ease-in;
	-webkit-transition: all 2000ms ease-in;
	transition: all 2000ms ease-in;
	z-index: 99999;
}

.ap1 {
	background: red;
}

.ap2 {
	background: green;
}

.rotate {
	/* -ms-transform: translateX(2032px) !important;
    	transform: translateX(2032px) !important;*/
	width: 32% !important;

}

.rotate2 {
	/*  -ms-transform: translateX(-2032px) !important;
    	transform: translateX(-2032px) !important;*/
	width: 32% !important;
}

.term-pegasus-ii .pg_carousel1 .owl-item a.overlay {
	bottom: 18.5%;
	left: -7%;
	background-size: contain !important;

}

.pg_carousel1 .owl-item a.overlay {

	content: "";
	width: 132%;
	height: 100%;
	/*background: url(images/overlay4.png) no-repeat center bottom;*/
	display: block;
	background-size: contain;
	position: absolute;
	bottom: 22.6%;
	z-index: 9999;
	opacity: 0;
	left: -16%;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.pg_carousel1 .owl-item a:hover.overlay {
	opacity: 0.7;
	mix-blend-mode: screen;

}

.fullimga img.size-full {
	width: 100%;
	height: auto;
}

.alnewsrow {
	padding-bottom: 30px;
}

.wp-pagenavi {
	text-align: center;
}

.riwaylogoabout {
	position: relative;
}

.aba1 {
	top: 51%;
	left: 5%;
}

.aba2 {
	top: 33%;
	left: 12%;
}

.aba3 {
	top: 17%;
	left: 19%;
}

.aba4 {
	top: 51%;
	right: 5%;
}

.aba5 {
	top: 33%;
	right: 15%;
}

.aba6 {
	top: 17%;
	right: 19%;
}

.about_ani .animate-plus {
	position: absolute;
}

.about_ani li {
	list-style: none;
}

.aboubg {
	position: absolute;
	top: 0;
}

.pegasusiright p {
	line-height: 1.3;
}

span.alicon1 {
	display: inline-block;
	width: 34px;
	height: 29px;
	background: url(images/nc1.png) no-repeat;
}

span.alicon2 {
	display: inline-block;
	width: 34px;
	height: 29px;
	background: url(images/nc2.png) no-repeat;
}

span.alicon3 {
	display: inline-block;
	width: 34px;
	height: 29px;
	background: url(images/nc3.png) no-repeat;
}

.vc_video-bg.vc_hidden-xs {
	display: block !important;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item>.shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item>.shiftnav-target:hover {

	background: #777 !important;
}

.shiftnav .shiftnav-panel-close {

	z-index: 9999;
}

span.shiftnav-toggle i.fa {
	font-size: 24px;
	color: #fff;
}

span.shiftnav-toggle {
	display: none !important;
	margin-right: 15px;
}

.search-filter-results .eventlist {

	margin-bottom: 20px;
	margin: 0 auto 10px;


}

h1.eventdetailtitle {
	margin-bottom: 30px;
}

.singlespeaker .titles1 {
	margin-top: 10px;
}

.menudark #features {
	margin-top: 50px;
}

.single-event #home

/*,
.eventfilterpage*/
	{
	height: auto !important;
}

.eventbannerlink {
	display: block;
	width: 100%;
	height: 100%;
}

.single-event #home .content-center,
.single-event #home .content-center {
	background-size: contain !important;
}

.searchandfilter ul li {
	display: inline-block;
	padding: 0;
	margin-right: 15px !important;
}

.searchandfilter ul li select,
.searchandfilter ul li input[type=text] {
	margin-bottom: 0;
}

.searchandfilter {
	padding-bottom: 25px;
}

.searchandfilter ul li input[type=text] {
	height: 30px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;

}

.searchandfilter ul li input[type=submit] {
	padding: 8px 30px;
	background: #000;
}

.searchandfilter ul {
	margin-left: 0 !important;
}

.cd-tabs-content {
	height: auto !important;
}

.singlespeaker img {
	width: auto;
}

.singlespeaker {
	text-align: center;
}

.custompara .gambit_parallax_inner {
	background-position: center center !important;
	background-size: 120% !important;
	background-repeat: no-repeat !important;
	background-color: #000;
}

.onetwoimg {
	bottom: 0;
}

.pthreebg {
	/*background: url(images/p3.png) no-repeat center center;
	background-size: contain;*/
	/*padding: 0 150px;*/
}

/*.pthreebg:before {
	background: url(images/p3.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	width: 120%;
	height: 120%;
	z-index: -1;
	left: -9%;
	    top: -9%;

}
.ptfourbg:before {
	background: url(images/p4.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0%;
	    top: 0%;

}*/
.box.pegasushover:hover img {
	opacity: 1 !important;
}

.box.pegasushover:hover {
	border: 2px solid rgba(255, 255, 255, 0.4);
}

/*.box.pegasushover::before {
	top: 2px;
	left: 2px;
}*/

.box.pegasushover::before {
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	border-left: 2px solid rgba(255, 255, 255, 0.8);
	-webkit-transform-origin: 0 100%;
}

.box.pegasushover::after {
	border-top: 2px solid rgba(255, 255, 255, 0.8);
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	-webkit-transform-origin: 100% 0%;
}


body .othertitle {
	position: absolute;
	z-index: 99;
	bottom: 12px;
	padding-bottom: 0;
	padding-top: 6px;
	width: 100%;
	left: 0;
}

body .othertitle h4 {
	font-size: 14px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

.newsdate {
	width: 56px;
	height: 68px;
	background: url(images/datebg.png) no-repeat top center;
	display: block;
	position: absolute;
	top: -30px;
	left: 8px;
	z-index: 999;
	color: #000 !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
	font-size: 16px;
}

.newsdate strong {
	font-size: 30px;
}

.menudark .subbanner h1,
.menudark .subbanner h2 {
	color: #000;
}

.manager_list {
	position: relative;
}

.manager_hover h5 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 3px;
}

.manager_hover p {
	font-size: 11px;
}

.manager_list:hover .manager_hover {
	opacity: 1;
}

.manager_hover {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 30%;
	background: rgba(0, 0, 0, 0.70);
	color: #fff;
	padding-top: 15px;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	opacity: 0;
}

body .fancybox-close-small {

	top: 2%;
	right: 1%;
}

body .fancybox-close-small:after {
	color: #a9a9a9;
	font-size: 36px;
	background: none !important;
}

.coremodal {
	background: #000 !important;
	color: #fff;
}

.coremodal h3,
.coremodal h5 {
	color: #fff;
	text-transform: uppercase;
}

.coremodal h5 {
	font-weight: normal;
	margin-bottom: 40px;
}

.coremodal h3 {
	font-size: 42px;
	margin-bottom: 0;
	margin-top: 40px;
}

.fancybox-close-small:focus:after {
	outline: none !important;
}

.hometest h1,
.hometest p .hometest a {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}


.flexslider li.flex-active-slide .hometest h1,
.flexslider li.flex-active-slide .hometest p,
.flexslider li.flex-active-slide .hometest a {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .hometest h1 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.flexslider li.flex-active-slide .hometest p {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	white-space: pre-wrap;
}

.flexslider li.flex-active-slide .hometest a {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
	z-index: 9999;
}












body.page-template-page-home #footer.normalfooter {
	display: none !important;
}

.subevent img {
	width: 100%;
	height: auto;
}

.client-slider.flexslider {
	margin-bottom: 0 !important;
}

.client-slider.flexslider .slides {
	margin-top: 0;
}

.productdetail {
	position: relative;
}

.productdetail .mainproduct {
	width: 100%;
	height: auto !important;
}

.tooltip2 {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	padding: 15px;
	color: #000;
	width: 350px;
	z-index: 500;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.55);
}

.productdetail:before {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	opacity: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.20);
	position: absolute;
	z-index: 99;
}

.productdetail.alphover:before {
	opacity: 1;
}

.prdabsolute {
	position: absolute;
	z-index: 99;
}

.prdabsolute a {
	color: #6c3a48;
	font-size: 18px;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	border-radius: 5px;
	padding: 3px 8px 6px 8px;
}

.prdabsolute a:hover {
	background: #6c3a48;
	color: #fff;
}

.productdetail .p1 {
	top: 20%;
	left: 22% !important;
}

.productdetail .p2 {
	top: 3%;
	left: 42% !important;
}

.productdetail .p3 {
	top: 7%;
	right: 34%;
}

.productdetail .p4 {
	top: 15%;
	right: 28%;
}

.productdetail .p5 {
	top: 40%;
	right: 24%;
}

.productdetail .p6 {
	top: 59%;
	right: 29%;
}

.productdetail .p7 {
	bottom: 21%;
	right: 32%;
}

.productdetail .p8 {
	bottom: 15%;
	right: 42%;
}

.productdetail .p9 {
	bottom: 23%;
	left: 34%;
}

.productdetail .p10 {
	top: 46%;
	left: 24%;
}

.productdetail .p11 {
	bottom: 3%;
	right: 38%;
}

h1.underlined {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.foundpost>.container {
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-page-foundation section {
	background: #000;
}

.subfoundation .sub-caption {
	width: 100%;
	padding: 0;
	margin: 70px 0;
}

.foundpost {
	background: #000;
	padding-bottom: 150px;
	padding-top: 50px;
}

.foundpost.eventpost {
	background: #fff;
}

body .entry-content {
	margin-top: 0 !important;
}

.copyright {
	font-size: 13px;
}

.eventpost .postlist {
	color: #000;
}

.postlist {
	color: #fff;
	margin-bottom: 80px;
}

.subinner {
	padding: 20px 50px;
	border: 3px solid #eee;
}

.subfoundation .sub-caption h1 {
	font-size: 60px;
	/* font-size: 75px; */
	border: none;
	line-height: 1.1;
	width: 44%;
	float: left;
}

.postlist {
	width: 100%;
}

.postlist.row {
	margin-left: 0;
	margin-right: 0;
}

.postlist .postimage {
	margin-left: 0;
	width: 25%;
}

.inpadding {
	padding-left: 60px;
	padding-right: 60px;
}

.postlist .postcontent {
	margin-left: 0;
	width: 70%;
	float: right;
}

.postlist .postcontent a.clapat-button {
	color: #fff;
}

.postlist .postcontent a.clapat-button:hover {
	background: #555;
	color: #000;
}

.postlist .postcontent p {
	font-size: 18px;
	padding-top: 16px;
}

.subfoundation .sub-caption img {
	padding: 0 0 60px 0;
}

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

.subfoundation .sub-caption h2 {
	font-size: 22px;
	/* font-size: 23px; */
	border: none;
	line-height: 1.3;
	width: 45%;
	float: right;
	text-align: left;
	/* text-align: justify; */
}

.wpb_wrapper li {
	margin: 8px 0;
}

.wpb_wrapper ul,
.wpb_wrapper ol {
	margin-top: 40px;
}

.subbanner h1 {
	color: #fff;
	font-size: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.subbanner h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
}

.sub-caption {
	/*padding: 250px 0;*/
	padding: 100px 0;
	width: 550px;
	position: relative;
	z-index: 999;
}

.ibg-bg {
	position: absolute;
}

.movebg:hover .ibg-bg {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
	padding: 11px 28px !important;
}

.videorow .wpb_column {
	height: 100%;
}

.vc_btn3-style-flat {
	color: #464646 !important;
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif !important;
	-webkit-border-radius: 11px !important;
	-moz-border-radius: 11px !important;
	border-radius: 11px !important;
	padding: 7px 17px 7px 17px !important;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	background: #fff !important;
}

.vc_btn3-style-flat:hover {
	color: #fff !important;
	background: #000 !important;
}

.flexslider .slides li {
	position: relative;
}

.hometest h1 {
	color: #fff;
}

#mcw_full_page>.vc_row {
	margin-left: 0;
	margin-right: 0;
}

#mcw_full_page .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

#mcw_full_page .wpb_content_element {
	margin-bottom: 0 !important;
}

.coreslider2 .vc_col-sm-2 {}

.coreslider2 .item img {
	/*padding: 8px 0;*/
	margin-top: 8px;
	margin-bottom: 8px;
}

.coreslider .owl-nav .owl-prev {
	background: url(images/left.png) no-repeat;
	width: 22px;
	height: 45px;
	position: absolute;
	top: 40%;
}

.coreslider .owl-nav .owl-next {
	background: url(images/right.png) no-repeat;
	width: 22px;
	height: 45px;
	position: absolute;
	top: 40%;
	right: 0;
}


.coreslider2 .owl-nav .owl-prev {
	background: url(images/leftb.png) no-repeat;
	width: 22px;
	height: 45px;
	position: absolute;
	top: 43%;
	left: -35px;
}

.coreslider2 .owl-nav .owl-next {
	background: url(images/rightb.png) no-repeat;
	width: 22px;
	height: 45px;
	position: absolute;
	top: 43%;
	right: -35px;
}



.coreslider .owl-item img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: all 0.45s ease-out !important;
	-webkit-transition: all 0.45s ease-out !important;
	-moz-transition: all 0.45s ease-out !important;
	-o-transition: all 0.45s ease-out !important;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.coreslider .owl-item.active.center img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.coreslider .owl-item.cloned.active.center img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.coreslider .owl-item.active.center:before {
	content: "";
	position: absolute;
	left: -10%;
	width: 5px;
	height: 128px;
	background: url(images/divide.png) no-repeat;
	top: 40%;
}

.coreslider .owl-item.active.center:after {
	content: "";
	position: absolute;
	right: -10%;
	width: 5px;
	height: 128px;
	background: url(images/divide.png) no-repeat;
	top: 40%;
}

.corename,
.coretitle {
	display: block;
	color: #fff;
	text-align: center;
	transition: all 0.45s ease-out !important;
	-webkit-transition: all 0.45s ease-out !important;
	-moz-transition: all 0.45s ease-out !important;
	-o-transition: all 0.45s ease-out !important;
}

.corename {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	opacity: 0;
	margin-top: 45px;
	text-transform: uppercase;
}

.coretitle {
	font-size: 18px;
	font-weight: normal;
	opacity: 0;
	font-weight: 300;
	text-transform: uppercase;
}

.coreslider .owl-item.active.center .corename,
.coreslider .owl-item.active.center .coretitle {
	opacity: 1;
}

.vc_video-bg-container:before,
.video_container:before {
	display: block !important;
	content: "";

	/*background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.85) 1px, rgba(0, 0, 0, 0.85) 2px);
	-webkit-background-size: 100% 2px;
	background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.85) 1px, rgba(0, 0, 0, 0.85) 4px);
	-moz-background-size: 100% 2px;*/
	background: rgba(0, 0, 0, 0.40);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}

.sticky-wrapper .navbar-inner:hover {
	background: #000;
}

.sticky-wrapper .navbar-inner:hover .nav {
	background: none !important;
}

.sticky-wrapper .navbar-inner {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}

.sticky-wrapper.is-sticky .navbar-inner {
	background: #000;
}

.video_container:after {
	content: "";
	display: block;
	top: 0;
	position: relative;
	z-index: 9;
	/*background: url(images/sd.png) repeat-x;*/
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(231, 56, 39, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e73827', GradientType=0);
	height: 30%;
	width: 100%;
}

body .navbar .nav>li>a {
	color: #fff;
}

ul.nav li a {
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.toprightmenu a {
	color: #fff;
	padding: 3px 12px;
	margin: 20px 0px 17px 0;
	display: inline-block;
	line-height: 14px;
}

.toprightmenu .widget_icl_lang_sel_widget {
	margin-bottom: 0;
}

.toprightmenu .widget_icl_lang_sel_widget a {
	margin-top: 0;
	margin-bottom: 0;

}

.toprightmenu {
	float: right;
}

.toprightmenu .fa-user {
	font-size: 22px;
}

a.abvideo,
div.abvideo {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 10%;
	width: 190px;
	/* max-width: 250px; */
	/* width: 100%; */
	z-index: 9999;
	/* text-align: right !important; */
}

.cc-video {
	/* display: none !important; */
	/* max-width: 380px;
	width: 100%; */
	/* display: flex; */
	/* text-align: left !important; */
}

a.clapat-button.medium.videohome {
	color: #464646;
	font-size: 14px;
	font-family: 'Abel', sans-serif;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 9px 17px;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	text-align: center;
}

a.clapat-button.medium.videohome:hover {
	background: #000;
	color: #fff;
}

#testimonials .light-content {
	padding: 0;
}

#testimonials .light-content .client-slider {
	margin-bottom: 0;
}

#testimonials .light-content .client-slider ul.slides li {
	min-height: 818px;
	position: relative;
	background-size: cover !important;
}

.clearfix {
	clear: both;
}

.hometest {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 11%;

}

.client-slider .flex-direction-nav a {
	opacity: 1;
	width: 60px;
	height: 60px;
	background-color: transparent;
}

.client-slider .flex-direction-nav .flex-prev,
.client-slider .flex-direction-nav .flex-next {
	background-size: 60px 60px;
}

.client-slider .flex-direction-nav .flex-prev {
	left: 2%;
}

.client-slider .flex-direction-nav .flex-next {
	right: 2%;
}

.client-slider.flexslider li h1 {
	padding: 12px 18px 12px;
	margin-bottom: 0;
	font-size: 36px;
	letter-spacing: 2px;
	position: relative;
}

.client-slider.flexslider li h1:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 15%;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
}

/*.client-slider.flexslider li h1,
.client-slider.flexslider li p {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.client-slider.flexslider li.flex-active-slide .meta h1,
.client-slider.flexslider li.flex-active-slide .meta p {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.client-slider.flexslider li.flex-active-slide .meta p {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;

}*/

.client-slider.flexslider li .meta p {
	font-size: 17px;
	margin-top: 15px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

@-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;
	}
}

@-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);
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.absolutediv {
	position: absolute;
	z-index: 9;
	bottom: 20%;
	right: 11%;
}

.one_third2 {
	width: 390px;
}

.one_third2 h2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

.one_third2 p {
	font-size: 18px;
	letter-spacing: 1px;
}

body .clapat-button {
	font-size: 14px;
}

body .clapat-button.outline {
	border: #555 2px solid;
}

.copyright {
	color: #fff;
	margin-bottom: 10px;
}

/**horizontal*/

.is-virtual-scroll {
	overflow: hidden;
}

.is-native-scroll.y-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

.is-native-scroll.x-scroll {
	overflow-y: hidden;
	overflow-x: scroll;
}

.vs-section {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	will-change: transform;
}

.vs-div {
	height: 100%;
}

.vs-scrollbar {
	display: block;
	position: absolute;
	transition: transform .6s;
}

.vs-scrollbar.vs-vertical {
	top: 0;
	right: -5px;
	bottom: 0;
	width: 15px;
	height: 100%;
	transform: translate3d(5px, 0, 0);
}

.vs-scrollbar.vs-horizontal {
	bottom: -5px;
	left: 0;
	right: 0;
	width: 100%;
	height: 15px;
	transform: translate3d(0, 5px, 0);
}

.is-dragging .vs-scrollbar.vs-horizontal,
.is-dragging .vs-scrollbar.vs-vertical,
.vs-scrollbar.vs-horizontal:hover,
.vs-scrollbar.vs-vertical:hover {
	transform: none;
}

.vs-scrollbar .vs-scrolldrag {
	width: 100%;
	height: auto;
	background: #ccc;
	cursor: pointer;
}

.vs-scroll-view {
	position: relative;
	width: 1px;
}

.vs-section {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 0;
}

.div {
	position: relative;
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

.div span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: black;
	font-size: 12px;
	transform: translateX(-50%) translateY(-50%);
}

img.golddragon {
	position: absolute;
	/*transition:         all 2.4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 2.4s cubic-bezier(.19,1,.22,1);
	-moz-transition:    all 2.4s cubic-bezier(.19,1,.22,1);
	-o-transition:      all 2.4s cubic-bezier(.19,1,.22,1);*/
	/*-webkit-animation: 0.5s ease 0s normal forwards 1 fadein;
	animation: 0.5s ease 0s normal forwards 1 fadein;*/
	transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
}

img.golddragon2 {
	position: absolute;
	opacity: 0;
	transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-o-transition: opacity .45s ease-in-out;
	-webkit-transition-delay: 1.3s;
	/* Safari */
	transition-delay: 1.3s;
}


.vs-div.clicked img.golddragon {}

.vs-div.clicked img.golddragon2 {
	opacity: 1;

}

img.d1 {
	left: -34%;
	top: 9%;
	max-width: 120%;
}

img.d2 {
	left: -29%;
	top: 18%;
	max-width: 100%;
}

img.d3 {
	left: -20%;
	max-width: 100%;
	top: 10%;
}

img.d4 {
	right: -37%;
	max-width: 100%;
	top: 18%;
}

img.d5 {
	right: -16%;
	max-width: 68%;
	top: 17%;
}

img.d6 {
	right: -24%;
	max-width: 84%;
	top: 18%;
}

img.d1b {
	left: -34%;
	top: 9%;
	max-width: 120%;
}

img.d2b {
	left: -29%;
	top: 18%;
	max-width: 100%;
}

img.d3b {
	left: -20%;
	max-width: 100%;
	top: 10%;
}

img.d4b {
	right: -37%;
	max-width: 100%;
	top: 18%;
}

img.d5b {
	right: -16%;
	max-width: 68%;
	top: 17%;
}

img.d6b {
	right: -24%;
	max-width: 84%;
	top: 18%;
}


.col1 {
	background: url(images/1bg.jpg) no-repeat;
	background-size: cover;
}

.col2 {
	background: url(images/2bg.jpg) no-repeat;
	background-size: cover;
}

.col3 {
	background: url(images/3bg-new.jpg) no-repeat;
	background-size: cover;
}

.col4 {
	background: url(images/4bg.jpg) no-repeat;
	background-size: cover;
	-ms-transform-origin: 50% 50%;
	/* IE 9 */
	-webkit-transform-origin: 50% 50%;
	/* Chrome, Safari, Opera */
	transform-origin: 50% 50%;

}

.col4 {
	transform-origin: 50% 50% !important;
}

.col5 {
	background: url(images/5bg.jpg) no-repeat;
	background-size: cover;
}

.col6 {
	background: url(images/6bg.jpg) no-repeat;
	background-size: cover;
}

a.mainclick {
	display: block;
	height: 100%;
	position: relative;
	z-index: 105;
}

.colcap {
	position: absolute;
	z-index: 99;
	bottom: 5%;
	width: 100%;
	text-align: left;
	color: #fff;
	padding-bottom: 35px;
	/*font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	white-space: normal;
}

.colcap h1 {
	color: #fff;
	font-size: 40px;
	/*font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	line-height: 1;
	margin-bottom: 25px;
}

.colcap h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	/*font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	line-height: 1;
}

.colcap p {
	font-size: 16px;
	line-height: 1.2;
}

.colcap.cap1 {
	width: 240px;
	right: 6%;
}

.colcap.cap2 {
	width: 320px;
	right: 6%;
}

.colcap.cap3 {
	width: 280px;
	right: 2%;
}

.colcap.cap4 {
	width: 280px;
	left: 6%;
}

.colcap.cap5 {
	width: 280px;
	left: 6%;
}

.colcap.cap6 {
	width: 280px;
	left: 6%;
}

.colcap.cap2 h1,
.colcap.cap2 h2 {
	text-align: right;
	padding-right: 50px;
}

.colcap.cap3 h1,
.colcap.cap3 h2 {
	text-align: right;
	padding-right: 50px;
}

.vs-div:hover .colcap h1 {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.vs-div:hover .colcap h2 {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.colcap h1 {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.colcap h2 {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);

}

html[lang="zh-hans"] .colcap h2 {
	display: none !important;
	visibility: hidden !important;

}

.work-details__excerpt__inner {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}

.div {
	/*-ms-transform: scale(0, 0);
	transform: scale(0, 0) ;
	-webkit-transform: scale(0, 0);*/
	transition: width 0.6s;
	-webkit-transition: width 0.6s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.vs-div.clicked {
	/*-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);*/
	transform-origin: center;
}

.vs-div.clicked .columndes {
	display: none;
}

.cap-active2 a.abvideo {
	position: relative;
}

.vs-div.clicked .cap-active2 {
	opacity: 1;
	-webkit-animation: 2.5s ease 0s normal forwards 1 fadein;
	animation: 2.5s ease 0s normal forwards 1 fadein;
	display: block;
}

.vs-div a.backmain {
	display: none;
}

.vs-div.clicked a.backmain {
	display: block;
	left: 2%;
	background-image: url(images/prev.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 111;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

a.backhof {

	display: block;
	left: 2%;
	background-image: url(images/prev.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 110;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

a.naviright {
	display: block;
	right: 2%;
	background-image: url(images/next.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 110;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

a.navileft {
	display: block;
	left: 2%;
	background-image: url(images/prev.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 110;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vs-div.clicked a.mainclick {
	display: none;
}

.vs-div.clicked a.backmain:hover {
	background-color: #764e19;
}

.vs-div.clicked img.d1b {
	left: 7%;
	top: 10%;
	max-width: 100%;
	width: 39%;
}

.vs-div.clicked img.d2b {
	left: 54%;
	bottom: -87%;
	max-width: 100%;
	width: 39%;
}

.vs-div.clicked img.d3b {
	left: 54%;
	bottom: -100%;
	max-width: 100%;
	width: 41%;
}

.vs-div.clicked img.d4b {
	right: -4%;
	bottom: -100%;
	max-width: 100%;
	width: 45%;
}

.vs-div.clicked img.d5b {
	right: 14%;
	bottom: -47%;
	max-width: 100%;
	width: 24%;
}

.vs-div.clicked img.d6b {
	right: 9%;
	bottom: -87%;
	max-width: 100%;
	width: 32%;
}

body .vs-section.noscroll {
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100% !important;
	transition: all 0s ease-out;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
}

.cap-active2 {
	opacity: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	text-align: left;
	color: #fff;
	/* font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	white-space: normal;
}

.cap-active2 h1 {
	color: #fff;
	font-size: 40px;
	/*font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	line-height: 1;
	margin-bottom: 25px;
}

.cap-active2 h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	/*font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	line-height: 1;
	margin-bottom: 4px;
}

.cap-active2 p {
	font-size: 18px;
	line-height: 1.2;
}

.cap-active2 img {
	margin-bottom: 10px;
}

.da1 {
	text-align: left;
	width: 450px;
	top: 28%;
	right: 10%;
}

.da2 {
	text-align: right;
	width: 420px;
	top: 29%;
	left: 12%;
}

.da3 {
	text-align: right;
	width: 400px;
	top: 29%;
	left: 10%;
}

.da4 {
	text-align: right;
	width: 445px;
	top: 29%;
	left: 9%;
}

.da5 {
	text-align: right;
	width: 448px;
	top: 29%;
	left: 10%;
}

.da6 {
	text-align: right;
	width: 460px;
	top: 29%;
	left: 8%;
}

/*.colcap p {
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);

	-webkit-transform-origin: bottom;
	-o-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;

	-webkit-transition: -webkit-transform 0.26s ease-out;
	-o-transition: -o-transform 0.26s ease;
	-ms-transition: -ms-transform 0.26s ease;
	transition: transform 0.26s ease;
}
.vs-div:hover .colcap p {
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}*/

.item-view .work-details__excerpt {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	overflow: hidden;
	max-width: 400px;
}

.item-view .work-details__excerpt,
.item-view .work-details__excerpt__inner {
	transition: 1s -webkit-transform cubic-bezier(.19, 1, .22, 1);
	transition: 1s transform cubic-bezier(.19, 1, .22, 1);
}

.item-view .work-details__excerpt__inner {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.item-view .work-details__excerpt__inner p {
	line-height: 1.688rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: .6s -webkit-transform cubic-bezier(.19, 1, .22, 1);
	transition: .6s transform cubic-bezier(.19, 1, .22, 1);
}

.item-view .vs-div:hover .work-details__excerpt,
.item-view .vs-div:hover .work-details__excerpt__inner,
.item-view .vs-div:hover .work-details__excerpt__inner p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*end horizontal*/






#footer.elitefooter {
	position: fixed;
	bottom: 0;
	width: 100%;
	/*border-top: 1px solid #8c8c8c;*/
}

#footer.elitefooter #back-top {
	display: none;
}

#footer.elitefooter {
	background: none;
	padding: 10px 0;
}

#footer.elitefooter p {
	margin-bottom: 0;
}

.vs-div.noclicked.clicked {
	width: 100% !important;
	/*position: absolute;
    left: 0;
	z-index:1000;*/

}

.vs-div.noclicked {
	width: 0 !important;
}

#back-top {
	display: none;
}

.videofilter {
	background: url(images/filter.png) no-repeat top center;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 2;
	top: 0;
	left: 0;
	background-size: cover;
}

.about_no img {}

.about_no h1,
.about_no h3 {
	display: inline;
}

.about_no h1 {
	font-size: 50px;
	padding-bottom: 20px;
	visibility: hidden;
}

.about_no h3 {
	font-weight: 300;
	visibility: hidden;
}


html[lang="en-US"] .about_no h1,
html[lang="ms-MY"] .about_no h1 {
	font-size: 36px;
	visibility: hidden;
}

html[lang="en-US"] .about_no h3,
html[lang="ms-MY"] .about_no h3 {
	font-size: 22px;
	visibility: hidden;
}



.about_no ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.about_no ul li {
	list-style: none;
	display: inline;
	/*width:100%;*/
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	margin-top: -7%;
	visibility: hidden;
}

.wrap1 {
	animation-fill-mode: forwards !important;
	-webkit-animation-fill-mode: forwards !important;
}

img.pimage {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	margin-right: 17px;
}

a img.pimage:hover {
	-webkit-filter: none;
	/* Safari 6.0 - 9.0 */
	filter: none;
}

.page-template-page-elite {
	background: #000;
}

.vhide {
	display: none !important;
}

.vs-section.scrolledright {
	transform: translate3d(-100%, 0px, 0px) !important;
}

.vs-section.scrolledright.scrolledright2 {
	transform: none !important;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
}

.vs-section.scrolledright.scrolledright3 {

	transform: translate3d(-100%, 0px, 0px) !important;

}

.notransition {
	transform: none !important;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
}

.notransdelay {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.vs-section {
	transition: all .60s linear;
	-webkit-transition: all .60s linear;
	-moz-transition: all .60s linear;
	-o-transition: all .60s linear;
}

.box {
	position: relative;
	vertical-align: middle;
	color: #0b7;
	display: inline-block;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
	border: 3px solid #fff;
	-webkit-transition: 0.5s;
}

.box:hover {
	border: 3px solid rgba(98, 98, 98, 1.00);
	color: #FFF;
}

.box:hover img {
	opacity: 0.7;
}

.box img {
	transition: all .65s ease-in-out;
	-webkit-transition: all .65s ease-in-out;
	-moz-transition: all .65s ease-in-out;
	-o-transition: all .65s ease-in-out;

}

.box::before,
.box::after {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	transition: 0.5s;
}

.foo::before {
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform-origin: 0 100%;
}

.foo::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform-origin: 100% 0%;
}

.bar::before {
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform-origin: 100% 0%;
}

.bar::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform-origin: 0% 100%;
}

.curmudgeon::before {
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform-origin: 50% 50%;
}

.curmudgeon::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform-origin: 50% 50%;
}

.box:hover::after,
.box:hover::before {
	-webkit-transform: scale(1);
}

body.page-template-page-news .navbar .nav>li>a,
body.page-template-page-others .navbar .nav>li>a {
	color: #000;
}

body.page-template-page-others .toprightmenu ul li a.wpml-ls-item-toggle {
	color: #000 !important;
	/* color: #fff !important; */
}

body.page-template-page-others .is-sticky .toprightmenu ul li a.wpml-ls-item-toggle {
	color: #fff !important;

}

body.page-template-page-others .sticky-wrapper .navbar-inner:hover .toprightmenu ul li a.wpml-ls-item-toggle {
	color: #000 !important;

}

body.page-template-page-news .sticky-wrapper .navbar-inner:hover .nav>li>a,
body.page-template-page-news .sticky-wrapper .navbar-inner:hover .toprightmenu a,
body.page-template-page-others .sticky-wrapper .navbar-inner:hover .nav>li>a,
body.page-template-page-others .sticky-wrapper .navbar-inner:hover .toprightmenu a {
	color: #fff;
}

body.page-template-page-news .sticky-wrapper .navbar-inner:hover #logo .logowhite,
body.page-template-page-others .sticky-wrapper .navbar-inner:hover #logo .logowhite {
	display: block;
}

body.page-template-page-news .sticky-wrapper .navbar-inner:hover #logo .logodark,
body.page-template-page-others .sticky-wrapper .navbar-inner:hover #logo .logodark {
	display: none;
}

body.page-template-page-news .toprightmenu a,
body.page-template-page-others .toprightmenu a {
	color: #000;
	/* color: #fff; */
}

body.page-template-page-news #logo img.logowhite,
body.page-template-page-others #logo img.logowhite {
	display: none;
	/* display: block; */
}

body.page-template-page-news #logo img.logodark,
body.page-template-page-others #logo img.logodark {
	display: block;
	/* display: none; */
}

body.page-template-page-news .sticky-wrapper.is-sticky #logo .logodark,
body.page-template-page-others .sticky-wrapper.is-sticky #logo .logodark {
	display: none;
}

body.page-template-page-news .sticky-wrapper.is-sticky #logo .logowhite,
body.page-template-page-others .sticky-wrapper.is-sticky #logo .logowhite {
	display: block;
}

body.page-template-page-news .sticky-wrapper.is-sticky .navbar-inner .toprightmenu a,
body.page-template-page-news .sticky-wrapper.is-sticky .navbar-inner .nav>li>a,
body.page-template-page-others .sticky-wrapper.is-sticky .navbar-inner .toprightmenu a,
body.page-template-page-others .sticky-wrapper.is-sticky .navbar-inner .nav>li>a {
	color: #fff;
}

#logo .logodark {
	display: none;
}

.single #features {
	padding-top: 80px;
	padding-bottom: 80px;
}

body.page-template-page-news .foundpost.eventpost,
body.page-template-page-others .foundpost.eventpost {
	padding-top: 110px;
}

.eventpost .row {
	padding-bottom: 60px;
}

:focus,
:active {
	outline: none !important;
}

.foundpost.eventpost>.container {
	padding: 0;
}

.filtertext {
	display: block;
	margin-bottom: 15px;
	vertical-align: middle;
}

.filtertext img {
	vertical-align: baseline;
}

.titles1 {
	text-align: center;
	font-size: 17px;
}

.titles2 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	min-height: 41px;
}

.titles3 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	min-height: 40px;
}

.singlespeaker {
	padding-bottom: 20px;
}

.eventnav li {
	list-style: none;
	float: left;
}

.eventnav {
	background: url(images/placeholder.png) no-repeat top left;
	padding-left: 20px;
	margin-left: 0;
	clear: both;
	overflow: hidden;
	max-width: 42%;
}

.eventnav li {
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}

.eventnav li:last-child:after {
	display: none;
}

.eventnav li:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 6px;
	height: 10px;
	width: 1px;
	background: #000;
}

.eventnav li.active a,
.eventnav li a:hover {
	background: #e1e1e1;
	color: #000;
}

.eventnav li a {
	padding: 2px 4px;
}

.biggallery>div,
.smallgallery>div {
	padding-bottom: 15px;
}

.smallgallery img {
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.smallgallery img:hover {
	opacity: 0.7;
}

.eventmore a i {
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.page-template-page-elite #footer {
	display: none !important;
	visibility: hidden !important;
}

body.tax-team_elite #footer,
body.single-elite #footer {
	/*position: fixed;*/
	bottom: 0;
	width: 100%;
	z-index: 999;
}


body.term-pegasus-iii #footer,
body.term-pegasus-iv #footer {
	position: fixed;
}

.term-pegasus-iii #footer,
.term-pegasus-iv #footer {
	position: fixed;
}


body.term-pegasus,
body.term-pegasus-i,
body.term-pegasus-ii {
	background: url(images/pegasus_bg.jpg) no-repeat top center #000;
}


.term-pegasus,
.term-pegasus-i,
.term-pegasus-ii {
	background: url(images/pegasus_bg.jpg) no-repeat top center #000;
}


#pegasus {

	background: none;
	color: #fff;
	padding-top: 100px;
	/*font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
}

.elitetitle {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #717171;
	padding-bottom: 10px;
	margin-top: 10px;
}

.elitetitle2 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 15px;
}

.taxonomy-description {}

.pegasus-i-detail .pegaimg2 img,
.single-elite .pegaimg2 img {
	bottom: 0;
}

.page-header {
	border: none;
}

.eliteicon img {
	max-width: 25px;
	height: auto;
}

.eliteicon {
	/*padding-bottom:90px;*/
}

.owl-item {
	-webkit-backface-visibility: hidden !important;
	-webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}

.term-pegasus-i .pgleft3 {
	padding-top: 8%;

}

.term-pegasus-ii .pgleft3 {
	padding-top: 0;
	top: -55px;
}

.term-pegasus-i .page-header,
.term-pegasus-ii .page-header {
	margin-bottom: 0;
}

.term-pegasus-i .pgleft,
.term-pegasus-ii .pgleft {
	padding-top: 65px;
}

.term-pegasus-ii .pgleft2 {
	padding-top: 100px;
}

.term-pegasus-i .pgleft2 {
	padding-top: 100px;
}

.pgleft {
	padding-top: 35px;
}

.pgleft2 {
	padding-top: 120px;
}

.pgleft3 {
	padding-top: 58px;
}

.pline {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.pegaimg {
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.5);
	display: block;
}

.pegaimg:hover {
	/*border:2px solid #f1efb6;*/
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}


.pg_carousel1 .owl-item {
	opacity: 0;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
}

.pg_carousel1 .owl-item.active {
	opacity: 1;
}

.owl-item-last-visible+.owl-item.active {
	opacity: 0;

}

.term-pegasus .owl-item .pegaimg2 img {
	width: 110%;
	max-width: 110%;
}

.pegaimg2 img {
	position: absolute;
	/*bottom: -13%;*/
	-webkit-filter: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 5;
}

.pegaimg2 img:hover {
	/*-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));*/
}

.pegaimg3 {
	visibility: hidden;
}

.entry-title2 {
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
}

.pegasus_caro .owl-item {
	padding: 44px 20px 24px 20px;
	text-align: center;
}

.pegasus_caro .owl-nav {
	width: 100%;
}

.pegasus_caro .owl-nav>.disabled {
	display: none;
}

.pegasus_caro .owl-nav .owl-prev {
	width: 21px;
	height: 36px;
	background: url(images/pgleft.png) no-repeat top center;
	left: -30px;
	position: absolute;
	top: 34%;
}

.pegasus_caro .owl-nav .owl-next {
	width: 21px;
	height: 36px;
	background: url(images/pgright.png) no-repeat top center;
	right: -30px;
	position: absolute;
	top: 34%;
}

.pegasus_caro.pginitial2 .owl-nav .owl-next {
	/*top: 40%;*/
}

.term-pegasus-iii .pegasus_caro .owl-nav .owl-prev {
	left: 10px;
}

.term-pegasus-iii .pegasus_caro .owl-nav .owl-next {
	right: 2%;

}

.term-pegasus-iii .pegasus_caro .owl-nav .owl-next,
.term-pegasus-iii .pegasus_caro .owl-nav .owl-prev {
	top: 50%;
}

.pegasusdetail i {
	font-size: 30px;
	color: #fff;
}

.pegasusdetail {
	text-align: right;
	float: right;
	margin-top: 12px;
}

.pegasusdetail a {
	margin-left: 15px;
}

.pg_carousel1 .pegaimg {
	border: none;
	/*padding: 9% 10px 0 10px;*/
	/*overflow:hidden;*/
}

.term-pegasus-ii .pg_carousel1 .pegaimg:before {
	right: -15%;
	bottom: -21px;
	right: -83px;
	width: 359px;
	height: 493px;
}

.pg_carousel1 .pegaimg:before {
	background: url(images/pg1bg.png) no-repeat;
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	right: -83px;
	width: 318px;
	height: 446px;
	z-index: 99;
	background-size: contain;
}

.term-pegasus-iii a.backhof {
	display: none;
}

.term-pegasus-ii .pg_carousel1 .pegaimg img {
	max-width: 85%;
	z-index: 999;
}

.pg_carousel1 .pegaimg img {
	max-width: 83%;
	/*-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
	z-index: 999;
}

.pegasus_caro.pg_carousel1 .owl-item {
	padding: 0;
}

.pg_carousel1 .owl-stage-outer {
	overflow: visible !important;
}

body.term-pegasus img.pgicon0,
.term-pegasus img.pgicon0 {
	-webkit-filter: none;
	filter: none;
}

img.pgactive {
	-webkit-filter: none;
	filter: none;
}

body.term-pegasus-i img.pgicon1,
.term-pegasus-i img.pgicon1 {
	-webkit-filter: none;
	filter: none;
}

body.term-pegasus-ii img.pgicon2,
.term-pegasus-ii img.pgicon2 {
	-webkit-filter: none;
	filter: none;
}

body.term-pegasus-iii img.pgicon3,
.term-pegasus-iii img.pgicon3 {
	-webkit-filter: none;
	filter: none;
}

body.term-pegasus-iv img.pgicon4,
.term-pegasus-iv img.pgicon4 {
	-webkit-filter: none;
	filter: none;
}

.pegasus-i-detail .pgleft3 {
	padding-top: 6%;
}

.pegasus-i-detail .pegaimg img {
	max-width: 100%;
}

.pegasus-i-detail .page-header {
	margin-bottom: 0;
}

.pegasus-i-detail .pleft {
	padding-top: 60px;
}

.pegasus-i-detail .pgleft2 {
	padding-top: 150px;
}

.pegasus-i-detail .pegasusiright {
	padding-top: 0;
}

#home.pegasusvibg {
	position: absolute;
}

body.term-pegasus-iv .pg_carousel1 .pegaimg:before,
.term-pegasus-iv .pg_carousel1 .pegaimg:before {
	display: none;
}

body.term-pegasus-iv .pline,
body.term-pegasus-iv .pegslink,
body.term-pegasus-iv .pyleft,
.term-pegasus-iv .pline,
.term-pegasus-iv .pegslink,
.term-pegasus-iv .pyleft {
	display: none !important;
}

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

body.term-pegasus-iv .elitetitle,
.term-pegasus-iv .elitetitle {
	border: none;
}

body.term-pegasus-iv .pegasusdetail,
body.term-pegasus-iii .pegasusdetail,
.term-pegasus-iv .pegasusdetail,
.term-pegasus-iii .pegasusdetail {
	float: none;
	text-align: center;
}

body.term-pegasus-iv .pegaimg2 a,
.term-pegasus-iv .pegaimg2 a {
	pointer-events: none;
	cursor: default;
}

body.term-pegasus-iv .pg_carousel1 .pegaimg img,
.term-pegasus-iv .pg_carousel1 .pegaimg img {
	max-width: 52%;
	display: inline;
	bottom: -25%;
}

body.term-pegasus-iv .pg_carousel1 .pegaimg,
.term-pegasus-iv .pg_carousel1 .pegaimg {
	padding: 0;
	text-align: center;
}

body.term-pegasus-iv .pgleft3,
.term-pegasus-iv .pgleft3 {
	padding-top: 0;
	height: 100%;
	/*display: none !important;*/
}

body.term-pegasus-iv .pgleft3 b.pegaimg2,
.term-pegasus-iv .pgleft3 b.pegaimg2 {
	height: 100%;
}

body.term-pegasus-iv .container.small-width .onlyp4,
.term-pegasus-iv .container.small-width .onlyp4 {
	max-height: 100%;
	overflow: hidden;
}

body.term-pegasus-iv section,
.term-pegasus-iv section {
	overflow: visible;
}

body.term-pegasus-iv #pegasus,
.term-pegasus-iv #pegasus {
	height: 100%;
	z-index: 99;
	;
}

body.term-pegasus-iv #ibg-bg,
body.term-pegasus-iii #ibg-bg,
.term-pegasus-iv #ibg-bg,
.term-pegasus-iii #ibg-bg {
	width: 100%;
	height: 100%;
}

img.alonetb {
	position: fixed;
	bottom: 0;
	max-width: 59%;
	/*right: 15%;*/
}

body.term-pegasus-iv .p4left,
.term-pegasus-iv .p4left {
	padding-top: 3%;
}

body.term-pegasus-iv .trpyicon,
.term-pegasus-iv .trpyicon {
	width: 75px;
	margin-bottom: 0px;
}

body.term-pegasus-ii .pg_carousel1 .pegaimg,
.term-pegasus-ii .pg_carousel1 .pegaimg {
	padding-top: 0;
	/*padding-top: 28px;*/
}

body.term-pegasus-i .pg_carousel1 .pegaimg,
.term-pegasus-i .pg_carousel1 .pegaimg {}

body.term-pegasus-ii .pg_carousel1 .pegaimg img,
.term-pegasus-ii .pg_carousel1 .pegaimg img {
	/*max-width: 78%;*/
}

body.term-pegasus-ii .pg_carousel1 .pegaimg:before,
.term-pegasus-ii .pg_carousel1 .pegaimg:before {
	/*right: -6px;*/
}

body.term-pegasus-ii .pline,
.term-pegasus-ii .pline {
	padding-right: 48px;
}

body.term-pegasus-ii h4.entry-title2,
.term-pegasus-ii h4.entry-title2 {
	padding-right: 48px;
}

body.term-pegasus-i .pline,
.term-pegasus-i .pline {
	padding-right: 48px;
}

body.term-pegasus-i h4.entry-title2,
.term-pegasus-i h4.entry-title2 {
	padding-right: 48px;
}

section.pegasus-ii-detail .pegaimg2 img {
	max-width: 114%;
}

.pegasus-i-detail .pgleft {
	padding-top: 71px;
}

body.term-pegasus-iii #pegasus,
.term-pegasus-iii #pegasus {
	height: 100%;
}

body.term-pegasus-iii .pegaimg img,
.term-pegasus-iii .pegaimg img {
	max-width: 48%;
	/*top: 22%;*/
	bottom: -3%;
}

body.term-pegasus-iii .pg_carousel1 .pegaimg:before,
.term-pegasus-iii .pg_carousel1 .pegaimg:before {
	display: none !important;
}

body.term-pegasus-iii .movebg,
.term-pegasus-iii .movebg {
	display: block;
}

img.normalimg {
	width: auto !important;
	display: inline !important;
}

body.term-pegasus-iii .pyleft,
.term-pegasus-iii .pyleft {
	display: none !important;
}

body.term-pegasus-iii .p4left,
.term-pegasus-iii .p4left {
	padding-top: 17%;
}

body.term-pegasus-iii .trpyicon,
.term-pegasus-iii .trpyicon {
	width: auto !important;
	margin-left: 0;
	margin-right: 0;
	display: inline-block !important;
}

body.term-pegasus-iii .tabledisplay,
.term-pegasus-iii .tabledisplay {
	/*display: table;*/
	height: 100%;
}

.pegasusvibg .content-center {
	display: block;
}

.pegasusvibg .content-vertical-center {
	display: block;
}

body.term-pegasus-iii .content-center .content-vertical-center,
.term-pegasus-iii .content-center .content-vertical-center {
	vertical-align: middle;
	height: 100%;
}

body.term-pegasus-iii .content-center .content-vertical-center .pg_carousel1,
.term-pegasus-iii .content-center .content-vertical-center .pg_carousel1 {
	height: 100%;
}

.tax-team_elite .page-header {
	margin-bottom: 5px;
	z-index: 999;
	position: relative;
}

body.term-pegasus-iv .container.small-width,
.term-pegasus-iv .container.small-width {
	height: 100%;
}

/*body.term-pegasus-iii .content-center .content-vertical-center .pegaimg2:after {

	content: "";
    display: block;
    background: url(images/4bg4.png) no-repeat bottom center;
    width: 1283px;
    max-height: 100%;
        max-width: 152%;
    height: 100%;
    background-size: contain;
    bottom: 0;
    position: absolute;
	left: -15%;
}*/

/*body.term-pegasus-iv .pgleft3 .pegaimg2:after {

	content: "";
    display: block;
    background: url(images/4bg4.png) no-repeat bottom right;
    width: 1283px;
    max-height: 100%;
    max-width: 113%;
    height: 100%;
    background-size: contain;
    bottom: 13%;
    position: absolute;
    left: -3%;
}*/



body.term-pegasus-iii .content-center .content-vertical-center .pegaimg2 img,
.term-pegasus-iii .content-center .content-vertical-center .pegaimg2 img {
	/*right: 0;*/
}

body.term-pegasus-iii .elitetitle,
body.term-pegasus-iv .elitetitle,
.term-pegasus-iii .elitetitle,
.term-pegasus-iv .elitetitle {
	border: none;
	position: relative;
	font-style: italic;
}

body.term-pegasus-iii h3.pegasusname,
body.term-pegasus-iv h3.pegasusname,
.term-pegasus-iii h3.pegasusname,
.term-pegasus-iv h3.pegasusname {
	font-weight: normal;
	font-size: 20px;
}

body.term-pegasus-iii .shortline:after,
body.term-pegasus-iv .shortline:after,
.term-pegasus-iii .shortline:after,
.term-pegasus-iv .shortline:after {
	content: "";
	height: 12px;
	width: 160px;
	background: url(images/4line.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

body.term-pegasus-iii .page-header,
.term-pegasus-iii .page-header {
	z-index: 999;
	position: relative;
}

table td {
	font-size: 16px;
}

table[border="0"],
table[border="0"] td {
	border: none;
}

.coresliderelite1 .owl-item {
	background: #f1f1f1;
}

.coresliderelite1 .owl-item img {
	border-bottom: 20px solid #fff;
	padding: 0 100px;
}

.othertitle {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
}

.othertitle h4 {
	margin-bottom: 6px;
}

.othertitle p {
	margin-bottom: 0;
}

body.page-template-page-others .entry-content {
	padding-bottom: 20px;
}

body.page-template-page-subpage.page-template-page-others .entry-content {
	padding-bottom: 0;
}

img.alignnone {
	display: block;
}

.page-id-211 .item,
.page-id-6790 .item {
	background: none !important;
}

.page-id-211 .elitelist .item.col-lg-3 img,
.page-id-6790 .elitelist .item.col-lg-3 img {
	padding: 0;
	border-bottom: 30px solid transparent;
}

.page-id-211 .elitelist .item.col-lg-3,
.page-id-6790 .elitelist .item.col-lg-3 {
	padding: 0 30px !important;
	background: none !important;
}

.page-id-233 .item,
.page-id-225 .item,
.page-id-6792 .item,
.page-id-6791 .item {
	background: none !important;
}

.page-id-233 .elitelist .item img,
.page-id-225 .elitelist .item img,
.page-id-6792 .elitelist .item img,
.page-id-6791 .elitelist .item img {
	border: none !important;

}

.page-id-233 .othertitle,
.page-id-225 .othertitle,
.page-id-6792 .othertitle,
.page-id-6791 .othertitle {
	/*background: none !important;*/
	left: 0;
	width: 100%;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.90)
}

.page-id-233 .elitelist .item,
.page-id-225 .elitelist .item,
.page-id-6792 .elitelist .item,
.page-id-6791 .elitelist .item {
	margin-bottom: 25px;

}

.elitelist .item {
	margin-bottom: 25px;
}

.page-id-225 .item,
.page-id-6791 .item {
	/*background: #fff !important;*/
}

.elitelist .item {
	background: transparent;
	padding: 0 !important;

}

.elitelist .item .inn {
	margin-left: 7px;
	margin-right: 7px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
}

.elitelist .item img {
	/*border-bottom: 20px solid transparent;*/
	/*padding: 0 15px;*/
	width: 100%;
}

.elitelist .item.col-md-3 img {
	/*border-bottom: 20px solid #fff;*/
	/*padding: 0 65px;*/
	width: 100%;
}

.elitelist .item.col-md-3 img.awardph {
	width: 150px;
	padding: 0;
	border-bottom: 8px solid #fff;
}

.almap {
	width: 100%;
}

.mappost {
	position: absolute;
	z-index: 99;
	/*background:red;*/
	padding: 0;
	/*text-indent: -9999px;*/
	color: #fff;
	cursor: pointer;
}

.mappost b {
	display: inline-block;
	padding-top: 6px;
}

.mappost span {
	width: 30px;
	height: 30px;
	background: url(images/light.png) no-repeat;
	float: left;
	background-position: center;
	background-size: 100% 100%;
}

.tipmy {
	top: 56.3%;
	left: 27.8%;
}

.tipsg {
	top: 60%;
	left: 31.6%;
}

.tiptw {
	top: 15%;
	left: 57%;
}

.tipin {
	top: 76.8%;
	left: 44%;
}

.tipth {
	top: 37.4%;
	left: 26.5%;
}

.tipph {
	top: 34.8%;
	left: 56%;
}

.tipmm {
	top: 30.5%;
	left: 20.5%;
}

.tooltipster-sidetip .tooltipster-box {
	background: rgba(0, 0, 0, 0.70) !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: rgba(0, 0, 0, 0.70) !important;
}

.tooltipster-base h3 {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding-top: 15px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 8px;
}

.tooltipster-base p {
	margin-bottom: 6px;
}

.tooltipster-base td {
	padding-bottom: 10px;
}

.tooltipster-base td i {
	color: #fff;
	font-style: normal !important;
}

.tooltipster-base table,
.tooltipster-base td {
	border: none;
	font-size: 13px;
	font-weight: 300;
	vertical-align: top;
}

.clapat_slider .caption-content.bottom-left {
	height: 100%;
}

body.page-id-16 #home {
	background: none !important;
}

img.awardph {
	max-width: 68%;
	border-bottom: 6px solid transparent !important;
}

section.widget_icl_lang_sel_widget {
	overflow: visible !important;
	background: none !important;
}

.wpml-ls-sidebars-sidebar-3 {
	background: none !important;
}

.wpml-ls-sub-menu {
	border: none !important;
}

.toprightmenu .widget-area {
	display: inline-block;
}

.wpml-ls-legacy-dropdown {
	width: auto !important;
}


.toprightmenu .widget_icl_lang_sel_widget a {
	color: #000;
	display: block;
}

.wpml-ls-sidebars-sidebar-3 .wpml-ls-current-language:hover>a,
.wpml-ls-sidebars-sidebar-3 .wpml-ls-current-language>a:focus,
.wpml-ls-sidebars-sidebar-3 .wpml-ls-current-language>a,
.wpml-ls-sidebars-sidebar-3 .wpml-ls-current-language>a,
.wpml-ls-sidebars-sidebar-3 a {
	color: #fff !important;
}

.wp-pagenavi span.pages {
	display: none !important;
}

.toprightmenu .wpml-ls-sidebars-sidebar-3 .wpml-ls-current-language>a {
	background: transparent !important;
	border: none !important;
}

.toprightmenu .widget-area {

	position: relative;
	top: -4px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none !important;
}

.wpml-ls-sidebars-sidebar-3,
.wpml-ls-sidebars-sidebar-3 .wpml-ls-sub-menu,
.wpml-ls-sidebars-sidebar-3 a {
	border: none !important;
}

.toprightmenu .wpml-ls-sidebars-sidebar-3 a {
	background: #000 !important;
	padding-bottom: 6px;
	padding-top: 6px;
}

.work-details__excerpt {
	visibility: hidden !important;
	display: none;
}

.babylogo {
	top: -14%;
	left: 4%;
}

.babylogoinner {
	margin-top: -9%;
	left: 0;
}

.sub-caption ul,
.sub-caption ol {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sub-caption li {
	padding: 6px 0;
}

/*html[lang="zh-hans"] .page-template-page-foundation .foundpost {
	display: none !important;
}*/
.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target,
.shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target {

	padding: 12px 25px !important;
}

.vs-div.clicked img.golddragon,
.vs-div.noclicked img.golddragon,
.vs-div.clicked .colcap,
.vs-div.noclicked .colcap {

	opacity: 0;
}

body.menudark .is-sticky span.shiftnav-toggle i.fa {
	color: #fff;
}

.alfixed {
	overflow: hidden !important;
}

a.downloadvi {
	background: #000;
	color: #fff;
	padding: 8px 30px;
}

.mobileplayvideo i.fa {
	color: #000;
}

.mobileplayvideo a:hover i.fa {
	color: #fff;
}

.alshowmobilepd {
	display: none;
}

.newsdate {
	display: none !important;
}

.almapcontent {
	top: -10%;
}


/* end allan custom */

/* Chan Custom */
@media screen and (min-width: 992px) {
	.product-conscientious img {
		max-width: 50%;
		margin-left: -30%;
	}

	.conscientious-image img {
		max-width: 60%;
		margin-right: 10%;
	}

	.wpb_single_image.vc_align_center.product-conscientious {
		text-align: left;
	}

	.wpb_single_image.vc_align_center.conscientious-image {
		text-align: right;
	}

	.conscientious-link {
		max-width: 50%;
	}

	.conscientious-link {
		margin-left: -30%;
	}
}

/* End Chan Custom */

/* 9. Responsive Media Querries */



@media (min-width: 979px) {


	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
	}

	ul.nav li.menu-item-has-children:hover>ul.dropdown-menu {
		display: block;
	}

	ul.nav li.menu-item-has-children {
		position: relative;
	}

	.navbar .nav>li:first-child {
		background: url(images/logodiv.png) no-repeat center left;
	}

	.navbar .nav>li:first-child a {
		padding-left: 35px;
	}

	.navbar .nav {
		background: url(images/menusd.png) no-repeat bottom center;
	}

	.is-sticky .navbar .nav {
		background: none !important;
	}
}

@media only screen and (min-width: 1301px) {

	.da6 {
		left: 26%;
	}

	.da5 {
		left: 28%;
	}

	.da4 {
		left: 24%;
	}

	.da1 {
		right: 20%;
	}

	.da2 {
		left: 25%;
	}

	.da3 {
		left: 25%;
	}

}

@media only screen and (max-width: 1300px) {


	.almapcontent {
		top: -5%;
	}

	.term-pegasus-ii .pgleft3 {
		margin-top: 100px;
	}

	.pegasus-i-detail .pgleft3 {
		padding-top: 17%;

	}

	.pegasus-detail .pgleft3 {
		padding-top: 14%;
	}


	.pg_carousel1 .pegaimg:before {
		bottom: -94px;
		right: -63px;
		width: 262px;
	}

	.da6 {
		left: 15%;
	}

	.da5 {
		left: 15%;
	}

	.da4 {
		left: 14%;
	}

	.da1 {
		right: 14%;
	}

	.da2 {
		left: 19%;
	}

	.da3 {
		left: 19%;
	}



	.navbar .nav>li>a {
		padding: 0px 16px !important;
		/*21px*/
	}

	.container {
		width: 920px;
	}

	.container.small-width {
		width: 920px;
	}

	.our-team li.team-member {
		margin: 0 10px 70px;
	}

	.our-team li.team-member {
		width: 280px;
	}

	.team-overflow {
		width: 240px;
	}

	.team-info {
		width: 240px;
	}

	.clapat-counter {
		padding: 0 60px;
	}

	.clapat_slider_section.flexslider,
	.clapat_slider_section.flexslider .flex-viewport {
		height: 550px !important;
	}
}


@media only screen and (max-width: 1200px) {

	img.alonetb {
		right: 2%;
	}

}


@media only screen and (max-width: 1024px) {

	span.shiftnav-toggle {
		display: inline-block !important;
	}

	.prdabsolute a {
		font-size: 14px;
	}

	.customcoretitle {

		height: 100px;
		bottom: 165px;
	}

}

@media only screen and (max-width: 991px) {

	.term-pegasus-iii .owl-item .pthreebg {
		padding-bottom: 60px;
	}

	.term-pegasus-iv .ptfourbg {
		padding-bottom: 80px;
	}

	.term-pegasus-iii .pegaimg2 .goldenaward {
		position: relative;
	}

	.term-pegasus-iv .pegaimg2 .goldenaward {
		position: relative;
	}

	.homeanipro {
		top: auto;
		bottom: -54%;
		left: -27% !important;
		max-width: 100%;
	}

	.eventnav {
		max-width: 100%;
	}

	.manager_hover {
		height: 35%;
	}

	.page-template-page-foundation .inpadding {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-page-foundation .foundpost>.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.vc_video-bg-container:before,
	.video_container:before {
		display: none !important;
	}

	.nav-collapse.collapse,
	.navbar-inner a.show-menu {
		display: none !important;
	}

	span.shiftnav-toggle {
		display: inline-block !important;
	}

	.container {
		width: 600px;
	}

	.container.small-width {
		width: 600px;
	}

	.one_half {
		width: 100%;
	}

	.one_third {
		width: 100%;
	}

	.one_fourth {
		width: 100%;
	}

	.one_fifth {
		width: 100%;
	}

	.one_sixth {
		width: 100%;
	}

	.two_fifth {
		width: 100%;
	}

	.two_fourth {
		width: 100%;
	}

	.two_third {
		width: 100%;
	}

	.three_fifth {
		width: 100%;
	}

	.three_fourth {
		width: 100%;
	}

	.four_fifth {
		width: 100%;
	}

	.five_sixth {
		width: 100%;
	}

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.two_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}

	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}

	.map-overlay.parallax {
		height: 100%;
	}

	.section-title {
		width: 100%;
	}

	.our-team li.team-member {
		width: 300px;
	}

	.team-overflow {
		width: 260px;
	}

	.team-info {
		width: 260px;
	}

	.clapat-counter {
		border-right: none !important;
		display: inline;
	}

	.clapat-counter:after {
		background-color: rgba(0, 0, 0, 0.1);
		content: "";
		display: block;
		height: 1px;
		margin: 0 auto;
		position: relative;
		width: 80px;
		margin-top: 30px;
	}

	.light-content .clapat-counter:after {
		background-color: rgba(255, 255, 255, 0.1);
		content: "";
		display: block;
		height: 1px;
		margin: 0 auto;
		position: relative;
		width: 80px;
		margin-top: 30px;
	}

	.video-text-left {
		text-align: center;
		width: 100%;
	}

	.video-icon {
		margin: 15px 0 5px;
		width: 100%;
	}

	.video-text-right {
		text-align: center;
		width: 100%;
	}

	#sidebar {
		margin-left: 0;
	}

	.blog-item {
		padding: 0;
		position: relative;
		overflow: hidden;
		margin: 40px 0;
		width: 100% !important;
	}

	#show {
		display: none !important;
	}

	.newsletter {
		width: 100%;
	}

	.fof {
		width: 86%;
	}
}


@media only screen and (max-width: 991px) {

	.term-pegasus-iv {
		background: url(images/pegasus3bg2.jpg) no-repeat top center !important;

	}

	.eventright {
		padding-top: 40px;
	}

	.term-pegasus-iii #home {
		overflow: visible;
	}

	.scroll-wrapper .scrollbar-inner {
		padding-right: 0 !important;
	}

	.eliteicon {
		text-align: center;
	}

	.eliteicon a:last-child img {
		margin-right: 0;
	}

	.term-pegasus-iii .pg3header {
		display: block;
		padding-top: 100px;
	}

	body.term-pegasus-iii .pegaimg img,
	.term-pegasus-iii .pegaimg img {
		max-width: 130%;
		width: 130%;
		left: -12%;
	}

	.term-pegasus-iii #pegasus {
		display: none;
	}

	body.term-pegasus-iii .p4left,
	.term-pegasus-iii .p4left {
		padding-top: 10px;
	}

	#home.pegasusvibg {
		position: relative;
	}

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

	.term-pegasus-iv #pegasus {
		padding-bottom: 0;
	}

	.pegasus-i-detail.pegasus-ii-detail .pg_carousel1 .pegaimg:before {
		right: -89px;

	}

	.pegasus-i-detail .pg_carousel1 .pegaimg:before {
		bottom: -113px;
		right: -54px;
		width: 296px;
		height: 511px;
	}

	.single-elite .pegasus-i-detail .pgleft3 {

		padding-top: 63px;
	}

	#pegasus {
		padding-bottom: 70px;
	}

	.pg_carousel1 .pegaimg:before {

		bottom: -21px;
		right: -63px;
		width: 376px;
		height: 511px;
	}

	.eliteicon {
		margin-bottom: 0;
		margin-top: 0;
	}

	.pgleft2,
	.term-pegasus-i .pgleft2,
	.pegasus-i-detail .pgleft2,
	.term-pegasus-ii .pgleft2 {
		padding-top: 20px;
	}

	.pgleft3 {
		padding-top: 0;
	}

	.single-elite .pgleft3 {
		padding-top: 30px;
	}

	.tax-team_elite .pgleft {
		display: none !important;
	}

	.single-elite .pgleft {
		display: none !important;
	}

	.single-event #home {
		background: #fff !important;
	}

	.clapat_slider .flex-direction-nav .flex-next {
		background-size: 9px 17px;

	}

	.clapat_slider .flex-direction-nav .flex-prev {
		background-size: 9px 17px;

	}

	.clapat_slider .flex-direction-nav a {
		width: 30px;
		height: 45px;
	}

	.clapat_slider .flex-direction-nav .flex-next {
		background-position: 13px 12px;

	}

	.clapat_slider .flex-direction-nav .flex-prev {
		background-position: 10px 12px;
	}

	.eventbanner .alshowmobile2 {
		visibility: visible !important;
	}

	#home.eventbanner {
		height: auto !important;
		background: #fff !important;
	}

	#home.eventbanner .light-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	#home.eventbanner .light-content .caption-content {
		padding: 0 !important;
	}

	.subfoundation .sub-caption h1 {
		width: 100%;
		float: none;
		font-size: 45px;
		text-align: center;
	}

	.subinner {
		padding: 20px;
	}

	.subfoundation .sub-caption h2 {
		width: 100%;
		float: none;
		text-align: center;

	}

	.sub-caption .subinner {
		text-align: center;
	}

	.sub-caption .subinner p.text-right {
		text-align: center;
	}


	.vs-div.clicked img.d6 {
		right: 2%;
	}

	.vs-div.clicked img.d5 {
		right: 2%;
	}

	.vs-div.clicked img.d4 {
		right: 2%;
	}

	.vs-div.clicked img.d3 {
		right: 2%;
	}

	.vs-div.clicked img.d2 {
		left: 2%;
	}

	.vs-div.clicked img.d1 {
		left: 2%;
	}

	.da1 {
		right: 5%;
	}

	.da2 {
		right: 5%;
		left: auto;
		width: 380px;
	}

	.da3 {
		left: 5%;

	}

	.da4 {
		left: -5%;
		width: 335px;

	}

	.da5 {
		left: 5%;
		width: 350px;
	}

	.da6 {
		left: 5%;
		width: 370px;
	}

	.colcap.cap1,
	.colcap.cap2,
	.colcap.cap3,
	.colcap.cap4,
	.colcap.cap5,
	.colcap.cap6 {

		width: 220px;
	}

	.eventright:before {
		position: relative !important;
		top: auto !important;
		left: 0 !important;
	}


}

@media only screen and (max-width: 768px) {

	.mobilealhomeb img {
		width: 100vw;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
		top: 5%;
	}

	.wpb_raw_html #footer {
		position: absolute;
	}

	body.page-template-page-home .vc_row.wpb_row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;

	}

	.client-slider.flexslider ul.slides li {
		background: none;
	}

	body .mobilealhomeb {
		display: block !important;
		height: 100%;
	}

	body.term-pegasus-i .pg_carousel1 .pegaimg,
	.term-pegasus-i .pg_carousel1 .pegaimg {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	body.term-pegasus-ii .pg_carousel1 .pegaimg,
	.term-pegasus-ii .pg_carousel1 .pegaimg {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.searchandfilter ul li {
		max-width: 100%;
		padding-bottom: 0;
	}

	h2 {
		font-size: 24px;
	}

	body .vc_row.wpb_row.customcoretitle {
		bottom: 0;
		padding-bottom: 0 !important;
	}

	body .vc_row.wpb_row.corebottompd {
		bottom: 0 !important;
		padding-top: 0 !important;
		padding-left: 20% !important;
		padding-right: 20% !important;
	}



	.pg_carousel1 .owl-stage-outer {
		overflow: hidden !important;
	}

	body.term-pegasus-iv,
	.term-pegasus-iv {
		overflow-x: hidden !important;
	}

	body.term-pegasus-iv .pgleft3,
	.term-pegasus-iv .pgleft3 {
		padding-left: 0;
		padding-right: 0;
	}

	.manager_hover {
		height: 22%;
	}


	.page-template-page-foundation .postlist .postimage {
		width: 100%;
		display: block;
		text-align: center;
	}

	.page-template-page-foundation .postlist .postcontent {
		width: 100%;
	}

	.alshowmobilepd {
		display: block;
	}

	.page-template-page-product .content-vertical-center {
		background: url(images/mobile_product2.jpg) no-repeat top center !important;
		background-size: cover;
	}

	.aboutvideo .content-vertical-center {
		background: url(images/mobile-about.jpg) no-repeat top center;
		background-size: cover;
	}

	#homeyoutube iframe {
		display: none !important;

	}

	#homeyoutube {
		background: url(images/mobile_home.jpg) no-repeat top center;
		background-size: cover;
	}

	.mobileplayvideo {
		bottom: 40% !important;
	}

	body.term-pegasus-iii .pegaimg img,
	.term-pegasus-iii .pegaimg img {
		max-width: 140%;
		width: 140%;
		left: -18%;
	}

	body.term-pegasus-iv img.alonetb,
	.term-pegasus-iv img.alonetb {
		max-width: 150%;
		width: 150%;
		left: -15%;
	}

	body.term-pegasus-iv .container.small-width .onlyp4,
	body.term-pegasus-iv .container.small-width,
	.term-pegasus-iv .container.small-width .onlyp4,
	.term-pegasus-iv .container.small-width {
		/*overflow: inherit !important;*/
	}

	.term-pegasus-ii .pg_carousel1 .pegaimg:before {
		bottom: -33px;
		right: -113px;
		width: 569px;
		height: 783px;
	}

	.pegasus-i-detail .pg_carousel1 .pegaimg:before {
		bottom: -7%;
		right: -42%;
		width: 140%;
		height: 113%;
	}

	.term-pegasus-ii .pg_carousel1 .pegaimg img {
		max-width: 100%;
	}

	.pegasus-ii-detail .pg_carousel1 .pegaimg:before {}

	.inertop {
		margin-top: 40px;
		padding-bottom: 60px;
	}

	a.navileft {
		display: none !important;
	}

	.elitemobilefull {
		display: block;
	}

	.elitemobilefull a.clapat-button {
		position: relative;
	}

	.colcap>h2,
	.colcap>h1 {
		display: none !important;
	}

	.mainclick {
		display: none !important;
	}



	.elitemobilefull h1 {
		-webkit-transform: none !important;
		transform: none !important;
		transition: none !important;
		transition: none !important;
		text-shadow: none !important;
	}

	.elitemobilefull h2 {
		-webkit-transform: none !important;
		transform: none !important;
		transition: none !important;
		transition: none !important;
		text-shadow: none !important;
	}














	.vs-div.clicked img.d1b {
		left: -8%;
		bottom: 10%;
		top: auto;
	}

	.colcap h1 {
		font-size: 30px;

	}

	.da1 {
		width: 60%;
		left: auto;
		right: 2%;
		top: 13%;
	}

	.cap-active2 h1 {
		font-size: 28px;
	}

	.cap-active2 h2 {
		font-size: 18px;
	}

	.cap-active2 img {
		max-width: 20% !important;
	}


	.page-template-page-contact .coremodal {
		display: block !important;
	}

	.fancybox-slide .coremodal img {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.fancybox-slide .coremodal h3 {
		margin-top: 3px;
	}

	.fancybox-slide .coremodal .popleft {
		text-align: center;
	}

	.searchandfilter label {
		display: block;
	}

	.alnewsrow {
		padding-bottom: 60px;
	}

	.cd-tabs-navigation {
		width: auto !important;
		margin-left: 3px;
	}

	.alhidemobile {
		display: none;
	}

	.alshowmobile {
		display: block;
	}

	.mbpro h3,
	.mbpro p {
		color: #000;
		text-align: left;
	}

	.mbpro h3 {
		font-size: 18px;
	}

	.mbpro {
		padding: 20px 15px 0 0;
	}

	.prdabsolute {
		display: none !important;
	}

	.formobileproduct {
		display: block;
	}

	.page-template-page-foundation .home-content {
		top: 0 !important;
		opacity: 1 !important;

	}

	.page-template-page-foundation #home {
		/*overflow: inherit;*/
		height: auto;
	}

	.subfoundation .sub-caption h2 {
		visibility: visible !important;
	}

	.menudark .navbar-inner {
		background: #fff;

	}

	.menudark .home-content {
		/*height: auto;*/
	}

	.menudark #home {
		overflow: inherit;
	}

	.home-content .ibg-bg {
		transform: none !important;
		transition: none !important;
		display: none !important;
	}



	.menudark .home-content .movebg:before {
		content: '';
		display: block;
		position: fixed;
		background-color: rgba(255, 255, 255, 0.7);
		width: 100%;
		height: 100%;
	}

	.sub-caption {
		width: 100%;
		padding: 100px 0;
	}

	#logo {
		margin-left: 15px;
	}

	.coreslider .owl-item img {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.paddingmanager {
		top: -100px;
		margin-bottom: -100px;
	}

	#logo img {
		max-width: 70%;
	}

	.hidedesktop .gambit_parallax_inner {
		transform: none !important;
	}

	.toprightmenu a {
		margin: 10px 0px 7px 0;
	}

	.navbar-inner {
		height: 45px;
	}

	.customcoretitle {
		height: auto;
	}

	.customcoretitle h1 {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.customcoretitle .vc_column-inner {
		padding-top: 0 !important;
	}

	.babylogo,
	.babylogoinner {
		top: 20px !important;
		padding-bottom: 15px;
		text-align: center !important;
		left: 0;
	}

	.corename {
		margin-top: 2px;
	}

	.babylogo .wpb_single_image.vc_align_left,
	.babylogoinner .wpb_single_image.vc_align_left {
		text-align: center !important;
	}

	.page-template-page-others .entry-content table {}

	img.d1 {
		left: -14%;
		max-width: 60%;
	}

	img.d2 {
		left: -9%;
		max-width: 50%;
	}

	img.d3 {
		left: -15%;
		max-width: 60%;
	}

	img.d4 {
		right: -18%;
		max-width: 60%;
	}

	img.d5 {
		right: -6%;
		max-width: 38%;
	}

	img.d6 {
		right: -9%;
		max-width: 47%;
	}


	.vs-div {
		display: block !important;
		width: 100% !important;
		transform: none !important;
	}

	.vs-section {
		position: relative !important;
	}

	.is-virtual-scroll {
		overflow-y: scroll !important;
	}

	.page-template-page-elite a.naviright {
		display: none !important;
	}

	.vs-section {
		transform: none !important;
	}

	body .vs-section.scrolledright {

		transform: none !important;
	}

	/*body .hidemobile {
		display: block !important;
	}*/

	.aboutvideo .video_container {
		display: none !important;
	}

	.coremodal {
		/*display: block !important;*/

	}

	.almapcontent {
		padding-top: 50px;
	}

	.page-template-page-contact {
		/*		background: url(images/map2.jpg) no-repeat top center #000;
		background-size: cover;*/
		background: #000;
	}

	.almap {
		display: none !important;
	}

	.mappost {
		display: none !important;
	}

	.coremodal h3 {
		font-size: 26px;
	}

	.coremodal .popleft {
		padding-right: 0 !important;
	}

	.coremodal h5 {
		font-size: 15px;
	}

	.coreslider .owl-nav .owl-prev {
		left: -3%;
		top: 30%;
	}

	.coreslider .owl-nav .owl-next {
		right: -3%;
		top: 30%;
	}

	.hidedesktop {
		display: block !important
	}

	.hidemobile {
		display: none !important;
	}

	.hidedesktop .gambit_parallax_inner {

		background-size: 100% !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-color: #000;
		top: 0 !important;
		height: auto !important;
		min-height: 100vh;
	}

	.hidedesktop .wpb_single_image {
		margin-bottom: 0 !important;
	}

	body .vc_row.wpb_row.hidedesktop {
		padding-bottom: 0 !important;
	}

	.aba1 {
		top: 52%;
		left: 6%;
	}

	.aba2 {
		top: 34%;
		left: 16%;
	}

	.aba3 {
		top: 18%;
		left: 27%;
	}

	.aba4 {
		top: 52%;
		right: -6%;
	}

	.aba5 {
		top: 34%;
		right: 7%;
	}

	.aba6 {
		top: 18%;
		right: 16%;
	}


	.aabn img {
		max-width: 60%;
	}

	.riwaylogoabout>h1:first-child {
		position: relative;
	}

	body .vc_row.wpb_row {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.about_no h1 {
		font-size: 30px;
	}

	.about_no h3 {
		font-size: 18px;
	}

	h1 {
		font-size: 27px;

	}

	.absolutediv {
		right: 3%;
		text-align: right;
		max-width: 50%;
	}

	.copyright {
		font-size: 11px;
	}

	.homeanipro {
		top: auto;
		bottom: -20%;
		left: -24% !important;
		max-width: 100%;
	}

	.absolutediv img {
		max-width: 100%;
		display: inline-block;
	}

	.absolutediv h2 {
		max-width: 70%;
		display: inline-block;
	}

	.absolutediv p {
		font-size: 14px;
		max-width: 70%;
		display: inline-block;
	}

	.client-slider.flexslider li h1 {
		font-size: 28px;
	}

	.client-slider.flexslider li .meta p {
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	body .vc_video-bg {
		pointer-events: inherit !important;
		/*z-index: 9 !important;*/
	}

	.container {
		/*	width: 460px;*/
		width: 80%;
	}

	.container.small-width {
		/*width: 400px;*/
		width: 80%;
	}

	ul.tabs li {
		float: none;
		margin-bottom: 3px;
	}

	ul.tabs li:last-child {
		margin-bottom: 0px;
	}

	ul.tabs li a {
		width: 100%;
	}

	.space-buttons {
		width: 100%;
	}

	.dash_col {
		width: 50%;
		float: left;
		display: block;
	}

	#countdown_dashboard .dash_col {
		border: 1px transparent solid;
	}

	.light-content #countdown_dashboard .dash_col {
		border: 1px transparent solid;
	}

	#countdown_dashboard .dash_col:last-child {
		border-top: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		margin-left: -1px;
		margin-top: -1px;
	}

	#countdown_dashboard .dash_col:first-child {
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}

	.light-content #countdown_dashboard .dash_col:last-child {
		border-top: 1px solid #444;
		border-left: 1px solid #444;
	}

	.light-content #countdown_dashboard .dash_col:first-child {
		border-bottom: 1px solid #444;
		border-right: 1px solid #444;
	}

	.vc_parallax-inner iframe,
	.vc_video-bg iframe {

		width: 100% !important;
		margin: auto !important;
	}


	html body .vc_row.wpb_row.paddingmanager {
		top: 0 !important;
		padding-bottom: 140px !important;
	}

	.product-conscientious img {
		max-width: 40%;
		margin-left: 0;
	}

	.conscientious-image {
		text-align: center;
	}

	.conscientious-image img {
		max-width: 80%;
		margin-right: 0;
	}

	.conscientious-link a {
		margin-left: 0;
	}
}


@media only screen and (max-width: 600px) {

	/* .hometest {
		bottom: 15%;
	} */
}


@media only screen and (max-width: 479px) {


	.term-pegasus .pegasus_caro .owl-nav .owl-next {
		right: -15px;
	}

	.term-pegasus .pegasus_caro .owl-nav .owl-prev {
		left: -15px;
	}

	.about_no h1 {
		font-size: 20px !important;
	}

	.about_no h3 {
		font-size: 18px !important;
	}

	a.downloadvi {
		display: block;
		text-align: center;
	}

	.manager_hover {
		height: 34%;
	}

	.aabn img {
		max-width: 50%;
	}

	.aba3 {
		top: 14%;
	}

	.aba6 {
		top: 14%;
		right: 10%;
	}

	.aba2 {
		top: 31%;
	}

	.aba5 {
		top: 31%;
		right: -2%;
	}

	.aba4 {
		top: 49%;
		right: -14%;
	}

	.aba1 {
		top: 49%;
		left: 6%;
	}

	.searchandfilter ul li {
		width: 100%;

	}

	.searchandfilter ul li select {
		width: 100%;
		margin-bottom: 8px;
	}

	.term-pegasus-ii .pg_carousel1 .pegaimg:before {
		bottom: -21px;
		right: -83px;
		width: 359px;
		height: 493px;
	}



	.pg_carousel1 .pegaimg:before {
		width: 346px;
		bottom: -47px;
		right: -58px;
	}

	.tax-team_elite a.backhof {
		/*display: none;*/
	}

	.pegasus_caro .owl-nav .owl-next {
		right: 8px;
	}

	.pegasus_caro .owl-nav .owl-prev {
		left: 8px;
	}

	.page-template-page-others .backhof {
		display: none;
	}

	.eliteothercontent table,
	.eliteothercontent table thead,
	.eliteothercontent table tbody,
	.eliteothercontent table td,
	.eliteothercontent table tr {
		display: block;
		width: 100% !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		float: none !important;
		clear: left !important;
	}


	.colcap.cap1 {
		width: 50%;
	}

	.elitemobilefull img.pimage {
		max-width: 20%;

	}

	.subfoundation .sub-caption h2 {
		font-size: 18px;
	}

	.subbanner h1 {
		font-size: 30px;
	}

	.babylogo {
		top: 0 !important;
		margin-top: 40px;
	}

	.babylogo img {
		max-width: 40%;
	}

	.client-slider.flexslider li .meta p {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.absolutediv h2 {
		max-width: 100%;
	}

	.absolutediv img {
		width: 100% !important;
	}

	.absolutediv p {
		max-width: 100% !important;
		margin-bottom: 4px;
	}

	img.d1 {
		/*left: -28%;*/
		max-width: 70%;
		/*top: 11%;*/
	}

	img.d2 {
		left: -9%;
		max-width: 60%;
	}

	img.d3 {
		left: -15%;
		max-width: 70%;
	}

	img.d4 {
		right: -30%;
		max-width: 70%;
	}

	img.d5 {
		right: -16%;
		max-width: 48%;
	}

	img.d6 {
		right: -17%;
		max-width: 57%;
	}



	.container {
		width: 300px;
	}

	.container.small-width {
		width: 280px;
	}

	.term-pegasus-i .container.small-width {
		width: 100%;
	}

	.term-pegasus-i .container.small-width .pgleft2 {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	body.term-pegasus-i .pg_carousel1 .pegaimg,
	.term-pegasus-i .pg_carousel1 .pegaimg {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}


	.term-pegasus-ii .container.small-width {
		width: 100%;
	}

	.term-pegasus-ii .container.small-width .pgleft2 {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	body.term-pegasus-ii .pg_carousel1 .pegaimg,
	.term-pegasus-ii .pg_carousel1 .pegaimg {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}


	.term-pegasus-iv .container.small-width {
		width: 100%;
	}

	.term-pegasus-iv .container.small-width .ptfourbg {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}


	.our-team li.team-member {
		width: 280px;
	}

	.team-overflow {
		width: 240px;
	}

	.team-info {
		width: 240px;
	}

	.our-team li.team-member {
		margin: 0 0 70px;
	}

	#filters ul li {
		display: inline;
	}

	#filters ul li a:after {
		color: rgba(0, 0, 0, 0.2);
		content: "";
		padding-left: 0px;
	}

	.latest-news .blog-item {
		margin: 10px 0px;
	}

	.blog-navigation ul li {
		margin: 10px;
	}
}

/* Only Demo Styles for Switcher */
























#switch {
	background: #fff;
	position: fixed;
	display: none;
	top: 126px;
	z-index: 9999;
	width: 300px;
	margin-left: -200px;
	border-radius: 0 5px 5px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}

#switch h4 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: #ededed 1px solid;
}

#switch ul li {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
}

#show {
	z-index: 99999;
	margin-left: 0px;
	position: fixed;
	left: 0;
	top: 20%;
	background: #222222;
	border-radius: 0 3px 3px 0;
	margin-top: 10px;
	padding: 20px 5px;
	cursor: pointer;
}

#hide {
	cursor: pointer;
	line-height: 13px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-bottom: 0px;
}

#setting {
	height: 100px;
	background-image: url('images/option_panel.png');
	background-repeat: no-repeat;
	background-size: 20px 100px;
	width: 20px;
}

.wrap_pattern,
.switchlayout {
	margin-bottom: 10px;
}

.wrap_pattern h4 {
	margin-bottom: 5px !important;
}

.content-switcher {
	padding: 16px;
	overflow: hidden;
}

.content-switcher .m-btn {
	padding: 5px 10px;
	font-size: 12px;
	min-width: 70px;
}

.button.small.color.switch {
	font-size: 12px;
	text-transform: none;
	width: 40px;
	margin: 5px 0px;
	font-weight: normal;
	font-family: 'Open Sans';
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
	letter-spacing: 0;
}

#hide {
	position: absolute;
	background-color: #fff;
	height: 40px;
	width: 40px;
	top: 7px;
	right: 7px;
	border-radius: 0 5px 0px 0;
}

#hide img {
	opacity: 0.3;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#hide img:hover {
	opacity: 0.7;
}

.button {
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	margin: 7px 7px 0 0;
	height: 15px;
	padding: 5px;
	width: 34px;
}

#switch p {
	margin: 5px 0;
}

.styled-select select {
	background: #f5f5f5;
	border: #ededed 1px solid;
	width: 270px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	outline: none;
	border-radius: 3px;
	height: 34px;
	-webkit-appearance: none;
	margin: 10px 0;
}

.cd-tabs {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 2em auto;
}

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

.cd-tabs::after {
	/* subtle gradient layer on top right - to indicate it's possible to scroll */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	/*background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
	display: none;
}

.cd-tabs.is-ended::after {
	/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
	/*overflow: auto;*/
	-webkit-overflow-scrolling: touch;
	/*background: #f8f7ee;*/
	background: transparent !important;
	/*box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);*/
}


/*
@media only screen and (min-width: 576px){
    .search-filter-results .eventlist {

    margin: 0 auto 10px;
	max-width: 400px;

}

}*/




@media only screen and (min-width: 768px) {


	.cd-tabs::after {
		display: none;
	}

	.cd-tabs nav {
		/*position: absolute;
	top: 0;
	left: 0;*/
		height: 100%;
		/*box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);*/
		z-index: 1;
	}

	/*
 .search-filter-results > .row >.eventlist {

    margin: 0 auto 20px;
	max-width: 500px !important;

}

*/
}

@media only screen and (min-width: 960px) {
	.cd-tabs nav {
		position: relative;
		float: none;
		background: transparent;
		box-shadow: none;
	}
}

.cd-tabs-navigation {
	width: 360px;
}

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

.cd-tabs-navigation li {
	float: left;
	list-style: none;
}

.cd-tabs-navigation a {
	position: relative;
	display: block;
	height: 20px;
	padding-right: 15px;
	/*width: 20px;*/
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	padding-top: 34px;
}

.no-touch .cd-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs-navigation a.selected {
	background-color: #ffffff !important;
	box-shadow: inset 0 2px 0 #333;
	color: #29324e;
}

.cd-tabs-navigation a::before {
	/* icons */
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -10px;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("../img/vicons.svg");
	background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
	background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
	background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
	background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
	background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
	background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
	background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
	background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
	background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
	background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
	background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
	background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
	background-position: -100px -20px;
}

@media only screen and (min-width: 768px) {
	.cd-tabs-navigation {
		/* move the nav to the left on medium sized devices */
		width: 80px;
		/*float: left;*/
	}

	.cd-tabs-navigation a {
		height: 100px;
		width: 80px;
		padding-top: 26px;
	}

	.cd-tabs-navigation a.selected {
		/*box-shadow: inset 2px 0 0 #eee;*/
	}

	.cd-tabs-navigation a::before {
		top: 12px;
	}
}

@media only screen and (min-width: 960px) {
	.cd-tabs-navigation {
		/* tabbed on top on big devices */
		width: auto;
		margin: 0;
	}

	.cd-tabs-navigation a {
		height: 48px;
		line-height: 30px;
		width: auto;
		text-align: left;
		font-size: 16px;
		padding: 0.5em 2.8em 0.5em 0em;
	}

	.cd-tabs-navigation a.selected {
		box-shadow: inset 0 2px 0 #333;
	}

	.cd-tabs-navigation a::before {
		top: 50%;
		margin-top: -10px;
		margin-left: 0;
		left: 38px;
	}
}

.cd-tabs-content {
	background: #ffffff;
}

.cd-tabs-content li {
	display: none;
	padding: 1.4em;
}

.cd-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #8493bf;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
	.cd-tabs-content {
		min-height: 480px;
	}

	.cd-tabs-content li {
		padding: 2em 2em 2em 7em;
	}
}

@media only screen and (min-width: 960px) {
	.cd-tabs-content {
		min-height: 0;
	}

	.cd-tabs-content li {
		padding: 3em;
	}

	.cd-tabs-content li p {
		font-size: 16px;
		font-size: 1rem;
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cd-tabs-navigation a i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.cd-tabs-content {
	margin: 0;
}

body .cd-tabs-content li {
	padding: 25px 0;
}




@media only screen and (min-width: 768px) {

	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media only screen and (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}

	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {

		width: 25%;
		*width: 25%;

	}

	.about_no ul li {
		margin-top: 0;
	}
}


@media only screen and (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}

	img.alonetb {
		/*top: 15%;*/
		max-width: 48%;
		right: 2%;
		bottom: 0;
	}

	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
	}


}





@media only screen and (max-height: 920px) {

	img.alonetb {

		/*top: 17%;
		bottom: auto;*/
	}

}




@media only screen and (max-height: 750px) {

	.term-pegasus-iii .scroll-wrapper {
		max-height: 45% !important;
	}

	.term-pegasus-iv .scroll-wrapper {
		max-height: 40% !important;

	}

	.term-pegasus-iii .scroll-wrapper {
		max-height: 45% !important;
	}

	img.alonetb {
		bottom: auto;
		top: 15%;
	}

	.term-pegasus-iii .scroll-wrapper .scrollbar-inner .pegasusdetail,
	.term-pegasus-iv .scroll-wrapper .scrollbar-inner .pegasusdetail {
		visibility: visible !important;
	}

	body.term-pegasus-iv .container.small-width,
	.term-pegasus-iv .container.small-width {
		overflow: hidden;
	}

	.elitetitle {
		font-size: 20px;
	}

	body.term-pegasus-iv .trpyicon,
	.term-pegasus-iv .trpyicon {
		width: 55px;
	}

}

@media only screen and (max-height: 450px) {
	.hometest {
		bottom: 2%;
	}
}











@media only screen and (max-width: 1300px) and (min-width: 991px) {


	.riwaylogoabout .aabn img {
		max-width: 70%;
	}

	.aba6 {
		right: 13%;
	}

	.aba5 {
		right: 5%;
	}

	.aba4 {
		right: -3%;
	}

	.manager_hover h5 {
		font-size: 12px;
	}

	.manager_hover p {
		font-size: 11px;
	}

	.manager_hover {
		height: 35%;
		padding-top: 10px;
	}

}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	.homeanipro {
		bottom: -14%;
	}
}

@media only screen and (max-width: 479px) {

	body.term-pegasus-i .pg_carousel1 .pegaimg,
	.term-pegasus-i .pg_carousel1 .pegaimg {
		margin-top: 30px;
	}

}

@media (max-width:1199px) {

	body.page-template-page-news #logo img.logowhite,
	body.page-template-page-others #logo img.logowhite {
		/* display: none; */
		display: none;
	}

	body.page-template-page-news #logo img.logodark,
	body.page-template-page-others #logo img.logodark {
		/* display: block; */
		display: block;
	}

	body.menudark span.shiftnav-toggle i.fa {
		color: #000;
	}

}

@media (max-width:991px) {

	body.page-template-page-news .sticky-wrapper.is-sticky #logo img.logowhite,
	body.page-template-page-others .sticky-wrapper.is-sticky #logo img.logowhite {
		/* display: none; */
		display: block;
	}

	body.page-template-page-news .sticky-wrapper.is-sticky #logo img.logodark,
	body.page-template-page-others .sticky-wrapper.is-sticky #logo img.logodark {
		/* display: block; */
		display: none;
	}

	body.page-template-page-others .sticky-wrapper.is-sticky .navbar-inner:hover .toprightmenu ul li a.wpml-ls-item-toggle {
		color: #000 !important;
	}

	body.page-template-page-others .sticky-wrapper.is-sticky .toprightmenu ul li a.wpml-ls-item-toggle {
		color: #fff !important;
		/* color: #fff !important; */
	}

	body.page-template-page-news .sticky-wrapper.is-sticky .toprightmenu a,
	body.page-template-page-others .sticky-wrapper.is-sticky .toprightmenu a {
		/* color: #000; */
		color: #fff;
	}
}

@media (max-width:767px) {}

@media (max-width:575px) {}

a.tooltipstered.mappost.tipmm {
	display: none !important;
}

div#modal-myanmar {
	display: none !important;
}