@charset utf-8;

/*
Theme Name: SEECGalicia - Dignity
Theme URI: http://www.designova.net/themes/wordpress/dignity
Description: A complete remake of the beautiful but useless Dignity theme by Designova.net
Author: Sandra Romano
Author URI: http://sandraromano.es
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3
Tags: light,theme-options, translation-ready


*/

/*---- Vollkorn desde Google Fonts ----*/
@import url("http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700");


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing:antialiased;
}
a, a:hover, a:focus{
	text-decoration: none;
	outline: none !important; 
}
a:focus { 
    	outline: none !important; 
}
p{
	color: #333;
	font-family:"Vollkorn", serif;
	font-size: 20px;
	line-height:27px;
}

.columnas p{
	-webkit-columns: 2;
	-moz-column-count: 2;
	column-count: 2;
	word-wrap: break-word;
	hyphens: auto;
	}

.clear{clear: both;}
.container img{max-width: 100%;}
@media (min-width: 1024px) and (max-width: 5000px) {
	.container, .service-details{
		max-width: 990px;
	}
}

.service-details{
		width: 100%;
	}


/*Common Spacing and Padding*/
.add-top{
	margin-top: 120px !important;
}
.add-bottom{
	margin-bottom: 120px !important;
}
.add-top-half{
	margin-top: 60px !important;
}
.add-bottom-half{
	margin-bottom: 60px !important;
}
.add-top-medium{
	margin-top: 30px !important;
}
.add-bottom-medium{
	margin-bottom: 30px !important;
}
.add-top-small{
	margin-top: 20px !important;
}
.add-bottom-small{
	margin-bottom: 20px !important;
}
.add-top-v-small{
	margin-top: 10px !important;
}
.add-bottom-vsmall{
	margin-bottom: 10px !important;
}
.add-over-small{margin: 10px;}

.pad-top{
	padding-top: 120px !important;
}
.pad-bottom{
	padding-bottom: 120px !important;
}
.pad-top-half{
	padding-top: 60px !important;
}
.pad-bottom-half{
	padding-bottom: 60px !important;
}
.pad-top-medium{
	padding-top: 30px !important;
}
.pad-bottom-medium{
	padding-bottom: 30px !important;
}
.pad-top-small{
	padding-top: 20px !important;
}
.pad-bottom-small{
	padding-bottom: 20px !important;
}
.pad-over-small{padding: 10px;}


.wrap-txt{
	padding: 5px 10px;
	display: inline-block;
	margin: 0 5px;
}
.light-txt{font-family:"OpenSansLight";}
.light-heading{font-family:"NexaLight";} .light-heading a:hover { color:inherit!important}
.bold-heading{font-family:"NexaBold";}
.medium-txt{font-size: 48px;  line-height: 46px; padding-top: 18px;}
.medium-large-txt{font-size: 72px;  line-height: 72px; padding-top: 15px;}
.large-txt{font-size: 96px; line-height: 100px;}
.x-large-txt{font-size: 132px; line-height: 136px; padding-top: 12px;}
.uppercase{text-transform: uppercase;}
.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.aligncenter{
	text-align: center;
	margin: 0 auto;
	display: inherit;
}
.floatleft { float:left!important; }
.floatright { float:right; display:inline-block;}
.middle > * {
  vertical-align: middle;
}

