/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1. GLOBAL STYLESHEET
        1-1. LAYOUT FULLWIDTH
        1-3. ICONOGRAPHY
        1-4. FORMATTING
        1-5. BUTTONS

2. SECTIONS GLOBAL STYLE
        2-2. SECTION HEADER
        2-3. HOVER ON IMAGES
        2-4. COMPONENTS
        2-4. BACK TO TOP

3. NAVBAR
        3-1. HOME PAGE - HOME NAVBAR
        3-2. DEFAULT TOOLBAR
        3-1. DEFAULT NAVBAR

4. HOME PAGE SECTIONS
        4-1. HOME
                4-1-1. CAROUSEL
                4-1-2. CAROUSEL CONTROL

        4-3. SERVICE
        4-4. WHO WE ARE
        4-5. CURRENT EC COMMITTEE
        4-6. PARTNERS
        4-7. WHAT WE DO?
        4-8. NEWS
        4-9. EVENTS
        4-10. GALLERY
        4-11. CONTACT US
                4-13-1. FORM (WORKS GLOBALLY)

        4-12. ADDRESS - MAP

5. FOOTER
        5-1. FOOTER HEAD
        5-2. FOOTER BODY
        5-3. FOOTER FOOT

6. SINGLE PAGE HEADER
7. SINGLE PAGE BODY
8. SHORT CODES PAGE
9. MORE ON GLOBAL STYLES
        9-1. BLOCKQUOTES
        9-2. TEXT BLOCK FORMATTING
        9-3. LIST ITEMS
        9-4. TAB PANEL
        9-5. ACCORDION
        9-6. ALERTS

10. COMMENTS
11. SIDEBAR CONTENTS
        11-1. SEARCHBAR
        11-2. POPULAR POST


/*
|----------------------------------------------------------------------------
| GLOBAL STYLESHEET
|----------------------------------------------------------------------------
*/
@font-face {
    font-family: "antonio-regular";
    src:url("../fonts/Antonio-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto-regular";
    src:url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/font1.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/font2.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/font3.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/font4.woff) format('woff');
}


