﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lusitana:400,700'); /*font-family: 'Lusitana', serif;*/
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i'); /*font-family: 'Alegreya Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600'); /*font-family: 'Oswald', sans-serif;*/
body {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Alegreya Sans', sans-serif;
	background: rgb(58, 57, 55);
	font-size: 15px;
}
/*=========top-header*/
.top-main-menu .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.top-nav {
	background-color: rgb(25, 23, 23);
	padding: 3px 0px;
	z-index: 10;
	position: relative;
	border-bottom: 0px;
	font-size: 13px;
	height: auto;
	font-weight: normal;
	font-family: 'Alegreya Sans', sans-serif;
	transition-duration: .3s;
}
.prohead {
	margin-top: 30px;
}

.incontentgallery {
	padding: 15px;
	min-height: 358px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.galleryphoto {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.galleryphoto li {
		padding: 5px;
		box-sizing: border-box;
		width: 33%;
	}

		.galleryphoto li .thumbnail {
			border-radius: 0px;
			color: #000;
			padding: 5px;
			margin-bottom: 0px;
		}

		.galleryphoto li img {
			max-width: 100%;
			height: 180px;
		}

		.galleryphoto li .caption {
			display: block;
			min-height: 50px;
		}

.homebanner-wrap {
	margin-top: 25px
}
.top-nav:before {
	content: '';
	position: absolute;
	left: -25px;
	width: 0;
	height: 0;
	border-bottom: 37px solid rgba(0, 0, 0, 0.69);
	border-left: 25px solid transparent;
	z-index: 102;
	top: 0;
}
.top-nav .time {
	float: left;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
.top-nav li {
	list-style-type: none;
	text-align: right;
	padding: 5px 10px;
	display: inline-block !important;
}
.top-nav li:nth-child(1) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(2) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(3) {
	border-right: solid 0px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 2px;
}
.top-nav li:nth-child(4) {
	border-right: solid 0px RGBA(179, 174, 174, 0.65);
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(5) {
	border-right: solid 0px RGBA(179, 174, 174, 0.65);
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(6) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(7) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(8) {
	padding-left: 2px;
	padding-right: 10px;
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(9) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 10px;
	font-family: "arial unicode MS";
	font-size: 14px;
}
.top-nav li:nth-child(10) {
	padding-left: 2px;
	padding-right: 10px;
	position: relative;
}
.search input[type="text"] {
	color: #666;
	border: none;
	outline: none;
	padding: 3px 6px;
}
.search:after {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	text-align: center;
	background: #ffc700;
	padding: 2px 5px;
	position: absolute;
	top: 5px;
}
.search > a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}
.stylish-input-group .input-group-addon {
	background-color: #eda12e;
	border: 1px solid #eda12e;
	color: #fff;
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 2px;
}
.stylish-input-group button {
	border: 0;
	background: transparent;
}
.searchbox {
	margin-top: 8px;
	padding-left: 200px;
}
.searchdiv {
	background-color: rgba(23, 52, 75, 0.79);
	display: none;
	height: 100%;
	padding: 20% 20% 10% 20%;
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 517;
}
.searchclose {
	font-size: 35px;
	display: block;
	cursor: pointer;
	color: #fff;
}
.searchclose:hover {
	color: #fff;
}
.searchdiv .form-control {
	height: 60px;
	background-color: rgba(255,255,255,.0);
	border-radius: 0px;
	border-bottom: 3px solid rgba(255,255,255,.5);
	font-size: 30px;
	color: #fff;
	border: 0px;
	border-bottom: 3px solid rgba(255,255,255,.8);
}
.searchdiv .form-control:focus {
	box-shadow: none;
}
.toggle {
	display: none;
}
.top-nav li a {
	color: #fff;
}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav .btn-xs {
	padding: 3px 5px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px rgba(255,255,255,.5);
	background-color: #fff;
	color: #333;
	font-weight: bold;
	border-radius: 2px;
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #fff;
	background-color: rgba(255,255,255,.1);
	color: #fff;
}
.top-nav .btn-blue {
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px #000;
	background-color: #00B9BE;
	color: #fff;
}
.top-nav .btn-yellow {
	padding: 4px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color: #F57D57;
	color: #fff;
}
.top-nav .input-sm {
	height: 21px;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 0px;
}
.top-nav .navbar-right {
	float: right !important;
	margin-bottom: 0;
	margin-right: -15px;
	margin-top: -1px;
}
.top-nav .blue-theme {
	background-color: #f9980e;
	color: #fff;
	border-color: rgba(255,255,255,.5);
}
.top-nav .black-theme {
	background-color: #5c5c5c;
	border-color: rgba(255,255,255,.5);
	color: #fff;
}
.top-nav .red-theme {
	background-color: #CF1515;
	color: #fff;
}
.head-section {
	min-height: 160px;
	transition: 1s all;
	background: #f3f3f3 url(/images/header-bg1.html) 100% 100% repeat-x;
}
.head-section .rightlogo {
	margin-top: 8px
}
.head-section .leftlogo {
	margin-top: 3px
}
/*========top-header==end*/

header {
	position: relative;
	z-index: 500;
}
header img {
	position: relative;
	z-index: 0;
}
.top-main-menu {
	position: relative;
	right: 0px;
	left: 0px;
	margin: -28px -10px 0px auto;
	top: 0px;
	z-index: 2;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}
.navbar-inverse {
	background-color: #191717;
	border-color: #fff !important;
	border-radius: 0px;
}
.navbar-nav > li > a {
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	font-size: 1.1em;
	padding: 15px 15px;
}
.dept {
	position: relative;
	z-index: 100;
	margin-top: -39px;
}
.dropdown > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 6px;
	font-size: 20px;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff !important;
	background-color: #3a3937;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff !important;
	background-color: #3a3937;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff !important;
	background-color: #3a3937;
}
.navbar .dropdown-menu {
	width: 200px !important;
	background-color: rgba(255,255,255,1);
	padding: 0px;
}
.navbar .dropdown-menu li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.navbar .dropdown-menu > li > a {
	font-size: 1.2em !important;
	padding: 7px 10px !important;
	white-space: normal;
}
.navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff !important;
	background-color: #000000;
	text-decoration: none;
}
.imagerel {
	position: relative;
	z-index: 0;
	margin: auto
}
.leaderbox {
	margin-bottom: 20px;
	border: 5px solid #191717;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	min-height: 200px;
}
.banner {
	border: 5px solid #191717;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	 
}
.min-padding {
	padding-right: 5px;
}
/*leader-box*/
.yogi {
	background-color: #000000;
}
.chairman {
	background-color: #000000
}
.leaderbox img {
	border-radius: 100px;
	margin: auto
}
.leaderbox img {
	border-radius: 100%;
	margin: 8px auto;
	width: 102px;
	height: 102px;
	border: 2px solid #98c2d8;
}
.leaderbox h4 {
	margin: 0px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
}
.leaderbox p {
	margin: 3px 0px 0px 0px;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
/*leader-box---end*/
.menuFxd {
	position: fixed;
	right: 0;
	left: 0;
	border-bottom: 1px solid #ffc700;
	background: #3a3937;
}
#ticker2 .news-item span.date-wrap {
	color: #FFF;
	background: #3a3937;
	width: 55px;
	height: 62px;
	position: absolute;
	left: 0px;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px;
}
#ticker2 .news-item span.date {
	color: #FFF;
	display: block;
	font-size: 17px;
}
.news {
	padding: 30px 0px 0px 0px;
}
.news-section h3 {
	background-size: cover;
	background: #000 url(/images/news-head-bg.html);
	font-size: 1.5em;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	padding: 13px;
}
.play-pause {
	position: absolute;
	top: 12px;
	right: 15px;
}
.play-pause .btn-info, .play-pause .btn-info:hover {
	color: #fff;
	background-color: #5bc0de00;
	border-color: #46b8da00;
	font-size: 19px !important;
	box-shadow: none;
}
.play-pause .btn-danger, .play-pause .btn-danger:hover {
	color: #fff;
	background-color: #d9534f00;
	border-color: #d43f3a00;
	font-size: 22px !important;
	box-shadow: none;
}
.news-section .panel-heading {
	padding: 0px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-body.pressRelease {
	padding: 0 0px;
}
.news-section h2.panel-title {
	background: #0CF;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	padding: 13px;
	font-weight: normal;
}
.news-section {
	color: #FFF;
	background: #191717;
	box-shadow: 0px 0px 8px #ccc;
}
.news-section .view-more-section .pull-right {
	margin-left: .3em;
	font-size: 35px;
	margin-top: -5px;
}
.view-more-section a {
	display: block;
	font-weight: 500;
	color: #fff;
}
.news-section .upsbcc-about {
	min-height: 370px;
}
.news-section .upsbcc-about p {
	font-size: 1.0em;
	line-height: 25px;
}
.news-section .fa-ul {
	padding: 0 15px;
	margin-left: 0;
	list-style-type: none;
	height: 360px;
}
.view-more-section {
	display: block;
	background: #000000;
	margin: -30px 0px 0 0px;
	position: relative;
	text-align: left;
	padding: 10px 11px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 18px;
}
.stopped {
	margin-top: 0px !important;
}
#ticker1 .news-item {
	background: url(../images/new-icon.html) left 8px;
	background-repeat: no-repeat;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 3px 0 0px 72px;
	overflow: hidden;
	width: 100%;
	min-height: 86px;
}
#ticker2 .news-item {
	/* background: url(../images/news-list1.jpg) left 25px; */
	background-repeat: no-repeat;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 12px 0 14px 80px;
	overflow: hidden;
	width: 100%;
	min-height: 100px;
}
.news-item a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.ndate {
	display: inline-block;
	color: #000;
	font-size: 12px;
}
.ndate:before {
	content: "\f073";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #cd4959;
}
.ndate, .dsize {
	display: inline-block;
	color: #f27d51;
	font-size: 12px;
	margin-right: 14px;
}
.news-item .fa-file-pdf-o {
	font-size: 12px;
	margin-right: 5px;
}
/*news-end===========*/


