/*
Theme Name: NetComposites Events
Author: James Taylor, NetComposites
Author URI: http://netcompositesenterprise.com
Description: Theme for NetComposite Events
Version: 0.1
Text Domain: netcevents
*/

body {
    overflow-x: hidden;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.navbar-default .nav li a {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

h1,h2,h3,h4,h5,h6{
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:none;
	font-weight:700
}

section h3.section-subheading{
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial;
}

#menu-main .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background: #222;
    padding: 10px;
	
}

.file-upload {
	display:none;
}

#menu-main .sub-menu li a:hover {
	text-decoration: none;
}

#menu-main .sub-menu li{
    padding: 10px;
}

#menu-main .sub-menu li:not(:last-of-type){
    padding: 10px;
    border-bottom: 1px solid white;
}

#menu-main li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}


#light-slider li {
	font-size:18px;
	line-height:1.25em;
	height:66px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

/*--------------------------------------------------------
	social buttons
---------------------------------------------------------*/

.btn-twitter {
    background: #00acee;
    color: #fff
}

.btn-twitter:link,.btn-twitter:visited {
    color: #fff
}

.btn-twitter:active,.btn-twitter:hover {
    background: #0087bd;
    color: #fff
}

.btn-twitter .badge {
    color: #00acee;
    background-color: #fff
}

.btn-facebook {
    background: #3b5998;
    color: #fff
}

.btn-facebook:link,.btn-facebook:visited {
    color: #fff
}

.btn-facebook:active,.btn-facebook:hover {
    background: #30477a;
    color: #fff
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-googleplus {
    background: #e93f2e;
    color: #fff
}

.btn-googleplus:link,.btn-googleplus:visited {
    color: #fff
}

.btn-googleplus:active,.btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}

.btn-googleplus .badge {
    color: #e93f2e;
    background-color: #fff
}

.btn-stumbleupon {
    background: #f74425;
    color: #fff
}

.btn-stumbleupon:link,.btn-stumbleupon:visited {
    color: #fff
}

.btn-stumbleupon:active,.btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}

.btn-stumbleupon .badge {
    color: #f74425;
    background-color: #fff
}

.btn-linkedin {
    background: #0e76a8;
    color: #fff
}

.btn-linkedin:link,.btn-linkedin:visited {
    color: #fff
}

.btn-linkedin:active,.btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}

.btn-linkedin .badge {
    color: #0e76a8;
    background-color: #fff;
}

.worldpay td {
    background: none !important;
}

/*-----------------------------------------------------
	add 5 column support to bootstrap
-------------------------------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*------------*/

#menu-homepage .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    padding: 10px;
	padding-top: 0;
	
}

.navbar-shrink #menu-homepage .sub-menu {
	background: #222;
}

#menu-homepage .sub-menu li a:hover {
	text-decoration: none;
}

#menu-homepage .sub-menu li{
    padding: 10px;

}

#menu-homepage .sub-menu li:first-of-type{
    padding-top: 0 !important;
}


#menu-homepage .sub-menu li:not(:last-of-type){
    padding: 10px;
    border-bottom: 1px solid white;
}


#menu-homepage li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}





.social-buttons {
	min-height: 40px;
}

.speaker-thumbnail {
	-webkit-filter: grayscale(0.75) sepia(0.0);
	transition: 0.25s;
}

.speaker-thumbnail:hover {
	-webkit-filter: grayscale(0) sepia(0);
}

.vertical-align {
    display: flex;
    align-items: center;
}


aside.sponsors img {
    /*margin: auto; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin: inherit;*/
	margin: 0;
}

.greyscale {
	-webkit-filter: grayscale(1);
}

header .intro-text .intro-heading {
    /*margin-bottom: 25px;*/
}

header .intro-text .intro-lead-in {
	font-style: normal;
}

