html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    width: 100%;
    overflow-y: hidden;
}

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

h2 {
    font-size: 28px;
    color: #880000;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
}

ul.categories {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 32px;
}

ul.categories > li {
    float: left;
    margin-right: 16px;
}

ul.categories > li > a {
    display: inline-block;
    background: #880000;
    line-height: 1;
    padding: 8px 9px 8px 18px;
    margin: 2px 3px;
    color: white;
    text-transform: uppercase;
    border-radius: 0px 3px 3px 0px;
    position: relative;
    transition: none;
}

ul.categories > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    border-top: solid 15px transparent;
    border-left: solid 0px transparent;
    border-right: solid 12px #B60101;
    border-bottom: solid 15px transparent;
}

ul.categories > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: white;
    z-index: 1;
    border-radius: 50%;
}

ul.categories > li > a:hover,
ul.categories > li.active > a {
    background: #D77373;
}

ul.categories > li > a:hover:after,
ul.categories > li.active > a:after {
    border-right: solid 12px #D77373;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    /* color: #fff; */
}

.btn {
    border: 0;
    border-radius: 0;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

section {
    padding: 50px 0;
}

.title-hr {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid rgb(255, 255, 255);
    width: 100px;
}

.heading {
    padding-bottom: 30px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}

.modal-title {
   /*color: black;*/
}


/*************************
********Home CSS**********
**************************/

#home-slider {
    overflow: hidden;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home-slider .item.active {
    background-attachment: fixed;
    background-position: center;
}

#home .scroll-down {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#home .scroll-down:hover > * {
    animation: none;
}

#home .scroll-down a {
    position: absolute;
    top: 0;
    margin-top: -110px;
    color: #ffffff;
    margin-left: -50px;
    text-transform: uppercase;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

#home .scroll-down a:hover {
    -webkit-animation: none;
    animation: none;
}

#home-slider .caption {
    position: absolute;
    top: 38%;
    margin-top: -110px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px;
}

.caption .btn-start:hover {
    color: #fff
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/gridtile.png') rgba(63, 63, 63, 0.51);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px;
}

.left-control:hover,
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

#home-slider .fa-angle-down:hover {
    -webkit-animation: none;
    animation: none;
}

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 30px;
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, .2);
}

.navbar-right li a.membros {
    color: yellow !important;
}

.navbar-brand h1 {
    margin-top: 5px;
}


/*************************
********Service CSS*******
**************************/

.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
    background-color: #333;
}

.our-services .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 0;
}

.service-info h3 {
    margin-top: 35px;
}


/*************************
********About CSS*******
**************************/

#about-us {
    background-color: #2F2B2B;
    padding: 60px 0;
}

#about-us h2 {
    margin-top: 0;
    color: #fff;
}

#about-us .lead {
    font-size: 16px;
    margin-bottom: 10px;
}

#about-us h1 {
    margin-bottom: 30px;
}

.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}


/*************************
******** MIDIA CSS*****
**************************/

#midia .container-fluid,
#midia .col-sm-3,
#midia .col-sm-4,
#midia .col-sm-6 {
    overflow: hidden;
    padding: 0;
}

#midia .midia-item {
    position: relative;
}

#midia .overlay {
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle;
}

.overlay .midia-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.overlay .midia-info h3 {
    margin-top: 0;
    color: #fff;
}

.midia-overview a {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
}

.midia-overview a:hover {
    color: #fff;
}

.midia-overview .midia-expand {
    margin-top: -500px;
    margin-left: -500px;
}

.midia-image,
.midia-overview .midia-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#midia .midia-item:hover .midia-image {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
}

.midia-image img {
    width: 100%;
}

#midia .midia-item:hover .overlay {
    opacity: 0.8;
    bottom: 0;
    height: 100%;
}

#midia .midia-item:hover .midia-overview .midia-expand {
    margin-top: 0;
    margin-left: 0;
}

#midia .midia-item:hover .overlay .midia-info {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
}

#single-portfolio {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative;
}

#single-portfolio img {
    width: 100%;
    margin-bottom: 10px;
}

#single-portfolio .close-midia-item {
    position: absolute;
    top: 30px;
    font-size: 34px;
    width: 34px;
    height: 34px;
    left: 50%;
    color: #999;
    margin-left: -17px;
}


/*************************
*********Team CSS*********
**************************/

#team {
    padding-top: 0;
}

