/*import css*/

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #fff;
}


/*heading*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    font-weight: 600;
}


/*text*/

.vertical-middle {
    vertical-align: middle;
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.article p {
    font-weight: 300;
    line-height: 24px;
}


/*header*/

.header-top {
    font-family: 'Open Sans', serif;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    background-color: #333;
    width: 100%;
    position: relative;
}

.header-top a {
    color: #fff;
}

.top-header {
    position: relative;
    top: 0;
}
.contact-top {
    margin-top:5px;
    margin-bottom: 5px;
}
h1.logo {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    z-index: 100;
}
.btn-header {
    background-color:#555;
    color:#fff;
    padding:3px 10px;
    border-radius: 0 !important;
}
.btn-header:hover {
    color:#fff;
}
.btn-book {
    background-color:#fff;
    /*color:#555 !important;*/
    padding:3px 10px;
    /*border-radius: 0 !important;*/
}
.button-right {
    margin-top:5px;
}
@media screen and (max-width: 765px) {
    h1.logo {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }
    .bar-right p {
        text-align: center;
    }
    .contact-top {
        float:none !important;
        display: block;
    }
    .button-right {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 365px) {
    .add-br {
        clear: both;
        display: block;
        visibility: hidden;
        margin: 0;
        line-height: 0;
    }
}

@media screen and (max-width:1109px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0px -15px;
        text-align: center;
        background-color: #5A9F39;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav a {
        border-bottom: none;
        padding: 10px 14px !important;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav a:hover {
        background: #906c4e;
        border-bottom: none;
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #906c4e;
    }
    .nav-container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-nav>li>a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-transform: uppercase !important;
        font-size: 13px !important;
        line-height: 45px !important;
        font-weight: 600 !important;
        font-family: 'Open Sans', serif !important;
    }
}


/*navbar toggle*/

.navbar-inverse .navbar-toggle {
    border-color: #45981E;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #398019;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 15px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 37px;
    height: 5px;
    border-radius: 1px;
}


/*/navbar toggle*/

@media (min-width: 1110px) and (max-width:1200px) {
    .nav-container {
        width: 1090px !important;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        float: left !important;
        margin-left: 170px;
    }
}

.navigation {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    background-color: #589b38;
    background: url('../images/nav-bg.gif') repeat-x;
    height: 72px;
    z-index: 99;
}

.navigation.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        float: none;
    }
    .navbar-nav>li {
        display: block;
    }
    .trips {
        padding-top: 30px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #666;
        text-align: center;
    }
    .nav-container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.navbar-inverse {
    background-color: #589b38;
    background: url('../images/nav-bg.gif') repeat-x;
    border: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 51px;
    font-weight: 600;
    font-family: 'Open Sans', serif;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    border-bottom: 1px solid #4D942D;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #398019;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #398019;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #398019;
}

.navbar-nav .open .dropdown-menu {
    display: block;
    text-transform: uppercase;
}

.inverse-dropdown {
    color: #fff;
    background-color: #398019;
    border-color: #2A7309;
}

.inverse-dropdown > li > a {
    color: #fff;
    font-family: 'Open Sans', serif;
    font-size: 12px;
    padding: 10px;
}

ul.dropdown-menu.inverse-dropdown {
    padding: 0;
}

.inverse-dropdown > li > a:hover {
    color: #fff;
    background-color: #2A7309;
}

.inverse-dropdown .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #2A7309;
}


/*slideshow: ;*/

.slideshow {
    position: relative;
    left: 0;
    right: 0;
    margin-top: -1px;
    width: 100%;
    overflow: hidden;
}

.slideshow .container {
    position: relative;
}
.slider-pro {
    font-family: 'Open Sans', Arial;
    border-bottom: 5px solid #5BA139;
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 60px;
    cursor: pointer;
    z-index: 33;
}
.sp-layer {
    z-index:10;
}
.sp-image-container:before {
    content: "";
    width: 100%;
    height:100%;
    position: absolute;
    

    
  background: -webkit-linear-gradient(90deg, #485563 10%, #29323c 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #485563 10%, #29323c 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #485563 10%, #29323c 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #485563 10%, #29323c 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #485563 10%, #29323c 90%); /* W3C */
        
    opacity: 0.3;
    z-index: 9;
}
.sp-padding {
    padding: 5px 10px;
}

@media screen and (max-width:767px) {
    .sp-arrow {
        display: none;
    }
}

.sp-horizontal .sp-previous-arrow {
    left: 60px;
}

.sp-horizontal .sp-next-arrow {
    right: 60px;
}

.sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    bottom: 0;
    z-index: 33;
}


