

/* mindola software: supernotecard site */
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;	
	background-color:#f9f9f9;
}
html, body {
    height: 100%;
}


a {
	color: #617F01;
}
a:hover, a:focus {
	color: #617F01;
}

/* no link appearance */
.no-link {
	color:#333;
	text-decoration:none;
}
.no-link:hover {
	color:#333;
	text-decoration:none !important;
}
.no-link:active, .no-link:visited, .no-link:link {
	text-decoration:none !important;
	color:#333;
}

p {
	margin-bottom:15px;
}


h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height:42px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 30px;
	
}


h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height:31px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 40px;
	
}

/* standard page title with no top spacing */
h2.page-title {
	margin-top:0px;
}

/* override h3 as standard section header */
h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 300;
	line-height:27px;
}

h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
	line-height:24px;
}

h5 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height:22px;
}



.site-content {
 padding-left:15px;
 padding-right:15px;
}

.logo {
	background-color:#617F01;
	text-align:center;
	
	content: "";
	display: inline-block;
	width:82px; /* = height x .875 */
	height:94px; 
	
	position:absolute;
	top:0;
	margin: 0 auto;
	left: 0;
	right: 0;
	
	z-index:99999;
}
.logo:after {
	content: "\e602"; /*card*/
	display: inline-block;
	font-family: 'Icomoon';
	font-size:49px;
	line-height:90px;
	color:#fff;
	-webkit-transform: rotate(-15deg); /* yes its 15 degrees */
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.logo:hover {
	cursor: pointer;
}
/*
.logo-old {
	background-image: url('../img/logo_round_84.png');
	background-repeat: no-repeat;
    background-position: center 10px; 
	
	content: "";
	display: inline-block;
	width:84px;
	height:94px;
	
	position:absolute;
	top:0;
	margin: 0 auto;
	left: 0;
	right: 0;
	
	z-index:99999;
}
.logo-old:hover {
	cursor: pointer;
}
*/

.logo-sm {
	position:absolute;
	width:56px;
	height:64px;
	text-align:center;
	margin: 0px auto;
}
.logo-sm:after {
	content: "\e602"; /*card*/
	display: inline-block;
	font-family: 'Icomoon';
	font-size:28px;
	line-height:58px;
	color:#fff;
	-webkit-transform: rotate(-15deg); /* yes its 15 degrees */
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.logo-left {
	position:absolute;
	width:45px;
	height:50px;
	text-align:center;
	margin: 0px 0px;
}
.logo-left:after {
	content: "\e602"; /*card*/
	display: inline-block;
	font-family: 'Icomoon';
	font-size:21px;
	line-height:50px;
	color:#fff;
	-webkit-transform: rotate(-15deg); /* yes its 15 degrees */
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.slider_wrapper {
	
	position:absolute;
	top:51px;
	left:0;
	width:100%;
	height:300px !important;
	overflow: hidden;
}
.slider_follower {
	margin-top:340px;
}

.slider-size {
	height: 300px; /* This is your slider height */
}
.carousel {
	width:100%; 
	margin:0 auto; /* center your carousel if other than 100% */ 
}

.carousel-caption {
	top:50px;
	bottom:auto;
	color:#333;
	text-align:center;
	right:0%;
	left:0%;
}
.carousel-caption-invert {
	color:#fff;
}
.carousel-caption h1 {
	font-size:50px;
	line-height:52px;
	margin-top:-2px;
	text-align:center;
	text-shadow:none;
	font-weight:600;
}
.carousel-caption p {
	font-size:24px;
	line-height:24px;
	text-shadow:none;
	text-align:right;
	padding-right:40px;
}
.carousel-caption a {
	color:#fff;
}
.carousel-caption a:hover {
	text-decoration:none;
}
.carousel-caption-text {
	max-width:400px;
}
.carousel-caption-box {
	top:0;
	left:0;
	color:#fff;
	text-align:center;
	background-color:#666666;
	font-size:13px;
	width:200px;
	height:28px;
	padding:5px;
	text-shadow:none;
}
.carousel-control {
	max-width:100px;
}
.carousel-control > span {
	opacity:.3;
}


/* mobile home view */
.home-billboard-sm {
}
.home-billboard-sm > div {
	margin-left:auto !important;
	margin-right:auto !important;
	padding:0px;
	text-align:center;
	color:#000;
	line-height:18px;
}
.home-billboard-sm > div > h1 {
	font-size:42px;
	line-height:52px;
}
.home-billboard-sm > div > p {
	font-size:16px;
}
.home-img-wrapper-sm {
	width:100%;
	height:275px;
	overflow:hidden;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.home-img-sm {
	margin-left:-320px;
	height:275px;
}

/* advanced style to get the panel to fill vertical space among three */
.equal-height, .equal-height > div[class*='col-'] {  
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.btn-primary {
    background-color: #666666; /*orange #ffa500*/
	border-color: #666666;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #555555; /*#ed9900*/
	border-color: #555555;
}

/* desaturate image class */
.desaturate {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1);
}

/* for paragraphs under images */
.img-caption {
	font-size:13px;
	margin-bottom:30px;
}


/* navbar */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#666666;/*ADC44F;*/
	color:#fff;
}

.navbar {
	margin-bottom:0px;
}

.navbar-default {
	background-color:#fff !important;
	background-image:none !important;
	border-left:0;
	border-right:0;
	-webkit-box-shadow:none !important;
	box-shadow: none;
	border-radius:0;
}

.navbar-nav.navbar-right:last-child {
	margin-right:0px !important;
}
.navbar-text {
	line-height:20px;
}

.navbar-header {
	padding-left:16px; /*see logo small in main.css*/
}


/* this ensures that upper right shows for tablets */
@media (max-width: 991px) {
	.navbar-default {
		border-bottom: none !important;
	}
	.navbar-default .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
    .navbar-header {
        float: none;
		border-bottom: 1px #e7e7e7 solid;
		padding-right:15px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding-top:10px !important;
		padding-bottom:10px !important;
		padding-left:15px !important;
		padding-right:15px !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		display: block!important;
		float:right !important;
		border-top: none !important;
	}
	.navbar-collapse.collapse.in ul, .navbar-collapse.collapsing ul {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-right: 15px;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 500px !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-brand .logo-text{
		margin-left:10px!important;
	}

	.collapsing {
        overflow: hidden!important;
	}
	
}
@media (max-width: 991px) and (min-width: 768px) {
	
	.navbar-toggle {
        margin-right: 0px !important;
    }
	.navbar-brand .logo-text{
		margin-left:25px!important;
	}
	
}



.glyphicon-bullet {
	margin-right:10px;
}


/* professional profiles */
.profile-thumbnail {
	width:120px;
	height:120px;
}


/* form input glow */
textarea:focus, .redactor-layer:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: rgba(97, 127, 1, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(97, 127, 1, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset, rgba(97, 127, 1, 0.2) 0px 0px 6.37136268615723px 0px !important;
	outline: 0 none;
}

div.redactor-layer:focus {
	border-top-color: rgba(200, 200, 200, 0.8) !important; /* top bar not green */
}

div.redactor-layer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.redactor-toolbar li a:hover {
	background-color: #617F01 !important;
}

.icon-list li {
  padding: 0 0 15px 25px;
  display: block;
  position: relative;
}
.icon-list-single li {
  padding-bottom: 5px !important;
}
.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%
}
.bullet-chevron-right li:before {
 	content: '\e080';
}

.bullet-checkmark li:before {
 	content: '\e067';
}

.bullet-arrow-right li:before {
	content: '\e092';
}
.bullet-stop li:before {
	content:'\e074';
	color:#617F01;
}



/* this is standard page wrapper to get div to fill page */
#wrapper {
	min-height: calc(100% - 180px) !important;
}

/* when a container is inside a wrapper, remove its left/right padding */
#wrapper > .container {
	padding-left:0px;
	padding-right:0px;
}
@media (min-width: 768px) {
	#wrapper > .container {
		padding-right:15px;
	}
}

/* footer */
#site-footer {
	border-top: 1px solid #ddd;
	font-size: 12px;
	background-color:#ffffff;
	height:180px;
}


