/*** header ***/

#main-navbar-container {
  min-height: 50px;
}

#main-navbar {
  background-color: #fff;
}

#main-navbar a {
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  margin-top: 5px;
  padding-bottom: 0px;
}

#main-navbar a.active {
  color: black;
  font-weight: bold;
}

#main-navbar a:hover {
  color: black;
}

#main-navbar .navbar-download-bt {
  /* special download link */
  background-color: #e3e3e3;
  padding-top: 5px;
  margin-top: 10px;
  height: 32px;
}
@media (min-width: 768px) {
  #main-navbar .navbar-download-bt {
    border-radius: 3px;
  }
}


#main-navbar .navbar-download-bt:hover {
  background-color: #cccccc;
  opacity: 0.9;
  /*color: rgba(255, 255, 255, 1);  */
}
#main-navbar .navbar-download-bt .glyphicon {
  margin-right: 4px;
  top: 3px;  
}

/* burger menu icon (override bootstrap) */
#main-navbar .navbar-toggle{
  border: none;
  margin-right: 8px;
}
#main-navbar .navbar-toggle:focus, #main-navbar .navbar-toggle:hover{
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-toggle .icon-bar{
  background-color: #000;
  width: 18px;
}


/*** page banner (insert above content) ***/

#page-banner {
  background-color: #e3e3e3;
}

#page-banner .banner-centered {
  text-align: center;
  margin: 0px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** footer fit-to-bottom ***/

#content {
  padding-bottom: 190px;
  /* height of footer */
}

#all {
  min-height: 100%;
  position: relative;
}

/*** footer ***/

#footer {
  background-color: #252526;
  padding-top: 20px;
  width: 100%;
  height: 190px;
  /* height of footer */
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #999999;
}


#footer > div > .container{
  min-height: 132px;
}


#footer .row {
  background-color: #252526;
  margin-left: 0px;
  margin-right: 0px;
}

#footer strong {
  color: #ccc;
  font-weight: normal;
  margin-bottom: 5px;
}

#footer .newsletter-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer .newsletter-form input[type=email] {
  background: #444;
  border: none;
  width: 73%;
  max-width: 300px;
  color: white;
  border-radius: 3px;
  padding: 6px;
  padding-left: 10px;
  font-weight: 200;
}

#footer .newsletter-form input[type=submit] {
  width: 25%;
  max-width: 80px;
  background: transparent;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 6px;
}

#footer .newsletter-form input[type=submit]:hover, #footer .newsletter-form input[type=submit]:focus {
  background: #444;
  color: white;
}

#footer .social-links a img {
  width: 20px;
  height: 20px;
  margin: 0px;  
  margin-top: 10px;
  margin-right: 5px;
  opacity: 0.6;
}
#footer .social-links a img:hover {
  opacity: 1.0;  
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #eeeeee;
}

#footer h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#footer ul {
  padding-left: 0;
  list-style: none;
}

#footer ul a {
  color: #999999;
}

#footer ul a:hover {
  color: #986dbd;
  text-decoration: none;
}

#footer .social a {
  color: #555555;
  font-size: 25px;
  margin: 0 10px 0 0;
}

#footer .social a:hover {
  color: #986dbd;
}

[data-animate] {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*
#footer .footer-content {
  min-height: 132px;
}
*/

#footer .the-small-print {
  font-size: 12px;
  background-color: #1e1e1e;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer .the-small-print a {
  color: #999999;
}

/*** newsletter ***/

.newsletter-offscreen{
  position: absolute; 
  left: -5000px;
}

/*** frontpage ***/

#home-splash {
  background-color: #3e2961;
  height: 423px;
}

#home-splash .sim-dial-container{
  width: 100%;
  position: absolute;
  overflow: hidden;  
}

#home-splash .sim-dial{
  opacity: 0.5;
  width: 340px;
  height: 423px;
  margin-left: auto;
  margin-right: auto;
  animation: spin 60s infinite ease-in;
  -webkit-animation: spin2 60s infinite linear;    
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./../img/home/splash-sim-dial.png);  
  background-size: contain;  
}
#home-splash:hover .sim-dial{
  animation: spin 0.33s ease-out 1;
  -webkit-animation: spin 0.33s ease-out 1; 
}

