body{
	line-height: 150%;
 	letter-spacing: 1px;
}

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

.breadcrumb {
margin-right:0px;
margin-left:0px;
}

.navbar-inverse {
border-bottom: 1px solid #CCC;
}

.row.row-section{
border-top:none;
}

.row.window-width {
margin-left: -10000px;
margin-right: -10000px;
padding-left: 10000px;
padding-right: 10000px;
}


/***** Home Page overrides *****/


.home .home-page {
	padding-top: 52px;
 	margin-bottom:0px;
	color:#333333;
}



.btn-lg.trigger-button .large-text {
text-shadow: none;
}

.text-success{
	color: #7b9f00;
}

.text-primary{
	color: #0094bc;
}

.text-danger{
	color: #f50f58;
}

.text-bold{
 font-weight: bold;
}


.large, p.large{
 color: #333333;
}

.text-white, p.large.text-white{
  color:#ffffff;
}


p.light-text, .light-text{
color: #999999;
}

h3 {
line-height: 125%;
}

.page-subtitle.inverse {
	color: #FFF;
}

.home h1 span{
display:block;
}

/* Pricing Pages */
.page-template-page-pricing-php header .row.blue-fade {
  margin-bottom: 20px;
}
.page-template-page-pricing-php #content {
  padding-bottom: 0;
}

.page-template-page-pricing-php .panel.panel-well{
	padding:20px;
  border-color: rgba(0,0,0,0.1);
  -webkit-box-shadow:none;
-moz-box-shadow: none;
-o-box-shadow:none;
box-shadow: none;
}
.page-template-page-pricing-php .pricing-table .panel {
  border-color: rgba(0,0,0,0.1);
}
.page-template-page-pricing-php .pricing-table .panel-heading {
  background-color: transparent;
  border: none;
}
.page-template-page-pricing-php .pricing-table .panel-heading .ribbon-wrapper {
  width: 161px;
  height: 0px;
  overflow: visible;
  top: -15px;
  margin-right: auto;
	margin-left:auto;
}
.page-template-page-pricing-php .pricing-table .panel-heading .ribbon {
  position: relative;
  padding: 5px 0;
  top: -29px;
  width: 160px;
  color: rgb(124, 89, 0);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px rgba(255,255,255,0.3);
  letter-spacing: 1px;
  background-color: rgb(255, 202, 66);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.page-template-page-pricing-php .pricing-table .popular .panel-heading .popular-ribbon {
  display: block;
}
.page-template-page-pricing-php .pricing-table h1 {
  text-align: center;
  font-size: 48px;
}
.page-template-page-pricing-php .pricing-table h1 .dollar-sign,
.page-template-page-pricing-php .pricing-table h1 .months {
  font-size: 18px;
}
.page-template-page-pricing-php .pricing-table h1 .dollar-sign {
  vertical-align: top;
  position: relative;
  top: 15px;
}
.page-template-page-pricing-php .pricing-table h2 {
  text-align: center;

  -webkit-box-shadow: 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(0,0,0,0.05);
  box-shadow: 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(0,0,0,0.05);
  margin: 0 -15px;
    padding-bottom: 20px;
  padding-top: 10px;
}
.page-template-page-pricing-php .pricing-table h3 {
  text-align: center;

  font-size: 18px;
}
.page-template-page-pricing-php .pricing-table .panel,
.page-template-page-pricing-php .pricing-table .panel-heading {
  border-radius: 0;
}
.page-template-page-pricing-php .pricing-table .col-sm-4 > * {
  padding: 0;
}
.page-template-page-pricing-php .pricing-table .list-group-item {
  text-align: center;
}
.page-template-page-pricing-php .pricing-FAQ {
  padding: 30px 10065px;
}
.page-template-page-pricing-php .pricing-FAQ p,
.page-template-page-pricing-php .pricing-FAQ h4 {
  color: rgba(0, 0, 0, 0.4);
}
.page-template-page-pricing-php .pricing-FAQ h4 {
  font-weight: bold;
}
.page-template-page-pricing-php .pricing-FAQ p {
  font-size: 16px;
  line-height: 150%;
}
.page-template-page-pricing-php div.p_table_1 li.footer_row {
  background: #006a88;
}
.page-template-page-pricing-php .btn.btn-primary,
.page-template-page-pricing-php .btn.btn-warning {
  color: #fff;
}


/* blog overrides */
  
	  #main{
 	   float:none;
    width:80%;
  margin-left:auto;
  margin-right:auto;
  }
  
  .article-header{
  	margin-bottom:20px;  
  }

  #full-width {
    float: none !important;
    width: 100%;
  }

/********************
    Responsive Video Player CSS 
    ********************/
    .flex-video {
      position: relative;
      padding-top: 25px;
      padding-bottom: 67.5%;
      height: 0;
      margin-bottom: 16px;
      overflow: hidden;
    }
     
    .flex-video.widescreen { padding-bottom: 53%; }
    .flex-video.vimeo { padding-top: 0; }
     
    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
    }

#inner-footer{
  text-align:center;
  margin-top:10px;
  font-size: 14px;
}

.copyright{
  font-size:14px;
 }

#inner-footer a, #inner-footer a:hover, #inner-footer a:visited{
  color: white;
 }

/* Updated Homepage 10/2015 */
#header {
  margin-top: 0px;
  padding-top: 7em;
  padding-bottom: 4em;
  background-color: #232323;
  color: #fff;
}
#header .panel {
    padding:0px;
    margin-top:2em;
    text-align: left;
    background-color: rgba(256,256,256,0.8)
}
.btn-hg {
  font-size: 28px;
  line-height: 1.15;
  border-radius: 10px;
  padding: 12px 80px 10px;
}
.btn small {
  font-size: 16px;
}
  
#header h1 {
  font-size: 3em;
  color: white;
}

#header .btn-lg {
 line-height:1.35;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {

      #header h1 {
        font-size: 2em;
        color: white;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
      }
      .btn-hg {
        font-size: 15px;
        line-height: 1.35;
        border-radius: 10px;
        padding: 12px 15px 12px;
      }
    .btn-lg{
    	margin-top:5px;  
   }
}

/* Free Signup Modal Overrides*/
.modal {
    text-align: center;
    overflow-y: auto;
}
.modal-open{
    overflow:auto;
    overflow-x:hidden;
}
.modal-body {
    padding: 5px;
    background-color: #F3F3F3;
    border-radius: 5px;
}
.modal.btn, .modal.input-lg {
    border-radius: 3px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}
.btn.btn-warning {
    border-width: 0;
}
.close{margin-right: 10px;}
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
#habla_window_div.habla_window_div_base {
    z-index: 999 !important;
}
/* END Free Signup Modal Overrides */
/* Social Sharing Super Socializer Plugin overrides */
.theChampSharingArrow {
    display:none !important;
}
.theChampFacebookBackground {
    background-color: #3b5998;
}
.theChampTwitterBackground {
    background-color: #00aced;
}
.theChampLinkedinBackground {
    background-color: #007bb5;
}
.theChampEmailBackground {
    background-color: #444444;
}
/* END Social Sharing Super Socializer Plugin overrides */
.home #content {
    margin-bottom: -30px;
}