@charset "utf-8";

/* ============================== 
	- Template Name: AllEvents Version Conference
	- Autor: Iwthemes
	- Email: support@iwthemes.com
	- Name File: style.css
	- Version 1.0
	- Website: http://www.iwthemes.com 
	- Copyright: (C) 2014
=================================

-------------------------
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css 
	-  Lightbox
	-  ScrollBar
	-  Icons
	-  Hover Works
	-  Carrousel
	-  Style Switcher
	-  Slider
	-  Transitions
	-  Animations
	-  Tabs
	-  Video
	-  Flickr
	-  Fonts Google
	
0.2.  Basic Elements

0.3.  Preloader

0.4.  Menu

0.4.  GENERAL STRUCTURE
    -  Home
	-  Register
	-  Testominials
	-  Schedule
	-  Counter
	-  Video Section
	-  Speakers
	-  Pricing
	-  Faqs
	-  Newsletter
	-  Phone In bar section
	-  Sponsors
	-  Twitter
	-  Contact
	-  Footer
	-  toTop
*/


/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-theme.css");

/*scroll*/
@import url("scroll/jquery.mCustomScrollbar.css");

/*Icons*/
@import url("icons/font-awesome.css");

/*Carousel*/
@import url("carousel/carousel.css");
@import url("carousel/owl.theme.css");
@import url("carousel/owl.transitions.css");

/*Style Switcher*/
@import url("skins/theme-options.css");

/*Slider*/
@import url("slider/camera.css");

/*Transitions*/
@import url("transitions.css");

/*Animations*/
@import url("animations/animate.css");

/*Tabs*/
@import url("tabs/style.css");


