body {
	margin: 0;
	padding: 0;
	line-height: 1.85em;
    font-family: 'EurostileRegular';
	font-weight: 300;
	overflow-x: hidden;
	position: relative;
}
.tz_bd_overflow {
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: transparent;
}
a {
	color: #e45914;
	text-decoration: none;
}

a:hover, a:active, a:visited{ text-decoration:none !important;}


a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	  font-family: 'EurostileRegular';
	line-height: 1.4em;
	font-weight: 700;
	margin-top: 0;
}
blockquote {
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 20px;
}
.ds-table {
	display: table;
	height: 100%;
	width: 100%;
}
.ds-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
img {
	height: auto;
	max-width: 100%;
}
button:focus {
	outline: none;
}
.custom_col_pading_left {
	padding-left: 0;
}
.custom_col_pading_right {
	padding-right: 0;
}
ul li, ol li {
	padding: 5px 0;
}
code {
	background-color: rgba(228, 89, 20, 0.2);
	display: block;
	padding: 20px;
}
embed, iframe, object, video {
	max-width: 100%;    border: none;
}
.iframe-full-audio {
	height: 350px;
	width: 100%;
}
.iframe-full {
	height: 474px;
	width: 100%;
}


/**
 * 2.0 - Header Style
 * -----------------------------------------------------------------------------
 */
