/**
*
 * BoldR Pro WordPress Theme by Iceable Themes | http://www.iceablethemes.com
 *
 * Copyright 2013 Mathieu Sarrasin - Iceable Media
*
* Theme Style CSS
*
*/

/*
* {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
*/

/* Dynamic */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border-color: #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}

.gallery-caption {
	font-size: 80%;
}

/* #Header
================================================== */

#header { padding-top: 40px; padding-bottom: 40px; }

/* Logo */
#logo {
	padding-left: 15px;
	padding-right: 10px;
	float: left;
	max-width: 60%;
}

#logo .site-title {
	color: #333;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 130%;
}

/* Tagline */
#tagline {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	color: #707070;
	font-size: 16px;
	line-height: 160%;
	max-width: 30%;
}

/* Social Media */
#header #social-media {
	float: right;
	text-align: right;
	padding-right: 10px;
	max-width: 30%;
}

/* Custom HTML */
#header-right {
	float: right;
	padding-right: 20px;
}

#main-wrap.boxed {
	width: 1000px;
	margin: 0px auto;
}

/* Sticky Header */

#sticky-header {
    display: none;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.admin-bar #sticky-header { top: 28px; }
#sticky-header #header { padding: 10px 0 20px 0; }
#sticky-header #navbar { margin: 0 auto; border: none;  }
#sticky-header #navbar ul li { padding: 5px 15px;  }
#sticky-header #searchform { margin: 0; }


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

/* CSS Hack: remove whitespaces between html items causing known positioning issues */
#navbar, #navbar ul {
	font-size: 1px;
	letter-spacing: -1px;
/*	word-spacing: -1px; */
}

#navbar > *, #navbar ul > * {
	font-size: 16px;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Menu */

#navbar {
	border-bottom: 1px solid #EEE;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;	
}

#navbar > .menu-container {
	width: 720px;
	display: inline-block;
}

#navbar ul {
	margin-bottom: 0;
	min-height: 40px;
}

#navbar ul li {
	display: inline-block;
	margin: 0;
	padding: 15px;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	text-align: left;
}

#navbar ul li,
#navbar ul li a,
#nav-search #s {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

#navbar ul li a,
#navbar ul li a:visited {
	display: block;
	color: #707070;
	width: 100%;
	height: 100%;
}

#navbar ul li:hover a,
#navbar ul li:focus a {
	color: white;
	text-decoration: none;
}

#navbar .current-menu-item a,
#navbar .current-menu-item a:visited {
	color: white;
}

/* Submenu */
#navbar ul li ul {
	display: none;
	position: absolute;
	width: 250px;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

#navbar ul li:hover ul,
#navbar ul li ul li {
	display: block;
}

#navbar ul li ul li {
	background: #666;
}

#navbar ul li ul li a {
	color: white;
}

/* Third-level and more sub menus */
#navbar ul li:hover ul li ul {
	display: none;
}

#navbar ul li ul li:hover ul {
	display: block;
}

#navbar ul li ul li ul {
	left: 100%;
	top: 0;
}

/* Navbar search */
#nav-search {
	display: inline-block;
	width: 190px;
}

#searchform {
	margin: 15px 0;
	position: relative;
}

#searchform #s {
	width: 160px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#searchform label {
	display: none;
}

#searchform #searchsubmit {
	height: 30px;
	width: 30px;
	margin: 0;
	position: absolute;
	font-size: 0;
	top: 0;
	left: 170px;
	border: none;
	border-radius: 0;
	background: #333;
	text-shadow: none;
	color: #333;
	background: #333 url('../img/search-icon.png');
}

/* #Page
================================================== */

h1.page-title,
h1.entry-title {
	padding:10px 0 20px 15px;/* 0 0 40px 15px;*/
	border-bottom: 1px solid #EEE;
	margin:10px 0 20px 15px; /* 0 20px 40px 20px;*/
	text-transform: uppercase;
	width: 905px;
	  font-weight: normal;
	  color:#4F4F4F !important;
	
}



#page-container > h1:first-child,
#page-container > h2:first-child,
#page-container > h3:first-child,
#page-container > h4:first-child,
#page-container > h5:first-child,
#page-container > h6:first-child {
	margin-top: 0;
}

#page-container.page .editlink {
	display: block;
	float:left;
	padding: 5px 15px;
}

.type-page .thumbnail { width: 920px; text-align: center; }
.type-page.with-sidebar .thumbnail { width: 680px; }

/* #Index
================================================== */

.post-contents {
	float: left;
	width: 590px;
	margin-bottom: 20px;
}

.sticky .post-contents {
    float: none;
    background: #F9F9F9;
    border: 1px solid #eee;
    padding: 20px;
    width: auto;
    margin-left: 90px;
    margin-bottom: 0px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    overflow: auto;
}

