/*
* Font-faces
*/

/*
* Navbar
*/
.cc_navbar{
  position: fixed;
  background-color: white;
}
.cc_navbar + .container{
  position: relative;
  top:75px;
  margin-bottom: 130px;
}
.cc_navbar .navbar-brand, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
  color: #424242;
}

.cc_navbar.affix-top{
  padding: 0 50px;
}

.cc_navbar.affix{
  padding: 0px;
}

.cc_navbar .navbar.navbar-inverse .navbar-collapse {
  background: white;
}

.navbar-toggle {
  margin-top: 20px;
}

.cc_navbar .navbar-inverse .navbar-toggle .icon-bar {
  background-color:black;
}

.cc_navbar .navbar-brand:hover {
  color: #424242;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #9e9e9e;
}

.navbar-inverse .navbar-nav>li>a.signup {
padding: 5px 10px;
margin-top: 20px;
border: 1px solid grey;
border-radius: 3px;
transition: all 420ms cubic-bezier(.165,.84,.44,1);    
}
.navbar-inverse .navbar-nav>li>a.signup:hover{
color: #cb243c;
border-color: #cb243c;
}

.content h1, .content h2, .content h3 {
  margin: 30px 0px 10px 0px;
  -webkit-font-smoothing: antialiased;
}
.content h4{
  margin: 12px 0px 8px 0;
  -webkit-font-smoothing: antialiased;
}

body{
	background:  #FFF;
	color:       #333E4A;
	font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p, li {
  line-height: 25px;
}
body > footer{
   border-top:1px solid #ccc;
   padding:50px 20px;
}

  #gdpr-note.alert.alert-info {
    position: absolute;
    top: 90px;
    width: 300px;
    left: 16px;
    z-index: 99;
  }


