/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. FOOTER
	15. MISC.
 
 */
 
 

/* CORE CSS */

body {
	color:#666666;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	line-height:23px;
}

h1, h2, h3, h4, h5, h6 {
	color:#262626;
}

h2 {
	color:#262626;
	font-family:'montserratbold';
	font-size:40px;
}

h3 {
	font-family:'montserratregular';
	font-size:28px;
	letter-spacing:-2px;
	color:#262626;
	line-height:28px;
}

h4 {
	font-family:'montserratregular';
	font-size:18px;
	letter-spacing:1px;
}

h5 {
	font-family:'montserratlight';
}

section {
	padding:90px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.lead {
	color:#999999;
}

a {
	outline:none;
}

.owl-theme .owl-controls .owl-page span {
	background:#fac42b;
}


/* NAVBAR */

.navbar-custom {
	font-family:'Open sans';
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	background:transparent;
	margin-bottom:0;
	border-radius:0;
	z-index:1041;
	width:100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom a {
	color:#333333;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#fac42b;
	background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#fac42b;
	background:transparent;
}

.navbar-custom .icon-bar {
	background:#fac42b;
}

.sticky-wrapper {
  padding-top: 15px;
  position: absolute;
  width: 100%;
}

.sticky-wrapper a {
	color:#ffffff;
}

.is-sticky .navbar-custom {
	width:100%;
	background:#262626;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color:#ffffff;
}


/* navbar effect */

.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
  background: url("../img/call-icon.png") no-repeat scroll left center;
  color: #ffffff;
  display: inline-block;
  line-height: 74px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 80px;
}


#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	background:#fac42b;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#highlight #left {
	background:none;
	text-align:center;
}

#highlight h2 {
	color:#262626;
}

#highlight #right {
	background:none;
}
	
}


/* INFO */

#info {
	padding:70px 0 90px 0;
}

#info i {
	color:#fac42b;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}


/* countdown */

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#666666;
	font-family:'montserratregular';
	font-size:40px;
	text-align:left;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#262626;
	font-family:'montserratbold';
	font-size:13px;
	text-align:left;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}


/* SPEAKER */

#speakers {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:50px 0 60px;
}

.speaker {
	margin-bottom:30px;
	background:#ffffff;
}

.speaker .caption {
	padding:10px;
}

.speaker h4 {
	font-family:'montserratregular';
	font-size:20px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #fac42b;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#999999;
	font-family:'Open sans';
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}

#speakers .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}

/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-family:'montserratregular';
	margin-bottom:0;
}

#speaker-detail h2 span {
	font-family:'montserratbold';
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#262626;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* PROGRAM */

#program {
  background: #fac42b none repeat scroll 0 0;
  color: #ffffff;
  padding: 40px 0 40px;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#ffffff;
}

.rotate {
    animation: 8s linear 0s normal none infinite running rotation;
    
}
@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}

#program .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color: #ffffff;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: pointer;
}

#program .nav-tabs > li.active > a {
	color: #262626;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color: #262626;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #ffffff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color: #262626;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#program .panel-title > a:hover {
	color: #ffffff;
}

#program .date {
	color:#000;
	font-family:'montserratregular';
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {
	
	font-family:'montserratregular';
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#262626;
}

#program .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content: "";
  	display: block;
  	width: 120px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}


/* VENUE */

#venue {
  padding-bottom: 50px;
  padding-top: 50px;
}

#venue .venue {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:600px;
	margin-bottom:110px;
	display:table;
	width:100%;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

#venue h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#fac42b;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
	font-family:'montserratlight';
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}


/* FUNFACTS */

#funfacts  {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.7);
	position:absolute;
	width:100%;
	height:100%;
}

#funfacts .item {
  display: table;
  float: left;
  margin: 100px 0 0;
  width: 24%;
  margin-right: 1%;
}

#funfacts i {
  border-right: 1px solid #ffffff;
  float: left;
  padding: 20px 20px 20px 0;
  font-size: 49px;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle; position:relative;
}

