/* 
Theme Name: Radius WordPress Theme
Theme URI: http://okaythemes.com/themes/radius
Description: A Super Clean Responsive Theme
Author: Mike McAlister
Author URI: http://okaythemes.com
Version: 2.2
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Modified by lucianog:
backgrounds "#F7F7F7" modified in "#FFFFFF" (other "#FFF" are different)
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img { border: 0 }

ol,
ul { list-style: none }

caption,
th { text-align: left }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    color: #4c4c4c;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font: 13px/20px 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 auto;
    background: #fff url(images/texture.jpeg);
    height: 100%;
    color: #444;
}

@font-face {
    font-family: 'EntypoRegular';
    src: url('includes/fonts/entypo/entypo-webfont.eot');
    src: url('includes/fonts/entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/entypo/entypo-webfont.woff') format('woff'), url('includes/fonts/entypo/entypo-webfont.ttf') format('truetype'), url('includes/fonts/entypo/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo { font-family: 'EntypoRegular' }

a { text-decoration: none }

a:hover { color: #666 }

hr {
    margin: 20px 0 20px;
    border: 0;
    border-bottom: 1px dashed #e6e6e6;
    height: 1px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

h3,
h4,
h5,
h6 {
    line-height: 28px;
    margin-bottom: 12px;
}

h3 { font-size: 18px }

h4 { font-size: 16px }

h5 { font-size: 14px }

h6 {
    font-size: 13px;
    color: #bfbfbf;
    text-transform: uppercase;
}

p { margin-bottom: 15px }

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.last { margin-right: 0 !important }

blockquote p {
    position: relative;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    color: #999;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding: 10px 15px 10px 50px;
    border-right: solid 10px #f0f0f0;
}

::selection {
    background: #666;
    color: #fff;
}

::-moz-selection {
    background: #666;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===[ Layout Styles ]===================================================== */

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.header-texture { background: url(images/dark-texture.png) repeat-x }

.header-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    background: #343333;
    background-image: linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -o-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(61,61,61)), color-stop(1, rgb(82,82,82)) );
}

.header {
    width: 940px;
    margin: 0 auto;
}

.header-left {
    padding-top:15px;
    float: none;
}

.hide-clear {
	display: none;
}

.header-left img { padding: 0 0 0 0 }

.header-left h1 { float:left; margin: 0 0 0 0 }

.socialicon{margin-top:10px; float:right; } .socialicon img{ margin:2px;}
.logo-text {
	margin-top: 7px;
}

.header-left h1 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: -1px;
}

.dashboard {

}

#nav .entypo a {
    border: 0 !important;
    font: 0/0 a !important;
    color: transparent !important;
    background-color: transparent !important;
    position: relative;
}

#nav li.entypo {
    box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    padding: 0 6px;
    height: 66px;
    border-left: dotted 1px rgba(0,0,0, .3);
}

#nav li.entypo:hover { background: rgba(0,0,0, .04) }

#nav .entypo a { margin-top: 25px }

#nav .entypo a:after {
    content: "2";
    font-family: 'EntypoRegular';
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 3px;
    margin-top: -5px;
}

#nav .sidebar-toggle { display: none }

/* ===[ Header Navigation Styles ]===================================================== */

.select-menu,
.select { display: none }

#nav {
    float: left;
    border-left: dotted 1px rgba(255,255,255, .1);
    border-right: dotted 1px rgba(0,0,0, .3);
    line-height: 22px;
}

#nav,
#nav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 1000;
}

#nav a {
    display: block;
    padding: 5px;
    color: #999;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
}

#nav > .current-menu-item > a,
#nav > li a:hover { color: #fff }

#nav > li.current-menu-item {
    background: #F26A4B;
    position: relative;
    box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    -moz-box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    -webkit-box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    border: none;
}

#nav > li.current-menu-item:hover {
 -webkit-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
-moz-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
}

#nav ul {
    position: absolute;
    display: none;
}

#nav li {
    float: left;
    position: relative;
    list-style-type: none;
    padding: 17px 0;
    border-right: dotted 1px rgba(255,255,255, .1);
    border-left: dotted 1px rgba(0,0,0, .3);
}

#nav > li:hover {
    box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
}

#nav > li:hover a { color: #fff }

#nav li.current-menu-item:first-child { border-left: none }

#nav li:last-child { margin-right: 0 }

#nav li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#nav > li > a { padding: 5px 12px }

#nav > li:last-child a {
    margin-right: 0px;
    border-right: none;
}

#nav > li:first-child a {

}

#nav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #999;
}

#nav .sub-menu {
    background: #454545;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -1px;
}

.sub-menu .sub-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav .sub-menu li {
    background: #333;
    background: url(images/dark-texture.png);
    border-left: none;
    border-right: none;
}

#nav .sub-menu li:first-child { border-top: dotted 1px #424242 }

#nav > li > ul { margin-top: 17px }

#nav li ul li {
    border-top: dotted 1px rgba(255,255,255, .1);
    border-bottom: dotted 1px rgba(0,0,0, .3);
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 0;
}

#nav li ul li:last-child {
    border-bottom: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#nav li ul li a {
    margin-right: 0px;
    font-size: 10px;
}

#nav li ul li a:hover {
    background: rgba(0, 0, 0, .1);
    color: #fff;
}

#nav li ul li:last-child a:hover {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#nav ul ul { top: auto }

#nav ul ul li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#nav li ul ul {
    right: 150px;
    margin: 0 0 0 0;
}

#nav li ul ul li {

}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul { display: none }

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul { display: block }

/* ===[ Title Styles ]===================================================== */

.home .page-title {
    text-align: center;
    border-bottom: none;
}

