﻿/*
Theme Name: Rebel Llama X
Author: Chris Bloomfield
URI: www.searchquest.co.uk
*/


/* =BASE
------------------------------------------------------------- */
html {overflow:auto;}
html * {max-height: 999999px;}
body {
    min-width: 1020px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #35383c;
    line-height: 20px;
    background: white;
}
#wrapper {
    min-width: 1000px;	
    margin: 0 auto;
	
}


/* =GLOBAL DEFAULTS
------------------------------------------------------------- */
a {color: #528235;text-decoration: none;}
a:hover {color: #9F5D8F;text-decoration: none;}
p {margin-bottom: 20px;}
input, textarea, select {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: 18px;
	padding: 5px 8px;
	max-width: 300px;
	width: 100%;
	border: 1px solid #D2D6D5;
	background: white;
	margin: 0 0 5px 0;
}
h1 {
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Belleza', sans-serif;
}
h2 {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
h3 {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}


/* =SPECIAL CLASSES
------------------------------------------------------------- */
.full-width {
	margin: 0 auto;
	max-width: 1080px;
}
.max-width {
	margin: 0 auto;
	max-width: 1040px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.clearboth {clear: both;}
.hidden {display: none;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.block {display: block;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}


/* =WIDGETS
------------------------------------------------------------- */
.widget-container {
	margin-bottom: 0px;
	list-style:none;
}
.widget-container ul {margin: 0;padding: 0;}
.widget-container li {list-style: none;margin: 0;padding: 0;}
.widget-title {
	display: none;
	margin-bottom: 20px;
	font-size: 18px;
	
}
.showtitle .widget-title {display: block !important;}
.hidetitle .widget-title {display: none !important;}
.widget-bg > div, .widget-bg > ul {background: #F6F7F1;}
.widget-padding > div, .widget-padding > ul {padding: 15px 20px 10px;}




/* =HEADER BAR
------------------------------------------------------------- */
#headerbar-wrap {
    /* background: #6C8CA7; */
}
#headerbar {
	text-align: right;
	font-size: 13px;
	font-weight: 300;
	color: white;
}
#headerbar .widget-container {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
}
#headerbar a {
	color: white;
}
#headerbar .fa {
	font-size: 14px;
	color: white;
	margin-right: 5px;
}


/* =HEADER (MAIN)
------------------------------------------------------------- */
#header-wrap {background: #F9FAF4;}
#header {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#header a {color: inherit;}
#masthead {}
#branding {background: url(images/header/banner.jpg) center right no-repeat #F9FAF4;}
.logo {
    background: #F9FAF4;
    width: 291px;
    height: 265px;
}


/* =NAVIGATION
------------------------------------------------------------- */
#access {
	display: block;
	position: relative;
	color: white;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	position: relative;
}
#access a {
	display: block;
	text-decoration: none;
	color: black;
}

/* Main Menu Only (excl. sub-menu) */

#access .menu > li {
	/* margin-left: 5px; */
	float: left;
	background:url(http://whb.designsquest.co.uk/wp-content/uploads/2015/01/Menu-Splitter.jpg) bottom right no-repeat;
	background-position: right -0px top 85px;
}
#access .menu > li > a {
	padding-bottom: 10px;
	line-height: 30px;	
	padding: 80px 28px 20px;
	font-size: 12px;
	
	font-family: 'Belleza', sans-serif;
	text-transform: uppercase;
}

/* Unique Menu Items */
#access .nav-home {}
#access .menu-item-first {
	margin-left: 0;
	border: none;
}
#access .menu-item-last {}

/* Parents */
#access .menu-item-has-children {}
#access .menu-item-has-children a {padding-right: 30px !important;}
#access .menu-item-has-children > a:before {
	color: inherit;
	position: absolute;
	right: 10px;
	top: 5px;
	content: "\f107";
	font-family: FontAwesome;
}

