/* Miscellaneous Styles */
a {
	color: black;
}

a:active, a:hover, a:focus {
    color: black;
}

h1 {
    font-size: 36px;
   /* font-family: 'Philosopher';*/
    /*margin-top: 56px;*/
    margin-top: 40px;
}


h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 24px;
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

.label {
    background-color: #FFAA3E;
    border-color: #CF8A0E;
    font-size: 100%;
}

textarea {
    resize: none;
}

.tab-pane {
    padding: 8px;
}

.img-fluid {
    margin-left: auto;
    margin-right: auto;
}
/* End Miscellaneous Styles */

/* Button Styles */
.btn-primary-light {
  background-color: #91c27c;
}
.btn-primary-very-light {
  background-color: #b1d4a3;
}
.primary {
  color: #629c49;
}
.btn-primary {
  background-color: #629c49;
  border-color: #5e9546;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #578b41;
  border-color: #53843e;
}
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
      background: #629c49;
      border: 1px solid #91c27c;
  }

  .btn-secondary {
    background-color: #76C291;
    border-color: #6ABD87;
    color: white;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
    background-color: #91C9A4;
    border-color: #87C49B; 
    color: white;
}

.btn-success {
    background-color: #76C291;
    border-color: #6ABD87;
    color: white;
}

.btn-success:active, .btn-success:hover, .btn-success:focus {
    background-color: #91C9A4;
    border-color: #87C49B; 
    color: white;
}

.btn-warning {
    background-color: #3344CC;
    border-color: #112299;
}

.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
    background-color: #FFAA3E;
    border-color: #CF8A0E;
}
/* End Button Styles */


/* Header Styles */
#header {
    background-color: white;
    color: #1c3422;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px; 
    height: 125px;
    margin-bottom: 0px;
}

#header li {
    float: left; 
    color: #1c3422;
    margin: 0;
}

#header .dropdown-menu li {
    float: none;
}

    #header .nav > li > a {
        text-decoration: none;
        /*width: 120px;*/
        text-align: center;
        padding: 6px 18px;
    }

.nav > li > a:active, .nav > li > a:hover, .nav > li > a:focus {
    /*font-weight: bold;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #76C291;
    color: #fff;
}


    #header .dropdown-menu li a:active, #header .dropdown-menu li a:hover, #header .dropdown-menu li a:focus {
        color: white;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #c6c6c6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #76C291;
    outline: 0;
}

#btnSearch2 {
    background-color: white;
    border-color: #FF65CC;
    border-width: 2px;
    position: relative;
    left: -12px;
    z-index: 10;
    height: 38px;
    top: 0px;
    color: black;
    font-size: 17px;
}

#btnSearch2:active, #btnSearch2:hover, #btnSearch2:focus {
    background-color:  #FF65CC;
}
/* End Header Styles */

/* Navbar Styles */
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 800px;
}

.navbar-primary {
    margin-bottom: 0;
}

#navbar-primary-collapse li a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px; 
    color: #333;
}

#navbar-primary-collapse li a:hover, #navbar-primary-collapse li a:focus, #navbar-primary-collapse li a:active {
    background-color: #828282;
    color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #76C291;
    border-color: #6ABD87;
    color: white;
}

.icon-bar {
    background-color: white;
}
/* End Navbar Styles */

/* Modal Styles */

.modal-dialog {
    width: 620px;
}
/* End Modal Styles */


.breadcrumb {
    background-color: inherit;
    font-size: 20px;
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 34px;
    padding-left: 40px;
}

.breadcrumb > li + li::before {
    content: "\00a0/\00a0";
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #76C291;
    color:#fff;
}

.well {
    background-color: white;
    letter-spacing: 1px;
}

/*.footer li {
    padding-left: 10px;
    padding-right: 10px;
}*/

.footer {
    font-size: 16px;
    color: white;
    line-height: 30px;
}

.footer a {
    color: white;
}

/*.list-payment-logos li, .list-social-icons li {
    float: left; 
    padding-left: 16px; 
    padding-right: 16px;
}*/

.footer ul {
    padding-left: 0;
}

.module-title {
    font-weight:bold;
}

.module-body {
    padding-left: 8px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #629c49;
    border-color: #5e9546;
    color: white;
}

.well2 {
    line-height: 30px;
}

.well2 .control-label {
    text-align: left;
    padding-top: 24px;
}

.well2 .btn {
    margin-top: 20px;
}

