﻿/*------------------------------------------------------------------
Project:  evont
Version:  1.1
Last change:  14/05/15 [fixed Float bug, vf]
Author: Janxcode
[Table of contents]
1.0 Section Title 
2.0 Blockquote 
3.0 Image Placeholder
4.0 Partner Logo
5.0 Listing 
 
 ======
-------------------------------------------------------------------*/
/*---------------------------------------------------------------
  [1.0 Section Title  ]
----------------------------------------------------------------*/  
/* Style A ----------------------*/
.jx-evont-title-1 h1 {
	text-align:center;
	font-size:35px;
	font-family: 'Montserrat' !important;
	font-weight:700 !important;
	color:#000;
	margin:0;
	text-transform: uppercase;
	background: #fff300;
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 23px;
}
.jx-evont-title-1 p{
	font-size:17px;
	max-width:750px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 60px;
	line-height: 1.4;
}
.jx-evont-title-1.jx-light p{
  color:#fff
}
.jx-evont-title-1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight:800 !important;;
  font-size:23px !important;;
  text-transform:uppercase;
  padding-left:45px;
  position:relative;
  padding-top:5px;
  margin-bottom:6px;
  margin-top:0;
  color: #082d72;
}
.jx-evont-title-1 h2:before {
  content:"";
    border:5px solid #ffe102;
  height:35px;
  width:35px;
  position:absolute;
  top:0;
  left:0
}
/* Style B-----------------------*/
.jx-evont-section-title-3 h1 {
  position: relative;  
  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    font-size: 24px !important;
    color: #333333;
    padding-left: 50px;
    position: relative;
    margin: 0px 0 10px 0;
   line-height: 1 !important;
  
}
.jx-evont-section-title-3.jx-light h1{
  color:#fff !important
}
.jx-evont-section-title-3 h1 span {
    font-weight: 400;
}
.jx-evont-section-title-3 h1:before {
    content:'';
    border:5px solid #ffe102;  
    height: 52px;
    width: 35px;
    position: absolute;  
    top: -7px;
    left: 0;
    content: "";
}
.jx-evont-section-title-3 p {
   margin-bottom:18px
}
/* Style D---------*/
.jx-evont-section-title-4 {
  padding:0;
  text-align:center
}
.jx-evont-section-title-4 h3 {
    position: relative;
    text-align:center;
  margin:0;
  padding:0;
  font-weight:700 !important;;
  color:#333;
  text-transform:uppercase;
  font-size:30px !important;;
  margin:0 0 25px 0;
  padding:25px 0 15px 0;
    z-index: 9;
  
}
.jx-evont-section-title-4 h3:before {
  content:'';
  position: absolute;
  width:55px;
  height:80px;
  border:5px solid #ffe102;
  top:-10px;
  left:50%;
  margin-left:-30px;
  z-index: -1 !important;
}
.jx-evont-section-title-4 h3 span {
  font-weight:500;
  font-size:26px;
  letter-spacing:1px
}
.jx-evont-section-title-4.jx-light h3{
  color:#fff !important;
}
/*---------------------------------------------------------------
  [2.0 Blockquote  ]
----------------------------------------------------------------*/  
/* Block Quote Style A */
.jx-evont-blockqoute-2 {
  padding:0;
  margin:20px 0
}
.jx-evont-blockqoute-2 blockquote {
  border:0;
  padding:0;
  margin:0;
  background:#f9f9f9;
  padding:20px;
  border: solid 4px #eeeeee;
  position:relative
}
.jx-evont-blockqoute-2 blockquote p {
  font-size:16px;
  font-style:italic;
  font-weight:400
}
.jx-evont-blockqoute-2 blockquote p span.name {
  font-style:normal;
  font-weight:700
}
/*---------------------------------------------------------------
  [3.0 Image Placeholder  ]
----------------------------------------------------------------*/
.jx-evont-image-over{
  position: absolute;
  top:50%;
  left:50%;
  
  }
.jx-evont-image-over i{
  color:#333;
  width:95px;
  height:95px;
  background:rgba(251, 202, 1,0.8);
  border-radius:50%;
  text-align: center;
  line-height: 95px;
  font-size:40px;
  position: relative;
  margin-left:-47px;
  margin-top:-47px;
  transition: .4s;
  text-indent: 4px
  }
.jx-evont-image-over i:hover{
  color:#ffe102;
  background:rgba(50, 50, 50,0.8) !important;  
  }
  