.team-members {
    margin-bottom: 25px;
}

.social-icons {
    margin-top: 30px;
    text-align: center;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social-icons ul li {
    float: left;
    margin-right: 8px;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    color: #fff;
    background-color: #d9d9d9;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    opacity: 0.8;
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-member {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.team-member:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92;
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.team-member:hover .social-icons ul li a.rss {
    background-color: #ff6b00;
}

#team .img-responsive {
    width: 100%;
}

.member-info h3 {
    margin-top: 35px;
}

.member-info h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
}


/*************************
*******Features CSS*******
**************************/

#features {
    text-align: center;
    background-image: url(../images/features-bg.jpg);
}

#features i {
    font-size: 48px;
}

#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}

#features .slider-overlay {
    opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/

.pricing-table {
    text-align: center;
}

.single-table {
    padding: 30px 20px 20px;
    border: 1px solid #f2f2f2;
}

.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price {
    font-size: 36px;
    line-height: 36px;
}

.price span {
    font-size: 14px;
    line-height: 14px;
}

.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.single-table ul li {
    line-height: 30px;
}

.single-table.featured {
    color: #fff;
}

.single-table.featured h3 {
    color: #fff;
}

.single-table.featured .btn.btn-primary {
    background-color: #fff;
}


/*************************
********Twitter CSS*******
**************************/

#twitter {
    background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
    text-align: center;
    position: relative;
}

#twitter-carousel {
    position: relative;
    z-index: 15
}

.twitter-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}

.twitter-icon .fa-twitter {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}

.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}

#twitter-carousel .item {
    padding: 0 55px;
}

#twitter-carousel .item a {
    color: #fff;
}

.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.twitter-left-control,
.twitter-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 15
}

.twitter-left-control {
    left: 80px;
}

.twitter-right-control {
    right: 80px
}

.twitter-left-control:hover,
.twitter-right-control:hover {
    color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
    position: relative;
}

.post-icon {
    background-color: #cecece !important;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.post-icon-video {
    background-color: #880000 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.post-icon-audio {
    background-color: #880000 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.post-icon-file {
    background-color: #00B233 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.post-icon-photo {
    background-color: #1485CC !important;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
}

.post-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-meta span {
    margin-right: 16px;
}

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control {
    position: absolute;
    top: 45%;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 36px;
}

.blog-left-control {
    left: 0;
}

.blog-right-control {
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff;
}

.entry-header h3 a {
    line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.entry-header .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 3px;
}

.entry-content {
    font-size: 14px;
}

.load-more {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.btn-loadmore {
    border: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 125px;
    text-transform: uppercase;
}

.btn-loadmore:hover {
    color: #fff;
}


/*************************
**********CONTATO CSS*****
**************************/

#contato {
    padding-bottom: 0;
}

#google-map {
    height: 350px;
}

#contato {
    color: #666;
    padding: 15px 0px 30px 0px;
}

#contato h2 {
    color: #880000;
}

#contato .heading {
    padding-top: 95px;
}

.form-control {
    background-color: transparent;
    border-color: #666;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

.form-group {
    margin-bottom: 30px;
    display: block;
}

.contato-info {
    padding-left: 10px;
    font-weight: 300;
    margin-bottom: 50px;
}

ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contato-info ul li {
    margin-bottom: 8px;
}

.contato-info ul li a {
    color: #fff;
}

.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px;
}

#footer {
    color: #fff;
}

.footer-top {
    position: relative;
    padding: 30px 0
}

#footer .footer-bottom {
    background-color: #fff;
    padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
    text-decoration: underline;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
}

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

#footer .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .social-icons ul li a {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    line-height: 33px;
}

#footer .social-icons ul li a:hover {
    color: #fff
}

#footer .social-icons ul li a.envelope:hover {
    background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}

#footer .social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
}

#footer .social-icons ul li a.biblia:hover {
    background-color: #BF00FF;
}

#footer .social-icons ul li a.webmail:hover {
    background-color: #FF6C2C;
}

#footer .social-icons ul li a.youtube:hover {
    background-color: #C5302C;
}


#footer .social-icons ul li a.soundcloud:hover {
    background-color: #FF3B00;
}


#footer .social-icons ul li a.whatsapp:hover {
    background-color: #39B926;
}