.postmetadata {
	float: left;
	width: 65px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.postmetadata span {
	display: block;
	text-align: center;
}

.postmetadata a:hover,
.postmetadata a:focus {
	text-decoration: none;
}

.meta-date {
    width: 65px;
    color: white;
    padding: 10px 0;
}

.meta-date a,
.meta-date a:visited {
	color: white;
}

.meta-date span {
	display: block;
	line-height: 110%;
	text-transform: uppercase;
}

.meta-date .month {
	font-size: 20px;
}

.meta-date .day {
	font-size: 30px;
}

.meta-date .year {
	font-size: 16px;
}

.meta-comments {
	background: #333;
	color: #ccc;
	font-size: 13px;
	padding: 10px 0;
}

.meta-comments a,
.meta-comments a:visited {
	color: #ccc;
	display: block;
}

.meta-comments .comments-count {
	font-size: 30px;
	line-height: 35px;
}

.meta-author {
    background: #CCC;
    color: #333;
    width: 65px;
    min-height: 11px;
    padding: 5px 0;
	font-size: 10px;
    line-height: 11px;
    text-align: center;
	margin-bottom: 20px;
}

.editlink {
	background: #333;
	padding: 5px 0;
	font-size: 12px;
}

.editlink a,
.editlink a:visited {
	display: block;
	color: #ccc;
	width: 100%;
	height: 100%;
}

.editlink a:hover,
.editlink a:focus {
	color: #fff;
}

.thumbnail {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

h3.entry-title {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
	 font-weight: normal;
}

.post-category {
	text-transform: uppercase;
	color: #707070;
	font-size: 13px;
	margin-bottom: 20px;
}

.post-category a:hover,
.post-category a:focus {
	text-decoration: none;
	color: #707070;
}


/* Read more */
.read-more {
	background-image: url('../img/arrow-right.png');
	background-position: 100% center;
	background-repeat: no-repeat; 
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 0px;
}

.read-more a,
.read-more a:visited {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.read-more a:hover,
.read-more a:focus {
	background-color: #333;
	text-decoration: none;
}

/* Page Nav */
.page_nav div {
	height: 30px;
    line-height: 30px;
	background-repeat: no-repeat;
}

.page_nav .previous {
	background-image: url('../img/arrow-left.png');
	background-position: 0 center;
	float: left;
    padding: 0 10px 0 30px;
}

.page_nav .next {
	background-image: url('../img/arrow-right.png');
	background-position: 100% center;
	float: right;
    padding: 0 40px 0 0;
}

.page_nav div a,
.page_nav div a:visited {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.page_nav div a:hover,
.page_nav div a:focus {
	background-color: #333;
	text-decoration: none;
}


/* #Single Post
================================================== */

.single-post .post-contents {	
	float: none;
	width: 595px;
	margin-bottom: 20px;
	margin-left: 85px;
}

.single-post .thumbnail {
	margin-right: 0;
	width: 595px;
	text-align: center;
}

.single-post .tags {
	margin-top: 20px;
}

.single-post .the-tags {
	padding: 2px 5px 2px 0;
	margin: 1px 5px 1px 0;
	display: inline-block;
}

.single-post .tags a {
	background: #333;
	color: #eee;
	display: inline-block;
	font-size: 11px;
	padding: 2px 5px;
	margin: 1px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.paged_nav {
	margin-bottom: 20px;
	line-height: 30px;
}

.paged_nav > span,
.paged_nav a,
.paged_nav a:visited {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.paged_nav > span {
	background: #CCC;
	color: white;
}

.paged_nav a span,
.paged_nav a:visited span {
	color: white;
}

.paged_nav a:hover,
.paged_nav a:hover {
	background: #333;
}

.article_nav div {
	height: 30px;
    line-height: 30px;
	background-repeat: no-repeat;
}

.article_nav .previous {
	background-image: url('../img/arrow-left.png');
	background-position: 0 center;
	float: left;
    padding: 0 10px 0 30px;
}

.article_nav .next {
	background-image: url('../img/arrow-right.png');
	background-position: 100% center;
	float: right;
    padding: 0 40px 0 0;
}

.article_nav div a,
.article_nav div a:visited {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.article_nav div a:hover,
.article_nav div a:focus {
	background-color: #333;
	text-decoration: none;
}


/* #Comments
================================================== */

#page-container .comments li {
	background-image: none;
}

.commentlist {
	list-style: none;
	margin-left: 0;
}

.commentlist .comment {
	background: #F9F9F9;
	padding: 20px;
}

.commentlist .comment .comment-body {
	position: relative;
	overflow: auto;
}

.commentlist .comment-author {
	line-height: 25px;
	font-size: 16px;
}

.commentlist .comment .comment-body .comment-author img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.commentlist .comment-author .fn {
	font-weight: bold;
	font-style: normal;
}

.commentlist .fn:before,
.commentlist .fn:after {
	content: '';
}

.commentlist .commentmetadata {
	font-size: 12px;
	text-transform: uppercase;
}

.commentlist .comment .comment-body 


	clear: both;
	color: #666;
}

.commentlist .comment.bypostauthor {
	background: #eeeef9;
}

.commentlist .comment.bypostauthor .comment-body p {
	font-weight: bold;
}

/* Reply button */

.commentlist .comment .comment-body .reply {
	background-image: url('../img/arrow-right.png');
	background-position: 100% center;
	background-repeat: no-repeat; 
    display: block;
    float:right;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 0px;
}

.commentlist .comment .comment-body .reply a,
.commentlist .comment .comment-body .reply a:visited {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.commentlist .comment .comment-body .reply a:hover,
.commentlist .comment .comment-body .replya:focus {
	background-color: #333;
	text-decoration: none;
}


/* Nested comments */
.commentlist .comment ul.children {
	margin-left: 20px;
	margin-top: 20px;
}

.commentlist .comment ul.children li {
	border-top: 3px solid #eee;
	border-radius: 0;
	padding-right: 0;
	margin-left: 0;
}

/* Trackbacks & Pingbacks */
.commentlist .trackback, .commentlist .pingback {
	background: #f9f9f9;
	padding: 10px;
}

.commentlist .trackback .comment-body,
.commentlist .pingback .comment-body {
	position: relative;
}

.commentlist .trackback .comment-body .comment-author,
.commentlist .pingback .comment-body .comment-author {
	display: inline-block;
	margin-right: 10px;
}

.commentlist .trackback .comment-body .comment-author .fn,
.commentlist .pingback .comment-body .comment-author .fn {
	font-weight: bold;
}

.commentlist .trackback .comment-body .comment-author .says,
.commentlist .pingback .comment-body .comment-author .says {
	display: none;
}

.commentlist .trackback .comment-body .commentmetadata,
.commentlist .pingback .comment-body .commentmetadata {
	display: inline-block;
	font-size: 10px;
	line-height: 25px;
}

.commentlist .trackback .comment-body p,
.commentlist .pingback .comment-body p {
	color: #979797;
	margin-bottom: 0;
	font-size: 10px;
}

.commentlist .trackback .comment-body .reply,
.commentlist .pingback .comment-body .reply {
	display: none;
}

/* Comments nav (paginated comments) */

.comments_nav {
	overflow: auto;
	margin-bottom: 20px;
}

.comments_nav div {
	height: 30px;
    line-height: 30px;
	background-repeat: no-repeat;
}

.comments_nav .previous {
	background-image: url('../img/arrow-left.png');
	background-position: 0 center;
	float: left;
    padding: 0 10px 0 30px;
}

.comments_nav .next {
	background-image: url('../img/arrow-right.png');
	background-position: 100% center;
	float: right;
    padding: 0 40px 0 0;
}

.comments_nav div a,
.comments_nav div a:visited {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	-webkit-transition: all .5s;
	-moz-transition:    all .5s;
	-o-transition:      all .5s;
	transition:         all .5s;
}

.comments_nav div a:hover,
.comments_nav div a:focus {
	background-color: #333;
	text-decoration: none;
}


/* #Comment form
================================================== */

p.form-allowed-tags {
	display: none; 
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url
{
	margin-bottom: 0;
}

#respond #commentform label .required {
	color: red; 
}

#cancel-comment-reply-link {
    text-decoration: underline;
    margin-left: 10px;
}


/* #Contact form
================================================== */

#contactform-wrap #contact_form #name_wrap {
	float: left;
	margin-right: 20px;
}

#contactform-wrap #contact_form #email_wrap {
	float: left;
	margin-right: 20px;
}

#contactform-wrap #contact_form #phone_wrap {
	clear: left;
	float: left;
	margin-right: 20px;
}

#contactform-wrap #contact_form #subject_wrap {
	float: left;
}

#contactform-wrap #contact_form #message_wrap {
	clear: both;
}