/*---------------------------------------------------------------
  [9.0 Blog  ]
----------------------------------------------------------------*/
.jx-evont-blog-2 .blog-item{
  
}
.jx-evont-blog-2 .image{
  position: relative;
  border-bottom:3px solid #ffe102
}
.jx-evont-blog-2 .overlay2{
  position: absolute;
  width:100%;
  height:100%;
  background:rgba(8, 45, 114, 0.50);;
  top:0;
  left:0;
  opacity:0;
  transition: 0.4s
}
.jx-evont-blog-2 .overlay2 span{
 	position: absolute;
	width: 50px;
	height: 50px;
	background: #ffe102;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 53px;
	font-size: 44px;
	font-weight: 300;
	opacity: 1;
	margin-left: -25px;
	margin-top: -25px;
	transition: 0.4s;
	font-family: 'Raleway';
}
.jx-evont-blog-2 .image:hover .overlay2{
  opacity:1
}
.jx-evont-blog-2 .title{
  margin:10px 0
}
.jx-evont-blog-2 .title a{
 font-size:18px;
 color:#fff;
 font-weight:600 
  
}
.jx-evont-blog-2 .date i{
  color:#ffe102;
  font-size:20px;
  margin-right:5px;
  line-height: 25px;
}
.jx-evont-blog-2 .date{
  color:#ffe102;
  font-family:'Montserrat';
  font-size:14px;
  margin-right:5px;
  margin-top:-2px;
  
}
/* Dark*/
.jx-evont-blog-2.jx-dark .blog-item .title a {
  color:#082d72
}
.jx-evont-blog-2.jx-dark .blog-item .date {
  color:#333 !important;
}
.jx-evont-blog-2.jx-dark .blog-item .date i {
  color:#333 !important;
}
/*---------------------------------------------------------------
  [8.0 Google Map  ]
----------------------------------------------------------------*/
.jx-evont-map{
  min-height:400px;
}
/*---------------------------------------------------------------
  [8.0 Contact Us  ]
----------------------------------------------------------------*/
.jx-evont-contactmap-section {
	background:#a6a6a0;
}
.jx-evont-contactmap-section .contact {
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	width:100%
}
.jx-evont-contactmap-section .contactDetails {
	background:#fff300;
	padding: 39px 50px;
	margin: 25px 0;
	color:#000
}
.jx-evont-contactmap-section h2 {
	font-size:32px;
	font-family: 'Raleway';
	font-weight:700;
	color:#000;
	line-height:normal;
	margin:0
}
.jx-evont-contactmap-section h3 {
font-size: 26px;
font-family: 'Raleway';
font-weight: 700 !important;
color: #000;
line-height: normal;
margin: 0;
padding-top: 10px;
}
.jx-evont-contactmap-section hr {
	height:4px;
	width:50px;
	border:0;
	background:#000;
	margin:10px 0
}
.jx-evont-contactmap-section p {
	color:#000;
	font-size:14px;
	margin-bottom: 31px;
}
.jx-evont-contactmap-section .more_info {
	border: solid 2px #000;
	background:none;
	border-radius:0;
	color:#000;
	font-size:15px;
	margin:5px 0;
transition: .4s;
}
.jx-evont-contactmap-section .more_info:hover {
	border-color:#000;
	color:#000;
transition: .4s;
}
#map-default {
	width: 100%;
	height: 420px;
}
/* 11. CONTACT MAP SECTION */
/* Contact Details */
.jx-evont-contact-info {
 margin-bottom: 40px;
}
.jx-evont-contact-info .logo {
padding-bottom: 23px;
}
.jx-evont-contact-info .title {
color: #000000;
font-size: 25px;
line-height: 22px;
padding-bottom: 13px;
text-transform: lowercase;
}
.jx-evont-contact-info .email {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
}
.jx-evont-contact-info .email i {
font-size: 20px;
}
.jx-evont-contact-info i {
    color: #000000;
    margin-right: 10px;
    font-size: 26px;
    text-align: center;
    width: 25px;
}
.jx-evont-contact-info .icon{
 float:left
}
.jx-evont-contact-info .address .value{
}
.jx-evont-contact-info .address {
color: #000000;
margin-bottom: 21px;
font-size: 16px;
max-width: 100%;
text-transform: lowercase;
}
.jx-evont-contact-info .phone {
color: #000000;
margin-bottom: 17px;
font-size: 16px;
max-width: 100%;
}
/* Social Icons */
.contact-social ul{
 margin:0;
  padding:0
}
.contact-social ul li{
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
}
.contact-social ul li i{
    background: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 0px;
    border: solid 1px #000000;
}
.contact-social ul li:hover i{
color: #dc284f;
width: 40px;
border-color: #dc284f;
}
.jx-evont-contact-form .contact-full-name{
  margin-right:10px;
}
.jx-evont-contact-form .contact-full-name,.jx-evont-contact-form .contact-email{
  width:100%;
  display: inline-block
}
.jx-evont-contact-form input,.jx-evont-contact-form textarea{
  background:#f9f9f9 !important
}
.jx-evont-contact-form .contact-message textarea{
  height:190px;
}
.jx-evont-contact-form button{
  font-size:18px;
  border:0;
  padding:10px 25px;
}
.contact-social ul li i{
    background: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 0px;
    border: solid 1px #000000;
}
.contact-social ul li:hover i{
color: #dc284f;
width: 40px;
border-color: #dc284f;
}
.jx-evont-contact-form .contact-full-name{
  margin-right:10px;
}
.jx-evont-contact-form .contact-full-name,.jx-evont-contact-form .contact-email{
  width:100%;
  display: inline-block
}
.jx-evont-contact-form input,.jx-evont-contact-form textarea{
  background:#f9f9f9 !important
}
.jx-evont-contact-form .contact-message textarea{
  height:190px;
}
.jx-evont-contact-form button{
  font-size:18px;
  border:0;
  padding:10px 25px;
  text-align: center;
  font-weight:500;
  text-align: center;
  font-weight:500;
  background: #dc284f;  
  margin-top: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.jx-evont-contact-form button:hover{
    background: #333 !important;
  color: #dc284f;
  border: 0;
}
.jx-evont-contact-form button i{
font-size:17px;
  margin-right:5px;
}
/* Office Support */
.jx-evont-team-member-2 .office{ padding:0; margin:0}
.jx-evont-team-member-2 .office img{ margin-bottom:25px; width:100%}
.jx-evont-team-member-2 .office h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size:22px;
  text-transform:uppercase;
  padding-left:50px;
  position:relative;
  padding-top:12px;
  margin-bottom:25px;
  margin-top:0
}
.jx-evont-team-member-2 .office h3:before {
  content:"";
  background:url(../img/icons/heading-icon.png);
  height:36px;
  width:36px;
  position:absolute;
  top:0;
  left:0
}
.jx-evont-team-member-2 .less_left8{ padding-left:8px;}
.jx-evont-team-member-2 .less_right8{ padding-right: 5px;
padding-left: 0;}
.jx-evont-team-member-2 .office p{ font-weight:700; padding-bottom:10px;}
.jx-evont-team-member-2 .office p span{ color:#666666}
.jx-evont-team-member-2 .office a{ color:#333; transition: .4s;}
.jx-evont-team-member-2 .office a:hover{ color:#000}
/*---------------------------------------------------------------
  [9.0 Tab  ]
----------------------------------------------------------------*/
.resp-tabs-list{
list-style: none;
}
.resp-tabs-list li {
	font-size: 14px;
	text-align: left;
	display: inline-block;
	padding: 13px 15px;
	margin: 0px;
	list-style: outside none none;
	cursor: pointer;
	float: left;
	background: #f9f9f9 none repeat scroll 0% 0%;
	color: #333;
	border: 1px solid #eee;
}
.resp-content-active,.resp-accordion-active {
  display: block;
}
.shortcode_tab_a .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.shortcode_tab_e .jx-evont-tab-date i {
  font-size: 20px;
  padding: 5px;
}
.shortcode_tab_e ul.resp-tabs-list,p {
  margin: 0px;
  padding: 0px;
}
.shortcode_tab_e li.resp-tab-active {
  font-weight: 500;
}
.shortcode_tab_e .resp-tabs-container {
  padding: 0px;
	background-color: #fff;
	clear: left;
	border: 1px solid #eee;
}
.shortcode_tab_e h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.shortcode_tab_e .resp-tab-content {
  display: none;
  padding: 15px 15px 45px 15px;
}
.shortcode_tab_e li {
	border-top: 5px solid transparent;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 12px 14px 14px;
	background: #FFF none repeat scroll 0% 0%;
	min-width: 90px;
	text-align: center;
}
.shortcode_tab_e ul{
list-style:none;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul li {
  background: #eeeeee;
  color: #000;
  margin-bottom:15px !important;
  margin-right:15px;
  position:relative;
  padding: 24px 52px 25px;
  width: 33.7%;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul li:last-child {
    margin-right: 0px !important;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul li:nth-last-child(1){
  margin-right:0 !important;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul li.resp-tab-active:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 9px 0;
	border-color: #fff220 transparent;
	display: block;
	width: 0;
	z-index: 5;
	bottom: -8px;
	margin-left: -9px;  
	left: 50%;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab li.resp-tab-active {  
  padding: 24px 52px 25px;
  background-color: #fff220;
  color: #fff;
  width: 30%;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul li {
    border: none;
}
.shortcode_tab_e.jx-evont-white-tab .resp-tabs-list li.resp-tab-active:hover{
  color:#fff
}
.jx-evont-tab-date{
  font-family:oswald;
  font-size:50px;
  line-height: 1    
}
.jx-evont-tab-day{
  font-family:oswald;
  font-size:30px;
  margin:15px 0 5px 0px ;  
}
.jx-evont-subtab-main{
  padding:0 !important;
}
.resp-tabs-list.jx-evont-subtab{
  padding:0 !important;;
  margin:0 !important;;
  background:#000;
  height:58px;
  width:100%;
}
.shortcode_tab_e.jx-evont-white-tab.jx-evont-arrow-tab ul.jx-evont-subtab li {
  background: #000 none repeat scroll 0% 0%;
  color: #fff;
  font-family:oswald;
  font-size:20px;
  text-transform:capitalize;
  line-height: 1.2;
  width:23%;
  padding-top: 16px;
	line-height: 1.2;
	padding-bottom: 0;
}
.resp-tab-item.childtab_1.resp-tab-active,
.resp-tab-item.childtab_2.resp-tab-active,
.resp-tab-item.childtab_3.resp-tab-active,
.resp-tab-item.childtab_4.resp-tab-active{
  border-bottom:4px solid #fff220  !important;
  padding-bottom:14px !important;;
}
#ChildTab-1 ul li.resp-tab-active::after,
#ChildTab-2 ul li.resp-tab-active::after,
#ChildTab-3 ul li.resp-tab-active::after,
#ChildTab-4 ul li.resp-tab-active::after{
    border-color: transparent transparent;
}
/*Tab Width */
.jx-evont-subtab.two-halls li{
  width:49.3% !important;
}
.jx-evont-subtab.three-halls li{
  width:32.4% !important;
}
.jx-evont-subtab.five-halls li{
  width:18.9% !important;;
}
.jx-evont-subtab.six-halls li{
  width:15.54% !important;;
}
/*---------------------------------------------------------------
  [9.0 Testimonials  ]
----------------------------------------------------------------*/
.jx-evont-testimonials-1 {
}
.jx-evont-testimonials-1 .item {
	background: #f9f9f9;
	padding: 20px;
}
.jx-evont-testimonials-1 .jx-evont-testimonial-details {
	padding: 15px;
	border: 5px solid #ffffff;
	height:310px;
}
.jx-evont-testimonials-1.jx-evont-testimonial-details .border {
	padding: 15px;
	border: 5px solid #ffffff;
	height:310px;
}
.jx-evont-testimonials-1 .icon {
	font-size: 50px;
	color: #7f7f7f;
}
.jx-evont-testimonials-1 .description {
	padding: 10px 0px 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	font-size: 14px;
}
.jx-evont-testimonials-1 .name {
	font-size: 14px;
	font-weight: 600;
}
.jx-evont-testimonials-1 .position {
	font-size: 13px;
}
/*---------------------------------------------------------------
  [9.0 Servicebox  ]
----------------------------------------------------------------*/
.jx-evont-servicebox-1 {
    text-align: center;
}
.jx-evont-servicebox-1 .icon {
	font-size: 85px;
	border-radius: 50%;
	text-align: center;
	border: none;
	color: #140707;
	margin: 15px auto;
}
.jx-evont-servicebox-1 .title {
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
}
.jx-evont-servicebox-1 .discription {
    padding: 10px 0px 40px 0px;
}
.jx-evont-servicebox-1 .readmore i {
	font-size: 9px;
	padding-right: 3px;
	color: #000000;
}
/*---------------------------------------------------------------
  [9.0 Counter-up  ]
----------------------------------------------------------------*/
.jx-evont-counter-up {
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 30px;
}
.jx-evont-countup {
    text-align: center;
}
.jx-evont-counter-up .count_number {
	font-size: 45px;
	font-weight: 400;
	color: #000000;
	font-family: oswald;
	line-height: 52px;
}
.jx-evont-counter-up.jx-light .count_number {
	color: #ffffff;
}
.jx-evont-counter-up .counter_text {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.jx-evont-counter-up.jx-light .counter_text {
    color: #ffffff;
}
.jx-evont-counter-icon {
	float: left;
	margin-right: 5px;
}
.jx-evont-counter-icon i {
    font-size: 60px;
    width: 80px;
    height: 80px;
	color: #000000;
    line-height: 65px;
}
.jx-evont-counter-up.jx-light .jx-evont-counter-icon i {
	color: #ffffff;
}
.jx-evont-counter-info {
	text-align:left;
}
/*---------------------------------------------------------------
  [9.0 Count down  ]
----------------------------------------------------------------*/
.jx_evont_countdown.sc {
	text-align: center;
	margin-top: 0px;
	padding:0px !important;
}
.jx_evont_countdown.sc ul li{
	display: inline-block;
	color:#000000;
	font-family:'Oswald';
	line-height: 1;
	margin-right:30px;
	text-align: left;
    border-right: solid 1px #000000;
	padding-right: 30px;
}
.jx_evont_countdown.sc.jx-light ul li{
	color:#ffffff;
	border-right: solid 1px #ffffff;
}
.jx_evont_countdown.sc ul li:last-child {
	border-right:none;
}
.jx_evont_countdown.sc ul li .count{
	font-size: 70px;
    line-height: 60px;
    padding-bottom: 7px;
}
.jx_evont_countdown.sc ul li:last-child{
	margin-right:0 !important;
}
.jx_evont_countdown.sc ul li:last-child .count{
	font-size:70px;
}
.jx_evont_countdown.sc ul li .count-text{
	font-size:38px;
	text-transform: uppercase;
}
.jx_evont_countdown .jx-evont-countdown-title {
	font-size: 40px;
	text-transform: uppercase;
	color: #dc284f;
	font-weight: 600;
	line-height: 42px;
    font-family: 'Raleway';
}
.jx_evont_countdown.jx-light .jx-evont-countdown-title{
	color:#ffffff;
}
.jx_evont_countdown .jx-evont-countdown-subtitle {
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	line-height: 65px;
	padding-bottom: 60px;
    font-family: 'Raleway';
}
.jx_evont_countdown.jx-light .jx-evont-countdown-subtitle {
	color:#FFFFFF;
}
/*---------------------------------------------------------------
  [9.0 Tagline  ]
----------------------------------------------------------------*/
.jx-evont-tagline-section {
}
.jx-evont-tagline-section .jx-evont-heading {
	padding:0;
	margin:0 0 15px 0;
}
.jx-evont-tagline-section .jx-evont-heading .number {
	float:left;
	font-size:147px;
	font-family: 'Oswald', sans-serif;
	color:#e21d47;
	line-height:147px;
	margin-right:5px;
}
.jx-evont-tagline-section .jx-evont-heading .txt-1 {
	font-size:41px;
	font-family: 'Raleway';
	font-weight:700;
	color:#32ac49;
	line-height:normal
}
.jx-evont-tagline-section .jx-evont-heading .txt-2 {
	font-size:41px;
	font-family: 'Raleway';
	font-weight:800;
	color:#1b96b4;
	line-height:normal;
	line-height:40px
}
.jx-evont-tagline-section .jx-evont-main-heading {
	padding-top:6px;
}
.jx-evont-tagline-section p {
	font-size:16px;
	color:#333333;
	font-family: 'Raleway';
}
 @media only screen and (max-width: 767px) {
 .jx-evont-tagline-section .jx-evont-heading .number {
 float:none;
 font-size:147px;
 font-family: 'Oswald', sans-serif;
 color:#e21d47;
 line-height:147px;
 margin-right:5px;
}
}
/*----------------- Style # 1--------------------*/
.jx-evont-tagline-2 {
padding: 0px 10px;
}
.jx-evont-tagline-2 .jx-evont-tagline-title {
	font-size: 35px;
	text-transform: uppercase;
	color: #dc284f;
	font-weight: 700;
	line-height: 39px;
	font-family: "Raleway";
}
.jx-evont-tagline-2 .jx-evont-tagline-subtitle {
	font-size: 60px;
	color: #000000;
	font-weight: 700;
	line-height: 55px;
	font-family: "Raleway";
}
.jx-evont-tagline-2.jx-light .jx-evont-tagline-subtitle {
	color: #ffffff;
}
.jx-evont-tagline-2 .jx-evont-tagline-description {
	color:#000000;
	font-size:22px;
	padding-top:26px;
	padding-bottom:64px;
}
.jx-evont-tagline-2.jx-light .jx-evont-tagline-description {
	color: #ffffff;
}
.jx-evont-tagline-2 .jx-event-tagline-button {
    background: none;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    transition: .4s;
    color: #dc284f;
    transition: .4s;
    font-family: 'Raleway';
    font-weight: 500;
    border: solid 2px #dc284f;
    padding: 15px 16px;
    text-transform: uppercase;
}

.jx-evont-tagline-2 .jx-event-tagline-button:hover {
    background: #dc284f;
    color: #fff !important;;
}
/*---------------------------------------------------------------
  [9.0 Ticket Form  ]
----------------------------------------------------------------*/
.jx-evont-ticket-from {
    padding-left: 120px !important;
	padding-right: 39px !important;
}
.jx-evont-ticket-from form {
	background:#dc284f;
	padding:38px 28px 5px 28px;
}
.jx-evont-ticket-from form p {
	margin-bottom:12px;
}
.jx-evont-ticket-from form input {
	padding: 14px 12px;
	color: #000000;
	margin-bottom: 20px !important;
	font-size: 18px;
}
.jx-evont-ticket-from form select {
	height:41px;
    -moz-appearance: none;
}
.jx-evont-ticket-from form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: solid 2px #ffffff;
    background: none;
    padding: 8px 21px;
    margin-top: 25px;
    text-transform: uppercase;
}
.jx-evont-ticket-from form input[type="submit"]:hover {
    border: solid 2px #000000;
	color:#000000;
    background:none;
}
/*---------------------------------------------------------------
  [9.0 Teammember  ]
----------------------------------------------------------------*/
.jx-evont-teammember .jx-evont-teammember-item {
	overflow:hidden;
	position:relative
}
.jx-evont-teammember .teammember-img {
	position:relative;
}
.jx-evont-teammember .teammember-img img {
	width:100%
}
.jx-evont-teammember h3 {
    text-align: left;
    color: #fff;
    font-size: 25px !important;
    line-height: 1 !important;
	bottom: -100px;
	padding:20px;
	position: relative;
}
.grid-item:nth-child(1) h3, .grid-item:nth-child(2) h3, .grid-item:nth-child(3) h3 {
    text-align: left;
    color: #fff;
    font-size: 25px !important;
    line-height: 1 !important;
	bottom: -190px;
	padding:20px;
	position: relative;
}


.jx-evont-teammember .jx-evont-teammember-item span {
	text-align:left !important;
	font-size:15px;
	font-family: 'Raleway';
}
.teammember-img:hover .overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}
.jx-evont-teammember ul.socail {
    margin: 0px;
    padding: 20px;
	text-align: right;
}


.grid-item:nth-child(1) ul.socail, .grid-item:nth-child(2) ul.socail, .grid-item:nth-child(3) ul.socail {
    margin: 0px;
    padding: 20px;
	text-align: right;
}

.jx-evont-teammember ul.socail li {
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
}
.jx-evont-teammember ul.socail li a {
	color: #fff;
	height: 35px;
	width: 35px;
	border: solid 2px #fff;
	margin-left: 5px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	border-radius: 50%;
	transition: .4s;
}
.jx-evont-teammember ul.socail li a:hover {
    color: #000;
    border-color: #000;
    transition: .4s;
}
.jx-evont-image-wrapper {
    position: relative;
}
.grid-item-height2 {
    height: auto;
}
.grid-item-width2 {
    width: 25%;
}
.grid-item {
    float: left;
    overflow: hidden;
    width: 24%;
	height:auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.grid-item:last-child {
    margin-right: 0px;    
}

.jx-evont-portfolio-hoverlayer{
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(45, 40, 63, 0.8);
	top:0;
	opacity:0;
	transition:all 0.4s ease-out
}

.grid-item:hover .jx-evont-portfolio-hoverlayer{
	opacity:1;
}

.jx-evont-portfolio-hover{
	position: absolute;
	top:100%;
	left:50%;	
	margin-left:-30px;
	margin-top:-30px;
	transition:all 0.4s ease-out
}

.grid-item:hover .jx-evont-portfolio-hover{
	top:50%;
}

.grid-item:hover .jx-evont-portfolio-hover i{
	opacity:1;
}
.jx-evont-portfolio-hover i{
	width:60px;
	height:60px;
	background:#fff300;
	text-align: center;
	border-radius:50%;
	line-height:62px;
	color:#000;
	font-size:25px;
	opacity:0;
	transition:all 0.4s ease-out;
	
}

.grid-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.jx-evont-portfolio-filter ul {
	margin:0px;
	padding:0px;
    	text-align:center;
	margin-bottom:40px;
}

.jx-evont-portfolio-filter ul li {
	color: #999;
	margin-right: 5px;
	cursor: pointer;
	padding: 0px 16px;
	border: 1px solid #e5e5e5;
	line-height: 38px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	background: #fff;
	margin-bottom: 5px;
}

.jx-evont-portfolio-filter ul li a {
	color:#333333;
}

.jx-evont-portfolio-filter ul li:hover {
	background-color: #fff;
	border-color: #bbb;
	color: #333;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
}

.grid-item:nth-child(1),.grid-item:nth-child(2),.grid-item:nth-child(3){
  width:32.3%
}
.grid-item.grid-width-2{
  width:48.8%
}

.grid-item img{
  width:100%
}

/*---------------------------------------------------------------
[13.0 VENUE ]
----------------------------------------------------------------*/
.jx-venue-1 .jx-venue-item {
	background-color: #f2f2f2;
}
.jx-venue-1 .jx-venue-item .image-hover {
	position:relative;
}
.jx-venue-1 .jx-venue-item .image img {
	width: 100%;
}
.jx-venue-1 .jx-venue-item .title {
    background-color: RGBA(46, 40, 66, 0.76);
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 17px 20px;
	color: #ffffff;
}
.jx-venue-1 .jx-venue-item .title a {
	color: #ffffff;
}
.jx-venue-1 .jx-venue-item .title a:hover {
	color: #dc284f;
}
.jx-venue-1 .jx-venue-item .average-point {
	background-color: #2E2842;
	position: absolute;
	top: 10px;
	z-index: 9;
	color: #FFF;
	right: 10px;
	border: 3px solid #ffffff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 8px;
}
.jx-venue-1 .detail-list ul {
	margin: 0px;
	padding: 20px 20px 5px 20px;
}
.jx-venue-1 .detail-list ul li {
	margin: 0px;
	padding: 0px 10px 5px 0px;
	display: inline-block;
}
.jx-venue-1 .detail-list ul li i {
	color: #2E2842;
	font-size: 16px;
	padding-right: 2px;
}
.jx-venue-1 .average {
	border-top: 1px solid #D4CECE;
	margin: 0px 20px;
	padding: 5px 0px;
}
.jx-venue-1 .average .price {
	float: right;
	font-size: 25px;
	color: #2E2842;
	font-weight: 600;
	line-height:40px;
}
.jx-venue-1 .average .average-title {
	line-height:40px;
}
/*----------- Style # 2 ---------*/
.jx-venue-2 .jx-venue-item {
	background-color: #ffffff;
	margin-bottom: 30px;
}
.jx-venue-2 .jx-venue-item .image img {
  width: 100%;
}
.jx-venue-2 .jx-venue-item .details {
	padding: 18px 14px;
}
.jx-venue-2 .jx-venue-item .title {
	color:#000000;
    font-weight: 600;
}
.jx-venue-2 .jx-venue-item .area {
	color:#666666;
    padding-left: 25px;
}
.jx-venue-2 .jx-venue-item .icon {
    float: left;
    display: inline;
    margin-right: 10px;
    color: #2e2842;
}
/*---------------------------------------------------------------
[9.0 NEWSLETTER ]
----------------------------------------------------------------*/
.jx-evont-get-updates{
  display: block;
  padding:14px 0 140px 0
}
.jx-evont-get-updates h2 {
    font-weight:700 !important;
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0;
}
.jx-evont-get-updates .form-control {
    height: 42px;
    font-size: 17px;
    margin-bottom: 10px;
    border-radius: 0px;
}
.jx-evont-get-updates .less_left {
    padding-left: 3px;
}
.jx-evont-get-updates .less_right {
    padding-right: 3px;
}
.jx-evont-get-updates .btn-default {
    height: 42px;
    font-size: 15px;
    background: #dc284f;
    border: 0;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
	border-radius: 0;
}
/*----------------- Style #1 ---------------------*/
.jx-evont-get-updates-2 .jx-evont-newsletter {
	text-align: center;
	width: 315px;
	margin: 0px auto;
}
.jx-evont-get-updates-2 .title {
	text-align: center;
	font-size: 32px;
	font-family: "Raleway";
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 25px;
	margin: 0px;
    line-height: 32px;
}
.jx-evont-get-updates-2 .subtitle {
	font-size: 17px;
	margin-bottom: 35px;
	color: #ffffff;
	text-align: center;
    margin: 0px auto 35px auto;
line-height: 1.5;
width: 520px;
}
.jx-evont-get-updates-2 .search-inline-block {
    display: block;
    margin-right: 42px;
}
.jx-evont-get-updates-2 input {
    padding: 0px 13px;
    float: left;
    font-size: 17px;
    border: 0px none;
    background: #ffffff;
    height: 42px;
    border-radius: 0px;
}
.jx-evont-get-updates-2 button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0px none;
    padding: 0px;
    cursor: pointer;
    font: bold 26px/40px "Oswald", "trebuchet MS", "Tahoma";
    color: #ffffff;
    background: #2E2842;
    height: 42px;
    width: 42px;
    line-height: 20px;
	left:5px;
}
.jx-evont-get-updates-2 button:hover {
    border: 0px none;
    color: #ffffff;
    background: #333333;
}
/*---------------------------------------------------------------
[13.0 Contact Address ]
----------------------------------------------------------------*/
.jx-evont-contact-address {
	background: #f9f9f9;
	padding: 20px;
	display: inline-flex;
}
.jx-evont-contact-address .title {
	font-weight: 600;
	font-size: 16px;
}
.jx-evont-contact-address .subtitle {
	font-size: 15px;
	color: #444;
	line-height: 25px;
	font-weight: 500;
}
.jx-evont-contact-address .description {
	padding: 10px 0px 39px 0px;
}
.jx-evont-contact-address .icon {
	padding-right:10px;
	font-size:20px;
}
.jx-evont-contact-address .mainBtn{
  height: 35px;
  background: #dc284f;
  border: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  transition: .4s;
  color: #fff;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: solid 0 #fff;
  border-radius: 5px;
  transition: .4s;
  font-family: 'Raleway';
  font-weight: 700;
}
.jx-evont-contact-address .mainBtn:hover{
  background: #2D283F !important;  
  color:#fff !important;
}

/*---------------------------------------------------------------
[13.0 SPONSORS ]
----------------------------------------------------------------*/
/* 08. SUPPORT US */
.supportus_area {
	margin-bottom: 42px;
	color:#fff;
	text-align:center
}
.supportus_area h3 {
	font-size:22px;
	font-family: 'Raleway';
	padding-bottom:10px;
	color:#fff
}
.jx-evont-partner ul{
	padding:0;
	list-style: none;
}
.jx-evont-partner ul li{
  	display: inline-block;
	width:25%;	
}
.jx-evont-partner.jx-dark h3{
  color:#333 !important;
}
/*---------------------------------------------------------------
[13.0 SPEAKERS ]
----------------------------------------------------------------*/
.jx-evont-speaker-view .content-a {
	text-align:center;
}
.jx-evont-speaker-view .content-a .title {
	font-size: 42px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	padding-bottom: 6px;
	line-height: 50px;
    padding-top: 7px;
}
.jx-evont-speaker-view .content-a .job-position {
    font-size: 16px;
    color: #303030;
}
.jx-evont-speaker-view .content-b .title {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 21px;
    line-height: 35px;
}
.jx-evont-speaker-view .content-b .job-position {
    font-size: 16px;
    color: #303030;
	padding-bottom:13px;
}
.jx-evont-speaker-view .social-icon ul {
    margin: 0px;
padding: 19px 0px 58px 0px;
}
.jx-evont-speaker-view .social-icon ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
}
.jx-evont-speaker-view .social-icon ul li a {
color: #000000;
height: 43px;
width: 43px;
border: solid 2px #cecece;
margin: 3px;
line-height: 38px;
display: block;
font-size: 22px;
border-radius: 50%;
transition: .4s;
}
.jx-evont-speaker-view .social-icon ul li a:hover {
	color:#000;
	border-color:#000;
     transition: .4s;
}
.jx-evont-speakers-area .jx-evont-speaker-item {
	margin-bottom:25px;
	overflow:hidden;
	position:relative
}
.jx-evont-speakers-area .speaker-img {
	position:relative;
}
.jx-evont-speakers-area .speaker-img img {
	width:100%
}
.jx-evont-speakers-area h3 {
    text-align: center;
    color: #fff;
    font-size: 24px !important;;
    line-height: 1 !important;
}
.jx-evont-speakers-area.jx-dark h3 {
	color:#000 !important;
}
.jx-evont-speakers-area h3 a:hover{
    color: #32ac49;
}
.jx-evont-speakers-area .jx-evont-speaker-item span {
	text-align:left !important;
	font-size:15px;
	font-family: 'Raleway';
}

.speaker-img .overlay {
    background: rgba(220, 40, 79, .9);
}

.speaker-img:hover .overlay {
	opacity: 1;
	visibility: visible;
 transition: .4s;
}

.jx-evont-speakers-area ul.socail {
	margin:0px;
	padding:0px;
    text-align: center;
}
.jx-evont-speakers-area ul.socail li {
	display:inline-block;
	text-align: center;
	margin-bottom: 0;
}
.jx-evont-speakers-area ul.socail li a {
	color:#fff;
	height:80px;
	width:80px;
	border: solid 2px #fff;
	margin:10px;
	line-height:80px;
	display:block;
	font-size:35px;
	border-radius:50%;
 transition: .4s;
}
.jx-evont-speakers-area ul.socail li a:hover {
	color:#000;
	border-color:#000;
 transition: .4s;
}
.jx-evont-speaker-item{
  transition: .4s;
  margin-bottom:40px;
  border:4px solid transparent;
}
.jx-evont-speaker-item:hover{
  background:#dc284f;
  border:4px solid #dc284f;
}
.jx-evont-speaker-item:hover .speaker-img .overlay {
    opacity: 1;
    visibility: visible;
    transition: .4s;  
}
 @media (min-width:768px) and (max-width:991px) {
.jx-evont-speakers-area ul.socail li a {
 color:#fff;
 height:50px;
 width:50px;
 border: solid 2px #fff;
 margin:5px;
 line-height:50px;
 display:block;
 font-size:30px;
 border-radius:50%;
 transition: .4s;
}
}
 @media only screen and (max-width: 767px) {
.jx-evont-speakers-area ul.socail li a {
 color:#fff;
 height:70px;
 width:70px;
 border: solid 2px #fff;
 margin:10px;
 line-height:70px;
 display:block;
 font-size:30px;
 border-radius:50%;
 transition: .4s;
}
.overlay .overlay-inner {
	top:0px !important;
}
}
 @media only screen and (max-width: 480px) {
 .jx-evont-speakers-area ul.socail li a {
 color:#fff;
 height:100px;
 width:100px;
 border: solid 2px #fff;
 margin:10px;
 line-height:100px;
 display:block;
 font-size:40px;
 border-radius:50%;
 transition: .4s;
}

.programs_item.style-2 .time {
    padding: 25px 14px 0px 10px !important;
}

}
 @media only screen and (max-width: 480px) {
.jx-evont-speakers-area .col-xs-6 {
 width:100%
}
}
/* Grey Image Style */
.speaker-img.grey img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.speaker-img.grey:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*---------------------------------------------------------------
  [9.0 PRICE TABLE  ]
----------------------------------------------------------------*/
.jx-evont-plan-section .plan-column ul{
    padding:0
}
		
.jx-evont-plan-section .plan-column ul li {
    font-size: 16px;
    font-weight:500
}
.jx-evont-plan-section {
	background:#f9f9f9;
	text-align:center
}
.jx-evont-plan-section .less_spacing {
	padding:0
}
.plan-column {
	background:#2e2841;
	min-height:455px;
	color:#ffffff;
	padding:35px;
}
.plan-column h3 {
	color:#fff;
	font-family: 'Raleway';
	font-weight:500;
	font-size:35px !important;
	margin:0;
	padding:0 0 10px 0;
	line-height:normal
}
.plan-column hr {
	height:3px;
	width:50px;
	margin:auto;
	background:rgba(50, 172, 73, 0.8);
	border:0
}
.plan-column .jx-evont-plan-price {
	font-family: 'Oswald', sans-serif;
	font-size: 68px;
	padding-bottom: 35px;
	line-height: 1 !important;
	margin-top: 19px;
}
.plan-column .jx-evont-plan-price span {
	font-family: 'Raleway';
	font-weight:500;
	font-size:24px;
}
.plan-column ul {
	font-size:16px;
	font-family: 'Raleway';
	margin-bottom: 30px;
}
.plan-column ul li {
	display:block;
	padding:5px 0
}
.standard-column {
	background:#dc284f;
	min-height:455px;
	color:#fff;
	padding:35px;
}
.standard-column h3 {
	color:#fff;
	font-family: 'Raleway';
	font-weight:500;
	font-size:35px !important;
	margin:0;
	padding:0 0 10px 0;
	line-height:normal
}
.standard-column hr {
	height:3px;
	width:50px;
	margin:auto;
	background:#fff;
	border:0
}
.standard-column .jx-evont-plan-price {
	font-family: 'Oswald', sans-serif;
	font-size: 68px;
	padding-bottom: 35px;
	line-height: 1 !important;
	margin-top: 19px;
}
.standard-column .jx-evont-plan-price span {
	font-family: 'Raleway';
	font-weight:500;
	font-size:24px;
}
.standard-column ul {
	font-size:16px;
	font-family: 'Raleway';
	padding:0;
	margin-bottom: 30px;
}
.standard-column ul li {
	display:block;
	padding:5px 0;
	font-weight: 500 !important;
	font-size: 16px;
	font-weight: 500;
}
.standard-column .registerBtn {
	background:#fff;
	border-radius:30px;
	border:0;
	font-size:19px;
	padding: 10px 25px;
	color:#32ac49;
	transition: .4s;
 	font-weight: 600;
}
.standard-column .registerBtn:hover {
	background:#333;
	color:#fff;
	transition: .4s;
}
.plan-column .registerBtn {
    background: #32ac49;
    border-radius: 30px;
    border: 0;
    font-size: 19px;
    padding: 10px 25px;
    color: #fff;
    transition: .4s;
    font-weight: 600;
}
.plan-column .registerBtn:hover {
	background:#333;
	color:#fff;
	transition: .4s;
}
/*---------------------------------------------------------------
  [9.0 PROGRESS  ]
----------------------------------------------------------------*/
.nav-tabs {
	border: 0
}
.nav-tabs li {
	border:0
}
/* Tabs panel */
.program-panel {
}
/* Default mode */
 .nav-tabs {
	border: none;
	margin: 0px;
}
.nav-tabs > li {
	margin-right: 2px;
	border-radius:4px;
}
.nav-tabs > li > a {
	margin-right: 0;
	color: #dc284f;
	border-radius:4px !important;
	border: solid 2px #dc284f !important;
	font-size:16px;
	padding:5px 15px;
	font-family: 'Montserrat';
}
.nav-tabs > li > a > i {
	color: #fff
}
.nav-tabs > li.open, .nav-tabs > li:hover {
	color: #fff
}
.nav-tabs > li.open > a, .nav-tabs > li:hover > a {
	border: 0;
	background: #dc284f !important;
	color: #fff;
	border: solid 2px #000
}
.nav-tabs > li.open > a > i, .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.nav-tabs > li.open .dropdown-menu, .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.nav-tabs > li.active {
	position: relative;
}
.nav-tabs > li.active > a {
	border: 0;
	background: #dc284f !important;
	color:#fff
}
.nav-tabs > li.active > a:focus {
	border: 0;
	background: #dc284f !important;
	color:#fff
}
.nav-tabs > li.active > a > i {
	color: #404040;
}
.tab-content {
	background-color:none;
	border: 0;
	padding: 15px 0;
	text-align:left;
	max-width: 1031px;
	margin: 0 auto;
}
.portlet .tab-content {
	padding-bottom: 0;
}
/* Below tabs mode */
.program-panel.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
}
.program-panel.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
}
.program-panel.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
	color: #fff
}
.program-panel.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
	color: #fff
}
.program-panel.tabs-below > .tab-content {
	margin-top: -10px;

	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.programs_item.style-1 {
    padding: 11px 29px;
    background: #f9f9f9;
    max-width: 94%;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 14px;
}

.programs_item.style-1 .speaker-image{
	float:left;
	margin-left:30px;
	margin-right:15px;
	
}
.programs_item.style-1 .speaker-name{
	margin-top:10px
}
		

.programs_item.style-1 .time:after{
	content:'';
	position: absolute;
	width:350px;
	height:250px;
	background:#eee;
	transform: rotate(45deg);
	top:-60px;
	left:-120px;
	z-index: -1
}

.programs_item.style-1 .time{
	position: relative;
	z-index: 9999;
	color:#333;
	font-family: 'Oswald', sans-serif;
  font-size: 41px;
  padding: 20px 0;
	
}
		
.programs_item.style-2 {
	padding: 0px 0px 0px 17px;
	background: #f9f9f9;
	margin-bottom: 14px;
}
.programs_item.style-2 .time {
    font-family: 'Montserrat', sans-serif;
    color: #2d283f;
	padding: 25px 14px 0px 0px;
    float: left;
    height: 79px;
	min-width: 169px;
}
.programs_item.style-2:hover .time {
    color: #fff300;
}
.programs_item.style-2 .image {
	float:left;
	padding-left:19px;
}
.programs_item.style-2 .detail {
	float:left;
	padding-left:10px;
}
.programs_item.style-2 .name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #2d283f;
    padding-top: 16px;
    font-weight: bold;

}
.programs_item.style-2:hover .name {
    color: #ffffff;
}
.programs_item.style-2 .des {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000000;
    padding-bottom: 5px;
}
.programs_item.style-2:hover .des {
    color: #ffffff;
}
.programs_item.style-2 h3 {
    font-size: 19px !important;
    font-family: 'Raleway';
    font-weight: 600 !important;
    padding-bottom: 3px;
    line-height: 1 !important;
}
.programs_item.style-2 .time-hrs {
	float:left;
	font-size:80px;
}
.programs_item.style-2 .time-minutes {
float: left;
text-transform: uppercase;
line-height: 30px;
font-size: 30px;
position: relative;
top: -20px;
}
.programs_item .left-side {
	float:left;
	position: relative;
	min-height: 1px;
    padding: 18px 15px 12px 15px;
	width: 400px;
}
.programs_item:hover .left-side {
	background:#2d283f;
}
.programs_item .right-side {
	float: left;
	position: relative;
	min-height: 105px;
	padding: 34px 15px 32px 27px;
	width: 628px;
}
.programs_item:hover .right-side {
	background: #fff300;
}
.programs_item .time {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#32ac49;
	padding:20px 0
}
.programs_item img {
  border-radius: 50%;
  width: 68px;
}
.programs_item .name {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#32ac49;
	padding-bottom:0;
}
.programs_item .des {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#666666;
	padding-bottom:5px;
}
.programs_item h3 {
	margin: 0;
	padding: 0;
	font-size: 19px !important;
	font-family: 'Raleway';
	font-weight: 600 !important;
	padding-bottom: 5px;
	line-height:1 !important
}
.programs_item p {
	font-size:14px;
	padding:0;
	margin:0
}
 @media only screen and (max-width: 767px) {
.programs_item {
 text-align:center
}
}
/*---------------------------------------------------------------
  [10.0 TAB  ]
----------------------------------------------------------------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
}

/* Woocommerce */
/*---------------------------------------------------------------
[13.0 Woocommerce ]
----------------------------------------------------------------*/
/*------------Woocommerce----------------*/

.woocommerce .content-area{
	background:#fff;
}
.woocommerce-page.woocommerce ul.products li.product h3 {
    padding: 6px 10px;
    margin: 0;
    font-size: 20px !important;
	text-align: center;
	margin-top: 10px !important;
}

.woocommerce-page.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
	text-align: center !important;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
	margin-top: 11px !important;
}



