﻿@charset "utf-8";
/*GENERAL RESET STYLES =============================================================*/
*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 {font-size:36px;}
h2 {font-size:28px;}  
h3 {font-size:22px;}  
h4 {font-size:18px;}  
h5 {font-size:16px;}  
h6 {font-size:12px;} 
a.link{
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	text-decoration:none;
}
	
body {
    font-family: 'latoregular';
    line-height:normal;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	margin:0px;
	padding:0px;
}

a{
	color:#FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	text-decoration:none;
}

.left{
	float:left;
}
.right{
	float:right;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:normal;
}
/*============================================================ */
.mrg_top{
	margin-top:30px;
}
.mrg_bot{
	margin-bottom:10px;
}
.mrg_top_bot{
	margin-top:30px;
}
.mrg_bot2{
	margin-bottom:32px;
}
.bg_col{
	background:#17a599;
}
.bg_col2{
	background:#434242;
}
.bg_col3{
	background:#2a2a2a;
}
.bg_col4{
	background:#C03;
}


/*font===============================*/
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 

/*header==============================*/
#header_top{
	width:100%;
	background:#fff;
	margin:0px;
	padding:10px 0px;
	/*position:fixed;
	top:0px;
	z-index:1000;*/
}
ul.hder-cont{
	margin:0px;
	padding:5px 0px;
	float:left;
}
ul.hder-cont li{
	float: left;
	margin:0 10px 0 0;
	font-size: 14px;
	vertical-align: middle;
	color: #011c85;
}
ul.hder-cont li .fa{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	color: #011c85;
	
	} 

ul.hder-social{
	margin:0px;
	padding:0px;
	float:right;
}
ul.hder-social li{
	float: left;
	margin:0 10px 0 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #4072c4;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-top: 10px;
}
ul.hder-social li:nth-child(1){
	width: auto;
	height: auto;
	background:none;
	padding:0;
}
ul.hder-social li:nth-child(2){
	background: #cc181e;
	padding-top: 10px;
	}
ul.hder-social li fa{
	float: left;
	margin:0 10px;
	color: #444;
	}

ul.contact_bar li{
	float:left;
	margin:0px 5px;
}
ul.contact_bar li a{
	color:#FFFFFF;
	font-size:14px;
	padding:0px 0px 0px 10px;
	line-height:30px;
}
ul.contact_bar li a:hover{
	color:#999999;
}
/*.header_bot{
	width:100%;
	background:rgba(50, 53, 62, 0.78);
	margin-top:10px;
	padding:10px 0px;
	position:absolute;
	top:3%;
	z-index:999;
*/
#main-menu{
	margin: 0;
	padding: 0;
	background: #011c85;
}
#main-menu .nav-justified > li{
	width: auto;
}
#main-menu .nav-justified > li > a{
	font-size: 14px;
	padding: 20px 43px;
}
#main-menu .nav-justified > li > a.active{
	background: #fff;
	color: #011c85;
}
/*#main-menu.navbar {
	min-height: 35px;
}*/
#main-menu.navbar-default{
	border:none;
}
#main-menu .nav-justified > li{
	background: url("../images/devider.jpg") right center no-repeat;
}
#main-menu .nav-justified > li:last-child{
	background:none;
}


/*--- slider-css --*/
.slider{
	margin:0;
	padding: 0;
	position: relative;
}
.inner-slider{
	margin:0;
	padding: 0;
	position: relative;
}
.inner-slider img{
	max-width: 100%;
}
a.add-trip-style{
	position: absolute;
	top: 20px;
	right: 9%;
	z-index: 1001;
}
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../images/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.form{
	width: 270px;
	min-height: 200px;
	position: absolute;
	top: 112px;
	left: 100px;
	z-index: 999;
	color: #fff;
	background: rgba(255, 255, 255, 0.50);
}
#nav-bar-form{
	padding: 20px;
}
#nav-bar-form a:hover{
	text-decoration:none;
	color:#CCC;	
}
#nav-bar-form .form-group{
	position: relative;
}
#nav-bar-form .fa.infield {
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 33px;
    width: 14px;
}
#nav-bar-form .fa{
	color: #011c86;
} 
#nav-bar-form label{
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
}
#ui-datepicker-div{
	width: 210px;
	z-index:1001 !important;
}
.logo{
	margin:0px;
	padding:20px;
	background: #011c85;
}
.logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.inner-logo{
	position: absolute;
	top: 20px;
	left: 105px;
	width: 18%;
	display: block;
	margin:0px;
	padding:20px;
	background: #011c85;
}
.inner-logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.responsive-logo{
	display: none;
}