.tz-headerHome {
	z-index: 52;
}
.tz-header-content {
	position: relative;
}
.tz-headerHome ul li {
	position: relative;
	padding: 0 14px;
}
.tz-headerHome ul li a {
	margin: 0;
	padding: 40px 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.4em;
	 font-family: 'EurostileRegular';
	display: block;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

.tz-headerHome ul li a:hover{ color:#EF7D01;} 

.tz-headerHome ul li.active a{
	color:#EF7D01;
	
	
}


.tzHeaderContainer:after {
	content: '';
	clear: both;
	display: table;
}
.tzHeaderContainer h3 {
	margin: 0;
	padding:25px 40px 15px 0;
	line-height: normal;
	font-size: inherit;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.tzHeaderContainer ul {
	padding: 0;
}
.tz-headerHome {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: fixed;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	    background: rgba(7, 21, 35, 0.52);    border-bottom: 2px solid rgba(44, 174, 198, 0.20);
}
.tz-headerHome ul li a:before {
	position: absolute;
	bottom: 35%;
	left: 0;
	content: '';
	background: #e45914;
	height: 3px;
	width: 0;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
.tz-headerHome ul li a:hover:before {
	width: 100%;
}
.tz-headerHome button.tz-search {
	background: none;
	border: none;
	margin: 35px 0 0 25px;
	padding: 0;
	display: block;
	overflow: hidden;
}
.tz-headerHome button.tz-search i.fa {
	color: #242732;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.tz-headerHome .tz-form-search {
	background: #fff none repeat scroll 0 0;
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.tz-headerHome .tz-form-search .container {
	height: 100%;
}
.tz-headerHome .tz-form-search form {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	border: none;
}
.tz-headerHome .tz-form-search .Tzsearchform {
	border: 0 none;
	color: #222;
	font-size: 20px;
	font-weight: 300;
	height: 100%;
	line-height: 30px;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
.tz-headerHome .tz-form-search .fa.tz-icon-form-search {
	display: none;
}
.tz-headerHome .tz-form-search .fa.tz-form-close {
	color: #e45914;
	cursor: pointer;
	font-size: 18px;
	margin-top: -11px;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
}



/* Sub Menu */
.tz-headerHome nav > ul > li {
	position: relative;
	padding:10px 35px;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu {
	position: absolute;
	top: 120%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 220px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	list-style: none;
}
.tz-headerHome nav > ul > li:hover ul.non_mega_menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu > li:first-child {
	border-top: 1px solid #e45914;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu > li {
	list-style: outside none none;
	padding: 0 29px;
	position: relative;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu > li > a {
	border: none;
	padding: 15px 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tz-headerHome nav ul li ul.non_mega_menu li a:hover {
	color: #e45914;
	text-decoration: none;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu > li > a:before {
	content: normal;
}
.tz-homeType2.tz-homeTypeRelative {
	position: relative;
	background: transparent;
}
.tz-homeType2.tz-homeTypeRelative nav ul.tz-nav > li > a {
	color: #242732;
}
.tz-homeType2.tz-homeType3 ul.tz-nav > li:last-child {
	padding-right: 0;
}
.tz_meetup_header_option {
	background: #e45914;
	padding: 7px 0;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
span.tz-search-header3 {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	margin-left: 30px;
}
.tz_meetup_header_option .tz_meetup_header_option_phone span {
	display: inline-block;
	color: #ffffff;
	line-height: 2.5em;
}
.tz_meetup_header_option .tz_meetup_header_option_phone span img {
	margin-right: 5px;
}
.tz_meetup_header_option .tz_meetup_header_option_phone span a {
	color: #ffffff;
	text-decoration: none;
}
.tz_meetup_header_option .tz_meetup_header_option_phone span:first-child {
	margin-right: 40px;
}
.tz-headerHome .tz-headerRight ul {
	margin: 0;
	padding: 0;
}
.tz-headerHome .tz-headerRight ul li {
	list-style: none;
	display: inline-block;
}
.tz-headerHome .tz-headerRight ul li a {
	display: inline-block;
	padding: 10px 12px;
}
.tz-headerHome .tz-headerRight ul li a i {
	font-size: 14px;
	color: #ffffff;
}
.tz-headerHome .tz-headerRight ul li:first-child a {
	padding-left: 0;
}
.tz-headerHome .tz-headerRight ul li:last-child a {
	padding-right: 0;
}
.tz-headerHome .tz-headerRight ul:after {
	display: block;
	content: "";
	clear: both;
}
.tz-headerHome .tz-headerSlider {
	position: relative;
}
.tz-headerRight ul li {
	padding: 0;
}
.tz-menuEffect, .tz-homeEff {
	background: rgba(0, 0, 0, 0.7);
}
.tz-homeType2.tz-menuEffect-1 .tz_meetup_header_option {
	height: 0;
	padding: 0;
	overflow: hidden;
}
a.tz_upcoming_event {
	display: inline-block;
	background: #ffffff;
	text-decoration: none;
	font-weight: 700;
	padding: 1px 10px;
	margin-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
a.tz_upcoming_event:hover {
	color: #e45914;
}
p.tz_description_event {
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2.6em;
	margin: 0;
}

/**
 * 3.0 - Slider Home
 * -----------------------------------------------------------------------------
 */
.tz_home_slider_meetup {
	position: relative;
	overflow: hidden;
}
.meetup_bl_slider_home {
	position: absolute;
	content: '';
	background: rgba(7, 21, 35, 0.7);
	height: 100%;
	width: 100%;
	z-index: 50;
}
.tz_content_slider_meetup {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.tz_content_slider_meetup .tz_meetup_social {
	display: inline-block;
	position: relative;
	margin-bottom: 9px;
}
.tz_content_slider_meetup .tz_meetup_social .meetup_line_left {
	background: #ffffff;
	height: 1px;
	left: 100%;
	position: absolute;
	top: 50%;
	width: 25px;
}
.tz_content_slider_meetup .tz_meetup_social .meetup_line_right {
	background: #ffffff;
	height: 1px;
	right: 100%;
	position: absolute;
	top: 50%;
	width: 25px;
}
.tz_home_slider_meetup .tz_content_slider_meetup a {
	text-decoration: none;
	color: #ffffff;
	margin: 0 10px;
	font-size: 18px;
}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text p {
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text h4 {
	font-size: 60px;
	font-weight: 200;
	color: #ffffff;
	line-height: 1em;
	margin-bottom: 30px;
}
.tz_meetup_countdown {
	/*margin-top: -28px;*/
	margin-bottom: 4%;
}
.tz_meetup_countdown .tz_meetup_countdown_time {
	display: inline-block;
	position: relative;
	margin: 0 25px;
}
.tz_meetup_countdown .tz_meetup_countdown_time:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	width: 1px;
	height: 25px;
	margin-top: -12.5px;
	background: #e45914;
}
.tz_meetup_countdown .tz_meetup_countdown_time:last-child:after {
	display: none;
}
.tz_meetup_countdown .tz_meetup_countdown_time span {
	font-size: 65px;
	color: #ffffff;
	display: block;
	line-height: 1.2em;
	font-weight: 100;
}
.tz_meetup_countdown .tz_meetup_countdown_time b {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
}
.tz_meetup_countdown span.tz_meetup_countdown_over {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	line-height: 1.4em;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.tz_slider_home_btn_click {
	padding: 0;
	margin: 0;
}
.tz_slider_meetup_btn ul li {
	list-style: none;
	display: inline-block;
}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	background:#EF7D01;
	border:2px solid #fff;
	padding: 10px 35px;
	display: inline-block;
	font-size: 30px;
	margin: 0 10px;
	border-radius: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.tz_slider_meetup_btn a.tz_slider_meetup_btn_1.tz_slider_meetup_btn_2 {
	background: transparent;
	border-color: #EF7D01;
}
.tz_slider_meetup_btn a.tz_slider_meetup_btn_1.tz_slider_meetup_btn_2:hover {
	background: #ffffff;
	border:2px solid #EF7D01 !important;
	color: #000;
}
.tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
	background: #fff;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 50;
}

/**
 * 4.0 - Content
 * -----------------------------------------------------------------------------
 */

/* 4.1 - About */
#about {	padding:45px 0 45px 0;    margin-bottom: 2%;}
#about h1 {	font-size:46px; font-weight:normal; color:#061422;}
#about p {	font-size:20px;	line-height:30px; margin-bottom:30px;}
ul.aboutlist{ margin:0 0 30px 0; padding:0;}
ul.aboutlist li{ font-size:20px; text-align:left; margin:10px 0; list-style:none; }
ul.aboutlist li:before {font-family: 'FontAwesome';content: "\f046";margin:0 20px 0 0px;color: #EF7D01; font-size:25px; }
.about-caption h2{ font-size:32px; color:#071523; margin-bottom:10px;text-align:left ; }
.about-caption h2 span{ color:#EF7D01; }
.about-caption  p{ font-size:20px; text-align:left; }
.speakers {	padding-bottom:1%;	width:100%;    overflow: hidden; background: url(../images/speaker-bg.jpg) no-repeat center center;    -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}
#speaker{ margin-top:2% !important;}
.speakers h1{ color:#fff; font-size:40px; padding:5% 0 2% 1%; text-transform:uppercase; font-weight:normal;}
.speakers h2{ color:#EE7D00; font-size:28px; margin-bottom:0px; }
.speakers h3{ font-size:20px;}
.speakers p {
	font-size: 15px;
	color: #09C;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-right: 20px;
	text-align: justify;
}
.speaker-logo { float:right; margin-top:-80px;}
.speaker-logo img{ display:block; margin:0 auto 90% auto; text-align:center;}
.benefit-wrap{ background:#EF7D01; padding:3% 0;}
.benefit-wrap h1{ text-align:center; color:#fff; font-size:40px; padding:2% 0 2% 1%; text-transform:uppercase; font-weight:700; }
.benefit-wrap p {font-size: 22px;    color: #fff;    margin-bottom: 2%;    text-align: center;    line-height: 30px; }
.about-txt{ text-align:left; font-size:20px;display: block;    padding-left: 10px; }
.about-txt a{ text-decoration:underline; color:#EE7D00;}
.about-txt a:hover{ color:#000;text-decoration:none;}
.about-venue{font-size: 20px;    font-weight: bold;    text-align: left;    line-height: 30px;    margin-top: 15px;    border-left: 1px solid #EF7D01;    padding-left: 25px}
.benefit-content{ height:auto; overflow:hidden; margin-bottom:50px;}
.benefit-content h2{ color:#000; font-size:22px;    text-align: center; }
.benefit-content h2:after{ content:' ';    display:block;    border-bottom:1px solid #fff;	width:20%;margin:20px auto   }
.benefit-content p{ margin-right:2%; color:#fff; font-size:18px; line-height:25px; padding-top:10px; }
.btn2 {display: inline-block;padding: 4px 12px;margin-bottom: 0px;font-size: 14px;line-height: 20px;text-align: center;vertical-align: middle;cursor: pointer;text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);}
.benf-icon{  display:block; float:left; margin-right:20px; }
.contact-content{ padding-left:5%;padding-bottom:11%; }
.contact-content ul{margin: 0;    padding: 0 0 20px 0;    border-bottom: 1px solid #CCCCCC;    width: 90%;}
.contact-content ul li{ margin-bottom:20px; list-style:none;font-size:20px; color:#000;}
.contact-content p{  margin-bottom:30px; }
.contact-content h1{ padding:2% 0; font-size:46px;font-weight:normal; color:#061422; }
.mobile{ padding-left:11px; }
.contact-content a{ color:#000;}
.cicon { color:#EF7D01; font-size:40px !important; padding-right:40px; vertical-align:middle }
.cicon1 { color:#EF7D01; font-size:60px !important; padding-right:40px; vertical-align:middle }
.venue{ overflow:hidden; margin-top:10%; font-weight:bold; }
.venue .style1{ color:#ED7D00; font-size:22px; padding-bottom:20px; display:block; }
.venue .style2{ color:#000; font-size:20px; padding-bottom:20px; display:block; } 
.btnstyle { border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;background: #061422;    color: #fff;    border: 1px solid #EF7D01;    font-size: 20px;    padding: 5px 20px;    margin-right:2%;}
.map-responsive{    overflow:hidden;    padding-bottom:115%;    position:relative;    height:0;}
.map-responsive iframe{    left:0;    top:0;    height:100%;    width:100%;    position:absolute;}
.btnstyle a{ color:#fff; display:block;}

.btnstyle a:hover{ color:#000; text-decoration:none; }
.btnstyle:hover{ background:#EF7D01;-webkit-border-radius: 10px;    -moz-border-radius: 10px;    -ms-border-radius: 10px;    -o-border-radius: 10px;    transition: all 0.2s linear 0s;    -moz-transition: all 0.2s linear 0s;    -webkit-transition: all 0.2s linear 0s;    -ms-transition: all 0.2s linear 0s;    -o-transition: all 0.2s linear 0s;}
.callus{ font-size:20px;}
.copyright{ background:#071523; padding:30px 0; color:#fff; font-size:14px;}
.copytext{ text-align:right;}
.copytext a{ color:#fff;}
.copytext a:hover{ color:#ED7D00; text-decoration:none; }


.tz_maniva_meetup_title h3 {
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.tz_maniva_meetup_title h3.tz_maniva_meetup_title_custom {
	font-weight: 700;
}
.tz_meetup_title_content p {
	font-size: 16px;
	margin: 0;
}
#about_meetup {
	padding-bottom: 92px;
}
#about_meetup .custom_col_pading {
	padding-left: 7px;
	padding-right: 7px;
}
.tz_meetup_thumbnail img {
	border-radius: 5px;
	width: 100%;
}
.tz_maniva_about_meetup h4 {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 2px;
	margin: 25px 0 18px;
}
.tz_maniva_about_meetup h4 a {
	text-decoration: none;
	color: #242732;
}
.tz_meetup_thumbnail img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 100%;
}
/* 4.2 - Video Meetup */
.tz_bk_video_meetup {
	background-image: url("../images/bk-meetup.jpg");
	padding: 75px 55px 81px 0;
}
h3.tz_meetup_general_title {
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 11px;
	margin-top: 0;
	font-weight: 700;
}
h3.tz_meetup_general_title em {
	font-weight: 400;
	font-style: normal;
}
.tz_image_title_meetup {
	margin-bottom: 30px;
}
span.tz_meetup_video_sub_title {
	display: inline-block;
	font-weight: 500;
	color: #e45914;
	text-transform: uppercase;
	margin-top: 5px;
}
span.tz_meetup_video_sub_title i.fa {
	color: #ffffff;
	font-size: 18px;
	margin-left: 10px;
}
span.tz_meetup_video_sub_title_line {
	display: block;
	border-bottom: 1px solid #42444d;
	padding-top: 5px;
}
.tz_box_text_bk .tz_meetup_content {
	margin-top: 10px;
}
.tz_meetup_content p {
	color: #dddddd;
	margin-bottom: 25px;
}
.tz_meetup_content > p:last-child {
	margin-bottom: 0;
}
a.tz_btn_video_meetup {
	font-weight: 500;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 50px;
	margin-left: 20px;
	padding: 12px 35px;
	position: relative;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
a.tz_btn_video_meetup:hover {
	color: #000000;
	background: #fff;
}
a.tz_btn_video_meetup.tz_meetup_btn_dark {
	color: #242732;
	border-color: #242732;
}
a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
	color: #fff;
	background: #242732;
}
a.tz_btn_video_meetup.tz_meetup_bnt_orange {
	color: #e45914;
	border-color: #e45914;
}
a.tz_btn_video_meetup.tz_meetup_bnt_orange:hover {
	color: #fff;
	background: #e45914;
}
a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup {
	background: #e45914;
	border: 2px solid #e45914;
	color: #ffffff;
}
a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover {
	background: transparent;
	color: #242732;
}
a.tz_btn_video_meetup.tz_meetup_custom {
	margin: 87px 0 0 0;
}
.tz_video_meetup {
	position: relative;
	overflow: hidden;
}
.tz_video_meetup img {
	width: 100%;
	max-width: none;
	position: relative;
}
.tz_video_meetup .tz_bk_video {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.tz_btn_play_video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.tz_btn_play_video a.tz_btn_easy {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #e9e9eb;
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
}
.tz_btn_play_video a.tz_btn_easy i.fa {
	line-height: 90px;
	color: #e45914;
	font-size: 30px;
	margin-left: 9px;
}
/* 4.3 - Counter */
#counter {
	padding: 83px 0 95px;
}
.tz-counter {
	text-align: center;
}
.tzCounter_type .tz-counter-font {
	display: block;
	margin-bottom: 24px;
}
.tzCounter_type .tz-counter-font i.fa {
	margin-bottom: 10px;
	color: #e45914;
	font-size: 36px;
}
.tzCounter_type .tz-counter-image {
	margin-bottom: 35px;
	height: 35px;
}
.tzCounter_type .tz-counter-number {
	display: block;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 20px;
}
.tzCounter_type .tz-counter-number:after {
	position: absolute;
	width: 24px;
	height: 4px;
	content: '';
	background: #c6c6c6;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
.tzCounter_type .tz-counter-number em.stat-count {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 64px;
	color: #242732;
	font-style: normal;
}
.tzCounter_type p.tz-counter-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #e45914;
}
/* 4.4 - Text Box Button */
#tz_text_box_button {
	padding-bottom: 104px;
}
#tz_text_box_button h3 {
	font-size: 28px;
	margin-bottom: 0;
}
#tz_text_box_button h3 span {
	color: #e45914;
}
#tz_text_box_button p {
	font-size: 16px;
	color: rgba(36,39,50,0.8);
}
.tz_meetup_btn a {
	text-decoration: none;
	color: #242732;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 3px;
	display: inline-block;
	padding: 13px 35px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: 2px solid #000000;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.tz_meetup_btn a:hover {
	background: #000000;
	color: #ffffff;
}
/* 4.5 - Slider Meetup */
#slider_meetup:after {
	display: table;
	clear: both;
	content: '';
}
#slider_meetup {
	position: relative;
	overflow: hidden;
}
.tz-full-slider-meetup {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
}
.tz_slider_meetup {
	position: relative;
	overflow: hidden;
}
.tz_slider_meetup .tz_custom_../images_slider {
	cursor: w-resize;
	overflow: hidden;
	position: relative;
}
.tz_slider_meetup .tz_custom_../images_slider img {
	max-width: none;
	position: relative;
	min-height: 100%;
	min-width: 100%;
	width: auto;
}
.tz_slider_meetup .tz_custom_../images_slider .tz-bk-slider-meetup {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.48);
}
.tz_slider_meetup .owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	right: 52%;
	margin: 0;
}
.tz-full-slider-meetup .tz_slider_meetup .owl-theme .owl-dots {
	bottom: auto;
	margin-top: -50px;
}
.tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span {
	background: #e45914;
}
.tz_slider_meetup .owl-theme .owl-dots .owl-dot span {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #e45914;
	height: 15px;
	width: 15px;
	opacity: 1;
	margin-right: 0;
}
.tz_text_box_slider {
	padding: 0;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 1;
	width: 50%;
	overflow: hidden;
	margin: 0 0 0 auto;
}
.tz_width_box {
	width: 50%;
}
.tz_text_box_slider_padding {
	padding: 75px 0 81px 80px;
}
.tz_meetup_general_title.tz_meetup_general_title_2 {
	color: #242732;
}
.tz_box_text_bk span.tz_meetup_video_sub_title i.fa {
	color: #242732;
}
span.tz_meetup_video_sub_title i.fa.tz_icon_position_left {
	margin-left: 0;
	margin-right: 10px;
}
.tz_box_text_bk span.tz_meetup_video_sub_title_line {
	border-bottom-color: #dddddd
}
.tz_box_text_bk .tz_meetup_content p span {
	color: #242732;
}
/* 4.6 - List */
.tz-plazart-list {
	margin: 17px 0 0;
	padding: 0;
}
.tz-plazart-list li {
	list-style: none;
	font-size: 16px;
	color: #242732;
	padding: 12px 0 8px;
	hyphens: none;
}
.tz-plazart-list li:last-child {
	margin-bottom: 35px;
}
.tz-plazart-list li:before {
	display: table;
	content: '';
	clear: both;
}
.tz-plazart-list li span.tz_icon_maniva_list {
	display: inline-block;
	float: left;
	line-height: 0;
	margin-top: 7px;
}
.tz-plazart-list li span.tz_icon_maniva_list i {
	color: #e54053;
}
.tz-plazart-list li span.tz_icon_maniva_list.tz_icon_maniva_list_style_1 i {
	color: #53c5a9;
}
.tz-plazart-list li p.tz_list_item_content {
	position: relative;
	margin-left: 30px;
	color: #242732;
	margin-bottom: 0;
}
.tz-plazart-list li p.tz_list_item_content:after {
	position: absolute;
	border-bottom: 1px dashed #dbd9d9;
	width: 100%;
	content: '';
	right: 0;
	bottom: -12px;
}
.tz_list_type {
	list-style: none;
	padding: 0;
}
.tz_list_type span.tz_icon_maniva_list {
	display: inline-block;
	margin-right: 10px;
	color: #53c5a9;
}
.tz_list_type .tz_list_item_content {
	display: inline-block;
}



/* * 8.0 - typography */
#tz_typography {
	padding: 145px 0 100px;
}
span.tz_custom_bk_text {
	background-color: #ff9900;
}
span.tz_custom_bk_text_2 {
	background-color: #00ff00;
}
span.tz_custom_bk_text_3 {
	background-color: #ffcc99;
}
span.tz_custom_bk_text_4 {
	background-color: #15c0cc;
}
span.tz_custom_color_text {
	color: #000000;
}
/* 9.0 - Footer */
.tz-footer.tz-footer-type1 {
	background-color: #242732;
	padding: 65px 0 5px;
	text-align: center;
	position: relative;
}
.tz-footer.tz-footer-type1 .tz-backtotop {
	width: 50px;
	height: 50px;
	content: "";
	right: 390px;
	margin-top: -25px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.tz-footer.tz-footer-type1 .tz-backtotop img {
	width: 100%;
	height: auto;
}
.tz-footer.tz-footer-type1 .tz-backtotop:hover {
	cursor: pointer;
}
aside.widget h3.module-title {
	position: relative;
	margin-bottom: 30px;
}
aside.widget h3.module-title span {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
aside.widget h3.module-title:before {
	content: '';
	height: 2px;
	width: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e45914;
}
.tz-footer.tz-footer-type1 aside.widget h3.module-title:before {
	display: none;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget h3 span {
	font-weight: 300;
	font-size: 36px;
	text-transform: none;
	color: #44495c;
	line-height: 1.2em;
	padding: 0 0 37px;
}
.multicolor-subscribe-form {
	position: relative;
}
.tz-footer.tz-footer-type1 aside {
	margin: 0 auto 15px;
	padding: 0 0 23px;
	box-shadow: 0 1px 0 0 #282828;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe {
	position: relative;
	margin-bottom: 40px;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 33.2%;
	top: 50%;
	left: 0;
	background: #e45914;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 33.2%;
	top: 50%;
	right: 0;
	background: #e45914;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe .max-email-box {
	width: 30%;
	margin: 0 auto;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe form.multicolor-subscribe-form input.email {
	background: #313543;
	border: 2px solid #1e212a !important;
	border-radius: 30px;
	padding: 20px 25px;
	color: #5e6479;
	font-size: 15px;
	font-style: inherit;
}
.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe form.multicolor-subscribe-form input.mcolor-button {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	top: 10px;
	right: 5px;
	bottom: 10px;
	padding: 5px 40px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	width: auto;
	margin: 0;
	position: absolute;
	background: #e45914 none repeat scroll 0 0;
	border: 1px solid #e45914;
	color: #ffffff;
}
.multicolor-subscribe-form .mcolor-subbox {
	width: 100%;
}
.tz-footer.tz-footer-type1 aside.tzsocial {
	padding: 0;
}
.tz-footer.tz-footer-type1 aside.tzsocial a.tzSocial-no {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	background: transparent;
	width: auto;
	height: auto;
}
.tz-footer.tz-footer-type1 aside.tzsocial a.tzSocial-no i {
	font-size: 20px;
	color: #495266;
}
.tz-footer.tz-footer-type1 aside.tzsocial a i:hover {
	color: #e45914;
}
.tz-footer.tz-footer-type1 aside.tzsocial a.tzSocial-yes i {
	color: #e45914;
}
.tz-footer.tz-footer-type1 aside.tzsocial .tzSocial_bg_meetup {
	display: inline-block;
	position: relative;
}
.tz-footer.tz-footer-type1 aside.tzsocial .tzSocial_bg_meetup .meetup_line_left {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 25px;
	height: 1px;
	background: #4c5266;
}
.tz-footer.tz-footer-type1 aside.tzsocial .tzSocial_bg_meetup .meetup_line_right {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 25px;
	height: 1px;
	background: #4c5266;
}
.tz-footer.tz-footer-type1 .tzcopyright p {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #656a7e;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.tz-footer.tz-footer-type1 .tzcopyright p a {
	color: #787e92;
}

/* 10.0 - Responsive */


.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_social {
	padding: 0 12px;
}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text p {
	margin-bottom: 12px;
	font-size: 13px;
}




.tz_meetup_countdown .tz_meetup_countdown_time span {
	font-size:36px;
}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {
	padding: 8px 25px;
}
.tz_font_style_slider_revo_2, .tz_font_style_slider_revo_6 {
	left: -22px;
}
.tz_btn_revolution {
	left: -30px;
}
.tz_btn_revolution_2 {
	right: -30px;
}
.tz_home_slider_meetup .tz_content_slider_meetup a {
	font-size: 15px;
	margin: 0 7px;
}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {
	padding: 20px 56px;
}


.nav-collapse li.current a{ color:#EF7D01 !important;}
.slider_home_text h3 {    font-size: 22px;    background: rgba(7, 21, 35, 0.8);    font-weight: bold;    margin-bottom: 2%;    color: #EE7D00;    display: inline-block;    padding: 15px 50px;}


#toTop{position:absolute;bottom:2px;cursor:pointer;display:none;right:2px}



img.speakimg{ padding:2px; border:1px solid #efefef; margin:10px 20px 0 0;}


hr.style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255,255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.download-links { margin-top:%; margin-bottom:2%;}
.download-links h3{ margin-bottom:2%;}
.download-links > .link-item{
    margin:10% 10px 15px 10px;
    width: 150px;
    float: none;
    padding: 8px 15px;
    background:rgb(7, 21, 35);
    display: inline-block;
}
.download-links > .link-item:first-child {
    margin-left: 0px;    padding: 5px 15px;
}

.download-links > .link-item {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
      padding: 5px 15px;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.download-links > .link-item > .heading {
    color: #FFF;
}
.download-links > .link-item > .heading {
    margin-left: 30px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.download-links > .link-item > .name {
    margin-left: 30px;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}
.download-links > .link-item > i {
    width: auto;
    font-size: 32px;
    float: left;
    line-height: 38px;
}

.download-links > .link-item:hover, .download-links > .link-item:hover{
	background:#EE7D00;border:2px solid #FFF
}
#benefit ul {
	padding-left: 20px;
}
#benefit ul li {
	font-size: 20px !important;
	color: #FFF !important;
}

 @media (max-width: 1370px) {
.tz_meetup_slider_blog_single .tz_partner_blog_single_next,  .tz_meetup_slider_blog_single .tz_partner_blog_single_prev,  .tz_recent_blog_meetup button {
	display: none;
}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_social .meetup_line_left,  .tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_social .meetup_line_right {
	width: 15px;
}
.slider_home_text h1{ margin-top:10%;}

.slider_home_text h1, .slider_home_text h2{ color:#fff;}
.slider_home_text h1{ font-size:30px; margin-bottom:20px;}
.slider_home_text h2{ font-size:25px; margin-bottom:20px;}
.slider_home_text h3{ font-size:16px; margin-bottom:20px;}
.tz_meetup_countdown .tz_meetup_countdown_time span {    font-size: 20px;}
.tz_meetup_countdown{ margin-bottom:1%;}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {    padding: 10px 40px;}





}
 @media (max-width: 1280px) {
	 
.slider_home_text h1{	font-size: 46px;	font-weight:bold;    margin-top: 7%;	color:#fff;	}
.slider_home_text h2{	font-size: 32px;	font-weight: normal !important;	margin:2% 0; 	color:#fff;	}
.slider_home_text h3{	font-size: 22px;    background: rgba(7, 21, 35, 0.8);    font-weight: bold;    margin-bottom: 2%;      color: #EE7D00;    display: inline-block;    padding: 15px 50px;}
.tz_meetup_countdown .tz_meetup_countdown_time span {    font-size: 36px;}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {    padding: 20px 56px;}
.tz_meetup_countdown {    margin-bottom:2%;}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text h4 {	margin-bottom:5%;	font-size: 46px;	font-weight:bold;	 font-family: 'EurostileRegular';}

#tz_text_box_button h3 {
	font-size: 18px;
	line-height: 1.5em;
}
.tz_register_meetup {
	width: 470px;
}
.tz_register_meetup_pricing {
	margin-left: 15px;
}
.tz_text_box_slider_padding {
	padding: 75px 0 50px 20px;
}
.tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,  .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right {
	display: none;
}
.parallax {
	background-attachment: inherit !important;
	background-position: 50% 0 !important;
}
.tz-footer.tz-footer-type1 .tz-backtotop {
	right: 90px;
}




}
 @media (max-width: 1199px) and (min-width: 992px) {
.tz-headerHome nav.tz-menu ul li a {
	font-size: 12px;
	padding: 30px 0;
}
.tzHeaderContainer h3 {
	padding: 25px 0 35px;
}
}

@media (max-width:1024px) {

.slider_home_text h1 {       margin-top: 15%;  }
.tz-headerHome nav.tz-menu ul li a {    font-size: 20px;    padding: 50px 0;}
.tz-headerHome nav > ul > li {    position: relative;    padding:10px 20px;}

.contact-content {padding-left: 1%;}


}

@media (max-width: 991px) {
.tz-headerHome {
	background: none repeat scroll 0 0 rgb(16, 26, 39);
	
	position: relative;
	padding: 25px 0;
}
.container {
	width: 100%;
}
.tzHeaderContainer h3 {
	padding: 0;
}
.tz-headerHome ul li a:before {
	display: none;
}
.tz-headerHome .navbar-toggle {border-radius: 0;    color: #fff;    margin: 0;    padding: 5px 15px;    font-size: 21px;    background: #EF7D01;    display: block;    margin-top: 5%;    margin-right: 2%;}
.navbar-collapse.collapse {
	display: none!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
ul.tz-nav li {
	float: none;
	width: auto;
	display: block;
}
.tz-headerHome nav.tz-menu {
	width: 100%;
	float: none !important;
	position: absolute;
	top: 100%;
	right: 0;
	background: #eeeeee;
}
.tz-headerHome nav.tz-menu .tz-nav {
	width: 100%;
}
.tzHeaderContainer ul {
	margin: 0;
}
.tz-headerHome nav > ul > li {
	padding: 0;
	border-bottom: 1px solid #fff;
	position: relative;
}
.tz-headerHome nav.tz-menu ul li a {
	margin: 0;
	padding: 15px 20px;
	border-left: 3px solid #eee;
	color: #454545;
	border-right: none;
	border-bottom: 1px solid #e1dede;
}
.tz-headerHome.tz-homeType2 {
	padding: 0;
}
.tz-homeType2 .tzHeaderContainer {
	padding: 25px 0;
}
.tz-headerHome.tz-homeType2 button.tz-search {
	position: absolute;
	top: 50%;
	margin: -15px 0 0;
	right: 80px;
	width: auto;
	background: #e45914;
	color: #fff;
	padding: 3px 12px;
}
.tz-homeType2.tz-homeTypeRelative button.tz-search i.fa {
	color: #fff;
}
.tz-headerHome.tz-homeType2 .tz-headerRight {
	text-align: inherit;
}
.tz-headerHome.tz-homeType2 .tz-headerRight ul li a {
	padding: 0 4px;
}
.tz-headerHome.tz-homeType2 .tz-headerRight ul li a i {
	font-size: 13px;
}
.tz-headerHome nav.tz-menu li a:hover,  .tz-headerHome nav > ul > li:hover,  .tz-homeType2.tz-homeTypeRelative nav ul.tz-nav > li:hover > a,  .tz-homeType1.tz-homeTypeFixed nav ul.tz-nav > li:hover > a {
	color: #e45914;
	background: #262939;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tz-homeType2.tz-homeTypeRelative nav ul.tz-nav > li:hover > a,  .tz-homeType1.tz-homeTypeFixed nav ul.tz-nav > li:hover > a {
	border-color: #e45914;
}
.tz-headerHome nav.tz-menu li.menu-item-has-children:after {
	content: "\f105";
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 14px;
	font-family: FontAwesome;
	color: #454545;
}
.tz-headerHome nav.tz-menu li.menu-item-has-children:hover:after {
	color: #e45914;
	content: "\f107";
}
.tz-headerHome nav > ul > li > ul.non_mega_menu > li:first-child {
	border-bottom: none;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu {
	margin: 0;
	padding: 0;
	border: none;
	left: 0;
	opacity: 0;
	position: relative;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 50;
	height: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tz-headerHome nav > ul > li:hover ul.non_mega_menu,  .tz-headerHome nav > ul > li a:hover ul.non_mega_menu {
	height: auto;
	top: 0;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu li {
	padding: 0;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu li a {
	background: #dad9d9;
	padding: 15px 20px;
	color: #777;
}
.tz-headerHome nav > ul > li > ul.non_mega_menu li a:hover {
	background: #fafafa;
	color: #000000;
}
.tz-sectionBreadcrumb {
	padding: 25px 0;
}
.tz-sectionBreadcrumb .tz-breadcrumb {
	text-align: left;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: 10px;
}
a.tz_btn_video_meetup {
	margin-top: 25px!important;
	margin-left: 0;
	padding: 12px 25px;
}
.tz_bk_video_meetup,  .tz_text_box_slider_padding,  .tz_bk_box_text_meetup,  .tz_padding_register,  .tz_form_register {
	padding: 45px 15px;
}
.tzTwitter-slider-box,  #faq,  #recent_post {
	padding: 35px 0 50px;
}
.tzTwitter-slider .tzTwitter-item span.tweet_text {
	padding: 0 50px;
}
.tz_register_meetup {
	width: 100%;
}
.tz_register_meetup_pricing {
	margin: 0;
	padding-right: 15px;
}
.tz_maniva_meetup_title {
	padding-right: 20px;
}
.tz_text_box_slider {
	margin: 0;
	width: 100%;
}
.tz_map_meetup {
	height: 350px !important;
}
.tz_video_meetup {
	height: auto!important;
	position: static;
}
.tz_video_meetup img {
	width: 100%!important;
	height: auto!important;
	position: static;
}
.tz_custom_width.tz_custom_width_box_2 {
	width: 90% !important;
}
.tz_width_box {
	width: 80%;
}
#tz_text_box_button {
	text-align: center;
}
.tz_meetup_btn_custom {
	margin-top: 20px;
}
.tz_custom_width {
	width: auto !important;
}
.tz-blogDefault {
	padding-top: 50px;
}
.tz-blogDefault .wp-pagenavi {
	margin: 35px 0;
}

.logo{ padding-top:10px;}

}

/*
@media (max-width:800px) {
.tz-headerHome{ position:absolute !important;}	 
	 
 }
*/

 @media (max-width: 768px) {
	 
.speakers{ background:#081623; }
.speaker-logo{ background: #f9f9f9;    margin: 0;    padding: 5%;}
.map-responsive {padding-bottom: 50%; }
.contact-content {    padding-left: 5%;}


.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_social a {	padding: 0;}
.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text {	margin-bottom: 15px;}.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text p {	font-size: 11px;	padding: 0 5px;}.tz_home_slider_meetup .tz_content_slider_meetup .tz_meetup_slider_home_text h4 {	font-size: 25px;}
.tz_meetup_countdown .tz_meetup_countdown_time {	margin: 0 10px;}
.tz_meetup_countdown .tz_meetup_countdown_time:after {	right: -10px;}
.tz_meetup_countdown .tz_meetup_countdown_time span {	font-size:30px;}
.tz_meetup_countdown .tz_meetup_countdown_time b {	font-size: 12px;}.tz_home_slider_meetup .tz_content_slider_meetup a {	font-size: 14px;	padding: 5px 10px;}.tz_image_title_meetup {	margin-bottom: 15px;}.tz_custom_width,  .tz_custom_width.tz_custom_width_box_2 {	width: auto !important;}.tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 {	font-size: 15px;	padding: 0 20px;}.tz_meetup_our_team_thumbnail {	height: auto!important;}.tz_meetup_our_team_thumbnail img {	position: static!important;	width: 100%!important;	height: auto!important;}.tzTwitter-slider .tzTwitter-item span.tweet_text {	padding: 0!important;	font-size: 20px!important;}.vc_empty_space_4 {	height: 10px;}.tz_meetup_ask_question {	margin: 30px 0;}.tz_register_meetup_pricing {	margin-right: 0;	margin-left: 0;}.tz_register_meetup_pricing_item_container {	padding: 15px 5px 15px 10px;}.tz_register_meetup_pricing_item_container h3 {	font-size: 15px;}.tz_register_meetup_pricing_item_container p {	font-size: 12px;}.tz_register_meetup_pricing_item_price h3 {	font-size: 25px;}.tz_form_register_box.tz_custom_width {	width: auto !important;}.custom_col_pading_left {	padding-left: 15px;}.custom_col_pading_right {	padding-right: 15px;}.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe .max-email-box {	width: auto;}.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget h3 span {	font-size: 30px;}.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe form.multicolor-subscribe-form input.email {	margin: 0;}.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe form.multicolor-subscribe-form input.mcolor-button {	padding: 0 30px;	font-size: 10px;}.tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,  .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after {	display: none;}#about_meetup .custom_col_pading {	padding-left: 15px;	padding-right: 15px;}.tz_tab_custom .nav-tabs:after,  .tz_tabs_meetup:before,  .tz_tabs_meetup:after {	display: none;}.tz-sidebar aside.widget {	padding: 0 15px;}.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz_SingleContentBox_general .tz_SingleContentBox_author {	display: none;}.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox h4.tzSingleBlog_title {	font-size: 20px;}}
	
@media (max-width: 767px) {
.slider_home_text h1 {    margin-top: 0;font-size: 18px;margin-bottom: -10px;}	
.slider_home_text h2{ font-size:16px;} 
.slider_home_text h3{     font-size: 12px;    margin-bottom: 0;}
.tz_meetup_countdown{ margin-bottom:0;}
.tz-headerHome {padding: 10px 0;}
.about-venue{ border:none; }
.about-txt {    padding-left: 5px;    margin-top: 2%;}
.speaker-logo { margin-right: 0;    width: 100%;}
.speaker-logo img{ display: inline-block;text-align:center; margin-bottom:0;margin-right: 9%;}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {    padding:8px 30px;    font-size: 18px;}	
.tz_meetup_countdown .tz_meetup_countdown_time span {	font-size:20px;}
}

@media (max-width:680px) {
.tz_logo img{     width: 70%;}
.speaker-logo img {    margin-right: 5%;}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1 {font-size: 18px;    padding: 5px 30px;   margin-top:2px;}
#about h1, .speakers h1, .benefit-wrap h1, .contact-content h1 {    font-size: 36px;}
.slider_home_text h2 {    margin-bottom: 0px;}

}

@media (max-width:600px) {

.slider_home_text h1, .slider_home_text h2, .tz_meetup_countdown {margin-bottom: 10px;}	
	
}

@media (max-width:568px) {
.tz_content_slider_meetup{position: relative; background:#081623}	
.speaker-logo img {    margin-right: 1%; }	
}
	



 @media (max-width: 480px) {
.tz_content_slider_meetup{position: absolute; background:none;}		 
.slider_home_text h1{font-size: 26px; }
.slider_home_text h2 {    font-size: 20px;    margin-top: 5%;}
.slider_home_text h3{ font-size:20px;    margin-bottom: 20px;}
.tz_meetup_countdown {    margin-top: 10px;    margin-bottom: 29px;}
.speaker-logo img {    margin: 5% auto;    display: block;    padding-bottom: 10%;}
.btnstyle, .contact-content ul li{ font-size:16px;}
.mobile {    padding-left: 5px;}
.cicon {     font-size: 29px;    padding-right: 10px; }
.copytext , .copytext1{    text-align: left;    width: 100%;}
.map-responsive {    padding-bottom: 100%;} 
.tz_meetup_countdown {	margin-top: 0;	margin-bottom: 30px;}
.tz_maniva_meetup_title h3 {	font-size: 20px;}
.tz_maniva_meetup_title {	padding-right: 0;}
.tz_maniva_meetup_title.tz_meetup_video_text,  .tz_box_text_bk {
	width: 100%;
	text-align: center;
}
.tz_meetup_video_text .tz_meetup_content {
	margin-top: 0;
}
.tz_meetup_content p {
	font-size: 14px;
}
a.tz_btn_video_meetup {
	letter-spacing: 1px;
}
.tz-counter.tzCounter_type {
	margin-bottom: 15px;
}
.tzCounter_type .tz-counter-number em.stat-count {
	font-size: 40px;
}
#tz_text_box_button {
	padding-bottom: 50px;
}
#tz_text_box_button p {
	margin-bottom: 20px;
}
#counter {
	padding: 35px 0;
}
.speakers p {
	padding-right: 0px !important;
}
img.speakimg {
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 20px;
	margin-left: 15%;
}

}


@media (max-width:384px) {
.slider_home_text h2 {    font-size: 22px;}	 
.btnstyle, .contact-content ul li {    font-size: 14px;}
.tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1{ margin-top:10px;}
ul.aboutlist li:before{ font-size:18px; }
.mobile {    padding-left: 0;}	
 

 }
 
 
@media (max-width:320px) {
	
.slider_home_text h1 {    font-size: 20px;}
.slider_home_text h3 {    font-size: 15px; }
.tzHeaderContainer h3 {width: 73%;}
.contact-content ul li {font-size: 18px;}
.callus {display: block;margin-top: 10px;} 
.cicon{    font-size: 26px !important; }	 

 }