@media (max-width: 979px) {
  #gdpr-note.alert.alert-info {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.cc-red-banner{
  background-color: #CB243C;
  height: 2px;
  position:absolute;
  top:0px;
  width: 0%;
  color: white;
  position: fixed;
  z-index: 10000;
}
	.main{
		margin-bottom: 3em;
  }
  article figure {
    margin: .7em 0 1rem;
  }
  #main.col-md-8 h1{
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
  }
		.page-header{
			border-bottom:none;
			margin-top:0;
      margin-bottom:0;
			padding:0;
		}
			.post .page-header .date, .post .page-header .reading-time{
				color:#8f8f8f;
        font-size: 16px;
        line-height: 45px;
        top: -20px;
        position: relative;
			}
			.page-header h2, .page-header h1, aside h4{
				color:#283250;
				font-family: "SourceSerifPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom: 30px;
        -webkit-font-smoothing:antialiased;
        font-size: 40px;
        line-height: 1.05;
        font-weight: 600;
      }
      .page-header h1{
        text-align: center;
        font-size: 3em;
        margin: 2em 0;
      }
    .page-header .panel {
      -webkit-box-shadow: 0px 3px 0px #e5e5e5;
      -moz-box-shadow: 0px 3px 0px #e5e5e5;
      box-shadow: 0px 3px 0px #e5e5e5;
      border-radius: 5px;
    }
    .page-header .panel .panel-heading{
      height: 75px;
      background: white;
      display: flex;
      align-items: center;
    }
		.post .content p,#single .content p, ul, ol{
			font-size:16px;
      font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-align:left;
      line-height: 22px;
      margin: 15px 0 20px
		}
    ul,ol{
      margin: 0 0 20px 20px;
    }
    
    blockquote {
      padding: 0 0 0 15px;
      margin: 0 0 18px;
      border-left:none;
    }

    .post blockquote p {
      font: italic 300 30px/50px "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #CB243C;;
      margin: 70px auto !important;
      text-align: center;
    }
		.post footer{
			margin:        40px 0px 50px 0px;
		}
			.read-more{
				margin:0 9px 6px;
			}
			.read-more a,.category{
			   background:#fff;
				background:   -moz-linear-gradient(top, #fff, #ededed);
				background:-webkit-linear-gradient(top, #fff, #ededed);
				background:    -ms-linear-gradient(top, #fff, #ededed);
				background:        linear-gradient(top, #fff, #ededed);
				border:1px solid #ccc;
				border-radius:4px;
				color:#676767;
				display:block;
				padding:2px 10px;
				text-align:center;
			}
			.read-more a{
				margin-top:6px;
				padding:6px 10px;
			}
				.read-more a:hover,.read-more a:focus{
				   background:#ededed;
					text-decoration:none;
				}
			.author+.category,.read-more+.category{
				border:1px solid #151515;
				border-radius:4px;
				margin-right:9px;
			}
			.category{
				background:none url("../img/label-center.png") center right no-repeat;
				border-radius:4px 0 0 4px;
				border-right:none;
				float:right;
				font-size:12px;
				margin-top:9px;
				padding-top:3px;
				text-transform:capitalize;
			}
      .category-list__header , .tag-list__header h2{
        text-transform: capitalize;
        font-size: 20px;
        line-height: 30px;
        font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
			section.core-text{
        font-size: 1.1em;
      }
			.author{
				height:55px;
				margin:0;
				padding:10px;
			}
			.post footer .author{
				border-radius:4px 0 0 4px;
			}
			.social{
				display: inline-block;
        margin: 17px 0px;
        font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        color: #424242;
        float: right;
      }
      .post .social a {
        color: #424242;
      }
      .social.header{
        margin: 0px;
      }
      .social a{
        font-size: 16px;
        margin: 0px 12px 0px 10px;
      }
				.author h4{
					color:#676767;
					font-size:20px;
					font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
					line-height:30px;
          font-weight: normal;
				}
				.author h4 small{
					font-size:70%;
					padding-left:1em;
				}
				.author.span5 small{
					display:none;
				}
				.author a{
					color:#676767;
				}
					.author a:before{
						border-radius:2px;
						content:url('../img/follow.png');
						display:block;
						float:left;
						height:20px;
						margin-right:5px;
						opacity:.5;
						vertical-align:top;
					}
					.author a:hover, .author a:focus{
						color:#424242;
						outline:none;
						text-decoration:none;
					}
						.author a:hover:before, .author a:focus:before{
							opacity:1;
						}
			.avatar{
				border-radius:4px;
				float:left;
				margin-right:20px;
				padding:4px;
			}
			.avatar img{
				border-radius:30px;
        max-width: 60px;
      }
      .author-card {
        margin-top: 2em;
      }
      .blog-signup-container {
        color: white;
        margin:50px 0
      }
      .blog-signup-box {
        margin: 0 auto;
        width:650px;
        background-image: linear-gradient(90deg, #6A6FDD 0%, #9FCBFF 100%);
        border-radius: 4px;
        padding: 20px 20px 30px 20px;
      }
      .blog-signup-box.in-postlist {
        margin: 0;
        width: 100%;
      }
      .blog-signup-label {font-variant: all-petite-caps;font-size: 1.2em;}
      .blog-signup-text {
        font-size: 1.4em;
        font-variant: none;
        width: 90%;
        margin-bottom: 1em;
        font-weight: 600;
      }
      .blog-signup-container  .form-control {
        background-color: rgba(255, 255, 255, 0.27);
        border: 1px solid;
        border-color: rgb(45, 79, 161,.64);
        height: 35px;
        border-radius: 3px;
        margin-right: 20px;
        color:white;
        transition: all ease-in-out .15s,box-shadow ease-in-out .15s;
      }
      .blog-signup-container .terms{
        font-size: 12px;
        color: #434f66;
        margin-top: 10px;
      }
      .blog-signup-container .form-control::placeholder{
        color:white;
      }
      .blog-signup-container .form-control:active::placeholder,.blog-signup-container .form-control:focus::placeholder {
        color: #333E4AB3;
      }
      .blog-signup-container .form-control:active,.blog-signup-container .form-control:focus{
        background-color:white;
        color: #333E4A;
      }
      .blog-signup-container #cta-home-footer{
        background-color: #1C3D8D;
        padding: 7px 11px;
        height: 35px;
        border-radius: 3px;
      }
      .blog-signup-container #cta-home-footer:hover, .blog-signup-container #cta-home-footer:focus{
        background-color: #2D4FA1;
      }
      .author_image {
        width: 130px;
        height: 130px;
        display: inline-block;
        float: left;
        margin-right: 20px;
      }
      .author_image img{
        border-radius: 50%;
      }
      .author-details > p{
        font-style: italic;
        font-size: 1.1em;
      }
      .cc-bannner{
        margin-bottom: 25px;
        width: 100%
      }
      .show-comments-container {
        margin: 3em 0;
      }
			#comments:not(.showme) {
				display: none;
			}
			#post #disqus_thread{
				margin-top:10px;
			}
			#disqus_thread h3{
				color:#CCC;
				font-size:18px;
        font-weight: 600;
				font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
				line-height:24px;
				text-shadow:0 1px 0 #343434;
			}
			#disqus_thread .dsq-textarea-background{
				background:#aaa;
				border-color:#aaa;
			}
			#dsq-sort-select{
				background:#111;
				border-color:#252525;
				color:#aaa;
				font-size:12px;
				font-family:sans-serif;
				line-height:24px;
			}
			#dsq-footer a em{
				text-decoration:none;
      }
  .paginator {
    height: 3em;
    margin: 2em 0;
  }
  .paginator {
    font-weight: bold;
  }
	a,.post h1 a,#single h2 a,#categories a{
		color:#283250;
	}
  .post a {
    color: #4782ca;
  }
  .post h2 {
    font-weight: 600;
    position: relative;
  }
  .post h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #EEEEEE;
    content: ' ';
  }
  .post h3 {
    color: #699ad4;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .post img {
    width: 100%;
  }
  #categories {
    display: block;
    text-transform: capitalize;
    padding: 0px 20px 10px;
  }
  #categories li{
    padding: 0px 20px 5px 0px;
  }
  #categories ul, #latest ul{
    font-size: 14px;
    margin-left: 0px;
    margin-top: 10px;
    list-style:none;
    padding-left: 0px;
  }
  #newsletter-field{
    height: 36px;
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    padding: 0 5px;
    width: 70%;
  }
  #newsletter-field:focus,#newsletter-field:active{
    border: 1px solid #333;
  }
  #newsletter-field::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
  #newsletter-status, .sub-success {
    position: absolute;
    font-size: 15px;
    margin-top: 3px;
  }
  #newsletter-cta:disabled,#newsletter-cta[disabled]{
    opacity: .5;
    background-color: #f0f0f0;
  }
  .sub-success {
    color: #2faa60;
    font-weight: 600;
  }
	a:hover,a:focus,.post h2 a:hover,.post h2 a:focus,#single h2 a:hover,
	#single h2 a:focus,#categories a:hover,#categories a:focus {
		color:#255185;
		text-decoration:none;
	}
  #tag-cloud .tags{
    margin-left: 10px;
  }
	#latest, #tag-cloud{
		padding:20px 0px 0px 0px;
  }
  #latest h3{
    margin-top:3rem;
  }
	#latest li{
		margin-bottom:7px;
    color: #505962;
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	}
  #latest .latest-date {
    color:#8f8f8f;
  }
	.page-header h3, .newsletter-form h3{
		color:#293441;
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 18px;
	}
	.sidebar-banner, .sidebar-banner-content {
    margin-top: 40px;
  	padding: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    background-color: white;
	}
  .sidebar-banner-content a:hover, .sidebar-banner a:hover{color: #333E4A}
  .sidebar-banner-content a h4, .sidebar-banner a h4 {
    margin: 30px 0px;
    font-weight: normal;
    font-size: 18px;
  }
  .sidebar-banner-content h2 {
    margin: 10px 0px 30px 0px;
  }
  .sidebar-banner-content a h4 {
    margin: 30px 0px;
    font-weight: normal;
  }
  .post .content .sidebar-banner-content a p,.sidebar-banner a p {
    font-size: 12px;
    text-align: center;
    margin: 25px 0px;
  }
  .sidebar-banner.affix {
    position: fixed;
    width: 309px;
    top: 0;
  }
  .post .content .sidebar-banner-content a{
    color: #424242 !important;
    text-decoration:none;
  }
  .post .content .sidebar-banner-content a:hover,.post .content .sidebar-banner-content a:focus{
    color: #676767;
    text-decoration:none;
  }
  .sidebar-banner-content.affix {
    top: 0;
    position: fixed;
    width: 158px;
  }
  @media (min-width: 1200px){
    .sidebar-banner.affix {
      position: fixed;
      width: 309px;
    }
    .sidebar-banner-content.affix {
      position: fixed;
      width: 209px;
    }
  }
  @media (max-width: 979px) and (min-width: 768px){
    .sidebar-banner.affix {
      position: fixed;
      width: 167px;
    }
    .sidebar-banner-content.affix {
      position: fixed;
      width: 155px;
    }
    .sidebar-banner-content span.cc-btn-sidebar {
      font-size: 9px;
      }
  }
  @media (max-width: 767px) {
    .sidebar-banner.affix {
      display: none;
    }
    .blog-signup-box {
      width:100%;
      margin: 0 auto;
      }
    .sidebar-banner-content.affix {
      display: none;
    }
    #logo-brand-text{
      width:110px;
      margin-left: 10px;
      height: 32px;
    }
  }
  .sidebar-banner h2 {
    display: block;
    font-weight: normal;
  }
  .sidebar-banner .cc_icon--bottle.cc_icon {
    margin: 16px 0 28px;
  }
	#single>ul{
		list-style:none;
		margin:0;
	}
		#single>ul>li{
			padding:20px 0;
		}

