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

	Theme Name: Punch
	Theme URI: http://punch.swiftideas.net
	Description: A Responsive 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.0
	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
==================================================

	#Pictos Icon Font
	#General
	#Header
	#Footer
	#Page Content
	#Portfolio
	#Blog
	#Team
	#Sidebar
	#Comments
	#Contact 
	#Shortcodes

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

/* Pictos Icon Font
================================================== */

@font-face {
	font-family: 'Pictos';
	src: url('css/font/pictos-web.eot');
	src: local('☺'), url('css/font/pictos-web.woff') format('woff'),
		url('css/font/pictos-web.ttf') format('truetype'),
		url('css/font/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: normal;
	font-style: normal;
}
.pictos {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'Pictos', sans-serif;
}
a.pictos:hover {
	cursor: pointer;
}


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

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
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: 14px;
	line-height: 170%;
}
p:empty {
	display: none;
	margin-bottom: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin-left: 0;
}
/*.fs-img {
	display: none;
}*/
.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;
}
figure img {
	width: 100%;
	height: auto;
}
figure iframe {
	width: 100%;
}
figure a {
	display: block;
}
.flexslider {
	background: transparent;
	border: 0;
	width: 100%;
	z-index: 2;
	display: block;
	position: relative;
}
.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 li img, .flexslider li iframe, .flexslider ul.slides {
	display: block!important;
}
.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);
}
.custom-caption {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 60px;
	width: auto;
	max-width: 500px
}
.custom-caption p {
	text-align: left;
	width: auto;
	font-size: 24px;
	padding: 0px 4px 2px;
	line-height: 28px;
	margin-bottom: 0;
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.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;
}
div.pp_default .pp_expand {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.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.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;
}
.overlay-shape {
	display: none;
}
.overlay-shape li, .no-shape li, .related-items li {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.overlay-shape:hover li, .no-shape:hover li, .related-items:hover li {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.overlay-shape li:hover, .no-shape li:hover, .related-items li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.overlay-shape li.isotope-hidden {
	opacity: 0!important;
	-moz-opacity: 0!important;
	filter:alpha(opacity=0)!important;
}
.overlay-shape li:hover figure > .item-mask {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.overlay-shape li figure {
	position: relative;
	display: block;
	left: -16px;
	top: -10px;
	overflow: hidden;
} 
.overlay-shape li figure img {
	display: block;
}
.overlay-shape li figure > .item-mask {
	-webkit-transition: all 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
#not-found .page-text p {
	margin-bottom: 50px;
}
#main-container {
	display: block;
}
.has-left-sidebar aside.sidebar {
	float: left;
}
.has-left-sidebar .content-wrap {
	border-left: 1px solid transparent;
	padding-left: 30px;
	float: right!important;
}
.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 .content-wrap {
	border-right: 1px solid transparent;
	padding-right: 30px;
	float: left;
}
.has-both-sidebars .content-wrap .page-content {
	border-left: 1px solid transparent;
	padding-left: 30px;
	float: right;
}
.has-both-sidebars .content-wrap aside.sidebar {
	padding-top: 0;
}
.inner-page-wrap.top-spacing .content-wrap, .inner-page-wrap.top-spacing .sidebar, .inner-page-wrap.has-both-sidebars.top-spacing .page-content, .inner-page-wrap.has-both-sidebars.top-spacing .content-wrap .left-sidebar {
	padding-top: 50px;
	padding-bottom: 40px;
}
.inner-page-wrap.has-both-sidebars.top-spacing .content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.inner-page-wrap .type-page {
	padding-bottom: 100px;
}
.page-content-wrap {
	border-top: 1px solid transparent;
	padding-top: 40px;
	margin-top: 40px;
}
.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;
	-moz-box-shadow: 0 0 4px rgba(0,174,239,.25);
	-webkit-box-shadow: 0 0 4px rgba(0,174,239,.25);
	box-shadow: 0 0 4px rgba(0,174,239,.25);
	width: 85%;
	padding: 10px 10px 10px 30px;
	margin: 40px 0;
}
span.tooltip {
	display: block;
	background: #555;
	color: #ccc;
	position: absolute;
	left: 50%;
	bottom: 25px;
	padding: 3px 10px;
	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;
}

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

#header-section {
	padding: 30px 0;
	border-top: 5px solid transparent;
	border-bottom: 1px solid transparent;
}
#header-section.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.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: 14px;
	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: 8px 12px 9px;
	display: block;
	white-space: nowrap;
	background: transparent;
}
nav .menu ul {
    position: absolute;
    height: auto;
    border: 1px solid transparent;
    z-index: 9999;
    margin: 0;
    top: 39px;
    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: bold;
    font-size: 11px;
    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;
}
nav .menu li.sfHover ul a {
	color: #3F3E3C;
}
nav .menu li.sfHover ul a:hover {
	color: #b7b7b7;
}
nav .menu li:hover ul li a {
	color: #333d53;
	background-color: transparent;
}
#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;
}