/*section===============================*/
#section {
	padding:0px;
	margin:0px;
	background: #e4e4e5;
}

.wlcm-sec{
	background: #fff;
	padding: 20px;
	margin: 70px 0px 30px 0px;
}
.sec-1 p{
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #444;
}
.sec-1 p img{
	float: left;
	margin-right: 20px;
	box-shadow: 1px 1px 2px #9e9e9e;
}

.sec-2 p{
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #444;
	padding-bottom: 10px;
}
.sec-2 p img{
	float: right;
	margin-left:20px;
	margin-top: -20px;
}

h1.text_style{
	color:#011c83;
	font-weight:normal;
	font-style:normal;
	padding:0px;
	text-align:left;
	font-family:Monotype Corsiva;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2.text_style{
	color:#011c83;
	font-weight:normal;
	font-style:normal;
	padding:12px;
	font-size: 28px;
	text-align:justify;
}

/*facilities===============================*/
.facilities{
	margin: 0px;
	padding: 40px 20px 70px 20px;
}
.facilities h1{
	padding-bottom: 10px;
    color: #011c85;
    border-bottom: 1px solid #011c85;
    margin-bottom: 60px;

}
.fcltis-sec{
	background: #fff;
	padding: 20px;
	margin: 0px 0px;
}

.item{
	position: relative;
	background:#fff;
	padding:0;
	margin-bottom: 20px;
	min-height: 285px;
	margin-box-shadow: 1px 1px 2px #737373;
	-moz-box-shadow: 1px 1px 2px #737373;
	-ms-box-shadow: 1px 1px 2px #737373;
	-o-box-shadow: 1px 1px 2px #737373;
	-webkit-box-shadow: 1px 1px 2px #737373;
	box-shadow: 1px 1px 2px #737373;
	display: block;
	overflow: hidden;
}
.note-section{
	padding: 20px 0px;
	background: #444;
}
.note-section h3{
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-family: 'latoregular';
}

img.display{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.item_details{
	margin:0px;
	padding:8px 5px;
}

.item_details h3{
	color:#333333;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
.item_details p{
	color:#333333;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
.item_details_top{
	padding:8px 5px;
	margin:0px;
	border-bottom:1px solid #999;
}
.item_details_bot{
	padding:8px 5px;
	margin:0px;
}

.item_details2{
	margin:0px;
	padding-left:20px;
}

.item_details2 h3{
	color:#333333;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
.item_details2 p{
	color:#333333;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}


.view_bott{
	float:left;
	margin-top:10px;
	background:#417b64;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.view_bott a{
	color:#ff0b0b;
	font-size:14px;
	padding:15px 10px;
	text-align:center;
	font-weight:normal;
}
.view_bott a:hover{
	color:#000000;
}

.fclts-img{
	height: 150px;
	display: block;
	overflow: hidden;
}

.fclts-img img{
	width: 100%;
}
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover {
     transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}

/*gallery===============================*/
#gallery{
	margin:0px;
	padding:40px 0px;
}
#gallery h1{
	padding-bottom: 10px;
    color: #011c85;
    border-bottom: 1px solid #011c85;
    margin-bottom: 60px;
}

.img-fluid{
	margin-bottom: 25px;
	height: 151px;
	display: block;
	overflow: hidden;
	/*border:2px solid #011c85;*/
}
.img-fluid img{
	width: 100%;
}
.vesit{
	margin-top:30px;
	float: right;
}

/*footer_top===================*/
footer {
  padding:0px;
  margin:0px;
}

#footer-top{
	margin: 0;
	padding: 0;
	background: url("../images/bg.jpg") fixed bottom no-repeat;
	background-size:cover; 
	position: relative;
	border-top:5px solid #011c85;
}
.inner-overlayer {
    background: rgba(0, 0, 0, 0.70);
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
}
#footer-top h1 {
    text-align: center;
    color: #ea2330;
    text-transform: uppercase;
    margin: 20px 50px;
    line-height: 56px;
}
ul.list-style{
	margin: 20px 0 0 0;
	padding: 0px;
	color: #011c85;
	font-size: 18px;
}

#footer-bot{
	background: #011c85;
	padding: 20px 0px;
}
ul.ftr-social{
	margin:0px;
	padding:0px;
	float:left;
	list-style: none;
}
ul.ftr-social li{
	float: left;
	margin:0 10px 0 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #4072c4;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding-top: 10px;
}
ul.ftr-social li:nth-child(2){
	background: #cc181e;
	padding-top: 10px;
	}
ul.ftr-social li fa{
	float: left;
	margin:0 10px;
	color: #444;
	font-size: 14px;
	}
footer p{
	color: #fff;
}
footer h3{
	font-style:normal;
	color:#fff;
	text-transform:inherit;
	margin-bottom:10px;
	}

ul.footer_link{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.footer_link li{
	float:none;
	margin:0px;
	padding:0px;
}

ul.footer_link li a{
	color: #fff;
  	display: block;
	font-size:14px;  	
	padding-top: 4px;
  	padding-bottom: 4px;
}
ul.footer_link li a:hover {
  color: #02d0c4;
  text-decoration: none;
  padding-left:5px;
}

ul.footer-right-link{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.footer-right-link li{
	float:none;
	margin:0px;
	padding:0px;
	clear:both;
}

ul.footer-right-link li a{
	color: #fff;
  	display: block;
	font-size:14px;  	
	padding-top: 4px;
  	padding-bottom: 4px;
	text-decoration:none;
}

 .copy p{
	color: #fff;
	margin: 10px;
}
.copy a:hover{
	color: #02d8c6;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
/* @group pulse */
.ftr-pulse{
	margin: 10px 0;
}
.pulse {
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-name: pulse;
  -ms-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-name: pulse;

}

@keyframes pulse {
0% {
    opacity: 1;
    color:#F00;
    -webkit-transition: transform: scale(0.9);
	-o-transition: transform: scale(0.9);
	-ms-transition: transform: scale(0.9);
	-moz-transition: transform: scale(0.9);
    transform: scale(0.9);
}
50% {
    opacity: 1;
    color: #3F0;
    -webkit-transition: transform: scale(1);
	-o-transition: transform: scale(1);
	-ms-transition: transform: scale(1);
	-moz-transition: transform: scale(1);
    transform: scale(1);
    transform: scale(1);
}
100% {
    opacity: 1;
    color: #333;
    -webkit-transition: transform: scale(0.9);
	-o-transition: transform: scale(0.9);
	-ms-transition: transform: scale(0.9);
	-moz-transition: transform: scale(0.9);
    transform: scale(0.9);
}
}

/*-- Go-To-Top-Button --*/
.scrollup{
	width:34px;
	height:31px;			
	text-indent:-9999px;
	position:fixed;
	bottom:40px;
	right:10px;
	display:none;	
	z-index:999;		
	background: url('../images/to-top.png') no-repeat;
}

/*-------------------------------------------------
ABOUT
-------------------------------------------------*/
#about{
	margin: 0;
	padding: 40px 0px;
	background: #e4e4e4;
}
#about h1{
	padding-bottom: 10px;
    color: #011c85;
    border-bottom: 1px solid #011c85;
    margin-bottom: 60px;
} 
.about-sec{
	background: #fff;
	padding: 20px;
	margin: 0px 0px 30px 0px;
}

/*RESERVATION===============================*/
.reservation{
	margin: 0px;
	padding: 40px 20px 70px 20px;
}
.reservation h1{
	padding-bottom: 10px;
    color: #011c85;
    border-bottom: 1px solid #011c85;
    margin-bottom: 60px;
}
.reservation-sec{
	background: #011c85;
	padding: 20px;
	margin: 0px 0px;
	border-radius: 3px;
}
.reservation-sec h3{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

#booking-form{
	margin: 0;
	padding: 0;
}
#booking-form .form-group {
    margin-bottom: 5px;
}



/*-------------------------------------------------
CONTACT FORM CLASSS
-------------------------------------------------*/
#contact{
	margin: 0;
	padding: 40px 0px;
	background: #e4e4e4;
}
#contact h1{
	padding-bottom: 10px;
    color: #011c85;
    border-bottom: 1px solid #011c85;
    margin-bottom: 60px;
} 
#contact h3{
	padding-bottom: 15px;
	color: #111;
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
} 
#contact p{
	padding-bottom: 10px;
	color: #111;
	font-size: 18px;
} 
#contact p .fa{
	padding-top: 2px;
	margin-right: 5px;
	font-size: 20px;
	color: #011c85;
}
#contact-form{
	margin:0px;
	padding:0px 0px;
}
form #contact-form{
	margin:0px;
	padding:0px 0px;
	background: none;
}

