body {
	margin: 0;
	padding: 0;
	font-family: 'phoreuscherokee', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #6b6e80;
	background: #fff;
	position: relative;
}
/*
Warm Grey (body text): #6b6e80;
Steel Grey (headings): #434a54;
Purple:	#371758
Orange:	#f37f00
Cyan:	#00a2d3
Dusty Pink: #f8f6f8
*/ 
h1,h2,h3,h4,h5,h6,p.subhead,q {
	font-family: 'ff-enzo-web', sans-serif;
}
a {
	color: #00a2d3;
	text-decoration: none;
}
a:hover {
	color: #f37f00;
	text-decoration: none;
}
a:active, a:visited {
	color: #00a2d3;
	text-decoration: none;
}
.btn-logo {
	font-weight: 600;
	font-family: 'ff-enzo-web', sans-serif;
	background-color: #371758;
	border: none;
	color: #fff;
	background: -webkit-linear-gradient(top, #731d93, #371758); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #731d93, #371758); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #731d93, #371758); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #731d93, #371758); /* Standard syntax */
}
.btn-logo.active, .btn-logo:active, .btn-logo:focus, .btn-logo:hover, .open>.dropdown-toggle.btn-logo {
	color: #fff;
	background: -webkit-linear-gradient(top, #ffb300, #e57700); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #ffb300, #e57700); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #ffb300, #e57700); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #ffb300, #e57700); /* Standard syntax */
}
strong {
	font-weight: 700;
}
.delete {
	text-decoration: line-through;
	color: red;
}
/* NAVBAR */
.navbar-default {
	padding: 0;
	font-size: 18px;
	text-shadow: 1px 2px 10px rgba(0,0,0,1.0);
}
.navbar-fixed-top {
	border-width: 0;
}
.navbar-header {
	position: relative;
}
.navbar-default .navbar-brand {
	font-family: 'ff-enzo-web', sans-serif;
	font-size: 42px;
	margin: 10px 20px 10px 0;
	padding: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;	
}
.navbar-default .navbar-brand span {
	margin-left: 10px;
	font-size: 34px;
	line-height: 50px;
	padding: 10px;
	font-weight: 700;
}
.navbar-default .navbar-brand img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0;
}
.navbar-default.navbar-scroll {
	background-color: #fff;
	border-color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.navbar-nav {
	margin-top: 10px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-family: 'ff-enzo-web', sans-serif;
	font-weight: 700;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover {
	position: relative;
	background-color: transparent;
	color: #f37f00;
}
.navbar-default.navbar-scroll .navbar-nav>li>a {
	color: #6b6e80;
}
.navbar-default.navbar-scroll .navbar-nav>.active>a, .navbar-default.navbar-scroll .navbar-nav>.active>a:hover, .navbar-default.navbar-scroll .navbar-nav>li>a:focus, .navbar-default.navbar-scroll .navbar-nav>li>a:hover {
	position: relative;
	background-color: transparent;
	color: #f37f00;
}
.navbar-default .navbar-nav>li.dropdown.open>a::after, .navbar-default .navbar-nav>li.dropdown.open>a:focus::after, .navbar-default .navbar-nav>li.dropdown.open>a:hover::after {
	content: '';
	display: none;
}
.navbar-default .navbar-nav li.dropdown.open>a, .navbar-default .navbar-nav li.dropdown.open>a:hover {
	color: #fff;
	background-color: #f37f00;
}
.navbar-default .navbar-collapse {
	border: none;
}
/* /NAVBAR */
#header {
	width: 100%;
	height: auto;
	padding-top: 35%;
	padding-bottom: 50px;
	background-image: url('../img/nutters_grima_coral_lapel_lg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
#header .header-text {
	position: relative;
	z-index: 3;
	color: #fff;
	text-shadow: 1px 2px 10px rgba(0,0,0,1.0);
}
.header-text h1 {
	font-weight: 700;
	font-size: 52px;
	line-height: 56px;
}
.header-text h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #ffffff;
}
h2 {
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	padding: 30px 0;
	color: #434a54;
	position: relative;
	left: -1px;
}
h2 subhead {
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	left: 1px;
}
h3 {
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	color: #434a54;
	position: relative;
	left: -1px;
}
h3 subhead, h3 date {
	display: block;
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 3px;
	margin-bottom: 20px;	
}
h3 date {
	color: #6b6e80;
}
.panel {
	position: relative;
	padding: 14px 20px;
	margin: 30px 0;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.panel h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	font-size: 21px;
	line-height: 26px;
}
.panel .panel-icon {
	position: absolute;
	left: 50%;
	top: -13px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: -webkit-linear-gradient(top, #731d93, #371758); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #731d93, #371758); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #731d93, #371758); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #731d93, #371758); /* Standard syntax */
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.panel:hover .panel-icon {
	background: -webkit-linear-gradient(top, #ffb300, #e57700); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #ffb300, #e57700); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #ffb300, #e57700); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #ffb300, #e57700); /* Standard syntax */
}
.panel .panel-icon .fa {
	position: absolute;
	left: 1px;
	top: 16px;
	width: 50px;
	height: 50px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	color: #fff;
}
#news {
	width: 100%;
	margin-top: -61px;
	padding-top: 61px;
	padding-bottom: 10px;
}
#services {
	width: 100%;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #f8f6f8;
}
.hide-show {
	display: none;
}
.hide-show-btn {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.hide-show .hide-show-btn {
	z-index: 10;
}
.panel .hide-show-btn .fa, .hide-show-link .fa {
	font-size: 19px;
	color: #00a2d3;
}
.fa-envelope-square, .fa-linkedin-square, .fa-phone-square, .fa-skype, #social .fa-plus-circle {
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.fa-times {
	margin-right: 6px;
}
a .fa, a.btn:hover .fa {
	color: #ffffff;
	font-size: 19px;
}
a:hover .fa {
	color: #00a2d3;
}
.panel:hover .hide-show-btn .fa, a:hover .fa {
	color: #f37f00;
}
#work {
	width: 100%;
	margin-top: -40px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.work-container {
	width: 100%;
}
.work-item {
	position: relative;
	display: block;
	float: left;
	background-color: #371758;
	background: -webkit-linear-gradient(top, #721C92, #371758); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #721C92, #371758); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #721C92, #371758); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #721C92, #371758); /* Standard syntax */
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.work-item>.item-link {
	position: relative;
	display: block;
}
.work-item>.item-link>.item-desc {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10% 70px 12% 0;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 0 1px 5px rgba(44,21,79,1);
}
.work-item>.item-link>.item-desc h3 {
	position: absolute;
	bottom: 8%;
	width: 84%;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #ffffff;
}
.work-item:hover>.item-link>.item-desc h3 {
	-webkit-transform: translate3d(12%, 0, 0);
	-moz-transform: translate3d(12%, 0, 0);
	-ms-transform: translate3d(12%, 0, 0);
	-o-transform: translate3d(12%, 0, 0);
	transform: translate3d(12%, 0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.work-item>.item-link>.item-desc p {
	float: left;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.work-item:hover>.item-link>.item-desc p {
	-webkit-transform: translate3d(12%, 0, 0);
	-moz-transform: translate3d(12%, 0, 0);
	-ms-transform: translate3d(12%, 0, 0);
	-o-transform: translate3d(12%, 0, 0);
	transform: translate3d(12%, 0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.work-item>.item-link>img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.work-item:hover>.item-link>img {
	border: none;
	opacity: .18;
	filter: alpha(opacity=18);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#about, #testimonial {
	width: 100%;
	background-color: #371758;
	background: -webkit-linear-gradient(top, #721C92, #371758); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #721C92, #371758); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #721C92, #371758); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #721C92, #371758); /* Standard syntax */
	color: #fff;
	text-shadow: 0 1px 5px rgba(44,21,79,1);
}
#about {
	margin-top: 0px;
	border-top: 59px solid #f8f6f8;
	padding-bottom: 60px;
}
#about h2, #about h3 {
	color: #ffffff;
}
#testimonial {
	margin-top: 0;
	padding: 30px 0 22px 0;
}
#testimonial div div div:first-child p {
	text-align: center;
}
q {
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
}
.modal a .fa {
	color: #00a2d3;
}
.modal a:hover .fa {
	color: #f37f00;
}
.modal-work .modal-content {
	padding: 30px 0 20px 0;
	min-height: 100%;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.modal-content p:last-child {
	margin-top: 20px;
}
.modal-work h2 {
	margin: 0;
	padding: 0;
}
.modal-work .modal-content .item-details {
	margin: 30px 0;
}
.modal-work .modal-close {
	position: absolute;
	z-index: 999;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.modal-work .list-info {
	padding-left: 0;
	list-style: none;
}
.modal-body {
	padding: 0;
}
.modal-work .modal-body p {
	line-height: 21px	;
}
.modal-work table.work-detail {
	margin: 18px 0 20px 0;
	font-weight: 700;
}	
.modal-work table.work-detail td:first-child {
	width: 78px;
	font-weight: normal;	
}
.image-col {
	margin: 26px 0;
}
.modal-body .carousel, .modal-body img {
	margin-bottom: 20px;
}
.modal-body .carousel img {
	margin-bottom: 0;
}
.carousel-indicators {
	opacity: 0.5;
	margin-bottom: -10px;
}
.carousel-indicators:hover {
	opacity: 1;
}
.carousel-indicators li {
	border-color: #dddddd;
}
.carousel-indicators li.active {
	background-color: #dddddd;
}
.carousel-control {
	background-image: none!important;
	text-shadow: none;
	width: 7%;
	min-width: 50px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #dddddd;
}
.carousel-news .carousel-indicators {
	position: relative;
	top: -27px;
}
.carousel-news .carousel-indicators li {
	border-color: #000000;
}
.carousel-news .carousel-indicators li.active {
	background-color: #000000;
}
.news-img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
#contact {
	width: 100%;
	background-color: #f8f6f8;
}
#map {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin-bottom: 20px;
}
#map::after, #map::before {
	content: '';
	display: table;
	clear: both;
}
#map img {
	max-width: none;
}
.contact-form {
	margin-bottom: 30px;
}
.contact-form .form-control:focus {
	border-color: #bababa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.contact-form textarea {
	resize: none;
}
#social {
	position: relative;
	width: 100%;
	margin-top: -30px;
	border-top: 59px solid #f8f6f8;
	padding-bottom: 40px;
	background-image: url('../img/nutters_grima_coral_lapel_lg.jpg');
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	text-shadow: 0 1px 5px rgba(36,13,53,1);
}
#social::before {
	content: '';
	display: table;
	clear: both;
}
#social::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(79,25,112,0.5);
}
#social .social-text {
	position: relative;
	z-index: 3;
}
.social-text .page-title {
	margin-bottom: 30px
	color: #fff;
}
.social-text .page-title h2::after {
	content: '';
	display: none;
}
.social-text h1, .social-text h2, .social-text h3, .social-text h4,
.social-text h5, .social-text h6, .social-text p, .social-text small,
.social-text strong {
	color: #fff;
}
.social-icon>li>a {
	position: relative;
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #00a2d3;
	padding: -2px;
}
.social-icon>li>a>.fa, .social-icon>li>a>.glyphicon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -15px;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	color: #ffffff;
}
#social a, #social h3 {
	color: #ffffff;
}
#social a.hide-show-link {
	color: #00a2d3;
}
#social a:hover {
	color: #f37f00;
}
.social-icon>li:last-child>a {
	margin-right: 0;
}
.social-icon>li:hover>a, .social-icon>li:hover>a>.fa {
	border-color: #f37f00;
	color: #f37f00;
}
#connect {
	margin-top: -30px;
	padding-top: 30px;
}
.footer {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 3;
	color: #6b6e80;
}
.footer .panel {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
	padding: 20px;
}
.copyright {
	width: auto;
	display: block;
	margin: 50px 0 -30px 0;
	padding: 0;
	position: relative;
	z-index: 4;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: auto;
}