img{
	max-width: 100%;
}
/* Basic Styles --------------------------------------------------------*/
html,body{
	height: 100%;
	/*overflow-x: hidden;*/
}
body{
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", sans-serif,'微软雅黑';
	line-height:24px;
	font-size: 15px;
	background-color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #565656;
}
p{
	font-size: 15px;
}
a:hover{
	text-decoration: none;
	opacity: 0.85;
}
img{
	max-width: 100%;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.top{
	margin-top: 50px;
}
.top-mini{
	margin-top: 30px;
}
.paddings{
	padding: 100px 0;
	position: relative;
	background-color: #fff;
}
iframe{
	border: none;
}
.text-overflow{
	overflow: hidden !important;
}
.social,
.menu-base,
#gallery-people,
.vevent ul{
	padding: 0;
}
.social li,
.menu-base li,
#gallery-people li,
.vevent ul li{
	list-style: none;
}
.bg_image{
	position: relative;
	width: 100%;
}
h1, h2, h3, h4, h5{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #333;
}

.opacity-bg{
	bottom: 0px;
	left: 0;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 2;
}
.pricing,
.sponsors ul,
.testimonials,
.thumbs,
.sponsor-list,
.nav{
	padding: 0;
}
.sponsors ul li,
.pricing,
.testimonials li,
.thumbs li,
.sponsor-list li,
.twitter ul li,
.nav li{
	list-style: none;
}
.btn{
	width: auto;
	border-radius: 0;
	border: none;
}
.bg-light{
	position: relative;
	background-color: #fafafa;
	border-top: 1px solid #f6f6f6;
}
.gallery-people{
	margin: 0;
}
.text-decoration{
	text-decoration: line-through;
}
.text-decoration:hover{
	text-decoration: line-through;
}
.opacity-bg{
	background-color: rgba(0, 0, 0, 0.5);
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}
.navbar .navbar-header img {
  -webkit-backface-visibility: hidden;
}
.navbar .main-navigation .current a {
  position: relative;
  outline: none;
  color: #e1483f !important;
}
.navbar .main-navigation li a {
  	line-height: 12px;
  	font-weight: bolder;
  	/*text-transform: uppercase;*/
  	color: #c8c8c8;
	font-size: 15px;
}
.navbar-brand{
	padding: 0;
}
.nav.navbar-nav{
	padding-top: 15px;
}
.navbar .social{
	padding-top: 13px;
	position: absolute;
	right: 15px;
	top: -7px;
}
.navbar-header{
	padding-left: 16px;
}
nav{
	padding: 20px 0 0px 0;
	width: 100%;
	z-index: 99;
	background-color: #171717;
}
.social li i{
	font-size: 24px;
	color: #fff;
}
.social li{
	display: inline-block;
	margin-right: 10px;
}
nav .social{
	margin-top: 13px;
}
.titles-main{
	padding: 80px 0;
}
.titles-main hr{
	width: 150px;
	margin: 10px 0;
	display: inline-block;
	border-top: 1px solid #323232;
}
.titles-main p{
	font-size: 18px;
	color: #808080;
	line-height: 30px;
}
header .only-logo .navbar {
    background: none;
    padding: 60px;
}
header .only-logo .navbar .navbar-header {
    float: none;
}

/* Home Welcome --------------------------------------------------------*/
.home-welcome{
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: #fff;
	height: 100%;
	width: 100%;
}
.home-welcome.video-home{
	background: none;
	background: rgba(0, 0, 0, 0.3);
}
.home-welcome .paddings{
	padding: 50px 0 50px 0;
}
.home-welcome .bg-gradients{
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);*/
	background-color: #fff;
}
.place-home{
	font-size: 16px;
}
.place-home i{
	margin: 0 10px;
}
.place-home .location{
	font-size: 18px;
}
.place-home span,.place-home time{
	margin: 0 10px;
}
.home-welcome h2{
	position: relative;
}
.home-welcome h2 span:before,
.home-welcome h2 span:after{
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 1px;
	left: -176px;
	position: absolute;
	top: 18px;
	width: 145px;
	z-index: 0;
}
.home-welcome h2 span:after{
	right: -176px;
	left: auto;
}
.place-home{
	position: relative;
	margin: 0 20px;
	font-weight: 100;
	line-height: 33px;
	color: #333;
	font-weight: 400;
}
.place-home i{
	font-size: 20px;
	color: #808080;
}
.home-welcome h1{
	margin-bottom: 88px;
}
.home-welcome h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.home-welcome h3{
	font-size: 16px;
	width: 48%;
	margin: 0 auto;
	line-height: 33px;
	font-weight: 100;
	color: #333333;
}
.home-welcome .social{
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu-base li{
	display: inline-block;
	margin-right: 20px;
}
.home-welcome .social li i{
	font-size: 35px;
	line-height: 45px;
	color: #fff;
}
.menu-base{
	margin-top: 150px;
}
.menu-base li{
	margin-right: 40px;
}
.menu-base li i{
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.menu-base li p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
}

/* Register ----------------------------------------------------------*/
.form-register{
	width: 100%;
	max-width: 650px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.form-register .form-group{
	padding: 40px;
}
.form-register input,
.form-register select{
	margin-bottom: 30px;
	height: 40px;
	border-radius: 0;
	font-size: 14px;
	line-height: 24px;
}
.form-register .checkbox input[type="checkbox"]{
	margin-top: -8px;
}
.form-register .checkbox{
	margin-bottom: 40px;
}
.form-register .btn{
	width: 100%;
	height: 50px;
	font-size: 16px;
}
.items-register i{
	float: left;
	font-size: 80px;
	margin-right: 30px;
	line-height: 90px;
}
.items-register{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.items-about-register .items-register:last-child{
	border-bottom: none;
}

/* Testominials ----------------------------------------------------------*/
.testimonials{
	margin: 0 auto;
	color: #fff;
	width: 1170px;
}
.avatar-testimonial img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	display: inline-block;
	margin-right: 30px;
}	
.name-testimonial{
	display: inline-block;
	vertical-align: middle;
}
.name-testimonial h3 a{
	color: #333;
}
.text-testimonials p{
	font-size: 18px;
	line-height: 28px;
}
.text-testimonials{
	border-left: 2px solid #fff;
	padding: 0px 0 10px 50px;
}
.text-testimonials h2{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}
.avatar-testimonial h3{
	margin-bottom: 0;
}

/* Schedule -------------------------------------------------*/
.schedule{
	position: relative;
	background-color: #fff;
}
.general-schedule{
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 100px 30px 90px 70px;
}
.general-schedule-bg{
	position: absolute;
	width: 85%;
	height: 100%;
	background:#fff url('../img/preview-schedule.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}
.general-schedule-bg.video{
	background-attachment: scroll;
}
.tab-content > .tab-pane{
	padding: 30px 0px 0px 0px;
}
.nav-tabs > li > a{
	border-radius: 0;
}
.nav > li > a{
	padding: 10px 25px 0px 25px;
}
.nav-tabs li a{
	font-size: 17px;
	line-height: 27px;
}
.nav-tabs li a p{
	font-weight: lighter;
	font-size: 14px;
}
.date{
	margin-left: 10px;
}
.dates-schedule{
	padding: 30px 35px 35px 30px;
}
.dates-schedule h2{
	font-size: 35px;
	line-height: 45px;
	display: inline-block;
	vertical-align: text-bottom;
}
.dates-schedule hr{
	border-top: 1px solid #f2f2f2;
	margin-top: 10px;
	margin-bottom: 27px;
	width: 60%;
}
.dates-schedule.top{
	margin-top: 20px;
}
.date-month{
	display: inline-block;
	position: relative;
	margin: 10px 15px 0 10px;
}
.date-month i{
	font-size: 100px;
	color: #333;
}
.date-month .date-day{
	position: absolute;
	top: 31px;
	left: 21px;
	color: #333;
}
.date-month span{
	font-size: 33px;
	line-height: 43px;
	letter-spacing: -1px;
}
.date-month p{
	font-size: 20px;
	line-height: 10px;
}
.date .vevent ul li{
	border-bottom: 1px solid #ccc;
	padding: 7px 6px 13px 0;
	width: 179px;
	vertical-align: top;
}
.vevent{
	display: inline-block;
}
.vevent ul li{
	display: inline-block;
	margin-right: 25px;
}
.vevent .author a{
	color: #333;
	font-weight:500;
	font-size: 17px;
}
.vevent .author{
	margin-bottom: 20px;
}
.vevent h4{
	margin-bottom: 5px;
}
.vevent .ticketAggregate{
	margin-top: 20px;
}
.vevent .location .tooltip{
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}
.tabs .arrow-tabs{
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: normal;
	padding-top: 20px;
}
.tabs .arrow-tabs span{
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.tabs .active-tabs{
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
}
.tabs .active-tabs span{
	display: block;
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 10px;
}
.tabs input:hover + label{
	color: #fff;
}
.download-schedule-link{
	font-size: 18px;
	font-weight: lighter;
	border: 1px solid #f6f6f6;
	width:285px;
	padding: 15px;
}

/*  Counter ------------------------------------------------------------*/
.counter{
	margin: 0 auto;
	padding-top: 43px;
	vertical-align: middle;
	position: relative;
}
.counter span{
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: bold;
	color: #232323;
}
.counter span small{
	font-size: 16px;
	font-weight: normal;
	width: 100px;
	margin-right: 40px;
}

/*  Video Section ------------------------------------------------------*/
.live-banner{
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.live-banner video{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.live-banner h2{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
}
.live-banner p{
	font-size: 24px;
	line-height: 34px;
	padding: 0 140px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.live-banner span{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 25px;
	color: #333;
	display: block;
	margin-top: 15px;
}
.live-banner a{
	font-size: 19px;
}
.live-banner .follow-youtube i{
	font-size: 35px;
	vertical-align: middle;
}
.live-banner .follow-youtube{
	padding: 10px 15px;
	color: #fff;
}

/* Speakers ----------------------------------------------------------*/
.image-gallery{
	position: relative;
	overflow: hidden;
}
.overlay-info p{
	color: rgba(255,255,255,0.7);
}
.overlay-info{
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 25px 10px 30px;
	width: 100%;
	color: #fff;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.image-gallery:hover .data-name{
}
.image-gallery:hover .data-name h3{
	text-shadow: 0 2px 1px #000;
}
.image-gallery:hover .data-name p{
	text-shadow: 0 2px 1px #000;
	color: #fff;
}

.overlay-info .data-name h3{
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
}


.image-gallery:hover img{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.image-gallery .overlay-description{
	opacity: 0;
	height: 0;
	transition:1s;
}
.image-gallery:hover .overlay-description{
	height: 150px;
	opacity: 1;
}

/* Pricing --------------------------------------------------------*/
.pricing-tables .titles-main{
	padding-top: 0;
}
.pricing li{
	display: table-cell;
	width: 33%;
	vertical-align: top;
}
.header-pricing{
	padding: 30px;
	color: #fff;
	height: 134px;
}
.header-pricing span{
	font-size: 20px;
	display: block;
	line-height: 32px;
	/*vertical-align: super;*/
}
.pricing-free h2{
}
.header-pricing h2{
	font-size: 36px;
	margin: 0 0 5px 0;
	color: #fff;
}
.header-pricing h3{
	font-size: 20px;
	margin: 0;
	color: #fff;
}
.pricing li .body-pricing{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pricing li:last-child .body-pricing{
	border-right: 1px solid #ccc;
}
.body-pricing{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.body-pricing .register{
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	left: 50%;
	margin-left: -60px;
	bottom: 40px;
	width: 120px;
	height: 46px;
	background-color: #E34739;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.body-pricing h3 i{
	font-size: 16px;
}
.body-pricing .info-pricing hr{
	margin-top: 15px;
	margin-bottom: 15px;
}
.info-pricing{
	padding: 20px 30px 25px 35px;
	height: 702px;
}
.body-pricing .info-pricing em{
	color: #333;
	font-weight: 600;
}
.hover-info-pricing{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
	-webkit-transition: opacity .5s, -webkit-transform 1.0s;
	padding: 90px 60px 80px 60px;
}
.body-pricing:hover .hover-info-pricing{
	opacity: 1;
	-webkit-transform: translate3d(0,-497px,0);
	transform: translate3d(0,-497px,0);
	transition: opacity 1s, transform 1s;
}
.hover-info-pricing i{
	font-size: 60px;
}
.hover-info-pricing .btn{
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
}
.hover-info-pricing p{
	font-size: 16px;
	line-height: 27px;
	color: #333;
}
.triangle-corner{
	position: absolute;
	bottom: 0;
	right: 0; 
	color: #fff;
	font-weight: 700;	
	z-index: 1;
	width: 0; 
	height: 0; 
	border-top: 73px solid transparent;
	border-bottom: 0px solid transparent;
}
.icon-triangle{
	position: absolute;
	bottom: -11px;
	right: -4px;
	z-index: 2;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg);
	padding-bottom: 20px;
}

/* Faqs --------------------------------------------------------*/
.faq hr{
	width: 100px;
	margin-left: 0;
	margin-top: 15px;
	border-top: 2px solid #333;
}

.extra-info h2{
	color: #fff;
	margin:0; 
} 
.extra-info hr{
	width: 105px;
	margin-left: 0;
	border-top: 2px solid #eee;
}
.extra-info.paddings{
	padding: 40px 0 60px;
}

/* Newsletter --------------------------------------------------------*/
.newsletter{
	margin-top: 85px;
}
.newsletter p{
	color: #fff;
	font-size: 16px;
}
.newsletter input{
	border-radius: 0;
	height: 44px;
	color: #333;
	border: none;
	width: 97% !important;
}
.newsletter .btn,
.contact-form .btn{
	border: 1px solid #fff;
	height: 44px;
	font-size: 15px;
	padding: 0 25px;
	width: 100%;
}
.newsletter .btn:hover{
	border: 1px solid #fff;
	opacity: 0.9;
}
.result-newsletter{
	margin-top: 20px;
}
#result-newsletter .alert,
.form-contact .alert,
.form-register .alert{
	padding: 10px 12px;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 14px;
	line-height: 24px;
	margin-top: 17px;
}

/* Phone --------------------------------------------------------*/
.phone{
	position: relative;
	margin-top: 100px;
}
.phone i{
	position: absolute;
	color: rgba(255,255,255,0.2);
	font-size: 168px;
	top: -21px;
	z-index: 0;
	left: 39%;
}
.phone h2{
	position: relative;
	z-index: 1;
	font-size: 50px;
	top: 30px;
	font-weight: lighter;
	letter-spacing: -2px;
}

/* Sponsors --------------------------------------------------------*/
.sponsors{
	position: relative;
	background-color: #fff;
}
.sponsors .titles-main{
	padding: 70px 0;
}
.sponsors li{
	margin-right: 10px;
}

/* Twitter --------------------------------------------------------*/
.twitter{
	color: #fff;
	max-width: 970px;
	width: 100%;
}
.twitter-section i{
	font-size: 130px;
	line-height: 140px;
	color: #f6f6f6;
}
.twitter-section.paddings{
	padding: 90px 0px 50px 0;
}
.twitter ul li .tweet_text,
.twitter ul li .tweet_time{
	font-size: 30px;
	line-height: 40px;
}
.twitter ul li a{
	color: #333;
}

/* Contact --------------------------------------------------------*/
.contact{
	position: relative;
}
#map{
  height: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.contact .col-md-9{
	padding-left: 0;
}
.contact .container{
	width: auto !important;
}
.contact .contact-form{
	max-width: 740px;
	padding-left: 75px;
	overflow: hidden;
	zoom:1;
}
.contact .contact-form h3{
	margin-bottom: 87px;
}
.contact .contact-form .qcode{
	float: left;
	margin-right: 100px;
	padding-top: 20px;
}
.contact .contact-form .cont{
	overflow: hidden;
}
.contact .contact-form .cont h3{
	margin-bottom: 20px;
	font-size: 20px;
}
.contact .contact-form .cont p{
	padding-left: 20px;
}
.items-contact i{
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 40px;
}
.items-contact .text-overflow{
	display: inline-block;
	vertical-align: middle;
	margin-top: -14px;
}
.items-contact .text-overflow h4{
	margin-bottom: 0;
}
.items-contact.top{
	margin-top: 40px;
}
.contact-form form input{
	margin-bottom: 20px;
	border-radius: 0;
	height: auto;
	padding: 10px;
}
.contact-form form textarea{
	display: block;
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
}
.contact-form form label{
	line-height: 30px;
}

/* Footer --------------------------------------------------------*/
footer{
	padding: 40px 0 30px 0;
	color: #fff;
	position: relative;
}

/* toTop ---------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	z-index: 999;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

.info-pricing {
  height: 550px;
}



/*self*/
.t-edge-logos{
	vertical-align: middle;
	float: left;
}
.t-edge-logos .t{
	margin-top: -3px;
}
.line{
	border-left: 1px solid #fff;
	margin: 0 20px;
}
.main-nav{
	float: left;
	margin-left: 50px;
	display: inline;
}
.d-about,.address-section{
	background-color: #575556;
}
.d-about img{
	vertical-align: middle;
	margin-top: 75px;
}
.navbar {
	height: 60px;
	line-height: 60px;
 	background: #575556;
}
.address-section{
	padding: 70px 0;
	color: #fff;
}
.address-section .place{
	margin-left: 36px;
	overflow: hidden;
	zoom:1;
}
.address-section .icon{
	float: left;
	font-size: 30px;
	margin-right: 20px;
}
.address-section .c{
	overflow: hidden;
	zoom:1;
}
.address-section p{
	font-size: 18px;
}
.address-section p.tit{
	font-size: 24px;
}

.partner{
	padding: 50px 96px;
	color: #323232;
	background-color: #FAFAFA;
}
.partner .l{
	padding: 30px 40px;
	margin-top: 50px;
	border-right: 1px solid #333;
}
.partner .l img{
	margin-top: 0;
	vertical-align: top;
}
.partner .text-testimonials{
	color: #323232;
	border: none;
}
.partner .text-testimonials p{
	line-height: 22px;
}

.partner-1{
	padding: 56px 250px;
}
.partner-1 h3{
	margin-bottom: 103px;
}
.partner-1 .part{
	margin-bottom: 78px;
}
.partner-1 .part .tit{
	font-size: 24px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #979797;
	margin-bottom: 40px;
}
.partner-1 .part .inner a{
	display: inline-block;
	margin: 0 20px 30px;
	text-align: center;
}
.partner-1 .part .inner a img{
	vertical-align: middle;
}
.partner-1 .s-part a{
	margin: 0 20px 40px 20px;
}
.partner-1 .s-part a img{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.partner-1 .s-part a span{
	color: #666;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.hosts,.list ul,.form-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hosts{
	margin-bottom: 55px;
}
.dates-schedule .h{
	font-size: 24px;
	color: #797979;
	margin-bottom: 30px;
}
.hosts li,.hosts{
	overflow: hidden;
	zoom:1;
}
.hosts li{
	float: left;
	width: 272px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.hosts li .pic{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;	
	margin-right: 20px;
}
.hosts li .detail{
	overflow: hidden;
	zoom:1;
}
.hosts li .detail p{
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.dates-schedule .part{
	margin-bottom: 50px;
	font-size: 18px;
	color: #666;
}
.dates-schedule .part .title{
	font-size: 24px;
	color: #E34739;
	border-left: 1px solid #E34739;
	padding-left: 10px;
	margin-bottom: 30px;
}
.dates-schedule .part li{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.dates-schedule .part .time{
	float: left;
	margin-right: 35px;
}
.dates-schedule .part .cont{
	overflow: hidden;
	zoom:1;
}
.dates-schedule .part .cont p{
	font-size: 18px;
	color: #666;
}
.dates-schedule .part .cont span{
	margin-right: 15px;
}
.pop-wrap{
	background-color: #050505;
	padding: 50px 100px;
}
.pop-wrap .close{
	position: absolute;
	right: 40px;
	top: 40px;
	color: #BFC4C2 !important;
	opacity: 1;
	font-size: 30px;
	font-weight: normal;
}
.pop-wrap .title{
	text-align: center;
	margin-bottom: 70px;
}
.pop-wrap .form-list{
	overflow: hidden;
	zoom:1;
	width: 800px;
}
.pop-wrap .form-list li{
	float: left;
	height: 96px;
	display: inline;
}
.pop-wrap .form-list li.l{
	margin-right: 160px;
}
.pop-wrap .form-list li label{
	color: #B3B3B3;
	width: 62px;
}
.pop-wrap .form-list li input{
	border: none;
	width: 250px;
	height: 36px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pop-wrap .pop-status{
	padding: 10px 0;
	text-align: center;
	color: #666;
	background-color: #EDEFEE;
	margin-bottom: 60px;
}
.pop-wrap .form-list li .msg{
	padding: 5px 0 0 65px;
	color: #F74843;
	font-size: 14px;
}
.pop-wrap .b{
	text-align: center;	
}
.pop-wrap .b button{
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 120px;
  height: 46px;
  background-color: #E34739;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pop-wrap .p2 .success{
	padding: 30px 0;
	font-size: 36px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}
.info{
	color: #808080;
	font-size: 18px;
}
.info a{
	text-decoration: underline;
	color: #E8343E;
	margin: 0 8px;
}


#map{
	background:url(../img/map.jpg) left top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}
.date-month{
	float: left;
	margin-right: 10px;
}
.dates-schedule h2{
	overflow: hidden;
	display: block;
}

@media handheld, only screen and (max-width: 768px){
	.t-edge-logos{
		margin-left: 5%;
	}
	.navbar{

	}
	.navbar .social{
		margin: 0;
		padding-top: 0;
		top: -15px;
		right: 2%;
	}
	.main-nav{
		float: none;
	}
	.main-nav ul.navbar-nav{
		margin: 0;
		padding: 7px 5%;
		background-color: #575556;
	}
	.main-nav li{
		float: left;
		margin-bottom: 8px;
	}

	.home-welcome .summary img{
		width: 80%;
		height: auto;
	}
	.place-home{
		text-align: center;
		padding: 0;
	}
	.place-home i{
	}
	.place-home span{
		display: block;
	}
	.place-home time{
		display: block;
	}
	.tabs{
		position: relative;
	}
	.tabs label{
		float: none;
		display: inline-block;
	}
	.tabs label:after{
		width: auto;
		display: inline;
	}
	.tabs label.center{
		padding: 5px;
		display: inline-block;
	}
	.tabs label.center span{
	}
	.tabs .input{
		position: inherit;
		width: auto;
		height: auto;
	}
	.dates-schedule .part ul{
		margin: 0;
		padding: 0;
	}
	.dates-schedule .part .time{
		float: none;
		display: block;	
		margin-bottom: 10px;
	}
	.general-schedule{
		padding: 10% 2% !important;
	}
	.pop-wrap{
		padding: 4%;
	}
	.pop-wrap .title{
		margin-bottom: 40px;
	}
	.pop-wrap .title img{
		width: 80%;
		height: auto;
	}
	.pop-wrap .form-list{
		width: auto;
	}
	.pop-wrap .close{
		right: 10px;
		top: 0;
	}
	.pop-wrap .pop-status{
		margin-bottom: 30px;
	}
	.pop-wrap .form-list li,.pop-wrap .form-list li.l{
		float: none;
		display: block;
		margin-right: 0;
		height: auto;
		height: 65px;
		margin-bottom: 5px;
		padding-left: 4%;
	}
	.contact .col-xs-8{
		float: none;
		width: auto;
		padding: 0;
	}
	.contact .contact-form{
		text-align: center;
		padding-left: 10px;
	}
	.contact .contact-form h3{
		margin-bottom: 20px;
	}
	.contact .contact-form .qcode{
		float: none;
		margin-right: 0;
	}
	.partner{
		padding: 4%;
	}
	.partner .l{
		padding: 0;
		margin: 20px 0 40px;
		border: none;
	}
	.partner .col-md-8{
		text-align: left;
	}
	.partner-1{
		padding: 0;
	}
	.partner-1 .center{
		margin: 0;
		padding: 20px 0;
	}
	.partner-1 .part{
		padding: 4%;
	}
	.partner-1 .part .inner{
		text-align: center;
	}
	.partner-1 .part .inner a{
		margin: 0 10px 20px;
	}
	.overlay-info{
		padding: 10px;
		width: 206px !important;
	}
	.overlay-info .data-name{
		transform: translate3d(0,0,0) !important;
  		-webkit-transform: translate3d(0,0,0) !important;
	}
	.owl-wrapper .owl-item{
		width: 206px !important;
	}
	.header-pricing h2{
		font-size: 26px;
	}
	.header-pricing h3{
		font-size: 15px;
	}
	.body-pricing .register{
		margin-top: 30px;
		font-size: 18px;
	}
	.address-section .place{
		margin-bottom: 20px;
	}
	.contact-info .container{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.contact .contact-form{
		max-width: 300px;
	}
}