/* Shortcode */
.woocommerce ul.products li.product h3 {
    padding: 6px 10px !important;
    margin: 0 !important;
    font-size: 20px !important;
}

.woocommerce ul.products li.product .star-rating {
    margin: 3px 10px !important;
	  font-size:14px;
}

.woocommerce ul.products li.product .price {
	color: #333 !important;
	text-align: center;
}
		
		
		

.woocommerce-page .woocommerce #respond input#submit,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce input.button {
    font-size: 100%;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 17px 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #000;
    *background-color: #EBE9EB;
    border: 0px none;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fffffff;
    background: #fff220;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
}
.woocommerce-page .flexslider {
    margin: 0px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #eee;
}
/*product Image Hover*/

.zoom_images {
    z-index: 9999;
}
.product-change-images {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-backface-visibility: hidden;
}
.product-hover:hover .product-change-images,
.product-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-hover:hover {
    cursor: pointer;
}
.product-hover a.link_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-hover .flip-wrapper .thumb.flip {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear;
    -ms-transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.product-hover:hover .flip-wrapper .thumb.flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product-hover .flip-wrapper .thumb.flip .face {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.product-hover .flip-wrapper .thumb.flip .face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.flip-wrapper,
.flip-wrapper:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent;
}
/* Product List */

.products li.product {
    border: 1px solid #eee
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 3.8% 2.992em 0px;
    padding: 0px;
    position: relative;
    width: 22.05%;
}
.woocommerce ul.products .item-product .product-content-wrapper {
    padding: 10px;
}
.woocommerce ul.products .item-product .product-content-wrapper h3 {
    font-size: 19px !important;
    font-weight: 500;
    line-height: 20px !important;
}
.woocommerce ul.products .item-product .price {
    margin-top: 10px;
}
.woocommerce ul.products .item-product .price del {
    float: left;
    margin-right: 10px;
    font-size: 16px;
	text-align: center;
	width: 100%;
}
.woocommerce ul.products .item-product .price ins {
    display: inline-block;
    font-size: 25px;
}
.woocommerce ul.products .item-product .price .amount {
    font-size: 20px;
    font-weight: 500;
	
}
.woocommerce ul.products .item-product .add_to_cart_button {
    width: 100%;
	text-align: center;
	border-radius: 0;
	background: #fff220;
	color: #2d283f;
	padding-right: 24px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    line-height: 22px;
}
.woocommerce .woocommerce-ordering select {
   height:40px
}
/*Pagination */

.woocommerce .pagination{
	text-align:center;
	display:block;
	}

.pagination ul {
    list-style: none;
    padding: 0
}
.woocommerce .jx-evont-pagination .screen-reader-text,
.jx-evont-pagination .next,
.jx-evont-pagination .prev {
    display: none;
}
.woocommerce .pagination .page-numbers li {
    display:inline-block
}

.woocommerce .pagination .page-numbers li span.current {
    background: #fff220;
    color: #fff;
    font-size: 15px;
    margin-top: -5px;
    display: block;
}
.woocommerce .pagination .page-numbers li .page-numbers.current {
    color: #333;
    font-size: 20px;
}
.woocommerce .pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
    float: left;
    background: #2d283f;
    font-size: 15px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    font-family: open sans;
    transition: all 0.3s ease-out;
	color: #fff;
}
.woocommerce .pagination .page-numbers li a:hover {
    background: #fff220;
}
.woocommerce .pagination .page-number li:hover {
    transition: all 0.3s ease-out
}
.woocommerce .pagination .page-numbers li:hover a {
    color: #333;
}
/*sale tag*/