.bg-warning {
    background-color: white;
    color: red;
    font-size: large;
}

.widget {
    padding-bottom: 30px;
}

body {
    font-size: 16px;
}


/* cyrillic */
/*@font-face {
  font-family: 'Philosopher';
  src: local('Philosopher'), url(https://fonts.gstatic.com/s/philosopher/v7/OttjxgcoEsufOGSINYBGLTUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}*/

/* latin */
/*@font-face {
  font-family: 'Philosopher';
  src: local('Philosopher'), url(https://fonts.gstatic.com/s/philosopher/v7/OttjxgcoEsufOGSINYBGLY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/

body {
   /* font-family: 'Philosopher';*/
    letter-spacing: 1px;
}

form {
    letter-spacing: 0px;
}

.navbar-nav > li {
    margin-left: 12px;
    margin-right: 12px;
} 

.modal-basic .modal-dialog {
    border: 8px solid rgb(145, 194, 124);
    border-radius: 5px;
}

.modal-basic .modal-content {
    border: none;
    border-radius: 0px;
    padding: 5px;
} 

.modal-basic .modal-title {
    font-size: 36px;
}

.modal-basic a {
    color: black;
}

.modal-basic .close {
    position: relative; 
    top: -38px; 
    right: -38px; 
    opacity: 1;
} 

.modal-basic {
    font-size: 16px;
}

.modal-basic h4 {
    font-size: 20px;
}

.modal-basic td {
    border-bottom: 5px solid #f5f5f5;
}

.footer .list-payment-logos {
    list-style: none;
    padding-left: 0;
    margin-top: 0px;
}

.dropdown-menu-left1-position {
    top: 96%;
    width: 208px;
}

.callus {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 8px;
    display: block;
    float: right;
}

.callus a, .callus a:hover {
    color: #000;
    text-decoration: none;
}


/*================== Catalog Style =============*/
.catalog-box {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    min-height: 400px;
}

.catalog-title {
    background-color: #76C291;
    display: block;
    min-height: 93px;
}

    .catalog-title a {
        padding: 20px 10px;
        display: block;
    }

        .catalog-title a:hover {
            color: #fff;
            text-decoration: none;
        }

        .catalog-title a span {
            font-size: 15px;
        }

/*================== Related - Catalog Style =============*/

.related-item-box {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    min-height: 365px;
}

.co-container {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

    .co-container .co-container-inner {
        padding: 15px 20px;
    }

    .co-container .co-container-title {
        margin: 0 0 15px 0;
        font-size: 25px;
        border-bottom: 2px solid #76C291;
        padding-bottom: 10px;
    }


    .co-container .co-container-desciption {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.4em;
        color: #949494;
    }

.navigation-bg {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.navigation-header {
    display: block;
    background-color: #76C291;
    padding: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mapouter.fixed-height {
    height: 480px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: auto;
}

.mapouter iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.related-product-image-height {
    max-height: 220px;
}

@media (min-width: 768px) {
    footer .move-left {
        position: relative;
        left: -16.66666667%;
    }
    footer .move-right {
        position: relative;
        left: 41.66666667%;
    }
}

#bottom-menu ul li {
    text-align: center;
    width: 33%;
    margin: 0;
    float: left;
    line-height: 2.5;
}
#bottom-menu ul li a {
    color: #0F0900;
}

#bottom-menu ul li a:active, #bottom-menu ul li a:hover, #bottom-menu ul li a:focus {
    background-color: inherit;
    font-weight: bold;
}

@media (max-width: 767px) {
    #bottom-menu ul li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    #bottom-menu ul li {
        width: 100%;
    }

    .hidden-mob {
        display:none;
    }
}

.footer {
    background-color: #0A4A2C;
    padding-top: 20px;
    color: white;
    margin-top: 0px;
}

.btn-primary {
    background-color: #215D41; 
    border-color: #195539;
}

.btn-secondary {
    background-color: #76C291;
    border-color: #6ABD87;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
    background-color: #91C9A4;
    border-color: #87C49B;
} 

li {
    list-style-type: none;
}

#header ul {
    /*padding-top: 50px; */
    padding-left: 0;
} 

.top1 {
    width: 150px; 
    position: absolute;
    top: 0; 
    padding:15px 0;
    /*padding-top: 26px;*/ 
}


    .top1.left {
        left: 15px;
        /*padding-top: 34px;*/
        padding-top: 0;
    }

.top1.left li {

    z-index: 199;
}

