/*
Theme Name: qm
Version: 1.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('css/reset.css');
@import url('css/skeleton.css');
@import url('css/animation.css');
@import url('css/buttons.css');
@import url('css/icons.css');

p {
	line-height: 16px!important;
}

.delta {
	margin: 0 20px!important;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter .img_frame {
	margin: 0 auto;
}
.center { text-align: center; }
.tar { text-align: right; }

/* =WordPress Core
-------------------------------------------------------------- */
p { text-indent: 1cm; }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 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;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}
.bypostauthor {}

.bglight {
	background: transparent url(images/bg_light.png) repeat 0 0;
}

img { max-width: 100%; }
.ie img { -ms-interpolation-mode: bicubic; }

/*-----------------------------------------------*/
/* FORM
/*-----------------------------------------------*/

input[type="text"], textarea, [type="password"] {
	padding: 5px;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 8px 5px rgba(161, 161, 160, 0.1) inset;
    border-radius: 1px;
    outline: none;
    color: #a1a1a0;
    text-shadow: 0 1px 0 #fff;
    background: rgba(255, 255, 255, 0.6);
}


/*-----------------------------------------------*/
/* LIST
/*-----------------------------------------------*/

ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

ol {
	list-style: none;
}

ul li {
	list-style-image: url(images/ico/list.png);
	margin-bottom: 5px;
}

ul.none {
	margin-left: 0;
}

ul.none li {
	list-style: none;
}

/*-----------------------------------------------*/
/* ALERT
/*-----------------------------------------------*/

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: rgba(252, 248, 227, 0.7);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6  {
	border-bottom: none!important;
	margin-bottom: 0!important;
}

.alert-heading {
  color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: black;
	text-shadow: 0 1px 0 white;
	text-decoration: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.alert-success {
  color: #468847;
  background-color: rgba(223, 240, 216, 0.6);
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: rgba(242, 222, 222, 0.6);
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: rgba(217, 237, 247, 0.6);
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert br {
	display: none;
}

.alert p {
	margin-bottom: 5px!important;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*-----------------------------------------------*/
/* TITLE
/*-----------------------------------------------*/

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	border-bottom: 1px dashed #cacaca;
	width: 98%;
	padding-bottom: 2px;
}

.content h4, .content h5, .content h6, #footer h4, #footer h5, #footer h6 {
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* ICO
/*-----------------------------------------------*/

.ico {
	width: 9px;
	height: 10px;
	margin-right: 5px;
	float: left;
}

.ico.clock {
	background: transparent url(images/ico/clock.png) no-repeat 0 0;
	margin-top: 1px;
}

.ico.comment {
	background: transparent url(images/ico/comment.png) no-repeat 0 0;
	margin-top: 2px;
}

/*-----------------------------------------------*/
/* Header
/*-----------------------------------------------*/

#header {
	background: #fff url(images/nav_bg.png) repeat-x 0 0;
	margin: 35px 0 30px;
	height: 50px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

#header nav ul {
	margin: 0;
}

#header nav ul li {
	float: left;
	display: inline;
	position: relative;
	margin-bottom: 0;
}

#header nav ul li a {
	display: inline-block;
	text-decoration: none;
	color: #282828;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	padding: 15px 8px;
	line-height: 20px;
}

#header nav ul ul {
	opacity: 0;
  	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	z-index: 9999;
	height: 0px;
	overflow: hidden;
	min-width: 100%;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	background: rgb(255, 255, 255) url(images/nav_bg.png) repeat-x 0 0;
	background: rgba(255, 255, 255, 0.7) url(images/nav_bg.png) repeat-x 0 0;
	border-radius: 0 0 1px 1px;
}

#header nav ul li span {
	display: none;
}

#header nav ul li:hover ul {
	opacity: 10;
  	filter: alpha(opacity=100);
	height: auto;
	overflow: auto;
	display: block;
}

#header nav ul ul li {
	float: none;
	display: list-item;
	min-width: 150px;
}

#header nav ul ul li a {
	display: block;
	line-height: 10px;
	padding: 10px 10px;
	text-transform: none;
	position: relative;
	z-index: 999999;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.79);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#header nav ul li:hover > a, #header nav ul li.current-menu-item > a, #header nav ul li.current_page_parent a, #header nav ul li.menu-item-object-custom a, #header nav ul li. {
	background-color: rgba(0, 0, 0, 0.87);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.ie #header nav ul li:hover a, .ie #header nav ul li.current-menu-item a {
	background-color: #111!important;
}

