/*red: rgba(199, 29, 34, 0.8)*/
body {
	height: 100%;
	min-height: 100%;
	font-family: 'Lato', sans-serif;
}
* {
	/*transition: all 300ms;*/
	-webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
p, li {
	letter-spacing: 0.5px;
}
@font-face {
    font-family: FontinSans;
    src: url(https://192.232.233.149/~segaravillage/themes/demo/assets/fonts/fontin-sans-regular.otf);
}
.pricecompare {
	position: fixed;
	bottom: 80px;
	right: 1%;
	z-index: 10000;
}
.home-header-sgr {
	height: calc(100vh - 78px);
	padding-left: 0px;
	padding-right: 0px;
}
.home-header-img {
	height: calc(100vh - 78px);
}
.view-dtl {
	position: absolute;
	right: 10%;
	bottom: 2%;
}
.logo-sgr img {
	height: 100px;
}
.widget-logo img {
	height: 100px;
}
.navbar-sgr {
	font-family: 'Lato' !important;
}
.navbar-default{
	background: #fff !important;
}
.ci-co-label {
	display: block;
	max-width: 100%;
	margin-bottom: 0px;
	font-weight: 700;
	margin-top: -15px;
	position: absolute;
}
#footer {
   /*position:absolute;*/
   bottom:0;
   width:100%;
   height:300px;
}
.home-header-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-shadow: 2px 2px #000;
}
.home-header-text h2{
	text-transform: uppercase;
}
.home-header-text hr{
	width: 5%;
	border-top: 2px solid #fff;
	margin-left: 0px;
}
.btn-sgr {
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	background: rgba(199, 29, 34, 0.8);
	color: #fff;
}
.book-btn-sgr {
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	/*background: rgba(199, 29, 34, 0.8);*/
	background-image: linear-gradient( 0deg, #9c161b 8%, #b3191f 46%, #c71d22 53%, #861317 100% );
	box-shadow: 0 0 0px 2px white inset;
	border: 2px solid #861317;
	color: #fff;
}
.book-btn-sgr:hover {
	background: #d2141d;
	color: #fff;
}
.sbscrb-parent {
    display: table;
    width: 100% !important;
    padding-bottom: 10px;
}
.sbscrb-child {
    display: table-cell;
    height: 42px;
    vertical-align: middle;
}
.book-widget-container {
	border-bottom: 1px solid #ddd;
	font-style: italic;
}
.book-widget-container .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0px;
	margin-right: 20px;
	padding-left: 0px;
	width: 160px;
	color: #333;
}
.book-widget-container .form-inline {
	text-align: center;
}
.book-widget-container .modify-book {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-left: 20px;
}
.book-widget-container a{
	color: #333;
}
#guestDiv {
	position: absolute;
	bottom: -10%;
	z-index: 1;
	background: #fff;
	padding: 30px 20px 20px 20px;
	box-shadow: 0px 0px 3px 2px #ddd;
}
#openGuest {
	margin-left: 0px;
	margin-right: 20px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
