@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(../fonts/stylesheet.css);
/* common style start */
html,
body {
  font-family: 'Roboto Slab', serif;
  position: relative;
}
body {
  overflow: auto;
  padding-left: 73px;
}
section {
  width: 100%;
}
.secPosition {
  position: relative;
}
header.home {
  position: relative;
}
/* common end start */
.afterbefore:after,
.afterbefore:before {
  content: "";
  display: table;
  clear: both;
}
.w60px {
  width: 60px;
  max-width: 60px;
}
.middle {
  vertical-align: middle;
}
.trans {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nopadding {
  padding: 0px;
}
/******* user instant of table *******/
.ctable {
  display: table;
}
.ctable:after,
.ctable:before {
  content: "";
  display: table;
  clear: both;
}
.ctable .tr {
  display: table-row;
}
.ctable .tr:after,
.ctable .tr:before {
  content: "";
  display: table;
  clear: both;
}
.ctable .tr .td {
  display: table-cell;
}
.ctable .tr .td:after,
.ctable .tr .td:before {
  content: "";
  display: table;
  clear: both;
}
/*********** responsive master ************/
@media only screen and (max-width: 669px) {
  body {
    overflow: auto;
    padding-left: 0;
  }
}
/*********** responsive master end ************/
/***** slider start here *****/
.carousel {
  background-color: #000000;
  height: 589px;
}
.carousel .carousel-inner {
  height: 605px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
    .carousel .carousel-inner.rest-carousel {height: 589px;
    }
.carousel .carousel-inner:after,
.carousel .carousel-inner:before {
  content: "";
  display: table;
  clear: both;
}
.carousel .carousel-inner .item {
  background-size: cover;
}
.carousel .carousel-inner .item:after,
.carousel .carousel-inner .item:before {
  content: "";
  display: table;
  clear: both;
}
.carousel .carousel-inner .item .carousel-caption {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 50px;
}
.carousel .carousel-inner .item .carousel-caption h2 {
  font-weight: 300;
  font-size: 24px;
  text-shadow: 2px 2px 1px #000000;
  margin-bottom: 30px;
}
.carousel .carousel-inner .item .carousel-caption h3 {
  font-family: 'ceragr';
  font-size: 60px;
  text-shadow: 2px 2px #000000;
  font-weight: bold;
}
.carousel .carousel-inner .item .carousel-caption p {
  font-weight: 400;
  font-size: 15px;
  /*text-transform: uppercase;*/
  text-shadow: 2px 2px 1px #000000;
  line-height: 18px;
}
.carousel .carousel-inner .item a img {
  line-height: 1;
  width: 100%;
  min-height: 623px;
  overflow-y: hidden;
}
.carousel .carousel-indicators {
  bottom: -43px;
} 
.carousel .carousel-indicators li {
  text-indent: 0;
  overflow: hidden;
  margin: 0 10px;
      color: #fff;
      background:#fff;
      border:solid 1px #ccc
}
.carousel .carousel-indicators li a {
  color: transparent !important;
  visibility: hidden;
  font-size: 0;
  display: none;
  background-color: #fff;
}
.carousel .carousel-indicators li.active {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-indent: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: -10px;
  color:#000;
}
/***** slider end here *****/
/***** header logo start *****/
.logo {
  left: 0;
  position: absolute;
  top: 20px;
  z-index: 111;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 320px;
}
.home .logo a {
  display: block;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
/***** header logo end *****/
/***** fix side menu start *****/
.sidemenu {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 999;
  padding: 15px;
}
.sidemenu a {
  border: none;
}
.sidemenu .navbar-toggle {
    display: block;
    margin: 0px;
    top: 20px;
    left: 20px;
    position: fixed;
}
.sidemenu .navbar-toggle span {
  background: #fff;
}
.sidemenu .lang {
  font-family: "ceragr";
  font-size: 18px;
  font-weight: normal;
}
.sidemenu .lang a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 2px auto;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.sidemenu .lang a.active {
  font-weight: bold;
  text-decoration: none;
}
.sidemenu .ctable {
  height: 100%;
  width: 100%;
}
.sidemenu .ctable .tr .td {
  vertical-align: middle;
}
.sidemenu .ctable .tr:first-child .td {
  vertical-align: top;
  height: 100px;
}
.sidemenu .ctable .tr:last-child .td {
  vertical-align: bottom;
  height: 100px;
}
.sidemenu a.clk {
  font-family: "ceragr";
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 12px;
  letter-spacing: 2px;
}
.sidemenu .iconnice {
  text-align: center;
}
.sidemenu .iconnice-nner {
  text-align: center;
}
.sidemenu .iconnice-inner img {
  margin-left: 30px;
}
/****** sidemenu with moving ******/
.cbp-spmenu {
  padding: 5px;
  font-weight: normal;
  background: #000;
  font-family: "ceragr";
  font-size: 14px;
  font-weight: normal !important;
  color: #fff;
  padding: 15px;
  overflow: auto;
  /*mnusocial icons*/
}
.cbp-spmenu h3 {
  background: #000 none repeat scroll 0 0;
  clear: both;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
}
.cbp-spmenu h3 .navbar-toggle {
  display: inline-block !important;
  float: left;
  height: 35px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 20%;
}
.cbp-spmenu h3 .navbar-toggle span {
  background: #fff;
  margin: 0px !important;
  padding: 0px;
  display: none;
  position: absolute;
  height: 4px;
  top: 15px;
  left: 6px;
}
.cbp-spmenu h3 .navbar-toggle span:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cbp-spmenu h3 .navbar-toggle span:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cbp-spmenu h3 .text {
  float: right;
  padding-top: 7px;
  padding-right: 13px;
  width: 75%;
}
.cbp-spmenu a {
  font-family: "ceragr";
  font-weight: normal;
  padding: 0px;
  border-bottom: none;
}
.cbp-spmenu a:hover {
  background: none;
}
.cbp-spmenu .clk-inner {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.cbp-spmenu .lang {
  font-family: "ceragr";
  font-weight: normal;
  padding-left: 7px;
}
.cbp-spmenu .lang a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 2px auto;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.cbp-spmenu .lang a:hover,
.cbp-spmenu .lang a.active {
  font-weight: bold;
  text-decoration: none;
}
.cbp-spmenu ul#sidemenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "ceragr";
  font-weight: normal;
  padding-left: 7px;
}
.cbp-spmenu ul#sidemenu:after,
.cbp-spmenu ul#sidemenu:before {
  content: "";
  display: table;
  clear: both;
}
.cbp-spmenu ul#sidemenu li {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
}
.cbp-spmenu ul#sidemenu li a {
  display: block;
  margin: 0px;
  padding: 0;
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cbp-spmenu ul#sidemenu li a:focus,
.cbp-spmenu ul#sidemenu li a:active,
.cbp-spmenu ul#sidemenu li a:link {
  outline: none;
}
.cbp-spmenu ul#sidemenu li a:hover {
  background: none;
  color: #246343;
}
.cbp-spmenu ul#sidemenu li ul {
  visibility: none;
  max-height: 0px;
  overflow: hidden;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cbp-spmenu ul#sidemenu li.dropdown.open ul {
  visibility: visible;
  overflow: visible;
  max-height: 150px;
}
.cbp-spmenu .mnuSocialIcn {
    margin:0px 0px 20px 15px;
}
.cbp-spmenu .mnuSocialIcn a {
  display: inline-block;
  margin: 7px;
}
.cbp-spmenu .mnuSocialIcn i {
  font-size: 20px;
}
.cbp-spmenu .mnuSocialIcn .icnFb {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 13px;
}
.cbp-spmenu .mnuSocialIcn .icnTw {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 10px;
}
.cbp-spmenu .mnuSocialIcn .icnIn {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 10px;
}
.cbp-spmenu .mnuSocialIcn .icnYt {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 12px;
}
.cbp-spmenu .mnuSocialIcn .icnTd {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 6px;
}
.cbp-spmenu .mnuSocialIcn .icnF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 12px;
}
.cbp-spmenu .dropdown-menu > li {
  position: relative;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbp-spmenu .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  display: none;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: #fff;
  box-shadow: none;
}
.cbp-spmenu .hrLine {
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/***** fix side menu end *****/
/*********** responsive master ************/
@media only screen and (max-width: 669px) {
  .sidemenu {
    height: 58px;
    overflow: hidden;
  }
}
/*********** responsive master end ************/
/*pagination*/
.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  color: #b7b7b7;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  font-family: "ceragr";
  font-size: 13px;
  font-weight: bold;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: transparent;
  border-color: #ddd;
  color: #246344;
  z-index: 2;
}
.pagination > li:last-child {
  border-right: none;
}
.pagination > li:first-child {
  border-left: none;
}
/*section: Categories - shital code*/
/* restaurants start */
#restaurants .secCnt {
  float: left;
  width: 25%;
}
#restaurants figure {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#restaurants figure figcaption {
  text-align: center;
  position: relative;
  transition: all 0.15s ease-in-out 0s;
  padding: 15px;
  height: 350px;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#restaurants figure figcaption h2 {
  font-family: 'ceragr';
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
#restaurants figure figcaption p {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
}
#restaurants figure figcaption .arrow-up {
  border-bottom: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  left: 40%;
  position: absolute;
  top: -24px;
  width: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#restaurants figure figcaption .arrow-down {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  height: 0;
  width: 0;
  position: absolute;
  left: 42%;
  bottom: -24px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#restaurants figure figcaption .btn-more {
  background-color: #246343;
  border-color: #ccc;
  color: #fff;
  text-transform: uppercase;
  font-family: 'ceragr';
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 19px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#restaurants figure figcaption .downArrowSec {
  bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 15px;
  padding-top: 0;
  position: absolute;
}
#restaurants figure:hover {
  background-color: #246343;
  color: #fff;
}
#restaurants figure:hover h2 {
  color: #fff;
}
#restaurants figure:hover p {
  color: #fff;
}
#restaurants figure:hover .arrow-up {
  border-bottom: 25px solid #246343;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  left: 40%;
  position: absolute;
  top: -24px;
  width: 0;
}
#restaurants figure:hover .btn-more {
  border-color: #fff;
  color: #fff;
}
#restaurants figure:hover .arrow-down {
  order-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #246343;
  height: 0;
  width: 0;
  position: absolute;
  left: 42%;
  bottom: -24px;
}
#restaurants figure .img-block {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-position: center;
  background-size: calc(100%) auto;
}
#restaurants figure .img-block:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1025px) {
  #restaurants .secCnt {
    width: 50%;
  }
}
@media only screen and (max-width: 769px) {
  #restaurants .secCnt {
    width: 50%;
  }
}
@media only screen and (max-width: 669px) {
  #restaurants .secCnt {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #restaurants .secCnt {
    width: 100%;
  }
}
/* restaurants end */
/*map section start*/
#mapsec .mapSecBg {
  background-color: #246343;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#mapsec .mapSecBg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.22);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #246343 2px, #246343 15px);
}
#mapsec .secTitle {
  left: 5%;
  position: absolute;
  width: 21%;
}
#mapsec .secTitle h1 {
  font-family: 'ceragr';
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  margin: 0px;
  font-weight: bold;
}
#mapsec .secTitle p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
  width: 75%;
}
#mapsec .mapImg {
  margin-top: 50px;
  position: relative;
  left: 28%;
}
#mapsec .mapImg .imgMap {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#mapsec .mapDescription {
  font-family: 'ceragr';
  background-color: #fff;
  padding: 15px;
  position: absolute;
  right: 0px;
  width: 21%;
  top: 30px;
  right: 50px;
}
#mapsec .mapDescription h2 {
  font-family: 'ceragr';
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
#mapsec .mapDescription p {
  font-size: 14px;
  line-height: 18px;
}
#mapsec .mapDescription .lnkMore {
  font-size: 12px;
  text-transform: uppercase;
  color: #246343;
  letter-spacing: 2px;
  font-family: 'ceragr';
  text-decoration: none;
  float: right;
  font-weight: bold;
}
#mapsec .loc1 {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: "ceragr-bolduploaded_file";
  font-size: 23px;
  font-weight: bold;
  left: 667px;
  padding: 0 10px;
  position: absolute;
  top: 410px;
  z-index: 1000;
}
#mapsec .loc1.active {
  background-color: #246343;
}
#mapsec .loc1:hover {
  background-color: #246343;
  cursor: pointer;
}
#mapsec .loc2 {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: "ceragr-bolduploaded_file";
  font-size: 23px;
  font-weight: bold;
  left: 588px;
  padding: 0 10px;
  position: absolute;
  top: 160px;
  z-index: 1000;
}
#mapsec .loc2.active {
  background-color: #246343;
}
#mapsec .loc2:hover {
  background-color: #246343;
  cursor: pointer;
}
/*responsive css*/
/* @media only screen and (max-width:1025px) {

	#mapsec{ 
	.secTitle {
    top:10px;
    color: #ff0000;
    left: 5%;
    position: absolute;
    width: 100%;
				

	 h1 {
    color: #fff;
    
		}
		p{color: #fff;}

	
	}

.mapImg {
    left: 8%;
    margin-top: 70px;
    position: relative;
			}



	.mapDescription {
     background-color: #fff;
    bottom: -261px;
    font-family: "ceragr";
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 660px;
    width: 100%;
					}

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

	
}
@media only screen and (max-width:669px) {
	#mapsec 
{
	
.secMap {
    margin-top: 50px;
    position: relative; left:28%;

	.mapImg {
    left: -80px;
    margin-top: 100px;
    position: relative;
				}

}




	.secTitle {
    left: 5%;
    position: absolute;
    width: 100%; z-index: 11;

	h1 {
color: #fff;
    font-family: "ceragr";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
		}

	 p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    width: 95%;
}

			  }


  .mapDescription {
 background-color: #fff;
    font-family: "ceragr";
    height: 290px;
    left: 26px;
    padding: 15px;
    position: sticky;
    top: 373px;
    width: 92%;
					
			 p {
    font-size: 12px;
    line-height: 16px;
				}	

			 h2 {
    font-family: "ceragr";
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
				}


					}


	.mapSecBg {
    background-color: #246343;
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
			  }
	
 }

 .logo {
    left: 81px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
    z-index: 111;
    img {
    width: 230px;
			  }
		}



	.carousel .carousel-inner .item .carousel-caption h3 {
    font-family: "ceragr";
    font-size: 50px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
	}

	
}
@media only screen and (max-width:320px) {
	
} */
/*responsive css*/
@media only screen and (max-width: 1025px) {
  #mapsec .secTitle {
    /* top: 10px;
			color: #ff0000;
			left: 5%;
			position: absolute;
			width: 100%; */
    left: 15px;
    position: relative;
    top: 10px;
    width: 50%;
  }
  #mapsec .secTitle h1 {
    color: #fff;
  }
  #mapsec .secTitle p {
    color: #fff;
  }
  #mapsec .loc1 {
    left: 171px;
    padding: 0 10px;
    position: absolute;
    top: 16px;
    z-index: 1000;
  }
  #mapsec .loc2 {
    left: 99px;
    padding: 0 10px;
    position: absolute;
    top: 72px;
    z-index: 1000;
  }
  #mapsec .mapImg {
    left: 8%;
    margin-top: 70px;
    position: relative;
  }
  #mapsec .mapDescription {
    /* 	background-color: #fff;
				bottom: -261px;
				font-family: "ceragr";
				left: 0;
				padding: 15px;
				position: absolute;
				right: 0;
				top: 660px;
				width: 100%; */
    left: auto;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 272px;
  }
  .secMap {
    height: auto;
    position: relative;
    width: 50%;
  }
}
@media only screen and (max-width: 669px) {
  #mapsec .secMap {
    margin-top: 50px;
    position: relative;
    left: 28%;
  }
  #mapsec .secMap .mapImg {
    left: -80px;
    margin-top: 100px;
    position: relative;
  }
  #mapsec .secTitle {
    left: 5%;
    position: absolute;
    width: 100%;
    z-index: 11;
  }
  #mapsec .secTitle h1 {
    color: #fff;
    font-family: "ceragr";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
  }
  #mapsec .secTitle p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    width: 95%;
  }
  #mapsec .mapDescription {
    background-color: #fff;
    font-family: "ceragr";
    height: 290px;
    left: 26px;
    padding: 15px;
    position: sticky;
    top: 373px;
    width: 92%;
  }
  #mapsec .mapDescription p {
    font-size: 12px;
    line-height: 16px;
  }
  #mapsec .mapDescription h2 {
    font-family: "ceragr";
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
  }
  #mapsec .mapSecBg {
    background-color: #246343;
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
  }
  .logo {
    left: 81px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
    z-index: 111;
  }
  .logo img {
    width: 230px;
  }
  .carousel .carousel-inner .item .carousel-caption h3 {
    font-family: "ceragr";
    font-size: 50px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
  }
}
/*responsive css ends*/
/*map section end*/
/* secIdentity start */
.secIdentity {
  /* background-image: repeating-linear-gradient(-45deg, #ccc, white 1px, transparent 1px, transparent 9px); */
  position: relative;
}
.secIdentity:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 99, 67, 0.22);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #ffffff 2px, #ffffff 15px);
}
.secIdentity .m1 {
  position: absolute;
  right: 466px;
  top: 220px;
}
.secIdentity .m2 {
  position: absolute;
  right: 375px;
  top: 220px;
}
.secIdentity .m3 {
  position: absolute;
  right: 285px;
  top: 220px;
}
.secIdentity .m4 {
  position: absolute;
  left: 534px;
  top: 220px;
}
.secIdentity .m5 {
  position: absolute;
  left: 444px;
  top: 220px;
}
.secIdentity .m6 {
  position: absolute;
  left: 355px;
  top: 220px;
}
.secIdentity .m7 {
  left: 485px;
  position: absolute;
  top: 310px;
}
.secIdentity .m8 {
  left: 396px;
  position: absolute;
  top: 310px;
}
.secIdentity .m9 {
  position: absolute;
  left: 307px;
  top: 310px;
}
.secIdentity .m10 {
  position: absolute;
  right: 330px;
  top: 142px;
}
.secIdentity .m11 {
  position: absolute;
  right: 421px;
  top: 142px;
}
.secIdentity .m12 {
  left: 490px;
  position: absolute;
  top: 142px;
}
.secIdentity .m13 {
  left: 580px;
  position: absolute;
  top: 142px;
}
.secIdentity .m14 {
  bottom: 175px;
  left: 749px;
  position: absolute;
}
.secIdentity .m15 {
  bottom: 175px;
  position: absolute;
  left: 660px;
}
.secIdentity .m16 {
  bottom: 87px;
  left: 613px;
  position: absolute;
}
.secIdentity .m17 {
  bottom: 87px;
  left: 523px;
  position: absolute;
}
.secIdentity .m18 {
  bottom: 87px;
  left: 793px;
  position: absolute;
}
.secIdentity .m19 {
  bottom: 87px;
  left: 703px;
  position: absolute;
}
.secIdentity .m20 {
    position: absolute;
    right: 421px;
    top: 295px;
}
.secIdentity .m20 {
    position: absolute;
    right: 421px;
    top: 295px;
}
.secIdentity .m21 {
    position: absolute;
    right: 331px;
    top: 295px;
}
.secIdentity .bunch1 {
  position: absolute;
  right: 104%;
}
.secIdentity .bunch2 {
  position: absolute;
  right: 0%;
}
.secIdentity .bunch3 {
  position: absolute;
  right: 100%;
  bottom: 0px;
}
.secIdentity .moreMainCntSec {
  display: table;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #246343;
  top: 33%;
  left: 42%;
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 0px 20px 0px 20px;
  font-size: 40px;
  line-height: 45px;
  font-family: "ceragr";
  font-weight: 300;
  word-break: break-word;
}
    .secIdentity .moreMainCntSec img {
        margin-top:85px;
    }
