@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(//fonts.googleapis.com/css?family=Asap);

/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/17px "Lato", sans-serif;
  color: #606060;
  min-width: 100%;
}

@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ec8a2f;F
}
img {
  max-width: 100%;
  height:auto;
}

* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	background-color: #4b7335;
	padding: 12px;
	text-align: center;
	min-height:30px;
}

 h2#orange {
	background-color: #ec8922 !important;
}
 h2#red {
	background-color: #ef3026 !important;
}
 h2#purple {
	background-color: #8a1d5c !important;
}
h2#purple {
	background-color: #8a1d5c !important;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
h6 {
	color: #8a1d5c;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	padding: 12px;
	text-align: center;
	min-height:70px;
}

@media (max-width: 979px) {
  h2 {
	font-size: 24px;
	line-height: 26px;
  }
}
h3 {
	text-transform: uppercase;
	line-height: 14px;
	color: #ef8c2e;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3.E {
	text-transform: uppercase;
	line-height: 14px;
	color: #ef8c2e;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0px !important;
	margin-bottom: 10px;
	}
.sec h3 {
	text-transform: uppercase;
	color: #ef8c2e;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height:1.2;
}

.sec a {
	color: #8a005a;
}
.active {
	font-weight: 700;}
h3 a:active {color:#8a015b;}
h3 .lower {
  display: block;
  text-transform: none;
}
h4 {
  text-transform: uppercase;
  line-height: 18px;
  color: #c8502a;
  font-family: "Asap", sans-serif;
}
.heading1 {
	margin-bottom: 4px;
}
.heading1 h2 {
	color: #8a015b;
	background-color: #FFF;
	min-height:5px;
}
.heading1 h3 {
	margin-bottom: 24px;
	color: #8e0052;
	font-size: 24px;
	line-height: 28px;
}
.EventTitle {
	font-size: 36px !important;
	font-weight: normal;
	color: #ef3125 !important;
	text-transform: capitalize;
}
/*SEARCH CSS */ 
#search {
  position: relative;
  border-radius: 5px;
  border: 1px solid #dbc6ad;
  height: 26px;
  width: 213px;
  background: #ffffff;
  box-shadow: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-align: left;
}
#search input {
  border-radius: 5px;
  font: 400 14px/14px "Lato", sans-serif;
  color: #606060;
  position: relative;
  width: 188px;
  background: #ffffff;
  padding: 6px 0 6px 6px;
  height: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
#search a {
  display: block;
  height: 100%;
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  margin-top: -6px;
  right: 6px;
}
#search a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#search a > .search_icon {
  display: block;
}

p#searchHead{
	font-family: Gill Sans;
	font-size: 23px;
	line-height: 12px;
	letter-spacing: 2px;
	text-align:center;
	color : #FF8C00;
}

/* Used for displaying search min characters error message */
#error_msg{
 	color:red;
    font-family:Arial;
    font-variant: small-caps;
	border-radius: 5px;
	background-color: rgb(213, 184, 184);
	height: 25px;
}

/*pop menu css */ 
#events_pop-up {
	display: none;
	z-index: 9999;
	width: 560px;
	max-height: 320px;
	position: absolute;
	cursor: default;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	/*padding: 10px; */
	background: #ffffff;
	color: #000000;
	border: 1px solid #E6AAAA;
	font-size: 90%;
	left: 35%;
	top: 45%;
	
	border-radius: 5px;
	overflow: scroll;
}

#popup-header {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 8px 6px;
    background-color: #DED4D4; 
    border-bottom: 1px solid #ebebeb;
}