/*complent-cell===========*/
.complent-cell {
	transition: 1s all;
	margin-top: 20px;
	padding: 37px 0px;
	/* min-height: 200px; */
	background: #191717 url(/images/contact-bg.html) 100% 100%;
	background-size: cover;
}
.complent-cell .research-cell-bg {
	background: #3a3937 !important
}
.complent-cell .research-cell-bg:hover {
	background: #3a3937 !important
}
.complent-cell .rti-bg {
	background: #3a3937 !important
}
.complent-cell .rti-bg:hover {
	background: #3a3937 !important
}
.complent-cell .download-bg {
	background: #3a3937 !important
}
.complent-cell .download-bg:hover {
	background: #3a3937 !important
}
.complent-cell span {
	margin-right: 10px;
	float: left;
	min-height: 125px;
	border-right: 1px solid #777;
	padding: 25px 10px 25px 10px;
}
.complent-cell .com-cell {
	background: #3a3937
}
.complent-cell .com-cell:hover {
	background: #3a3937;
	transition: 1s all
}
.complent-cell a {
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
	font-size: 1.5em;
	color: #fff;
}
/*complent-cell===========*/


/*facility-of-reservation===========*/
.facility-of-reservation .fr-slider {
	border-top: 3px solid #000000;
	padding-top: 5px;
}
.facility-of-reservation {
	margin: 30px 0px 0px 0px;
}
.facility-of-reservation .fr-tittle h3 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0px;
}
.facility-of-reservation .fr-tittle {
	background-color: #000000;
	color: #fff;
	display: inline-block;
	padding: 18px 15px;
	position: relative;
}
.facility-of-reservation .fr-tittle:after {
	border-bottom: 65px solid #000000;
	border-right: 53px solid transparent;
	content: "";
	height: 0;
	right: -53px;
	position: absolute;
	top: 0px;
	width: 0;
}
.fr-tittle::before {
	background: #f27d51;
	height: 5px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	overflow: hidden;
}