#contactform-wrap #contact_form [type="submit"] {
	float: left;
	margin-right: 20px;
}

#contactform-wrap #contact_form #results,
#contactform-widget-wrap #contact_form #results {
	display: none;
	float: left;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
}

/* #Sidebar & Widgets
================================================== */
#sidebar {
	font-size: 13px;
	text-transform: uppercase;
}

#sidebar li {
	margin-bottom: 10px;
	line-height: 20px;
}

#sidebar > li {
	margin-bottom: 30px;
}

/* Style sidebar widget containers */
#sidebar > li > ul,
#sidebar > li > form,
#sidebar > li > div {
	margin: 0 0 5px 0;
	padding: 10px 0 0 15px;
	clear: both;
}

/* Sidebar widget contents */
#sidebar > li > * {
	clear: both;
	padding: 10px;
	font-size: 15px;
}

#sidebar > li > * a {
	color: #707070;
}

#sidebar > li > * a:hover {
	text-decoration: none;
}

#sidebar ul ul {
	margin: 10px 0 10px 15px;
}

/* Sidebar widget h3 title */
#sidebar .widget-title {
	float: left;
	font-size: 15px;
	background: #333;
	color: #eee;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px 15px;
	min-height: 25px;
	line-height: 25px;
}

#sidebar .widget-title a {
	color: #CCC;
}

/* RSS Widget */
#sidebar .rsswidget img {
	position: relative;
	top: 5px;
}

/* Tagcloud widget */
#sidebar .tagcloud a {
	line-height: 160%;
}

/* Search */
#searchform div {
	position: relative;
}

/* Calendar */

#calendar_wrap table {
	margin-left: auto;
	margin-right: auto;
}

#calendar_wrap td {
	padding: 2px 5px;
}

#calendar_wrap td#next {
	text-align: right;
}

/* Custom Menu */

#sidebar ul.menu {
	margin-left: 0px;
}

#sidebar ul.menu ul {
	margin: 10px 0 10px 15px;
}


/*  Caroufredsel widgets */

#sidebar .caroufredsel-wrap {
	margin-bottom: 0!important;
	overflow: visible;
}

/* Features widget */
#sidebar .feature-block,
#footer .feature-block {
	overflow: auto;
}

#sidebar .feature-block h4,
#footer .feature-block h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

#footer .feature-block h4 {
	color: #ccc;
}

#sidebar .feature-block p,
#footer .feature-block p {
	margin: 0 0 10px 0;
}

#sidebar .feature-block .read-more,
#footer .feature-block .read-more {
	margin-bottom: 10px;
}

#sidebar .feature-block .read-more a,
#footer .feature-block .read-more a {
	color: white!important;
	font-size: 12px;
	text-transform: none;
}

#sidebar .features-widget-item,
#footer .features-widget-item {
	margin-bottom: 10px;
}

/* Testimonials */
#sidebar .testimonials-widget-item,
#footer .testimonials-widget-item {
	display: inline-block;
	width: 200px;
}

/* Partners widgets */

.partners-widget-item {
	margin-right: 0;
	display: inline-block;
	text-align: center;
}

#sidebar .partner-thumb,
#footer .partner-thumb {
	width: 200px;
	margin-right: 0;
	min-height: 100px;
}

/* Contact Form Widget */

#sidebar input[type="text"],
#sidebar input[type="password"],
#sidebar input[type="email"],
#sidebar textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="email"],
#footer textarea {
	width: 90%;
}

#sidebar #contactform-widget-wrap form {
	margin-bottom: 0;
}

#sidebar #contactform-widget-wrap #submit {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer #contactform-widget-wrap label {
	color: #ccc;
}

