@import url('font-awesome.css');
@import url('../iconfont/iconfont.css');
@import url(/skin/css/swiper.min.css);
@import url(/skin/css/ameiteke.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/share.min.css);
@import url(/skin/css/bootstrap.css);
@import url(/skin/css/bxslider.css);
@import url(/skin/css/style_article.css);

body {
	font-size: 14px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Hind', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:#333;
}

a:hover,a:focus,a:visited {
	text-decoration: none;
	outline: none;
}
.margin-l{
    margin-right: 10px;
}
h1,h2,h3,h4,h5,h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Hind', sans-serif;
}

input,button,select,textarea {
	font-family: 'Hind', sans-serif;
}

.theme_color {
	color: #036eb8;
}

p {
	/*position: relative;*/
	line-height: 1.8em;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
.logo{
	width:311px;
	margin: 0 auto;
}
.grey-bg {
	background-color: #fafafa;
}

ul,li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}/*List Style One*/.list-style-one {
	position: relative;
	margin: 30px 0px;
}

.list-style-one li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #777777;
	font-size: 15px;
	font-weight: 400;
}
.card{
    width: 135px;
    position: absolute;
    top: 75px;
    right: 0;
    text-align: center;
}
.widget-content{
    overflow: hidden;
}
.widget-content_imges{
    width: 90%;
    float: left;
}
.card img{
    width: 100%!important;
    display: block!important;
}
.list-style-one li:before {
	position: absolute;
	content: '\f119';
	left: 0px;
	top: 0px;
	color: #036eb8;
	font-size: 18px;
	font-family: "Flaticon";
}
.list-style-two {
	position: relative;
}
.widget-content{
    overflow: hidden;
}
.wechatpublic{
   width: 135px;
   display: block;
   margin: 0 auto;
}
.list-style-two li {
	position: relative;
	color: #777777;
	font-size: 15px;
	margin-bottom: 15px;
}

.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	color: #b4d53f;
	line-height: 1em;
	font-size: 20px;
}

.list-style-two.style-two li {
	color: #ababab;
}/*List Style Three*/.list-style-three {
	position: relative;
	margin-top: 30px;
}

.list-style-three li {
	position: relative;
	color: #777777;
	font-size: 15px;
	padding-left: 35px;
	margin-bottom: 15px;
}

.list-style-three li .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #777777;
	line-height: 1em;
	font-size: 18px;
}/*Btn Style One*/.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	background: #036eb8;
	display: inline-block;
	padding: 10px 35px 8px;
	border: 2px solid rgba(0,0,0,0.10);
	border-radius: 3px;
	text-transform: uppercase;
}

.btn-style-one:hover {
	opacity: 0.70;
	color: #ffffff;
}

.btn-style-two {
	position: relative;
	line-height: 24px;
	color: #036eb8;
	font-size: 15px;
	font-weight: 700;
	background: #ffffff;
	display: inline-block;
	padding: 10px 35px 8px;
	border-bottom: 2px solid rgba(0,0,0,0.30);
	border-radius: 3px;
	text-transform: uppercase;
}

.btn-style-two:hover {
	background: #036eb8;
	color: #ffffff;
	border-bottom-color: rgba(0,0,0,0.10);
}

.btn-style-three {
	position: relative;
	line-height: 24px;
	color: #036eb8;
	font-size: 15px;
	font-weight: 700;
	background: #ffffff;
	display: inline-block;
	padding: 8px 35px;
	border: 2px solid #036eb8;
	border-radius: 3px;
	text-transform: uppercase;
}

.btn-style-three:hover {
	background: #036eb8;
	color: #ffffff;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/preloader.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}/*** ====================================================================	Fancy Box====================================================================***/.fancybox-next span,.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28,28,28,0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../img/icon-cross.png) center center no-repeat;
	background-color: rgba(17,17,17,0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}
.social-icon-one {
	position: relative;
}

.social-icon-one .share {
	color: #222222;
	font-size: 16px;
	font-weight: 700;
}

.social-icon-one li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 38px;
	height: 38px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 38px;
	color: #a7a7a7;
	display: inline-block;
	background-color: #ebebeb;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ffffff;
	background-color: #036eb8;
}
.social-icon-two {
	position: relative;
	text-align: center;
	padding: 10px 0px;
}

.social-icon-two li {
	position: relative;
	margin: 0px 8px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	line-height: 38px;
	color: #c3c3c3;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #036eb8;
}/*** ====================================================================	Social Icon Three====================================================================***/.social-icon-three {
	position: relative;
	text-align: right;
}

.social-icon-three li {
	position: relative;
	margin-left: 8px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	border-radius: 50%;
	line-height: 28px;
	color: #444444;
	display: inline-block;
	border: 2px solid #444444;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #036eb8;
	border-color: #036eb8;
}/*** ====================================================================	Scroll To Top style====================================================================***/.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #444444;
	display: none;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #036eb8;
}/*** ====================================================================	Main Header style====================================================================***/.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
}

.main-header .auto-container {
	position: relative;
}

.main-header .header-top {
	position: relative;
	background: #036eb8;
	color: #ffffff;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 12px 0px;
	line-height: 24px;
	color: #ababab;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 10px 10px;
}

.main-header .header-top .top-right .links {
	position: relative;
	float: left;
}

.main-header .header-top .top-right .links li {
	position: relative;
	float: left;
	margin-left: 30px;
	line-height: 24px;
	padding: 2px 0px;
	color: #ababab;
}

.main-header .header-top .top-right ul li:first-child {
	margin-left: 0px;
}

.main-header .header-top .top-right .links li .icon {
	position: relative;
	top: 1px;
	padding-right: 10px;
}

.main-header .header-top .top-right .links li a {
	position: relative;
	line-height: 24px;
	color: #fff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .header-top .top-right .links li a:hover {
	color: #036eb8;
}/*Social Icons*/.header-top .social-icon {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top .social-icon li {
	position: relative;
	float: left;
	margin-left: 10px;
}

.header-top .social-icon li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #ababab;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #4f4f4f;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .social-icon li a:hover {
	color: #ffffff;
	background: #036eb8;
}/*Main Box*/.main-header .main-box {
	background-color: #fff;
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
	position: fixed;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
	position: relative;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 19px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-toggler {
	position: relative;
	right: 0px;
	width: 44px;
	height: 46px;
	top: 50%;
	margin-top: 0px;
	display: block;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dddddd;
}

.main-header .nav-toggler button {
	position: relative;
	left: 12px;
	display: block;
	color: #444444;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	background: none;
	font-weight: 600;
}

.main-header .nav-outer {
	position: relative;
	float: right;
	padding-right: 70px;
}

.main-header .nav-outer .search-box-outer {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	display: block;
}

.main-header .nav-outer .search-box-btn {
	position: relative;
	display: block;
	border: 0;
	width: 40px;
	height: 40px;
	background: #f4f4f4;
	font-size: 14px;
	color: #555555;
	line-height: 38px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .nav-outer .search-box-outer .dropdown-menu {
	top: 70px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 2px solid #036eb8;
}

.main-header .nav-outer .search-box-outer .dropdown-menu >li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .nav-outer .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .nav-outer .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .nav-outer .search-panel input[type="text"],.main-header .nav-outer .search-panel input[type="search"],.main-header .nav-outer .search-panel input[type="password"],.main-header .nav-outer .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 24px;
	background: #ffffff;
	outline: none;
	padding: 7px 40px 7px 15px;
	border: 1px solid #e0e0e0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-outer .search-panel input:focus,.main-header .nav-outer .search-panel select:focus {
	border-color: #036eb8;
}
.header-top .top-right .links li .icon {
    position: relative;
    top: 1px;
    padding-right: 10px;
}
#time_one{
	margin-right:20px;
}
.search li.active a{
    background: #036eb8!important;
    border: 1px #036eb8 solid ;
}
.search li{
    background: none!important;
    border: 0!important;
}
.search li a{
    font-weight: normal!important;
    padding: 0;
    line-height: 38px!important;
    border-radius: 0!important;
}
.main-header .nav-outer .search-panel .search-btn {
	position: absolute;
	right: 0px;
	outline: none;
    border: 1px solid #ccc;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}

.main-menu {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation >li {
	position: relative;
	float: left;
	padding: 15px 0px;
	margin-left: 30px;
}

.main-menu .navigation >li >a {
    font-family: sans-serif;
	position: relative;
	display: block;
	padding: 18px 0px 18px;
	color: #2f2f2f;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 15px;
	opacity: 1;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation >li:hover >a,.main-menu .navigation >li.current >a {
    color: #036eb8;
	opacity: 1;
}

.main-menu .navigation >li:hover >a:before,.main-menu .navigation >li.current >a:before {
	width: 100%;
}

.main-menu .navigation >li.dropdown >a {
	padding-right: 18px;
}

.main-menu .navigation >li.dropdown >a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	z-index: 5;
}

.main-menu .navigation >li >ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background: #fefefe;
	border-top: 2px solid #036eb8;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation >li >ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation >li >ul >li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation >li >ul >li:last-child {
	border-bottom: none;
}

.main-menu .navigation >li >ul >li >a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #222222;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation >li >ul >li:hover >a {
	color: #ffffff;
	background-color: #036eb8;
}
.main-menu .navigation >li >ul >li>a.main_menu_a{
	color: #ffffff;
	background-color: #036eb8;
}

.main-menu .navigation >li >ul >li.dropdown >a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation >li >ul >li.dropdown:hover >a:after {
	color: #ffffff;
}

.main-menu .navigation >li >ul >li >ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 240px;
	z-index: 100;
	display: none;
	background: #fefefe;
	border-top: 2px solid #036eb8;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation >li >ul >li >ul >li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.li_inner_one .tp-parallax-wrap{
	
	display:block;
	visibility:visible;
	left:88px;
	top:230px;
	z-index:5;
}
.li_inner_one .tp-loop-wrap{
	
	display:block;
}
.tp-caption{
	z-index:7;
	white-space:normal;
	visibility:inherit;
	transition:none 0s ease 0s;
	line-height:27px;
	border-width:0px;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	font-weight:400;
	font-size:15px;
	min-height:0px;
	min-width:700px;
	max-height:none;
	max-width:700px;
	opacity:1;
	transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
	transform-origin:50% 50% 0px;
}
.tp-mask-wrap{
	display: block; overflow: hidden; transform: matrix(1, 0, 0, 1, 0, 0);
}
.li_inner{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0px,-50%);
}
.banner_inner .swiper-slide:nth-child(1) .li_inner{
    left: 10%;
    transform: translate(0px,-50%);
   
}
.banner_inner .swiper-slide:nth-child(2) .li_inner{
    left: 50%;
	text-align: center;
    transform: translate(-50%,-50%);
}
.banner_inner .swiper-slide:nth-child(3) .li_inner{
    right: 10%;
    left: inherit;
    transform: translate(0px,-50%);
	text-align: right;
}
.banner_inner .swiper-slide:nth-child(4) .li_inner{
    left: 10%;
    transform: translate(0px,-50%);
}
.li_inner_two .tp-parallax-wrap{
	display: block; visibility: visible; left: 88px; top: 320px; z-index: 5;
}
.tp-loop-wrap{
	display:block;
}
.li_inner_shre .tp-parallax-wrap{
	 display: block; visibility: visible; left: 88px; top: 422px; z-index: 5;
}

.main-menu .navigation >li >ul >li >ul >li:last-child {
	border-bottom: none;
}

.main-menu .navigation >li >ul >li  >ul >li >a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #222222;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation >li >ul >li  >ul >li >a:hover {
	color: #ffffff;
	background-color: #036eb8;
}

.main-menu .navigation >li.dropdown:hover >ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li >ul >li.dropdown:hover >ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .btn-outer {
	position: relative;
	float: right;
	padding: 27px 0px;
	margin-left: 30px;
}/*Header Style Two*/.header-style-two {
	position: absolute;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-style-two .main-menu .navigation >li >a {
	color: #ffffff;
}

.header-style-two .nav-outer .search-box-btn {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.90);
}

.main-header.fixed-header .main-box {
	background-color: #fff;
}

.header-style-two.fixed-header .main-box {
	background-color: #444444;
	border: 0px;
}
.main-slider {
	position: relative;
	overflow:hidden;
	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(0,0,0,0.40) !important;
}

.main-slider .big-title {
	position: relative;
	font-weight: 400;
	font-size: 66px;
	color: #036eb8;
	line-height: 1.2em;
	font-family: 'Grand Hotel', cursive;
	text-shadow: 4px 4px 12px #036eb8;
}

.main-slider .medium-title {
	position: relative;
	font-weight: 400;
	font-size: 50px;
	color: #036eb8;
	text-align: center;
	line-height: 1.2em;
	font-family: 'Grand Hotel', cursive;
}

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
	text-align: center;
}

.main-slider h1:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	margin-left: -30px;
	width: 60px;
	border-bottom: 2px solid #036eb8;
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
}


.main-slider .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.6em;
}

.main-slider .tp-bannertimer,.main-slider .tp-bullets {
	display: none !important;
}/*** ====================================================================	Section Title====================================================================***/.sec-title {
	position: relative;
	margin-bottom: 0px;
}

.sec-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #2f2f2f;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-bottom: 12px;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 1px;
	background-color: #e0e0e0;
}

.sec-title .text {
	position: relative;
	color: #777777;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.sec-title.centered h2:after {
	left: 50%;
	margin-left: -35px;
}

.sec-title.centered {
	text-align: center;
}
.welcome-section {
	position: relative;
	overflow: hidden;
	padding: 30px 0px 0px;
}

.welcome-section .text-column {
	position: relative;
	margin: 0px 0 50px;
}

.welcome-section .sec-title {
	margin-bottom: 10px;
}

.welcome-section .text-column .inner {
	position: relative;
	padding: 0px 30px 0px;
}

.welcome-section .text-column .quote {
    text-align: center;
	position: relative;
	padding: 0px 80px;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	font-family: 'Dosis',sans-serif;
}

.welcome-section .text-column .text-content {
	position: relative;
	margin-bottom: 30px;
}

.welcome-section .text-column .info {
	position: relative;
}

.welcome-section .text-column .info .name {
	color: #222222;
	font-size: 32px;
	font-family: 'Grand Hotel', cursive;
}

.welcome-section .image-column {
	position: relative;
}

.welcome-section .image-column .image-box {
	position: relative;
	text-align: center;
}
.fluid-section-one {
	position: relative;
	padding: 50px 0;
	
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
}

.fluid-section-one .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .text-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-one .text-column .inner {
	position: relative;
	max-width: 600px;
	padding: 45px 15px 50px 80px;
}

.fluid-section-one .title {
	position: relative;
	margin-bottom: 20px;
}

.fluid-section-one .title h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.4em;
	padding-bottom: 12px;
}

.fluid-section-one .title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 60px;
	height: 1px;
	background-color: #e0e0e0;
}

.fluid-section-one .don-info {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-left: 20px;
}

.fluid-section-one .don-info strong {
	font-weight: 600;
	font-size: 20px;
}

.fluid-section-one .text-column .text {
	position: relative;
	line-height: 1.8em;
	margin-bottom: 30px;
}/*** ====================================================================	Tab Section====================================================================***/.tab-section {
	position: relative;
	padding: 60px 0px;
}

.tab-section .prod-tabs {
	position: relative;
}

.tab-section .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.tab-section .prod-tabs .tab-btns .tab-btn .date {
	position: relative;
	color: #b7b7b7;
	font-size: 13px;
	font-weight: 400;
	display: block;
}

.tab-section .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.6em;
	margin-bottom: 4px;
	padding: 20px 30px 20px;
	transition: all 500ms ease;
	text-transform: capitalize;
	background-color: #fafafa;
	outline: dashed 1px #e0e2e2;
	outline-offset: -10px;
}

.tab-section .prod-tabs .tab-btns .tab-btn .icon {
	position: relative;
	margin-right: 20px;
	font-size: 20px;
	line-height: 1em;
	top: 2px;
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn,.tab-section .prod-tabs .tab-btns .tab-btn:hover {
	color: #ffffff;
	background-color: #ffcc33;
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn:before {
	opacity: 1;
}

.tab-section .prod-tabs .tabs-content {
	position: relative;
	padding: 35px 35px 35px;
	background-color: #fafafa;
}

.tab-section .prod-tabs .tabs-content .tab {
	position: relative;
	padding: 0px;
	display: none;
}

.tab-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.tab-section .prod-tabs .tabs-content .image-column .image img {
	width: 100%;
	display: block;
}

.tab-section .prod-tabs .tabs-content .content-column {
	position: relative;
}

.tab-section .prod-tabs .tabs-content .content-column h3 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.tab-section .prod-tabs .tabs-content .content-column .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
}
.gallery-section {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px;
}

.gallery-section .items-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}



.gallery-section .filters {
    margin-top: 15px;
	margin-bottom: 15px;
}

.pull-right .filters li {
	position: relative;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #036eb8;
	margin: 0px 5px 0px;
}
.pull-right .filters a{
    color: #777777;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 3px 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.pull-right .filters .filter.active,.pull-right .filters .filter:hover {
    color: #036eb8;
    border-color: #036eb8;
    background: #036eb8;
}

.pull-right .filters .filter.active a,.pull-right .filters .filter:hover a{
    color: #fff;
}

.default-gallery-item.mix {
	display: block!important;
}

.default-gallery-item.big-item {
	width: 25%;
	float: left;
}

.default-gallery-item.normal-item {
	width: 20%;
	float: left;
}/*Default Gallery Item*/.default-gallery-item {
	position: relative;
}

.default-gallery-item.masonry-item {
	position: relative;
	/*border: 1px solid #ffffff;*/
}

.default-gallery-item .inner-box {
	position: relative;
}

.default-gallery-item .inner-box .image-box {
	position: relative;
}
@media only screen and (min-width: 768px){
    .inner-gbtu{
    width: 298px;
    height: auto;
    padding: 10px;
            }
}

