/* 



 Theme Name: Mindfulness 

 Theme URL: http://demo.zigzagpress.com/mindfulness 

 Description: Mindfulness is a 2 or 3-column Widget-ready child theme created for the Genesis Framework. 

 Author: zigzagpress

 Author URI: http://www.zigzagpress.com/ 

 Version: 1.2



 Template: genesis

 Template Version: 2.0.2

 Tags: two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

 

 

 License: GNU General Public License v2.0 (or later)

 License URI: http://www.opensource.org/licenses/gpl-license.php 



/* Import Fonts 

 ------------------------------------------------------------ */ 



@import url(https://fonts.googleapis.com/css?family=Roboto:400italic|Roboto+Condensed:400,700,700italic,400italic|Maven+Pro:400,700);



@font-face {

    font-family: 'bulletsregular';

    src: url('font/bullets-webfont-webfont.eot');

    src: url('font/bullets-webfont-webfont.eot?#iefix') format('embedded-opentype'),

         url('font/bullets-webfont-webfont.woff') format('woff'),

         url('font/bullets-webfont-webfont.ttf') format('truetype'),

         url('font/bullets-webfont-webfont.svg#bulletsregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Normalize

	normalize.css v2.1.2 | MIT License | git.io/normalize

--------------------------------------------- */



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:Helvetica;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

--------------------------------------------- */



.archive-pagination:before,

.author-box:before,

.clearfix:before,

.entry:before,

.entry-comments:before,

.entry-pagination:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.archive-pagination:after,

.author-box:after,

.clearfix:after,

.entry:after,

.entry-comments:after,

.entry-pagination:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}



/* Default 

------------------------------------------------------------ */ 



html {

	font-size: 62.5%; /* 10px browser default */

}



body {

	background: #ffffff;

	color: #676765;

	font: 16px/1.75 Helvetica, sans-serif;

	font-size: 1.6rem;

	word-wrap: break-word;

}



hr {

	border: none;

	border-top: 1px solid #E9E9E9;

	height: 1px;

	margin-top: 30px;

	margin-bottom: 30px;

}



img { vertical-align: middle; border: none; }

ol, ul{ margin: 0; padding: 0; }



.widget-wrap li {

	line-height: 20px;

    list-style-type: none;

    padding-bottom: 8px;

    padding-left: 22px;

    padding-top: 5px;

    position: relative;

}



.widget-wrap li:before, .widget-wrap li a:before {

    color: #37C2AB;

    content: "g";

    font-family: 'bulletsregular';

    font-size: 16px;

    left: 3px;

    position: absolute;

    top: 6px;

}



::-moz-selection {

background-color: #37C2AB;

color: #ffffff;

}



::selection {

background-color: #37C2AB;

color: #ffffff;

}



.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { border: none; }



/* Forms

--------------------------------------------- */



input,

select,

textarea {

 	border: 1px solid #dde1e5;

	background: #ffffff;

	padding: 10px 2%;

	font-family: inherit;

	color: #969ca5;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	display: inline-block;

	outline: none;

	margin-bottom: 1em;

	resize: none;

	display: block;

	width: 100%;

	-webkit-appearance: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



input:focus,

textarea{

	outline: none;

}



.content input:focus,

.content textarea:focus,

input[type="search"]:focus,

.enews #subbox:focus,

.enews-subbox:focus {

	border: 1px solid #37C2AB;

}



::-moz-placeholder {

	color: #666;

}



::-webkit-input-placeholder {

	color: #666;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"] {

	background-color: #1dbec0;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}







span.wpcf7-not-valid-tip, div.wpcf7-response-output{

	background: transparent;

	border: none;

	padding-left: 0;

}

span.wpcf7-not-valid-tip{

	position: relative;

	left: 0;

	top: 0;

	margin-top: -15px;

	display: block!important;

}



/* Hyperlinks 

 ------------------------------------------------------------ */ 

 a, a:visited {

	outline: none;

	text-decoration: none;

	color: #656A6F;

	transition: color linear 0.15s;

	-ms-transition: color linear 0.15s;

	-moz-transition: color linear 0.15s;

	-webkit-transition: color linear 0.15s;

	-o-transition: color linear 0.15s;

}

a:hover, a:focus, a:active {

	text-decoration: none;

	color: #37C2AB;

	outline: medium none;

}

a img {

	border: medium none;

}



/* Wrap 

 ------------------------------------------------------------ */ 

.home.blog .site-inner .wrap {

	border-top: none;

	width: 100%;

	padding: 0;

}

.site-inner .wrap  {

	margin: 0 auto;

	width: 1140px;

}



#home-wrap, .site-header .wrap, .footer-widgets .wrap,  .site-footer .wrap {

    margin: 0 auto;

    overflow: hidden;

    width: 1060px;

}

.site-inner .wrap {

	overflow: hidden;

	position: relative;

	margin: 0 auto;

}



.page-template-homeblog-template-php .site-inner .wrap {

	margin-top: 25px;		

}



.page-template-homeblog-template-php .entry-header,

.page-template-page_blog-php .entry-header {    

	margin: 25px 0;

}

/* Header 

 ------------------------------------------------------------ */ 

 

.home .site-header {

    position: absolute;

}



.page-template-homepage-template-php.zp_boxed_home .site-header,

.page-template-homeblog-template-php.zp_boxed_home .site-header {

	position: relative;

}



.page-template-homepage-template-php.zp_boxed_home  #home-wrap  {

    margin-top: 0;

}



.page-template-homepage-template-php .site-header, .page-template-homeblog-template-php .site-header {

    position: absolute;

}



.page-template-homepage-template-php .site-header .wrap, .page-template-homeblog-template-php .site-header .wrap {

	border-bottom: none;  

}



.site-header {

	padding-top: 10px;

	position: relative;

	width: 100%;

	z-index: 1000;

	background:url(images/degradado-cabcecera-mobiliario-urbano.png) repeat-x top;

	/*background-color:#FFF;*/

	 opacity: 0.9;

     -moz-opacity: 0.9;

     filter: alpha(opacity=40);

}



.home .site-header .wrap {

	border-bottom: none;

}



.site-header .wrap {

    border-bottom: 1px solid #CAD2D7;

    height: 100px;

    overflow: hidden;

    padding: 0;

}

.title-area {

	float: left;

	padding: 0;

	width: auto;

}

.title-area .site-title {

	margin: 0;

	padding: 0;

	text-decoration: none;

}

.title-area .site-title a {

	color: #3A3B3C !important;

	font: 700 40px/1 'Roboto Condensed',sans-serif;

	font-size: 4rem;

	text-decoration: none;

}

.title-area .site-description {

	display: none;

	font-size: 12px;

	line-height: 1;

}



/* Image Header - Partial Width 

 ------------------------------------------------------------ */ 

.header-image .title-area, .header-image .site-title, .header-image .site-title a {

	display: block;

	float: left;

	min-height: 60px;

	text-indent: -9999px;

	min-width: 160px;

}

.header-image .site-description {

	display: block;

	overflow: hidden;

}



/* Image Header - Full Width 

 ------------------------------------------------------------ */ 

.header-full-width .site-title-area, .header-full-width .site-title, .header-full-width .site-title a {

	overflow: hidden;

}



/* Primary Menu 

 ------------------------------------------------------------ */ 

 .nav-primary {

 	display: block;

	float: right;

	z-index: 2;

	margin-top: 15px;

}

.nav-primary a {

	-webkit-transition:all 200ms ease-in;

	-o-transition:all 200ms ease-in;

	-moz-transition:all 200ms ease-in;

}

.nav-primary ul {

	float: right;

	list-style-type: none;

}

.nav-primary li {

    display: inline-block;

    float: left;

    margin: 4px;

    padding: 3px 12px;

}

.nav-primary li ul li,  .nav-primary li ul li.current_page_item,  .nav-primary li ul li:hover {}

.sub {

	cursor: default;

	font-size: 12px;

}

.nav-primary li a {

    display: block;

    font-family: 'Roboto Condensed',sans-serif;

    font-size: 20px;

	font-size: 2rem;

    font-weight: 700;

    line-height: 1.6;

    padding: 3px 12px;

	padding: 0.3rem 1.2rem;

    position: relative;

    text-transform: capitalize;

    white-space: nowrap;

}

.nav-primary li.current_page_item {

	/*border-radius: 3px 3px 3px 3px;

    background-color: #646D72;*/

    color: #0d854a;

	border-top:#0d854a solid 3px;

	}

.nav-primary .current_page_item a {

	/*border-radius: 3px 3px 3px 3px;*/

	color: #0d854a;

}

.nav-primary li a:hover,  .nav-primary li:hover  {

	/*border-radius: 3px 3px 3px 3px;

	background-color: #646D72;*/

	color: #0d854a !important;

	

	}

.nav-primary li:hover a { color: #fff;}

.nav-primary li a:active {

	color: #37C2AB;

}





.menu-primary li ul {

	width: 170px !important;

}

.nav-primary li li a, .nav-primary li li a:link, .nav-primary li li a:visited {

	border-radius: 0 0 0 0;

	transition: color linear 0.15s;

	-ms-transition: color linear 0.15s;

	-moz-transition: color linear 0.15s;

	-webkit-transition: color linear 0.15s;

	-o-transition: color linear 0.15s;

	color: #FFFFFF;

	font-size: 18px;

	font-size: 1.8rem;

	text-transform: none;

	height: auto;

	padding: 7px 23px;

	margin: 0;

	position: relative;

	text-align: left;

	width: 205px;

}

.nav-primary li ul {

	background: none repeat scroll 0 0 #646D72;

	border-radius: 0 0 0 0;

	height: auto;

	left: -999em;

	margin: 1px 10px 0 -12px;

	padding: 0;

	position: absolute;

	width: 145px;

	z-index: 9999;

}

.nav-primary li ul a {

	width: 160px;

	border: medium none !important;

}



.nav-primary li ul a:hover { border-radius: 0; }



.nav-primary ul li ul li.current_page_item {

	border-radius: 0 0 0 0;

	color: #37C2AB

}



.nav-primary ul li ul li {

	border-radius: 0 0 0 0;

	background-color: #646D72;

	border-right: medium none;

	padding: 0;

	margin: 0;

}

.nav-primary ul li ul li a:hover {

	color: #37C2AB;

	border-radius: 0 0 0 0;

}



.nav-primary li ul ul {

	border-top: none;

	margin: -30px 0 0 185px;

	padding: 0;

}

.nav-primary li:hover ul ul, .nav-primary li:hover ul ul ul, .nav-primary li.sfHover ul ul, .nav-primary li.sfHover ul ul ul {

	left: -999em;

}

.nav-primary li:hover ul, .nav-primary li li:hover ul, .nav-primary li li li:hover ul, .nav-primary li.sfHover ul, .nav-primary li li.sfHover ul, .nav-primary li li li.sfHover ul {

	left: auto;

}

.nav-primary li:hover, .nav-primary li.sfHover {

	position: static;

}

li a .sf-sub-indicator {

	position: absolute;

	text-indent: -9999px;

}



/* Primary Navigation Extra 

 ------------------------------------------------------------ */ 

 .nav-primary li.right {

	border-right: medium none;

	color: #FFFFFF;

	float: right;

	margin: 0;

	padding: 0 15px;

}

.nav-primary li.right a {

	background: none;

	display: inline;

	color: #FFFFFF;

	font-weight: normal;

	text-decoration: none;

	border: none;

	text-shadow: none;

}

.nav-primary li.right a:hover {

	color: #FFFFFF;

	text-decoration: none;

}

.nav-primary li.search {

	padding: 20px 20px 0;

}

.nav-primary li.rss a, .nav-primary li.rss a:hover {

	background: url("images/rss.png") no-repeat scroll left 0 transparent;

	padding: 0 25px;

}

.nav-primary li.twitter a, .nav-primary li.twitter a:hover {

	background: url("images/twitter.png") no-repeat scroll left 0 transparent;

	padding: 0 25px;

}

.nav-primary li.rss a:hover, .nav-primary li.twitter a:hover {

	text-decoration: none;

}



/* Homepage Template adjustment 

 ------------------------------------------------------------ */ 

.page-template-homepage-template-php .site-inner {

	margin-top: 0

}

.page-template-homepage-template-php .slider_shortcode {

	margin-top: 0 !important;

}

.page-template-homepage-template-php .page_desc {

	color: #333333;

	font-size: inherit;

	line-height: 1;

	margin: 20px auto;

	text-transform: none;

	width: 1140px;

}

.page-template-homepage-template-php #home-wrap {

	margin-top: 40px;

}

.page-template-homepage-template-php h2 {

	line-height: 27px;

	margin-bottom: 40px;

}



/* Inner 

 ------------------------------------------------------------ */ 

.home .site-inner {

	margin: 0;

}

.home #container {

	margin: 0

}

.site-inner {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	margin:0;

	padding: 0;

	width: 100%;

}



/* Breadcrumb 

 ------------------------------------------------------------ */ 

 .breadcrumb {

    border-bottom: 1px solid #CAD2D7;

    color: #37C2AB;

    font-size: 13px;

    margin: 0 auto;

    overflow: hidden;

    padding: 20px 0;

    width: 1060px;

}



/* Taxonomy Description 

------------------------------------------------------------ */ 



 .taxonomy-description {

	margin: 0 0 30px;

	padding: 10px;

}



/* Content-Sidebar Wrap 

 ------------------------------------------------------------ */ 



.content-sidebar-wrap {

	float: left;

	width: 800px;

}

.content-sidebar .content-sidebar-wrap,  .full-width-content .content-sidebar-wrap,  .sidebar-content .content-sidebar-wrap {

	width: 100%;

}

.sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}



