/*
Template Name: Bootstrap Starter Kit - Header 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 1
/*----------------------------------------------------*/

#header-1 {
	width: 100%;
	background: none;
	height: 80px;
}
#header-1 .main-nav {
	background-color: #000000;
	border: 0;
	height: 80px;
}
#header-1 .main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
}
#header-1 .main-nav .navbar-toggle:focus, #header-1 .main-nav .navbar-toggle.pg-state-focus {
	outline: none;
}
#header-1 .main-nav .navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.6);
	height: 3px;
}
#header-1 .main-nav .navbar-toggle:hover .icon-bar, #header-1 .main-nav .navbar-toggle.pg-state-hover .icon-bar {
	background-color: #fff;
}
#header-1 .main-nav .nav {
	margin-top: 12px;
}
#header-1 .main-nav .navbar-nav > li a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
#header-1 .main-nav .navbar-nav > li.active a {
	color: #3498DB;
	background: none;
}
#header-1 .main-nav .navbar-nav > li a:hover, #header-1 .main-nav .navbar-nav > li a.pg-state-hover {
	color: #3498DB;
	background: none;
}
#header-1 .main-nav .navbar-nav > li a:focus, #header-1 .main-nav .navbar-nav > li a.pg-state-focus {
	outline: none;
	background: none;
}
#header-1 .main-nav .navbar-nav > li a:active, #header-1 .main-nav .navbar-nav > li a.pg-state-active {
	outline: none;
	background: none;
}
#header-1 .main-nav .navbar-nav > li.active {
	color: #333;
}
#header-1 .main-nav .nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #3E606F;
}
#header-1 .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3E606F;
	position: absolute;
	right: 35px;
	top: -10px;
}
#header-1 .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#header-1 .main-nav .nav .dropdown-menu a:hover, #header-1 .main-nav .nav .dropdown-menu a.pg-state-hover {
	background: #000000;
	color: #fff;
}
#header-1 .brand-img {
	max-width: 150px;
	padding: 20px 0;
}
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}
.headroom--unpinned {
	top: -100px;
}
.headroom--pinned {
	top: 0;
}
/* Override bootstrap default */

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a.pg-state-hover, .nav .open > a.pg-state-focus {
	background: none;
}

/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
#header-1 .brand-img {
	float: none;
	margin: 0 auto;
	text-align: center;
}
#header-1 .navbar-fixed-top {
	position: relative;
}
#header-1 .navbar-collapse {
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	top: 80px;
	position: absolute;
	background: #000000;
	z-index: 999;
}
#header-1 .navbar-collapse .nav {
	margin: 0;
}
#header-1 .main-nav .nav .dropdown-menu:before {
	display: none;
}
#header-1 .navbar-fixed-top .navbar-collapse, #header-1 .navbar-fixed-bottom .navbar-collapse {
	max-height: inherit;
}
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
}
/*
Template Name: Bootstrap Starter Kit - Header 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 2
/*----------------------------------------------------*/

#header-2 {
	width: 100%;
	position: relative;
	z-index: 999;
}
#header-2 .brand-img {
	float: none;
	margin: 30px auto;
	text-align: center;
	max-width: 150px;
}
#header-2 .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 30px;
	border: none;
}
#header-2 .navbar-toggle:focus, #header-2 .navbar-toggle.pg-state-focus {
	outline: none;
}
#header-2 .navbar-toggle .icon-bar {
	background-color: #999;
	height: 3px;
}
#header-2 .navbar-toggle:hover .icon-bar, #header-2 .navbar-toggle.pg-state-hover .icon-bar {
	background-color: #3498DB;
}
#header-2 .navbar-fixed-top .navbar-collapse {
	max-height: inherit;
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header-2 .main-nav .nav {
	margin-top: 25px;
}
#header-2 .main-nav .navbar-nav > li a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	background: none;
}
#header-2 .main-nav .navbar-nav > li.active a {
	color: #3498DB;
}
#header-2 .main-nav .navbar-nav > li a:hover, #header-2 .main-nav .navbar-nav > li a.pg-state-hover {
	color: #3498DB;
}
#header-2 .main-nav .navbar-nav > li a:focus, #header-2 .main-nav .navbar-nav > li a.pg-state-focus {
	outline: none;
}
#header-2 .main-nav .nav .dropdown-menu {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #3E606F;
}
#header-2 .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #666;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#header-2 .main-nav .nav .dropdown-menu a:hover, #header-2 .main-nav .nav .dropdown-menu a.pg-state-hover {
	background: #3498DB;
	color: #fff;
}
/* Override bootstrap default */

