/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
}

body {
    padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #f9f7f1;
}

img,
a img {
	border:none;
}

/* Default buttons */
.btn {
	display:block;
	border:none;
	background:#8cc63f;
	color:#fff;
	padding:10px 0px;
	text-align:center;
	text-decoration:none !important;
	width:200px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	
	-webkit-transition:background 200ms ease-out;
	-moz-transition:background 200ms ease-out;
	-o-transition:background 200ms ease-out;
	transition:background 200ms ease-out;
}
.btn.btn-primary {
	background:#8cc63f;
	color:#fff;
}
.btn.btn-primary:hover {
	background:#e6a422;
	color:#fff;
}
.btn.btn-default {
	background:#fff;
	color:#666;
}
.btn.btn-default:hover {
	background:#ccc;
	color:#666;
}
.btn.btn-big {
	padding:16px 0px;
}
.btn.input-group-addon {
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn.btn-sm {
	width:auto;
	padding:7px 10px;
}
#share-button{
	color:#ccc
}
#share-button:hover{
	color:#000
}
.btn.btn-inline {
	display:inline-block;
	width:auto;
}
.input-group {
	width:100%;
}
.input-group input.form-control {
	width:60%;
	float:left;
}
.input-group .btn.btn-inline {
	width:38%;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}

/* Navbar */
.navbar {	
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
}
.navbar .container {
	height:60px;
}
.navbar-brand img {
	height: 56px;
	width: auto;
	padding-left:12px;
}
.navbar ul.nav.navbar-nav {
	margin:16px 0px 0px 0px;
	
}
.navbar ul.nav.navbar-nav>li {
	font-size:20px;
}
.navbar ul.nav.navbar-nav a {
	-webkit-transition:color 200ms ease-out;
	-moz-transition:color 200ms ease-out;
	-o-transition:color 200ms ease-out;
	transition:color 200ms ease-out;
}
.navbar ul.nav.navbar-nav li.gold a {
	color:#8cc63f;
}
.navbar ul.nav.navbar-nav li.gold a:hover {
	color:#e6a422;
}
.navbar ul.nav.navbar-nav ul {
	margin-top:15px;
	border:none;
	background:rgba(0,0,0,0.8);	
}
.navbar ul.nav.navbar-nav ul a {
	color:#fff;	
	padding-top:10px;
	padding-bottom:10px;
		
	-webkit-transition:background 200ms ease-out;
	-moz-transition:background 200ms ease-out;
	-o-transition:background 200ms ease-out;
	transition:background 200ms ease-out;
}

/* Blade/Container */

.blade {
	padding-top:40px;
	padding-bottom:40px;
}
.blade.green,
.row.green {
	background-color: #1b75bc;
	color:#fff;
}
.blade.gray,
.row.gray {
	background-color: #918f7f;
	color:#fff;
}
.blade.below-home-boxes {
	padding-top:80px;
}
.blade.introduction {
	padding-top:10px;
	padding-bottom:10px;
}

.blade.green a,
.row.green a {
	color:#fff;
	text-decoration:underline;	
}