.removermessges {
    display: table-cell;
    vertical-align: middle;
}
.secIdentity a.moreRoundSec {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-family: "ceragr";
  font-size: 12px;
  height: 90px;
  letter-spacing: 1px;
  padding: 30px 20px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
  width: 90px;
}
.secIdentity a.moreRoundSec:hover {
  background-color: #246343;
  color: #fff;
  border: 1px solid #246343;
  transition: all 0.15s ease-in-out 0s;
  text-decoration: none;
}
/* secIdentity end */
/*responsive css*/
/* 
@media only screen and (max-width:1025px) 
{

 .secIdentity{
	  	
	
				   

 .bunch1 {
    position: absolute;
    right: 143%;
    top: 130px;
}

.bunch2 {
    position: absolute;
    right: -264px;
    top: 53px;
}
 .bunch3 {
    bottom: 246px;
    position: absolute;
    right: 148%;
			}


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

	
}
@media only screen and (max-width:669px) {
	
}
@media only screen and (max-width:320px) {
	
} */
/*responsive css*/
@media only screen and (max-width: 1025px) {
  .secIdentity {
    /* .bunch1 {
			position: absolute;
			right: 143%;
			top: 130px;
		}
		.bunch2 {
			position: absolute;
			right: -264px;
			top: 53px;
		}
		.bunch3 {
			bottom: 246px;
			position: absolute;
			right: 148%;
		} */
  }
  .secIdentity .bunch1,
  .secIdentity .bunch2,
  .secIdentity .bunch3 {
    bottom: auto;
    clear: both;
    height: 100px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .secIdentity .bunch1 div,
  .secIdentity .bunch2 div,
  .secIdentity .bunch3 div {
    bottom: auto;
    display: inline-block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .secIdentity .moreMainCntSec {
    position: relative;
    margin-bottom: 30px;
  }
}
/*responsive css ends*/
/* contact section start */
#contactsec .contactBg {
  background: url(../images/contact-section-bg.jpg) top left no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#contactsec .contactBg h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 20px;
}
#contactsec .contactBg h1 {
  font-family: "ceragr";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 20px;
}
#contactsec .blogSearch {
    padding-top:130px;
}
#contactsec .contactBg p {
  /*font-family: "ceragr";*/
  font-family: century gothic;
  font-size: 12px;
  margin-left: -15px;
  text-align: left;
}
#contactsec .contactBg .icninsta {
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .icninsta:hover {
  background-color: #311739;
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .icnfacbook {
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .icnfacbook:hover {
  background-color: #4867AA;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .icnYouTube {
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .icnYouTube:hover {
  background-color: #E12B28;
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .contactBg .frmtxt {
  border: none;
  width: 300px;
  padding: 0px;
  margin: 0px;
  padding: 5px;
  color: #ccc;
  font-size: 12px;
  font-family: "ceragr";
}
#contactsec .contactBg .btnSend {
  background-color: #246343;
  border-color: #246343;
  /*font-family: "ceragr";*/
  font-family: century gothic;
  margin-left: -4px;
}
#contactsec .contactBg a.credits {
  font-size: 14px;
  font-family: "ceragr";
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#contactsec .contactBg a.credits:hover {
  font-size: 14px;
  font-family: "ceragr";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: underline;
}
#contactsec .contactSec {
  margin-top: 10%;
  /*margin-bottom: 200px;*/
}
#contactsec .socialicn {
  color: #fff;
  font-size: 40px;
  margin-bottom: 60px;
}
#contactsec .socialicn i {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  line-height: 66px;
  width: 70px;
}
#contactsec .socialicn a {
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .socialicn a:hover {
  transition: all 0.15s ease-in-out 0s;
}
#contactsec .right-caret:after,
#contactsec .left-caret:after {
  content: "";
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 5px;
}
#contactsec .right-caret:after {
  border-left: 5px solid #ffaf46;
}
#contactsec .left-caret:after {
  border-right: 5px solid #ffaf46;
}
#contactsec .clikEat {
  font-size: 12px;
  font-weight: normal !important;
  left: 80px;
  position: absolute;
  top: 30px;
}
/* contact section end */
/*responsive css*/
@media only screen and (max-width: 1025px) {
  #contactsec .contactBg h1 {
    font-family: "ceragr";
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .logo {
    left: 30%;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
@media only screen and (max-width: 669px) {
  #contactsec .contactBg h1 {
    font-family: "ceragr";
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  #contactsec .contactBg h2 {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 20px;
  }
  #contactsec .socialicn {
    color: #fff;
    font-size: 25px;
    margin-bottom: 60px;
  }
  #contactsec .socialicn i {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    line-height: 47px;
    width: 50px;
  }
}
/*responsive css ends*/
/* Rerstaurant detail page starts here */
/*New Laungh Restaurant*/
.restaurantBg {
  background: url(../images/mykonos-new-laungh-restaurant.png) center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.mnuSec {
  background-color: #246343;
  border-radius: 50%;
  bottom: 84px;
  height: 200px;
  position: absolute;
  right: -80px;
  width: 200px;
}
.mnuLnk {
  bottom: 118px;
  position: absolute;
  right: 0;
  transition: all 0.15s ease-in-out 0s;
}
.mnuLnk a span{
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-left: 54px;
}
.mnuLnk:hover .lnkArrow {
  position: absolute;
  right: 30px;
  transition: all 0.15s ease-in-out 0s;
}
.lnkArrow {
  position: absolute;
  right: -20px;
  transition: all 0.15s ease-in-out 0s;
}
.innerLogo {
  left: 37%;
  position: absolute;
  text-align: center;
  top: 20px;
  z-index: 111;
}
.spacing {
  height: 20px;
}
.secDownArrow {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  background-color: #246343;
  width: 60px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: "ceragr";
  font-weight: bold;
  font-size: 24px;
  margin-left: 45%;
}
.secDownArrow a {
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.sliderSecDownArrow {
  background-color: #246343;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  bottom: -240px;
  color: #fff;
  font-family: "ceragr";
  font-size: 24px;
  font-weight: bold;
  height: 30px;
  left: 42%;
  position: absolute;
  text-align: center;
  width: 60px;
}
.sliderSecDownArrow a {
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.mapSecDownArrow {
  background-color: #246343;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  bottom: -15px;
  color: #fff;
  font-family: "ceragr";
  font-size: 24px;
  font-weight: bold;
  height: 30px;
  left: 42%;
  position: absolute;
  text-align: center;
  width: 60px;
}
.mapSecDownArrow a {
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.cnt h1 {
  font-family: "ceragr";
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}
.cnt p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
.cnt .sliderSec {
  padding-left: 20px;
  padding-right: 20px;
  height: 667px;
  overflow:auto;
}
.cnt .sliderSec .social{
  font-size:25px;
  text-decoration:none;
  color:#333;
}
.cnt .sliderSec h1 {
  text-align: center;
}
.cnt .sliderSec p {
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    margin:50px 0px 50px 0px;
}
.cnt .font14 p {
    font-size: 14px !important;
}
.fullGreenBG {
  background-color: #246343;
}
.fullGreenBG .video {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-family: "ceragr";
    text-align: center;
    height: 640px;
}
.btnCnt {
  height: 30px;
  border-top-right-radius: 2em;
  border-top-left-radius: 2em;
  text-decoration: none;
  padding: 10px 30px;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border: solid 1px #b2b2b2;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "ceragr";
  font-weight: bold;
  transition: all 0.15s ease-in-out 0s;
}
.btnCnt:hover {
  transition: all 0.15s ease-in-out 0s;
  background-color: #246343;
  color: #fff;
}
.ourTeam {
  background-color: #000;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
}
.ourTeam h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "ceragr";
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.ourTeam p {
  font-family: "ceragr";
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.ourTeam p span {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
/**/
/* Rerstaurant detail page ends here */
/*responsive*/
@media only screen and (max-width: 769px) {
  .fullGreenBG .video {
    background-color: #000;
    color: #fff;
    font-family: "ceragr";
    font-weight: bold;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
  }
    .fullGreenBG .video iframe {
        height: 250px !important;
    }
  .cnt .sliderSec {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .carousel {
    background-color: #000000;
    height: 433px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 669px) {
  section .cnt .sliderSec {
    margin-bottom: 25px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto !important;
    overflow: hidden !important;
  }
    #sec2 {
        min-height: auto !important;
    }
    .btnCnt {
        width:100%;
    }
  section .cnt .sliderSec .sliderSecDownArrow {
    background-color: #246343;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    bottom: -25px;
    color: #fff;
    font-family: "ceragr";
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    left: 42%;
    position: absolute;
    text-align: center;
    width: 60px;
  }
  section .cnt .fullGreenBG .video {
    background-color: #000;
    color: #fff;
    font-family: "ceragr";
    font-weight: bold;
    height: 220px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 16%;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .cnt h1 {
    font-size: 25px;
  }
  .cnt .sliderSec {
    margin-top: 10%;
    padding-bottom: 30px;
  }
  .carousel .carousel-indicators {
    bottom: 35px;
  }
  .sliderSecDownArrow {
    bottom: 0;
  }
  .fullGreenBG .video {
    height: 190px;
    margin: 20px 0;
    padding-top: 13%;
    width: 290px;
  }
}
/* restaurants end */
.niceneasyGroupLogoNewsBlog {
  margin-top: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.niceneasyGroupLogoNewsBlog img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.newsBlogNav a {
  border: 1px solid #b2b2b2;
  border-radius: 1em;
  color: #b2b2b2;
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-right: 11px;
  padding: 10px 26px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
}
@media only screen and (max-width: 1200px) {
    .blogSec .categoryName {
        margin-top:20px;
        font-size: 16px;
    }
    .newsBlogNav a {
        float:left;
        height:35px;
        margin-bottom: 10px;
    }
}
.newsBlogNav .active {
    text-decoration: none;
    background-color: #246344;
    transition: all 0.15s ease-in-out 0s;
    color: #fff;
    border: 1px solid #246344;
}
.newsBlogNav a:hover {
  text-decoration: none;
  background-color: #246344;
  transition: all 0.15s ease-in-out 0s;
  color: #fff;
  border: 1px solid #246344;
}
.newsBlogNav ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.newsBlogNav ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 20px;
  display: inline-block;
}
.newsBlogNav ul li a {
  border: 1px solid #b2b2b2;
  border-radius: 1em;
  color: #b2b2b2;
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-right: 11px;
  padding: 10px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
}
.newsBlogNav ul li a:hover {
  text-decoration: none;
  background-color: #246344;
  transition: all 0.15s ease-in-out 0s;
  color: #fff;
  border: 1px solid #246344;
}
.fixWidth {
  width: 783px;
  margin-right: auto;
  margin-left: auto;
}
.blogSec {
  display: block;
  font-family: "ceragr";
  font-size: 14px;
  color: #000;
  line-height: 16px;
}
.blogSec p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  /*font-family: "ceragr";*/
  font-family: century gothic;
}
.blogSec .categoryName {
  color: #246344;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blogSec .categoryName a {
  color: #246344;
}
.blogSec .categoryName span {
  color: #7f7f7f;
}
.blogSec h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  font-family: century gothic;
}
.blogSec h2 a {
  text-decoration: ;
  color: #000;
}
.blogSec .icnSocialBlogT {
  background-color: #246344;
  border: 1px solid #246344;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 7px 8px;
  transition: all 0.15s ease-in-out 0s;
}
.blogSec .icnSocialBlogT:hover {
  text-decoration: none;
  border: 1px solid #246344;
  background-color: #fff;
  color: #246344;
}
.blogSec .icnSocialBlogB {
  background-color: #246344;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out 0s;
  border: 1px solid #246344;
}
.blogSec .icnSocialBlogB:hover {
  text-decoration: none;
  border: 1px solid #246344;
  background-color: #fff;
  color: #246344;
}
.hrLine {
  background-color: #bfbfbf;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.searchSec {
  position: relative;
}
.searchSec .txtSearch {
  background-color: #000;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 10px;
}
.searchSec .frmtxt {
  border: 1px solid #efefef;
  font-family: "ceragr";
  padding: 5px;
  width: 100%;
  border-radius: 0.5em;
}
.searchSec span input {
  background-color: #246344;
  border: medium none;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  color: #fff;
  padding: 8px 40px;
  position: absolute;
  right: 10px;
  top: 9px;
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
}
.searchSec .searchHd {
  background-color: #000;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
  padding: 15px 31px;
  position: absolute;
  right: 0;
  top: -47px;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #fff;
  text-decoration: none;
}
/*responsive css*/
@media only screen and (max-width: 769px) {
  .niceneasyGroupLogoNewsBlog {
    margin-left: 55px;
  }
    .niceneasyGroupLogoNewsBlog img {
        height: 30px;
    }
  .container {
    width: 100% !important;
  }
  .container .fixWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container .newsBlogNav ul li a {
    margin-right: 5px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 360px) {
  .niceneasyGroupLogoNewsBlog {
    width: 220px;
    margin-left: 78px;
  }
  .container {
    width: 315px !important;
  }
  .container .fixWidth {
    width: 290px;
  }
  .cnt h1 {
    text-align: center;
  }
  .cnt .newsBlogNav ul {
    text-align: center;
  }
  .cnt .newsBlogNav ul li a {
    margin-right: 0px;
    padding: 10px 10px;
  }
  .pagination li a {
    padding: 6px 2px;
    font-size: 11px;
  }
  .pagination li span {
    padding: 6px 2px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .fixWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .niceneasyGroupLogoNewsBlog {
    margin-left: 90px;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    width: 210px;
  }
  .newsBlogNav ul {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
  }
  .newsBlogNav ul li a {
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    color: #b2b2b2;
    font-family: "ceragr";
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin-right: 0;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out 0s;
  }
  .cnt h1 {
    text-align: center;
  }
}
/*responsive css ends*/
.newsBlogDetailBg {
  background: url(../images/news-blog-detail-banner-img.png) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 700px;
  position: relative;
}
.blogDetail {
  background-color: #fff;
  left: 4%;
  position: absolute;
  bottom: 0px;
  padding: 40px 70px;
  padding-bottom: 0px;
}
.blogDetail h1 {
  /*font-family: "ceragr";*/
  font-family: century gothic;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
}
.blogDetail .btnLnk {
  border-radius: 1em;
  color: #b3b3b3;
  font-family: "ceragr";
  font-size: 12px;
  font-weight: bold;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
  background-color: #e5e5e5;
}
.blogDetail .btnLnk:hover {
  background-color: #b3b3b3;
  color: #fff;
}
.blogDescription {
  padding: 20px 70px;
  /*font-family: "ceragr";*/
  font-family: century gothic;
}
    .blogDescription img {
        width:100%;
        padding:10px 0px 10px 0px;
    }
.blogDescription h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.blogDescription h3 {
  font-weight: bold;
  font-size: 16px;
  color: #266246;
  margin: 0px;
}
.blogDescription ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  color: #000;
}
.blogDescription ul li {
  margin-left: 15px;
  margin-bottom: 0px;
  line-height: 18px;
}
.blogDescription .note {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
.blogDescription .note p {
  margin-bottom: 15px;
  color: #000;
}
.testimonialSec {
  border-bottom: 4px solid #246344;
  border-top: 4px solid #246344;
  padding: 20px 30px;
  font-family: "ceragr";
  font-size: 24px;
  cursor:pointer;
}
    .testimonialSec:hover {
        background: #ebebeb;
    }
/*responsive css*/
@media only screen and (max-width: 769px) {
  .innerLogo {
    left: 26%;
  }
  .innerLogo img {
        width:230px;
    }
  .container {
    width: 650px;
  }
}
@media only screen and (max-width: 669px) {
  .innerLogo {
    left: 24%;
    top: 20px;
    width: 73%;
  }
  .blogDetail {
    left: 4%;
    padding: 20px 20px 0;
    right: 4%;
  }
  .blogDescription {
    font-family: "ceragr";
    padding: 20px 35px;
  }
  .testimonialSec {
    font-size: 16px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    width: 100%;
  }
  .innerLogo {
    left: 22%;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 70%;
    z-index: 111;
  }
    .innerLogo img {
        width:180px;
    }
  .blogSec .categoryName {
    color: #246344;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .blogDetail {
    background-color: #fff;
    bottom: 0;
    left: 5%;
    padding: 20px 20px 0;
    position: absolute;
    right: 5%;
    width: 90%;
  }
  .blogDetail h1 {
    font-family: "ceragr";
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
  }
  .blogDetail .blogSec p {
    font-family: "ceragr";
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .blogDescription {
    font-family: "ceragr";
    padding: 20px 36px;
    width: 90%;
  }
  .testimonialSec {
    border-bottom: 4px solid #246344;
    border-top: 4px solid #246344;
    font-family: "ceragr";
    font-size: 16px;
    padding: 20px 30px;
  }
}
/*responsive css ends*/
.reservationFrm {
  width: 430px;
  height: 659px;
  background-color: #246343;
  padding: 15px;
  color: #fff;
  position: fixed;
  z-index:1000000;
  font-family: 'ceragr';
  overflow:auto;
}
.reservationFrm h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.reservationFrm .closeImg {
  position: absolute;
  right: 15px;
  top: 15px;
}
.reservationFrm .form-control {
  background-color: #fff;
  background-image: none;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 5px;
}
.reservationFrm .hrBlackLine {
  border: 2px solid #000;
  border-radius: 5px;
  bottom: 100px;
  margin-bottom: -20px;
  margin-top: 20px;
  position: absolute;
  width: 93%;
}
.reservationFrm .noteTxt {
  font-weight: 300;
  font-style: italic;
  margin-top: 15px;
}
.reservationFrm .holdTxt {
  color: #fff;
  background-color: #92b1a1;
  font-weight: bold;
  margin-top: 15px;
}
.reservationFrm .mnuSocialIcnOF {
  margin-bottom: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 16%;
}
.reservationFrm .mnuSocialIcnOF a {
  display: inline-block;
  margin: 2px;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.reservationFrm .mnuSocialIcnOF i {
  font-size: 20px;
}
.reservationFrm .mnuSocialIcnOF i:hover {
  background-color: #fff;
  color: #246343;
  transition: all 0.15s ease-in-out 0s;
}
.reservationFrm .mnuSocialIcnOF .icnFbOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 13px;
}
.reservationFrm .mnuSocialIcnOF .icnTwOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 10px;
}
.reservationFrm .mnuSocialIcnOF .icnInOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 10px;
}
.reservationFrm .mnuSocialIcnOF .icnYtOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 9px;
}
.reservationFrm .mnuSocialIcnOF .icnTdOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 6px;
}
.reservationFrm .mnuSocialIcnOF .icnFOF {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px 11px;
}
.reservationFrm .selectRestaurant {
  background-color: #fff;
  margin-bottom: 20px;
  border-right: 4px solid #246343;
  transition: all 0.15s ease-in-out 0s;
  text-align: center;
  padding: 5px;
}
.reservationFrm .selectRestaurant a {
  color: #246343;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  transition: all 0.15s ease-in-out 0s;
}
.reservationFrm .selectRestaurant:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.reservationFrm .selectRestaurantactive {
  background-color: #000;
  color: #fff;
  transition: all 0.15s ease-in-out 0s;
}
.reservationFrm .selectRestaurant span img {
  margin-left: -8px;
}
/* responsive start */
@media only screen and (max-width: 769px) {
  .reservationFrm .selectRestaurant span img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 669px) {
  .reservationFrm {
    width: 360px;
    height: 100%;
  }
  .reservationFrm h1 {
    margin-left: 67px;
    font-size: 19px;
  }
  .reservationFrm .selectRestaurant span img {
    margin-left: 5px;
  }
  .reservationFrm .noteTxt {
    font-size: 13px;
  }
  .reservationFrm .hrBlackLine {
    bottom: 100px;
    margin-bottom: -99px;
    width: 91%;
  }
  .reservationFrm .mnuSocialIcnOF {
    margin-bottom: -4px;
    color: #fff;
    position: absolute;
    bottom: -60px;
    left: 0px;
    background-color: #246343;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .reservationFrm {
    width: 320px;
    height: 100%;
  }
  .reservationFrm h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    margin-left: 52px;
  }
  .reservationFrm .selectRestaurant a {
    font-size: 11px;
  }
  .reservationFrm .selectRestaurant span img {
    margin-left: 0px;
  }
  .reservationFrm .mnuSocialIcnOF {
    left: 9%;
  }
  .reservationFrm .mnuSocialIcnOF a {
    margin: 0px;
  }
  .reservationFrm .hrBlackLine {
    bottom: 20px;
    width: 89%;
  }
  .reservationFrm .noteTxt {
    font-size: 10px;
  }
  .reservationFrm .mnuSocialIcnOF {
    left: 0px;
    background-color: #246343;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    bottom: -80px;
  }
}
/* responsive end */
@media only screen and (max-width: 1025px) {
  .home .logo {
    left: 0;
  }
  .home .logo a {
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto;
  }
  .carousel {
    height: auto;
  }
  .carousel .carousel-indicators {
    bottom: 0;
  }
  .carousel .carousel-inner .item .carousel-caption {
    font-size: 11px;
  }
  .carousel .carousel-inner .item .carousel-caption h3 {
    font-size: 22px;
  }
  .blogDetail {
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .blogSearch {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  body {
    overflow: auto;
    position: relative;
  }
  .home .logo a {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 218px;
    margin: 0 auto 0 74px;
  }
  .sidemenu {
    height: 45px;
    left: 5px;
    padding: 0;
    top: 0px;
  }
    .sidemenu .navbar-toggle {
        top:8px;
        left:8px;
    }
  .carousel .carousel-inner {
    height: auto;
  }
  .carousel .carousel-inner .item .carousel-caption {
    padding: 15px 30px;
    left: 0px;
    right: 0;
    margin-bottom: 0px;
    font-size: 11px;
  }
  .carousel .carousel-inner .item .carousel-caption h3 {
    font-size: 22px;
  }
  .carousel-control {
    display: none;
  }
  #mapsec {
    height: auto !important;
  }
  #mapsec .secTitle {
    width: 95%;
    position: relative;
  }
  #mapsec .secMap {
    position: relative;
    width: 100%;
  }
  #mapsec .mapDescription {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  #contactsec {
    height: auto !important;
    min-height: 246px !important;
  }
  #contactsec .contactBg {
    height: 431px;
  }
  #contactsec .contactSec {
    margin-bottom: 100px;
  }
}
