@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLight.eot');
    src: url('../fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-ExtraLight.woff') format('woff'), url('../fonts/Raleway-ExtraLight.ttf') format('truetype'), url('../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Italic.eot');
    src: url('../fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Italic.woff') format('woff'), url('../fonts/Raleway-Italic.ttf') format('truetype'), url('../fonts/Raleway-Italic.svg#Raleway-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-LightItalic.eot');
    src: url('../fonts/Raleway-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-LightItalic.woff') format('woff'), url('../fonts/Raleway-LightItalic.ttf') format('truetype'), url('../fonts/Raleway-LightItalic.svg#Raleway-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-BoldItalic.eot');
    src: url('../fonts/Raleway-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-BoldItalic.woff') format('woff'), url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-BoldItalic.svg#Raleway-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
}

.main-container {
    margin-top: 30px;
}

.container-fluid {
    padding: 0;
}

.ch-nav {
    /*    position: absolute;*/
    /*    background-color: rgba(255, 255, 255, 0.8);*/
    background-color: #ca5eeef4;
    z-index: 1;
    width: 100%;
}

.navbar-nav li a {
    padding-left: 28px;
    padding-right: 28px;
}

.ch-nav a {
    color: #fff !important;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.nav li a:hover {
    background-color: #de98fa !important;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    border-radius: 5px;
}

