@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

@font-face {
    font-family: 'tficons';
    src: url('fonts/tficons.eot');
    src: url('fonts/tficonsd41d.eot?#iefix') format('embedded-opentype'), url('fonts/tficons.svg#tficons') format('svg'), url('fonts/tficons.woff') format('woff'), url('fonts/tficons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="tficon-"],
[class*=" tficon-"] {
    font-family: 'tficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.navbar-brand img{
    width: 260px;
    display: inline!important;
}
.navbar-brand span{
    float: right!important;
    position: absolute!important;
    top: 36%!important;
    left: 13%!important;
    color: white;
}
.tficon-chevron-left:before {
    content: "\e616";
}
.tficon-chevron-right:before {
    content: "\e617";
}
.tficon-bold-chevron-right:before {
    content: "\e620";
}
.tficon-search:before {
    content: "\e607";
}
.tficon-paypal:before {
    content: "\e606";
}
.tficon-pinterest:before {
    content: "\e600";
}
.tficon-like:before {
    content: "\e601";
}
.tficon-facebook:before {
    content: "\e602";
}
.tficon-twitter:before {
    content: "\e603";
}
.tficon-instagram:before {
    content: "\e604";
}
.tficon-view:before {
    content: "\e605";
}
/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.post.post-details .entry-content ul,
.post.post-details .entry-content ol {
    list-style: yes;
    padding: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background-color: #fadc64!important;
}
div{
    color:#990100!important;
}
h1,h3{
    color:#990100!important;
}
.widget-title{
    color:white!important;
}
p{
    color:#990100!important;
}
.address p{
    color:white!important;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/
body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #1e414e;
    background: #ffffff;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    color: #000000;
}
h1.entry-title .entry-title-min-description {
    font-family: "Lato", sans-serif;
}
.entry-desc h4.min-descriptions,
.site-navigation ul li.menu-item ul li.mega-nav-widget {
    font-family: "Lato", sans-serif;
}
.widget.widget-categories ul li,
.widget.widget-archives ul li,
.widget.widget-nav-menu ul li,
.site-navigation ul li.menu-item,
.site-navigation ul li.menu-item ul li.mega-nav-widget .widget.recent-posts ul li a.entry-title,
.widget.widget-footer-menu ul li a {
    font-family: "Lato", sans-serif;
}
#page {
    overflow: hidden;
}
.ie7 body {
    background: none;
    filter: none;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    padding-top: 200px;
}
.ie7 .site {
    display: none;
}
::-moz-selection {
    background: #1e414e;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #1e414e;
    color: #ffffff;
    text-shadow: none;
}
a {
    color: #79c5f5;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
a:hover,
a:focus {
    color: #2c6073;
    text-decoration: none;
    outline: none;
}
a:active {
    background-color: transparent;
}
iframe {
    max-width: 100%;
}
img {
    display: inline-block;
    max-width: 100%;
}
.alpha {
    margin-left: 0 !important;
}
.omega {
    margin-right: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.margin-bottom-110 {
    margin-bottom: 110px !important;
}
.margin-bottom-120 {
    margin-bottom: 120px !important;
}
.margin-bottom-130 {
    margin-bottom: 130px !important;
}
.margin-bottom-140 {
    margin-bottom: 140px !important;
}
.margin-bottom-150 {
    margin-bottom: 150px !important;
}
.margin-bottom-160 {
    margin-bottom: 160px !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
/*Fade Effect on BS Slider*/
.fade-effect .item {
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.fade-effect .active.item {
    opacity: 1;
}
.fade-effect .active.left,
.fade-effect .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
}
/*Shot Effect on BS Slider*/
.shot-effect .item {
    top: 0;
    left: 0 !important;
    -webkit-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -moz-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -o-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -ms-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -khtml-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
}
.shot-effect .item.prev {
    top: 100%;
    z-index: 3;
}
.shot-effect .item.next {
    top: -100%;
    z-index: 3;
}
.shot-effect .item.prev.left,
.shot-effect .item.prev.right,
.shot-effect .item.next.left,
.shot-effect .item.next.right {
    top: 0;
}
.mega-nav-widget .widget.recent-posts ul li a.entry-title {
    width: 100%;
}
/*Loading Spinner*/
.spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
}
.spinner .wBall {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.4s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.4s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.4s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.4s infinite;
    transform: rotate(225deg);
    animation: orbit 4.4s infinite;
}
.spinner .wBall .wInnerBall {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ffffff;
    left: 0px;
    top: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.spinner #wBall_1 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}
.spinner #wBall_2 {
    -moz-animation-delay: 0.19s;
    -webkit-animation-delay: 0.19s;
    -ms-animation-delay: 0.19s;
    -o-animation-delay: 0.19s;
    animation-delay: 0.19s;
}
.spinner #wBall_3 {
    -moz-animation-delay: 0.38s;
    -webkit-animation-delay: 0.38s;
    -ms-animation-delay: 0.38s;
    -o-animation-delay: 0.38s;
    animation-delay: 0.38s;
}
.spinner #wBall_4 {
    -moz-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    animation-delay: 0.58s;
}
.spinner #wBall_5 {
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s;
}
@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}
@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }
    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}
@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }
    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}
