﻿@charset "utf-8";
/* CSS Document */


/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */


/*-- gallery --*/
.gallery-top {
    padding: 5em 0;
}
.gallery-w3agileits-row {
    margin: 4em 0 0 0;
}
.gallery-agileinfo p {
  color: #B2B2B2;
  font-size: .9em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 70%;
}
.gallery-wthreegrid a {
    display: block;
}
.gallery-wthreegrid img {
  width: 100%;
}
.gallery-wthreegrid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-w3grids-middle{
	margin:2em 0;
}

@media (max-width:414px) {
    .welcome, .news, .about, .contact,.gallery-top,.blog{
		padding: 2em 0;
	}
}
@media (max-width:991px) {
    .welcome, .news, .about, .contact,.gallery-top,.blog{
		padding: 4em 0;
	}
}
@media (max-width:768px) {
    .gallery-top {
		padding: 3em 0;
	} 
}
@media (max-width:640px) {
    .welcome, .news, .about, .contact, .gallery-top, .blog {
        padding: 3em 0;
    }
}
@media (max-width:568px) {
    	.welcome, .news, .about, .contact,.gallery-top,.blog{
		padding: 2.5em 0;
	}
}