/*Custom CSS*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    display: table;
}

.navbar-brand h1 {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0 !important;
}

.mgt-15 {
    margin-top: 15px;
    display: inline-block;
}

.mgt-30 {
    margin-top: 30px;
    display: inline-block;
}

.navbar-toggle {
    margin-top: 35px;
    border: 1px solid #fff;
}

.navbar-toggle span {
    border: 1px solid #fff;
}

section .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #880000;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #880000;
    margin-bottom: 20px;
}

section .btn-start:hover {
    color: #880000;
    background-color: rgba(182, 0, 0, 0);
    border-color: #880000;
}

.team-member {
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: #666;
    font-size: 14px;
    height: auto;
    padding-bottom: 30px;
}

.team-member p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.member-info {
    padding: 0 15px;
}

.member-info h3 {
    color: #880000;
    margin-top: 35px;
}

.member-image {
    width: 100%;
}

.main-nav-top {
    margin: auto;
    position: absolute;
    color: #FFFFFF;
    z-index: 9;
    display: block;
    left: 50%;
    margin-left: -298px;
}

.dark-bg {
    color: #ffffff;
    background-color: #333333;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3 {
    color: #ffffff !important;
}

.dark-bg p {
    color: #999 !important;
}


/*************************
********Sobre CSS**********
**************************/

#sobre .img-responsive {
    margin-bottom: 30px;
}

h1.page-title {
    font-size: 52px;
    color: #880000;
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
}

small.page-subtitle {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
}


/*************************
********Pedido de Oracao CSS**********
**************************/

#pedido-oracao .btn {
    margin-top: 25px;
}

#pedido-oracao h2 {
    margin-bottom: 0;
}

#pedido-oracao p {
    color: #aaaaaa;
}


/*************************
********Devocional CSS**********
**************************/

#devocional hr {
    margin-bottom: 50px;
}

#devocional .info-devocional .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: -5px;
    background-color: #880000;
}

#devocional .info-devocional .btn-start:hover {
    color: #880000;
    background-color: #ffffff;
    border-color: #880000;
}

#devocional > div {
    position: relative;
}

#devocional-carousel {
    position: relative;
    z-index: 15
}

.devocional-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}

.devocional-icon .fa-devocional {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}

.devocional-icon .fa-devocional:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}

#devocional-carousel .item {
    padding: 0 55px;
}

#devocional-carousel .item a {
    color: #fff;
}

.devocional-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.devocional-left-control,
.devocional-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 30;
}

.devocional-left-control {
    left: 80px;
}

.devocional-right-control {
    right: 80px
}

.devocional-left-control:hover,
.devocional-right-control:hover {
    color: #fff;
}

.item-devocional {
    margin-bottom: 50px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: #666;
    font-size: 14px;
    height: auto;
    min-height: 412px;
    padding-bottom: 30px;
}

.item-devocional p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    margin-bottom: 20px;
}

.info-devocional {
    padding: 0 15px;
}

.info-devocional h3 {
    color: #880000;
    margin-top: 35px;
}

.imagem-devocional .img-responsive {
    width: 100%;
}

.item-devocionals {
    margin-bottom: 25px;
}

.item-devocional {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.item-devocional:hover .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.item-devocional:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.item-devocional:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92;
}

.item-devocional:hover .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.item-devocional:hover .social-icons ul li a.rss {
    background-color: #ff6b00;
}

#devocional.img-responsive {
    width: 100%;
}

.info-devocional h3 {
    margin: 0px 0px 20px 0px;
}

.info-devocional h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
}

#devocional .devocional-post {
    width: 100%;
    display: block;
}

#devocional .devocional-post .devocional-capa {
    /* max-height: 200px; */
    width: 100%;
    overflow: hidden;
}

#devocional .devocional-info {
    padding: 0px;
}

#devocional .devocional-post h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

#devocional .devocional-post h3 {
    color: #999;
    font-size: 14px;
    margin: 5px 0px;
    overflow: hidden;
}

#devocional-interna .devocional-capa {
    margin-bottom: 20px;
}

#devocional-interna .devocional-post h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

#devocional-interna .devocional-post h3 {
    color: #999;
    font-size: 14px;
    margin: 5px 0px 15px 0px;
    overflow: hidden;
}

.compartilhamento {
    font-weight: bold;
}

.compartilhamento .fa {
    border: 1px solid #999999;
    color: #999999;
    width: 35px;
    margin-left: 5px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    transition: 0.3s;
}

