/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	/*padding-bottom: 40px;*/
	color: #5a5a5a;
	font-family: 'Cantarell', sans-serif;
	line-height: 1.2;
}

/*@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}*/

/*Removing outlines for all links*/
a:focus {
	outline: 0;
}

/*Define our headers*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Patua One', serif;
	font-weight: 400;
}

/*Font Awesome Icons*/

.fa-1 {
  font-size: 1.7em;
}
.fa-2 {
  font-size: 2em;
}
.fa-3 {
  font-size: 3em;
}
.fa-4 {
  font-size: 4em;
}
.fa-5 {
  font-size: 7em;
}
.fa-6 {
  font-size: 12em;
}
.fa-7 {
  font-size: 20em;
}

.lead {
	padding-top: 15px;
	line-height: 1.8;
}

.jumbotron {
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
	padding: 0;
}
.jumbotron h1 {
	padding-top: 100px;
	color: rgb(18,81,99);
	/*font-size: 60px;*/
}

/*By default bootstrap does a nowrap*/
.btn {
	white-space: normal;
}

@media (min-width: 340px) {
	.jumbotron {
		padding: 30px 15px;
	}
}

.single-form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar {
	white-space: nowrap;
	background-color: #FFFFFF;
	height: 70px;
	border: none;
}
/*All a elements in navigation*/
.navbar-default .navbar-nav > li > a {
	/*color: #BEBEBE;*/
	color: rgb(18,81,99);
	font-size: 17px;
	text-decoration: none;
	/*top: 10px;*/
}
/*Will make the navbar items on hover, select, active and open li darker*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: rgb(18,81,99);
	background-color: #FFFFFF;
}

.navbar-header a {
	padding: 15px 15px 0px 0px;
	/*margin: 0;*/
}
.navbar-btn {
	top: 20px;
}
.navbar-bg {
	background-color: #FFFFFF;
}

/* Our Button color */

.btn-primary {
	background-color: rgb(18,81,99);
	border-color: rgb(18,81,99);
}
.btn-success {
	background-color: rgb(155,200,23);  
	border-color: rgb(155,200,23);
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 0;
}
.navbar-nav {
	padding-left: 15px;
}
.navbar-toggle {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.navbar-header {
			float: none;
	}
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
			display: none!important;
	}
	.navbar-nav {
			float: none!important;
			margin: 7.5px -15px;
	}
	.navbar-nav>li {
			float: none;
	}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.navbar-text {
			float: none;
			margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
			display: block!important;
	}
	.collapsing {
			overflow: hidden!important;
	}
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 500px;
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}

/*Padding for wide panels*/
.bgpanel {
	/*padding: 20px;*/
}

/*Padding for wide panels*/
.bgpanel-features {
	/*padding: 30px;*/
}
/*TEXT*/
.bgpanel-features p {
	line-height: 1.5;
	font-size: 15px;
}
/*IMG*/
.bgpanel-features img {
	width: 282px;
	height: 162px;
}

.ph-color {
	padding-top:10px;
	border-top: 5px rgb(62,138,161) solid;
	border-bottom: 5px rgb(62,138,161) solid;
}

/*Colors for backgrounds*/
.color-footer {
	background-color: rgb(62,138,161);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.8;
}
.color-footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.color-green {
	background-color: rgb(155,200,23);
}
.color-blue {
	background-color: rgb(18,81,99);
}

.color-footer h3 {
	font-size: 16px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	/*padding-right: 15px;
	padding-left: 15px;*/
	padding: 50px;
}

.marketing-signup {
	padding: 20px;
}