header .intro-text .intro-tagline {
    /*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-style: italic;*/
	font-style: normal;
	font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-lead-in{
	/*font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:22px;
	line-height:22px;
	margin-bottom:25px;
	font-weight:300;
}

.btn-circle {
    border: 2px solid white;
    width: 2em;
    height: 2em;
    font-size: 2em;
    border-radius: 3em;
    padding-top: 0.25em;
	color: white;
	transition: 0.5s;
}

.pulse {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
	-moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite; 
	-o-animation: pulsate 1s ease-out;
    -o-animation-iteration-count: infinite; 
	animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.25
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.5, 0.5); opacity: 0.25;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.25;}
}

@-moz-keyframes pulsate {
    0% {transform: scale(0.5,0.5); opacity: 0.25;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.0,1.0); opacity: 0.25;}
}
@-o-keyframes pulsate {
    0% {transform: scale(0.5,0.5); opacity: 0.25;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.0,1.0); opacity: 0.25;}
}
@keyframes pulsate {
    0% {transform: scale(0.5,0.5); opacity: 0.25;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.0,1.0); opacity: 0.25;}
}

.pulse:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
a.btn-circle:hover, a.btn-circle:active, a.btn-circle:focus {
	color: white;
	-webkit-filter: opacity(0.5);
}

a.btn-circle:visited {
	color: white;
	-webkit-filter: opacity(1);
}

.label-primary {
    background-color: #fed136;
}

.map {
    height: 400px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 150px;
}

.navbar-brand img {
	max-height:50px;
}
.navbar-brand {
	padding:0;
}

.testimonials-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
	background: 
    linear-gradient(
      rgba(255, 0, 0, 0.45), 
      rgba(255, 0, 0, 0.45)
    ),
    url(img/testimonials-bg.jpg);
}

.notop {
	margin-top:0;
	padding-top:0;
}

.speaker-name {
	text-transform: uppercase;
	/*letter-spacing: 0.5em;*/
}

#programme h2 {
	text-transform: none;
}

.text-404 {
	font-size: 15vw;
}

.navbar-relative {
	position:relative;
}

.background-primary {
	background: #fed136;
}

.correct {
	display:none;
	color: green;
}
.btn-link {
	color: #fed136;
}
.btn-link:focus, .btn-link:hover {
    color: #fec503;
}

.btn {
	white-space: normal;
}

.hash:before {
	font-family: FontAwesome;
	//content: "\f292";
	content: "";
	padding-right:0.5em;
	color: green;
}

.ticked li:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right:0.5em;
	color: green;
}

.tick:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right:0.5em;
	color: green;
}

.tick {
	margin-bottom:5px;
}

.panel-body-default {
	background-color:#f5f5f5;
}

/*
.table th {
		color: #fff;
		background: #006592;
	}
	
td:nth-child(1){
     background: #006592;
	 color: #fff;
}
*/

/*----------------------------------------------
 wordpress image alingment classes
 ---------------------------------------------*/


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*----------------------------------------------
 autocomplete for forms
 ---------------------------------------------*/

.ui-autocomplete {
	padding: 0;
	list-style: none;
	background-color: #fff;
	width: 218px;
	border: 1px solid #B0BECA;
	max-height: 350px;
	overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
	border-top: 1px solid #B0BECA;
	display: block;
	padding: 4px 6px;
	color: #353D44;
	cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {
	border-top: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
	background-color: #D5E5F4;
	color: #161A1C;
}

/*----------------------------------------------
 extra left margin classes
 ---------------------------------------------*/
.left-lg {
	margin-left: 20px;
}
/*----------------------------------------------
 extra top margin classes
 ---------------------------------------------*/
 
.top-none {
	margin-top:0;
}
.top-xs {
	margin-top: 5px;
}
 
.top-sm li{
	margin-top: 10px;
}

.top-sm {
	margin-top: 10px;
	}

.top-md {
	margin-top: 15px;
}

.top-lg {
	margin-top: 20px;
}

.top-xl {
	margin-top: 50px;
}


/*----------------------------------------------
 extra bottom margins classes
 ---------------------------------------------*/
 
.bottom-none {
	margin-bottom:0;
}

.bottom-xs {
	margin-bottom: 5px;
}
 
.bottom-sm li{
	margin-bottom: 10px;
}

.bottom-sm {
	margin-bottom: 10px;
	}

.bottom-md {
	margin-bottom: 15px;
}

.bottom-lg {
	margin-bottom: 20px;
}

.bottom-xl {
	margin-bottom: 50px;
}

/*----------------------------------------------
	slide animation
 ---------------------------------------------*/

.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
 /*--------------------------------------------
	image overlay icon thing
-------------------------------------------------*/

.pdf-thumb-box {
	display:inline-block !important;
	position:relative !important; 
	overflow: hidden;
}

.pdf-thumb-box-overlay {
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}

.pdf-thumb-box a {
    color:transparent;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
    text-align:center;
    position: absolute;
    background-color: rgba(254,209,54, 0.58);
    color: #fff;
    width:100%;
    height:100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);   
}

