@import url("bootstrap/bootstrap.min.css");

@import url("bootstrap/bootstrap-responsive.min.css");

@import url("bootstrap-override.css");

/* From header */
ol li {
	hargin-bottom: 1em
}
/* --------------------------------------------------------	*/
/*	Twitter Bootstrap with Responsive media queries */
/*	Custom override - max width of 1024px */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Base */
/* --------------------------------------------------------	*/
.sectiondivider {
	margin-top: 50px;
	margin-bottom: 50px;
}

.frontpage {
	margin-bottom: -15px;
	border-left: 1px solid #EFEFEF;
	width: 30%;
	margin-left: 18px;
	padding-left: 13px;
	text-align: center;
}

.frontpage img {
	width: 60px;
}

.frontpage:first-child {
border:none;
}

.fronticon {
	margin-bottom: 28px;
}

.dropshadow {
	box-shadow: 3px 3px 5px #888888;
}

#supportedcams {
	padding-top: 25px;
	text-align: center;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.whatisit {
	text-align: right;
}

.whatisit h2 {
	margin-top: 62px;
}

#carouselback {
	background-image: url(../img/carousel/5d3_header.png);
	width: 452px;
	height: 881px;
}

.indent {
	margin-left: 30px;
}

#supportedcamsheader {
	margin-top: 70px;
}

.downloadicon {
	margin-right: 8px;
}

.downloadsection {
	margin-top: 25px;
	margin-bottom: 10px;
}

#downloadbtns {
	margin-top: 24px;
}

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

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 37px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.frontblocks {
	font-size: 19px;
}

.endofpage {
	margin-bottom: 60px;
}

#faqalert {
	padding: 8px 0;
	text-align: center;
	font-size:14px;
}

.faqtoc {
	margin-top: 20px;
}

.aboutimgspacer {
	margin-top: 65px;
}

@media (max-width: 979px) and (min-width: 768px) {
	.frontpage {
		margin-left: 11px
	}
	
	.featurette-heading {
		font-size: 34px;
		line-height: 0;
		padding: 13px 0 7px;
	}
	
	.frontblocks {
		font-size: 18px;
		line-height: 24px;
	}
	
	.nav-tabs > li > a, .nav-pills > li > a {
		margin-right: 2px;
		padding-left: 7px;
		padding-right: 6px;
	}
	
	#supportedcams {
		padding-top: 50px;
	}
	
	.whatisit {
		margin-top: 22px;
	}
}

@media (max-width: 767px) {
	.frontpage {
		border: none;
		width: 100%;
		padding: 0;
		margin: 0 0 70px;
	}
	
	.frontpage h2 {
		font-size: 36px;
	}
	
	.frontpage h4 {
		font-size: 23px;
	}
	
	.frontpage img {
		width: 100px;
	}
	
	.frontpagefeature {
		text-align: center;
	}
	
	.featurette-heading {
		font-size: 48px;
	}
	
	.frontblocks {
		font-size: 25px;
	}
	
	.whatisit {
		margin-top: 0;
	}
}

::-moz-selection {
	background: #005580;
	color: #fff;
	text-shadow: none;
}