.compartilhamento .fa:hover {
    border: 1px solid #999999;
    color: #FFFFFF;
    background-color: #999;
}


/* AGENDA CSS */

#agenda h2 {
    color: #880000;
}

#agenda .agenda-item {
    padding-bottom: 50px;
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

#agenda .agenda-titulo {
    width: 30%;
    height: 190px;
    float: left;
    background: #333;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#agenda .agenda-titulo h3 {
    font-size: 100px;
    margin-bottom: 0;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#agenda .agenda-titulo h4 {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    margin: 0;
}

.agenda_busca .agenda-info-busca {
    min-height: 120px !important;
    display: block;
    float: left;
    width: 70%;
    background-color: #ffffff;
    padding: 0px 20px 15px 20px;
}
.agenda_busca .agenda-item {
    padding-bottom: 16px !important;
}
.agenda_busca .agenda-titulo {
    height: 120px !important;
    background-size: cover;
}

.agenda_busca .agenda-titulo h3 {
    font-size: 50px !important;
    margin-bottom: 0;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.agenda_busca .agenda-titulo h4 {
    color: #FFFFFF;
    font-size: 16px !important;
    text-align: center;
    margin: 0;
}

#agenda .agenda-titulo p {
    margin: 0 25px;
    padding-bottom: 20px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#agenda .agenda-capa {
    position: relative;
    float: left;
    width: 35%;
    height: 190px;
    overflow: hidden;
}

#agenda .agenda-capa .img-responsive {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
}

#agenda .agenda-capa img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#agenda .agenda-capa img:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

#agenda .agenda-info {
    display: block;
    float: left;
    width: 70%;
    height: 190px;
    background-color: #ffffff;
    padding: 15px 20px;
    overflow: hidden;
}

.agenda_busca .agenda-info-busca h3,
#agenda .agenda-info h3 {
    margin-top: 4px;
    color: #000;
    line-height: 1.2em;
    font-size: 26px;
    margin-bottom: 5px;
}

.agenda_busca .agenda-info-busca p,
#agenda .agenda-info p {
    color: #666;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.3;
}

.agenda_busca .agenda-info-busca .btn-start,
#agenda .agenda-info .btn-start {
    color: #880000;
    background-color: #ffffff;
    border-color: #880000;
    margin-top: 7px;
}

.agenda_busca .agenda-info-busca .btn-start:hover,
#agenda .agenda-info .btn-start:hover {
    color: #FFFFFF;
    background-color: #880000;
    border-color: #880000;
}

#agenda .btn-start {
    background-color: #F6F6F6;
    color: #880000;
    margin: 0px 0;
    border: 1px solid #880000;
}

#agenda .btn-start:hover {
    background-color: #880000;
    color: #FFFFFF;
    border: 1px solid #880000;
}


/* SIDEBAR CSS */

#sidebar #agenda {
    background-color: #ffffff;
}

#sidebar #agenda h2,
#sidebar #pedido-oracao h2 {
    margin-top: 0px;
    color: #880000;
    margin-bottom: 20px;
}

#sidebar #agenda .agenda-item {
    padding-bottom: 25px;
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

#sidebar #agenda .agenda-titulo {
    width: 30%;
    height: 100px;
    float: left;
    background: #333;
    background-size: cover;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar #agenda .agenda-titulo h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#sidebar #agenda .agenda-titulo h4 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

#sidebar #agenda .agenda-titulo p {
    margin: 0 25px;
    padding-bottom: 20px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar #agenda .agenda-info {
    display: block;
    float: left;
    width: 70%;
    height: 100px;
    background-color: #ffffff;
    padding: 0 25px;
}

#sidebar #agenda .agenda-info h3 {
    margin-top: 0px;
    color: #000;
    font-size: 18px;
}

#sidebar #pedido-oracao #main-contato-form {
    margin-top: 30px;
}


/* MIDIA CSS */

.midia-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, .75);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.overlay-top {
    display: block;
    padding: 15px 28px 13px 20px;
    background: rgba(0, 0, 0, .5);
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    position: relative;
}

.overlay-top h4 {
    margin-top: 5px;
}

.overlay-top h4 a {
    color: #fff;
}

.overlay-top:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 22px;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay-bottom,
.no-overlay-bottom .midia-item:hover .overlay-bottom,
.overlay-bottom,
.no-overlay-bottom .midia-item.hover_effect .overlay-bottom {
    height: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    transition: all .25s ease-out .1s;
}