.pdf-thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0
}

  
 /*----------------------------------------------
	corner ribbons
 ---------------------------------------------*/
 
.ribbon-outer {
	position: relative;
}

.ribbon-wrapper-left {
  width: 106px; /*85*/
  height: 106px; /*88*/
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon-wrapper-right {
  width: 106px; /*85*/
  height: 106px; /*88*/
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
	position: relative;
	padding: 7px 0;
	top: 22px; /* 15*/
	width: 150px; /*120*/
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	
}

.ribbon-wrapper-left > .ribbon {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	left: -35px; /*-33*/
}

.ribbon-wrapper-right > .ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	right: 9px; /*-33*/
}

.ribbon-green {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
	color: #6a6340;
}

.ribbon-primary {background-color: #fed136; }
.ribbon-success {background-color: #5cb85c; }
.ribbon-warning {background-color: #f0ad4e;}
.ribbon-info {background-color: #5bc0de; }
.ribbon-danger {background-color: #d9534f; }
.ribbon-highlight {background-color: #178ACB; }


.ribbon-info {
	background-color: blue;
}

.ribbon-shadow {
	/*text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}	

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}

.submit {
	white-space: nowrap;
}
 /*----------------------------------------------
	other neat stuff
 ---------------------------------------------*/

.hover-emphasis:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
	-o-transition:.5s;
    -ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
 }
 
 /*----------------------------------------------
	navbar
 ---------------------------------------------*/
 
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    transition: 0.5s;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	transition: 0.5s;
}

 /*----------------------------------------------
	bootsrap 5 equal columns
 ---------------------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

 /*----------------------------------------------
	media queries
 ---------------------------------------------*/
@media ( max-width:415px) {
	#countdown-timer {
		font-size:16px;
	}
}
 
@media (max-width:1170px) {

	header .intro-text .intro-lead-in {
		margin-bottom: 25px;
	}
	header .intro-text .intro-tagline {
		margin-bottom: 25px;
	}
	header .intro-text .intro-heading {
		margin-bottom: 25px;
	}
	.bottom-xl {
		margin-bottom: 25px;
	}
}

@media (max-width:992px) {
	.text-right-md {
		text-align:center; 
	} 
}

@media (max-width:767px) {
	.navbar-brand img {
		max-height: 34px;
	}
	.navbar-brand {
		padding:9px;
	}
	#about {
		text-align: center;
	}

}

@media (min-width:993px) {
	.text-right-md {
		text-align:right;
	}
}

@media (min-width:768px) {
	
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 200px
    }
	
	header .intro-text .intro-lead-in {
		/*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-style: normal;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	
	header .intro-text .intro-tagline {
		/*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-style: italic;
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	
	.timeline>li .timeline-panel {
		width: 39%;
	}
}

@media (max-width: 767px) {
	#menu-main li:hover > ul, #menu-homepage li:hover > ul {
		display: none; /* show sub menus when hovering over a parent */
	}
	.navbar-default {
	background-color: #006592;
}
}