/*
 * Globals
 */

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body {
    font-family: 'Lora', serif;
    color: #000;
    padding-top: 66px;
}

h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
	font-size: 20px;
	margin-top: 20px;
}
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-weight: normal;
    color: #333;
}

.container-content {
    margin-bottom: 60px;
}

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

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

/*
 * 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: 16px;
    line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    margin: 0 -15px 15px;
}

.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: 5px;
    font-size: 40px;
}

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

/*
 * Footer
 */

.blog-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.post img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-sidebar, article {
    margin-top: 20px;
}

img.hero-image {
    margin: 10px 0;
}

.blog-nav p {
    color: #fff;
}

.login-button {
    margin-left: 10px;
}

.blog-logo {
    max-height: 40px;
}

.btn-try-us {
    background-image: linear-gradient(to bottom, #2876c4 0%, #2876c4 100%);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    padding: 8px 20px;
}

.btn-try-us:hover {
    color: #fff;
}












/* @end registration form */



.tryBtn{background:#f4ca59;;color:#000;border:0;padding:10px 20px;letter-spacing:.75px;border-radius:2px}
.tryBtn:hover,.tryBtn:active,.tryBtn:focus{background:#f1bb29!important;color:#fff!important}
.footer-form{max-width:600px;margin:15px auto}
.footer-form .form-inner{background:#337ab7;padding:7px;border-radius:2px;border:2px solid rgba(255,255,255,0.07);-moz-box-shadow:0 0 18px 2px #0089ff;-webkit-box-shadow:0 0 18px 2px #0089ff;box-shadow:0 0 18px 2px #0089ff}
.footer-form .form-group{margin-bottom:5px}
.footer-form .form-control{height:40px;border-radius:2px;border:0;overflow:hidden}
.footer-form .user-definition-select .select2-choice{border-radius:0;border:0;background:#fff}
.footer-form .user-definition-select .select2-container{padding:0}
.footer-form .dob-select{padding:0}
.footer-form .dob-select .select2-choice{border:0;border-radius:0;background:#fff}
.dobDropdown{border:0!important;border-bottom:1px solid #337ab7!important;border-radius:0!important}
.dobDropdown .select2-results li{font-size:14px}



/* Mobile.css Combined */
@media (max-width: 500px) {

    .container-content {
        margin-bottom: 120px;
    }

    .sidebar-module {
        padding: 0 15px;
    }
    .navbar-nav {
        display: none;
    }



}

@media (min-width: 992px){
  .pl0{
    padding-left: 0;
  }
  .pr0{
    padding-right: 0 ;
  }
}


/*mudit*/
.sidebar-module{padding:10px;border:1px solid rgba(40,118,196,0.3);border-radius:2px}
.sidebar-module h4{font-weight:600;margin:15px 0 20px}
.sidebar-module li{margin:5px 0;border-top:1px dotted #d8dee4;padding:8px 0}
footer.main-footer{position:relative;background:#2b2b2b;padding:10px 0;text-align:center}
footer.main-footer .footer-logo{margin:30px 0;text-align:center}
footer.main-footer img{max-height:45px}


footer.main-footer{text-align:center;color:#fff}
footer.main-footer h2{margin:40px 0 25px;font-size:2em;letter-spacing:1px}
footer.main-footer .join-btn{background:#337ab7;color:#fff;padding:20px 50px;display:inline-block;margin:15px 0;font-size:1.125em;text-decoration:none;transition:all .5s;-webkit-transition:all .5s;border-radius:2px}
footer.main-footer a.join-btn:hover{background:#2c6aa0}
footer.main-footer .copyright{font-size:12px;letter-spacing:.75px;color:#bbb;font-weight:100}
footer.main-footer .copyright a{color:inherit}
.socialShare a{background:#2b2b2b;color:#fff;display:block;width:50px;line-height:50px;text-align:center;margin:5px;float:left;font-size:1.5em;transition:all .2s}
.socialShare a.fb:hover{background:#3b5998}
.socialShare a.tw:hover{background:#1da1f2}
.socialShare a.ytb:hover{background:#cd201f}

footer.main-footer{
  padding-bottom: 80px;
}

img.nav-logo{
    height: 2.5rem;
}

.navbar {
    background-color: black;
}