body {
    font-size: 16px;
    color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto-regular, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.25em;
    font-weight: 700;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    margin: 0 0 5px;
    font-size: 1em;
}
h6 {
    font-size: 0.88em;
    line-height: 1.2;
    color: #1d1d1d;
}
p {
    font-family: 'roboto-regular', sans-serif;
    line-height: 1.8;
    color: #333333;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}
span {
    font-family: 'roboto-regular', sans-serif;
}
a {
    font-family: 'antonio-regular',Raleway, sans-serif;
    transition: all 0.4s;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    list-style: none;
    line-height: 2;
}
li:before {
    position: relative;
    top: 3px;
    margin-right: 10px;
}
li [class^="icon-"],
li [class^="icon-"] {
    margin-right: 5px;
    vertical-align: middle;
}
blockquote {
    margin: 0 0 30px 0;
}
blockquote p {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}
blockquote cite {
    font-size: 12px;
    font-style: normal;
    display: block;
}

ul.default{
    padding-left: 30px;
}

ul.default li{
    list-style-type: disc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
|----------------------------------------------------------------------------
| LAYOUT FULLWIDTH
|----------------------------------------------------------------------------
*/
.clearfix {
    clear: both;
}

.fwd-row {
    overflow: hidden;
}
.full-width {
    width: 100%;
}
.full-width .img-responsive {
    width: 100%;
    object-fit: cover;
}
.col_4_4 {
    width: 100%;
}
.col_3_4 {
    width: 33.33333333%;
}
.col_2_4 {
    width: 50%;
}
.col_1_4 {
    width: 25%;
}
.col_4_4,
.col_3_4,
.col_2_4,
.col_1_4 {
    float: left;
}

/*
|----------------------------------------------------------------------------
| MISC
|----------------------------------------------------------------------------
*/
hr {
    border-width: 3px;
    width: 25px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 7px;
    border-color: #2198e7;
    display: none;
}
hr.white-line {
    border-color: #fff;
}
hr.full-width-hr {
    border: 1px solid #f1f1f1;
    margin: 40px auto;
    width: auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.overlay h3,
.overlay p {
    color: #fff;
}
.overlay h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.yellow-bg {
    background: #f6e25d;
}
.video-player {
    margin-bottom: 30px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-45 {
    margin-bottom: 45px;
}
.parallax {
    background-attachment: fixed !important;
}
/*
|----------------------------------------------------------------------------
| ICONOGRAPHY
|----------------------------------------------------------------------------
*/
[class^="icon-"],
[class*="icon-"] {
    transition: all 0.3s;
}

.icon-inside {
    display: inline-table;
    border: 2px solid;
    font-size: 20px;
    height: 40px;
    width: 40px;
}

.icon-inside:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
a .icon-inside:hover {
    border-color: #ff9933;
    color: #ff9933;
}
/*
|----------------------------------------------------------------------------
| FORMATTING
|----------------------------------------------------------------------------
*/
.text-right {
    text-align: right;
}

.text-capitalize {
    text-transform: capitalize;
}

/*
|----------------------------------------------------------------------------
| BUTTONS
|----------------------------------------------------------------------------
*/

.btn {
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e414e;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: -2px;
    box-shadow: 0 0 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn-xlg {
    padding: 10px 24px;
    font-size: 16px;
}
.btn-lg {
    padding: 9px 20px;
    font-size: 14px;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 8px;
}
.btn-base {
    border: 2px solid #3c4761;
    color: #000000;
    background: transparent;
}
.btn-base:hover,
.btn-base.active {
    background: #f4c496;
    color: #3c4761;
}
.btn-fill {
    background: #3c4761;
    color: #fff;
}

.btn-fill span{
    font-family: 'antonio-regular';
}

.btn-fill:hover {
    background: #f4c496;
}
.btn-fill [class^="icon-"],
.btn-fill [class*="icon-"] {
    background: #f2d515;
}
.btn-iconic {
    display: inline-table;
    padding: 0;
    border: 0;
}
.btn-iconic .btn-xlg {
    padding: 12px 18px;
}
.btn-iconic .btn-lg {
    padding: 10px 14px;
}
.btn-iconic .btn-md {
    padding: 8px 12px;
}
.btn-iconic .btn-sm {
    padding: 5px 7px;
}
.btn-iconic [class^="icon-"],
.btn-iconic [class*="icon-"] {
    padding-left: 13px;
    padding-right: 13px;
}
.btn-iconic [class^="icon-"],
.btn-iconic [class*="icon-"],
.btn-iconic [class^="btn-"],
.btn-iconic [class*="btn-"] {
    display: table-cell;
}
/*
|----------------------------------------------------------------------------
| SECTION
|----------------------------------------------------------------------------
*/
/*************** SECTION WHITESPACE ***************/
.recent-events,
.ec-committee,
.news,
.events,
.contact,
.pets-gallery{
    padding: 40px 0 40px;
}
.pet-profile {
    padding: 120px 0;
}

.footer-body {
    /* background: #2098e7; */
    padding: 40px 0 35px;
    background-color: #333;
}

/*************** SECTION HEADER ***************/
.section-header {
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 20px 0 30px 0;

}
.section-header .title-text {
    text-align: center;
    font-family: antonio-regular;
    color: #3c4761;
    font-weight: lighter;
}

.title-text a {
    font-family: Oswald, sans-serif;
    color: #1e414e;
}

.title-text a:hover {
    color: #1b1b1b;
}
article .title-text {
    color: #1e414e;
    font-weight: 700;
    padding-top: 30px;
}
.post-info {
    font-size: 12px;
    color: #808080;
}
.row-item {
    margin-bottom: 30px;
}

.sub-content article {
    padding: 30px 20px 15px;
}
.sub-content .title-text {
    padding-top: 20px;
}
.sub-content hr {
    margin-bottom: 10px;
}

/*
|----------------------------------------------------------------------------
| HOVER ON IMAGES
|----------------------------------------------------------------------------
*/
.hover-img {
    position: relative;
    display: inline-table;
    overflow: hidden;
}
.hover-img img {
    height: auto;
}
.hover-img:hover .hover-content {
    opacity: 1;
}
.hover-img:hover .hover-content .link-popup {
    top: 0;
}
.hover-content {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-content .link-popup {
    position: relative;
    top: 100%;
    color: #fff;
}
.hover-content .link-slide a {
    color: #fff;
}
.hover-content .link-slide .icon-inside {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

/*
|----------------------------------------------------------------------------
| NAVBAR
|----------------------------------------------------------------------------
*/
/*************** HOME PAGE HOME NAVBAR ***************/
@media screen and (min-width: 768px) {
    .navbar-home.navbar {
        background: transparent;
    }
    .navbar-home .navbar-brand {
        height: 100px;
    }

    /*    .navbar-home .navbar-nav {
            margin-top: 10px;
        }*/
    .navbar-home .navbar-nav > li.active a:after {
        left: 20px;
    }
    .navbar-home .navbar-nav > li > a {
        color: #3859A5;
        padding-left: 20px;
        padding-right: 20px;
    }


    .navbar-home .navbar-nav > li > a:hover {
        /*color: #f93b15;*/
    }
    .navbar-home .navbar-nav .nav-donate {
        display: none;
    }
}

/*************** DEFAULT NAVBAR ***************/
.navbar-wrapper{
    position: absolute;
    top: 0px;
    width: 100%;
}

.navbar {
    transition: all 0.3s;
    /*background: #f2f2f2;*/
    background: rgba(255,255,255,0.6);
    border: 0;
    margin-bottom: 0;
}
.navbar-brand {
    height: 85px;
    /*padding-top: 50px;*/
}
.navbar-brand:hover {
    color: #000;
}

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

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

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

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

.toolbar input:focus {
    outline: none;
}

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

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

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

/* ---------- CLASSES ---------- */

.toolbar.clearfix { *zoom: 1; }
.toolbar.clearfix:before, .toolbar.clearfix:after {
    content: "";
    display: table;
}
.toolbar.clearfix:after { clear: both; }

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

.toolbar {
    list-style: none;
    /*margin-left: 85%;*/
    float: right;
    color: #fff;
}

.toolbar li {
    margin-right: 5px;
    padding: 9px 0 6px 0;
    float: left;
}

.toolbar li [class^="icon-"], .toolbar li [class^="icon-"]{
    margin-right: 0;
}

/*.toolbar li:first-child a { border-radius: 0 0 0 0; }*/
.toolbar li:last-child {
    border-left: 1px dashed rgba(255,255,255,0.6);
}

/*.toolbar a,*/
.toolbar input[type="search"],
.toolbar button {
    background: transparent;
    color: #fff;
    display: block;
    padding: 0px 10px 0px 10px;
    position: relative;
}

.toolbar a:hover,
.toolbar input[type="search"]:hover,
.toolbar input[type="search"]:focus,
.toolbar button:hover {
    background: none;
    opacity: .6;
}

.toolbar input[type="search"] {
    display: none;
    height: 32px;
    width: 177px;
}

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

.toolbar li a{
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 5px 9px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.toolbar li a.facebook{
    background-color: #5f78ac;
}
.toolbar li a.facebook i{
    width: 15px;
}
.toolbar li a.twitter {
    background-color: #3859A5;
}

.toolbar li a.youtube {
    background-color: #d4201f;
}

.toolbar li a.linkedin {
    background-color: #007ab9;
}

.toolbar li a.google {
    background-color: #d4201f;
}

@media screen and (max-width: 1200px) {
    .toolbar li:last-child {
        border-left: 0;
    }
}

/*****************************/
.menu-bg{
    background-image: linear-gradient(to right, #ffffff, #d9dbec, #aabbdb, #719dc8, #0082b3);
	border-radius: 0px !important;
}

.navbar-nav {
    transition: all 0.3s;
    margin-top: 5rem;
    position: fixed;
    right: 18px;
}
.navbar-nav li {
    font-size: 12px;
}
.navbar-nav li a {
    color: #FFF !important;
    transition: all 0.3s;
}
.navbar-nav > li {
    font-weight: 500;
}
.navbar-nav > li > a {
    position: relative;
    padding: 10px 10px 10px 0px;
}
.navbar-nav > li a {
    display: block;
}
.navbar-nav > li ul li a {
    padding: 0px 10px 0px 10px;
}
.navbar-nav > li.active > a:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 20px;
    height: 3px;
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus {
    background: none;
    /*background: #f93b15;*/
}

.navbar-home .navbar-nav li a:hover,
.navbar-home .navbar-nav li a.active{
    /* color: #f93b15; */
    color: #000!important;
}

.navbar-nav .nav-donate {
    font-weight: 600;
    font-size: 13px;
    color: #1e414e;
    background: #f6e25d;
}
.navbar-nav .nav-donate:hover {
    background: #b2b2b2;
    color: #fff;
}
.navbar-toggle {
    margin-top: 33px;
    margin-bottom: 33px;
    margin-right: 33px;
    background: transparent;
    border-color: #797979;
}
.navbar-toggle .icon-bar {
    background: #797983;
}

@media screen and (min-width: 768px) {
    .menu-bg{
        border-radius: 0px 0px 10px 10px;
    }
    .navbar-nav > li > a {
        position: relative;
        padding: 15px 10px 15px 10px;
    }

    .navbar-nav li:hover > ul {
        visibility: visible;
        overflow: visible;
        opacity: 1;
        margin-top: 0;
    }
    .navbar-nav > li {
        font-weight: 500;
        position: relative;
        border-right: 1px dashed rgba(255,255,255,0.6);
        border-top: 1px dashed rgba(255,255,255,0.6);
    }
    .navbar-nav > li:last-child {
        border-right: none;
    }
    .navbar-nav > li a {
        color: #3859A5;
        transition: all 0.3s;
        display: block;
    }
    .navbar-nav > li a:hover,
    .navbar-nav > li a:focus {
        background: none;
        color: #f93b15;
    }
    .navbar-nav > li ul {
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        /*background: rgba(191,191,206,0.9);*/
        /*        background: #f2f2f2;*/
        background: #5095c1;
        z-index: 10;
        padding: 0;
        margin: 0;
        margin-top: -15px;
        transition: all 0.3s;
    }
    .navbar-nav > li ul li {
        white-space: nowrap;
        border-bottom: 1px solid #d9d9d9;
        min-width: 170px;
        position: relative;
        list-style-type: none;
    }
    .navbar-nav > li ul li:last-child {
        border-bottom: none;
    }
    .navbar-nav > li ul li a {
        padding: 8px 15px;
    }
    .navbar-nav > li ul li ul {
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        right: 100%;
        top: 0;
    }
}


/*
|----------------------------------------------------------------------------
| CAROUSEL
|----------------------------------------------------------------------------
*/
.slider {
    position: relative;
}
.slider-content {
    position: absolute;
    /*background: rgba(34, 70, 84, 0.7);*/
    /* #224654 */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/*Section Heading*/
.heading-wellcome{
    position: absolute;
    bottom: 0;
    /* background-color: #24a0ee;
    background: rgba(36,160,239,0.9); */
    width: 100%;
    z-index:1;
    background-image: linear-gradient(to right top, #2cbdaa, #00abb4, #0097b8, #0082b3, #2e6ba5);
}
/* .heading-wellcome .heading{
    font-family: "antonio-regular";
    padding: 43px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
} */
.heading-wellcome .heading {
    font-family: "antonio-regular";
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 43px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
}
div.heading-wellcome.vasiablity{
    visibility:hidden;
}

/* ------------------------------------------------------------------------ */
/* BACK TO TOP
/* ------------------------------------------------------------------------ */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #515A5F url(../images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

/*************** HOME **************************/
#home{
    position: relative;
    z-index: 100;
    width: 100%;
}

/*************** CAROUSEL CONTROL ***************/
.home .owl-carousel {
    position: relative;
    cursor: move;
    height: 85vh;
}
.owl-item img {

    height: 85vh;
}
.home .owl-nav {
    margin-top: 0;
}
.home .owl-nav [class^="owl-"],
.home .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border-radius: 0;
    font-size: 20px;
    color: #a1c4d3;
    background: rgba(0, 0, 0, 0.2);
    padding: 40px 10px;
    transition: all 0.3s;
}
.home .owl-nav [class^="owl-"]:hover,
.home .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.3);
}
.home .owl-nav .owl-prev {
    left: 0;
}
.home .owl-nav .owl-next {
    right: 0;
}

/*
|----------------------------------------------------------------------------
| SERVICE
|----------------------------------------------------------------------------
*/

.service {
    background: #fff;
}

.service{
    padding: 50px 0 50px 0;
    text-align: center;
}

.service img{
    margin:0 auto;
    padding: 0;
    width: 99px;
    height: 93px;
}
.service h2 {
    padding: 30px 0 20px 0;
    font-weight: normal;
    font-size: 20px;
    color: #2198e7;
}

.service p{
    font-size: 14px;
}

#service .owl-stage-outer{
    cursor: move;
}

/*
|----------------------------------------------------------------------------
| WHAT WE ARE
|----------------------------------------------------------------------------
*/
.who-we-are{
     background-color: #fafafa; 
    padding: 50px 0 20px;
}

.fancy-header2 h4{
    font-family: antonio-regular;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
.fancy-header2 h2{
    font-family: roboto-regular;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.fancy-header2 p{
    font-family: roboto-regular;
    font-size: 28px;
    color: #000;
    text-align: justify;
    line-height: 32px;
}

.what-we-do-filter{
    text-align: center;
    margin-top: 40px;
}

.what-we-do-filter .btn-base{
    font-family: antonio-regular;
    color: #000;
    font-size: 24px;
    font-weight: lighter;
    padding-left: 30px;
    padding-right: 30px;
}

/*--------------------------------
|CURRENT EC COMMITTEE
----------------------------------*/
.ec-committee{
    background-color: #e7f1f8;
    padding: 50px 0 20px;
}

.ec-committee-slider{
    cursor: move;
}

.ec-committee-item{
    text-align: center;
}

.ec-committee-item img{
    border: 3px solid #42a7ea;
    max-width: 140px;
    max-height: 140px;
    margin: 0 auto;
}

.ec-committee-item h3{
    font-family: roboto-regular;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin:20px 0 0px 0;
}

.ec-committee-item .subtitle{
    color: #30bae7;
}

.view-all-cummittee{
    text-align: center;
}

.btn-cummittee {
    font-family: antonio-regular;
    color: #ffffff;
    font-weight: lighter;
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    background: #3c4761;
}
.btn-cummittee:hover,
.btn-cummittee.active {
    background: #ff9d00;
    color: #fff;
}

.hover-profile figcaption p{
    margin: 0;
}

/*--------------------------------
| EC SESSION
----------------------------------*/

.ec-session-panel{
    border: 1px solid #e4e5e7;
    box-shadow: none;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

.ec-session-panel a{
    display: block;
    color: #000;
    width: 100%;
    padding: 30px 0;
}

.ec-session-panel:hover{
    box-shadow: 5px 5px 5px #888888;
}


/*
|----------------------------------------------------------------------------
| PET PROFILE
|----------------------------------------------------------------------------
*/
/*.pet-profile {
    background: #fafafa;
}
.pet-profile p {
    font-size: 14px;
}
.pet-profile article {
    padding: 0 20px 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.pet-profile .individual-pet {
    position: relative;
    transition: all 0.2s;
}
.pet-profile .profile {
    padding: 0 20px 15px;
    height: 100%;
    overflow: hidden;
    color: #1e414e;
}
.pet-profile .profile ul {
    margin: 0;
    padding: 0;
}
.pet-profile .profile ul li {
    font-size: 14px;
}
.pet-profile .profile .btn {
    margin-top: 20px;
    font-weight: 600;
    background: #f6e25d;
    border-color: #f6e25d;
}
@media screen and (min-width: 992px) {
    .pet-profile .profile {
        position: absolute;
        padding-top: 25px;
        transition: all 0.4s;
        opacity: 0;
        top: 0;
        left: 0;
        width: 115%;
        background: #f6e25d;
    }
    .pet-profile .profile .btn {
        background: #fff;
        border-color: #fff;
    }
    .pet-profile .profile .btn:hover {
        background: #fafafa;
        border-color: #fafafa;
    }
    .pet-profile .individual-pet:hover {
        background: #f6e25d;
    }
    .pet-profile .individual-pet:hover article {
        border-right-color: #fafafa;
    }
    .pet-profile .individual-pet:hover .yellow-line {
        border-color: #fff;
    }
    .pet-profile .individual-pet:hover .profile {
        z-index: 1;
        left: 100%;
        opacity: 1;
    }
    .pet-profile .individual-pet.last:hover article {
        border-right-color: #f6e25d;
        border-left-color: #fafafa;
    }
    .pet-profile .individual-pet.last:hover .profile {
        left: -115%;
    }
}
@media screen and (min-width: 1200px) {
    .pet-profile .profile {
        width: 112%;
    }
    .pet-profile .individual-pet.last:hover .profile {
        left: -112%;
    }
}*/

/*
|----------------------------------------------------------------------------
| CURRENT EC COMMITTEE
|----------------------------------------------------------------------------
*/
.ec-committee .each-member {
    position: relative;
}
.ec-committee .each-member .title-text {
    margin-top: 30px;
}
.ec-committee .each-member hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ec-committee .each-member .meta {
    font-size: 14px;
}
.ec-committee .each-member > figure {
    opacity: 1;
    transition: all 0.4s;
}
@media screen and (min-width: 992px) {
    .ec-committee .each-member:hover > figure {
        opacity: 0;
    }
    .ec-committee .each-member:hover .hover-profile {
        transform: scale(1);
        opacity: 1;
    }
    .hover-profile {
        position: absolute;
        transform: scale(0);
        opacity: 0;
        transition: all 0.4s;
        top: -30px;
        left: -30px;
        z-index: 2;
        width: 120%;
        padding: 25px;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
        background: #fff;
        border-radius: 2px;
    }
    .hover-profile .thumb {
        margin-bottom: 20px;
    }
    .hover-profile .thumb img {
        width: 30%;
        float: left;
    }
    .hover-profile .thumb figcaption {
        width: 70%;
        float: left;
        padding-left: 20px;
    }
    .hover-profile .thumb figcaption .title-text {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .hover-profile p {
        font-size: 14px;
    }
}
.social-connect {
    list-style: none;
}
.social-connect li {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.social-connect li a {
    color: #1e414e;
}

/*
|----------------------------------------------------------------------------
| PARTNERS
|----------------------------------------------------------------------------
*/
.partners{
    /* background-color: #2098e7; */
    background-image: linear-gradient(to right top, #2cbdaa, #00abb4, #0097b8, #0082b3, #2e6ba5);
    /*padding: 40px 0 0 0;*/
}

h2.partners-header{
    color: #fff!important;
    font-size: 48px;
    font-weight: lighter;
}
div.nav_position_vertical_center .sp-lcp-item{
    background: #fff;
    border-radius: 5px;
}

div.sp-logo-carousel-pro-section.nav_position_vertical_center #sp-logo-carousel-pro8.sp-logo-carousel-pro-area .owl-controls .owl-nav div{
    margin-top: -28px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .sp-lcp-item img{
    padding: 10px;
    width: 146px;
    height: 129px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    display: block;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .sp-lcp-item a{
    display: block;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    position: absolute;
    top: -40px;
    right: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.sp-logo-carousel-pro-section.nav_position_top_left .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: -2px;
    right: inherit;
}

div.sp-logo-carousel-pro-section.nav_position_bottom_left .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: -2px;
    right: inherit;
    top: inherit;
    bottom: -16px;
}

div.sp-logo-carousel-pro-section.nav_position_bottom_right .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: inherit;
    right: -2px;
    top: inherit;
    bottom: -16px;
}

div.sp-logo-carousel-pro-section.nav_position_bottom_center .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    position: relative;
}

div.sp-logo-carousel-pro-section.nav_position_top_center .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: 50%;
    right: inherit;
    margin-left: -32px;
    bottom: inherit;
}

div.sp-logo-carousel-pro-section.nav_position_vertical_center .sp-logo-carousel-pro-area .owl-controls .owl-nav{
    left: inherit;
    right: inherit;
    bottom: inherit;
    position: inherit;
    top: inherit;
}

div.sp-logo-carousel-pro-section.nav_position_vertical_center .sp-logo-carousel-pro-area .owl-controls .owl-nav div{
    top: 50%;
    margin-top: -20px;
    position: absolute;
}

div.sp-logo-carousel-pro-section.nav_position_vertical_center .sp-logo-carousel-pro-area .owl-controls .owl-nav .owl-prev{
    left: -35px;
}

div.sp-logo-carousel-pro-section.nav_position_vertical_center .sp-logo-carousel-pro-area .owl-controls .owl-nav .owl-next{
    right: -50px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls .owl-nav div{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 2px;
    /*border: 1px solid #666;*/
    background-color: transparent;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls .owl-dots .owl-dot span.owl-numbers {
    border-radius: 0;
    margin: 0;
    display: inline;
    padding: 3px 10px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls .owl-dots .owl-dot.active span{
    opacity: 1;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .owl-controls{
    text-align: center;
    margin-top: 5px;
}

.view-all-partners{
    text-align: center;
    margin: 20px 0;
}

.btn-partners {
    font-family: antonio-regular;
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    background: transparent;
    border: 2px solid #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-cummittee:hover,
.btn-cummittee.active {
    background: #ff9d00;
    color: #fff;
}

@media screen and (max-width: 900px) {
    div.sp-logo-carousel-pro-section.nav_position_vertical_center .sp-logo-carousel-pro-area .owl-controls .owl-nav{
        display: none;
    }
}

/*
|----------------------------------------------------------------------------
| WHAT WE DO
|----------------------------------------------------------------------------
*/
.who-we-do{
    background-color: #e7f1f8;
    padding: 50px 0 20px;
}

.fancy-header2 h2.headder-title{
    font-family: antonio-regular;
    font-size: 48px;
    font-weight: lighter;
    text-align: center;
    color: #3c4761;
}
.fancy-header2 h4.subheadder-title{
    font-family: roboto-regular;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #0e0e0e;
    padding: 0 105px 20px 105px;
    text-transform: capitalize;
}

.fancy-header2 p{
    font-family: roboto-regular;
    font-size: 28px;
    color: #000;
    text-align: justify;
    line-height: 32px;
}

.what-we-do-filter .btn-read-more{
    font-family: antonio-regular;
    color: #ffffff;
    font-size: 17px;
    font-weight: lighter;
    background: #3c4761;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-read-more:hover,
.btn-read-more.active {
    background: #ff9d00;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .fancy-header2 h4.subheadder-title{
        padding: 0 0 20px 0;
    }
}

/*
|----------------------------------------------------------------------------
| NEWS
|----------------------------------------------------------------------------
*/
.news {
    background: #fff;
}

.news-item .news-title{
    font-family: antonio-regular;
    color: #2098e7;
    font-size: 14px;
    font-weight: lighter;
    padding: 10px 0;
    display: block;
}

.news-item .news-into{
    color: #4e4e4e;
    line-height: 22px;
    text-align: justify;
}

.view-all-news{
    text-align: center;
}

.view-all-news .btn-news{
    font-family: antonio-regular;
    color: #ffffff;
    font-weight: normal;
    background: #2098e7;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-news:hover,
.btn-news.active {
    background: #ff9d00;
    color: #fff;
}

.news-right-img{
    width: 80px;
    height: 70px;
    max-width: 80px;
}

.no-margin{
    margin: 0px;
}

.news-h-title{
    font-family: antonio-regular;
    color: #2098e7;
    font-size: 14px;
    font-weight: lighter;
    padding: 10px 0;
    display: block;
}

#news-details .blog-body, #events-details .blog-body{
    text-align: justify;
}

/*
|----------------------------------------------------------------------------
| RECENTS EVENTS
|----------------------------------------------------------------------------
*/
.events {
    /* background: #e7f1f8; */
    background-color:#fafafa;
}

.events-item .events-title{
    font-family:  antonio-regular;
    color: #27283d;
    font-weight: normal;
    display: block;
    padding: 10px 0 10px 0;
    font-size: 25px;
}
.events .events-item img{
    margin: 0 auto;
}

.event-right-img{
    width: 80px;
    height: 70px;
    max-width: 80px;
}

.event-h-title{
    padding: 5px 0px;
    font-family: antonio-regular;
    display: block;
}

/*
|----------------------------------------------------------------------------
| SUCCESS STORIES
|----------------------------------------------------------------------------
*/
.success-stories {
    background: url(../images/success-stories-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.success-stories .title-text {
    margin-top: 60px;
    color: #fff;
}
.success-stories [class^="icon-"]:before,
.success-stories [class*="icon-"]:before {
    font-size: 50px;
}
.success-stories .stat-count {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
}
.success-stories span {
    text-transform: uppercase;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .success-stories {
        text-align: center;
    }
    .success-stories .title-text {
        margin-top: 0;
    }
}
/*
|----------------------------------------------------------------------------
| PETS GALLERY
|----------------------------------------------------------------------------
*/
.pets-gallery {
    /* background: #ff9933; */
    background-color: #ecf1f5;
}
.pets-gallery .mix {
    display: none;
}
.gallery-filter {
    margin-bottom: 45px;
    text-align: center;
}
.gallery-filter .btn {
    font-family: antonio-regular;
    font-size: 20px;
    font-weight: normal;
    color: #3c4761;
    margin: 5px 10px;
}
.gallery-item {
    display: block;
}
.gallery-item h5,
.gallery-item p {
    color: #fff;
}
.gallery-item .title-text {
    padding-top: 0;
    font-size: 18px;
}
.gallery-item p {
    font-size: 14px;
}
.gallery-item hr {
    margin-top: 10px;
    margin-bottom: 15px;
}
.gallery-item article {
    height: 100%;
    width: 100%;
}
.gallery-item img {
    transition: all 0.9s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.1) rotate(4deg);
}
.hover-gallery .icon-inside {
    margin-right: 10px;
}

.hover-gallery article {
    text-align: center;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .pets-gallery .full-width .col_1_4 {
        width: 33.33333333%;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    .pets-gallery .full-width .col_1_4 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .pets-gallery .full-width .col_1_4 {
        width: 100%;
    }
}

/*
|----------------------------------------------------------------------------
| CONTACT US
|----------------------------------------------------------------------------
*/
.contact {
    background: #fff;
}
#contact-form .form-control {
    background: #e9eef9;
    border: 0;
}
.contact .section-header .sub-title{
    font-family: antonio-regular;
    font-weight: bold;
    font-size: 24px;
}

.contact .contact-address{
    font-family: antonio-regular;
    line-height: 20px;
}

.contact .contact-address h5{
    font-family: antonio-regular;
    margin: 10px 0;
    font-size: 18px;
}

/*
|----------------------------------------------------------------------------
| FORM
|----------------------------------------------------------------------------
*/
.input-group {
    display: inline-table;
    vertical-align: middle;
    border-collapse: separate;
    width: 100%;
}
.input-group .input-group-addon {
    width: auto;
    display: table-cell;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    width: 40px;
    color: #1e414e;
    background: rgba(0, 0, 0, 0.12);
    white-space: nowrap;
    vertical-align: top;
    transition: all 0.2s;
    border: 0;
    border-radius: 0;
}
.input-group textarea.form-control {
    height: auto;
}
.input-group .form-control {
    font-family: antonio-regular;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0;
    display: table-cell;
    float: left;
    margin-bottom: 0;
    z-index: 2;
    height: 40px;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
    transition: all 0.2s;
    background: transparent;
}
.input-group.active .input-group-addon {
    background: #ff9933;
    color: #fff;
}
.input-group.active .form-control {
    background: rgba(0, 0, 0, 0.02);
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #3c4761;
    font-size: 18px;
    opacity: .5;
}
.contact-form .form-control:-moz-placeholder {
    color: #3c4761;
    font-size: 18px;
    opacity: .5;
}
.contact-form .form-control::-moz-placeholder {
    color: #3c4761;
    font-size: 18px;
    opacity: .5;
}
.contact-form .form-control:-ms-input-placeholder {
    color: #3c4761;
    font-size: 18px;
    opacity: .5;
}
.contact-form .send-message .btn-fill{
    display: block;
    width: 100%;
}

.contact-form .send-button{
    font-family: antonio-regular;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    display: inherit;
}


.success-msg,
.error-msg {
    font-size: 12px;
    color: #1e414e;
    display: none;
}

/*
|----------------------------------------------------------------------------
| FOOTER
|----------------------------------------------------------------------------
*/
.footer {
    background: #ff9933;
}
.footer .title-text {
    color: #f6e25d;
}

/********* FOOTER social-links *********/
.social-links {
    float: left;
}
.social-links [class^="fa-"]:before,
.social-links [class*="fa-"]:before {
    font-size: 16px;
}
.social-links li {
    display: inline-block;
    padding-left: 0px;
    line-height: 1.4;
}
.social-links li a {
    padding-right: 10px;
    color: #fff;
    display: block;
}
.social-links li:hover a {
    color: #d4d4d4;
}

/********* FOOTER BODY *********/
.footer-body .title-text {
    margin-bottom: 15px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;

}
.footer-body p {
    font-size: 13px;
    color: #fff;
}

.footer-body a {
    color: #fff;
    font-family: 'Open Sans';
}

.footer-body a:hover {
    color: #fff;
}

.footer-body .footer-menu-left{
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-link li {
    list-style-type: square;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    margin-left: 15px;
}
.footer-menu-left a {
    font-size: 14px;
}

.footer-link a,
.footer-menu-left a {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: normal;
}

.footer-link li a:hover {
    color: #fff;
}
.flickr-feed li {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}
.flickr-feed li:nth-child(2n) {
    padding-left: 15px;
}

#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #1785cd;
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 10px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top: 2px solid #0e4c75;
    border-right: 0;
    border-bottom: 1px solid #1b88d0;
    border-left: 0;
    border-radius: 0px;
}

#custom-search-input button {
    color: #fff;
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-group .search-query:focus{
    z-index: 0;
}

/* Different color for some fields */
#custom-search-input .form-control::-webkit-input-placeholder { color: white; }
#custom-search-input .form-control:-moz-placeholder { color: white; }
#custom-search-input .form-control::-moz-placeholder { color: white; }
#custom-search-input .form-control:-ms-input-placeholder { color: white; }

/********* GOOGLE MAP *********/
#map-block{
    overflow:hidden;
    height:450px;
    width:100%;
}
#map-block #gmap_canvas{
    height:450px;
    width:100%;
}

/********* FOOTER FOOT *********/
.footer-foot {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0 15px;
    background-image: linear-gradient(to right top, #2cbdaa, #00abb4, #0097b8, #0082b3, #2e6ba5);
}
.footer-foot p,
.footer-foot a {
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.footer-foot a:hover {
    color: #fff;
}



/***********************************************/


/***********************************************/

/*
|----------------------------------------------------------------------------
| SINGLE PAGE HEADER
|----------------------------------------------------------------------------
*/
.page-head {
    padding: 20px 0 20px 0;
}

.page-head .title-text {
    font-family: antonio-regular;
    color: #3c4761;
    font-weight: lighter;
}

/*
|----------------------------------------------------------------------------
| SINGLE PAGE BODY
|----------------------------------------------------------------------------
*/
.page-body {
    padding: 50px 0;
}
.contact-us-page {
    padding-top: 50px;
}

/*
|----------------------------------------------------------------------------
| EXECUTIVE COUNCILS PAGE BODY
|----------------------------------------------------------------------------
*/
.item-ec-committee .ec-committee-img-container {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 37px;
    z-index: 999;
    overflow: hidden;
}
.item-ec-committee  .ec-committee-img-container .avatar {
    width: 140px;
    height: 140px;
    position: relative;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}
.item-ec-committee  .ec-committee-img-container img {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin: 0px auto;
    z-index: -1;
}
.item-ec-committee  .in-ec-committee {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #007bb6;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    right: 4px;
    bottom: 16px;
    display: block;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    z-index: 11;
}
.item-ec-committee  .in-ec-committee:hover {
    color: #007bb6;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 4px 4px 0px #333333;
    box-shadow: 0px 4px 4px 0px #333333;
}
.item-ec-committee  h4 {
    margin-bottom: 12px;
}

.item-ec-committee p{
    margin: 0;
}

.item-ec-committee  .ec-destination,
.item-ec-committee  .ec-company,
.item-ec-committee  .ec-email{
    color: #888;
    font-size: 13px;
}
.item-ec-committee :hover .name-experts {
    color: #00abc9;
}
.item-ec-committee :hover .avatar {
    width: 140px;
    height: 140px;
    overflow: hidden;
    z-index: 10;
}
.item-ec-committee :hover img {
    z-index: -1;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/*
|----------------------------------------------------------------------------
| AFFILIATION
|----------------------------------------------------------------------------
*/
.affiliation-title {
    margin-bottom: 30px;
}
.affiliation-title .title-text {
    padding-top: 0;
    text-align: center;
}

.affiliation-content img{
    margin-left: auto;
    margin-right: auto;
}

.affiliation-content .btn-base:hover,
.affiliation-content .btn-base.active {
    background: #2198e7;
    color: #fff;
}
.affiliation-content .btn:hover,
.affiliation-content .btn.focus {
    color: #333333;
    text-decoration: none;
}
.affiliation-content .btn-base {
    border: 2px solid #2198e7;
    color: #1b1b1b;
    background: transparent;
}
.affiliation-content .btn {
    font-family: antonio-regular;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e414e;
}

.affilation-image{
    padding: 20px;
}

/*
|----------------------------------------------------------------------------
| BACCO Secretariat
|----------------------------------------------------------------------------
*/

.item-secretariat .secretariat-img-container {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 37px;
    z-index: 999;
    overflow: hidden;
}
.item-secretariat .secretariat-img-container .avatar {
    width: 140px;
    height: 140px;
    position: relative;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}

.item-secretariat .secretariat-img-container img {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin: 0px auto;
    z-index: -1;
}

.item-secretariat h4 {
    margin-bottom: 12px;
}

.item-secretariat p{
    margin: 0;
}

.item-secretariat .destination,
.item-secretariat .company,
.item-secretariat .phone,
.item-secretariat .email{
    font-family: roboto-regular;
    color: #888;
    font-size: 13px;
}
.item-secretariat :hover .name-experts {
    color: #00abc9;
}
.item-secretariat :hover .avatar {
    width: 140px;
    height: 140px;
    overflow: hidden;
    z-index: 10;
}

.item-secretariat :hover img {
    z-index: -1;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    cursor: move;
}

/*
|----------------------------------------------------------------------------
| MEMBER'S
|----------------------------------------------------------------------------
*/

.member-logo{
    width: 120px;
}

.member-logo img{
    width: 100%;
    margin: 0 auto;
}

.member-info h4 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    margin: 0;
}

.member-info p:first-child{
    margin: 10px 0 0 0;
}

.member-info p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.52;
    color: #909090;
    margin-bottom: 0;
}


a.download_profile {
    display: inline-block;
    font: 400 17px/29px 'Open Sans', sans-serif;
    min-height: 31px;
    min-width: 45px;
    padding: 0 20.25px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    background-color: #0B6DB1;
    border: 1px solid #0B6DB1;
    color: #FFFFFF;
    margin-bottom: 10px;
}

a.download_profile {
    margin-top: 20px;
}

a.download_profile:hover {
    background-color: #1BA8E1;
    border: 1px solid #1BA8E1;
    text-decoration: none;
}

a.productnservice-link{
    display: inline-block;
    font: 400 17px/29px 'Open Sans', sans-serif;
    min-height: 31px;
    min-width: 45px;
    padding: 0 20.25px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    background-color: seagreen;
    border: 1px solid seagreen;
    color: #FFFFFF;
    margin: 20px 0 10px 0;
}

a.productnservice-link:hover {
    background-color: forestgreen;
    border: 1px solid forestgreen;
    text-decoration: none;
}

.member-sorter{
    padding-bottom:20px;
}

.member-sorter a{
    padding: 0 3px;
}

.member-sorter a.active-sorter{
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/*
|----------------------------------------------------------------------------
| RECENT NEWS
|----------------------------------------------------------------------------
*/

.news-time {
    float: left;
    width: 25%;
    background: #ff9933;
    text-align: center;
    padding: 15px 8px 20px;
}

.news-detail {
    float: left;
    /*width: 75%;*/
}

.news-detail .title-text {
    padding: 15px 0;
}
.news-detail .title-text a {
    font-family: Open Sans;
    color: #1e414e;
}
.news-body {
    text-align: justify;
    padding-top: 10px;
}
.news-body .btn {
    margin-top: 5px;
}

.news-body .btn-base {
    font-family: antonio-regular;
    font-weight: normal;
    border: 2px solid #2098e7;
    color: #000000;
}
.news-body .btn-base:hover,
.news-body .btn-base.active {
    background: #f4c496;
    color: #fff;
}

/*
|----------------------------------------------------------------------------
| NEWS DETAILS PAGE
|----------------------------------------------------------------------------
*/
.blog-img img{
    width: 100%;
}

.blog-title {
    margin-bottom: 30px;
}
.blog-title .title-text {
    padding-top: 0;
}
.blog-title p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
|----------------------------------------------------------------------------
| SIDEBAR CONTENTS
|----------------------------------------------------------------------------
*/
.sidebar p {
    font-size: 14px;
    line-height: 1.8;
}
.sidebar-widget + .sidebar-widget {
    margin-top: 30px;
}
.widget-header {
    margin-bottom: 30px;
}

/*
|----------------------------------------------------------------------------
| EVENTS
|----------------------------------------------------------------------------
*/

.events-time {
    float: left;
    width: 25%;
    background: #ff9933;
    text-align: center;
    padding: 15px 8px 20px;
}
.events-time .events-date {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.events-time .events-month {
    font-size: 14px;
    display: block;
    overflow: hidden;
}
.events-detail {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.events-detail .location-name {
    font-size: 12px;
    color: #666666;
}

.events-detail .title-text {
    padding: 15px 0;
}
.events-detail .title-text a {
    font-family: Open Sans;
    color: #1e414e;
}
.events-body {
    text-align: justify;
    padding-top: 10px;
}
.events-body .btn {
    margin-top: 5px;
}

.events-body .btn-base {
    font-family: antonio-regular;
    font-weight: normal;
    border: 2px solid #2098e7;
    color: #000000;
}
.events-body .btn-base:hover,
.events-body .btn-base.active {
    background: #f4c496;
    color: #fff;
}

/******************************/
.popular-post .post-time {
    font-size: 13px;
    color: #8b8b8b;
}

.other-press-release p{
    margin-bottom: 0;
}

.prelease-right-img{
    width: 80px;
    height: 70px;
    max-width: 80px;
}

.prelease-subtitle{
    color: #888888;
}

/*
|----------------------------------------------------------------------------
| ALERTS
|----------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------
| ALERTS
|----------------------------------------------------------------------------
*/
[class^="alert-"],
[class*="alert-"] {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 3px;
}

.alert-red {
    background: #d43939;
    color: #fff;
}
.alert-base {
    background: #f6e25d;
}
.alert-blue {
    background: #45c4d3;
    color: #fff;
}
.alert-green {
    background: #b6d96a;
}

/*********Inner page menu backgroung********/
.menu-bg-inner{
    background: url("../images/inner-page-bg.png")!important;
    height: 140px;
}

.inner-page-top-margin{
    margin-top: 90px;
}

/***************Partners 12-6-2016********************/

#f1_container {
    position: relative;
    margin: 10px auto;
    width: 250px;
    height: 120px;
    z-index: 1;
}
#f1_container {
    perspective: 1000;
}
#f1_card {
    width: 88%;
    height: 100%;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}
.face {
    position: absolute;
    width: 220px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid #c5c5d2;
    backface-visibility: hidden;

}
.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #c5c5d2;
}

.img-fig{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.img-fig img{
    vertical-align: middle;
    height: 100%;
    max-width: 160px;
    padding: 15px 0;
}

/*****IQBAL :14-6-2016***************/
/***********BACCO RESOURCH**************/

.resourch-item img{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.resourch-item h5{
    padding: 20px 0;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}

/***********BACCO PUBLICATIONS**************/
.publication-item img{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.publication-item h5{
    padding: 20px 0;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}

/*********Product & Service***********/
.product-logo{
    width: 120px;
}

.product-logo img{
    width: 100%;
    margin: 0 auto;
}

.product-info h5, .product-info h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    margin: 0;
}

.product-info p:first-child{
    margin: 10px 0 0 0;
}

.product-info p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.52;
    color: #909090;
    margin-bottom: 0;
}

/***********Gallery *************/
.view-all-image {
    text-align: center;
    margin-top: 40px;
}

.view-all-image .btn-image{
    font-family: antonio-regular;
    color: #000000;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #3c4761;
    background: transparent;
}

.btn-image:hover,
.btn-image.active {
    background: #f4c496;
}

.footer-right-link{
    font-family: 'Open Sans', sans-serif;
}

a.footer-left-link{
    color: #fff;
    font-weight: bold;
}

#display-other-press-release .pagination li{
    font-size: 12px;
}

/*
|----------------------------------------------------------------------------
| ACCORDION
|----------------------------------------------------------------------------
*/
.panel-group .panel-heading {
    padding: 0;
}
.panel-group .panel-heading a {
    padding: 10px 15px;
}
.panel-group .panel-heading a {
    color: #4c4c4c;
    font-weight: 500;
    display: block;
}
.panel-group .accordion-alt + .accordion-alt {
    margin-top: 10px;
}
.accordion-base {
    border-radius: 0;
    box-shadow: 0 0 0;
}
.accordion-base .panel-heading {
    background: #fa5b12;
}
.accordion-base .panel-heading .panel-heading,
.accordion-base .panel-heading .panel-body {
    border-radius: 0;
}
.accordion-base .panel-heading + .panel-collapse > .panel-body {
    border-top: 3px solid #fff;
}
.accordion-base .panel-body {
    background: #f5f5f5;
    border-top: 2px solid #fff;
}
.accordion-alt {
    box-shadow: 0 0 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.accordion-alt .panel-heading,
.accordion-alt .panel-body {
    border-radius: 0;
    background: #fafafa;
}
.accordion-alt [class^="icon-"].float-left,
.accordion-alt [class*="icon-"].float-left {
    background: #fa5b12;
    padding: 10px 20px;
    font-weight:bold;
}
.accordion-alt .panel-body {
    border-left: 48px solid #fa5b12;
}
.accordion-alt .panel-heading a {
    padding-left: 55px;
}
.accordion-alt .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #fa5b12;
}

/**********Search***********/

.invalid-msg{
    margin-top: 30px;
}

.search-item{
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 1.538em;
    padding-bottom: 1.538em;
    text-align: left;
}

.ui-widget-header{
    color:#000 !important;
}


.search-btn{
    padding: 0px 130px;
}

.search-bg{
    background: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 30px;
}

.icon-bg{
    color:#f93;
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    .search-btn{
        padding: 0px 194px;
        margin-left: 187px;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    .search-btn{
        padding: 0px 194px;
        margin-left: 187px;
    }
}

@media screen and (max-width: 480px) {
    .search-btn{
        padding: 0px 95px;
    }
}
