/* LICENSE & DETAILS
   ==================================================

	Theme Name: Clique
	Theme URI: http://clique.swiftideas.net
	Description: A Responsive AJAX Portfolio WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.6.3
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* Table of Contents
==================================================

	#General
	#Sliders
	#Isotope
	#Main Content
	#Header
	#Footer
	#Portfolio Index
	#Portfolio Post
	#Blog Index
	#Blog Post
	#Gallery
	#Team
	#Clients
	#Sidebar
	#Comments
	#Contact
	#Widgets 
	#Shortcodes
	#Clique Color Styles

   ==================================================
*/


/* #General
================================================== */

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
body * {
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
}
a {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 24px;
	line-height: 34px;
}
h2 {
	font-size: 18px;
	line-height: 26px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}
p {
	font-size: 12px;
	line-height: 170%;
}
p:empty {
	display: none;
	margin-bottom: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin-left: 0;
}
.no-js-alert {
	background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    left: 0;
    opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity= 95);
    padding: 20% 5% 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 90%;
    z-index: 9999;
}
#password-protected {
	position: fixed;
	width: 300px;
	height: auto;
	padding: 20px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -115px;
}
#password-protected h1 i {
	margin-right: 8px;
	font-size: 22px;
}
#password-protected p {
	font-size: 12px;
}
#password-protected input {
	margin: 0 auto;	
}
#password-protected #password-submit {
	text-transform: uppercase;
}
figure img {
	width: 100%;
	height: auto;
}
figure iframe {
	width: 100%;
}
figure a {
	display: block;
}
figure.media-wrap {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
figure.media-wrap a {
	display: block;
}
figure.media-wrap img {
	height: auto!important;
	width: 100%;
	display: block;
}
.sticky, .bypostauthor {}
img.size-full {
	width: 100%;
	height: auto;
}
.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.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #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;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.no-margin {
	margin: 0;
}
.img-link {
	display: block;
}
.wp-caption-text, .gallery-caption {	
	font-size: 1.2em;
	padding: 10px 0;
}


/* #Sliders
================================================== */

.flexslider {
	background: transparent;
	border: 0;
	width: 100%;
	z-index: 2;
	display: block;
	position: relative;
	overflow: hidden;
}
.flexslider ul.slides {
	background: #222;
	margin: 0;
	height: auto;
	overflow: hidden;
}
.flexslider .slides li {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block!important;
}
.flex-direction-nav, .flex-direction-nav li {
	margin: 0;
	padding: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 36px;
	margin: -20px 0 0;
	display: block;
	background: transparent url('images/showcase-nav.png') no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 1!important;
	filter:alpha(opacity=100);
	right: 0!important;
}
.flexslider:hover .flex-prev {
	opacity: 1!important;
	filter:alpha(opacity=100);
	left: 0!important;
}
.flex-control-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	z-index: 4;
}
.flex-control-nav li {
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
}
.flex-control-nav li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	width: 14px;
	height: 14px;
	display: block;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.flex-control-nav li a:hover {
	cursor: pointer;
}
.flex-control-nav li a.flex-active {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
p.flex-caption {
	text-shadow: none;
	background: rgba(0, 0, 0, .4);
}


/* #Isotope
================================================== */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
.isotope.blog-items .isotope-item {
  -webkit-transition-property: top, left, opacity;
     -moz-transition-property: top, left, opacity;
          transition-property: top, left, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* #Main Content
================================================== */

#not-found .page-text p {
	margin-bottom: 50px;
}
#container {
	width: 100%;
	height: 100%;
	position: relative;
}
#main-container {
	display: block;
	position: relative;
	padding-top: 61px;
}
.has-left-sidebar aside.sidebar {
	float: left;
}
.has-left-sidebar article {
	border-left: 1px solid transparent;
	padding-left: 30px;
	float: right!important;
}
.has-right-sidebar article, .has-right-sidebar .content-wrap {
	border-right: 1px solid transparent;
	padding-right: 30px;
}
.has-both-sidebars aside.left-sidebar {
	float: left;
}
.has-both-sidebars aside.right-sidebar {
	float: right;
}
.has-both-sidebars article {
	border-right: 1px solid transparent;
	padding-right: 30px;
	float: left;
}
.has-both-sidebars article .page-content {
	border-left: 1px solid transparent;
	padding-left: 30px;
	float: right;
}
.has-both-sidebars article aside.sidebar {
	padding-top: 0;
}
.inner-page-wrap.has-both-sidebars article {
	padding-top: 0;
	padding-bottom: 0;
}
.inner-page-wrap article.type-portfolio {
	padding-top: 0;
	padding-bottom: 100px;
}
.inner-page-wrap {
	padding-top: 50px;
	padding-bottom: 100px;
}
.page-template-template-contact-php .inner-page-wrap, .page-template-template-blog-php .inner-page-wrap, .page-template-template-portfolio-php .inner-page-wrap, .single-portfolio .inner-page-wrap, .page-template-template-gallery-php .inner-page-wrap {
	padding-top: 0;
}
.page-template-template-blog-php .inner-page-wrap, .page-template-template-portfolio-php .inner-page-wrap, .page-template-template-gallery-php .inner-page-wrap, .single-portfolio .inner-page-wrap {
	padding-bottom: 0;
}
.help-text {
	font-size: 18px;
	line-height: 26px;
}
.pagination-wrap {
	margin-top: 30px!important;
	border-top: 1px solid transparent;
}
.search-form input {
	border: 1px solid #00adef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: transparent url('images/search-icon-dark.png') no-repeat 10px center;
	width: 85%;
	padding: 10px 10px 10px 30px;
	margin: 40px 0;
}
span.tooltip {
	display: block;
	background: #555;
	color: #ccc;
	position: absolute;
	font-size: 10px;
	left: 50%;
	bottom: 25px;
	padding: 1px 8px;
	width: auto;
	line-height: 20px;
	white-space: nowrap;
	z-index: 8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
span.tooltip .arrow {
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #555;
}
.viewer li{
	-webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
	opacity: 100;
	visibility: visible;
}
.full-width-wrap {
	border-bottom: 1px solid transparent;
	padding: 18px 0;
}
.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid transparent;
	padding: 15px 0;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a, .nav-next a {
	text-decoration: none;
}
.nav-previous a:hover, .nav-next a:hover {
	text-decoration: underline;
}
.pagination-wrap ul {
	height: auto;
	overflow: hidden;
	margin: 15px 0;
}
.pagination-wrap li {
	float: left;
	display: inline-block;
	margin-bottom: 0;
	border-left: 1px solid transparent;
}
.pagination-wrap li:first-child {
	border-left: 0;
}
.pagination-wrap li a, .pagination-wrap li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
}
.pagination-wrap li:first-child a, .pagination-wrap li:first-child span {
	padding-left: 0;
}
.pagination-wrap li a:hover {
	text-decoration: underline;
}
.blog-navigation {
	border-bottom: 0;
	margin-top: 100px;
	margin-bottom: 0;
	padding-bottom: 0;
}


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