/* Content 

------------------------------------------------------------ */ 



.content {

	float: left;

	width: 470px;

}

.content-sidebar .content,  .sidebar-content .content {

	width: 740px;

}

.sidebar-content .content,  .sidebar-sidebar-content .content {

	float: right;

}

.full-width-content .content {

	width: 100%;

}

.entry-title {

    clear: both;

    padding-bottom: 10px;

}

.post,  .site-container .page,  .hentry {

	margin: 0 0 40px;

	overflow: hidden;

}

.entry-content p {

	margin: 0;

	padding: 10px 0;

}



.entry-content a {

    color: #2D3438;

}

.entry-content time {

	padding: 2px 7px;

	display: block;

}

blockquote {

    background: url("images/quotes.png") no-repeat scroll left 0 transparent;

    padding-left: 70px;

}

blockquote p {

    font-family: 'Roboto',sans-serif;

    font-style: italic;

}

p.subscribe-to-comments {

	padding: 20px 0 10px;

}

.entry-content .slider_shortcode {

	background: none;

	margin: 40px 0;

}



/* Headlines 

------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6{ 

	color: #0d854a;

	font-family: Helvetica, sans-serif;

	font-weight: normal;

	line-height: 100%;

	letter-spacing: -1px;

	margin: 10px 0 25px;

	word-wrap: break-word;

	font-weight: 700;

}



h1{

	font-size: 40px;

}

h2{

	font-size: 36px;

}

h3{

	font-size: 28px;

}

h4, h5, .widget-area h4 {

	font-size: 24px;

}



h6{

	font-size: 18px;

	letter-spacing: 0px;

	position: relative;

}



h1.entry-title, h2.entry-title, h2.entry-title a, h2.entry-title a:visited {

    font-size: 33px;

	font-size: 3.3rem;

    font-weight: 700;

    line-height: 40px;

    margin: 0;

}



.entry-header {

    margin: 0 0 25px;

}



.archive-description {

    border-bottom: 1px solid #CAD2D7;

    float: right;

	padding: 40px 0 24px 0;

    padding: 4rem 0 2.4rem 0;

    width: 700px;

}



.archive-title {

	margin-bottom: 40px;

}





/* Ordered / Unordered Lists 

------------------------------------------------------------ */ 



