


/********* html5 and responsive content *********/
header, 
nav, 
article, 
section, 
aside, 
footer {
  display: block;
} 
img {
  max-width: 100%; 
  width: auto;
}
img { 
  -ms-interpolation-mode: bicubic; 
}
img, 
embed, 
object, 
video {
  max-width: 100%;
}
/********* html5 and responsive content *********/


/********* reset *********/
a:link, 
a:visited { 
  outline: none;
  text-decoration: none;
  color: #8fd0a6;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
a:hover { 
  outline: none;
  text-decoration: none;
  color: #27362c;
}
ul, 
ol { 
  margin: 0 0 22px 0;  
  padding: 0;
  list-style: none;
  line-height: 1.6; 
}
ul li, 
ol li { 
  margin: 0 0 11px 0; 
  padding: 0; 
  list-style: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin-top: 0;
  margin-bottom: 22px;
  color: #27362c;
  font-family: "Open Sans", arial, san-serif;
  font-weight: 400;
  text-transform: uppercase;
}
h1, 
h2 {
  line-height: 1.2;
}
h3, 
h4, 
h5, 
h6 {
  line-height: 1.4;
}
h6 {
  font-size: 14px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 27px;
}
h3 {
  font-size: 36px;
}
h2 {
  font-size: 44px;
}
h1 {
  font-size: 66px;
  font-weight: bold;
}
p {
  margin: 0 0 22px 0;
  color: #27362c;
  font-size: 14px;
  font-family: "Open Sans", arial, san-serif;
  font-weight: 400;
  line-height: 1.6;
}
p.paragraphbig {
  margin: 0 0 22px 0;
  color: #27362c;
  font-size: 18px;
  font-family: "Open Sans", arial, san-serif;
  font-weight: normal;
  line-height: 1.6;
}
blockquote {
  margin: 0 0 22px 0;
  padding: 22px;
}
blockquote p {
  margin: 0;
}
.centered {
  float: none;
  margin: 0 auto;		
}
.texthighlight {
  font-size: 21px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.marginbottom4 {
  margin-bottom: 88px;
}
.marginbottom3 {
  margin-bottom: 66px;
}
.marginbottom2 {
  margin-bottom: 44px;
}
.marginbottom1 {
  margin-bottom: 22px;
}
.margintop1 {
  margin-top: 22px;
}
.margintop2 {
  margin-top: 44px;
}
.margintop3 {
  margin-top: 66px;
}
.margintop4 {
  margin-top: 88px;
}
.no-border {
  border: 0;
}
/***bootstrap fix important***/
.row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
.pull-right{
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
}
@media (max-width: 767px) {
.sticker {
  position: relative!important;
}
}
/********* reset end *********/


/********* menu + general classes *********/
.loading {
  position: fixed;
  overflow: hidden; 
  width: 100%;
  max-height: 100%;
  background: #fff url(../images/loader.gif) center center no-repeat; 
  opacity: 0; 
}
html,
body {
  height: 100%;
}
body { 
  overflow-x: hidden;
  height: 100%;
  line-height: 1.6;
  background: #fff;
  background-attachment: fixed;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  color: #27362c;
}
::selection {
  color: #fff;
  background: #27362c; 
}
::-moz-selection {
  color: #fff;
  background: #27362c; 
}
.wrapper100percent {
  float: left;
  width: 100%;
  padding: 0;
}
.sectionwrapper {
  position: relative;
  float: left;
  margin-top: 1px;
  padding-bottom: 88px;
  width: 100%;
}
.section1 {
  padding: 0 0 66px 0;
  background: #fff;
}
.section2 {
  padding: 0 0 88px 0;
  background: #8fd0a6;
}
@media (max-width: 400px) {
.section2 { 
  text-align: center;
}
}
/* parallax sections */
.section3 {
  min-height: 300px;
  background: #27362c url(../images/1.jpg) 50% 0 no-repeat fixed;
  text-align: center;
}
.section3inner {
  width: 100%;
  float: left;
  padding: 0 0 88px 0;
  background: rgba(51, 51, 51, 0.7);
}
.section4 {
  min-height: 300px;
  background: #27362c url(../images/3.jpg) 50% 0 no-repeat fixed;
  text-align: center;
}
.section4inner {
  width: 100%;
  float: left;
  padding: 0 0 88px 0;
  background: rgba(51, 51, 51, 0.7);
}
/* parallax sections end */
.section2 ul,
.section2 i,
.section2 p,
.section2 h1,
.section2 h2,
.section2 h3,
.section2 h4,
.section2 h5,
.section2 h6 {
  color: #fff;
}
.section3 ul,
.section3 i,
.section3 p,
.section3 h1,
.section3 h2,
.section3 h3,
.section3 h4,
.section3 h5,
.section3 h6{
  color: #fff;
}
.section4 ul,
.section4 i,
.section4 p,
.section4 h1,
.section4 h2,
.section4 h3,
.section4 h4,
.section4 h5,
.section4 h6{
  color: #fff;
}
@media (max-width: 1250px) {
h1 {
  font-size: 44px;
  font-weight: bold;
}
}
.mainheadlinewrapper {
  margin-bottom: 9px;
  float: left;
  width: 100%;
  text-align: center;
}
.mainheadline h2 {
  padding-bottom: 22px;
  font-weight: 700;
  font-size: 44px;
}
@media (max-width: 767px) {
.mainheadline h2 { 
  font-size: 27px;
}
}
@media (max-width: 400px) {
.mainheadline.textleft{ 
  text-align: center;
}
}
.mainheadlinewrapperpage {
  margin-bottom: 1px;
  float: left;
  width: 100%;
  padding: 44px 0;
  background: #8fd0a6;
}
.mainheadlinepage h1 {
  margin: 0;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: #fff;
}
/****** menu ******/
.navbar-toggle {
  position: relative;
  float: right;
  width: 42px;
  height: 34px;
  margin-top: 22px;
  margin-bottom: 8px;
  background-color:#8fd0a6;
  border: none;
  border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #27362c;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar {
  position: relatie;
  z-index: 900;
  min-height: 70px;
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  /*background: rgba(255, 255, 255, 0.9);*/
  background-color: #8FD0A6;
  border-radius: 0;
}
#nav ul {
  margin-top: 0;
  margin-bottom: 0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.nav > li > a:link, 
.nav > li > a:visited {
  position: relative;
  display: inlne-block;
  margin-top: -1px;
  padding: 25px 17px;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.nav > li > a:hover,
.nav > li > a:active {
  color: #FFFFFF;
}
.navbar-nav > .active > a:link,
.navbar-nav > .active > a:visited,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  display: inlne-block; 
  color: #8fd0a6;
   -webkit-border-radius: 0;
      -moz-border-radius: 0;
           border-radius: 0;
}
nav a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  outline: none;	
}
nav a:hover,
nav a:focus {
  outline: none;
}
/*** for dropdown hide ***/
.navbar-nav li ul {
  position: absolute;
  z-index: 100;
  left: -9999px;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: -9999px;
}
.navbar-nav li ul li ul {
  postion: absolute;
  left: -9999px;
}
.navbar-nav li ul li:hover ul  {
  left: 0;
}
/*** for dropdown hide end ***/
/***second level***/
.navbar-nav > li > ul  {
padding: 0;
margin: 0;
width: 100%;
}
.navbar-nav > li > ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navbar-nav > li > ul > li > a:link, 
.navbar-nav > li > ul > li > a:visited {
  position: relative;
  display: block;
  padding: 7px 15px;
  width: 150px;
  margin: 0;
  background: #fff;
  color: #27362c;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.navbar-nav > li > ul > li > a:hover {
  color:#8fd0a6;
}
.navbar-nav > li:hover ul { 
  left:0;
}
/*** second level end ***/
@media (max-width: 1200px) {
.nav > li > a:link, 
.nav > li > a:visited {
  padding: 25px 15px;
}
}
@media (max-width: 1000px) {
.nav > li > a:link, 
.nav > li > a:visited {
padding: 25px 7px;
font-size:13px;
}
}
@media (max-width: 767px) {
.navbar-nav > li > a {
  margin-bottom: 5px;
}
.navbar-nav > li > a {                                           
  margin-left: 0;
}
.navbar-nav > li > a{
  margin-right: 0;
  color: #fff;
}
.navbar {
  height: auto;
  background: #fff;
}
.nav  {
  margin-top: 20px;
}
.nav li {
  width: 100%;
  text-align: center;
}
.navbar-nav > li > ul > li > a:link, 
.navbar-nav > li > ul > li > a:visited {
  width: 100%;
  text-align: center;
  display: block;
}
.navbar-nav li ul {
  position: relative;
  z-index: 100;
  left: 0;
}
.navbar-nav li:hover ul {
  left: 0;
}
.navbar-nav li:hover ul li ul {
  left: 0;
}
.navbar-nav li ul li ul  {
  postion: relative;
  left: 0;
}
.navbar-nav li ul li:hover ul  {
  left: 0;
}
}
/*** menu end ***/
/********* menu + general classes end **********/  


/********* elements *********/
/*** buttons ***/
/*** rollon button ***/
/* General button style (reset) */
.btn {
  position: relative;
  padding: 16px 20px;
  display: inline-block;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
  outline: none;
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  -webkit-border-radius:0;
	 -moz-border-radius:0;
	      border-radius:0;
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	      transition: all 0.3s;
}
.btn:after {
  position: absolute;
  z-index: -1;
  content: '';
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	      transition: all 0.3s;
}
/* Pseudo elements for icons */
.btn:before,
.icon-road:after,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  position: relative;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/*** change font awesome icon code here ***/
.icon-cart:before {
  content: "\f06c";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-chevron-right:before {
  content: "\f054";
}
.btn-5 {
  background: #fff;
  height: 44px;
  min-width: 10px;
  line-height: 1;
  font-size: 14px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	      backface-visibility: hidden;
}
.btn-5:hover {
  background: #27362c;
}
.btn-5:active {
  background: #27362c;
  top: 0px;
}
.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #8fd0a6;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 1.9;
  font-size: 180%;
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	      transition: all 0.3s;
}
.btn-5.icon-chevron-right {
  color: #fff;
}
.btn-5a:hover span {
  -webkit-transform: translateY(300%);
	 -moz-transform: translateY(300%);
	  -ms-transform: translateY(300%);
	      transform: translateY(300%);
}
.btn-5a:before {
  left: 0;
  top: -100%;
}
.btn-5a:hover:before {
  top: 0;
}
@-webkit-keyframes emptyBottom {
  to { 
    height: 100%;
  }
}

@-moz-keyframes emptyBottom {
  to { 
    height: 100%;
  }
}
@keyframes emptyBottom {
  to { 
    height: 100%;
  }
}
/*** rollon button end ***/
/*** button1 ***/
.btn-1 {
  height:45px;
  line-height:1;
  background:#fff;	
}
a.btn.btn-1:link, 
a.btn.btn-1:visited {
  color:#8fd0a6;	
}
a.btn.btn-1:hover {
  color:#fff;	
}
.btn-1b:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.btn-1b:hover,
.btn-1b:active {
  background: #27362c;
}
.btn-1b:hover:after,
.btn-1b:active:after {
  height: 100%;
}
/*** button1 end ***/
/*** button2 ***/
.btn-2 {
  height:45px;
  line-height:1;
  background:#8fd0a6;	
}
a.btn.btn-2:link, 
a.btn.btn-2:visited {
  color:#fff;	
}
.btn-2b:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;	
}
.btn-2b:hover,
.btn-2b:active {
  background: #27362c;
}
.btn-2b:hover:after,
.btn-2b:active:after {
  height: 100%;
}
/*** button2 end ***/
/*** button2 ***/
.btn-3 {
  height:45px;
  line-height:1;
  background:#27362c;	
}
a.btn.btn-3:link, 
a.btn.btn-3:visited {
  color:#fff;	
}
.btn-3b:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;	
}
.btn-3b:hover,
.btn-3b:active {
  background: #8fd0a6;
}
.btn-3b:hover:after,
.btn-3b:active:after {
  height: 100%;
}
/*** button3 end ***/
/*** buttons end ***/
/********* elements end *********/


