



.navbar-custom .nav>li>a {
	padding-top: 60px;
	padding-bottom: 60px}

.default .nav li.menu-button a {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.gradient-text {
  background: -webkit-linear-gradient(#B89856, #725C04);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-bg {
	background: -webkit-linear-gradient(-45deg, #B89856, #725C04) !important;
	background: -o-linear-gradient(-45deg, #B89856, #725C04) !important;
	background: linear-gradient(-45deg,  #B89856, #725C04) !important; 
}

@media screen and (min-width: 769px) {
	.fixed .dropdown-menu:before {
	    background: -webkit-linear-gradient(left, #B89856, #725C04) !important;
		background: -o-linear-gradient(left, #B89856, #725C04) !important;
		background: linear-gradient(left, #B89856, #725C04) !important; 
	}
}

.hprogram:hover {
	background: -webkit-linear-gradient(-45deg, #B89856, #725C04) !important;
	background: -o-linear-gradient(-45deg, #B89856, #725C04) !important;
	background: linear-gradient(-45deg,  #B89856, #725C04) !important; 
}

figure.effect-sadiex figcaption::before {
	background: -webkit-linear-gradient(top, rgba(0,0, 0,0) 0%, rgba(0,0, 0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0, 0,0) 0%, rgba(0,0, 0,0.8) 75%);
}

figure.effect-zoe figcaption {
	background: rgba(0,0, 0, 0.7);
}

figure.effect-sadie figcaption::before {
	background: -webkit-linear-gradient(top, rgba(0,0, 0,0) 0%, rgba(0,0, 0,0.7) 75%);
	background: linear-gradient(to bottom, rgba(0,0, 0,0) 0%, rgba(0,0, 0,0.7) 75%);	
}

.preload-gradient-bg {
	background: -webkit-linear-gradient(-45deg, #5E2563, #65799B) !important;
	background: -o-linear-gradient(-45deg, #5E2563, #65799B) !important;
	background: linear-gradient(-45deg,  #5E2563, #65799B) !important; 
}

.loader {
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
}

@media only screen and (max-width: 480px) {

	.container .navbar-collapse,
	.container-fluid .navbar-collapse {
		background-color: rgba(184,152,86,1) !important; 
	}

	.navbar-header {
		padding-top: 30px;
		padding-bottom: 30px	}

	.navbar-custom img.logo {
		height: 50px !important;
	}

	.navbar-custom .nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px	}

	.default .nav li.menu-button a {
		margin-left: 0 !important;
	}

}
 


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

	.container .navbar-collapse,
	.container-fluid .navbar-collapse {
		background-color: rgba(184,152,86,1) !important; 
	}

	.navbar-header {
		padding-top: 30px;
		padding-bottom: 30px	}

	.navbar-custom img.logo {
		height: 50px !important;
	}

	.navbar-custom .nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px	}

	.default .nav li.menu-button a {
		margin-left: 0 !important;
	}



}

	