.important-links {
	margin-top: 20px;
	text-align: center;
}

.thumbnail {
	position: relative;
	padding: 0;
	margin: 5px 5px 20px 5px;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: 1px 1px 1px #a7959545;
	background: #504e4e;
}

.stars .thumbnail img {
	width: 80%;
	border-radius: 50%;
}

.stars .thumbnail img {
	width: 80%;
	border-radius: 9%;
	/*border-radius: 50%;*/
	border: 12px solid #f8930526;
	box-shadow: 0px 0px 5px rgb(132 131 131 / 74%);
}

.thumbnail img {
	width: 100%;
}

.item img {
	width: 100%;
	max-height: 400px;
}

.thumbnail .caption {
	text-align: center;
}

.stars h4 {
	color: #fff;
	font-size: 1.2em;
	text-transform: capitalize;
	border-bottom: solid 2px #272727;
	line-height: 32px;
	font-family: 'Oswald', sans-serif !important;
}

.stars .btn-primary {
	border: 0px solid #121213 !important;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #151616;
	border-radius: 0;
}
#welcome {
	/* padding: 20px 15px; */
	padding: 10px 5px 0px 15px;
	background-color: #0a0a0a;
	background-repeat: no-repeat;
	background-size: cover;
}
#important-link-btn .owl-nav button {
	font-size: 1em;
	height: 30px;
	line-height: 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	background: rgb(12, 12, 12);
	margin: 0px 5px;
	padding: 11px !important;
}
#owl-demo .owl-nav, #owl-demo-new .owl-nav, .imp-site .owl-nav {
	text-align: center;
	margin-bottom: 10px;
}


	#owl-demo .owl-nav button, #owl-demo-new .owl-nav button, .imp-site .owl-nav button {
		display: inline-block;
		margin: 3px;
		padding: 6px 15px !important;
		background-color: rgb(12 12 12);
		/*background-color: #ed7d29;*/
		color: #fff;
	}

#owl-demo-new .owl-dots {
	text-align: center;
}
.facility-of-reservation .welcome .btn-design {
	position: absolute;
	bottom: 15px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	background-image: url(../images/bg-border.html);
	background-repeat: repeat-x;
	background-position: center;
	width: 90%;
}
/*.facility-of-reservation .btn-design span {
    padding: 0px 15px;
    background-color: #fff;
}*/
.facility-of-reservation .btn-purple {
	/* box-shadow: inset 0 -100px 0 0 #fff; */
    /* background-color: #AC1328; */
	color: #ffffff !important;
	border-radius: 0px;
	transition-duration: .3s;
	float: right;
	margin-top: 21px;
	border: 1px solid #000000;
}
.facility-of-reservation .btn-purple:hover {
	box-shadow: inset 0 0px 0 0 #ffffff;
	color: #ffffff !important;
	border-color: #ffffff;
}
.fr-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -15px;
	top: 75px;
	font-size: 55px;
	background: border-box;
	color: #000;
}
.fr-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -15px;
	top: 75px;
	font-size: 55px;
	background: border-box;
	color: #000;
}
.fr-slider .owl-theme .owl-dots {
	display: none;
}
.fr-slider .owl-theme .owl-nav .owl-next {
	background: url(../images/sl-right-arrow.html) right no-repeat;
	text-indent: 63px;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: 100px;
	height: 41px;
	width: 50px;
}
.fr-slider .owl-theme .owl-nav .owl-prev {
	background: url(../images/sl-left-arrow.html) left no-repeat;
	text-indent: -304px;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: 100px;
	height: 41px;
	width: 50px;
}
.fr-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: inline-block;
}
.fr-slider .sl-caption {
	position: absolute;
	bottom: 0px;
	background: #000000;
	left: 0px;
	right: 0px;
	padding: 15px;
}
.fr-slider .sl-caption p {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin: 0px;
}
.facility-of-reservation .fr-slider .item {
	margin: 25px
}
.facility-of-reservation .fr-slider .sl-caption {
	margin: 25px
}
/*facility-of-reservation=end===========*/

/*events-section===========*/


.events-wrap {
	transition: 1s all;
	padding: 35px 0px 24px 0px;
	background: #191717 url(/images/events-bg.html) 100% 100%;
	background-size: cover;
}
.events-wrap .news-section .fa-ul {
	padding: 0 15px;
	margin-left: 0;
	list-style-type: none;
	height: 259px !important
}
/*events=end===========*/

