/* EVENTIAL CSS 

        1. CORE CSS
        2. NAVIGATION
        3. TOP
           - Countdown
        4. OVERVIEW
           - Milestone
        5. SPEAKERS
        6. SCHEDULE
        7. VENUE
        8. TESTIMONIAL
        9. SPONSORS
        10. SUBSCRIBE
        11. FAQ & GALLERY
        12. REGISTER
        13. CONTACT 
        14. MISC.
                - Form Elements
                - Buttons
                - Preload	
*/


/* CORE CSS */

@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('../fonts/SinkinSans-200XLight-webfont.eot');
    src: url('../fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-200XLight-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../fonts/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('../fonts/SinkinSans-400Regular-webfont.eot');
    src: url('../fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot');
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-600SemiBold-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('../fonts/SinkinSans-700Bold-webfont.eot');
    src: url('../fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-700Bold-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
    font-family:'sinkin_sans300_light';
    font-size:1.4em;
    line-height:1.5em;
    overflow-x:hidden;
}

section {
    padding: 76px 0 60px;
}

h2 {
    font-family:'sinkin_sans600_semibold';
    font-size:27px;
    margin-top:0;
    margin-bottom:50px;
}

h3 {
    font-family:'sinkin_sans600_semibold';
}

h4 {
    font-family:'sinkin_sans400_regular';
    font-size:17px;
    letter-spacing:-1px;
    margin-bottom:5px;	
}

p{
	margin:0px;
}

.lead {
    font-family:'sinkin_sans400_regular';
    font-size:16px;
    letter-spacing:1px;
}

.uppercase {
    text-transform:uppercase;
}
#TB_ajaxContent{
    height: 520px!important;
}

.sticky{
    display: block;
}

a {
	color: #2e2e2e;
	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
a:hover{
	color: #00a99d;
	text-decoration: none;
}

.panel-title > a {
    text-decoration: none;
}
/* NAVIGATION */

.navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
    font-family:'sinkin_sans700_bold';
    font-size:12px;
    border-radius:0;
    margin-bottom:0;
    padding:50px 0;
}

.navbar-brand {
    padding:0 15px;
}

.navbar-custom .navbar-nav > li > a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav-collapse {
    padding: 20px 0;
}

ul.sub-menu {
	position: absolute;
	display: none;
	width: 150px;
	padding-left: 11px;
	background: #00a99d;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	left: 15px;
}

ul.sub-menu li{
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
}

ul.sub-menu li:last-child{
	border-bottom: 0px solid #fff;
}

#menu-main-menu li:hover ul.sub-menu{
	display: block;
}
#nav ul li a:hover{
		color: #fff;
}
.navbar-toggle {
	position: absolute;
	right: 10px;
	margin-right: 0;
	float: none;
}
/* TOP */

#top {
    background:url(../img/top-bg.png) bottom center no-repeat;
    width:100%;
    max-height:auto;
    height:600px;
    margin-bottom:0;
    position:relative;
    display:table;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#top h1 {
    font-family:'Economica';
    font-size:60px;
    margin-top:3em;
}

#top h2 {
    text-align: center;
    font-family: 'Economica';
    font-size: 60px;
    margin-top: 2em;
}

/* Countdown */

#countdown {
    margin:40px 0 90px 0;

}

#countdown .countdown_amount {
    font-family:'Economica';
    font-size:50px;
    margin-bottom:10px;
}

#countdown .countdown_section {
    font-family:'sinkin_sans200_x_light';
    font-size:10px;
}


/* OVERVIEW */


#overview h2 {
    margin:15px 0;
}

#overview h3 span {
    font-size:30px;
    vertical-align:middle;
}

#overview h4 {
    margin-bottom:20px;
}

#overview .lead {
    letter-spacing:0px;
}

/* Milestone */

#milestone {
    width: 100%;
    padding: 35px 0;
    overflow: hidden;
    z-index: 0;
    height:auto;
    display:table;
}

.fact {
    text-transform:uppercase;
    display:table-cell;
    vertical-align:middle;

}

.fact .timer {
    font-family:'sinkin_sans200_x_light'; 
    font-size:55px;
    line-height:55px;
}

.fact p {
    font-size:13px;
    font-family:'sinkin_sans700_bold';
    letter-spacing:1px;
}

.fact i {
    vertical-align:middle;
    margin: 15px 0 10px 0;
}


/* SPEAKER */