.top1.right {
    right: 0px;
}

.top1.right li {

    z-index: 198;
}


.top2.right ul {
    float: left;
}

.top2 {
    width: 36%;
    background-color: #f3edd3;
    padding: 15px 0;
} 

.top2.left {
    position: absolute;
    left: 15px; 
}

.top2.right {
    position: absolute;
    right: 15px; 
}

.banner-image {
    position: absolute; 
    top: -40px; 
    width: 100%; 
    z-index: 1;
}

.banner-image img {
    max-width: 40%;
}

.top2 .dropdown-menu {
    left: 0;
}

@media (max-width: 1359px) {
    h1 {
        margin-top:30px;
    }

    h2 {
        margin-top:0;
    }

    #header {
        /*height: 220px;*/
        height: 180px;
    } 

    .top2 {
        width: 31%; 
        position: absolute;
        top: 60px;
    }

    .top2.left {
        left: 15px;
    }
    .top2.right {
        right: 15px;
    }

    .banner-image {
        /*top: 60px;*/
        top: 25px;
    }

    #header ul {
        padding-top:35px;
    }

    .top1.left {
        left: 100px;
        right: auto;
        padding-top: 13px;
    }

    .top1.right {
        right: 60px; 
        padding-top: 13px;
    }

    .top2.right ul {
        float: right;
    }
} 

@media (max-width: 1028px) {
    .top2.left {
        /*top: 10px;*/
    }
    .top2 ul {
        padding-top: 0px !important;
    }

    .top2.right {
        /*left: 15px;
        right: auto; 
        top: 108px;*/
    }

    .top2 li {
        /*width: 100%;*/
    }

    .top1.left {
        top: -18px;
        /*right: 36px;*/
        left: auto;
    }

    .top1.right {
        top: -40px;
        right: 0px;
    }

    .top1.left .dropdown-menu {
        /*left: auto;
        right: -36px;*/
    }
} 
@media (max-width: 897px) {
    .top2, .banner-image img {
        /*width: 33%;*/
        width: 50%;
    }

    .banner-image {
        /*top: 105px;*/
        top: -67px;
    }

    .banner-image img {
        max-width: 32%;
    }

    h1 {
        font-size: 28px;
        /*font-family: 'Philosopher';*/
    }

    .breadcrumb {
        background-color: inherit;
        font-size: 17px;
        padding: 0px;
        padding-left: 0px;
        margin-top: 12px;
    }

    h4 {
        font-size: 17px;
    }
}
@media (max-width: 767px) { 
    .top2 {
     display: none;
 }

 .banner-image {
    top: 20px;
}

.banner-image img {
    margin-left: 50px;
    max-width: 300px;
    width: 300px;
}
}
@media (max-width: 585px) {
    .hide-mobile {
        display: none;
    }
    .top1 {
        top: 20px !important;
    }

    .top1.left {    
        right: 176px !important;
        left: auto;
    }

    #header {
        height: 210px;
    }

    .banner-image {
        top: 100px; 
    }

    .banner-image img {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

}
@media (max-width: 555px) {
    .top1.left .dropdown-menu {
        left: -36px;
        right: auto;
    }

    #sign-in .dropdown-menu {
        left: -120px;
    }
}
@media (max-width: 411px) {
    .hide-mobile {
        display: none;
    }

    #header ul {
        padding-top: 0;
    }

    .top1.left {
        /*top: 60px !important;
        left: auto !important;
        right: auto !important;*/
        top: -32px !important;
        left: 0 !important;
    }
    .top1.right {
        /*top: 0px !important;
        left: auto !important;
        right: auto !important;*/
        top: -12px !important;
        right: -62px !important;
    }

    .banner-image {
        /*top: 140px;*/
        top:30px;
    }


    .dropdown-menu-left1-position {
        position: absolute !important;
        top: 41px !important;
        left: 0 !important;
        background-color: #fff !important;
    }

    .callus {
        float: none;
        text-align:center;
    }

    .top-links {
        text-align:center;
    }

    .related-item-box {
        background-color: #fff;
        border-radius: 8px;
        display: block;
        min-height: 237px;
    }

    .related-product-image-height {
        max-height: 115px;
    }
}

.carousel-control {
    background-image: none !important;
}

#header .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
} 

#header .dropdown-menu li {
    font-size: 16px;
}

.navbar-nav > .dropdown:hover > .dropdown-menu, .top1 > ul > .dropdown:hover > .dropdown-menu {
    display: block;    
}

