/* body */
body {
	font: 15px/24px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444a4f;
}

h1, h2, h3, h4, h5, h6 {
    color: #444a4f;
    font-weight: 700;
}

h1 {
	font-size: 52px;
	line-height: 56px;
	margin: 64px 0 48px;
}

h2 {
	font-size: 48px;
	line-height: 54px;
	margin: 64px 0 48px;
}

h3 {
	font-size: 21px;
	line-height: 24px;
	margin: 34px 0 28px;
}

h4 {
	font-size: 18px;
	line-height: 21px;
	margin: 32px 0 26px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0 24px;
}

h6 {
	font-size: 15px;
	line-height: 18px;
	margin: 28px 0 22px;
}

p {
	margin: 0 0 18px 0;
}

a {
	font-weight: 700;
}

/*a { color: #444a4f }*/



/* img */
img {
	opacity: 1;
	transition: opacity 3s;
}

.js-lazy-image {
	opacity: 0
}

.js-lazy-image.fade-in, .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}

/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn_all,
a.btn_more,
.btn_small {
	display: inline-block;
	background: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	color: #444a4f;
	margin: 10px 15px 10px 0;
	font-size: 1.7em;
	line-height: 1;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 1em;
}

.btn_all,
a.btn_more {
	font-size: 1.7em;
}

a.btn_small {
    padding: 13px 10px;
    font-size: 1.2em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn_all:hover,
a.btn_more:hover,
a.btn_small:hover {
	text-decoration: none;
	background: #444a4f;
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

/* social */
.footer-widget--socials__title {
	display: inline-block;
}
.footer-widget--socials__title h3 {
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	min-height: 35px;
	margin: 0;
}
.footer-widget--socials__container {
	display: inline-block;
	margin-left: 15px;
}

#Footer a.footer-widget--social {
	color: #444a4f;
	display: inline-block;
	background: #fff;
	width: 42px;
	height: 42px;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	margin: 0 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#Footer a.footer-widget--social.facebook:hover {
	background: #3b5998;
}

#Footer a.footer-widget--social.googleplus:hover {
	background: #d34836;
}

/* Main Content */
#content {
	background: #e4e4e4;
	padding-bottom: 90px;
}

/* footer */
#Footer {
	background-color: #444a4f;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

#Footer a {
	color: #fff;
}

.footer-widget--title h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
	min-height: 35px;
	margin: 0;
}

.footer-widget ul {
	list-style: none;
	text-decoration: none;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.footer-widget ul li a {
	color: #fff;
	font-weight: 300;
}

.footer-widget--contact__info {
	font-size: 1em;
	margin-top: 30px;
}

/* Page */
.entry-title, .page-title {
	font-size: 6em;
	font-weight: 700;
	color: #444a4f;
	line-height: 1;
	margin: 75px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #444a4f;
	line-height: 1;
}

.content {
	padding-top: 30px;
	padding-bottom: 70px;
}

/* Home */
.home .page-content, .home .entry-content {
	margin-top: 0;
}

.home-headers {
	color: #444a4f;
	font-size: 6em;
	font-weight: 700;
	line-height: .9em;
}

.home-about {
	margin-top: 100px;
	margin-bottom: 100px;
}

.home-about--title {
	margin-bottom: 32px;
}

#gmap {
	height: 600px;
	margin-bottom: 120px;
}

.page-content.contact-template {
    margin: 0;
}

.page-content.contact-template .hentry {
    margin: 0;
}

.page-content.contact-template .hentry .entry-content {
    margin: 0;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.home-cats {
		max-width: 1170px;
		margin: 0 auto 0;
	}
}

@media only screen and (min-width: 1600px) {
	.container.container-sm {
		width: 1170px;
	}
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	#content {
		padding-bottom: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* Home */
	.entry-title,
	.page-title,
	.home-headers {
		font-size: 3em;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

@media only screen and (max-width: 400px) {
	.home-headers { font-size: 2em !important }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

a { color: white }

#ccn-accept-cookie{
	color: white!important;
}