/* Sub-Menus */
#access ul li:hover > ul {display: block;
background:url() bottom right no-repeat;
	background-position: right 0px top 85px;
}
#access .sub-menu {
	display: none;
	float: left;
	z-index: 100;
	position: absolute;
	width: 150%;
	top: 100%;
	left: 0;
	background: white;
	font-size: 12px;
	line-height: 16px;	
	box-shadow: 1px 1px 1px #D2D6D5;
}
#access .sub-menu li {
	width: 100%;
	height: auto;
	float: none;
}
#access .sub-menu li a {
	line-height: 18px;
	padding: 8px 20px;
}
#access .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	border-left: 1px solid white;
}

/* Hovers & Active */
#access li:hover,
#access #current_page_item,
#access .current_page_item,
#access .current-menu-ancestor  {}
#access li:hover > a, 
#access a:hover,
#access .menu-item-has-children:hover > a:before,
#access #current_page_item a, 
#access .current-menu-item > a, 
#access .current-menu-ancestor > a {
	color: white;
	background: #92BD5A;
}

/* Sub-Menu Hovers & Active */
#access .sub-menu li:hover,
#access .sub-menu #current_page_item,
#access .sub-menu .current-menu-item,
#access .sub-menu .current-page-item,
#access .sub-menu .current-menu-ancestor,
#access .sub-menu .current-page-ancestor {background: #7093AA;}
#access .sub-menu li:hover > a,
#access .sub-menu #current_page_item > a,
#access .sub-menu .current-menu-item > a,
#access .sub-menu .current-page-item > a,
#access .sub-menu .current-menu-ancestor > a,
#access .sub-menu .current-page-ancestor > a {color: white;}

#rsp-menu-wrap {display: none;}


/* =FEATURED BOX (Slider etc.)
------------------------------------------------------------- */
#featured-wrap {overflow: hidden;}
#featured {
	padding: 0;
	overflow: hidden;
	margin-bottom: 0px !important;
}
.metaslider .flexslider {margin-bottom: 0 !important;}


/* =MAIN
------------------------------------------------------------- */
#main {
	margin: 0 auto;
	min-height: 400px;
	background: white;
	padding-top: 20px;
}


/* =TAGLINE
------------------------------------------------------------- */
#tagline-wrap {
	padding: 40px 20px;
	background: #A0A0A0;
	margin: 0 auto;
}
#tagline {
	font-size: 15px;
	font-weight: 300;
	color: white;
}
#tagline h2 {
	font-size: 22px;
	line-height: 32px;
	color: white;
	font-weight: 300;
}
#tagline p {
    margin-bottom: 0;
}
#tagline a {
    float: right;
    margin-top: 10px;
}


/* =BANNERS
------------------------------------------------------------- */
#banner-wrap {
    overflow: hidden;
}
#banner {
	min-height: 50px;
	max-height: 200px;
	text-align: center;
	position: relative;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
#banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-height: 100%;
}
#banner-title-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
#banner-title {
	background: #587385;
	color: white;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	color: white;
	padding: 10px;
	max-width: 100%;
	margin: 0 auto;
}


/* =CONTAINER (Content + Sidebar + CTAs)
------------------------------------------------------------- */
#container {
    width: 100%;
    background: white;
}


/* =CTAS
------------------------------------------------------------- */
#ctas {
	clear: both;
	text-align: center;
	margin: 0px auto 20px;
}
.ctas {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.cta {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #91BB66;
	width: 244px;
	height: 174px;
	width: 24.2%;
}
.cta:hover {background-color: #9C5D8E;}
.cta1 {background-image: url(images/ctas/1.jpg);}
.cta2 {background-image: url(images/ctas/2.jpg);margin-left: 11px;margin-right: 6px;margin-left: 1%;margin-right: 0.5%;}
.cta3 {background-image: url(images/ctas/3.jpg);margin-left: 6px; margin-right: 11px;margin-left: 0.5%;margin-right: 1%;}
.cta4 {background-image: url(images/ctas/4.jpg);}

.cta-title {
	background: #90BA66;
	background: rgba(144, 186, 102, 0.9);
	color: white;
	text-transform: uppercase;
	font-family: 'Belleza', sans-serif;
	letter-spacing: 2px;
	padding: 18px 10px 0 20px;
	font-size: 16px;
	text-align: left;
	width: 244px;
	height: 56px;
	margin-top: 120px;
}
.cta:hover .cta-title {
	background: #A56C95;
	background: rgba(165, 108, 149, 0.85);
}
html.csstransforms .cta-title {
	transform: rotate(270deg) translate(-30px, -95px);
	margin-top: 0;
}


/* =PAGE TITLES
------------------------------------------------------------- */
h1.page-title {}
h1.product-title {}
h2.entry-title {
	padding: 0;
	margin-top: 0 !important;
	margin-bottom: 10px;
}
h2.entry-title a {
	display: block;
	font-size: 16px;
	overflow: hidden;
}
h2.entry-title a:hover {
}
h2.entry-title a > .fa {
	float: right;
	margin-top: 3px;
	margin-left: 20px;
	display: none;
	color: #8EA9BB;
}
h2.entry-title a:hover > .fa {}
.tax-title {text-transform: capitalize;}
.tax-title-tax {}
.tax-title-term {}


/* =PAGES & CONTENT
------------------------------------------------------------- */
#content {
	margin-bottom: 20px;
	color: inherit;
	font-size: inherit;
	min-height: 400px;
}
#content.sidebar-shown {
	width: 68%;
	float: left;
}
#content.sidebar-none {}

