html body{
	padding: 0;
	margin:0;
}
header{
	width: 100%;
	height: 80px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	font-family: 'Rubik', sans-serif;
}
.navbar{
	background-color: #fff;
    min-height: 80px;
}
.nav > li > a {
    padding: 30px 22px 30px;
    color: #636f79;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
}
.navbar-header{
    height: 80px;
}
.navbar-toggle{
    background-color:#60c5d1; 
    margin-top: 22px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.nav > li > a:focus, .nav > li:hover > a {
    background-color: #60c5d1;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.main-slider{
	width: 100%;
	max-height: 650px;
}
.slick-dots li button, .slick-dots li button:before{
	border:1px solid #ccc;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	content: "";
}
.slick-dots li.slick-active button {
    background-color: #60c5d1;
}
.slick-dots{
	bottom: 10px;
}
.navbar-fixed-top{
	border-width: 0;
}
.slick-arrow-right {
    width: 16px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 40%;
    z-index: 12;
    background: url(../images/slick_arrow_right.png) 0 0;
    background-repeat: no-repeat;
}
.slick-arrow-left {
    width: 16px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    z-index: 12;
    background: url(../images/slick_arrow_left.png) -17px 0;
    background-repeat: no-repeat;
}
.slick-arrow-left:hover {
    background-position: 2px 0;
}
.slick-arrow-right:hover {
    background-position: -18px 0;
}
.slider_content {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 50px;
    text-align: center;
}
.slider_content .slider_title {
    font-size: 34px;
    color: #fff;
    padding: 0;
    line-height: 40px;
    text-align: center;
}
.slide_items{
    position: relative;
}
.page_header {
    width: 100%;
    height: 120px;
    color: #fff;
    background-color: #84b7bb;
}
.page_header h1 {
    line-height: 80px;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
}
.content{
	margin-top: 80px;
	margin-bottom: 80px;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color:#666;
}
footer .footer_bottom {
    min-height: 72px;
    width: 100%;
    background-color: #21262a;
    line-height: 72px;
    color: #fff
}
html {
  position: relative;
  min-height: 100%;
}
body {
  
  margin-bottom: 72px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 72px;
}
img{
	width: 100%;
}
.product-title{
	width: 100%;
	height: 100px;
	background-color: #84b7bb;
	display: table;
}
.product-title h2{
	font-size: 19px;
	text-align: center;
	margin: 0;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Rubik', sans-serif;
}
.products a{
	text-decoration: none;
	color:#fff;
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
}
.products a:hover .product-title{
	background-color: #60c5d1;
}
.product{
	margin-bottom: 50px;
}
.product-details h2{
	margin-top:50px;
	font-size: 30px;
	color:#666;
}
.product-details p{
	font-size:18px;
	color: #333;
	padding: 20px 0;
}
.product-images h3{
	color: #999;
	font-size: 18px;
	margin-top: 50px;
}
.product-images .row a{
	margin-bottom: 30px;
} 
.product-margin{
    margin-bottom: 100px;
}
.welcome h1{
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    color:#333;
    text-align: center;
}
.welcome p{
    text-align: center;
    font-size: 16px;
    color:#333;
    line-height: 27px;
}
@media(max-width:767px){
  .page_header{
    height: 80px;
  }
  .page_header h1{
    line-height: 20px;
    font-size: 18px;
  }  
  .product-margin .row{
    margin-right: 0;
  }
  .product-images img{
    margin-bottom: 20px;
  }
  footer .footer_bottom{
    font-size: 10px;
  }
  .slider_content .slider_title{
    font-size: 15px;
    line-height: 15px
  }
}