#header-section {
	padding: 15px 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.admin-bar #header-section {
	top: 32px;
}
.logo-right #logo {
	float: right;
}
#logo a {
	display: block;
}
#logo img {
	display: block;
	max-width: 100%;
}
.logo-right #logo img {
	float: right;
}
#logo h1 {
	display: none;
}
#logo a:hover {
	opacity: 0.6;
}
#nav-section {
	min-height: 40px;
	margin: 0 -20px!important;
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #eee;
}
#main-navigation {
	float: right;
	margin-top: 1px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.wf-loading #main-navigation {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
}
.wf-active #main-navigation, .wf-inactive #main-navigation {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity: 100);
}
.logo-right #main-navigation {
	float: left;
}
nav .menu {
	z-index: 9999;
	text-transform: uppercase;
	height: auto;
	margin-bottom: 0;
}
nav .menu li {
	float: left;
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	position: relative;
}
nav .menu li:first-child {
	margin-left: 0;
	background: none;
}
nav .menu li a {
	text-decoration: none;
	padding: 4px 12px;
	display: block;
	white-space: nowrap;
	background: transparent;
}
nav .menu ul {
    position: absolute;
    height: auto;
    border: 1px solid transparent;
    z-index: 9999;
    margin: 0;
    top: 30px;
    left: -20px;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	display: none;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
nav .menu ul li {
    width: 100%;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid transparent;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    text-transform: none;
    height: auto;
    z-index: 42;
}
nav .menu ul li:first-child:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 0%;
	margin-left: -5px;
	margin-top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
nav .menu ul ul {
	top: -1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
nav .menu ul ul li:first-child:after {
	left: -8px;
	top: 32%;
	margin-top: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #444;
	border-bottom: 6px solid transparent;
}
nav .menu ul li:last-child {
    border: 0;
}
nav .menu ul li a {
    padding: 8px 16px;
	display: block;
    margin-bottom: 0;
    white-space: nowrap;
}
#mobile-navigation {
	display: none;
	width: 80%;
	float: left;
	margin: 40px 10% 20px;
	position: relative;
}
#mobile-navigation .selected-option {
	position: absolute;
	top: 3px;
	z-index: 2;
	left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
#mobile-navigation > div {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #F1F1F1 url(images/select.png) no-repeat right center;
	border-color: #CCC #E6E6E6 #E6E6E6 #CCC;
	border-style: solid;
	border-width: 1px;
	height: 26px;
	margin: 0 auto;
	width: 100%;
	display: block;
	color: #888;
	position: relative;
}
#mobile-navigation > div select {
	cursor: pointer;
	height: 28px;
	margin: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	padding: 0;
	position: relative;
	width: inherit;
	z-index: 4;
	display: block;
	top: 0;
}


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

#sticky-footer {
	position: fixed;
	z-index: 20;
	min-height: 42px;
	bottom: 0;
	width: 100%;
}
#footer-social-icons {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	position: relative;
	z-index: 3;
}
#footer-social-icons li {
	float: left;
	display: inline-block;
	width: 32px;
	height: 42px;
	margin: 0;
	background: none;
	padding: 0!important;
	line-height: 42px!important;
	border: 0!important;
}
#footer-social-icons li a {
	display: block;
	width: 32px;
	height: 44px;
	background-size: 26px 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#footer-social-icons li.twitter a {
	background-image: url(images/social/twitter.png);
}
#footer-social-icons li.facebook a {
	background-image: url(images/social/facebook.png);
}
#footer-social-icons li.dribbble a {
	background-image: url(images/social/dribbble.png);
}
#footer-social-icons li.vimeo a {
	background-image: url(images/social/vimeo.png);
}
#footer-social-icons li.linkedin a {
	background-image: url(images/social/linkedin.png);
}
#footer-social-icons li.googleplus a {
	background-image: url(images/social/google_plus.png);
}
#footer-social-icons li.flickr a {
	background-image: url(images/social/flickr.png);
}
#footer-social-icons li.youtube a {
	background-image: url(images/social/youtube.png);
}
#footer-social-icons li.pinterest a {
	background-image: url(images/social/pinterest.png);
}
#footer-social-icons li.feed a {
	background-image: url(images/social/feed.png);
}
#footer-social-icons li:hover a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#control-nav {
	float: right;
	position: relative;
}
#control-nav a {
	text-decoration: none;
	font-size: 18px;
	padding: 11px 15px 10px;
	display: block;
	float: right;
}
#control-nav a:hover {
	cursor: pointer;
}
#control-nav .ajax-control {
	display: none;
	position: relative;
}
#control-nav #load-more {
	display: none;
}
#copyright {
	font-size: 12px;
	text-align: center;
}
#copyright p {
	line-height: 16px;
	margin: 14px auto;
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

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

.portfolio-filter-wrap {
	z-index: 9999;
	position: relative;
	float: right;
	margin: 3px 5px 3px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
.portfolio-filter-wrap a.select {
	text-decoration: none;
	font-weight: bold;
	padding: 7px 12px 6px;
	display: block;
	line-height: 12px;
}
.portfolio-filter-wrap a.select i {
	margin-left: 5px;
}
.portfolio-filter-wrap ul {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 3;
	font-size: 10px;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.portfolio-filter-wrap ul li {
	margin-bottom: 0;
	display: none;
	border-bottom: 1px solid transparent;
}
.portfolio-filter-wrap ul li.all, .portfolio-filter-wrap ul li.has-items {
	display: block;
}
.portfolio-filter-wrap ul li a {
	display: block;
	white-space: nowrap;
	padding: 6px 12px;
	text-decoration: none;
}
.portfolio-wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin-bottom: 44px;
}
.portfolio-items {
	margin-bottom: 0;
	display: none;
}
.portfolio-items:hover > li {
	filter:alpha(opacity=20)!important;
	-moz-opacity: 0.2!important;
	opacity: 0.2!important;
}
.portfolio-items li {
	margin: 0;
	width: 300px;
	float: left;
	position: relative;
}
.portfolio-items li:hover {
	cursor: pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.portfolio-items li iframe {
	width: 100%;
	height: auto;	
}
.portfolio-item figure {
	position: relative;
}
.portfolio-item figure img {
	display: block;
}
.portfolio-item .flex-control-nav, .portfolio-item .flex-direction-nav {
	display: none;
}
.portfolio-item-details {
	display: none;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 0;
	filter:alpha(opacity=90)!important;
	-moz-opacity: 0.9!important;
	opacity: 0.9!important;
}
.portfolio-item-details h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 0 15px;
}
.portfolio-item-details h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 2px 15px 0;
}
.portfolio-item-details h1.portfolio-item-title a {
	text-decoration: none;
}
#ajax-container {
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	float: left;
	position: fixed;
	z-index: 7;
	background: #222;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch
}
#ajax-content {
	padding-top: 50px;
	padding-bottom: 100px;
}
#global-loading {
	z-index: 9999;
	width: 60px;
	height: 60px;
	background: black;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: none;
}
#page-count {
	display: none;
}
#ajax-close {
	position: fixed;
	top: 17px;
	right: 17px;
	text-decoration: none;
	color: #222;
	background: white;
	border-radius: 50%;
	z-index: 99;
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	display: none;
}
.admin-bar #ajax-close {
	top: 50px;
}
#ajax-close:hover {
	cursor: pointer;
}
#current-page-path {
	display: none;
}


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

