/* CSS Document */


@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
/* --- general --------------------- */

*{
    padding: 0;
    margin: 0;

}
body{
    background: #fff;
    color: #111;
    font-size: 16px;
   font-family: 'Lato', sans-serif;
   -webkit-font-smoothing: antialiased;
}

html,
body {
    background: #fff;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}


/* --- typography --------------------- */
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 16px;
    font-weight: 700;
}

h1 {
    font-size: 66px;
    font-weight: 800;
}

h2 {
    font-size: 24px;

}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 14px;
    font-weight: 400;
}

/* paragraphs */
p {

    line-height: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: .3px;
}


a{
   text-decoration: none;
   color: #007dd5;
}

a:hover,a:focus{
    text-decoration: none;
    outline: none
    color: #333333;

}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

.section-heading {
    padding: 10px 0;
    color: #333;
    text-transform: uppercase;
    background: #fff url("../images/border.jpg") repeat-x 20px;
}

.section-heading strong{
    background: #fff;
    padding-right: 15px;
}

.text-right{
    text-align: right;
}
.space-top-50{
    padding-top: 50px;
}

.space-top-30{
    padding-top: 30px;
}

.space-bottom-20{
   margin-bottom: 20px;
}

.space-bottom-60{
   margin-bottom: 60px;
}

.btn-default-color {
    background: #ff4176;
    color: #fff;
    border:none;
    font-weight: bold;
}
.btn-default-color:hover {
    background: #21a8ca;
    color: #fff!important;
}

.mt20{
    margin-top: 20px;
}

.mb20{
    margin-bottom: 20px;
}

.mt30{
    margin-top: 30px;
}

.mb30{
    margin-bottom: 30px;
}

/*.mb30 img {
    width: 100%;
}*/

/*main style*/
.top-area {
    min-height: 25px;
    background-color: #2d1152;
}

.header-menu-style {
    margin-top: 10px;
}

.header-menu-style li a{
    color: #fff;

}

.header-menu-style li a:hover{
    color: #3399ff;
}

.header-social-icons li a{
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
}


.header-social-icons li a:hover{
   background-color: #3399ff;
   color: #fff;
}

.top-menu1 li{
    padding: 0 10px;
    font-size: 14px;
}

.top-menu1 li:last-child{
    border-right:none;  
}
.top-menu1 ul{
   margin-top: 10px;
}
.top-menu1 ul li a{
    color: #333;
}

.top-menu1 li a.btn{
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #3399ff;
    padding: 4px 15px;
    margin-bottom: 10px;
}

.top-menu1 li a.btn:hover{
    background: #fff;
    color: #2d1152!important;
}

.btn-mail {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #6a2cbc;
}

.main-menu-area {
    background-color: #e1e1e1;
}

.main-menu-area .navbar a{
    color: #fff;
}

.top-menu li a{
   color: #2d1152!important;
   padding: 20px 5px;
   margin-right: 5px;
   font-size: 15px;
}

.search-box ul li i{
    color: #2d1152;
    margin-top: 15px;
    font-size: 14px;
}

.top-menu li:first-child{
    font-size: 20px;
}

.top-menu li a:hover, .top-menu li a:focus, .top-menu li a.active{
    background: #2d1152;
    color: #fff!important;
}

.search-box input{
    background: none;
    border: none;
}
.search-box input:focus{
    box-shadow: none;
}
.search-box button, .search-box button:hover, .search-box button:focus{
    background: none!important;
    border: none;
    color: #fff;
}

.b-news {
    padding: 10px;
    background: #d60000;
}

/*Sticky*/
#home .header-wrap {
    top: 0;
    width: 100%;
    z-index: 1;
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
}
.header-wrap {
    width: 100%;
    z-index: 1;
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
}
.main-menu-area .navbar {
    margin-bottom: 0;
}
.header-wrap.slideDownScaleReversedIn {
    background-color:#e1e1e1!important;
    z-index: 999;
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    position: fixed !important;
    margin-top: -50px;
    padding-top: 0;
}