a#btnClose {
	float: right;
}
strong {
	font-weight: bolder;
}
.topnav {
	background: rgba(79,114,53,1);
	background: -moz-linear-gradient(left, rgba(79,114,53,1) 0%, rgba(79,114,53,1) 40%, rgba(138,29,93,1) 59%, rgba(138,29,93,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(79,114,53,1)), color-stop(40%, rgba(79,114,53,1)), color-stop(59%, rgba(138,29,93,1)), color-stop(100%, rgba(138,29,93,1)));
	background: -webkit-linear-gradient(left, rgba(79,114,53,1) 0%, rgba(79,114,53,1) 40%, rgba(138,29,93,1) 59%, rgba(138,29,93,1) 100%);
	background: -o-linear-gradient(left, rgba(79,114,53,1) 0%, rgba(79,114,53,1) 40%, rgba(138,29,93,1) 59%, rgba(138,29,93,1) 100%);
	background: -ms-linear-gradient(left, rgba(79,114,53,1) 0%, rgba(79,114,53,1) 40%, rgba(138,29,93,1) 59%, rgba(138,29,93,1) 100%);
	background: linear-gradient(to right, rgba(79,114,53,1) 0%, rgba(79,114,53,1) 40%, rgba(138,29,93,1) 59%, rgba(138,29,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7235', endColorstr='#8a1d5d', GradientType=1 );		margin-bottom: 8px;
	text-align: right;
}
.rainbow {
	background-image: url(../images/rainbow.jpg);
	background-repeat: repeat-y;
	color: #FFF;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	text-align: right;
}
.rainbow a {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}
.rainbow a:hover {
	color: #0F0;
}
.social {
	text-align: right;
}
.social img {max-width:100%; height:auto;}
@media (max-width: 479px) {
.social {
	text-align: center;
}
.rainbow {
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
}
.social img {max-width:60%;}
h2 {
	min-height:0px;
}
.heading1 h3 {
	margin-top: 14px;
}
}

/* ======= Buttons ======= */
.btn-default {
	display: inline-block;
	font: 400 13px/13px "Asap", sans-serif;
	color: #c8502a;
	margin-bottom: 12px;
}
.btn-default:hover {
  color: #000000;
}
.btn-big:hover {
  color: #000000;
}
.btn-big {
	display: inline-block;
	background: rgb(223, 117, 20);
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 12px;
	margin-bottom:4px;
}
.btn-email {
	display: inline-block;
	background: rgb(229, 11, 11);
	color: #fff !important;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 12px;
}
.btn-email a {
	color: #FFF;
}
.btn-donate {
	display: inline-block;
	background: rgb(75, 115, 53);
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 12px;
}
.btn-donate a {
	color: #FFF;
}
.space {
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-big-ticket:hover {
  color: #000000;
}
.btn-big-ticket {
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: rgb(255,0,0);
}
.btn-big-ticket a {
	color: #FFF !important;
}
#buy a {
	color: #FFF;
}

.btn_green {
	color: #FFF;
	background-color: #4f7124;
	padding: 8px;
}
.btn_green a {
	color: #FFF;
	text-decoration: none;
}

/* ======= Wrappers ======= */
.big-wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 27px;
	padding-left: 0;
}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.border-wrapper1 {
  position: relative;
  overflow: hidden;
}
.border-wrapper1 .grid_1 {
  position: relative;
}
.border-wrapper1 .border {
  position: absolute;
  left: 50%;
  background: #ec8a2f;
  margin-left:5px;
  width: 1px;
  height: 20000px;
  top: 0;
}
@media (min-width: 767px) {
  .border-wrapper1 .border {
    margin-left:8px;
  }
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ec8a2f;
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.news:last-child {
  border-bottom-style: none;
}
.NewsBox {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}
.NewsBox:last-child {
  border-bottom-style: none;
}

.date {
	color: #000;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr.hrLine {border: 0; border-bottom: 1px dashed #fff; background: #ec8a2f;}
@media (max-width: 767px) {
  .border-wrapper1 .border {
    display: none;
  }

}
.wrapper1 {
  padding-bottom: 20px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.topnav {}
#header {
  padding-bottom: 3px;
}
#header h1 {
  float: left;
}
#header .info .grid_12 {
  padding-bottom: 2px;
}
#header #search {
  float: right;
  margin-top: 9px;
  display: inline-block;
}
#header #stuck_container {
  left: 0;
}
.grid_5a img {
  max-width: 100%;
  height:auto;
}
.grid_3 img {padding-bottom:12px;}
@media (max-width: 1199px) {
  #header #stuck_container {
    text-align: center;
  }
.grid_5a img {
	width: 100%;
	height: auto;
	text-align: left;
}
.grid_12 h1 {width:100%;}
  #header #stuck_container nav {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
 .grid_5a img {
  max-width: 100%;
  height:auto;
}
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 400 54px/54px "Racing Sans One", sans-serif;
  letter-spacing: -0.02em;
  color: #303030;
}
h1 a .second {
  font: 400 13px/16px "Droid Sans", sans-serif;
  color: #676767;
  margin-top: -1px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
  width:100%;
}
/*==Side Nav ==*/
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
	color: #e83023;
}
#navlist li a:hover {
	text-decoration: none;
	color: #000000;
}
.SideNav #navlist {
	width:100% !important;
}
.navsub-title {
	color: #ef3125;
}
.SideNav h3 {
	color: #8a015b;
	margin-bottom: 12px;
}

/* Main menu styles
========================================================*/
		