.overlay-bottom * {
    opacity: 1;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transition: all .25s ease-out .2s;
}

.midia-item:hover .overlay-bottom,
.midia-item.hover_effect .overlay-bottom {
    height: 66px;
    padding: 10px 20px 19px;
    transition: all .25s ease-out;
}

.midia-item:hover .overlay-bottom *,
.midia-item.hover_effect .overlay-bottom * {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.overlay-bottom div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overlay-bottom .course-exceprt {
    height: 37px;
    white-space: inherit;
}


/* CONTATO CSS */

#contato .btn-start {
    margin-top: 30px;
}


/* GERAL */

#home-slider .btn {
    width: 50%;
}

.main-nav-custom {
    background-color: #880000;
}

.navbar-collapse.in {
    overflow: hidden;
}

.btn-start.btn-transparent {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: -5px;
    background-color: rgba(182, 0, 0, 0);
}

.btn-start.btn-transparentt:hover {
    color: #880000;
    background-color: #ffffff;
    border-color: #880000;
}

.btn.btn-start.btn-invert {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: -5px;
    background-color: rgba(182, 0, 0, 0);
}

.btn.btn-start.btn-invert:hover {
    color: #ffffff;
    background-color: #880000;
    border-color: #880000;
}

.bg-escuro {
    background-color: #F5F5F5;
}

.bg-img {
    background-image: url(../images/fundo-home.jpg);
}

.breadcumb-conteudo {
    background-color: #EFEFEF !important;
}

.breadcumb-conteudo ol {
    margin-bottom: 0;
}

a .img-responsive {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

a .img-responsive:hover {
   /* opacity: 0.7;*/
}


/* PAGINAS INTERNAS CSS */

.titulo-internas {
    background-color: #F9F9F9;
}

.header-interno {
    min-height: 200px;
    height: 100%;
    background: url(https://visualhunt.com/photos/xl/1/horses-animal-animals.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* PAGINA SOBRE CSS */

#ministerios {
    background-color: #333333 !important;
}

#ministerios .img-responsive {
    height: 250px;
    margin: 0 auto;
}

#ministerios h2 {
    color: #ffffff;
}

#ministerios .ministerio-item {
    display: block;
    margin: 30px 0px;
}


/* PAGINA PEDIDOS DE ORACAO CSS */

#pedidos-oracao #main-contato-form {
    margin-top: 30px;
}


/* PAGINA PEDIDOS DE ORACAO CSS */

.contato-form {
    margin-top: 50px;
}


/* MEMBROS */

section#membros {
    padding-top: 10%;
    overflow: hidden;
}

#membros h2 {
    color: #666;
}

#membros .form-signin {
    text-align: center;
    background: rgb(253, 253, 253);
    padding: 10px 17px 30px 17px;
    box-shadow: 0px 3px 0px 0px rgb(206, 206, 206);
}

#membros .form-control {
    margin-bottom: 10px;
}

body .main-nav.navbar-fixed-top + .space {
    height: 90px;
}

.main-nav-xs {
    display: none;
}


/* xs */

#sobre h5 {
    font-size: 32px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #666;
}