/*Responsive Start*/
@media only screen and (max-width:768px) {
.form {
    width: 200px;
    min-height: 120px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 999;
    color: #fff;
    background: rgba(255, 255, 255, 0.50);
}
.logo {
    margin: 0px;
    padding: 10px;
    background: #011c85;
}
.logo img{
	max-width: 60%;
}
#nav-bar-form {
    padding: 10px;
}
.form-group {
    margin-bottom: 5px;
}
.wlcm-sec {
    margin: 85px 0px 30px 0px;
}
.ftr-pulse {
    float: left;
    margin-top: 20px;
}

#footer-top h1 {
    text-align: center;
    color: rgb(234, 35, 48);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin: 50px 0px;
}
#main-menu .nav-justified > li {
    background:none;
}
#main-menu .nav-justified > li > a {
    padding: 10px 43px;
}
.img-fluid {
    margin-bottom: 25px;
    height: auto;
    display: block;
    overflow: hidden;
    /* border: 2px solid #011c85; */
}
.vesit{
	margin-top:30px;
	float: left;
}

}

@media only screen and (max-width:600px) {

}
@media only screen and (max-width: 1024px) {
.top-menu {
    width: 62%;
    margin-top: 30px;
    margin-left: 20px;
    padding: 0px;
    float: left;
}
.mrgn_right {
    margin-right: 43%;
}
.grid_box {
    padding: 10px;
    margin: 0px;
	height:190px;
}
.multi-price {
    background-color: #067B58;
    padding: 40px 50px 82px 40px;
}
}