#home-splash .container{
  padding-top: 145px;
}

#home-splash .home-splash-left-side {
  text-align: right;
  padding-right: 0px;
}
@media (max-width: 767px) {
  #home-splash{
    height: 300px;
  }
  #home-splash .sim-dial{
    width: 220px;
    height: 283px;    
  }
  #home-splash .sim-dial-container{
    height: 300px;
  }
  
  #home-splash .home-splash-left-side{
    padding-right: inherit;    
  }
  #home-splash .home-splash-left-side,
  #home-splash .home-splash-right-side {
    text-align: center;
  }  
  #home-splash .container{
    padding-top: 0px;
  }    
}

#home-splash .home-splash-left-side .h1 {
  color: white;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0px;
}

#home-splash .home-splash-left-side .h2 {
  color: white;
  font-weight: 200;
  font-size: 28px;
  margin: 0px;
}
#home-splash .home-splash-left-side .h2 strong {
  font-weight: 400;
}

#home-splash .home-splash-left-side .h3 {
  color: white;
  font-size: 20px;
  font-weight: 200;
  opacity: 0.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
#splash-download-button-container {
  /*width: 252px;*/
  margin-bottom: 30px;
  margin-top: 20px;
}
#splash-download-button-container .dropdown-menu {
  width: 252px;
}
#splash-download-button-container .dropdown-menu li {
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
#splash-download-button-container .dropdown-menu li a{
  text-decoration: none;
}
#splash-download-button-container .dropdown-menu hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#splash-download-button-container .dropdown-menu li .pull-left {
  margin-left: 10px;
}
#splash-download-button-container .dropdown-menu li .pull-right {
  margin-right: 10px;
}

#splash-download-button-container > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #5e9a6b;
  border: none;
  color: white;
  /*padding: 25px;*/
  border-radius: 150px;
  cursor: pointer;
}

#splash-download-button-container > a:hover, #splash-download-button-container > a:focus {
  background-color: #4d905c;
}

#splash-download-button-container > a small {
  display: block;
  opacity: 0.7;
  /*font-weight: 200;*/
}

#download-direct {
  /*margin-right: 2px;*/
  width: 140px;
  height: 140px;
  padding: 20px;
  padding-top: 30px;
}
#download-direct #download-button-label{
  font-weight: bold;
  letter-spacing: 0.08rem;
}
#download-direct span.glyphicon{
  padding-top: 5px;
  font-size: large;
}

#splash-download-id{
  width: 80px;
  height: 80px;
  padding-top: 14px;
  left: -20px;
  position: relative;
  /*opacity: 0.9;*/
  top: 20px;
}

#home-about{
  margin-top: 20px;
  margin-bottom: 40px;
}

#home-about h1{
  margin-bottom: 10px;
}

/* home/features */

.home-feature p {
  line-height: 26px;
}

#home-features h2{
  font-size: 36px;
}

@media (max-width: 991px) {
  .home-feature .img-responsive{
    margin-top: 30px;
  }
}

/* home/coming-soon */

#coming-soon{
  margin-bottom: 100px;
}

/* home/screenshot */

#home-screenshot h2{
  font-size: 36px;
}

#home-screenshot{
  margin-bottom: 40px;
}


/*** blog ***/

#blog-banner {
  background: url('./../img/blog/banner-bg.jpg') center center no-repeat;
  height: 44px;
  margin-bottom: 30px;
}

#blog-banner h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 991px) {
  #blog-banner h1 {
    text-align: center;
  }
}

#blog-banner ul.breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
}

#blog-banner a {
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 42px;
  font-size: 16px;
}
#blog-banner a.active {
  font-weight: bold;
}

/* details (date,author,category) */