.entry-content ol,  .entry-content ul {

	margin: 0;

	padding: 0 0 25px;

}

.archive-page ul li,  .entry-content ul li {

	list-style-type: disc;

	margin: 0 0 0 20px;

	padding: 0;

}

.entry-content ol li {

	list-style: disc outside none;

	margin: 0 0 0 35px;

}

.archive-page ul ul,  .entry-content ol ol,  .entry-content ul ul {

	padding: 0;

}



/* Post Type Support

------------------------------------------------------------ */ 

.entry {

	margin-bottom: 40px;

	margin-bottom: 4rem;

	padding: 40px 40px 24px;

	padding: 4rem 4rem 2.4rem;

}



.single-portfolio .entry {

	margin-bottom: 40px;

	margin-bottom: 4rem;

	padding: 40px 40px 24px;

	padding: 4rem 4rem 2.4rem;

}





.entry-title > a {

    color: #2D3438;

}



.format-link, .format-quote{

    margin-bottom: 4.5rem;

    padding: 6rem 5rem;

    text-align: center;

    text-transform: uppercase;

}

	



/* Post Meta

------------------------------------------------------------ */ 



.entry-meta {

	color: #999;

	font-size: 14px;

	font-size: 1.4rem;

}





.entry-header .entry-meta {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

	margin-top: 0;

}



.entry-footer .entry-meta {

	margin: 0 -40px;

	margin: 0 -4rem;

	padding: 32px 40px 8px;

	padding: 3.2rem 4rem 0.8rem;

	text-align: left;

}



.entry-comments-link::before {

    content: "g";

    font-family: 'bulletsregular';

	margin: 0 6px 0 2px;

	margin: 0 0.6rem 0 0.2rem;

}



.entry-categories,

.entry-tags {

	display: block;

}



/* Author Box 

------------------------------------------------------------ */ 

.author-box {

	background-color: #FAFAFA;

	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 3px 3px 3px 3px;

	margin: 0 0 40px;

	overflow: hidden;

	padding: 20px;

}

.author-box strong {

	color: #4F4F4F;

	font-size: 1.4rem;

	font-weight: 600;

	text-transform: uppercase;

}

.author-box p {

	font-size: inherit;

}

.author-box h1 {

	font-size: 3rem;

}

.author-box p {

	margin: 0;

	padding: 10px 0;

}

.author-box img {

	float: left;

	margin: 0 10px 0 0;

}



/* Sticky Posts 

------------------------------------------------------------ */ 



 .sticky {

	margin: 0 0 40px;

}



/* Archive Page 

 ------------------------------------------------------------ */ 



 .content .archive-page {

	float: left;

	width: 45%;

	padding: 20px 0 20px 0;

}



/* Images 

------------------------------------------------------------ */ 



 img {

	height: auto;

	max-width: 100%;

}

.avatar, .featuredpage img, .featuredpost img, img.post-image {

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

	display: block;

	position: relative;

	z-index: 0;

	-webkit-transition: opacity .7s ease-out;

	-moz-transition: opacity .7s ease-out;

	-o-transition: opacity .7s ease-out;

	transition: opacity .7s ease-out;

}

.avatar:hover, .featuredpage img:hover, .featuredpost img:hover, img.post-image:hover {

	opacity: 0.7;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    filter: alpha(opacity=70);

}

.featuredpage img[class^="attachment-"], .featuredpage img[class*="attachment-"] {

	margin-bottom: 20px;

}

.author-box .avatar {

	background-color: #fff;

	float: left;

	margin: 0 10px 0 0;

}

.post-image {

	margin: 0 10px 10px 0;

}

.comment-list li .avatar {

	background-color: #fff;

	float: left;

	margin: 5px 10px 0 0;

}

img.centered, .aligncenter {

	display: block;

	margin: 0 auto 25px;

}

img.alignnone {

	display: inline;

	margin: 0 0 25px;

}

img.alignleft {

	display: inline;

	margin: 0 15px 10px 0;

}

img.alignright {

	display: inline;

	margin: 0 0 10px 15px;

}

.alignleft {

	float: left;

	margin: 0 15px 10px 0;

}

.alignright {

	float: right;

	margin: 0 0 10px 15px;

}

.alignnone {

	margin: 0 0 10px;

}