.fondooscuro { background-color:#3e4042; }

.grego { font-family:"gfs_porsonregular"!important; font-size:110%; }
.versales { font-variant:small-caps; letter-spacing:1px; font-size:110%; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#masthead{
	min-height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	padding: 5px 15px;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#masthead.sub{
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.logo{
	float: right;
	color: #fff;
	font-family:"NexaBold";
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 30px;
	text-transform: uppercase;
}
.logo.standard-spacing{float: left; }
.logo.sub{
	color: #000;
}


.logo a:link, h1.logo a:active, h1.logo a:visited { color:#fff; }
.logo.sub a:link, h1.logo.sub a:active, h1.logo.sub a:visited { color:#000;}

#masthead.sub a{color: #000;}
.submenu-icon{font-size: 18px; padding-top: 5px;}
.submenu-wrap{display: none;}
.submenu-wrap a{padding-left: 30px;}

/*Standard Navigation*/
.standard-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	float: right;
}
.standard-nav li{
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.standard-nav li > a{
	color: #fff;
	font-family:"OpenSansBold";
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.15em;
	line-height:19px;
	text-transform: uppercase;
}
.standard-nav li > a.sub{
	color: #000;
}

.default-wp-nav-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	float: right;
}
.default-wp-nav-menu li{
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.default-wp-nav-menu li > a{
	color: #fff;
	font-family:"OpenSansBold";
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.15em;
	line-height:19px;
	text-transform: uppercase;
}
.default-wp-nav-menu li > a.sub{
	color: #000;
}

.left-split{
	display: block;
	width: 50%;
	padding: 50px;
	clear: both;
}
.right-split{
	display: block;
	width: 50%;
	padding: 50px;
	margin-left: 50%;
	clear: both;
}

.intro-parallax-bg, .parallax-bg{ background-size: cover !important; }
.mask-bg{
	background: url('images/mask/raster-dark.png') repeat;
	
}
.regular-layout{
	max-width: 990px;
	margin: 0 auto;
}
.player{
	font-size: 1px;
}
.video-poster-image {
	
	background-repeat:no-repeat;
	background-size: cover !important;
	width:100%;
	height:100%;
	z-index:0 !important;
	backface-visibility:hidden;
	background-position:center center;
}

#okplayer{width: 100% !important; height: 120% !important; top:-10px !important;}

.inner-ring{
	width: 200px;
	height: 200px;
	padding: 50px;
	border-radius: 200px;
	display: inline-block;
	font-size: 24px;
 	line-height: 31px;
	font-family:"OpenSansRegular";
	margin: 0 23px 23px 0;
	text-align:center;
}

.inner-ring .text-rotator-fade{
 	font-size: 24px;
 	line-height: 31px;
font-family:"OpenSansRegular";
margin-top: 15px;
 }
 
 
  nav#standard-nav {
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 25px;
}

nav#standard-nav ul, #top-search ul { list-style-type:none; }
	
nav#standard-nav ul ul, #top-search ul ul { display: none; }
	nav#standard-nav ul li:hover > ul, #top-search ul li:hover > ul { display: block; }
	
nav#standard-nav ul li{
	display: inline-block;
	float: left;
	margin: 0 10px;
}
nav#standard-nav ul li > a{
	color: #fff;
	font-family:"OpenSansBold";
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.15em;
	line-height:19px;
	width:100%;
	text-transform: uppercase;
	padding:0!important;
	margin:0!important;
}
	
nav#standard-nav ul li > a.sub{
	color: #000;
}

nav#standard-nav ul ul {
	position: absolute; 
	padding: 30px 0 0 0;
	z-index: 99999;
}

nav#standard-nav ul ul li {
		float: none; 
		position: relative;
		display:block;
		padding:10px 20px 0 20px;
		margin:0 0 0 -10px!important;
		background-color: rgba(0,0,0,.3);
		-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
	}
	nav#standard-nav ul ul li:last-of-type { padding-bottom: 10px; }
	
header.sub > nav#standard-nav ul ul li {
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
		background-color: #fff;
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			 -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
				}

	

#top-search { 
	display: block;
	position:relative;
	float: right;
	margin: 25px 10px 0 0;
	}

#top-search-icon:before { font-family: 'Glyphicons Halflings'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e003"; margin-left:-30px; font-size: 22px; position: absolute; color:#fff; }
header.sub div#top-search ul li span#top-search-icon:before { color:#000 }
#top-search-icon:hover:before, header.sub div#top-search ul li span#top-search-icon:hover:before { color:#ee3b16; }


#top-search ul ul {
	position: absolute;
	right:0;
	top:100%;
	margin:0;
	padding: 40px 0 0 0;
	z-index: 99999;
}
#top-search ul ul li { 
		position: relative;
		display:block;
		padding:10px 20px 20px 20px;
		margin:0 0 0 -10px!important;
		background-color: rgba(0,0,0,.3);
		-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		
 }
.top-search-form input { 
	color: #ffffff;
	font-family:"OpenSansBold";
	font-size: 12px;
	font-weight: 100;
	line-height:19px;
	width:280px;
	border:none;
	padding:3px;
	background-color:transparent;
	}
	
header.sub > #top-search ul ul li {
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
		background-color: #fff;
		-webkit-transition: all .4s ease-in-out;
		   -moz-transition: all .4s ease-in-out;
			-ms-transition: all .4s ease-in-out;
			 -o-transition: all .4s ease-in-out;
				transition: all .4s ease-in-out;
				}
header.sub div#top-search ul li ul li form.top-search-form input { color: #000; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY  */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#mastwrap{
	overflow: hidden; /*remove this*/
	position: relative;
}
.page-section{
	min-height: 400px;
}
.super-heading{
	font-family:"NexaLight";
	text-transform: uppercase;
	font-size: 96px;
	line-height: 103px;
	color: #030303; 
	font-weight: 200;
}
.promo-heading{
	font-family:"NexaBold";
	text-transform: uppercase;
	font-size: 48px;
	line-height: 55px;
	color: #121212;
	padding-bottom: 15px;
	padding-top: 20px;
}
	
.promo-text, div.promo-text p{
	font-family:"Vollkorn", serif;
	font-size: 24px!important;
	line-height:31px!important;
	color: #888;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.promo-text span { 
	display:block;
	margin-bottom:0.5em;
	}