.post .author-category {
  /*float: left;*/
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.post .author-category a {
  font-weight: 500;
}

.post .date-comments {
  font-size: 12px;
}

.post .date-comments a {
  color: #999999;
}

.post .date-comments a:hover {
  color: #986dbd;
}

@media (max-width: 991px) {
  /* put post info next to each other */
  .date-comments, 
  .author-category{
    display: inline-block;
  }
}

/*** blog listing ***/


#blog-listing-medium .post {
  margin-bottom: 0px;
}


#blog-listing-medium>section{
  padding-left: 0px;
  padding-right: 0px;
}

#blog-listing-medium .post h2 {
  margin: 0 0 10px;
}

#blog-listing-medium .post h2 a {
  color: #555555;
}

#blog-listing-medium .post h2 a:hover {
  color: #986dbd;
}


#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
  clear: both;
}

#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
  clear: both;
}

#blog-listing-medium .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}

#blog-listing-medium .post .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
  #blog-listing-medium .post .image img.img-responsive {
    min-width: 100%;
  }
}

#blog-listing-medium .post .video {
  margin-bottom: 10px;
}

#blog-listing-medium .btn{
  color: white;
  background-color: #68217a;
  opacity: 0.8;
}
#blog-listing-medium .btn:hover{
  opacity: 1.0;
}

/*** blog post ***/

#blog-post{
  padding-left: 0px;
  padding-right: 0px;
}

/*
#blog-post #post-content {
  margin-bottom: 100px;
}
*/

#blog-post #post-content h1:first-of-type {
  margin-top: 0px;
}

#post-content table td{
  padding: 0.5rem;
  border-bottom: 1px solid lightgray;
}

#post-content table th{
  padding-right: 1rem;
  border-bottom: 1px solid gray;
}

#blog-post #post-content figcaption{
  /* note: similarly styled as blockquote */
  padding: 10px 20px;
  margin: 0 0 20px; 
  font-size: 14px;
  border-left: 5px solid #ccc;  
}

#blog-post .image img{
  margin-bottom: 20px;
}

#blog-post-pager{
  margin-bottom: 80px
}

#blog-post-pager a{
  padding: 30px;
  padding-top: 1px;
  text-decoration: none;
  display: block;
}

#blog-post-pager > div:first-of-type{
  position: relative;
  left: -15px;  
}

#blog-post-pager a:hover{
  background-color: #e0d3eb;
  /*background-color: #c9ddce;*/
}

#blog-post-pager .next-post{
  text-align: right;
}

#blog-post-pager .glyphicon{
  position: absolute;
  height: 100%;  
  top: 49px;
}
#blog-post-pager .prev-post .glyphicon{
  left: 22px;
}
#blog-post-pager .next-post .glyphicon{
  right: 24px;
}

#blog-post-pager h3{
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
}

/*** blog social share **/

#blog-post #sharing{
  padding-top: 10px;  
}

#blog-post #sharing>a{
  display: inline-flex;
  padding: 5px;
  margin-right: 3px;
}

#blog-post #sharing>a:hover{
  opacity: 0.8;
}

#blog-post #sharing>a.facebook{
  background-color: #3b5998;
}
#blog-post #sharing>a.twitter{
  background-color: #00acee;
}
#blog-post #sharing>a.email{
  color: white;
  text-decoration:none;
  background-color: #999;
}

#blog-post #sharing>a>img{
  width: 16px;
  height: 16px;
}


/*** contact ***/

#contact-form-container .form-response {
  font-size: large;
  padding: 10px;  
  display: none;
}

#contact-form button[type=submit] {
  margin-top: 20px;
}

/*** purchase ***/

.purcase-license-card {
  background-color: #e3e3e3;
  padding-top: 10px;
  padding-left: 16px;
  margin-bottom: 20px;
}

.purcase-license-card .text-xlarge {
  line-height: 28px;
}

.purcase-license-card .eu-customer-vat small{
  display: inline-block;
  line-height: 16px;
  margin-top: 6px;
}

.purchase-button-container {
  position: relative;
  padding-bottom: 10px;
}

.purchase-button {
  position: absolute;
  margin-bottom: 2rem;
  margin-right: 10px;
  bottom: 0px;
  right: 0px;
}