@media only screen and (max-width: 980px) {
.mrgn_right {
    margin-right: 43%;
}
.grid_box {
    padding: 10px;
    margin: 0px;
	height:190px;
}
.about {
    width: 55%;
    max-width: 100%;
    background: rgba(134, 159, 75, 0.6) none repeat scroll 0% 0% / cover;
    padding: 16px;
    transition: all 0.5s ease 0s;
    float: right;
    margin-right: 36px;
}	
.multi-price {
    background-color: #067B58;
    padding: 40px 50px 82px 40px;
}
}

@media only screen and (max-width: 800px) {
.mrgn_right {
    margin-right: 29%;
}	
.slider_grid{
	width:100%;
	position:static;
}
.grid_box {
    padding: 10px;
    margin: 0px;
	height:230px;
}
.about {
    width: 100%;
    max-width: 100%;
    background: rgba(134, 159, 75, 0.6) none repeat scroll 0% 0% / cover;
    padding: 16px;
    transition: all 0.5s ease 0s;
    float: none;
    margin-right: 0px;
}	
.multi-price {
    background-color: #067B58;
    padding: 40px 50px 43px 40px;
}
.proj_box {
    width: 50%;
    position: relative;
}
.proj_box2 {
    width: 100%;
    position: relative;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px 7px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
}

@media only screen and (max-width: 480px) {
.logo{
	display: none;
}
.inner-logo {
display: none;
}
.responsive-logo{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 130px;
	display: block;
	margin:0px;
	padding:10px;
	background: #011c85;
}
.responsive-logo img{
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form {
    width: 91%;
    min-height: 120px;
    position: absolute;
    top: 185px;
    left: 20px;
    z-index: 999;
    color: rgb(255, 255, 255);
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
}
.form .form-group {
    margin-bottom: 5px;
    width: 49%;
    float: left;
    margin-left: 2%;
}
.form-group:first-child{
	margin-left: 0%;
}
#nav-bar-form label {
    color:#fff;
}
.wlcm-sec {
    margin: 140px 0px 30px;
}
.sec-1 p img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
h1.text_style {
    margin-bottom: 10px;
    margin-top: 15px;
}
.sec-2 p img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 10px;
    width: 90%;
}
h2.text_style {
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}
form #contact-form{
	margin:0px;
	padding:0px 0px;
	background: none;
}
}

@media only screen and (max-width: 360px) {
/*ul.hder-social {
    margin: 0px;
    padding: 0px;
    float: left;
    display: none;
}*/
.responsive-logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 95px;
}
.form {
    top: 144px;
}
ul.footer-right-link{
	list-style:none;
	margin:20px 0 0 0;
	padding:0px;
}
}