#funfacts .number {
  color: rgb(250, 196, 43);
  display: inline-block;
  font-family: "montserratbold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
}

#funfacts .description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.desc > span {
  font-size: 34px;
  
  
}


/* REGISTER */

#register {
  background: #f5f5f5 none repeat scroll 0 0;

  display: flex;
  padding: 0;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#ffffff;
	background:#fac42b;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.early-bird {
	background:#fac42b;
}

.standart {
	background:#fcba00;
}

.vip {
	background:#f0b202;
}

.price-table .icon {
	color:rgba(255,255,255, 0.4);
	position:absolute;
	bottom:-50px;
	right:-50px;
	display:block;
	font-size:40px;	
}

.price-table .price {
	color:#444444;
	font-family:'montserratbold';
	font-size:50px;
	font-weight:400;
}

.price-table h3 {
	color:#ffffff;
	background:#262626;
	font-family:Open Sans;
	font-weight:400;
	font-size:10px;
	letter-spacing:2px;
	border-radius:30px;
	text-transform:uppercase;
	padding:0px 16px;
	margin:0 0 10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-family:'montserratlight';
	line-height:2;
	border-bottom:1px dotted;
	border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom:none;
}

/* register form */

#register-form {
	padding:25px;
	background:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}


/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
  background: rgba(0, 0, 0, 0) url("../img/bg-testimonial.png") no-repeat scroll center center / cover ;
  color: #ffffff;
  padding: 0;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #ffffff;
	margin:0 0 20px 0;
}

#testimonial .lead {
  color: #b0b0b0;
  font-size: 18px;
}

#testimonial .name {
  color: #ffffff;
  font-family: "montserratbold";
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#testimonial .owl-theme .owl-controls {
  text-align: left;
}


/* SPONSORS */

#sponsors {
	margin:30px 0;
	padding:70px 0 90px 0;
}

.sponsor {
	border:2px solid #fac42b;
	margin:0 5px;
	padding:10px;
	text-align:center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#fac42b;
}


/* CONTACT */

#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
  background: rgb(250, 183, 2) none repeat scroll 0 0;
  color: #b0b0b0;
  padding: 70px 0 30px;
}
footer h4 {
  color: #000;
}

footer h4:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #000;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

footer ul li a {
  color: #000;
  font-size: 15px;
}
footer ul li a:hover {
	color:#ffffff;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#ffffff;
	font-family:'montserratlight';
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

/* Subfooter */

.subfooter {
  background: rgb(231, 172, 12) none repeat scroll 0 0;
  border-top: 1px solid #cb9010;
  color: #ececee;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 20px 0;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Newsletter */

#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #999999;
	margin-bottom:20px;
	outline:none;
} 


/* BUTTONS */

.button {
	font-family:'montserratregular';
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-xsmall {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 14px;
}

.button-small {
	padding:5px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #262626;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
  background: rgb(250, 196, 43) none repeat scroll 0 0;
  color: #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #262626;
	text-decoration:none;
}


/* PRELOAD */

#preload {
	background:#fac42b;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
}

#preload .preload {
	display:table-cell;
  	vertical-align:middle;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #fac42b;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom: -100%; 
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

#myCarousel .carousel-caption {
  bottom: 0;
  float: right;
  left: 70%;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.carousel.slide {
  background-position: center top ;
}

.carousel-caption b {
  display: block;
  font-size: 64px;
  line-height: 72px;
}

.carousel-caption > p {
  font-size: 28px;
  line-height: 39px;
  margin-top: 22px;
}

.nav.navbar-nav.navbar-right {
  margin-top: 10px;
}

.call-bottom {
  color: #131313;
  display: block;
  font-size: 38px;
  font-weight: 800;
  margin-top: 31px;
}

.call-bottom:hover {
  text-decoration: none;
  color: #000;
}

.feature > h4 {
  font-size: 25px;
  text-transform: uppercase;
}

.feature > p {
  font-size: 18px;
}

#info h1 {
  font-weight: 600;
}
.lead {
  font-weight: 400;
}

