/*
 * Globals
 */

body {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    .collapse.in{
        display:block !important;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

p {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    color: #3f3f3f;
}

blockquote:first-child{
	display:inline;
}
blockquote :last-child{
	margin-bottom:0;
}
a{
	color:#1465ce;
}
.underline-link{
	text-decoration:underline;
}
.side-sec-link{
	color:#337ab7;
}


.blog-img{
    margin-top:20px;
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-right-img{
    margin-top:10px;
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-left: 10px;
    margin-right: auto;
}
.blog-left-img{
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-right: 10px;
    margin-left: auto;
}

.blog-eta-img{
    margin-bottom:-10px;
    max-width:90%;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    max-width:1120px;
  }
}

@media  (min-width: 767px) {
    #get-in-touch-div {
        position: fixed;
        width: 200px;
        text-align:center;
        margin-top:50px;
    }
}

#mobile-news {
    display:none;
}
#mobile-news .mobile-news-title{
  text-align: center;
  padding: 0px 25px 20px 20px;
  color: #f7921E; 
  font-size: 20px;
}
#mobile-news .mobile-news-list{
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.8;
}

#bottom-article{
}

#bottom-article .bottom-article-title{
  text-align: center;
  padding: 0px 25px 20px 20px;
  color: #00a65a;
  font-size: 22px;
}
#bottom-article .bottom-article-list{
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media  (max-width: 767px) {
    #new-get-in-touch-div {
	display:none;
    }
    #mobile-news {
	display:block;
    }
    #blog-cover-img {
        float:none!important;
	margin-left:auto;
    }
    #blog-testimonial-img {
        float:none!important;
	margin-right:auto;
    }
}

#new-get-in-touch-div {
   width:200px;
   text-align:center;
   position:fixed;
   margin-top:30px;
   margin-right:10px;
}

#get-in-touch-div{
    text-align:center;
}

.get-in-touch-desc{
    margin-top:20px;
    font-size:16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.product-desc{
    margin-top:10px;
    font-size:16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

.navbar-request-demo-btn{
    background-color:#f7921E;
    border-radius: 10px;
}

#navbar a{
    color: white;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color 0.5s;
}
#navbar a:hover{
color: #cedae0;
}

#navbar{
    background-color:#2dacee;
    border-color:#2dacee;
}

.dropdown-menu{
    background-color:#2dacee;
}

.dropdown-menu li{
    margin-top:5px;
    margin-bottom:5px;
    padding: 0 20px;
    line-height: 2em;
    font-weight: 500;
}

.navbar-toggle {
    border-color: white !important;
}
.navbar-toggle .icon-bar{
    background-color: white !important;
}

.whova-navbar{
    background-color: #2dacee;
    height:84px;
    z-index:999;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}
.whova-nav-brand{
    padding-top:5px;
}
.whova-nav-brand img{
    height:40px;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

	
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 20px;
  margin-top:25px;
  font-size: 30px;
  line-height:1.4;
}
.blog-sub-heading {
    font-size: 28px;
    margin-top:30px;
    margin-bottom:18px;
}
.blog-sub-sub-heading {
    margin-top:28px;
}
.blog-sub-sub-sub-heading{
    margin-top:28px;
    font-size:20px;
    font-weight:bold;
}
.ordered-list {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: #000000;
    line-height: 1.8;
}
.unordered-list{
    font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: #000000;
    line-height: 1.8;
}

li{
    margin: 5px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  text-align: center;
  background-color: black;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.footer-category-header{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    color: #dddddd;
    font-size:16px;
    margin-top:10px;
    margin-bottom:8px;
}

.footer-item{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    color: #555555;
    font-size:16px;
    margin-bottom:5px;
}

#pricing-page-link{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
}

@media (min-width: 991px) {
    /*
.navbar-default .navbar-nav > li:hover{
    color: #a3cbe0;
}*/
/*
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #a3cbe0;
    color: rgb(85, 85, 85);
}
*/
li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:hover{
    background-color: #2b8bc4;/*#246c96;*/
    color: rgb(85, 85, 85);

}
}

.footer-item a{
color: #555555;
}

.image-courtesy-text {
    font-size:10px; text-align:center;
    margin-bottom: 20px;
}

.blog-img-caption{
    text-align:center;
    font-size:16px;
    margin-bottom: 30px;
}
#new-feature {
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 200px;
  min-height: 230px;
  border-radius: 3px;
  background-color: #fff;
 /% border: 1px solid #008d4c; %/
}
#new-feature .content-icon {
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  text-align: center;
  padding: 0px 20px 20px 0px;
  color: #00a65a;
  font-size: 18px;
}
#new-feature .content-item {
  min-height: 102px;
  border-bottom: 1px solid lightgrey;
}
#new-feature .content-desc {
  height: 120px;
  font-size: 14px;
}
#new-feature .screenshot {
  margin-top: 15px;
  height: 150px;
  overflow: hidden;
  width: 180px;
}
#new-feature .screenshot img {
  max-width: 100%;
}
#new-feature .screenshot-checkin {
  height: 150px;
  margin-top: 15px;
  width: 188px;
}
#new-feature .screenshot-checkin img {
  max-width: 100%;
  margin-top: 20px;
}
#new-feature .carousel-inner {
  text-align: left;
  padding-right: 7px;
  word-wrap: break-word;
}
#new-feature .carousel-inner .content-detail {
  font-size: 14px;
  padding: 0px 10px;
}
#new-feature .carousel-inner .content-action {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  height: 35px;
}
#new-feature .carousel-inner .content-action .whova-btn {
  display: block;
  margin: 5px auto;
  width: 100px;
}
#new-feature .carousel-indicators {
  bottom: 0px !important;
}
#new-feature .carousel-indicators li.active {
  background-color: green !important;
}
#new-feature .carousel-indicators li {
  background-color: #7cd47c !important;
}

blockquote{
	border-left:1em solid #184d62;
	margin:1.5em 1em;
	padding:.5em 1em;
	quotes:"\201C""\201D";
}
blockquote:before{
	color:#808080;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote:first-child{
	display:inline;
}
blockquote :last-child{
	margin-bottom:0;
}

.st-total {
    visibility:hidden;
}

table, th, td{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px solid black;
    border-collapse: collapse;
}
th, td{
    padding: 5px;
}
th{
    text-align: left;
}
.anchor{
    display:block;
    height:80px;
    margin-top: -80px;
    visibility: hidden;
}
.boxed{
    font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
    font-size: 14px;
    border: 1px solid green;
    padding-right: 10px;
    padding-left:  10px;
    padding-top: 10px;
    padding-bottom:  10px;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    line-height:1.6em;
}