@media only screen and (max-width: 320px) {
.form {
    top: 135px;
}
.logo img{
	max-width: 60%;
}
a.add-trip-style{
	right: 0;
}
a.add-trip-style img{
	width: 60%;
}
}



/*@media only screen and (max-width: 768px) {
.logo {
    width:144px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.mrgn_right {
    margin-right: 23%;
}
.grid_box {
    padding: 10px;
    margin: 0px;
	height:255px;
}
.about {
    width: 100%;
    max-width: 100%;
    background: rgba(134, 159, 75, 0.6) none repeat scroll 0% 0% / cover;
    padding: 16px;
    transition: all 0.5s ease 0s;
    float: none;
    margin-right: 0px;
}	
.multi-price {
    background-color: #067B58;
    padding: 40px 50px 43px 40px;
}
.proj_box {
    width: 50%;
    position: relative;
}
.proj_box2 {
    width: 100%;
    position: relative;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px 7px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.side_bar1 {
    margin: 0px;
    padding: 0px 25px 15px 25px;
}
.text_grid2 {
    margin: 0px;
    padding-right: 0px;
}
.side_bar2 {
    margin-top: 0px;
    padding: 15px 25px 25px 25px;
}
}*/


/*@media only screen and (max-width: 640px) {

.slider_bottom {
    margin: 0px;
    padding: 30px 0px 30px 0px;
    background: #869F4B none repeat scroll 0% 0%;
	clear:both;
}
.slider_grid {
    width: 100%;
    position:static;
	clear:both;
}
.grid_box {
    padding: 10px;
    margin: 0px;
    height: 125px;
	margin-bottom:5px;
}	
.grid_box p {
    color: #FFF;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
}
.about {
    width: 100%;
    max-width: 100%;
    background: rgba(134, 159, 75, 0.6) none repeat scroll 0% 0% / cover;
    padding: 16px;
    transition: all 0.5s ease 0s;
    float: none;
    margin-right: 0px;
}	
.about p{
	font-size:12px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px 6px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 35px;
    float: left;
    width: 96%;
    background: #FFF none repeat scroll 0% 0%;
}
footer {
    padding:0px;
    margin: 0px;
}
}
@media only screen and (max-width: 480px) {

.rght_bar {
    margin: 0px;
    padding: 0px;
    float: left;
}
ul.contact_bar li {
    float: left;
    margin: 0px 5px 0 0;
}

.logo {
    width: 144px;
    float: left;
    margin: 0px;
    padding: 0px;
}
}

@media only screen and (max-width: 360px) {

.header_bot {
    width: 100%;
    background: none repeat scroll 0% 0% rgba(50, 53, 62, 0.78);
    margin-top: 10px;
    padding: 15px 0px 15px 0px;
    position: absolute;
    top: 7%;
    z-index: 999;
}
.top_menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
	margin-top:0px !important;
}
.slider {
    position: relative;
    margin-top: 16%;
}
.slider_bottom {
    margin: 0px;
    padding: 30px 0px 30px 0px;
    background: #869F4B none repeat scroll 0% 0%;
	clear:both;
}
.slider_grid {
    width: 100%;
    position:static;
	clear:both;
}
.grid_box {
    padding: 10px;
    margin: 0px;
    height: 125px;
	margin-bottom:5px;
}	
.grid_box p {
    color: #FFF;
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
    padding: 0px;
    font-size: 12px;
}
.about {
    width: 100%;
    max-width: 100%;
    background: rgba(134, 159, 75, 0.6) none repeat scroll 0% 0% / cover;
    padding: 16px;
    transition: all 0.5s ease 0s;
    float: none;
    margin-right: 0px;
}	
.about p{
	font-size:12px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px 6px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 35px;
    float: left;
    width: 96%;
    background: #FFF none repeat scroll 0% 0%;
}
footer {
    padding:0px;
    margin: 0px;
}
.col-sm-13{
	width:50%;
	float:left;
}
img.img_style {
    height: 120px;
}
}
@media only screen and (max-width: 320px) {

.slider {
    position: relative;
    margin-top: 18%;
}
.header_bot {
    width: 100%;
    background: none repeat scroll 0% 0% rgba(50, 53, 62, 0.78);
    margin-top: 0px;
    padding: 10px 0px;
    position: absolute;
    top: 11%;
    z-index: 999;
}
}*/