@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
.pt-sans {
	font-family: 'PT Sans', sans-serif;
}
body {
	font-family: 'PT Sans', sans-serif;
}
.monts {
	font-family: 'Montserrat', sans-serif;
}
p {
	color: #666;

	line-height: 28px;
}
#header {
	position: fixed;
	width: 100%;
	background: #000;
	z-index: 101;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
}
#navbarTogglerDemo02 li a {
	color: #808080;
	padding: 0px 20px;
	transition: all .25s ease;

}
#navbarTogglerDemo02 li a:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
#navbarTogglerDemo02 li, #navbarTogglerDemo02 li:hover {
	cursor: pointer;
}
#navbarTogglerDemo02 li.current-menu-item a,
#navbarTogglerDemo02 li.current-page-item a {
	text-decoration: none;
	color: #fff;
}
#header .navbar-brand {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#header .navbar-brand span {
	color: #808080;
	font-weight: 600;
}
#footer {
	background: #000;
	padding: 20px 0px;
	color: #808080;
}
.p-image {
	height: 250px;
	margin-bottom: 25px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	border: 15px solid #fff9;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;

	transition: all .35s ease;
}
.p-image:hover .overlay  {

	opacity: 1;
}
.p-image .overlay i {
	color: #fff;
	margin: auto;
	text-align: center;
	display: block;
	line-height: 215px;
	font-size: 30px;
}
#html5-watermark {
	display: none!important;
}
.fields input[type="text"],
.fields input[type="email"],
.fields input[type="tel"] ,
.fields textarea {
	width: 100%;
	height: 45px;
	border: 1px solid #ddd;
	padding: 5px 20px;

}
.fields textarea {
	height: 200px;
}

.fields {
	margin-bottom: 20px;
}
.fields  .form-button {
	margin: auto;
display: block;
border: 1px solid #333;
background: transparent;
padding: 15px 40px;
transition: all .25s ease;
color: #333;
margin-top: 20px;
}
.fields  .form-button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
.g--overlay {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 1004
}

.g--modal,
.g--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}
.is--modal{
  overflow: hidden;
}
.g--modal {
    z-index: 10000;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    display:none;
}

.g--modal.active {
    display: block;
    opacity: 1;
    visibility: visible
}
.g--modal .content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 900px;
    max-width: 90%;
    margin: 5% auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgb(182, 214, 221);
    box-shadow: 0 0 35px rgb(182, 214, 221);
    -webkit-transform: translateY(-400px) scale(0.7);
    transform: translateY(-400px) scale(0.7);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
    padding: 5rem 3rem;
}
.g--modal .content .close-button{
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
    transition: .4s;
    font-size: 3rem;
}
.g--modal .content .close-button:hover{
    cursor: pointer;
    color: red;
    transform: rotate(-90deg);
}
.g--modal.active .content {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}
.g--modal .content img{
    width: 100%;
    height: auto;
}
.g--modal .content a{
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #000;
    transition: .4s;
}
.g--modal .content a:hover{
    text-decoration: none;
    color: #067791;
}
#menu-item-495:hover{
    cursor: pointer;
}
.other-sites{
	padding: 1rem 0;
}
.other-sites ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.other-sites ul li{
	display: inline-block;
	vertical-align: middle;
	padding: .5rem;
}
.other-sites ul li a{
	display: block;
}
.other-sites ul li a img{
	height: 2.5rem;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.other-sites ul li a span{
	display: inline-block;
	vertical-align: middle;
	color: #7f7f7f;
	transition: .4s;
}
.other-sites ul li a:hover span{
    color: #000;
}