@media (max-width: 767px) {
    .main-nav-xs {
        position: absolute !important;
        z-index: 99999 !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0) !important
    }
    .main-nav-xs {
        display: block
    }
    body > div.main-nav.main-nav-xs > div > div.navbar-header > button {
        margin-top: 15px;
        cursor: pointer !important;
    }
    body > div.main-nav.main-nav-xs > div > div.navbar-collapse.collapse.in > ul {
        background: #000;
    }
    body > div.main-nav.main-nav-xs > div > div.navbar-collapse.collapse {
        overflow: hidden;
        background: rgba(0, 0, 0, 0.86) !important;
        box-shadow: 1px 4px 10px rgba(255, 255, 255, 0.15);
    }
    .main-xs {
        position: absolute !important;
    }
    #devocional h2 {
        margin: 5px 0px 0px 0px;
    }
    #devocional .heading {
        padding: 0px;
    }
    .item-devocional-xs {
        height: 110px;
        display: block;
        position: relative;
        overflow: hidden;
        margin-top: 15px;
    }
    .item-devocional-xs .imagem-devocional-xs {
        height: 110px;
        background-size: cover !important;
        position: absolute;
        width: 100%;
        background-position-y: -124px;
    }
    .item-devocional-xs .imagem-devocional-xs:before {
        content: '';
        background: rgba(0, 0, 0, 0.42);
        width: 100%;
        height: 200px;
        position: absolute;
    }
    .item-devocional-xs .info-devocional-xs {
        position: absolute;
        z-index: 9;
        padding: 15px;
    }
    .item-devocional-xs .info-devocional-xs h4 {
        font-size: 13px;
        padding: 0px;
        margin: 0px;
    }
    .item-devocional-xs .info-devocional-xs h3 {
        font-size: 18px;
        padding: 0px;
        margin: 0px 0px 8px 0px;
        display: block;
        text-shadow: 0px 0px 6px #000;
    }
    .item-devocional-xs .info-devocional-xs button {
        padding: 3px 10px;
    }
    .btn-xs-margem {
        margin-top: 20px !important;
    }
    #devocional .btn-start.btn-transparent {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 40px;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        margin-top: 5px;
        background-color: rgba(182, 0, 0, 0);
    }
    h1.page-title {
        font-size: 26px;
    }
    small.page-subtitle {
        font-size: 14px;
    }
    section p {
        font-size: 16px !important;
        line-height: 1.5em !important;
    }
    #pedidos-oracao {
        padding: 0px;
        margin-bottom: 70px;
    }
    #pedidos-oracao p {
        display: none;
    }
    #pedidos-oracao textarea.form-control {
        min-height: 90px;
    }
    #pedidos-oracao .form-group {
        padding-bottom: 10px !important;
        margin-bottom: 0px;
    }
    #main-contato-form button {
        margin-top: 0px;
    }
    body {
        /* padding-bottom: 298px !important; */
    }
    #footer {
        /* height: 287px; */
    }
    #footer > div.footer-bottom > div > div > div:nth-child(2) > p {
        text-align: center;
        float: left !important;
        display: block;
        width: 100%;
    }
    .main-nav-top {
        display: none !important;
    }
    .navbar-right li a {
        padding: 10px 20px;
    }
    #agenda .agenda-titulo {
        width: 40%;
    }
    #agenda .agenda-info {
        width: 60%;
    }
    #agenda .agenda-capa {
        width: 100%;
    }
    #agenda .agenda-capa .img-responsive {
        position: absolute;
        height: auto;
        width: 100%;
        top: -50%;
    }
    section#sobre {
        padding-top: 0px;
    }
    section#pedido-oracao,
    section#agenda,
    section#midia,
    section#devocional,
    section#contato .heading {
        padding-top: 10px;
    }
    #home-slider .caption {
        top: 23%;
    }
    section h2 {
        font-size: 22px;
        margin-bottom: 0px;
        padding: 5px;
    }
    section p {
        font-size: 12px;
    }
    #agenda a.btn-start {
        margin-top: 32px;
    }
    section .heading {
        padding-bottom: 18px;
    }
    section .btn-start {
        margin: 0px 0px;
    }
    #home-slider h1 img {
        width: 60%;
    }
    #home-slider .caption h1 {
        margin-top: 50px;
        font-size: 18px;
    }
    #home-slider .caption p {
        font-size: 15px;
        padding: 0 15px;
    }
    section#pedido-oracao .row {
        margin-top: 10%;
        padding: 0 15px;
        text-align: center;
    }
    #agenda .agenda-item,
    #agenda .agenda-titulo,
    #agenda .agenda-info {
        height: 100px;
    }
    #agenda .agenda-item .agenda-titulo h3 {
        font-size: 28px;
        margin-bottom: 0px;
    }
    #agenda .agenda-titulo h4 {
        font-size: 15px;
    }
    #agenda .agenda-item .agenda-info {
        padding: 5px 13px;
    }
    #agenda .agenda-item .agenda-info h3 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    #agenda .agenda-item .agenda-info p {
        font-size: 10px !important;
        line-height: 12px !important;
        margin-top: 3px;
    }
    #agenda > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div {
        display: none;
    }
    table.table.agenda-fixa th {
        width: 115px !important;
        font-size: 12px !important;
    }
}


/* sm */