#guestDiv label{
	position: absolute;
	top: 10px;
}
.footer_center {
	padding-bottom: 15px;
	background: #e7e7e7;
}
.footer_bottom {
	background: rgba(28,13,13,0.8);
}
.content-container-sgr hr{
	width: 5%;
	margin-left: 0px;
	border-top: 2px solid #ddd;
}
.content-container-sgr h1{
	text-transform: uppercase;
	color: rgba(199, 29, 34, 0.8);
	font-size: 25px;
}
.content-container-sgr .welcome-content i{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: rgba(199, 29, 34, 0.8);
}
.welcome-content {
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: justify;
}
.welcome-content h1{
	margin-top: 0px;
}
.welcome-content-right {
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}
.welcome-content-right button{
	margin-bottom: 10px;
	display: inline-block;
}
.welcome-content-right .fa-ul{
	margin-left: 0px;
}
.welcome-content-right li{
	display: inline-block;
	font-size: 25px;
	margin-right: 10px;
}
.welcome-content-right li i{
	color: rgba(199, 29, 34, 0.8);
	font-size: 20px;
}
.row-wlcm {
	margin-right: 0px;
	margin-left: 0px;
}
.red-txt {
	color: rgba(199, 29, 34, 0.8);
}
.activities-content {
	margin-top: 25px;
}
.activities-content h1{
	text-align: center;
}
.activities-content hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
.sanctuary-img {
	height: 350px;
	background-position: center !important;
}
.fc-sv-content {
	margin-top: 40px;
	margin-bottom: 25px;
}
.fc-sv-content h1{
	text-align: center;
}
.fc-sv-content hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
.fc-sv-content .list-facilities i{
	color: rgba(199, 29, 34, 0.8);
	padding-bottom: 10px;
}
.fc-sv-content a{
	color: rgba(199, 29, 34, 0.8);
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	margin-top: 40px;
}
.pckg-content {
	margin-top: 40px;
	margin-bottom: 25px;
}
.pckg-wrapper {
	margin-bottom: 20px;
}
.pckg-wrapper img{
	height: 230px;
	width: 100%;
}
.pckg-content h1{
	text-align: center;
}
.pckg-content hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
.pckg-content i{
	text-align: center;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.uncover-content {
	margin-top: 40px;
	margin-bottom: 25px;
}
.uncover-content h1{
	text-align: center;
}
.uncover-content hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
.uncover-box {
	height: 260px;
	width: 100%;
	background: #fff;
	padding: 20px 0px 20px 20px;
	box-shadow: 0px 0px 5px 1px #ddd;
	text-align: center;
	margin-bottom: 30px;
}
.uncover-box:before {
	content: '';
	background-image: url(../images/ornament.png);
	position: absolute;
	right: 2.5%;
	background-size: cover;
	top: 0;
	height: 89%;
	width: 44%;
	opacity: 0.1;
}
.uncover-box h2{
	margin-top: 0px;
	text-align: center;
	color: rgba(199, 29, 34, 0.8);
	font-size: 18px;
}
.uncover-box hr{
	margin-bottom: 10px;
	margin-top: 10px;
}
.uncover-box p{
	font-size: 13px;
	text-align: justify;
}
.uncover-box a{
	color: rgba(199, 29, 34, 0.8);
}
.uncover-img-container {
	padding-right: 0px;
}
.uncover-img-container img{
	padding-top: 20px;
}
.location-content {
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
}
.location-col {
	padding-left: 0px;
	padding-right: 0px;
}
.location-col-right {
	padding: 50px 30px;
	background: #3f3f3f;
	height: 500px;
}
.location-col-right .row{
	margin-bottom: 15px;
}
.location-content h1{
	text-align: center;
	color: rgba(199, 29, 34, 0.8);
	text-transform: uppercase;
    font-size: 25px;
}
.location-content hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
.location-content i {
	color: orange;
	font-size: 25px;
}
.location-content a {
	color: orange;
}
.location-content h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	color: orange;
}
.location-col-right a{
	padding-left: 15px;
}
.custom-form-btn {
    padding: 10px 16px !important;
    background: rgba(199, 29, 34, 0.8);
    color: #FFF;
    font-weight: bold;
    border-radius: 0px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.custom-form-btn:hover {
    background: #C3A26C;
    color: #FFF;
}
.custom-text-box {
    padding: 10px 16px !important;
    width: 100%;
    height: 42px !important;
    font-style: italic;
}
.widget-title {
    color: #8c734a;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
}
.footer-contact-container {
    position: relative;
    padding-top: 10px;
}
.footer-menu a, .footer-menu {
    list-style: none;
    color: #8C734A;
    font-size: 15px;
}
.footer-menu li {
    padding: 15px 0px 0px 0px;
}
.footer-top {
    padding:20px 0px 40px 0px;
}
.footer-top .center-it {
    height: auto;
}
.hotel-address-footer {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 100px;
}
.vertical-center {
    display: inline-block;
    vertical-align: middle;
}
.footer-logo {
    text-align: center;
}
.socmed-container {
    text-align: center;
}
.activities-carousel h4 {
	color: rgba(199, 29, 34, 0.8);
	text-align: center;
	font-style: italic;
}
.activities-carousel p {
	text-align: center;
}
.activities-carousel a {
	color: rgba(199, 29, 34, 0.8);
	text-align: center;
	display: block;
	margin-top: 10px;
}
.activities-carousel .owl-prev {
	position: absolute;
    top: 40%;
    font-size: 40px !important;
    left: 2%;
    display: block;
}
.activities-carousel .owl-prev i{
	color: #fff;
    opacity: 0.5;
}
.activities-carousel .owl-next {
	position: absolute;
    top: 40%;
    font-size: 40px !important;
    left: 45%;
    display: block;
}
.activities-carousel .owl-next i{
	color: #fff;
    opacity: 0.5;
}
.activities-carousel hr {
	border-top: 1px solid rgba(199, 29, 34, 0.8);
	width: 10%;
}
.activities-txt p{
	text-align: justify;
}
.pckg-txt {
	background: #f4f4f4;
	padding: 15px 25px;
	width: 100%;
	min-height: 240px;
}
.pckg-txt h2{
	margin-top: 0px;
	text-align: left;
    font-size: 16px;
    line-height: 25px;
}
.pckg-txt span{
	color: rgba(199, 29, 34, 0.8);
	/*text-align: center;
	display: block;
	font-size: 20px;*/
}
.pckg-txt hr{
	width: 20%;
}
.pckg-txt p{
	text-align: justify;
}
.pckg-txt a{
	text-align: center;
	display: inline-block;
}
.pckg-txt .book-btn-sgr {
	margin-top: 17px;
	position: absolute;
	bottom: 5%;
}		
.pckg-txt i{
	display: inline-block !important;
}
.insta-widget {
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
.insta-widget h1{
	text-align: center;
	text-transform: uppercase;
    color: rgba(199, 29, 34, 0.8);
    font-size: 25px;
}
.insta-widget hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin: 25px auto;
}
a.insta-widget-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #999;
    width: 195px;
    padding: 10px;
}
.insta-widget-col {
	margin-top: 15px;
	margin-bottom: -5px;
}
.image-box{
	margin-left: 4px !important;
}
.book-mobile-container {
	padding: 20px;
}
.book-mobile-container a{
	text-align: center;
	display: block;
}
.page-header-sgr {
	height: 60vh;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.overlay-dark {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.page-header-title {
	position: absolute;
	bottom: 30px;
	left: 50px;
	color: #fff;
	text-transform: uppercase;
}
.page-header-title h1{
	margin-bottom: 10px;
	font-size: 45px;
}
.page-header-title h3{
	margin-top: 0px;
}
.bread-crumb {
	padding: 20px;
	text-transform: uppercase;
}
.bread-crumb a{
	padding-right: 5px;
	color: #000;
}
.bread-crumb span {
	padding-left: 5px;
}
.bread-crumb .container {
	padding-left: 0px;
}
.why-book-col {
	border: 1px solid #000;
	text-align: center;
	padding: 15px;
}
.why-book-col h1{
	font-size: 29px;
}
.why-book-col ul{
	text-align: left;
	padding-left: 15px;
}
.why-book-col ul li {
	text-indent: -13px;
	padding-bottom: 10px;
	font-size: 16px;
}
.why-book-col ul li i{
	color: rgba(199, 29, 34, 0.8);
	font-size: 20px;
}
.so-container {
	margin-bottom: 20px;
}
.so-container h1{
	color: rgba(199, 29, 34, 0.8);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}
.so-container hr{
	border-color: #000;
}
.so-container h1 span{
	color: #000;
}
.so-container p {
	line-height: 25px;
	font-size: 14px;
}
.so-row-content {
	margin-top: 15px;
}
.so-row-content h2{
	text-transform: uppercase;
	font-size: 26px;
}
.so-row-content ul{
    margin-left: 17px;
}
.so-row-content ul li{
    text-indent: -9px;
    padding-bottom: 4px;
}
.so-row-content ul li i{
    color: rgba(199, 29, 34, 0.8);
}
.so-row-content .book-btn-sgr {
	margin-right: 10px;
}
.so-carousel .owl-prev {
	position: absolute;
	top: 45%;
	left: 2%;
	font-size: 18px !important;
	color: #000 !important;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #fff !important;
}
.so-carousel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	padding-top: 4px !important;
	padding-right: 3px !important;
}
.so-carousel .owl-next {
	position: absolute;
	top: 45%;
	right: 2%;
	font-size: 18px !important;
	color: #000 !important;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #fff !important;
}
.so-carousel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	padding-top: 4px !important;
	padding-left: 3px !important;
}
/*slick*/
.overview-so-img-container {
    position: relative;
    width: 100%;
}
.overview-so-img-container:before {
    content: "";
    display: block;
    padding-top: 400px;
}
.overview-so-img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    background-position: center !important;
}
.slide-paging-img-container {
    position: relative;
    width: 100%;
}
.slide-paging-img-container:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.slide-paging-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
    margin: 3px 3px 2px 1px;
}
.slick-dots li {
    margin: 0px !important;
    width: 5.2% !important;
    height: auto !important;
}
.slick-dots {
    position: relative !important;
    text-align: left !important;
    bottom: auto !important;
    font-size: 0 !important;
}
.slick-prev {
    left: 0px!important;
    z-index: 9;
}
.slick-next {
    right: 0px!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px !important;
}
.slick-prev, .slick-next {
    width: 33px !important;
    height: 30px !important;
}
@media only screen and (max-width: 767px) {
    .slick-dots li {
        margin: 0px !important;
        width: 10% !important;
        height: auto !important;
    }
    .slick-prev, .slick-next {
        top: 150px !important;
    }

}
/*slick end*/