#program h1 {
  font-size: 31px; font-weight: 600;
}

#program p {
  color: #333;
  font-size: 15px;
}

#program h2 {
  font-weight: 400;
  font-size: 26px;
  color: #333;
}

.top-follow-us {
  float: right;
  margin-top: 5px;
}

.top-follow-us a {
  font-size: 17px;
  font-weight: 600;
}

.top-follow-us li {
  display: inline-block;
  margin-left: 17px;
}

#venue .small {
  font-size: 14px;
  margin-bottom: 20px;
}
.hotel {
  margin-bottom: 20px;
  margin-top: 20px;
}
#venue .caption h5 {
  font-size: 17px;
  font-weight: 600;
}

.textfield {
  font-size: 14px !important;
  text-transform: none !important;
}

.hotel .img-responsive {
  border: 4px solid rgb(250, 196, 43);
}

.form-boxes {
  margin-bottom: 20px;
}

.footer-links {
  padding-left: 0;
}

.footer-links > li {
  list-style-type: none;
  padding: 4px 0;
}

.list-info {
  padding-left: 0;
}

.list-info > li {
  list-style-type: none;
}

.list-info li .info-icon {
  color: #000;
  display: table-cell;
}

.list-info li .info-text {
  color: #000;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
#footer {
  color: #ececee;
}

.list-info li {
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 16px;
}
.subfooter p {
  font-size: 15px;
  text-align: center;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
 
}

.nav.navbar-nav ul li a {
  color: #000;
  display: block;
}

.nav.navbar-nav ul li {
  padding: 5px 0;
}

.inner-banner {
  background: rgba(0, 0, 0, 0) url("../img/inner-banner.jpg") no-repeat scroll center center;
  min-height: 377px;
  padding-top: 170px; text-align:center;
}

.inner-banner.get-love-back{background:url("../img/get-back-banner.jpg") no-repeat scroll center center;}

.inner-banner.get-love-back{background:url("../img/get-back-banner.jpg") no-repeat scroll center center;}

.inner-banner.black-magic-removal{background:url("../img/black-magic-banner.jpg") no-repeat scroll center center;}

.inner-banner.horosope-reading{background:url("../img/horoscope-banner.jpg") no-repeat scroll center center;}

.inner-banner.vashikaran-banner{background:url("../img/vashikaran-banner.jpg") no-repeat scroll center center;}


.inner-banner.spiritual-helaer{background:url("../img/spiritual-healer-banner.jpg") no-repeat scroll center center;}

.inner-banner.palm-reader{background:url("../img/palm-banner.jpg") no-repeat scroll center center;}

.inner-banner.love-spells{background:url("../img/love-spells-banner.jpg") no-repeat scroll center center;}

.inner-banner.couples-prblm{background:url("../img/couples-banner.jpg") no-repeat scroll center center;}

.inner-banner.couples-prblm{background:url("../img/couples-banner.jpg") no-repeat scroll center center;}

.inner-banner.contact-banner{background:url("../img/contact-banner.jpg") no-repeat scroll center center;}

#speakers .caption.text-center a {
  color: #262626;
}

.inner-banner > h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

#main-about-inner-content {
  padding: 40px 0;
}

.about-inner-content-left h1 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-inner-form {
  background-color: rgb(250, 196, 43);
  padding:20px 20px 10px;
}

.form-boxes input {
  margin-bottom: 10px;
}

.about-inner-form > h2 {
  font-size: 27px;
  margin-top: 0;
}
.about-inner-form .button.button-small.button-line-dark.html-popup {
  margin-top: 20px;
}
.form-boxes .button.button-small.button-line-dark.html-popup,.form-boxes .button.button-small.button-line-dark {
  background-color: #000;
  color: #fff;
}


.main-contact-address {
  float: left;
  padding: 5% 0;
  width: 100%;
}

.contact-info {
  border-bottom: 1px solid #e9e9ec;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.contact-info-left {
  float: left;
  margin-right: 15px;
}