.standard-portfolio .portfolio-details-wrap {
	margin: 15px 0 30px;
}
.portfolio-details-wrap span i, .portfolio-details-wrap a i {
	margin-right: 8px;
}
.portfolio-details-wrap .date, .portfolio-details-wrap .tags {
	margin-right: 20px;
}
.standard-portfolio .portfolio-details-wrap .date, .standard-portfolio .portfolio-details-wrap .tags, .standard-portfolio .portfolio-details-wrap .item-link {
	display: block;
}
.portfolio-details-wrap .tags .tagcloud {
	margin: 0;
}
.portfolio-details-wrap .tags .tagcloud a {
	text-decoration: none;
}
.portfolio-details-wrap .tags .tagcloud a:hover {
	text-decoration: underline;
}
.portfolio-details-wrap .tags .tagcloud a:before {
	content: "";
	display: none;
	width: 0;
	height: 0;
	margin-right: 0;
}
.portfolio-details-wrap .tags .tagcloud a:after {
	content: "";
}
article.type-portfolio.standard-portfolio {
	margin: 30px 3% 0;	
}
article.type-portfolio .media-wrap {
	margin-bottom: 0;
}
article.type-portfolio.standard-portfolio .media-wrap {
	width: 65%;
	float: left;
}
article.type-portfolio.standard-portfolio .media-wrap .gallery-image {
	margin-top: 30px;
}
article.type-portfolio.standard-portfolio .media-wrap .gallery-image:first-child {
	margin-top: 0;
}
article.type-portfolio.standard-portfolio .side-portfolio-content {
	float: left;
	width: 30%;
	margin-left: 2%;
}
article.type-portfolio.full-width-portfolio .article-body-wrap {
	margin-top: 30px;
}
.portfolio-detail-description h1 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.standard-portfolio .portfolio-detail-description h1 {
	margin-bottom: 0;
}
.portfolio-detail-description h1 span {
	font-weight: bold;
}
.body-text {
	margin-bottom: 30px;
}
.portfolio-details-wrap .share-links {
	float: right;
	margin-top: 3px;
}
.share-links .pictos {
	margin-right: 5px;
	font-size: 16px;
}
.share-links .tweet-this {
	float: left;
	margin-right: -10px;
	height: 20px;
}
.share-links #like-button {
	float: left;
	height: 20px;
}
.share-links .tweet-this iframe {
	margin-bottom: 0;
}
.share-links .item-loves {
	float: left;
	margin-right: 20px;
}
.standard-portfolio .article-body-wrap .share-links {
	border-top: 0;
	padding: 0;
}

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

