/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
#s5_logo_wrap img{
  width:200px !important;
  height:60px !important;
}
a.green-botton {
  background:#69BB45;
  padding: 10px 20px;
  color:#FFFFFF;
  font-size: 20px;
  border-radius: 20px;
  opacity: 1 !important;
}
a.green-botton:hover {
  background:#626262 !important;
  text-decoration: none !important; 
  opacity: 1 !important;
}
#s5_menu_wrap {
  background: #FFFFFF !important; 
}
#s5_search_wrap, #s5_loginreg {
  display: none;  
}
#contact_number {
	float: right;
	margin-top: 30px;
	font-size: 20px;
}
#myGallery_height {
  	height: 500px;  
}
.s5_privacyterms {
    display: none !important; 
}
#s5_pos_bottom_row3_2 #s5_logo_wrap2{
	float: none !important;
	text-align: center !important;
	margin-top: 155px !important;
}
#s5_bottom_row1_area1 {
  	background:#6CBA4B !important;
}
.s5-buttonwhite {
  	background:#FFFFFF !important;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
}
.s5-buttonwhite:hover {
    background-color:#626262 !important;
  text-decoration: none;
    color:#FFFFFF;
}
@media screen and (max-width: 900px){
#contact_number {
	color: #FFF;
	background: rgba(103,105,106,0.5);
	padding: 5px 10px;
	display: table;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
  #s5_menu_wrap_outer, #s5_floating_menu_spacer {
    margin-bottom: 0 !important; 
  }
}