/**
 * Name: default.css
 *
 * -
 *
 * The default color scheme for the template
 *
 */
 
 /* ==========================================================================
   =Typography
   ========================================================================== */
   
	body {
		background-color: #fff;
		color: #2d2d2d;
	}

	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		color: #d9b772;
	}
	
	abbr[title] {  
		border-bottom: 1px dotted #999; 
	}
	
	blockquote span { 
		color: #999999;  
	}

	hr { 
		border: solid #e0e0e0; 
	}
	
	code { 
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;  
		color: #d50f25;  
	}
	
	pre { 
		border: 1px solid #e0e0e0;   
		background-color: #f3f3f3; 
	}

	.hr { 
		border-top: 1px solid #e0e0e0;  
	}
	
	.text-highlight { color: #d9b772; }
	
	.mute{ color: #999; }
	
	@media (max-width: 767px) {
	 
		body { 
			background-color: #fff; 
		}

	}

/* ==========================================================================
   =Typography - Links
   ========================================================================== */
	
	a, 
	a:visited { 
		color: #d9b772; 
	}
	
	a:active {
 		background: transparent;
	}
	
	a:hover, 
	a:focus {
		color: #550000; 
	}

/* ==========================================================================
   =Typography - Tables
   ========================================================================== */

	table { 
		background-color: transparent; 
	}

	table th, 
	table td {
		border-top: 2px solid #d9b772;
	}
	
	table th { 
		background-color: #550000;
		color: #d9b772;
	}
	
/* ==========================================================================
   =Typography - Forms
   ========================================================================== */

	label span { color: #d50f25; }
	
	input,
	textarea,
	select {
		border: 2px solid #d9b772;
		background: #fff;
		color: #2d2d2d;	
	}
	
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	textarea:focus {
		border-color: #bbb;
	}
	
	select:focus {
	  outline: thin dotted #bbb;
	}
	
	input:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #999;
	}
	
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #999;
	}
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #999;
	}

/* ==========================================================================
   =Misc
   ========================================================================== */
   
	.javascript-required,
	.modern-browser-required{
		background-color: #d50f25;
		color: #fff;
	}
	
/* ==========================================================================
   =Accordions and Toogles
   ========================================================================== */