@media only screen and (max-width:880px) {
	.brand_list li .pic{width:100%!important;float:none!important;padding: 2%!important;}
	.brand_list li .wz{width:100%!important;float:none!important;padding-top:15px!important;}
	.brand_list li .wz p{text-align:center!important;}
	.brand_list li .wz span{text-align:center!important;}
	.brand_list li .wz a.more{margin:0 auto!important;}
	.brand_pro ul li{width:96%!important;padding: 2%!important;float:none!important;margin-right:0!important;margin-bottom:20px!important;}
	.brand_pro ul{padding-top:20px!important;}
	.brand_pro ul li .pic a{height:220px!important;}}

@media only screen and (max-width: 769px){
.leftBox {
    max-width: 340px!important;
    float: left;
}	
	
.sidebar-page-container {
    padding: 30px 0px 80px!important;
}
}
@media only screen and (max-width: 768px){
.pull-right .filters li {
    display: block;
    text-align: center;
}    
    
.wapbeian {display:none;}	
	
    .inner-gbtu img{
   
    height: auto!important;
    
            }
    .welcome-section .text-column {
    margin: 50px 0 50px;
    }
            
}


.default-gallery-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
	height: 246px;
}

.default-gallery-item .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	opacity: 1;
	text-align: center;
	padding: 15px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 20px;
	background: rgba(0,0,0,0.60);
	border: 1px solid rgba(255,255,255,0.50);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .category {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #036eb8;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-family: 'Grand Hotel', cursive;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 a {
	color: #ffffff;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .option-btn {
	position: relative;
	width: 38px;
	height: 38px;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
	font-weight: 700;
	padding-left: 1px;
	border: 1px solid #ffffff;
}

.default-gallery-item .inner-box:hover .overlay-box {
	top: 0px;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}/*** ====================================================================	News Section====================================================================***/.news-section {
	position: relative;
	padding: 110px 0px 100px;
}

.news-section .column-text {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 40px;
}

.news-block {
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .inner-box .image-column {
	position: relative;
}

.news-block .inner-box .image-column .image {
	position: relative;
}

.news-block .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .image-column .image .post-date {
	position: absolute;
	min-width: 69px;
	height: 67px;
	right: 30px;
	top: 55px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 1.8em;
	padding-top: 8px;
	background-color: #036eb8;
	outline: solid 1px rgba(255,255,255,0.50);
	outline-offset: -6px;
}

.news-block .inner-box .image-column .image .post-date span {
	font-weight: 600;
	display: block;
	font-size: 20px;
}

.news-block .inner-box .content-column {
	position: relative;
}

.news-block .inner-box .content-column .content-inner {
	position: relative;
	padding: 35px 40px 40px;
	margin-top: 35px;
	margin-left: -60px;
	background-color: #ffffff;
	border: 1px solid #ececec;
}

.news-block .inner-box .content-column .content-inner h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.news-block .inner-box .content-column .content-inner h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block .inner-box .content-column .content-inner h3 a:hover {
	color: #036eb8;
}

.news-block .inner-box .content-column .content-inner .text {
	position: relative;
	margin-bottom: 20px;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
}

.news-block .inner-box .content-column .content-inner .post-meta {
	position: relative;
	margin: 4px 0px 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news-block .inner-box .content-column .content-inner .post-meta:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 40px;
	background-color: #036eb8;
}

.news-block .inner-box .content-column .content-inner .post-meta li {
	position: relative;
	color: #777777;
	font-size: 14px;
	padding-left: 24px;
	margin-right: 15px;
	display: inline-block;
}

.news-block .inner-box .content-column .content-inner .post-meta li .icon {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	color: #036eb8;
}

.news-section .event-column .event-inner-column {
	padding-left: 20px;
}

.news-section .event-column .event-inner {
	position: relative;
	height: 672px;
    overflow: hidden;
	padding: 30px 30px;
	border: 1px solid #ececec;
}
.event-block {
	position: relative;
	margin-bottom: 25px;
}

.event-block .inner-box {
	position: relative;
	padding-bottom: 25px;
}

.event-block .inner-box:after {
	position: absolute;
	content: '';
	left: 50%;
	width: 70px;
	height: 1px;
	bottom: 0px;
	margin-left: -35px;
	background-color: #ececec;
}

.event-block .inner-box .image {
	position: relative;
}

.event-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.event-block .inner-box .content-box {
	position: relative;
	padding: 20px 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -65px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ececec;
}

.event-block .inner-box .content-box .date {
	position: relative;
	color: #777777;
	font-size: 13px;
	margin-bottom: 4px;
}

.event-block .inner-box .content-box h3 {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.event-block .inner-box .content-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.event-block .inner-box .content-box h3 a:hover {
	color: #036eb8;
}
.event-inner .swiper-slide{
    display: inline-block;
}
.event-inner .swiper-slide:last-child  .event-block{
	margin: 0px;
}

.event-inner .swiper-slide:last-child .inner-box {
	padding-bottom: 0px;
}
.call-to-action {
	position: relative;
	padding: 87px 0px 97px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.2);
}

.call-to-action .title {
	position: relative;
	color: #036eb8;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Grand Hotel', cursive;
}

.call-to-action h2 {
	position: relative;
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.call-to-action .text {
	position: relative;
	font-size: 32px;
	color: #ffffff;
	max-width: 1200px;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-weight: 500;
}/*** ====================================================================	Testimonial Section====================================================================***/.testimonial-section {
	position: relative;
	padding: 110px 0px 120px;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 210px;
	max-width: 980px;
	margin: 0 auto;
}

.testimonial-block .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #ececec;
}

.testimonial-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

.testimonial-block .inner-box .author {
	position: relative;
	color: #222222;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .author span {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-section .owl-nav {
	display: none;
}

.testimonial-section .owl-dots {
	position: relative;
	margin-left: 300px;
}

.testimonial-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
}

.testimonial-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 4px;
	border-radius: 10px;
	background-color: #e0e0e0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot.active span,.testimonial-section .owl-dots .owl-dot:hover span {
	width: 35px;
	background: #036eb8;
}/*** ====================================================================	Client Section====================================================================***/.clients-section {
	position: relative;
	padding: 50px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.clients-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.75);
}

.clients-section .owl-nav,.clients-section .owl-dots {
	display: none;
}

.clients-section .image-box {
	text-align: center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.clients-section .image-box img {
	position: relative;
	width: auto;
	opacity: 0.50;
	max-width: 100%;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.clients-section .image-box:hover img {
	opacity: 1;
}
.main-footer {
	position: relative;
	padding: 20px 0px 0px;
	background: #fafafa;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .footer-widget .footer-logo {
	position: relative;
	margin-bottom: 5px;
}

.main-footer .footer-widget .widget-content .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding-top: 15px;
}/*Footer Title*/.main-footer .footer-title {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .footer-title h2 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.main-footer .footer-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 1px;
	background-color: #036eb8;
}/*List Widget*/.main-footer .links-widget .list li {
	position: relative;
	margin-bottom: 6px;
}

li.hrefban {
	width:50%;
	float:left;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	padding: 4px 0px 4px 20px;
	text-transform: capitalize;
	color: #777777;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:before {
	position: absolute;
	content: '\f105';
	left: 0px;
	top: 2px;
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover,.main-footer .links-widget .list li a:hover::before {
	color: #036eb8;
}/*Post Widget*/.main-footer .posts-widget .post {
	position: relative;
	min-height: 75px;
	padding-left: 100px;
	margin-bottom: 30px;
}

.main-footer .posts-widget .post:last-child {
	margin-bottom: 0px;
}

.main-footer .posts-widget .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 78px;
}

.main-footer .posts-widget .post .post-thumb img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.main-footer .posts-widget .post .desc-text {
	position: relative;
	font-size: 16px;
	color: #222222;
	line-height: 1.6em;
	font-weight: 500;
}

.main-footer .posts-widget .post .desc-text a {
	color: #222222;
}

.main-footer .posts-widget .post .time {
	position: relative;
	color: #969595;
	line-height: 24px;
	margin-top: 4px;
	font-weight: 500;
}/*** ====================================================================	Services Section====================================================================***/.services-section {
	position: relative;
	padding: 145px 0px;
}

.services-section .left-column {
	position: relative;
}

.services-section .left-column .inner-column {
	position: relative;
	padding-right: 25px;
}

.services-section .left-column .services-block:first-child .inner-box:after {
	position: absolute;
	content: '';
	left: 105%;
	top: 50px;
	width: 100px;
	border: 1px dashed #efefef;
	-ms-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
}

.services-section .left-column .services-block:nth-child(2) .inner-box:after {
	position: absolute;
	content: '';
	left: 105%;
	top: 35px;
	width: 100px;
	border: 1px dashed #efefef;
}

.services-section .left-column .services-block:nth-child(3) .inner-box:after {
	position: absolute;
	content: '';
	left: 105%;
	top: 15px;
	width: 100px;
	border: 1px dashed #efefef;
	-ms-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
}/*Services Block*/.services-block {
	position: relative;
	margin-bottom: 60px;
}

.services-block .inner-box {
	position: relative;
	text-align: right;
	padding-right: 105px;
}

.services-block .inner-box .icon-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	height: 75px;
	color: #646464;
	line-height: 65px;
	font-size: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: #f4f4f4;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 5px solid transparent;
}

.services-block .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.services-block .inner-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box h3 a:hover {
	color: #036eb8;
}

.services-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.7em;
}

.services-block .inner-box:hover .icon-box {
	color: #ffffff;
	border: 5px solid rgba(255,255,255,0.5);
	background-color: #036eb8;
}/*Services Block Two*/.services-block-two {
	position: relative;
	margin-bottom: 60px;
}

.services-block-two .inner-box {
	position: relative;
	text-align: left;
	padding-left: 105px;
}

.services-block-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	height: 75px;
	color: #646464;
	line-height: 68px;
	font-size: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: #f4f4f4;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 5px solid transparent;
}

.services-block-two .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.services-block-two .inner-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover {
	color: #036eb8;
}

.services-block-two .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.7em;
}

.services-block-two .inner-box:hover .icon-box {
	color: #ffffff;
	border: 5px solid rgba(255,255,255,0.5);
	background-color: #036eb8;
}/*Right Column*/.services-section .right-column {
	position: relative;
}

.services-section .right-column .inner-column {
	position: relative;
	padding-left: 25px;
}

.services-section .right-column .services-block-two:first-child .inner-box:after {
	position: absolute;
	content: '';
	right: 105%;
	top: 50px;
	width: 100px;
	border: 1px dashed #efefef;
	-ms-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

.services-section .right-column .services-block-two:nth-child(2) .inner-box:after {
	position: absolute;
	content: '';
	right: 105%;
	top: 35px;
	width: 100px;
	border: 1px dashed #efefef;
}

.services-section .right-column .services-block-two:nth-child(3) .inner-box:after {
	position: absolute;
	content: '';
	right: 105%;
	top: 15px;
	width: 100px;
	border: 1px dashed #efefef;
	-ms-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
}

.services-section .image-column {
	position: relative;
	text-align: center;
}/*** ====================================================================	Counter Section====================================================================***/.counter-section {
	position: relative;
	padding: 100px 0px 70px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.counter-section:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
}

.counter-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	z-index: 1;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 40px;
	text-transform: uppercase;
}/*** ====================================================================	Fact Counter style====================================================================***/.fact-counter-section {
	position: relative;
	padding: 50px 0px 0px 0px;
}

.fact-counter {
	position: relative;
	color: #103d68;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
	top: 0;
	text-align: center;
	padding: 40px 0px 40px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.15);
}

.fact-counter .column .inner .icon-box {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	line-height: 1em;
}

.fact-counter .count-outer {
	position: relative;
	font-size: 28px;
	line-height: 1em;
	font-weight: 700;
	margin-top: 20px;
}

.fact-counter .count-outer .plus-icon {
	position: relative;
	font-weight: 700;
	color: #ffffff;
	font-size: 28px;
	display: inline-block;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #ffffff;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 10px;
	padding-bottom: 12px;
}

.fact-counter .column .counter-title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	height: 2px;
	width: 45px;
	margin-left: -22px;
	background-color: #036eb8;
}/*** ====================================================================	Project Filter Section====================================================================***/.project-section {
	position: relative;
	padding: 90px 0px 120px;
}

.project-section .default-gallery-item {
	margin-bottom: 30px;
}

.project-section .filters {
	position: relative;
	text-align: center;
	padding-bottom: 40px;
}

.project-section .filters li {
	position: relative;
	display: inline-block;
	padding: 5px 16px 2px;
	line-height: 24px;
	color: #777777;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 5px 10px;
	border-radius: 4px;
	border: 1px solid transparent;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-section .filters li:hover,.project-section .filters li.active {
	color: #ffcc33;
	border-color: #ffcc33;
}/*** ====================================================================	Team Section====================================================================***/.team-section {
	position: relative;
	padding: 145px 0px 120px;
}

.team-block {
	position: relative;
	margin-bottom: 40px;
}

.team-block .inner-box {
	position: relative;
}

.team-block .inner-box .image {
	position: relative;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block .inner-box .lower-box {
	position: relative;
	background-color: #f4f4f4;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
}

.team-block .inner-box:hover .lower-box {
	margin-top: -140px;
}

.team-block .inner-box h3 {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 0px 12px;
	color: #ffffff;
	text-align: center;
	background-color: #036eb8;
	text-transform: uppercase;
}

.team-block .inner-box h3 a {
	color: #ffffff;
}

.team-block .inner-box h3 span {
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
}

.team-block .inner-box .text-outer {
	position: relative;
	height: 0px;
	overflow: hidden;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
}

.team-block .inner-box .text-outer .text {
	position: relative;
	left: 0px;
	top: 5px;
	width: 100%;
	color: #777777;
	font-size: 15px;
	padding: 20px 30px 10px;
	text-align: center;
}

.team-block .inner-box:hover .lower-box .text-outer {
	height: 140px;
}

.team-block .inner-box .lower-box .text-outer .profile {
	position: relative;
	font-size: 15px;
	color: #222222;
	text-align: center;
	display: block;
}/*Footer Style Two*/.footer-style-two {
	position: relative;
	background-color: #222222;
}

.footer-style-two .footer-widget {
	margin-bottom: 30px;
}/*Footer Title*/.footer-style-two .footer-title {
	position: relative;
	margin-bottom: 30px;
}

.footer-style-two .footer-title h2 {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-style-two .outer-container {
	position: relative;
}

.footer-style-two .outer-container .left-column {
	position: relative;
	width: 50%;
	float: left;
	padding: 90px 15px 30px;
}

.footer-style-two .outer-container .left-column .content {
	position: relative;
	max-width: 560px;
	float: right;
	width: 100%;
}

.footer-style-two .footer-widget .text {
	position: relative;
	color: #ababab;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 20px;
}/*List Widget*/.footer-style-two .links-widget .list li {
	position: relative;
	margin-bottom: 2px;
}

.footer-style-two .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	padding: 4px 0px 4px 20px;
	text-transform: capitalize;
	color: #909090;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footer-style-two .links-widget .list li a:before {
	position: absolute;
	content: '\f105';
	left: 0px;
	top: 2px;
	color: #036eb8;
	font-family: 'FontAwesome';
}

.footer-style-two .links-widget .list li a:hover,.footer-style-two .links-widget .list li a:hover::before {
	color: #036eb8;
}/*Right Column*/.footer-style-two .outer-container .right-column {
	position: absolute;
	width: 50%;
	right: 0px;
	height: 100%;
}

.footer-style-two .outer-container .right-column .map-canvas {
	position: absolute !important;
	right: 0px;
	height: 100%;
	width: 100%;
	min-height: 400px;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.main-footer .widgets-section {
	position: relative;
}

.footer-style-two .footer-bottom {
	position: relative;
	padding: 24px 0px 20px;
	background-color: #161616;
}

.footer-style-two .footer-bottom .copyright {
	position: relative;
	color: #909090;
	font-size: 15px;
}
.page-title {
	position: relative;
	padding: 115px 0px 115px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.page-title .inner-box {
	position: relative;
}

.page-title h1 {
	font-size: 44px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.page-title .bread-crumb {
	position: relative;
	color: #ffffff;
}
.page-title .bread_crumb_hide{
	display: none!important;
}
.page-title .bread-crumb li {
	position: relative;
	color: #ffffff;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	padding-right: 10px;
	display: inline-block;
	text-transform: uppercase;
}

.page-title .bread-crumb li:after {
	position: absolute;
	content: '/';
	right: -2px;
	top: 0px;
	color: #ffffff;
	font-size: 14px;
}

.page-title .bread-crumb li a {
	position: relative;
	color: #FFF;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.page-title .bread-crumb  .crumb {
	color: #fff;
}
.page-title .bread-crumb li a:hover,.page-title .bread-crumb li a.current {
	position: relative;
	color: #036eb8;
}

.page-title .bread-crumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .bread-crumb li:last-child::after {
	display: none;
}

.gallery-page .styled-pagination {
	position: relative;
	margin-top: 50px;
	text-align: center;
}/*** ====================================================================	Styled Pagination====================================================================***/
.styled-pagination {
	position: relative;
	text-align: center;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	line-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.styled-pagination li a.prev,.styled-pagination li a.next {
	line-height: 38px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 42px;
	height: auto;
	font-size: 16px;
	min-width: 40px;
	background: none;
	color: #777777;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
	background-color: #f4f4f4;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li.active{
    font-weight: 600;
    color: #ffffff;
    background-color: #036eb8;
}
.styled-pagination li a:hover,.styled-pagination li a.active {
	color: #ffffff;
	font-weight: 600;
	background-color: #036eb8;
}/*** ====================================================================	Project Single====================================================================***/
.project-single-section {
	position: relative;
	padding: 115px 0px 80px;
}

.project-single-section .project-single {
	position: relative;
	padding-bottom: 70px;
}

.project-single-section .project-single .content-column {
	position: relative;
	margin-bottom: 30px;
}

.project-single-section .project-single .content-column h2 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.project-single-section .project-single .content-column h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 125px;
	height: 1px;
	background-color: #ececec;
}

.project-single-section .project-single .content-column .text {
	position: relative;
	color: #666666;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.project-single-section .project-single .content-column .project-info {
	position: relative;
	margin-bottom: 20px;
}

.project-single-section .project-single .content-column .project-info li {
	position: relative;
	margin-bottom: 12px;
	color: #666666;
	font-size: 15px;
}

.project-single-section .project-single .content-column .project-info li span {
	color: #222222;
	font-weight: 500;
	margin-right: 4px;
}

.project-single-section .project-single .slider-column {
	position: relative;
}

.project-single-section .project-single .slider-column .inner-content {
	position: relative;
	padding-left: 30px;
}

.project-single-section .project-single .slider-column .owl-dots {
	position: relative;
	display: none;
}

.project-single-section .project-single .slider-column .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -32px;
}

.project-single-section .project-single .slider-column .owl-nav .owl-prev,.project-single-section .project-single .slider-column .owl-nav .owl-next {
	position: absolute;
	width: 28px;
	height: 64px;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	background-color: rgba(255,255,255,0.50);
}

.project-single-section .project-single .slider-column .owl-nav .owl-next {
	right: 0px;
}

.project-single-section .related-projects {
	position: relative;
}

.project-single-section .related-projects h2 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.project-single-section .related-projects h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 125px;
	height: 1px;
	background-color: #ececec;
}

.project-single-section .related-projects .default-gallery-item {
	margin-bottom: 30px;
}/*** ====================================================================	Sidebar Page Container====================================================================***/.sidebar-page-container {
	position: relative;
	padding: 90px 0px 80px;
}

.sidebar-page-container .content-side,.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 60px;
}/*Search Box Widget*/.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar-widget img{
    max-width: 150px;
    width: 100%;
}

.sidebar .search-box .form-group input[type="text"],.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 23px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #ececec;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 45px;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #036eb8;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 45px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #888888;
	line-height: 100%;
	background: none;
	font-weight: normal;
}/*Sidebar Title*/.sidebar-title {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-title h2 {
	font-size: 16px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.sidebar-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 38px;
	height: 2px;
	background-color: #036eb8;
}
.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 100px;
	margin-bottom: 35px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
	position: relative;
	font-size: 15px;
	margin: 25px 0px 0px;
	font-weight: 500;
	color: #222222;
	line-height: 1.5em;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
}

.sidebar .popular-posts .post .text a {
	color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,.sidebar .popular-posts .post a:hover {
	color: #036eb8;
}

.sidebar .popular-posts .post-info {
	font-size: 13px;
	color: #b1b1b1;
}/*** ====================================================================	Gallery Widget====================================================================***/.sidebar .gallery-widget .image {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 4px 4px 0px;
}

.sidebar .gallery-widget .image img {
	position: relative;
	display: block;
	width: 100%;
}/*Popular Tags*/.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 18px 6px;
	margin: 0px 5px 8px 0px;
	color: #777777;
	font-size: 15px;
	text-transform: inherit;
	background: #f4f4f4;
	border-radius: 4px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #036eb8;
	color: #ffffff;
}/*News Block Two*/.news-block-two {
	position: relative;
	margin-bottom: 40px;
}

.news-block-two .inner-box {
	position: relative;
}

.news-block-two .inner-box .image-box {
	position: relative;
}

.news-block-two .inner-box .image-box .image {
	position: relative;
}

.news-block-two .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-two .inner-box .image-box .image .post-date {
	position: absolute;
	min-width: 69px;
	height: 67px;
	right: 30px;
	top: 30px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 1.8em;
	padding-top: 8px;
	background-color: #036eb8;
	outline: solid 1px rgba(255,255,255,0.50);
	outline-offset: -6px;
}

.news-block-two .inner-box .image-box .image .post-date span {
	font-weight: 600;
	display: block;
	font-size: 20px;
}

.news-block-two .inner-box .lower-box {
	position: relative;
	padding: 35px 40px 40px;
	border: 1px solid #ececec;
}

.news-block-two .inner-box .lower-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #222222;
}