#header nav ul li.current-menu-item {
	font-weight: bold;
}

#header nav ul li.current-menu-item > a {
	font-weight: bold;
}

#header nav select {
	display: none;
	margin: 15px 0 0 10px;
	width: 100px;
}


#logo {
	position: relative;
}

#logo img {
	position: absolute;
	cursor: pointer;
}


/*-----------------------------------------------*/
/* Slider
/*-----------------------------------------------*/

.slider #polaroid {
	height: 370px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1px;
}

.slider .row {
	border-top: 3px solid rgba(255, 255, 255, 0.9);
	border-bottom: 3px solid rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.5);
}

.slider #texture {
	width: 960px;
	height: 370px;
	position: absolute;
	top:0;
	right:0;
	z-index: 90;
}

.slider #texture.nivo {
	top: 3px!important;
}

/* The Nivo Slider styles */
.nivoSlider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	position:relative;
	width:960px;
	height:370px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-box img, .nivo-slice img { max-width: none!important; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8!important;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 4px;
	z-index: 1000;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}

.nivo-controlNav a.active {
	background-color: transparent;
	width: 8px;
	height: 8px;
}


.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivoSlider img {
    display:none;
}

#slider_content {
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 1px;
	width: 350px;
	float: right;
	color: #282828;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2000;
}

#slider_content p {
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* BOXES (TABS)
/*-----------------------------------------------*/

#boxes {
	margin-bottom: 15px;
}

#boxes h3 {
	height: 15px;
	padding-top: 10px;
	padding-left: 15px;
	text-shadow: 0 0 0 transparent, 0 1px 0px #fff;
	font-size: 19px;
}

#boxes .one-third {
	background: transparent url(images/tabs_bg_light.png) repeat 0 0;
	padding-bottom: 5px;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#boxes .one-third.active {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


#boxes .one-third p {
	margin: 10px 15px 10px 15px;
	text-shadow: 0 0 0 transparent, 0 1px 0 #fff;
	font-size: 12px;
}

#boxes .one-third img {
	float: right;
	margin: 10px 0 10px 10px;
}

#box1, #box2, #box3 {
	cursor: pointer;
	border-radius: 1px;
}

#boxes_content {
	width: 100%;
	margin:15px 0 20px;
}

.box_content {
	display: none;
	font-size: 12px;
	padding: 20px 0 20px;
	background: transparent url(images/tabs_bg_light.png) repeat 0 0;
	border-radius: 1px;

}

.box_content .portfolio-item {
	margin-bottom: 0;
}

.box_content h6, .box_content p {
	padding-left: 5px;
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/* BLOG
/*-----------------------------------------------*/

.entry {
	position: relative;
}

.content {
	padding: 0;
	margin-bottom: 15px;
}

h3.title a {
	text-decoration: none;
}

.meta {
	font-size: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	margin-bottom: 15px;
	margin-left: -10px;
	padding: 10px;
	background: rgba(0,0,0,0.05);
	border-radius: 1px;
	border: 1px dashed #cacaca;
	border-left: none;
}

.page-template-template-sidebar-left-php .meta {
	border-left: 1px dashed #cacaca;
	border-right: none;
}

.page-template-template-sidebar-left-php #breadcrumb, .page-template-template-sidebar-left-php #page_title h1 {
	margin-left: 330px;
}

.meta a {
	text-decoration: none;
}

.meta .comment_count {
	float: right;
}

.category .entry, .tag .entry, .entry.shortcode {
	min-height: 150px;
	margin-bottom: 40px;
}

.category .entry h3.title, .tag .entry h3.title, .entry.shortcode h3.title {
	margin-left: 120px;
	margin-bottom: 0;
}

.entry.shortcode h3.title {
	border-bottom: none;
	width: auto;
}

.category .entry .meta, .tag .entry .meta, .entry.shortcode .meta {
	padding-left: 150px;
}

.category .entry .content, .tag .entry .content, .entry.shortcode .content {
	padding-left: 140px;
}

.category #page_content, .tag #page_content {
	margin-top: 40px;
}


.circle-thumb {
	position: absolute;
	left: -25px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
    display: block;
    outline: none;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 50;
}

