/*
Theme Name: RubbaFIX Responsive Theme
Theme URI: http://rubbafix.com.au
Author: Cyprus IT
Version: 2.0
*/

.entry-content{
	position: relative;
	z-index: 9;
}

.selectbox-location {
	font-size: 16px;
	font-weight: 300;
	max-width: 200px;
	margin-bottom: 40px;

}

.selectbox-location select {
	border:1px solid #ccc;
	font-size: 16px;
	margin-top: 30px;
	padding: 5px;
}

.click-here.gbutton.active:hover {
  background: #054B73 !important;
  border-color: #054B73!important;
  border-bottom-color: #054B73!important;
}

.panel-group .panel{
	margin-bottom: 25px !important;
}

/*Sitemap*/

.sitemap li{
	margin: 0 0 3px 0;
}
.sitemap li a {
  color: rgb(51, 51, 51);
  font-size: 14px;
  text-align: justify;
  font-weight: bold;
}

.children li a {
	font-weight: normal;
}


/*not_home class is used on entry_content class in order to push content 90px from top*/
.not_home{
	padding-top: 12%;
}

.home_page{
	padding-top: 2%;
}


/*class added only on the text div in homepage for all languages*/

.home_text{
	margin-top: 70px;
}

@media (max-width: 1200px) {
	.not_home{
		padding-top: 10px;
	}
	.home_page{
		padding-top: 10px;
	}
	.home_text{
		margin-top: 0px
	}
	.click-here{
		margin-bottom: 5px !important;
	}
}

@media (min-width: 1000px) { img.img-center { margin-top:-25px; } }
@media (min-width: 1207px) { img.img-center { margin-top:-75px; } }


.logo{
	width: 278px !important;
}

.terms{
   overflow-y: scroll;
   margin-top: 10px;
   	margin-bottom: 10px;
}

/*@media (min-width: 1200px){
  .container {
      width: 1300px !important;
  }

}*/