.footer-menu {
	padding-top:25px;
	text-align:center;
}
.footer-menu > span {
	margin-right:10px;
	margin-left:10px;
	font-size:14px;
}
.copyright {
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.btn-social {
	width:40px;
	margin-right:5px;
	margin-bottom:5px;
	color:#fff !important;
}
.btn-social:link, .btn-social:active, .btn-social:visited  {
	color:#fff !important;
}


.pipe-divider {
	margin-left:10px;
	margin-right:10px;
	color:#ddd;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';



img.aligncenter {
	display: block;
	margin: 0 auto;
}



/* chromeframe error */
.chromeframe {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.chromeframe a {
	color: #fff;
	text-decoration: underline;
}






.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column img,
#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .entry-meta {
	margin-bottom: 40px;
}
#main-column .post,
#main-column .page {
	/*border: 1px solid #eee;*/
	margin-bottom: 20px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
	margin-bottom: 20px;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}


div.callout-quote {
  font-size: 1em;
  font-style: italic;
  margin: 0;
  line-height: 1.4em;
  quotes: "\201C""\201D";
}

div.callout-quote:before {
  font-family: Georgia;
  color: #808080;
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -.44em;
  padding: 0 .1em 0 .1em;
}

div.callout-quote:after {
  font-family: Georgia;
  color: #808080;
  content: close-quote;
  font-size: 4em;
  line-height: 0.0em;
  margin-right: 0.5em;
  vertical-align: -0.58em;
  padding: 0 0 0 .1em;
}

div.callout-quote:first-child {
  display: absolute;
  padding-top: 0.6em;
}

div.callout-quote:last-child {
  display: absolute;
}

div.callout-author {
	text-align:right;
	padding-right:20px;
}





