

 
body .padding-clear {
  padding: 0;
}

body .clear {
  clear: both;
}

 
a {
  color: #0072bc;
}



.hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hover:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(32, 33, 36, 0.18);
          box-shadow: 0 4px 10px 0 rgba(32, 33, 36, 0.18);
  -webkit-transform: scale3d(1, 1, 8);
          transform: scale3d(1, 1, 8);
  border: 1px solid #ededed;
  cursor: pointer;
}

.override-md-2 {
  width: 20%;
}

.section-container {
  padding: 50px 0 35px;
  height: 300px;
}

.search-form-wrapper {
  padding: 20px 15px;
  background: url(/resources/images/misc/bg_search-open.png) right center no-repeat #e9ebec;
}

.xsearch-form-wrapper.open {
  display: block;
}


footer {
  background: #222;
}

footer .col-md-2{
	font-size: 12px;
}

footer p {
  margin: 10px 0 0;
  color: #fff;
  float: left;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

footer ul a, footer ul a:hover {
  color: #ffffff;
  line-height: 24px;
}

footer ul.head-footer {
  height: 25px;
}

footer ul.head-footer > li {
  float: left;
  margin-right: 20px;
}

footer ul.head-footer > li > a {
  float: left;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

footer h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 15px;
}

footer .btn,
footer .btn:visited {
  text-decoration: none;
  padding: 15px;
  background-color: #0072bc;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
}

footer .btn:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #0072bc00;
  border: 1px solid #ccc;
  color: #fff;
}

footer i.fa {
  font-size: 25px;
  margin: 5px 0 0 10px;
}

footer i.fa:hover {
  color: #bebebe;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.desktop-view{
  float: right !important; 
  margin-right: 20%;
}

@media (max-width: 1280px) {
	 
	footer ul.head-footer > li > a, footer h4{
		font-size: 13px;
	}
	
	footer p {
		margin: 5px 0 0;
	}
	
	footer i.fa {
		font-size: 19px;
		margin: 10px 0 0 10px;
	}

  .mobhide{
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .col-xs-6 {
    width: 50%;
  }
  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px){
  .section-container{
    height: 500px;
  }
}

@media(max-width: 650px){
  .desktop-view{
    margin-right: 0;
  }
  footer p, footer ul.head-footer > li {
    float: inherit;
  }
}

@media (min-width: 768px){
	.col-md-2 {
		float: left;
	}
	
}


button.search-form-tigger.btn.button-open {
    background: transparent !important;
	margin-left: 15px;
    position: relative;
    top: -2px;
}

.myfooterLink, .myfooterLink:hover, .myfooterLink:active, .myfooterLink:visited, .myfooterLink:focus {
    text-decoration:none !important;
}


/*# sourceMappingURL=style.css.map */