/* #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: 900;
}
.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;
	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;
}

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

#sticky-footer {
	position: relative;
	z-index: 1000;
	min-height: 42px;
	bottom: 0;
}
#footer-social-icons {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
}
#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: 42px;
	background-size: 26px 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#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 {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#footer {
	padding: 30px 0 0;
	font-size: 12px;
	border-top: 5px solid transparent;
}
.footer-column {
	padding-bottom: 30px;
}
#footer h3 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 24px;
	font-weight: 900;
	text-transform: uppercase;
}
#control-nav {
	float: right;
}
#control-nav a {
	background: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 11px 15px 10px;
	display: block;
	float: left;
}
#control-nav a:hover {
	cursor: pointer;
}
#footer a {
	text-decoration: none;
}
#footer ul li:first-child {
	padding-top: 0;
	border-top: 0;
}
#footer-widgets {
	margin: 0 10px;
	font-size: 14px;
}
#footer-widgets a:hover {
	text-decoration: underline;
}
.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 {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
.twitter-widget {
	margin: 0;
}
.widget .twitter-widget li {
	margin-bottom: 20px;
}
.tweet-text {
	line-height: 170%;
}
.twitter-date {
	margin-top: 5px;
}
.twitter-date a, .twitter-link a {
	text-decoration: none;
}
.twitter-link a {
	font-style: italic;
}
.twitter_intents {
	margin-top: 10px;
}
.twitter_intents a {
	padding-right: 4px;
}
#footer-widgets .twitter-widget .twitter-link {
	display: none;
}
#copyright {
	border-top: 1px solid transparent;
	font-size: 12px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}
#copyright p {
	float: left;
	margin-bottom: 0;
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

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

#impact-text-wrap {
	border-bottom: 1px solid transparent;
}
#impact-text {
	padding: 50px 0;
}
#impact-text h1 {
	font-size: 120px;
	line-height: 86%;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	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 #impact-text h1 {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
}
.wf-active #impact-text h1, .wf-inactive #impact-text h1 {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity: 100);
}
#impact-text h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 22px;
	margin-bottom: 0;
	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 #impact-text h2 {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
}
.wf-active #impact-text h2, .wf-inactive #impact-text h2 {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity: 100);
}
.full-width-wrap {
	border-bottom: 1px solid transparent;
	padding: 18px 0;
	margin-bottom: 30px;
}

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

.filtering {
	margin-bottom: 0;
}
.filtering li {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	display: none;
}
.filtering li.all, .filtering li.has-items {
	display: block;
}
.filtering li a {
	text-decoration: none;
}
.portfolio-wrap {
	margin-bottom: 20px;
}
.portfolio-wrap .portfolio-items {
	margin: 0 -10px;
}
.portfolio-wrap .portfolio-items.no-shape {
	margin: 0 -10px;
}
.portfolio-items {
	margin-bottom: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.portfolio-items li {
	margin: 20px 10px 0;
}
.portfolio-items.two-column li {
	margin: 25px 10px 30px;
}

/* STANDARD PORTFOLIO */
.no-shape .portfolio-item figure {
	margin-bottom: 20px;
}
.portfolio-item figure img {
	display: block;
}