/*/slideshow */


/*booking*/

.booking {
    background-color: #282828;
    position: relative;
}

.avail-heading {
    font-weight: 400;
    font-size: 24px;
    color: #777;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative;
}

.avail-heading:before {
    content: '';
    width: 90px;
    height: 2px;
    color: #999;
    position: absolute;
    top: 0;
    z-index: 10;
}


/*booking*/


/*content*/

.content {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.trips {
    padding-top: 10px;
}

.lined-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

h1.lined-heading:before, h2.lined-heading:before, h3.lined-heading:before, h4.lined-heading:before, h5.lined-heading:before, h6.lined-heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    content: "";
}

h1.lined-heading span, h2.lined-heading span, h3.lined-heading span, h4.lined-heading span, h5.lined-heading span, h6.lined-heading span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    padding-bottom: 8px;
    padding-top: 4px;
    background: #fff;
    display: inline-block;
}


/*line-right*/

.lined-right {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: right;
    display: block;
    color: #777;
}

h1.lined-right:before, h2.lined-right:before, h3.lined-right:before, h4.lined-right:before, h5.lined-right:before, h6.lined-right:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 3px solid #ccc;
    content: "";
}

h1.lined-right span, h2.lined-right span, h3.lined-right span, h4.lined-right span, h5.lined-right span, h6.lined-right span {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 4px;
    background: #fff;
    display: inline-block;
}


/*line-left*/

.lined-left {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    display: block;
    color: #777;
}

h1.lined-left:before, h2.lined-left:before, h3.lined-left:before, h4.lined-left:before, h5.lined-left:before, h6.lined-left:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 3px solid #ccc;
    content: "";
}

h1.lined-left span, h2.lined-left span, h3.lined-left span, h4.lined-left span, h5.lined-left span, h6.lined-left span {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 4px;
    background: #fff;
    display: inline-block;
}


/*grid content*/

.grid-content {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #3A3E41;
    overflow: hidden;
}
.hi-content {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #333;
    background: #fff;
    
    overflow: hidden;
}
.img-responsive {
    width: 100%;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .img-thumbnail {
        max-height: 100%;
    }
}

.thumbnail .img-thumbnail {
    position: relative;
}

.thumbnail .absolute {
    position: absolute;
    z-index: 10;
    top:0;
    margin: 0 auto;
    right: 0;
    background-color:#fff;
}

.thumbnail .caption {
    padding: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.thumbnail .caption p {
    font-size: 14px;
}
.thumbnail .caption h4 {
    font-size:20px;
}
.btn-read {
    font-family: 'Open Sans', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    border-radius: 0;
}

.btn-read:hover {
    color: #aaa;
}
.btn {
    border-radius: 4px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}


/*footer*/

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #3A3E41;
    color:#fff;
}
.footer hr {
    border-color:#57595A;
}
.btn-black {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.90)), color-stop(100%, rgba(255, 255, 255, 0.80)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#21ffffff', GradientType=0);
    background-color: #aaa;
    border-color: #aaa;
    color: #999;
    font-family: 'Open Sans', san-serif;
}

.form-radius {
    border-radius: 3px;
}

.footer .list-inline .fa {
    font-size: 32px;
}

.footer h5 {
    margin-bottom: 15px;
}

.subfooter {
    font-size: 14px;
    line-height: 1.3;
    color: #999;
}

.subfooter {
    background-color: #181818;
    padding-top: 15px;
    padding-bottom: 10px;
}

.subfooter p {
    margin: 0;
    font-size: 12px;
}

.facebook:hover {
    color: #0351a0;
}

.twitter:hover {
    color: #00aeef;
}

.google-plus:hover {
    color: #d0161d;
}

.youtube:hover {
    color: #ed1c24;
}

.tripadvisor:hover {
    color: #1dad3c;
}
.social {
    color:#ededed;
}