#speaker{
	padding: 76px 0 30px;
}

.speaker {
    margin-bottom:30px;
}

.speaker {
	min-height: 365px;
}

.speaker img {
    width:100%;
    display: block;
}

.speaker figure {
    overflow: hidden;
    position: relative;
    display:table;
    width:100%;
}

.speaker figcaption {
    display: table-cell;
    width:100%;
    height:100%;
    left: 0;
    opacity: 0;
    padding:15px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

.speaker figcaption p {
    font-size: 0.8em;
}

.speaker:hover figcaption {
    opacity: 1;
}

.speaker:hover, .speaker:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.speaker .social {
    position:absolute;
    bottom:0px;
    right:10px;
}

.speaker a,
.speaker .social a {
    text-decoration:none;
    margin:0;
    padding:0;
}
.speaker .social a{
    margin-right: 5px;
}
.speaker a:hover,
.speaker .social a:hover{
    text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.speaker .title {
    font-family:'sinkin_sans200_x_light';
    font-size:12px;
}


/* speaker detail popup */

.speaker-detail {
    padding:45px;
}

.speaker-detail h2 {
    font-size:22px;
    margin-bottom:10px;
}

.speaker-detail h3 {
    font-size:16px;
    margin-top:10px;
}

.speaker-detail a {
    font-size:13px;
    margin-top:5px;
}

.speaker-detail a:hover {
    text-decoration:none;
}

.speaker-detail i {
    vertical-align:middle;
}


/* SCHEDULE */

.event {
    display:table;
    width:100%;
    border-spacing: 10px 5px;
    height: 110px; 
	margin-bottom: 10px;
}

.event-inner {
    display: table-row;
}

.event h3 {
    margin-top:0;
    font-size:17px;
}

.event .icon {
    width:16%;
    padding:5px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.event .icon i {
    display: block;
    margin-bottom: 10px;
}

.event .icon .time {
    font-family:'Economica';
    font-size:22px;
    font-weight:700;
}

.event .description {
    padding:15px;
    display:table-cell;
    vertical-align:middle;
	position: relative;
	left: 10px;
}

.event .description p {
    font-family: sinkin_sans300_light;
	font-size: 14px;
	color: rgb(46, 46, 46);
}

.event .name {
    font-family:'sinkin_sans600_semibold';
    font-size:14px;
	color: rgb(46, 46, 46);
}


/* Schedule Pagination */

#days .item {
    margin: 10px 10px 15px 10px;
    padding:10px;
}

#days .owl-wrapper-outer .owl-item:last-child .item{
    margin-right: 0px;
}

#days .item:hover,
#days .item:active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#days .item h4,
#days .item h5 {
    font-family:'sinkin_sans600_semibold';
    margin-bottom:10px;
    text-align:center;
    cursor:pointer;
}
#days .owl-item.synced .item{
	color: #ffffff;
	background: #00a99d;
}

/* VENUE */

#venue {
    padding: 32px 0 60px 0;
}

.venue {
    /* background:url(../img/venue-bg.png) bottom center no-repeat; */
    width:100%;
    height:auto;
    min-height:540px;
    margin-bottom:15px;
    position:relative;
}

.venue-address {
    padding:15px;
    margin:0 15px;
    min-height:250px;
    position:absolute;
    bottom:0;
	width: 450px;
}

.venue .address .fa-inverse {
	float: left;
	padding-right: 10px;
}
#venue h3 {
    margin:30px 0;
}

#venue .venue-address h2 {
    margin:0 0 15px 0;
}

#venue h4 {
    font-family:'sinkin_sans600_semibold';
    margin-bottom:30px;
}

.venue .address {
    font-size:21px;
    margin-top:25px;
	line-height: 30px;
}

#venue i {
    margin:0 10px 0 0;
    float:left;
    vertical-align:middle;
}
.conference{
	line-height: 22px;
}

/* TESTIMONIAL */

#testimonial {
    /* background:url(../img/testimonial-bg.png) bottom center no-repeat fixed; */
    width:100%;
    height:auto;
    min-height:225px;
    margin-bottom:0;
    padding: 30px 0 60px 0;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#testimonial .item {
    margin:0 15px;
}

#testimonial img {
    margin-bottom:20px;
    vertical-align:middle;
}


#testimonial .item div {
    display:table-cell;
    vertical-align:middle;
}