.slideDownScaleReversedIn {
    animation-play-state: running;
    animation-name: slideDownScaleReversedIn;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -webkit-animation-name: slideDownScaleReversedIn;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
}
@keyframes slideDownScaleReversedIn {
    0% {
        opacity: 0;
        transform: translateY(-170%) scale(1.5);
    }
}
@-webkit-keyframes slideDownScaleReversedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-170%) scale(1.5);
    }
}
.slideDownScaleReversedOut {
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    animation-play-state: paused;
    animation-name: slideDownScaleReversedOut;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-delay: 4s;
    -webkit-animation-play-state: paused;
    -webkit-animation-name: slideDownScaleReversedOut;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 4s;
}
@keyframes slideDownScaleReversedOut {
    100% {
        opacity: 1;
        transform: translateY(-100%) scale(1);
    }
}
@-webkit-keyframes slideDownScaleReversedOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY() scale(1.5);
    }
}

.color-red {
    color:#ff0000; 
}

.main-con-holder {
    padding-top: 60px;
}

.banner-area {
    padding: 40px 0;
}

.img-border {
    border:10px solid #333;
}

.banner-area .top-post-title {
    border-top: 1px solid #333;
}

.banner-area .top-post-title h2 {
    color: #333333;
    font-size: 35px;
    text-transform: uppercase;
}

.banner-area .post-meta {
    background-color: #fc1473;
    border-bottom: 5px solid #333;
    color: #fff;
    padding: 10px;
}

.banner-area .post-meta strong{
    display: block;
}

.line {
    border-top: 1px solid #ff5ca2;
    margin: 10px 0;
}

.banner-area .post-meta a{
    color: #fff;
}

.post-meta ul{
    margin-top: 20px;
}

.post-meta ul li a{
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #777777;
}

.post-meta ul li a:hover{
    background: none;
    color: #333;
}

.top-post-title h2 span{
    color: #ff006d;
    font-size: 20px;
    display: block;
}

.header-comment {
    border-bottom: 1px solid #666;
    padding-bottom: 25px;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

.header-comment span{
    color: #178ee0;
    display: block;
}

.header-comment img{
   margin-right:10px; 
}

.responsive-menu {
    color: #178ee0;
    font-size: 18px;
}

.img-boxs {
    border-bottom: 7px solid #e1e1e1;
    background-color: #eeeeee;
}

.img-boxs-con li{
    border-right: 3px solid #d8d8d8;
    padding: 15px;
    min-width: 300px;
    font-size: 14px;
    line-height: 20px;
}

.img-boxs-con li a{
   display: block;
   font-style: italic;
}

.img-boxs-con li img{
    margin-right: 15px;
    vertical-align: middle;
    width: 70px;
    height: auto;
}

.kelly-info-holder {
    position: relative;   
}

.kelly-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding:0 20px;
}

.kelly-info h2{
    color: #ff57a2;
    font-size: 36px;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 8px;
}

.kelly-info p{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.2;
}

.social-icon-area {
   border-bottom: 1px solid #eee;
   padding: 20px 0;
   overflow: hidden; 
   margin-bottom: 20px;
}

.accordion-panel .panel-default > .panel-heading {
    background-color: #22b8ea;
    color: #fff;
    text-decoration: none;
}

.accordion-panel .panel-group .panel, .accordion-panel .panel-heading{
    border-radius:0;
    position: relative;
    padding-right: 50px;
}

.accordion-panel .panel-group .panel, .accordion-panel .panel-heading a:after{
   content: "\f0d7";
   font-family: FontAwesome;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   border-left:1px solid #fff;
   width: 50px;
   display: flex;
   align-items: center;
   justify-content: center; 
} 

.panel-group .panel + .panel {
    margin:0;
}

.accordion-panel .panel-group .panel, .accordion-panel .panel-heading.actives{
    background: #ff57a2;
}
.accordion-panel .panel-group .panel, .accordion-panel .panel-heading.actives a:after{
     content: "\f0d8";
}

/*right-sidebar*/
.right-sidebar {
    border: 1px solid #eee;
    padding: 10px;
    margin-left: 45px;
    background: #fff;
}
.right-widget {
    margin-bottom: 35px;
}