@media (max-width: 991px) and (min-width:768px) {
    .main-nav .navbar-nav>li {
        width: 100%;
    }
    .main-nav .navbar-right {
        float: left !important;
        width: 100%;
    }
    .main-nav .navbar-right li a {
        padding: 10px 10px;
        color: #fff;
    }
    .main-nav-custom {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .main-nav-custom .in {
        -webkit-transition: all 4s ease;
        -moz-transition: all 4s ease;
        -ms-transition: all 4s ease;
        -o-transition: all 4s ease;
        transition: all 4s ease;
    }
    .navbar-right {
        margin-right: -70px !important;
    }
    .navbar-fixed-top > div > div.navbar-header > button {
        display: block !important;
    }
    .main-nav .navbar-collapse {
        display: none !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .main-nav .navbar-collapse.collapse.in {
        display: block !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .main-nav .navbar-header .collapse,
    .main-nav .navbar-toggle {
        display: block !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .main-nav .navbar-header {
        float: none;
    }
    .main-nav-custom .navbar-collapse {
        display: none !important;
    }
    .main-nav-custom .navbar-collapse.collapse.in {
        display: block !important;
    }
    .main-nav-custom .navbar-header .collapse,
    .main-nav-custom .navbar-toggle {
        display: block !important;
    }
    .main-nav-custom .navbar-nav>li {
        width: 100%;
    }
    .main-nav-custom .navbar-right {
        float: left !important;
        width: 100%
    }
    .main-nav-custom .navbar-right li a {
        padding: 10px 10px;
        color: #fff;
    }
    .main-nav-custom .navbar-right li:hover {
        background: rgba(0, 0, 0, .2);
    }
    .main-nav-custom .navbar-header {
        float: none;
    }
    #agenda .agenda-info {
        /* width: 35%; */
    }
    #agenda .agenda-capa {
        width: 45%;
    }
    #agenda .agenda-capa .img-responsive {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }
    #ministerios .img-responsive {
        height: 350px;
        margin: 0 auto;
    }
    .item-devocional {
        min-height: 320px
    }
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .item-devocional {
        min-height: 414px
    }
}


/* lg */

@media (min-width: 1200px) {
    .item-devocional {
        min-height: 432px;
    }
}

.post-icon-video .fa,
.post-icon-audio .fa,
.post-icon-file .fa {
    line-height: 34px;
}

.post-icon-audio {
    background-color: #B29C00 !important;
}

#agenda .agenda-item.destaque .agenda-titulo {
    position: relative;
    background-size: cover;
}

#agenda .agenda-item.destaque .agenda-info p {}

#agenda .agenda-item.destaque .agenda-info p a {
    color: #880000!important;
}

#agenda .agenda-item.destaque .agenda-titulo h3 {
    font-size: 21px;
    position: absolute;
    bottom: 6px;
    color: rgba(0, 0, 0, 0.64);
    right: 13px;
}

.mtd-badge {
    display: inline-block;
    background: #74435D;
    padding: 2px 9px;
    margin: 5px 0;
    border-radius: 4px;
    color: white;
}

#devocional .devocional-post .devocional-capa {
    width: 40%;
    float: left;
    margin-right: 20px;
}

#devocional .devocional-post p {
    line-height: 20px;
}

article.agenda-fixa-item {
    background: #C1C1C1;
    position: relative;
    overflow: hidden;
}

article.agenda-fixa-item>h3 {
    background: #333333;
    display: inline;
    padding: 37px 13px;
    width: 135px;
    font-size: 14px;
    float: left;
    margin: 0;
    margin-right: 10px;
}

article.agenda-fixa-item>div {
    position: relative;
    right: 0;
    top: 0;
    color: black !important;
}

article.agenda-fixa-item>div p {
    padding: 10px;
}

table.table.agenda-fixa th {
    width: 146px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
}

table.table.agenda-fixa ul {
    list-style: none;
    padding: 0;
}

.img-texto{
   float: left; 
   margin-right: 20px; 
   margin-bottom: 5px !important; 
   margin-top: 10px;
}


.textindent p,
.textindent div{
   text-align: justify;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #cc1e1e;
    border-color: #cc1e1e;
}

.dropdown-menu {
    background-color: #cc1e1e;
    border-color: #cc1e1e !important;
}

.dropdown-menu a{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}


/*Embed video-youtube*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ekko-lightbox .modal-dialog{ 
    width: 720px;
}

.ekko-lightbox .modal-content{
    border-radius: 0px;
}

.ekko-lightbox .modal-header{
    background-color: #880000;
    color: #fff;
}

.ekko-lightbox .modal-header .modal-title,
.ekko-lightbox .modal-header .close,
{
    color: #fff !important;
}