@media (max-width: 1199px) {
  .jetmenu blue > li + li {
    margin-left: 5px;
  }
}
.jetmenu blue > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ef3026;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jetmenu blue > li > a {
	display: block;
	text-transform: uppercase;
	font: 400 16px/16px "Lato", sans-serif;
	padding: 1px 3px 14px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #000000;
}
@media (max-width: 1199px) {
  .jetmenu blue > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .jetmenu blue > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .dropdown-menu.multi-column {
			min-width: 240px !important;
			overflow-x: hidden;
		}
}
.jetmenu blue > li > a:hover {
  color: #ffffff;
  background: #c8502a;
}
.jetmenu blue .sfHover > a {
  color: #ffffff;
  background: #c8502a;
}
.jetmenu blue .sfHover > a:after {
  color: #ffffff;
}
.jetmenu blue > li.current > a {
  color: #ffffff;
  background: #c8502a;
}
.jetmenu blue > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/

@media only screen and (max-width: 767px) {
  .jetmenu blue {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #c8502a;
    width: 100%;
    background: #ffffff;
    font: 400 16px/16px "Racing Sans One", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
 #mc_calendar {
	visibility: hidden;
	display: none;
}
}

/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background-color:#8a015b;
  left: 0;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 32px;
}
.SecContent {
	color: #333;
	font-weight: normal;
}

/* ======= Box 1 ======= */
.box1 .content {
	background: url(../images/box1-background.jpg) repeat;
	border-top: none;
	padding-top: 26px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 24px;
}
.box1 h3 {
  color: #c8502a;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}
.box1 h3 a:hover {
  color: #000000;
}
.box1 p {
  line-height: 20px;
  color: #676767;
}
.box1 .btn-big {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
  .box1 img {
    width: 100%;
  }
}
.box1-wrapper1 {
	margin-top: 27px;
	margin-bottom: 29px;
	padding-bottom:12px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec8a2f;
}
.box1-wrapper1 h2 {
  margin-bottom: 19px;
  min-height:100px;
}
.box1-wrapper1 h2 a:hover {
  color: #000000;
}

/* ======= Box 2 Why choose us ======= */
.box2 h3 {
  margin-bottom: 23px;
}
.box2_list {
  margin-top: 29px;
  position: relative;
  padding-left: 34px;
  font: 400 13px/18px "Asap", sans-serif;
  text-transform: uppercase;
}
.box2_list .label {
  font: 400 30px/20px "Racing Sans One", sans-serif;
  color: #c8502a;
  text-transform: uppercase;
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list:first-child {
  margin-top: 29px;
}
.box2 .btn-default {
  margin-top: 35px;
}
.box3 .heading  {
  margin-bottom: 14px;
  color:#8a015b;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}

/* ======= Box 3 Welcome ======= */
.box3 .heading a {
  margin-bottom: 14px;
  color:#8a015b;
}

@media (max-width: 767px) {
  .box3 .heading {
    margin-bottom: 0;
  }
}
.box3 .posts {
  margin-bottom: 23px;
}
.box3 .posts img {
	margin-bottom: 23px;
	
}
.box3 .posts h3 {
  margin-bottom: 8px;
}
.box3 > p {
  line-height: 20px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    margin-top: 30px;
  }
}

/* ======= Post 1 NEws ======= */
.post1 {
  position: relative;
  padding-left: 125px;
  padding-bottom: 32px;
}
.post1 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Lato", sans-serif;
  color: #ef3026;
  text-align: center;
}
.post1 time span {
  display: block;
}
.post1 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post1 h3 {
  margin-bottom: 9px;
}
.post1 .image-wrapper {
  position: absolute;
  left: 55px;
  
}
.post1 .image-wrapper img {
  display: block;
  width:30%;
}
.post1 .image-wrapper .btn-default {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .post1 {
    padding-left: 0;
  }
  .post1 time {
	position: relative;
	text-align: left;
	left: 0;
	
  }
  .post1 .image-wrapper {
    left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }
.post1 .image-wrapper img {
  width:50%;
}
.post1 time {
  float: left;
  margin-right:22px;
}
}
.post1-wrapper1 .post1 {
	margin-bottom: 16px;
	position: relative;
	
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  top: -31px;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../images/border1.png) repeat-x;
}

/* ======= Box 4 A few words about us ======= */
.box4 img {
  float: left;
  margin: 4px 20px 10px 0;
}
.box4 h3 {
  margin-bottom: 23px;
}
.box4 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {

.box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
    float: none;
    margin-bottom: 0 0 20px 0;
  }
}

/* ======= Box 5 What we offer ======= */
.box5 {
  padding-left: 69px;
  position: relative;
}
.box5 .label {
  text-align: center;
  background: #c8502a;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 4px;
  font: 700 30px/50px "Asap", sans-serif;
  color: #ffffff;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 32px;
}

/* ======= Box 6 Our team ======= */
.box6 img {
  margin-bottom: 16px;
}
.box6 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box6 img {
    width: 100%;
  }