.woocommerce ul.products li.product {
    overflow: hidden;
    background: #f9f9f9;
    box-shadow: 0 0 4px rgba(200,200,200,0.2);
    border-radius: 6px;
    border: 1px solid #eee;
}

.item-product .added_to_cart{
  text-align: center;
	display: block;
	padding: 5px;
	background: #2d283f;
	color: #fff;
	font-weight: 600 !important;
	width: 100%;
}

.item-product .added_to_cart:hover{
  background:#333;
  color:#fff220;
}
.woocommerce ul.products li.product .onsale {
    top: 6px;
    right: 6px;
    left: auto;
    margin: -0.5em -0.5em 0px 0px;
    z-index: 4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    background: none;
    transform: rotate(45deg);
}
.woocommerce ul.products li.product .onsale:after {
    content: '';
    background: #fff220;
    position: absolute;
    top: -70px;
    right: -30px;
    left: auto;
    margin: -0.5em -0.5em 0px 0px;
    z-index: -1;
    width: 120px;
    height: 120px;
    line-height: 50px;
    background: #fff220;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    transform: rotate(-90deg)
}
.woocommerce-page .product {
    overflow: hidden
}
.woocommerce-page .product .onsale {
    top: 5px;
    left: 0px;
    margin: -0.5em -0.5em 0px 0px;
    z-index: 4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    background: none;
    transform: rotate(-45deg);
}
.woocommerce-page .product .onsale:after {
    content: '';
    background: #fff220;
    position: absolute;
    top: -65px;
    left: -35px;
    margin: -0.5em -0.5em 0px 0px;
    z-index: -1;
    width: 120px;
    height: 120px;
    line-height: 50px;
    background: #fff220;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    transform: rotate(90deg)
}
/* Image Hover */