/* Blogposts */
.blogposts-widget-thumb {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 15px;
	background: url('../img/blogpost.png') no-repeat;
	background-size: 50px 50px;
}

.blogposts-widget-item {
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
	margin-bottom: 20px!important;
	min-height: 50px;
}

#footer .blogposts-widget-item {
	border-bottom-color: #333;
}

.blogposts-widget-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blogposts-widget-title {
	line-height: 17px;
}

.blogposts-widget-meta {
	font-size: 9px;
	line-height: 16px;
}

.blogposts-widget-meta span {
	display: block;
}

/* Portfolio */
.portfolio-widget-item {
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
	margin-bottom: 20px!important;
	min-height: 50px;
}

#footer .portfolio-widget-item {
	border-bottom-color: #333;
}

.portfolio-widget-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.portfolio-widget-thumb {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 15px;
	background: url('../img/blogpost.png') no-repeat;
	background-size: 50px 50px;
}

.portfolio-widget-title {
	line-height: 17px;
}

.portfolio-widget-meta {
	font-size: 12px;
	line-height: 19px;
}

/* Contact Info Widget */

ul.contactinfo-widget li {
	padding-left: 25px;
	line-height: 25px!important;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.contactinfo-widget li.contactinfo-widget-address {
	background-image: url('../img/address-icon.png');
}

ul.contactinfo-widget li.contactinfo-widget-phone {
	background-image: url('../img/phone-icon.png');
}

ul.contactinfo-widget li.contactinfo-widget-email {
	background-image: url('../img/email-icon.png');
}

ul.contactinfo-widget li.contactinfo-widget-form {
	background-image: url('../img/form-icon.png');
	background-position: 0px 7px;
}

#footer ul.contactinfo-widget li.contactinfo-widget-address {
	background-image: url('../img/address-icon-light.png');
}

#footer ul.contactinfo-widget li.contactinfo-widget-phone {
	background-image: url('../img/phone-icon-light.png');
}

#footer ul.contactinfo-widget li.contactinfo-widget-email {
	background-image: url('../img/email-icon-light.png');
}

#footer ul.contactinfo-widget li.contactinfo-widget-form {
	background-image: url('../img/form-icon-light.png');
}

ul.contactinfo-widget li.contactinfo-widget-form a {
	background: url('../img/arrow-right.png') 100% center no-repeat #ccc;
	padding-right: 40px;
	padding-left: 10px;
	min-height: 30px;
	line-height: 30px;
	display: inline-block;
	color: white!important;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

ul.contactinfo-widget li.contactinfo-widget-form a:hover {
	background-color: #333;
}

/* Social Media Widget */

.socialmedia-widget-wrap a {
	display: inline-block;
	width: 40px;
	height: 38px;
	margin: 0 10px 10px 0;
	background-color: #707070;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.facebook {
	border-bottom-color: #3b5998;
	background: url('../img/socialicons/facebook.png') center center no-repeat;
}
.facebook:hover {
	background-color: #3b5998!important;
}

.twitter {
	border-bottom-color: #00aced;
	background: url('../img/socialicons/twitter.png') center center no-repeat;
}
.twitter:hover {
	background-color: #00aced!important;
}

.googleplus {
	border-bottom-color: #dd4b39;
	background: url('../img/socialicons/googleplus.png') center center no-repeat;
}
.googleplus:hover {
	background-color: #dd4b39!important;
}

.linkedin {
	border-bottom-color: #007bb6;
	background: url('../img/socialicons/linkedin.png') center center no-repeat;
}
.linkedin:hover {
	background-color: #007bb6!important;
}

.instagram {
	border-bottom-color: #517fa4;
	background: url('../img/socialicons/instagram.png') center center no-repeat;
}
.instagram:hover {
	background-color: #517fa4!important;
}

.pinterest {
	border-bottom-color: #cb2027;
	background: url('../img/socialicons/pinterest.png') center center no-repeat;
}
.pinterest:hover {
	background-color: #cb2027!important;
}

.tumblr {
	border-bottom-color: #32506d;
	background: url('../img/socialicons/tumblr.png') center center no-repeat;
}
.tumblr:hover {
	background-color: #32506d!important;
}

.stumbleupon {
	border-bottom-color: #dc3710;
	background: url('../img/socialicons/stumbleupon.png') center center no-repeat;
}
.stumbleupon:hover {
	background-color: #dc3710!important;
}

.dribbble {
	border-bottom-color: #ea4c89;
	background: url('../img/socialicons/dribbble.png') center center no-repeat;
}
.dribbble:hover {
	background-color: #ea4c89!important;
}

.behance {
	border-bottom-color: #053eff;
	background: url('../img/socialicons/behance.png') center center no-repeat;
}
.behance:hover {
	background-color: #053eff!important;
}

.deviantart {
	border-bottom-color: #4e6252;
	background: url('../img/socialicons/deviantart.png') center center no-repeat;
}
.deviantart:hover {
	background-color: #4e6252!important;
}

.flickr {
	border-bottom-color: #ff0084;
	background: url('../img/socialicons/flickr.png') center center no-repeat;
}
.flickr:hover {
	background-color: #ff0084!important;
}

.youtube {
	border-bottom-color: #bb0000;
	background: url('../img/socialicons/youtube.png') center center no-repeat;
}
.youtube:hover {
	background-color: #bb0000!important;
}

.vimeo {
	border-bottom-color: #aad450;
	background: url('../img/socialicons/vimeo.png') center center no-repeat;
}
.vimeo:hover {
	background-color: #aad450!important;
}

.yelp {
	border-bottom-color: #c41200;
	background: url('../img/socialicons/yelp.png') center center no-repeat;
}
.yelp:hover {
	background-color: #c41200!important;
}

.rss {
	border-bottom-color: #ff7400;
	background: url('../img/socialicons/rss.png') center center no-repeat;
}
.rss:hover {
	background-color: #ff7400!important;
}


/* #Footer
================================================== */

#footer {
	font-size: 13px;
	background: #222;
	border-top: 6px solid #707070;
	padding-top: 50px;
	color: #666;
	text-transform: uppercase;
}