/********* top slider *********/
.topslider {
  position: relative;
  width: 100%;
  float: left;
  background: #fff;
}
.slidertexthide {
  display: none;
}
.slidertext {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -265px;
	margin-left: -240px;
	display: block;
	padding: 12px;
	width: 370px;
	height: 370px;
	border: 1px solid #fff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
@media (max-width: 1250px) {
.slidertext {
  padding: 10px;
  margin-top: -205px;
  margin-left: -185px;
  width: 370px;
  height: 370px;
}

}
@media (max-width: 1000px) {
.slidertext {
  left: 50%;
  padding: 8px;
  margin-top: -160px;
  margin-left: -160px;
  width: 320px;
  height: 320px;
}
}
@media (max-width: 767px) {
.slidertext {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 0;
  margin-top: 0;
  margin-left: 0;
  float: left;
  width: 100%;
  height: auto;
  border:none;
  -webkit-border-radius:0px;
     -moz-border-radius:0px;
         border-radius: 0px;
}
}
.slidertextinner {
	width: 350px;
	height: 350px;
	padding-top: 24%;
	text-align: center;
	background: rgba(255,255,255, 0.9);
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
@media (max-width: 1250px) {
.slidertextinner {
  width: 349px;
  height: 348px;
}
}
@media (max-width: 1000px) {
.slidertextinner{
  width: 300px;
  height: 300px;
}
}
@media (max-width: 767px) {
.slidertextinner {
  width: 100%;
  height: auto;
  padding-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
	      border-radius: 0;
}
}
.slidertextinner img {
  margin-bottom: 17px;
}
.slidertextinner i{
  margin-bottom: 17px;
  color: #8fd0a6;
  font-size: 40px;
}

.slidertextinner h1 {
  color: #27362c;
  margin-bottom: 22px;
  line-height: 1;
}
@media (max-width: 1250px) {
.slidertextinner h1 {
  margin-bottom: 12px;
}
}
@media (max-width: 1000px) {
.slidertextinner h1{
  margin-bottom: 12px;
}
}
@media (max-width: 767px) {
.slidertextinner h1 {
  margin-bottom: 12px;
  font-size: 18px;
}
}
.slidertextinner h2 {
  font-size: 22px;
  color: #8fd0a6;
}
@media (max-width: 1250px) {
.slidertextinner h2 {
  font-size: 18px;
}
}
@media (max-width: 1000px) {
.slidertextinner h2 {
  font-size: 18px;
}
}
@media (max-width: 767px) {
.slidertextinner h2 {
  font-size: 14px;
}
}
.slidertextinner img {
  margin-bottom: 22px;
}
@media (max-width: 1250px) {
.slidertextinner i {
  font-size: 30px;
  margin-bottom: 12px;
}
}
@media (max-width: 1000px) {
.slidertextinner i {
  font-size: 30px;
  margin-bottom: 12px;
}
}
@media (max-width: 767px) {
.slidertextinner i {
  font-size: 20px;
  margin-bottom: 12px;
}
}
/********* top slider end *********/


/********* undersliderwrapper *********/
.undersliderwrapper { 
  position: relative;
  z-index: 100;
  float: left;
  width: 100%;
  min-height: 245px;
  margin-top: -15px;
  padding: 88px 0 70px 0;
  background: #8fd0a6;
  text-align: center;
}
.underslider h3 { 
  margin-bottom: 22px;
  line-height: 1.6;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 767px) {
.underslider h3 { 
  font-size: 27px;
}
}
.underslider  h4 { 
  font-size: 22px;
  text-transform: none;
  color: #fff;
}
/********* undersliderwrapper end *********/


/********* testimonials *********/
.bxtestimonials {
  text-align: center;
}
.quotewrapper i {
  margin: 0 auto 27px auto;
  padding-top: 22px;
  width: 66px;
  height: 66px;
  font-size: 27px;
  background: #fff;
  color: #8fd0a6;
}
.bxtestimonials p {
  max-width: 1170px;
  margin: 0 auto 12px auto;
  font-style: italic;
  color: #fff;
  font-size: 21px;
}
@media (max-width: 767px) {
.bxtestimonials p {
  margin: 0 20px;
}
}
.bxtestimonials p span {
  color: #8fd0a6;
  font-size: 50px;
  font-family: arial;
}
.bxtestimonials p.cite {
  color: #8fd0a6;
  padding-bottom: 44px;
  font-style: normal;
}
.bxtestimonials p.cite span {
  font-weight: bold;
  font-size: 21px;
}
/********* testimonials end *********/


/************ team ************/
.teamcolumnwrapper {
  margin-bottom: 22px;
}
.teamcolumn {
  margin: 0 auto 22px auto;
  text-align: center;
}
.teamcolumninner {
  float:left;
  width: 100%;
  border: #8fd0a6 1px solid;  
}
@media (max-width: 767px) {
.teamcolumninner {
  margin-bottom: 44px;
}
}
.teamcolumninner h3 {
  display: block;
  margin: 12px 0;
  text-transform: none;
  font-size: 27px;
}
.teamcolumninner p {
  line-height: 0;
  margin-bottom: 27px;
}
.teamcolumninner i {
  margin: 0 3px 22px 3px;
  font-size: 18px;
  color: #27362c;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.teamcolumninner i:hover {
  color: #8fd0a6;
}
/************ team end ************/


/********* event single *********/
.eventsinglewrapper {
  background: #8fd0a6;
  padding: 44px 0 22px 0;
}
.eventsinglewrapper ul,
.eventsinglewrapper i,
.eventsinglewrapper p,
.eventsinglewrapper h1,
.eventsinglewrapper h2,
.eventsinglewrapper h3,
.eventsinglewrapper h4,
.eventsinglewrapper h5,
.eventsinglewrapper h6 {
  color: #fff;
}
/********* event single end *********/


/************events************/
.eventswrapper { 
  margin-bottom: -12px;
}
.oneevent { 
  position: relative;
  z-index: 100;
  float: left;
  margin-bottom: 12px;
  padding: 0 0 0 140px;
}
.oneevent ul { 
  width: 95%;
  float: left;
  margin: 0 0 12px 0;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #fff;
}
.oneevent ul li { 
  float: left;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 14px;
  border-right: 1px solid #fff;
}
.oneevent h4 { 
  margin: 0;
  font-size: 27px;
  font-weight: 700;
}
.oneevent p { 
  margin-bottom: 22px;
  width: 100%;
  float: left;
}
.eventsdate { 
  left: 0;
  position: absolute;
  top: 50%;
  height: 120px;
  width: 120px;
  padding-top: 13px;
  margin-top: -70px;
  text-align: center;
  background: #D1B26A;
  -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
           border-radius: 500px;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.eventsdate p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #FFFFFF;
}
.eventsdate p span { 
  font-weight: bold;
  font-size: 27px;
}
.oneevent:hover .eventsdate {
	background: #8fd0a6;
	border: 1px solid #FFF;
}
.oneevent:hover .eventsdate p { 
  color: #fff;
}
.oneevent:hover a.eventslink i { 
  margin-left: 5px;
}
a.eventslink:link, 
a.eventslink:visited { 
  float: left;
  margin-top: 7px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
a.eventslink i { 
  color:#fff;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.eventstext a:hover { 
  color: #27362c;
}
.eventstext a:hover i { 
  color: #27362c;
}
@media (max-width: 767px) {
.eventswrapper { 
  margin-bottom: 22px;
}
.eventsdate { 
  margin-bottom: 22px;
}
}
@media (max-width: 400px) {
.oneevent { 
  padding: 0 0 40px 0;
  text-align: center;
}
.eventsdate { 
  position: relative;
  top:0;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.oneevent ul li { 
 float: none;
}
.oneevent ul { 
  width: 100%;
}
a.eventslink:link, 
a.eventslink:visited{ 
  float: none;
  margin-top: 22px;
}
.oneevent ul li { 
  margin-right: 12px;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
}
/************ events end ************/


/************ about us ************/
i.aboutusicon { 
  width: 160px;
  padding: 20px; 
  text-align: center;
  margin-top: 22px;
  font-size: 110px;
  color: #fff;
  background: #8fd0a6;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
i.aboutusicon:hover { 
  color: #27362c;
}
.onelist { 
  float: left;
}
.onelist h4 { 
  margin: 0;
}
.oneevent p { 
  margin-bottom: 0;
  width: 100%;
}
.aboutusleft { 
  float: left;
  margin-right: 22px;
  margin-top: 7px;
  text-align: center;
}
.aboutusleft i { 
  color: #fff;
  font-size: 30px;
}
/************ about us end ************/


/************ services ************/
.services .servicecolumn { 
  text-align: center;
}
.services .servicecolumn h4 { 
  font-size: 27px;
}
.services a:link, 
.services a:visited {
  height: 105px;
  width: 105px;
  display: block;
  margin:0 auto 27px auto;
  padding-top:26px;
  text-align:center;
  border: 1px solid #27362c;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.servicecolumnone:hover a { 
  border: 1px solid #8fd0a6;
}
.services i { 
  width: 88px;
  height: 88px;
  margin-top: 12px;
  text-align: center;
  font-size: 35px;
  color: #8fd0a6;
  background: transparent;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.services img { 
  text-align: center;
}
.servicecolumnone:hover i.aboutusicon { 
  background: #8fd0a6;
  color: #fff;
}
/************ services end ************/


/********* gallery *********/
.grid {
	overflow: hidden;
	margin: 0 0 44px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -3px -2px;
  width: 25%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;	
}
.grid figure figcaption {
color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  color: #fff;
}
.grid figure h2 {
  font-size: 27px;
}
.grid figure h2,
.grid figure p {
  color: #fff;
}
.grid figure p {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(143, 208, 166, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(143, 208, 166, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}
figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
	              transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
	      transform: translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	              transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
	      transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	      transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
	      transform: translate3d(0,0,0);
}
@media screen and (max-width: 1200px) {
.grid figure {
  width: 50%;
}	
.grid figure figcaption {
  font-size: 90%;
}

}
@media screen and (max-width: 600px) {
.grid figure {
  width: 100%;
}

}			
/********* gallery end *********/


/********* faq **********/
.faqicon { 
  float: left;
  padding: 10px;
  width: 66px;
  height: 66px;
  margin-right: 22px;
  margin-top: 7px;
  text-align: center;
  border: 1px solid #fff;
}
@media (max-width: 400px) {
.faqicon{ 
  float: none;
  margin: 22px auto;
}
}
.faqicon p { 
  color: #fff;
  font-size: 27px;
}
/********* faq end ********/


/********* twitter ********/
.twittericon {
  height: 66px;
  width: 66px;
  margin: 0 auto;
  padding-top: 15px;
  margin-bottom: 22px;
  background: #8fd0a6;
}
.twitterwrapper .twittericon i {
  color: #fff;
  font-size: 35px;
}
.twitterwrapper {
  margin: 44px auto 0 auto;
  text-align: center;
}
.twitterwrapper a {
  color: #8fd0a6;
}
.twitterwrapper .icon-twitter {
  color: #fff;
}
.twitter ul {
  padding-left: 0px;
}
.twitter ul li {
  margin: 5px;
  padding: 5px;
  list-style: none;
  overflow: hidden;
}
.twitter p {
  color: #fff;
  margin-bottom: 0;
}
.twitter .user, 
.tweet, .timePosted {
  float: left;
}
.twitter .user {
  display: none;
}
.twitter .tweet {
  width: 100%;
}
.twitter .timePosted {
  display: none;
}
.twitter .user {
  clear: left;
}
.twitter .user a {
  width: 100px;
}
.twitter .user span span {
  width: 100px;
  display: block;
  margin-top: 10px;
}
.twitter .user img, 
.user a > span {
  float: left;
}
.twitter.interact {
  display: none;
}
.twitter .interact a {
  display: none;
}
/********* twitter end *********/


/********* homepage blog *********/
.bloghomepage.owl-theme {
  margin-bottom: 22px;
}
.bloghomepage.owl-theme .item {
  margin: 0;
}
.bloghomepage .owl-theme-inner{
  position: relative;
  float: left;
  border: #8fd0a6 1px solid;
}
.bloghomepage .owl-theme-inner-text {
  position:relative;
  width: 100%;
  float:left;
  padding: 0 20px;
}
.bloghomepage .owl-theme-inner h4 {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 27px;
}
.bloghomepage .owl-theme-inner a:link, 
.bloghomepage .owl-theme-inner a:visited {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  margin-right: 0px;
  margin-bottom: 0;
  color: #fff;
  background: #8fd0a6;
  padding: 5px 15px;
  margin-bottom: 21px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.bloghomepage .owl-theme-inner a:hover {
  background: #27362c;
}
.homeblogmeta {
  padding: 12px 0;
  margin-bottom: 22px;
  text-align: center;
  width: 100%;
  float: left;
  border-bottom: 1px solid #27362c;
}
.bloghomepage .homeblogmeta a:link, 
.bloghomepage .homeblogmeta a:visited {
  margin-right: 5px;
  padding: 0;
  float: none;
  margin-bottom: 0px;
  text-transform: none;
  color:#8fd0a6;
  background: transparent;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.homeblogmeta p {
  display: inline-block;
  width: 49%;
  float: left;
  margin: 0;
  border-right: 1px solid #27362c;
}
.homeblogmeta p.no-border {
  border-right: none;
}
/********* homepage blog end *********/


/********* contact *********/
.map {
  position: relative;
  margin-bottom: 44px;
  margin-top: 44px;
}
.map iframe {
  position: relative;
  z-index: 100;
  max-width: 100%;
  width: 100%;
  height: 400px;
  border: none;
}
@media (max-width: 767px) {
.map {
  text-align: center;
}
.map iframe {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: auto;
  float: none;
}
}
.mapoverlay {
  position: relative;
  z-index: 999; 
  top: 400px;
  width: 100%;
  height: 400px;
  margin-top: -400px;
  background: transparent; 
}
.address {
  text-align: center;
}
@media (max-width: 767px) {
.address {
  margin-bottom: 44px;
}
}
.address h4 {
  margin-bottom: 22px;
  font-size: 27px;
}
.address i {
  width: 66px;
  height: 66px;
  padding-top: 15px;
  margin: 0 auto 27px auto;
  font-size: 35px;
  color: #8fd0a6;
  border: 1px solid #27362c;
}
.address ul {
  padding: 0;
  margin: 0;
}
.address p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
/* for contact form */
#main {
  margin-top: 22px;
  margin-bottom: 22px;
  float: left;
  width: 100%;
}
#main p {
  margin-bottom: 5px;
}
#main ::-webkit-input-placeholder { 
  color: #27362c; 
}
#main ::-moz-placeholder { 
  color:#27362c; 
} 
#main :-ms-input-placeholder {  
  color:#27362c; 
} 
#main :input:-moz-placeholder { 
  color:#27362c; 
}
#main input {
  padding: 0 10px;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
	      border-radius: 0;
}
#main .contact1 input {
  height: 55px;
  color: #27362c;
  box-shadow: none;
  outline: none;
  background: #FFFFFF;
  border: #27362c 1px solid;
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
          transition: all .1s;
}
#main .contact1 input:focus {
  box-shadow: none;
  outline: none;
  border: #8fd0a6 1px solid;
}
#main .contact2 input {
  height: 55px;  
  color: #27362c;
  outline: none;
  border: #27362c 1px solid;
  background: #FFFFFF;
  box-shadow: none;
  transition: all .1s;
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
	      transition: all .1s; 	   
}
#main .contact2 input:focus {
  box-shadow: none;
  outline: none;
  border: #8fd0a6 1px solid;
}
#main .textarea {
  width: 100%;
  padding: 10px;
  height: 114px;
  margin-bottom: 0;
  float: left;
  display: inline;
  color: #27362c;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: #27362c 1px solid;
  background: #FFFFFF;
  -webkit-transition:all .1s; 
    -moz-transition: all .1s; 
      -o-transition: all .1s; 
	     transition: all .1s;
}
#main .textarea:focus {
  box-shadow: none;
  outline: none;
  border: #8fd0a6 1px solid;
}
#main .buttoncontact {
  margin: 5px auto 0 auto ;
  padding: 10px 0;
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: none;
  background: #8fd0a6;
  box-shadow: none;
  outline: none;
  -webkit-transition: all .1s; 
     -moz-transition: all .1s;
       -o-transition: all .1s; 
          transition: all .1s; 
}
#main .buttoncontact:hover {
  background-color: #27362c;
}
#main .buttoncontact:hover {
  background-color: #27362c;
}
#main .buttoncontact:focus {
  background-color: #27362c;
}
li.success {
  padding: 10px;
  color: #fff;
  margin: 22px auto;
  background-color: #addab7;
}
li.error {
  padding: 10px; 
  margin: 22px auto;
  color: #fff;
  background-color: #f1bebe;
}
/* for contact form end */
.socialicons {
  text-align: center;
}
.socialicons li {
  margin: 5px;
  display: inline-block;
  text-align: center;
}
.socialicons i {
  font-size: 30px;
  color: #8fd0a6; 
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
          transition: all .1s;
}
ul.socialicons li a:link, 
ul.socialicons li a:visited  {
  padding-top: 17px;
  width: 66px;
  height: 66px;
  display: block;
  color: #fff; 
  background: #fff;
}
ul.socialicons li a:hover {
  background: #8fd0a6; 
}
ul.socialicons li a:hover i {
  color: #fff; 
}
.copyrightwrapper {
  background: #27362c;
}
.copyright {
  float: left;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
  color: #fff; 
  font-size: 12px;
}
@media (max-width: 767px) {
.copyright p {
  margin-right: 20px;
  margin-left: 20px;
}
}
.copyright a:link, 
.copyright a:visited {
  color: #fff; 
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all .1s;
     -moz-transition: all .1s; 
       -o-transition: all .1s;
          transition: all .1s;
}
.copyright a:hover {
  color: #8fd0a6; 
}
/** footer stick to bottom fix **/
.bodywrapper {
  min-height: 100%;
  height: 100%;
  margin-bottom: -44px;
}
.push {
  height: 44px;
}
.bottom {
  width: 100%;
  float: left;
  min-height: 44px;
  background: #8fd0a6; 
}
/** footer stick to bottom fix end **/
.bottomlinks {
  padding: 0;
}
.bottomlinks li {
  float: left;
  margin-right: 10px;
  margin-top: 22px;
  text-transform: uppercase;
}
.bottomlinks a:link, 
.bottomlinks a:visited {
  color: #fff; 
  text-transform: none;
  font-size: 14px;
}
.bottomlinks a:hover {
  color: #27362c;
}
.scrollbutton {
  text-align: center;
}
.scrollbutton i {
  font-size: 32px;
  color: #8fd0a6; 
}
.scrollbutton a {
  padding-top: 8px;
  width: 50px;
  height: 50px;
  background: #fff; 
  display: inline-block;
  margin-top: 22px;
  float: right;
  margin-bottom: 22px;
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
          transition: all .1s;
}
.scrollbutton a:hover {
  color: #fff; 
  background: #27362c; 
}
/********* contact end *********/


/********* blog pages *********/
.pagination {
  margin-bottom: 66px;
  float: right;
}
.pagination a:link, 
.pagination a:visited {
  width: 33px;
  height: 33px;
  float: right;
  padding-top: 5px;
  margin-left: 5px;
  color: #8fd0a6; 
  text-align: center;
  border: 1px solid #8fd0a6; 
}
.pagination a:hover {
  color: #fff; 
  background: #8fd0a6; 
}
/********* blog pages end *********/