/* SHAPED PORTFOLIO */
.portfolio-items.overlay-shape .portfolio-item.eight.columns figure, .portfolio-items.overlay-shape .portfolio-item.eight.columns figure > .item-mask  {
	width: 490px;
	height: 490px;
}	
.portfolio-items.overlay-shape .portfolio-item.one-third figure, .portfolio-items.overlay-shape .portfolio-item.one-third figure > .item-mask  {
	width: 335px;
	height: 335px;
}
.portfolio-items.overlay-shape .portfolio-item.four.columns figure, .portfolio-items.overlay-shape .portfolio-item.four.columns figure > .item-mask  {
	width: 250px;
	height: 250px;
}
.portfolio-item-details {
	text-align: center;
	margin-bottom: 20px;
}
.portfolio-items.two-column .portfolio-item-details {
	margin-top: 20px;
}
.portfolio-item-details h1.portfolio-item-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.portfolio-item-details h1.portfolio-item-title a {
	text-decoration: none;
}
.portfolio-item-details .portfolio-client-title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	min-height: 18px;
}
.portfolio-item .portfolio-item-excerpt {
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.portfolio-item .portfolio-item-permalink {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.portfolio-details-wrap span i, .portfolio-details-wrap a i {
	margin-right: 8px;
}
.portfolio-details-wrap .client, .portfolio-details-wrap .date, .portfolio-details-wrap .tags {
	margin-right: 20px;
}
.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: "";
}
figure.media-wrap .gallery-image {
	margin-top: 40px;
}
figure.media-wrap .gallery-image:first-child {
	margin-top: 0;
}
.body-text {
	margin-top: 30px;
	padding-right: 15px;
	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;
}
.share-links .item-loves .pictos {
	font-size: 14px;
	vertical-align: 1px;
}


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

.blog-item {
	margin-bottom: 80px;
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid transparent;
	height: auto;
	overflow: hidden;
}
.blog-item:first-child {
	border-top: 0;
	padding-top: 0;
}
.has-both-sidebars .blog-item {
	margin-bottom: 50px;
}
.blog-item h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -8px;
}
.blog-item h1 a {
	text-decoration: none;
}
.blog-item-details {
	padding-bottom: 11px;
}
.blog-item-details a {
	text-decoration: none;
}
.blog-item-details a:hover {
	text-decoration: underline;
}
.comments-likes {
	float: right;
	font-weight: bold;
}	
.comments-likes span {
	margin: 0 3px 0 4px;
	font-size: 14px;
}
.comments-likes > span:first-child {
	margin-right: 5px;
}
.comments-likes .love-it-wrapper {
	display: inline-block;
}
.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.pictos {
	font-size: 15px;
}
.comments-likes .love-it-wrapper span.love-count {
	margin: 0;
}
.comments-likes .love-it-wrapper .loved {
	margin: 0;
}
span.love-count {
	font-weight: bold;
}
.blog-item .spacer {
	border-top: 1px solid transparent;
	margin-bottom: 15px;
}
.blog-item .excerpt {
	margin-top: 20px;
	line-height: 22px;
}
.blog-item .read-more-bar {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.blog-item .read-more-bar .read-more-button {
	margin-top: 0;
}
.blog-item .read-more-bar .comments-likes {
	margin-top: 4px;
}
.blog-item .quote-excerpt {
	font-style: italic;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
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;
}
.audio-player {
	width: 340px;
}
.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;
}
.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;
}
.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
}
.blog-navigation {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.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;
}
.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 {
	margin-bottom: 4px;
}
.author-info .author-name {
	font-weight: bold;
	margin-right: 10px;
}
.author-info .author-bio {
	margin-top: 4px;
}
.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 .pictos {
	margin-right: 5px;
	font-size: 16px;
}
.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 {
	margin-bottom: 14px;
	text-transform: uppercase;
	font-weight: 900;
}
.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: 14px;
	text-decoration: none;
	line-height: 18px;
}
.tags-link-wrap {
	border-top: 1px solid transparent;
	padding: 20px 0;
}
.tags-link-wrap .tags-wrap {
	float: left;
}
.tags-wrap .tags {
	margin-left: 15px;
}
.tags-wrap a {
	text-decoration: none;
}
.tags-link-wrap .permalink {
	float: right;
}
.tags-wrap .pictos, .permalink .pictos, .item-link .pictos {
	margin-right: 5px;
}


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

.team-wrap .team-members {
	margin: 20px -10px 40px;
}
.team-member {
	text-align: center;
	margin-top: 20px;
}
.team-member figure {
	margin-bottom: 10px;
}
.team-members.overlay-shape .team-member.four.columns figure, .team-members.overlay-shape .team-member.four.columns figure > .item-mask  {
	width: 250px;
	height: 250px;
}
.team-member .team-member-name {
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align: center;
}
.team-member .team-member-position {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	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: 189px;
}
.container .sidebar.five.columns {
	width: 249px;
}
.sidebar .widget-heading h3 {
	display: block;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.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;
}
#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: 16px;
}
.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: "z";
	display: block;
	font-family: 'Pictos', sans-serif;
	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;
}
#comments-list {
	padding: 40px 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#comments-list > h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 900;
}
#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 {
	font-size: 14px;
	margin-bottom: 5px;
}
.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: 14px;
}

/* Comment Form */

#respond-wrap {
	margin: 40px 0;
}
#respond-wrap h2 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 900;
}
#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: 14px;
}
#respond .form-submit input:hover {
	border: 0;
}


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

#map-canvas {
	width: 450px;
	height: 330px;
	margin-bottom: 30px;
}
#map-canvas, .contact-content {
	margin-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;
}


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


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

.clients-wrap .client-items {
	margin: 20px -10px 40px;
}
.client-items {
	margin-bottom: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.client-items li {
	margin: 20px 10px 0;
}
.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: 900;
}
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: 900;
	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 {
	float: left;
	font-size: 30px;
	padding: 5px 6px 0 0;
	width: 30px;
	height: 30px;
	background-image: none;
}
.sf-icon.icon-medium {
	font-size: 38px;
	width: 38px;
	height: 38px;
	padding: 3px 4px 0 0;
}
.sf-icon.icon-large {
	font-size: 50px;
	width: 50px;
	height: 50px;
	padding: 7px 10px 0 0;
}
.sf-icon.icon-large.sf-icon-cont {
	background-image: none;
	padding: 37px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	min-width: 69px;
	min-height: 69px;
}

/*========== 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;
}

.menu-item-language a{
	font-size:0;
}
.container .offset-by-two {
    padding-left: 80px;
}
.container .ten.columns {
    width: 620px;
}