.page-title {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.search .page-title,
.archive .page-title {
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    border-bottom: none;
    padding: 0 15px;
}

.search .page-title h1,
.archive .page-title h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0;
}

.error404 .page-title {
    border-bottom: none;
    margin-bottom: 0px;
}

.page-title-portfolio {
    border-bottom: none;
    margin-bottom: 0;
}

.page-title a { color: #4c4c4c }

.page-title h2,
.page-title h1 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
}

.page-title h3 {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.page-title h3 a { color: #aaa }

.post-nav {
    font-size: 11px;
    border-top: dashed 1px #e6e6e6;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
}

.post-nav > span { float: left }

.post-nav a { color: #aaa }

.post-nav a:hover { color: #555 }

.next-prev-color { color: #666 }

.previous,
.next { color: #aaa }

.previous:hover,
.next:hover { color: #666 }

/* ===[ Showcase Styles ]===================================================== */

#header-slider {
    margin-bottom: 38px;
    min-height: 300px;
    background: url(images/loader.gif) center center no-repeat;
    z-index: 200;
}

.header-slider-sized {
	width:940px !important;
	margin: 50px auto 35px auto !important;
}

.no-slider {
	display: none;
}

.showcase {
    position: relative;
    background: url(images/irongrip.png);
    max-width: 100%;
}

.showcase-open {
}

.showcase-wrap { padding: 0 50px }

.showcase-info {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 41%;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-info-open {
    top: 24%;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.header-slider-sized .showcase-info-open {
	top:14%;
}

.showcase-info-open .hide-title { display: block }

.hide-title { display: none }

.showcase-info-open .showcase-title h2 { padding: 0 10px 0 10px }

.showcase-title h2 {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: -1px;
    font-size: 48px;
    display: block;
    background: #555;
    background: rgba(253, 167, 45, .5);
    background: rgba(123, 232, 75, .4);
    background: rgba(255, 246, 102, .6);
    background: rgba(87, 255, 206, .4) url(images/header-bg.png);
    background: rgba(0, 0, 0, .1) url(images/header-bg.png);
    line-height: 70px;
    padding: 15px 10px 20px 10px;
}

.showcase-title h2 a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0, .3);
    width: 940px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-title h2 a:hover {
    color: #eee;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-title .hide1 {
}

.showcase-title .hide2 {
	display: none;
}

.showcase-info-open .showcase-title .hide1 {
	display: none;
}

.showcase-info-open .showcase-title .hide2 {
	display: block;
}

.showcase-info-open .showcase-title-white {
	display: none;
}

.showcase-info-open .hide2 .showcase-title-white {
	display: block;
}

.close-slide {
	display: none;
}

.showcase-open .close-slide {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 20px;
	background: rgba(0, 0, 0, .30);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
}

.showcase-open .close-slide:hover {
	background: rgba(0, 0, 0, .40);
}

.showcase-title-white {
    color: #fff !important;
    background: none !important;
    text-shadow: 2px 2px 2px #333 !important;
}

.showcase-title-white a { color: #fff !important }

.showcase-title-white a:hover { color: #eee !important }

.showcase-title-hide {
    display: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-text {
    color: #ddd;
    display: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    line-height: 26px;
    text-shadow: 1px 1px 2px #333;
}

.showcase-meta ul {
    display: inline-block;
    border-top: dashed 1px #777;
    border-bottom: dashed 1px #777;
    margin-bottom: 20px;
}

.showcase-meta li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.showcase-meta li a {
    color: #fff;
    padding: 2px 10px;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.showcase-meta li a:hover {
    color: #ccc;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.showcase-meta .showcase-cat {
	margin-left: 10px;
	padding-right: 10px;
}

.showcase-meta .showcase-cat a {
	padding: 2px 0px;
}

.showcase-text p {
    width: 700px;
    margin: 0 auto;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #eee;
}

.showcase-more {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    padding: 2px 10px;
}

a.showcase-more:hover { color: #ccc }

.showcase-text-show {
    display: block;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-image {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-image-hide {
    opacity: .1;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.showcase-image img {
    width: 100%;
    height: auto;
}

.showcase-toggle a { color: #fff }

/* ===[ Blog Styles ]===================================================== */

#blog-slider ul li { margin-bottom: 10px }

#blog-slider .flex-control-nav {
    bottom: -10px;
    width: 940px;
}

.blog-post {
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.single .blog-post { margin-bottom: 30px }

.blog-post:before {
    content: " ";
    width: 684px;
    position: absolute;
    bottom: -4px;
    left: 8px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.blog-post:last-child { margin-bottom: 0px }

.blog-post blockquote p {
    position: relative;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    color: #999;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding: 10px 15px 10px 50px;
    border-right: solid 10px #f0f0f0;
    margin-right: 10px;
}

.post-dash {
    border-bottom: dashed 1px #e6e6e6;
    height: 1px;
    margin: 30px -20px 0 -20px;
}

.blog-content { padding: 0 0 0 0 }

.readmore {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}

.more-link { clear: both }

.blog-inside {
    padding: 25px 20px 0 15px;
    float: left;
}

.blog-meta {
    float: left;
    width: 115px;
    margin: 5px 25px 0 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.meta-links li { padding-left: 0px !important }

.blog-meta-date {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    float: left;
}

.blog-meta-date span {
    font-size: 18px !important;
    color: #555 !important;
}

.blog-meta li {
    background-image: none !important;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0 !important;
    color: #999;
    width: 100%;
    line-height: 18px;
    float: left;
}

.blog-meta .meta-links li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.blog-meta li a,
.blog-meta li { color: #999 }

.blog-meta li a:hover { color: #4c4c4c }

.blog-meta span.meta-list {
    font-size: 11px;
    float: left;
    width: 100%;
}

.blog-meta .tag-wrap {
    float: left;
    font-size: 11px;
    width: 92px;
}

.blog-meta .entypo {
    font-size: 28px;
    text-transform: none;
    color: #666;
    font-family: 'EntypoRegular';
    line-height: 10px;
    float: left;
    margin-right: 6px;
}

.blog-text {
    float: right;
    width: 525px;
}

.title-meta h2,
.title-meta h1 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 32px;
    font-size: 24px;
}

.title-meta h2 a,
.title-meta h1 a { color: #555 }

.title-meta h2 a:hover,
.title-meta h1 a:hover { color: #999 }

.blog-image {
    width: 100%;
    margin-bottom: 0;
    float: left;
}

.blog-image img {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.blog-image img:hover {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    opacity: .9;
}

.blog-post .okvideo { margin-bottom: 0px }

.blog-read-more {
    border-top: solid 1px #eee;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}

/* ===[ Tagcloud Styles ]===================================================== */

.tags {
    width: 620px;
    padding: 15px 0 15px 0;
    clear: both;
    margin-right: 35px;
    background: #f9f9f9;
}

.tags-list {
    width: 505px;
    float: left;
}

.tags-list ul {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
    margin-bottom: 0;
}

.tags-list ul li {
    display: block;
    padding: 0 19px 0 0;
    float: left;
}

.tags-list ul li p {
    font-size: 11px;
    font-weight: bold;
    color: #5a5a5a;
    float: none;
    padding: 0;
}

.tags-list ul li span {
    font-size: 11px;
    font-weight: bold;
    color: #a2a2a2;
    display: inline;
    padding: 0 0 0 4px;
}

.tags_rgt {
    float: right;
    width: 81px;
    margin-right: 15px;
}

.search .post-share,
.archive .post-share { display: none }

.post-share {
    margin-top: 20px;
    font-size: 11px;
    color: #555 !important;
}

.post-share li {
    padding: 0;
    margin: 0 !important;
}

.post-share li:hover { background: #FFFFFF }

.post-share a {
    color: #aaa;
    display: block;
    padding: 2px 5px 2px 5px !important;
}

.post-share a:hover { color: #4c4c4c }

.share-title {
    color: #666 !important;
    background: #FFFFFF !important;
    padding: 2px 5px 2px 5px !important;
    font-weight: bold;
    font-size: 10px;
}

.post-share li:hover { color: #fff }

.post-share .twitter,
.post-share .facebook,
.post-share .googleplus {
    padding-left: 0px;
    width: 125px;
}

.post-share .twitter:hover { background: #5ec8e8 }

.post-share .facebook:hover { background: #5d73a1 }

.post-share .googleplus:hover { background: #ca4c4c }

.post-share .twitter a:hover,
.post-share .facebook a:hover,
.post-share .googleplus a:hover { color: #fff }

.blog-navigation {
    padding: 0 0 10px 0;
    margin-top: -25px;
}

.single .blog-navigation { padding: 30px 0 30px 0 }

.blog-navigation a {
    text-decoration: none;
    padding: 10px 0;
    color: #666;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.blog-navigation a:hover { color: #999 }

.navigation a {
    text-decoration: none;
    padding: 10px 0;
    color: #555;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navigation a:hover { color: #999 }

.featured-image {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.fullsize-image {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.okvideo-wrap { margin: 50px 0 -10px 0 }

.okvideo {
}

.intro {
    color: #979797;
    font-size: 20px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 15px;
    border-top: dashed 1px #e6e6e6;
    border-bottom: dashed 1px #e6e6e6;
    padding: 10px 0;
}

/* ===[ Search Form Styles ]===================================================== */

\

#searchform { float: left }

#s {
    background: #fff;
    float: left;
    padding: 12px 25px 12px 8px;
    border: 0;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
    outline: none;
    width: 182px;
    margin: 0 0 0 0;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.error404 #s {
    background: #FFFFFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#s:focus,
#s:hover {

}

#searchsubmit {
    float: right;
    border: none;
    height: 30px;
    width: 30px;
    background: url(images/search-icon.png) no-repeat 5px center;
    outline: none;
    margin: 2px 0 0 -34px;
    display: block;
}

.content #searchsubmit { float: left }

#searchsubmit:hover { cursor: pointer }

#searchform .screen-reader-text { display: none }

.error404 h4 {
    color: #979797;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* ===[ Sidebar Styles ]===================================================== */

#sidebar-close { display: none }

#sidebar-close2 { display: none }

#sidebar {
    margin-top: 50px;
    width: 215px;
    float: right;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

#sidebar a { text-decoration: none }

#sidebar a:hover {

}

#sidebar .social-box {
    background: #fff;
    float: left;
    width: 215px;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

#sidebar .social-search { background: #f9f9f9 }

#sidebar .social-box a {
    padding: 10px 9px;
    border-right: dotted 1px #e6e6e6;
    float: left;
}

#sidebar .social-box a:first-child { padding-left: 12px }

#sidebar .social-box a:last-child {
    border-right: 0px;
    padding-right: 12px;
}

#sidebar .social-box a:hover { background: #FFFFFF }

#sidebar .widget {
    margin-bottom: 25px;
    clear: both;
    float: left;
    width: 215px;
}

#sidebar .widget h2 {
    background: #fff;
    color: #777;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;
}

#sidebar .widget li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 0px;
}

iframe { background: url(images/loader.gif) center center no-repeat }

.arrow-list li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 5px;
}

.tweet-list { padding-left: 0px !important }

.tweet-list li {
    list-style-type: none !important;
    padding: 0 0 10px 0 !important;
    margin-bottom: 10px !important;
    background: none !important;
}

.tweet-list li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-bottom: none;
}

.tweets-more {
    font-size: 11px;
    line-height: 20px;
    color: #aaa;
    margin-top: 10px;
}

.widget ul { padding: 0 0 0 15px }

.widget ul li {
    padding: 0;
    list-style-type: none;
}

.widget ul li ul { padding: 0 0 0 0 }

.tagcloud {
    padding: 0 0 0 0;
    text-align: center;
}

.tagcloud a {
    background: #FFFFFF;
    text-decoration: none;
    float: left;
    color: #888;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0 6px 12px 10px;
    padding: 0 8px 0 5px;
    position: relative;
}

.tagcloud a:before {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 10px solid #FFFFFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: -10px;
    display: block;
    content: "";
}

.tagcloud a:hover { color: #555 }

/* ===[ Comment Styles ]===================================================== */

.comments {
    float: left;
    position: relative;
    margin: 0;
    padding: 15px;
    width: 670px;
    border-top: none;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.comments:before {
    content: " ";
    width: 684px;
    position: absolute;
    bottom: -4px;
    left: 8px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.comments li { background: none !important }

h3#comments {
    padding: 15px 0 15px 0;
    margin: -15px -15px 25px -15px !important;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    background: #f9f9f9;
    letter-spacing: 0;
    color: #777;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0px 0 20px 0;
}

.comment #respond { margin-top: 0px }

#respond h3 {
    padding: 0 0 10px 0;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 25px;
}

#respond label {
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 0 15px;
    color: #aaa;
}

#respond p { margin-bottom: 15px }

#respond input[type="text"],
#respond textarea {
    color: #777;
    width: 50%;
    padding: 10px;
    font-size: 13px;
    border: none;
    background: #f0f0f0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#respond input:focus,
#respond textarea:focus {
    outline: none;
    background: #e9e9e9;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#respond .respond-submit {
    background: #555;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#respond .respond-submit:hover {
    background: #666;
    cursor: pointer;
}

.allowed {
    font-size: 11px;
    color: #888;
    float: left;
    margin: 0 0 15px 0;
}

.commentlist { list-style-type: none !important }

.commentlist li {
    padding: 0 20px 30px 20px;
    margin: 0 -15px 30px -15px !important;
    position: relative;
    list-style-type: none !important;
    border-bottom: dashed 1px #e6e6e6;
    position: relative;
}

.commentlist li:last-child { margin-bottom: 0 }

.commentlist li:before,
.commentlist ol .num {
    float: left;
    margin: 0 0 0 0 !important;
    content: none !important;
    counter-increment: none !important;
}

.children {
    margin-bottom: 0px !important;
    margin-top: 25px !important;
}

.children li {
    margin: 0 0 0 10px !important;
    padding-left: 25px !important;
    border-bottom: none;
    border-left: solid 3px #FFFFFF;
}

.children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-block { padding: 0 }

.comment-text {
    background: #fff;
    font-size: 13px;
}

.comment-text:before {
    width: 0;
    height: 0;
}

.reply { margin: 0px !important }

.reply a {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.comments .children .reply { text-align: left }

.reply a:hover {
    text-decoration: none;
    color: #777;
}

.reply a:after {
    content: "/";
    font-family: 'EntypoRegular';
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: -5px;
    right: -20px;
    color: #ccc;
}

#cancel-comment-reply {
    margin: 0 0 15px 0;
    float: right;
}

.comments .logged-in {
    float: left;
    font-size: 14px !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
    margin: 0 0 0 0;
    padding: 0 85px 0 0;
    float: left;
}

.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
}

.fn {
    float: left;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
}

.fn a { color: #666 }

.comment-info {
    margin-bottom: 10px;
    position: relative;
}

.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}

.comment-time {
    font-size: 11px;
    color: #999;
}

.comment-edit-link { font-size: 11px }

#comments #submit { padding: 10px 15px }

/* ===[ Sidebar Styles ]===================================================== */

.blog-entry {

}

.pro-title h4 {
    display: block float:left;
    width: 295px;
    background: url(images/design-repeat.gif) right center repeat-x;
}

.pro-title h4 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}

.pro-title h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    display: block float:left;
    width: 295px;
    background: url(images/design-repeat.gif) right center repeat-x;
}

.pro-title h3 span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    background: #3e3e3e;
    padding: 0 10px 0 0;
}

/* ===[ Section Styles ]===================================================== */

.container {
    width: 940px;
    margin: 0 auto;
}

.sized {
	width: 940px;
    margin: 0 auto;
}

#sections-wrap {
    margin: 0 0 0 0;
    padding: 0px 0 30px 0;
    background: url(images/texture.jpeg);   
}

#sections {
    width: 940px;
    margin: 0 auto;
}

.section-title {
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    background: url(images/title-bg.png) repeat-x 0 20px;
}

.section-title span {
    background: #fff;
    padding: 0 15px;
}

.section:first-child {
    padding-top: 0px;
    border-top: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.section {
    margin: 0 -9999px 0 -9999px;
    padding: 15px 9999px 20px 9999px;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: inset rgba(235,235,235, 0.4) 0px 20px 70px -5px;
    -moz-box-shadow: inset rgba(235,235,235, 0.4) 0px 20px 70px -5px;
    -webkit-box-shadow: inset rgba(235,235,235, 0.4) 0px 20px 70px -5px;
    border-bottom: 1px dashed #e6e6e6;
}

.section:last-child {
	margin-bottom: 0px;
	border-bottom: none
}

.section .column-wrap {
    width: 296px;
    margin: 0 0 0 0;
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.section .column-wrap:hover {
    background: url(images/box-hover.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-top: -5px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.section .column {
    background: #fff;
    position: relative;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.section .column:before {
    content: " ";
    width: 286px;
    position: absolute;
    bottom: -4px;
    left: 4px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.section .no-border {
    height: 1px;
    background: #fff;
    width: 100%;
    float: left;
    margin-top: -26px;
}

.section .column:last-child {
    margin-right: 0px;
    border-right: none;
}

/* ===[ Services Styles ]===================================================== */

.section-widget-wrap {
    display: block;
    float: left;
    width: 965px;
}

.services {
    overflow-x: hidden;
    position: relative;
    padding: 20px 20px 15px 20px;
}

.services h3 {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 3;
}

.services h3 a { color: #666 }

.services h3 a:hover { color: #888 }

.services .service-icon {
    position: absolute;
    right: -12px;
    top: -15px;
    font-family: 'EntypoRegular';
    font-size: 150px;
    color: #f0f0f0;
    z-index: 1;
}

.services p {
    margin: 0 0 12px 0;
    font-size: 13px;
}

/* ===[ Homepage Intro Styles ]===================================================== */

.intro-block h2 {
    color: #999;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    padding: 20px;
    position: relative;
    z-index: 6;
    font-family: "Abel", Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: -1px;
    font-size: 28px;
}

.intro-block h2:before {
    content: " ";
    width: 920px;
    position: absolute;
    bottom: -5px;
    left: 10px;
    background: #000;
    height: 3px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.08) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.08) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.08) 0px 1px 2px;
}

.mid-left {
    float: left;
    width: 448px;
}

.mid-left .widget { margin: 0 }

.mid-left h2 { font-size: 30px }

.mid-left h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #bbb;
    margin-top: 15px;
    border-top: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
    padding: 5px 0;
}

.mid-right {
    float: right;
    width: 447px;
}

.mid-right h2 {
    background: #fff;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.mid-right small {
    text-transform: uppercase;
    font-size: 10px;
    color: #aaa;
    clear: both;
    float: left;
    margin-top: 5px;
}

/* ===[ Homepage Portfolio Styles ]===================================================== */

.home-portfolio {
	padding-top: 15px;
}

.home-portfolio-left {
    float: left;
    width: 295px;
    position: relative;
}

.home-portfolio-left h3:before {
    content: "@";
    display: block;
    position: absolute;
    right: 0;
    font-family: 'Entypo';
    font-size: 120px;
    color: rgba(0,0,0, .04);
    z-index: 0;
    display: none;
}

.home-portfolio-right {
    /*float: right;*/
    width: /*605px*/100%;
}

.home-portfolio-item-wrap { width: /*625px*/ 100%; }

.home-portfolio-item {
    font-weight:100;
    font-size: 12px;
    float: left;
    margin: 0 20px 20px 0;
    width: /*188px*/31%;
    /*height: 150px;*/
    /*box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;*/
}

.home-portfolio-item:last-child { margin-right: 0 }

.home-portfolio-item-img {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    margin: 0px 10px 10px 0px;
    float:left;
}

.home-portfolio-item-img:hover {
    opacity: .85;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.home-portfolio-item-img img {
}

.portfolio-title {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 5px 0;
}

a.portfolio-title {
    color: #999;
    text-align: left;
    /*background: #fff;*/
    position: relative;
}

.home-portfolio-left .recent-posts li {
	
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.home-portfolio-left .recent-posts li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-portfolio-left .panes {
	padding-top: 5px;
}

.home-portfolio-left .recent-posts h3 {
	margin-bottom: 0px;
}

.home-portfolio-left .recent-posts h3 a {
	color: #666;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.home-portfolio-left .recent-posts h3 a:hover {
	color: #999;
}

.home-portfolio-left .recent-posts .excerpt {
}

.home-portfolio-left .recent-posts .recent-meta {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ddd; 
}

.home-portfolio-left .recent-posts .recent-read-more {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}

a.portfolio-title:hover { color: #666 }

/* ===[ Portfolio Page Styles ]===================================================== */

.filter-bar {
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    margin: 50px 0 20px 0;
}

.filter-list {
    padding: 10px 0 0 0;
    width: 730px;
    float: left;
}

.filter-list .entypo {
    font-size: 39px;
    color: #fff;
    text-transform: none;
    line-height: 0;
    float: left;
    background: #666 url(images/dark-texture.png);
    display: block;
    padding: 17px 12px 26px 12px;
    margin-top: -10px;
}

.filter-list .entypo:hover {
    cursor: pointer;
    background: #555;
}

.filter-list li { float: left }

.filter-list li a {
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    padding: 14px 15px 16px 15px;
}

.filter-list li.active a { background: #FFFFFF }

.filter-list li a:hover { background: #FFFFFF }

.portfolio-nav-mobile { display: none }

.portfolio-nav {
    float: right;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 11px;
}

.portfolio-nav a {
    color: #999;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    margin-left: 10px;
}

.portfolio-nav a:hover {
    color: #777;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.portfolio-nav .nav-left {
    float: right;
    width: 38px;
}

.portfolio-nav .nav-right {
    float: right;
    width: 38px;
    padding-left: 1px;
}

.next-text,
.prev-text { display: none }

.next-arrow,
.prev-arrow {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    line-height: 3px;
    float: right;
    background: #666 url(images/dark-texture.png);
    display: block;
    padding: 20px 10px;
    height: 3px;
}

.next-arrow:hover,
.prev-arrow:hover { background: #555 }

.next-arrow { border-left: dotted 1px rgba(0,0,0, .3) !important }

.prev-arrow { border-right: dotted 1px rgba(255,255,255, .1) !important }

.portfolio-item-wrap {
    width: 296px;
    height: 225px;
    margin: 0 25px 55px 0;
    float: left;
}



.portfolio-item {
    background: #fff;
    position: relative;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    padding-bottom: 10px;
    position: relative;
}

.portfolio-item:hover {
	-webkit-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .1);
	box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .1);
	margin-top:-2px;
}

.portfolio-item:last-child {
    margin-right: 0px;
    border-right: none;
}

.portfolio-item-img {
    margin-bottom: 10px;
    display: block;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.portfolio-item-img:hover {
    opacity: .95;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.portfolio-item h4 {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: center;
}

.portfolio-item h4 a { color: #666 }

.portfolio-item h4 a:hover { color: #aaa }

.portfolio-item p {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 0;
    text-align: center;
    line-height: 18px;
}

.portfolio-item .entypo {
    color: #ddd;
    font-size: 35px;
    position: absolute;
    bottom: 65px;
    right: 10px;
    display: none;
}

.sized { margin: 50px 0 30px 0 }

.white-bar {
    background: #fff;
    height: 0;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    margin-top: -38px;
}

.no-nav { margin-top: -38px }

/* ===[ Portfolio Meta Styles ]===================================================== */

.portfolio-sidebar {
    width: 215px;
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-top: 70px;
}

.meta-mobile { display: none }

.portfolio-meta {
    float: right;
    width: 215px;
    margin: 0 0 0 0;
}

.portfolio-meta h3 {
    border-bottom: dashed 1px #e6e6e6;
    padding-bottom: 12px;
}

.portfolio-meta-date {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    float: left;
}

.portfolio-meta-date span {
    font-size: 18px !important;
    color: #555 !important;
}

.portfolio-meta li {
    background: none !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
    color: #999;
    width: 100%;
    line-height: 18px;
    float: left;
}

.portfolio-meta li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.portfolio-meta li { color: #999 }

.portfolio-meta a { color: #999 }

.portfolio-meta li a:hover { color: #4c4c4c }

.blog-post .portfolio-meta span { width: auto }

.portfolio-meta span {
    font-size: 11px;
    margin-right: 10px;
    float: left;
    width: 100%;
}

.portfolio-meta .tag-wrap {
    float: left;
    width: 190px;
}

.portfolio-meta .entypo {
    font-size: 28px;
    line-height: 10px;
    float: left;
    margin-right: 6px;
    color: #666;
    text-transform: none;
}

/* ===[ Content Styles ]===================================================== */

.content-full { width: 900px !important }

.content-full:before {
    width: 924px !important;
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 8px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.content {
    width: 660px;
    float: left;
    position: relative;
    margin: 50px 0 60px 0;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.content:before {
    content: " ";
    width: 684px;
    position: absolute;
    bottom: -4px;
    left: 8px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.page-template-blog-php .content,
.single .content,
.search .content,
.archive .content {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
    width: 700px;
}

.page-template-social-php .content {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-top: 0px;
}

.page-template-social-php .content:before,
.page-template-blog-php .content:before,
.search .content:before,
.archive .content:before,
.single .content:before {
    content: "";
    height: 0px;
    display: none;
}

.error404 .content { min-height: 300px }

.portfolio-full {
    padding: 30px 0;
    width: 964px;
    position: relative;
}

.content ul,
.content ol { margin-bottom: 20px }

.content ul li {
    background: url(images/arrow-bullet.png) no-repeat left 9px;
    padding-left: 14px;
    list-style-type: none;
    margin-bottom: 25px;
}

.content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

/* ===[ Social Page Styles ]===================================================== */

.social-wrap {
    width: 964px;
    min-height: 350px;
}

.social-wrap-row {
    float: left;
    margin-bottom: 40px;
}

.social-widget {
    float: left;
    width: 270px;
    margin-right: 45px;
    margin-bottom: 25px;
    display: none;
    min-height: 350px;
}

.social-widget h2 {
    background: #fff;
    color: #777;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

/* ===[ Social Instagram Styles ]===================================================== */

.wpinstagram-wrap {
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    padding: 10px !important;
    position: relative;
    height: 250px;
}

#sidebar .wpinstagram-wrap { height: 195px }

.wpinstagram-wrap:before {
    content: " ";
    width: 260px;
    position: absolute;
    bottom: -5px;
    left: 5px;
    background: #000;
    height: 3px;
    background: #fff;
    border-top: solid 1px #FFFFFF;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

#sidebar .wpinstagram-wrap:before { width: 204px }

.wpinstagram img { max-width: 250px }

#sidebar .wpinstagram img { max-width: 195px }

#fancybox-title,
#fancybox-title-over { display: none !important }

.footer-widget .wpinstagram-wrap { height: 188px }

.footer-widget .wpinstagram-wrap:before { display: none }

.footer-widget .wpinstagram img { max-width: 188px }

/* ===[ Social Flickr Styles ]===================================================== */

.flickr-photos {
    margin: 0 !important;
    padding: 0 !important;
    width: 284px;
}

.flickr-photos li {
    background: none !important;
    padding: 0 !important;
    margin: 0 15px 15px 0 !important;
    display: inline;
    float: left;
    width: 117px;
    height: 88px;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.flickr-photos li img {
    position: relative;
    min-height: 88px;
    width: auto;
}

.flickr-more { font-size: 11px }

.page-template-social-php .content .flickr-more,
.page-template-social-php .content .tweets-more,
.page-template-social-php .content .dribbble-more {
    color: #aaa;
    font-size: 12px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.page-template-social-php .twitter-box a:hover,
.page-template-social-php .dribbble-more:hover,
.page-template-social-php .flickr-more:hover { color: #666 }

#sidebar .flickr-photos { width: 230px }

#sidebar .flickr-photos li { width: 90px }

/* ===[ Social Twitter Styles ]===================================================== */

.page-template-social-php .content .twitter-box {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
}

.page-template-social-php .content .twitter-box li { border-bottom: dashed 1px #e6e6e6 }

.page-template-social-php .content .twitter-box li:last-child { border-bottom: none }

.page-template-social-php .content .twitter-box a,
.page-template-social-php .content .tweets-more a
 { color: #aaa }

.page-template-social-php .content .tweet-list { margin-bottom: 0 }

.page-template-social-php .content .tweets-more { margin-top: 0 }

.page-template-social-php .content .tweets-more a:hover { color: #666 }

/* ===[ Social Dribbble Styles ]===================================================== */

.dribbbles {
    margin: 0 !important;
    padding: 0 !important;
    width: 284px;
}

.dribbbles li {
    background: none !important;
    padding: 0 !important;
    margin: 0 15px 15px 0 !important;
    display: inline;
    float: left;
}

.dribbbles li img {
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    padding: 5px !important;
    position: relative;
    max-width: 117px;
}

.dribbble-more a:hover { color: #666 }

#sidebar .dribbbles { width: 230px }

#sidebar .dribbbles li img { max-width: 90px }

.footer-widget .dribbbles { width: 222px }

.footer-widget .dribbbles li img { max-width: 86px }

/* ===[ Social Image Styles ]===================================================== */

.recent-photos {
    margin: 0;
    padding: 0;
    width: 284px;
}

.recent-photos li {
    margin: 0 15px 10px 0 !important;
    padding: 0 !important;
    background: none !important;
    float: left;
}

.recent-photos li img {
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    padding: 5px;
    position: relative;
}

#sidebar .recent-photos { width: 230px }

#sidebar .recent-photos li img { max-width: 90px }

.footer-widgets .recent-photos li img {
	max-width: 87px;
}

/* ===[ Footer Styles ]===================================================== */

.footer-wrap {
    background: #343333;
    background-image: linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -o-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(54,50,50)), color-stop(1, rgb(79,78,78)) );
    color: #aaa;
}

.footer-texture { background: url(images/dark-texture.png) }

.footer-wrap a { color: #eee }

.footer-wrap a:hover { color: #888 }

.footer { width: 100% }

.footer-text {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0px 30px 0px;
    font-family: Helvetica, sans-serif;
    border-top: dashed 1px #444;
}

.footer-text-left {
    width: 400px;
    float: left;
}

.footer-text-left ul { float: left }

.footer-text-left ul li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
}

.footer-text-left ul li a {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
    padding: 0px 5px;
    font-weight: bold;
}

.footer-text-left ul li a:hover {
    color: #fff;
    padding: 5px;
}

.footer-text-left ul li:first-child { padding-left: 0px }

.footer-text-left ul li.last { padding: 3px 0 0 0 }

.footer-text-left {
    width: 475px;
    float: none;
}

.footer-text-right {
    float: none;
    font-size: 10px;
    color: #aaa;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-text-right a { color: #fff }

.footer-text-right a:hover { color: #999 }

.home .footer-widgets {

}

.footer-widgets-wrap { width: 975px }

.footer-widgets {
    width: 940px;
    margin: 0 auto 0 auto;
    padding: 0px 0 75px 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.footer-widget {
    width: 208px;
    float: left;
    padding: 40px 35px 0 0;
    font-size: 12px;
}

.footer-widgets div:last-child {
    padding-right: 0px;
    margin-right: 0px !important;
}

.footer-widget a { text-decoration: none }

.footer-widget ul { margin: 0 0 0 0 }

.footer-widget li {
    background: url(images/arrow-bullet.png) no-repeat left 8px;
    padding-left: 14px;
    list-style-type: none;
}

.footer-widget p { line-height: 22px }

.footer-widget h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #eee;
    display: block;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: dashed 1px #555;
}

/* ===[ Deafult WP Styles ]===================================================== */

.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; /* Image does not overflow the content area */
    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 }

img.alignleft,
img.alignright {

}

.alignright { float: right }

.alignleft { float: left }

.aligncenter { text-align: center }

img.alignleft { margin: 5px 25px 20px 0 }

img.alignright { margin: 5px 0 20px 20px }

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

.wp-caption p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    border: solid 8px rgba(255, 255, 255, .70) !important;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}

.sticky {

}

.bypostauthor {

}

/* ===[ Contact Form 7 Styles ]===================================================== */

.wpcf7 input[type="text"] {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 200;
    color: #777;
    border: none;
    width: 50%;
    background: #e0e0e0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7 textarea {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #777;
    border: none;
    background: #e0e0e0;
    margin-top: 5px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    background: #e9e9e9;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.wpcf7 p {
    font-size: 10px !important;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.wpcf7 br { margin-bottom: 10px }

.wpcf7-submit {
    display: inline-block;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 44px;
    text-align: center;
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.wpcf7-submit:hover {
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    cursor: pointer;
}

.wpcf7-response-output {
    background: #faf7d6;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #ECF3E5;
    background: rgba(229, 243, 212, .5);
    padding: 15px !important;
    border: solid 1px #D2EFAC !important;
}

.wpcf7-validation-errors {
    margin-left: 0px !important;
    background: #FCF3F3;
    background: rgba(255, 238, 238, .5);
    border: solid 1px #FBDCDC !important;
    padding: 10px !important;
    margin-right: 0px !important;
}

/* ===[ Page With Sidebar Shortcode Column Styles ]===================================================== */

.two-third {
    width: 491px;
    margin: 0 40px 20px 0;
    float: left;
}

.two-third-last {
    width: 491px;
    margin-right: 0px !important;
    float: left;
}

.one-third {
    width: 273px;
    float: left;
    margin: 0 40px 20px 0;
}

.one-third-last {
    width: 273px;
    margin-right: 0px !important;
    float: left;
}

.one-sixth {
    width: 137px;
    float: left;
    margin: 0 40px 20px 0;
}

.one-sixth-last {
    float: left;
    margin-right: 0px !important;
}

/* ===[ Full Width Shortcode Column Styles ]===================================================== */

.content-full .two-third {
    width: 590px;
    margin-right: 30px;
    float: left;
}

.content-full .two-third-last {
    width: 590px;
    margin-right: 0px !important;
    float: left;
}

.content-full .one-third {
    width: 280px;
    float: left;
    margin: 0 30px 20px 0;
}

.content-full .one-third-last {
    width: 280px;
    float: left;
    margin-right: 0px !important;
}

.content-full .one-sixth {
    width: 125px;
    float: left;
    margin: 0 30px 20px 0;
}

.content-full .one-sixth-last {
    width: 125px;
    float: left;
    margin-right: 0px !important;
}

/* ===[ Shortcode Button Styles ]===================================================== */

.highlight {
    background: #fff890;
    color: #222;
    width: auto;
    display: inline;
    padding: 2px 3px;
    font-weight: normal;
}

.highlight a {
	font-weight: bold;
	color: #444;
	padding: 5px;
}

.highlight a:hover {
	color: #666;
}

.demo-button {
    margin-bottom: 6px;
    padding-top: 4px;
}

.demo-button span { margin-right: 4px }

.button a {

}

.button a:hover {

}

.button {
    display: inline-block;
    text-decoration: none;
    font: bold 10px/12px 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 6px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.button:hover { cursor: pointer }

.button.white {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.button.white:hover {
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.button.white a { color: #555 }

.button.gray {
    background: #bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
}

.button.gray:hover {
    background: #c2c2c2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.gray a { color: #555 }

.button.pink {
    background: #f67689;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}

.button.pink:hover {
    background: #f67c90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}

.button.pink a { color: #913944 }

.button.orange {
    background: #fecc5f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
}

.button.orange:hover {
    background: #fecb5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

.button.orange a { color: #996633 }

.button.green {
    background: #b7d770;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}

.button.green:hover {
    background: #b9d972;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}

.button.green a { color: #5d7731 }

.button.blue {
    background: #92dbf6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}

.button.blue:hover {
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}

.button.blue a { color: #42788e }

.button.purple {
    background: #dfaeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #7b5777;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}

.button.purple:hover {
    background: #e0b1db;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.purple a { color: #7b5777 }

.button.black {
    background: #525252;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
}

.button.black:hover {
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
}

.button.black a { color: #fff }

/* ===[ Shortcode Message Style ]===================================================== */

.message {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.message a { color: #555 }

.message a:hover { text-decoration: underline }

.message strong {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    border-bottom: dashed 1px #ccc;
    border-bottom: dashed 1px rgba(0,0,0, .1);
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    color: #555;
}

.red-message {
    background: #fff7f7;
    border: solid 1px #fddcdc;
    padding: 15px;
}

.green-message {
    background: #f1f9ea;
    padding: 15px;
    border: solid 1px #d0eeac;
}

.yellow-message {
    background: #fcfbe4;
    border: solid 1px #efebbc;
    padding: 15px;
}

.gray-message {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 15px;
}

/* ===[ Shortcode Tooltip Styles ]===================================================== */

.tooltip {
    display: inline;
    position: relative;
}

.tooltip a span {
    width: 115px;
    height: auto;
    line-height: 20px;
    padding: 5px 10px 0px 10px;
    left: 50%;
    margin-left: -58px;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #777;
    text-align: center;
    border: 4px solid #fff;
    background: rgba(255,255,255,1);
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 30px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
}

.tooltip a span:before,
.tooltip a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.12);
}

.tooltip a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.tooltip a:hover span {
    opacity: 0.9;
    bottom: 35px;
}

/* ===[ Shortcode Tabbed Box Styles ]===================================================== */

.tabs {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #eee;
}

.home-portfolio-left .tabs {
	box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    border-bottom: none;
}

#sidebar .tabs {
    border-bottom: none;
    height: auto;
}

.tabs li {
    float: left;
    text-indent: 0;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    background: #fff !important;
}

.content .tabs li a:hover { background: #FFFFFF }

.content .tabs li a:hover {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.tabs a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    margin: 0px;
    position: relative;
    color: #888;
}

.home-portfolio-left > .tabs a {
	font-weight: bold;
	font-size: 10px;
	width: 127px;
}

.home-portfolio-left > a:hover {
	background: #fbfbfb;
}

.tabs a:hover { color: #555 }

.tabs a:active { outline: none }

.tabs .current,
.tabs .current:hover,
.tabs li.current a {
    cursor: default !important;
    color: #555 !important;
    background: #FFFFFF;
}

.home-portfolio-left .tabs .current, .tabs .current:hover, .tabs li.current a {
	background: #666;
	color: #fff !important;
	font-weight: bold;
	font-size: 10px;
}

.panes .pane {
    display: none;
    padding-top: 15px;
    margin-top: -1px;
}

.change-font a {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    margin-right: 15px;
}

.change-font a:hover { color: #4c4c4c }

.footer-widget .twtr-widget .twtr-tweet {
	border-bottom: 1px dotted #666 !important;
}
.footer-widget .twtr-widget .twtr-tweet:last-child {
	border-bottom: none !important;
}


/* added by luciano */

.tableset td {
	padding: 5px !important;
}