#footer .container {
	margin-bottom: 0;
	width: 960px;
}

#footer .container > ul {
	margin-bottom: 0;
	margin-left: 0;
}

#footer .container ul > * {
	color: #707070;
}

#footer ul ul {
	margin-left: 0;
}

#footer ul ul ul {
	margin: 10px 0 10px 15px;
}

#footer li {
	margin-bottom: 10px;
	line-height: 20px;
}

#footer > li {
	margin-bottom: 30px;
}

#footer .container > ul > li.widget {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 50px;
}

#footer .widget-title {
	font-size: 24px;
	line-height: 30px;
	color: #eee;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

#footer .widget-title a,
#footer .widget-title a:visited {
	color: #eee;
}

#footer .container ul li ul li {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer .container .widget a,
#footer .container .widget a:visited {
	color: #707070;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

/* Footer custom menu */
#footer ul.menu {
	margin-left: 0px;
}

#footer ul.menu ul {
	margin: 10px 0 10px 15px;
}

/* RSS Widget */
#footer .rsswidget img {
	position: relative;
	top: 10px;
}

/* Tagcloud widget */
#footer .tagcloud a {
    background: #707070;
    color: #eee!important;
    font-size: 12px!important;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px 0;
}

/* Sub footer */

#sub-footer {
	background: #000;
	font-size: 12px;
	color: #666;
	padding: 20px 0;
}

#sub-footer p {
	margin-bottom: 0;
}

#sub-footer .container {
	overflow: auto;
}

.sub-footer-left {
	float: left;
	max-width: 49%;
}

.sub-footer-right {
	float: right;
	max-width: 49%;
}

.sub-footer-right .menu,
.sub-footer-right .menu ul {
	margin-bottom: 0;
}

.sub-footer-right .menu li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 0;
}

.sub-footer-right .menu li a {
	color: #666;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

/* #Styling
================================================== */

/* Basic Styles */

body,
#page-container > div,
#page-container > p,
#page-container > table,
#page-container > form,
#page-container > ul,
#page-container > ol,
#page-container > dl,
#footer .container ul > *,
#sidebar .textwidget,
#sidebar p, #sidebar .widget_rss ul li,
#footer p, #footer .container .widget_rss ul li {
	font-family: "PT sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 145%;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Reset font and white space sizes (Part of the CSS Hack that removes inconsistent white-spaces) */
#page-container > *, #footer .container ul > * {
	letter-spacing: normal;
	word-spacing: normal;
}

body {
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 160%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1.entry-title {
	font-size: 22px;
	line-height: 26px;
}
h2.entry-title {
	font-size: 22px;
	line-height: 26px;
	
}


p {
	margin: 0 0 20px 0;
	text-align:justify;
	
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

/* Quotes */
q::before, cite::before {
	content: '"';
}

q::after, cite::after {
	content: '"';
}

q q::before, cite cite::before {
	content: "'";
}

q q::after, cite cite::after {
	content: "'";
}

/* Images */

img {
	max-width: 100%;
	height: auto;
}
/* Prevent image distortion in IE8 */
@media \0screen {img { width: auto }}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {	
	margin: 0 40px 20px 40px;
	padding: 10px 20px;
	border-left: 3px solid #DDD;
}

blockquote p {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	font-size: 13px;
	color: #555;
}

blockquote cite: before {
	content: "\2014 \0020";
}

blockquote cite: after {
	content: "";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

blockquote.center {
	text-align: center;
}

blockquote.left {
	text-align: left;
}

blockquote.right {
	text-align: right;
}

hr {
	border: solid #eee;
	border-width: 3px 0 0;
	clear: both;
	margin: 20px 0 40px;
	height: 0;
}

/* Tables */
th {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background: #CCC;
}

tr {
	 
}

tr:nth-child(even) {
	background: #EEE;
}

tr:nth-child(odd) {
	background: #DDD;
}

td {
	padding: 5px 20px;
}

th {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background: #CCC;
	text-align: center;
}

/* Lists */
#page-container ul li {
	/*margin-left: 40px;
	list-style: disc;*/
	
	  background: url("../img/lists.png") no-repeat scroll 0 0 transparent;
    color: #444444;
    list-style: none outside none;
    margin-left: 20px;
    padding-left: 25px;
}

#page-container ul ul li {
    margin-left: 0px;
    
}

dl {
	margin-bottom: 20px;
}

dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dl dd {
	padding-left: 20px;
	margin-bottom: 10px;
}


address {
	font-family: 'Courier new', Courier, Monospace;
	padding: 0 0 20px 20px;
}

cite {
	font-style: italic;
}

pre {
	display: block;
	font-family: 'Courier New', Courier, Monospace;
	padding: 15px;
	word-wrap: break-word;
}

/* Forms */

label {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	 font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	color: white;
	background: #CCC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #fff;
	border: none;
	box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	height: 30px;
}

textarea {
	width: 90%;
	padding: 5px;
}

/* Buttons */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin: 0 0 20px 0;
	height: 30px;
	padding: 0 15px;
	color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: white;
	background: #333;
}

select {
	-webkit-appearance: none;
	background: url('../img/select-arrow.png') no-repeat right #eee;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding: 0 15px!important;
}