.circle-thumb:hover {
    box-shadow:
	    inset 0 0 0 15px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 30px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 45px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*-----------------------------------------------*/
/* SHARING
/*-----------------------------------------------*/

#share {
	float: left;
	margin-left: -10px;
	padding: 5px 0 2px 10px;
	border-radius: 1px;
	border-left: none;
	/*background-color: #000000;*/
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.05)),to(rgba(0, 0, 0, 0.00)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
}

#share:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.social-button {
	float: left;
	width: 100px;
}

.social-button.twitter {
	width: 115px;
}

/*-----------------------------------------------*/
/* COMMENTS
/*-----------------------------------------------*/

#comments {
	margin:50px 0 10px 0;
}

#comments h5, #respond h5 {
	color: #aaa;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#comments h3{
	padding-top:0;
}

#comments .image{
	float:left;
	height:61px;
	margin-bottom: 25px;
}

#comments .image img {
	-webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 2px;
}

#comments .image a{
	float:left;
	height:61px;
}

#comments ol{
	margin:5px 0 30px -10px;
	width: 630px;
	border: 1px dashed #cacaca;
	border-left: none;
}

#comments ol.pinglist li{
	padding:0;
	margin:0;
	border:none;
	width:100%;
}

#comments ol.pinglist li a{
	font-weight:normal;
}

#comments h3.pingheader{
	margin:30px 0 15px 0;
}

#comments ol, #comments ul{
	float:left;
	background: rgba(0, 0, 0, 0.05);
}

#comments ol ul{
	width:460px;
	float:left;
	border-left:1px dashed #ccc;
	margin:0 0 0 30px;
	padding:0 0 0 50px
}

#comments ul.children {
	background: none;
}

#comments ul li {
	list-style: none;
}

#comments ol li.depth-1 > ul.children {
	margin-bottom: 20px!important;
}

#comments .children .image {
	margin-left: -10px;
}


#comments ol ul ul{
	width:428px;
	margin:8px 0 0 20px;
}

#comments ol ul ul ul{
	width:409px;
}

#comments ol ul ul ul ul{
	width:355px;
}

#comments ol ul ul ul ul ul{
	width:302px;
}

#comments ol .line{
	display:none;
}

#comments ol ul .line{
	display: block;;
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px dashed #ccc;
	margin:-15px 0 0 -59px;
}

#cancel-comment-reply-link {
	color: #ff0031!important;
}

#comments ol ul li{
	padding:17px 0px 17px 0px;
	border:none;
}

#comments ol ul .details {
	margin: 0 0 0 20px;
	float:left;
	width:365px;
}

#comments ol ul ul .details {
	width:310px;
}

#comments ol ul ul ul .details {
	width:230px;
}

#comments ol ul ul ul ul .details {
	width:198px;
}

#comments ol ul ul ul ul .details {
	width:150px;
}

#comments ol li{
	padding:10px 10px 0 10px;
	border-bottom:1px dashed #ccc;
	float:left;
	margin:10px 10px 10px 20px;
	background: none;
}

#comments ol li:last-of-type{
	border-bottom: none;
}

#comments .details {
	margin: 0 0 0 20px;
	float:left;
	width:470px;
	color: #888;
}

#comments .details .name span.date{
	font-size:10px;
	color:#999;
	font-style:italic;
}

#comments .details .name span.date a {
	color:#999;
	font-size:11px;
}

#comments .details .name a{
	font-size:12px;
}

#comments .details .name{
	margin:0 0 10px 0;
}

#comments .details .name span.author a:hover {
	text-decoration: underline;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a, #comments .details .name span.author{
	color:#444;
}

/* respond -------------- */

#respond{
	border-top:none;
	border-bottom:none;
	margin:1px 0 0 1px;
}

#respond h3 {
	padding-bottom: 0;
}

#respond.contact{
	border:none;
	margin:1px 0 0 1px;
	padding:25px 25px 0 10px;
}

#respond form{
	display:block;
	float:left;
	margin: 0 10px;
}

#respond.contact form{
	margin:0;
}

ol #respond form{ margin:0;}

ol #respond{ border:none; padding:30px 0 0 0; float:left;}
ol #respond, ol #respond h3{width:550px;}
ol #respond textarea{width:540px;}

ol ul #respond, ol ul #respond h3{width:460px;}
ol ul #respond textarea{width:450px;}

ol ul ul #respond, ol ul ul #respond h3{width:400px;}
ol ul ul #respond textarea{width:295px;}
ol ul ul #respond{ width:390px;}
ol ul ul #respond p{ width:400px;}