.post1 .image-wrapper img {
  display: block;
  width:60%;
}
}
.box6-wrapper1 {
  margin-top: 52px;
  margin-bottom: 54px;
}
.box6-wrapper1 .heading1 {
  margin-bottom: 28px;
}

/*====Event===*/
.sort {
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom:22px;
}
.spon{
	color: #f13327;
}
.sort h5 {
	color: #4e7719;
	font-size: 18px;
	margin-bottom: 10px;
}

/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.event {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed8a2c;
	min-height:140px;
	position: relative;
}
.event:last-child {
	border-bottom-style: none;
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .event {
      min-height: 240px;
  }
}
.post2 .head {
  padding-left: 56px;
  position: relative;
  margin-bottom: 12px;
}
.post2 .head h3 {
  margin-bottom: 9px;
}
.post2 .head .info .by {
  float: left;
}
.post2 .head .info .comments {
  float: right;
}
.post2 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Lato", sans-serif;
  color: #507323;
  text-align: center;
}
#title {
	font-size: 20px;
	font-weight: bold;
	color: #c54d34;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: normal;
}
.post2 time span {
  display: block;
}
.post2 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post2 img {
	margin-top: 0px;
	margin-bottom: 12px;
	
}
.post2 p {
	margin-top: 5px;
  margin-bottom: 17px;
}s
.post2 .btn-default {
  margin-top: -2px;
}
.video {margin-top:12px;}
li.odd  {
	background-color: #fff;
	font-size: 12px;
	padding-left: 1em;
	color: #F60;
}
	li.even  {
	background-color: #eee;
	font-size: 18px;
	padding-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }

}
.post2-wrapper1 {
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 26px;
}
.list1-wrapper1 {
  margin-bottom: 69px;
}

/* ======= Box 7 Latest services overview ======= */
.box7 {
	padding: 20px 20px 16px 20px;
	background-color: #FF0;
	background-image: url(../images/box1-background.jpg);
	background-repeat: repeat;
}
.box7 img {
  margin-bottom: 16px;
}
.box7 h3 {
  margin-bottom: 13px;
}
.read_more {
	padding-top: 12px;
}
.read_more a {
	color: #507226;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: 28px;
  margin-bottom: 37px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}

/* ======= Box 8 Gallery ======= */
.box8 .gallery_image {
  margin-bottom: 16px;
}
.box8 h3 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 15px;
}

/* ======= Gallery 1 Technologies ======= */
.gallery1 {
  margin-top: 28px;
  margin-bottom: 58px;
}
.gallery1 .box8 {
  margin-bottom: 28px;
}

/* ======= Google Map  ======= */
.google-map1 {
  height: 402px;
  margin-top: 28px;
  margin-bottom: 30px;
}

/* ======= Address  ======= */
.address-block {
  padding: 27px 19px 26px;
  background: url(../images/box1-background.jpg) repeat;
}
.address-block h3 {
  margin-bottom: 9px;
  color: #c8502a;
}
.address-block h3 a:hover {
  color: #000000;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
}

/* ======= Address block wrapper  ======= */
.address-block-wrapper {
  margin-bottom: 73px;
}

/* ======= Box 9 Privacy Policy ======= */
.box9 h3 {
  margin-bottom: 9px;
}
.box9 p {
  margin-bottom: 17px;
}.FloatImg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.box9-wrapper1 {
  margin-bottom: 64px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 32px;
}

/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #c8502a;
}
.simple-link:hover {
  color: #000000;
}

/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 13px/17px "Asap", sans-serif;
  color: #676767;
  text-transform: uppercase;
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: #c8502a;
  display: block;
  position: absolute;
}
.list1 li + li {
  margin-top: 13px;
}

/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #606060;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #7496dd;
}
.socials1 li a i.fa-twitter {
  background: #46e2ed;
}
.socials1 li a i.fa-twitter:hover {
  background: #78ffff;
}
.socials1 li a i.fa-instagram {
  background: #ff9124;
}
.socials1 li a i.fa-instagram:hover {
  background: #cd5f00;
}
.socials1 li a i.fa-usd {
	background-color: #4b7335;
}
.socials1 li a i.fa-usd:hover {
  background: #cd5f00;
}

/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 60px;
  background: url(../images/zoom.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	padding: 27px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ec8924;
}

#footer .privacy-block {
  font: 400 11px/18px "Montserrat", sans-serif;
  color: #8a015b;
  float: left;
  
}
#footer .privacy-block a:hover {
  color: #c8502a;
}
#footer .socials1 {
  float: right;
  margin-top: -4px;
}
@media only screen and (max-width: 479px) {
#footer .socials1 {
    float: none;
    margin-top: 4px;
}
#footer .privacy-block {
  width: 100%;
}
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #606060;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #c8502a;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