/*isotope*/
.gallery {
	margin-top: 80px;
	margin-bottom: 20px;
}
.grid-item,
.grid-sizer {
    width: 50%
}
.grid-item {
    margin-top: 0px;
    padding: 0px
}
.grid-item img {
    width: 100%;
    display: block;
    height: auto
}
.lg-backdrop,
.lg-outer {
    z-index: 99999
}
.filter-button-group {
    margin-bottom: 20px;
    text-align: left;
}
.filter-button {
    text-align: center;
    padding: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0px;
    line-height: 20px;
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
}
.filter-button a {
    display: block;
    padding: 7px
}
.filter-button.is-checked {
    color: rgba(199, 29, 34, 0.8);
}
.filter-button:hover {
    cursor: pointer;
}
.gallery-container p {
    font-size: 19px;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.gallery-container {
	    padding: 0px 25px;
	    margin-top: 50px;
	}
}
@media screen and (min-width: 992px){
    .grid-item, .grid-sizer {
        width: 25%;
    }
    .grid-item {
        margin-top: 0px;
        padding: 5px;
    }
    .gallery-container p {
        color: rgba(0,0,0,0.40);
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .activities-txt {
		padding-top: 50px;
	}
} 
/*isotope end*/

.so-modal .modal-content{
	padding: 20px;
}
.so-modal ul{
    margin-left: 17px;
}
.so-modal ul li{
    text-indent: -9px;
    padding-bottom: 10px;
}
.so-modal ul li i{
    color: rgba(199, 29, 34, 0.8);
}
#map {
    width: 100%;
    height: 400px
}
.map-label {
    position: absolute;
    z-index: 2;
    background: #F6F4F1;
    margin: 10px;
    padding: 15px
}
.map-label h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    color: #44280F;
    font-weight: 400
}
.map-label a {
    text-decoration: underline;
    font-size: 12px;
    color: #44280F
}
.map-logo {
    width: 80px;
    margin-bottom: 10px
}
.map-logo img {
    width: 100%;
    display: block
}
.contact {
    padding: 40px 0px
}
.contact-container {
    padding: 0px 25px
}
.contact-desc {
    margin-bottom: 20px
}
.contact-desc ul {
    padding: 0;
    margin: 0
}
.contact-desc ul.no-list li {
    list-style: none;
    margin-left: 0px
}
.contact-desc ul li {
    list-style: disc;
    padding: 3px 0px;
    margin-left: 18px
}
.contact-desc ul li span {
    display: inline-block;
    max-width: 250px;
    padding-left: 5px;
    vertical-align: top
}
.contact-desc h1 {
    font-size: 19px;
    line-height: 25px;
    color: #55463F;
    text-transform: capitalize;
    font-variant: small-caps;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center
}
.hr-sgr:before {
	content: "";
}
.hr-sgr-ornament {
    display: block;
    border-top-color: transparent;
    margin-top: 28px;
    margin-bottom: 32px;
    overflow: visible;
    margin: 45px auto !important;
}
.hr-sgr-ornament:before {
	background-image: url(../images/logo-only.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	height: 22px;
	display: block;
	width: 100%;
	margin-top: -12px;
}
.ac-detail-container {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ac-detail-container h1{
	margin-top: 0px;
	text-transform: uppercase;
}
.ac-detail-container hr{
	width: 10%;
	border-color: rgba(199, 29, 34, 0.8);
	margin-left: 0px;
}
.ac-detail-right-col {
	border-left: 1px solid #ddd;
}
.ac-detail-right-col button{
	display: block;
}
.ac-detail-right-col .book-btn-sgr{
	color: #fff;
}
.ac-detail-right-col .book-btn-sgr:hover{
	color: #fff;
}
.ac-detail-right-col a{
	display: block;
	font-size: 16px;
	color: grey;
	margin-top: 10px;
}
.ac-detail-right-col a:hover{
	color: rgba(199, 29, 34, 0.8);
	text-decoration: none;
}
.ac-detail-right-col i{
	color: rgba(199, 29, 34, 0.8);
	margin-bottom: 15px;
}
.list-ac hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 20%
}
.ac-detail-carousel {
	/*margin-top: 30px;*/
}
.ac-detail-carousel .owl-prev {
	position: absolute;
	top: 37%;
	font-size: 50px !important;
	color: #fff !important;
	left: 2%;
}
.ac-detail-carousel .owl-next {
	position: absolute;
	top: 37%;
	font-size: 50px !important;
	color: #fff !important;
	right: 2%;
}
.ac-detail-left-col {
	text-align: justify;
}
.ac-detail-left-col img{
	width: 100%;
}
.ac-detail-left-col ul {
	list-style: none;
	padding-left: 0px;
}
.ac-detail-left-col ul li{
	padding-bottom: 5px;
	text-align: left;
	text-indent: -7px;
    margin-left: 15px;
}
.ac-detail-left-col ul li i{
	color: rgba(199, 29, 34, 0.8);
    padding-right: 5px;
    font-size: 7px;
}
.ac-detail-left-col h2 span{
	color: rgba(199, 29, 34, 0.8);
}
.ac-detail-left-col button{
	margin-top: 10px;
}
.ac-detail-right-col .welcome-content-right {
	border-left: none;
	margin-top: 20px;
}
.ac-detail-right-col .welcome-content-right a{
	display: inline-block;
	margin-top: 0px;
}
.about-container-sgr {
	margin-top: 30px;
}
.abt-txt {
	text-align: justify;
	line-height: 24px;
}
.about-container-sgr h1 {
	text-align: center;
	margin-bottom: 0px;
	font-size: 25px;
	color: rgba(199, 29, 34, 0.8);
}
.about-container-sgr hr {
	border: 1px solid rgba(199, 29, 34, 0.8);
	width: 10%;	
}
.about-container-sgr .hr-sgr-ornament {
	margin: 35px auto !important;
}
.sgr-h1 {
	font-size: 25px;
	color: rgba(199, 29, 34, 0.8);
	text-transform: uppercase;
}
.circle {
	border-radius: 999em;
	background-color: rgba(199, 29, 34, 0.8);
	width: 46px;
	height: 46px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 46px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.decoration {
	position: relative;
}
.contact-wrapper p{
	margin-bottom: -5px;
}
.special-offer-widget {
	border: 1px solid rgba(140, 115, 74, 0.46);
	padding: 20px;
}
.special-offer-widget h2{
    text-transform: uppercase;
    font-size: 21px;
}
.special-offer-widget h4{
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(199, 29, 34, 0.8);
}
.special-offer-widget a{
    color: #fff;
}
.special-offer-widget-img {
	background-size: cover !important;
	height: 150px;
	width: 100%;
}
.side-socmed {
	margin-top: 10px;
	margin-bottom: 0px;
}
.side-contact {
	margin-bottom: 5px;
}
.career-container-sgr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.career-container-sgr h1{
	text-transform: uppercase;
	color: rgba(199, 29, 34, 0.8);
	margin-bottom: 15px;
}
.title-header-sgr {
	padding: 15px 20px !important;
	background: #f4f4f4;
	font-size: 20px;
	letter-spacing: 1px;
	color: rgba(199, 29, 34, 0.8);
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
}
/* media screen */
@media only screen and (min-width: 1024px) {
    .widget-title {
        text-align: left;
    }
    .socmed-container {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .footer-menu a, .footer-menu{
        text-align: center;
    }
    .ac-detail-right-col {
		text-align: center;
	}
	.list-ac hr {
		width: 100%;
	}
	.vertical-center {
		display: block;
	}
    .guest-detail-container{
        text-align: center;
    }
    .content-container-sgr {
		text-align: center;
	}
	.content-container-sgr hr{
		width: 100%;
	}
	.welcome-content-right {
		border-left: none;
	}
	.activities-carousel .owl-prev {
		position: absolute;
	    top: 20%;
	    font-size: 40px !important;
	    left: 2%;
	    display: block;
	}
	.activities-carousel .owl-prev i{
		color: #fff;
		opacity: 0.5;
	}
	.activities-carousel .owl-next {
		position: absolute;
	    top: 20%;
	    font-size: 40px !important;
	    left: unset;
	    right: 2%;
	    display: block;
	}
	.activities-carousel .owl-next i{
		color: #fff;
		opacity: 0.5;
	}
	.activities-carousel .col-md-8 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.pckg-wrapper img {
		width: 100%;
		height: auto;
	}
	.pckg-txt {
		margin-bottom: 10px;
	}
	.uncover-box {
		height: auto;
	}
	.uncover-img-container {
		padding-left: 0px;
	}
	.uncover-box {
		padding: 10px;
	}
	.footer_bottom .list-inline>li{
		padding-right: 0px;
	}
	.location-col-right {
		height: auto;
	}
	.logo-sgr {
		padding: 10px;
	}
	.logo-sgr img{
		/*width: 60px;*/
	}
	.location-col {
		margin-bottom: -5px;
	}
	.navbar-sgr .logo-sgr {
		left: 0 !important;
	}
	.navbar-sgr .navbar-right {
		font-size: 12px;
	}
	.navbar-sgr .navbar-right li a{
		padding-right: 10px;
		padding-left: 10px;
	}
	.navbar-sgr .navbar-right .book-btn-sgr{
		margin-top: 8px;
		margin-right: 12px
	}
}
@media screen and (min-width: 768px) {
	.navbar-sgr .logo-sgr {
		padding: 5px 10px;
		position: absolute;
		background: #fff;
		/*box-shadow: 0px 0px 3px 2px #ddd;*/
	}
	.ac-detail-left-col img{
		height: 550px;
	}
	.footer-center-txt {
		margin-top: 20px;
	}
	.ac-detail-left-col {
		padding-right: 35px;
		padding-left: 35px
	}
	.ac-detail-left-col ul {
		column-count: 3;
	}
	.career-container-sgr ul{
		column-count: 3;
	}
	.so-right-col {
		height: 369px;
	}
	.so-right-col .book-btn-sgr{
		position: absolute;
		bottom: 0;
	}
	.so-right-col .submit-enq{
		position: absolute;
		bottom: 8px;
		left: 170px;
	}
	.inclussion-overflow {
		height: 115px;
		overflow: hidden;
	}
}
@media screen and (min-width: 992px) {
	.navbar-sgr {
		height: 78px;
	}
	.activities-carousel .decoration:before {
		content: '';
		background: url(https://192.232.233.149/~segaravillage/themes/demo/assets/images/ornament.png) repeat-x;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -17%;
		height: 350px;
		width: 119%;
		background-size: cover!important;
		opacity: 0.1;
		display: block;
		z-index: -1;
	}
	.nav-menu {
		padding-top: 15px;
	}
	.navbar-sgr .navbar-nav>li>a {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.navbar-sgr .book-btn-sgr {
		margin-top: 8px;
		margin-left: 10px;
	}
	.home-header-text {
		padding-left: 90px;
		padding-right: 90px;
	}
	.list-facilities  {
		padding-left: 110px;
	}
	.list-facilities  i {
		padding-right: 5px;
	}
	.insta-widget {
		margin-bottom: 30px;
	}
	.decoration:before {
		content: '';
		background: url(https://192.232.233.149/~segaravillage/themes/demo/assets/images/ornament.png) repeat-x;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -17%;
		height: 100%;
		width: 117%;
		background-size: cover!important;
		opacity: 0.1;
		display: block;
		z-index: -1;
	}
}
@media screen and (min-width: 1025px) {
	.content-container-sgr {
		margin-top: 30px;
		padding-left: 90px;
		padding-right: 90px;
	}
	.book-widget-container {
		padding: 20px 90px;
	}
	.navbar-sgr .logo-sgr {
		left: 90px;		
	}
	.nav-menu {
		padding-right: 85px;
	}
}
@media screen and (max-width: 1024px) {
	.book-widget-container {
		padding: 20px 0px;
		margin-bottom: 15px;
	}
	.navbar-sgr .navbar-right {
		margin-right: 0px;
	}
}
@media screen and (max-width: 500px) {
	.navbar-sgr .navbar-right .book-btn-sgr {
		margin-left: 10px;
	}
	.navbar-sgr .navbar-toggle {
		margin-top: 45px;
		margin-right: 30px;
	}
	.ac-detail-left-col {
		text-align: justify;
		padding: 30px;
		margin-top: 40px;
	}
	.ac-detail-left-col .row{
		padding-right: 15px;
		padding-left: 15px;
	}
	.gallery {
		margin-top: 125px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-contact-map {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about-container-sgr {
	    margin-top: 110px;
	}
	.about-container-sgr hr {
	    width: 100%;
	}
	.list-inline>li {
		padding-right: unset !important;
		padding-left: unset !important;
	}
	.ac-detail-container .ac-detail-left-col {
		padding: 10px;
		margin-top: 92px;
	}
	.view-dtl {
		position: relative;
		margin-top: 10px;
		right: unset;
		bottom: unset;
	}
	.pckg-txt a {
		display: block;
	}
	.sanctuary-img {
		height: 200px;
	}
	.activities-carousel .owl-prev {
		top: 13%;
		font-size: 25px !important;
		left: 2%;
	}
	.activities-carousel .owl-next {
		top: 13%;
		font-size: 25px !important;
		right: 2%;
	}
	.activities-carousel .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.side-contact {
		margin-bottom: 0px;
	}
	.career-container-sgr {
		margin-top: 140px;
	}
	.home-header-sgr {
		height: 222px;
		margin-top: 120px;
	}
	.home-header-img {
		background-size: contain;
		height: 100%;
	}
	.uncover-box:before {
	    display: none;
	}
	.pckg-txt .book-btn-sgr {
		position: relative;
	}
	.fc-sv-content {
		margin-top: 0px;
	}
}
@media screen and (max-width: 570px) {
	.contact-container {
		padding: 0px;
		margin-top: 95px;
	}
}
@media screen and (min-width: 1400px) {
	.sanctuary-img {
		height: 400px;
	}
	.activities-carousel .owl-next {
		top: 45%;
	}
	.activities-carousel .owl-prev {
		top: 45%;
	}
	.activities-carousel p {
		line-height: 25px;	
	}
	.activities-carousel h4 {
		font-size: 25px;
	}
	.uncover-box {
		height: 315px;
	}
	.uncover-box h2{
		margin-top: 30px;
	}
	.uncover-img-container img{
		padding-top: 24px;
	}
	.navbar-sgr .navbar-nav>li>a {
		font-size: 17px;
	}
	.navbar-sgr .dropdown-menu>li>a {
		padding-bottom: 10px;
	}
	.decoration:before {
		left: -38%;
	}
	.welcome-content {
		line-height: 24px;
	}
	.pckg-wrapper img{
		height: 290px;
		width: 100%;
	}
	.pckg-txt {
		background: #f4f4f4;
		padding: 25px 25px;
		width: 100%;
	}
	.pckg-txt h2{
		font-size: 20px;
	}
	.pricecompare {
		bottom: 10%;
	}
	.activities-carousel .decoration:before {
		height: 400px;
	}
}
/* end of media screen