.wp-caption, .sidebar .wp-caption {

	text-align: center;

	max-width: 100%;

	padding: 9px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.wp-caption a, .sidebar .wp-caption a {

	overflow: hidden;

	margin: 10px;

	display: block;

	position: relative;

	z-index: 0;

}

.sidebar p.wp-caption-text, .content p.wp-caption-text {

	color: #333333;

	font-family: 'Droid Serif', serif;

	font-size: 13px;

	margin: 0;

	padding: 25px 20px 20px;

}

.wp-smiley, .wp-wink {

	border: none;

	float: none;

}





/* Post Navigation 

------------------------------------------------------------ */ 



 .archive-pagination {

	overflow: hidden;

	padding: 20px 0;

	width: 100%;

	padding: 0;

}

.archive-pagination ul {

	float: right;

	height: 100%;

	list-style-type: none;

	margin: 4px 0;

	padding: 0;

}

.archive-pagination li {

	float: left;

	line-height: 28px;

	margin: 0 0 0 5px;

	padding: 0;

}

.archive-pagination li a, .archive-pagination li.disabled, .archive-pagination li a:hover, .archive-pagination li.active a {

}

.archive-pagination li a:hover, .archive-pagination li.active a {

}



/* Primary / Secondary Sidebars 

------------------------------------------------------------ */ 



 .sidebar {

    display: inline;

    float: right;

	margin-top: 40px;

    width: 360px;

}



.content-sidebar .sidebar {

	padding: 0 4%;

	border-left: 1px solid #CAD2D7;

}



.sidebar-content .sidebar {

    padding: 0 4%;

	border-right: 1px solid #CAD2D7;

}



.sidebar-content .sidebar,  .sidebar-sidebar-content .sidebar {

	float: left;

}

.content-sidebar-sidebar .sidebar-alt {

	float: right;

}

.sidebar p {

	font-size: inherit;

	padding: 0 0 10px;

	text-align: left;

}

.sidebar .widget {

    border-top: 1px solid #CAD2D7;

    margin: 15px 0;

    overflow: hidden;

    padding: 15px 0;

}

.sidebar .widget:first-child {

	border: medium none;

	margin-top: 0;

	padding-top: 0;

}

.sidebar span.post-date {

	float: left;

	font-size: 1.1rem;

	clear: both;

}

.sidebar .featuredpost .post {

	width: 100%;

}



.tweet-text {

    font-size: 14px;

	 font-size: 1.4rem;

}



/* Tag Cloud 

------------------------------------------------------------ */ 



 .tagcloud {

	display: inline-block

}

.tagcloud a {

	float: left;

	margin-bottom: 5px;

	display: inline-block;

	text-decoration: none;

	-webkit-transition: all 0.2s ease 0s;

	-moz-transition: all 0.2s ease 0s;

	-o-transition: all 0.2s ease 0s;

	transition: all 0.2s ease 0s;

	-webkit-box-shadow: 0 1px 0 rgba(180, 180, 180, 0.1);

	-moz-box-shadow: 0 1px 0 rgba(180, 180, 180, 0.1);

	box-shadow: 0 1px 0 rgba(180, 180, 180, 0.1);

	border: 1px solid #CCCCCC;

	margin-right: 4px;

	padding: 8px 10px 9px 10px;

	color: #5F5F5F !important;

	font-weight: 400;

	background: #FFFFFF;

	line-height: 1.0;

	cursor: pointer !important

}

.tagcloud a:hover {

	color: #fff !important;

	cursor: default;

	-webkit-box-shadow: 0 1px 0 rgba(180, 180, 180, 0);

	-moz-box-shadow: 0 1px 0 rgba(180, 180, 180, 0);

	box-shadow: 0 1px 0 rgba(180, 180, 180, 0);

	background: #9E9E9E;

	border: 1px solid transparent;

}



/* Dropdowns 

------------------------------------------------------------ */ 



 #cat {

	background: #FAFAFA;

	width: 100%;

	font-size: 12px;

	margin: 10px 0 0 10px;

	padding: 3px;

	display: inline;

	border: 1px solid #E6E6E6;

}

.sidebar #cat {

	width: 238px;

}

.sidebar-alt #cat {

	width: 148px;

}



/* Featured Page / Post 

------------------------------------------------------------ */ 



.featuredpage .page {

	border-bottom: medium none;

	float: left;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

.featuredpost .post {

	float: left;

	margin: 0 0 20px;

	padding: 0;

	width: 31.44%;

}

.featuredpage .page .entry-header,

.featuredpost .post .entry-header {margin: 0 }



.featuredpage .page .entry-content,

.featuredpost .post .entry-content {

	text-transform: lowercase;

}



.featuredpage h2, .featuredpost h2 {

	margin: 20px 0 10px;

	text-align: left;

	text-transform: capitalize;

}

.featuredpage h2 a, .featuredpost h2 a {

    font-size: 24px;

    font-weight: 700;

    line-height: 1;

}

.more-from-category {

	padding: 0 10px;

}



/* User Profile 

------------------------------------------------------------ */ 



 .user-profile {

	overflow: hidden;

}

.user-profile p {

	padding: 0;

}

.user-profile .posts_link {

	border-top: 1px solid #EEEEEE;

	font-size: 10px !important;

	letter-spacing: 2px !important;

	margin-top: 10px !important;

	padding-top: 5px !important;

	text-transform: uppercase !important;

}





/* Buttons 

------------------------------------------------------------ */ 



 

button,  a.button,  input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], .entry a.more-link, .comment-reply a, #options li a, #options li a.selected, #options li a:hover, .archive-pagination li a, .archive-pagination li.disabled, .archive-pagination li a:hover, .archive-pagination li.active a, .slides > li a  {

	background-color: #37C2AB;

	border: none;

	color: #fff;

	font-weight: 700;

	font-size: 18px;

	font-family: 'Roboto Condensed',sans-serif;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	padding: .6em 1.2em;

	white-space: nowrap;

	display: inline-block;

	-webkit-transition: all 250ms ease-in-out;

	-moz-transition: all 250ms ease-in-out;

	-ms-transition: all 250ms ease-in-out;

	-o-transition: all 250ms ease-in-out;

	transition: all 250ms ease-in-out;

	margin-bottom: .5em;

	margin-top: 0;

}

a.button:hover, a.button:focus,  .comment-reply a:hover, .comment-reply a:focus,  input[type="button"]:hover, input[type="button"]:focus,  input[type="submit"]:hover, input[type="submit"]:focus, .entry a.more-link:hover, #options li a:hover, #options li a.selected, .archive-pagination li a:hover, .archive-pagination li.active a, .comment-reply a:active,  input[type="button"]:active,  input[type="submit"]:active,  a.button:active, .slides > li a:hover  {

	background-color: #646D72;

	color: #fff;

}

.comment-reply a {

	font-size: 16px;

	line-height: 26px;

	padding: 5px 13px;

}



.entry a.more-link {

    float: right;

    margin: 2rem 0;

}

a.more-link {

}



/* Search Form(s) 

------------------------------------------------------------ */ 



 .sidebar .searchform, .site-header .searchform {

	width: 100%;

}





/* eNews and Update Widget 

------------------------------------------------------------ */ 



 .enews p {}

.enews #subscribe {

	padding: 0;

}

.enews #subbox {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	width: 100%;

}



/* Genesis Twitter Widget 

------------------------------------------------------------ */ 



.widget.latest-tweets .widget-wrap li:before, .widget.latest-tweets .widget-wrap li a:before {

    display: none;

}



.widget.latest-tweets a {color: #2D3438;}



/* Calendar Widget 

------------------------------------------------------------ */ 



 #wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	font-size: 1.2rem;

	font-style: italic;

	padding: 2px 5px 0 0;

	text-align: right;

}

#wp-calendar thead {

	background-color: #fff;

	font-weight: bold;

	margin: 10px 0 0;

}

#wp-calendar td {

	background-color: #fff;

	padding: 2px;

	text-align: center;

}



/* Latest Tweets Widget 

------------------------------------------------------------ */ 



 .sidebar .latest-tweets ul li,  .footer-widgets .latest-tweets ul li {

	margin-bottom: 5px;

	padding: 5px 0;

}