:focus {
  outline-color: transparent!important;
  outline-style: none!important;
}
html {
  overflow-y: scroll;
 background: #080707; 
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #474747;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}
h3,
h4,
h5 {
  font-weight: 600;
  margin: 0 0 10px 0;
}
h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
hr {
  background: none;
  border: none;
  height: 1px;
  margin: 18px 0;
  background: #eee;
  color: #efefef;
}
blockquote {
  background: url(../img/blockquote.png) 16px 16px no-repeat #f3f3f3;
  border: none;
  padding: 24px 24px 24px 56px;
  margin: 20px 0;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #666;
}
ul {
  margin: 20px 0;
}
ul li i[class^="icon-"] {
  color: #999;
}
ul li:hover i[class^="icon-"] {
  color: #222;
}

/* --------------------------------------------------------	*/
/*	Classes	*/
/* --------------------------------------------------------	*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.clr {
  clear: both;
}
.grey {
  color: #999999;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.unstyled {
  list-style-type: none;
  margin: 0;
}
.stacked {
  -webkit-box-shadow: 0 5px 0 -4px #ffffff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #ffffff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #ffffff, 0 17px 0 -11px #c2c0b8;
  -moz-box-shadow: 0 5px 0 -4px #ffffff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #ffffff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #ffffff, 0 17px 0 -11px #c2c0b8;
  -o-box-shadow: 0 5px 0 -4px #ffffff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #ffffff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #ffffff, 0 17px 0 -11px #c2c0b8;
  box-shadow: 0 5px 0 -4px #ffffff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #ffffff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #ffffff, 0 17px 0 -11px #c2c0b8;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.uc {
  text-transform: uppercase;
}
.ajax-loader {
  display: none;
}
.gradient {
  background: #A0DBE8;
  background-image: linear-gradient(100 100, #a0dbe8 10%, #83b7e0 55%);
  background-image: -o-linear-gradient(100 100, #a0dbe8 10%, #83b7e0 55%);
  background-image: -moz-linear-gradient(left, #a0dbe8 10%, #83b7e0 78%);
  background-image: -webkit-linear-gradient(100 100, #a0dbe8 10%, #83b7e0 55%);
  background-image: -ms-linear-gradient(100 100, #a0dbe8 10%, #83b7e0 55%);
  background-image: -webkit-gradient(linear, 100 100, 200 200, color-stop(0.1, #a0dbe8), color-stop(0.55, #83b7e0));
}
/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/
footer {
	background: url(../img/copyright-background.png) repeat-x #080707;
	margin: 1em 0 0 0;
  padding: 14px 0 12px 0;
  font-size: 0.9em;
  color: #999999;
}

footer h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 15px;
}
footer .brand {
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  letter-spacing: -2px;
  line-height: 0.7em;
  color: #fff;
  margin: 0 0 20px 0;
}
footer p {
  font-size: 0.85em;
  color: #999;
  line-height: 1.4em;
}

footer a {
  color: #fff;
}


/* ---------------------------------------------------------------------- */
/*	Tables
/* ---------------------------------------------------------------------- */
table {
  color: #444;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
table thead tr {
  border: 0;
}
table thead th {
  background: #eee;
  font-weight: 600;
  text-align: left;
  color: #222;
  padding: 6px 10px;
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-image: linear-gradient(bottom, #f2f2f2 46%, #fafafa 92%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 46%, #fafafa 92%);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 46%, #fafafa 92%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 46%, #fafafa 92%);
  background-image: -ms-linear-gradient(bottom, #f2f2f2 46%, #fafafa 92%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.46, #f2f2f2), color-stop(0.92, #fafafa));
}
table td {
  padding: 4px 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
table tr:nth-child(even) td {
  background: #fafafa;
}
table tr:hover td {
  background: #EAF5FA;
}
/* ---------------------------------------------------------------------- */
/*	Forms and input elements
/* ---------------------------------------------------------------------- */
label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px;
  color: #666;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff;
}
input,
textarea,
select,
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #8f8f8f;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
textarea {
  padding: 10px;
  resize: both;
}
select,
option {
  cursor: pointer;
  padding: 5px 7px;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #dedede;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #ccc;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
}
/* Fix for Mobile Safari */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
/* Placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
select {
  display: block;
  width: 232px;
  margin: 0;
  padding: 0 4px;
  background: url(../img/select-box.png) #ffffff right center no-repeat;
  line-height: 1.6em;
  cursor: pointer;
  color: #666;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
select:hover {
  border: 1px solid #bbb;
}
/* styling for inputs */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  border-color: #bbb #ccc #ddd #ccc;
  -webkit-transition: border 0.2s background 0.2s width 0.4s ease;
  -moz-transition: border 0.2s background 0.2s width 0.4s ease;
  -ms-transition: border 0.2s background 0.2s width 0.4s ease;
  -o-transition: border 0.2s background 0.2s width 0.4s ease;
  transition: border 0.2s background 0.2s width 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
input:focus,
textarea:focus {
  border-color: #FED86F!important;
  outline: none;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset !important;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset !important;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset !important;
}
/* --------------------------------------------------------	*/
/*	Buttons */
/* --------------------------------------------------------	*/
button,
input[type=submit],
input[type=button],
.button {
  /* default style */

  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  background-image: none;
  filter: none;
  padding: 8px 18px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0) !important;
}
button:active,
input[type=submit]:active,
input[type=button]:active,
.button:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
button i,
.button i {
  vertical-align: baseline;
  font-size: 14px;
  line-height: 0.8em;
}
.button.disabled {
  background: #f6f6f6!important;
  border: 1px solid #ccc!important;
  color: #222!important;
  background-image: none!important;
}
/* --------------------------------------------------------	*/
/*	Sizes */
/* --------------------------------------------------------	*/
.button.block {
  display: block;
  padding: 12px 20px;
}
.button.tiny {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 400;
}
.button.small {
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 400;
}
.button.large {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
}
.button.tiny i {
  font-size: 11px;
}
.button.small i {
  font-size: 11px;
}
.button.large i {
  font-size: 18px;
}
/* --------------------------------------------------------	*/
/*	Colors */
/* --------------------------------------------------------	*/
button,
input[type=submit],
input[type=button],
.button {
  background: #52BBEC;
  border-color: #52BBEC;
}
input[type=submit]:hover,
input[type=button]:hover,
.button:hover {
  background: #6cc5ef;
}
.button:active {
  background: #4fb4e3;
}
/* Green */
.button.green {
  color: #fff;
  background: #5daf6f;
  border-color: #5daf6f;
}
.button.green:hover {
  background: #91d7a1;
}
.button.green:active {
  background: #7bca8c;
}
/* Brown */
.button.brown {
  color: #fff;
  background: #58504B;
  border-color: #58504B;
}
.button.brown:hover {
  background: #716a66;
}
.button.brown:active {
  background: #554d48;
}
/* Yellow */
.button.yellow {
  color: #996633;
  background: #FED86F;
  border-color: #FED86F;
}
.button.yellow:hover {
  background: #fede84;
}
.button.yellow:active {
  background: #f4d06b;
}
/* Orange */
.button.orange {
  color: #fff;
  background: #f26a46;
  border-color: #f26a46;
}
.button.orange:hover {
  background: #f48062;
}
.button.orange:active {
  background: #e96643;
}
/* Red */
.button.red {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}
.button.red:hover {
  background: #eb6759;
}
.button.red:active {
  background: #de493a;
}
/* --------------------------------------------------------	*/
/*	Tabs */
/* --------------------------------------------------------	*/
ul.nav-tabs {
  padding-left: 0px;
	margin: 20px 0;
}
.nav-tabs > li {
  margin-left: 0px;
}
.nav-tabs > li > a {
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #222;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav-tabs > li:first-child {
  margin-left: 0px;
}
.nav-tabs > li.active > a {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000000;
}
.nav-tabs > li:hover > a {
  background: #eee;
  color: #000;
  border: 1px solid #ccc;
}
.tab-content {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
  margin-top: -20px;
  padding: 20px;
  background: white;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* --------------------------------------------------------	*/
/*	Navigation */
/* --------------------------------------------------------	*/
.navbar {
  background: white;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  padding-top: 0px;
}
.navbar li a {
  display: block!important;
}
.navbar .container {
  width: 940px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
}
.navbar .navbar-inner {
  background: transparent!important;
  background-image: none!important;
  padding: 19px 0 0 0;
  border: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.navbar .nav-responsive {
  display: none;
}
.navbar .brand {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 70px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 0.7em;
  color: #000;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  margin-left: 0;
  padding: 0;
}
.navbar .brand:hover {
  color: #7ed090;
}
.navbar .nav {
  margin-top: 20px;
}
.navbar .nav > li:hover {
  border-bottom: 1px solid #ccc;
}
.navbar .nav > li.active {
  border-bottom: 1px solid #aaa;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
  background: none;
  font-weight: bold;
  font-weight: normal;
  color: #000;
}
.navbar .nav > li {
  margin: 4px 0 0 10px;
  position: relative;
}
.navbar .nav > li a,
.navbar .nav > li a:hover {
  text-decoration: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .nav > li > a {
  color: #444!important;
  padding: 9px 5px 10px;
  font-size: 1.1em;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.navbar .nav > li > a:hover {
  color: #222;
}

@media (max-width: 767px) {
	.navbar .brand {
	  padding-bottom: 20px;
	}
}

/* --------------------------------------------------------	*/
/*	Navigation - dropdown */
/* --------------------------------------------------------	*/
.navbar .nav li.dropdown:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navbar .nav li.dropdown:hover {
  background: #444;
}
.navbar .nav li.dropdown a {
  text-decoration: none;
}
.navbar .nav li.dropdown:hover a {
  color: #fff!important;
}
.navbar .nav li.dropdown ul li:first-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navbar .nav li.dropdown ul li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.navbar .nav li ul {
  margin: 0;
  display: none;
  z-index: 99;
}
.navbar .nav li ul li {
  margin: 0;
  padding: 0;
  background: #444;
  width: 160px;
  border-bottom: 1px solid #555;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar .nav li ul li:hover {
  background: #ff0000;
}
.navbar .nav li ul li a {
  padding: 6px 10px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
}
.navbar .nav li:hover ul {
  list-style-type: none;
  margin: 0;
  display: block;
  position: absolute;
  top: 2.9em;
}
/* --------------------------------------------------------	*/
/*	Carousel */
/* --------------------------------------------------------	*/
.carousel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-control {
  position: absolute;
  background: transparent;
  background-repeat: no-repeat;
  color: transparent;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  padding: 0px;
  line-height: 0.4em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.carousel-control:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel-control.left {
  left: 0px;
/*  background: url(../img/carousel/carousel-prev.png) top center no-repeat;
  background-size: contain;*/
}
.carousel-control.right {
  right: 0px;
/*  background: url(../img/carousel/carousel-next.png) top center no-repeat;
  background-size: contain;*/
}
.carousel .item img,
.carousel .item a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.carousel-table {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
  margin-top: -6%;
}
.lead-container {
  padding: 0px 0 0;
  margin-bottom: 50px;
}
.lead-container .container {
  padding: 20px 0 20px 0;
}
/* --------------------------------------------------------	*/
/*	Camera carousel */
/* --------------------------------------------------------	*/
.lead-container {
  overflow: hidden;
  padding-left: 50px;
}

.carousel.camera {
  position: relative;
  border: 0;
  width: 100%;
  height: 690px;
  margin: 0 auto;
  padding: 0;
	z-index: 0;
}
.carousel .carousel-camera {
  display: none;
}
.carousel.camera .carousel-camera {
  display: block;
  position: absolute;
  overflow: hidden;
  max-width: 100%;
/*  left: 24px; */
  z-index: -10;
}
.carousel.camera .item {
  overflow: hidden;
  margin-top: 201px;
  margin-left: -149px;
}
/*
.carousel.camera .carousel-inner {
 width: 360px;
 height: 240px;
 margin: 0 auto;
 position:absolute;
 left:128px;
 top:299px;
}
*/
.carousel.camera .carousel-control {
  margin-top: 5px;
  background-color: #8E8B89;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-left: -50px;
}
.carousel.camera .carousel-control:hover {
  background-color: #ff0000
}
.carousel.camera .carousel-control.left {
  background-image: url(../img/carousel/carousel-camera-prev.png);
  background-position: top center;
  background-size: contain;
}
.carousel.camera .carousel-control.right {
  background-image: url(../img/carousel/carousel-camera-next.png);
  background-position: top center;
  background-size: contain;
}

.carousel.camera .carousel-mv {
 position:absolute;
 width: 8.5714%; /* 72/840 */
 left: 58.333%; /* 490/840 */
 padding-top: 22.381%; /* 188/840 */
 z-index: -1;
 visibility: hidden;
}
.carousel.camera .carousel-led {
 position:absolute;
 width: 3.81%; /* 32/840 */
 left: 74.2857%; /* 624/840 */
 padding-top: 68.810%; /* 578/840 */
 z-index: -1;
 visibility: hidden;
}
.carousel.camera .carousel-off {
 position:absolute;
 width: 8.5714%; /* 72/840 */
 left: 10.9523%; /* 92/840 */
 padding-top: 18.8095%; /* 158/840 */
 z-index: -1;
 visibility: hidden;
}
.carousel.camera #boutons circle,rect,path {
  stroke: darkred;
  stroke-width: 2;
  fill: black;
  fill-opacity: 0;
}
.carousel.camera #boutons circle:hover,rect:hover,path:hover {
  stroke: red;
  fill: red;
}
tspan:nth-child(2n) {
  display: block;
}


/* --------------------------------------------------------	*/
/*	camera carousel media queries*/
/* --------------------------------------------------------	*/
@media (max-width: 979px) and (min-width: 768px) {
  #boutons {
    width: 724px;
    height: 595px;
  }
  
  /*
  .carousel.camera .carousel-camera {
    left: -84px;
  }
  .carousel.camera .carousel-inner {
    width: 840px;
    height: 400px;
  }
  .carousel.camera .item {
	margin-left: -266px;
  }
  .carousel.camera .carousel-control {
    margin-top: -2px;
  }*/
}

/* --------------------------------------------------------	*/
/*	Hero unit (page headings) */
/* --------------------------------------------------------	*/
.hero-unit {
  position: relative;
  padding: 0 0 0 0;
  background: transparent;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.3em;
}
.hero-unit h1 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
}
.hero-unit p {
  font-size: 1.8em;
  line-height: 1.15em;
}
/* --------------------------------------------------------	*/
/*	Custom styled scrollbar */
/* --------------------------------------------------------	*/
/*
html:not(.osx) ::-webkit-scrollbar {
	width: 6px;
}
html:not(.osx) ::-webkit-scrollbar-track-piece {
	background-color: white;
}
html:not(.osx) ::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,0.5);
}
*/
/* --------------------------------------------------------	*/
/*	Thumbnails */
/* --------------------------------------------------------	*/
.thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.thumbnail img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.thumbnail:hover {
  border-color: #ccc!important;
}
.thumbnail:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* --------------------------------------------------------	*/
/*	Section CTA Call to action */
/* --------------------------------------------------------	*/
.section-call-to-action {
  position: relative;
  background: #f4f3f2;
  border-top: 1px solid #eee;
  padding: 36px;
  margin: 36px 0 0;
}

.section-call-to-action + footer {
  margin-top: 0;
}
/* --------------------------------------------------------	*/
/*	Zoom and link overlays */
/* --------------------------------------------------------	*/
.zoom,
.link {
  position: relative;
}
.link .link-overlay,
.zoom .zoom-overlay {
  display: none;
  position: absolute;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  cursor: pointer;
  background: url(../img/icon-link.png) center center no-repeat;
}
.zoom .zoom-overlay {
  background: url(../img/icon-zoom.png) center center no-repeat;
}
.not-ie .link .link-overlay,
.not-ie .zoom .zoom-overlay {
  display: block;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.not-ie .zoom:hover .zoom-overlay,
.not-ie .link:hover .link-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.zoom:hover .zoom-overlay,
.link:hover .link-overlay {
  display: block;
}
/* --------------------------------------------------------	*/
/*	Pricing */
/* --------------------------------------------------------	*/
.pricing p {
  margin: 0;
}
.pricing ul {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.pricing ul li {
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
  font-size: 1.2em;
  color: #222;
}
.pricing ul li i {
  color: #444;
  font-size: 12px;
}
.pricing .plan {
  color: #666;
  margin-top: 35px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.pricing .plan:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.pricing .plan.most-popular {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.pricing .well {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.pricing .title {
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 20px;
  background: #2c2c2c;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.pricing .price {
  margin: 0;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
/* --------------------------------------------------------	*/
/*	Portfolio */
/* --------------------------------------------------------	*/
#portfolio-items .thumbnail {
  margin: 0 0 20px 0;
}
/* Work - filter by tag */
#portfolio-filter li a {
  border: 0;
  background: 0;
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#portfolio-filter li:hover a {
  background: #eee;
  color: #222;
}
#portfolio-filter li.active a {
  background: #74C676;
  color: #fff;
}
/* --------------------------------------------------------	*/
/*	Portfolio - project */
/* --------------------------------------------------------	*/
.project {
  position: relative;
}
.project img {
  width: 100%;
}
.project .thumbnail {
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.project .project-description {
  position: relative;
  text-align: left;
  padding: 14px 20px 14px 50px;
  background: white;
  font-size: 0.9em;
  color: #666;
}
.project .project-description b {
  font-weight: 600;
}
.project .project-description i {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #C2C2BA;
}
.project .project-description .project-tags {
  display: block;
  margin: 6px 0 0 0;
  color: #f30;
  text-align: left;
}
.project .project-description .project-tags a {
  margin: 0 6px 6px 0;
  cursor: pointer;
}
.project .project-description:before {
  display: block;
  content: " ";
  width: 15px;
  height: 10px;
  background: url(../img/triangle.png);
  position: absolute;
  margin-top: -24px;
  left: 20px;
}
/* --------------------------------------------------------	*/
/*	Portfolio - isotype (filtering tags) */
/* --------------------------------------------------------	*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* --------------------------------------------------------	*/
/*	Portfolio - Single Project Page*/
/* --------------------------------------------------------	*/
#project {
  font-size: 0.9em;
  color: #666;
}
#project h4 {
  color: #000;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#project ul {
  list-style-type: none;
  margin: 0 0 10px 20px;
}
#project ul li {
  padding: 0px 0;
}
#project .project-description {
  padding: 20px 0;
}
.project-links {
  padding: 10px 0;
  font-size: 15px;
  color: #ccc;
}
.project-links a {
  margin: 0 8px;
  font-size: 15px;
  font-weight: 400;
}
#related-projects .project {
  margin-bottom: 20px;
}
/* --------------------------------------------------------	*/
/*	Special elements */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Back-to-top */
/* --------------------------------------------------------	*/
#back-to-top {
  position: fixed;
  bottom: -30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #555;
  line-height: 1em;
  background-image: url(../img/triangle.png);
  background-position: 12px 16px;
  background-repeat: no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#back-to-top.shown {
  bottom: 30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#back-to-top:hover {
  background-color: #ff0000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* --------------------------------------------------------	*/
/*	Ribbon */
/* --------------------------------------------------------	*/
.ribbon {
  margin: 0;
  line-height: 1;
}
.ribbon span {
  position: absolute;
  display: inline-block;
  top: 22px;
  right: -25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #f26a46;
  width: 100px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
}
.ie .ribbon span {
  right: 0px;
  top: 0;
  padding: 3px;
}
/* --------------------------------------------------------	*/
/*	Tags */
/* --------------------------------------------------------	*/
.tags {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  clear: both;
}
.tags li,
.tags a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-bottom: 8px;
}
.tags a {
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 6px;
  padding: 0 10px 0 12px;
  background: #FED86F;
  color: #996633;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
}
.tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #FED86F transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  background: #996633;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tags a:hover {
  background: #58504B;
  color: #fff;
  text-shadow: none;
}
.tags a:hover:before {
  border-color: transparent #58504B transparent transparent;
}
.tags a:hover:after {
  background: #FED86F;
}
/* Green tags */
.tags.green a {
  background: #7ED090;
  color: #fff;
  text-shadow: none;
}
.tags.green a:before {
  border-color: transparent #7ED090 transparent transparent;
}
.tags.green a:after {
  background: #555;
}
.tags.green a:hover:after {
  background: #fff;
}
/* Blues tags */
.tags.supported a {
  background: #44CDEE;
  color: #fff;
  text-shadow: none;
  font-weight: 600;
}
.tags.supported a:before {
  border-color: transparent #44CDEE transparent transparent;
}
.tags.supported a:after {
  background: #555;
}
.tags.supported a:hover:after {
  background: #fff;
}
/* Gray tags */
.tags.unsupported a {
  background: #E2E2E2;
  color: #9d9d9d;
  text-shadow: none;
  font-weight: 600;
}
.tags.unsupported a:before {
  border-color: transparent #E2E2E2 transparent transparent;
}
.tags.unsupported a:after {
  background: #555;
}
.tags.unsupported a:hover:after {
  background: #fff;
}
.ie7 .tags a {
  padding: 1px 8px;
  margin: 0;
}


/* Orange tags */
.tags.beta a {
  background: #ff8500;
  color: #ffffff;
  text-shadow: none;
  font-weight: 600;
}
.tags.beta a:before {
  border-color: transparent #ff8500 transparent transparent;
}
.tags.beta a:after {
  background: #555;
}
.tags.beta a:hover:after {
  background: #fff;
}

/* --------------------------------------------------------	*/
/*	Flickr feed */
/* --------------------------------------------------------	*/
.flickr-feed img {
  margin: 0 2px 2px 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 25%;
  max-width: 64px;
}
/* --------------------------------------------------------	*/
/*	Circle */
/* --------------------------------------------------------	*/
.circle {
  font-weight: bold;
  display: inline-block;
  width: 52px;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  background: #f30;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* --------------------------------------------------------	*/
/*	Our team */
/* --------------------------------------------------------	*/
.member {
  background: url(../img/camera-separator.png) 180px center no-repeat;
  padding: 0px 40px 26px 242px;
  border-bottom: 0px dotted #ddd;
  position: relative;
  min-height: 128px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.member:hover .member-networks a {
  color: #f26a46;
}
.member .member-avatar {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.member .member-avatar img {
  height: 128px;
  width: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  border-radius: 128px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.member .member-name {
  margin: 0;
  color: #ff0000;
}
.member .member-position {
  color: #aaa;
  margin: 0 0 10px 0;
}
.member .member-networks a {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 10px 0 0;
  color: #666;
}
.member .member-bio {
  font-size: 0.9em;
  color: #666;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .member {
    padding: 0;
    background: none;
    margin: 0;
  }
  .member .member-avatar,
  .member:hover .member-avatar {
    top: 0;
    left: 0;
    margin: 0;
    padding: 4px;
  }
  .member .member-avatar,
  .member .member-avatar img {
    height: 84px;
    width: 84px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
  }
  .member-bio {
    padding: 20px 0;
  }
  .member-name,
  .member-position,
  .member-networks {
    padding-left: 112px;
  }
}
/* --------------------------------------------------------	*/
/*	Accordion */
/* --------------------------------------------------------	*/
.accordion {
  border: 1px solid #ccc;
}
.accordion-group {
  border: 0;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.accordion-inner {
  border: 0;
  background: #f6f6f6;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.accordion-heading .accordion-toggle {
  background: #fff;
}
.accordion-toggle:hover {
  color: #444;
  text-decoration: none;
}
.accordion-group:first-child .accordion-heading,
.accordion-group:first-child .accordion-toggle {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.accordion {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.accordion-heading a {
  color: #555;
  border: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc!important;
  font-size: 1.1em;
}
.tabbable.tabs-below .btn-group {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.tabbable.tabs-below .btn-group button {
  display: inline-block;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ddd;
  background: #eee;
  font-size: 14px;
  color: #555;
  padding: 8px 18px;
  float: none;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.tabbable.tabs-below .btn-group button:last-child {
  border-width: 0;
}
.tabbable.tabs-below .btn-group button.active {
  background: #7ed090;
  border-width: 0;
  color: white;
  text-shadow: none;
}
.tabbable.tabs-below .tab-content {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 11px;
  background: transparent;
}
/* --------------------------------------------------------	*/
/*	Blog */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Post */
/* --------------------------------------------------------	*/
.post {
  padding: 0 20px 0 0px;
  margin: 0px 0 30px 0;
  clear: both;
  max-width: 100%;
}
/* Media */
.post .entry-media {
  width: 100%;
}
.post .entry-media img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel .entry-media img {
  border: 0px solid #ddd;
  padding: 0px;
}
/* Body */
.post .entry-body {
  width: 70%;
  float: left;
  color: #888;
  font-size: 11px;
}
.post .entry-body h2 {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 10px 0;
  font-weight: normal;
}
.post.single-post .entry-body h2 {
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.post .entry-body a:hover h2 {
  text-decoration: underline;
}
.post:hover .entry-body a {
  color: #000;
}
/* Meta */
.post .entry-meta {
  width: 24%;
  padding: 0 2%;
  margin: 16px 0 0 0;
  float: right;
  clear: right;
}
.post .entry-meta span {
  display: block;
  text-align: right;
}

/* Responsible iframes hack */
/* This code makes iframes within video and audio post-types resize automatically */
/* fix by: http://webdesignerwall.com/demo/elastic-videos/ */
.post.video-post .entry-media,
.post.audio-post .entry-media {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
}
.post.video-post .entry-media iframe,
.post.video-post .entry-media object,
.post.video-post .entry-media embed .post.audio-post .entry-media iframe,
.post.audio-post .entry-media object,
.post.audio-post .entry-media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------------	*/
/*	Single post */
/* --------------------------------------------------------	*/
.post .entry-content {
  font-size: 13px;
  line-height: 1.6em;
}
/* --------------------------------------------------------	*/
/*	Comments */
/* --------------------------------------------------------	*/
#comments h4 {
  margin: 30px 0 0 0;
  padding: 16px 0 0 0;
  border-width: 1px 0 0 0;
  border-color: #eee;
  border-style: solid;
}
#comments textarea {
  width: 75%;
}
.comment {
  position: relative;
  clear: both;
  padding: 20px 0 0px 64px;
  margin: 20px 0;
  border-top: 1px solid #eee;
}
.comment .avatar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 64px;
}
.comment .avatar img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment .comment-meta {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #666;
}
.comment .comment-meta strong {
  font-size: 1.2em;
  display: block;
  color: #222;
}
.comment .comment-meta span {
  display: inline-block;
  margin-top: 6px;
}
.commentlist {
  list-style-type: none;
  margin: 0;
}
.comment-replies li {
  list-style-type: none;
  margin: 0 0 0 64px;
}
/* --------------------------------------------------------	*/
/*	Sidebar */
/* --------------------------------------------------------	*/
.sidebar {
  color: #666;
  font-size: 0.9em;
}
/* --------------------------------------------------------	*/
/*	Widget */
/* --------------------------------------------------------	*/
.widget {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.widget h4 {
  font-size: 1.1em;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #ccc;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
}
.widget ul.list-style {
  margin: 0 0 0 20px;
}
.widget ul.list-style li {
  padding: 4px 0 4px 0px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.widget ul.list-style li:hover {
  background: #fafafa;
}
.widget .widget .related-articles .thumbnail {
  width: 58px;
}
/* --------------------------------------------------------	*/
/*	Pagination */
/* --------------------------------------------------------	*/
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  border: none;
}
.pagination ul li a {
  border: none;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border-left-width: 0;
  color: #999;
}
.pagination ul li.active a {
  background: #eee;
  color: #000;
}
/* --------------------------------------------------------	*/
/*	Search - animated */
/* --------------------------------------------------------	*/
input[type=search],
input.search {
  padding-left: 26px;
  background-color: white;
  background: url(../img/search.png) 5px 5px no-repeat #ffffff;
}
input.animated {
  width: 50%;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
input.animated:focus {
  width: 84%;
}
/* --------------------------------------------------------	*/
/*	Services */
/* --------------------------------------------------------	*/
.services h3 {
  color: #222;
}
.services ul {
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}
.services ul li {
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-size: 1em;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  margin: 0;
  background: #f8f8f8;
  width: 20%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.services ul li a {
  padding: 0;
  margin: 0;
  background: transparent!important;
  border: none!important;
}
.services ul li:first-child {
  border-left: 1px solid #ccc;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.services ul li:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.services ul li:nth-child(even) {
  background: #eeeeee;
}
.services ul li:hover {
  background: #ffffff;
}
.services ul li.active {
  background: #BADC7F;
}
.services ul li.active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #BADC7F;
}
.services .button {
  margin: 10px 0 0;
}
.services .tab-content {
  margin: 0;
  padding: 30px;
  background: #F8F8F8;
}
.services .price {
  font-size: 14px;
  color: #E84E39;
  display: block;
  margin: 0;
  line-height: 2.8em;
  text-align: center;
  font-style: italic;
  padding: 0 10px 10px 10px;
}
.services .price b {
  font-size: 60px;
  display: block;
}
/* --------------------------------------------------------	*/
/*	Contact */
/* --------------------------------------------------------	*/
#map {
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa;
  margin: 20px 0 0;
}
#map-shadow {
  margin-top: -4px;
  width: 100%;
  margin-bottom: 20px;
}

/* kitor - this css needs cleanup, adding new stuff here... */

.nav-container {
	display: block;
	float: right;
}

.nav-container .nav{
	margin-right: 4em;
}

.social {
  display: inline-block;
  width: 32px;
  height: 32px;
	line-height: 32px;
	font-size: 20px;
  cursor: pointer;
	margin-top: 27px;
	border-radius: 50%;
	background: #BBB;
	color: #FFF;
	text-align: center;
}

.social.bitcoin{
	padding-left: 1px;
}

.social:hover {
	color: #FFF;
}

.social.bitcoin:hover{
	background: #f7931a;
}

.social.x:hover{
	background: #08c;
}

.social.facebook:hover{
	background: #1877F2;
}


.social.discord:hover{
	background: #5865F2;
}

ul.dash-list{
	list-style-type: '- ';
}

ul{
	margin: 1em;
}

ul li{
  padding: 0.25em 0;
}

.row.communities{
	margin-top: 1em;
	border-bottom: 1px solid #DDD;
}

.row.communities:last-child{
	border-bottom: none;
}

.row.communities a{
	color: #0088cc;
}

.row.communities p{
	font-size: 1.1em;
}

@media (max-width: 979px) {


	.nav-container .nav{
		margin-right: 0;
	}
	
	.nav-container .social{
			display: none;
	}

	.whatisit{
		text-align: center;
	}

	code{
		white-space: break-spaces !important;
		word-break: break-word;
	}
}

@media (max-width: 767px) {
	.nav-container {
		display: block;
		float: initial;
		text-align: center;
	}

	footer {
		text-align: center;
		font-size: 15px;
	}
}