#header-2 .main-nav .nav .open > a, #header-2 .main-nav .nav .open > a:hover, #header-2 .main-nav .nav .open > a:focus, #header-2 .main-nav .nav .open > a.pg-state-hover, #header-2 .main-nav .nav .open > a.pg-state-focus {
	background: none;
}

/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {
#header-2 .main-nav .nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #3E606F;
}
#header-2 .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3E606F;
	position: absolute;
	right: 35px;
	top: -10px;
}
#header-2 .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#header-2 .main-nav .nav .dropdown-menu a:hover, #header-2 .main-nav .nav .dropdown-menu a.pg-state-hover {
	background: #000000;
	color: #fff;
}
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
}
/*
Template Name: Bootstrap Starter Kit - Header 3
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 3
/*----------------------------------------------------*/

#header-3 {
	width: 100%;
}
#header-3 .brand {
	position: relative;
}
#header-3 .brand-img {
	position: absolute;
	left: 15px;
	top: 0;
	max-width: 150px;
}
#header-3 nav {
	background-color: #233447;
	margin-top: -1px;
}
#header-3 nav ul {
	list-style: none;
	padding: 0;
}
#header-3 nav ul li {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}
#header-3 nav ul li:last-child {
	border: none;
}
#header-3 nav ul li a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	padding: 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}
#header-3 nav ul li a:hover, #header-3 nav ul li a:focus, #header-3 nav ul li a.pg-state-hover, #header-3 nav ul li a.pg-state-focus {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}
#header-3 #nav-toggle {
	position: absolute;
	right: 15px;
	top: 0;
}
#header-3 #nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #353535;
	position: absolute;
	display: block;
	content: '';
}
#header-3 #nav-toggle span:before {
	top: -10px;
}
#header-3 #nav-toggle span:after {
	bottom: -10px;
}
#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
#header-3 #nav-toggle.active span {
	background-color: transparent;
}
#header-3 #nav-toggle.active span:before, #header-3 #nav-toggle.active span:after {
	top: 0;
}
#header-3 #nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#header-3 #nav-toggle.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	top: 10px;
}
#header-3 .navicon {
	position: relative;
	height: 26px;
}
#header-3 .indicator {
	position: absolute;
	right: 0 !important;
}
#header-3 .pull {
	display: none;
}
#header-3 .hero {
	background: url('../images/misc/header-3-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 300px 0;
	height: auto;
}
#header-3 .hero h1 {
	margin-top: 100px;
	font-weight: 600;/*color: #31152B;*/
}
#header-3 .hero .lead {
	font-weight: 600;
	color: #723147;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/*
Template Name: Bootstrap Starter Kit - Promo Blocks
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/




/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

.content-1-1 {
/*background: url("../images/typewriter-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.content-1-1 .container {
/*margin-top: 380px;*/
}
.content-1-1 h1 {
	text-transform: uppercase;
	font-weight: 300;
}

/*	CONTENT BLOCK 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
}
/*Template Name: Bootstrap Starter Kit - Gallery 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0
*/
/*	Gallery 2
/*----------------------------------------------------*/

.gallery-2-title {
	text-align: center;
	padding-bottom: 30px;
}
.gallery-2-title h1 {
	color: #2c3e50;
	margin: 0;
}
.gallery-2-title h2 {
	color: #95a5a6;
}
.gallery-2-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #16a085;
}
*, *:after, *:before {
	box-sizing: border-box;
}
.grid {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}
/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	height: 300px;
	background: #2c3e50;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}