.right-widget h3{
    background: #333333;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin:0; 
    font-size: 24px;
    text-transform: uppercase;
}
.right-widget1 img{
    margin-bottom: 20px;
}
.color-pink {
    color: #c92b7f;
}

.right-widget .title{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom:3px solid #dd166f;
    padding-bottom: 10px;
    position: relative;
}

.right-widget .title:before{
    content: "";
    height: 3px;
    background-color: #00aced;
    width: 36px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.right-slider-con .bx-pager {
    display: none;
}

.textimonials li span{
   display: block;
   font-style: normal;
   color: #178ee0;
   margin-top: 20px;
   font-weight: bold;
}

.right-widget-last {
    margin-bottom: 0;
}
.top-slider .bx-wrapper .bx-viewport{
    left: 0 !important;
    border:none;
}

.left-social-icon {
    padding-left: 30px;
    margin-top: 30px;
}

.left-social-icon li a{
    color: #fff;
}

.left-social-icon li a:hover{
    color: #dc0177;
}

.block-item {
   padding: 20px;
   margin: 20px 0; 
   border:dotted 5px #ddd;
}


.block-item .red-update {
    padding: 0 25px;
}
.block-item .red-update h2{
    color: #333;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.color-pink{
    color: #fc1473;
}
.offer-text{
    width: 100%!important;
}

.offer-text h1{
    font-size: 24px;
    text-transform: uppercase;
    color: #008282;
}

.offer-text h2{
    font-size: 30px;
    color: #333;
}
.img-offers {
    padding-top: 30px;
}
.offer-btn-cont {
    text-align: left!important;
}

.offer-btn-cont a{
    margin-top: 20px;
}

.btn-d{
    background: #3399ff; 
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 12px 20px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border: none;
}

.btn-d:hover, .btn-d:focus {
    background: #9164cd;
    color: white;
    text-decoration: none;
}

.important-text {
    text-align: center;
    font-size: 16px;
    display:block;
    padding: 20px;
    color: #747474;
}

.comments-box {
    margin-bottom: 50px;
    overflow: hidden;
}

.comments-box h2{  
    text-transform: uppercase;
}

.comments-box form .col-md-6, .comments-box form .col-md-12{
   padding-left: 0;
}

.comments-box form .form-group input, .comments-box form .form-group textarea{
   background: #fff;
   min-height: 43px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 16px;
   color: #ababab;
}

.comments-box form .form-group textarea{
   min-height: 153px;
}

.btn-submit {
    width: 150px;
    margin: 0 auto;
    display: block;
}

/*Footer*/
.footer-container {
   border-top: 1px solid #ddd;
   margin-top: 30px;
}

.footer-bottom {
   padding: 35px 0;
}
.footer-menu li a{
    color: #aaaaaa;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

.footer-menu li a:hover, .footer-social-icon li a:hover{
    color: #000;
}

.footer-social-icon li a{
    color: #aaaaaa;
}

.footer-left p{
    color: #aaaaaa;
    font-size: 13px; 
}

.main-headline{
    font-size: 48px;
    margin-top:0;
    font-weight: 700; 
}

.sub-headline{
    font-size: 32px;
    line-height: 1; 
    font-weight: 700;
}

.block-sec{
    margin-bottom: 25px;
    display: block;
}
.block-sec2{
    margin-top: 25px;
    display: block;
}
.img-boxs-con {
    height: 95px;
    overflow: hidden;
}
.img-wrap{
    margin: 15px 0;
}

.bottom-blog {
    position: relative;
    overflow: hidden;
}


.bottom-blog .mask {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(110%);
    transition: all 0.2s linear 0s;
}
.bottom-blog:hover .mask {
    transform: translateY(0px);
}
.bottom-blog .mask h4 {
    left: 0;
    position: absolute;
    right: 0;
    top: 34%;
    font-size: 18px;
    color: #fff;
    padding: 0 5%;
    font-weight: 400;
    line-height:24px;
}

.bottom-blog-vertical .mask h4{
    top: 34%;  
}

.bottom-blog .mask span{
    left: 0;
    position: absolute;
    right: 0;
    top: 24%;
    font-size: 18px;
    color: #fff;
    padding: 0 5%;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.bottom-blog .mask a {
    position: absolute;
    top: 60%;
    left:0;
    right: 0;
    width: 160px;
    margin: 20px auto auto auto;
}


.bottom-blog .mask a {
    transition: all 0.3s linear 0s;
}

.bottom-blog .mask a.author{
    position: absolute;
    top: 46%;
    left:0;
    right: 0;
}

.link-bnr img, .link-bnr img{
    border: 4px solid #fff;
    transition: all ease .5s;
}

.link-bnr img:hover, .link-bnr img:focus{
    border: 4px solid #e1e1e1;
    opacity: .9;
}
.country a{
    margin: 0;
    padding: 3px 5px !important;
}
.country img{
    border: medium none;
    float: left;
    margin: 4px 3px 0 0;
    padding: 0;
    vertical-align: middle;
}
h2.blog-title{
    border-bottom: 2px solid #eee;
    padding:10px;
    margin-bottom: 30px;
    font-size: 32px;
    color: #333333;
}

.wiki-box {
    background: #e5e5e5;
    margin: 30px 0;
}

.wiki-article{
    float: left;
    font-size: 30px;
     font-family: 'Roboto', sans-serif;
     padding: 10px;
}

.wiki-article h3{
    color: #21a9ca;
    font-size: 30px;
}

.wiki-article a{
    color: #333;
    text-decoration: underline;
}

.footer-add {
    text-align: center;
    margin-top: 40px;
}

.footer-add img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.greywrapper{
    border:1px solid #ADADAD;
    padding:15px;
}

.greyimg img{
    border:3px solid #ddd;
}
.greywrapper .bx-wrapper{
    margin: 0 auto 30px;
}

.greytext h2{
    color: #333;
    font-size: 30px;
}
.explore-story li {
    border:2px solid #c9c9c9;
    padding: 10px;
    margin: 0 5px;
}

.explore-story .greytext a{
    display: block;
}

.explore-story .greytext{
    font-size: 14px;
}

/*Arrow Control*/

.dayslider .bx-pager {
    display: none;
}

.dayslider, .right-slider-con {
    position: relative;
}

.right-slider-con ul li a {
    display: block;
    text-decoration: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px 0;
}

.right-slider-con ul li span a {
   
   border:none;
}

.dayslider .bx-wrapper .bx-controls-direction{
    float: right;
    position: absolute;
    right:21px;
    top: -29px;
}

.step-slider .bx-wrapper{
    margin-bottom: 0;
}

.step-slider .bx-wrapper .bx-controls-direction{
    right: 12px;
    top: -40px;
}

.right-slider-con .bx-wrapper .bx-controls-direction{
    bottom: 20px;
    position: absolute;
    right: 27px;
}
.dayslider .bx-wrapper .bx-controls-direction a, .right-widget1 .bx-wrapper .bx-controls-direction a{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
}

.dayslider .bx-wrapper .bx-controls-direction a{
    right: -10px;
}
.dayslider .bx-wrapper .bx-prev{
   background: url(../images/next.gif) no-repeat left top;
}

.dayslider .bx-wrapper .bx-next{
    background: url(../images/pre.gif) no-repeat left top;
}

.right-slider-con .bx-wrapper .bx-prev {
   background: url(../images/next.gif) no-repeat left top;
   left: 0;
}

 .right-slider-con .bx-wrapper .bx-next {
    background: url(../images/pre.gif) no-repeat left top;
    right:-2px;
}
 
.explore-stoy-holder {
    position: relative;
}

.explore-stoy-holder .owl-pagination{
    display: none;
}

.explore-stoy-holder .owl-buttons {
    position: absolute;
    right: 0;
    top: -29px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: none;
    padding: 0;
    margin: 0 3px 0 0;
    border-radius:0;
}

.free-box {
    background: #fff;
    padding-bottom: 10px;
    box-shadow: 0 5px 5px #afafaf;
}

.free-box h2{
    background: #333;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

.free-box h3{
    text-align: center;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.free-box a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px 20px 20px;
    display: block;
    margin: 0 auto;
    clear: both;
}

.free-box .inner-text {
    padding: 0 20px;
}

.free-box .inner-text h3{
    font-size: 18px;
}

.free-box .inner-text h3 span{
    color: #2d1152;
}

.free-box .inner-text .color-pink {
    color: #333;
}


.newslatter-box {
    background: #333333;
    padding: 15px;
}

.newslatter-box .box{
    color: #fff;
}

.newslatter-box .box h2{
    color: #fff;
    font-size: 30px;
}

.newslatter-box .box h2 span{
    font-size: 16px;
    display: block;
}

.newslatter-box .boxbody form input{
    background-color: #444444;
    border:1px solid #252525;
    color: #9e9e9e;
    min-height: 40px;
}

.newslatter-box .boxbody form .btn-submit {
    padding: 8px;
    border:none;
}

/*Search Box*/


button {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

input:focus {
    outline: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background: #2d1152;
    padding: 5px;
    font-size: 22px;
    z-index: 999px;
}
.expire-text {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}


/* ---------- TOOLBAR ---------- */

.toolbar {
    color: #fff;
}

.toolbar li {
    float: left;
}

.toolbar li:first-child a { border-radius: .5em 0 0 .5em; }
.toolbar li:last-child button { border-radius: 0 .5em .5em 0; }

.toolbar a,
.toolbar input[type="search"],
.toolbar button {
    color: #fff;
    display: block;
    padding: .5em 1em;
    position: relative;
}


.toolbar input[type="search"] {
    display: none;
    height: 21px;
    margin-top: 12px;
    width: 128px;
    font-size: 14px;
}

.toolbar input[type="search"]::-webkit-input-placeholder { color: #fff; }
.toolbar input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }
.toolbar input[type="search"]:-ms-input-placeholder { color: #fff; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
    margin: 0 auto;
    text-align: center;
}
.carousel-control.right, .carousel-control.left{
    background: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    font-size: 90px;
    margin-top: -50px;
    box-shadow: none;
    color: #999;
}
a:hover .top-post-heading {
    color:green;
}
a:hover  .link-color {
    color:green;
}

a:link .link-color {
    text-decoration: none;
}

a:visited .link-color {
    text-decoration: none;
}

.link-color{
    color:#333;
}
.top-post-heading {
    color: #333;
    font-size: 48px;
}

.top-post-meta {
    border-top: 6px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.post-social-icons {
    margin-top: 15px;
}

.media .media-heading {
    font-size: 15px;
}

.post-meta{
    font-size: 13px;
    margin-top: 5px; 
    color: #656565;   
}

.right-title {
    text-transform: uppercase;
    text-align: center;
    background: #2d1152;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px;
}

.social-net p .day{
    display: block;
}

.navbar {
    border: none;
}

header .fb-bar {
    background-color: #3b5998;
    border-bottom: 1px solid #29487d;
    color: #fff;
    font-style: italic;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

header .fb-bar a {
   color: #fff;
}

header .fb-bar a:hover, header .fb-bar a:active, header .fb-bar a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

#fbFail {
  text-align: center;
  display: none;
}
#fbFail p {
  padding-top: 15px;
  font-size: 13px;
}

#fbModal {
  padding-right: 0 !important;
}

#fbModal form input {
    border: 1px solid #8a949b;
}

#fbModal form button {
    background-color: #4f6aa3;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border: none;
    text-transform: capitalize;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#fbModal .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#fbModal .form-control:focus {
    border-color: #8a949b;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 300px;
}

#fbConfirm {
  text-align: center;
  display: none;
}

#fbConfirm img {
  display: block;
  margin: 0 auto;
}

#fbConfirm a {
  color: #8a949b;
}

#fbConfirm a:hover, #fbConfirm a:active, #fbConfirm a:focus {
  color: #4f6aa3;
  text-decoration: none;
  outline: none;
}

@media (min-width: 768px) { 
  header .fb-bar {
    display: none;
  }
}