.purchase-button a {
  color: white;
  background-color: #4d905c;
  border: 1px outset;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.purchase-button a:hover, .purchase-button a:focus {
  background-color: #3e6a48;
  text-decoration: none;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

#redirectModal.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #redirectModal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#redirectModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 200px;
}

#redirectModal .modal-content .row {
  margin: 40px;
}

#redirectModal .glyphicon.spinning{
  font-size: 24px;
  margin-bottom: 20px;
}

/*** about ***/

#about-nav {
  /* NB match with h1 */
  margin-top: 30px; 
}

#about-nav-sm{
  margin-top: 20px;  
}

#about-nav.tree-nav {
  font-size: inherit;
}

#about-nav .logo{
  margin-bottom: 20px;
}

/*** documentation ***/

.docs-content img{
  border: 1px solid #e0e0e0;
  max-width: 100%;
}
.docs-content figcaption p:before{
  content: "Fig:"
}
.docs-content figure{
  margin-bottom: 8px;
}
.docs-content figcaption p{
  font-size: 16px;
  font-style: italic;
}
/* table styling - similar to bs */
.docs-content table{
  margin-bottom: 20px;
}

.docs-content table > tbody > tr > td, 
.docs-content table > tbody > tr > th, 
.docs-content table > tfoot > tr > td, 
.docs-content table > tfoot > tr > th, 
.docs-content table > thead > tr > td, 
.docs-content table > thead > tr > th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.docs-content table > thead > tr > th{
  border-top: 0;
  border-bottom: 2px solid #ddd;
}

#docs-nav h3 {
  padding-left: 8px;
  margin-bottom: 8px;
}

#docs-nav {
  /* NB match with h1 */
  margin-top: 30px; 
  margin-bottom: 30px; 
}

.docs-content .affix{
  /* position sidenav + aside when affixed */
  top: 30px;
  bottom: 0px;
  overflow-y: auto;
}

.docs-content .affix #docs-nav { 
  margin-top: 0px; 
}
  
/*** download page ***/

#download-partial{
  margin-bottom: 60px;
}

.downloads .download {
  display: inline-block;
  margin: 40px 20px;
  vertical-align: top;
}

.downloads .download-box {
  background-color: #eaeaea;
}

.downloads .download-box small {
  opacity: 0.7;
  display: block;
}

.downloads .download-box a {
  color: white;
  margin: 20px 0 5px;
  padding: 10px 0;
  width: 240px;
  background-color: #3e2961;
  border: none;
  display: inline-block;
  text-decoration: none;
}

.downloads .download-box a:hover, .downloads .download-box a:focus {
  background-color: #68217a;
}

.downloads .download .logo {
  height: 100px;
  width: 100px;
  background-size: contain !important;
  margin: 0 auto;
}

.downloads .download .logo.windows {
  background: url("./../img/download/windows-logo.png") center center no-repeat;
}

.downloads .download .logo.linux {
  background: url("./../img/download/tux-logo.png") center center no-repeat;
}

.downloads .download .logo.mac {
  background: url("./../img/download/apple-logo.png") center center no-repeat;
}

/*** override bootstrap styles ***/

.panel-title {
  font-size: 14px;
}

/*** faq **/

.faq-entry .glyphicon-link{
  visibility: hidden;
}
.faq-entry:hover .glyphicon-link{
  visibility: visible;
}
.faq-entry a .glyphicon-link{
  color: gray;
}

.faq-entry .glyphicon-link{
  position: absolute;  
  left: -1rem;
  line-height: 4rem;
}

/*** feature-faq ***/

.feature-faq h3{
  margin-top: 0px;
}

.feature-faq-options select{
  width: 100%;
}

/*** testimonials */

.home-testimonials{
  margin-bottom: 80px;
}

.page-testimonials{
  margin-bottom: 80px;  
}

.testimonial img{
  left: 0px;
}
.testimonial {
  margin-top: 50px;
}
.testimonial .text-content{
  text-align: left;
}
.testimonial .text-content span{
  font-size: smaller;  
}