ol ul ul ul #respond, ol ul ul ul #respond h3{width:310px;}
ol ul ul ul #respond textarea{width:270px;}
ol ul ul ul #respond{ width:310px;}
ol ul ul ul #respond p{ width:310px;}

#respond p{
	float:left;
	margin:0 0 10px 0;
}

#respond input[type="submit"] {
	margin: 10px 0 0;
}

#respond input[type="text"]{
	margin:0 18px 0 0;
	width:190px;
	float:left;
}

#respond textarea {
	margin:0 0 0 0;
	width:500px;
	float:left;
}

#respond label, .cancel-comment-reply{
	width:100px;
	display:block;
	float:left;
	padding:5px 0 0 0;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
}

.cancel-comment-reply{
	padding:10px 0 10px 0;
	width:300px;
}

#respond.contact label{
	width:400px;
	display:block;
	float:left;
	padding:0 0 10px 0;
}

/*-----------------------------------------------*/
/* SEARCH
/*-----------------------------------------------*/

.search_wp {
	padding: 5px 5px 5px 20px!important;
	background: rgba(255, 255, 255, 0.6) url(images/ico/search.png) no-repeat 7px 8px!important;
	width: 87%;
}

/*-----------------------------------------------*/
/* BREADCRUMB
/*-----------------------------------------------*/

#breadcrumb {
	font-size: 10px;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 15px;

}


/*-----------------------------------------------*/
/* Minitabs
/*-----------------------------------------------*/

.minitabs_container {
    margin-bottom: 20px;
}
ul.minitabs {
    overflow:hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}
ul.minitabs li {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #bbb;
    border-bottom: 0;
    display: inline;
    float: left;
    margin: 0 3px 0 0;
    padding: 1px 1px 0px;
    background: none;
}
ul.minitabs a {
    display: block;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 2px 15px 2px;
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 1px;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #aaa;
}
ul.minitabs a:hover {
	color: #555;
    text-shadow: 0 1px 0 #fff;
}
ul.minitabs li a.current {
	color: #555;
    text-shadow: 0 1px 0 #fff;
    cursor: default;
    margin-bottom: 0px;
    padding-bottom:3px;
}
.minitabs_container .panes {
    margin: 0;
    padding: 15px 10px;
    border-top: 1px solid #cacaca;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.70)),to(rgba(254, 255, 253, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(254, 255, 253, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#fefffd');
	-webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.minitabs_container .panes p {
	margin-bottom: 10px;
}
.minitabs_container .panes > div{
    display:none;
    overflow:hidden;
}

/*-----------------------------------------------*/
/* Toggle
/*-----------------------------------------------*/

.toggle_title {
	font-size: 16px;
	border: 1px solid #cacaca!important;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 0!important;
	cursor: pointer;
}

.toggle_title.active {
	-webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px dotted #cacaca!important;
}

.toggle_title span {
	float: left;
	margin: 2px 7px 0 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/ico/sprite-black.png");
	background-position: 0 -96px;
}


.toggle_title.active span {
	background-position: -24px -96px;
}

.toggle_title:hover span {
	background-position: -312px -144px;
}

.toggle_title.active:hover span {
	background-position: -288px -144px;
}

.toggle_content {
	border: 1px solid #cacaca;
	border-top: 1px dotted #cacaca;
	padding: 9px 10px;
	margin: 1px 0 10px;
	display: none;
	background: rgba(255, 255, 255, 0.7);
	clear: left;
	margin-right: 1px;
	-webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*-----------------------------------------------*/
/* PAGE
/*-----------------------------------------------*/

#page_title h1 {
	padding: 5px 10px 5px 0px;
	text-shadow: 0 1px 0 #fff;
}

#page_content {
	padding-left: 10px;
}

#page_content p {
	margin-bottom: 15px;
	line-height: 17px!important;
}

.page h1 {
	margin-bottom: 0;
}

/*-----------------------------------------------*/
/* POST
/*-----------------------------------------------*/

#post_title h1 {
	padding: 5px 10px 0 0px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 2px;
}

#post_content {
	padding-left: 10px;
	min-height: 400px;
}

#post_content p {
	margin-bottom: 15px;
	line-height: 16px!important;
}

#tags {
	margin-bottom: 15px;
	font-size: 11px;
}

/*-----------------------------------------------*/
/* Images
/*-----------------------------------------------*/