.blog-wrap {
	position: relative;
	padding: 12px 0;
	width: 100%;
	margin-bottom: 20px;
}
.blog-items {
	margin: 12px;
}
.archive .blog-items, .blog-items.archive-items, .search .blog-items {
	margin: 0;
}
.page-template-template-blog-php .blog-items {
	display: none;
}
.blog-items:hover > li {
	filter:alpha(opacity=20)!important;
	-moz-opacity: 0.2!important;
	opacity: 0.2!important;
}
.blog-items li:hover {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.archive .blog-items li, .blog-items.archive-items li, .search .blog-items li {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.blog-item {
	width: 300px;
	float: left;
	position: relative;
	margin: 0 0 20px;
}
.archive .blog-item, .archive-items .blog-item, .search .blog-item {
	width: 100%;
	float: none;
	border-top: 1px solid transparent;
	padding-top: 50px;
	margin-bottom: 50px;
}
.archive .blog-item:first-child, .archive-items .blog-item:first-child {
	border-top: 0;
	padding-top: 0;
}
.archive-items .blog-item h1 {
	margin-bottom: 15px;
}
.blog-item .inner-blog-wrap {
	margin: 0 12px;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
}
.blog-item figure {
	margin-bottom: 20px;
	display: block;
	height: auto;
	width: 100%;
}
.blog-item figure img {
	display: block;
}
.blog-item:first-child {
	border-top: 0;
	padding-top: 0;
}
.blog-item h1 {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.blog-item h1 a {
	text-decoration: none;
}
.blog-item-details {
	text-transform: uppercase;
}
.blog-item-details a {
	text-decoration: none;
}
.blog-item-details a:hover {
	text-decoration: underline;
}
.blog-item .comments-likes {
	float: left;
	font-weight: bold;
	margin-top: 10px;
}
.archive .blog-item .comments-likes {
	float: none;
}


/* #Blog Post
================================================== */

article .blog-item-details {
	text-transform: none;
	margin-bottom: 12px;
}
article .blog-item-details > span {
	float: left;
}
article .blog-item-details .comments-likes {
	float: right;
}
.comments-likes .icon-comments {
	margin-right: 5px;
}
.comments-likes .love-it-wrapper {
	display: inline-block;
}
.comments-likes .love-it-wrapper a:hover {
	cursor: pointer;
}
.love-it-wrapper a {
	text-decoration: none;
}
.comments-likes .love-it-wrapper {
	margin-left: 5px;
}
.comments-likes .love-it-wrapper a {
	text-decoration: none;
}
.comments-likes .love-it-wrapper span {
	margin: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.comments-likes .love-it-wrapper .loved {
	margin: 0;
}
span.love-count {
	font-weight: bold;
}
.blog-item .excerpt {
	margin-top: 20px;
	line-height: 22px;
}
.blog-item .quote-excerpt {
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.blog-item .twitter-tweet-rendered, .blog-item .twt-border {
	width: 100%!important;
	max-width: 100%!important;
	min-width: 100%!important;
	background: #fff;
}
.blog-item .twitter-tweet-rendered {
	max-height: 200px;
}
article.type-post .twitter-tweet-rendered, article.type-post .twt-border {
	width: 100%!important;
	max-width: 100%!important;
	min-width: 100%!important;
}
.body-content.quote {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.body-content.quote p {
	margin-bottom: 3px;
}
.body-content.quote cite {
	font-weight: bold;
	text-transform: uppercase;
}
.article-content.aside, .item-details.aside {
	margin-top: 10px;
}
.title-wrap {
	margin-bottom: 45px;
}
.title-wrap h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: -4px;
	text-transform: uppercase;
	font-weight: bold;
}
.title-wrap h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
.blog-excerpt p {
	margin-bottom: 10px;
}
.blog-detail-info {
	margin-top: 50px;
}
.blog-detail-info li {
	margin-bottom: 12px;
}
.blog-detail-info li a {
	text-decoration: none;
}
.blog-detail-info .share > span {
	margin-top: 2px;
	display: block;
	float: left;
}
.blog-detail-info .share div {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	height: 22px;
}
.blog-detail-info .tweet-share {
	width: 90px;
}
.blog-detail-info a.share-link {
	margin-top: 2px;
}
.blog-detail-info .twitter-share-button {
	vertical-align: text-bottom;
}
.blog-detail-info li span.info-title {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 1px;
	float: left;
}
.author-info-wrap {
	border-top: 1px solid transparent;
	padding-top: 40px;
	margin-bottom: 40px;
}
.author-avatar {
	float: left;
	margin-right: 20px;
}
.author-info {
	float: left;
	width: 85%;
}
.has-both-sidebars .author-info {
	width: 78%;
}
.author-info h2 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}
.author-info .author-name {
	font-weight: bold;
	margin-right: 10px;
}
.author-info .author-bio {
	margin-top: 4px;
}
.author-info a:hover {
	text-decoration: underline;
}
.article-body-wrap .share-links {
	border-top: 1px solid transparent;
	padding: 20px 0 15px;
}
.article-body-wrap .share-links .share-text {
	float: left;
	margin-right: 20px;
}
.article-body-wrap .share-links i {
	margin-right: 10px;
	font-size: 16px;
	vertical-align: -2px;
}
.article-body-wrap .share-links #like-button {
	float: left;
	margin-right: 15px;
}
.article-body-wrap .share-links .tweet-this iframe {
	margin-bottom: 0;
}
.related-wrap {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	height: auto;
	overflow: hidden;
	padding: 40px 0 30px;
}
.related-wrap h2 {
	font-size: 16px;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.related-items {
	margin: 0 -10px;
}
.container .related-item.four.columns {
	width: 145px;
}
.related-item figure > a {
	width: 145px;
	height: 100px;
}
.has-both-sidebars .container .related-item.four.columns {
	width: 100px;
}
.has-both-sidebars .related-item figure > a {
	width: 100px;
	height: 75px;
}
.related-item figure img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.related-item figure img:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.related-item figcaption {
	margin-top: 10px;
}
.related-item figcaption a {
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
.tags-link-wrap {
	border-top: 1px solid transparent;
	padding: 20px 0;
}
.tags-link-wrap i {
	margin-right: 10px;
	font-size: 16px;
	vertical-align: -2px;
}
.tags-link-wrap .tags-wrap {
	float: left;
}
.tags-link-wrap .tags a:hover {
	text-decoration: underline;
}
.tags-wrap .tags {
	margin-left: 15px;
}
.tags-wrap a {
	text-decoration: none;
}
.tags-link-wrap .permalink {
	float: right;
}
.tags-link-wrap .permalink:hover {
	text-decoration: underline;
}
.tags-wrap .pictos, .permalink .pictos, .item-link .pictos {
	margin-right: 5px;
}


/* #Gallery
================================================== */

.gallery-items {
	display: none;
}
.gallery-items li {
	margin: 0;
	width: 300px;
	float: left;
	position: relative;
}
.gallery-items li a {
	padding-top: 0;
}
.gallery-items li img {
	display: block;
}
.gallery-items:hover > li {
	filter:alpha(opacity=20)!important;
	-moz-opacity: 0.2!important;
	opacity: 0.2!important;
}
.gallery-items li:hover {
	cursor: pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* #Team
================================================== */

.team-wrap .team-members {
	margin: 0 -10px 40px;
}
.team-members li {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.team-members:hover > li {
	filter:alpha(opacity=20)!important;
	-moz-opacity: 0.2!important;
	opacity: 0.2!important;
}
.team-members li:hover {
	cursor: pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.team-member {
	text-align: center;
	margin-bottom: 40px;
}
.team-member figure {
	margin-bottom: 10px;
}
.team-member .team-member-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.team-member .team-member-position {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}
.team-member .team-member-bio {
	text-align: center;
	margin: 0 0 20px 0;	
}
ul.member-contact {
	margin-left: 0;
	margin-bottom: 15px;
}
ul.member-contact li span {
	font-weight: bold;
}
ul.member-contact li a {
	text-decoration: none;
}


/* #Sidebar
================================================== */

.container .sidebar.four.columns {
	width: 179px;
}
.container .sidebar.five.columns {
	width: 239px;
}
.left-sidebar {
	padding-right: 10px;
}
.right-sidebar {
	padding-left: 10px;
}
.sidebar .widget-heading h3 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.left-sidebar .widget {
	padding-bottom: 35px;
}
.right-sidebar .widget {
	padding-bottom: 35px;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar .widget:first-child {
	border: 0;
	padding-top: 0;
}
.sidebar .widget ul {
	margin-top: -4px;
	margin-bottom: -6px;
}
.sidebar .widget_search .search-form {
	margin-bottom: 10px;
}
.sidebar .widget_search .search-form input {
	margin-bottom: 0;
	font-size: 12px;
}
#sidebar .widget ul.children {
	margin:10px 0 10px 10px;
}
.sidebar .widget.flickr-widget li {
	width: 60px;
	height: 60px;
	border: 0;
	padding: 0;
	background-image: url("images/plus-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.sidebar .flickr-widget li img {
	height: 60px;
	width: auto;
	min-height: 60px;
	min-width: 60px;
}
.widget ul li {
	line-height: 14px;
}
.widget ul li:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget a {
	text-decoration: none;
}
.tagcloud {
	margin-bottom: 2px;
	margin-top: -8px;
}
.tagcloud a {
	line-height: 26px;
	padding-left: 4px;
	text-decoration: none;
}
.tagcloud a:first-child {
	padding-left: 0;
}
.tagcloud a:before {
	content: "\f02b";
	display: block;
	font-family: FontAwesome;
	font-size: 12px;
	width: 10px;
	height: 10px;
	margin-right: 4px;
}
.tagcloud a:hover:before {
	color: #000!important;
}
.tagcloud a:after {
	content: ", ";
}
.tagcloud a:last-child:after {
	content: "";
	margin: 0;
}
.widget-video iframe {
	width: 100%;
}
.widget_search input {
	width: 78%;
	margin-top: 0;
}

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

#comment-area a {
	text-decoration: none;
}
#comment-area a:hover {
	text-decoration: underline;
}
#comments-list {
	padding: 40px 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#comments-list > h2 {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#comments-list ol {
	list-style: none;
	margin: 15px 0 -10px;
}
#comments-list ol li {
	margin-bottom: 0;
}
.comment .comment-wrap {
	position: relative;
	height: auto;
	border-bottom: 1px solid transparent;
	padding: 20px 0;
}
.comment-wrap .comment-avatar {
	float: left;
	position: relative;
}
.bypostauthor > .comment-wrap .comment-avatar img {
	height: 50px;
	width: 50px;
	display: block;
}
ul.children {
	margin: 0;
}
.comment .children > li .comment-wrap {
	padding-left: 20px;
	margin: 0;
}
#comments-list ol li.depth-1 > ul.children {
	margin-bottom: 16px;
}
.comment-content {
	float: left;
	margin-left: 20px;
}
.comment-content .comment-body p {
	margin-bottom: 10px;
}
li.depth-1 .comment-wrap .comment-content {
	width: 550px;
}
li.depth-2 .comment-wrap .comment-content {
	width: 530px;
}
li.depth-3 .comment-wrap .comment-content {
	width: 510px;
}
li.depth-4 .comment-wrap .comment-content {
	width: 490px;
}
li.depth-5 .comment-wrap .comment-content {
	width: 470px;
}
li.depth-6 .comment-wrap .comment-content {
	width: 450px;
}
.has-both-sidebars li.depth-1 .comment-wrap .comment-content {
	width: 380px;
}
.has-both-sidebars li.depth-2 .comment-wrap .comment-content {
	width: 360px;
}
.has-both-sidebars li.depth-3 .comment-wrap .comment-content {
	width: 340px;
}
.has-both-sidebars li.depth-4 .comment-wrap .comment-content {
	width: 320px;
}
.has-both-sidebars li.depth-5 .comment-wrap .comment-content {
	width: 300px;
}
.has-both-sidebars li.depth-6 .comment-wrap .comment-content {
	width: 280px;
}
.comment-meta {
	margin-bottom: 8px;
}
.comment-meta span {
	font-size: 12px;
}
.comment-meta .comment-author {
	font-weight: bold;
}
.comment-meta .author-link {
}
.comment-meta .comment-date {
	margin-left: 2px;
}
.comment-meta .meta-sep {
	margin: 0 0 0 1px;
	color: #ccc;
}
.comment-avatar .is-author {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}
.comment-meta cite {
 	font-style: normal;
}
.comment-meta .edit-link {
	margin-left: 5px;
	font-weight: normal;
}
.comment-meta a.comment-reply-link {
	font-weight: normal;
}

/* Trackbacks */
#trackbacks-list span {
	font-size: 12px;
}
#trackbacks-list ol li {
	margin-bottom: 10px;
}
#trackbacks-list .comment-author {
	font-size: 12px;
	margin-bottom: 5px;
}
#trackbacks-list .comment-content p {
	font-size: 12px;
}