/* Lists */
.entry-content ul,
.entry-content ol {
	margin: 0 0 20px;
	overflow: hidden;
}
.entry-content ol li {
	padding-left: 0;
	margin-left: 30px;
}
.entry-content ul li {
	padding-left: 15px;
	margin-left: 3%;
	position: relative;
	list-style: none;
	color: #6F6F6F;
	/* width: 47%; */
	/* float: left; */
}
.entry-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #DECAE0;
	position: absolute;
	border-radius: 100%;
	left: -5px;
	top: 7px;
	color: #35383c;
	text-decoration: none;
}

/* All Posts & Pages */
.single-entry {clear: both;}
.single-page {}
.single-post {}

/* Images */
.entry-content img {
	max-width: 100%;
	height: auto;
}

/* Titles (Content) */
.entry-content h2 {
    font-family: 'Belleza', sans-serif;
    font-size: 18px;
}}
.entry-content h3 {}
.entry-content h4 {}
.entry-content p {font-size: 12px;}

/* Home */
body.home #content {}
body.home #content h1 {
	background: none;
	padding: 0;
	color: black;
	letter-spacing: 1px;
}

/* Search */
body.search .entry-meta,
body.search .entry-utility {display: none;}
body.search .page,
body.search .post {margin-bottom: 40px;}
body.search .page h1,
body.search .post h1 {margin-bottom: 5px;border-bottom: none;}

/* WP Captions */
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:20px;
	max-width:95% !important;
	text-align:center;
	padding: 0px;
}
.wp-caption img {
    display: block;
}
.wp-caption p.wp-caption-text {
	color: #333;
	font-size: 13px;
	margin:5px;
	padding: 10px 15px;
	line-height: 25px;
}

