body {
	padding:0;
	margin:0;
	font-family: Verdana !important;
}
h1 {
	color: #7dc3eb !important;
	font-weight: bold !important;
	text-shadow: 2px 2px 2px #d4d4d4;
}
a {
	color: #555 !important;
}

.content {
	padding: 30px 0px;
}

.navbar {
	min-height: 70px !important;
	box-shadow: 0 0 15px #b2b2b2;
	margin-bottom: 0px !important;
}
.navbar ul {
	margin-top: 22px;
}
.navbar ul li {
	list-style-type: none;
	padding: 0px 10px; 
	float: left;
}
.navbar ul li a {
	color: #a7a7a7;
}

#navbar-menu.collapse.in ul  {
	width: 100%;
	padding: 0px;
}
#navbar-menu.collapse.in ul li {
	width: 100%;
	padding: 10px;
	text-align: center;
}
#navbar-menu {
	border: none;
}
.collapsing {
	-webkit-transition-duration: .35s !important;
	-o-transition-duration: .35s !important;
	transition-duration: .01s !important;
}

.portfolio img {
	transition: transform 0.7s, scale 0.7s;
	-o-transition: -o-transform 0.7s, scale 0.7s;
	-ms-transition: -ms-transform 0.7s, scale 0.7s;
	-moz-transition: -moz-transform 0.7s, scale 0.7s;
	-webkit-transition: transform 0.7s !important;
}
.portfolio img:hover {
	transform: scale(1.3);
	transition: transform 0.7s, scale 0.7s;
	-o-transition: -o-transform 0.7s, scale 0.7s;
	-ms-transition: -ms-transform 0.7s, scale 0.7s;
	-moz-transition: -moz-transform 0.7s, scale 0.7s;
	-webkit-transition: transform 0.7s !important;
}
.portfolio-plus {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.portfolio-plus a::after {
	color: #fff;
    font-family: 'FontAwesome';
    content: "\002b";
    position: absolute;
    opacity: 0;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    line-height: 70px;
    text-align: center;
    font-size: 8em;
    -moz-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.portfolio-plus a:hover::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
}
.portfolio-plus:hover {
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.blog {
	margin: 50px 0px;
}
.blog img {
	width: 100% !important;
	height: auto !important;
}
.btn-blog-category {
	color: #a7a7a7;
	border-radius: 0px !important;
	border: 1px solid #a7a7a7 !important;
	margin: 3px;
	
}
.btn-blog-category:hover {
	color: #7dc3eb !important;
	border: 1px solid #7dc3eb !important;
}
.blog-item-img {
	margin: 30px 0px;
}
.blog-item-img a {
	width: 50%;
	display: block;
	margin: auto;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blog-item-date {
	text-align: center;
}
.blog-item-img img { 
	width: 100%;
}

.home-list {
	list-style: none; /* Remove HTML bullets */
	padding: 0;
	margin: 0;
}
.home-list li::before {
	content: "✔"; /* Insert content that looks like bullets */
	padding-right: 8px;
}
.grecaptcha-badge { visibility: hidden; }