/* Comment Form */

#respond-wrap {
	margin: 40px 0;
}
#respond-wrap h2 {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#respond {
	margin-top: 20px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 245px;
	margin-bottom: 0;
}
#commentform {
	margin-top: 10px;
	margin-bottom: 0;
}
#commentform p.comment-notes span.required {
	float: none;
}
#commentform p span.required {
	float: right;
}
#commentform label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
#commentform input[type="text"], #commentform input[type="email"] {
	margin-bottom: 12px;
	border: 0;
	padding: 8px 10px;
}
#commentform textarea {
	width: 97.3%;
	max-width: 97.3%;
	min-width: 97.3%;
	height: 200px;
	border: 0;
	padding: 8px 10px;
}
#commentform p.form-allowed-tags {
	display: none;
}
#commentform p.form-allowed-tags code {
	color: #444;
}
#reply-title {
	display: none;
}
.comment #respond h3#reply-title {
	display: block;
	margin: 0px 0 10px;
	font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
#reply-title small {
	margin-left: 10px;
	font-size: 100%;
}
#reply-title small a {
	color: #666;
	text-decoration: underline;
}
p.form-submit {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
#respond .form-submit input {
	margin: 0;
	background-image: url('images/button-arrow.png');
	background-repeat: no-repeat;
	background-position: 90% center;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-right: 25px;
	font-size: 12px;
}
#respond .form-submit input:hover {
	border: 0;
}


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

#map-canvas {
	width: 100%;
	height: 330px;
	margin-bottom: 50px;
}
#map-canvas img {
	max-width: none;	
}
.contact-content {
	padding-left: 10px;
}
.contact-form h6 {
	margin-bottom: 10px;
}
.contact-form p.thanks {
	display: none;
}
.contact-form label {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 6px;
}
.contact-form input, .contact-form textarea {
	width: 96%;
}
.contact-form textarea {
	height: 189px;
}
.contact-form h5 {
	margin-bottom: 10px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #CCC;
	text-shadow: none;
	color: #333;
	border: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #999;
	border: 0;
}

/* #Widgets
================================================== */