.thumbnail img {
	position: relative;
	padding: 4px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 0.2);
}

.img_styled {
	margin-bottom: 10px;
}
.img_styled img {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 4px;
	background: rgba(255, 255, 255, 0.8);
}

.img_size_small {
	margin: 0 10px 10px 0;
}

.img_size_medium {
	margin: 0 15px 15px 0;
}

.img_size_large, .img_size_fullwidth {
	margin-bottom: 20px;
}

.thumbnail img {
	margin-bottom: 15px;
}

#post_content .thumbnail img {
	margin-bottom: 15px;
}

a.fancy {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 0;
}

a.fancy .overlay {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	-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;
}

a.fancy:hover .overlay {
	-moz-box-shadow: inset 0 0 90px #000000;
	-webkit-box-shadow: inset 0 0 90px #000000;
	box-shadow: inset 0 0 90px #000000;
}

a.fancy .icon-resize-full {
	position: absolute;
	bottom: 8px;
	right: 8px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-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;
}

.gallery a.fancy .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.gallery a.fancy .icon-resize-full {
	bottom: 5px;
	right: 5px;
}

a.fancy:hover .icon-resize-full {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-moz-transform: rotate(-360deg);
	-webkit-transform: translateZ(0) rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

/*-----------------------------------------------*/
/* Code Shortcode
/*-----------------------------------------------*/
.code, .pre {
	border: 1px solid #ccc;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	overflow:auto;
	text-shadow: #fff 0 1px 0;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	clear: left;
}
.code {
	padding:20px 4px;
	background: #F2F3F5 url("images/code_bg.gif") repeat scroll 0 0;
	line-height: 20px;
}

.pre {
	padding:20px 4px;
	line-height: 20px;
}

/*-----------------------------------------------*/
/* VIDEO
/*-----------------------------------------------*/

.video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------*/
/* Typography Shortcode
/*-----------------------------------------------*/
blockquote {
	font-size: 16px;
	padding: 10px 20px 10px 45px;
	background: transparent url(images/quote-black.png) no-repeat 0 3px;
	color: #ababab;
	text-shadow: 0 1px 0 #fff;
	font-style: italic;
}
blockquote p {
	margin-bottom:3px!important;
	line-height: 20px;
}
blockquote.alignleft {
	margin: 10px 20px 0 0!important;
	width: 220px;
}
blockquote.alignright {
	margin: 10px 0 0 20px;
	width: 220px;
}
blockquote cite {
	color: #888;
	font-size: 12px;
	margin-left: 15px;
	font-style: normal;
}

/*-----------------------------------------------*/
/* Hightlight Shortcode
/*-----------------------------------------------*/
.highlight {
	padding: 0 3px;
	padding: 1px 3px;
	text-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.highlight.red {
	background-color: #ffcccf;
	color: #A14A40;
}

.highlight.blue {
	background-color: #D7E7F5;
	color: #5E6984;
}

.highlight.yellow {
	background-color: #FFF9CC;
	color: #736B4C;
}

.highlight.green {
	background-color: #E2F2CE;
	color: #466840;
}

.highlight.dark {
	background-color: #333;
	color:#fff;
}

/*-----------------------------------------------*/
/* Dropcaps
/*-----------------------------------------------*/

.dropcap1 {
	float: left;
	font-size: 36px;
	margin: 4px 10px 2px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px 6px;
	text-shadow: 0px -1px 0px #000000; color: #ffffff; background-color: #161619; background-image: -moz-linear-gradient(top, #343437, #000000); background-image: -ms-linear-gradient(top, #343437, #000000); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343437), to(#000000)); background-image: -webkit-linear-gradient(top, #343437, #000000); background-image: -o-linear-gradient(top, #343437, #000000); background-image: linear-gradient(top, #343437, #000000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343437', endColorstr='#000000', GradientType=0); border-color: #161619 #000000 #000000 #161619; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.dropcap2 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
}

.dropcap3 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
	font-style: italic;
}

/*-----------------------------------------------*/
/* TABLE
/*-----------------------------------------------*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 18px;
}

table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cacaca;
  background: rgba(249, 249, 249, 0.4);
}

table th {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #cacaca;
}

.compact th,
.compact td {
  padding: 4px 5px;
}

table {
  border: 1px solid #cacaca;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

table th,
table td {
  border-left: 1px solid #cacaca;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: rgba(249, 249, 249, 0.7);
}

table tbody tr:hover td,
table tbody tr:hover th {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/*-----------------------------------------------*/
/* GALLERY
/*-----------------------------------------------*/

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
}
.gallery .gallery-image-wrap {
    overflow:hidden;
    position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    height: auto;
    display:block;
    margin: 0 auto;
}
.gallery-caption {
    margin-left: 0;
}