.news-block-two .inner-box .lower-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box h3 a:hover {
	color: #036eb8;
}

.news-block-two .inner-box .lower-box .text {
	position: relative;
	margin-bottom: 20px;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
}

.news-block-two .inner-box .lower-box .post-meta {
	position: relative;
	margin: 4px 0px 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news-block-two .inner-box .lower-box .post-meta:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 1px;
	width: 40px;
	background-color: #036eb8;
}

.news-block-two .inner-box .lower-box .post-meta li {
	position: relative;
	color: #777777;
	font-size: 14px;
	padding-left: 24px;
	margin-right: 15px;
	display: inline-block;
}

.news-block-two .inner-box .lower-box .post-meta li .icon {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	color: #036eb8;
}

.blog-single .news-block-two .inner-box .lower-box {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #e1e1e1;
}

.blog-single .news-block-two .inner-box .lower-box p {
	margin-bottom: 25px;
}

.blog-single .news-block-two .inner-box .lower-box .text blockquote {
	border-width: 2px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-color: #036eb8;
}

.blog-single .news-block-two .inner-box .lower-box .text blockquote .block-text {
	color: #222222;
	font-size: 15px;
	line-height: 1.8em;
}

.blog-single .news-block-two .inner-box .lower-box .text blockquote .block-text .icon {
	position: relative;
	color: #dedede;
	font-size: 20px;
}

.blog-single .news-block-two .inner-box .lower-box .text blockquote .block-text .icon.right-icon {
	top: 5px;
}/*** ====================================================================	Comments Area==================================================================== ***/.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 0px 0px 45px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	min-height: 98px;
	padding: 0px 0px 0px 126px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #036eb8;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
	font-size: 14px;
	margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 98px;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	line-height: 16px;
	text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #777777;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-time {
	position: absolute;
	right: 85px;
	top: 0px;
	font-size: 15px;
	color: #777777;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px  solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}/*** ====================================================================	Comment Form==================================================================== ***/.comment-form {
	position: relative;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group input[type="text"],.comment-form .form-group input[type="email"],.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-size: 15px;
	border: 1px solid #ececec;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,.comment-form .form-group input[type="email"]:focus,.comment-form .form-group textarea:focus {
	border-color: #036eb8;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 20px;
	color: #a5a5a5;
	height: 130px;
	font-size: 15px;
	resize: none;
	border: 1px solid #eeeeee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form button {
	border: 0px;
	border-radius: 0px;
	padding: 13px 31px;
	border-color: #036eb8;
	background-color: #036eb8;
	text-transform: uppercase;
	width: 100%;
}/*** ====================================================================	Error Section====================================================================***/.eror-section {
	position: relative;
	text-align: center;
	padding: 125px 0px 150px;
}

.eror-section .error-image {
	position: relative;
	margin-bottom: 35px;
}

.eror-section h4 {
	color: #333333;
	font-size: 47px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Grand Hotel', cursive;
}

.eror-section .text {
	color: #666666;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 25px;
}/*** ====================================================================	Contact Section====================================================================***/.contact-section {
	position: relative;
	padding: 0px 0px 0px;
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 30px;
}

.contact-section .form-column h2 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.contact-section .form-column .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 25px;
}/*** ====================================================================	Contact Form==================================================================== ***/.contact-form {
	margin-top: 10px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],.contact-form .form-group input[type="password"],.contact-form .form-group input[type="tel"],.contact-form .form-group input[type="email"],.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: #222222;
	border: 1px solid transparent;
	height: 55px;
	background: #f7f7f7;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,.contact-form .form-group input[type="password"]:focus,.contact-form .form-group input[type="tel"]:focus,.contact-form .form-group input[type="email"]:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus {
	border-color: #036eb8;
	background: #ffffff;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid transparent;
	height: 155px;
	background: #f7f7f7;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form button {
	position: relative;
	margin-top: 15px;
}

.contact-form input.error,.contact-form select.error,.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-section .map-column {
	position: relative;
}

.contact-section .map-column h2 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.contact-section .map-column .map-canvas {
	height: 300px;
}/*** ====================================================================	Donate Now====================================================================***/.donate-now {
	position: relative;
	padding: 120px 0px 70px;
}

.donate-now .default-title {
	position: relative;
	margin-bottom: 30px;
}

.donate-now .default-title h2 {
	font-size: 20px;
	color: #222222;
	font-weight: 600;
	padding-bottom: 10px;
}

.donate-now .default-title h2:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	border-bottom: 2px solid #99cc00;
}

.donate-now .left-column {
	position: relative;
	margin-bottom: 30px;
}

.donate-now .right-column {
	position: relative;
	margin-bottom: 30px;
}

.donate-now .select-amount {
	position: relative;
}

.donate-now .select-box {
	position: relative;
	float: left;
	width: 60px;
	text-align: center;
	margin: 0px 20px 10px 0px;
}

.donate-now .input-box {
	position: relative;
	float: left;
	width: 200px;
}

.donate-now .select-box input[type="radio"] {
	left: 0px;
	top: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.donate-now .select-box label {
	display: block;
	line-height: 22px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #555555;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	border-radius: 2px;
	transition: all 500ms ease;
}

.donate-now .select-box input[type="radio"]:checked+label {
	background: #036eb8;
	border-color: #036eb8;
	color: #ffffff;
}

.donate-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.donate-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 15px;
	color: #222222;
	font-weight: 500;
	font-size: 14px;
}

.donate-form .form-group .field-label sup,.donate-form .form-group .field-label .req {
	color: #ff0000;
	font-size: 14px;
	padding-left: 5px;
}

.donate-form input[type="text"],.donate-form input[type="email"],.donate-form input[type="password"],.donate-form input[type="tel"],.donate-form input[type="url"],.donate-form select,.donate-form textarea {
	display: block;
	width: 100%;
	line-height: 22px;
	height: 44px;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
	background-color: #ffffff;
	color: #222222;
	border-radius: 2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.donate-form select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	/* background: #ffffff url(../img/icon-select.png) right center no-repeat; */
}

.donate-form textarea {
	height: 100px;
	resize: none;
}

.donate-form select option {
	text-indent: 15px;
}

.donate-form input:focus,.donate-form select:focus,.donate-form textarea:focus {
	border-color: #99cc00;
}

.donate-form input.error,.donate-form select.error,.donate-form textarea.error {
	border-color: #ff0000 !important;
}

.donate-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

.ares.tparrows {
	cursor:pointer;
	background:#fff;
	min-width:60px;
	min-height:60px;
	position:absolute;
	display:block;
	z-index:100;
	border-radius:50%;
}
.ares.tparrows:hover {
	}.ares.tparrows:before {
	font-family:"revicons";
	font-size:25px;
	color:#aaa;
	display:block;
	line-height:60px;
	text-align:center;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
	z-index:2;
	position:relative;
}
.ares.tparrows.tp-leftarrow:before {
	content:"\e81f";
}
.ares.tparrows.tp-rightarrow:before {
	content:"\e81e";
}
.ares.tparrows:hover:before {
	color:#000;
}
.ares .tp-title-wrap {
	position:absolute;
	z-index:1;
	display:inline-block;
	background:#fff;
	min-height:60px;
	line-height:60px;
	top:0px;
	margin-left:30px;
	border-radius:0px 30px 30px 0px;
	overflow:hidden;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform-origin:0% 50%;
	-webkit-transform-origin:0% 50%;
}
.ares.tp-rightarrow .tp-title-wrap {
	right:0px;
	margin-right:30px;
	margin-left:0px;
	-webkit-transform-origin:100% 50%;
	border-radius:30px 0px 0px 30px;
}
.ares.tparrows:hover .tp-title-wrap {
	transform:scaleX(1) scaleY(1);
	-webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
	position:relative;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transform:translateX(200px);
	text-transform:uppercase;
	color:#000;
	font-weight:400;
	font-size:14px;
	line-height:60px;
	white-space:nowrap;
	padding:0px 20px;
	margin-left:10px;
	opacity:0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
	transform:translateX(-200px);
	margin-left:0px;
	margin-right:10px;
}
.ares.tparrows:hover .tp-arr-titleholder {
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition-delay:0.1s;
	opacity:1;
}
/* BULLETS */.ares.tp-bullets {
	}.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
	position:absolute;
	color:#888;
	font-size:12px;
	padding:0px 10px;
	font-weight:600;
	right:27px;
	top:-4px;
	background:#fff;
	background:rgba(255,255,255,0.75);
	visibility:hidden;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	line-height:20px;
	white-space:nowrap;
}
.ares .tp-bullet-title:after {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:10px 0 10px 10px;
	border-color:transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
	position:absolute;
	right:-10px;
	top:0px;
}
.ares .tp-bullet:hover .tp-bullet-title {
	visibility:visible;
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
	background:#fff;
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
	border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
	visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
	visibility:visible;
}
/* TABS */.ares .tp-tab {
	opacity:1;
	padding:10px;
	box-sizing:border-box;
	font-family:"Roboto",sans-serif;
	border-bottom:1px solid #e5e5e5;
}
.ares .tp-tab-image {
	width:60px;
	height:60px;
	max-height:100%;
	max-width:100%;
	position:relative;
	display:inline-block;
	float:left;
}
.ares .tp-tab-content {
	background:rgba(0,0,0,0);
	position:relative;
	padding:15px 15px 15px 85px;
	left:0px;
	overflow:hidden;
	margin-top:-15px;
	box-sizing:border-box;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
}
.ares .tp-tab-date {
	display:block;
	color:#aaa;
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
}
.ares .tp-tab-title {
	display:block;
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:500;
	text-transform:none;
	line-height:17px;
}
.ares .tp-tab:hover,.ares .tp-tab.selected {
	background:#eee;
}
.ares .tp-tab-mask {
	}
@media only screen and (max-width:960px) {
	}