.sidebar .latest-tweets ul li.last,  .footer-widgets .latest-tweets ul li.last {

	border-top: medium none !important;

	list-style-image: none !important;

}



/* Flicker Photos Widget 

------------------------------------------------------------ */ 



 .widget .flickr_badge_image {

	float: left;

	height: auto;

	margin: 0 8px 8px 0;

	overflow: hidden;

	width: auto;

}

#flickr-wrapper {

	display: inline-block;

	overflow: hidden;

}

.flickr_badge_image {

	float: left;

	width: 70px;

	height: 70px;

}

.flickr_badge_image img {

	width: 60px;

	height: 60px;

	padding: 2px;

	background: none repeat scroll 0 0 transparent;

	opacity: 0.7;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    filter: alpha(opacity=70);

	-webkit-transition: opacity .7s ease-out;

	-moz-transition: opacity .7s ease-out;

	-o-transition: opacity .7s ease-out;

	transition: opacity .7s ease-out;

}

.flickr_badge_image img:hover {

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

}

.flickr_badge_image a:hover {

	border: none;

}





/* Footer Widgets 

------------------------------------------------------------ */ 



 

.footer-widgets {

	background:#E3E5E7;

	color: #9FA6AA;

	margin-top: 50px;

	width: 100%;

}

.footer-widgets .wrap {

	margin: 0 auto;

	overflow: hidden;

	padding: 40px 0;

}

.footer-widgets .widget-area h4 {

	margin-bottom: 30px;

	margin-top: 30px;

	text-transform: uppercase;

}



.footer-widgets .featuredpage h2 a,  .footer-widgets .featuredpost h2 a {

	font-weight: 700;

}



.footer-widgets .post {

	width: 100%;

}

.footer-widgets .featuredpost .widget-wrap > div:nth-child(2) {

	border: medium none !important;

	margin: 0 !important;

	padding: 0 !important;

}

.footer-widgets .featuredpost h2, .footer-widgets .featuredpost h2 {

	margin-top: 10px;

}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {

    float: left;

    margin-right: 5%;

    width: 30%;

}

.footer-widgets-3 {

	margin-right: 0 !important;

}

.footer-widgets .flickr_badge_image {

	margin: 0 4px 4px 0;

}

.footer-widgets span.post-date {

	float: left;

	font-size: 1.2rem;

}





h1.site-title:after, h3:after, .logo-text:after, .widget-area h4:after {

    content: ".";

    font-size: 56px;

	line-height: 0;

    padding-left: 3px;

    position: relative;

	color: #37C2AB;

}



/* Footer 

------------------------------------------------------------ */ 



 .site-footer {

	background: #E3E5E7;

	width: 100%;

}

.site-footer .wrap {

	border-top: 1px solid #CAD2D7;

	margin: 0 auto;

	padding: 40px 0;

	overflow: hidden;

}

.site-footer p {

	margin: 0;

	padding: 0;

}

.site-footer .creds {

	float: left;

	line-height: 36px;

	padding: 0 10px 0 0;

}

.site-footer a {

	color: #bbb !important;

}

.site-footer a:hover {

	color: #ffffff;

}

.site-footer .menu {

	float: right;

}

.site-footer .menu ul {

	float: right;

	list-style-type: none;

	margin: 0 auto;

	padding: 0;

}

.site-footer .menu li {

	border-right: 1px solid #373739;

	display: inline-block;

	float: left;

}

.site-footer .menu li a {

	display: block;

	padding: 0 10px;

	white-space: nowrap;

}

.site-footer .menu li:last-child {

	border-right: none;

}

.site-footer .zp_social_icons ul li a,  .top .zp_social_icons ul li a {

	color: #888888 !important;

}

.site-footer .zp_social_icons ul li a:hover,  .top .zp_social_icons ul li a:hover {

	color: #FFFFFF !important;

}

.bottom-widget {

	float: right;

	line-height: 36px;

}

.bottom-widget p.highlight {

	display: inline-block;

	padding: 0 10px 0 0 !important;

}



/* Comments 

------------------------------------------------------------ */ 



/* Comments

--------------------------------------------- */

.comment-respond {

	padding: 40px 40px 24px;

    padding: 4rem 4rem 2.4rem;

}

.entry-comments,

.ping-list {

	margin-bottom: 60px;

	margin-bottom: 6rem;

	padding: 40px 40px 24px;

    padding: 4rem 4rem 2.4rem;

}



.entry-comments .comment-author {

	font-weight: 700;

	margin-bottom: 0;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%

}



.comment-respond label {

	display: block;

	margin-right: 12px;

	margin-right: 1.2rem;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

	margin-top: 24px;

	margin-top: 2.4rem;

	padding: 32px;

	padding: 3.2rem;

}



.comment-meta {

	padding: 0;

	margin: 0;

}

.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}



li.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff; 

	border-right: none; 

}



.bypostauthor {

}



.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 24px;

	padding: 2.4rem;

}

/* Top Link 

------------------------------------------------------------ */ 



 

#top-link {

	background-attachment: scroll;

	background-image: url("images/to-top.png");

	background-position: 0 0;

	background-repeat: no-repeat;

	bottom: 58px;

	cursor: pointer;

	height: 26px;

	position: fixed;

	right: 50px;

	text-decoration: none;

	text-indent: -9999px;

	transition: all 0.2s linear 0s;

	width: 51px;

	z-index: 999;

}

#top-link:hover {

	background-position: 0 -26px;

}





/* Contact Widget 

------------------------------------------------------------ */ 



 .highlight {

	margin: 0 0 5px;

}

p.highlight {

	padding-bottom: 0;

}

.phone:before {

	content:url(images/phone.png);

	margin-right:10px;

}

.fax:before {

	content:url(images/fax.png);

	margin-right:10px;

}

.email:before {

	content:url(images/email.png);

	margin-right:10px;

}

.mail:before {

	content:url(images/mail.png);

	margin-right:10px;

}

.skype:before {

	content:url(images/skype.png);

	margin-right:10px;

}





/* Portofolio Widget 

------------------------------------------------------------ */ 

.zp_latest_portfolio_widget .widget-wrap li:before, .zp_latest_portfolio_widget .widget-wrap li a:before {

display: none;	

}

 

.zp_latest_portfolio_widget ul li {

	float: left;

	margin: 0 8px 8px 0;

	padding: 0;

}



.zp_latest_portfolio_widget img {

	height: 60px;

	width: 60px;

		opacity: 0.7;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    filter: alpha(opacity=70);

	-webkit-transition: opacity .7s ease-out;

	-moz-transition: opacity .7s ease-out;

	-o-transition: opacity .7s ease-out;

	transition: opacity .7s ease-out;



}

.zp_latest_portfolio_widget img:hover {

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

}





/* Gravity Forms 

 ------------------------------------------------------------ */ 



 div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {

}

div.gform_footer input.button {

	color: #fff;

}

div.gform_wrapper .ginput_complex label {

	font-size: 16px;

}

div.gform_wrapper li, div.gform_wrapper form li {

	margin: 0 0 10px;

}

div.gform_wrapper .gform_footer {

	border: none;

	margin: 0;

	padding: 0;

}