.main-heading{
	font-family:"NexaBold";
	text-transform: uppercase;
	font-size: 36px;
	line-height: 43px;
	color: #fff;
}
.main-heading-alt{
	color: #000;
}
.liner{
	text-align: center;
	margin-bottom: 15px;
}
.liner > span{
	display: inline-block;
	width: 80px;
	height: 12px;
}
.liner-small{
	text-align: center;
	margin-bottom: 15px;
}
.liner-small > span{
	display: inline-block;
	width: 50px;
	height: 6px;
}
.liner-division{
	background: url('images/mask/raster.png') repeat;
	height: 15px;
	margin-bottom: 20px;
}
.liner-division-light{
	background: url('images/mask/raster-light.png') repeat;
	height: 15px;
	margin-bottom: 20px;
}
.liner-division-dark{
	background: url('images/mask/raster-dark.png') repeat;
	height: 15px;
	margin-bottom: 20px;
}
.arrow-division-dark{
	background: url('images/arrow.png') center center no-repeat;
	height: 29px;
	margin-bottom: 20px;
}
.grey-text{
	color: #a8b4b7;
}
.white-text, .white-text *{
	color: #fff;
}
.dark-text, .dark-text *{
	color: #000;
}
.black-text, .black-text *{
	color: #222 !important;
}
.grey-txt, .grey-txt *{
	color: #a8b4b7;
}
.white-txt, .white-txt *{
	color: #fff;
}
.dark-txt, .dark-txt *{
	color: #000;
}
.black-txt, .black-txt *{
	color: #222 !important;
}
.dark-bg{background: #000;}
.light-bg{background: #fff;}
.grey-bg{background: #a8b4b7;}
.light-grey-bg{background: #eee;}
.dark-grey-bg { background:#3e4042;}

.sub-heading{
	font-family:"OpenSansLight";
	margin-bottom: 30px;
	font-size: 26px;
	line-height:33px;
	color: #fff;
	font-weight: 200;
}
.small-heading{
	margin-bottom: 40px;
	font-weight: 200;
}
.small-heading > span{
	font-family:"OpenSansLight";
	font-weight: 200;
	font-size: 16px;
	line-height:23px;
	color: #fff;
	border: solid 1px #fff;
	padding: 10px 20px;
	text-transform: uppercase;
}
.inner-heading{
	font-family:"OpenSansLight";
	font-weight: 200;
}
.caption{
	margin-bottom: 30px;
}
.caption > span{
	padding: 10px;
	background: #ccc;
	color: #222;
	font-family:"OpenSansLight";
	font-weight: 200;
	font-size: 16px;
	line-height:23px;
}
.text-rotator{
	display: inline-block;
}

/*Buttons*/

.btn-dignity-animated {
	text-decoration: none;
	text-shadow:none;
	font-family:"NexaBold";
	font-size: 14px;
	line-height: 21px;
	}

.btn-dignity-dark {
	background: #121212;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: none;
	border-radius: 0px;
	text-decoration: none;
	text-shadow:none;
	font-family:"NexaBold";
	font-size: 14px;
	line-height: 21px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-dignity-dark:hover {
	background: #fafafa;
	color: #121212;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}

.btn-dignity-white{
	background: #fafafa;
	color: #121212;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: none;
	border-radius: 0px;
	text-decoration: none;
	text-shadow:none;
	font-family:"NexaBold";
	font-size: 14px;
	line-height: 21px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-dignity-white:hover{
	background: #121212;
	color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-redondo { width:25%; display: inline-block; margin:0 23px 23px 0;}
.btn-redondo-circle {
	background: transparent;
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    overflow:hidden;
	border: solid 2px #515456;
	box-shadow: none;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-redondo a {
	display:block;
	float:left;
	width:100%;
	padding-top:50%;
    padding-bottom:50%;
	line-height:1em;
	margin-top:-0.5em;
	text-align:center;
	color: #515456;
	text-decoration: none;
	text-shadow:none;
	font-family:"OpenSansRegular";
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
}
.btn-redondo a:hover { 
	color: #fff!important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.btn-rounded{
	background: transparent;
	border: solid 2px #515456;
	height:110px;
	width:110px;
	color: #515456;
	box-shadow: none;
	border-radius: 50%;
	text-decoration: none;
	text-shadow:none;
	font-family:"OpenSansRegular";
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
	.peque { font-size:20px!important; line-height:27px!important; }
.btn-rounded.light-btn, .btn-redondo-circle.light-btn{
	border: solid 2px #FFF;
	color: #000;
	background: #FFF;
}
.btn-redondo-circle.light-btn a { color: #000;}

.btn-rounded.dark-btn, .btn-redondo-circle.dark-btn{
	border: solid 2px #515456;
	color: #FFF;
	background: #515456;
}
.btn-redondo-circle.dark-btn a { color:#fff; }
.btn-rounded.light-btn:hover, .btn-rounded.dark-btn:hover{
	background: #000 !important;
	border-color: #000 !important;
	color: #FFF !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*ABOUT*/
.about{
	background-color: #fff;
}
.about-welcome{

}
.about-emblem{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    	width: 180px;
}
.about-emblem > img{
    	width: 148px;
}
.text-rotator-fade{display: inline-block;}

/*SERVICES*/
.services{
	background: #111 url('images/bg/about.jpg') center center;
	background-size: cover;
}
.services-icon-wrap{
	margin-top: 10px;
}

.services-icon-wrap > .service-icon{
	padding-bottom: 40px;
}

.services-icon-wrap > .service-icon > img{
	cursor: pointer;
}
.services-icon-wrap > .service-icon > a > img{
}
.services-icon-wrap > .service-icon > h5{
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	font-family:"NexaBold";
	text-transform:uppercase;
}
.services-expansion{
	padding-top: 40px;
	padding-bottom: 40px;
}
.service-slider{
	padding: 0;
	margin: 0;
	margin-left: -15px;
}
.service-details.default{
	display: block;
}
.service-details > article > .btn-dignity-animated{
	margin-top: 30px;
	margin-bottom: 20px;
}
.service-details p {color: #222;}

@media (max-width: 1010px) {
	.services-icon-wrap-yellow > .service-icon.current::before{
		display: none;
	}
}

/*THUMB CAROUSEL*/
.thumb-carousel-wrap{
	margin-top: 30px;
}
.thumb-title{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
}
.thumb-title > h5{
	opacity: 0;
	margin-top: 30%;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.thumb-title > h5 > span{
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 19px;
	font-family:"OpenSansLight";
	text-transform: uppercase;
	padding: 8px 15px;
	border: solid 1px #fff;
}
.item:hover > a > .thumb-title{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.item:hover > a > .thumb-title > h5{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


/*TEAM*/
.team{
	background-color: #fff;
}
.team-info-wrap{
	background: #fff;
}

.team-info{
	padding: 20px;
	background:  #eee !important;
}
.team-info h3{
	font-family:"OpenSansLight";
	font-weight: 200;
	margin-bottom: 0;
	color: #000;
}
.team-info h5{
	margin-bottom: 15px;
	font-weight: 200;
}

.team-info h5 > span{
	padding: 5px 10px;
	color: #000;
	border: solid 1px #444;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 12px;
	font-family:"OpenSansLight";
}
.team-social{
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social li{
	display: inline-block;
}
.team-social li a{
	opacity: 1;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.team-social li a:hover{
	opacity: 0.5;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.team-specs{
	padding: 10px;
	padding-bottom: 20px;
}

/*TESTIMONIAL*/
.testimonial-carousel-wrap{
}
.testimonial-carousel{
	padding: 80px;
	padding-top: 100px;
	background-size: cover;
}

.testimonial-block{
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	padding: 20px 15px;
	color: #fff;
}
.testimonial-block img{
}

.testimonial-block p{
	margin-bottom: 10px;
	font-family:"OpenSansLight";
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}
.testimonial-user{
	margin-top: 20px;
	margin-bottom: 30px;
}
.testimonial-user > span{
	font-size: 14px;
	padding: 7px 14px;
    	border:solid 2px #000;
    	font-family:"OpenSansLight";
    	color: #000;
    	text-align: center;
    	text-transform: uppercase;
}
.testimonial-user > span:hover{
	font-size: 14px;
	padding: 7px 14px;
    	border:solid 1px #000;
    	font-family:"OpenSansLight";
    	color: #fff;
    	background: #000;
    	text-align: center;
    	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 5px 15px;
    border-radius: 50%;
    border:solid 3px #fff;
    font-size: 24px;
    font-family:"OpenSansLight";
    color: #fff;
    text-align: center;
    background: transparent;
    opacity: 1;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    border:solid 3px #000;
    color: #000;
    background: transparent;
    opacity: 1;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}

/*PORTFOLIO*/
.portfolio{
	background-color: #fff;
}

#portfolio {
    background-size: cover;
}
#portfolio .welcome-text{
    color: #686351;
}
/*-- 1. General --*/
div#portfolio {
    padding-top: 50px;
    background: #333;
}

div#portfolio_title {
    margin-bottom: 33px;
}

div#portfolio_title h2 {
    color: #FFF;
}

.sortablePortfolio, #portfolioFilter {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#portfolio-wrap {
    padding-top: 30px;
}

/*-- 2. Filter --*/
div#filter {
    padding-bottom: 20px;
}

div#filter_wrapper {
    float: left;
    position: relative;
    margin-bottom: 0px;
    left: 50%
}

ul#portfolioFilter {
    line-height: 18px;
    float: left;
    position: relative;
    left: -50%;
}

ul#portfolioFilter li {
    float: left;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border:solid 1px #888;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    font-family:"OpenSansLight";
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}

ul#portfolioFilter li:hover {
     color: #fff;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
			cursor: pointer;
}
ul#portfolioFilter li.active-filter {
     color: #fff;
}

ul#portfolioFilter li.separator {
    line-height: 49px;
    padding: 0px;
    color: #CCC;
    font-size: 11px;
}


/*-- 3. Thumbs --*/
div#portfolio_thumbs {
    position: relative;
    z-index: 7;
}

div#portfolio_thumbs ul {
    display: block;
}

div#portfolio_thumbs ul li {
    float: left;
    width: 20%;
    position: relative;
    padding: 0px;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}
div#portfolio_thumbs ul li:hover {
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

div#portfolio_thumbs ul li img {
    width: 100%;
    height: auto;
    display: block;
}

div#portfolio_thumbs ul li img.rollover {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    top: 0px;
    left: 0px;
}

div#portfolio_thumbs ul li div.item_info {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 11;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
}

div#portfolio_thumbs ul li div.item_info h3 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 23px;
	font-family:"OpenSansLight";
	text-transform: uppercase;
	padding: 5px 10px;
}
div#portfolio_thumbs ul li div.item_info p{
	margin-top: 120px;
}
div#portfolio_thumbs ul li div.item_info p > span{
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 19px;
	font-family:"OpenSansLight";
	text-transform: uppercase;
	padding: 5px 10px;
	border:solid 1px #fff;
}
.add-space-min{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*-- 4. Item page --*/
#portfolio_item {
    display: none;
    width: 100%;
}