#testimonial p {
    font-size:17px;
	margin-bottom: 15px;
}

#testimonial h4 {
    font-family:'sinkin_sans700_bold';
    letter-spacing:1px;
    margin:0;
}

#quote {
    padding-top:30px;
}

.owl-theme .owl-controls {
	margin-top: 20px;
}

/* SPONSOR */

#sponsors {
text-align: center;
}

#sponsors .lead {
    font-size:20px;
}

#sponsors h3 {
    color: #fff!important;
		padding: 20px 0px;
		background-color: #00a99d;
		width: 50%;
		margin: 25px auto;
}


/* SUBSCRIBE */

#subscribe input {
	text-transform: capitalize;
}
#subscribe {
    /* background:url(../img/subscribe-bg.png) bottom center no-repeat fixed; */
    padding:50px 0;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#subscribe h3 {
    margin-bottom:20px;
}

#subscribe input {
    border-radius:4px;
}

#subscribe .button {
    margin:0;
}
#subscribe form {
    width: 70%;
    margin: 0 auto;
}
#subscribe form label,
#subscribe form input[name='unsubscribe'][type='submit']{
    display: none;
}
#subscribe form p{
    display: inline-block;
    text-align: center;
	width: 70%;
	float: left;
}

#subscribe form p + p{
	width: 30%;
	float: left;
	margin-top: 21px;
}

#subscribe form input[type="text"]{
    height: 55px;
}
#subscribe form input[type="submit"]{
   margin-left: 30px;
   padding: 15px 39px;
   font-size: 18px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px; 
   -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
#subscribe form input[type="submit"]:hover{
    color: #00a99d;
    background: #ffffff;
}
/* FAQ - GALLERY */

#faq-gallery {
    padding: 70px 0 30px 0;
}

#faq-gallery p {
    margin-bottom:20px;
}

#faq-gallery a:hover {
    text-decoration:none;
}

#faq-gallery h3{
	margin-top: 7px;
}

#faq i {
    margin-right:10px;
    vertical-align:middle;
}

#gallery img {
    margin-bottom:30px;
}

#gallery img:hover {
    opacity:0.5;
    filter:Alpha(opacity=50); /* IE8 and earlier */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
}

#rmsit .button-light {
	margin-bottom: 20px;
}

/* REGISTER */

#register {
    padding: 76px 0 60px 0;
    /* background:url(../img/register-bg.png) center center no-repeat fixed; */
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

.price-table-header {
    padding:30px 0;
    display:table;
    height:auto;
    cursor:pointer;
}

.price-table-header .price {
    font-family:'Economica';
    font-size:61px;
    font-weight:700;
    margin-bottom:10px;
    line-height:61px;
}

.price-table-header .title {
    font-family:'sinkin_sans400_regular';
    font-size:22px;
    padding-bottom:20px;
    line-height:22px;
}

.price-table-description {
    width:100%;
    margin:0;
    padding:0;
    height:auto;
    display:table;
    list-style-type:none;
}
.price-table-description li:nth-child(even){
    background: none repeat scroll 0 0 #00a99d;
    color: #ffffff;
}
.description-item {
    padding:10px 0;
}


#register .lead {
    font-size:31px;
}

#register .timer {
    font-size:36px;
}


/* register form */

#register-form {
    padding:25px;
}

#register-form h2 {
    margin-bottom:15px;
}

.register-form {
    margin-top:20px;
}

.wpcf7-form p{
	margin-bottom: 0px;
}
.wpcf7-form .wpcf7-submit{
	color: #ffffff;
	background: #00a99d;
}

/* CONTACT */
.footer_copyright{
    padding: 15px 0 0;
}
#contact {
    font-size:16px;
    padding:0;
    position:relative;
}

.contact {
    padding: 25px 15px 15px 15px;
    margin:0 15px 0 10px;
    height:577px;
    position:absolute;
    bottom:0;
}

.contact h2 {
    margin-bottom:10px;
}

#contact p {
    float:left;
}

#contact .address {
    font-size:21px;
    margin:20px 0;
    list-style: none;
    padding: 0;
	padding-left: 50px;
}
#contact .address .fa-li {
	font-size: 30px;
}
#contact .address a{
    color: #fff;
    text-decoration: none;
}
ul.address li{
    padding-bottom: 18px;
    line-height: 30px;
}

#contact .social {
    position:absolute;
    bottom:5px;
}