.gform_fields li { margin:0px; padding:0px;}



/* Portfolio Single page 

 ------------------------------------------------------------ */ 



 .folio-nav {

	width: 100%;

}

.nav-back {

	margin: 0;

}

.nav-previous {

	display: inline;

	margin-right: 10px;

}

.nav-previous span {

	opacity: 0;

}

.nav-next {

	display: inline;

	margin-left: 227px;

}

.nav-next span {

	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

}

.portfolio_single_feature .portfolio-items, .portfolio_single_video, .portfolio_single_slider, .slider_shortcode {

	position: relative;

}

.portfolio_single_feature .portfolio-items, .portfolio_single_video, .portfolio_single_slider{

	text-align: center;	

}

.portofolio-content {

	margin: 10px 0;

}

.portfolio-items p {

	font-size: 12px;

	margin: 10px 0;

}

.portfolio-items h2 a {

	font-size: 18px !important;

	margin-top:15px;

}

.portfolio-items li {

	float: left;

	list-style: none outside none;

	margin-left: 0;

	position: relative;

}

.portfolio-items li:first-child .date {

	margin-top:0px;

}

.portfolio-items .date {

	color: #FFFFFF;

	height: 40px;

	left: -60px;

	line-height: 16px;

	margin: 0px 0 0 -9999px;

	padding:6px 0 0 9999px;

	position: absolute;

	width: 53px;

}

.portfolio-items .date span {

	font-size: 15px !important;

	font-weight: bold !important;

}

.post-nav {

	background:url(images/divider3.gif) repeat-x top;

	padding-top:25px;

	float:left;

	width:100%;

}

.post-nav-left {

	float:left;

}

.post-nav-right {

	float:right;

}

.title_wrap {

	margin: 0 auto;

	position: relative;

	width: 1140px;

}

.page_title_wrap img {

	width: 100%;

}

#page-title {

    bottom: 0;

    float: right;

    font-size: 34px;

    line-height: 35px;

    margin: 25px 0 0;

    padding: 15px;

    position: relative;

    right: 0;

}

.page_desc {

	margin-bottom: 50px;

}



/* Gallery 

------------------------------------------------------------ */ 



 #gallery {

	min-height: 500px;

	margin: 30px 0 0;

}

#gallery img {

	margin-right: 0px;

}



/* Portfolio Single Page 

------------------------------------------------------------ */ 



 

.portfolio_single_container {

	overflow: hidden;

	width: auto;

}

.portfolio_single_content {

	float: left;

	margin: 40px 0;

	width: 100%;

}

.portfolio-item {

	float: left;

	margin-right: 36px;

	margin-bottom: 36px;

	display: none;

	border: 0px solid #eef1f5;

	background-repeat: no-repeat;

}

.portfolio-item a {

	display: block;

}

.portfolio-item img {

	display: block;

	background: url(images/ajax-loader-small.gif) no-repeat center #f8f8f8;

}



.folio-entry {

	float: left;

	padding: 40px 0 0;

	width: 670px;

}

.folio-entry p {

	padding: 0 0 0px;

	line-height:20px;

}



.metaItem {

    border-left: 1px solid #CAD2D7;

    float: right;

	margin-top: 40px;

    padding-left: 4%;

    width: 340px;

}

.metaItem_nav {

	border-top: 1px solid #E9E9E9;

	float: left;

	margin-top: 18px;

	padding-top: 23px;

	width: 100%;

}

.metaItem span:after {

    color: #37C2AB;

    content: ".";

    font-size: 46px;

    line-height: 0;

    margin: 0 10px 0 2px;

}

.metaItem span {

    color: #2D3438;

    font-family: 'Roboto Condensed',sans-serif;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

}

.authorStuff, .dateStuff, .categoryStuff, .projectStuff  {

    float: right;

    font-size: 14px;

    width: 100%;

}



.projectlink > a {font-size: 14px;}



.next_project a {

	background: url("images/portfolio-nav.png") no-repeat scroll -58px top #494D4D;

	content: "";

	float: left;

	margin: 0 5px 0 0;

	width: 29px;

	height: 29px;

}

.prev_project a {

	background: url("images/portfolio-nav.png") scroll no-repeat 0 top #494D4D;

	content: "";

	float: left;

	margin: 0 5px 0 0;

	width: 29px;

	height: 29px;

}

.nav-back a {

	background: url("images/portfolio-nav.png") scroll no-repeat center top #494D4D;

	content: "";

	float: left;

	margin: 0 5px 0 0;

	width: 29px;

	height: 29px;

}

.folio-more {

	clear: both;

	float: left;

	width: 100%;

}

.related_portfolio, .related_container {

	width: 100%;

}

.related_container h4 {

	background: none !important;

	box-shadow: none !important;

	padding: 0 !important;

}

.related_container  .element-3col{

	height: auto;

	margin: 0 10px 20px;

	padding: 0;

	width: 31.44%;

	

}

.related_container  .element-4col {

	height: auto;

	margin: 0 10px 20px;

	padding: 0;

	width: 23.11%;

}



/* Portfolio Hover Effect 

------------------------------------------------------------ */ 



.portfolio_image {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	position: relative;

	height: inherit;

}



.element img {

	transform: scale(1);

	-ms-transform: scale(1);

	-webkit-transform: scale(1);

		-webkit-transition: all 0.15s;

	   -moz-transition: all 0.15s;

		-ms-transition: all 0.15s;

		 -o-transition: all 0.15s;

		  	transition: all 0.15s;

}



.element:hover img {

	transform: scale(2.5);

	-ms-transform: scale(2.5);

	-webkit-transform: scale(2.5);

		-webkit-transition: all 0.15s;

	   -moz-transition: all 0.15s;

		-ms-transition: all 0.15s;

		 -o-transition: all 0.15s;

		  	transition: all 0.15s;

}



.portfolio_shadow {

	width: 100%

}

.item_label {

	overflow: hidden;

}

.item_label h4 {

	font-size: 16px;

	font-weight: 700;

	margin: 20px 0 10px;

}

.item_label p {

	padding: 0;

	line-height: 19px;

}

.item-wrapper {

	float: left;

	width: 1000px;

}

.item-desc {

	height: inherit;

	position: absolute;

	left: -100%;

	width: 100%;

	top: 0;

}

.item-desc .item_link {	

	display: table-cell;

	height: 100%;

	left: 0;

	position: relative;

	color: #fff;

	font-size: 20px;

	line-height: 22px;

	padding: 0 10px;

	top: 0;

	width: 100%;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

	-ms-transition: all 0.15s;

	-o-transition: all 0.15s;

	transition: all 0.15s;

	vertical-align: middle;

}

.item-desc.item_hover_icon .item_link{

	background: url("images/post-thumb.png") no-repeat scroll center center transparent;

	text-indent: -9999px;

}

.item-desc.item_hover_title .item_link{

	background: none;

	text-indent: 0;

}

.item-desc .item_link:hover {

	-webkit-transition: all 0.2s ease-in-out;

}