.important-links .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -33px;
	top: 6px;
	font-size: 40px;
	background: border-box;
	color: #000;
}
.important-links {
	margin: 40px 0px 30px 0px;
}
.box-sdw {
	background: #000000;
	border: 1px solid;
}
.box-sdw .panel-heading {
	padding: 0px
}
.box-sdw h2.panel-title {
	background: #3a3937;
	border-bottom: 1px solid #fff;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	padding: 13px;
	font-weight: normal;
}
.events-wrap .box-sdw .fa-ul {
	padding: 0 15px;
	margin-left: 0;
	list-style-type: none;
	height: 259px !important;
}
.important-links .owl-item {
	padding: 0px 10px
}
.important-links .owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -33px;
	top: 6px;
	font-size: 40px;
	background: border-box;
	color: #000;
}
.events-wrap .testimonial-content .poem-icon {
	font-size: 25px;
	color: #e4e4e4
}
.events-wrap .testimonial-content {
	padding: 10% 10%
}
.events-wrap .testimonial-content p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
}
.events-wrap .testimonial-wrap {
	background: #000000;
	min-height: 325px;
	border: 1px solid #fff;
}
.events-wrap .test-head {
	background: #0CF
}
.events-wrap .test-head h3 {
	background: #3a3937;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	padding: 13px;
	font-weight: normal;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.events-wrap .testimonial-content .poem-icon {
	padding: 0px 10px
}
.events-wrap .testimonial {
	z-index: 999
}
.events-wrap .testimonial .owl-buttons {
	position: absolute;
	right: 6px;
	top: -41px;
}
.events-wrap .owl-theme .owl-controls .owl-buttons .owl-prev {
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	margin: 3px;
	padding: 0px 8px;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
	border: 1px solid #ffffff;
}
.events-wrap .owl-theme .owl-controls .owl-buttons .owl-next {
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	margin: 3px;
	padding: 0px 8px;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0px;
	background: none;
	filter: Alpha(Opacity=50);
	opacity: 0.8;
	border: 1px solid #ffffff;
}
/*foooter===========*/
.footer-wrap {
	width: 100%;
	background: #000000;
	display: block;
	padding: 0px;
	float: left;
}
.footer-wrap .footer-content-wrap p {
	text-align: center
}
.footer-wrap ul.privancy {
	text-align: center;
	margin-top: 10px;
}
.footer-wrap ul.privancy li {
	display: inline-block;
	border-right: 1px solid #fbd552;
	color: #fbd552;
	padding: 0px 15px;
	font-size: 14px
}
.footer-wrap ul.privancy li a {
	color: #fbd552;
}
.footer-wrap ul.privancy li:nth-child(6) {
	border-right: 0px solid #fbd552;
	color: #fbd552;
	padding: 0px 15px
}
.footer-wrap .footer-content-wrap {
	margin: 0% 13%
}
.footer-wrap .footer-content-wrap {
	color: #FFF;
	font-size: 16px
}
.footer-bottom {
	background: #131415;
	font-size: 14px;
	float: left;
	width: 100%
}
.footer-bottom p {
	padding: 18px;
	margin: 0px;
	color: #fff;
}
.footer-bottom .text-right {
	margin-top: 20px;
	color: #fff;
	font-size: 0.9em;
}
/*footer-end===========*/



/*==============inner-menu*/

/*inner menu*/

.innermenu {
	/*  box-shadow: 0 2px 11px #333333;*/
	min-height: 330px;
	outline: 0;
	position: relative;
}
.innermenu * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
.innermenu .innermenu-header {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ffea00;
	height: 50px;
	line-height: 45px;
	width: 100%;
	border-bottom: 1px solid #ffea00;
	margin-bottom: 10px;
}
.innermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innermenu ul li {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
}
.innermenu ul li a {
	background: #000000;
	display: block;
	color: #ffffff;
	font-size: 15px;
	padding: 14px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	transition-duration: .3s;
	border-left: 3px solid #ffea00;
}
.innermenu ul li a i {
	float: left;
	font-size: 16px;
	line-height: 27px;
	text-align: left;
	width: 34px;
}
.innermenu ul li .innermenu-label {
	background: #f0f0f0;
	border-radius: 100%;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
	line-height: 18px;
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 14px;
}
.innermenu ul .submenu {
	display: none;
	position: static;
	width: 100%;
}
.innermenu ul .submenu .submenu-indicator {
	line-height: 16px;
}
.innermenu ul .submenu li {
	clear: both;
	width: 100%;
	margin-bottom: 0px;
}
.innermenu ul .submenu li ul.submenu {
	display: none;
	position: static;
	width: 100%;
	overflow: hidden;
}
.innermenu ul .submenu li a {
	background: #24292b;
	border-left: solid 4px transparent;
	border-top: none;
	font-size: 13px;
	position: relative;
	width: 100%;
}
.innermenu ul .submenu li:hover > a {
	border-left-color: #bbad0a;
	background-color: #080808;
	color: #fffefe;
}
.innermenu ul .submenu li .innermenu-label {
	background: #f0f0f0;
	border-radius: 100%;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
	line-height: 18px;
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 12px;
	top: 14px;
}
.innermenu > ul > li > a {
	background: no-repeat;
	border-bottom: 1px solid #ffea00 !important;
	border-left: 0px;
	box-shadow: none;
	font-size: 1.6em;
	margin-bottom: 14px;
	font-weight: bold;
	padding: 10px 0px;
	margin-top: 0px;
	color: #ffea00;
}
.innermenu ul .submenu > li > ul.submenu > li > a {
	padding-left: 45px;
}
.innermenu ul .submenu > li > ul.submenu > li > ul.submenu > li > a {
	padding-left: 60px;
}
.innermenu .submenu-indicator {
	-moz-transition: "transform .3s linear";
	-o-transition: "transform .3s linear";
	-webkit-transition: "transform .3s linear";
	transition: "transform .3s linear";
	float: right;
	font-size: 24px;
	line-height: 19px;
	position: absolute;
	right: 22px;
}
.innermenu .submenu-indicator-minus > .submenu-indicator {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.innermenu > ul > li.active > a {
	background: #171717;
	color: #fff;
	box-shadow: none;
}
.innermenu > ul > li:hover > a {
	background: none;
	color: #fff;
	box-shadow: none;
}
.innermenu > ul > li > ul > li a:hover {
	background: #595753;
	color: #fff;
}
.innermenu > ul > li:focus > a {
	background: #171717;
	color: #fff;
	box-shadow: none;
}
.innermenu > ul > li > a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.prductlist {
	width: 98%;
	margin-top: 40px;
}
	.prductlist .card {
		background-color: rgba(255, 255, 255, 0.09);
	}

	.prductlist .card {
		margin: 0 0 -1px 0;
		box-shadow: none;
	}

.card {
	background-color: rgb(255, 255, 255);
	border-radius: 2px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%), 0px 2px 10px 0px rgb(0 0 0 / 12%);
	margin-top: 15px;
	position: relative;
	transition: box-shadow 0.25s ease 0s;
}

.cb1 {
	border: solid 1px #7833F6;
	padding: 10px;
}
.prductlist .card-content {
	background-color: #3e3c3c;
}

.card-content {
	text-align: center;
}
.prductlist .card-content a {
	display: block;
	min-height: 144px !important;
	padding: 19px 5px !important;
}

.card a {
	text-decoration: none;
}
.prductlist .card-content i {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	display: block;
	vertical-align: middle;
	font-size: 3em;
}

.cb1 i {
	color: #439030;
}
.cb2 {
	border: solid 1px #62C7F4;
	padding: 10px;
}
.cb3 {
	border: solid 1px #7CE542;
	padding: 10px;
}
.cb8 {
	border: solid 1px #FCB441;
	padding: 10px;
}
.cb9 {
	border: solid 1px #009688;
	padding: 10px;
}
.cb4 {
	border: solid 1px #F3EF2D;
	padding: 10px;
}
.cb5 {
	border: solid 1px #4C86F2;
	padding: 10px;
}
.cb6 {
	border: solid 1px #3DDEF0;
	padding: 10px;
}
.cb7 {
	border: solid 1px #3BD050;
	padding: 10px;
}
.cb10 {
	border: solid 1px #00BCD4;
	padding: 10px;
}
.linkstitle {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	color: #fff;
	position: relative;
	top: auto;
	padding-bottom: 15px;
	margin-top: -15px;
}
.linkstitletop {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	color: rgb(250 246 246 / 0.65);
	position: relative;
	top: auto;
	padding-bottom: 15px;
	margin-top: 20px;
}
.prohead {
	margin-top: 30px;
}
.bg-white {
	background-color: #403f3f;
}

.glance {
	padding: 15px;
	border: 1px solid #ccc;
	min-height: 418px;
}
	.glance .title {
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
	}

.title {
	position: relative;
}
.glance .title h4 {
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: 400;
	font-size: 2.0em;
	color: #fff;
	background:0;
}
.feature {
	margin-top: 20px;
	background-image: url(../images/feature.html);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: inherit;
	padding: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

.implink-wrap {
	position: relative;
	padding: 25px 0px 30px 0px;
	background-color: #fff;
	background-image: url(../images/imp-link-bg.html);
	background-repeat: repeat;
	background-position: center;
}

	.implink-wrap .busheading h2 {
		color: #000;
		font-weight: 900;
	}

	.implink-wrap .busheading {
		text-align: center;
		font-size: 2em;
		font-weight: 800;
		color: #000;
		position: relative;
		top: auto;
		padding-bottom: 15px;
		margin-top: -55px;
	}

		.implink-wrap .busheading:after {
			content: "";
			position: absolute;
			right: 0;
			left: 0;
			margin: 0px auto;
			bottom: 0px;
			height: 1px;
			width: 20%;
			background-color: #2e4b90;
		}
.important-links {
	margin: 40px 0px 30px 0px;
}
		.implink-wrap .busheading:before {
			width: 25px;
			height: 25px;
			border-radius: 3px;
			background-color: #2e4b90;
			margin: 0px auto;
			content: "";
			position: absolute;
			right: 0;
			left: 0;
			bottom: -12px;
			transform: rotate(45deg);
		}

.strip {
	position: relative;
	z-index: 6;
	height: auto;
	overflow: hidden;
	background-color: #1f1f1e;
	border: 1px solid rgba(255,255,255,.1);
	width: 101%;
	margin-top: -30px;
}

	.strip .right {
		z-index: 4;
		padding: 0px 0px 0px 15px;
		color: #fff;
		font-weight: 300;
	}

	.strip .left {
		z-index: 3;
		padding: 15px;
		color: #fff;
		font-weight: 500;
		text-align: right;
		font-size: 0.9em;
	}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	font-size: 20px;
	border-radius: 50%;
	/* box-shadow: -2px -2px 1px rgb(0 0 0 / 20%), 1px 1px 2px rgb(0 0 0 / 30%) inset; */
	box-sizing: border-box;
	padding: 0px;
}


.icoFacebook {
	background-color: transparent;
	color: #ffffff !important;
}

.social-circle li i {
	margin: 0;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}

.social-network a.icoTwitter:hover {
	background-color: transparent;
	color: #3f3f3f !important;
}

.social-circle i {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

ul.social-network li {
	display: inline-block;
	margin: 0px 4px 0px 0px;
}

ul.social-network {
	list-style: none;
	display: block;
	padding: 0;
	margin: -40px 0px 0px 120px;
	display: inline-block;
}

.icoTwitter {
	background-color: transparent;
	color: #182030 !important;
}

.icoYoutube {
	background-color: transparent;
	color: #182030 !important;
}

.social-network a.icoFacebook:hover {
	background-color: none;
	color: #3f3f3f !important;
}
.vticker {
	height: 296px !important;
	margin-bottom: 15px;
}

	.vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
		display: none;
	}

	.vticker .dsize {
		font-size: .8em;
		color: rgb(143 141 141 / 0.65) !important;
		margin-top: 5px;
	}
	/*.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}*/
	.vticker ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		.vticker ul li {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px solid rgba(0,0,0,.1);
			position: relative;
			padding-left: 60px;
		}

			.vticker ul li:before {
				content: url(../images/small-calendar.html);
				position: absolute;
				background-color: #0d0d0d;
				padding: 11px;
				border-radius: 50%;
				left: 0;
				width: 50px;
				height: 50px;
			}

			.vticker ul li a {
				display: block;
				color: #fff;
				font-weight: 500;
			}

			.vticker ul li span {
				display: block;
			}

			.vticker ul li .ndate {
				color: #a3a3a3;
				font-size: 0.82em;
				text-transform: uppercase;
				font-weight: 900;
				margin-bottom: 3px;
			}

			.vticker ul li .dsize {
				color: #666;
				font-size: 0.80em;
			}

.news {
	padding: 15px;
	border: 1px solid #ccc;
}

	.news .title {
		margin: -15px -15px 10px -15px;
		background-color: #19191a;
		padding: 3px 15px;
	}

		.news .title .toggle2 {
			float: right;
			color: #fff;
			padding: 2px 10px;
			border: 3px solid #fff;
			margin-top: 3px;
		}

		.news .title h4 {
			background-color: transparent;
			color: #fff;
		}

		.news .title:after {
			display: none;
		}

	.news .foot {
		padding: 10px 15px 0px 15px;
		border-top: 1px solid #eee;
	}
.title h4 {
	font-weight: 900;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	color: #000;
}
.glance .title h4 span {
	display: block;
	font-weight: 900;
	color: #fff;
	margin-top: 10px;
}
.abctitle {
	font-size: 2.0em;
	color: #FFEA00;
	text-decoration: none;
	float: left;
	/* padding-left: 30px; */
	line-height: 29px;
	padding-top: 0px;
	margin-left: 18px;
	padding-left: 0 !important;
	font-weight: 600;
	margin-top: 10px;
}
	.abctitle p {
		font-size: 0.8em;
		color: #FFEA00;
		text-decoration: none;
		float: left;
		/* padding-left: 30px; */
		line-height: 29px;
		padding-top: 7px;
		padding-left: 0 !important;
		/* font-weight: 200; */
	}
.innerbanner {
	min-height: 250px;
	background-image: url(../images/IMG_4.jpg);
	background-repeat: repeat;
	margin-top: -28px;
	background-position-x: 100%;
	background-position-y: 56%;
	background-size: cover;
	position: relative;
}
.minusmrgin {
	margin-top: -100px;
}
.breadcrumb {
	border: none;
	background-color: #3a3937;
	list-style: outside none none;
	text-align: right;
	border-radius: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	vertical-align: top;
	padding: 0 9px 12px 0;
}
.breadcrumb li {
	color: #fff;
	font-weight: bold;
}
.breadcrumb li a {
	color: #ffea00;
}
.graybg {
	background: rgb(58, 57, 55);
}
.inner {
	background-color: #000000;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.47);
	position: relative;
}
.breed-crum-div {
	position: relative;
	z-index: 99;
}
.inner h3 {
	font-family: 'Oswald', sans-serif;
	color: #002B5B;
}
.dynamic {
	margin-top: 24px;
}
.inner h4 {
	color: #ffea00;
	border-bottom: 1px dashed #ffea00;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.minusmrgin {
	margin-top: -65px;
}
.inner ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.inner ul li {
	font-size: 1.1em;
	padding-left: 33px;
	margin-bottom: 6px;
	position: relative;
}
.inner ul li ul li {
	font-size: 0.9em;
	padding-left: 15px;
	margin-bottom: 6px;
	position: relative;
}
.inner ul li a {
	color: #fff;
}
.inner ul li:before {
	content: "\f2da";
	font-family: 'FontAwesome';
	color: #ffea00;
	font-size: 14px;
	margin-left: -30px;
	margin-right: 6px;
	padding: 2px 5px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	position: absolute;
}
.inner ul ul {
	margin: 5px 10px 5px 17px;
	padding: 0px;
	list-style: none;
}
.inner ul ul li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	color: #ffea00;
	font-size: 18px;
	margin-left: -29px;
	margin-right: 6px;
	border: 0px solid #03356E;
	border-radius: 50%;
	padding: 0px;
	width: 0px;
	height: 0px;
	box-sizing: border-box;
	position: absolute;
}
.inner {
	min-height: 453px;
	margin-bottom: 30px;
}
.inner p {
	font-size: 1.1em;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.rightmenu {
	margin-top: -63px;
}
.inner h3 {
	font-family: 'Oswald', sans-serif;
	color: #FFEA00;
	font-size: 28px;
	position: relative;
	border-bottom: 1px solid #FFEA00;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}
.inner h3 span {
	color: #ff7a5a;
}
.inner h3:before {
	position: absolute;
	height: 5px;
	width: 15%;
	bottom: -3px;
	background-color: #ffea00;
	content: '';
}
a {
	color: #ffea00;
	text-decoration: none;
}
.table th {
	background-color: #313436;
	font-weight: 500;
	color: #fffefe;
}
.serial {
	counter-reset: Serial;
}
.serial tr td:first-child {
	text-align: center;
}
.serial tr td:first-child::before {
	content: "" counter(Serial, decimal);
	counter-increment: Serial;
}
.inner .table-bordered {
	border: 1px solid #ddd;
	font-size: 1.1em;
}
/*==============inner-menu-end*/


/*============accordian-menu=======*/
#accordion .panel-heading h4 {
	text-transform: none;
	color: #4e4e4e;
	border: none;
	font-size: 0.8em;
	padding-bottom: 0px;
}
#accordion .panel-heading h4 a {
	display: block;
	color: #fff;
}
#accordion .panel-heading h4 .glyphicon {
	font-size: 12px;
	float: left;
	margin-right: 10px;
}
#accordion .panel-default>.panel-heading {
	color: #fff;
	background-color: #313436;
	border-color: #ddd;
	border-bottom: 1px solid #ffc107;
	margin-bottom: 15px;
	font-size: 1.5em;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