#gmap_canvas {
    position:relative;
    height:576px;
    width:100%;
}

#gmap_canvas img{
    max-width:none!important;
    background:none!important
}

.social {
    margin:10px 0;
}

.social .fa-inverse {
}

.social a {
    text-decoration:none;
    margin:0;
    padding:0;
}

.social a:hover{
    text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="tel"],
input[type="email"],
select {
    font-size:20px;
    font-family:inherit;
    width:100%;
    min-height:30px;
    padding:12px 10px;
    text-transform:uppercase;
    border:0;
    border:1px solid #2e2e2e;
    margin-bottom:20px;
    outline:none;
} 



/* BUTTONS */

.button {
    font-family:'sinkin_sans700_bold';
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    margin: 25px 0 0;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-big {
    padding:15px 25px;
    font-size:18px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.button-light:hover,
.button-light:active {
    text-decoration:none;
}

.button-dark:hover,
.button-dark:active {
    text-decoration:none;
}


/* PRELOAD */

#preload {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%; 
    z-index: 9999;
    display:table;
}

.preload {
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    height: 100%;
}

.loader {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*-- contact form --*/
.wpcf7-submit {
    font-family: 'sinkin_sans700_bold';
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    margin: 15px 0;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 25px;
    font-size: 18px;
    float: right;
}
ul.address li.house-address :before {
	color: #fff;
	content: "\f015";
	font-family: fontawesome;
	padding-right: 20px;
}


/*************** Blog design *****************/

.blog-all{
	margin-top:6px;
}
.blog-all h2{
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
	margin-bottom: 0px;
}
.blog-all h2 a{
	color: #00a99d;
	font-size: 24px;
	font-weight: 500;
	padding-left: 0px;
	text-decoration: none;
}
.blog-all img,.blog-all iframe{
    border-bottom: 3px solid #00a99d;
}
.blog-all img{
    width: 100%;
	height: auto;
}
.blog-right{
	 padding-left: 35px;
}
.blog-left{
	 padding-right: 35px;
}
#about .blog-all article .button-holder{
    text-align: left;
}
#about .blog-all article .button-holder a{
	background: #00a99d;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
  margin-top: 0px;
}
.blog-all .entry-meta {
    margin: 15px 0px;
}
.blog-all .entry-meta span a {
    color: #00a99d;
    font-weight: 400;
	text-decoration: none;
	text-transform: capitalize;
}
.blog-all article{
    clear: both;
    position: relative;
		margin-bottom: 50px;
		border-bottom: 1px dotted #00a99d;
		padding-bottom: 50px;
}
.blog-all article.stand .blog-post-date{
    border-bottom: 3px solid #00a99d;
}
.blog-all article .blog-post-date{
    position: relative;
}
.blog-all article .blog-post-date a{
	padding-left: 0px;
	padding-right: 0px;
}
.blog-all article .blog-post-date .post-date{
    left: 0;
    bottom: 0;
    width: 100px;
    height: 80px;
    top: inherit;
    right: inherit;
    padding: 13px 0px;
	background: #00a99d;
	text-align: center;
	position: absolute;
}
.blog-all article.audio .blog-post-date .post-date{
    left: 0;
    bottom: 5px;
    width: 100px;
    height: 80px;
    top: inherit;
    right: inherit;
    padding: 13px 0px;
}
.blog-all article .blog-post-date .post-date p {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
}
.blog-all article .blog-post-date .post-date span {
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.blog-all article p{
    margin-bottom: 20px;
}
.blog-all .flex-direction-nav {
    display: none;
}
.blog-all .flex-control-nav {
    position: relative;
    margin-top: -30px;
}
.blog-all .flex-control-nav li a{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #fff;
    border: 2px solid #00a99d;
}
.blog-all .stand {
	margin-top: 0px;
}
.blog-all .video-holder a {
    display: block;
    position: relative;
}
.blog-all .video-holder a:before {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(51, 51, 51, 0.3);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d333333', endColorstr='#4d333333');
}
.blog-all .video-holder a:before:not([dummy]) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.blog-all .video-holder a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: fontawesome;
    content: "\f01d";
    font-size: 80px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-all .video-holder a:hover:before {
    background-color: rgba(51, 51, 51, 0.5);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80333333', endColorstr='#80333333');
}
.blog-all .video-holder a:hover:before:not([dummy]) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.blog-all .video-holder a:hover:after {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
.empty-image{
	margin: 120px 0px 0px 0px;
}
.stand img{
	border-bottom: 0px none;
}
#top.innder-page{
	height: 300px;
	margin-bottom: 0px;
}

ol.comment-list{
	list-style: none;
	padding-left: 0px;
}

ol.comment-list .comment-metadata{
	
}

ol.comment-list .comment-author{
	width: 50px;
	height: 50px;
	float: left;
}
.bypostauthor{
	display: block;
}

#commentform input[type="text"],
#commentform input[type="tel"],
#commentform input[type="email"],
#commentform select {
    font-size:20px;
    font-family:inherit;
    width:50%;
    min-height:30px;
    padding:12px 10px;
    text-transform:uppercase;
    border:0;
    border:1px solid #2e2e2e;
    margin-bottom:20px;
    outline:none;
} 
#commentform textarea {
    font-size:20px;
    font-family:inherit;
    width:100%;
    min-height:30px;
    padding:12px 10px;
    text-transform:uppercase;
    border:0;
    border:1px solid #2e2e2e;
    margin-bottom:20px;
    outline:none;
} 
#commentform #submit{
	font-family: 'sinkin_sans700_bold';
	color: #ffffff;
	background: #00a99d;
	border: 0px none;
	font-size: 16px;
	padding: 12px 15px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
}
.innder-page .search-form label{
	width: 100%;
}
.innder-page .search-form label .screen-reader-text{
	display: none;
}
.innder-page .search-form label input{
	width: 100%;
	padding: 5px;
	border: 1px solid #00a99d;
	float: left;
	color: #00a99d;
	font-weight: normal;
}
.innder-page .search-form input.search-submit{
	background: #00a99d;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border: 0px none;
	font-family: 'sinkin_sans700_bold';
}