.dropdown-menu .dropdown-menu {
    position: relative;
    left: 0px !important;
    border-radius: 0px;
    top: -6px; 
    border: 1px solid;
}

#header li {
    position: relative; 
}

.navbar-nav > li > a {
    padding: 0;
}

.navbar-nav > li {
    margin: 0;
}

header .dropdown-menu {
    position: absolute; 
    float: none;
} 

header .nav > li > a {
    z-index: 198;
}
header .nav > li > ul {
    z-index: 199;
}

.navbar-collapse {
    padding: 0;
}
.bg-primary {
    color: black;
    background-color: inherit;
}

.list-social-icons a:active, .list-social-icons a:hover, .list-social-icons a:focus {
    text-decoration: none;
}

.top2.right .dropdown:last-child .dropdown-menu {
    right: -29px;
    left: auto;
}

.text-success {
   padding-top: 10px;
    font-size: 18px;
}


        div.transbox {
            padding:20px;
            /*background: rgb(255, 255, 255);
            background: rgba(black, 0.6);*/     
            /*border: 1px solid gold;*/

            background-color:white;
            opacity: 0.6;
            filter: alpha(opacity=60); /* For IE8 and earlier */     
        }

        div.transbox p{color:black;}
    
.modal-dialog {
    max-width: 96%;
}

/*===================== Custom: for TRavel Gallery =============================================*/