.item-desc .item_gallery {

	display: table-cell;

	height: 100%;

	left: 0;

	position: relative;

	color: #fff;

	font-size: 20px;

	line-height: 22px;

	padding: 0 10px;

	top: 0;

	width: 100%;

	-webkit-transition: all 0.15s;

	-moz-transition: all 0.15s;

	-ms-transition: all 0.15s;

	-o-transition: all 0.15s;

	transition: all 0.15s;

	vertical-align: middle;

}

.item-desc.item_hover_icon .item_gallery{

	background: url("images/post-thumb.png") no-repeat scroll center center transparent;

	text-indent: -9999px;

}

.item-desc.item_hover_title .item_gallery{

	background: none;

	text-indent: 0;

}

.item-desc .item_gallery:hover {

		-webkit-transition: all 0.15s;

	   -moz-transition: all 0.15s;

		-ms-transition: all 0.15s;

		 -o-transition: all 0.15s;

		  	transition: all 0.15s;

}





.item-desc {

	position: absolute;

		-webkit-transition: all 0.15s;

	   -moz-transition: all 0.15s;

		-ms-transition: all 0.15s;

		 -o-transition: all 0.15s;

		  	transition: all 0.15s;

}



.element:hover .item-desc {

	height: 100%;

	left: 0;

	top: 0;

	width: 100%;

}

.element:hover .item-desc {

	background-color: rgba(175, 175, 182, 0.5);

	transition-delay: 0s;

}



.element .item-wrap {

	height: 100%;

	width: 100%;

	position: relative;

	display: table;

	text-align: center;

}



/*-----------------------------isotopes---------------------------------*/ 



 

.isotope-item {

	z-index: 2;

}

.isotope-hidden.isotope-item {

	pointer-events: none;

	z-index: 1;

}



/*----------------------------Isotope CSS3 transitions---------------------------------*/ 

.isotope, .isotope .isotope-item {

	-webkit-transition-duration: 0.8s;

	-moz-transition-duration: 0.8s;

	-o-transition-duration: 0.8s;

	transition-duration: 0.8s;

}

.isotope {

	-webkit-transition-property: height, width;

	-moz-transition-property: height, width;

	-o-transition-property: height, width;

	transition-property: height, width;

}

.isotope .isotope-item {

	-webkit-transition-property: -webkit-transform, opacity;

	-moz-transition-property: -moz-transform, opacity;

	-o-transition-property: top, left, opacity;

	transition-property: transform, opacity;

}

/**** disabling Isotope CSS3 transitions ****/ 



 .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {

	-webkit-transition-duration: 0s;

	-moz-transition-duration: 0s;

	-o-transition-duration: 0s;

	transition-duration: 0s;

}

/* End: Recommended Isotope styles */ 



/* disable CSS transitions for containers with infinite scrolling*/ 



 .isotope.infinite-scrolling {

	-webkit-transition: none;

	-moz-transition: none;

	-o-transition: none;

	transition: none;

}

#container {

	float: left;

	margin: 0;

	overflow: hidden;

}

.element {

	float: left;

	overflow: hidden;

	position: relative;

}

.element * {

	margin: 0;

}

.element-2col, .gallery-2col  {

	height: auto;

	margin: 0 10px 20px;

	padding: 0;

	width: 48.11320754716981%;

}

.element-3col, .gallery-3col {

	height: auto;

	margin: 0 10px 20px;

	padding: 0;

	width: 31.41509433962264%;

}

.element-4col, .gallery-4col {

	height: auto;

	margin: 0 10px 20px;

	padding: 0;

	width: 23.11320754716981%;

}



/* Catgegories Portofolio Filter 



 ------------------------------------------------------------ */ 



#options {

	width: 100%;

}

#options ul {

	display: block;

	float: left;

	list-style: none outside none;

	margin: 0 0 20px;

	padding: 0;

	width: 100%;

}



#options ul ul {

	margin-left: 1.5em;

}



#options li {

	float: left;

	margin: 0 5px 0 0;

	padding: 0;

	list-style: none;

}



#options li a {

	display: block;

}



#options li a.selected,  #options li a:hover {

	-moz-transition: all 0.1s;

	-webkit-transition: all 0.1s;

	-o-transition: all 0.1s;

	transition: all 0.1s;

}





.element-2col #icon, .gallery-2col #icon,  .element-3col #icon, .gallery-3col #icon,  .element-4col #icon, .gallery-4col #icon {

	-moz-box-sizing: border-box;

	background: #FFFFFF;

	display: none;

	border: 1px solid #ffffff;

	height: 100%;

	position: absolute;

	text-align: center;

	text-decoration: none;

	width: 100%;

	z-index: 100;

	opacity: 0.9;

}

.element-3col #icon .icon_image {

	top: 45px;

	left: 116px;

}

.gallery-3col #icon .icon_image {

	left: 135px;

	top: 40px;

}

.element-3col #icon .icon_read {

	left: 125px;

	top: 10px;

}

.gallery-3col #icon .icon_read {

	left: 134px;

	top: 62px;

}

.element-2col #icon .icon_image {

	left: 200px;

	top: 76px;

}

.gallery-2col #icon .icon_image {

	left: 210px;

	top: 70px;

}

.element-2col #icon .icon_read {

	left: 197px;

	top: 15px;

}

.gallery-2col #icon .icon_read {

	left: 202px;

	top: 125px;

}

.element-4col #icon .icon_image {

	left: 75px;

	top: 20px;

}

.gallery-4col #icon .icon_image {

	left: 96px;

	top: 20px;

}

.element-4col #icon .icon_read {

	left: 90px;

	top: 0;

}

.gallery-4col #icon .icon_read {

	left: 88px;

	top: 29px;

}

#icon .icon_image {

	background: none repeat scroll 0 0 #333333;

	border-radius: 50px 50px 50px 50px;

	display: block;

	height: 25px;

	padding: 3px;

	position: absolute;

	width: 25px;

	-moz-border-radius: 50px;

	-webkit-border-radius: 50px;

}

#icon .icon_read {

	background: url("images/overlay.png") no-repeat scroll center center transparent;

	border-radius: 50px 50px 50px 50px;

	display: block;

	height: 55px;

	padding: 3px;

	position: relative;

	width: 45px;

	-moz-border-radius: 50px;

	-webkit-border-radius: 50px;

}



/* Home Page Default 

 ------------------------------------------------------------ */ 



#home_gallery, .page_title_wrap {

	width: 100% !important;

}



.half{

	width: 47%;

	margin-right: 6%;

	margin-top: 200px;

	float: left;

}



.cta {

    font-size: 15px;

    padding-bottom: 30px;

}

.cta > p{

	margin: 5px 0;

	padding: 0;	

}

.page_title_wrap {

	background-position: 0 bottom;

	background-attachment:scroll;

	background-repeat: no-repeat;

	background-size: cover;

	height: 100px;

	width: 100%;

}

.welcome_message {

	margin: 50px auto;

}



#home_portfolio, #home_blog, .home-widget {

	float: left;

	overflow: hidden;

	width: 100%;

}

.home-widget {

	float: left;

	overflow: hidden;

}



/* Home Blog 

 ------------------------------------------------------------ */ 