figure.effect-lily h2, figure.effect-lily p {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p, figure.effect-lily.pg-state-hover img, figure.effect-lily.pg-state-hover p {
	opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p, figure.effect-lily.pg-state-hover img, figure.effect-lily.pg-state-hover h2, figure.effect-lily.pg-state-hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p, figure.effect-lily.pg-state-hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*
Template Name: Bootstrap Starter Kit - Gallery 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/



/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

.isotope-gallery-container .col-md-3 {
	margin-right: -1px;
}
.gallery-item-wrapper {
	padding-bottom: 25px;
}
.gallery-item {
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 3px;
}
.flush .gallery-item {
	border-radius: 0;
}
.gallery-item .gallery-thumb {
	position: relative;
	overflow: hidden;
}
.gallery-item .gallery-thumb img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 100%;
}
.gallery-item:hover .gallery-thumb img, .gallery-item.pg-state-hover .gallery-thumb img {
	transform: scale(1.1);
}
.gallery-item .gallery-thumb .image-overlay {
	background-color: #2c3e50;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gallery-item:hover .gallery-thumb .image-overlay, .gallery-item.pg-state-hover .gallery-thumb .image-overlay {
	opacity: 0.50;
	filter: alpha(opacity=50);
}
.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
	width: 45px;
	height: 45px;
	text-align: center;
	background-color: #2c3e50;
	display: none;
	line-height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	font-size: 18px;
	color: #fff;
	display: block;
	border-radius: 2px;
}
.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover, .gallery-item .gallery-thumb .gallery-zoom.pg-state-hover, .gallery-item .gallery-thumb .gallery-link.pg-state-hover {
	background-color: #1ABC9C;
	color: #ffffff;
}
.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus, .gallery-item .gallery-thumb .gallery-zoom.pg-state-focus, .gallery-item .gallery-thumb .gallery-link.pg-state-focus {
	outline: none;
}
.gallery-item .gallery-thumb .gallery-link {
	right: 0;
	margin-right: -45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gallery-item .gallery-thumb .gallery-zoom {
	left: 0;
	margin-left: -45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gallery-item:hover .gallery-thumb .gallery-zoom, .gallery-item.pg-state-hover .gallery-thumb .gallery-zoom {
	display: block;
	left: 50%;
	margin-left: -48px;
}
.gallery-item:hover .gallery-thumb .gallery-link, .gallery-item.pg-state-hover .gallery-thumb .gallery-link {
	display: block;
	right: 50%;
	margin-right: -48px;
}
.gallery-item .gallery-details {
	text-align: center;
	padding-top: 20px;
	background-color: #fff;
	border: 2px solid #ecf0f1;
	border-top: 0;
	overflow: hidden;
}
.gallery-item .gallery-details h5 {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	position: relative;
}
.gallery-item .gallery-details p {
	font-size: .9em;
}
/* Gallery Filter
 * -------------------------- */

.filter {
	list-style: none;
	padding: 0;
	margin: 0 0 60px 0;
	text-align: center;
}
.filter li {
	display: inline-block;
	margin: 0;
}
.filter li:before {
	display: inline-block;
	content: "/";
	padding: 0 25px 0 19px;
	color: rgba(0,0,0,0.20);
}
.filter li:first-child:before {
	display: none;
}
.filter li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #2c3e50;
}
.filter li a:hover, .filter li a:focus, .filter li a.active, .filter li a.pg-state-hover, .filter li a.pg-state-focus {
	color: #1ABC9C;
	text-decoration: none;
}
/* Isotope Animating
 * -------------------------- */

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
}
/*
Template Name: Bootstrap Starter Kit - Team 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/


/*	CONTACT 3
/*----------------------------------------------------*/