/* Sidebar Or Monster Widget */

.widget:first-child{
	margin-top: 0px;
}
.widget{
    margin-top: 30px;
    clear: both;
    position: relative;
}
.widget h4{
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
	margin: 0;
}
.widget ul{
    list-style: none;
	padding: 0;
}
.widget ul li{
    padding: 4px 0;
}
.widget.widget_rss ul li{
    padding: 10px 0;
}
.widget table{
    border: 1px solid #00a99d;
    text-align: center;
    width: 100%;
}
.widget table caption{
    background: #00a99d;
    border-color: #00a99d #00a99d transparent;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0px;
    font-weight: bold;
}
.widget table thead tr th{
    color: #00a99d;
}
.widget table tr th{
    border: 1px solid #00a99d;
    text-align: center;
}
.widget table tr td{
    border: 1px solid #00a99d;
}
.widget table tr td#today{
    background-color: #00a99d;
    font-weight: bold;
    color: #fff;
}
.widget table tr td#today a{
    color: #fff;
}
.widget select{
    width: 100%;
    padding: 5px;
    border: 1px solid #00a99d;
  	font-size: 14px;
		text-transform: capitalize;
  	margin-bottom: 0px;
}
.widget select option{
    background: transparent;
}
.widget select option:hover{
    background: #00a99d;
}
.widget input {
    width: 100%;
    padding: 5px;
    border: 1px solid #00a99d;
    float: left;
    color: #000;
    font-weight: normal;
}
.widget form{
	display: inline-block;
	width: 100%;
}
.widget label{
    width: 100%;
	margin-bottom: 0px;
}
.widget form.search-form label .screen-reader-text{
	display: none;
}