#item_container {
    padding-bottom: 25px;
}
#portfolio_item_wrap{
	padding-bottom: 25px;
}
#portfolio_item_wrap iframe{
	margin-top: 25px;
}
.dignity-sandbox-controls{
	position: relative;
	display: none;
	margin-top: 50px;
}
.dignity-sandbox-controls a{
	display: block;
	position: absolute;
	right: 0px;
	top: -40px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;    
	-moz-border-radius:50%;
	-khtml-border-radius:50%;
	-ms-border-radius:50%;
}

#item_content {
    margin: 0 auto;
}

#text_content {
    /*width: 680px;*/
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
}

#text_content h3 {
    font-size: 48px;
    line-height: 55px;
    color: #121212;
    font-family:"OpenSansLight";
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
#text_content p {
    font-size: 14px;
    line-height: 21px;
    color: #666;
    font-family:"OpenSansRegular";
    font-weight: normal;
}

/* Slider */
.item_slider{
/*    width: 680px;*/
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.item_slider a:active {
    outline: none;
}

.slides,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item_slider .slides > li {
    display: none;
}

.item_slider .slides img {
    max-width: 100%;
    display: block;
}

.item_slider {
    position: relative;
    zoom: 1;
}

.item_slider .slides {
    zoom: 1;
}

.item_slider .slides > li {
    position: relative;
}

.item_slider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 30px;
    color: #000;
    border: solid 2px #000;
    position: absolute;
    top: 10px;
    cursor: pointer;
    text-indent: 1px;
    font-size: 15px;
    font-family:"OpenSansLight";
    text-align: center;
    background: transparent;
}

