/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 13 Jan, 2018, 12:48:03 AM
    Author     : Pc
*/

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

p {
    line-height: 1.7em;
}

h4 {
    font-size: 20px;
    color: #58585b;
    font-weight: 500;
    letter-spacing: 1px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600px;
    color: #808284;
}

.c-20 {
    color: #d1d2d4;
}

.c-40 {
    color: #a7a9ab;
}

.c-60 {
    color: #808284;
}

.c-80 {
    color: #58585b;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-11 {
    font-size: 11px;
}

.f-10 {
    font-size: 10px;
}

.f-13 {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.fontWeight300 {
    font-weight: 300;
}

.fontWeight400 {
    font-weight: 400;
}

.fontWeight700 {
    font-weight: 700;
}

.fontWeight600 {
    font-weight: 600;
}

.ls-10 {
    letter-spacing: 10px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-0-5 {
    letter-spacing: 0.5px;
}

.txtNormal {
    font-weight: normal;
}

.border-left-1 {
    border-left: 2px solid #dedede;
}

.b-b-2 {
    border-bottom: 1px solid #dedede;
}

.b-t-2 {
    border-top: 1px solid #d1d2d4;
    line-height: 18px;
    margin-top: 9px;
    width: 100%;
}

.b-t-1 {
    border-top: 1px solid #dedede;
}

.font-4-5 {
    font-size: 4.5rem;
}

.font-remp8 {
    font-size: 0.8rem;
}

.font-remp9 {
    font-size: 0.9rem;
}

.width-100 {
    width: 100%;
}

.p-t-per-15 {
    padding-top: 15%;
}

.p-t-per-12 {
    padding-top: 12%;
}

.main-menu {
    height: 75px;
}

.navbar {
    width: 99%;
}

.main-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid {
    width: 87%;
}

#home {
    height: 100vh;
}

.page_title {
    position: relative;
    display: block;
    height: 400px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10%;
}

.page_title:before {
    content: "";
    width: 70px;
    height: 400px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.page_title:after {
    content: "";
    width: 70px;
    height: 400px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.page_title h1 {
    color: #58585b;
    font-size: 60px;
    margin: 10px 0px 20px 0px;
    letter-spacing: 10px;
}

.page_title img {
    position: relative;
    top: -20px;
}

.featured_content {}

.featured_img {
    width: 100%;
}

.video_player_iframe {
    border: 0px;
    width: 100%;
    height: 450px;
}

img:hover {
    opacity: 0.85;
}

iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}


/*Featurred image */

.wrapper_fc {
    /* media-req */
    width: 100%;
    padding: 120px 0px 0px 45px;
}

.wrapper_fc p:nth-child(2) {
    margin: 30px 0px 0px 0px;
}

.wrapper_fc p:nth-child(3) {}

.wrapper_fc p:nth-child(4) {
    margin: 0px;
}


/*Featurred image end */

.wrapper_video {
    /* media-req */
    width: 100%;
    padding: 20px 0px 0px 10px;
    height: 457px;
    overflow: hidden;
}

.article_title_video:before {
    content: "";
    width: 30px;
    height: 100px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.article_title_video p:nth-child(1) {
    margin: 0px 0px 0px 0px;
    line-height: 23px;
}

.article_title_video p:nth-child(2) {
    margin: 5px 0px 0px 0px;
}

.article_title_video {
    height: 100px;
    width: 100%;
    position: relative;
    display: block;
    padding: 25px 0px 0px 30px;
    margin: 20px 0px 15px 0px;
}

.video_titleStyle1 {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 3px;
    padding-top: 10px;
}

.titleStyle1 {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 3px;
    padding-top: 10px;
}

.titleStyle1:hover {
    color: #d01520;
}

.video_text {
    padding-bottom: 15px;
    padding-top: 20px;
}

.category-title {
    margin: 110px 0px 50px 0px;
}

.sub-cat div {
    margin-bottom: 30px;
}

.sub-cat div a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #a7a9ab;
    text-decoration: none !important;
    padding: 5px 15px 5px 15px;
}

.sub-cat div a:hover {
    background-color: #d01520;
    color: #fff;
    font-weight: 400;
}

.active {
    background-color: #d01520;
    color: #fff !important;
    font-weight: 300 !important;
}

.letter_nav a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #cccccc;
    text-decoration: none !important;
    padding: 5px 5px 5px 5px;
}

.letter_nav a:hover {
    color: #d01520 !important;
    font-weight: 400;
}

.active_1 {
    color: #d01520 !important;
    font-weight: 300 !important;
}

.spirit_palette {
    border: 2px solid #ddd;
    padding: 0px 20px 0px 20px;
    text-align: center;
    height: 445px;
}

.sprit_iocn_md {
    width: 90px;
    margin: 45px auto 10px auto;
    height: auto;
    border-radius: 50%;
    text-align: center;
}

.copyrightStyle {
    font-size: 8px;
    color: #a7a9ab;
    position: absolute;
    width: 200px;
    right: -95px;
    bottom: 93px;
    float: left;
    -moz-transform: rotate(-90deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90deg);
    /* IE6,IE7 */
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90deg);
}