.widget input.search-submit{
	float: left;
	width: 40px;
	text-indent: -9999px;
	background: url(../img/search.png) no-repeat 40% 40%;
	background-size: 50%;
	border: 0px none;
	position: absolute;
	right: 0;
	top: 46px;
	border-left: 1px solid #00a99d;
}
.widget label span{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 10px;
}
.widget.widget_text div.wp-caption{
    height: 265px;
}
.widget.widget_text div.wp-caption p{
    display: inline-block;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.widget.widget_text div.wp-caption img{
    height: 100%;
}
.widget.widget_tag_cloud{
    display: inline-block;
}
.widget .tagcloud a{
    background-color: #00a99d;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 14px;
    text-transform: capitalize;
    font-size: 13px !important;
    text-align: center;
}
.widget.widget_recent_entries ul li{
    position: relative;
}
.widget.widget_recent_entries ul li span{
    background-color: #00a99d;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    padding: 2px 7px;
    position: static;
    text-align: center;
}
.widget ul li:before {
    color: #00a99d;
    content: "\f0a4";
    font-family: fontawesome;
    padding-right: 10px;
}
.widget.widget_categories ul li:before {
    color: #00a99d;
    content: "\f046";
    font-family: fontawesome;
    padding-right: 10px;
}
.widget.widget_archive ul li:before {
    color: #00a99d;
    content: "\f061";
    font-family: fontawesome;
    padding-right: 10px;
}
.widget.widget_meta ul li:before {
    color: #00a99d;
    content: "\f101";
    font-family: fontawesome;
    padding-right: 10px;
}
.widget.widget_rss ul li:before {
    color: #00a99d;
    content: "";
    font-family: fontawesome;
    padding-right: 0px;
}
.widget.widget_rss ul li a {
    color: #00a99d;
  	padding-left: 0px;
}
.widget.widget_text img {
    width: 100%;
}
.widget.widget_text .wp-caption-text img,.widget.widget_text .wp-smiley {
    width: initial;
}
.wp-caption.alignnone a{
	padding: 0px;
}
/*------------------------------------
	RESPONSIVE
-------------------------------------*/
@media only screen and (max-width: 780px) {
	ul.sub-menu {
		position: relative;
		left: 0;
		display: block;
		width: 100%;
	}

	ul.sub-menu li{
		border-bottom: 0px solid #fff;
	}

	ul.sub-menu li:last-child{
		border-bottom: 0px solid #fff;
	}
}
@media only screen and (max-width: 640px) {
	/* Subscribe Form */
	#subscribe form ,
	#subscribe form p + p ,
	#subscribe form p {
		width: 100%;
	}
	#subscribe form input[type="submit"] {
		margin-left: 0px;
	}
	.navbar.navbar-fixed-top.navbar-custom{
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	/* VENUE */
	.venue-address {
		margin: 0;
		padding: 15px;
		width: auto;
	}
	/* Subscribe Form */
	#subscribe form ,
	#subscribe form p + p ,
	#subscribe form p {
		width: auto;
	}
	#subscribe form input[type="submit"] {
		margin-left: 0px;
	}
	/* Accordion */
	.panel-title {
	  font-size: 14px;
	}
	/* Contact */
	.contact {
	  left: 0;
	  right: 0;
	}
}
#sponsors h3{
	color: #fff!important;
	padding: 20px 0px;
	background-color: #00a99d;
}
.modal.fade.portfoliomodal.in{
	z-index: 999999;
	display: block;
	background: rgba(0, 169, 157, 0.819608);
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	color: #00a99d;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	background: #00a99d;
	color: #fff;
}
.pagination > li > a.inactive{
	background: #00a99d;
	color: #fff;
}
.countdown h3{
	margin-top: 40px;
}
#overview .lead {
	padding-top: 10px;
}
@media (max-width:480px){
	ul.address li{
		font-size: 14px;
	}
	#sponsors h3{
		width: 100%;
	}
}
#schedule #tabs,#schedule #tabs .ui-tabs-nav{
	background: transparent;
	border: none;
	padding: 0;
}
#schedule .ui-tabs .ui-tabs-panel{
	padding: 0;
}
#schedule #tabs .ui-tabs-nav{
	padding: 10px;
}
#schedule #tabs .ui-tabs-nav li{
	color: #ffffff;
	background: #00a99d;
	width: 18.6%;
	border: 0;
	border-radius: 0;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-right: 20px;
}
#schedule #tabs .ui-tabs-nav li:last-child{
	margin-right:0px;
}
#schedule #tabs .ui-tabs-nav li a,#schedule #tabs .ui-tabs-nav li a h5{
	font-family: 'sinkin_sans600_semibold';
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	width: 100%;
	float: left;
	margin: 0px;
	outline: 0;
}
#schedule #tabs .ui-tabs-nav li a h5{
	margin-top: 8px;
}
@media (max-width:768px){
	#schedule #tabs .ui-tabs-nav li a, #schedule #tabs .ui-tabs-nav li a h5 {
		font-size: 14px;
		display: block!important;
	}
	#schedule #tabs .ui-tabs-nav li{
		margin-right:5px;
	}
}
@media (max-width:480px){
	#schedule #tabs .ui-tabs-nav li a span{
		display: none;
	}
	#schedule #tabs .ui-tabs-nav li a h5{
		font-size: 8px;
	}
}