.item_slider .flex-direction-nav li a:hover {
    background: transparent;
}

.item_slider .flex-direction-nav li .next {
    left: 45px;
}

.item_slider .flex-direction-nav li .prev {
    left: 10px;
}


/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#item_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

/* Control buttons */
#control_buttons {
/*    width: 680px;*/
    padding: 15px 8px 5px 8px;
    margin-top: 10px;
}

#control_buttons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 5px;
border:solid 3px #121212;
    font-size: 24px;
    font-family:"OpenSansLight";
    color: #121212;
     text-align: center;
}

.url-linker a{
	margin-left: 0px;
	margin-top: 10px;
}
.project-info-tag{
	padding-top: 10px;
	margin-bottom: 10px;
    border-bottom: solid 1px #aaa;
	padding-bottom: 20px;
}
.project-info-tag > span{
	color: #fff;
    font-family:"OpenSansLight";
    padding: 5px 8px;
    font-size: 12px;
}

#grid .mix{
    opacity: 0;
    display: none;
}
.project-deatil-image{
	padding: 0 !important;
}
.det-overlay{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.project-deatil-image:hover > a > img{
	opacity: 0;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.project-deatil-image:hover > a > .det-overlay{
	opacity: 1;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.project-features-wrap{
	margin-top: 40px;
}
.project-spec-lines{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.project-spec-lines li{
	padding: 10px;
	background:#eee;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 21px;
	font-family:"OpenSansRegular";
	color: #444;
}

/*CONTACT*/
.contact{
	background:#3E4042;
}
#contactForm .contact_web_url{display: none;}
#contactForm input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #515456 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #CCC !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 30px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
#contactForm input:focus, #contactForm textarea:focus {
    border: 2px solid #ccc !important;
    color: #ccc !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
#contactForm textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #515456 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #CCC !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    height: 130px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.post-single #contactForm input, .post-single #contactForm input:focus, .post-single #contactForm textarea, .post-single #contactForm textarea:focus {  color: #555555 !important; }
#contactForm input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
#contactForm input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
#contactForm .btn-rounded{color: #999 !important;}
#contactForm .btn-rounded:hover{color: #FFF !important;}
.error_message {
    background-color: #FFE9E9;
    border-color: #FBC4C4;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #DE5959;
    float: none;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 15px 40px 15px 18px;
    position: relative;
    width: auto;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #FFFFFF;
    font-family:"OpenSansLight";
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
    	font-family:"OpenSansLight";
}


/*FORMULARIOS ACORDES AL TEMA*/

.wpcf7 h5 { margin-bottom: 5px!important; font-size:18px!important; }

.wpcf7 input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #515456 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 30px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border: 2px solid #ccc !important;
    color: #333333 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.wpcf7 textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #515456 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
	margin-bottom: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    height: 130px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
	.wpcf7 textarea.textarea-grande { height:210px; }
.wpcf7 input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #555555;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
.wpcf7 input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
.wpcf7 .btn-rounded{color: #999 !important;}
.wpcf7 .btn-rounded:hover{ background-color:#ee3b16!important; color: #fff !important; border: solid 2px #ee3b16!important;}
.wpcf7 .dignity-button { text-transform:none; }
.wpcf7 .wpcf7-not-valid-tip { display:none!important; }
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid, .wpcf7-not-valid .wpcf7-list-item {
  background-color:#fff2b1!important;
  color:#000!important;
}
.wpcf7 input.wpcf7-not-valid:focus, .wpcf7 textarea.wpcf7-not-valid:focus, .wpcf7-not-valid .wpcf7-list-item:focus {
  background-color:#ffffff!important;
  color:#555555!important;
}

.wpcf7-list-item {
	display:block;
    color: #333333;
    font-family:"OpenSansLight";
    font-size: 18px;
	padding:15px 0 0 0;
	margin:0!important;
}
.wpcf7-list-item input {
	width:auto!important;
	margin-bottom:0!important;
	height:auto!important;
	}
.wpcf7-list-item-label {
	display:inline;
    margin-left:10px;
	}

.wpcf7-list-item-label:hover {
    color: #CCCCCC;
}
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
	color: #fff;
	font-size: 20px!important;
	line-height: 31px;
    font-family:"OpenSansRegular";
	background-color:#ee3b16;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent!important;
	border-radius: 4px;
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto!important; }

#mathcaptchapers { width:50px!important; margin-bottom:0!important; }

.mathcaptcha-144 {
	color: #333333;
    font-family:"OpenSansLight";
    font-size: 18px;
	}
	
.wpcf7 input.wpcf7-submit{
	background: transparent!important;
	border: solid 2px #515456!important;
	color: #515456!important;
	width: 110px!important;
	height: 110px!important;
	box-shadow: none!important;
	border-radius: 50%!important;
	text-decoration: none!important;
	text-shadow:none!important;
	font-family:"OpenSansLight"!important;
	font-size: 24px!important;
	line-height: 31px!important;
	font-weight: 200!important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}


/**::-webkit-input-placeholder {
    color: red;
}
*:-moz-placeholder {
    color: red;
}
*::-moz-placeholder {
    color: red;
}
*:-ms-input-placeholder {
    color: red;
}*/

label {
  display: block;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mastfoot{
}
.footer-top{
	padding: 40px;
	background: #2F3133;
}
.footer-top p{
	color: #777;
	margin-bottom: 0;
}
.footer-top .phone{
	color: #fff;
	font-family:"OpenSansBold";
	font-weight: 100;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
}
.footer-top a{
	color: #fff;
	font-family:"OpenSansBold";
	font-weight: 100;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
}
.footer-bottom{
	padding: 40px;
	background: #27292B;
}
.footer-bottom h3{
	margin-top: 0;
	color: #fff;
}
.footer-social{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social li{
	display: inline-block;
}
.footer-social li > a > img{
	width: 50px;
	opacity: 0.3;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}
.footer-social li > a:hover > img{
	opacity: 1;
}
.credits{
	margin-top: 20px;
}
.credits > p{
	font-size: 14px;
	line-height: 19px;
	font-family:"OpenSansLight";
	font-weight: 200;
	color: #fff;
}

a.blanco { 
	color:#ffffff;
	opacity: 0.7;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
		}
		a.blanco:hover {
			opacity: 1;
		}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.featured_attr{
	padding: 5px 0;
	margin: 10px 0;
	font-size: 14px;
	color:#555;
	text-transform:lowercase;
}
	.featured_attr a { text-transform: none; }
 
.comments ul{list-style: none; padding-left: 0px;}
.comments ul li .cmntparent{padding: 10px;}
#comments-form .form-submit{margin-top: 25px!important;}
#comments-form .form-submit #post-comment{background: transparent;}
.comment-input input{margin-bottom: 25px;}
.comment-input label{margin-bottom: 0px;}
.blog_pagination{margin-bottom: 60px;}
.pagenavi-holder{display: inline-block; width: auto;}
.older.pagenavi-holder{float: left;}
.newer.pagenavi-holder{float: right;}

.sidebar ul{
	list-style: none;
}

.sidebar .widget > ul{
	padding-left: 0px;
}
.widget .sub-heading{
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
	margin-top: 25px;
	
}
.sidebar .widget:first-child .sub-heading{
	margin-top: 0px;
}

.sidebar .widget a{color: #999;}
.sidebar .widget a:hover{color: #000;}

.dignity-button {
	text-decoration: none !important;
	border: #888 solid 1px;
	display: inline-block;
	padding:10px 10px;
	font-size:14px;
	font-family:"OpenSansRegular";
	color: #888 !important;
	text-transform: uppercase;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.sidebar .dignity-button{
	padding:13px 14px !important;
}
#searchform label{display: none;}

.sidebar ul li{color: #000; border-bottom: #CCC solid 1px; padding-bottom: 10px; margin-bottom: 10px;}
.sidebar ul li:last-child{margin-bottom: 0px; border-bottom: 0px;}
.sidebar ul li a{color: #555; text-decoration: none !important;}


.widget{ margin-bottom: 30px; }
#calendar_wrap{padding-bottom: 10px;}

.featured-image .carousel-control.left{left: 2% !important;}
.featured-image .carousel-control.right{right: 2% !important;}
.featured-image img {
    display: block;
	height:auto;
	margin:auto;
}
.blog-post .featured-image { margin-bottom: 10px; }
.blog-post .featured-image iframe, .blog-post .featured-image object {
	width:100%;
	height:auto!important;
	border: 3px solid #eee;
	}
.post-single .featured-image { margin-bottom: 20px; }
.post-single .featured-image iframe, .post-single .featured-image object {
	width:100%;
	height:500px;
    border: 3px solid #eee; 
	}
	
a.blog-featured-img{
    display: block;
    border: 3px solid #eee;
    overflow: hidden;
}
.featured-image .carousel.slide{border: 3px solid #eee; }
a.blog-featured-img img{
    transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    -ms-transition: all 1.25s ease;
}
a.blog-featured-img:hover > img{
    opacity: .7;
    filter: alpha(opacity = 70);
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    transform: scale(1.2);
}
.comments-section .blog-caps{margin-bottom: 10px;}

.avatarbox { float: left; margin-right: 20px;}
/*.cmntbox { display:inline-block; } */
.cmntbox h4 { margin-top:0!important; margin-bottom:0px!important;}

.cmntbox a{color: #555;}
.cmntbox p{margin-bottom: 15px;}
.cmntbox time, .edit-comment { display:inline-block; text-transform: lowercase; font-family: "OpenSansRegular"; font-size:14px; padding-bottom:14px; }
.logged-in-as{margin-bottom: 10px;}
.post-tags{
	margin-bottom: 35px;
	font-family:"Vollkorn";
	font-size:12pt;
}
.post-tags a{ font-style:italic; }
.tagcloud{margin-top: 15px; padding-bottom: 5px;}
.tagcloud a{
	color: #555;
	text-decoration: none !important;
	font-size: 12pt !important;
}
.tagcloud a:after{
	content: ", ";
	display: inline;
	color: #555 !important;
}
.tagcloud a:last-child:after{display: none;}

.blog-grid-wrapper { overflow: hidden; }

.blog-list { margin:0 auto; padding:8px 0 8px 20px!important; }
.blog-single { margin:0 auto; padding: 0 10px 0 0!important; border-bottom:1px solid #eee;
 }
.blog-list .blog-post {
	margin-bottom:20px!important; 
	padding: 20px;
	width:302px;
	border:1px solid #eee;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.blog-list .blog-post:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.post-single {
	margin-bottom: 30px;
	padding-bottom: 35px;
	border-bottom: #eee solid 3px;
	}
	
.post-single h1, .post-single h2, .post-single h3, .post-single h4, .post-single h5, .post-single h6, .inner-page-content h3 {
	font-family: "NexaBold";
	text-transform: uppercase;
	line-height:1.5;
	margin-top: 20px;
	margin-bottom: 15px;
	} 
.post-single ul, .post-single ol, .post-single dl, .post-single p {
	color: #333;
	font-family:"Vollkorn", serif;
	font-size: 20px;
	line-height:27px;
	padding-bottom: 15px!important;
	margin:0!important;
}
.post-single ul, .post-single ol {
	padding-left:0;
	}
	.post-single ul ul, .post-single ol ol, .post-single ul ol, .post-single ol ul  {
		padding:0 0 0 1em!important;
		}
.post-single ol.may { list-style-type:upper-latin;}
.post-single ol.min { list-style-type:lower-latin;}
.post-single ol.mayrom { list-style-type:upper-roman;}
.post-single ol.minrom { list-style-type:lower-roman;}
.post-single ol.gre { list-style-type:lower-greek;}

.post-single dl { margin-top:0; padding-top:0;}
.post-single dt { font-style:italic; font-weight:400; margin:0; padding:0; }
.post-single dd { padding-bottom:15px; }
	.post-single dd:last-of-type {padding-bottom:0!important;}
.post-single dt:before {
 	color: #ee3b16;
    content: '» \0000a0';
    font-weight: bold;
	font-style:normal;
}

.post-single p:last-child { padding-bottom:0;}
.post-single .inner-page-content img { border: 3px solid #eee; }
.post-single table { font-family:"Vollkorn", serif; font-size:16px; line-height:23px; }
.post-single .btn-dignity-animated { margin-bottom:23px; }
.post-single .promo-text {
		color:#888;
}




.main-heading-grid {
	font-family:"NexaBold";
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	color: #333;
}
.grid-excerpt p {
	margin-bottom:20px;
}
.news-main-learn-more { text-align:center; margin:5px auto 0 auto; }
.news-main-learn-more a:first-child { margin-right:10px; }
.post-type-quote {
    background: #F8F8F8;
    color: #999999;
    font-family: Vollkorn;
    font-size: 20px;
    line-height: 27px;
    padding: 20px;
}

blockquote { margin-bottom: 15px; }
blockquote h4 { margin-top: 0!important; }
blockquote p:last-of-type { padding-bottom:0!important; }

.featured-image a{text-decoration: none !important;}
.post-type-link {
    color: #FFFFFF;
    font-family: "OpenSansBold";
    text-decoration: none !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    padding: 20px;
}
.blog-post .featured-image a .post-type-link { font-size: 14px!important; line-height:21px!important; }
.comment ul.children{margin-left: 30px;}

.mbBgndGallery{display: none !important;}
body.home .mbBgndGallery{display: block !important;}

.alignright{
    text-align: right;
    float: right;
    margin:0 0 0 15px;

}

.alignleft{
    text-align: left;
    float: left;
	margin:0 15px 0 0;
}

.aligncenter{
    text-align: center;
    float: none;
}
.wp-caption{
	background: #222;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption-text{
	font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{color:#000;}
.gallery-caption{
	color: #222;
}
.bypostauthor{color: #000;}

#sub-nav-actividad nav { display: inline-block; margin: 0 10px; }


/* pagination */

.pagination { padding: 20px 0 }

.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 2px 10px;
    background: #fff;
    color: #999;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.pagination a { color: #000 }

.pagination .current { font-weight: bold }

.pagination .next,
.pagination .prev {
    width: auto;
    height: auto;
}

#blog_pagination { margin:auto; width:auto; }
	#blog_pagination .dignity-button, #blog_pagination .current{
		margin-right:5px!important;
		border-radius: 50%;
		padding: 10px 10px!important;
		}
 #blog_pagination .navega, #blog_pagination .current {
	border: #ee3b16 solid 1px;
	}
	
#single_pagination { margin-bottom: 60px; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - PRICING TABLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.price-table-wrap{
	text-align: center;
	border: #EEE solid 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.price-plan-header{
	background: #434a54;
	color: #FFF;
	padding-top: 18px;
	padding-bottom: 20px;
}

.price-plan-header h1{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.price-plan-title{
	font-size: 20px;

}

.price-plan-header span{
	display: inline-block; 
	top: -20px; 
	position: relative;
	font-size: 32px;
}

.pricing-table ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.price-plan-feature{
	font-size: 14px;
	padding: 10px 5px;
	border-bottom: #EEE solid 1px;
	text-transform: uppercase;
}
.pricing-table ul li:nth-child(even){
	background: #f8f8f8;
}
.price-plan-footer{
	margin-bottom: 20px;
	margin-top: 10px;
}
.price-button{
	color: #111;
	line-height: 46px;
    padding: 10px 15px;
    border:solid 1px #888;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    font-family:"OpenSansLight";
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - BLOGROLL */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blogroll h3 { margin-top:0; padding-top:0; }
ul.blogroll {
	list-style-type:none;
	margin:0!important;
	padding:0!important;
	font-family:"OpenSansRegular";
	font-size:16px;
}
ul.blogroll li { margin:0 0 15px 0 }
ul.blogroll li:last-of-type { margin: 0;}
ul.blogroll a {
	display:block;
	font-size:20px;
}