.navbar {
    min-height: 75px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.ch-nav .navbar {
    margin: 0;
}

.navbar-nav {
    margin: 10px 0 0 0;
}

.top-header,
.middle-header {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.top-nav-clr {
    background-color: #201E52;
}

.top-nav {
    padding: 0;
    margin: 0;
}

.fixed-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-nav ul li {
    float: left;
    margin-right: 10px;
}

.top-nav ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px 8px;
    text-decoration: none;
}

.top-nav ul li a:hover {
    background-color: #00afcc;
}

.top-nav .right-section {
    float: right;
}

.top-nav .dropdown-menu>li {
    width: 100%;
}

.top-nav .dropdown-menu>li>a {
    color: #404040;
    width: 100%;
}

.top-nav .dropdown-menu>li>a:hover {
    color: #fff;
}

.ch-header-social-media {
    list-style-type: none;
    position: absolute;
    max-width: 250px;
    top: 280px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.ch-header-social-media li {
    float: left;
}

.ch-header-social-media li a img {
    width: 75%;
}

.flexslider {
    border: 0;
    padding: 0;
    margin: 0;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides li span {
    position: absolute;
    bottom: 20;
    right: 20;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 16px;
    letter-spacing: 2px;
}

.flex-direction-nav a:before {
    /*  font-family: "flexslider-icon";*/
    font-size: 40px;
    display: block;
    content: " ";
    /*  color: rgba(255, 255, 255, 0.8);*/
    background: url('http://www.srilanka.travel/images/theames-new/arrow-white-left.png') no-repeat;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
}

.flex-direction-nav a.flex-next:before {
    width: 40px;
    height: 40px;
    content: " ";
    background: url('http://www.srilanka.travel/images/theames-new/arrow-white-right.png') no-repeat;
}

.flex-direction-nav .flex-prev {
    left: 50px;
    opacity: 0;
}

.flex-direction-nav .flex-next {
    right: 50px;
    text-align: right;
    opacity: 0;
}

.main-bnr {
    /*    background-image: url(../images/main-bnr.jpg);*/
    position: relative;
    background-position: center;
    /*    height: 520px;*/
    background-size: cover;
    background-position: bottom;
}

.bnr-topic {
    position: absolute;
    font-weight: lighter;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 344px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.72);
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 7px 7px 0 0;
}

.section-wrap {
    padding: 30px 0;
}

.section-wrap-2 {
    padding: 10px 0;
}

.section-wrap-2 h2 {
    margin: 0 0 10px 0;
}

.sub-main-topic {
    margin-bottom: 30px;
    margin-top: 0px;
}

.detail {
    text-align: justify;
    line-height: 26px;
}


/* Sector Opens */

.sector {
    text-align: center;
    margin-bottom: 20px;
}

.sector img {
    width: 100%;
}

.sector a {
    display: block;
    border: 1px solid purple;
    padding: 7px 20px;
    width: 130px;
    margin: 0 auto;
    color: purple;
    margin-top: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.sector a:hover {
    text-decoration: none;
    background-color: purple;
    color: #fff;
}

.sector .date,
.sector .time {
    width: 100%;
    /*    float: left;*/
    margin: 0;
    font-size: 12px;
    padding: 10px 0 3px 0;
    display: inline-block;
}

.sector .place {
    width: 100%;
    margin: 8px 0 0 0;
    border-top: 1px solid #ccc;
    display: inline-block;
    padding: 7px 0;
}


/* Sector Closes */


/*Tour Plan section opens*/

.tour-plans .tour-plan {
    width: 50%;
    float: left;
    height: 150px;
    background-color: #ccc;
    margin-bottom: 20px;
    padding: 10px;
}

.plan-wrap {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
}


/*Tour Plan section closes*/


/*endorsement  section opens*/

.endorsements-item {
    /*
    width: 35%;
    float: left;
*/
}

.endorsements-item img {
    /*    width: 100%;*/
    width: auto;
    display: block;
    float: left;
    padding: 0 15px 5px 0;
}

.endorsements-item div {
    background-color: #eaeaea;
    padding: 10px;
    min-height: 220px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.endorsements-item p {
    font-style: italic;
    text-align: justify;
    font-size: 1.35rem;
}

.endorsements-item span {
    font-size: 12px;
    font-weight: bold;
}


/*endorsement  section closes*/

.slide-1 {
    margin: 30px 0 0 0;
}

button:focus {
    outline: none;
}

.button-1 {
    background-color: #fdb024;
    border: none;
    padding: 10px 20px;
    width: 120px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-1:hover {
    background-color: #eaa322;
}

.button-2 {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 7px 15px;
    width: 120px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-2:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.date-ven h2 {
    margin: 25px 0;
}

.sub-topic {
    margin: 20px 0 0 0;
    font-weight: bold;
    font-style: italic;
}


/*Gallary Images Opens */

.demo-gallery {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
    width: 23%;
    padding: 0;
}

.demo-gallery>ul>li a {
    position: relative;
    display: block;
    top: 0;
    /*
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
*/
}

.demo-gallery>ul>li a p {
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    width: 100%;
    padding: 10px 7px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    /*
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
*/
    /*
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
*/
}

.demo-gallery>ul>li a>img {
    /*
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
*/
    /*
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
*/
}

.demo-gallery>ul>li a:hover>img {
    /*
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
*/
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    /*              opacity: 1;*/
}

.demo-gallery>ul>li a .demo-gallery-poster {
    /*
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
*/
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    /*
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
*/
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    /*              background-color: rgba(0, 0, 0, 0.5);*/
}

.demo-gallery .justified-gallery>a>img {
    /*
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
*/
}

.demo-gallery .justified-gallery>a:hover>img {
    /*
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
*/
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    /*              opacity: 1;*/
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    /*
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
*/
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    /*
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
*/
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    /*              background-color: rgba(0, 0, 0, 0.5);*/
}

.demo-gallery .video .demo-gallery-poster img {
    /*
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
*/
}

.demo-gallery.dark>ul>li a {
    /*              border: 3px solid #04070a;*/
}

.home .demo-gallery {
    /*              padding-bottom: 80px;*/
}


/*Gallary Images Closes */

#ch-gallary {
    margin: 20px 0 30px 0;
    display: inline-block;
    width: 100%;
}

#ch-gallary h3 {
    margin-bottom: 30px;
}

#ch-gallary li a img {
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#ch-gallary li a:hover img {
    /*
    box-shadow: 1px 1px 8px rgba(0,0,0,0.7);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
*/
    /*    border-radius: 5px;*/
}

#ch-gallary li a:hover p {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
}

#ch-gallary li a:hover p span {
    margin-top: 200px;
}

.pasi-attr-list {
    margin: 30px 0 50px 0;
    list-style-image: url(../images/bullet.png);
}

.pasi-attr-list li {
    margin-bottom: 10px;
}


/*hotels page - opens*/

.hotel-detail {
    margin: 20px 0;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hotel-detail-section ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.hotel-detail-section ul li {
    float: left;
    margin-right: 10px;
}

.hotel-detail-section ul li .ht-email {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hotel-detail-section ul li span {
    display: block;
    padding: 5px 10px;
}

.hotel-detail-section ul li .htl-btn {
    display: block;
    background-color: #bf7a26;
    border: 2px solid #ab630c;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hotel-detail-section ul li .htl-btn:hover {
    background-color: #ab630c;
    text-decoration: none;
}


/*hotels page - closes*/


/*--------Places Slider Opens-----------*/

.places-slide {}

.places-slide h3 {
    font-size: 16px;
    margin-top: 10px;
}

.places-slide img {
    width: 100%;
}

.places-slide div {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 10px;
}

.places-slide div a {
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 8px;
    color: #444;
    font-size: 12px;
}

.places-slide div a:hover {
    background-color: #ccc;
    text-decoration: none;
    color: #000;
}

.more-place-btn {
    display: block;
    /* margin-top: 20px; */
    background-color: #25505d;
    border: 1px solid #25505d;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 300px;
    margin: 20px auto 0 auto;
    border-radius: 3px;
}

.more-place-btn:hover {
    background-color: #173e4a;
    text-decoration: none;
    color: #fff;
}


/*--------Places Slider Closes-----------*/


/*ravana Places page styles - opens*/

.buddhist-places {
    /*    background-color: aquamarine;*/
    height: auto;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.buddhist-places h3 {
    padding-left: 15px;
}

.place-button {
    margin-top: 10px;
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.place-button li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.place-button li a {
    cursor: pointer;
    background-color: #fdb024;
    border-radius: 3px;
    color: #fff;
    padding: 8px 18px;
    margin-bottom: 5px;
}

.place-button li a:hover {
    text-decoration: none;
    background-color: #eaa322;
}


/*ravana Places page styles - closes*/


/*================================================
                    news and events opens
==================================================*/

.detail-wrap {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}


/* Style the tab */

.tab {
    float: left;
    /*    border: 1px solid #ccc;*/
    background-color: #fff;
    width: 30%;
    height: 300px;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: #f1f1f1;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 10px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    /*    border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    /*    height: 300px;*/
}


/*================================================
                    news and events closes
==================================================*/


/*================================================
                    tour Plan - opens
==================================================*/

.tims-btn {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background-color: #25505d;
    /*    border: 1px solid #25505d;   */
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    /*    font-weight: bold;*/
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.tims-btn:hover {
    background-color: #173e4a;
    text-decoration: none;
    color: #fff;
}


/*================================================
                    tour Plan - opens
==================================================*/


/*================================================
                    videos - opens
==================================================*/

.r-videos {
    margin: 30px 0;
}

.r-videos img {
    width: 100%;
}

.r-videos a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #800080;
    border-radius: 3px;
    color: #800080;
    margin-top: 10px;
}

.r-videos a:hover {
    background-color: #800080;
    color: #fff;
    text-decoration: none;
}


/*================================================
                    videos - opens
==================================================*/

footer {
    background-color: #0c1a1e;
    text-align: center;
    margin: 0;
    padding: 0;
    padding: 15px 0;
    color: #fff;
}

footer p {
    /*    text-align: left;*/
}

.contact-data ul li,
.contact-data p {
    text-align: left;
}

footer .contact-data ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.social-icons {
    list-style-type: none;
    margin: 0 auto;
    display: inline-block;
    padding: 40px 0 0 0;
}

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

.social-icons li a img {
    width: 50px;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 14px;
    display: none;
    z-index: 3;
}

.scrollToTop img {
    width: 100%;
}

.scrollToTop:hover {
    background-color: rgba(0, 0, 0, 1);
}

.mobi-home {
    display: none !important;
}

.r-logo {
    margin-top: -12px;
}


/*=========================
         Media Query       
===========================*/

@media (max-width: 991px) and (min-width: 768px) {
    /*
    .nav>li>a {
        padding: 10px 10px;
    }
*/
    .r-logo {
        width: 180px;
        margin-top: -8px;
    }
    .navbar-nav li a {
        font-size: 11px;
        padding: 10px 6px;
    }
    .navbar-nav {
        margin: 12px 0 0 0;
    }
    .demo-gallery>ul>li {
        margin-right: 1%;
        margin-left: 1%;
        width: 23%;
    }
    /*
    .bnr-topic {
        font-size: 40px;
    }
*/
}

@media (max-width: 1199px) and (min-width: 768px) {}

@media (max-width: 767px) {
    .mobi-home {
        display: block !important;
    }
    .desk-home {
        display: none !important;
    }
    .ch-nav {
        position: absolute;
        /*
    background-color: rgba(255,255,255,1);
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid red;
*/
    }
    .flexslider {
        /*        display: none;*/
        height: 400px;
    }
    .flexslider .slides img {
        width: auto;
        height: 100%;
        display: block;
    }
    /*
    .main-bnr {
        background-image: url(../images/main-bnr.jpg);
        position: relative;
        background-position: center;
        height: 4800px;
        background-size: cover;
        background-position: bottom;
    }
*/
    .date-ven h2 {
        margin: 30px 0 30px 0;
        font-size: 18px;
    }
    /*
    .ch-header-social-media li a img {
        width: 50px;
    }
*/
    .ch-header-social-media {
        display: none;
    }
    .demo-gallery>ul>li {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 30%;
    }
    /*
    .bnr-topic {
        font-size: 24px;
        width: 70%;
        text-align: center;
        top: 200px;
        font-weight: 500;
    }
*/
    .hide-mobiles {
        display: none;
    }
    .place-data {
        margin-top: 20px;
        /*        padding-left: 12px;*/
    }
    .tab {
        float: none;
        width: 100%;
        height: 300px;
        height: 200px;
        overflow-y: auto;
    }
    /* Style the tab content */
    .tabcontent {
        float: left;
        padding: 0px 12px;
        /*    border: 1px solid #ccc;*/
        width: 100%;
        border-left: none;
        /*    height: 300px;*/
    }
}

@media (max-width: 480px) {
    /*
    .top-nav ul li {
        float: left;
        width: 25%;
        margin: 0;
        padding: 10px 2px;
    }
    
    .top-nav ul li a {
        font-size: 12px;
    }
*/
    .ch-header-social-media {
        display: none;
    }
    .demo-gallery>ul>li {
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
    .hide-mobiles-sm {
        display: none;
    }
}