.copyrightStyle a {
    color: #a7a9ab;
    text-decoration: none !important;
}

.copyrightStyle a:hover {
    color: #a7a9ab;
}

.article_copy {
    font-size: 8px;
    color: #a7a9ab;
    text-transform: uppercase;
    position: absolute;
    width: 200px;
    top: 143px;
    right: -87px;
    float: left;
    -moz-transform: rotate(-90deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90deg);
    /* IE6,IE7 */
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90deg);
}

.btn {
    background-color: #fff;
    position: relative;
    display: block;
    height: 55px;
    line-height: 45px;
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #808284;
    margin-top: 30px;
}

.btn:before {
    content: "";
    width: 30px;
    height: 55px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.btn:after {
    content: "";
    width: 30px;
    height: 55px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.article_copy a {
    color: #a7a9ab;
    text-decoration: none !important;
}

.article_copy a:hover {
    color: #a7a9ab;
}

.featured_spirit {
    margin: 0% 0% 0% 5%;
    height: 100%;
    padding: 0px 30px 0px 30px;
    width: 95%;
}

.featured_spirit .sprit_iocn_md {
    margin: 20% auto 5% auto;
}

.article {
    margin-left: -22px !important;
    margin-right: -22px !important;
}

.spacer {
    height: 435px;
    margin-bottom: 50px;
}

.spacer p:nth-child(2) {
    min-height: 50px;
}

.spacer:nth-child(odd) {
    padding-right: 22px;
    padding-left: 22px;
}

.spacer:nth-child(even) {
    padding-right: 22px;
    padding-left: 22px;
}

.travel-with-us-wrapper {
    margin: 0% 0% 0% 5%;
    width: 95%;
    padding: 0px 30px 0px 30px;
    border: 2px solid #ddd;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: 596px;
}

.travel-with-us-wrapper-text {
    padding: 35px 30px 0px 30px;
    text-align: center;
    width: 100%;
    height: 120px;
}

.travel-with-us-wrapper-text .title {
    line-height: 20px;
}

.travel-with-us-wrapper-text p {
    margin-bottom: 0px;
}

.travel-with-us-wrapper-text2 {
    padding: 20px 30px 0px 30px;
    text-align: center;
    width: 100%;
    height: 185px;
}

.travel-with-us-wrapper hr {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #d1d2d4;
}

.travel-with-us-wrapper-text2 hr {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #d1d2d4;
}

.price {
    margin-top: 5px;
}

.travel_healing_link {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 300;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 50px 5px 50px;
    background-color: #58585b;
    text-decoration: none !important;
}

.travel_healing_link:hover {
    background-color: #d01520 !important;
    color: #fff;
}

.content_img {
    width: 100%;
    height: 250px;
    background-size: cover;
    cursor: pointer;
}

.video_article {
    height: 450px;
    overflow: hidden;
}

.more_article {
    margin: 50px 0 50px 0;
}

.btn-more-article {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 300;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 20px 5px 20px;
    background-color: #d01520;
    text-decoration: none !important;
}

.btn-more-article:hover {
    background-color: #f70000 !important;
    color: #fff !important;
}

.add_block {
    width: 100%;
    height: auto;
}

.tagStyle {
    border: 1px solid #dedede;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    color: #a7a9ab;
    padding-bottom: 2px;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footerElm {
    font-size: 10px;
    color: #a7a6a6;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.m-b-13 {
    margin-bottom: 13px;
}

.footBtn {
    background-color: #fff;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #808284;
    margin-top: 30px;
}

.footBtn:before {
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.footBtn:after {
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.copyrightStyle {
    color: #cccccc;
    font-size: 8px;
    text-transform: uppercase;
}

.copy {
    color: #cccccc;
    font-size: 10px;
    text-transform: uppercase;
}

.subHead {
    font-weight: 700;
    font-size: 1.12rem;
}

.lt_circle_img {
    height: 57px;
    width: 57px;
    border-radius: 50%;
}

.left_article {
    padding-left: 6%;
    max-width: 400px;
    margin-bottom: -18px;
}

.left_article p:nth-child(1) {
    line-height: 17px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.left_article p:nth-child(1) :hover {
    color: #d01520;
}

.left_article p:nth-child(2) {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 11px;
}

.left_article p:nth-child(2) :hover {
    color: #d01520;
}

.left_article p:nth-child(3) {
    font-size: 12px;
    line-height: 18px;
    text-align: left !important;
}

.left_article a {
    text-decoration: none;
}

.show-on-mobile-only {
    display: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


/*  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1900px) {
    .content_img {
        height: 344px;
    }
    .video_article {
        height: 542px;
        /* background-color: #ccc; */
    }
}

@media (min-width: 1600px) and (max-width: 1899px) {}

@media (min-width: 1366px) and (max-width: 1599px) {}

@media (min-width: 1281px) and (max-width: 1365px) {}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .show-on-mobile-only {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
    .footer_margin {
        margin-top: 39px;
    }
    .footer_margin h5 {
        font-size: 12px;
    }
    .sub-cat div {
        margin-bottom: 9px;
    }
    .left_adj {
        padding-left: 13%;
        padding-right: 4px;
    }
    .h5 {
        line-height: 21px;
        font-size: 14px;
    }
    .navbar-header .logo {
        width: 65%;
    }
    #home {
        height: 750px;
    }
    .page_title {
        /*height: 700px;*/
        margin-top: 45px;
        position: relative;
        display: block;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 1%;
    }
    .page_title:after {
        /*height: 700px;*/
        height: 100%;
        top: 15px;
    }
    .page_title:before {
        /*height: 700px;*/
        height: 100%;
        top: 15px;
    }
    .page_title h1 {
        font-size: 42px;
        margin: 10px 0px 28px 0px;
    }
    .main-menu {
        height: 86px;
    }
    .page_title img {
        width: 26%;
    }
    .page_title br {
        display: none;
    }
    .page_title p {
        font-size: 16px;
    }
    .featured_img {
        width: 126%;
        margin-left: -13%;
    }
    .video_player_iframe {
        width: 126%;
        margin-left: -13%;
        height: 450px;
    }
    .wrapper_fc {
        padding: 25px 0px 0px 0px;
    }
    .wrapper_fc p:nth-child(2) {
        margin: 20px 0px 43px 0px;
    }
    .wrapper_video {
        margin-top: 3px;
    }
    .bottom_more_article {
        position: relative;
    }
    .at_sp_sep {
        display: none;
    }
    .at_sp_txt {
        font-size: 12px;
        text-align: center;
    }
    .letter_nav div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content_img {
        height: 199px;
    }
    .video_article {
        height: 408px;
        margin-bottom: 0px;
    }
}


/* END RESPONSIVE CSS
-------------------------------------------------- */


/* 


*/