.gallery a.fancy {
	width: 150px;
	height: 150px;
	margin: 0 auto 2px;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/*-----------------------------------------------*/
/* SIDEBAR
/*-----------------------------------------------*/

#sidebar {
	padding-left: 10px;
	margin-bottom: 20px;
	background: #f0eded;
	background: rgba(0,0,0,0.05);
	border-radius: 1px;
	border: 1px dashed #cacaca;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 310px;
}

.ie #sidebar {
	width: 295px;
}

.page-template-template-sidebar-left-php #sidebar {
	margin-right: 10px;
	margin-left: 0!important;
	border-right: 1px dashed #cacaca;
	border-left: none;
}

/*-----------------------------------------------*/
/* WIDGET
/*-----------------------------------------------*/


#sidebar a {
	color: #777;
}

.widget h4 {
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
}

#sidebar .widget {
	padding: 10px;
}

#sidebar .widget ul {
	margin-left: 12px;
}

#sidebar .widget ul li {
	margin-bottom: 5px;
}

#sidebar .widget ul li a {
	text-decoration: none;
}

#footer .row {
	margin-bottom: 10px;
}

#footer .widget {
	padding: 20px 5px 0 15px;
}

#footer .widget p {
	margin-bottom: 10px;
	padding-left: 5px;
}

#sidebar .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 7px 7px 0;
	border-radius: 1px;
	background-color: #fff;
	padding: 5px;
	width: 75px;
	height: 75px;

}

#footer .hb_flickr_widget .flickr_badge_image {
	float: left;
	margin:0 7px 7px 0;
	padding: 5px;
	border-radius: 1px;
	background-color: rgba(0,0,0,0.5);
	width: 75px;
	height: 75px;
}

.widget_ga_instagram-widget ul {
	margin-left: 0!important;
}

#sidebar .widget_ga_instagram-widget ul li {
	float: left;
	margin:0 7px 7px 0;
	list-style: none;
	width: 75px;
	height: 75px;
	background-color: #fff;
	padding: 5px;
}

#footer .widget_ga_instagram-widget ul li {
	float: left;
	margin:0 7px 7px 0;
	padding: 5px;
	border-radius: 1px;
	background-color: rgba(0,0,0,0.5);
	list-style: none;
	width: 75px;
	height: 75px;
}


.widget_ga_instagram-widget ul li a, .flickr_badge_image a {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
}

.widget_ga_instagram-widget ul li a:before, .flickr_badge_image a:before, .recentpost a.thumb_widget:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.widget_ga_instagram-widget ul li a:hover:before, .flickr_badge_image a:hover:before {
	-moz-box-shadow: inset 0 0 40px #000000;
	-webkit-box-shadow: inset 0 0 40px #000000;
	box-shadow: inset 0 0 40px #000000;
}

.hb_tweet_widget #twitter_update_list {
	margin-left: 0;
}

#footer .hb_tweet_widget #twitter_update_list li {
	background: transparent url(images/quote.png) no-repeat 0 3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li {
	background: transparent url(images/quote-black.png) no-repeat 0 3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li, #footer .hb_tweet_widget #twitter_update_list li {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 11px;
}

#sidebar .hb_tweet_widget #twitter_update_list li span, #footer .hb_tweet_widget #twitter_update_list li span {
	display: block;
	margin-bottom:3px;
}

#sidebar .hb_tweet_widget #twitter_update_list li a, #footer .hb_tweet_widget #twitter_update_list li a {
	color: #ccc;
	text-decoration: none;
}

#sidebar .hb_tweet_widget #twitter_update_list li span a, #footer .hb_tweet_widget #twitter_update_list li span a, #footer .widget a {
	color: #ddd;
}

.hb_social_widget ul {
	margin-left: 10px;
	margin-right: 10px;
}

.hb_social_widget ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
	background: none;
}

.hb_recentpost_widget .recentpost ul {
	margin-left: 0!important;
}

.hb_recentpost_widget .recentpost ul li, .hb_portfolioitem_widget .recentpost ul li {
	list-style-image: none;
	list-style: none;
	margin-bottom: 10px!important;
}