.contact-info-left i {
  color: rgb(250,196,43);
  font-size: 32px;
}

.contact-info-right {
  float: left;
  max-width: 300px;
  width: 100%;
}

.contact-info-right > b {
  color: #333;
  font-size: 20px;
}

.contact-info-right > p {
  color: #5f5c5c;
  font-size: 17px;
  margin-top: 7px;
}
.contact-info-right a {
  color: #5f5c5c;
}

textarea.textfield {
  margin-bottom: 0;
}

.resp-phone {
  display: none;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.resp-phone > ul {
  padding-left: 0;
}

.resp-phone li {
  list-style-type: none;
}

.menu-sub {
  display: none;
  position: absolute;
  right: 20px;
  top: 9px;
}

.menu-sub .fa.fa-list-ul {
  color: #000;
  cursor: pointer;
  font-size: 21px;
}

.about-inner-content-left > h2 {
  font-size: 25px;
}

.about-inner-content-left > h1 {
  color: #262626;
  font-family: "montserratbold";
  font-size: 30px;
}

.about-inner-content-left > p {
  font-size: 16px; line-height:30px;
}

.disc > p {
  text-transform: none;
}

.disc a {
  color: #000;
}

.disc a:hover{
  color: #000;
}

.footer-links a:hover {
  color: #000;
}

.foot-sell {
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999999;
}

.foot-call.foot-whtsapp {
  background-color: #138400;
  border-right: 0 none;
  min-height: 62px;
  padding: 16px 0;
}

.foot-call {
  background-color: rgb(164, 12, 1);
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 17px;
  min-height: 62px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}



.foot-call .fa.fa-whatsapp {
  background-color: rgb(19, 132, 0);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  left: 26%;
  padding: 15px;
  position: absolute;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.foot-call .fa.fa-phone {
  background-color: rgb(164, 12, 1);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 12%;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.foot-call.foot-whtsapp:hover {
  color: #fff;
}

.foot-call:hover {
  color: #fff;
}

.glyphicon.glyphicon-chevron-left {
  display: none;
}

.glyphicon.glyphicon-chevron-right {
  display: none;
}
.about-list-item {
  padding-left: 0;
}

.about-list-item > li {
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

#footer p {
  color: #333;
}

.register-left{ background-color:#000;}

.register-left {
  background-color: #000;
  padding: 10px 5% 50px;
  width: 50%;
}

.register-right {
  padding: 10px 5% 50px;
  width: 50%;
}

.review-box-4 .testi-content {
  color: #fff;
  padding-left: 75px;
  position: relative;
}

.testi-content h4 {
  color: rgb(250, 196, 43);
  text-transform: uppercase;
}

.testi-content {
  margin-left: 0px;
  margin-top: 30px;
}

.register-left h2 {
  color: #fff;
}

.review-box-4 .testi-content .rank {
  border: 2px solid #fab702;
  border-radius: 50%;
  font-size: 16px;
  left: 0;
  padding: 15px 25px;
  position: absolute;
  top: 0;
}

.testi-content .text-light.fz-13 {
  font-size: 15px;
  letter-spacing: 0;
}
.service-section li {
  list-style-type: none;
}

.services-wrap {
  margin: 0;
  padding: 0;
}

.astro-icon {
  left: 0;
  position: absolute;
}
.service-box {
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
}

.service-section {
  padding: 40px 0;
}

.service-section h2 {
  margin-bottom: 40px;
}
.read-more{
  color: rgb(38, 38, 38);
}

.about-inner-content-left.thankyou-page {
  text-align: center;
}

.thankyou-page h1 {
  font-size: 62px;
}
.about-inner-content-left.thankyou-page > p {
  font-size: 24px;
}

.about-inner-content-left.thankyou-page > a {
  background-color: rgb(250, 183, 2);
  color: #000;
  display: inline-block;
  font-size: 20px;
  padding: 14px 15px;
}
.home-map {
  padding: 30px 0;
}