.blade .page-header {
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	font-size:36px;
	padding-bottom:20px;
	margin-bottom:40px;
    font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.blade.green .page-header,
.blade.gray .page-header {
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.blade.introduction .container .page-header {
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.blade.introduction .container .page-header .small {
	padding-top:8px;
}

.row {
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
}
nav .container,
.blade .container,
.row .container,
footer .container {
	font-size:15px;
	line-height:26px;
	padding:0px 20px;
	width:calc(100% - 40px);
	max-width:1100px;
}

img.photo {
	display:block;
	width:100%;
	height:auto;
	border:4px solid #fff;
	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.caption {
	display:block;
	padding:12px 0 12px 0px;
	font-size:12px;
	line-height:18px;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:26px;
	line-height:34px;
	width:70%;
	margin-top:20px;
	margin-bottom:20px;
	border-left:4px solid #8cc63f;
}

/* Home boxes boxed content */

.home-boxes {
	margin-bottom:-120px;
	padding-top:0px;
}
.home-boxes .panel.panel-default {
	border:none;
	background:#fff;
	min-height:285px;
	
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
}
.home-boxes .panel.panel-default .panel-heading {
	background:#918f7f;
	min-height:68px;
	text-align:center;
	font-size:17px;
	line-height:22px;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:12px 20px;
	margin:0px;
}
.home-boxes .panel.panel-default .panel-heading.heading-single-line {
	padding-top:22px;
}
.home-boxes .panel.panel-default .panel-body {
	padding:18px 30px 24px 30px;
	font-size:14px;
}
.home-boxes .panel.panel-default .panel-body p {
	min-height:110px;
}
.home-boxes .panel.panel-default .btn.btn-primary {
	margin:0px auto;
}

/* The Team boxes */

.the-team {
	
}
.the-team .thumbnail {
	border:none;
	background:#fff;
	min-height:200px;
	margin-bottom:30px;
	
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
}
.the-team .thumbnail.tall {
	min-height:412px;
}

.the-team .thumbnail p {
	color:#333;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	line-height:20px;
}
.the-team .thumbnail .img-logo {
	width: 150px;
	height: 150px; 
	margin-top: 16px; 
	border:none;
}
.the-team .thumbnail .img-person { 
	width: 110px;
	height: 150px; 
	margin-top: 16px; 
}

/*
.container {
	font-size:15px;
	line-height:26px;
}

.main-wrapper .container { 
	width: 100%;
}
.main-wrapper {
	border:1px solid #F3EFE3;
	background:#F9F7F1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
*/

.page-header,
h2, h3 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:400;
}
.page-header strong,
h2,
h2.page-header, 
h3 {
	font-weight:700;
}
.page-header .small {
	font-size:24px;
	margin:8px 0px;
}

.mobile-only {
	display:none;
}

.img-portfolio {
    /*margin-bottom: 30px;*/
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header {
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
header .centerpiece {
	min-height:456px;
	position:relative;
}
header .centerpiece .slide {
	display:inline-block;
	position:absolute;
	top:54%;
	right:0;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header .centerpiece .slide .tagline {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	background:rgba(0,0,0,0.8);
	-webkit-backdrop-filter:blur(3px);
	color:#fff;
	font-size:42px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0px;
	padding:16px 60px;
}
header .centerpiece .slide .button {
	text-align:right;
	padding-top:11px;
}
header .centerpiece .slide .button a {
	padding:12px 60px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#8cc63f;
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:1px;
	
	-webkit-transition:background 200ms ease-out;
	-moz-transition:background 200ms ease-out;
	-o-transition:background 200ms ease-out;
	transition:background 200ms ease-out;
}
header .centerpiece .slide .button a:hover {
	background:#e6a422;
	color:#fff;
	text-decoration:none;	
}

/* Homepage featured projects */

.featured-project-thumbnail {
	text-align:right;
	position:relative;
	min-height:500px;
}
.featured-project-thumbnail .phone-with-headphones {
	position:absolute;
	z-index:3;
	top:-20px;
	left:0;
	width:100%;
	width:calc(100% - 30px);
	margin-right:30px;
}
.featured-project-thumbnail .phone-with-headphones path.st0 {
	fill:rgba(255,255,255,0);
	
	-webkit-transition:fill 400ms ease-out;
	-moz-transition:fill 400ms ease-out;
	-o-transition:fill 400ms ease-out;
	transition:fill 400ms ease-out;
}
ul.featured-projects {
	margin:40px 0px;
	padding:0px;
	width:100%;
	list-style:none;
}
ul.featured-projects li {
	margin:0px 0px 8px 0px;
	padding:20px 24px;
	
	-webkit-transition:background 200ms ease-out;
	-moz-transition:background 200ms ease-out;
	-o-transition:background 200ms ease-out;
	transition:background 200ms ease-out;
}
ul.featured-projects li:hover {
	cursor:pointer;	
}
ul.featured-projects li.selected {
	background:#fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
}
ul.featured-projects li h3 {
	margin:0px;
	padding:6px 0px;
    font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:600;
}
ul.featured-projects li p {
	color:#666;
	line-height:20px;
	font-size:14px;
}

/* getting-started */
.getting-started {
	text-align: center; 
	margin-top: 5px;
	background:black;
	color:#fff;
	padding:12px 12px 8px 12px;
	margin-top:0px;
}
.getting-started a {
	color:#C38C00;
}

/* contact/iframes */
	
.iframe.square {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
	border: solid black 1px;
} 
.iframe.square iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	background:#000;
	color:#fff;
	padding-top:30px;
	padding-bottom:40px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#8cc63f;
	text-decoration:none;
}
footer .logos {
	text-align:right;
}
footer .col-with-border {
	border-top:1px solid rgba(255,255,255,0.3);
	padding-top:20px;
}
footer img {
	border:none;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Authentication styles */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-register .input-group,
.form-signin .input-group,
.form-register .input-group {
	margin-bottom:8px;
}
.form-register button,
.form-signin button,
.form-register button {
	margin-top:20px;
}

/* Register styles */
.form-register {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-register .form-signin-heading,
.form-register .checkbox {
  margin-bottom: 10px;
}
.form-register .checkbox {
  font-weight: normal;
}
.form-register .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-register .form-control:focus {
  z-index: 2;
}
.form-register input {
  margin-bottom: 3px;

}

.form-signin .input-group input.form-control {
    width: 100%;
}

.form-register .input-group input.form-control {
    width: 100%;
}

.toc-arrow {
	cursor: pointer;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

div.settings span.group-span-filestyle label {
	width: 300px;
}

/* Buttons - edits to base btn class */
.btn.btn-icon {
	text-align:left;
	padding-left:12px;
	margin-top:8px;
}
.btn.btn-icon span {
	display:inline-block;
	padding-right:8px;
	margin-right:3px;
	
	padding-top:8px;
	padding-bottom:8px;
	margin-top:-8px;
	margin-bottom:-8px;
	
	border-right:1px solid rgba(0,0,0,0.15);
}
.btn-white {
	background:#fff;
	color:#464646;
	border:1px solid #D9D1D7;
}
.btn-white:hover {
	background:rgba(0,0,0,0.1);
}
.btn-wide {
	display:inline-table;
	width:auto;
	padding-left:20px;
	padding-right:20px;
}

/* Project Builder */
.col-md-6.no-left-padding {
	padding-left:0px;
}
div.project {
	padding-left:14px;
	padding-right:14px;
}
div.project .wrapper {
	border:1px solid #F3EFE3;
	background:#F9F7F1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:22px 20px;
}
div.project .wrapper .wrapper-footer {
	text-align:center;
	border:1px solid #EDE8D6;
	background:#F3EFE3;
	padding:24px;
	margin:0px -21px -23px -21px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
div.project .panel.panel-default {
	border:none;
}
div.project .panel.panel-default .panel-heading {
	color:#fff;
	border-bottom:none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.project .col-md-8:first-child .panel.panel-default .panel-heading {
	background:#777;
}
div.project .panel.panel-default .panel-body.white {
	background:#fff;
	border:1px solid #D9D1D7;
	border-top:none;
}
div.project .panel.panel-default .panel-body.form-element {
	padding:0px;
}
div.project .panel.panel-default .panel-body.form-element input,
div.project .panel.panel-default .panel-body.form-element textarea {
	width:100%;
	background:#fff;
	border:1px solid #D9D1D7;
	border-top:none;
	color:#464646;
	padding:12px;
}
div.project .panel.panel-default .panel-body.form-element textarea {
	min-height:150px;
	margin-bottom:-6px;
}
div.project .panel.panel-default .panel-body.form-element textarea.tall {
	min-height:250px;
}
div.project .panel.panel-default .panel-body.form-element input.large {
	font-size:24px;
}
div.project .panel.panel-default .panel-body .thumbnail {
	width:100%;
}
div.project .panel.panel-default .select-bg {
	display:inline-block;
	padding:8px;
	width:calc(33% - 12px);
	/*margin-right:12px;*/
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}
div.project .panel.panel-default .select-bg:nth-child(4n) {
	margin-right:0px;
}
div.project .panel.panel-default .select-bg:hover,
div.project .panel.panel-default .select-bg.selected {
	background:#D7CEB2;
	cursor:pointer;
}
div.project .panel.panel-default .select-template {
	display:inline-block;
	padding:8px;
	width:calc(33% - 12px);
	/*margin-right:12px;*/
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}
div.project .panel.panel-default .select-template:nth-child(4n) {
	margin-right:0px;
}
div.project .panel.panel-default .select-template:hover,
div.project .panel.panel-default .select-template.selected {
	background:#D7CEB2;
	cursor:pointer;
}
div.project .panel.panel-default .panel-body .col-md-6:first-child {
	padding-left:0px;
}
div.project .panel.panel-default .panel-note {
	background:#f5f5f5;
	padding:14px;
	padding-top:20px;
	margin:-14px;
	margin-top:24px;
}
div.project .panel.panel-default .panel-note img.icon {
	display:inline-block;
	float:left;
	margin-right:20px;	
}

/* audio player */
.audio-player {
	display:none;
	width:100%;
}
.audio-player audio {
	width:100%;
	background:#222;
}

/* microphone controls */
.microphone-controller {
	display:none;
	width:100%;
	padding:4px
}

div.todo-description {
    display: none;
}

input.todo-title {
    border: none;
    padding: 3px;
    width: 140px;
}

div.todo-description textarea {
    border: none;
    padding: 3px;
    width: 100%;
}

/* Table of contents*/
div.project .panel .unid-list {
	padding:0px;
}
div.project .panel .unid-list p {
	margin:12px;
}
div.project .panel .unid-list ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
div.project .panel .unid-list ul li {
	padding:8px 6px 8px 14px;
	border-bottom:1px solid #D9D1D7;
}
div.project .panel .unid-list ul li ul {
	margin:8px -6px -8px -14px;
	padding:0px;
	border-left:26px solid #EEE;	
}
div.project .panel .unid-list ul li ul li {
	border-top:1px solid #D9D1D7;
	border-bottom:none;
}
div.project .panel .unid-list ul li ul li p {
	margin:4px 0px;
}
div.project .panel .unid-list ul li .label {
	margin-left:4px;
	margin-top:-1px;
	padding-top:6px;
	padding-bottom:5px;
}
div.project .panel .unid-list ul li .fa-bars {
	margin-right:12px;
	color:rgba(0,0,0,0.3);
}
div.project .panel .unid-list ul li .fa-bars:hover {
	cursor:pointer;	
}
div.project .panel .unid-list ul li .fa-chevron-right, 
div.project .panel .unid-list ul li .fa-chevron-down {
	display:inline-block;
	width:18px;
}
div.project .panel .unid-list ul li .fa-chevron-right:hover, 
div.project .panel .unid-list ul li .fa-chevron-down:hover {
	cursor:pointer;
	color:rgba(0,0,0,0.4);
}

/* Table of contents sortable */
body.dragging, body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}
#sortable li.placeholder {
	position: relative;
	/** More li styles **/
}
#sortable li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

/* Project Page Edit */
div.project .wrapper .warning {
	background:#DB524B;
	color:#fff;
	font-weight:bold;
	margin:-22px -20px 22px -20px;
	padding:20px 20px 20px 20px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.project .wrapper .warning a {
	color:#fff;
	text-decoration:underline;
}
div.project .wrapper .warning a.btn-primary {
	color:#fff;
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	float:right;
	margin-top:-7px;
}

div.project .help {
	padding:12px 0px;
	margin-bottom:24px;
}
div.project .help .fa {
	display:inline-block;
	float:left;
	font-size:56px;
	color:#7f7f7f;
	margin-right:12px;
}

/* tips column */
div.project .tips-column .panel ul.standard-list {
	margin:12px 0px;
	padding:0px;
	list-style:none;
}
div.project .tips-column .panel ul.standard-list li {
	padding:4px 0px;
}
div.project .tips-column .panel ul.standard-list li a {
	margin-left:8px;
}

/* filter */
.breadcrumb.above-filter {
	border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.filter {
	padding: 8px 15px;
	margin-bottom: 20px;
	margin-top:-20px;
	list-style: none;
	background-color: #000;
	color:#fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.filter > li {
	display: inline-block;
}
.filter > li + li:before {
	padding: 0 5px;
	color: rgba(255,255,255,0.3);
	content: "\007c";
}
.filter a {
	color:#fff;
}
.filter a:hover {
	color:#b98600;
	text-decoration:none;
}
.filter a .glyphicon {
	font-size:12px;
	display:inline-block;
	padding-left:5px;
	color:#fff;
}

/* mobile responsive */
@media only screen and (max-width: 800px) { 
	.mobile-only {
		display:inline;
	}
	.desktop-only {
		display:none;
	}
	
	.navbar-brand img {
		width:132px;
		height:60px;
		top: -4px; 
	}
	
	.navbar-toggle {
		line-height:12px;
	}
	
	div.project .edit-column,
	dif.project .tips-column {
		margin:0px 15px;
		padding:0px;
		width:calc(100% - 30px);
	}
	div.project .wrapper .col-md-4,
	div.project .wrapper .col-md-6,
	div.project .wrapper .col-md-8 {
		padding-left:0px;
		padding-left:0px;
		width:100%;
	}
	div.project .wrapper input,
	div.project .wrapper textarea {
	    -webkit-appearance: none;
	    border-radius: 0;
	}
	div.project .panel .unid-list .text-length {
		display:none;
	}
	div.project .panel.panel-default .select-template {
		width:calc(50% - 18px);
		margin-bottom:24px;
	}
	div.project .panel.panel-default .select-bg {
		width:calc(50% - 18px);
		margin-bottom:24px;
	}
	div.project .help {
		margin-top:32px;
	}
	div.project .panel-body.white p {
		margin:12px 0px;
	}
	div.project .panel .unid-list p {
		margin:12px;
	}
	div.project .panel .unid-list ul li ul li p {
		margin:4px 0px;
	}

}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.version {
    white-space: nowrap;
    overflow: auto;
    height:100%;
    max-height:600px;
    text-overflow: ellipsis;
}

span.toc-icon {
	width: 23px;
	cursor: pointer;
}


.carousel-inner {
	overflow: visible;
}
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: black;
    text-shadow: 0 0 0;
}


div.home-boxes .panel {
	height: 285px;
}
div.home-boxes .panel .panel-heading {
	font-size:14px;
}

.deleted {
	display: none;
}

img {
    border: 1px solid #000;
}

img.cropper {
    max-width: 100%;
    width: 100%;
    border: 1px solid black;
}

div.img-preview {
    overflow: hidden;
    height: 400px;
    width: 400px;
    border: 1px solid black;
}

div#main-nav {
    min-height: 80px;
}

.diff-html-changed, .diff-html-added, .diff-html-removed {padding: 2px; margin: 2px; display: inline-block;}
.diff-html-changed {background-color: #FCF8E3; border: 1px solid #FBEED5;}
.diff-html-added {background-color: #DFF0D8; border: 1px solid #D6E9C6; text-decoration: none;}
.diff-html-removed {background-color: #F2DEDE; border: 1px solid #EED3D7;}

.atlwdg-trigger {
    background: black !important;
}

/* forms */
.input-group label {
	display:none;
}

.taxuser-filter {
	cursor: pointer;
	color: #1b75bc;
}

/* locations */
.sample-text-container {
	position:  relative;
}
.sample-text {
	text-align: center;
}
.sample-text .card-title {
	position: absolute;
	top: 36%;
	font-size: 2.0em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	width: 100%;
	font-weight: bold;
	color: #fff;
}
.sample-text .card-subtitle {
	line-height: 17px
	font-size: 1.0em;
	position: absolute;
	top: 52%;
	width: 100%;
	color: #fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.floatThead-table thead {
    background-color: #fff;
}

/*data table fixed header */
.dataTable.fixedHeader-floating {
	background: #fff;
	top: 80px!important;
}
@media only screen and (max-width: 800px) {
	.dataTable.fixedHeader-floating {
		top: 72px!important;
	}
}