/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.slider {
    width: 75%;
    margin: 20px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
  height: 100px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}


nav .page-item a{
text-align: center;
padding: 0;
height: 40px;
width: 40px;
border: 1px solid #777777;
line-height: 39px;
background-color: #777777;
color: #ffffff;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.inks a i{

  font-size: 20px;
  line-height: 20px;
}

.input-form-error{

  color:red;

}