.marketing-features {
	/*padding-right: 15px;
	padding-left: 15px;*/
	padding: 20px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h1 {
	font-weight: normal;
	color: rgb(18,81,99);
	/*font-size: 45px;*/
}
.marketing h2 {
	font-weight: normal;
	color: rgb(18,81,99);
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

.marketing .prices {
	border: 1px solid silver;
}

.marketing .prices .tab-content {
	padding: 35px;
}

.nav-tabs > li {
	font-weight: 700;
	font-size: 19px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
	background-color: rgb(218,237,246);
	color: rgb(66,139,202);
}

/* Featurettes
------------------------- */

.featurette h1 {
	font-size: 35px;
}

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -1px;
	color: rgb(18,81,99);
}

.featurette-image {
	border: 1px solid gray;
}

.featurette-image-align {
    margin: 0 auto;
}

/*.featurette-row {
	height: 200px;
}*/

/*.featurette-row img {
	display: block;
	margin: 0px auto;
}*/

/*Background startpage*/

.bg-startpage {
	background-image: url('/images/bg_black_fireworks.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: left;
}

.bg-howitworks {
	background-image: url('/images/bg_happiness.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.bg-api {
	background-image: url('/images/bg_code.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}
.bg-why {
	background-image: url('/images/bg_stars.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: left;
}
.bg-selfhosted {
	background-image: url('/images/bg_selfhosted.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.bg-reports {
	background-image: url('/images/bg_coffee.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.bg-emailintegration {
	background-image: url('/images/bg_collaboration2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: left;
}

.bg-ticketmanagement {
	background-image: url('/images/bg_integration2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: left;
}

.bg-features {
	background-image: url('/images/bg_ferry2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.bg-startpage h1 {
	color: #FFFFFF;
	padding-top: 100px;
	/*font-size: 50px;*/
}

.selfhosted ul {
	font-size: 18px;
}

.selfhosted li {
	padding-bottom: 15px;
}

.signup h1 {
	/*color: #FFFFFF;*/
	padding-top: 20px;
}

.signup h2 {
	/*color: #FFFFFF;*/
	padding-top: 50px;
}

.signup-background {
	background-attachment: fixed !important;
	/*background: rgb(18,81,99);*/
	background: #ddd;
	/*background: -webkit-linear-gradient(top, rgb(18,81,99) 0, #5e7a9b 100%);
	background: -moz-linear-gradient(top, rgb(18,81,99) 0, #5e7a9b 100%);
	background: -o-linear-gradient(top, rgb(18,81,99) 0, #5e7a9b 100%);
	background: linear-gradient(top, rgb(18,81,99) 0, #5e7a9b 100%);*/
	-webkit-font-smoothing: antialiased;
	color: black;
}

.bg-startpage .lead {
	color: #FFFFFF;
}

.marketing .leadtop {
	font-size: 18px;
	line-height: 1.4;
	padding-top: 10px;
}

.bg-startpage .form-group {
	text-align: left;
}

.bg-startpage .form-control {
	font-size: 16;
	/*color: #FFFFFF;*/
}

.bg-startpage label {
	font-size: 16px;
	color: #FFFFFF;
}

.hilight-header {
	color : red;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Remove the edge padding needed for mobile */
	.marketing {
		padding-right: 0;
		padding-left: 0;
	}

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left:  15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left:  0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 0;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 40px;
	}
}

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

/*@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}*/


/* Account CSS */

.account-border {
	border: 1px solid grey;
	padding: 20px;
}

/* PRICES */

.prices-chart .panel-heading {
	font-size: 22px;
	margin: 0px;
	padding: 30px 20px;
	text-align: center;
}

.prices-label {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0px auto 10px;
	text-transform: uppercase;
}

.prices-figure {
	padding: 20px 0px 30px;
	position: relative;
}

.prices-amount h1 {
	font-size: 36px;
	/*display: inline-block;*/
	/*font-size: 70px;*/
	/*line-height: 70px;*/
	/*padding: 0px 0px 0px 17px;*/
}

.prices-foreword {
	display: block;
	font-family: "Karla",sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 0px;
}

.marketing .footer .col-lg-4 {
	text-align: left;
}

#bodybg {
	height: 100%;
	opacity : 0.8;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	z-index: 5000;
}

#bodyoverlay {
	border-radius: 10px;
	box-shadow:
	0 1px 3px rgba(000,000,000,0.5),
	inset 0 0 3px rgba(255,255,255,1);
	width: 160px;
	height: 55px;
	text-align: center;
	line-height: 50px;
	/*background-color: #82cdff;*/
	background-color: #428BCA;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 9999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow:
	0 1px 3px rgba(000,000,000,0.5),
	inset 0 0 3px rgba(255,255,255,1);
	-webkit-box-shadow:
	0 1px 3px rgba(000,000,000,0.5),
	inset 0 0px 3px rgba(255,255,255,1);
}

.videowrapper {
		position: relative;
		padding-bottom: 56.25%;
		/*padding-top: 30px;*/
		height: 0; 
		overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

@media only screen and (min-width: 992px) {
	.bg-startpage {
		height: 600px;
	}
	.bg-howitworks {
		height: 600px;
	}
	.bg-selfhosted {
		height: 600px;
	}
	.bg-reports {
		height: 600px;
	}
	.bg-api {
		height: 600px;
	}
	.bg-why {
		height: 600px;
	}
	.bg-emailintegration {
		height: 600px;
	}
	.bg-ticketmanagement {
		height: 600px;
	}
	.bg-features {
		height: 600px;
	}
	.featurette-row {
		height: 150px;
	}
	.videowrapper {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
		height: 450px; 
		/*overflow: hidden;*/
}
	.videowrapper iframe, 
	.videowrapper object,
	.videowrapper embed {
			position: relative;
			top: 0;
			left: 0;
			width: 800px;
			height: 450px;
	}
}

.signin {
	padding: 20px;
}

.well-signin {
	border-radius: 10px;
	padding: 15px;
}

.well-signup {
	border-radius: 10px;
	padding: 40px;
}

.well-signin .well-signup p {
	font-size: 18px;
}

.text-center {
	text-align: center;
}

@media (min-width: 768px) {
	.prices-amount h1 {
		font-size: 62px;
	}
	.signin {
		padding: 60px;
	}
}

.pricing-list {
	padding: 20px 0 40px 0;
	background: #ffffff;
	/*border: 1px solid #e3e3e3;*/
}
.pricing-list ul {
	padding: 0px;
	display: table;
	margin: 0px auto;
}
.pricing-list ul li {
	list-style: none;
	border-bottom: 1px solid #EAECEB;
	color: #bdc3c7;
	font-size: 18px;
	line-height: 42px;
}
.pricing-list ul li:last-child {
	border: none;
}
.pricing-list ul li i {
	margin-right: 12px;
	color: #bdc3c7;
}
.pricing-list ul li span {
	color: #34495e;
}
.pricing-header {
	position: relative;
	text-align: center;
}
.pricing-header .pricing-rate {
	padding-top: 80px;
	font-size: 90px;
	font-weight: 700;
	position: relative;
	text-align: center;
	display: block;
}
.pricing-header .pricing-rate span {
	font-size: 16px;
	color: #bdc3c7;
	text-transform: uppercase;
	display: block;
}

.pricing-header-account {
	position: relative;
	text-align: center;
	padding-top: 70px;
}
.pricing-header-account .pricing-rate-account {
	padding-top: 30px;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	text-align: center;
	display: block;
}

.progress-bar {
	color: black;
	font-weight: bold;
}

.wrapper {
  /*margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;*/
  z-index: 9999;
}

.ribbon-wrapper-green {
  /*width: 85px;*/
  width: 125px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 9999;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 25px;
  width: 160px;
  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;
  -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-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

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


.testimonials blockquote {
  position: relative;
  background: white;
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 100px;
  border: 1px solid #ecedf1;
}
.testimonials blockquote:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ecedf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.testimonials blockquote:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  border-top: 9px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.testimonials blockquote img {
  height: 50px;
  width: 50px;
  position: absolute;
  border: 1px solid #ecedf1;
  background: white;
  bottom: -65px;
  left: 50%;
  margin-left: -25px;
}

blockquote p.clients-words {
    font-size: 16px;
    line-height: 1.4;
}
span.clients-name {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*.btn-why {
	background-color: rgba(255, 255, 255, 0.7);
}
.btn-why:hover {
	background-color: rgba(255, 255, 255);
}*/


/*@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}*/