/* Selection */
::selection {background: #9C5D8E;color: white;}
::-moz-selection {background: #9C5D8E;color: white;}

/* Tables */
.entry-content table {text-align:left;margin:0 0 20px;padding:0;table-layout: fixed;width: 100%;}
.entry-content th {font-weight:bold;background: #ECECEC;}
.entry-content td {padding: 8px 14px;vertical-align: top;table-layout: fixed;width: auto;}
.entry-content td + td {text-align: right;}
.entry-content table strong, .entry-content table b {color: #a46485;}

/* TableCloth */
.entry-content tr.even td {background: white;}
.entry-content tr.odd td {background: #F9FAF4;}

/* Titles */
#content h3 {
	background: #CCBDC4;
	color: white;
	text-align: center;
	padding: 20px;
	font-family:'Belleza', sans-serif;
	font-size:24px;
	margin-bottom: 0;
}


/* SECTIONS
------------------------------------------------------------- */
.section {}

/* Columns (Content) */
.column {float: left;margin-bottom: 20px;width: 50%;}
.column-half {width: 48%;margin-right: 2%;}
.column-third {width: 32%;margin-right: 1%;}
.column-contactdetails {}

/* Contact Box */
.contactbox {
	border-top: 1px solid #D9D9D9;
	overflow: hidden;
	padding-top: 20px;
}

.contactbox-icon {float: left;margin-right: 10px;}
.contactbox-icon img {}
.contactboxt .contactbox-text {font-size: 12px;}
.contactbox .contactbox-text a:link {color: #55812e; text-decoration: unone; }
.contactbox .contactbox-text a:active {color: #55812e; text-decoration: none; }
.contactbox .contactbox-text a:visited {color: #55812e; text-decoration: none; }
.contactbox .contactbox-text a:hover {color: #55812e; text-decoration: underline; }
.contactbox-text a {}

.nomargin {margin-bottom: 0;}



/* =ARCHIVES (Blogs, etc.)
------------------------------------------------------------- */
.archive .post + .post {
	margin-top: 20px;
	padding-top: 20px;
}
.entry-meta {
	margin-bottom: 20px;
	font-size: 10px
}
.entry-utility {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.category-description {font-size: 13px;margin-bottom: 30px;}

/* Post Thumbnails (Featured Images) */
.post-thumbnail {
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
	clear: left;
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
}
.post-thumbnail a,
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.post-thumbnail-hover {display: none;}
.post-thumbnail a:hover .post-thumbnail-hover {display: block;}
.post-thumbnail-hover:before {
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "\f101";
	font-family: FontAwesome;
	text-align: center;
	background: #555555;
	background: rgba(85,85,85,0.4);
	color: white;
	padding-top: 40%;
	font-size: 30px;
}
.category-thumbnail {
	opacity: 0.1;
	text-align: center;
	display: none;
}

/* Excerpt Format */
.post-excerpt {
	overflow: hidden;
	margin-bottom: 20px;
}
.post-excerpt .entry-meta {
	margin-bottom: 10px;
	font-size: 10px;
	margin-top: -5px;
}
.post-excerpt .entry-summary {}
.post-excerpt .entry-utility {
	font-size: 10px;
	margin-bottom: 0px;
	text-align: right;
	margin-top: 0;
}

/* Pagination */
.pagination {
	margin: 30px 0 20px;
	overflow: hidden;
	clear: both;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 5px 20px;
	background: #F2F2F2;
	min-width: 30px;
	text-align: center;
}
.pagination .page-numbers:hover {
	background: #7093AA;
	color: white;
	text-decoration: none;
}
.pagination .page-numbers.current {
	background: #D6D6D6;
	color: white;
}
.pagination .page-numbers.dots {
	background: none !important;
}



/* =LIGHTBOXES
------------------------------------------------------------- */
.lightboxes {}
.lightbox {}
.lightbox-content {}
.acf-lightbox {}
.acf-lightbox-inner {}


/* =GALLERY
------------------------------------------------------------- */
#content .mg-img-wrap {}
#content .mg-img {}


/* =ACCORDIONS
------------------------------------------------------------- */
#content div.ui-accordion {margin-bottom: 20px;}

/* Headers (Titles) */
#content h3.ui-accordion-header {
    padding: 10px;
	background: #E1E3E4;
	color: grey;
	font-size: 16px;
	font-weight: normal;
}
#content h3.ui-accordion-header a {color: inherit;text-decoration: none !important;}
#content h3.ui-accordion-header span {}
#content h3.ui-accordion-header-active {background: #AAAAAB;color: white;}
#content h3.ui-accordion-header:hover {background: #9A9A9A;color: white;}

/* Content */
#content div.ui-accordion-content {padding: 10px 5px;}
#content div.ui-accordion-contentui-accordion-content-active {}



/* =CONTENT TOGGLES ('read more')
------------------------------------------------------------- */
.toggle {margin-bottom: 10px;}
.toggle .toggle-state {font-size: 13px;font-weight: bold;}
.toggle .toggle-state {display: none;cursor: pointer;}
.toggle .toggle-state-active {display: inline-block !important;}
.toggle .toggle-state-active .toggle-open {display: inline-block;}
.toggle .toggle-state-active .toggle-closed {display: none !important;}
.toggle-state-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center left;
	width: 12px;
	height: 8px;
	margin-left: 5px;
}
.toggle-state-active .toggle-state-icon {}
.toggle-content {}
.toggle-content.nogap p:first-child {display: none;}


/* =SIDEBAR
------------------------------------------------------------- */
.sidebar {
	width: 30%;
	min-height: 200px;
	float: right;
	color: #333;
	font-size: inherit;
	margin-bottom: 20px;
}
.sidebar a {color: inherit;}
.sidebar a:hover {color: #587385;}
.sidebar h2 {}
.sidebar h3 {}
.sidebar .widget-container {margin-bottom: 40px;}

/* Positions */
.sidebar.sidebar-left {float: left;margin-right: 2%;}
.sidebar.sidebar-right {float: right;margin-left: 2%;}

/* Titles */
#sidebar .notitle .widget-title {display: none !important;}
#sidebar .widget-title {
	display: block;
	margin-bottom: 0px;
	font-size: 24px;
	font-family: 'Belleza', sans-serif;
}

/* Form */
.sidebar .sidebar-enquiry {}
.sidebar .wpcf7 {}

/* Testimonials */
.testimonials {}
.widget-container blockquote {padding: 0;}

/* Shop */
#sidebar-shop {margin-top: 35px;}

/* Recent Posts (default widget) */
.widget_recent_entries {}
.widget_recent_entries li {margin-bottom: 5px;}
.widget_recent_entries .post-date {display: block;font-size: 10px;color: grey;}

/* Offers */
.offers {}
.offers .widget-title {
	background: #528235;
	color: white;
	padding: 12px 20px;
	font-family: 'Belleza', sans-serif;
}
.offers .textwidget {
	background: #F9FAF4;
	padding: 20px;
}
.offers del {
	color: #528235;
	font-size: 20px;
	display: block;
	margin-top: 15px;
}
.offers .newprice {
    float: right;
    background: #9C5D8E;
    color: white;
    text-align: center;
    padding-top: 25px;
    border-radius: 100%;
    position: relative;
    behavior: url(/PIE.php);
    font-size: 28px;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.offers hr {
	margin: 20px auto;
}
.offers strong {
	text-align: center;
	display: block;
}


/* =WPCF7
------------------------------------------------------------- */
.wpcf7 {
	padding: 0px 0px 0px 0px !important;
	color: #2E2E2E;
	margin-bottom: 20px !important;
}
.wpcf7 p {
	margin-bottom: 0;
	height: inherit;
	vertical-align: top;
}
.wpcf7 .watermark {font-family: inherit;}
.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 input[type=tel], 
.wpcf7 select, 
.wpcf7 textarea {}
.wpcf7 .wpcf7-captchar {width: 100px !important;}
.wpcf7 .wpcf7-captchac {vertical-align: top;position: relative; top: 4px;margin-left: 10px;}
.wpcf7-submit {
	margin: 5px 0 0 0;
	padding: 10px 30px 10px 20px;
	background: #92BD5A;
	border: 0;
	cursor: pointer;
	color: white;
	position: relative;
	width: 200px;
}
.wpcf7 textarea {height: 130px;}
.wpcf7-submit:hover {
	background: #528235;
}

/* WPCF7: Validation Messages */
.wpcf7-response-output {
	border: none !important;
	margin: 10px 0 0 0px !important;
	padding: 0 !important;
	font-size: 11px !important;
	font-weight: normal !important;
}
.wpcf7-not-valid-tip {
	position: absolute !important;
	top: -6px !important;
	left: 0 !important;
	z-index: 100 !important;
	background: white !important;
	border: 1px solid red !important;
	font-size: 12px !important;
	padding: 4px 8px !important;
	line-height: 20px !important;
	width: 200px !important;
}
.wpcf7-captchar .wpcf7-not-valid-tip {width: 145px !important;}
.ajax-loader {}


/* =TWITTER FEED
------------------------------------------------------------- */
.really_simple_twitter_widget {font-size: 11px;line-height: 18px;}
.really_simple_twitter_widget li {clear: both;margin-bottom: 10px;overflow: hidden;}
.really_simple_twitter_widget img {float: left;margin: 0 10px 10px 0;}
.really_simple_twitter_widget .twitter-user {}
.really_simple_twitter_widget .rstw_comma {}
.really_simple_twitter_widget .twitter-timestamp {font-size: 10px;clear: both;}


/* =FOOTER GLOBAL
------------------------------------------------------------- */
#footer {
    font-size: 12px;
}
#colophon {}
.col {float: left;}
.col-alpha {margin-left: 0 !important;clear: left;}
.col-omega {margin-right: 0 !important;clear: right;}
.col-third {width: 32%;margin: 0 1%;}
.col-quarter {width: 23%;margin: 0 1%;}


/* =FOOTER 0 (after content)
------------------------------------------------------------- */
#footer-0-wrap {
	clear: both;
	background: #EDEDED;
	padding: 20px 0;
	border-top: 1px solid #E1E3E4;
}
#footer-0 {}


/* =FOOTER 1
------------------------------------------------------------- */
#first {
	color: black;
	background: white;
	padding: 40px 0;
	line-height: 25px;
}
#first .widget-title {
	display: block;
	color: black;
	font-family: 'Belleza', sans-serif;
}
#first a {
	color: #528235;

	font-weight: bold;
	text-decoration:underline;
	

}
#first a:hover {
	color: #92BD5A;

	border-color: #92BD5A
	text-decoration:underline;
}

/* Footer Titles */
#first .widget-title {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
}

/* Sitemap */
.sitemap {
    float: left;
    width: 200px;
    margin-right: 200px;
	color:#35383c;
	text-decoration:none;
	background-color:#ffffff;
}
.sitemap .sub-menu {display: none;}
.sitemap li {
	position: relative;
	margin-left: 20px;
	color:#35383c;
	text-decoration:none;
	background-color:#ffffff;
}

.sitemap li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #DECAE0;
	position: absolute;
	border-radius: 100%;
	left: -20px;
	top: 9px;
	color:#35383c;
	text-decoration:none;
}
.sitemap li:hover:before {background: #9F5D8F;color:#35383c;text-decoration:none;}
#first .sitemap li a {font-weight: normal;color:#35383c;text-decoration:none;}
#first .sitemap li a:hover {color: black;color:#35383c;text-decoration:none;}

/* Contact Details */
.ftr-contact {
	float: left;
}

/* Directions */
.ftr-directions {
	float: right;
}

.ftr-directions p {
	text-decoration:underline;
}
.ftr-directions img {
	padding: 5px;
	border: 1px solid #D5DBE6
}


/* Social */
.social {}
.social-a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background-color: #7093AA;
	background-repeat: no-repeat;
	background-image: url(images/social/sprite.png);
}
.social-a:hover {background-color: #587385;}
.social-fb {background-position: 0 -40px;}
.social-tw {background-position: -40px -40px;}
.social-gp {background-position: -80px -40px;}
.social-yt {background-position: -120px -40px;}
.social-li {background-position: -160px -40px;}
.social-in {background-position: -200px -40px;}
.social-pi {background-position: -240px -40px;}


/* =FOOTER 2
------------------------------------------------------------- */
#second {
	padding: 10px 0;
	font-size: 11px;
	border-top: 1px solid #D5D9E6;
	border-bottom: 1px solid #D5D9E6;
	color: black;
}
#second a {
	text-decoartion:none;
}
#second a:hover {
	text-decoartion:none;
}


/* Copyright */
.copyright {}
.copyright .copyright-left {float: left; font-color:#000000; font-family: 'Open Sans', sans-serif;}
.copyright .copyright-left a:link {color: #000; text-decoration: unone; }
.copyright .copyright-left a:active {color: #000; text-decoration: none; }
.copyright .copyright-left a:visited {color: #000; text-decoration: none; }
.copyright .copyright-left a:hover {color: #000; text-decoration: underline; }
.copyright .copyright-right {float: right;text-align: right;}
.copyright .copyright-right a:link {color: #55812e; text-decoration: unone; }
.copyright .copyright-right a:active {color: #55812e; text-decoration: none; }
.copyright .copyright-right a:visited {color: #55812e; text-decoration: none; }
.copyright .copyright-right a:hover {color: #55812e; text-decoration: underline; }


/* fonts */


.current_page_item {
	color:#ffffff;
	background-color:#94ba51;
}