/* 5.11 */
/* Thumbnails
/* ========================================================================== */
.thumbnail {
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
@media (max-width: 991px) {
  .thumbnail {
    max-width: 450px;
  }
}
.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px #00b16a;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
  border: none;
}
.thumbnail.no-padding {
  padding: 0;
}
.row.thumbnails {
  margin-top: -30px;
}
.row.thumbnails .thumbnail {
  margin-top: 30px;
}
.row.thumbnails.no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.thumbnails.no-padding [class*='col-'] {
  padding: 0;
}
.row.thumbnails.no-padding .thumbnail {
  margin-top: 0;
}
/* Thumbnail Media/Image
/* -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}
.thumbnail .media img {
  max-width: 100%;
  width: 100%;
}
/* Thumbnail caption
/* -------------------------------------------------------------------------- */
.thumbnail .caption {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.thumbnail .caption + .caption {
  padding-top: 10px;
}
.thumbnail .caption.no-padding-top {
  padding-top: 0;
}
.thumbnail .caption.no-padding-bottom {
  padding-bottom: 0;
}
.thumbnail .caption.hovered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
  opacity: 1;
}
.caption-wrapper {
  width: 100%;
}
/* Caption elements
/* -------------------------------------------------------------------------- */
.caption-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 5px 0;
  color: #232323;
}
.caption-title a {
  color: #232323;
}
.caption-title a:hover {
  color: #00b16a;
}
.icon-view {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: inline-block;
}
.icon-view strong {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.icon-view .fa,
.icon-view .bi {
  font-size: 24px;
  line-height: 68px;
}
.thumbnail .media-link {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumbnail .media-link .icon-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
}
.thumbnail .media-link:hover .icon-view {
  opacity: 1;
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}
/* Thumbnail transition
/* -------------------------------------------------------------------------- */
.thumbnail span,
.thumbnail:hover span,
.thumbnail.hover span,
.thumbnail .media,
.thumbnail:hover .media,
.thumbnail.hover .media,
.thumbnail .media img,
.thumbnail:hover .media img,
.thumbnail.hover .media img,
.thumbnail .media-link:after,
.thumbnail:hover .media-link:after,
.thumbnail.hover .media-link:after,
.thumbnail .icon-view,
.thumbnail:hover .icon-view,
.thumbnail.hover .icon-view,
.thumbnail .icon-view .fa,
.thumbnail:hover .icon-view .fa,
.thumbnail.hover .icon-view .fa,
.thumbnail .icon-view .bi,
.thumbnail:hover .icon-view .bi,
.thumbnail.hover .icon-view .bi,
.thumbnail .caption,
.thumbnail:hover .caption,
.thumbnail.hover .caption,
.thumbnail .caption-title,
.thumbnail:hover .caption-title,
.thumbnail.hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail:hover .caption-link,
.thumbnail.hover .caption-link,
.thumbnail .caption-category,
.thumbnail:hover .caption-category,
.thumbnail.hover .caption-category,
.thumbnail .caption-price,
.thumbnail:hover .caption-price,
.thumbnail.hover .caption-price,
.thumbnail .caption-wrapper,
.thumbnail:hover .caption-wrapper,
.thumbnail.hover .caption-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Thumbnail banner
/* ========================================================================== */
.thumbnail.thumbnail-banner .media,
.thumbnail.thumbnail-banner .media .media-link,
.thumbnail.thumbnail-banner .media .caption {
  height: 100%;
}
@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
  }
}
.thumbnail.thumbnail-banner + .thumbnail.thumbnail-banner {
  margin-top: 30px;
}
.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}
.thumbnail.thumbnail-banner .caption {
  padding: 0;
}
.thumbnail.thumbnail-banner .caption-wrapper {
  padding: 15px;
}
.thumbnail.thumbnail-banner .caption-inner {
  border: solid 1px #ffffff;
  padding: 15px;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-inner {
  padding: 15px 2px;
}
.thumbnail.thumbnail-banner .caption-title,
.thumbnail.thumbnail-banner .caption-sub-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #232323;
}
.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.col-md-3 .thumbnail.thumbnail-banner .caption-sub-title span {
  padding: 8px 7px;
}
.thumbnail.thumbnail-banner .btn {
  margin-top: 10px;
}
.thumbnail.thumbnail-banner .btn-theme {
  border-color: #232323;
  background-color: #232323;
}
.thumbnail.thumbnail-banner .btn-theme:hover {
  background-color: #00b16a;
  border-color: #00b16a;
}
.thumbnail.thumbnail-banner.size-1x1 {
  height: 170px;
}
@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    max-width: 280px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}
.thumbnail.thumbnail-banner.size-1x3 {
  height: 170px;
}
@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}
.thumbnail.thumbnail-banner.size-2x3 {
  height: 270px;
}
.thumbnail.thumbnail-banner.size-3x3 {
  height: 570px;
}
.thumbnail.thumbnail-banner.size-1x1-b {
  height: 270px;
}
.thumbnail.thumbnail-banner.size-1x3-b {
  height: 270px;
}
.thumbnail-banner .media img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}
.thumbnail-banner .media-link .img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url('');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.thumbnail-banner .media-link:hover .img-bg {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.thumbnail-banner .caption {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: rgba(0, 177, 106, 0);
}
.thumbnail-banner.alt-font .caption-title {
  font-family: 'Vidaloka', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}
.thumbnail-banner.alt-font .caption-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.thumbnail-banner.alt-font .caption-sub-title {
  font-family: 'Vidaloka', serif;
  font-weight: 400;
  font-size: 18px;
}
.thumbnail-banner.alt-font .caption-sub-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.thumbnail-banner.alt-font .btn-theme-sm {
  font-size: 11px;
}
.thumbnail-banner.alt-font.big-text .caption-title {
  font-size: 48px;
}
@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-title {
    font-size: 28px;
  }
}
.thumbnail-banner.alt-font.big-text .caption-sub-title {
  font-size: 44px;
}
@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-sub-title {
    font-size: 24px;
  }
}
.thumbnail-banner.hover .media img,
.thumbnail-banner:hover .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail-banner.hover .btn-theme,
.thumbnail-banner:hover .btn-theme {
  -webkit-animation: pulse .4s;
  animation: pulse .4s;
}
.thumbnail-banner.hover .caption,
.thumbnail-banner:hover .caption {
  background-color: rgba(0, 177, 106, 0.3);
}

.thumbnail .media-link {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumbnail .media-link .icon-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
}
.thumbnail .media-link:hover .icon-view {
  opacity: 1;
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}

.mt30 {
    margin-top: 30px;
}

.text-right {
    text-align:right;
}

