/* 	gold: a07904 - 160, 121, 4
	brown: 262217 - 38, 34, 23
	tan: 7d6d4c - 125, 109, 76
	blue: 48c0ed - 72, 192, 237
	melon: f07057 - 240, 112, 87
*/
html {
	 /*background: url("../images/ice_age.png") repeat scroll left top #fff;*/
}
body {
	/*background-color: rgba(244, 245, 247, 0.9);*/
}
p > a,
li > a {
	 color:#f07057;
}
.topbar {
	font-size: .8em;
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}
.topbar i {
	font-size: 1.2em;
}
.navbar-default .navbar-nav > li > a {
	color: #888;
	font-family: "Oswald",sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f07057;
}
.navbar-default .navbar-nav > li.current > a {
	color: #f07057;
}
.navbar-default {
	background-color: #fff;
	border: none;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #734200;
}
.mega-dropdown-menu .dropdown-header {
  	color: #056839;
}
.splashnav {
	 padding-bottom:10px;
	 border-bottom: 1px solid #eee;
	 background-color: rgba(255,255,255,0.8);
}
.splashnav > li > a {
	color: #002f65;
}
.sidebar h4 {
	border-bottom: 3px solid #262217;
}
.splashnav > li > a:hover, 
.splashnav > li > a:focus {
	background-color: transparent;
	color: #eabd0a;
}
.splashnav > li.active > a, 
.splashnav > li.active > a:hover, 
.splashnav > li.active > a:focus {
	background-color: transparent;
	color: #eabd0a;
}
/*.header-caption {
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 background-color: rgba(0,0,0,0.5);
}*/

h1 {
	color:#48c0ed;
}
h1, h2, h3, .tagline {
	font-family: "Oswald",sans-serif;
}
.btn-info {
	background-color: #f07057;
	border-color: #c24229;
}
.btn-info:hover {
	background-color: #c24229;
	border-color: #b4341b;
}
.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #eabd0a;
}
h2.featureline {
	color:#666;
}
.feature-heading {
	font-size:3vw; 
	color:#48c0ed;
	margin: 20px 0;
}
@media (max-width: 414px) {
	.feature-heading {
	 	font-size: 6vw;
	}
}
.social-list > li > a {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 2em;
    height: 80px;
    padding: 16px;
    width: 80px;
    color: #fff;
}
.social-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.img-portfolio {
	border-radius: 20px;
	margin:20px 0;
}
.label-default {
    background-color: #f9c2b8;
    color: #fff;
}
.contactdetail {
	background-color: transparent;
}
.videodata .label-default {
	display: none;
}
/* TABS
-------------------------------------------------- */
.nav-tabs.page-tabs {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: center;
    align-items: flex-end;
}
.nav-tabs.page-tabs > li {
	float: none;
}
.nav-tabs.page-tabs > li.active > a, 
.nav-tabs.page-tabs > li.active > a:focus, 
.nav-tabs.page-tabs > li.active > a:hover {
	border: 1px solid transparent;
	border-bottom: 3px solid #ddd;
	background-color: transparent;
}
.nav-tabs.page-tabs li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
    
}
.nav-tabs.page-tabs + .tab-content {
	padding: 60px 30px;
}
.nav-tabs.page-tabs + .tab-content h2, 
.nav-tabs.page-tabs + .tab-content h3 {
	margin-top: 10px;
}
.nav-tabs.page-tabs + .tab-content p + h2, 
.nav-tabs.page-tabs + .tab-content p + h3,
.nav-tabs.page-tabs + .tab-content ul + h2, 
.nav-tabs.page-tabs + .tab-content ul + h3 {
	 margin-top: 2em;
}
@media (max-width: 767px) {
    .nav-tabs.page-tabs li a {
	 font-size: .8em;
	 padding: 10px;
    }
}

.sitefooter {
	background-color: #2e363f;
	padding: 0 0 40px 0;
	margin-top:-20px;
}
.sitefooter h2 {
	 border-bottom:2px solid #111;
}
.sitefooter dl {
	color:#fff;
	margin-top:30px;
}
.sitefooter dt {
	width: 40px;
	text-align: left;
}
.sitefooter dd {
	margin: 0 0 20px 40px;
}

/*
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/