.hb_recentpost_widget .recentpost ul li .thumb_widget, .hb_portfolioitem_widget .recentpost ul li .thumb_widget {
	line-height: 0px;
}

.recentpost a.thumb_widget {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 3px solid rgba(255, 255, 255, 0.4);
}


.hb_recentpost_widget .recentpost ul li .thumb_widget img, .hb_portfolioitem_widget .recentpost ul li .thumb_widget img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#sidebar .widget .recentpost .thumb_widget, #footer .widget .recentpost .thumb_widget {
	float: right;
	margin-left: 10px;
	color: #444;
}

#sidebar .widget .recentpost .desc, #footer .widget .recentpost .desc {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 3px;
}

#footer .widget .recentpost h5, #sidebar .widget .recentpost h5 {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .widget .recentpost h5, #sidebar .widget .recentpost h5 a {
	text-decoration: none;
}

.widget .recentpost span.date {
	font-size: 10px;
	color: #999;
}

/*-----------------------------------------------*/
/* Google Maps
/*-----------------------------------------------*/

.gmaps {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
    position: relative;
    margin: 0 auto;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.gmaps .holder {
    overflow: hidden;
    position: relative;
    z-index: 799;
}

.gmaps iframe {
    z-index: -999;
    position: absolute;
}

.gmaps .shadow1, .gmaps .shadow2, .gmaps .shadow3, .gmaps .shadow4 {
	width: 50%;
	height: 50%;
	z-index: 999;
	position: absolute;
	background: url(data: image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
	pointer-events: none;
}

.gmaps .shadow2 {
	left: 50%;
}

.gmaps .shadow3 {
	top: 50%;
}

.gmaps .shadow4 {
	top: 50%;
	left: 50%;
}


/*-----------------------------------------------*/
/* WORD ROTATOR
/*-----------------------------------------------*/

.wordrotator {
	padding: 10px 15px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 1px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.wordrotator.bg {
 	background: rgba(255, 255, 255, 0.6) url(images/bg_light.png) repeat 0 0;
}

.content .wordrotator.bg {
	border: 1px dashed #cacaca;
	border-left: none;
	border-right: none;
}

.wordrotator h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wr-sentence {
	margin: 0;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
.wr-sentence span {
	color: #444;
}
.wr-words {
	display: inline;
	text-indent: 10px;
}

.ie.page-template-template-homepage-php .wordrotator, .ie.page-template-template-homepage-php .wordrotator h2 {
	display: none;
}

@-webkit-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes wordRotate {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}


/*-----------------------------------------------*/
/* PORTFOLIO
/*-----------------------------------------------*/

.page-template-template-portfolio-php #page_title h1 {
	margin-bottom: 10px;
}

#portfolio {
	margin-bottom: 20px;
}

#filters {
	float: right;
	margin-bottom: 35px;
	margin-top: -52px;
	margin-right: 10px;
}

.ie #filters {
	display: none;
}

#portfolio .hidden-input {
	display: none;
}

#filters .btn {
	cursor: pointer;
}

.portfolio-item .circle-thumb {
	position: inherit;
	left: auto;
	margin: 0 auto;
}

#portfolio.threecols .portfolio-item .circle-thumb {
	width: 250px;
	height: 250px;
}

#portfolio.fourcols .portfolio-item .circle-thumb {
	width: 200px;
	height: 200px;
}

#portfolio.fivecols .portfolio-item .circle-thumb {
	width: 160px;
	height: 160px;
}

.portfolio-item .circle-thumb:hover, .portfolio-item .circle-thumb.hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#portfolio.threecols .portfolio-item .circle-thumb:hover, #portfolio.threecols .portfolio-item .circle-thumb.hover, .portfolio.shortcode .portfolio-item .circle-thumb:hover {
    box-shadow:
	    inset 0 0 0 25px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 50px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 75px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 100px rgba(255, 255, 255, 0.2);
}

#portfolio.fourcols .portfolio-item .circle-thumb:hover, #portfolio.fourcols .portfolio-item .circle-thumb.hover {
    box-shadow:
	    inset 0 0 0 20px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 40px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 80px rgba(255, 255, 255, 0.2);
}