/* #Links
================================================== */
a, a:visited {
	text-decoration: none;
	outline: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

a:hover, a:focus {
	text-decoration: none;
}

p a, p a:visited {
	line-height: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
#page-container h3.entry-title a {
	color: #333;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
#page-container h1 a:hover, #page-container h2 a:hover, #page-container h3 a:hover,
#page-container h4 a:hover, #page-container h5 a:hover, #page-container h6 a:hover {
	text-decoration: none;
	color: #333;
}

/* Gallery */
.wp-caption-text {
	padding-left: 0;
}

/* #Shortcodes
================================================== */

/* Dropcaps */

.dropcap {
	float: left;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 4px 6px 0 0;
}

.dropcap.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.dropcap.disc {
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
}

.dropcap.leaf1 {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright:     15px;
	border-top-right-radius:         15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft:     15px;
	border-bottom-left-radius:         15px;
}

.dropcap.leaf2 {
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft:     15px;
	border-top-left-radius:         15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright:     15px;
	border-bottom-right-radius:         15px;
}

/* Highlights */

span.highlight {
	color: white;
	padding: 0 3px;
}

/* Colors */

.aqua {
	background: aqua;
	border-color: aqua;
}
.black {
	background: black;
	border-color: black;
}
.blue {
	background: blue;
	border-color: blue;
}
.fuchsia {
	background: fuchsia;
	border-color: fuchsia;
}
.grey {
	background: grey;
	border-color: grey;
}
.green {
	background: green;
	border-color: green;
}
.lime {
	background: lime;
	border-color: lime;
}
.maroon {
	background: maroon;
	border-color: maroon;
}
.navy {
	background: navy;
	border-color: navy;
}
.olive {
	background: olive;
	border-color: olive;
}
.purple {
	background: purple;
	border-color: purple;
}
.red {
	background: red;
	border-color: red;
}
.silver {
	background: silver;
	border-color: silver;
}
.teal {
	background: teal;
	border-color: teal;
}
.brown {
	background: brown;
	border-color: brown;
}
.crimson {
	background: crimson;
	border-color: crimson;
}
.pink {
	background: deeppink;
	border-color: deeppink;
}
.slate {
	background: darkslategrey;
	border-color: darkslategrey;
}
.gold {
	background: gold;
	border-color: gold;
}
.coral {
	background: lightcoral;
	border-color: lightcoral;
}
.darkgrey {
	background: #333;
	border-color: #333;
}

/* Buttons */

.button-small:hover,
.button-medium:hover,
.button-large:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	text-decoration: none;
}

.button-small,
.button-medium,
.button-big {
	border: 0;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
	margin: 0 2px 20px 2px;
	color: #fff;
}

/* small buttons */
.button-small {
	font-size: 11px;
	line-height: 22px;
	padding: 0 15px;
}

/* medium buttons */
.button-medium {
	font-size: 13px;
	line-height: 22px;
	padding: 5px 20px;
}

/* large buttons */
.button-big {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 30px;
}

.button.default,
.button.default:visited,
a.button.default,
a.button.default:visited  {
	color: #fff;
}

.button.default:hover,
.button.default:focus {
	color: white;
	background-color: #333;
}

.button.black {
	color: white;
	background: #000;	
}

.button.blue {
	color: white;
	background: #52a8e8;
}

.button.red,
.button.red:visited {
	color: white;
	background: #e85252;
}

.button.green,
.button.green:visited {
	color: white;
	background: #28994e;
}

.button.blue:hover,
.button.blue:focus,
.button.red:hover,
.button.red:focus,
.button.green:hover,
.button.green:focus,
.button.black:hover,
.button.black:focus {
	color: white;
	background: #333;
}


/* Call to Action */

.cta {
    position: relative;
    border-left: 6px solid #eee;
    padding: 35px 20px 35px 40px;
	margin-bottom: 40px!important;
	background: #333;
}

.cta h3, .cta p {
    margin-bottom: 0;
    color: #eee;
}

.cta h3 {
    font-weight: normal;
    font-size: 28px;
	line-height: 54px;
}