#accordion .panel-body {
	padding: 0px;
	border: none;
}
#accordion .panel-heading {
	padding: 14px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#accordion .panel {
	border: none;
	background: none;
}
#accordion .collapse.in1 {
	transition: 1s all;
	padding: 15px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	z-index: 200;
	margin: 0p;
	border-top: 4px solid #962859;
}
/*============accordian-menu==end=======*/

#wowslider-container1 a.ws_next > span, #wowslider-container1 a.ws_prev > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	border-radius: 0.15em;
	color: #fff;
	text-align: center;
	z-index: 2;
}
#wowslider-container1 a.ws_prev img, #wowslider-container1 a.ws_next img {
	position: absolute;
	top: 0;
	width: 11.9em;
	border: 1em solid #000;
	-webkit-transition: 300ms right ease, 300ms left ease;
	transition: 300ms right ease, 300ms left ease;
}
#wowslider-container1 .ws_playpause {
	position: absolute;
	right: 1em;
	bottom: 4em;
	padding: 9px;
	margin: 3px 6px;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	z-index: 100;
}
#wowslider-container1 .ws_bullets a > span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #000000;
}
#wowslider-container1 .ws_fullscreen {
	right: auto;
	left: 1em;
	top: 1em;
	background: #000000;
	font-size: 0.6rem;
	padding: 5px;
	border-radius: 50%;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background: none;
}
.breadcrumb > li + li::before {
	color: #cccccc;
	content: "";
	padding: 0 5px;
}
\.filter-box {
	background: #ededed none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 100%;
}
.filter-box td {
	padding: 4px;
}
.filter-box input[type="submit"] {
	background: #2395d1 none repeat scroll 0 0;
	border: 0 solid red;
	color: white;
	padding: 7px 10px;
	width: 100%;
}
.filter-box input[type="text"]:focus {
	border: 1px solid #177ebe;
	color: #177ebe;
}
.filter-box input[type="text"] {
	border: 1px solid #b3b3b3;
	padding: 5px;
	width: 100%;
}
.filter-box select {
	border: 1px solid #abaaaa;
	padding: 5px;
	width: 100%;
}
.filter-box input[type="text"] {
	height: 34px;
}
.heading7 {
	font-family: 'Oswald', sans-serif;
	color: #f27d51;
	font-size: 28px;
	position: relative;
	border-bottom: 1px solid #f27d51;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
#main-content .container {
	min-height: 453px;
	margin-bottom: 30px;
	background: #fff;
	margin-top: -65px;
	border-radius: 4px 4px 0px 0px;
}
.innerbanner h4 {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	width: 80%;
	margin-left: -40%;
	font-weight: 400;
	left: 50%;
	top: 88px;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 6px;
	display: inline-block;
	text-align: center;
	background: #000000;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.59) 0%, rgba(0,0,0,0.99) 51%, rgba(1,2,2,1) 52%, rgba(63,76,107,0.59) 100%);
	background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 51%, rgb(0, 0, 0) 52%, rgb(0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(242, 125, 81, 0.04) 0%, rgb(0, 0, 0) 51%, rgb(0, 0, 0) 52%, rgba(242, 125, 81, 0.07) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#963f4c6b', GradientType=1 );
}
/*---------------------gallery-css-------------------*/
.effect-oscar {
	min-height: 300px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 7px #ccc;
	margin-bottom: 10px;
	border-radius: 3px;
	display: inline-block;
	transition: all ease-in-out 0.2s;
	cursor: default;
}
.effect-oscar:hover {
	padding: 10px;
	border: 1px solid #ffb600d6;
	box-shadow: 0px 4px 13px #ffdf00;
	margin-bottom: 10px;
	border-radius: 0px;
	display: inline-block;
	transition: all ease-in-out 0.1s;
	cursor: pointer;
}
.effect-oscar img {
	display: block;
	height: 180px !important;
	cursor: default;
}
.effect-oscar figcaption p {
	display: none;
}
.effect-oscar figcaption h2 {
	font-size: 16px;
	padding: 0px;
	background: none;
	margin: 8px 0px;
	font-weight: 700;
	text-align: center;
}
.effect-oscar a {
	position: absolute;
	background-color: #3a3937;
	border: 1px solid #d69800;
	padding: 7px 15px;
	color: #fff;
	display: block;
	font-size: 0.9em;
	bottom: 20px;
	left: 36% !important;
}
.effect-oscar a:hover, .effect-oscar a:focus {
	background: #ff9e15;
	transition: 1s all;
	border-color: #a76407;
	text-decoration: none;
	color: #fff;
}
.pdc figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 300px;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin: 10px 0px;
}
.pdc figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
figure.effect-hera h2 {
	border-bottom: solid 1px #a51227;
	border-top: solid 1px #a51227;
	margin: 0px;
	font-size: 1.2em;
	font-weight: 400;
	color: #3E3D3C;
	background-color: RGBA(254, 254, 254, 0.93);
	padding: 10px 0px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
figure.effect-hera h2, figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	width: 100%;
}
figure.effect-hera figcaption::before {
	background-color: rgb(245, 201, 50);
	border: 2px solid rgb(165, 18, 39);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}