.navbar-fixed-top{
  display: block;
  position: relative;
}
.nav-icons li a {
  font-size: 16;
}
#headbar .nav-icons li a:hover, #headbar .nav-icons li a:focus {
  color:#676767;
}
.navbar-fixed-top,
.navbar-fixed-top .navbar-inner {
  background-color: none;
  box-shadow: none;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 8px 0 8px;
    background-color: #FFFFFF;
    background-image:none;
    border-bottom: 1px solid #E3E3E3;
}
.topics-header{
  text-align: center;
}
.topics-header > .navbar-nav{
  display: inline-block;
  float: none;
  vertical-align: top;
}
.topics-label{
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
}
.topics-header > ul.nav > li > a {
  color: #4782ca;
}
.topics-header > .nav > li > a:hover, .topics-header > .nav > li> a:focus{
  background-color: white;
  color: #255185;
}
#headbar {
  color:            #fff;
  height:           48px;
  }
  #headbar a,
  #headbar .btn {
    color:       #313D4C;
    text-shadow: none;
  }
  #headbar .back{
    background:     #551d20;
    border-radius:  6px 0 0 6px;
    box-shadow:     -15px 0 8px -8px #3c1414 inset,
                    0 1px 0 #812730 inset;
    display:        inline-block;
    margin-right:   -10px;
    padding:        0 14px 10px 8px;
    position:       relative;
    vertical-align: bottom;
    z-index:        5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    }
    #headbar .brand:hover .back {
      background: none;
      box-shadow: none;
    }
    #headbar .back img {
      margin-top: 8px;
      height: 30px;
      width: 11px;
  }
  #headbar .brand {
    margin:  0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    padding-left: 10px;
    font-size: 24px;
    }
  .title span{
    font-size: 14px;
    vertical-align: super;
  }
  #headbar .nav {
    margin: 6px 12px 0 0;
}
.navbar-fixed-top .nav > li{
   margin-left:10px;
}
#dropdown-lang,
.navbar-fixed-top .btn-group .btn {
   background:    none;
   border:        1px solid #3c1414;
   border-radius: 4px;
   box-shadow:    0 1px 0 #812730 inset,
                  0 1px 0 #812730;
}
.twitter-follow-button{
	margin-top:10px;
}
@media (max-width: 979px){
	body{
		padding-top:0;
	}
	.navbar{
		margin-bottom:0;
	}
  body{
     padding: 0px;
  }
  #wrap{
    padding: 0px;
    margin: 0px;
  }
  .navbar-fixed-top{
    margin: 0px;
  }
  .page-header h2, .page-header h1{
    letter-spacing: 0px;
    font-size:26px;
  }
}

