html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	/*font-family: 'Roboto', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
}
strong {
  font-weight: 600;
}
input[type="text"]#website {
	display:none;
}
a:hover, a:visited, a:link, a:active
{
  text-decoration: none!important;
}
.f10 p{
  font-size: 10px;
}
.f11 p{
  font-size: 11px;
}
.f12 p{
  font-size: 12px;
}
.f13 p{
  font-size: 13px;
}
.f14 p{
  font-size: 14px;
}
.gray-text {
  color: #a0a0a0;
}
.no-style a:hover {
  text-decoration: none;
}
.heading-blue {
  color: #232f3e;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
}
.heading-black {
  color: #000;
  font-weight: 600;
}
.heading-white {
  color:#ffffff;
  font-weight: 600;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-top {
  margin-top: 20px;
}
div.margin-top-div {
  margin-top: 20px;
}
.margin-big-bottom {
  margin-top:50px;
}
.margin-big-top {
  margin-top:50px;
}
/*Originaly hidden, then shows up when clicking on ABOUT*/
.about-slide {
 display: none;
 }
 .bg-img1 {
	width:100%;
	background: rgba(255,211,0,0.5)   ; /*#f7f7f7*/
	border: 1px solid #e7e7e7;
	/*border-box fixes border margins on top and bottom*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-img-black {
  width: 100%;
  border: 1px solid #e7e7e7;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+2,ffffff+15,feffff+50,ffffff+85,ededed+100 */
background: rgb(237,237,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(237,237,237,1) 2%, rgba(255,255,255,1) 15%, rgba(254,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,rgba(237,237,237,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(50%,rgba(254,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.bg-img-black2 {
  width: 100%;
  border: 1px solid #e7e7e7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+2,ffffff+15,feffff+50,ffffff+85,ededed+100 */
  background: rgb(237,237,237); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg,  rgba(237,237,237,1) 2%, rgba(255,255,255,1) 15%, rgba(254,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(237,237,237,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(2%,rgba(237,237,237,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(50%,rgba(254,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* IE10+ */
  background: linear-gradient(45deg,  rgba(237,237,237,1) 2%,rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(237,237,237,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.bg-img-black3 {
  width: 100%;
  border: 1px solid #e7e7e7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+15,feffff+50,ffffff+75,ededed+100 */
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 15%, rgba(254,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(237,237,237,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%,rgba(255,255,255,1)), color-stop(50%,rgba(254,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(237,237,237,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(255,255,255,1) 15%,rgba(254,255,255,1) 50%,rgba(255,255,255,1) 75%,rgba(237,237,237,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.bg-img-blue {
  width: 100%;
  background: -webkit-linear-gradient(180deg, #b2bacb 5%, #ffffff 95%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(180deg, #b2bacb 5%, #ffffff 95%); /* FF3.6+ */
  background:     -ms-linear-gradient(180deg, #b2bacb 5%, #ffffff 95%); /* IE10 */
  background:      -o-linear-gradient(180deg, #b2bacb 5%, #ffffff 95%); /* Opera 11.10+ */
  background:         linear-gradient(180deg, #b2bacb 5%, #ffffff 95%); /* W3C */
}
.group {
  height: 170px;
  float: none;
  margin: 0 auto;  
  border: 1px solid rgba(0,0,0,0.1);
  color:black;
  background-color: #f9f9f9;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  -ms-transition: all 0.4s ease-in-out;    
}
@media (min-width: 320px) and (max-width: 768px) {
  .group .group-header {
    font-weight: 800!important;
    letter-spacing: 1px;
    font-style: normal;
    padding-bottom: 25px!important;
    height: 60px;
  }
  .group > .group-info {
    font-size: 12px;  
    font-style: italic;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .group .group-header {
    font-size: 15px;
    font-weight: 800!important;
  }
  .group > .group-info {
    font-size: 12px;
  } 
}
.group:hover {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
  background-color: #ffffff;
}
.group:hover .group-icon{
  color: rgb(222, 140, 18); 
  }
.fa-chevron-right {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; 
  -ms-transition: all 0.4s ease-in-out;  
}
.group:hover .fa-chevron-right {
  color: rgb(222, 140, 18); 
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -ms-transform: translateX(120px);
}
.group:hover .group-header{
  color: rgb(222, 140, 18);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; 
  -ms-transition: all 0.2s ease-in-out;      
} 
.group-info {
  font-size: 12px;
}
.group > .group-info {
  font-style: italic;
  font-weight: normal;
}
.group-header{
  height: 50px;
  padding-top: 10px;
  border-bottom:  1px solid rgba(0,0,0,0.2);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color:#404c86;
}
.group-icon {
    font-size: 35px;
    color: #ddd;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    position: absolute;
    width: 100%;
    text-align: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-top {
  position:fixed!important;
  display: none;
  bottom:50px;
  right:6%;
  z-index:100;
  background: #232f3e;
  font-size:24px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
}
.scroll-top li > a {
    padding-top: 10px!important; 
    width: 54px!important;
    height: 54px!important;
    color: #ffffff!important;
}
@media (max-width: 768px) {
  .scroll-top {
    bottom: 25px;
  }
}
.scroll-top a:hover, .scroll-top a:focus{
  background:#f2ad45!important; 
  color: #000!important;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,1);
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,1);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;  
} 
.scroll-top a:link,.scroll-top a:visited {
  color:#222222;
}
@media (min-width: 768px) and (max-width: 992px) { /* This is a fix/limit for tablets - bootstraps .nav li element widdens for tablets, so the buttons also widden. */
  .scroll-top li{
    max-width: 54px; 
  }
  .scroll-top a:hover, .scroll-top a:focus{
    background:#f2ad45!important; 
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;  
  }     
}
/* THE CAROUSEL
-------------------------------------------------- 
Note: Firefox doesn't like negative margins, especially with carousels.
If problems with positioning occur look at negative values first.
*/
.carousel {
margin: 0;
}
.carousel-inner > .item > img{
  height:auto!important;
  position:relative!important;
 }
 .carousel .item{
  overflow:hidden!important;
  height:auto;
 }
 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
 }
.carousel-indicators {
  bottom: -10px!important;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  background-color: #777;
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel {
    margin-top: none;
  }
}
@media (max-width: 768px) {
  .carousel {
    margin-top: -19px;
  }
}
/*--------------------------------------------------------------------------
+	Hover Style
--------------------------------------------------------------------------*/
.product-header  p {
	margin-top: 15px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
}
.ih-item.square.effect6 .info:hover ~ .product-header:hover p {
  display:none;
	opacity:0;
	transition:display 0s linear;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #b2c1d3   ; /*rgb(249,249,249);*/
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item img {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
}
/* Original w/h : 316/216 */
.ih-item.square {
  position: relative;
  margin: 10px 10px;
  width: 256px;
  height: 166px;
  border: 1px solid #000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect6 a:hover .info  + .product-header p{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;  
}
.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--------------------------------------------------------------------------
+	Partners Style
--------------------------------------------------------------------------*/
.partners img {
  max-width: 150px;
  max-height: 150px;
  margin: 5px 2px;  
}
/*--------------------------------------------------------------------------
+ Sales and Discounts
--------------------------------------------------------------------------*/
.sale {
  max-width: 800px;
  max-height: 600px;
  border: 1px solid #000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .sale {
    max-width: 380px;
    max-height: 280px;
  }
}
/*--------------------------------------------------------------------------
+	Footer Style
--------------------------------------------------------------------------*/
.footer {
  background-image: url(../pictures/footer/footer.png);
  background-repeat: repeat-x repeat-y;
  height:auto;
  border-top: 2px solid #4f8db3;
	border-bottom: 1px solid #4f8db3;	
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
  color: #a0a0a0;
  padding: 0 20px 10px;
}
.icon-footer {
	color:#a0a0a0;
  font-weight: bold;
	margin-bottom:-5px;
	margin-right:5px;
}
.icon-footer h4 {
  color:#4f8db3;
}
.icon-footer button {
  margin-top: 10px;
}
.icon-footer a:hover {
  text-decoration: none;
  color: #f2ad45;
}
.footer-border {
  border-bottom: 1px solid #4f8db3;
	min-height:175px
}
.footer-address1 {
  margin-right: 5px;
}
.footer-address2 {
  margin-right:5px;
  margin-top:30px
}
@media screen and (max-width: 480px) {
	.footer-border {
		border-left:none;
    height: auto;
		border-bottom: 2px solid #4f8db3;
		min-height:300px;
		margin-top:15px;
	}
}
#map-canvas {
	margin-top:20px;
  height:500px;
}

#map-canvas img {
	max-width:none;	
}

@media screen and (max-width: 767px) {
	#map-canvas {
		height:300px;	
	}
}
.footer2 {
  background-color: #131313;
  min-height: 50px;
  padding-top: 15px;
}
.footer2 p {
  color: #808080;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.footer2 a, .footer2 p:hover {
  color: #ffffff;
  text-decoration: none;
}
.add-info {
  margin-top: 20px
 }
.add-info p {
  font-size: 12px;
  color: #808080;
}
.add-info p:hover {
  color: #ffffff;
}
/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  border: 1px solid #4f8db3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #4f8db3;
  text-shadow: none;
  box-shadow: none;
  color: #ffffff;
  white-space: nowrap;
}
.btn:hover {
  background: none repeat scroll 0 0 #f2ad45;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn .caret {
  border-top: 4px solid #ffffff;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #ffffff;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #ffffff;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #ffffff;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}