figure.effect-hera p a {
	color: #fff;
}
figure.effect-hera p a:hover, figure.effect-hera p a:focus {
	opacity: 0.9;
}
figure.effect-hera p a img {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera p a:first-child img {
	-webkit-transform: translate3d(-60px, -60px, 0);
	transform: translate3d(-60px, -60px, 0);
}
figure.effect-hera p a img {
	-webkit-transform: translate3d(60px, -60px, 0);
	transform: translate3d(60px, -60px, 0);
}
figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
figure.effect-hera:hover p img:empty {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); /* just because it's stronger than nth-child */
	opacity: 1;
}
figure.effect-hera h2 {
	bottom: -19px;
	top: inherit;
}
figure.effect-hera h2 span {
	font-size: 18px;
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
	overflow: hidden
}
/*.Prsrls-list li:nth-child(odd) {
	border-left:5px solid #962859;
	background-color: #fff;
}
.Prsrls-list li:nth-child(odd)::before {
	border-left:5px solid #962859;
}
.Prsrls-list li:nth-child(even) {
	border-left:5px solid #ac1328;
	background-color: #eee;
}
.Prsrls-list li:nth-child(even)::before {
	border-left:5px solid #ac1328;
}*/
.Prsrls-list li p {
	margin: 0px;
	font-size: .8em;
	color: #000;
}
.Prsrls-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Prsrls-list li {
	padding: 10px 15px !important;
	text-align: center;
	min-height: 358px;
	box-sizing: border-box;
	margin: 10px;
	width: 23%;
	float: left;
	border: 1px solid #dddddd;
	max-height: 358px;
	overflow: hidden;
}
.Prsrls-list li img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	max-height: 200px;
}
.Prsrls-list li p {
	font-size: .8em;
	text-align: center;
	position: absolute;
	top: 129px;
	right: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}