.home_blog_feature a {color: #2D3438;}

.home_blog_feature a:hover {color: #37C2AB;}

 

.blog_feature_image a {

	background-position: center center;

	display: block;

	overflow: hidden;

	width: 100%;

}

.blog_feature_image:hover {

	background: url("images/post-thumb.png") no-repeat scroll center center rgba(0, 0, 0, 0.5);

}

.blog_feature_image:hover img {

	opacity: 0.7;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    filter: alpha(opacity=70);

		transform: scale(2.5);

	-ms-transform: scale(2.5);

	-webkit-transform: scale(2.5);

		-webkit-transition: all 0.15s;

	   -moz-transition: all 0.15s;

		-ms-transition: all 0.15s;

		 -o-transition: all 0.15s;

		  	transition: all 0.15s;

}



.home_blog_feature li h3,  .blog_feature_shortcode li h3 {

    font-size: 24px;

    line-height: 30px;

    margin: 20px 0 15px;

}

.home_blog_feature li {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	list-style: none;

	background: none;

	float: left;

	height: auto;

	padding: 0;

}

.home-blog-post-meta, .post_box_comments {

	font-size: 14px;

    line-height: 14px;

    margin: 0 0 13px;

    overflow: hidden;

}

.home_blog_feature p {

	margin: 0;

	padding: 10px 0;

}

.post_box_comments {

	padding:0 0 0 10px;

}

#portfolio_feature, .home_blog_feature {

	float: left;

	overflow: hidden;

}

#home_portfolio .entry {

	margin-bottom: 0;

	padding: 0;

	display: block;

	overflow: hidden;

	float: left;

	width: 100%;

}

.home_portfolio_info, .home_blog_info {

	float: left;

	overflow: hidden;

	width: 100%;

}

.home_portfolio_info p, .home_blog_info p {

	font-size: 16px;

	font-style: italic;

	font-weight: 400;

	line-height: 26px;

	margin-bottom: 30px;

	text-align: left;

}

/* Grid Blog Page template 

 --------------------------------------------------------------*/ 



 

.zp_grid_blog .content .post {

	float: left;

	width: 48.11%;

	margin-right: 28px;

}

.zp_grid_blog .content .post:nth-child(2n) {

	margin-right: 0;

}

.zp_grid_blog .content .post .post_content {

	float: right;

	width: 70%;

}

.zp_grid_blog .content .post .post_block {

	float: left;

	overflow: hidden;

	width: 27%;

}



/* Additional stlye for code display 

 --------------------------------------------------------------*/ 

 

.frame-wrap {

	padding: 15px 15px 0;

	margin: 0 0 20px;

}

.frame-inner {

	padding-bottom: 1px;

	width: 100%;

}

.wp_syntax td.code {

	padding: 10px !important;

}

.wp_syntax pre {

	padding: 5px 4px !important;

}

.nav-primary .wrap .select-menu {

	display: none;

}



/* Audio/Video jPlayer Skin 

--------------------------------------------------------------*/



.jp-audio,

.jp-video {

	margin: 0 auto;

	width: auto;

	max-width: 100%;

	position: relative;

	overflow: hidden;

}



.jp-gui { margin-bottom: -35px; }



.jp-interface {

	background: #232527 url(images/sprite.png) 0 -232px repeat-x;

	border: 1px solid #000;

	border-radius: 3px;

	-webkit-box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);

	box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);

	margin-bottom: 3px;

	position: absolute;

	height: 33px;

	width: 94.25%;

	left: 20px;

	bottom: 20px;

	overflow: hidden;

}



.jp-video-full { position: relative; }



.jp-video-full .jp-jplayer {

	background: #000000;

	top: 0;

	left: 0;

	position: fixed !important;

	position: relative;

	overflow: hidden;

	z-index: 998;

}



.jp-video-full .jp-gui {

	z-index: 1000;

	display: block;

}

.jp-video-full .jp-interface { 

	bottom: 0;

	top: auto; 

	left: 0.25%;

	position: fixed;

	width: 99%;

	z-index: 1000;

}





.jp-controls,

.jp-toggles {

	float: left;

	margin: 0;

	padding: 0;

	z-index: 100;

}



.jp-controls li { float: left; list-style: none; }



.jp-controls a {

	position: absolute;

	overflow: hidden;

	text-indent: -999em;

}



.jp-play,

.jp-pause,

.jp-mute,

.jp-unmute {

	background: #d2d6db url(images/sprite.png) 0 -100px no-repeat;

	border-top: 1px solid #4b4e53;

	display: block;

	z-index: 2;

	height: 100%;

	width: 30px;

}



.jp-play:hover,

.jp-pause:hover,

.jp-mute:hover,

.jp-unmute:hover { background-color: #f26c4f; }



.jp-pause { background-position: 0 -133px; }



.jp-mute { background-position: 0 -199px; }



.jp-unmute { background-position: 0 -167px; }



.jp-play,

.jp-pause { 

	border-radius: 3px 1px 1px 3px;

	border-right: 1px solid #4b4e53; 

}



.jp-mute,

.jp-unmute { 

	border-left: 1px solid #4b4e53;

	right: 52px; 

}



.jp-audio .jp-mute,

.jp-audio .jp-unmute { right: 52px; }





.jp-progress {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	position: absolute;

	padding: 0 95px 0 40px;

	margin: 11px 0;

	width: 100%;

	height: 9px;

}



.iphone .jp-progress { padding-right: 15px; }



.jp-volume-bar {

	float: right;

	margin: 11px 0;

	right: 8px;

	width: 40px;

	height: 10px;

}



.jp-audio .jp-volume-bar { right: 7px; }



.jp-seek-bar,

.jp-volume-bar {

	background: #141618;

	border-bottom: 1px solid #2c2d2f;

	border-left: 1px solid #0f0f10;

	border-right: 1px solid #0f0f10;

	border-top: 1px solid #000000;

	border-radius: 2px;

	cursor: pointer;

	height: 8px;

	padding: 0 0 1px 0;

	position: relative;

	z-index: 999;

}



.jp-play-bar,

.jp-volume-bar-value {

	border-radius: 1px 2px 2px 1px;

	background: #f26c4f;

	height: 8px;

}



/* Zp SOcial Icons */

.sidebar  .zp_social_icons .widget-wrap li:before, 

.sidebar  .widget-wrap li a:before,

.footer-widgets  .zp_social_icons .widget-wrap li:before, 

.footer-widgets  .widget-wrap li a:before{

	display: none;	

}






/* INFORMACION LEGAL */

/* PÁGINAS LEGALES: POLITICA DE PRIVACIDAD, COOKIES, ETC */
.titulo-legal {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em !important;
	margin-top: 20px !important;
}
.texto-legal {
	text-align: justify;
}

li.texto-legal {
	margin-left: 15px !important;
	margin-bottom: 8px;
}

.texto-legal a {
		font-weight: bold;
		text-decoration:underline;
	}

@media only screen and (max-width: 768px) {
.texto-legal {
	text-align: left;
}
}
	
/* WORDPRESS */
.scnb-text, .scnb-buttons {
	width: 100% !important;
	clear:both;
	text-align: center;
	margin: 5px !important;
}