#portfolio.fivecols .portfolio-item .circle-thumb:hover, #portfolio.fivecols .portfolio-item .circle-thumb.hover {
    box-shadow:
	    inset 0 0 0 15px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 30px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 45px rgba(255, 255, 255, 0.2),
	    inset 0 0 0 60px rgba(255, 255, 255, 0.2);
}

.portfolio-item {
	position: relative;
	width: 0px;
	float: left;
	margin-left: 11px;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	margin-bottom: 20px;
}

#portfolio.threecols .portfolio-item {
	margin-bottom: 40px;
}

.portfolio-item h3 {
	position: absolute;
	width: 60%;
	top: -30px;
	left: 20%;
	z-index: 100;
	text-align: center;
	color: transparent;
    text-shadow: 0px 0px 50px transparent, 0px 1px 50px transparent;
	text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#portfolio.fourcols .portfolio-item {
	margin-left: 8px;
}

#portfolio.fourcols .portfolio-item h3 {
	font-size: 22px;
}

#portfolio.fivecols .portfolio-item h3 {
	font-size: 18px;
}

.portfolio-item h3 a {
	color: transparent;
	text-decoration: none;
}

.portfolio-item .circle-thumb:hover + h3, .portfolio-item h3:hover {
	top: 25px;
    text-shadow: 0px 0px 0px #ffffff, 0px 0px 5px #282828;
}


input.ff-selector-type-all:checked ~ .portfolio-item {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.single-portfolio #page_title h1 {
	margin-bottom: 0;
}

/*-----------------------------------------------*/
/* POSTFOLIO SHORTCODE
/*-----------------------------------------------*/

.portfolio.shortcode .portfolio-item {
	width: 300px;
	margin-left: 0;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.portfolio.shortcode .portfolio-item .circle-thumb {
	width: 220px;
	height: 220px;
}

.portfolio.shortcode .portfolio-item h3 {
	top: 25px;
	text-shadow: 0px 0px 0px white, 0px 0px 5px #282828;
	border-bottom: none;
}

/*-----------------------------------------------*/
/* SOCIAL WIDGET
/*-----------------------------------------------*/
.hb_social_widget ul li {
	list-style: none;
}

.hb_social_widget ul li img {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	-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;
}

.hb_social_widget ul li img:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

/*-----------------------------------------------*/
/* 404
/*-----------------------------------------------*/

#lostinspace {
	text-align: center;
	margin: 20px 0;
}

#lostinspace a {
	text-decoration: none;
}

.error404 #header {
	-webkit-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	-moz-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	-o-transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
	transform: perspective( 1000px ) rotateY( -5deg ) rotateX(25deg) rotateZ(-3deg);
}

.error404 #footer {
	-webkit-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	-moz-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	-o-transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
	transform: perspective( 1000px ) rotateY( -15deg ) rotateX(-32deg) rotateZ(9deg);
}

.error404 .content404 {
	-webkit-transform:  perspective( 1000px ) rotateZ(1deg);
}

/*-----------------------------------------------*/
/* CONTACT
/*-----------------------------------------------*/

small {
	font-size: 10px;
	font-style: italic;
}

.wpcf7 {
	margin-bottom: 20px!important;
}

.wpcf7 br {
	display: none;
}

.wpcf7 textarea {
	width: 400px;
}

.wpcf7 input {
	display: block;
}

.page-template-template-contact-php .contact h6 {
	border-bottom: none;
	margin-bottom: 0!important;
}

.wpcf7-not-valid-tip {
	font-size: 10px!important;
	color: red!important;
	border: none!important;
	background: none!important;

	position: static!important;
}

.wpcf7-validation-errors {
	border: none!important;
	color: red!important;
}

/*-----------------------------------------------*/
/* FOOTER
/*-----------------------------------------------*/

#footer {
	margin-top: 30px;
	background: transparent url(images/footer_bg.png) repeat 0 0;
	margin-bottom: 20px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#footer h6, #footer h3 {
	color: #fff;
	font-size: 16px;
	border-radius: 1px;
}

#footer #copyright {
	color: #aaa;
	font-size: 10px;
	padding: 5px 0;
	background-color: rgba(0,0,0,0.5);
	border-top: 1px dotted rgba(255,255,255,0.10);
	text-align: center;
}

.ie #thumbs .thumb img {
	box-shadow: none!important;
	filter: inherit!important;
}

/*-----------------------------------------------*/
/* DEBUG
/*-----------------------------------------------*/

.search-results #post_title {
	padding-bottom: 20px;
}
