@charset "UTF-8";
/* CSS Document */

/*Custom Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
body {
	background: #f5f5f5;
}
/*Typography*/
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400!important;
	font-size: 32px;
	margin-top: 10px;
	text-transform: uppercase;
}
h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0px;
	letter-spacing: 2px;
}
h3 {
	font-weight: 500;
	font-size: 14px;
	margin-top: 0px;
	letter-spacing: 1px;
}
p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}
p a {
	color: #74afad!important;
}
p a:hover {
	color: #639391!important;
}
strong {
	font-weight: 700!important;
}
.fa {
	color: #74afad;
}
.socials-wrapper .fa {
	color: #fbca67;
}
.socials-wrapper.footer {
	color: #fbca67;
	float:none;
	margin-bottom:10px;
}
.socials-wrapper .fa:hover {
	color: #e5a523;
	cursor: pointer!important;
}
a:hover {
	text-decoration: none!important;
}
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 15px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 0 0px 0;
	text-decoration: none;
	display: inline-block;
}
/*Header*/
.navbar {
	margin-bottom: 10px;
}
.featured-image {
	margin-bottom: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-bottom: 0px;
}
.navbar-collapse hr {
	margin-top: 0px;
}
.navbar-default {
	background-color: #fff;
	border: none!important;
}
.main-nav {
	background: #fff;
	padding-top: 10px;
	border-top: 7px solid #74afad;
}
img.nav-logo {
	margin-top: -5px;
}
.nav-logo {
	min-width: 50px;
	float: left;
}
.navbar-brand h1 {
	float: left;
	color: #fff;
}
.navbar-brand {
	width: 360px;
	padding-left: 15px;
	height: auto;
}
.main-nav .socials-wrapper {
	float: right;
	margin: 15px 15px 0px 0px;
}
.featured-area {
	border-top: 1px solid #eee;
	margin-bottom: 30px;
}
.featured-area.portfolio {
	border-top: 1px solid #eee;
	margin-bottom: 0px;
}
.featured-area h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 2px;
	text-align: center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000;
	background: none!important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 20px 0 0!important;
	text-align: left;
	list-style: none;
	-webkit-transition: all .35s!important;
	-moz-transition: all .35s!important;
	-ms-transition: all .35s!important;
	-o-transition: all .35s!important;
	transition: all .35s!important;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #eee;
	border-top: 0px solid #000!important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0);
}
.dropdown-menu li {
	border-bottom: 1px solid #eee;
}
.dropdown-menu li a {
	padding: 9px 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
}
/*Footer*/
.footer-text {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400!important;
	text-transform: uppercase;
	font-size: 13px;
}
.footer-text hr {
	margin-top: 0px;
	margin-bottom: 30px;
}
footer .socials-wrapper {
	float: left;
}
footer {
	margin-top: 30px;
}
/*Content*/
.content {
	background: #fff;
	padding: 0px 30px 0px 30px;
}
.copyright {
	font-size: 12px;
}
.input-group-addon {
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}
.form-control {
	border: 1px solid #eee;
	box-shadow: none!important;
	border-radius: 0px!important;
}
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url('../assets/arrows.svg');
	padding: .5em;
	padding-right: 1.5em
}
label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400!important;
	font-size: 13px;
}
.jf-copyright {
	display: none!important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #5f9391;
	border-color: #5f9391;
}
.btn-primary {
	color: #fff;
	background-color: #74afad;
	border-color: #74afad;
	-webkit-transition: all .35s;
	transition: all .35s;
}
blockquote {
	border-left: 2px solid;
	border-color: #111111;
	padding-left: 20px;
	margin-left: 0;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Portfolio*/
.art-area {
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 30px;
}
.art {
	border: 15px solid #fff;
}
a.art-back {
	border: 2px solid #000;
	padding: 10px;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.art-back .fa {
	color: #000!important;
}
a.art-back:hover {
	background: #f2f2f2;
	cursor: pointer!important;
}
.art-vid {
	margin-bottom: 30px;
}
.small-art {
	width: 100%;
}
/*Animations*/
.portfolio-item {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.portfolio-hover {
	width: 100%;
	height: 100%;
	background-color: rgba(116,175,173,0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.portfolio-hover-content {
	color: #ffffff;
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.portfolio-hover-content h3 {
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.portfolio-hover-content p {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-top: 7px;
}
.portfolio-item:hover .portfolio-hover {
	opacity: 1;
}
.portfolio-item:hover .portfolio-hover-content {
	top: 50%;
}
ul.portfolio-items {
	list-style-type: none;
	padding: 0px;
}
.portfolio-items li {
	margin-top: 20px;
}

/*==========  Custom Media Queries  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.navbar-brand {
	width: 270px;
}
.dropdown-menu {
	margin: 10px 0 0!important;
}
.art-area {
	padding: 0px;
}
.art {
	border: 0px solid #fff;
}
.art-detail {
	margin-bottom: 30px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.navbar-brand {
	width: 300px;
}
.dropdown-menu {
	margin: 10px 0 0!important;
}
.art-area {
	padding: 0px;
}
.art {
	border: 0px solid #fff;
}
.art-detail {
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar-brand {
	width: 340px;
	margin-top: -20px;
}
.dropdown-menu {
	margin: 25px 0 0!important;
}
.art-area {
	padding: 30px;
}
.art {
	border: 15px solid #fff;
}
.art-detail {
	margin-bottom: 0px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.navbar-brand {
	width: 350px;
}
.dropdown-menu {
	margin: 30px 0 0!important;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.dropdown-menu {
	margin: 30px 0 0!important;
}
}