.read-more, .read-more-author, .read-more:hover span.pictos, .read-more:hover i {
	text-decoration: none;
}
.read-more:hover span, .read-more-author:hover  {
	text-decoration: underline;
}
.read-more-link {
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	display: block;
}
.read-more-button {
	text-decoration: none;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	padding: 6px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
}
.widget ul li.loved-item {
	line-height: 24px;
}
.loved-item .loved-count {
	background: #ccc;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 4px 12px 3px;
	line-height: 16px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.loved-item .loved-count span {
	margin-right: 5px;
	vertical-align: 1px;
}
.flickr_images {
	margin-right: -20px;
}
.widget.flickr-widget li {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0;
	border-top: 0;
}
.flickr-widget li img {
	height: 60px;
	min-height: 60px;
	min-width: 60px;
	width: auto;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.flickr-widget li:hover img {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.twitter-widget {
	margin: 0;
}
.widget .twitter-widget li {
	margin-bottom: 20px;
}
.twitter-date a, .twitter-link a {
	text-decoration: none;
}
.twitter-link a {
	font-style: italic;
}


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


/*========== Clients Shortcode ==========*/

.clients-wrap .client-items {
	margin: 0 -10px 40px;
}
.client-items {
	margin-bottom: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.client-items:hover > li {
	filter:alpha(opacity=20)!important;
	-moz-opacity: 0.2!important;
	opacity: 0.2!important;
}
.client-items li:hover {
	cursor: pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.client-items li {
	margin: 0 10px 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.no-shape .client-item figure {
	margin-bottom: 20px;
}
.client-item figure img {
	display: block;
}
.client-items.overlay-shape .client-item figure, .client-items.overlay-shape .client-item figure > .item-mask {
	width: 250px;
	height: 250px;
}


/*========== Contact Form Shortcode ==========*/

.wpcf7 p {
	clear: both;
	height: auto;
	overflow: hidden;
} 
span.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
	border: 0;
	font-size: 14px;
	padding: 10px 8px;
	margin-bottom: 0;
	font-weight: bold;
}
span.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	border: 0;
	padding: 10px 8px;
	width: 98.5%;
	margin-bottom: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
	top: 3px;
	left: 5px;
	background: transparent;
	color: red;
	border: 0;
}
.wpcf7 .wpcf7-captchar + span.wpcf7-not-valid-tip {
	top: 10px;
	left: 78px;
}
.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7 select {
	width: 95%;
	margin-top: 6px;
}
.wpcf7 textarea {
 	max-width: 95%;
}
.wpcf7 .wpcf7-captchac {
	float: left;
	border: 1px solid #CCC;
	padding: 3px 0 4px;
	margin: 6px 10px 0 0;
	background: #fff;
}
.wpcf7 input.wpcf7-captchar {
	float: left;
	width: 45%;
	padding: 7px 8px!important;
}
.wpcf7 input.wpcf7-submit[type="submit"] {
	text-decoration: none;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	padding: 6px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

/*========== Code Shortcode ==========*/

code {
	display: block;
	padding: 20px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f7f7f7;
	color: #202020;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code p {
	font-size: 11px;
	margin-bottom: 12px;
}

/*========== Table Shortcodes ==========*/

table.sf-table {
	width: 100%;
	display: table;
}
table.striped_minimal tr:nth-of-type(even), table.striped_bordered tr:nth-of-type(even) {
	background-color: #f7f7f7;
}
table.sf-table th {
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
table.sf-table td {
	padding: 10px 20px;
}
table.standard_minimal th {
	padding: 10px 30px 10px 0;
	border-bottom: 2px solid #e4e4e4;
}
table.striped_minimal th {
 	border-bottom: 2px solid #e4e4e4;
}
table.standard_minimal td {
	padding: 10px 30px 10px 0;
	border-bottom: 1px solid #e4e4e4;
}
table.standard_bordered, table.striped_bordered {
	border: 1px solid #e4e4e4;
}
table.standard_bordered tr, table.striped_bordered tr {
	border-top: 1px solid #e4e4e4;
}
table.standard_bordered th, table.standard_bordered td, table.striped_bordered th, table.striped_bordered td {
	border-left: 1px solid #e4e4e4;
}

/*========== Pricing Table Shortcodes ==========*/

.pricing-table-wrap {
	height: auto;
	overflow: hidden;
	clear: both;
}
.pricing-table-column {
	float: left;
	border: 1px solid transparent;
	border-left: 0;
}
.columns-4 .pricing-table-column {
	width: 24.8%;
}
.columns-3 .pricing-table-column {
	width: 33.1%;
}
.columns-2 .pricing-table-column {
	width: 49.6%;
}
.columns-1 .pricing-table-column {
	width: 99.6%;
}
.pricing-table-column:first-child, .pricing-table-wrap.bordered .pricing-table-column, .pricing-table-wrap.bordered_alt .pricing-table-column {
	border-left: 1px solid transparent;
}
.pricing-table-price {
	padding: 18px 30px 10px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 1px solid transparent;
}
.pricing-table-price span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
}
.pricing-table-package {
	padding: 20px 30px;
	font-size: 18px;
	border-bottom: 1px solid transparent;
}
.column-highlight .pricing-table-package {
	font-weight: bold;
}
.pricing-table-details {
	padding: 20px 30px;
}
.column-highlight .pricing-table-details {
	color: #222;
}
.pricing-table-column .button {
	margin-top: 10px;
	margin-bottom: 0;	
}
.pricing-table-wrap.bordered, .pricing-table-wrap.bordered_alt {
	margin: 0 -10px;
}
.pricing-table-wrap.bordered .pricing-table-column, .pricing-table-wrap.bordered_alt .pricing-table-column {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 10px;
}
.bordered.columns-4 .pricing-table-column, .bordered_alt.columns-4 .pricing-table-column {
	width: 22.6%;
}
.bordered.columns-3 .pricing-table-column, .bordered_alt.columns-3 .pricing-table-column {
	width: 31%;
}
.bordered.columns-2 .pricing-table-column, .bordered_alt.columns-2 .pricing-table-column {
	width: 47.6%;
}
.bordered.columns-1 .pricing-table-column, .bordered_alt.columns-1 .pricing-table-column {
	width: 98%;
}
.pricing-table-wrap.bordered .pricing-table-package {
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
}
.pricing-table-wrap.bordered .pricing-table-price {
	padding: 0;
	float: right;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 0;
}
.pricing-table-wrap.bordered_alt .pricing-table-price {
	border-bottom: 1px dotted #e4e4e4;
}


/*========== Button Shortcodes ==========*/

a.button {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	padding: 5px 10px;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.button:hover {
	text-decoration: none!important;
}
a.button.accent:hover {
	opacity: 0.8;
}
a.button.medium {
	font-size: 14px;
	line-height: 20px;
}
a.button.large {
	font-size: 18px;
	line-height: 26px;
}
a.button .arrow {
	background-image: url('images/button-arrow.png');
	display: inline-block;
	width: 6px;
	height: 9px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
a.button.lightgrey .arrow, a.button.green .arrow, a.button.limegreen .arrow {
	background-image: url('images/button-arrow2.png');
}
a.button.slightlyrounded, a.button.slightlyroundedarrow {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.button.rounded, a.button.roundedarrow {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
a.button.outerglow {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}
a.button.dropshadow {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 0.6px 0 rgba(0,0,0,.75);
	-webkit-box-shadow: 1px 1px 0.6px 0 rgba(0,0,0,.75);
	box-shadow: 1px 1px 0.6px 0 rgba(0,0,0,.75);
}
a.button.black {
	background-color: #212121;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);	
	color: #fff!important;
}
a.button.grey {
	background-color: #656565;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
a.button.lightgrey {
	background-color: #cbcbcb;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #333!important;
}
a.button.purple {
	background-color: #5f5ba7;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
a.button.lightblue {
	background-color: #00adef;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
a.button.turquoise {
	background-color: #1bbbb3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
a.button.green {
	background-color: #65cb00;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
}
a.button.limegreen {
	background-color: #cbff00;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #333!important;
}
a.button.orange {
	background-color: #f90;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
a.button.pink {
	background-color: #ed135a;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	background-image: linear-gradient(90deg, rgba(255,255,255,.15) 0%, rgba(247,247,247,0) 50%, rgba(247,247,247,0) 50.12%);
	color: #fff!important;
}
.button.lightblue:hover {
	background: #0099ff;
}
.button.green {
	background: #66cc00;
	color: #111!important;
}
.button.green:hover {
	background: #baff00;
}
.button.pink:hover {
	background: #ad2043;
}
.button.purple:hover {
	background: #7400e9;
}
.button.grey:hover {
	background: #444;
}
.button.lightgrey:hover {
	background: #aaa;
}


/*========== Alert Shortcodes ==========*/

.alert {
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding: 12px 15px;
	text-align: left;
	margin: 0 0 40px;
	font-weight: normal;
}
.alert.grey {
	background-color: #ccc;
	color: #111;
}
.alert.red {
	background-color: #fa2d3c;
	color: #fff;
}
.alert.green {
	background-color: #afff7f;
	color: #111;
}
.alert.blue {
	background-color: #8cdeff;
	color: #111;
}


/*========== Column Shortcodes ==========*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	position: relative;
	margin-right: 4%;
	float: left;
	font-size: 12px;
	line-height: 150%;
}
.last {
	margin-right: 0 !important;
	clear:right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}


/*========== Map Shortcode ==========*/

.map {
	margin-bottom: 15px;
}
.map iframe {
	width: 100%;
}


/*========== Divider Shortcode ==========*/

.horizontal-break {
	height: 1px;
	width: 100%;
	margin: 30px 0;
}


/*========== Client Shortcode ==========*/

.client-box {
	width: 228px;
	height: auto;
	background-color: #fafafa;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 2px 7px 5px;
}
.client-box img {
	width: 100%;
	height: auto;
	display: block;
}


/*========== Google Chart Shortcodes ==========*/

.googlechart {
	margin-bottom: 20px;
	width: 100%;
}


/*========== Icon Shortcodes ==========*/

.sf-icon {
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	background-image: none;
}
.sf-icon.icon-medium {
	font-size: 38px;
	width: 38px;
	height: 38px;
	line-height: 44px;
}
.sf-icon.icon-large {
	font-size: 72px;
	width: 72px;
	height: 72px;
	line-height: 80px;
}
.sf-icon.icon-large::before {
	font-size: 72px;
}
.sf-icon-float-left {
	float: left;
	padding: 5px 10px 0 0;
}
.sf-icon-float-right {
	float: right;
	padding: 5px 0 0 10px;
}

/*========== Typography Shortcodes ==========*/

span.highlighted {
	padding: 1px 3px;
	border-radius: 1px;
	margin-right: 2px;
	color: #fff;
}
span.dropcap1, span.dropcap2 {
	float: left;
	padding: 11px 0px 9px;
	margin-right: 8px;
	font-size: 46px;
	font-family: serif;
	font-style: normal;
}
span.dropcap3, span.dropcap4 {
	float: left;
	font-family: serif;
	font-style: normal;
	font-size: 18px;
	padding: 6px 12px;
	margin: 4px 10px 2px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 24px;
}
span.dropcap4 {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
blockquote {
	border-left: 0;
	padding: 10px 0;
}
blockquote, blockquote p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}
blockquote.blockquote1, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {
	font-size: 12px;
	line-height: 18px;
}
blockquote.blockquote2, blockquote.blockquote1 p {
	font-size: 14px;
	line-height: 22px;
}
blockquote.pullquote {
	border-left: 1px dotted transparent;
	padding: 0 0 0 20px;	
}

/*========== List Shortcode ==========*/

.sf-list {
	margin-left: 0;
}
.sf-list li {
	padding: 0 0 0 20px;
}
.list-add_bw li {
	background: transparent url('images/list-icons/add_b&w.png') no-repeat 2px 3px;
}
.list-add li {
	background: transparent url('images/list-icons/add_colour.png') no-repeat 2px 3px;
}
.list-arrow_bw li {
	background: transparent url('images/list-icons/arrow_b&w.png') no-repeat left 3px;
}
.list-arrow li {
	background: transparent url('images/list-icons/arrow_colour.png') no-repeat left 3px;
}
.list-article li {
	background: transparent url('images/list-icons/article_b&w.png') no-repeat left 3px;
}
.list-bar li {
	background: transparent url('images/list-icons/bar_b&w.png') no-repeat left 6px;
}
.list-bolt_bw li {
	background: transparent url('images/list-icons/bolt_b&w.png') no-repeat 2px 3px;
}
.list-bolt li {
	background: transparent url('images/list-icons/bolt_colour.png') no-repeat 2px 3px;
}
.list-date li {
	background: transparent url('images/list-icons/date_b&w.png') no-repeat left 3px;
}
.list-delete_bw li {
	background: transparent url('images/list-icons/delete_b&w.png') no-repeat 1px 4px;
}
.list-delete li {
	background: transparent url('images/list-icons/delete_colour.png') no-repeat 1px 4px;
}
.list-dot li {
	background: transparent url('images/list-icons/dot_b&w.png') no-repeat 2px 5px;
}
.list-like_bw li {
	background: transparent url('images/list-icons/like_b&w.png') no-repeat left 3px;
}
.list-like li {
	background: transparent url('images/list-icons/like_colour.png') no-repeat left 3px;
}
.list-pen li {
	background: transparent url('images/list-icons/pen_b&w.png') no-repeat left 3px;
}
.list-question_bw li {
	background: transparent url('images/list-icons/questionMark_b&w.png') no-repeat left 3px;
}
.list-question li {
	background: transparent url('images/list-icons/questionMark_colour.png') no-repeat left 3px;
}
.list-settings_bw li {
	background: transparent url('images/list-icons/settings_b&w.png') no-repeat left 3px;
}
.list-settings li {
	background: transparent url('images/list-icons/settings_colour.png') no-repeat left 3px;
}
.list-star_bw li {
	background: transparent url('images/list-icons/star_b&w.png') no-repeat left 3px;
}
.list-star li {
	background: transparent url('images/list-icons/star_colour.png') no-repeat left 3px;
}
.list-tick_bw li {
	background: transparent url('images/list-icons/tick_b&w.png') no-repeat left 3px;
}
.list-tick li {
	background: transparent url('images/list-icons/tick_colour.png') no-repeat left 3px;
}
.list-user li {
	background: transparent url('images/list-icons/user_b&w.png') no-repeat left 3px;
}
.list-warning_bw li {
	background: transparent url('images/list-icons/warning_b&w.png') no-repeat left 3px;
}
.list-warning li {
	background: transparent url('images/list-icons/warning_colour.png') no-repeat left 3px;
}

/*========== Social Shortcode ==========*/

ul.social-icons {
	height: auto;
	overflow: hidden;
	margin-right: -12px;
}
ul.social-icons li {
	float: left;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	background: none;
	padding: 0!important;
	line-height: 32px!important;
	border: 0!important;
}
ul.social-icons li a {
	background: transparent url(images/social-icons.png) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
ul.social-icons li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity= 70);
}
ul.social-icons li.twitter a {
	background-position: 0 0;
}
ul.social-icons li.facebook a {
	background-position: -32px 0;
}
ul.social-icons li.dribbble a {
	background-position: -64px 0;
}
ul.social-icons li.vimeo a {
	background-position: -96px 0;
}
ul.social-icons li.tumblr a {
	background-position: -128px 0;
}
ul.social-icons li.spotify a {
	background-position: -160px 0;
}
ul.social-icons li.linkedin a {
	background-position: -192px 0;
}
ul.social-icons li.lastfm a {
	background-position: -224px 0;
}
ul.social-icons li.googleplus a {
	background-position: -256px 0;
}
ul.social-icons li.flickr a {
	background-position: -288px 0;
}
ul.social-icons li.youtube a {
	background-position: -320px 0;
}
ul.social-icons li.behance a {
	background-position: -352px 0;
}
ul.social-icons li.pinterest a {
	background-position: -384px 0;
}
ul.social-icons li.instagram a {
	background-position: -416px 0;
}
ul.social-icons li.yelp a {
	background-position: -448px 0;
}
ul.social-icons li.skype a {
	background-position: -480px 0;
}
ul.social-icons-small {
	height: auto;
	overflow: hidden;
	margin-right: -5px;
}
ul.social-icons-small li {
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
	background: none;
	padding: 0!important;
	line-height: 24px!important;
	border: 0!important;
}
ul.social-icons-small li a {
	background: transparent url(images/social-icons-small.png) no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
ul.social-icons-small li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
ul.social-icons-small li.twitter a {
	background-position: 0 0;
}
ul.social-icons-small li.facebook a {
	background-position: -24px 0;
}
ul.social-icons-small li.dribbble a {
	background-position: -48px 0;
}
ul.social-icons-small li.vimeo a {
	background-position: -72px 0;
}
ul.social-icons-small li.tumblr a {
	background-position: -96px 0;
}
ul.social-icons-small li.spotify a {
	background-position: -120px 0;
}
ul.social-icons-small li.linkedin a {
	background-position: -144px 0;
}
ul.social-icons-small li.lastfm a {
	background-position: -168px 0;
}
ul.social-icons-small li.googleplus a {
	background-position: -192px 0;
}
ul.social-icons-small li.flickr a {
	background-position: -216px 0;
}
ul.social-icons-small li.youtube a {
	background-position: -240px 0;
}
ul.social-icons-small li.behance a {
	background-position: -264px 0;
}
ul.social-icons-small li.pinterest a {
	background-position: -288px 0;
}
ul.social-icons-small li.instagram a {
	background-position: -312px 0;
}
ul.social-icons-small li.yelp a {
	background-position: -336px 0;
}
ul.social-icons-small li.skype a {
	background-position: -360px 0;
}


/*========== Latest Tweet Shortcode ==========*/

.latest-tweet ul {
	margin-bottom: 10px;
}
.latest-tweet ul li {
	margin-left: 0;
}
.latest-tweet p {
	margin-bottom: 10px;
}
.latest-tweet .tweet-author {
	margin-right: 4px;
	font-weight: bold;
}
.latest-tweet .tweet-date {
	text-decoration: none;
	color: #999;
	margin-top: -10px;
	display: block;
}


/*========== Gallery Shortcode ==========*/

.gallery {
	padding-top: 10px;
}
.gallery .gallery-item {
	width: auto;
	float: left;
	display: inline;
	margin: 0 14px;
	width: 17%;
}
.gallery-item .gallery-icon {
	background: #222 url(images/view-image.png) no-repeat center center;
	width: 100%;
	height: auto;
}
.gallery-item .gallery-icon a {
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity= 100);
}
.gallery-icon a img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-item .gallery-icon a:hover {
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter:alpha(opacity= 10);
}

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

.accordion {
	overflow: hidden;
	margin-bottom: 20px;
}
.accordion .accordion-header {
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
}
.accordion .accordion-header:first-child {
	margin-top: 0;
}
.accordion .accordion-body {
	padding: 10px;
	border: 1px solid transparent;
	border-top: 0;
}
.accordion .accordion-header.ui-state-active, .accordion .accordion-header.ui-state-focus {
	outline: none;
}


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

.tabbed-asset {
	overflow: hidden;
	margin-bottom: 20px;
}
.tab-content {
	border: 1px solid transparent;
	padding: 10px;
}
.tab-content.ui-tabs-hide {
	display: none;
}
ul.tabs {
	margin-bottom: -2px;
	border: 0;
}
ul.tabs li {
	height: auto;
	border: 1px solid transparent;
	border-bottom-width: 0;
	border-left-width: 0;
}
ul.tabs li:first-child {
	border-left-width: 1px;
}
ul.tabs li a {
	font-size: 12px;
	padding: 10px 14px;
	height: auto;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	border: 0;
}
ul.tabs li.ui-state-default a {
	background-color: transparent;
}
ul.tabs li.ui-state-active {
	margin-bottom: 0;
	padding-bottom: 1px;
}

/*
*
*	Clique Color Styles
*	------------------------------------------------
*	Swift Framework v1.0
* 	Copyright Swift Ideas 2013 - http://www.swiftideas.net
*
*/

/*========== Main Styles ==========*/

::selection, ::-moz-selection {
	color: #fff;
}
html, body, ul.tabs li.ui-state-active {
	background: #222;
}
body {
	color: #f7f7f7;
}
a {
	color: #f7f7f7;
}
.pagination-wrap {
	border-top-color: #333;
}
.pagination-wrap li {
	border-color: #999;
}
.loved-item .loved-count {
	background: #333;
}
.search-form input {
	color: #f7f7f7!important;
	border-color: #333;
}
code {
	background: #222;
	color: #f7f7f7;
	border-color: #333;
}

/*========== Header Styles ==========*/

#header-section {
	background-color: #000;
}


/*========== Navigation Styles ==========*/

nav .menu ul {
	background-color: #222;
	border-color: #2f2f2f;
}
nav .menu ul li {
	border-bottom-color: #2f2f2f;
	border-bottom-style: solid;
}
nav .menu ul, nav .menu ul li, nav .menu ul li a {
	color: #f7f7f7;
}
nav .menu li.parent > a:after, nav .menu li.parent > a:after:hover {
	color: #aaa;
}
#mobile-navigation .selected-option {
	color: #202020;
}


/*========== Body Styles ==========*/

body, h1, h2, h3, h4, h5, h6 {
	color: #f7f7f7;
}

/*========== Content Styles ==========*/

.full-width-wrap {
	border-color: #353535;
}
.horizontal-break {
	background-color: #333;
}
.inner-page-wrap article, .inner-page-wrap article .page-content, .inner-page-wrap .content-wrap {
	border-color: #333;
}
.blog-item .inner-blog-wrap {
	border-bottom-color: #333;
}
#password-protected #password-box {
	background: transparent url(images/scanlines-dark.png) repeat top left;
	color: #fff;
	border: 0;
}


/*========== Portfolio Styles ==========*/

#portfolio-filter {
	background: #222;
	border-color: #2f2f2f;
}
.filtering li a {
	color: #f7f7f7;
}
.portfolio-filter-wrap ul li {
	border-color: #2f2f2f;
}
.portfolio-item-details {
	background-color: #222;
	background-color: rgba(34, 34, 34, 0.9);
}
.portfolio-item a {
	background: #222;
}
.portfolio-item-details h1, .portfolio-item-details h2 {
	color: #fff;
}


/*========== Blog Styles ==========*/

.blog-item {
	border-color: #333;
}
.blog-item h1 a {
	color: #f7f7f7;
}
.read-more-button {
	background: #e2e2e2;
	color: #404040;
}
.blog-item .spacer, .author-info-wrap, .related-wrap, .tags-link-wrap, .article-body-wrap .share-links, .archive .blog-item, .archive-items .blog-item, .search .blog-item, .navigation {
	border-color: #333;
}
.related-item figure > a {
	background-color: #f7f7f7;
}
.related-item figcaption a {
	color: #f7f7f7;
}
.required {
	color: #ee3c59;
}
#respond .form-submit input {
	color: #fff;
}
.logged-in-as a {
	color: #aaa;
}
.comment .comment-wrap {
	border-color: #333;
}
span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
	background: transparent url(images/scanlines-dark.png) repeat top left;
	color: #fff;
}
span.wpcf7-form-control-wrap select {
	background: transparent url(images/scanlines-dark.png) repeat top left;
}

/*========== Contact Styles ==========*/

#commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
	background: transparent url(images/scanlines-dark.png) repeat top left;
	color: #fff;
}

/*========== Shortcode Styles ==========*/

.button.accent {
	color: #fff;
}
.button.accent:hover {
	color: #ccc!important;
}
span.dropcap3 {
	background: #f7f7f7;
	color: #202020;
}
span.dropcap4 {
	color: #fff;
}
ul.tabs li.ui-state-active a:hover, .accordion .accordion-header.ui-state-active:hover {
	color: #222;
}
blockquote.pullquote {
	border-color: #333;
}
.pricing-table-column, .pricing-table-column:first-child, .pricing-table-wrap.bordered .pricing-table-column, .pricing-table-wrap.bordered_alt .pricing-table-column, .pricing-table-price, .pricing-table-package {
	border-color: #333;
}
.column-highlight .pricing-table-price {
	color: #fff;
}
.column-highlight .pricing-table-package {
	background-color: #b4e5f8;
}
.column-highlight .pricing-table-details {
	background-color: #e1f3fa;
}
.decorative-ampersand {
	font-family: 'Vidaloka', serif;
}
table.standard_bordered, table.standard_bordered tr, table.standard_bordered th, table.standard_bordered td {
	border-color: #333;
}
.accordion .accordion-header {
	border-color: #333;
	color: #666;
}
.accordion .accordion-body {
	border-color: #333;
	color: #f7f7f7;
}
.accordion .accordion-header.ui-state-active {
	color: #f7f7f7!important;
}
.tab-content {
	border-color: #333;
}
ul.tabs li.ui-state-active a {
	color: #f7f7f7;
}
ul.tabs li {
	border-color: #333;
}
.list-add_bw li {
	background: transparent url('images/list-icons/add.png') no-repeat 2px 3px;
}
.list-arrow_bw li {
	background: transparent url('images/list-icons/arrow.png') no-repeat left 3px;
}
.list-article li {
	background: transparent url('images/list-icons/article.png') no-repeat left 3px;
}
.list-bar li {
	background: transparent url('images/list-icons/bar.png') no-repeat left 6px;
}
.list-bolt_bw li {
	background: transparent url('images/list-icons/bolt.png') no-repeat 2px 3px;
}
.list-date li {
	background: transparent url('images/list-icons/date.png') no-repeat left 3px;
}
.list-delete_bw li {
	background: transparent url('images/list-icons/delete.png') no-repeat 1px 4px;
}
.list-dot li {
	background: transparent url('images/list-icons/dot.png') no-repeat 2px 5px;
}
.list-like_bw li {
	background: transparent url('images/list-icons/like.png') no-repeat left 3px;
}
.list-pen li {
	background: transparent url('images/list-icons/pen.png') no-repeat left 3px;
}
.list-question_bw li {
	background: transparent url('images/list-icons/questionMark.png') no-repeat left 3px;
}
.list-settings_bw li {
	background: transparent url('images/list-icons/settings.png') no-repeat left 3px;
}
.list-star_bw li {
	background: transparent url('images/list-icons/star.png') no-repeat left 3px;
}
.list-tick_bw li {
	background: transparent url('images/list-icons/tick.png') no-repeat left 3px;
}
.list-user li {
	background: transparent url('images/list-icons/user.png') no-repeat left 3px;
}
.list-warning_bw li {
	background: transparent url('images/list-icons/warning.png') no-repeat left 3px;
}
a.button.accent span {
	color: #fff;
}

/*========== Footer Styles ==========*/

#sticky-footer {
	background: #000;
}
#control-nav a {
	color: #fff;
}
#copyright p {
	color: #666;
}