.cta-button {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.cta-button a {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 3px solid #333;	
	font-size: 15px;
	line-height: 25px;
	padding: 10px 30px 7px 30px;
}

/* Alert Boxes */

.alert-box {
	min-height: 60px;
	margin-bottom: 40px!important;
	background-repeat: no-repeat;
	background-position: 20px 15px;
	background-size: 20px 20px;
}

.alert-box h3, .alert-box p {
	margin-bottom: 0;
}

.alert-box h3 {
	padding: 10px 20px 10px 45px;
}

.alert-box p {
	padding: 0px 20px 20px 20px;
}

div.alert-box.success {
	background-image: url('../img/check50.png');
	background-color: #9F9;
	border-color: #00b300;
}

.alert-box.success h3, .alert-box.success p {
	color: #060!important;
}

div.alert-box.warning {
	background-image: url('../img/warning50.png');
	background-color: #ffe14d;
	border-color: #ff6a00;
}

.alert-box.warning h3, .alert-box.warning p {
	color: #b34a00!important;
}

div.alert-box.error {
	background-image: url('../img/error50.png');
	background-color: #F99;
	border-color: #b30000;
}

.alert-box.error h3, .alert-box.error p {
	color: #600!important;
}

div.alert-box.info {
	background-image: url('../img/info50.png');
	background-color: #99F;
	border-color: #0000b3;
}

.alert-box.info h3, .alert-box.info p {
	color: #006!important;
}

div.alert-box.help {
	background-image: url('../img/help50.png');
	background-color: #ccc;
	border-color: #666;
}

.alert-box.help h3, .alert-box.help p {
	color: #333!important;
}

/* Tabs */

ul.tabs {
	display: block;
	margin : 0;
	border: none;
	padding: 0;
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

#page-container ul.tabs li,
#page-container ul.tabs-content li {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
	list-style: none;
}

ul.tabs li a {
	display: block;
	font-size: 13px;
	background: #333;
	color: white;
	text-decoration: none;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	border: none;
	border-radius: 0;
	margin: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

ul.tabs li a.active {
	color: white;
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0;
}

ul.tabs-content {
	display: block;
	padding: 20px;
	border-bottom: solid 3px #eee;
	border-top: solid 3px #eee;
	margin: 0 0 20px 0;
}

ul.tabs-content > li {
	display:none;
}

ul.tabs-content > li.active {
	display: block;
}

ul.tabs-content li {
	margin-bottom: 0;
}

/* Toggles */

.toggles {
	margin-bottom: 20px;
}

.toggle p.trigger {
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 0;
	padding-left: 30px;
	line-height: 30px;
	border-top: solid 1px #fff;
	margin: 0;
	background: url('../img/plus-minus.png') 0 0 no-repeat;
	background-color: #333;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .5s; /* Safari and Chrome */
	-moz-transition:    all .5s; /* Firefox 4 */
	-o-transition:      all .5s; /* Opera */
	transition:         all .5s;
}

.toggles .toggle:first-child p.trigger {
	border-top: none;
}

.toggle_container {
	padding: 20px;
	border: none;
}

/* Accordions */

.accordions {
	margin-bottom: 20px;
}

.accordions .accordion p.trigger {
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 0;
	padding-left: 30px;
	line-height: 30px;
	border-top: solid 1px #fff;
	margin: 0;
	background: url('../img/plus-minus.png') 0 0 no-repeat;
	background-color: #333;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .5s; /* Safari and Chrome */
	-moz-transition:    all .5s; /* Firefox 4 */
	-o-transition:      all .5s; /* Opera */
	transition:         all .5s;
}

.accordions .accordion:first-child p.trigger {
	border-top: none;
}

.accordion_container {
	padding: 20px;
}

/* Slider */

#page-container .flexslider li {
	padding-left: 0;
	margin-left: 0;
	background-image: none;
}

.slide-title {
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 0;
	line-height: 30px;
	border: none;
	background: #333;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	color: #fff;
	padding-left: 10px;
}

.slide-content {
	padding: 20px;
}

.content-flexslider-container .flexslider {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.content-flexslider-container .flex-direction-nav li a {
	cursor: pointer;
    position: absolute;
    background-color: #333;
    width: 25px;
    height: 25px;
    bottom: 0;
}

.content-flexslider-container .flex-direction-nav li .flex-prev {
	background-image: url('../img/prev-arrow25.png');
	right: 26px;
}

.content-flexslider-container .flex-direction-nav li .flex-next {
	background-image: url('../img/next-arrow25.png');
	right: 0;
}

.content-flexslider-container .flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Portfolio/Partners Shortcode */

.portfolio-item,
.partner-thumb {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.portfolio-desc {
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	position: absolute;
	opacity: 0;
	color: #fff;
	-webkit-transition: all 1s;
	text-align: center;
	border-bottom: 3px solid #333;
}

.portfolio-item:hover .portfolio-desc {
    bottom: 0;
	opacity: 1;
}

.portfolio-desc a:hover {
	text-decoration: none;
}

.portfolio-desc h3 {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 60px;
	margin-bottom: 0;
	color: #fff!important;
	position: relative;
	bottom: -20px;
	-webkit-transition: all 1s;
}

.portfolio-desc p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	bottom: -10px;
	-webkit-transition: all 1s;

}

.portfolio-item:hover .portfolio-desc h3,
.portfolio-item:hover .portfolio-desc p {
	bottom: 0px;
}


/* CarouFredSel */

.caroufredsel-wrap {
    position: relative;
    margin-bottom: 40px!important;
    overflow: hidden;
}

#footer .caroufredsel-wrap {
	overflow: visible;
}

.caroufredsel-wrap .prev {
    right: 26px;
    background-image: url('../img/prev-arrow25.png');
}

.caroufredsel-wrap .next {
    right: 0px;
    background-image: url('../img/next-arrow25.png');
}

.caroufredsel-wrap .prev,
.caroufredsel-wrap .next {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #333;
    -webkit-transition: all .5s ease-in-out;
}

#sidebar .caroufredsel-wrap .prev,
#sidebar .caroufredsel-wrap .next {
	top: -35px;
}

#footer .caroufredsel-wrap .prev,
#footer .caroufredsel-wrap .next {
	top: -26px;
}


#sidebar .caroufredsel-wrap .prev {
    right: 26px;
}

#sidebar .caroufredsel-wrap .next {
    right: 0px;
}

.caroufredsel-wrap .prev:hover,
.caroufredsel-wrap .next:hover {
    background-color: #ccc;
    text-decoration: none;
}

.caroufredsel-wrap > h3 {
    padding-right: 60px;
}

.icefittestimonialsWidget h3.widget-title,
.icefitpartnersWidget h3.widget-title {
    padding-right: 61px;
}

/* Portfolio Shortcode sizes */

#page-container .portfolio-item,
#page-container .portfolio-desc {
	width: 200px!important;
	height: 120px;
}

#page-container .portfolio-wrap .portfolio-item,
#page-container .portfolio-wrap .portfolio-desc {
	margin-right: 40px;
}

#page-container .one-third .portfolio-item,
#page-container .two-thirds .portfolio-item,
#page-container .one-third .portfolio-desc,
#page-container .two-thirds .portfolio-desc {
	width: 280px!important;
	height: 168px;
}

#page-container  .portfolio-desc h3 {
	line-height: 120px;
}

#page-container .one-third .portfolio-desc h3,
#page-container .two-thirds .portfolio-desc h3 {
	line-height: 70px;
}

#page-container .portfolio-desc p {
	display: none;
}