@media (max-width: 768px){
  .topics-header{display: none;}
  .navbar .nav>li>a {
    padding: 9px 2px 11px;
  }
  .navbar .nav.pull-right {
    float: left
  }
}

@media (max-width: 320px){

}
@media (min-width: 1200px){
	.email#ml_subscribe_btn{
		width: 170px;
	}
}
#ml_subscribe_btn{
	width:110px;
}
#archive ul{
  list-style: none;
}
#archive h2{
  padding: 20px 0;
}
#archive ul li time {
  display: inline-block;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 12px;
  padding-right: 10px;
}
#legal{
  text-align: center;
  border-top: 1px solid #f1f1f1;
  padding: 18px 0 18px 0px;
  color: #979797;
  top: 45px;
  text-transform: uppercase
}
.post-info {
  padding: 2em 0 0 0;
}
.post-info .tags, .tags-list{
  display: inline-block;
}
.tags a {
  border-radius: 3px;
  border: 1px solid rgba(227,227,227,0.80);
  padding: 4px 5px;
}
aside .tags a{
  margin-bottom: 10px;
  line-height: 35px;
  font-size: 12px;
}
.tags-list{
	margin-top: 3px;
  margin-bottom: 3px;
}
.tags-list a {
  line-height: 29px;
}
.post .content a.btn {
  color:           #000;
  text-decoration: none;
}
figcaption{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

.cc-btn {
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #313D4C !important;
  line-height: 19px;
  padding: 8px 1em 8px 1em;
  text-decoration: none !important;
}
input[type=submit].cc-btn{
  background: #f0f0f0;
}
input[type=submit].cc-btn:hover,input[type=submit].cc-btn:focus{
  background: #E3E3E3;
}
.bt3-btn-success{
  color: #fff !important;
  text-decoration: none !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bt3-btn-success:active{
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.bt3-btn{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-link .cc-btn__siderbar{
  font-size: 14px;
  margin: 7px 0px;
  padding: 8px 1em 8px 1em;
}
a.cc-btn.cc-signup_outline,
a.cc-btn.cc-signup_outline i,
a.cc-btn.cc-signup_outline span{
  color: #CB243C;
  border-color: #CB243C;
}
a.cc-btn.cc-signup_outline:hover{
  border-color: transparent;
}
.sidebar-link .cc-btn__siderbar i{
  font-size: 16px;
  width: 25px;
  display: inline-block;
} 
span.cc-btn__sidebar_text{
  position: relative;
  text-indent: 20px;
}

.footer-list {
  margin-top: 25px;
}
.footer-list .social {
  margin-top: 7px;
}
.cc-btn:hover, .cc-btn__subscribe:hover {
  background: #E3E3E3;
}
.cc-btn:active, .cc-btn__subscribe:active, .cc-btn__subscribe:focus {
  background: #cdcdcd;
  outline: none;
  box-shadow: none;
}

.cc-post_divider{
  border-color: #D7D7D7;
  margin-top: 55px;
  border-bottom-width: 0px;
}

.cc-btn__subscribe{
  background: #F2F2F2;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff;
  color: #3f3f3f !important;
  cursor: pointer;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  outline: none;
  text-decoration: none !important;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;

}

.table-pricing-services {
  margin-left: auto;
  margin-right: auto;
  border:1px solid #d0d0d0;
  cellpadding:3;
  cellspacing:3;
  width: 80%;
}

.table-db-img {
  margin-top: 20px;
  margin-left: 10px;
  float: left;
}

.table-pricing-services thead {
  font-weight: 600;
}

.table-pricing-services td:first-child {
  font-weight: 600; 
}

.table-pricing-services tr td {
  border:1px solid #d0d0d0;
}

.table-pricing-services td {
  padding-left: 5px;
}

.headbar-social {
  height: 25px;
  margin-top: -2px;
}

.post .content .signup-btn {
  display: block;
  margin: 30px 0px;
  width: 205px;
  background-image: -o-linear-gradient(-90deg, #3B4E61 0%, #33414F 100%);
  background-image: -moz-linear-gradient(-90deg, #3B4E61 0%, #33414F 100%);
  background-image: -webkit-linear-gradient(-90deg, #3B4E61 0%, #33414F 100%);
  background-image: -ms-linear-gradient(-90deg, #3B4E61 0%, #33414F 100%);
  background-image: linear-gradient(-180deg, #3B4E61 0%, #33414F 100%);
  padding: 8px 14px 8px 14px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #293541;
  -moz-box-shadow:    0px 2px 1px 0px #FFFFFF, inset 0px 1px 0px 0px #556C83;
  -webkit-box-shadow: 0px 2px 1px 0px #FFFFFF, inset 0px 1px 0px 0px #556C83;
  box-shadow:         0px 2px 1px 0px #FFFFFF, inset 0px 1px 0px 0px #556C83;
  text-shadow: 0px -1px 0px black;
}

.post .content .signup-btn:hover {
  color: #f6f6f6;
  text-decoration: none;
}

aside a .panel-title {
font-size: 1.45rem;
line-height: 2.5rem;
}