/*icon addon*/

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after, .icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control, .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
    color: #2580db;
}
.form-control {
    border-radius: 4px;
}

/* ==== no gutter */

.row.no-gutter {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.row.no-gutter > [class^="col-"], .row.no-gutter > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


/*custom form*/

.form-custom {
    vertical-align: middle;
    display: block;
    margin-top: 30px;
}

.selectpicker {
    border: none !important;
    height: 100%;
}

.selectpicker:hover {
    background-color: #fff !important;
    border-color: #fff !important;
}

.selectpicker.btn-default {
    box-shadow: none !important;
}

.selectpicker:active {
    background-color: #fff !important;
}

.btn-noborder {
    border: none;
}

.form-check {
    position: relative;
    background-color: #333;
}


/*our hotel*/

.hotel-text p {
    font-weight: 300;
    line-height: 26px;
    font-size: 15px;
}

.auto-height {
    height: auto !important;
}

.photo-hightlight {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.content-wrapper {
    position: relative;
    background: #fff;
    top: 0%;
    padding: 30px;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.padding-wrapper {
    position: relative;
    background: #fff;
    top: 0%;
    padding: 10px;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.room-name {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.room-name-black {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-hilight {
    position: absolute !important;
    top: 0;
    display: block;
    width: 100%;
}

.text-hilight ul li {
    padding-bottom: 10px;
}

.room-name .title-room {
    text-transform: uppercase;
    color: #fff;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    margin-top: 0px;
    vertical-align: middle;
}

.room-name .article p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.room-name-black .title-room {
    text-transform: uppercase;
    color: #555;
    margin-top: 0px;
    vertical-align: middle;
}

.room-name-black .article p {
    text-transform: uppercase;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 528px) {
    .room-name {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.btn-stroke-white {
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}

.btn-stroke-white:hover {
    color: #555;
    background-color: #fff;
}

.btn-stroke-green {
    border: 2px solid #5BA139;
    color: #5BA139;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-stroke-green:hover {
    color: #fff;
    background-color: #5BA139;
}
.text-green {
    color:#5BA139;
}
.slide-wrap {
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    ;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.img-highlight {
    position: relative;
    max-height: 170px;
    overflow: hidden;
}

.img-highlight .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #333;
    opacity: 0.5;
}

.room-content {
    background-color: #ededed;
    overflow: hidden;
}

.is-checked {
    background-color: #fff;
    color: #777;
}

@media screen and (max-width: 480px) {
    .text-hilight {
        position: relative !important;
        top: 0;
        display: block;
        width: 100%;
    }
    .text-hilight .title-room {
        text-transform: uppercase;
        color: #777 !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        margin-top: 0px;
        vertical-align: middle;
    }
    .text-hilight .btn-stroke-white {
        border: 3px solid #777;
        color: #777;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-hilight .btn-stroke-white:hover {
        color: #fff;
        background-color: #777;
    }
    .is-checked {
        background-color: #777;
        color: #fff !important;
    }
}


/*gallery*/

.post-container {
    margin-bottom: 30px;
    position: relative;
}

.post-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border:5px solid #fff;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.post-image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
}

.post-image .img-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    background-color: #5BA139;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
}

.post-image .preview {
    position: absolute;
    top: -20%;
    bottom: 50%;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-top: -15px;
    z-index: 11;
    color: #fff;
    opacity: 0;

    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
}

.post-image:hover .img-overlay {
    opacity: 0.5;
}

.post-image:hover .preview {
    opacity: 0.8;
    top:50%;
}

.post-image:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/* Isotope CSS3 transitions */

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/* Disabling Isotope CSS3 transitions */

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope-item {
    z-index: 2;
    margin: 0 -1px;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/*services gallery*/

.service-gallery {
    position: relative;
    margin-top: 20px;
}

.service-gallery .post-image {
    width: 22% !important;
    height: 22% !important;
    float: left;
    margin-right: 10px;
}

.service-gallery img {
    width: 100%;
    display: inline-block;
}


/*good*/

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus, .panel-heading a:focus {
    outline: none;
}

.panel-heading a, .panel-heading a:hover, .panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 0px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
.list-group-item-danger {
    color: #000000;
    background-color: #ffc4c4;
}