.woocommerce-page .flexslider li {
    position: relative;
}
.woocommerce-page .flexslider li .glass-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    width: 70px;
    height: 70px;
    margin-left: -25px;
    margin-top: -25px;
    background: rgba(50, 50, 50, 0.8);
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #333;
    transform: scale(0);
    transition: all 0.3s ease-out;
    color: #fff220;
}
.woocommerce-page .flexslider li.flex-active-slide:hover .glass-wrapper {
    transform: scale(1);
}
/*Fleximage*/

.woocommerce .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
}
.woocommerce .flex-control-paging li a.flex-active {
    width: 14px;
    height: 14px;
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid;
    cursor: default;
}
.woocommerce .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 9px;
    text-align: center;
}
.woocommerce .flex-control-nav li {
    margin: 0px 3px;
    display: inline-block;
}
/*Quantity Button */

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
    margin-top: -9px;
}
.woocommerce .quantity .product_quantity_minus,
.woocommerce .quantity .product_quantity_plus {
    width: 48px;
	height: 48px;
	display: inline-block;
	border: 1px solid #EEE;
	border-radius: 0px;
	cursor: pointer;
	line-height: 46px;
	text-align: center;
	color: #333;
	font-size: 28px;
	vertical-align: middle;
	margin-top: -2px;
}
.woocommerce .quantity .product_quantity_plus {
    margin-left: -5px
}
.woocommerce .quantity .qty {
    width: 60px;
    height: 36px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-appearance: textfield;
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    box-sizing: content-box;
    padding: 5px;
    line-height: normal;
    margin-left: -5px;
}