#page-container .one-third .portfolio-desc p,
#page-container .two-thirds .portfolio-desc p {
	font-size: 12px;
	line-height: 20px;
	width: 70%;
	display: block;
}

#page-container.with-sidebar .portfolio-item,
#page-container.with-sidebar .portfolio-desc {
	width: 150px!important;
	height: 84px;
	margin-right: 40px;
}

#page-container.with-sidebar .one-third .portfolio-item,
#page-container.with-sidebar .two-thirds .portfolio-item,
#page-container.with-sidebar .one-third .portfolio-desc,
#page-container.with-sidebar .two-thirds .portfolio-desc {
	width: 210px!important;
	height: 120px;
}

#page-container.with-sidebar .portfolio-desc h3 {
	line-height: 84px;
}

#page-container.with-sidebar .one-third .portfolio-desc h3,
#page-container.with-sidebar .two-thirds .portfolio-desc h3 {
	line-height: 120px;
}

#page-container.with-sidebar .portfolio-desc p {
	display: none;
}

/* Testimonials */

.testimonial p {
    background: #333;
    color: white;
    padding: 10px;
    font-style: italic!important;
    position: relative;
}

.testimonial p:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 12px solid #333;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 35px;
}

.testimonial-meta {
	min-height: 50px;
}

.testimonial-author-thumb {
	float: left;
	width: 50px;
	height: 50px;
}

.testimonial-author {
	margin-left: 60px;
	font-size: 12px;
	line-height: 17px;
}

.testimonial-author span {
	display: block;
}

.testimonial-author-name {
	font-weight: bold;
	text-transform: uppercase;
}

#page-container .testimonial {
	width: 200px!important;
	display: inline-block;
	margin-right: 40px;
}

#page-container .one-third .testimonial,
#page-container .two-thirds .testimonial {
	width: 280px!important;
}

#page-container.with-sidebar .testimonial {
	width: 145px!important;
}

#page-container.with-sidebar .one-third .testimonial,
#page-container.with-sidebar .two-thirds .testimonial {
	width: 210px!important;
}

/* Blogposts Shortcode */

.blogpost-item {
    display: inline-block;
    margin-right: 40px;
}

#page-container .one-third .blogpost-item,
#page-container .two-thirds .blogpost-item {
    width: 280px!important;
}

#page-container.with-sidebar .blogpost-item {
    width: 140px!important;
}

#page-container .blogpost-item,
#page-container.with-sidebar .one-third .blogpost-item,
#page-container.with-sidebar .two-thirds .blogpost-item {
    width: 200px!important;
}

.blogpost-thumb {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url('../img/blogpost.png') no-repeat;
}

.blogpost-desc {
    margin-left: 70px;
}

.blogpost-desc h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 0px;
}

.blogpost-desc a:hover {
	text-decoration: none;
}

.blogpost-desc a:hover h3 { 
	color: #08C!important;
}

.blogposts-date {
    font-size: 9px;
    color: #999;
}

/* Features shortcodes */

.feature-thumb {
	width: 50px;
	height: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.feature-thumb img {
    padding: 5px;
}

.feature-block h4 {
    margin-bottom: 10px;
}

.feature-block .read-more {
	display: block;
	float: right;
}


/* Partners Shortcode */

.partner-thumb {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}

#page-container .one-third .partner-thumb,
#page-container .two-thirds .partner-thumb {
    width: 280px!important;
}

#page-container.with-sidebar .partner-thumb {
    width: 145px!important;
	height: 100px;
}

#page-container .partner-thumb,
#page-container.with-sidebar .one-third .partner-thumb,
#page-container.with-sidebar .two-thirds .partner-thumb {
    width: 210px!important;
	height: 100px;
}

/* Maps */

.maps-wrap {
	margin-bottom: 20px;
}

/* #Portfolio
================================================== */

#page-container.portfolio-page ul.filter {
	margin-bottom: 40px;
}

#page-container.portfolio-page .filter li {
	display: inline-block;
	padding-left: 0;
	margin: 0 10px 10px 0;
}

#page-container.portfolio-page .filter li a {	
	background: #333;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;	
}

#page-container.portfolio-page .filter li.current a,
#page-container.portfolio-page .filter li:hover a {
	color: white;
	text-decoration: none;
}

#page-container.portfolio-thumbnail {
    text-align: center;
    margin-bottom: 20px;
}

#page-container.portfolio-page .portfolio {
	margin: 0!important;
}

.portfolio-page .portfolio-item,
#page-container.portfolio-page.with-sidebar .portfolio-item {
	margin: 0 20px 40px 20px;
}

/* Portfolio single */

.meta-label {
    font-size: 11px;
}

.meta-category {
    background: #333;
    color: white;
    padding: 10px 0;
}

.meta-client {
    background: #CCC;
    margin-bottom: 20px;
    padding: 10px 0;
}

.single-portfolio .postmetadata {
	font-size: 14px;
	line-height: 20px;
}

/* #Flexslider
================================================== */

/* Browser Resets */
.flex-container a: active,
.flexslider a: active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides: after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	background: #fff;
	border: none;
	margin-bottom: 60px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
	overflow: hidden;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
	margin-bottom: 0;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
.flex-caption {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 102px;
	bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}

.flex-direction-nav li a {
	cursor: pointer;
    position: absolute;
    background-color: #333;
    width: 50px;
    height: 50px;
    bottom: 0;
}

.flex-direction-nav li .flex-prev {
	background-image: url('../img/prev-arrow.png');
	right: 51px;
}

.flex-direction-nav li .flex-next {
	background-image: url('../img/next-arrow.png');
	right: 0;
}

.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

.lcp_catlist li {
     color: #444444;
    line-height: 1.5;
    list-style: none outside none;
    margin-left: 0 !important;
   padding-left: 0 !important;
   background: none !important;}