/* =Accordion
   ========================================================================== */

	.accordion-item {
		color: #550000;
	}
	
	.accordion-item:hover { color: #d9b772; }
	
	.accordion-item:after {
		border: 2px solid #d9b772;
	}
	
	.accordion-item.active:after {
		color: #d9b772; 
	}
	
/* =Toogle
   ========================================================================== */

	.toggle-item {
		color: #550000;
	}
	
	.toggle-item:hover { color: #d9b772; }
	
	.toggle-item:after {
		border: 2px solid #d9b772;
	}
	
	.toggle-item.active:after {
		color: #d9b772;
	}

/* ==========================================================================
   =Alerts
   ========================================================================== */

	.alert {
		border: 2px solid #d9b772;
	}
	
	.alert.info {
		background-color: #000055;
		color: #fff;
	}
	
	.alert.success {
		background-color: #005500;
		color: #fff;
	}
	
	.alert.error {
		background-color: #560000;
		color: #fff;
	}
	
	.alert.warning {
		border-color: #560000;
		background-color: #d9b774;
		color: #fff;
	}
   
/* ==========================================================================
   =Buttons
   ========================================================================== */

/* =Default Button
   ========================================================================== */
   
	.btn {
		border: 2px solid #d9b772;
		color: #d9b772;	
	}
	
	.btn:after {
		background-color: #550000;
	}
	
	a.btn { color: #d9b772; }

	.btn:hover { background-color: transparent; }	
	
	.btn.alt { background-color: #550000; }
	.btn.alt:after { background-color: #d9b772; }
	
	.btn.alt:hover {
		border-color: #550000;
		color: #550000;
	}

/* ==========================================================================
   =Custom Lists
   ========================================================================== */
	
	ul.check li:before { 
		color: #d9b772;
	}

/* ==========================================================================
   =Dividers
   ========================================================================== */
	
	.divider.single-line { border-top: 2px solid #d9b772; }
	
	.divider.double-line { border-top: 6px double #d9b772; }
	
	.divider.single-dotted {
		 background: url(../../images/bg-single-dotted.png) repeat-x top left ;  
	}
	
	.divider.double-dotted { 
		background: url(../../images/bg-double-dotted.png) repeat-x top left; 
	}	
   
/* ==========================================================================
   =Google Maps
   ========================================================================== */
	
	#map-1 {
		border: 2px solid #d9b772;
	}
	
	#map-2 {
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
	}

/* ==========================================================================
   =Headlines
   ========================================================================== */

	.headline {
		border: 2px solid #d9b772;
	}
	
	.headline h2 {
		color: #550000;
	}
	
	.headline i {
		border: 2px solid #d9b772;
		background-color: #fff;
		color: #550000;
	}
	
/* ==========================================================================
   =Icon Boxes
   ========================================================================== */

/* =Icon Box 1
   ========================================================================== */
	
	.icon-box-1 > i {
		border: 2px solid #d9b772;
		color: #550000; 
	}
	
	.icon-box-1 > i:after {
		background-color: #550000;
	}
	
	.icon-box-1:hover > i { 
		background-color: transparent;
		color: #d9b772;
	}		

/* ==========================================================================
   =Image Bordered
   ========================================================================== */
   
   	.img-bordered { border: 2px solid #d9b772; }

/* ==========================================================================
   =Milestones
   ========================================================================== */
	
	.milestone .milestone-content {
		color: #d9b772;
	}
	
	.milestone .milestone-description {
		color: #550000;
	}
	
	.milestone:hover .milestone-content { color: #550000; }
	.milestone:hover .milestone-description { color: #d9b772; }

/* ==========================================================================
   =Our Process
   ========================================================================== */

/* =Horizontal process
   ========================================================================== */
	
	.horizontal-process-builder:before {
		border-top: 2px solid #d9b772;
	}
	
	.horizontal-process-builder li i,
	.horizontal-process-builder li h1,
	.horizontal-process-builder li img { 
		border: 2px solid #d9b772;
		outline: 5px solid #fff;
		background-color: #fff;
		color: #d9b772;
	}
	
	.horizontal-process-builder li:hover i,
	.horizontal-process-builder li:hover h1 {
		background-color: #550000;
		color: #d9b772;
	}
	
/* =Vertical process
   ========================================================================== */
	
	.vertical-process-builder:before {
		border-left: 1px solid #e0e0e0;
	}
	
	.vertical-process-builder li i,
	.vertical-process-builder li h1 {
		border: 1px solid #e0e0e0;
		outline: 10px solid #fff;
		background-color: #fff;
	}
	
	.vertical-process-builder li:hover i,
	.vertical-process-builder li:hover h1 {
		background-color: #f3f3f3;
	}

/* ==========================================================================
   =Pie charts
   ========================================================================== */
	
	.pie-chart i, 
	.pie-chart .pie-chart-custom-text, 
	.pie-chart .pie-chart-percent {
		color: #d9b772;
	}
	
	.pie-chart-description h3 { 
		color: #550000;
	}

/* ==========================================================================
   =Pricing Tables
   ========================================================================== */

	.pricing-table {
		background-color: #550000;
		color: #fff;
	}
	
	.pricing-table-header img {
		border: 2px solid #d9b772;
	}
	
	.pricing-table-offer ul li { 
		border-top: 1px solid #e0e0e0; 
	}
	
	.pricing-table .btn {
		border-color: #fff;
		color: #fff;
	}
	
	.pricing-table .btn:hover:after { background-color: #d9b772; }

/* ==========================================================================
   =Progress Bar
   ========================================================================== */

	.progress-bar-description {
		color: #fff;
	}
	
	.progress-bar-description span {
		color: #fff;
	}
	
	.progress-bar {
		background-color: #d9b772;
	}
	
	.progress-bar .progress-bar-outer {
		background-color: #550000;
	}

/* ==========================================================================
   =Schedule
   ========================================================================== */
	
	.schedule li span.day {
		border: 2px solid #d9b772;
		color: #d9b772; 
	}
	
	.schedule li span.program {
		background-color: #d9b772;
		color: #fff;
	}

/* ==========================================================================
   =Social Media
   ========================================================================== */
	
	a.social-icon {
		border: 2px solid #d9b772;
		color: #d9b772;	
	}
	
	a.social-icon:after {
		background-color: #550000;
	}
	
	a.social-icon:hover { background-color: transparent; }
	
	a.facebook-icon:after { background-color: #0e59a0 !important; }
	a.twitter-icon:after { background-color: #0ea4ff !important; }
	a.dribble-icon:after { background-color: #ea73a0 !important; }
	a.pinterest-icon:after { background-color: #d73532 !important; }
	a.googleplus-icon:after { background-color: #282927 !important; }
	a.tumblr-icon:after { background-color: #586980 !important; }
	a.instagram-icon:after { background-color: #82685a !important; }
	a.rss-icon:after { background-color: #f79638 !important; }
	a.linkedin-icon:after { background-color: #018faf !important; }
	a.skype-icon:after { background-color: #00b0f6 !important; }
	a.flickr-icon:after { background-color: #0061db !important; }
	a.vimeo-icon:after { background-color: #63879c !important; }
	a.github-icon:after { background-color: #3b3b3b !important; }
	a.youtube-icon:after { background-color: #cc181e !important; }
	a.windows-icon:after { background-color: #6dc2e9 !important; }
	a.dropbox-icon:after { background-color: #007ee5 !important; }
	a.xing-icon:after { background-color: #026566 !important; }	
	a.adn-icon:after { background-color: #1ea076 !important; }
	a.android-icon:after { background-color: #98cb02 !important; }
	a.apple-icon:after { background-color: #000000 !important; }
	a.behance-icon:after { background-color: #2d9ad2 !important; }
	a.bitbucket-icon:after { background-color: #214f81 !important; }
	a.bitcoin-icon:after { background-color: #f7931b !important; }
	a.codepan-icon:after { background-color: #000000 !important; }
	a.css3-icon:after { background-color: #3289ce !important; }
	a.delicious-icon:after { background-color: #3399fe !important; }
	a.deviantart-icon:after { background-color: #c8da30 !important; }
	a.digg-icon:after { background-color: #0080c2 !important; }
	a.drupal-icon:after { background-color: #0077b9 !important; }
	a.empire-icon:after { background-color: #000000 !important; }
	a.foursquare-icon:after { background-color: #daecb0 !important; }
	a.git-icon:after { background-color: #f34f29 !important; }
	a.gitti-icon:after { background-color: #634c3e !important; }
	a.hacker-news-icon:after { background-color: #f18642 !important; }
	a.html5-icon:after { background-color: #e54c1f !important; }
	a.joomla-icon:after { background-color: #016fb9 !important; }
	a.jsfiddle-icon:after { background-color: #4679a4 !important; }
	a.linux-icon:after { background-color: #fece0e !important; }
	a.maxcdn-icon:after { background-color: #f36f20 !important; }
	a.openid-icon:after { background-color: #fe6101 !important; }
	a.pagelines-icon:after { background-color: #3783e3 !important; }
	a.pied-piper-icon:after { background-color: #0c7b48 !important; }
	a.qq-icon:after { background-color: #23286c !important; }
	a.rebel-icon:after { background-color: #000000 !important; }
	a.reddit-icon:after { background-color: #cee3f8 !important; }
	a.renren-icon:after { background-color: #0d81e4 !important; }
	a.share-icon:after { background-color: #252525 !important; }
	a.slack-icon:after { background-color: #453744 !important; }
	a.soundcloud-icon:after { background-color: #fe4e00 !important; }
	a.spotify-icon:after { background-color: #80bb41 !important; }
	a.stack-exchange-icon:after { background-color: #265a93 !important; }
	a.stackoverflow-icon:after { background-color: #fea501 !important; }
	a.steam-icon:after { background-color: #191919 !important; }
	a.stumbleupon-icon:after { background-color: #f04f23 !important; }
	a.tencent-weibo-icon:after { background-color: #0063a7 !important; }
	a.trello-icon:after { background-color: #226784 !important; }
	a.vine-icon:after { background-color: #00b081 !important; }
	a.vk-icon:after { background-color: #50769d !important; }
	a.wechat-icon:after { background-color: #a4dc31 !important; }
	a.weibo-icon:after { background-color: #d82828 !important; }
	a.wordpress-icon:after { background-color: #454442 !important; }
	a.yahoo-icon:after { background-color: #4b04a8 !important; }

/* ==========================================================================
   =Styled Tables
   ========================================================================== */

	.table-bordered { 
		border: 2px solid #d9b772; 		
	}
	
	.table-bordered th, 
	.table-bordered td { border-left: 2px solid #d9b772; }

	@media (max-width: 480px) {
		
		tr { border-top: 2px solid #550000; }
	  
	}

/* ==========================================================================
   =Tabs
   ========================================================================== */

/* =Horizontal tabs
   ========================================================================== */
	
	.tabs-container .tabs-menu li a { 
		border-top: 3px solid #fff;
		border-right: 1px solid #fff;
		background-color: #d9b772;
		color: #fff;
	}
	
	.tabs-container .tabs-menu li a:hover,
	.tabs-container .tabs-menu li.active a {
		border-top-color: #d9b772;
		background-color: #550000;
	}
	
	.tabs-container .tab-content { 
		background-color: #550000;
		color: #fff;
	}
	
/* ==========================================================================
   =Testimonials
   ========================================================================== */
	
	.testimonial img {
		border: 2px solid #d9b772;
	}
	
	
/* ==========================================================================
   =Team Member
   ========================================================================== */

	.team-member {
		border: 2px solid #d9b772;
	}
	
	.team-member-info {
		background-color: rgba(85, 0, 0, 0.85);
		color: #d9b772;
	}
	
	.team-member-info h4 {
		border-bottom: 1px solid #d9b772;
		color: #fff;
	}
	
/* ==========================================================================
   =Portfolio Item
   ========================================================================== */
	
	.portfolio-item { 
		border: 2px solid #d9b772;
	}
	
	.portfolio-item-overlay {
		background-color: rgba(85, 0, 0, 0.7);
	}	
	
	.portfolio-item-overlay-actions .portfolio-item-zoom,
	.portfolio-item-overlay-actions .portfolio-item-link {
		background-color: #d9b772;
	}
	
	.portfolio-item-overlay-actions .portfolio-item-zoom i,
	.portfolio-item-overlay-actions .portfolio-item-link i {
		color: #fff; 
	}
	
	.portfolio-item-overlay-actions .portfolio-item-zoom:hover,
	.portfolio-item-overlay-actions .portfolio-item-link:hover { background-color: #550000; }
	
	.portfolio-item-description {
		color: #fff;
	}
	
	.portfolio-item-description span,
	.portfolio-item-description a:hover { color: #fff; }
	
/* ==========================================================================
   =Portfolio Filter
   ========================================================================== */
	
	.portfolio-filter ul li a:hover,
	.portfolio-filter ul li a.active { color: #d9b772; }

/* ==========================================================================
   =Portfolio Isotope
   ========================================================================== */
	
	.load-more {
		color: #2d2d2d;
	}		
	
	.load-more span {
		background-color: #d9b772;
		color: #fff;
	}

/* ==========================================================================
   =Portfolio Pagination
   ========================================================================== */

	.pagination a {
		border: 2px solid #d9b772;
		color: #d9b772;	
	}
	
	.pagination a:after {
		background-color: #550000;
	}
	
	.pagination a:hover { 
		background-color: transparent;
	}
	
	.pagination li.current a { 
		color: #d9b772; 
		background-color: #550000; 
	}
   
/* ==========================================================================
   =Contact form
   ========================================================================== */
	
	label.validation-error { color: #d50f25; }
	
	input.validation-error,
	textarea.validation-error,
	select.validation-error { border-color: #d50f25; }
	
	#contact-form #submit:hover { background-color: #550000; }
	
	#restaurant {
		color: #d9b772;
	}
	         
/* ==========================================================================
   =Blog
   ========================================================================== */
	
	.blog-post blockquote {
		background-color: #d9b772;
		color: #fff;
	}
	
	.blog-post.img-left,
	.blog-post.img-right { 
		background-color: #350000;
		color: #fff;
	}
	
	.blog-post-title h3 {
		border-bottom: 1px solid #d9b772;
	}
	
	.blog-post-thumb {
		border: 2px solid #d9b772; 
	}
	
	.blog-post-date {
		color: #fff;
	}
	
	.blog-post.img-left .blog-post-date {		
		background-color: #d9b772;
	}
	
	.blog-post.img-right .blog-post-date {
		background-color: #350000;
	}
	
	.blog-post.img-left .btn,
	.blog-post.img-right .btn {
		border-color: #fff;
		color: #fff;
	}
	
	.blog-post.img-left a:hover,
	.blog-post.img-right a:hover { color: #fff; }
	
	.blog-post-overlay {
		background-color: rgba(85, 0, 0, 0.85);
	}

/* ==========================================================================
   =Menu
   ========================================================================== */
	
	.menu-section-title {
		border: 2px solid #d9b772;
		background-color: #550000;
	}
	
	.menu-items { 
		border-bottom: 2px solid #d9b772;
	}
	
	.menu-items-title h4 {
		color: #2d2d2d;
	}
	
	.menu-items-price {
		color: #550000;
	}
	
	.menu-items-thumb {
		border: 2px solid #d9b772;
	}

/* ==========================================================================
   =Fullwidth Section
   ========================================================================== */
	 
   .fullwidth-section {
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
		color: #fff;
		background-color: #350000;
	}
   
   	.fullwidth-section-overlay {
		background-color: rgba(85, 0, 0, 0.5);
	}
	
	.fitvids {
		border: 2px solid #d9b772;
	}
	
	
	.fullwidth-section .headline h2,
	.fullwidth-section .toggle-item,
	.fullwidth-section .accordion-item,
	.fullwidth-section .icon-box-1 > i,
	.fullwidth-section .testimonial h3,
	.fullwidth-section .milestone .milestone-description,
	.fullwidth-section .milestone:hover .milestone-content { color: #fff; }
	
	.fullwidth-section .pie-chart-description h3,
	.fullwidth-section .milestone:hover .milestone-description { color: #d9b772; }
	
	.fullwidth-section .btn {
		border-color: #fff;
		color:  #fff;
	}
	
	/* Fullwidth section backrounds */
	
	#bg-video { 
		background-image: url(../../../_content/backgrounds/1920x1200-2.jpg); 
	}
	
	#bg-1 { background-image: url(../../../_content/backgrounds/1920x1200-1.jpg); }
	
	#bg-2 { background: url(../../../_content/backgrounds/1920x1200-3.jpg) no-repeat center center; }
	
	#bg-3 { background-image: url(../../../_content/backgrounds/1920x500.jpg); }
	
	#bg-3 span { color: #fff; }
	
	#bg-3 i {
		color: #fff;
	}
	
/* ==========================================================================
   =WordPress Default Classes
   ========================================================================== */
	
	.blog-post.sticky {
		border: 2px solid #d9b772;
		color: #fff;
	}
	
	.blog-post.sticky .btn {
		border-color: #fff;
		color: #fff;
	}
	
	.blog-post.sticky a:hover { color: #fff; }
	
	.wp-caption {
		border: 1px solid #e0e0e0;
		background: #fff;
	}
	
/* ==========================================================================
   =WordPress Widgets
   ========================================================================== */
	
/* =Search Widget
   ========================================================================== */
	
	#searchsubmit {
		background: url(../../images/bg-search.png) no-repeat center center; 
	}

/* =Recent Entries Widget
   ========================================================================== */
	
	.widget_recent_entries ul li img { 
		border: 2px solid #d9b772;
	} 
	
	.widget_recent_entries ul li > a { color: #2d2d2d; }
	
/* =Pages Widget
   ========================================================================== */
	
	.widget_pages ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.widget_pages a {
		color: #2d2d2d;
	}
	
	.widget_pages a:hover {
		color: #550000;
	}
	
/* =Archive Widget
   ========================================================================== */
	
	.widget_archive ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.widget_archive a {
		color: #2d2d2d;
	}
	
	.widget_archive a:hover {
		color: #550000;
	}
	
/* =Categories Widget
   ========================================================================== */
	
	.widget_categories ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.widget_categories a {
		color: #2d2d2d;
	}
	
	.widget_categories a:hover {
		color: #550000;
	}
	
/* =Meta Widget
   ========================================================================== */
	
	.widget_meta ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.widget_meta a {
		color: #2d2d2d;
	}
	
	.widget_meta a:hover {
		color: #550000;
	}
	
/* =Tag Cloud Widget
   ========================================================================== */
	
	.widget_tag_cloud a {
		border: 1px solid #d9b772;
		color: #d9b772;	
	}
	
	.widget_tag_cloud a:after {
		background-color: #550000;
	}
	
	.widget_tag_cloud a:hover { background-color: transparent; }	
	
/* =Nav Menu Widget
   ========================================================================== */
	
	.widget_nav_menu ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.widget_nav_menu a {
		color: #2d2d2d;
	}
	
	.widget_nav_menu a:hover {
		color: #550000;
	}
	
/* ==========================================================================
   =WordPress Custom Widgets
   ========================================================================== */
	
/* =EWF Contact Info widget
   ========================================================================== */	
	
	.ewf_widget_contact_info ul li a { color: #2d2d2d; }
	
/* =EWF Newsletter subscribe widget
   ========================================================================== */
	
	#newsletter-subscribe-form input[type="submit"]:hover { background-color: #550000; }
	
/* =EWF Navigation widget
   ========================================================================== */
	
	.ewf_widget_navigation ul li {
		border-bottom: 2px dotted #d9b772;
	}
	
	.ewf_widget_navigation a {
		color: #2d2d2d;
	}
	
	.ewf_widget_navigation a:hover {
		color: #550000;
	}	

/* ==========================================================================
   =WordPress Comments
   ========================================================================== */
	
	.commentlist .reply a {
		border: 1px solid #d9b772;
		color: #d9b772;	
	}
	
	.commentlist .reply a:after {
		background-color: #550000;
	}
	
	.commentlist .reply a:hover { background-color: transparent; }
	
	.commentlist .vcard cite.fn {
		border-bottom: 1px solid #d9b772;
	}
	
	.commentlist .vcard img.photo {
		border: 2px solid #d9b772;
	}
	
/* ==========================================================================
   =WordPress Comment Form
   ========================================================================== */	
	
	#commentform #submit {
		background-color: #d9b772;
		color: #fff;
	}
	#commentform #submit:hover { background-color: #550000; }
	
/* ==========================================================================
   =Wrap
   ========================================================================== */

	#wrap {
		background-color: #fff;
	}
	
/* ==========================================================================
   =Call to Number
   ========================================================================== */
	
	.call-to-number h3 {
		color: #550000;
	}
	
	.call-to-number h3 small {
		color: #d9b772;
	}

/* ==========================================================================
   =Menu 
   ========================================================================== */

/* =Menu Skin
   ========================================================================== */
	
	.sf-menu a {
		border-bottom: 1px solid #fff;
		color: #550000; 
	}
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		color: #550000;	
	}
	
	.sf-menu a:hover,
	.sf-menu > li.current > a { color: #d9b772; }

/* =DropDown
   ========================================================================== */
	
	.sf-menu li.dropdown ul li a {
		background-color: #d9b772;
	}
	
	.sf-menu li.dropdown ul li a:hover {
		background-color: #550000;
		color: #d9b772;
	}
		
/* =Mega Menu Section
   ========================================================================== */
	
	.sf-mega {
		background-color: #d9b772;
	}
	
	.sf-mega-section ul li a:hover { background-color: #550000; }
	
/* =Menu Arrows
   ========================================================================== */
	
	.sf-arrows .sf-with-ul:after {
		border: 5px solid transparent;
		border-top-color: #550000;
	}
		
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #d9b772; }
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #550000;
	}
	
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #d9b772; }
	
/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
			
	#mobile-menu {
		border-bottom: 1px solid #fff;
	}

	#mobile-menu li a {
		border-top: 1px solid #fff;
		background-color: #d9b772;
		color: #550000;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow {
		border-left: 1px solid #fff;
		color: #550000;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { 
		background-color: #550000;
		color: #d9b772;
	}	
		
/* ==========================================================================
   =Custom search form 
   ========================================================================== */
	
	#custom-search-button { 
		border: 2px solid #d9b772;
		background: url(../../images/bg-search.png) no-repeat center center;
	}

	#custom-search-form:before {
		border-left: 7px solid transparent; 
		border-right: 7px solid transparent; 
		border-bottom: 10px solid #d9b772; 
	}
	
	#custom-search-form:after {
		border-left: 7px solid transparent; 
		border-right: 7px solid transparent; 
		border-bottom: 10px solid #fff; 
	}
	
	#custom-search-form #s {
		background-color: #fff; 
	}
	
	#custom-search-form #s:focus { border-color: #d9b772; }

/* ==========================================================================
   =Sticky Header
   ========================================================================== */

	@media (min-width: 1025px) {

		#header.stuck {
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
			background-color: rgba(255, 255, 255, 0.95);
		}
	
	}

/* ==========================================================================
   =Page Header
   ========================================================================== */
   	
	#page-header {
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
	}
	
	#page-header h1 { 
		color: #fff;
	}
   
/* ==========================================================================
   =Footer
   ========================================================================== */		
	
	#footer { 
		border-top: 8px solid #d9b772;
		border-bottom: 1px solid #d9b772;
		background: #550000 url(../../images/bg-footer.png) repeat top left;
		color: #fff;
	}
	
	#footer a { color: #fff; }
	
	#footer .widget-title {
		border-bottom: 1px solid #d9b772;
	}
	
	#footer .widget_text .btn:after { background-color: #d9b772; }
	
/* ==========================================================================
   =Footer Bottom
   ========================================================================== */	
  
	#footer-bottom { 	
		background: #550000 url(../../images/bg-footer.png) repeat top left;
		color: #fff;
	}
	
	#footer-bottom a { color: #fff; }
	
/* ==========================================================================
   =Back to top
   ========================================================================== */

	#back-to-top {
		border: 2px solid #d9b772;
		background-color: #d9b772;
		color: #fff;
	}
	
	#back-to-top:hover { background-color: #550000; }
	#back-to-top:hover i { color: #fff; }
	#back-to-top.visible { right: 44px; }
	#back-to-top.gone { right: -44px; }	
	
/* ==========================================================================
   =Page 404
   ========================================================================== */
	
	.error-text h2 { 
		color: #550000;
	}

/* ==========================================================================
   =Loader
   ========================================================================== */

	.bx-wrapper .bx-loading {
		background: #fff url(../../js/bxslider/images/bx_loader.gif) no-repeat center center;
	}

/* ==========================================================================
   =Pager
   ========================================================================== */

	.bx-wrapper .bx-pager {
		color: #d9b772;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #550000;	
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active { background: #d9b772; }

/* ==========================================================================
   =Directional Controls (Next / Prev)
   ========================================================================== */

	.bx-wrapper .bx-prev {
		background: url(../../images/left.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-next {
		background: url(../../images/right.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-controls-direction a {
		border: 2px solid #d9b772;
		background-color: #d9b772;
	}
	.bx-wrapper .bx-controls-direction a:hover { background-color: #550000; }

/* ==========================================================================
   =Auto Controls (Start / Stop)
   ========================================================================== */
	
	.bx-wrapper .bx-controls-auto .bx-start {
		background: url(../../js/bxslider/images/controls.png) -86px -11px no-repeat;
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop {
		background: url(../../js/bxslider/images/controls.png) -86px -44px no-repeat;
	}

/* ==========================================================================
   =Image Captions
   ========================================================================== */

	.bx-wrapper .bx-caption {
		background: rgba(80, 80, 80, 0.75);
	}
	
	.bx-wrapper .bx-caption span {
		color: #fff;
	}

	
	.menu-items-slider {	
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
	}
	
	.menu-items-slider .menu-items-description {
		background-color: #550000;
		color: #fff;
	}
	
	.menu-items-slider .menu-items-description h3 {
		border-bottom: 1px solid #d9b772;
		color: #fff;
	}

/* ==========================================================================
   =Basics
   ========================================================================== */
   
	.fullwidthbanner-container {
		border-top: 2px solid #d9b772;
		border-bottom: 2px solid #d9b772;
	}

/* ==========================================================================
   =Rev Slider Pager
   ========================================================================== */
	   
	.tp-bullets.simplebullets.round .bullet {
		border: 1px solid #d9b772;
		background: #d9b772;
	}

	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected { 
		background: #550000;  
	}

/* ==========================================================================
   =Rev Slider Nav
   ========================================================================== */

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		border: 2px solid #d9b772;
	}

	.tp-leftarrow.default { background: #d9b772 url(../../images/left.png) no-repeat center center; }
	.tp-rightarrow.default { background: #d9b772 url(../../images/right.png) no-repeat center center; }
	
	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover { background-color: #550000; }
	
/* ==========================================================================
   =Rev Slider Typography
   ========================================================================== */
   
   	.caption.title-bg {
		border: 2px solid #d9b772;
		background-color: rgba(85, 0, 0, 0.5);
		color: #d9b772;
	}
	
	.caption.title-bg span { color: #fff; }
	
	.caption.title {
		color: #d9b772;
	}
	
	.caption.subtitle {
		color: #550000;
	}
	
	.caption.text { 
		color: #2d2d2d;
	}
	
	.caption .btn { color: #d9b772; }