/* 5.6 */
/* Tabs
/* ========================================================================== */
.content-tabs .nav-tabs {
  border-bottom: none;
}
.content-tabs .nav-tabs > li > a {
  margin-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .content-tabs .nav-tabs > li > a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.content-tabs .nav-tabs > li > a,
.content-tabs .nav-tabs > li > a:focus {
  border-radius: 0;
  border-color: #e9e9e9 #e9e9e9 #e9e9e9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f6f7;
  color: #232323;
}
.content-tabs .nav-tabs > li.active > a {
  position: relative;
  margin-top: 0;
  padding-bottom: 15px;
}
.content-tabs .nav-tabs > li.active > a:before {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -4px;
  left: -1px;
  background-color: #232323;
}
.content-tabs .nav-tabs > li.active > a:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -4px;
  right: -1px;
  background-color: #232323;
}
.content-tabs .nav-tabs > li.active > a {
  background-color: #ffffff;
  border-color: #e9e9e9 #e9e9e9 transparent;
  border-top: solid 1px #232323;
  color: #00b16a;
}
.content-tabs .tab-content {
  padding: 15px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .content-tabs .tab-content {
    padding: 35px;
  }
}
.content-tabs .media > .pull-left {
  margin-right: 15px;
}
.content-tabs .media > .pull-right {
  margin-left: 15px;
}
.content-tabs .media + .media {
  border-top: solid 1px #e9e9e9;
  padding-top: 15px;
}
.content-tabs .media p {
  margin-bottom: 0;
  font-size: 13px;
}
.content-tabs .media p + p {
  margin-top: 10px;
}
.content-tabs .media .media-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.content-tabs .media .post-date {
  margin-bottom: 0;
  font-size: 12px;
  color: #d3d3d3;
  line-height: 20px;
}
.content-tabs #item-description p {
  margin-bottom: 0;
}
.content-tabs #item-description p + p {
  margin-top: 20px;
}
.content-tabs .rating {
  display: block;
  margin-bottom: 30px;
}

.z-index0 {
    z-index:0!important;
}



/* Thumbnail team
/* ========================================================================== */
.thumbnail-team {
  text-align: center;
}
.thumbnail-team .media {
  padding-left: 20px;
  padding-right: 20px;
}
.thumbnail-team .media img {
  max-width: 200px;
}
.thumbnail-team .caption-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.thumbnail-team .caption-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #e9e9e9;
}
.thumbnail-team .caption-title small {
  display: block;
  color: #7f7f7f;
}
.thumbnail-team .social-icons {
  display: inline-block;
  margin-bottom: 10px;
}
.thumbnail-team .social-icons a {
  border-radius: 15px;
}
.thumbnail-team .caption-text {
  font-size: 15px;
}

/* 5.4 */
/* Social icons line
/* ========================================================================= */
.social-icons {
  /*margin: -15px 0 20px 0;*/
  margin: 0 0 20px -35px;
  line-height: 30px;
  overflow: hidden;
}
.social-icons li {
  padding: 15px 10px 0 0;
  float: left;
}

.social-icons li.last {
  padding: 15px 0 0 0;
  float: left;
}

.social-icons a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border: solid 1px #0a4a2c;
  color: #0a4a2c;
}
.social-icons a:hover {
  background-color: #0a4a2c;
  color: #ffffff;
}


/*.partner-logo {
    height: 76px; 
    width: auto; 
    margin: 24px 15px; 
    float: left;
}*/

.TOCTourName{
    font-size: 14px;
}
.TOCTourName .subtitle {
    color: #737475;
}

.pax-box {
    padding: 10px 30px; 
    margin: 20px 0;
    border:3px solid #eee;
}

/*this was hardcoded in header of shop tipperary - however it appears tobe unnecessary mvk 12.14.17 */

/*.dropdown-menu {
    background-color: white;
}

.top1 .navbar-nav .open .dropdown-menu {
    position: absolute !important;
    border: 1px solid #ccc !important;
    background-color: white !important;
}

.top1 .navbar-nav .dropdown-menu .dropdown-menu {
    position: relative !important;
}

.top1 .navbar-nav .open .dropdown-menu li a {
    padding: 3px 20px !important;
    line-height: 1.42857143 !important;
}

.open2 {
    display: block;
}*/

.btn-teal, .btn-teal:hover {
    background-color: #215D41;
    border-color: #195539;
    font-size: 18px;
    color: #fff;
    padding: 12px 18px;
    line-height: 1.3333333;
}

.text-primary {
    color: #215D41;
}

.catalogs-title {
    background-color: #76C291;
    display: block;
    min-height: 99px;
}

.catalogs-title a {
    padding: 20px 10px;
    display: block;
}

.catalogs-title a:hover {
    color:#fff;
    text-decoration:none;
}
.catalogs-title a span {
    font-size: 17px;
}

.catalogs-box {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    min-height: 345px;
}

.imgsize {
    max-height:200px; width:auto; object-fit:contain
}

.nav-pills > li > a {
    border-radius:0;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.nav-stacked > li {
    float: none;
    border-bottom: 1px solid #c6c6c6;
}