.single-product.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #333;
    font-size: 25px;
}

.single-product .quantity{
	background:#fff;
}

.single-product.woocommerce-page div.product form.cart .variations td, .single-product div.product form.cart .variations th {
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 15px;
}

.single-product.woocommerce div.product form.cart .variations td.label {
    padding-right: 14px !important;
    line-height: 1;
    padding: 0;
}

.single-product.woocommerce-page div.product form.cart .variations td, .single-product div.product form.cart .variations th {
    vertical-align: top; 
    padding-right: 15px;
	padding-top:10px !important;
	padding-bottom: 0;
}

.single-product .woocommerce div.product form.cart .variations td.label {
    padding-right: 14px !important;
    line-height: 1;
    padding: 0;
}

.single-product div.product form.cart .variations label {
    font-size:17px !important;
    font-weight:400 !important; 
	padding-top: 5px;       
}


.single-product .woocommerce-variation-price .price .amount{
    color:#333 !important;    
}
	

.single-product .woocommerce-variation-price{
    margin-bottom:10px;
}

.single-product.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 15px;
}

.single-product.woocommerce .woocommerce-variation-price {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 16px 10px;
    text-align: center;
}

.shop_attributes th{
  color:#333;
  font-size:14px;
  padding-top:15px !important;
}

.single-product.woocommerce .variations tr {
    height: 54px;
}