.Prsrls-list li p span {
	display: block
}
.Prsrls-list li a {
	display: block;
}
.Prsrls-list li a strong {
	font-weight: normal;
}
.Prsrls-list li::before {
	content: normal !important;
}
.Prsrls-list li:hover {
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}
.Prsrls-list li {
	border-left: 1px solid #c8ccd7;
	background-color: #fff;
}
.sitemap {
	margin: 0 15px;
}
.sitemap ul {
	background: transparent url("../images/site_map_ul.html") repeat-y scroll 0 -5px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 5px 4px 6px !important;
	position: relative !important;
}
.sitemap ul li {
	background: transparent url("../images/site_map_list.html") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0 0 0 10px !important;
}
.sitemap ul li:before {
	content: unset !important;
}
.sitemap ul {
	background: rgba(0, 0, 0, 0) url("../images/site_map_ul.html") repeat-y scroll 10px -5px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 4px 10px;
	position: relative;
}
.sitemap ul li {
	font: bold 10pt arial;
	margin: 10px 0;
}
.sitemap ul li a {
	background-color: #3a3937;
	border: 1px solid #ffffff;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 16px 17px 0px;
	transition-duration: 0.3s;
}
.sitemap ul li a:hover {
	background-color: #000000;
	border: 1px solid #f9b303;
	color: #ffffff;
	padding: 5px 10px;
	text-decoration: none;
}
.sitemap ul li ul {
	padding-bottom: 1px;
}
.sitemap ul li ul li {
	font: 10pt arial;
}
.sitemap .sidebarhide > a::after, .sitemap .sidebarhide > a::before {
	content: unset !important;
}
.vc-notice {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #009;
	margin: 5px auto 15px auto;
	padding: 10px;
	text-align: center;
}
.enlitender {
	font-size: .8em;
}
#wowslider-container1 .ws-title {
	font: 1em 'Lora', serif;
	max-width: 70% !important;
	position: absolute;
	left: 0;
	margin-right: 10em;
	z-index: 50;
	background: none;
	background-color: #3a3937;
	color: #fff;
	padding: 1.6em;
	bottom: 0;
	top: auto;
	opacity: 1;
	border-radius: 0.2em;
}
#wowslider-container1 a.ws_prev img, #wowslider-container1 a.ws_next img {
	position: absolute;
	top: 0;
	width: 11.9em;
	border: 1em solid transparent !important;
	-webkit-transition: 300ms right ease, 300ms left ease;
	transition: 300ms right ease, 300ms left ease;
}
.footer-bottom p.dateupdate {
	letter-spacing: 1px;
}