@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }
    76% {
        opacity: 0;
        transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    margin-bottom: .4em;
    word-wrap: break-word;
    font-weight: 700;
    color: #1e414e;
    text-align: left;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 13px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 200;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e414e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #79c5f5;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
small {
    font-size: 85%;
}
i {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}
p {
    font-size: 15px;
    line-height: 1.8em;
    word-wrap: break-word;
    margin-bottom: 1.5em;
}
@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
}
.lowercase {
    text-transform: lowercase;
}
.uppercase {
    text-transform: uppercase;
}
/* Buttons */
/*-----------------------------------*/
.btn {
    position: relative;
    background: none;
    border: none;
    padding: 15px 0;
    outline: none;
}
.btn span {
    background: #142e39;
    border: 2px solid #142e39;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 29px;
    text-transform: none;
    font-weight: bold;
    font-style: italic;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn span:hover {
    background: none;
    color: #1e414e;
}
.btn i {
    font-size: 15px;
    top: 2px;
}
.align-left-icon {
    padding-right: 19px;
}
.align-right-icon {
    padding-left: 19px;
}
.btn.btn-transparent span {
    background: none;
    color: #1e414e;
}
.btn.btn-transparent span:hover {
    background: #142e39;
    color: #ffffff;
}
.btn-white span {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e414e;
}
.btn-white span:hover {
    background: #ffd52d;
    border-color: #ffd52d;
    color: #1e414e;
}
.btn-white-transparent span {
    background: none;
    border-color: #ffffff;
}
.btn-white-transparent span:hover {
    background: #ffd52d;
    border-color: #ffd52d;
    color: #1e414e;
}
.btn-light span {
    background: #79c5f5;
    border-color: #79c5f5;
    color: #ffffff;
}
.btn-light span:hover {
    background: none;
    color: #79c5f5;
}
.btn-light-transparent span {
    background: none;
    border-color: #79c5f5;
    color: #79c5f5;
}
.btn-light-transparent span:hover {
    background: #79c5f5;
    color: #ffffff;
}
.btn-yellow span {
    background: #ffd52d;
    color: #1e414e;
    border: 2px solid #ffd52d;
}
.btn-yellow span:hover {
    background: #1e414e;
    border-color: #1e414e;
    color: #ffd52d;
}
.btn-yellow-transparent span {
    background: none;
    border-color: #ffd52d;
    color: #ffd52d;
}
.btn-yellow-transparent span:hover {
    background: #ffffff;
    color: #1e414e;
    border-color: #ffffff;
}
/* Size Button */
.btn-lg span {
    padding: 20px 50px;
}
.btn-sm span {
    padding: 13px 30px;
}
.btn-xs span {
    padding: 10px 25px;
    font-size: 13px;
}
/* Other Buttons */
.btn-donate-nav {
    margin-right: -34px;
    margin-top: -4px;
}
.btn-donate-nav span {
    padding: 14px 20px;
}
.btn-donate-nav span:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e414e;
}
.btn-donate-bottom {
    margin: 18px 0 ;
}
.ways-to-help-section .btn-donate-bottom {
    margin: 18px 18px;
}
.btn-donate-bottom span {
    padding: 19px 189px;
    font-size: 30px;
}
.btn-donate-bottom span:hover {
    color: #ffd52d;
    background: #1e414e;
    border-color: #1e414e;
}
.btn-slider {
    margin-top: 10px;
}
.btn-slider span {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 41px;
}
.btn-slider i {
    padding-left: 19px;
    font-size: 15px;
    top: 10px;
}
.slider-full .with-caption-slider .text-with-caption .btn-slider {
    margin-top: 0;
    padding: 8px 0;
}
.slider-full .with-caption-slider .text-with-caption .btn-slider span {
    padding: 7px 30px;
}
.btn-join-us {
    margin: 0;
    float: right;
}
.btn-join-us span {
    padding: 15px 132px;
    font-size: 30px;
}
.btn-giveby-card {
    float: left;
    margin-right: 7px;
}
.btn-giveby-card i {
    padding-left: 7px;
    font-size: 24px;
    line-height: 0;
    top: 10px;
}
.btn-giveby-paypal span {
    padding: 14px 10px;
}
.btn-giveby-card span:hover,
.btn-giveby-paypal span:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e414e;
}
.btn-giveby-paypal i {
    padding-left: 9px;
    font-size: 16px;
    line-height: 0;
    top: 3px;
}
.btn-donate-ourmission span {
    font-size: 30px;
    padding: 15px 109px;
}
.btn-projects {
    margin-top: 40px;
}
.btn-projects span {
    padding: 13px 20px;
}
.btn-load-more {
    margin-top: 10px;
}
.btn-load-more span {
    padding: 14px 515px;
    border-color: #c1c1c1;
    color: #c1c1c1 !important;
    font-size: 24px;
    font-weight: 400;
}
.btn-load-more span:hover {
    background-color: #c1c1c1 !important;
    color: #ffffff !important;
}
.btn-rss-subscribe span {
    padding: 15px 50px;
}
.btn-read-more span {
    padding: 12px 24px;
}
.btn-read-more span:hover {
    background: #1e414e;
    border-color: #1e414e;
    color: #ffd52d;
}
.btn-error-page {
    margin: 37px 0;
}
.btn-error-page span {
    font-size: 30px;
    padding: 17px 87px;
}
.btn-donate-form {
    margin-top: 30px;
}
.btn-donate-form span {
    font-size: 18px;
    padding: 15px 69px;
}
.ways-to-help-section .btn-donate-bottom span {
    padding: 19px 198px;
}
/* Pricing Button */
.btn-price {
    border-radius: 0;
}
.btn-price span {
    background: #79c5f5;
    border-color: #79c5f5;
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    border-radius: 0;
}
.btn-price span:hover {
    background: #ffd52d;
    border-color: #ffd52d;
    color: #ffffff;
}
.btn-price span:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 33px solid transparent;
    border-left: 26px solid #79c5f5;
    border-bottom: 29px solid transparent;
    position: absolute;
    right: -26px;
    top: 1px;
}
.btn-price span:hover:after {
    border-left-color: #ffd52d;
}
.sidebar .btn-join-us {
    float: none;
    margin: 16px 0;
}
.sidebar .btn-join-us span {
    padding: 18px 132px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .btn-donate-bottom span {
        padding: 19px 147px;
    }
    .btn-join-us span {
        padding: 15px 100px;
    }
    .sidebar .btn-join-us {
        width: 100%;
        padding: 0;
    }
    .sidebar .btn-join-us span {
        padding: 18px 100px;
        display: block;
    }
    .btn-giveby-paypal span {
        padding: 14px 8px;
    }
    .btn-giveby-paypal i {
        font-size: 13px;
    }
    .btn-giveby-card span {
        padding: 14px 19px;
    }
    .btn-giveby-card i {
        font-size: 19px;
    }
    .btn-load-more span {
        padding: 14px 415px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .btn-donate-bottom span {
        padding: 19px 280px;
    }
    .sidebar .btn-join-us {
        width: 100%;
        padding: 0;
    }
    .sidebar .btn-join-us span {
        padding: 18px 329px;
        display: block;
    }
    .btn-giveby-card span {
        padding: 14px 50px;
    }
    .btn-giveby-paypal {
        float: right;
    }
    .btn-giveby-paypal span {
        padding: 14px 33px;
    }
    .btn-join-us span {
        padding: 15px 100px;
        font-size: 20px;
    }
    .btn-load-more span {
        padding: 14px 305px;
    }
    .btn-rss-subscribe span {
        padding: 15px 30px;
    }
}
/*Screen 568px*/
@media (max-width: 767px) {
    .btn-donate-bottom span {
        padding: 19px 188px;
    }
    .btn-join-us span {
        padding: 15px 50px;
        font-size: 20px;
    }
    .sidebar .btn-join-us {
        width: 100%;
        padding: 0;
    }
    .sidebar .btn-join-us span {
        padding: 18px 237px;
        display: block;
    }
    .btn-load-more span {
        padding: 14px 215px;
    }
    .btn-rss-subscribe {
        float: none;
    }
}
/*Screen 480px*/
@media (max-width: 500px) {
    .sidebar .btn-join-us span {
        padding: 18px 150px;
    }
    .btn-donate-bottom span {
        padding: 19px 146px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .btn-join-us {
        margin-top: 10px;
        float: none;
    }
    .btn-join-us span {
        padding: 15px 110px;
        font-size: 20px;
    }
    .btn-donate-bottom span {
        padding: 19px 97px;
        font-size: 18px;
    }
    .btn-donate-ourmission span {
        font-size: 23px;
        padding: 15px 62px;
    }
    .sidebar .btn-join-us {
        width: 100%;
        padding: 0;
    }
    .sidebar .btn-join-us span {
        padding: 18px 109px;
        font-size: 23px;
        display: block;
    }
    .wrapp-btn-donate-ourmission {
        margin: 50px 0 35px;
    }
    .btn-giveby-paypal span {
        padding: 14px 8px;
    }
    .btn-giveby-card span {
        padding: 14px 15px;
    }
    .btn-load-more span {
        padding: 14px 104px;
        font-size: 18px;
    }
    .btn.btn-transparent.btn-join-us.btn-rss-subscribe span {
        padding: 14px 54px;
    }
    .btn-error-page span {
        font-size: 20px;
        padding: 15px 55px;
    }
}
.donate-section .btn span:hover {
    background: #142e39;
    border-color: #142e39;
    color: #ffd52d;
}
/*-----------------------------------*/
/* Post, Post Details Style*/
/*-----------------------------------*/
/*Post Style*/
.post.post-details {
    padding: 20px 0;
}
.post.post-details .entry-content h2 {
    margin-bottom: 20px;
}
.entry-content .video {
    overflow: hidden;
    text-align: left;
    margin: 20px 0;
}
.entry-meta .author a:hover,
.entry-meta .author a:focus,
.entry-meta .cat-links a:hover,
.entry-meta .cat-links a:focus {
    color: #142e39;
}
.entry-content .video.our-mission {
    margin: 80px 0;
    text-align: center;
}
.donate-funds-details {
    border: 2px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.entry-content .donate-funds-details ul {
    list-style: none;
    margin: 0;
}
.entry-content .donate-funds-details ul li {
    list-style: none;
    margin: 0;
}
/*Post Detail*/
.entry-title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
    float: left;
}
.entry-title.blog {
    float: none;
    margin-bottom: 0;
}
.post.post-details .entry-header {
    overflow: hidden;
}
.entry-title span {
    font-weight: 100;
}
.entry-title span.entry-title-min-description p {
    font-size: 17px;
    color: #c1c1c1;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    display: block;
}
.post-thumbnail {
    margin: 30px 0;
    display: block;
}
.entry-header {
    overflow: hidden;
}
.entry-content {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
}
.info {
    font-weight: 300;
    font-style: italic;
    color: #79c5f5;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 45px;
    line-height: 50px;
}
.donate-funds-details {
    overflow: hidden;
    padding: 66px 25px;
    margin: 70px 0 55px;
}
.donate-funds-details ul li {
    float: left;
    text-transform: uppercase;
    padding-right: 30px;
    text-align: center;
}
.donate-funds-details ul li:last-child {
    padding: 0;
}
.donate-funds-details ul li span {
    font-size: 25px;
    color: #ffd52d;
    font-weight: 800;
    margin-bottom: 13px;
    display: block;
}
.donate-funds-details .number {
    font-size: 45px;
    color: #79c5f5;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 60px;
}
.donate-funds-details .number sup {
    font-size: 30px;
}
.cols {
    overflow: hidden;
    padding-top: 10px;
}
/*Post List Projects*/
.postlist.projects {
    overflow: hidden;
    margin-top: 50px;
}
.postlist.projects .post {
    overflow: hidden;
    height: 317px;
    background-color: #142e39;
    margin-bottom: 148px;
}
.postlist.projects .post .entry-aside {
    width: 50%;
    float: left;
    text-align: center;
    padding: 87px 20px;
}
.postlist.projects .post .entry-aside p {
    font-style: italic;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 0;
    text-align: center;
}
.postlist.projects .post .entry-content {
    margin: 0;
    padding-top: 7px;
    text-align: center;
}
#calendar .list-events {
    color: #1e414e;
}
.postlist.projects .post .post-thumbnail {
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
}
.postlist.projects .post .post-thumbnail img {
    max-width: inherit;
}
.postlist.projects .post .entry-title {
    line-height: 20px;
    float: none;
    padding: 0 10px;
    margin-bottom: 12px;
    text-align: center;
}
.postlist.projects .post .entry-title a {
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
}
.postlist.projects .post .divider {
    width: 41%;
    margin: 0 auto;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
    .postlist.projects .post {
        height: 198px;
    }
    .postlist.projects .post .entry-title a {
        font-size: 15px;
        line-height: 12px;
    }
    .postlist.projects .post .entry-aside p {
        font-size: 12px;
        line-height: 13px;
    }
    .postlist.projects .post .post-thumbnail img {
        max-width: 101%;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .postlist.projects .post {
        height: 300px;
    }
    .postlist.projects .post .entry-title a {
        font-size: 25px;
        line-height: 30px;
    }
    .postlist.projects .post .entry-aside p {
        font-size: 15px;
        line-height: 20px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .postlist.projects .post {
        height: 200px;
    }
    .postlist.projects .post .entry-title a {
        font-size: 14px;
        line-height: 25px;
    }
    .postlist.projects .post .entry-title {
        line-height: 19px;
        margin: 0 0 12px;
    }
    .postlist.projects .post .entry-aside {
        padding: 30px 10px;
    }
    .postlist.projects .post .entry-aside p {
        font-size: 12px;
        line-height: 13px;
    }
    .postlist.projects .post {
        margin-bottom: 25px;
    }
}
.post .entry-meta {
    font-size: 14px;
    font-style: italic;
    color: #1e414e;
    margin-top: 0;
}
.post .entry-header .entry-date,
.post.post-details .entry-date {
    margin-right: 8px;
}
.post .author {
    border-left: 1px solid #1e414e;
    padding-left: 10px;
    padding-right: 7px;
}
.post .cat-links {
    border-left: 1px solid #1e414e;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 20px;
}
.post .entry-title {
    font-size: 37px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 5px;
    float: none;
}
.post .entry-title a:hover {
    color: #1e414e;
}
.post .entry-header,
.post .entry-content {
    overflow: inherit;
}
.post .link-comment {
    float: right;
}
.post .entry-content {
    margin: 3px 0;
}
.post .link-comment span {
    padding: 12px 17px;
}
.post.post-style-1,
.post.post-style-2,
.post.post-style-3,
.post.post-style-4 {
    padding: 26px 0;
}
.post {
    margin: 88px auto;
}
.post:first-child {
    margin-top: 0;
}
.post.post-details {
    /* padding-right: 70px;
  margin-left: -15px;*/
    margin-bottom: 0;
}
.post.post-details .entry-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 11px;
}
.post.post-details .min-descriptions {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    margin: 42px 0 17px;
    line-height: 24px;
    color: #1e414e;
}
.post.post-details .post-thumbnail {
    position: relative;
}
.post.post-details .post-thumbnail img {
    width: 100%;
}
.post.post-details p span {
    color: #79c5f5;
}
.post.post-details .post-thumbnail span,
.post.post-details .image-frame span,
.post-similar a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #142e39;
    background: rgba(20, 46, 57, 0.7);
    padding: 20px 28px;
}
.post-similar img {
    width: 100%;
}
.post.post-details .image-frame {
    position: relative;
}
.post.post-details .image-frame.frame1 {
    margin-right: 43px;
}
.post.post-details .image-frame img {
    width: 100%;
}
/*Post style 1*/
.post.post-style-1 .post-thumbnail {
    width: 270px;
    height: 268px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    display: block;
    margin-top: 20px;
}
/*Post style 2*/
.post.post-style-2 .post-thumbnail {
    width: 270px;
    height: 268px;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    display: block;
    margin-top: 20px;
}
/*Post style 3*/
.post.post-style-3 .post-thumbnail {
    width: 270px;
    height: 380px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
    display: block;
    margin-top: 20px;
}
/*Post style 4*/
.post.post-style-4 .post-thumbnail {
    width: 270px;
    height: 380px;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    display: block;
    margin-top: 20px;
}
/*Post style 6*/
.post.post-style-6 .post-thumbnail {
    width: 100%;
    margin-bottom: 29px;
    display: block;
}
/*Post style 7*/
.post.post-style-7 .post-thumbnail {
    width: 100%;
    margin: 24px 0 17px;
    display: block;
}
.post .post-thumbnail {
    position: relative;
}
.post .post-thumbnail .post-thumbnail-image,
.postlist.projects .post-thumbnail .post-thumbnail-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(20, 46, 57, 0.8);
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.post .post-thumbnail .post-thumbnail-image span,
.postlist.projects .post-thumbnail .post-thumbnail-image span {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 36%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -18px;
}
.post .post-thumbnail .post-thumbnail-image span:before,
.postlist.projects .post-thumbnail .post-thumbnail-image span:before,
.post .post-thumbnail .post-thumbnail-image span:after,
.postlist.projects .post-thumbnail .post-thumbnail-image span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #fff;
    content: '';
}
.post .post-thumbnail:hover .post-thumbnail-image,
.postlist.projects .post-thumbnail:hover .post-thumbnail-image {
    opacity: 0.9;
}
.post .post-thumbnail:hover .post-thumbnail-image span:before,
.postlist.projects .post-thumbnail:hover .post-thumbnail-image span:before {
    top: 0;
    opacity: 0.9;
}
.post .post-thumbnail:hover .post-thumbnail-image span:after,
.postlist.projects .post-thumbnail:hover .post-thumbnail-image span:after {
    bottom: 0;
    opacity: 0.9;
}
.wrapp-tagcloud {
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    padding: 22px 17px;
    margin-bottom: 20px;
}
/*Author*/
.author-description {
    margin: 20px 0;
    padding: 66px 0;
}
.author-description .author-image {
    float: left;
    width: 200px;
    height: 195px;
    overflow: hidden;
    margin-right: 20px;
}
.author-description .author-name {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
}
.author-description .author-name span {
    color: #79c5f5;
    font-weight: bold;
}
.author-description .author-text {
    margin-top: 39px;
    padding-right: 50px;
}
/*Share Links*/
.social-share-blog {
    overflow: hidden;
    margin: 31px 0;
    float: left;
}
.social-share-blog a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.social-share-blog .twitter,
.social-share-blog .facebook-share-blog,
.social-share-blog .pinterest {
    float: left;
}
.twitter {
    position: relative;
}
.social-share-blog .twitter a {
    float: left;
    margin-right: 16px;
    display: block;
    width: 50px;
    height: 60px;
    font-size: 12px;
    color: #000;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}
.social-share-blog .twitter i {
    display: block;
    width: 40px;
    height: 40px;
    background: #008ad9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 41px;
    margin: 0 auto;
}
.social-share-blog .facebook-share-blog a {
    float: left;
    margin-right: 16px;
    display: block;
    width: 50px;
    height: 60px;
    font-size: 12px;
    color: #000;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}
.social-share-blog .facebook-share-blog i {
    display: block;
    width: 40px;
    height: 40px;
    background: #3658a0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    margin: 0 auto;
}
.social-share-blog .pinterest a {
    float: left;
    margin-right: 16px;
    display: block;
    width: 50px;
    height: 60px;
    font-size: 12px;
    color: #000;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}
.social-share-blog .pinterest i {
    display: block;
    width: 40px;
    height: 40px;
    color: #e43745;
    font-size: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.social-share-blog .pinterest a:hover,
.social-share-blog .twitter a:hover,
.social-share-blog .facebook-share-blog a:hover {
    opacity: 0.7;
}
/*Post & Comment Pagination*/
.post-pagination {
    float: right;
    max-width: 50%;
}
.post-pagination .title,
.comments-pagination .title {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    color: #1e414e;
    text-align: left;
    margin-bottom: 28px;
}
.post-pagination p,
.comments-pagination p {
    text-align: right;
}
.post-pagination a,
.comments-pagination a,
.post-pagination span,
.comments-pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #1e414e;
    background: rgba(30, 65, 78, 0.4);
    text-align: center;
    margin: 0 2px 5px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.post-pagination a:hover,
.comments-pagination a:hover,
.post-pagination span:hover,
.comments-pagination span:hover,
.post-pagination a.current,
.comments-pagination a.current,
.post-pagination span.current,
.comments-pagination span.current {
    background: #79c5f5;
}
/*Blog Post Pagination*/
.blog-post-navigation {
    margin-bottom: 103px;
    border: 1px solid #c1c1c1;
    padding: 0;
}
.blog-post-navigation a {
    position: relative;
    float: left;
    width: 50%;
    height: 186px;
    padding: 50px 60px 0;
    font-size: 16px;
    font-weight: 400;
    color: #1e414e;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.blog-post-navigation a i {
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -17px;
    font-size: 32px;
    color: #1e414e;
}
.blog-post-navigation a span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #79c5f5;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.blog-post-navigation a[rel='next'] i {
    left: auto;
    right: 16px;
}
.blog-post-navigation a:hover {
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.4);
}
/*Pagination in Blog*/
.navigation.paging-navigation .prev,
.navigation.paging-navigation .next {
    position: relative;
    color: #142e39;
    border: 2px solid #142e39;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.navigation.paging-navigation .prev:hover,
.navigation.paging-navigation .next:hover {
    background: #142e39;
    color: #ffffff;
}
.navigation.paging-navigation .prev i {
    font-size: 17px;
    top: 28px;
    left: 27px;
    position: absolute;
}
.navigation.paging-navigation .next i {
    font-size: 17px;
    top: 28px;
    right: 23px;
    position: absolute;
}
.navigation.paging-navigation {
    text-align: center;
    padding: 14px 0;
}
.navigation.paging-navigation .prev {
    margin-right: 27px;
    padding: 17px 62px 17px 72px;
}
.navigation.paging-navigation .next {
    padding: 17px 62px 17px 72px;
}
/*Similar Posts*/
.post-similar {
    margin: 10px 0;
    padding: 0;
}
.post-similar .title {
    font-size: 19px;
    font-weight: 400;
    color: #1e414e;
    text-transform: none;
    margin-bottom: 0;
}
.post-similar a {
    width: 45%;
    display: inline-block;
    position: relative;
    margin-top: 26px;
}
.post-similar a:nth-child(2n+1) {
    float: right;
}
/*Comments*/
.comments-area {
    margin: 50px 0;
}
.comments-area :-moz-placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.comments-area ::-moz-placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.comments-area :-ms-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.comments-area ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.comment-reply-title {
    font-size: 30px;
    color: #1e414e;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.comment-form {
    margin-bottom: 72px;
    background: #1e414e;
    background: rgba(30, 65, 78, 0.4);
    padding: 55px 67px 20px;
}
.comment-form input[type="text"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form textarea {
    font-size: 14px;
    font-weight: 400;
    color: #1e414e;
    background-color: #ffffff;
    border: none;
    text-transform: none;
    height: 40px;
}
.comment-form input[type="submit"] {
    position: relative;
    height: 40px;
    border: 2px solid #ffd52d;
    padding: 0 53px;
    font-size: 13px;
    font-weight: bold;
    color: #1e414e;
    text-transform: uppercase;
    background-color: #ffd52d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.comment-form input[type="submit"]:hover {
    background: #79c5f5;
    border-color: #79c5f5;
    color: #ffffff;
}
.comment-form .comment-form-comment,
.comment-form .form-submit {
    float: right;
}
.comment-form p {
    width: 40%;
    margin: 0 2% 33px;
    float: left;
}
.comment-form p {
    width: 46%;
    margin: 0 0 36px;
    float: left;
}
.comment-form label {
    font-size: 13px;
    font-weight: 400;
    color: #1e414e;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.comment-form textarea,
.comment-form input {
    border-radius: 0;
}
.comment-form textarea {
    height: 200px;
    line-height: 1.8em;
    padding: 10px 16px;
}
.comment-form .optional {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
/*Comment List*/
.comment-list {
    margin-bottom: 34px;
}
.comment-list .comment.depth-1,
.comment-list .comment.depth-2,
.comment-list .comment.depth-3 {
    padding-left: 100px;
}
.comment-list .comment-body {
    position: relative;
    padding: 42px 10px 23px 0;
    min-height: 145px;
}
.comment-list .comment-avatar {
    position: absolute;
    top: 39px;
    left: -100px;
    width: 68px;
    height: 68px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list .comment-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.comment-list .comment-meta {
    margin-bottom: 11px;
}
.comment-list .comment-meta .comment-reply-link {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
.comment-list .children .comment-avatar:before {
    content: '';
    width: 14px;
    height: 13px;
    position: absolute;
    background: url(images/comment-arrow.png);
    top: 50%;
    left: -74px;
    margin-top: -10px;
}
.comment-list .comment-author a {
    color: #1e414e;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.comment-list .comment-content p {
    line-height: 27px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .comment-form input[type="submit"] {
        padding: 0 41px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .comment-form input[type="submit"] {
        padding: 0 74px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .author-description .author-text {
        margin-top: 10px;
    }
    .blog-post-navigation a {
        padding: 32px 47px 0;
    }
    .comment-form {
        padding: 55px 30px 20px;
    }
    .comment-form input[type="submit"] {
        padding: 0 49px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .post.post-details .image-frame.frame1 {
        width: 281px !important;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-description,
    .author-description .author-name {
        text-align: center;
        padding-bottom: 0;
    }
    .author-description .author-image {
        float: none;
        margin: 0 auto;
    }
    .author-description .author-text {
        padding-right: 0;
    }
    .post-pagination .title,
    .post-pagination p {
        text-align: center;
    }
    .post-pagination {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        display: block;
        float: none;
        text-align: center;
    }
    .social-share-blog {
        display: block;
        width: 100%;
        padding-left: 50px;
    }
    .blog-post-navigation a {
        font-size: 0;
        padding: 67px 47px 0;
    }
    .blog-post-navigation a span {
        line-height: 24px;
    }
    .post-similar a {
        width: 100%;
    }
    .comment-form {
        padding: 55px 10px 20px;
    }
    .comment-form p {
        width: 100%;
    }
    .comment-form input[type="submit"] {
        padding: 0 74px;
    }
    .comment-list .comment-avatar {
        top: -31px;
        left: 20px;
    }
    .comment-list .children .comment-avatar:before {
        left: -21px;
    }
    .comment-list .comment.depth-1,
    .comment-list .comment.depth-2,
    .comment-list .comment.depth-3 {
        padding-left: 0;
    }
}
/* WP Post Formats */
.postlist h2 {
    margin-top: 30px;
}
.postlist.postlist-blog article {
    margin: 0;
    padding: 10px 0;
}
.postlist.postlist-blog .post .author,
.postlist.postlist-blog .post .cat-links {
    border: none;
    padding-left: 0;
}
.entry-format:before {
    font-family: "fontawesome";
    font-style: normal;
    margin-right: 5px;
}
.post .entry-meta .edit-link:before {
    content: "\f044";
}
.postlist.postlist-blog .post .tag-links:before {
    content: "\f02b";
}
.post .entry-meta .edit-link:before,
.post .entry-meta .tag-links:before {
    position: relative;
    font-family: "fontawesome";
    font-style: normal;
    top: 1px;
    margin: 0 5px;
    color: #999999;
}
/* Postlist Blog Table */
.postlist.postlist-blog table,
.comments-area table {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}
.comments-area table {
    margin-bottom: 20px;
}
.postlist.postlist-blog table th,
.postlist.postlist-blog table td,
.comments-area table th,
.comments-area table td {
    border: 1px solid #e2e2e2;
    border-width: 0 1px 1px 0;
    padding: 7px 10px;
}
.postlist.postlist-blog table thead th,
.comments-area table thead th {
    background: none;
}
/* Definition Lists */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt {
    font-weight: bold;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    margin-top: 14px;
}
dd {
    margin-left: 0;
}
/* Lists */
/*Level 1*/
.post ul,
.comment-content ul {
    list-style-type: disc;
}
.post ul,
.comment-content ul,
.post ol,
.comment-content ol {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 20px;
}
.post li,
.comment-content li {
    margin: 5px 0;
    font-size: 15px;
}
/*Level 2*/
.post ul ul,
.comment-content ul ul,
.post ol ol,
.comment-content ol ol,
.post ul ol,
.comment-content ul ol,
.post ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.post ul ul,
.comment-content ul ul {
    list-style-type: circle;
}
/*Level 3*/
.post ul ul ul,
.comment-content ul ul ul {
    list-style-type: square;
}
.post ol,
.comment-content ol {
    list-style-type: decimal;
}
address {
    line-height: 1.4em;
    margin-bottom: 2em;
    color: #c1c1c1;
}
.post pre,
.comment-content pre {
    display: block;
    padding: 10px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #ccc;
}
.wp-caption-text {
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}
.wp-caption {
    color: #999999;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
/* Page Links */
.page-links .page-links-title {
    display: inline-block;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    color: #1e414e;
    border: none;
    background: none;
}
.page-links > a,
.page-links > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #1e414e;
    background: rgba(30, 65, 78, 0.4);
    text-align: center;
    margin: 0 2px 5px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-links a span {
    background: none;
}
.page-links span,
.page-links a:hover {
    background: #79c5f5;
}
/* Post Format Icon */
.post-format {
    display: block;
    margin-bottom: 5px;
}
.post.format-gallery .entry-format:before {
    content: "\f083";
}
.post.format-image .entry-format:before {
    content: "\f03e";
}
.post.format-audio .entry-format:before {
    content: "\f028";
}
.post.format-video .entry-format:before {
    content: "\f03d";
}
.post.format-aside .entry-format:before {
    content: "\f06a";
}
.post.format-status .entry-format:before {
    content: "\f0a1";
}
.post.format-link .entry-format:before {
    content: "\f0c1";
}
.post.format-quote .entry-format:before {
    content: "\f10d";
}
/* Post Format */
.postlist .gallery {
    margin-bottom: 20px;
}
.postlist .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.postlist .gallery-item dt {
    margin-top: 0;
}
.postlist .gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(29.3%);
    max-width: calc(29.3%);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%);
}
.postlist .gallery-caption {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: left;
    width: 100%;
}
.postlist .gallery-item:hover .gallery-caption {
    opacity: 1;
}
.postlist .navigation.paging-navigation {
    position: relative;
    top: 40px;
}
/* WP Post Details */
.post.post-details .link-comment {
    margin-top: -53px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .entry-title {
        font-size: 45px;
    }
    .entry-title .entry-title-min-description {
        font-size: 15px;
    }
    .post .entry-title {
        font-size: 29px;
    }
    .donate-funds-details {
        padding: 66px 12px;
    }
    .donate-funds-details ul li {
        padding-right: 21px;
    }
    .donate-funds-details ul li span {
        font-size: 22px;
    }
    .donate-funds-details .number {
        font-size: 40px;
        line-height: 50px;
    }
    .donate-funds-details .number sup {
        font-size: 26px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .donate-funds-details {
        padding: 66px 55px;
    }
    .donate-funds-details ul li {
        padding-right: 28px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .entry-title {
        font-size: 45px;
    }
    .entry-title.blog {
        padding: 20px 0;
    }
    .navigation.paging-navigation .prev,
    .navigation.paging-navigation .next {
        font-size: 20px;
    }
    .navigation.paging-navigation .prev i,
    .navigation.paging-navigation .next i {
        top: 22px;
    }
    .donate-funds-details {
        padding: 66px 15px;
    }
    .donate-funds-details ul li {
        padding-right: 24px;
    }
    .donate-funds-details ul li span {
        font-size: 19px;
    }
    .donate-funds-details .number {
        font-size: 40px;
    }
    .donate-funds-details .number sup {
        font-size: 25px;
    }
    .info {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 40px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .entry-title {
        font-size: 41px;
        margin-bottom: 0;
        display: block;
        width: 100%;
        float: none;
    }
    .image-frame.pull-left {
        float: none !important;
    }
    .entry-title.blog {
        padding: 20px 0;
    }
    .post[class*='post-style-'] .post-thumbnail {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .pagination {
        display: block;
    }
    .navigation.paging-navigation .prev,
    .navigation.paging-navigation .next {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .info {
        margin-top: 20px;
        margin-bottom: 35px;
        font-size: 20px;
        line-height: 32px;
    }
    .donate-funds-details {
        padding: 40px 15px;
    }
    .entry-content .video.our-mission {
        margin: 40px 0;
    }
    .entry-content .donate-funds-details ul li {
        height: 91px;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
}
/* Top Navigation */
/*-----------------------------------*/
.bg-menu {
    background: #142e39;
    padding-bottom: 119px;
}
.site-logo,
.site-navigation {
    position: absolute;
    z-index: 10;
    top: 44px;
}
.site-logo {
    left: 0;
}
.site-logo a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    display: block;
}
.site-logo a:hover {
    color: #ffffff;
}
.site-logo a span img {
    margin-top: -10px;
    margin-left: 30px;
}
.site-navigation {
    right: 0;
}
.nav-menu li {
    float: left;
    padding-right: 33px;
    padding-top: 4px;
    padding-left: 2px;
    position: relative;
}
.nav-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0;
}
.nav-menu > li:not(.mega-nav-widget) > a {
    color: #ffffff;
}
.nav-menu > li:hover > a {
    color: #79c5f5;
}
.nav-menu .animated {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.nav-menu .parent:after {
    content: '\f078';
    font-family: 'Fontawesome';
    position: relative;
    top: -2px;
    right: -5px;
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.nav-menu li.parent:hover:after,
.nav-menu li.current-menu-item.parent:after {
    color: #79c5f5;
}
.nav-menu li > ul li.parent:after {
    content: '\e620';
    font-family: 'tficons';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 12px;
    font-size: 12px;
}
.nav-menu .current-menu-item a {
    color: #79c5f5;
}
/* Level 1+ */
.nav-menu ul.hidden {
    background-color: #1e414e;
}
.nav-menu ul {
    display: none;
    position: absolute;
    margin-left: -40px;
    top: 30px;
    z-index: 9499;
    padding: 14px 8px;
    background-color: #1e414e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav-menu ul.animated {
    display: block;
}
.ie8 .nav-menu ul,
.ie9 .nav-menu ul {
    display: none;
}
.ie8 .nav-menu > li:hover ul,
.ie9 .nav-menu > li:hover ul {
    display: block;
}
.nav-menu ul li {
    padding: 0;
    float: none;
}
.nav-menu ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 15px 75px 15px 10px;
    min-height: 10px;
}
.nav-menu ul li:not(.mega-nav-widget) a {
    color: #ffffff;
}
.nav-menu ul li:first-child a {
    border-top: none;
}
.nav-menu ul li:hover > a {
    color: #79c5f5;
}
/* Level 2+ */
.nav-menu ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.nav-menu ul li:hover ul.left {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 20px;
}
/* Level 3+ */
.nav-menu li li:hover ul {
    display: block !important;
    visibility: visible !important;
    background: none;
    padding: 0;
    padding-left: 60px;
    top: -18px;
}
.nav-menu ul li > ul li a {
    background-color: #1e414e;
    padding-left: 8px;
    padding-right: 8px;
    padding: 15px 30px 15px 18px;
    color: #ffffff;
}
.nav-menu ul li > ul li:first-child a {
    padding-top: 30px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.nav-menu ul li > ul li:last-child a {
    padding-bottom: 30px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* Mega Menu */
.nav-menu .mega-nav ul {
    padding: 20px 0;
    color: #ffffff;
}
.nav-menu .mega-nav .mega-nav-widget {
    float: left;
    width: 240px;
    padding: 0 20px;
    border-right: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    font-size: 13px;
}
.nav-menu .mega-nav .mega-nav-widget:last-child {
    border: none;
}
.nav-menu .mega-nav .mega-nav-widget .widget {
    margin: 0;
}
.nav-menu .mega-nav .mega-nav-widget ul {
    position: static;
}
.nav-menu li.mega-nav:hover ul > li ul {
    display: block !important;
    visibility: visible !important;
    background: none;
    margin: 0;
    padding: 0;
}
.nav-menu li.mega-nav ul > li.parent:after {
    display: none;
}
.nav-menu .mega-nav .mega-nav-widget .post-thumbnail {
    margin: 18px 0;
}
.nav-menu .mega-nav .mega-nav-widget .entry-content {
    padding: 0;
    margin: 0 0 31px;
}
.nav-menu .mega-nav .mega-nav-widget .entry-content p {
    line-height: 1.4em;
    margin: 0;
    font-size: 13px;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta {
    margin-bottom: 10px;
}
.nav-menu .mega-nav .mega-nav-widget footer.entry-meta {
    margin: 0;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta .btn span {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    padding: 10px 20px;
    font-size: 13px;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta .btn span:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e414e;
}
.nav-menu .mega-nav .mega-nav-widget ul li {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
}
.nav-menu .mega-nav .mega-nav-widget ul li:last-child {
    border: none;
}
.nav-menu .mega-nav .mega-nav-widget a {
    display: inline;
    border: none;
    padding: 0;
    font-weight: 400;
    text-transform: none;
    white-space: normal;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta time,
.nav-menu .mega-nav .mega-nav-widget .entry-meta .comments-link {
    padding: 0;
    float: left;
    font-size: 11px;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta .comments-link {
    margin-left: 10px;
    color: #ffd52d;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta time {
    color: #ffffff;
}
.nav-menu .mega-nav .mega-nav-widget .entry-meta .comments-link:hover {
    color: #ffffff;
}
.nav-menu .mega-nav .mega-nav-widget .entry-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
    margin: 0 0 7px;
}
.nav-menu .mega-nav .mega-nav-widget .entry-title:hover {
    color: #79c5f5;
}
.nav-menu .mega-nav .mega-nav-widget .widget.widget-recent-post .entry-title {
    padding: 0;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    margin-top: 0;
}
.nav-menu .mega-nav .mega-nav-widget .post {
    margin: 0;
    padding: 0;
}
.nav-menu .mega-nav .mega-nav-widget .post .entry-title a {
    font-size: 20px;
    color: #ffffff;
    margin-top: 0;
}
.nav-menu .mega-nav .mega-nav-widget .post .entry-title a:hover {
    color: #79c5f5;
}
.nav-menu .mega-nav .mega-nav-widget .post .author {
    border: none;
    padding-left: 7px;
    padding-right: 0;
    color: #ffffff;
}
.nav-menu .mega-nav .mega-nav-widget .post time {
    line-height: 15px;
}
.nav-menu .mega-nav .mega-nav-widget .twitter li:before {
    top: 2px;
}
.nav-menu .mega-nav .mega-nav-widget .twitter li a {
    display: block;
}
.nav-menu .mega-nav .mega-nav-widget .twitter li a:hover {
    color: #ffffff;
}
/* Slicknav Menu: Mobile Menu*/
.slicknav_menu {
    display: none;
}
.slicknav_menu {
    background-color: #142e39;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.slicknav_menu:before,
.slicknav_menu:after {
    content: '';
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
.slicknav_menu .slicknav_btn {
    position: relative;
    float: right;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0 0 0 .438em;
}
.slicknav_menu .slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    margin-top: 0.188em;
    background-color: #ffffff;
}
.slicknav_menu .slicknav_menutxt {
    float: left;
    font-weight: 700;
    line-height: 1.1em;
    color: #ffffff;
}
.slicknav_menu .slicknav_nav {
    clear: both;
    color: #999999;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}
.slicknav_menu .slicknav_nav a {
    display: inline-block;
    padding: 10px;
    color: #999999;
}
.slicknav_menu .slicknav_nav a:hover {
    color: #ffffff;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color: #999999;
    position: relative;
    top: -1px;
}
.slicknav_menu .slicknav_nav .slicknav_item {
    padding: 10px;
}
.slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}
.slicknav_menu .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_menu .slicknav_nav [role='menuitem'] {
    outline: none;
}
.slicknav_menu .slicknav_nav .mega-nav ul,
.slicknav_menu .slicknav_nav .mega-nav .slicknav_arrow {
    display: none !important;
}
.slicknav_menu .btn-donate-nav {
    padding: 21px 10px 13px !important;
}
.slicknav_menu .btn-donate-nav span {
    background: none;
    border: none;
    padding: 0;
    color: #ffd52d;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
}
.slicknav_menu .btn-donate-nav:hover {
    cursor: default;
}
.slicknav_menu .btn-donate-nav span:hover {
    color: #ffffff;
    cursor: pointer;
}
/*Responsive*/
/*Screen 1024px*/
/*Screen 768px*/
@media (max-width: 991px) {
    .slicknav_menu {
        display: block;
    }
    .site-navigation {
        display: none;
    }
    .site-logo {
        top: 13px;
        z-index: 999;
    }
    .bg-menu {
        padding: 0;
    }
    .site-logo a span img {
        margin-top: -18px;
        margin-left: 0;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .site-logo a span img {
        margin-left: 10px;
    }
    .site-logo {
        left: 10px;
    }
    .slicknav_menu .btn-donate-nav {
        padding: 0 !important;
    }
}
/*Screen 320px*/
/*Full Slider*/
/*-----------------------------------*/
.slider-full {
    background: #1e414e;
    position: relative;
    top: -1px;
    padding: 0;
}
.slider-full .item {
    background-size: cover;
    background-position: top center;
    height: 767px;
    line-height: 767px;
}
.slider-full .inset-wrap {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.brogressbar {
    width: 0%;
    height: 0px!important;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.navbar {
    position: relative!important;
    min-height: 50px!important;
    margin-bottom: auto!important;
    border: none!important;
}
.slider-full .item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.slider-full .main-carousel .slider-title {
    font-size: 72px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    line-height: 86px;
}
.slider-full .main-carousel .slider-title span {
    font-weight: 900;
}
.slider-full .main-carousel h1 {
    text-align: inherit;
}
.slider-full .carousel-indicators li {
    width: 50px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider-full .carousel-indicators li:hover {
    border-color: #fff;
    opacity: 0.9;
}
.slider-full .carousel-indicators .active {
    margin: 1px;
    border-color: #fff;
    opacity: 0.9;
}
.slider-full .wrapp-slider-text,
.slider-full .image-video-block {
    position: relative;
    z-index: 6;
}
/* Position text in slider */
/* Right */
.slider-full .text-align-right .wrapp-slider-text {
    width: 100%;
    text-align: center;
}
.slider-full .text-align-right .carousel-indicators {
    right: -5.7%;
    left: auto;
}
/* Left */
.slider-full .text-align-left .wrapp-slider-text {
    width: 60%;
    float: left;
    text-align: left;
}
.slider-full .text-align-left .carousel-indicators {
    right: auto;
    left: 24.7%;
}
/* Center */
.slider-full .text-align-center .wrapp-slider-text {
    width: 100%;
    float: none;
    text-align: center;
}
.slider-full .text-align-center .carousel-indicators {
    right: auto;
    left: 50%;
}
.carousel-control {
    width: 8%;
}
.navbar-brand {
    float: left;
    height: auto!important;
    padding: 0!important;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    z-index: 5;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 20px!important;
    position: absolute!important;
    top: 20%;
    left: 25%;
}
.carousel-control.left i {
    border: 2px solid #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
    color: rgba(255, 255, 255, 0.24);
    text-shadow: none;
    padding: 20px;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    font-size: 14px;
    left: 78px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 20px!important;
    position: absolute!important;
    top: 20%;
    left: 25%;
}
.carousel-control.right i {
    border: 2px solid #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
    color: rgba(255, 255, 255, 0.24);
    text-shadow: none;
    padding: 20px;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    font-size: 14px;
    right: 78px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.carousel-control:hover i {
    color: #ffffff;
    border-color: #ffffff;
}
/* Slider Image - Video Type */
.slider-full .image-video-slider .image-video-block,
.slider-full .image-video-slider .wrapp-slider-text {
    width: 50%;
    padding: 0 10px;
}
.slider-full .image-video-slider .slider-title {
    font-size: 45px;
    line-height: 50px;
}
.slider-full .image-video-slider .slidet-content {
    color: #ffffff;
}
.slider-full .image-video-slider .image-video-block {
    padding-right: 40px;
    padding-top: 12px;
}
.slider-full .image-video-slider .image-video-block img {
    display: block;
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
}
.slider-full .image-video-slider .carousel-indicators {
    left: 50%;
}
/* With Caption Slider Type */
.slider-full .main-carousel.with-caption-slider {
    background-size: cover !important;
}
.slider-full .with-caption-slider .item {
    height: 540px;
    padding: 0;
    overflow: hidden;
    margin: 142px auto 97px;
    z-index: 6;
    -webkit-box-shadow: -1px 0px 7px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 0px 7px 0px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 0px 7px 0px rgba(0, 0, 0, 0.7);
}
.slider-full .with-caption-slider .text-with-caption {
    position: absolute;
    z-index: 7;
    background: #142e39;
    background: rgba(20, 46, 57, 0.9);
    padding: 20px 30px 20px 48px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: normal;
}
.slider-full .with-caption-slider .text-with-caption .slider-title {
    font-size: 21px;
    text-transform: none;
    font-weight: bold;
    line-height: 26px;
    width: 78%;
    margin: 15px 0;
    letter-spacing: normal;
}
.slider-full .with-caption-slider .carousel-inner {
    width: 910px;
    margin: 0 auto;
}
.slider-full .with-caption-slider .container {
    padding: 0 !important;
}
.slider-full .with-caption-slider .item:before {
    background: none;
}
.slider-full .main-carousel.with-caption-slider:before {
    background-color: rgba(30, 65, 78, 0.8);
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.slider-full .with-caption-slider .text-with-caption > div {
    position: absolute;
    right: 31px;
    top: 50%;
    margin-top: -25px;
}
.slider-full .with-caption-slider .carousel-indicators {
    bottom: 6%;
}
.slider-full .with-caption-slider iframe {
    z-index: 6;
    position: relative;
}
/* Efect Slide For With Caption Slider */
.slider-full .with-caption-slider .item {
    opacity: 1;
    -webkit-transition: 0.6s ease-out left;
    -moz-transition: 0.6s ease-out left;
    -o-transition: 0.6s ease-out left;
    -ms-transition: 0.6s ease-out left;
    transition: 0.6s ease-out left;
}
/* How You Can Help You Bar */
.help-bar {
    background-color: #ffd52d;
    overflow: hidden;
    height: 140px;
    position: relative;
    z-index: 100;
}
.help-bar .title-help-bar {
    font-size: 35px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 25px 20px 20px 37px;
}
.help-bar .link-help-bar {
    background-color: #ffd52d;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 42px 15px 20px 44px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.help-bar .link-help-bar .help-bar-number {
    float: left;
    color: #1e414e;
    color: rgba(30, 65, 78, 0.15);
    font-size: 48px;
    font-weight: 300;
    width: 27%;
}
.help-bar .link-help-bar .title-link-help-bar {
    font-size: 24px;
    color: #1e414e;
    float: left;
    font-weight: bold;
    font-style: italic;
    width: 64%;
    line-height: 26px;
}
.help-bar .link-help-bar .line-help-bar {
    border-left: 1px solid #1e414e;
    border-left: 1px solid rgba(30, 65, 78, 0.15);
    display: block;
    float: left;
    height: 77px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    transform: rotate(17deg);
    -o-transform: rotate(17deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    position: relative;
    top: -12px;
    margin: 0 13px 0 5px;
}
.help-bar .link-help-bar:hover {
    background-color: none;
    background-color: rgba(255, 213, 45, 0.8);
}
.help-bar .link-help-bar:hover .help-bar-number,
.help-bar .link-help-bar:hover .title-link-help-bar,
.help-bar .link-help-bar:hover .line-help-bar {
    color: #ffffff;
    border-color: #ffffff;
}
/*Recents Sliders CSS*/
.recent-slider {
    position: relative;
    overflow: hidden;
    background-color: #1e414e;
    margin: 29px 0;
}
.recent-slider .recent-slider-text {
    width: 50%;
    text-align: center;
    float: left;
    padding: 0 20px;
}
.recent-slider .recent-slider-image {
    width: 50%;
    float: left;
    position: relative;
}
.recent-slider .recent-slider-image img {
    max-width: 100%;
}
.recent-slider .recent-slider-text .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    word-break: normal;
    padding: 0 10px;
    text-align: center;
}
.recent-slider .recent-slider-text .title a {
    color: #ffffff;
}
.recent-slider .line-title-sldier {
    width: 97px;
    border-top: 1px solid #fff;
    margin: 10px auto;
    opacity: 0.5;
}
.recent-slider li {
    width: 570px;
    height: 326px;
}
.recent-slider .recent-slider-description {
    line-height: 20px;
    color: #fff;
    opacity: 0.7;
}
/*Controls Recent Slider*/
.recent-slider .recent-slider-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}
.recent-slider .prev,
.recent-slider .next {
    display: none !important;
}
.recent-slider .recent-slider-text .btn-recent-slider {
    margin-top: 39px;
}
.recent-slider .recent-slider-text .btn-recent-slider span {
    padding: 13px 20px;
}
.recent-slider .recent-slider-controls a {
    display: block;
    border-top: 2px solid #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    width: 25px;
    float: left;
    margin-right: 10px;
    padding: 2px 0;
}
.recent-slider .recent-slider-controls a span {
    display: none;
}
.recent-slider .recent-slider-controls a.selected {
    border-color: #fff;
    opacity: 0.9;
}
.recent-slider .recent-slider-text .btn-recent-slider i {
    top: 2px;
}
.recent-slider .recent-slider-image .recent-slider-thumbnail {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(20, 46, 57, 0.8);
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.recent-slider .recent-slider-image .recent-slider-thumbnail span {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 36%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -18px;
}
.recent-slider .recent-slider-image .recent-slider-thumbnail span:before,
.recent-slider .recent-slider-image .recent-slider-thumbnail span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
}
.recent-slider .recent-slider-image:hover span:before {
    opacity: 0.9;
    top: 0;
}
.recent-slider .recent-slider-image:hover span:after {
    opacity: 0.9;
    bottom: 0;
}
.recent-slider .recent-slider-image:hover .recent-slider-thumbnail {
    opacity: 0.9;
}
/*Upcoming Slider*/
.upcoming-events .wrapp-event-slider-text {
    width: 50%;
    float: left;
    padding: 7px 0 5px 38px;
}
.upcoming-events .event-content {
    padding: 0 20px;
    padding-left: 0;
}
.upcoming-events .event-content p {
    padding-right: 5px;
}
.upcoming-events .carousel-indicators {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
}
.upcoming-events .events-navigation li {
    float: none;
    position: relative;
    text-indent: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    padding: 5px 5px;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.upcoming-events .events-navigation li:last-child {
    border-bottom: none;
}
.upcoming-events .events-navigation li.active {
    background-color: #1e414e;
    background-color: rgba(30, 65, 78, 0.9);
    color: #ffffff;
}
.upcoming-events .events-navigation li.active .event-date,
.upcoming-events .events-navigation li.active i,
.upcoming-events .events-navigation li.active .section-title {
    color: #ffffff;
}
.upcoming-events .events-navigation li:hover {
    background-color: #1e414e;
    background-color: rgba(30, 65, 78, 0.9);
    color: #ffffff;
}
.upcoming-events .events-navigation li:hover .event-date,
.upcoming-events .events-navigation li:hover i,
.upcoming-events .events-navigation li:hover .section-title {
    color: #ffffff;
}
.upcoming-events .events-navigation li .section-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.upcoming-events .carousel-inner {
    width: 50%;
}
.upcoming-events .events-navigation li i {
    font-size: 35px;
    line-height: 50px;
    color: #c1c1c1;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -25px;
}
.upcoming-events .events-navigation li .event-date {
    color: #c1c1c1;
    margin: 18px 0 5px;
}
.upcoming-events .events-navigation li .title-date {
    width: 93%;
    padding-left: 75px;
}
.upcoming-events .events-navigation li .title-date .section-title,
.upcoming-events .wrapp-event-slider-text .section-title {
    padding-left: 0;
}
/* Slider Quotes */
.slider_quotes {
    margin-bottom: 60px !important;
}
/*Responsive*/
@media (max-width: 1400px) {
    .carousel-control.right i {
        right: 11%;
    }
    .carousel-control.left i {
        left: 10%;
    }
}
/*Screen 1024px*/
@media (max-width: 1199px) {
    .carousel-control.left i {
        left: 30px;
    }
    .carousel-control.right i {
        right: 30px;
    }
    .slider-full .item .container {
        padding: 0 90px;
    }
    .slider-full .image-video-slider .slider-title {
        font-size: 33px;
        line-height: 50px;
    }
    .slider-full .image-video-slider .slidet-content {
        font-size: 14px;
    }
    .slider-full .with-caption-slider .carousel-inner {
        width: 800px;
    }
    .slider-full .with-caption-slider iframe {
        width: 800px;
        height: 529px !important;
    }
    .slider-full .with-caption-slider .item {
        height: 529px;
    }
    .slider-full .with-caption-slider .text-with-caption {
        padding-left: 30px;
    }
    .help-bar {
        height: 122px;
    }
    .help-bar .title-help-bar {
        font-size: 27px;
    }
    .help-bar .link-help-bar {
        padding: 35px 15px 20px 20px;
    }
    .help-bar .link-help-bar .title-link-help-bar {
        font-size: 22px;
    }
    .help-bar .link-help-bar .line-help-bar {
        height: 68px;
        top: -14px;
        margin: 6px 12px 0 5px;
    }
    /* Recent Slider Responsive */
    .recent-slider li {
        width: 455px;
    }
    .recent-slider .recent-slider-image img {
        max-width: 127%;
    }
    .recent-slider .recent-slider-text .title {
        font-size: 23px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    li {
    
    line-height: 20px!important;
}
video{
    width: 100%!important;
}
    .slider-full .text-align-right .wrapp-slider-text,
    .slider-full .text-align-left .wrapp-slider-text {
        width: 90%;
    }
    .slick-prev, .slick-next{
        display:none!important;
    }
    .rfvs{
        margin-top: 15px!important;
    }
    .rfvst{
        margin-top: 15px!important;
    }
    #gdf{
             margin-bottom: 15px!important;
            }
    #topfg{
        justify-content: center;
    display: flex;
    }
    .gdtsag{
        margin-right:0px!important;
    }
    h1{
        font-size: 30px!important;
    }
    .ffdg{
        display: inline!important;
    float: left!important;
    margin-right: 6px!important;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    }
    .ffdg i{
        margin-right: 5px!important;
    }
    .rwecvcvg{
    padding-right: 10px!important;
    padding-left: 10px!important;
    }
    .site-footer .col-lg-2{
        z-index:999!important;
    }
    .slider-full .item {
        height: 580px;
        line-height: 640px;
    }
    .glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 20px!important;
    position: absolute!important;
    top: 13%!important;
    left: 15%!important;
}
    .glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 20px!important;
    position: absolute!important;
    top: 13%!important;
    left: 15%!important;
}
    .carousel-control.left i {
        left: 15px;
    }
    .carousel-control.right i {
        right: 15px;
    }
    .slider-full .main-carousel .slider-title {
        font-size: 47px;
        line-height: 60px;
    }
    .slider-full .image-video-slider .image-video-block,
    .slider-full .image-video-slider .wrapp-slider-text {
        width: 100%;
    }
    .slider-full .image-video-slider .item {
        padding: 100px 0 0;
        height: 800px;
    }
    .slider-full .image-video-slider .slider-title {
        font-size: 40px;
        margin-bottom: 3px;
    }
    .slider-full .image-video-slider .btn-slider {
        margin-top: 0;
    }
    .slider-full .image-video-slider .btn-slider span {
        font-size: 23px;
        padding: 7px 30px;
    }
    .slider-full .image-video-slider .btn-slider span i {
        font-size: 14px;
    }
    .slider-full .image-video-slider .carousel-indicators {
        bottom: 4%;
    }
    .slider-full .image-video-slider .image-video-block {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .slider-full .with-caption-slider .carousel-inner {
        width: 720px;
    }
    .slider-full .with-caption-slider .carousel-control.right,
    .slider-full .with-caption-slider .carousel-control.left {
        z-index: 10;
    }
    .slider-full .with-caption-slider .carousel-control.left i {
        left: 30px;
    }
    .slider-full .with-caption-slider .carousel-control.right i {
        right: 30px;
    }
    .slider-full .with-caption-slider .carousel-control.left i,
    .slider-full .with-caption-slider .carousel-control.right i {
        border-color: #ffffff;
        color: #ffffff;
    }
    .slider-full .with-caption-slider .carousel-control.left,
    .slider-full .with-caption-slider .carousel-control.right {
        opacity: 1;
    }
    .slider-full .with-caption-slider .carousel-control.left:hover,
    .slider-full .with-caption-slider .carousel-control.right:hover {
        opacity: .7;
    }
    .slider-full .with-caption-slider .item .container {
        padding: 0;
    }
    .slider-full .with-caption-slider .item .container iframe {
        width: 720px;
        height: 529px !important;
    }
    .help-bar {
        height: 91px;
    }
    .help-bar .title-help-bar {
        padding: 20px 20px 0 10px;
        font-size: 23px;
    }
    .help-bar .link-help-bar .help-bar-number {
        font-size: 40px;
    }
    .help-bar .link-help-bar .line-help-bar {
        height: 53px;
        top: -9px;
        margin: 6px 7px 0 5px;
    }
    .help-bar .link-help-bar {
        padding: 23px 5px 0;
    }
    .help-bar .link-help-bar .title-link-help-bar {
        font-size: 17px;
        line-height: 19px;
        margin-top: 3px;
    }
    /* Recent Slider Responsive */
    .recent-slider li {
        width: 346px;
        height: 198px;
    }
    .recent-slider .recent-slider-image img {
        max-width: 100%;
    }
    .recent-slider .recent-slider-text .title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .recent-slider .recent-slider-description {
        font-size: 12px;
        line-height: 13px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .slider-full .item {
        height: 360px;
        line-height: 360px;
    }
    .slider-full .text-align-right .wrapp-slider-text,
    .slider-full .text-align-left .wrapp-slider-text {
        width: 100%;
    }
    .slider-full .main-carousel .slider-title {
        font-size: 35px;
        line-height: 55px;
    }
    .carousel-control.left i,
    .carousel-control.right i {
        padding: 20px;
    }
    .slider-full .item .container {
        padding: 0 55px;
    }
    .btn-slider {
        margin-top: 0;
        padding: 6px 0;
    }
    .btn-slider span {
        font-size: 22px;
        font-weight: normal;
        padding: 6px 26px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
    .slider-full .image-video-slider .item {
        padding: 100px 0 0;
    }
    .slider-full .with-caption-slider .carousel-inner {
        width: 540px;
    }
    .slider-full .with-caption-slider .carousel-control.left i {
        left: 20px;
    }
    .slider-full .with-caption-slider .carousel-control.right i {
        right: 20px;
    }
    .slider-full .with-caption-slider .item {
        margin: 75px 0;
        height: 260px;
    }
    .slider-full .with-caption-slider .text-with-caption .slider-title {
        font-size: 17px;
    }
    .slider-full .with-caption-slider .text-with-caption {
        padding: 0 15px;
    }
    .slider-full .with-caption-slider .text-with-caption .btn-slider span {
        font-size: 22px;
        font-weight: normal;
        padding: 6px 26px;
    }
    .slider-full .with-caption-slider .text-with-caption .btn-slider span i {
        top: 7px;
    }
    .slider-full .with-caption-slider .text-with-caption .btn-slider {
        margin-top: 3px;
    }
    .slider-full .with-caption-slider .item .container iframe {
        height: 260px !important;
    }
    .help-bar {
        height: 65px;
    }
    .help-bar .title-help-bar {
        font-size: 11px;
        padding: 20px 0 0;
    }
    .help-bar .link-help-bar .help-bar-number {
        font-size: 30px;
    }
    .help-bar .link-help-bar .line-help-bar {
        height: 32px;
        top: -5px;
        margin: 6px 6px 0 2px;
    }
    .help-bar .link-help-bar .title-link-help-bar {
        font-size: 13px;
        line-height: 13px;
    }
    .help-bar img {
        max-width: 113%;
    }
    .help-bar .link-help-bar {
        padding-top: 18px;
    }
    /* Recent Slider Responsive */
    .recent-slider li {
        width: 538px;
        height: 300px;
    }
    .recent-slider .recent-slider-text .title {
        font-size: 25px;
    }
    .recent-slider .recent-slider-description {
        font-size: 15px;
        line-height: 20px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .carousel-control.left i,
    .carousel-control.right i {
        padding: 15px;
    }
    .slider-full .main-carousel .slider-title {
        font-size: 30px!important;
        line-height: 30px;
    }
    .btn-slider i {
        padding-left: 8px;
        font-size: 11px;
        top: 6px;
    }
    .btn-slider span {
        font-size: 15px;
        font-weight: normal;
        padding: 6px 26px;
    }
    .slider-full .carousel-indicators li {
        width: 40px;
    }
    .slider-full .item {
        height: 330px;
        line-height: 330px;
    }
    .slider-full .image-video-slider .item .container {
        padding: 0 15px;
    }
    .slider-full .image-video-slider .item {
        height: 650px;
    }
    .slider-full .image-video-slider .btn-slider span {
        font-size: 20px;
    }
    .slider-full .image-video-slider .carousel-control.right,
    .slider-full .image-video-slider .carousel-control.left {
        display: none;
    }
    .slider-full .image-video-slider .slidet-content {
        font-size: 13px;
    }
    .slider-full .with-caption-slider .carousel-inner {
        width: 300px;
    }
    .slider-full .with-caption-slider .text-with-caption > div {
        position: relative;
    }
    .slider-full .with-caption-slider .text-with-caption > div {
        right: 2px;
    }
    .slider-full .with-caption-slider .text-with-caption > div .btn i {
        top: 11px;
    }
    .slider-full .with-caption-slider .text-with-caption {
        text-align: center;
    }
    .slider-full .with-caption-slider .text-with-caption .slider-title {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
        font-size: 15px;
    }
    .slider-full .with-caption-slider .text-with-caption {
        padding: 5px 15px;
    }
    .slider-full .with-caption-slider .item {
        height: 310px;
    }
    .slider-full .with-caption-slider .item .container iframe {
        height: 310px !important;
    }
    .help-bar {
        height: 42px;
    }
    .help-bar .title-help-bar {
        padding-right: 0;
        font-size: 7px;
        padding-top: 6px;
    }
    .help-bar .link-help-bar .help-bar-number {
        font-size: 20px;
    }
    .help-bar .link-help-bar .line-help-bar {
        height: 19px;
        top: -4px;
        margin: 6px 2px 0 3px;
    }
    .help-bar .link-help-bar .title-link-help-bar {
        font-size: 10px;
        line-height: 9px;
    }
    .help-bar img {
        max-width: 146%;
    }
    .help-bar .link-help-bar {
        padding-top: 10px;
    }
    /* Recent Slider Responsive */
    .recent-slider li {
        width: 290px;
        height: 165px;
    }
    .recent-slider .recent-slider-text .title {
        font-size: 14px;
    }
    .recent-slider .recent-slider-description {
        font-size: 12px;
        line-height: 13px;
    }
    .recent-slider .recent-slider-text {
        padding: 0 10px;
    }
    .recent-slider .recent-slider-image .recent-slider-thumbnail span {
        width: 45%;
    }
}
/*Style for light theme "Default"*/
.html5gallery {
    margin-top: -15px;
}
.slider-foto-video {
    margin-bottom: 19px;
}
.slider-html5gallery .html5gallery-car-mask-0 {
    left: 53px !important;
}
.slider-html5gallery .html5gallery-title-text-0 {
    display: none;
}
.slider-html5gallery .html5gallery-car-left-0:before,
.slider-html5gallery .html5gallery-car-right-0:before {
    font-family: 'fontawesome';
    content: '\f053';
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -7px;
    position: absolute;
    color: #142e39;
}
.slider-html5gallery .html5gallery-car-right-0:before {
    content: '\f054';
}
.slider-html5gallery .html5gallery-car-left-0 {
    left: 0 !important;
    position: absolute;
}
.slider-html5gallery .html5gallery-car-right-0 {
    right: 0 !important;
    position: absolute;
}
.slider-html5gallery .html5gallery-car-left-0,
.slider-html5gallery .html5gallery-car-right-0 {
    background: none !important;
    width: 46px !important;
    height: 86px !important;
    top: 2px !important;
    border: 2px solid #142e39;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.slider-html5gallery .html5gallery-car-left-0:hover:before,
.html5gallery-car-right-0:hover:before {
    color: #ffffff;
}
.slider-html5gallery .html5gallery-car-left-0:hover,
.html5gallery-car-right-0:hover {
    background: #142e39 !important;
    cursor: pointer;
}
.slider-html5gallery .html5gallery-car-list-0 {
    width: 100% !important;
    left: 0 !important;
}
.slider-html5gallery .html5gallery-tn-selected-0 {
    -webkit-box-shadow: inset 0 0 0 4px #ffd52d;
    -moz-box-shadow: inset 0 0 0 4px #ffd52d;
    box-shadow: inset 0 0 0 4px #ffd52d;
}
.slider-html5gallery .html5gallery-tn-selected-0 .html5gallery-tn-img-0 img {
    position: relative;
    z-index: -1;
}
.slider-html5gallery .html5gallery-lightbox-0 {
    background: none !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -17px;
    margin-top: -5px;
}
.slider-html5gallery .html5gallery-lightbox-0:before {
    content: '\e605';
    font-family: 'tficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    color: #ffffff;
}
.slider-html5gallery .html5gallery-right-0,
.slider-html5gallery .html5gallery-left-0 {
    background: none !important;
    top: 50% !important;
}
.slider-html5gallery .html5gallery-right-0:before,
.slider-html5gallery .html5gallery-left-0:before {
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 35px;
    color: #ffffff;
    font-weight: 100;
}
.slider-html5gallery .html5gallery-left-0:before {
    content: '\f053';
}
.slider-html5gallery .html5gallery-tn-img-play-0 {
    background: none !important;
}
.slider-html5gallery .html5gallery-tn-img-play-0:before {
    content: '\f01d';
    font-family: 'fontawesome';
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #ffffff;
}
.slider-html5gallery .html5gallery-tn-img-play-0:hover:before,
.slider-html5gallery .html5gallery-tn-selected-0 .html5gallery-tn-img-play-0:before {
    color: #ffd52d;
}
.slider-html5gallery .html5gallery-video-play-0 {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}
.slider-html5gallery .html5gallery-video-play-0:before {
    position: absolute;
    font-family: 'fontawesome';
    content: '\f01d';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 65px;
    color: #fff;
}
.html5gallery-fullscreen-pause-0 {
    display: none !important;
}
.html5gallery-fullscreen-box-0 {
    background-color: #1e414e !important;
}
.html5gallery-fullscreen-close-0 {
    background-image: url('images/lightbox-closebtn.png') !important;
    width: 23px !important;
    height: 23px !important;
    top: 13px !important;
}
.html5gallery-fullscreen-next-0 {
    background-image: url('images/lightbox-nextbtn.png') !important;
    width: 19px !important;
    height: 38px !important;
    right: 15px !important;
}
.html5gallery-fullscreen-prev-0 {
    background-image: url('images/lightbox-prevbtn.png') !important;
    width: 19px !important;
    height: 38px !important;
    left: 15px !important;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 47px !important;
    }
    .slider-html5gallery .html5gallery-car-left-0,
    .slider-html5gallery .html5gallery-car-right-0 {
        width: 43px !important;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 55px !important;
    }
}
/*Screen 480px*/
@media screen and (min-width: 480px) and (max-width: 481px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 105px !important;
        width: 245px !important;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 88px !important;
        width: 120px !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 85px !important;
        max-width: 365px;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .slider-html5gallery .html5gallery-car-mask-0 {
        left: 93px !important;
        max-width: 488px;
    }
}
/*-----------------------------------*/
/* Main Sections Layout */
/*-----------------------------------*/
/*Section style*/
section {
    padding: 10px 0;
}
.site-main {
    padding: 85px 0;
}
.section-title {
    color: #1e414e;
    font-size: 30px;
    text-transform: uppercase;
}
.divider {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 20px auto;
    opacity: 0.5;
}
.content-area article {
    padding: 20px 0;
}
.title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}
.title span {
    font-weight: 100;
}
.mega-nav-widget .post .entry-content {
    color: #ffffff;
}
.mega-nav-widget .widget.twitter li {
    color: #ffffff;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
    .site-main {
        padding: 50px 0;
    }
    .content-area {
        padding-right: 15px !important;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .content-area {
        padding-right: 15px !important;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .section-title {
        font-size: 17px;
    }
    .content-area {
        padding-right: 15px !important;
    }
}
/*Recent Projects*/
.recent-projects {
    margin-bottom: 35px;
    overflow: hidden;
}
.recent-projects .container {
    position: relative;
}
/*View all*/
.view-all {
    color: #1e414e;
    font-size: 18px;
    font-style: italic;
    padding-right: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.view-all span {
    border: 1px solid #1e414e;
    border-radius: 50%;
    color: #1e414e;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    line-height: 22px;
    padding-left: 4px;
    font-style: normal;
    font-size: 25px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.post.is_sticky .entry-title {
    font-style: italic;
}
.view-all:hover span {
    background: #1e414e;
    color: #ffffff;
}
/* View All Serponsive */
/*Screen 320px*/
@media (max-width: 479px) {
    .view-all {
        font-size: 16px;
        top: 0;
    }
    .view-all span {
        top: -5px;
    }
}
/*Upcoming Events*/
.upcoming-events {
    background-color: #ffd52d;
    padding: 59px 0;
    margin: 70px 0;
    overflow: hidden;
}
.upcoming-events .section-title {
    padding-left: 10px;
    margin-bottom: 20px;
}
.upcoming-events .events {
    background-color: #ffffff;
    padding: 33px 8px 5px;
    margin-top: 10px;
    position: relative;
}
.upcoming-events .event-date {
    color: #ffffff;
    margin: 10px 0;
    font-style: italic;
}
.upcoming-events .view-all {
    top: 42px;
}
/* Responsive */
/*Screen 768px*/
@media (max-width: 991px) {
    .upcoming-events .carousel-inner,
    .upcoming-events .wrapp-event-slider-text {
        width: 100%;
    }
    .upcoming-events .wrapp-event-slider-text {
        padding-left: 0;
        margin-top: 40px;
    }
    .upcoming-events .event-carousel .item .container {
        width: inherit;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .upcoming-events .section-title {
        margin-bottom: 40px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .upcoming-events .event-content {
        padding-right: 0;
    }
    .upcoming-events .events-navigation li .title-date .section-title,
    .upcoming-events .wrapp-event-slider-text .section-title {
        font-size: 17px;
    }
    .upcoming-events .view-all {
        color: transparent;
        top: 35px;
        width: 35px;
    }
}
/*Let's Talk Section*/
.lets-talk {
    margin: 70px 0;
    overflow: hidden;
    padding: 50px 0 0;
}
.lets-talk .home-post .post-thumbnail {
    width: 211px;
    height: 211px;
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 5px;
}
.lets-talk .home-post .entry-meta a,
.lets-talk .home-post .entry-meta {
    color: #c1c1c1;
    font-style: italic;
}
.lets-talk .home-post .entry-meta .cat-links {
    float: left;
    margin-right: 10px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 3px;
}
.lets-talk .home-post .entry-meta .entry-date i {
    font-size: 7px;
    top: 7px;
    margin-right: 3px;
}
.lets-talk .home-post .entry-meta .entry-date time {
    line-height: 17px;
}
.lets-talk .home-post .entry-meta .entry-title {
    margin-top: 5px;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 28px;
    float: none;
}
.lets-talk .home-post .entry-meta .entry-title a {
    font-size: 36px;
    color: #1e414e;
    font-style: normal;
    font-weight: bold;
}
.lets-talk .home-post .entry-content {
    margin: 0;
    padding: 0;
}
.lets-talk .home-post .entry-content p {
    margin-bottom: 10px;
    line-height: 25px;
}
.lets-talk .home-post .btn-lets-talk {
    margin-top: 5px;
    padding: 13px 1px;
}
.lets-talk .home-post .btn-lets-talk span {
    padding: 13px 23px;
}
.wrap-donate-now {
    padding-left: 30px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .wrap-donate-now {
        padding-left: 15px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .lets-talk {
        padding-top: 25px;
        margin-bottom: 0;
    }
    .lets-talk .home-post .entry-meta .entry-title a {
        font-size: 30px;
    }
    .lets-talk .home-post .post-thumbnail {
        float: none;
        width: 100%;
    }
}
/*Our Team*/
.wrapp-btn-donate-ourmission {
    text-align: center;
    overflow: hidden;
    margin: 80px 0;
}
.cols h2 {
    padding-left: 15px;
}
.our-team {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 90px 0;
}
.our-team .col-lg-3 {
    float: none;
    display: inline-block;
}
.our-team h3 {
    text-align: left;
    font-size: 27px;
    color: #1e414e;
    font-weight: 200;
    margin-top: 16px;
}
.our-team h3 span {
    font-weight: 800;
    text-transform: uppercase;
}
.our-team .function {
    font-size: 15px;
    text-align: left;
    display: block;
    font-weight: 400;
}
.our-team .image-our-team {
    width: 270px;
    height: 270px;
    overflow: hidden;
}
.our-team .col-md-3 .image-our-team img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    height: auto;
    max-width: none;
}
.our-team .col-md-3 .image-our-team:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    cursor: pointer;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .our-team .col-lg-3 {
        float: left;
    }
    .our-team .image-our-team {
        width: 204px;
        height: 204px;
    }
    .our-team h3 {
        font-size: 21px;
    }
    .cols h2 {
        font-size: 26px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .our-team .image-our-team {
        width: 330px;
        height: 330px;
    }
    .our-team .col-sm-6 {
        margin-bottom: 50px;
    }
    .cols h2 {
        font-size: 22px;
    }
    .sidebar {
        margin-top: 50px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .our-team .image-our-team {
        width: 238px;
        height: 238px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .our-team .col-xs-6 {
        width: 100%;
    }
    .our-team .col-xs-6:last-child {
        margin-bottom: 0;
    }
}
/*F.A.Q.*/
.faq-article {
    position: relative;
    margin: -18px 0 70px;
}
.faq-article:first-child {
    margin-top: 50px;
}
.faq-article .text {
    padding-right: 70px;
}
.faq-article .text span {
    color: #79c5f5;
}
.faq-article h2 {
    font-size: 25px;
    margin-bottom: 18px;
}
.faq-article .faq-button {
    position: relative;
}
.faq-article .faq-button .btn-donate-faq {
    position: absolute;
    right: 0;
    top: 79px;
}
.faq-article .faq-button .btn-donate-faq span {
    padding: 16px 38px;
}
.faq-article .faq-button .btn-donate-faq span:hover {
    background: #1e414e;
    border-color: #1e414e;
    color: #ffd52d;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
    .faq-article .text {
        padding-right: 15px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .faq-article .faq-button .btn-donate-faq span {
        padding: 16px 21px;
        font-size: 13px;
    }
    .faq-article .faq-button .btn-donate-faq {
        top: 150px;
    }
    .faq-article h2 {
        font-size: 20px;
    }
    .faq-article {
        margin: -18px 0 40px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .faq-article .col-xs-7,
    .faq-article .col-xs-5 {
        width: 100%;
    }
    .faq-article .faq-button .btn-donate-faq {
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
}
/*Press*/
.wrap-press {
    overflow: hidden;
    margin-top: 50px;
}
.press-article {
    display: block;
    width: 557px;
    height: 327px;
    background-size: cover !important;
    position: relative;
    float: left;
    text-align: center;
    padding: 53px 30px;
    margin: 0 25px 50px 0;
}
.press-article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 46, 57, 0.7);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.press-article h3,
.press-article .divider,
.press-article p,
.press-article span {
    position: relative;
    z-index: 10;
}
.press-article h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 40px;
    text-align: center;
}
.press-article .divider {
    width: 21%;
}
.press-article p {
    color: #fff;
    opacity: 0.7;
    font-style: italic;
    padding: 0 23px;
}
.press-article span {
    font-weight: bold;
    font-style: italic;
    color: #79c5f5;
}
.press-article:hover:before {
    background-color: rgba(20, 46, 57, 0.6);
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .press-article {
        width: 455px;
        padding: 53px 10px;
    }
    .press-article h3 {
        margin-bottom: 30px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .press-article {
        margin: 0 10px 30px 0;
        width: 355px;
        height: 295px;
    }
    .press-article h3 {
        font-size: 19px;
        margin-bottom: 26px;
    }
    .press-article p {
        padding: 0 15px;
        line-height: 21px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .press-article {
        width: 264px;
        height: 255px;
        padding: 15px 10px;
    }
    .press-article h3 {
        font-size: 15px;
    }
    .press-article p {
        padding: 0;
    }
    .press-article span {
        font-size: 13px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .press-article {
        width: 100%;
        margin: 0 0 20px;
        padding: 25px 10px;
    }
    .press-article h3 {
        font-size: 17px;
    }
    .press-article p {
        font-size: 15px;
        line-height: 18px;
    }
    .press-article span {
        font-size: 15px;
    }
}
/*Get Involved*/
.donate-section,
.volunteer-section,
.birthday-section {
    border-bottom: 1px solid #c1c1c1;
    border-bottom-color: rgba(193, 193, 193, 0.4);
}
.donate-section {
    padding: 96px 0 90px;
}
.volunteer-section {
    padding: 90px 0 90px;
    padding-bottom: 0;
}
.volunteer-section .title,
.birthday-section .title,
.donate-section .title {
    margin-bottom: 10px;
}
.birthday-section {
    padding: 90px 0 40px;
}
.birthday-section img {
    margin-top: -88px;
    max-width: 104%;
    margin-left: -37px;
}
.volunteer-section img {
    max-width: 126%;
    margin: -19px auto -1px -57px;
}
.donate-section .title {
    margin: 27px auto 10px 48px;
}
.donate-section .content {
    padding-left: 48px;
}
.ways-to-help-section {
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.4);
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 112px;
    margin-bottom: -85px;
}
.ways-to-help-section h4 {
    font-size: 29px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.ways-to-help-section .title {
    letter-spacing: -1px;
    margin-bottom: 86px;
    margin-top: 7px;
    text-align: center;
}
.facebook-share {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 40px;
}
.twetter-tweet {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 40px;
}
.facebook-share a,
.twetter-tweet a {
    padding: 14px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.facebook-share a {
    background: #0055a5;
    color: #ffffff;
    padding: 14px 30px;
    border: 2px solid #0055a5;
}
.twetter-tweet a {
    background: #2bceef;
    color: #ffffff;
    border: 2px solid #2bceef;
}
.facebook-share a:hover {
    background: none;
    color: #0055a5;
}
.twetter-tweet a:hover {
    background: none;
    color: #2bceef;
}
.facebook-share a i,
.twetter-tweet a i {
    font-size: 25px;
    padding-right: 10px;
    top: -3px;
}
.ways-to-help-section .widget_newsletter {
    margin: 159px 0 0 18px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .ways-to-help-section h4 {
        font-size: 23px;
    }
    .ways-to-help-section .btn-donate-bottom span {
        padding: 19px 147px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .donate-section .title {
        margin: 0;
    }
    .donate-section .content {
        padding-left: 0;
    }
    .volunteer-section img {
        max-width: 145%;
        margin: 0 auto -1px -57px;
    }
    .donate-section img {
        max-width: 120%;
        margin-left: -40px;
    }
    .volunteer-section .title,
    .birthday-section .title,
    .donate-section .title {
        font-size: 40px;
    }
    .birthday-section img {
        margin: 0;
    }
    .ways-to-help-section .title {
        font-size: 33px;
        margin-bottom: 50px;
    }
    .ways-to-help-section h4 {
        font-size: 14px;
    }
    .twetter-tweet,
    .facebook-share {
        padding: 0 20px;
    }
    .ways-to-help-section .widget_newsletter {
        margin: 0;
    }
    .ways-to-help-section .btn-donate-bottom {
        margin: 18px 18px 18px 0;
    }
    .ways-to-help-section .btn-donate-bottom span {
        padding: 19px 92px;
    }
}
/*Screen 568px*/
@media (max-width: 767px) {
    .donate-section img {
        max-width: 100%;
        margin-left: -28px;
    }
    .volunteer-section img,
    .birthday-section img,
    .donate-section img {
        max-width: 100%;
    }
    .volunteer-section,
    .birthday-section,
    .donate-section {
        padding: 20px 0;
    }
    .volunteer-section,
    .birthday-section,
    .donate-section,
    .volunteer-section .title,
    .birthday-section .title,
    .donate-section .title {
        text-align: center;
    }
    .volunteer-section img {
        margin: 0 auto -21px 0;
    }
    .ways-to-help-section .title {
        font-size: 40px;
    }
    .ways-to-help-section .widget_newsletter {
        margin: 80px 0 0;
    }
    .ways-to-help-section .btn-donate-bottom span {
        padding: 19px 189px;
    }
}
/*Screen 480px*/
@media (max-width: 500px) {
    .ways-to-help-section .btn-donate-bottom span {
        padding: 19px 146px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .twetter-tweet,
    .facebook-share {
        padding: 0;
    }
    .ways-to-help-section .btn-donate-bottom span {
        padding: 19px 96px;
    }
}
/*Projects Details*/
.divider.project-details {
    border-color: #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    margin: 30px auto;
}
.projects-details-navigation a {
    border: 2px solid #1e414e;
    color: #1e414e;
    font-weight: bold;
    font-style: italic;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 159px;
    line-height: 50px;
    float: left;
    padding: 0 5px 0 18px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.projects-details-navigation a:hover {
    background: #1e414e;
    color: #ffffff;
}
.projects-details-navigation a span,
.projects-details-navigation a span:first-child-child {
    margin-left: 18px;
}
.projects-details-navigation .next_pag {
    float: right;
}
.projects-details-navigation .prev_pag {
    float: left;
    text-align: left;
    padding: 0 5px 0 18px;
}
.projects-details-navigation a i {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
}
.projects-details-navigation .next_pag i {
    left: inherit;
    right: 16px;
}
.projects-details-navigation .next_pag a span {
    margin-left: 0;
    text-align: right;
    padding: 0 47px 0 5px;
}
.projects-details-navigation .prev_pag a span {
    margin-left: 18px;
}
/* Responsive */
/*Screen 320px*/
@media (max-width: 479px) {
    .projects-details-navigation a {
        width: 140px;
        padding-left: 5px;
    }
    .projects-details-navigation a i {
        left: 5px;
    }
    .projects-details-navigation .next_pag i {
        right: 6px;
    }
}
/*Error Page*/
.error-page {
    text-align: center;
    padding: 0 310px;
    margin-top: 50px;
}
.error-page .entry-title {
    float: none;
    text-align: center;
}
.error-page .entry-content {
    text-align: center;
    margin-top: 19px;
}
.error-page .entry-content p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1e414e;
    line-height: 33px;
}
.error-page .entry-content .after-title {
    color: #79c5f5;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 47px;
    display: block;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .error-page {
        padding: 0 230px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .error-page {
        padding: 0 120px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .error-page {
        padding: 0;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .error-page .entry-title {
        font-size: 30px;
    }
    .error-page .entry-content .after-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .error-page .entry-content p {
        font-size: 15px;
        line-height: 29px;
    }
}
/* Pricing Page */
.price-block {
    text-align: center;
    margin-bottom: 181px;
}
.price-block .wrap-price-block {
    border-top: 6px solid #ffd52d;
    display: inline-block;
    width: 30.9%;
    position: relative;
    text-align: left;
    margin-right: 30px;
    padding: 34px 32px 34px 45px;
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.1);
}
.price-block .wrap-price-block:last-child {
    margin-right: 0;
}
.wrap-price-block .price {
    font-size: 90px;
    color: #79c5f5;
    font-weight: bold;
    display: block;
    margin-bottom: 9px;
}
.wrap-price-block .price sup {
    font-size: 60px;
    margin-left: -13px;
}
.wrap-price-block .per-year {
    font-size: 50px;
    font-weight: 400;
    color: #1e414e;
    display: block;
    margin-bottom: 42px;
}
.wrap-price-block .type {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #1e414e;
    color: rgba(30, 65, 78, 0.9);
    margin-bottom: 35px;
}
.wrap-price-block ul {
    margin-bottom: 51px;
}
.wrap-price-block ul li {
    font-size: 20px;
    color: #1e414e;
    font-weight: 400;
    padding: 21px 44px 24px 0;
    border-bottom: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.5);
}
.wrap-price-block ul li i {
    position: absolute;
    right: 35px;
    line-height: 26px;
    font-size: 41px;
    color: #1e414e;
    color: rgba(30, 65, 78, 0.4);
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .btn-price span {
        font-size: 20px;
    }
    .btn-price span:after {
        border-top: 27px solid transparent;
        border-bottom: 29px solid transparent;
    }
    .wrap-price-block ul li i {
        line-height: 22px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .price-block .wrap-price-block {
        width: 45%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .price-block .wrap-price-block:first-child {
        margin-right: 45px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .price-block .wrap-price-block {
        width: 47%;
    }
    .price-block .wrap-price-block:first-child {
        margin-right: 23px;
    }
    .wrap-price-block .price {
        font-size: 75px;
    }
    .wrap-price-block .price sup {
        font-size: 50px;
    }
    .wrap-price-block .per-year {
        font-size: 40px;
    }
    .wrap-price-block .type {
        font-size: 18px;
    }
    .wrap-price-block ul li {
        font-size: 16px;
    }
    .wrap-price-block ul li i {
        font-size: 35px;
        line-height: 17px;
    }
    .btn-price span {
        font-size: 15px;
        padding: 14px 15px;
    }
    .btn-price span:after {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        top: 0;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .price-block .wrap-price-block {
        width: 100%;
    }
    .btn-price span {
        padding: 14px 40px;
    }
}
/*Contact Page*/
.see-location {
    height: 511px;
    text-align: center;
    overflow: hidden;
    margin: -24px 0 20px 0;
}
#googleMap {
    position: absolute !important;
    width: 100%;
    height: 501px;
    left: 0;
    right: 0;
    background: #ededed;
    border-bottom: 1px solid #e2e2e2;
}
#googleMap img {
    max-width: none;
}
#googleMap .title-map-marker {
    font-size: 17px;
    font-weight: 400;
}
#googleMap .map-text-marker {
    margin-bottom: 0;
}
.wrapp-office {
    margin: 55px 0 20px;
}
.wrapp-office .adress {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.wrapp-office .adress p {
    margin-bottom: 0;
    line-height: 25px;
}
.wrapp-office .adress a {
    color: #1e414e;
}
.wrapp-office .adress a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.wrapp-office .btn-viewonmap {
    margin-top: 18px;
    padding: 12px 16px;
}
.wrapp-office .btn-viewonmap span {
    padding: 10px 16px;
    font-weight: 400;
    font-size: 18px;
}
.wrapp-office .btn-viewonmap i {
    padding-left: 0;
    padding-right: 5px;
    font-size: 24px;
    top: 3px;
}
.wrapp-office .adress .btn:hover {
    text-decoration: none;
}
.wrapp-office .adress .city {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 16px;
    text-align: center;
}
/* Make donation */
.make-donation {
    position: relative;
    padding: 0;
    padding: 171px 0 222px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.make-donation :-moz-placeholder {
    font-size: 30px;
    font-weight: 800;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.make-donation ::-moz-placeholder {
    font-size: 30px;
    font-weight: 800;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.make-donation :-ms-input-placeholder {
    font-size: 30px;
    font-weight: 800;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.make-donation ::-webkit-input-placeholder {
    font-size: 30px;
    font-weight: 800;
    color: #1e414e;
    text-transform: normal;
    font-style: normal;
}
.make-donation:before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.make-donation .donation-form {
    width: 512px;
    margin: 0 auto;
    padding: 109px 122px;
    background: #142e39;
    background: rgba(20, 46, 57, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.make-donation .donation-form form {
    padding: 0 11px;
}
.make-donation .donation-form .title {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 31px;
}
.make-donation .donation-form input {
    width: 108px;
    height: 58px;
    font-size: 30px;
    color: #1e414e;
    font-weight: 800;
    text-align: center;
}
.make-donation .donation-form label {
    font-size: 30px;
    color: #79c5f5;
    font-weight: 800;
    margin-right: 15px;
    margin-top: 10px;
}
.make-donation .donation-form .info-donate-form {
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #c1c1c1;
    margin-top: 31px;
}
.make-donation .donation-form .info-donate-form a:hover {
    color: #ffffff;
}
.text-make-donation {
    text-align: center;
    padding: 88px 0 64px;
}
.text-make-donation span {
    font-size: 24px;
    color: #1e414e;
    font-weight: bold;
    display: block;
    margin-top: 9px;
}
.text-make-donation p {
    padding: 0 70px;
}
.text-make-donation .info {
    margin-bottom: 87px;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
    .text-make-donation p {
        font-size: 30px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .text-make-donation p {
        font-size: 26px;
        padding: 0;
        margin-top: 0;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .make-donation .donation-form {
        width: 296px;
        padding: 30px;
    }
    .make-donation .donation-form form {
        padding: 0;
    }
    .make-donation {
        padding: 90px 0;
    }
}
/*Footer*/
.site-footer {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.site-footer .widget {
    margin: 0;
}
.site-footer:before {
    content: '';
    background-color: #990100!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.9;*/
}
.site-footer .widget-title {
    margin-bottom: 20px;
}
.site-footer .copyright {
    margin: 70px 0 20px;
    color: #79858b;
    font-size: 13px;
}
.site-footer .copyright a {
    color: #ffffff;
}
.site-footer .copyright a:hover {
    color: #79c5f5;
}
.site-footer .copyright span {
    display: block;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    color: #ffffff;
    margin: 10px 0;
}
@media only screen and (max-width: 768px) {
    
  /* For mobile phones: */
 .navbar-brand span {
    float: right!important;
    position: sticky!important;
    top: 5.5%!important;
    left: 62%!important;
    color: white;
    margin-left: 11px;
    font-size: 9px!important;
    font-weight: 800!important;
}
.navbar-brand img {
    width: 260px!important;
    display: inline!important;
    margin-left: 5px!important;
}
}

        @media (min-width: 768px){
        .navbar {
             border-radius: 0px!important;
        }
        }
/* Responsive */
/*Screen 768px*/
@media (max-width: 991px) {
    .site-footer .col-sm-6 {
        margin-bottom: 50px;
    }
    .site-footer {
        padding-bottom: 0;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .site-footer .col-xs-6 {
        width: 100%;
    }
    .slicknav_menu .btn-donate-nav {
        padding: 0 !important;
    }
}
.sidebar_left {
    float: right;
}
.comment-form {
    overflow: hidden;
}
.comment-form .logged {
    width: 100%;
}
.children .comment-form .form-submit {
    float: none;
}
.children .comment-form p {
    width: 100%;
}
.comments-pagination .next,
.comments-pagination .prev {
    display: none;
}
.col-md-8.col-sm-12.content-area.sidebar_right {
    padding-right: 50px;
}
a.newssetter_subscribe,
a.newssetter_subscribe:hover {
    color: #2c6073;
}
.entry-title .entry-title-min-description {
    font-size: 17px;
    color: #c1c1c1;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    display: block;
}
.gallery-item .title a {
    font-size: 15px;
    font-weight: 400;
    color: #1e414e;
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
}
.widget-categories #cat {
    height: 40px;
}
.field-text select {
    height: 48px;
}
.field-text select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.field-text input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.field-text input[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
/*-----------------------------------*/
/* Forms & Form Elements */
/*-----------------------------------*/
/* Form Elements */
/*-----------------------------------*/
:-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #c1c1c1;
    text-transform: normal;
    font-style: normal;
}
::-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #c1c1c1;
    text-transform: normal;
    font-style: normal;
}
:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #c1c1c1;
    text-transform: normal;
    font-style: normal;
}
::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #c1c1c1;
    text-transform: normal;
    font-style: normal;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input,
textarea,
input[type="submit"]:focus,
button:focus {
    outline: none;
}
select.select-styled {
    visibility: hidden;
}
label,
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    margin: 0;
    border-radius: 3px;
    font-size: inherit;
    line-height: normal;
    outline: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
textarea {
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 300;
    color: #c1c1c1;
    width: 100%;
    height: 48px;
    margin: 0;
    text-overflow: ellipsis;
}
textarea {
    padding: 14px 16px;
    height: 200px;
    resize: vertical;
    overflow: auto;
    text-transform: none;
}
.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="search"],
.ie8 input[type="url"],
.ie8 input[type="email"] {
    line-height: 48px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
}
.field-text.buttoned input[type="text"],
.field-text.buttoned input[type="password"],
.field-text.buttoned input[type="search"],
.field-text.buttoned input[type="url"],
.field-text.buttoned input[type="email"] {
    padding-right: 36px;
}
.field-text.white input[type="text"],
.field-text.white input[type="password"],
.field-text.white input[type="search"],
.field-text.white input[type="url"],
.field-text.white input[type="email"],
.field-text.white textarea {
    background-color: #ffd52d;
}
button {
    border: none;
    background: none;
    padding: 0;
    outline: none !important;
}
.btn:active,
.btn.active {
    box-shadow: none;
}
.field-text button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 48px;
    font-size: 11px;
    color: #79c5f5;
}
.field-text,
.field-select {
    margin-bottom: 10px;
    position: relative;
    float: left;
    margin-right: 27px;
}
.label-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    cursor: default;
    margin-bottom: 8px;
}
/*.error{
  border: 1px solid red !important;
}

.valid{
  border: 1px solid #70A41B!important;
}*/
/* Custom CheckBox  & Radio */
/* Styled Checkboxes, Radios */
/*-----------------------------------*/
.custom-checkbox,
.custom-radio {
    position: relative;
}
.custom-checkbox::selection,
.custom-radio::selection {
    background: transparent;
    color: inherit;
}
.custom-checkbox input,
.custom-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-checkbox label,
.custom-radio label {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #1e414e;
    line-height: 17px;
    padding: 0 0 0 23px;
    margin-bottom: 10px;
    cursor: pointer;
    min-height: 17px;
}
.custom-checkbox label::selection,
.custom-radio label::selection {
    background: transparent;
    color: inherit;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
    outline: none;
}
.custom-checkbox label:before,
.custom-radio label:before,
.custom-checkbox label:after,
.custom-radio label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.custom-checkbox label:before,
.custom-radio label:before {
    width: 17px;
    height: 17px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.custom-checkbox label.checked:after,
.custom-radio label.checked:after {
    width: 9px;
    height: 9px;
    margin: 4px;
    background-color: #79c5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-radio label:before,
.custom-radio label.checked:after {
    border-radius: 50%;
}
@media (max-width: 991px) {
    .custom-checkbox label,
    .custom-radio label {
        font-size: 11px;
    }
}
/*Responsive*/
@media (max-width: 479px) {
    .field-text.pull-left,
    .field-select.pull-left,
    .field-text.pull-right,
    .field-select.pull-right {
        width: 100%;
        float: none !important;
    }
}
/* Contact Form */
/*-----------------------------------*/
.wrap-contact-form {
    background: #ffd52d;
    margin: 77px 0 -85px;
    padding: 36px 0 24px;
}
.wrap-contact-form .title-contact-form {
    font-size: 30px;
    color: #1e414e;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 27px;
}
.contact-form .column-left {
    width: 355px;
    float: left;
}
.contact-form .column-right {
    width: 755px;
    float: right;
}
.contact-form label {
    font-size: 15px;
    color: #1e414e;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-form .optional {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #142e39;
    margin-top: 5px;
}
.contact-form textarea {
    height: 165px;
}
.wrap-contact-form input,
.wrap-contact-form textarea {
    border: none;
}
.contact-form .btn-submit-contact-form {
    float: right;
    padding-top: 8px;
}
.contact-form .btn-submit-contact-form input {
    background: #1e414e;
    border: 2px solid #1e414e;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-transform: none;
    padding: 12px 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.contact-form .btn-submit-contact-form input:hover {
    background: none;
    color: #142e39;
}
/* Password Form */
.post-password-form input[type="submit"] {
    padding: 0 33px;
    height: 48px;
    line-height: 40px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    white-space: nowrap;
    border: 2px solid #142e39;
    border-radius: 0;
    background-color: #142e39;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
}
.post-password-form input[type="submit"]:hover {
    background: none;
    color: #142e39;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .contact-form .column-left,
    .contact-form .column-right {
        width: 49%;
    }
    .wrap-contact-form {
        margin-bottom: -50px;
    }
    .wrap-contact-form input,
    .wrap-contact-form textarea,
    .wrap-contact-form select {
        max-width: 460px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .wrap-contact-form input,
    .wrap-contact-form textarea,
    .wrap-contact-form select {
        max-width: 350px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .wrapp-office .adress {
        margin-bottom: 25px;
        float: none;
        display: inline-block;
    }
    .contact-form .btn-submit-contact-form {
        float: none;
    }
    .wrapp-office {
        text-align: center;
        font-size: 0;
    }
    .wrapp-office .adress p {
        line-height: 22px;
    }
    .contact-form .column-right {
        float: none;
    }
    .wrap-contact-form input,
    .wrap-contact-form textarea,
    .wrap-contact-form select {
        max-width: 450px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .contact-form .column-left,
    .contact-form .column-right,
    .wrapp-office .col-xs-6 {
        width: 100%;
    }
    .contact-form .btn-submit-contact-form input {
        padding: 12px 128px;
    }
    .contact-form .column-left {
        margin-bottom: 30px;
    }
    .wrap-contact-form input,
    .wrap-contact-form textarea,
    .wrap-contact-form select {
        max-width: 290px;
    }
}
.contactForm .radio + .radio,
.contactForm .checkbox + .checkbox {
    margin-top: 10px;
}
/*Widget Style*/
/*-----------------------------------*/
.widget {
    margin: 46px 0;
}
.widget-area .widget:first-child {
    margin-top: 0;
}
.widget-title {
    font-size: 30px;
    font-weight: 800;
    color: #1e414e;
    text-transform: uppercase;
}
/*Widget Newsletter*/
.widget_newsletter input {
    width: 60%;
    margin-right: 2px;
    border: none;
}
.widget_newsletter {
    background-image: url('images/bg-newsletter.jpg');
    padding: 21px 0 31px 36px;
    margin: 42px 0 0 0;
    width: 100%;
}
.widget.widget-categories ul li a:hover,
.widget.widget-categories ul li a:focus,
.widget.widget-archives ul li a:hover,
.widget.widget-widget-archives ul li a:focus {
    color: #142e39;
}
.widget_newsletter .widget-title {
    font-size: 30px;
    color: #1e414e;
    font-weight: 800;
    margin-bottom: 16px;
    margin-left: 3px;
}
.widget_newsletter .btn-newsletter {
    margin-top: -1px;
}
.widget_newsletter .btn-newsletter span {
    padding: 12px 27px;
    margin-left: 3px;
}
/* Responsive */
/*Screen 768px*/
@media (max-width: 991px) {
    .widget_newsletter .widget-title {
        font-size: 25px;
    }
    .widget_newsletter {
        padding-left: 13px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .widget_newsletter {
        padding: 21px 0 13px 10px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .widget_newsletter .widget-title {
        font-size: 20px;
    }
    .widget_newsletter .btn-newsletter span {
        padding: 13px 15px;
    }
}
/*Widget Footer Menu*/
.widget-footer-menu .widget-title {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}
.widget-footer-menu ul li {
    padding-bottom: 20px;
}
.widget-footer-menu ul li:first-child {
    padding-top: 10px;
}
.widget-footer-menu ul li a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
   
}
.widget-footer-menu ul li a:hover {
    color: #c41e3d;
}
.site-footer .widget.widget_twitter a {
    color: #79c5f5;
}
.site-footer .copyright a {
    color: #ffffff;
}
/*Widget Twitter*/
.widget_twitter .widget-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.widget_twitter .tweet_text {
    color: #79858b;
    font-weight: 400;
    line-height: 23px;
    padding-top: 8px;
}
.site-footer .widget_twitter .tweet_text a:hover {
    color: #ffffff;
}
.widget_twitter .meta-tweet {
    margin: 27px 0;
    font-size: 13px;
    line-height: 20px;
}
.widget_twitter .meta-tweet i {
    font-size: 38px;
    float: left;
    color: #fff;
    opacity: 0.5;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.widget_twitter .meta-tweet i:hover {
    color: #fff;
    opacity: 1;
}
.widget_twitter .meta-tweet span {
    display: block;
}
.twitter ul {
    list-style: none;
    margin: 20px 0;
}
.twitter ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 11px;
    min-height: 24px;
}
.twitter ul li:before {
    font-family: 'fontawesome';
    content: '\f099';
    font-size: 24px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    right: 2px;
}
/*Social Widget*/
.widget-social-links .widget-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.widget-social-links ul {
    margin: 22px 0;
}
.widget-social-links ul li i {
    font-size: 26px;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.widget-social-links ul li a:hover i {
    color: #ffffff;
    opacity: 1;
}
.widget-social-links ul li {
    float: left;
    padding-right: 13px;
    padding-left: 2px;
}
.widget-social-links ul li:last-child {
    float: none;
}
/*Widget Make a Donation*/
.widget-make-donation {
    background: #142e39;
    text-align: center;
    padding: 54px 31px 65px;
    color: #ffffff;
    margin-top: 38px;
}
.widget-make-donation :-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-make-donation ::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-make-donation :-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-make-donation ::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-make-donation .widget-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.widget-make-donation .total-donate {
    font-size: 72px;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
}
.widget-make-donation .total-donate sup {
    font-size: 42px;
}
.widget-make-donation .divider {
    width: 33%;
    border-color: #ffffff;
    margin: 48px auto;
}
.widget-make-donation h3 {
    font-size: 24px;
    color: #ffd52d;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 55px;
    text-align: center;
}
.widget-make-donation form {
    position: relative;
    margin-top: -4px;
    margin-bottom: 35px;
}
.widget-make-donation input {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 0 60px;
    font-style: italic;
    color: #1e414e;
    height: 60px;
    margin-bottom: 25px;
}
.widget-make-donation form label:before {
    content: '$';
    position: absolute;
    top: 35px;
    left: 15px;
    color: #1e414e;
    font-weight: 400;
    font-size: 19px;
    z-index: 1;
}
.widget-make-donation form label:after {
    content: 'USD';
    position: absolute;
    top: 35px;
    right: 15px;
    color: #1e414e;
    font-weight: 400;
    font-size: 19px;
    z-index: 1;
}
.widget-make-donation .text {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .widget-make-donation {
        padding: 54px 20px 65px;
    }
    .widget-make-donation .widget-title {
        font-size: 20px;
    }
    .widget-make-donation .total-donate {
        font-size: 60px;
    }
    .widget-make-donation .total-donate sup {
        font-size: 35px;
    }
    .widget-make-donation .divider {
        width: 40%;
        margin: 30px auto;
    }
    .widget-make-donation h3 {
        font-size: 20px;
        margin-top: 30px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .widget-make-donation .widget-title {
        font-size: 24px;
    }
    .widget-make-donation .total-donate {
        font-size: 72px;
    }
    .widget-make-donation .total-donate sup {
        font-size: 42px;
    }
    .widget-make-donation h3 {
        font-size: 24px;
    }
    .widget-make-donation form {
        overflow: hidden;
    }
    .widget-make-donation .text {
        display: block;
        margin-top: 60px;
    }
    .widget-make-donation .divider {
        width: 25%;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .widget-make-donation .widget-title {
        font-size: 20px;
    }
    .widget-make-donation .total-donate {
        font-size: 60px;
    }
    .widget-make-donation .total-donate sup {
        font-size: 34px;
    }
    .widget-make-donation h3 {
        font-size: 20px;
    }
    .widget-make-donation .text {
        margin-top: 0;
    }
}
/*Widget Tabs*/
.widget.widget_tabs {
    overflow: hidden;
    padding: 5px 5px;
    position: relative;
}
.widget.widget_tabs .side-postlist {
    overflow: hidden;
}
.widget.widget_tabs .side-postlist li {
    padding: 24px 28px 24px 15px;
    overflow: hidden;
    color: #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-bottom-color: rgba(193, 193, 193, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.widget.widget_tabs .side-postlist li .right-arrow {
    position: absolute;
    top: 41%;
    right: 10px;
    color: #c1c1c1;
}
.widget.widget_tabs .side-postlist li .title {
    color: #1e414e;
    margin: 3px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
.widget.widget_tabs .side-postlist li:hover {
    background: #142e39;
}
.widget.widget_tabs .side-postlist li:hover .title a,
.widget.widget_tabs .side-postlist li:hover .right-arrow {
    color: #ffffff;
}
.widget.widget_tabs .tab-pane .post-thumbnail {
    float: left;
    width: 82px;
    height: 82px;
    margin: 0 15px 0 0;
}
.widget.widget_tabs .tab-content {
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    border-bottom-color: #ffffff;
}
.widget.widget_tabs .nav-tabs {
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.widget.widget_tabs .nav-tabs > li {
    margin-bottom: -2px;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}
.widget.widget_tabs .nav-tabs > li a {
    color: #1e414e;
    padding: 15px 5px;
    font-size: 15px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
}
.widget.widget_tabs .nav-tabs > li a:hover {
    background-color: #ffd52d;
    background-color: rgba(255, 213, 45, 0.8);
    color: #ffffff;
    border-color: #ffd52d;
    border-color: rgba(255, 213, 45, 0.8);
    padding-bottom: 16px;
}
.widget.widget_tabs .nav-tabs > li.active > a {
    color: #ffffff;
    background: #142e39;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    border-color: #142e39;
    padding: 15px 5px;
}
.widget.widget_tabs .nav-tabs.nav-justified > .active > a,
.widget.widget_tabs .nav-tabs.nav-justified > .active > a:hover {
    border-color: #142e39;
    padding-bottom: 16px;
    border-bottom: none;
}
/*Responsive*/
/*Screen 320px*/
@media (max-width: 479px) {
    .widget.widget_tabs .side-postlist li .title {
        font-size: 20px;
    }
}
/*Widget Search*/
.widget-search :-moz-placeholder {
    font-size: 25px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-search ::-moz-placeholder {
    font-size: 25px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-search :-ms-input-placeholder {
    font-size: 25px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget-search ::-webkit-input-placeholder {
    font-size: 25px;
    font-weight: bold;
    color: #1e414e;
    text-transform: normal;
    font-style: italic;
}
.widget.widget-search form {
    position: relative;
}
.widget.widget-search input {
    position: relative;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #142e39;
    border: 2px solid #142e39;
    height: 75px;
    padding: 0 40px 0 27px;
    letter-spacing: -1px;
}
.widget.widget-search .btn-search {
    position: absolute;
    top: 13px;
    right: 15px;
}
.widget.widget-search .btn-search span {
    background: none;
    padding: 0;
    border: none;
    color: #142e39;
}
.widget.widget-search .btn-search i {
    padding: 0;
    font-size: 20px;
}
/*Widget Categories*/
.widget.widget-categories li {
    float: left;
    padding: 10px 5px 6px 5px;
    width: 50%;
}
.widget.widget-categories li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.widget.widget-categories {
    overflow: hidden;
}
.widget.widget-categories .widget-title {
    margin-bottom: 30px;
}
/*Widget TagCloud*/
.widget.widget-tagcloud {
    overflow: hidden;
    text-align: left;
}
.tagcloud a {
    background: #1e414e;
    background: rgba(30, 65, 78, 0.4);
    color: #ffffff;
    text-transform: lowercase;
    font-size: 18px;
    font-style: italic;
    padding: 7px 18px;
    margin: 5px 4px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.tagcloud a:hover {
    background: #1e414e;
}
.widget.widget-tagcloud .widget-title {
    margin-bottom: 24px;
}
/*Widget Text(About)*/
.widget.widget-text {
    overflow: hidden;
}
.widget.widget-text .aboutw p {
    line-height: 25px;
}
.social-icons a i {
    font-size: 22px;
    line-height: 30px;
}
.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.social-icons a .tficon-facebook {
    color: #3b5998;
}
.social-icons a .tficon-twitter {
    color: #00aced;
}
.social-icons a .tficon-pinterest {
    color: #cb2027;
}
.social-icons a .tficon-instagram {
    color: #517fa4;
}
.social-icons a:hover {
    opacity: 0.7;
}
/*Widget Archive*/
.widget.widget-archives {
    overflow: hidden;
}
.widget.widget-archives .widget-title {
    margin-bottom: 18px;
}
.widget.widget-archives .archives li {
    float: left;
    padding: 10px 5px 10px 0;
    width: 50%;
}
.widget.widget-archives .archives li a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    padding-left: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*Widget Instagram*/
.widget.widget-instagram {
    overflow: hidden;
}
.widget.widget-instagram li {
    float: left;
    margin: 5px 4px;
}
.widget.widget-instagram li a {
    display: block;
    width: 83px;
    height: 83px;
}
.widget.widget-instagram a img {
    width: 100%;
}
.widget.widget-instagram .widget-title {
    margin-bottom: 24px;
}
.widget.widget-instagram ul {
    overflow: hidden;
    margin-bottom: 6px;
}
.btn-instagram {
    margin-left: 4px;
}
.btn-instagram span {
    padding: 11px 59px;
}
/*Widget Nav Menu*/
.widget-nav-menu ul {
    margin: 30px 0;
}
.widget-nav-menu ul li:first-child {
    border-top: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
}
.widget-nav-menu ul li {
    border-bottom: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
}
.widget-nav-menu ul li a {
    font-size: 15px;
    color: #1e414e;
    font-weight: 600;
    text-decoration: none;
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.6);
    padding: 14px 10px 14px 20px;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.widget-nav-menu ul li:nth-child(even) a {
    background: none;
}
.widget-nav-menu ul li a:hover,
.widget-nav-menu ul li:nth-child(even) a:hover,
.widget-nav-menu .current-menu-item a,
.widget-nav-menu ul li:nth-child(even).current-menu-item a {
    background: #1e414e;
    color: #ffffff;
}
/* Widget Flickr */
.widget_flickr a {
    display: block;
}
.widget_flickr .flickr_badge_image {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 75px;
    height: 75px;
}
/* Recent Entries */
.widget_recent_entries,
.widget_popular_entries {
    overflow: hidden;
}
.widget_recent_entries ul li,
.widget_popular_entries ul li {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
}
.widget_recent_entries ul li:first-child,
.widget_popular_entries ul li:first-child {
    border-top: none;
}
.widget_recent_entries .post-title,
.widget_recent_entries .comments-link,
.widget_popular_entries .post-title,
.widget_popular_entries .comments-link {
    display: block;
}
.widget_recent_entries .post-thumbnail,
.widget_popular_entries .post-thumbnail {
    float: left;
    width: 62px;
    height: 62px;
    margin: 0 15px 0 0 !important;
}
.widget_recent_entries li .comments-link a,
.widget_popular_entries li .comments-link a {
    font-size: 13px;
    color: #c1c1c1;
}
.widget_recent_entries li .post-title,
.widget_popular_entries li .post-title {
    color: #000000;
    line-height: 1.2em;
    margin-bottom: 6px;
    font-weight: bold;
}
/* Widget Login */
.widget_login .btn-login {
    background: #142e39;
    border: 2px solid #142e39;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 29px;
    text-transform: none;
    font-weight: bold;
    font-style: italic;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.widget_login .btn-login:hover {
    background: none;
    color: #1e414e;
}
.widget_login .forget_password {
    display: inline-block;
    clear: both;
    float: right;
    margin-top: 13px;
}
.widget_login .forgetmenot .custom-checkbox {
    display: inline-block;
}
.widget_login .forgetmenot {
    padding: 5px 0;
    display: block;
}
.widget-categories select,
.widget-archives select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
/*Events*/
.wrapp_calendar {
    background: #142e39;
    padding: 21px 0 96px;
    margin-top: 55px;
    margin-bottom: 74px;
}
.calendar {
    width: 83% !important;
    margin: 0 auto;
}
.cal-month-day {
    background: #ffffff;
    height: 100%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
}
.cal-day-today span[data-cal-date] {
    color: #1e414e;
    font-size: 24px;
}
.cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 24px;
    color: #ffffff;
}
.cal-month-day span[data-cal-date] {
    font-size: 24px;
    font-weight: bold;
    color: #1e414e;
    opacity: 1;
    float: left !important;
    margin-top: 14px;
    margin-left: 20px;
}
.cal-month-day:hover {
    background: #ffd52d;
    cursor: pointer;
}
.cal-month-day .text-today {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.cal-row-fluid .cal-cell1 {
    height: 133px;
}
.cal-day-outmonth {
    cursor: default;
    background: #6a767c;
}
.cal-day-outmonth:hover {
    background: #6a767c;
    cursor: default;
}
.cal-day-outmonth span[data-cal-date] {
    color: #ffffff;
    opacity: 1;
}
.event-day,
.cal-month-day.cal-day-outmonth.event-day {
    background: #ffd52d;
}
#cal-day-tick {
    bottom: -18px;
    background-color: #ffd52d;
    border-color: #ffd52d;
    border-top: none;
}
.cal-event-list .event.pull-left {
    margin-top: 5px;
    display: none;
}
#cal-week-box {
    display: none !important;
}
.cal-day-today {
    background-color: #73bbe8;
}
.cal-row-fluid.cal-row-head:hover,
.cal-row-fluid.cal-row-head .cal-cell1:hover {
    background: none;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    height: 77px;
    padding-top: 22px;
    text-transform: uppercase;
    color: #ffffff;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
    border-bottom: 3px solid #142e39;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
    border-right: 3px solid #142e39;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
    border: none;
    border-radius: 0;
}
#cal-slide-content {
    box-shadow: none;
    background-image: none;
    background-color: #ffffff;
    border-bottom: 3px solid #142e39;
}
#cal-slide-content a.event-item {
    color: #000000;
}
#cal-slide-content:hover {
    background-color: #ffffff;
}
/* Calendar Navigation */
.calendar-navigation {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 17px 0;
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    text-align: center;
}
.calendar-navigation h3 {
    display: inline-block;
    margin-top: 9px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.calendar-navigation .prev,
.calendar-navigation .next {
    display: block;
    float: left;
    font-size: 13px;
    color: #211c1c;
    text-transform: uppercase;
    width: 154px;
    font-weight: 900;
}
.calendar-navigation .next {
    float: right;
}
.calendar-navigation .prev span {
    background: transparent url(images/left_calendar_arrow.png) no-repeat center left;
    padding: 10px 0 10px 52px;
    margin-left: 16px;
    line-height: 18px;
    display: block;
    text-align: left;
}
.calendar-navigation .next span {
    background: transparent url(images/right_calendar_arrow.png) no-repeat center right;
    padding: 10px 61px 10px 0;
    margin-right: 29px;
    line-height: 18px;
    display: block;
    text-align: right;
}
.events-list {
    visibility: hidden;
}
.list-events {
    position: absolute;
    bottom: 3px;
    left: 6px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.cal-day-today .list-events {
    color: #ffffff;
}
.list-events span {
    font-size: 20px;
    font-style: italic;
}
#cal-slide-content a.event-item:hover {
    color: #79c5f5;
}
/* PopUp Events */
.modal-footer {
    padding: 0 10px;
}
.modal-footer .btn {
    font-size: 35px;
    padding: 0;
}
.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -350px;
}
.modal-body {
    padding: 45px 20px 0;
}
.modal-dialog .btn {
    position: absolute;
    padding: 0;
    top: 0;
    right: 10px;
    font-size: 30px;
}
.modal-dialog {
    width: 45%;
}
.modal-dialog .modal-body {
    height: 590px !important;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .cal-row-fluid .cal-cell1 {
        height: 111px;
    }
    .modal-dialog {
        margin-top: -300px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .wrapp_calendar {
        margin-bottom: 0;
    }
    .cal-row-head [class*="cal-cell"]:first-child,
    .cal-row-head [class*="cal-cell"] {
        height: 60px;
    }
    .cal-row-fluid .cal-cell1,
    .cal-year-box [class*="span"],
    .cal-month-box [class*="cal-cell"] {
        height: 86px;
        min-height: 86px;
    }
    .cal-month-day span[data-cal-date] {
        margin-top: 12px;
        margin-left: 12px;
    }
    .cal-month-day .text-today {
        top: 23px;
        right: 10px;
    }
    .modal-dialog {
        width: 625px;
        margin-top: -360px;
    }
    .modal-dialog .modal-body {
        height: 500px !important;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .wrapp_calendar {
        padding-bottom: 75px;
    }
    .cal-month-day span[data-cal-date] {
        font-size: 19px;
        margin-top: 7px;
        margin-left: 7px;
    }
    .cal-row-fluid .cal-cell1,
    .cal-year-box [class*="span"],
    .cal-month-box [class*="cal-cell"] {
        height: 64px;
        min-height: 64px;
    }
    .cal-month-day .text-today {
        font-size: 10px;
        top: 19px;
        right: 2px;
    }
    .list-events {
        font-size: 11px;
    }
    .list-events span {
        font-size: 17px;
    }
    #cal-slide-content {
        padding-left: 10px;
    }
    .cal-row-head [class*="cal-cell"]:first-child,
    .cal-row-head [class*="cal-cell"] {
        height: 55px;
        min-height: 55px;
        font-size: 13px;
    }
    .modal-dialog {
        width: 380px;
        left: 50%;
        margin-left: -188px;
        margin-top: -150px;
    }
    .modal-dialog .modal-body {
        height: 300px !important;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .calendar {
        width: 92% !important;
    }
    .wrapp_calendar {
        padding-bottom: 53px;
    }
    .cal-row-head [class*="cal-cell"]:first-child,
    .cal-row-head [class*="cal-cell"] {
        font-size: 12px;
        height: 0;
        min-height: 29px;
        padding-top: 0;
    }
    .list-events {
        display: none;
    }
    .cal-month-box .cal-day-today span[data-cal-date] {
        font-size: 20px;
        margin-top: 3px;
        margin-left: 11px;
    }
    .cal-month-day .text-today {
        font-size: 8px;
        top: 25px;
        right: 4px;
    }
    .cal-row-fluid .cal-cell1,
    .cal-year-box [class*="span"],
    .cal-month-box [class*="cal-cell"] {
        height: 0;
        min-height: 35px;
    }
    #cal-day-tick {
        display: none !important;
    }
    #cal-slide-content {
        padding: 10px 10px 10px 5px;
    }
    #cal-slide-content a.event-item {
        font-size: 13px;
    }
    .calendar-navigation .prev,
    .calendar-navigation .next {
        width: 100%;
    }
    .calendar-navigation .prev span,
    .calendar-navigation .next span {
        background: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .calendar-navigation .prev:hover,
    .calendar-navigation .next:hover {
        color: #ffd52d;
    }
}
/* Shortcodes Style*/
.shortcodes-title {
    text-transform: uppercase;
}
.shortcodes-button {
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.6);
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.6);
    padding: 10px;
    text-align: left;
}
.shortcodes-button .btn {
    margin: 0 15px 15px 0;
}
[class^="list-"] ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    color: #000000;
}
[class^="list-"] li {
    padding: 0 0 10px 30px;
    line-height: 1.2em;
    position: relative;
}
[class^="list-"] li:before {
    margin-right: 10px;
    top: 2px;
    margin-left: -30px;
    font-size: 17px;
    font-family: 'tficons';
    position: relative;
}
.list-minus li:before {
    content: '\f056';
    font-family: 'fontawesome';
}
.list-plus li:before {
    content: '\f055';
    font-family: 'fontawesome';
}
.list-caret-right li:before {
    content: '\f0a9';
    font-family: 'fontawesome';
}
.list-chevron-sign-right li:before {
    content: '\f054';
    font-family: 'fontawesome';
}
.list-external-link li:before {
    content: '\f0c1';
    font-family: 'fontawesome';
}
.list-ok li:before {
    content: '\f14a';
    font-family: 'fontawesome';
}
.list-star li:before {
    content: '\f005';
    font-family: 'fontawesome';
}
.list-folder li:before {
    content: '\f07b';
    font-family: 'fontawesome';
}
.list-file-text li:before {
    content: '\f016';
    font-family: 'fontawesome';
}
.list-video li:before {
    content: '\f03d';
    font-family: 'fontawesome';
}
.list-image li:before {
    content: '\f030';
    font-family: 'fontawesome';
}
.list-game li:before {
    content: '\f11b';
    font-family: 'fontawesome';
}
.list-bordered li {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
}
/* Text & Images */
img.aligncenter {
    margin-bottom: 20px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Quote */
blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    margin-bottom: 1.5em !important;
}
.frame_quote {
    background: #f3f7f9;
    margin: 5px 0 20px;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    border-radius: 4px;
}
.frame_quote blockquote {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    border: none;
    color: #d34d5e;
    font-weight: normal;
}
.quote_right,
.quote_left,
.quote_center {
    font-size: 15px;
    width: 40%;
    line-height: 1.5em;
    font-style: italic;
    text-align: left;
}
.quote_right {
    float: right;
    padding: 3px 0 3px 20px;
}
.quote_left {
    float: left;
    padding: 3px 20px 3px 0;
}
.quote_center {
    display: block;
    width: 100%;
    margin: 20px auto;
}
.quote-text {
    color: #1e414e;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.quote-author {
    color: #c1c1c1;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
}
.quote-author span {
    color: #1e414e;
}
.slider_quotes .prev,
.slider_quotes .next {
    position: relative;
    top: 10px;
    margin: 0 8px 0 0;
    color: #1e414e;
    font-size: 16px;
}
.quoteBox .slider-item {
    padding: 15px;
    background-color: #c1c1c1;
    background-color: rgba(193, 193, 193, 0.4);
    border: 1px solid #ced8da;
    border-color: rgba(193, 193, 193, 0.6);
}
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 5px 0;
    display: block;
    width: auto;
}
img.alignright,
.wp-caption.alignright {
    margin: 0 0 5px 20px;
    display: block;
    width: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.frame_right {
    float: right;
    display: block;
    margin: 0 0 5px 20px !important;
    width: auto;
}
.frame_left {
    float: right;
    display: block;
    margin: 0 20px 5px 0 !important;
}
.frame_left,
.frame_right,
.frame_center,
.frame_box {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 5px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    width: auto;
}
/* Lightbox */
.btn-prettyphoto i {
    padding-right: 10px;
    padding-left: 0;
}
/* Video & Gallery */
.slider {
    position: relative;
    left: 0;
    margin: 30px 0;
}
.slider_medium {
    width: 600px;
    height: 338px;
}
.slider_medium .slider-item,
.slider_medium .slider-item iframe {
    width: 600px;
    height: 338px;
}
.slider_medium .slider-item img,
.slider_small .slider-item img,
.slider_mini .slider-item img {
    max-width: 100%;
}
.slider_pagination {
    display: block;
    padding-top: 10px;
    text-align: center;
}
.slider_pagination a {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 3px 0;
    border: 2px solid #ccd1d3;
    border-radius: 50%;
    margin-right: 5px;
    outline: none;
    overflow: hidden;
}
.slider_pagination a span {
    display: none;
}
.slider_pagination a.selected {
    background-color: #ccd1d3;
}
.slider_small {
    width: 430px;
}
.slider_small .slider-item,
.slider_small .slider-item iframe {
    width: 430px;
    height: 242px;
}
.slider_mini {
    width: 220px;
}
.slider_mini .slider-item,
.slider_mini .slider-item iframe {
    width: 220px;
    height: 124px;
}
.minigallery_carousel {
    position: relative;
    clear: both;
    margin: 10px 0 30px 0;
    background: #ebf2f7;
    padding: 20px 0 12px;
}
.minigallery_carousel .prev,
.minigallery_carousel .next {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 35px;
    color: #000;
    text-decoration: none;
    margin-top: -20px;
}
.minigallery_carousel .next {
    right: 10px;
    left: auto;
}
.minigallery_carousel .prev:hover,
.minigallery_carousel .next:hover {
    color: #ffd52d;
}
.minigallery_carousel .caroufredsel_wrapper {
    margin-left: 0 !important;
}
.minigallery_carousel li {
    display: block;
    float: left;
    width: 140px;
    height: 100px;
    margin: 0 8px;
    position: relative;
    text-align: center;
}
.minigallery_carousel li img {
    width: 132px;
    border: 4px solid #ffd52d;
    max-width: 100%;
}
.gmap_marker {
    text-align: left;
}
.list_square ul {
    margin: 10px 0 15px 30px;
    padding: 0;
}
.list_square ul li {
    margin-bottom: 5px;
    list-style-type: disc;
}
/*Icons*/
.row-icons {
    margin-bottom: .6em;
}
.row-icons a:hover i {
    font-size: 16px;
    color: #ffd52d;
}
.row-icons a i {
    font-size: 15px;
}
.row-icons a {
    line-height: 25px;
    color: #1e414e;
}
.row-icons a:hover {
    color: #ffd52d;
}
/* Tabs & Toggle */
.tabs_framed {
    margin: 25px 0 30px;
}
.tabs_framed .tab-content {
    padding: 15px;
    background: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    border-top: none;
}
.tabs_framed .nav-tabs li {
    padding-top: 4px;
}
.tabs_framed .nav-tabs li.active {
    padding-top: 0;
}
.tabs_framed .nav-tabs li.active a {
    color: #79c5f5;
    background: #ffffff;
    padding: 10px 15px;
    border-bottom-color: #ffffff;
}
.tabs_framed .nav-tabs li a {
    color: #142e39;
    border-radius: 4px 4px 0 0;
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.4);
    border-color: #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    border-bottom-color: #c1c1c1;
    border-bottom-color: rgba(193, 193, 193, 0.4);
    padding: 8px 15px;
    font-size: 14px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
    border-color: #c1c1c1;
    border-color: rgba(193, 193, 193, 0.4);
    padding: 10px 15px;
    border-bottom-color: #ffffff;
}
.small_tabs .nav-tabs li a {
    padding: 4px 10px;
    font-size: 13px;
}
.small_tabs .nav-tabs li.active a {
    padding: 6px 10px;
}
.panel {
    line-height: 25px;
}
.panel i {
    color: #fff;
    padding-right: 10px;
    top: 1px;
}
.panel .panel-heading .panel-title a {
    display: block;
    color: #ffffff;
}
.panel-heading {
    border-bottom: none;
}
.toggleitem.simple-togle {
    margin-bottom: 30px;
}
.panel-default {
    border-color: #c1c1c1;
    border-color: rgba(193, 193, 193, 0.6);
}
.panel-default .panel-heading {
    background-color: #c1c1c1;
    background-color: rgba(193, 193, 193, 0.6);
}
.panel-default .panel-heading .panel-title a {
    color: #1e414e;
}
.panel-success {
    border-color: #3c763d;
}
.panel-success .panel-heading {
    background-color: #3c763d;
    color: #fff;
}
.panel-warning {
    border-color: #d45967;
}
.panel-warning .panel-heading {
    background-color: #d45967;
    color: #fff;
}
.panel-info {
    border-color: #46b8da;
}
.panel-info .panel-heading {
    background-color: #46b8da;
    color: #fff;
}
.panel-danger {
    border-color: #e61c17;
}
.panel-danger .panel-heading {
    background-color: #e61c17;
    color: #fff;
}
.panel-pink {
    border-color: #d66bb9;
}
.panel-pink .panel-heading {
    background-color: #d66bb9;
    color: #fff;
}
.panel-teal {
    border-color: #14b096;
}
.panel-teal .panel-heading {
    background-color: #14b096;
    color: #fff;
}
.panel-purple {
    border-color: #6d59d6;
}
.panel-purple .panel-heading {
    background-color: #6d59d6;
    color: #fff;
}
.panel-orange {
    border-color: #d46d21;
}
.panel-orange .panel-heading {
    background-color: #d46d21;
    color: #fff;
}
.panel-brown {
    border-color: #b75d1b;
}
.panel-brown .panel-heading {
    background-color: #b75d1b;
    color: #fff;
}
.panel-black {
    border-color: #000000;
}
.panel-black .panel-heading {
    background-color: #000000;
    color: #fff;
}
/* Tables & Boxes */
.contextual-classes {
    margin: 20px 0;
    padding-left: 20px;
}
.contextual-classes li {
    margin-bottom: 10px;
}
table {
    border: 1px solid #c1c1c1;
    border-color: rgba(193, 193, 193, 0.6);
}
thead th {
    background-color: #c1c1c1;
    background-color: rgba(193, 193, 193, 0.6);
    color: #1e414e;
}
table thead tr > th {
    border-top: none !important;
}
.table-bordered {
    border: none;
}
.table > tbody > tr:first-child > td {
    border-top: none;
}
.table > thead > tr > th {
    border-bottom: none;
}
.table-striped thead th {
    background-color: #14b096;
    color: #ffffff;
}
.table-striped .table {
    border-color: #14b096;
}
.table-striped table > tbody > tr:nth-child(odd) td {
    background-color: #ebeff0;
}
.table-bordered table > tbody > tr > td {
    border-right: 1px solid #c1c1c1;
    border-right-color: rgba(193, 193, 193, 0.6);
}
.table-primary .table {
    border-color: #d45967;
}
.table-primary thead th {
    background-color: #d45967;
    color: #ffffff;
}
.table-success .table {
    border-color: #3c763d;
}
.table-success thead th {
    background-color: #3c763d;
    color: #ffffff;
}
.table-warning .table {
    border-color: #d45967;
}
.table-warning thead th {
    background-color: #d45967;
    color: #ffffff;
}
.table-orange .table {
    border-color: #d46d21;
}
.table-orange thead th {
    background-color: #d46d21;
    color: #ffffff;
}
.table-purple .table {
    border-color: #684fe8;
}
.table-purple thead th {
    background-color: #684fe8;
    color: #ffffff;
}
.table-danger .table {
    border-color: #e61c17;
}
.table-danger thead th {
    background-color: #e61c17;
    color: #ffffff;
}
/* Typography */
.dropcap1,
.dropcap2 {
    display: block;
    float: left;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #1e414e;
    margin: 0 10px 0 0;
}
[class^="highlight-"] {
    color: #fff;
}
.highlight-primary {
    background: #c1c1c1;
    background: rgba(193, 193, 193, 0.6);
}
.highlight-warning {
    background: #d45967;
}
.highlight-info {
    background: #46b8da;
}
.highlight-danger {
    background: #e61c17;
}
.highlight-brown {
    background: #b75d1b;
}
.highlight-teal {
    background: #14b096;
}
.highlight-black {
    background: #000;
}
.highlight-purple {
    background: #6d59d6;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
.text-success {
    color: #3c763d;
}
.text-info {
    color: #31708f;
}
.text-warning {
    color: #8a6d3b;
}
.text-danger {
    color: #a94442;
}
.divider_space_thin {
    height: 50px;
}
/**Gallery Style**/
.gallery-list {
    text-align: center;
    font-size: 0px;
    margin: 50px auto 0 auto !important;
}
.gallery-list .gallery-item {
    display: inline-block;
    margin-bottom: 100px;
    margin-right: 20px;
}
.gallery-list .gallery-item:nth-child(4n) {
    margin-right: 0;
}
.gallery-item .title {
    font-size: 15px;
    font-weight: 400;
    color: #1e414e;
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
}
.gallery-list .gallery-img {
    position: relative;
    width: 270px;
    min-height: 270px;
}
.gallery-list .gallery-img img {
    width: 100%;
    display: block;
}
.gallery-img .see-more-gallery {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(20, 46, 57, 0.8);
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.gallery-img:hover .see-more-gallery {
    opacity: 0.9;
}
.gallery-item .see-more-gallery span {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 36%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -18px;
}
.gallery-item .see-more-gallery span:after,
.gallery-item .see-more-gallery span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #fff;
    content: '';
}
.gallery-item .gallery-img:hover span:before {
    opacity: 0.9;
    top: 0;
}
.gallery-item .gallery-img:hover span:after {
    opacity: 0.9;
    bottom: 0;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #142e39 !important;
}
div.ppt {
    display: none !important;
}
div.dark_square .pp_nav .pp_play {
    display: none;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    padding-top: 5px !important;
}
a.pp_arrow_previous,
a.pp_arrow_next {
    margin-top: 9px !important;
}
div.dark_square .pp_description {
    padding-top: 4px !important;
}
div.dark_square .pp_close {
    background: url(images/lightbox-closebtn.png) no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px;
}
a.pp_next {
    background: url(images/lightbox-nextbtn.png) 10000px 10000px no-repeat !important;
}
div.dark_square .pp_next:hover {
    background: url(images/lightbox-nextbtn.png) right 20px center no-repeat !important;
}
a.pp_previous {
    background: url(images/lightbox-prevbtn.png) 10000px 10000px no-repeat !important;
}
div.dark_square .pp_previous:hover {
    background: url(images/lightbox-prevbtn.png) left 20px center no-repeat !important;
}
.pp_gallery li {
    margin-bottom: 5px !important;
}
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-left: 5px;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
    .gallery-list .gallery-img {
        position: relative;
        width: 225px;
        min-height: 225px;
    }
    .gallery-list .gallery-item:nth-child(4n) {
        margin-right: 20px;
    }
}
/*Screen 480px*/
@media (max-width: 767px) {
    .gallery-list .gallery-img {
        width: 250px;
        min-height: 250px;
    }
}
/*Screen 320px*/
@media (max-width: 479px) {
    .gallery-list .gallery-item {
        margin-bottom: 60px;
    }
}