@media only screen and (max-width:768px) {
	.gallery-section .filters a{
	   padding: 3px 13px!important;
	}
    
}
	.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family:"revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
}
.custom.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content:"\e825";
}
/* BULLETS */.custom.tp-bullets {
	}.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	background:rgba(125,125,125,0.5);
	cursor:pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
	}.custom .tp-bullet-title {
	}.dione.tparrows {
	height:100%;
	width:100px;
	background:transparent;
	background:rgba(0,0,0,0);
	line-height:100%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.dione.tparrows:hover {
	background:rgba(0,0,0,0.45);
}
.dione .tp-arr-imgwrapper {
	width:100px;
	left:0px;
	position:absolute;
	height:100%;
	top:0px;
	overflow:hidden;
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
	left:auto;
	right:0px;
}
.dione .tp-arr-imgholder {
	background-position:center center;
	background-size:cover;
	width:100px;
	height:100%;
	top:0px;
	visibility:hidden;
	transform:translateX(-50px);
	-webkit-transform:translateX(-50px);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	opacity:0;
	left:0px;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
	right:0px;
	left:auto;
	transform:translateX(50px);
	-webkit-transform:translateX(50px);
}
.dione.tparrows:before {
	position:absolute;
	line-height:30px;
	margin-left:-22px;
	top:50%;
	left:50%;
	font-size:30px;
	margin-top:-15px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.dione.tparrows.tp-rightarrow:before {
	margin-left:6px;
}
.dione.tparrows:hover:before {
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	opacity:0;
}
.dione.tparrows.tp-rightarrow:hover:before {
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	opacity:1;
	visibility:visible;
}
/* BULLETS */.dione .tp-bullet {
	opacity:1;
	width:50px;
	height:50px;
	padding:3px;
	background:#000;
	background-color:rgba(0,0,0,0.25);
	margin:0px;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.dione .tp-bullet-image {
	display:block;
	box-sizing:border-box;
	position:relative;
	-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	width:44px;
	height:44px;
	background-size:cover;
	background-position:center center;
}
.dione .tp-bullet-title {
	position:absolute;
	bottom:65px;
	display:inline-block;
	left:50%;
	background:#000;
	background:rgba(0,0,0,0.75);
	color:#fff;
	padding:10px 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin:50% 100%;
	-webkit-transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin:50% 100%;
	opacity:0;
	white-space:nowrap;
}
.dione .tp-bullet:hover .tp-bullet-title {
	transform:rotateX(0deg) translateX(-50%);
	-webkit-transform:rotateX(0deg) translateX(-50%);
	opacity:1;
}
.dione .tp-bullet.selected,.dione .tp-bullet:hover {
	background:rgba(255,255,255,1);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#777777",GradientType=0 );
}
.dione .tp-bullet-title:after {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 8px 0 8px;
	border-color:rgba(0,0,0,0.75) transparent transparent transparent;
	bottom:-8px;
}
.erinyen.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	min-width:70px;
	min-height:70px;
	position:absolute;
	display:block;
	z-index:1000;
	border-radius:35px;
}
.erinyen.tparrows:before {
	font-family:"revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height:70px;
	text-align:center;
	z-index:2;
	position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
	content:"\e825";
}
.erinyen .tp-title-wrap {
	position:absolute;
	z-index:1;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	min-height:70px;
	line-height:70px;
	top:0px;
	margin-left:0px;
	border-radius:35px;
	overflow:hidden;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	visibility:hidden;
	opacity:0;
}
.erinyen.tparrows:hover .tp-title-wrap {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	opacity:1;
	visibility:visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
	right:0px;
	margin-right:0px;
	margin-left:0px;
	-webkit-transform-origin:100% 50%;
	border-radius:35px;
	padding-right:20px;
	padding-left:10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
	padding-left:20px;
	padding-right:10px;
}
.erinyen .tp-arr-titleholder {
	letter-spacing:3px;
	position:relative;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transform:translateX(200px);
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:13px;
	line-height:70px;
	white-space:nowrap;
	padding:0px 20px;
	margin-left:11px;
	opacity:0;
}
.erinyen .tp-arr-imgholder {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:cover;
}
.erinyen .tp-arr-img-over {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	background:rgba(0,0,0,0.5);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
	transform:translateX(-200px);
	margin-left:0px;
	margin-right:11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition-delay:0.1s;
	opacity:1;
}
/* BULLETS */.erinyen.tp-bullets {
	}.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#555555;
	/* old browsers */    background:-moz-linear-gradient(top,#555555 0%,#222222 100%);
	/* ff3.6+ */    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#555555),color-stop(100%,#222222));
	/* chrome,safari4+ */    background:-webkit-linear-gradient(top,#555555 0%,#222222 100%);
	/* chrome10+,safari5.1+ */    background:-o-linear-gradient(top,#555555 0%,#222222 100%);
	/* opera 11.10+ */    background:-ms-linear-gradient(top,#555555 0%,#222222 100%);
	/* ie10+ */    background:linear-gradient(to bottom,#555555 0%,#222222 100%);
	/* w3c */    filter:progid:dximagetransform.microsoft.gradient( startcolorstr="#555555",endcolorstr="#222222",gradienttype=0 );
	/* ie6-9 */	padding:10px 15px;
	margin-left:-15px;
	margin-top:-10px;
	box-sizing:content-box;
	border-radius:10px;
	box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,.erinyen .tp-bullet.selected {
	background:#e5e5e5;
	/* old browsers */background:-moz-linear-gradient(top,#e5e5e5 0%,#999999 100%);
	/* ff3.6+ */background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#999999));
	/* chrome,safari4+ */background:-webkit-linear-gradient(top,#e5e5e5 0%,#999999 100%);
	/* chrome10+,safari5.1+ */background:-o-linear-gradient(top,#e5e5e5 0%,#999999 100%);
	/* opera 11.10+ */background:-ms-linear-gradient(top,#e5e5e5 0%,#999999 100%);
	/* ie10+ */background:linear-gradient(to bottom,#e5e5e5 0%,#999999 100%);
	/* w3c */filter:progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5",endcolorstr="#999999",gradienttype=0 );
	/* ie6-9 */  border:1px solid #555;
	width:12px;
	height:12px;
}
.erinyen .tp-bullet-image {
	}.erinyen .tp-bullet-title {
	}/* THUMBS */.erinyen .tp-thumb {
	opacity:1
}
.erinyen .tp-thumb-over {
	background:#000;
	background:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.erinyen .tp-thumb-more:before {
	font-family:"revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height:12px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
}
.erinyen .tp-thumb-more:before {
	content:"\e825";
}
.erinyen .tp-thumb-title {
	font-family:"Raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height:15px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:20px 35px 20px 20px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before,.erinyen .tp-thumb:hover .tp-thumb-more:before {
	color:#aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over,.erinyen .tp-thumb:hover .tp-thumb-over {
	background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,.erinyen .tp-thumb:hover .tp-thumb-title {
	color:#000;
}
/* TABS */.erinyen .tp-tab-title {
	color:#a8d8ee;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	font-family:"Roboto Slab"    margin-bottom:5px;
}
.erinyen .tp-tab-desc {
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:25px;
	font-family:"Roboto Slab";
}
.gyges.tp-bullets {
	}.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#777777;
	/* Old browsers */    background:-moz-linear-gradient(top,#777777 0%,#666666 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#777777),color-stop(100%,#666666));
	background:-webkit-linear-gradient(top,#777777 0%,#666666 100%);
	background:-o-linear-gradient(top,#777777 0%,#666666 100%);
	background:-ms-linear-gradient(top,#777777 0%,#666666 100%);
	background:linear-gradient(to bottom,#777777 0%,#666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",endColorstr="#666666",GradientType=0 );
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
	border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,.gyges .tp-bullet.selected {
	background:#ffffff;
	/* Old browsers */    background:-moz-linear-gradient(top,#ffffff 0%,#e1e1e1 100%);
	/* FF3.6+ */    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e1e1e1));
	/* Chrome,Safari4+ */    background:-webkit-linear-gradient(top,#ffffff 0%,#e1e1e1 100%);
	/* Chrome10+,Safari5.1+ */    background:-o-linear-gradient(top,#ffffff 0%,#e1e1e1 100%);
	/* Opera 11.10+ */    background:-ms-linear-gradient(top,#ffffff 0%,#e1e1e1 100%);
	/* IE10+ */    background:linear-gradient(to bottom,#ffffff 0%,#e1e1e1 100%);
	/* W3C */    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#e1e1e1",GradientType=0 );
	/* IE6-9 */
}
.gyges .tp-bullet-image {
	}.gyges .tp-bullet-title {
	}/* THUMBS */.gyges .tp-thumb {
	opacity:1
}
.gyges .tp-thumb-img-wrap {
	padding:3px;
	background:#000;
	background-color:rgba(0,0,0,0.25);
	display:inline-block;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
	padding:3px;
	display:block;
	box-sizing:border-box;
	position:relative;
	-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.gyges .tp-thumb-title {
	position:absolute;
	bottom:100%;
	display:inline-block;
	left:50%;
	background:rgba(255,255,255,0.8);
	padding:10px 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:20px;
	opacity:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin:50% 100%;
	-webkit-transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin:50% 100%;
	white-space:nowrap;
}
.gyges .tp-thumb:hover .tp-thumb-title {
	transform:rotateX(0deg) translateX(-50%);
	-webkit-transform:rotateX(0deg) translateX(-50%);
	opacity:1;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,.gyges .tp-thumb.selected .tp-thumb-img-wrap {
	background:rgba(255,255,255,1);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#777777",GradientType=0 );
}
.gyges .tp-thumb-title:after {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 8px 0 8px;
	border-color:rgba(255,255,255,0.8) transparent transparent transparent;
	bottom:-8px;
}
/* TABS */.gyges .tp-tab {
	opacity:1;
	padding:10px;
	box-sizing:border-box;
	font-family:"Roboto",sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.gyges .tp-tab-image {
	width:60px;
	height:60px;
	max-height:100%;
	max-width:100%;
	position:relative;
	display:inline-block;
	float:left;
}
.gyges .tp-tab-content {
	background:rgba(0,0,0,0);
	position:relative;
	padding:15px 15px 15px 85px;
	left:0px;
	overflow:hidden;
	margin-top:-15px;
	box-sizing:border-box;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
}
.gyges .tp-tab-date {
	display:block;
	color:rgba(255,255,255,0.25);
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
}
.gyges .tp-tab-title {
	display:block;
	text-align:left;
	color:#fff;
	font-size:14px;
	font-weight:500;
	text-transform:none;
	line-height:17px;
}
.gyges .tp-tab:hover,.gyges .tp-tab.selected {
	background:rgba(0,0,0,0.5);
}
.gyges .tp-tab-mask {
	}/* MEDIA QUERIES */@media only screen and (max-width:960px) {
	}@media only screen and (max-width:768px) {
	}
	.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}
.hades.tparrows:before {
	font-family:"revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height:100px;
	text-align:center;
	transition:background 0.3s,color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content:"\e825";
}
.hades.tparrows:hover:before {
	color:#aaa;
	background:#fff;
	background:rgba(255,255,255,1);
}
.hades .tp-arr-allwrapper {
	position:absolute;
	left:100%;
	top:0px;
	background:#888;
	width:100px;
	height:100px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	opacity:0.0;
	-webkit-transform:rotatey(-90deg);
	transform:rotatey(-90deg);
	-webkit-transform-origin:0% 50%;
	transform-origin:0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
	left:auto;
	right:100%;
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-transform:rotatey(90deg);
	transform:rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
	-ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-transform:rotatey(0deg);
	transform:rotatey(0deg);
}
.hades .tp-arr-iwrapper {
	}.hades .tp-arr-imgholder {
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.hades .tp-arr-titleholder {
	}.hades .tp-arr-subtitleholder {
	}/* BULLETS */.hades.tp-bullets {
	}.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;
	cursor:pointer;
	border:5px solid #fff;
	box-sizing:content-box;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
	-webkit-perspective:400;
	perspective:400;
	-webkit-transform:translatez(0.01px);
	transform:translatez(0.01px);
}
.hades .tp-bullet:hover,.hades .tp-bullet.selected {
	background:#555;
}
.hades .tp-bullet-image {
	position:absolute;
	top:-80px;
	left:-60px;
	width:120px;
	height:60px;
	background-position:center center;
	background-size:cover;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	-webkit-transform-style:flat;
	transform-style:flat;
	perspective:600;
	-webkit-perspective:600;
	transform:rotatex(-90deg);
	-webkit-transform:rotatex(-90deg);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}
.hades .tp-bullet:hover .tp-bullet-image {
	display:block;
	opacity:1;
	transform:rotatex(0deg);
	-webkit-transform:rotatex(0deg);
	visibility:visible;
}
.hades .tp-bullet-title {
	}/* THUMBS */.hades .tp-thumb {
	opacity:1
}
.hades .tp-thumb-img-wrap {
	border-radius:50%;
	padding:3px;
	display:inline-block;
	background:#000;
	background-color:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
	padding:3px;
	border-radius:50%;
	display:block;
	box-sizing:border-box;
	position:relative;
	-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.hades .tp-thumb:hover .tp-thumb-img-wrap,.hades .tp-thumb.selected .tp-thumb-img-wrap {
	background:rgba(255,255,255,1);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#777777",GradientType=0 );
}
.hades .tp-thumb-title:after {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 8px 0 8px;
	border-color:rgba(0,0,0,0.75) transparent transparent transparent;
	bottom:-8px;
}
/* TABS */.hades .tp-tab {
	opacity:1;
}
.hades .tp-tab-title {
	display:block;
	color:#333;
	font-weight:600;
	font-size:18px;
	text-align:center;
	line-height:25px;
}
.hades .tp-tab-price {
	display:block;
	text-align:center;
	color:#999;
	font-size:16px;
	margin-top:10px;
	line-height:20px
}
.hades .tp-tab-button {
	display:inline-block;
	margin-top:15px;
	text-align:center;
	padding:5px 15px;
	color:#fff;
	font-size:14px;
	background:#219bd7;
	border-radius:4px;
	font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}
.hebe.tparrows {
	cursor:pointer;
	background:#fff;
	min-width:70px;
	min-height:70px;
	position:absolute;
	display:block;
	z-index:1000;
}
.hebe.tparrows:hover {
	}.hebe.tparrows:before {
	font-family:"revicons";
	font-size:30px;
	color:#aaa;
	display:block;
	line-height:70px;
	text-align:center;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
	z-index:2;
	position:relative;
	background:#fff;
	min-width:70px;
	min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.hebe.tparrows.tp-rightarrow:before {
	content:"\e825";
}
.hebe.tparrows:hover:before {
	color:#000;
}
.hebe .tp-title-wrap {
	position:absolute;
	z-index:0;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.75);
	min-height:60px;
	line-height:60px;
	top:-10px;
	margin-left:0px;
	-webkit-transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform-origin:0% 50%;
	-webkit-transform-origin:0% 50%;
}
.hebe.tp-rightarrow .tp-title-wrap {
	right:0px;
	-webkit-transform-origin:100% 50%;
}
.hebe.tparrows:hover .tp-title-wrap {
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
	position:relative;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:12px;
	line-height:90px;
	white-space:nowrap;
	padding:0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
	margin-left:0px;
	padding:0px 90px 0px 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition-delay:0.1s;
	opacity:1;
}
.hebe .tp-arr-imgholder {
	width:90px;
	height:90px;
	position:absolute;
	left:100%;
	display:block;
	background-size:cover;
	background-position:center center;
	top:0px;
	right:-90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
	right:auto;
	left:-90px;
}
/* BULLETS */.hebe.tp-bullets {
	}.hebe.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.hebe .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#fff;
	cursor:pointer;
	border:5px solid #222;
	border-radius:50%;
	box-sizing:content-box;
	-webkit-perspective:400;
	perspective:400;
	-webkit-transform:translateZ(0.01px);
	transform:translateZ(0.01px);
	transition:all 0.3s;
}
.hebe .tp-bullet:hover,.hebe .tp-bullet.selected {
	background:#222;
	border-color:#fff;
}
.hebe .tp-bullet-image {
	position:absolute;
	top:-90px;
	left:-40px;
	width:70px;
	height:70px;
	background-position:center center;
	background-size:cover;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	-webkit-transform-style:flat;
	transform-style:flat;
	perspective:600;
	-webkit-perspective:600;
	transform:scale(0);
	-webkit-transform:scale(0);
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
	border-radius:6px;
}
.hebe .tp-bullet:hover .tp-bullet-image {
	display:block;
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	visibility:visible;
}
.hebe .tp-bullet-title {
	}/* TABS */.hebe .tp-tab-title {
	color:#a8d8ee;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	font-family:"Roboto Slab"    margin-bottom:5px;
}
.hebe .tp-tab-desc {
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:25px;
	font-family:"Roboto Slab";
}
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
	border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family:"revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content:"\e82c";
	margin-left:-2px;
}
.hephaistos.tparrows.tp-rightarrow:before {
	content:"\e82d";
	margin-right:-2px;
}
/* BULLETS */.hephaistos.tp-bullets {
	}.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box;
	box-shadow:0px 0px 2px 1px rgba(130,130,130,0.3);
}
.hephaistos .tp-bullet:hover,.hephaistos .tp-bullet.selected {
	background:#fff;
	border-color:#000;
}
.hephaistos .tp-bullet-image {
	}.hephaistos .tp-bullet-title {
	}
	.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}
.hermes.tparrows:before {
	font-family:"revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height:110px;
	text-align:center;
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content:"\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
	opacity:0;
}
.hermes .tp-arr-allwrapper {
	overflow:hidden;
	position:absolute;
	width:180px;
	height:140px;
	top:0px;
	left:0px;
	visibility:hidden;
	-webkit-transition:-webkit-transform 0.3s 0.3s;
	transition:transform 0.3s 0.3s;
	-webkit-perspective:1000px;
	perspective:1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
	right:0px;
	left:auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
	visibility:visible;
}
.hermes .tp-arr-imgholder {
	width:180px;
	position:absolute;
	left:0px;
	top:0px;
	height:110px;
	transform:translateX(-180px);
	-webkit-transform:translateX(-180px);
	transition:all 0.3s;
	transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
	transform:translateX(180px);
	-webkit-transform:translateX(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}
.hermes .tp-arr-titleholder {
	top:110px;
	width:180px;
	text-align:left;
	display:block;
	padding:0px 10px;
	line-height:30px;
	background:#000;
	background:rgba(0,0,0,0.75);
	color:#fff;
	font-weight:600;
	position:absolute;
	font-size:12px;
	white-space:nowrap;
	letter-spacing:1px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
	-webkit-transform-origin:50% 0;
	transform-origin:50% 0;
	box-sizing:border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
	-webkit-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
/* BULLETS */.hermes.tp-bullets {
	}.hermes .tp-bullet {
	overflow:hidden;
	border-radius:50%;
	width:16px;
	height:16px;
	background-color:rgba(0,0,0,0);
	box-shadow:inset 0 0 0 2px #FFF;
	-webkit-transition:background 0.3s ease;
	transition:background 0.3s ease;
	position:absolute;
}
.hermes .tp-bullet:hover {
	background-color:rgba(0,0,0,0.2);
}
.hermes .tp-bullet:after {
	content:' ';
	position:absolute;
	bottom:0;
	height:0;
	left:0;
	width:100%;
	background-color:#FFF;
	box-shadow:0 0 1px #FFF;
	-webkit-transition:height 0.3s ease;
	transition:height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
	height:100%;
}
/* TABS */.hermes .tp-tab {
	opacity:1;
	padding-right:10px;
	box-sizing:border-box;
}
.hermes .tp-tab-image {
	width:100%;
	height:60%;
	position:relative;
}
.hermes .tp-tab-content {
	background:rgb(54,54,54);
	position:absolute;
	padding:20px 20px 20px 30px;
	box-sizing:border-box;
	color:#fff;
	display:block;
	width:100%;
	min-height:40%;
	bottom:0px;
	left:-10px;
}
.hermes .tp-tab-date {
	display:block;
	color:#888;
	font-weight:600;
	font-size:12px;
	margin-bottom:10px;
}
.hermes .tp-tab-title {
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:800;
	text-transform:uppercase;
	line-height:19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:30px 0 30px 10px;
	border-color:transparent transparent transparent rgb(54,54,54);
	content:" ";
	position:absolute;
	right:-9px;
	bottom:50%;
	margin-bottom:-30px;
}
.hermes .tp-tab-mask {
	padding-right:10px !important;
}
/* MEDIA QUERIES */@media only screen and (max-width:960px) {
	.hermes .tp-tab .tp-tab-title {
	font-size:14px;
	line-height:16px;
}
.hermes .tp-tab-date {
	font-size:11px;
	line-height:13px;
	margin-bottom:10px;
}
.hermes .tp-tab-content {
	padding:15px 15px 15px 25px;
}
}@media only screen and (max-width:768px) {
	.gallery-section.no-padd-btm {
	padding-bottom: 0px;
	}
	.tab-section{
		padding:10px 0; 
	}
	.hermes .tp-tab .tp-tab-title {
	font-size:12px;
	line-height:14px;
}
.hermes .tp-tab-date {
	font-size:10px;
	line-height:12px;
	margin-bottom:5px;
}
.hermes .tp-tab-content {
	padding:10px 10px 10px 20px;
}
}
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
	border-radius:50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family:"revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content:"\e82c";
	margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content:"\e82d";
	margin-right:-3px;
}
/* BULLETS */.hesperiden.tp-bullets {
	}.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
	border-radius:8px;
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999999;
	/* old browsers */    background:-moz-linear-gradient(top,#999999 0%,#e1e1e1 100%);
	/* ff3.6+ */    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#999999),color-stop(100%,#e1e1e1));
	/* chrome,safari4+ */    background:-webkit-linear-gradient(top,#999999 0%,#e1e1e1 100%);
	/* chrome10+,safari5.1+ */    background:-o-linear-gradient(top,#999999 0%,#e1e1e1 100%);
	/* opera 11.10+ */    background:-ms-linear-gradient(top,#999999 0%,#e1e1e1 100%);
	/* ie10+ */    background:linear-gradient(to bottom,#999999 0%,#e1e1e1 100%);
	/* w3c */    filter:progid:dximagetransform.microsoft.gradient(     startcolorstr="#999999",endcolorstr="#e1e1e1",gradienttype=0 );
	/* ie6-9 */	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor:pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
	}.hesperiden .tp-bullet-title {
	}/* THUMBS */.hesperiden .tp-thumb {
	opacity:1;
	-webkit-perspective:600px;
	perspective:600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
	font-size:12px;
	position:absolute;
	margin-top:-10px;
	color:#fff;
	display:block;
	z-index:10000;
	background-color:#000;
	padding:5px 10px;
	bottom:0px;
	left:0px;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transform:rotatex(90deg) translatez(0.001px);
	transform-origin:50% 100%;
	-webkit-transform:rotatex(90deg) translatez(0.001px);
	-webkit-transform-origin:50% 100%;
	opacity:0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
	transform:rotatex(0deg);
	-webkit-transform:rotatex(0deg);
	opacity:1;
}
/* TABS */.hesperiden .tp-tab {
	opacity:1;
	padding:10px;
	box-sizing:border-box;
	font-family:"Roboto",sans-serif;
	border-bottom:1px solid #e5e5e5;
}
.hesperiden .tp-tab-image {
	width:60px;
	height:60px;
	max-height:100%;
	max-width:100%;
	position:relative;
	display:inline-block;
	float:left;
}
.hesperiden .tp-tab-content {
	background:rgba(0,0,0,0);
	position:relative;
	padding:15px 15px 15px 85px;
	left:0px;
	overflow:hidden;
	margin-top:-15px;
	box-sizing:border-box;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
}
.hesperiden .tp-tab-date {
	display:block;
	color:#aaa;
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
}
.hesperiden .tp-tab-title {
	display:block;
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:500;
	text-transform:none;
	line-height:17px;
}
.hesperiden .tp-tab:hover,.hesperiden .tp-tab.selected {
	background:#eee;
}
.hesperiden .tp-tab-mask {
	}
.metis.tparrows {
	background:#fff;
	padding:10px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	width:60px;
	height:60px;
	box-sizing:border-box;
}
.metis.tparrows:hover {
	background:#fff;
	background:rgba(255,255,255,0.75);
}
.metis.tparrows:before {
	color:#000;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.metis.tparrows:hover:before {
	transform:scale(1.5);
}
/* BULLETS */.metis .tp-bullet {
	opacity:1;
	width:50px;
	height:50px;
	padding:3px;
	background:#000;
	background-color:rgba(0,0,0,0.25);
	margin:0px;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	border-radius:50%;
}
.metis .tp-bullet-image {
	border-radius:50%;
	display:block;
	box-sizing:border-box;
	position:relative;
	-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	width:44px;
	height:44px;
	background-size:cover;
	background-position:center center;
}
.metis .tp-bullet-title {
	position:absolute;
	bottom:65px;
	display:inline-block;
	left:50%;
	background:#000;
	background:rgba(0,0,0,0.75);
	color:#fff;
	padding:10px 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	transform-origin:50% 100%;
	-webkit-transform:translateZ(0.001px) translateX(-50%) translateY(14px);
	-webkit-transform-origin:50% 100%;
	opacity:0;
	white-space:nowrap;
}
.metis .tp-bullet:hover .tp-bullet-title {
	transform:rotateX(0deg) translateX(-50%);
	-webkit-transform:rotateX(0deg) translateX(-50%);
	opacity:1;
}
.metis .tp-bullet.selected,.metis .tp-bullet:hover {
	background:rgba(255,255,255,1);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#777777",GradientType=0 );
}
.metis .tp-bullet-title:after {
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 8px 0 8px;
	border-color:rgba(0,0,0,0.75) transparent transparent transparent;
	bottom:-8px;
}
.metis .tp-tab-number {
	color:#fff;
	font-size:40px;
	line-height:30px;
	font-weight:400;
	font-family:"Playfair Display";
	width:50px;
	margin-right:17px;
	display:inline-block;
	float:left;
}
.metis .tp-tab-mask {
	padding-left:20px;
	left:0px;
	max-width:90px !important;
	transition:0.4s padding-left,0.4s left,0.4s max-width;
}
.metis:hover .tp-tab-mask {
	padding-left:0px;
	left:50px;
	max-width:500px !important;
}
.metis .tp-tab-divider {
	border-right:1px solid transparent;
	height:30px;
	width:1px;
	margin-top:5px;
	display:inline-block;
	float:left;
}
.metis .tp-tab-title {
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:400;
	font-family:"Playfair Display";
	position:relative;
	padding-top:10px;
	padding-left:30px;
	display:inline-block;
	transform:translateX(-100%);
	transition:0.4s all;
}
.metis .tp-tab-title-mask {
	position:absolute;
	overflow:hidden;
	left:67px;
}
.metis:hover .tp-tab-title {
	transform:translateX(0);
}
.metis .tp-tab {
	opacity:0.15;
	transition:0.4s all;
}
.metis .tp-tab:hover,.metis .tp-tab.selected {
	opacity:1;
}
.metis .tp-tab.selected .tp-tab-divider {
	border-right:1px solid #cdb083;
}
.metis.tp-tabs {
	max-width:118px !important;
	padding-left:50px;
}
.metis.tp-tabs:before {
	content:" ";
	height:100%;
	width:88px;
	background:rgba(0,0,0,0.15);
	border-right:1px solid rgba(255,255,255,0.10);
	left:0px;
	top:0px;
	position:absolute;
	transition:0.4s all;
}
.metis.tp-tabs:hover:before {
	width:118px;
}

@media (max-width:575px) {
#outBox {
    height: auto!important;
    margin-bottom: 30px!important;
}	
.rightBox {
    width: 100%;
	float: none!important;
	padding-left: 0!important;
}
.leftBox {
    max-width:100%!important;
	float: none!important;
}
}

@media (max-width:499px) {
	.metis.tp-tabs:before {
	background:rgba(0,0,0,0.75);
}
}
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
	border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family:"revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center;
}
.persephone.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content:"\e825";
}
/* BULLETS */.persephone.tp-bullets {
	}.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;
	cursor:pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
	}.persephone .tp-bullet-title {
	}
	.uranus.tparrows {
	width:50px;
	height:50px;
	background:transparent;
}
.uranus.tparrows:before {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.uranus.tparrows:hover:before {
	opacity:0.75;
}
/* BULLETS */.uranus .tp-bullet {
	border-radius:50%;
	box-shadow:0 0 0 2px rgba(255,255,255,0);
	-webkit-transition:box-shadow 0.3s ease;
	transition:box-shadow 0.3s ease;
	background:transparent;
}
.uranus .tp-bullet.selected,.uranus .tp-bullet:hover {
	box-shadow:0 0 0 2px #FFF;
	border:none;
	border-radius:50%;
	background:transparent;
}
.uranus .tp-bullet-inner {
	background-color:rgba(255,255,255,0.7);
	-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease;
	transition:background-color 0.3s ease,transform 0.3s ease;
	top:0;
	left:0;
	width:100%;
	height:100%;
	outline:none;
	border-radius:50%;
	background-color:#FFF;
	background-color:rgba(255,255,255,0.3);
	text-indent:-999em;
	cursor:pointer;
	position:absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner,.uranus .tp-bullet:hover .tp-bullet-inner {
	transform:scale(0.4);
	-webkit-transform:scale(0.4);
	background-color:#fff;
}
.zeus.tparrows {
	cursor:pointer;
	min-width:70px;
	min-height:70px;
	position:absolute;
	display:block;
	z-index:100;
	border-radius:35px;
	overflow:hidden;
	background:rgba(0,0,0,0.10);
}
.zeus.tparrows:before {
	font-family:"revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height:70px;
	text-align:center;
	z-index:2;
	position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
	content:"\e824";
}
.zeus.tparrows.tp-rightarrow:before {
	content:"\e825";
}
.zeus .tp-title-wrap {
	background:#000;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	border-radius:50%;
}
.zeus .tp-arr-imgholder {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:cover;
	border-radius:50%;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.zeus.tp-rightarrow .tp-arr-imgholder {
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
}
.zeus.tparrows:hover .tp-arr-imgholder {
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.zeus.tparrows:hover .tp-title-wrap {
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
/* BULLETS */.zeus .tp-bullet {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border-radius:50%;
	background-color:rgba(0,0,0,0);
	-webkit-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
	width:13px;
	height:13px;
	border:2px solid #fff;
}
.zeus .tp-bullet:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	border-radius:50%;
	background-color:#FFF;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:-webkit-transform 0.3s ease;
	transition:transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,.zeus .tp-bullet.selected:after {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.zeus .tp-bullet-image,.zeus .tp-bullet-imageoverlay {
	width:135px;
	height:60px;
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.5);
	bottom:25px;
	left:50%;
	margin-left:-65px;
	box-sizing:border-box;
	background-size:cover;
	background-position:center center;
	visibility:hidden;
	opacity:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius:4px;
}
.zeus .tp-bullet-title,.zeus .tp-bullet-imageoverlay {
	z-index:2;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.zeus .tp-bullet-title {
	color:#fff;
	text-align:center;
	line-height:15px;
	font-size:13px;
	font-weight:600;
	z-index:3;
	visibility:hidden;
	opacity:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	bottom:45px;
	width:135px;
	vertical-align:middle;
	left:-57px;
}
.zeus .tp-bullet:hover .tp-bullet-title,.zeus .tp-bullet:hover .tp-bullet-image,.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
/* THUMBS */.zeus .tp-thumb {
	opacity:1
}
.zeus .tp-thumb-over {
	background:#000;
	background:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.zeus .tp-thumb-more:before {
	font-family:"revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height:12px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
}
.zeus .tp-thumb-more:before {
	content:"\e825";
}
.zeus .tp-thumb-title {
	font-family:"Raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height:15px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:20px 35px 20px 20px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before,.zeus .tp-thumb:hover .tp-thumb-more:before {
	color:#aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over,.zeus .tp-thumb:hover .tp-thumb-over {
	background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,.zeus .tp-thumb:hover .tp-thumb-title {
	color:#fff;
}
/* TABS */.zeus .tp-tab {
	opacity:1;
	box-sizing:border-box;
}
.zeus .tp-tab-title {
	display:block;
	text-align:center;
	background:rgba(0,0,0,0.25);
	font-family:"Roboto Slab",serif;
	font-weight:700;
	font-size:13px;
	line-height:13px;
	color:#fff;
	padding:9px 10px;
}
.zeus .tp-tab:hover .tp-tab-title,.zeus .tp-tab.selected .tp-tab-title {
	color:#000;
	background:rgba(255,255,255,1);
}
.tp-thumb {
	opacity:1
}
.post-tabs .tp-thumb-over {
	background:#252525;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.post-tabs .tp-thumb-more:before {
	font-family:"revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height:12px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:15px;
	right:15px;
	z-index:2;
}
.post-tabs .tp-thumb-more:before {
	content:"\e825";
}
.post-tabs .tp-thumb-title {
	font-family:"raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height:15px;
	text-align:left;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:15px 30px 15px 15px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before,.post-tabs .tp-thumb:hover .tp-thumb-more:before {
	color:#aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over,.post-tabs .tp-thumb:hover .tp-thumb-over {
	background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,.post-tabs .tp-thumb:hover .tp-thumb-title {
	color:#000;
}
#debungcontrolls,.debugtimeline {
	width:100%;
	box-sizing:border-box
}
.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg {
	vertical-align:top
}
#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0;
	height:auto;
	background:rgba(0,0,0,.6);
	padding:10px
}
.debugtimeline {
	height:10px;
	position:relative;
	margin-bottom:3px;
	display:none;
	white-space:nowrap
}
.debugtimeline:hover {
	height:15px
}
.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:0
}
.rs-go-fullscreen {
	position:fixed!important;
	width:100%!important;
	height:100%!important;
	top:0!important;
	left:0!important;
	z-index:9999999!important;
	background:#fff!important
}
.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12
}
.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db
}
.debugtimline_txt {
	color:#fff;
	font-weight:400;
	font-size:7px;
	position:absolute;
	left:10px;
	top:0;
	white-space:nowrap;
	line-height:10px
}
.rtl {
	direction:rtl
}
@font-face {
	font-family:revicons;
	src:url(../fonts/revicons.eot?5510888);
	src:url(../fonts/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../fonts/revicons.woff?5510888) format('woff'),url(../fonts/revicons.ttf?5510888) format('truetype'),url(../fonts/revicons.svg?5510888#revicons) format('svg');
	font-weight:400;
	font-style:normal
}
[class*=" revicon-"]:before,[class^=revicon-]:before {
	font-family:revicons;
	font-style:normal;
	font-weight:400;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:.2em
}
.revicon-search-1:before {
	content:'\e802'
}
.revicon-pencil-1:before {
	content:'\e831'
}
.revicon-picture-1:before {
	content:'\e803'
}
.revicon-cancel:before {
	content:'\e80a'
}
.revicon-info-circled:before {
	content:'\e80f'
}
.revicon-trash:before {
	content:'\e801'
}
.revicon-left-dir:before {
	content:'\e817'
}
.revicon-right-dir:before {
	content:'\e818'
}
.revicon-down-open:before {
	content:'\e83b'
}
.revicon-left-open:before {
	content:'\e819'
}
.revicon-right-open:before {
	content:'\e81a'
}
.revicon-angle-left:before {
	content:'\e820'
}
.revicon-angle-right:before {
	content:'\e81d'
}
.revicon-left-big:before {
	content:'\e81f'
}
.revicon-right-big:before {
	content:'\e81e'
}
.revicon-magic:before {
	content:'\e807'
}
.revicon-picture:before {
	content:'\e800'
}
.revicon-export:before {
	content:'\e80b'
}
.revicon-cog:before {
	content:'\e832'
}
.revicon-login:before {
	content:'\e833'
}
.revicon-logout:before {
	content:'\e834'
}
.revicon-video:before {
	content:'\e805'
}
.revicon-arrow-combo:before {
	content:'\e827'
}
.revicon-left-open-1:before {
	content:'\e82a'
}
.revicon-right-open-1:before {
	content:'\e82b'
}
.revicon-left-open-mini:before {
	content:'\e822'
}
.revicon-right-open-mini:before {
	content:'\e823'
}
.revicon-left-open-big:before {
	content:'\e824'
}
.revicon-right-open-big:before {
	content:'\e825'
}
.revicon-left:before {
	content:'\e836'
}
.revicon-right:before {
	content:'\e826'
}
.revicon-ccw:before {
	content:'\e808'
}
.revicon-arrows-ccw:before {
	content:'\e806'
}
.revicon-palette:before {
	content:'\e829'
}
.revicon-list-add:before {
	content:'\e80c'
}
.revicon-doc:before {
	content:'\e809'
}
.revicon-left-open-outline:before {
	content:'\e82e'
}
.revicon-left-open-2:before {
	content:'\e82c'
}
.revicon-right-open-outline:before {
	content:'\e82f'
}
.revicon-right-open-2:before {
	content:'\e82d'
}
.revicon-equalizer:before {
	content:'\e83a'
}
.revicon-layers-alt:before {
	content:'\e804'
}
.revicon-popup:before {
	content:'\e828'
}
.rev_slider_wrapper {
	position:relative;
	z-index:0;
	width:100%
}
.rev_slider {
	position:relative;
	overflow:visible
}
.entry-content .rev_slider a,.rev_slider a {
	box-shadow:none
}
.tp-overflow-hidden {
	overflow:hidden!important
}
.group_ov_hidden {
	overflow:hidden
}
.rev_slider img,.tp-simpleresponsive img {
	max-width:none!important;
	transition:none;
	margin:0;
	padding:0;
	border:none
}
.rev_slider .no-slides-text {
	font-weight:700;
	text-align:center;
	padding-top:80px
}
.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before {
	list-style:none!important;
	position:absolute;
	margin:0!important;
	padding:0!important;
	overflow-x:visible;
	overflow-y:visible;
	background-image:none;
	background-position:0 0;
	text-indent:0;
	top:0;
	left:0
}
.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before {
	visibility:hidden
}
.tp-revslider-mainul,.tp-revslider-slidesli {
	padding:0!important;
	margin:0!important;
	list-style:none!important
}
.fullscreen-container,.fullwidthbanner-container {
	padding:0;
	position:relative
}
.rev_slider li.tp-revslider-slidesli {
	position:absolute!important
}
.tp-caption .rs-untoggled-content {
	display:block
}
.tp-caption .rs-toggled-content {
	display:none
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
	display:block
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
	display:none
}
.rev_slider .caption,.rev_slider .tp-caption {
	position:relative;
	visibility:hidden;
	white-space:nowrap;
	display:block;
	-webkit-font-smoothing:antialiased!important;
	z-index:1
}
.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none
}
.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap:last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap:last-child {
	margin-bottom:0
}
.tp-svg-layer svg {
	width:100%;
	height:100%;
	position:relative
}
.tp-carousel-wrapper {
	cursor:url(openhand.cur),move
}
.tp-carousel-wrapper.dragged {
	cursor:url(closedhand.cur),move
}
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none!important
}
.tp-caption.tp-layer-selectable {
	-moz-user-select:all;
	-khtml-user-select:all;
	-webkit-user-select:all;
	-o-user-select:all
}
.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption {
	visibility:hidden!important;
	display:none!important
}
.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video {
	max-width:none!important
}
.tp-element-background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0
}
.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
	transform:scaleX(0) scaleY(0)
}
.tp-parallax-wrap {
	transform-style:preserve-3d
}
.rev_row_zone {
	position:absolute;
	width:100%;
	left:0;
	box-sizing:border-box;
	min-height:50px;
	font-size:0
}
.rev_column_inner,.rev_slider .tp-caption.rev_row {
	position:relative;
	width:100%!important;
	box-sizing:border-box
}
.rev_row_zone_top {
	top:0
}
.rev_row_zone_middle {
	top:50%;
	transform:translateY(-50%)
}
.rev_row_zone_bottom {
	bottom:0
}
.rev_slider .tp-caption.rev_row {
	display:table;
	table-layout:fixed;
	vertical-align:top;
	height:auto!important;
	font-size:0
}
.rev_column {
	display:table-cell;
	position:relative;
	height:auto;
	box-sizing:border-box;
	font-size:0
}
.rev_column_inner {
	display:block;
	height:auto!important;
	white-space:normal!important
}
.rev_column_bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	box-sizing:border-box;
	background-clip:content-box;
	border:0 solid transparent
}
.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop {
	height:0;
	top:0;
	width:0;
	position:absolute
}
.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap {
	text-align:inherit
}
.rev_column_inner .tp-mask-wrap {
	display:inline-block
}
.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
	position:relative!important;
	left:auto!important;
	top:auto!important;
	line-height:0
}
.tp-video-play-button,.tp-video-play-button i {
	line-height:50px!important;
	vertical-align:top;
	text-align:center
}
.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
	vertical-align:top
}
.rev_break_columns {
	display:block!important
}
.rev_break_columns .tp-parallax-wrap.rev_column {
	display:block!important;
	width:100%!important
}
.fullwidthbanner-container {
	overflow:hidden
}
.fullwidthbanner-container .fullwidthabanner {
	width:100%;
	position:relative
}
.tp-static-layers {
	position:absolute;
	z-index:101;
	top:0;
	left:0
}
.tp-caption .frontcorner {
	border-left:40px solid transparent;
	border-right:0 solid transparent;
	border-top:40px solid #00A8FF;
	left:-40px
}
.tp-caption .backcorner {
	border-left:0 solid transparent;
	border-right:40px solid transparent;
	border-bottom:40px solid #00A8FF;
	right:0
}
.tp-caption .frontcornertop {
	border-left:40px solid transparent;
	border-right:0 solid transparent;
	border-bottom:40px solid #00A8FF;
	left:-40px
}
.tp-caption .backcornertop {
	border-left:0 solid transparent;
	border-right:40px solid transparent;
	border-top:40px solid #00A8FF;
	right:0
}
.tp-layer-inner-rotation {
	position:relative!important
}
img.tp-slider-alternative-image {
	width:100%;
	height:auto
}
.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute
}
.noFilterClass {
	filter:none!important
}
.rs-background-video-layer {
	visibility:hidden;
	z-index:0
}
.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video {
	width:100%!important;
	height:100%!important;
	display:none
}
.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video {
	background:#000
}
.fullcoveredvideo .tp-poster {
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.videoisplaying .html5vid .tp-poster {
	display:none
}
.tp-video-play-button {
	background:#000;
	background:rgba(0,0,0,.3);
	border-radius:5px;
	position:absolute;
	top:50%;
	left:50%;
	color:#FFF;
	margin-top:-25px;
	margin-left:-25px;
	cursor:pointer;
	width:50px;
	height:50px;
	box-sizing:border-box;
	display:inline-block;
	z-index:4;
	opacity:0;
	transition:opacity .3s ease-out!important
}
.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio {
	display:none!important
}
.tp-caption .html5vid {
	width:100%!important;
	height:100%!important
}
.tp-video-play-button i {
	width:50px;
	height:50px;
	display:inline-block;
	font-size:40px!important
}
.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover {
	height:100%;
	top:0;
	left:0;
	position:absolute
}
.tp-caption:hover .tp-video-play-button {
	opacity:1;
	display:block
}
.tp-caption .tp-revstop {
	display:none;
	border-left:5px solid #fff!important;
	border-right:5px solid #fff!important;
	margin-top:15px!important;
	line-height:20px!important;
	vertical-align:top;
	font-size:25px!important
}
.tp-seek-bar,.tp-video-button,.tp-volume-bar {
	outline:0;
	line-height:12px;
	margin:0;
	cursor:pointer
}
.videoisplaying .revicon-right-dir {
	display:none
}
.videoisplaying .tp-revstop {
	display:inline-block
}
.videoisplaying .tp-video-play-button {
	display:none
}
.fullcoveredvideo .tp-video-play-button {
	display:none!important
}
.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video {
	object-fit:contain!important
}
.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video {
	object-fit:cover!important
}
.tp-video-controls {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
	opacity:0;
	transition:opacity .3s;
	background-image:linear-gradient(to bottom,#000 13%,#323232 100%);
	display:table;
	max-width:100%;
	overflow:hidden;
	box-sizing:border-box
}
.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i {
	transition:all .2s ease-out!important;
	font-size:15px
}
.tp-caption:hover .tp-video-controls {
	opacity:.9
}
.tp-video-button {
	background:rgba(0,0,0,.5);
	border:0;
	border-radius:3px;
	font-size:12px;
	color:#fff;
	padding:0
}
.tp-video-button:hover {
	cursor:pointer
}
.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap {
	padding:0 5px;
	display:table-cell;
	vertical-align:middle
}
.tp-video-seek-bar-wrap {
	width:80%
}
.tp-video-vol-bar-wrap {
	width:20%
}
.tp-seek-bar,.tp-volume-bar {
	width:100%;
	padding:0
}
.rs-fullvideo-cover {
	width:100%;
	background:0 0;
	z-index:5
}
.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
	display:none!important
}
.tp-audio-html5 .tp-video-controls {
	opacity:1!important;
	visibility:visible!important
}
.tp-dottedoverlay {
	background-repeat:repeat;
	width:100%;
	z-index:3
}
.tp-dottedoverlay.twoxtwo {
	background:url(../assets/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
	background:url(../assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
	background:url(../assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
	background:url(../assets/gridtile_3x3_white.png)
}
.tp-shadowcover {
	width:100%;
	background:#fff;
	z-index:-1
}
.tp-shadow1 {
	box-shadow:0 10px 6px -6px rgba(0,0,0,.8)
}
.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after {
	z-index:-2;
	position:absolute;
	content:"";
	bottom:10px;
	left:10px;
	width:50%;
	top:85%;
	max-width:300px;
	background:0 0;
	box-shadow:0 15px 10px rgba(0,0,0,.8);
	transform:rotate(-3deg)
}
.tp-shadow2:after,.tp-shadow4:after {
	transform:rotate(3deg);
	right:10px;
	left:auto
}
.tp-shadow5 {
	position:relative;
	box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset
}
.tp-shadow5:after,.tp-shadow5:before {
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0 rgba(0,0,0,.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px/20px
}
.tp-button {
	padding:6px 13px 5px;
	border-radius:3px;
	height:30px;
	cursor:pointer;
	color:#fff!important;
	text-shadow:0 1px 1px rgba(0,0,0,.6)!important;
	font-size:15px;
	line-height:45px!important;
	font-family:arial,sans-serif;
	font-weight:700;
	letter-spacing:-1px;
	text-decoration:none
}
.tp-button.big {
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,.6);
	font-weight:700;
	padding:9px 20px;
	font-size:19px;
	line-height:57px!important
}
.purchase:hover,.tp-button.big:hover,.tp-button:hover {
	background-position:bottom,15px 11px
}
.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green {
	background-color:#21a117;
	box-shadow:0 3px 0 0 #104d0b
}
.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue {
	background-color:#1d78cb;
	box-shadow:0 3px 0 0 #0f3e68
}
.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red {
	background-color:#cb1d1d;
	box-shadow:0 3px 0 0 #7c1212
}
.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange {
	background-color:#f70;
	box-shadow:0 3px 0 0 #a34c00
}
.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey {
	background-color:#555;
	box-shadow:0 3px 0 0 #222
}
.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey {
	background-color:#888;
	box-shadow:0 3px 0 0 #555
}
.rev-btn,.rev-btn:visited {
	outline:0!important;
	box-shadow:none!important;
	text-decoration:none!important;
	line-height:44px;
	font-size:17px;
	font-weight:500;
	padding:12px 35px;
	box-sizing:border-box;
	font-family:Roboto,sans-serif;
	cursor:pointer
}
.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:15px;
	font-weight:900
}
.rev-btn.rev-withicon i {
	font-weight:400;
	position:relative;
	top:0;
	margin-left:10px!important
}
.rev-btn.rev-hiddenicon i {
	font-weight:400;
	position:relative;
	top:0;
	opacity:0;
	margin-left:0!important;
	width:0!important
}
.rev-btn.rev-hiddenicon:hover i {
	opacity:1!important;
	margin-left:10px!important;
	width:auto!important
}
.rev-btn.rev-medium,.rev-btn.rev-medium:visited {
	line-height:36px;
	font-size:14px;
	padding:10px 30px
}
.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i {
	font-size:14px;
	top:0
}
.rev-btn.rev-small,.rev-btn.rev-small:visited {
	line-height:28px;
	font-size:12px;
	padding:7px 20px
}
.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i {
	font-size:12px;
	top:0
}
.rev-maxround {
	border-radius:30px
}
.rev-minround {
	border-radius:3px
}
.rev-burger {
	position:relative;
	width:60px;
	height:60px;
	box-sizing:border-box;
	padding:22px 0 0 14px;
	border-radius:50%;
	border:1px solid rgba(51,51,51,.25);
	-webkit-tap-highlight-color:transparent;
	cursor:pointer
}
.rev-burger span {
	display:block;
	width:30px;
	height:3px;
	background:#333;
	transition:.7s;
	pointer-events:none;
	transform-style:flat!important
}
.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span {
	background:#fff
}
.rev-burger span:nth-child(2) {
	margin:3px 0
}
#dialog_addbutton .rev-burger:hover:first-child,.open .rev-burger:first-child,.open.rev-burger:first-child {
	transform:translateY(6px) rotate(-45deg)
}
#dialog_addbutton .rev-burger:hover:nth-child(2),.open .rev-burger:nth-child(2),.open.rev-burger:nth-child(2) {
	transform:rotate(-45deg);
	opacity:0
}
#dialog_addbutton .rev-burger:hover:last-child,.open .rev-burger:last-child,.open.rev-burger:last-child {
	transform:translateY(-6px) rotate(-135deg)
}
.rev-burger.revb-white {
	border:2px solid rgba(255,255,255,.2)
}
.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder {
	border:0
}
.rev-burger.revb-darknoborder span {
	background:#333
}
.rev-burger.revb-whitefull {
	background:#fff;
	border:none
}
.rev-burger.revb-whitefull span {
	background:#333
}
.rev-burger.revb-darkfull {
	background:#333;
	border:none
}
.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite {
	background:#fff
}
@keyframes rev-ani-mouse {
	0% {
	opacity:1;
	top:29%
}
15% {
	opacity:1;
	top:50%
}
50% {
	opacity:0;
	top:50%
}
100% {
	opacity:0;
	top:29%
}
}.rev-scroll-btn {
	display:inline-block;
	position:relative;
	left:0;
	right:0;
	text-align:center;
	cursor:pointer;
	width:35px;
	height:55px;
	box-sizing:border-box;
	border:3px solid #fff;
	border-radius:23px
}
.rev-scroll-btn>* {
	display:inline-block;
	line-height:18px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:2px
}
.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover {
	color:#fff
}
.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover {
	opacity:.8
}
.rev-scroll-btn.revs-fullwhite span {
	background:#333
}
.rev-scroll-btn.revs-fulldark {
	background:#333;
	border:none
}
.rev-scroll-btn.revs-fulldark span,.tp-bullet {
	background:#fff
}
.rev-scroll-btn span {
	position:absolute;
	display:block;
	top:29%;
	left:50%;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	background:#fff;
	border-radius:50%;
	animation:rev-ani-mouse 2.5s linear infinite
}
.rev-scroll-btn.revs-dark {
	border-color:#333
}
.rev-scroll-btn.revs-dark span {
	background:#333
}
.rev-control-btn {
	position:relative;
	display:inline-block;
	z-index:5;
	color:#FFF;
	font-size:20px;
	line-height:60px;
	font-weight:400;
	font-style:normal;
	font-family:Raleway;
	text-decoration:none;
	text-align:center;
	background-color:#000;
	border-radius:50px;
	text-shadow:none;
	background-color:rgba(0,0,0,.5);
	width:60px;
	height:60px;
	box-sizing:border-box;
	cursor:pointer
}
.rev-cbutton-dark-sr,.rev-cbutton-light-sr {
	border-radius:3px
}
.rev-cbutton-light,.rev-cbutton-light-sr {
	color:#333;
	background-color:rgba(255,255,255,.75)
}
.rev-sbutton {
	line-height:37px;
	width:37px;
	height:37px
}
.rev-sbutton-blue {
	background-color:#3B5998
}
.rev-sbutton-lightblue {
	background-color:#00A0D1
}
.rev-sbutton-red {
	background-color:#DD4B39
}
.tp-bannertimer {
	visibility:hidden;
	width:100%;
	height:5px;
	background:#000;
	background:rgba(0,0,0,.15);
	position:absolute;
	z-index:200;
	top:0
}
.tp-bannertimer.tp-bottom {
	visibility:hidden!important;
	top:auto;
	bottom:0!important;
	height:5px
}
.tp-caption img {
	background:0 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1
}
.caption.slidelink a div,.tp-caption.slidelink a div {
	width:3000px;
	height:1500px;
	background:url(../assets/coloredbg.png)
}
.tp-caption.slidelink a span {
	background:url(../assets/coloredbg.png)
}
.tp-loader.spinner0,.tp-loader.spinner5 {
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat
}
.tp-shape {
	width:100%;
	height:100%
}
.tp-caption .rs-starring {
	display:inline-block
}
.tp-caption .rs-starring .star-rating {
	float:none;
	display:inline-block;
	vertical-align:top;
	color:#036eb8!important
}
.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating {
	position:relative;
	height:1em;
	width:5.4em;
	font-family:star;
	font-size:1em!important
}
.tp-loader.spinner0,.tp-loader.spinner1 {
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	animation:tp-rotateplane 1.2s infinite ease-in-out;
	background-color:#fff;
	border-radius:3px;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15)
}
.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before {
	content:"\73\73\73\73\73";
	color:#E0DADF;
	float:left;
	top:0;
	left:0;
	position:absolute
}
.tp-caption .rs-starring .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em;
	font-size:1em!important
}
.tp-caption .rs-starring .star-rating span:before {
	content:"\53\53\53\53\53";
	top:0;
	position:absolute;
	left:0
}
.tp-loader {
	top:50%;
	left:50%;
	z-index:10000;
	position:absolute
}
.tp-loader.spinner0 {
	background-position:center center
}
.tp-loader.spinner5 {
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px;
	width:44px;
	height:44px;
	border-radius:3px
}
@keyframes tp-rotateplane {
	0% {
	transform:perspective(120px) rotateX(0) rotateY(0)
}
50% {
	transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
	transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}.tp-loader.spinner2 {
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	background-color:red;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	border-radius:100%;
	animation:tp-scaleout 1s infinite ease-in-out
}
@keyframes tp-scaleout {
	0% {
	transform:scale(0)
}
100% {
	transform:scale(1);
	opacity:0
}
}.tp-loader.spinner3 {
	margin:-9px 0 0 -35px;
	width:70px;
	text-align:center
}
.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3 {
	width:18px;
	height:18px;
	background-color:#fff;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15);
	border-radius:100%;
	display:inline-block;
	animation:tp-bouncedelay 1.4s infinite ease-in-out;
	animation-fill-mode:both
}
.tp-loader.spinner3 .bounce1 {
	animation-delay:-.32s
}
.tp-loader.spinner3 .bounce2 {
	animation-delay:-.16s
}
@keyframes tp-bouncedelay {
	0%,100%,80% {
	transform:scale(0)
}
40% {
	transform:scale(1)
}
}.tp-loader.spinner4 {
	margin:-20px 0 0 -20px;
	width:40px;
	height:40px;
	text-align:center;
	animation:tp-rotate 2s infinite linear
}
.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2 {
	width:60%;
	height:60%;
	display:inline-block;
	position:absolute;
	top:0;
	background-color:#fff;
	border-radius:100%;
	animation:tp-bounce 2s infinite ease-in-out;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15)
}
.tp-loader.spinner4 .dot2 {
	top:auto;
	bottom:0;
	animation-delay:-1s
}
@keyframes tp-rotate {
	100% {
	transform:rotate(360deg)
}
}@keyframes tp-bounce {
	0%,100% {
	transform:scale(0)
}
50% {
	transform:scale(1)
}
}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar {
	border:none;
	min-height:0;
	margin:0;
	border-radius:0
}
.tp-bullets,.tp-tabs,.tp-thumbs {
	position:absolute;
	display:block;
	z-index:1000;
	top:0;
	left:0
}
.tp-tab,.tp-thumb {
	cursor:pointer;
	position:absolute;
	opacity:.5;
	box-sizing:border-box
}
.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter {
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0
}
.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover {
	opacity:1
}
.tp-tab-mask,.tp-thumb-mask {
	box-sizing:border-box!important
}
.tp-tabs,.tp-thumbs {
	box-sizing:content-box!important
}
.tp-bullet {
	width:15px;
	height:15px;
	position:absolute;
	background:rgba(255,255,255,.3);
	cursor:pointer
}
.tp-bullet.selected,.tp-bullet:hover {
	background:#fff
}
.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000
}
.tparrows:hover {
	background:#000
}
.tparrows:before {
	font-family:revicons;
	font-size:15px;
	color:#fff;
	display:block;
	line-height:40px;
	text-align:center
}
.hginfo,.hglayerinfo {
	font-size:12px;
	font-weight:600
}
.tparrows{
	display:none;
	text-align: center;
	outline: none;
}
.tparrows i{
	font-size: 25px;
    line-height: 40px;
}
.tparrows.tp-leftarrow{
	top: 50%; 
	transform: translate(0px, -50%);
	left: 0px;
	border-radius: 50%;
}
.tparrows.tp-rightarrow{
	top: 50%; 
	transform: translate(0px, -50%);
	right: 0;
	border-radius: 50%;
}
body.rtl .tp-kbimg {
	left:0!important
}
.dddwrappershadow {
	box-shadow:0 45px 100px rgba(0,0,0,.4)
}
.hglayerinfo {
	position:fixed;
	bottom:0;
	left:0;
	color:#FFF;
	line-height:20px;
	background:rgba(0,0,0,.75);
	padding:5px 10px;
	z-index:2000;
	white-space:normal
}
.helpgrid,.hginfo {
	position:absolute
}
.hginfo {
	top:-2px;
	left:-2px;
	color:#e74c3c;
	background:#000;
	padding:2px 5px
}
.indebugmode .tp-caption:hover {
	border:1px dashed #c0392b!important
}
.helpgrid {
	border:2px dashed #c0392b;
	top:0;
	left:0;
	z-index:0
}
#revsliderlogloglog {
	padding:15px;
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	width:200px;
	height:150px;
	background:rgba(0,0,0,.7);
	z-index:100000;
	font-size:10px;
	overflow:scroll
}
.aden {
	filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}
.aden::after {
	background:linear-gradient(to right,rgba(66,10,14,.2),transparent);
	mix-blend-mode:darken
}
.perpetua::after,.reyes::after {
	mix-blend-mode:soft-light;
	opacity:.5
}
.inkwell {
	filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}
.perpetua::after {
	background:linear-gradient(to bottom,#005b9a,#e6c13d)
}
.reyes {
	filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}
.reyes::after {
	background:#efcdad
}
.gingham {
	filter:brightness(1.05) hue-rotate(-10deg)
}
.gingham::after {
	background:linear-gradient(to right,rgba(66,10,14,.2),transparent);
	mix-blend-mode:darken
}
.toaster {
	filter:contrast(1.5) brightness(.9)
}
.toaster::after {
	background:radial-gradient(circle,#804e0f,#3b003b);
	mix-blend-mode:screen
}
.walden {
	filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}
.walden::after {
	background:#04c;
	mix-blend-mode:screen;
	opacity:.3
}
.hudson {
	filter:brightness(1.2) contrast(.9) saturate(1.1)
}
.hudson::after {
	background:radial-gradient(circle,#a6b1ff 50%,#342134);
	mix-blend-mode:multiply;
	opacity:.5
}
.earlybird {
	filter:contrast(.9) sepia(.2)
}
.earlybird::after {
	background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
	mix-blend-mode:overlay
}
.mayfair {
	filter:contrast(1.1) saturate(1.1)
}
.mayfair::after {
	background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
	mix-blend-mode:overlay;
	opacity:.4
}
.lofi {
	filter:saturate(1.1) contrast(1.5)
}
.lofi::after {
	background:radial-gradient(circle,transparent 70%,#222 150%);
	mix-blend-mode:multiply
}
._1977 {
	filter:contrast(1.1) brightness(1.1) saturate(1.3)
}
._1977:after {
	background:rgba(243,106,188,.3);
	mix-blend-mode:screen
}
.brooklyn {
	filter:contrast(.9) brightness(1.1)
}
.brooklyn::after {
	background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
	mix-blend-mode:overlay
}
.xpro2 {
	filter:sepia(.3)
}
.xpro2::after {
	background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
	mix-blend-mode:color-burn
}
.nashville {
	filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}
.nashville::after {
	background:rgba(0,70,150,.4);
	mix-blend-mode:lighten
}
.nashville::before {
	background:rgba(247,176,153,.56);
	mix-blend-mode:darken
}
.lark {
	filter:contrast(.9)
}
.lark::after {
	background:rgba(242,242,242,.8);
	mix-blend-mode:darken
}
.lark::before {
	background:#22253f;
	mix-blend-mode:color-dodge
}
.moon {
	filter:grayscale(1) contrast(1.1) brightness(1.1)
}
.moon::before {
	background:#a0a0a0;
	mix-blend-mode:soft-light
}
.moon::after {
	background:#383838;
	mix-blend-mode:lighten
}
.clarendon {
	filter:contrast(1.2) saturate(1.35)
}
.clarendon:before {
	background:rgba(127,187,227,.2);
	mix-blend-mode:overlay
}
.willow {
	filter:grayscale(.5) contrast(.95) brightness(.9)
}
.willow::before {
	background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);
	mix-blend-mode:overlay
}
.willow::after {
	background-color:#d8cdcb;
	mix-blend-mode:color
}
.rise {
	filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}
.rise::after {
	background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
	mix-blend-mode:overlay;
	opacity:.6
}
.rise::before {
	background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
	mix-blend-mode:multiply
}
._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before {
	content:'';
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	pointer-events:none
}
._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2 {
	position:relative
}
._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img {
	width:100%;
	z-index:1
}
._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before {
	z-index:2
}
._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after {
	z-index:3
}
.slumber {
	filter:saturate(.66) brightness(1.05)
}
.slumber::after {
	background:rgba(125,105,24,.5);
	mix-blend-mode:soft-light
}
.slumber::before {
	background:rgba(69,41,12,.4);
	mix-blend-mode:lighten
}
.tp-kbimg-wrap:after,.tp-kbimg-wrap:before {
	height:500%;
	width:500%
}




.section4{padding-bottom:60px;}
.s4-left{background:#F8F8F8;padding:50px 50px 20px}
.s4-left a{display:block;position:relative;text-decoration:none;overflow:hidden}
.s4-left-date{font-size:24px;color:#999}
.s4-left h4{color:#333;font-size:18px;line-height:30px;margin-top:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s4-left p{margin-top:18px;margin-bottom:22px;color:#999;line-height:26px;height:52px;overflow:hidden}
.s4-left-img{display:block;overflow:hidden}
.s4-left-img img{width:100%;height:auto;margin:0 auto;transition:.6s}
.s4-left:hover .s4-left-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.s4-left-more{height:37px;width:140px;background:#036eb8;position:relative;margin-top:50px;top:0;opacity:0;transition:all .3s ease-in-out 0s}
.s4-left:hover .s4-left-more{top:-20px;opacity:1}
.s4-left-more:before{content:"";display:block;position:absolute;width:16px;height:1px;background:#fff;left:50%;top:50%;margin-left:-50px;transition:all .3s ease-in-out 0s}
.s4-left-more:after{content:"";display:block;position:absolute;width:1px;height:16px;background:#fff;left:50%;top:50%;margin-top:-50px;transition:all .3s ease-in-out 0s}
.s4-left:hover .s4-left-more:before{margin-left:-8px}
.s4-left:hover .s4-left-more:after{margin-top:-8px}
.s4-right-item{border-top:1px solid #E5E5E5;padding:30px}
.s4-right-item:hover{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.s4-right-item a{display:block;position:relative;text-decoration:none;overflow:hidden}
.s4-right-date{float:right;font-size:22px;color:#999;margin-left:50px}
.s4-right-more{position:absolute;right:30px;bottom:30px;width:40px;height:16px;color:transparent;border-left:1px solid #e5e5e5;overflow:hidden}
.s4-right-more:before{height:11px;width:19px;content:"";display:block;position:absolute;left:15px;top:3px;background:url(../img/more.png) center center no-repeat;transition:all .3s ease-in-out 0s}
.s4-right-more:after{height:11px;width:19px;content:"";display:block;position:absolute;left:-20px;top:3px;background:url(../img/more.png) center center no-repeat;transition:all .3s ease-in-out 0s}
.s4-right-item:hover .s4-right-more:before{left:45px}
.s4-right-item:hover .s4-right-more:after{left:15px}
.s4-right-text{overflow:hidden;position:relative;left:0;transition:all .3s ease-in-out 0s}
.s4-right-text h4{padding-left:20px;position:relative;font-size:16px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s4-right-text h4:before{content:"";display:block;height:5px;width:5px;background:#233876;position:absolute;left:0;top:50%;margin-top:-3px}
.s4-right-text p{color:#999;height:52px;overflow:hidden;padding-left:20px}
.s4-right-item:hover .s4-right-text{left:10px}





.column,
.columns {
    float: left;
    position: relative;
    min-height: 1px;
}

.one-ninth {
    width: 11.111%;
}

.one-eighth {
    width: 12.5%;
}

.one-seventh {
    width: 14.285%;
}

.one-fifth {
    width: 20%;
}

.two-fifth {
    width: 40%;
}

.three-fifth {
    width: 60%;
}

.four-fifth {
    width: 80%;
}

.one {
    width: 8.333%
}

.two {
    width: 16.666%;
}

.three {
    width: 25%;
}

.four {
    width: 33.333%;
}

.five {
    width: 41.666%;
}

.six {
    width: 25%;
}
.six_inner{
    width: 50%;
}
.six_inner .greennature-item.greennature-blog-grid{
    margin: 0px 15px 20px;
}
.our-blog{
    overflow: hidden;
}
.seven {
    width: 58.334%;
}

.eight {
    width: 100%;
}

.nine {
    width: 75%;
}

.ten {
    width: 83.334%;
}

.eleven {
    width: 91.667%;
}

.twelve {
    width: 100%;
}

.ie7 .sf-mega-section.three {
    width: 24%;
}

.greennature-item {
    margin: 0px 0px 0px;
    min-height: 1px;
}

.greennature-full-size-wrapper .greennature-item-no-space {
    margin-bottom: 0px;
}

.greennature-item-no-space {
    margin: 0px 20px 40px;
}


img,
video {
    max-width: 100%;
    height: auto;
    width: auto;
    /* for ie8 */
}

.container{
    max-width: 1200px;
    width: 100%;
}
.greennature-item-title-wrapper .greennature-item-title {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 800;
}

.greennature-item-title-wrapper .greennature-item-title i {
    margin-right: 12px;
}

.greennature-item-title-wrapper .greennature-item-title img {
    margin-right: 14px;
    vertical-align: middle;
    max-width: 37px;
    margin-top: -1px;
    margin-bottom: 3px;
}

.greennature-item-title-wrapper .greennature-item-title-caption {
    margin-top: 8px;
    font-size: 20px;
    font-style: italic;
}

.greennature-item-title-wrapper .greennature-item-title-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
}

.greennature-item-title-wrapper .greennature-item-title-link:after {
    content: "\f101";
    font-family: fontAwesome;
    font-weight: normal;
    margin-left: 8px;
}

.greennature-item-title-wrapper.greennature-medium.greennature-left .greennature-item-title-link.greennature-item-title-wrapper.greennature-medium.greennature-left-divider .greennature-item-title-link {
    margin-top: 11px;
}

.greennature-item-title-wrapper.greennature-large.greennature-left .greennature-item-title-link,
.greennature-item-title-wrapper.greennature-large.greennature-left-divider .greennature-item-title-link {
    margin-top: 18px;
}

.greennature-item-title-wrapper.greennature-extra-large.greennature-left .greennature-item-title-link,
.greennature-item-title-wrapper.greennature-extra-large.greennature-left-divider .greennature-item-title-link {
    margin-top: 37px;
}

.greennature-item-title-wrapper.greennature-left .greennature-item-title-link,
.greennature-item-title-wrapper.greennature-left-divider .greennature-item-title-link {
    float: right;
}

.greennature-item-title-wrapper.greennature-left .greennature-item-title,
.greennature-item-title-wrapper.greennature-left .greennature-item-title-caption,
.greennature-item-title-wrapper.greennature-left-divider .greennature-item-title,
.greennature-item-title-wrapper.greennature-left-divider .greennature-item-title-caption {
    display: inline;
    margin-right: 20px;
}

.greennature-item-title-wrapper.greennature-left-divider {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.greennature-item-title-wrapper.greennature-small .greennature-item-title {
    font-size: 20px;
    color: #036eb8;
}


.greennature-item-title-wrapper.greennature-nav-container.greennature-left .greennature-nav-title,
.greennature-item-title-wrapper.greennature-nav-container.greennature-left-divider .greennature-nav-title {
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}







p.comment-form-cookies-consent {
    margin-top: 12px;
}

.comment-form-comment {
    margin-bottom: 13px;
}

/*--- blog ---*/
.greennature-blog-thumbnail {
    position: relative;
    text-align: center;
}

.greennature-blog-thumbnail .icon-bullhorn {
    margin-right: 9px;
}

.greennature-blog-thumbnail .greennature-sticky-banner {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
    right: 0;
}

.greennature-blog-thumbnail {
    background: #000000;
}

.greennature-blog-thumbnail.greennature-audio {
    background: transparent;
}

.format-gallery .greennature-blog-thumbnail {
    background: transparent;
}

.greennature-blog-thumbnail>a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.greennature-blog-carousel-item.greennature-item .greennature-blog-grid:first-child {
    margin-left: 0px;
}

.greennature-item.greennature-blog-grid {
    margin-bottom: 30px;
}

.greennature-blog-grid .greennature-blog-thumbnail {
    margin-bottom: 22px;
}

.greennature-blog-grid .greennature-blog-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.greennature-blog-grid .greennature-blog-content {
    margin-bottom: 0px;
}

.greennature-blog-grid .greennature-blog-info {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.greennature-blog-grid .greennature-blog-info .blog-info {
    display: inline;
    margin-left: 18px;
}

.greennature-blog-grid .greennature-blog-info .blog-info i {
    font-size: 15px;
    margin-right: 10px;
}

.greennature-blog-grid .greennature-blog-info .blog-info:first-child {
    margin-left: 0px;
}

.greennature-blog-grid .excerpt-read-more {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.page-item.d-none.d-sm-block.disabled{
    border-radius: 0;
    padding: 0 10px;
}
.greennature-blog-widget.greennature-item {
    padding: 25px 0;
    border-bottom: 1px #ccc solid;
}

.greennature-blog-widget .greennature-blog-thumbnail {
    width: 70px;
    float: left;
    margin-right: 19px;
}

.greennature-blog-widget .greennature-blog-thumbnail .greennature-sticky-banner {
    display: none;
}

.greennature-blog-widget .greennature-blog-date-wrapper {
    float: left;
    width: 80px;
    margin-right: 19px;
    text-align: center;
}

.greennature-blog-widget .greennature-blog-day {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    color: #036eb8;
    margin-bottom: 4px;
}

.greennature-blog-widget .greennature-blog-month {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.greennature-blog-widget .greennature-blog-title {
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: 700;
}

.greennature-blog-widget .greennature-blog-info {
    font-size: 13px;
    font-weight: bold;
}
.icon-angle-left:before {
    content: "\f104";
    font-family: fontAwesome;
    font-style: normal;
	font-size:20px;
}

.icon-angle-right:before {
    content: "\f105";
    font-family: fontAwesome;
    font-style: normal;
	font-size:20px;
}

#pageswitch{
        display: block!important;
    margin-top: 50px!important;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.paginations{
        width: 100%;
    margin: 0 auto;
}
.paginations ul{
        padding-bottom: 10%;
    font-size: 17px;
}
.paginations .sxp1{
    width: 45%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.paginations .sxp2{
    width: 50%;
    float: right;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.banner_inner img{
    width: 100%;
}
.banner_inner_inying{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.col-md-4{
    width: 100%;
}
.s6-img img{
    width: 100%;
    max-width: none;
    height: auto;
}
.image_bor{
       width: 100%;
       height: 100%;
   }
.s1-img img{
    max-width: none;
    height: auto;
}
.project-section .filters li{
    padding: 0;
}

@media (min-width: 992px){
   .default-gallery-item{
      width: 33.33%;
   }
   .col-md-4{
       width: 25%;
   }
   .image_bor{
       width: 100%;
       height: 100%;
   }
   .testimonial-block{
       height: 200px;
   }
   .default-gallery-item .inner-box .image-box img{
       height: 246px;
   }
    .cta{
        display: none;
    }
  
}


/* 产品 */
.protab {
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
}	
.protab ul li {
    width: 25%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    float: left;
    cursor: pointer;
    margin-bottom: 15px;
}
.protab ul li span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #9da9b2;
}
.protab ul li.protab0 span {
    background-color: #036eb8;
}
#outBox{
	max-width: 870px;
	height: 450px;
	margin: 2px auto;
}
.leftBox{
	max-width: 450px;
	float: left;
}
.rightBox{
    padding-left: 55%;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox .w{
	display: none;
}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
}
.botBox ul li{
	float: left;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left: 26.5px;
	opacity: 0.5;
}
.bord{
	border-color:#364580!important;
	opacity: 1 !important;
}
.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
#n,.m{
	display: block !important;
}
a.cpliuyan {
background: #036eb8;
padding: 10px 20px;
color:#fff;
}
a.cplianxi {
background: #364580;
padding: 10px 20px;
color:#fff;
}
/* 产品 */



@media (max-width: 992px){
    .fadeInDown{
    display: none;
    }
     .posts-widget{
		display: none;
	 }
    .links-widget{
        display: none;
    }
    .contact-widget{
        display: none;
    }
    .jtdz{
    	    width: 100%!important;
			height: 190px;
    }
    .jtds{
    	    width: 100%!important;
			border-left: 0px solid gray!important;
			border-right: 0px solid gray!important;
			height: 190px;
    }
    .jtdy{
    	width: 100%!important;
		height: 190px;
    }
  
    
    .cta {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 9;
      background-color: #036eb8;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 100px;
      font-family: "Raleway";
      /* box-shadow: 0px 5px 40px rgba(52, 52, 52, 0.6); */
      color: white;
      text-decoration: none;
      font-size: 1.2em;
      overflow: hidden;
      backface-visibility: hidden;
    }
    .cta:active {
      transform: translateY(3px);
    }
    .cta:link{color:white;z-index:200;}
    #cnzz_stat_icon_1279735268 img {
    position: absolute;
    right: 1px!important;
    bottom: 48px!important;
    height: 17px;
}
.gsjjnr{
    width: 100%!important;
}
    
} @media (max-width: 700px){
.zuti_zntz {
    width: 80%!important;
    bottom: 30%!important;
    right: 9%!important;
}
a.close{
    right: 4%!important;
   
}
    
}

.list_fy a{
	    display: inline-block;
	    font-family: Arial;
	    font-size: 13px;
	    border: #dbdbdb 1px solid;
	    padding: 3px 9px;
	    margin: 2px;
	    margin-bottom: 5px;
	    color: #31363c;
	    text-decoration: none;
}
.list_fy .current{
		display: inline-block;
	    font-family: Arial;
	    border: #ffcc00 1px solid;
	    font-size: 13px;
	    padding: 3px 9px;
	    color: #fff;
	    margin: 2px;
		margin-bottom: 5px;
	    background-color: #ffcc00;
}
.jtdz{
	    width: 33%;
	    text-align: center;
	   
	    float: left;
}
.jtds{
	    border-right: 2px solid gray;
		border-left: 2px solid gray;
	    width: 33%;
	    float: left;
	    text-align: center;
}
.jtdy{
	width: 33%;
	float: left;
	text-align: center;
}

.sxp1 a:hover{
	color: #036eb8;
}
.sxp2 a:hover{
	color: #036eb8;
}
.xz_ycss{
	font-size: 30px!important;
	line-height: 37px;
	font-weight: 800;
}
.xz_aycs{
	float: right;
}
.xz_wid{
	width: 100%!important;
}
.xz_bcgw{
	max-width: 1350px!important;
	margin: 0 auto;
}
.zx_tzleft{
	float: left!important;
}
.search a{
	    display: inline-block;
	    font-family: Arial;
	    font-size: 13px;
	    border: #dbdbdb 1px solid;
	    padding: 3px 9px;
	    margin: 2px;
	    margin-bottom: 5px;
	    color: #31363c;
	    text-decoration: none;
}
.search .current{
		display: inline-block;
	    font-family: Arial;
	    border: #ffcc00 1px solid;
	    font-size: 13px;
	    padding: 3px 9px;
	    color: #fff;
	    margin: 2px;
		margin-bottom: 5px;
	    background-color: #ffcc00;
}
.tz_sxgd{
	margin: 50px 0 15px;
}
.gx_tag{
	margin-right: 10px;
	background: darkgray;
	    padding: 4px;
	    border-radius: 16px;
	    color: #fff;
}
.tcdPageCode li{
    margin: 0px;
    line-height: 0px;
    min-width: 32px;
    font-size: 13px;
}
.tcdPageCode li a{
    min-width: 32px;
     font-size: 13px;
}
.tcdPageCode li .current{
    min-width: 32px;
    line-height: 32px;
}
.tcdPageCode .disabled{
    line-height: 32px;
}
.tzmarm{
    margin-top: 30px;
}
.ht_sytit{
    text-align: center;
    margin-top: 10px;
    color: #303030;
}
.ht_sytit a{
    display: block;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.don-info ul li{
    list-style: disc;
    color: #fcc321;
    padding: 10px 0 0 10px;
}
.syxg_zhbd{
    font-size: 36px;   
}
.rlink a{
    padding-right:15px;
    color: #777777;
}
.rlink a:hover{
    color: #036eb8;
}
.rlink span{
    padding-right: 10px;
}

.gsjjnr{
    width: 50%;
    float: left;
}
.gsjjnr_nr a{
    color: #777777;
}
.list-style-two a{
    color: #777777;
}
#cnzz_stat_icon_1279735268 img{
        position: absolute;
    right: 66px;
    bottom: 7px;
    height: 17px;
}
.zuti_whats{
    position: fixed;
    width: 50px;
    bottom: 95px;
    right: 15px;
	z-index: 9999;
}
.zuti_zntz{
    width: 18%;
    position: fixed;
    bottom: 32%;
    right: 41%;
    
}
/*.zuti_whats:hover .zuti_zhyc{*/
/*    opacity: 0.5;*/
/*}*/


a.button {
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  color: steelblue;
  font-weight: 500;
  padding: 8px 15px 8px 15px;
  border: 1px solid rgba(26, 53, 71, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: .25s;
  background: linear-gradient(white, ghostwhite);
}
a.button:hover {
  border: 1px solid rgba(26, 53, 71, 0.2);
  background: white;
}

.wrapper {
  width: 600px;
  height: 100%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}


a.close {
  position: fixed;
  top: 24%;
  right: 34%;
  width: 22px;
  height: 22px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 21px;
  color: lightslategrey;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: .25s;
  opacity: 0.8;
}
a.close:hover {
  background-color: #036eb8;
  color: white;
}



/* 地图 */
#container img {max-width:none;}

/* 下载 */
.xiazai img {
    position: absolute;
    width: 40px;
    top: 20px;
    right: 10px;
}



.brand_list li {
    overflow: hidden;
    padding: 34px 0;
    border-bottom: 1px solid #eaeaea;
}

.brand_list li .pic {
    width: 20%;
    float: left;
    padding: 1%;
    background: #f4f4f4;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.brand_list li .pic a {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: block;
    height: 160px;
    text-align: center;
    overflow: hidden;
}

.brand_list li .pic a img {
    vertical-align: middle;
    max-width: 100%;
}

.brand_list li .pic a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.brand_list li .wz {
    width: 75%;
    float: right;
}

.brand_list li .wz span {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.brand_list li:hover .pic{background:#036eb8;}
.brand_list li:hover .wz p a{color:#036eb8;}
.brand_list li:hover .wz a.more{color:#fff;background:#036eb8;}
.yqlink a {display:block;}

@media only screen and (max-width: 1340px) {
    .page-wrapper {
        overflow: hidden;
    }
    .gallery-section.sortable-masonry .items-container {
    }
}
@media only screen and (max-width: 1140px) {
    .main-header {
        position: relative;
        margin: 0px !important;
    }
    .main-menu .navigation > li {
        margin-left: 20px;
    }
    .tab-section .prod-tabs .tabs-content .content-column h3 br {
        display: none;
    }
    .default-gallery-item.normal-item {
        width: 30%;
    }
    .event-block .inner-box .content-box h3 {
        font-size: 12px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .news-section .event-column .event-inner-column,
    .project-single-section .project-single .slider-column .inner-content {
        padding-left: 0px;
    }
    .header-style-two {
        background-color: #222222;
    }
}
@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .default-gallery-item.big-item,
    .default-gallery-item.normal-item {
        width: 50%;
    }
    .main-header .nav-outer {
        width: 100%;
    }
    .main-menu .navigation > li {
        margin-left: 0px;
        margin-right: 25px;
        padding-top: 0px;
    }
    .main-header.fixed-header .main-box {
        position: relative !important;
        -ms-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    .tparrows,
    .sec-title .text br,
    .services-section .left-column .services-block:first-child .inner-box:after,
    .services-section .left-column .services-block:nth-child(2) .inner-box:after,
    .services-section .left-column .services-block:nth-child(3) .inner-box:after,
    .services-section .right-column .services-block-two:first-child .inner-box:after,
    .services-section .right-column .services-block-two:nth-child(2) .inner-box:after,
    .services-section .right-column .services-block-two:nth-child(3) .inner-box:after {
        display: none;
    }
    .main-slider .big-title {
        font-size: 50px;
    }
    .main-slider h2 {
        font-size: 30px;
    }
    .fluid-section-one .text-column,
    .fluid-section-one .image-column,
    .footer-style-two .outer-container .left-column,
    .footer-style-two .outer-container .right-column {
        position: relative;
        width: 100%;
    }
    .footer-style-two .outer-container .right-column .map-canvas {
        position: relative !important;
    }
    .fluid-section-one .text-column .inner,
    .footer-style-two .outer-container .left-column .content {
        max-width: 100%;
        padding-left: 15px;
    }
    .fluid-section-one .image-column .image-box {
        display: block;
    }
    .gallery-section .filters li {
        margin-right: 0px;
    }
    .main-slider h1 {
        font-size: 38px;
    }
    .services-section .left-column .inner-column {
        padding-right: 0px;
    }
    .services-section .right-column .inner-column {
        padding-left: 0px;
    }
    .gallery-section.sortable-masonry .items-container {
    }
}
@media only screen and (max-width: 767px) {
    .header-upper .logo-outer {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        margin: 0px;
    }
    .main-header .header-top .top-left,
    .main-header .header-top .top-right,
    .main-header .header-top .top-right .links {
        width: 100%;
        text-align: center;
    }
    .main-header .header-top .top-left {
        padding-bottom: 0px;
    }
    .main-header .header-top .top-right .links {
        padding-bottom: 15px;
    }
    .header-top .social-icon {
        float: none;
        margin-left: 0px;
        text-align: center;
        display: inline-block;
    }
    .main-header .header-top .top-right .links li {
        float: none;
        display: inline-block;
    }
    .sec-title h2 {
        font-size: 24px;
    }
    .main-menu .collapse {
        max-height: 300px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        box-shadow: none;
    }
    .main-menu .collapse.in,
    .main-menu .collapsing {
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        box-shadow: none;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 12px 0px;
        right: 0px;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid #2cabe5;
        float: none;
        margin: -2px 0px 0px 0px;
        border-radius: 0px;
        background: #036eb8;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #036eb8;
        border: 1px solid #ffffff;
        border-top: none;
    }
    .main-menu .navbar-collapse > .navigation > li {
        margin: 0px !important;
        float: none !important;
        padding: 0px !important;
        width: 100%;
    }
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important;
        font-weight: 500;
    }
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: #036eb8;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    }
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }
    .main-menu .navbar-collapse > .navigation > li:first-child {
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 12px 20px 10px !important;
        line-height: 22px;
        color: #ffffff;
        background: #036eb8;
        text-align: left;
        font-size: 16px;
    }
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus {
        background: #ffcc32;
    }
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
        background: #036eb8;
        color: #ffffff !important;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before {
        display: none !important;
    }
    .main-slider .big-title {
        font-size: 36px;
    }
    .main-header .nav-outer {
        padding-right: 0px;
    }
    .main-header .nav-outer .search-box-outer {
        left: 0px;
        top: 25px;
        right: auto;
        z-index: 12;
    }
    .main-header .nav-outer .search-box-outer .dropdown-menu {
        left: 0px;
        top: 50px;
    }
    .gallery-section .sec-title .pull-right {
        width: 100%;
        margin-top: 30px;
    }
    .news-block .inner-box .content-column .content-inner {
        margin-left: 0px;
    }
    .testimonial-block .inner-box .image {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .testimonial-block .inner-box {
        padding-left: 0px;
        text-align: center;
    }
    .testimonial-section .owl-dots {
        left: 50%;
        max-width: 100px;
        margin-left: -50px;
    }
    .call-to-action h2,
    .counter-section h2 {
        font-size: 30px;
    }
    .news-block .inner-box .image-column .image .post-date {
        left: 15px;
        top: 15px;
        right: auto;
    }
    .tab-section .prod-tabs .tabs-content .image-column .image {
        margin-bottom: 30px;
    }
    .services-block .inner-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .services-block .inner-box {
        padding-right: 0px;
        text-align: center;
    }
    .services-block-two .inner-box {
        padding-left: 0px;
        text-align: center;
    }
    .services-block-two .inner-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footer-style-two .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 10px;
    }
    .social-icon-three {
        text-align: center;
    }
    .main-slider h2 {
        font-size: 26px;
    }
    .news-block-two .inner-box .lower-box {
        padding: 20px 20px 20px;
    }
    .sidebar-page-container .comments-area .comment {
        padding-left: 0px;
    }
    .sidebar-page-container .comments-area .comment-box .author-thumb {
        position: relative;
    }
}
@media only screen and (max-width: 599px) {
    .main-slider .big-title {
        font-size: 30px;
    }
    .main-slider h2:after {
        display: none;
    }
    .main-slider h2 {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .main-slider .text {
        font-size: 14px;
        line-height: 1.4em;
    }
    .call-to-action h2,
    .counter-section h2 {
        font-size: 26px;
    }
    .welcome-section .text-column .quote {
        padding: 0px;
    }
    .welcome-section .text-column .inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .default-gallery-item.big-item,
    .default-gallery-item.normal-item {
        width: 100%;
    }
    .main-slider .medium-title,
    .page-title h1 {
        font-size: 30px;
    }
    .fluid-section-one .title h2,
    .news-block-two .inner-box .lower-box h3 {
        font-size: 20px;
    }
    .main-slider h1 {
        font-size: 24px;
    }
    .tab-section .prod-tabs .tabs-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .eror-section h4 {
        font-size: 30px;
    }
    .news-block-two .inner-box .image-box .image .post-date {
        right: 15px;
        top: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .main-slider .big-title {
        font-size: 24px;
    }
    .main-slider h2 {
        line-height: 1em;
    }
    .main-slider .text {
        font-size: 12px;
        line-height: 1em;
    }
    .fluid-section-one .text-column .inner .links-box .theme-btn {
        padding: 10px 20px 8px;
    }
    .main-header .main-box .logo-box {
        padding-bottom: 0px;
    }
    .main-header .main-box .logo-box,
    .main-header .btn-outer {
        width: 100%;
        text-align: center;
    }
    .gallery-section .filters li {
        font-size: 14px;
    }
    .news-block .inner-box .content-column .content-inner {
        padding: 25px 20px 20px;
    }
    .main-slider h1 {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .main-slider h1:after {
        display: none;
    }
    .main-slider .medium-title {
        font-size: 24px;
    }
    .default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 {
        font-size: 16px;
    }
    .social-icon-one li {
        margin-right: 4px;
    }
    .default-gallery-item.large-gallery .inner-box .overlay-box .overlay-inner .content .category,
    .default-gallery-item.large-gallery .inner-box .overlay-box .overlay-inner .content .option-btn {
        display: none;
    }
}
.auto_container_inner {
    padding: 0 15px;
}
.auto_container_inner .navigation.clearfix li:last-child ul {
    left: inherit;
    right: 0;
}
.six_inner {
    width: 50%;
}
.six_inner .greennature-item.greennature-blog-grid {
    margin: 0px 15px 20px;
}
.six_inner .greennature-ux.greennature-blog-grid-ux {
    border: 1px #ccc solid;
    box-sizing: border-box;
    padding: 15px;
}
.six_inner .greennature-ux.greennature-blog-grid-ux:hover {
    border: 1px #ffcc33 solid;
}
.bread_crumb_banIner {
    display: none;
}
.greennature-blog-grid-content {
    min-height: 160px;
}
.greennature-blog-title a,
.sidebar .popular-posts .post .text a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.four.columns {
    padding: 0 10px;
}
.sidebar .popular-posts .post {
    height: 60px;
    overflow: hidden;
}
.sidebar .popular-posts .post {
    margin-bottom: 10px;
}
.greennature-blog-widget .greennature-blog-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.flexslider_inner_bmld img {
    width: 100%;
}
.flexslider_inner_bmld .testimonial-author.greennature-skin-link-color {
    font-size: 18px;
    margin: 10px 0;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.testimonial-content.greennature-skin-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.greennature-testimonial-item-wrapper .swiper-slide {
    height: 266px;
}
.greennature-testimonial-item-wrapper .theme-btn.btn-style-one.xz_aycs {
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial_tile_img {
    height: 250px;
    overflow: hidden;
}
.testimonial-section {
    padding: 60px 0px 60px;
}
.spa_nerm {
    display: block;
}
a:hover {
    color: #333;
}
.four.columns h3 a:hover,
.four.columns .spa_nerm:hover {
    color: #ffcc00 !important;
}
.event-column {
    width: 33.3%;
}
.swiper-container {
    height: 100% !important;
}
.event-inner .swiper-slide {
    height: auto !important;
}
.news-section .event-column .event-inner {
    height: 620px;
}
.news-block .inner-box .content-column .content-inner h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block .inner-box .content-column .content-inner .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-block .inner-box .image {
    height: 191.72px;
    overflow: hidden;
}
.event-block .inner-box .content-box h3 {
    height: 44px;
    overflow: hidden;
}
.greennature-blog-title a,
.sidebar .popular-posts .post .text a {
    color: #2cabe5;
}
.greennature-blog-grid .greennature-blog-info .blog-info i {
    color: #2cabe5;
}
.news-block .inner-box .image-column {
    position: inherit;
}
.news-block .inner-box .image-column .image {
    position: absolute;
}
.post-date {
    position: absolute;
    min-width: 69px;
    height: 67px;
    left: 30%;
    z-index: 2;
    top: 55px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1.8em;
    padding-top: 8px;
    background-color: #ffcc00;
    outline: solid 1px rgba(255, 255, 255, 0.5);
    outline-offset: -6px;
}
.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-date span {
    font-weight: 600;
    display: block;
    font-size: 20px;
}
.s4-left-img {
    height: 163px;
    overflow: hidden;
}
.inquiry_inner img {
    width: 100%;
    display: block;
}
.inquiry_inner .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}
.chaxun_inner .table {
    width: 100%;
}
.chaxun_inner .table td {
    text-align: center;
    border: 1px #ffcc00 solid;
    width: 25%;
}
.chaxun_inner .table .table_tr {
    background: #ffcc00;
    color: #fff;
}
.chaxun_inner .table td {
    border: 1px #ffcc00 solid;
}
.chaxun_inner .nameimges {
    width: 200px;
    height: 280px;
    display: block;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #036eb8;
}
@media (max-width: 750px) {
    .our-blog {
        margin-top: 20px;
    }
    .filter ul {
        margin: 20px 0;
    }
    .sidebar-page-container,
    .sidebar-page-container .content-side,
    .sidebar-page-container .sidebar-side {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .filter li {
        text-align: center;
        margin: 0;
        width: 50%;
        display: inline-block;
    }
    .widget-content {
        padding-bottom: 40px;
        padding-top: 35px;
    }
    .banner_inner .swiper-slide .li_inner {
        width: 100% !important;
    }
    .li_inner_shre {
        display: none;
    }
    .metis.tparrows {
        width: 30px;
        height: 30px;
        padding: 0;
    }
    .tparrows i {
        font-size: 14px;
        line-height: 30px;
    }
    .banner_inner .swiper-slide:nth-child(3) .li_inner {
        right: 0;
    }
    .tp-caption {
        min-width: 100% !important;
    }
    .welcome-section {
        padding-top: 0;
    }
    .sec-title {
        margin-bottom: 0;
    }
    .items-container.clearfix {
        padding: 0 15px;
    }
    .event-column {
        width: 100%;
    }
    .news-block .inner-box .image-column .image {
        position: relative;
    }
    .post-date {
        top: 20px;
        left: 20px;
    }
    .four.columns {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .greennature-color-wrapper .container {
        padding: 0;
    }
    .testimonial-section {
        padding: 30px 0px 0px;
    }

    .call-to-action {
        padding: 30px 0px !important;
    }

    .six.columns.class1,
    .six_inner.columns {
        width: 100%;
        float: none;
    }

    .pull-left,
    .pull-right {
        float: none !important;
    }
    .sec-title .pull-right {
        margin-top: 30px;
    }
    .auto-container .auto-container {
        padding: 0;
    }
    .paginations .sxp1,
    .paginations .sxp2 {
        float: none;
        display: block;
        width: 100%;
    }
    .rlink {
        margin-bottom: 80px;
    }
    .rlink span {
        padding-right: 100px;
    }
}