.woocommerce-page.woocommerce div.product form.cart .variations select {
    margin-bottom: 5px;
}
		
		
	
		
/* Smartphone - portrait (max 479px) */

@media screen and (max-width: 479px) {
    .woocommerce .shop_table.cart .quantity .product_quantity_minus,
    .woocommerce .shop_table.cart .quantity .product_quantity_plus {
        width: 29px;
        height: 18px;
        display: block;
        padding: 3px 5px 3px 20px;
    }
}
.woocommerce-page.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 17px;
    margin-left: 10px;
    background: #fff220;
	color: #333;
}
/* Review */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 100px !important;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    display: none !important;
}
.woocommerce p.stars a.star-1::after,
.woocommerce p.stars a.star-2::after,
.woocommerce p.stars a.star-3::after,
.woocommerce p.stars a.star-4::after,
.woocommerce p.stars a.star-5::after {
    font-family: fontawesome !important;
}
.woocommerce p.stars a.star-1::after {
    content: "" !important;
}
.woocommerce p.stars a.star-2::after {
    content: " " !important;
}
.woocommerce p.stars a.star-3::after {
    content: "  " !important;
}
.woocommerce p.stars a.star-4::after {
    content: "   " !important;
}
.woocommerce p.stars a.star-5::after {
    content: "    " !important;
}
/* add To Cart */