.contact-3 h2 {
	margin-top: 0;
}
.contact-3 .map-img {
	margin-top: 40px;
}
#contact span.required {
	font-size: 13px;
	color: #ff0000;
}
#message {
	margin-bottom: 20px;
	padding: 0;
}
.error_message {
	display: block;
	background: #FBE3E4;
	padding: 10px 0 10px 15px;
	color: #8a1f11;
	border: 2px solid #FBC2C4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*
Template Name: Bootstrap Starter Kit - Blog 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/






/*	Blog 1
/*----------------------------------------------------*/

.blog-1 .post {
	text-align: center;
	padding: 10px 0;
}
.blog-1 .post img {
	margin: 30px 0;
}

/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*
Template Name: Bootstrap Starter Kit - Footers 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/






/*	FOOTER 1-1
/*----------------------------------------------------*/

.footer-1-1 {
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer-1-1 h3, .footer-1-1 h4, .footer-1-1 .lead, .footer-1-1 li {
	color: #ffffff;
}
.footer-1-1 .brand-img {
	width: 200px;
	margin-bottom: 30px;
}
.footer-1-1 h4 {
	margin-bottom: 20px;
}
.footer-1-1 ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
}
.footer-1-1 ul li {
	border-top: 1px solid #bdc3c7;
	line-height: 19px;
	padding: 6px 0;
}
.footer-1-1 li:first-child {
	border-top: none;
	padding-top: 1px;
}

/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

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

.footer-1-2 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer-1-2 .brand-img {
	margin: 0 auto;
	width: 150px;
}
.big-social {
	margin-top: 20px;
}
.big-social .social-item {
	text-align: center;
}
.big-social .social-item a {
	display: block;
	border-radius: 4px;
	padding: 18px;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
}
.big-social .social-item a h4 {
	color: #ffffff;
	visibility: hidden;
	margin-bottom: 0;
}
.big-social .social-item a:hover h4, .big-social .social-item a:focus h4, .big-social .social-item a.pg-state-hover h4, .big-social .social-item a.pg-state-focus h4 {
	visibility: visible;
}
.big-social .social-item.facebook a:hover, .big-social .social-item.facebook a:focus, .big-social .social-item.facebook a.pg-state-hover, .big-social .social-item.facebook a.pg-state-focus {
	background-color: #016bb6;
}
.big-social .social-item.twitter a:hover, .big-social .social-item.twitter a:focus, .big-social .social-item.twitter a.pg-state-hover, .big-social .social-item.twitter a.pg-state-focus {
	background-color: #08c1e2;
}
.big-social .social-item.google a:hover, .big-social .social-item.google a:focus, .big-social .social-item.google a.pg-state-hover, .big-social .social-item.google a.pg-state-focus {
	background-color: #d94b34;
}

/*	FOOTER 1-2 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

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

.footer-1-3 {
	background: url('../images/misc/footer-1-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.footer-1-3 .brand-img {
	width: 180px;
}
.footer-1-3 .social {
	margin-top: 20px;
}
.footer-1-3 .address-bold-line {
	font-weight: 700;
	margin: 0;
	color: #ffffff;
}
.footer-1-3 .address {
	color: #ffffff;
}
.footer-1-3 .footer-text {
	border-top: #ecf0f1 1px solid;
	text-align: center;
	margin-top: 10px;
}
.footer-1-3 .footer-text p {
/*color: #ecf0f1;*/
}

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

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

.footer-1-4 {
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
}
.footer-1-4 h2 {
	color: #ffffff;
}
.footer-1-4 .footer-form {
	margin-top: 40px;
}
.footer-1-4 input[type=text], .footer-1-4 input[type=email] {
	background-color: rgba(255, 255, 255, 0.1);
	border: solid 1px #fff;
	padding: 20px;
	width: 30%;
	color: #fff;
}
.footer-1-4 input[type=submit] {
	background: rgba(61, 201, 179, 0.5);
	border: solid 1px rgba(61, 201, 179, 0.5);
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-1-4 input[type=submit]:hover, .footer-1-4 input[type=submit].pg-state-hover {
	background: rgba(61, 201, 179, 1);
	border: solid 1px rgba(61, 201, 179, 1);
	color: #fff;
}
.footer-1-4 .social {
	margin-top: 30px;
}

/*	FOOTER 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

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

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

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

.copyright-bar {
	height: 70px;
	padding-top: 20px;
	background-color: #233447;
	position: relative;
	bottom: 0;
}
.copyright-bar p {
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}
/*	FOOTER Copyright Bar 2
/*----------------------------------------------------*/

.copyright-bar-2 {
	height: 80px;
	padding-top: 28px;
	background-color: #233447;
	position: relative;
	bottom: 0;
}
.copyright-bar-2 p {
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}