.woocommerce .woocommerce-message {
    border-top-color: #fff220 !important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #fff220;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #333 !important;
	text-decoration: none;
	background-image: none;
	color: #fff !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000;
    color: #FFF;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #fff220;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.form-row input.input-text{
	height:40px;
	border:0;
	background:#eee
}

/* related*/

.woocommerce-page.product-columns-3.has-right-sidebar .related.products ul.products li,
.woocommerce-page.product-columns-3.has-left-sidebar .related.products ul.products li {
    width: 22.1%;
}
/*Sidebar */

.woocommerce-page.product-columns-3.has-right-sidebar ul.products li,
.woocommerce-page.product-columns-3.has-left-sidebar ul.products li {
    width: 30.8%
}
.woocommerce-page.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #fff220;
}
.woocommerce-page.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff220;
}
.woocommerce-page.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
}
.woocommerce-page.woocommerce ul.cart_list li img,
.woocommerce-page.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0px;
    width: 97px;
    height: auto;
    box-shadow: none;
    margin-right: 16px;
    border: 1px solid #dedede;
}
.woocommerce-page ul.product_list_widget li a {
    color: #000 !important;
    font-weight: 500 !important;
    ;
    font-size: 16px;
    margin-bottom: 5px;
}
.woocommerce-page ul.product_list_widget li a:hover {
    color: #fff220 !important;
}
.woocommerce-page .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-top: 9px;
    margin-bottom: 9px;
}
.woocommerce-page ul.product-categories li a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500
}
.woocommerce.widget_price_filter .price_label {
    font-size: 16px;
}
/*Cart Page */

.woocommerce-cart.woocommerce-page .woocommerce table.shop_table th {
    color: #333;
	font-size: 14px;
	text-align: center;
	background-color: #f9f9f9;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce-cart.woocommerce-page .woocommerce table.shop_table {
    border-radius: 0px;
}
.woocommerce-cart.woocommerce-page table.cart .product-thumbnail {
    width: 57px;
}
.woocommerce-cart.woocommerce-page table.cart img {
    width: 99px;
    box-shadow: none;
}
.woocommerce-cart.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: medium none;
    padding: 12px 8px;
    margin: 0px 4px 0px 0px;
    outline: 0px none;
    line-height: 1.6;
    width: 160px;
    background: #eee;
    border-radius: 0px;
    font-size: 15px;
}
.woocommerce-cart.woocommerce-page .woocommerce .quantity .qty {
    margin-left: -4px;
    margin-top: -1px;
}
.woocommerce-cart.woocommerce-page .woocommerce .quantity .product_quantity_plus {
    margin-left: -5px;
}
.woocommerce-cart.woocommerce-page .cart_totals table th {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    background-color: #f9f9f9;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals table {
    border: 1px solid #eee;
}
.woocommerce-cart.woocommerce-page .woocommerce #respond input#submit.alt,
.woocommerce-cart.woocommerce-page .woocommerce a.button.alt,
.woocommerce-cart.woocommerce-page .woocommerce button.button.alt,
.woocommerce-checkout.woocommerce-page .woocommerce input.button.alt {
    background-color: #fff220;
    color: #000;
}





/*Checkout */

.woocommerce-checkout.woocommerce-page .woocommerce table.shop_table th {
    font-weight: 400 !important;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #f9f9f9;
}
.woocommerce-checkout.woocommerce-page #payment {
    background: #f9f9f9 none repeat scroll 0% 0%;
    border-radius: 5px;
}

.woocommerce-page .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #f9f9f9;
}

/*Widgets*/

.woocommerce-page #sidebar .woocommerce ul.product-categories li {
    margin-right: 2px;
	border-radius: 0px;
	text-transform: uppercase;
	margin-bottom: 6px;
	line-height: 7px;
	font-size: 13px !important;
	border-bottom: 1px solid #eee;
	padding: 6px 8px !important;
	padding-bottom: 13px !important;

}

.woocommerce-page #sidebar .woocommerce ul.product-categories li .children{
  margin:0 25px !important;
}

.woocommerce.woocommerce-page #sidebar .product-categories li a {
    color: #fff;
    font-size: 14px;
}
.woocommerce-page #sidebar .product-categories li a:hover {
    color: #333 !important;
   
}
/*Search Widget*/

#sidebar .widget_product_search .screen-reader-text,
#sidebar .widget_product_search .screen-reader-text {
    display: none;
}
#sidebar .widget_product_search label {
    padding: 0;
}
#sidebar .widget_product_search input.search-field {
    margin-right: 7px;
	width: 200px;
	float: left;
	border-radius: 0;
	height: 40px;
	border: 1px solid #eee;
	padding: 10px;
	
}
#sidebar .widget_product_search input[type='submit'] {
   width: 70px;
	height: 39px;
	background: #fff220;
	border: 0;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	color: #000;
	
}

#sidebar .widget_product_search input[type="submit"]:hover {
    background: #333;
	  color:#fff;
}

.woocommerce .jx-evont-section-title-4{
	font-size:20px;
	color:#000;
	margin-bottom:20px;
	font-weight:500
}

.related.products .jx-evont-title{
  background:#fff220 !important;
  padding:10px;
  font-weight:600
  
}

/*Cart */
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 2.5em;
}

.woocommerce-page.woocommerce-checkout .woocommerce #respond input#submit:hover, .woocommerce-page.woocommerce-checkout .woocommerce a.button:hover, .woocommerce-page.woocommerce-checkout .woocommerce button.button:hover, .woocommerce-page.woocommerce-checkout .woocommerce input.button:hover {
    color: #fff !important;
    background: #333 !important;
}

.woocommerce.woocommerce-page .blockUI.blockOverlay::before, .woocommerce.woocommerce-page .loader::before {
    background: none !important;
}

.woocommerce-checkout .woocommerce .col2-set .col-2,.woocommerce-checkout .woocommerce-page .col2-set .col-2,.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
      width: 100% !important;
}

.woocommerce-checkout .jx-evont-title{
  background:#fff220;
  padding:10px;
  font-weight:600
}

