/*
Theme Name: MWGCompact
Theme URI:
Author: DEV MW
Author URI: https://www.mentalidadweb.cl/
Text Domain: MWGCompact
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Font Awesome
2.0 Normalize
3.0 Typography
4.0 Elements
5.0 Forms
6.0 Table
7.0 Links
8. buttons
9. Header
10.0 Navigation
	10.1 Menus
		10.1.1 dropdwon menu
11. Welcome page
12. Features
13. About
14. Portfolios
	14.1 Single Portfolio page
15. tagline
16. Testimonils
17. Team
18 blogs
19. cta
20. Social Box
21. Accessibility
22. Alignments
23. Clearings
24. Widgets
25. Foorer
26.0 Content
	26.1 Posts and pages
	26.2 Asides
	26.3 Author
	26.4 Comments
27.0 Contact Form
28.0 accordion
29.0 Contact form 7
30.0 Infinite scroll
31.0 Media
	31.1 Captions
	31.2 Galleries

/*--------------------------------------------------------------
Agenda
--------------------------------------------------------------*/
/* Home */
.elemento-agenda-derecha{border-bottom:1px dashed;padding:1em}
.single-agenda-container .carousel-inner{height:auto}
.single-agenda-container .carousel-control{background:transparent!important;color:#699cc6!important}
.agenda{position:relative;}
.cover{background:#00000085;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;}
.agenda0 {color:white!important;background:url('/wp-content/uploads/2019/08/31041644538_3f3147e592_o.jpg') no-repeat center center;background-size: cover;}
.agenda1 {padding:5% 0;}
.agenda1 span:first-child{font-size:1.8rem;}
.agenda1 span:nth-of-type(2){font-size:6rem;}
.agenda1 span:nth-of-type(3) a {
    font-size: 2em;
    color: white;
    transition: all 0.5s ease 0s;
    font-weight: bold;
    line-height: 1em;
}
.agenda1 span:nth-of-type(3) a:hover,.agenda1 span:nth-of-type(3) a:focus{color:#699cc6;transition: all 0.5s ease 0s;}
.agenda1 span:nth-of-type(4) p{font-size:1.5rem;line-height: 1}

.agenda2>div {margin:3%;padding:4%;background:#0000009e;}
.agenda2>div div span:nth-of-type(1), .agenda2 span:nth-of-type(2), .agenda2>div div span:nth-of-type(3) {font-size:1.1rem}
.enlace-elemento-agenda-derecha{font-size: 1.8rem!important;font-weight:bold!important;color:white!important;transition: all 0.5s ease 0s!important;}
.enlace-elemento-agenda-derecha:hover, .enlace-elemento-agenda-derecha:focus{color:#699cc6!important;transition: all 0.5s ease 0s!important;}

/* Sidebar */
.agenda-sidebar{padding:0 30px 30px 30px}
.agenda-sidebar .row{margin-bottom:15px}
.agenda-sidebar .row div:first-child span:first-child {font-size:0.9rem;text-align:center;}
.agenda-sidebar .row div:first-child span:last-child {font-size:4rem;text-align:center;}
.agenda-sidebar .row div:last-child span:first-child a{font-size:1.5rem;font-weight:bold;}
.agenda-sidebar .row div:last-child span:last-child p{font-size: 1.1rem;}

/* Mensaje de Validacion */
#mensajetoast{visibility:hidden;min-width: 250px;margin:0 auto;background-color:#4d6b89;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:0;bottom:30px;right:0;width:50%;}
#mensajetoast.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}
@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}
@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}
@-webkit-keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}
@keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}
.async-hide { opacity: 0 !important}


/*--------------------------------------------------------------
1.0 Font Awesome
--------------------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
	font-family:'Flama Bold';
	src:url('fonts/Flama-Bold.woff') fotmat('woff');
	font-weight: normal;
  font-style: normal;
	}

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;

}
h1, h2, h3, h4, h5, h6{
	font-family: 'Flama Bold', sans-serif;
	color: #444;
	text-transform: inherit;
	font-weight: 500;
}

body {
	margin: 0;
	font-weight: 400;
	overflow-x: hidden;
	color: #343e47;
	line-height: 1.7;
}

a, a:hover, a:focus{
	outline: none;
	border: none;
}
html, body, a,p, span,strong{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	display: inline-block;

}

a:active,
a:hover, a:focus {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3.5em;
	margin: 0 0 0.4em;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {

	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 5px;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 5px;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	height: 150px;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
img{
	display: inline-block;

}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


p {
    font-size: 15px;
    margin-bottom: 1.0em;
    text-align: justify;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
  background: #eee none repeat scroll 0 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 10px 20px;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
select{
	border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
	padding: 8px;
	border: 1px solid #eaeaea;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin-right: 3px;
}


/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {

	list-style-type: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {

	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 15px;
	line-height: 1;
	background: #fff;
	text-shadow:none;
	box-shadow: none;
	border-radius: 0;
}
.form-control{
	height: 50px;
}
input[type="submit"] {
	margin-bottom: 0 !important;
	width: auto !important;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"]
 {
	border: 1px solid #e1e1e1 ;
	box-shadow: inherit;
	padding: 14px 20px !important;
	transition: all 0.5s ease 0s;
	border-radius: 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
 {
	color: #fff!important;
	box-shadow: inherit;
	background: #699cc6;
	border-color: #699cc6;

}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #ccc #bbb #aaa;
	box-shadow: inherit;
	background: #699cc6;

}

.border_btn{
	border: 1px solid #e1e1e1 ;
	box-shadow: inherit;
	padding: 14px 20px !important;
	transition: all 0.5s ease 0s;
	border-radius: 30px;
}
.border_btn:hover,
.border_btn:focus{
	border: 1px solid #699cc6 ;
}
input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"]
select,
textarea {
	color: #666;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	padding: 12px 10px!important ;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border-color: #699cc6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"] ,
textarea{
	font-size: 14px;
	width: 100%;
}
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
.search-submit {
  display: none;
}
.search-field{
	width: 90%;
}
audio{
	width: 100%;
}

/*--------------------------------------------------------------
6.0 Table
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #699cc6;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);

  }
table tr:hover {
  background: #f4f4f4;
}
table tr:hover td {
  color: #555;
}
th:first-child, td:first-child{
	padding-left: 5%;
}

table th, table td {
  color: #999;
  border: 1px solid #eee;
  border-collapse: collapse;
  text-align: center;
}
table#wp-calendar td {
	padding: 8px 0!important;
}
table td{
	padding:8px ;
}
table th {
	background: #699cc6 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
}
table th.last {
  border-right: none;
}
caption {
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
7 Links
--------------------------------------------------------------*/
a {
	color: #404040;
	transition: all 0.5s ease 0s;
}


a:hover,
a:focus
 {
	color: #699cc6;
}

a:hover,
a:active {
	outline: 0;
}
.paddingless{
	padding-left: 0;
	padding-right: 0;
}
.paddingleftless{
	padding-left: 0;
}
.paddingrightless{
	padding-right: 0;
}
.section{
	padding-top:80px;
	padding-bottom:50px;
}

/*--------------------------------------------------------------
8. buttons
--------------------------------------------------------------*/

#primary .readmore_btn{
	margin-top: 30px;
}
.readmore{
	background: #699cc6 none repeat scroll 0 0;
	color: #fff!important;
	display: inline-block;
	font-size: 15px;
	padding: 12px 25px;
}
.readmore i.fa{

}
.readmore:hover, .readmore:focus,
#primary .readmore:hover, #primary .readmore:focus{
	background: #0eaea2 none repeat scroll 0 0;
	color: #fff;
}
/*--------------------------------------------------------------
9. Header
--------------------------------------------------------------*/

.top{
	background: #434752;
	padding: 10px 0;
	color: #fff;
}

.top .leftinfo {
	font-size: 14px;
}
.top .leftinfo span.phone{
	padding-right: 20px;
}
.top .right-info ul{
	margin-bottom: 0;
	text-align: center;
}
.right-info .list-inline > li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 0;
}
.top .right-info ul li a{
	color: #fff;
	font-size: 14px;
}
.top .right-info ul li a:hover{
	color: #699cc6;
}
@media (max-width: 767px){
  .tiles-section .baldosa:first-child .fondotitulo{
    width:initial!important;
    left:5%!important;
  }
	.top{
		text-align: center;
		padding: 0 0 54px;
	}
	.top .right-info ul{
		float: inherit !important;
		padding-top: 25px;
	}
}
header{
	position:absolute;
	width:100%;
	z-index:3}
#masthead{
	text-align: center;
	background: rgba(30,50,80,0.85);
	color: #fff;
	/*position: fixed;*/
	position:relative;
}
.site-branding{
	padding: 30px;
	background: #fff;
}
.site-branding h1.site-title{
	margin-bottom: 5px;
	font-size: 2em;
}
.site-branding h1.site-title img{
	width: 100%;
}
.site-branding h1.site-title a{
	font-size: 35px;
	text-decoration: none;
	color: #444;
	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}
.site-branding h1.site-title a:hover{
	color: #699cc6!important;
	 -webkit-transform: none;
	transform: none;
}

.site-branding .site-description{
	font-size: 16px;
	color: #444;
}
.site-description{
	margin-bottom: 0;
}

.main_banner{
	padding: 120px 0;
	height: 100%;
	width: 100%;
	color: #fff;
	position: relative;
}
.main_banner:before{
	position:absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	top: 0;
}
.main_banner a:hover{
	color:#699cc6;
}
.main_banner h2{
	font-size: 50px;
	font-weight: 600;
}
.main_banner h2, .main_banner a{
	color: #fff;
}
.main_banner .bannar_text{
	position: relative;
	z-index: 1;
}

/*--------------------------------------------------------------
10.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Menus
--------------------------------------------------------------*/

.mainmenu {
	background: rgba(23,38,61,0.6);
	display: table;
	width: 100%;
}
.mainmenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainmenu #nav li {
  display: inline-block;
  position: relative;
}
.mainmenu #nav li:before{
	position: absolute;
	width: 0;
	height: 3px;
	content: '';
	background: #699cc6;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.8s;
}
.mainmenu #nav li:hover:before,
.mainmenu #nav  li.active:before,
.mainmenu #nav li.current_page_item:before{
	width: 100%;
	opacity: 1;
}
.mainmenu #nav li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 1.125em;
	font-weight: 600;
	padding: 0 2em;
	text-decoration: none;
	text-transform: uppercase;
	/*font-family: Roboto Condensed !important;*/
	line-height: 1.5em;
}
.mainmenu #nav  li  a{position:relative}
.mainmenu #nav  li  a i.fa{
	padding-right: 5px;
}
.mainmenu #nav  li:hover a:before,
.mainmenu #nav li.current_page_item a:before
{
	opacity: 1;

}
.mainmenu #nav li:hover a,
.mainmenu #nav li.active a,
.mainmenu #nav li.current_page_item a{
	color: #fff;
}
#stickymenu{
  z-index: 100;
}
.nav li  a{
	display: inline-block;
}

/*-------------------------------
10.1.1 dropdwon menu
--------------------------------*/

.mainmenu #nav ul.children,
.mainmenu #nav ul.sub-menu,
.mainmenu #nav li ul.children li ul.children,
.mainmenu #nav li ul.sub-menu li ul.sub-menu
{
	background: #fff none repeat scroll 0 0;
	opacity: 0;
	position: absolute;
	top: 115%;
	transition: all 0.5s ease 0s;
	width: 220px;
	z-index: -99;
	visibility:hidden;
	transform: translateY(50px);
	border-top: 3px solid #699cc6;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.mainmenu #nav ul.children ul.children,
.mainmenu #nav ul.sub-menu ul.sub-menu
{
	left: 100%;
	top: -3px;
	transition: all 0.5s ease 0s;
	transform: translateX(50px);
}
.mainmenu #nav li ul.children li,
.mainmenu #nav li ul.sub-menu li
{
	padding: 0;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.mainmenu #nav li ul.children li:last-child,
.mainmenu #nav li ul.sub-menu li:last-child
{
	border-bottom: none;
}
.mainmenu #nav li:hover ul.sub-menu,
.mainmenu #nav li:hover ul.children
{
	top:100%;
	opacity:1;
	z-index:999;
	visibility:visible;
	transform: translateY(0);
}
.mainmenu #nav ul.children li:hover ul.children ,
.mainmenu #nav ul.sub-menu li:hover ul.sub-menu
{
	top: -3px;
	opacity:1;
	z-index:999;
	visibility:visible;
	transform: translateX(0);
}
.mainmenu #nav li ul.children li a,
.mainmenu #nav li ul.sub-menu li a
{
	color: #888;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	text-align: left;
	background: #fff;
	text-transform: none;
}
.mainmenu #nav li:hover ul.children li a:hover,
.mainmenu #nav li:hover ul.sub-menu li a:hover

{
	text-decoration: none;
	background-color:#699cc6;
	color: #fff;
}
.mainmenu  .current-menu-ancestor a,
.mainmenu .current-menu-ancestor >a:hover,
.mainmenu  .current-menu-ancestor >a:focus,
.mainmenu  .current-menu-item > a,
.mainmenu  .current-menu-item > a:hover,
.mainmenu  .current-menu-item > a:focus{
	color:#FFF;
	background-color:#699cc6;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mainmenu  .sub-menu li.current-menu-item a, .mainmenu  .current-menu-ancestor .sub-menu li a ,
.mainmenu  .current-menu-ancestor .sub-menu li a{
	background: #699cc6;
	color: #fff;
}
.mainmenu .sub-menu li.current-menu-item >a, .mainmenu  ul ul .current-menu-item, .mainmenu  ul ul .current-menu-item a{
	color: #fff;
}

@media (max-width: 767px) {
	.mean-container .mean-nav li a{
		font-size: 13px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
11. Welcome page
--------------------------------------------------------------*/

#slider{
	margin-top: 0;
	color: #fff;
}
.flexslider .slides > li:first-child {
	display: block;
}
.flexslider .slides > li{
	height: 500px;
	background-size: cover!important;
	width: 100%;
}
.sider_info_wrap{
	display: table;
	width: 100%;
	height: 100%;
}
.slider_info{
	padding-left: 50px;
	padding-right: 50px;
	display: table-cell;
	vertical-align: middle;
}
.slider_info h4{
	color: #fff;
	font-size: 25px;
}
.slider_info h2{
	color: #699cc6;
	font-size: 50px;
	font-weight: 700;
	margin: 38px 0 29px;
}
.slider_info p{
	font-size: 18px;
}
.flex-direction-nav a {
  height: 50px;
  line-height: 50px;
  top: 50%;
  width: 50px;
  border-radius: 50%;
}
.flex-direction-nav a::before {
  padding-right: 5px;
}
.flex-direction-nav a.flex-next::before {
  padding-left: 5px;
}
@media (max-width: 767px){
	.flexslider .slides > li{
		height: 500px;
	}
	.slider_info{
		padding-left: 10px;
		padding-right: 10px;
	}
	.slider_info h2{
		font-size: 30px;
	}
}
@media (max-width: 480px){

}
.flex-direction-nav a {
  opacity: 1;
  background: rgba(0,0,0,0.6);
  text-align: center;

}
.flex-direction-nav a::before {
  font-size: 28px;
}
.flex-direction-nav .flex-prev {
  left: 30px;
}
.flex-direction-nav .flex-next {
  right: 30px;
  text-align:center;
}
/*--------------------------------------------------------------
12. Features
--------------------------------------------------------------*/

#features{
	overflow: hidden;
}
.heading{
	margin-bottom: 50px;
}
.heading p{
	letter-spacing: 2px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 14px;
}
.heading h2{
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 28px;
	text-transform: uppercase;
}
.divider{
	width: 100px;
	margin: 0 auto;
	height: 2px;
	background: #699cc6;
	position: relative;
}
.divider:before{
	position:absolute;
	content: '';
	top: -2px;
	left: 0;
	width: 5px;
	height: 6px;
	background: #699cc6;
	border-radius: 50%;
}
.divider:after{
	position:absolute;
	content: '';
	top: -2px;
	right: 0;
	width: 5px;
	height: 6px;
	background: #699cc6;
	border-radius: 50%;
}
.single_feature .icon-wrap{
	border: 1px solid #699cc6;
	border-radius: 100%;
	box-shadow: 0 5px 16px #eaeaea;
	color: #699cc6;
	font-size: 35px;
	height: 80px;
	line-height: 79px;
	margin: 20px auto 15px;
	transition: all 0.5s ease 0s;
	width: 80px;
}

.single_feature{
	margin-bottom: 30px;
}
.single_feature h4{
	margin-bottom: 25px;
	margin-top: 20px;
}
.single_feature .readmore{
	display: inline-block;
	margin-top: 20px;
}

.single_feature:hover  .icon-wrap{
	background: #699cc6;
	color: #fff;
}

/* --------------------------------------------------------
#        Start Image with description CSS
-----------------------------------------------------------*/

.image_with_description{
	position:relative;
}
.description_img_left{
	left: 0;
	background-position: right top;
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.description_img_right{
	right: 0;
	background-position: right top;
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.description_text{
	padding-top: 50px;
	padding-bottom: 35px;
}
.description_text .single_desc{
	padding-left: 20px;
	padding-bottom: 15px;
}
.description_text h4{
	color: #fff;
}
.description_text ul{
	list-style-type: none;
}
.description_text ul li{
	padding: 10px 0;
}

.single_desc:last-child{
	padding-bottom: 0;
}

/*--------------------------------------------------------------
14. Portfolios
--------------------------------------------------------------*/

#portfolios{
	overflow: hidden;
}
#portfolios .single_portfolio{
	margin-bottom: 30px;
	position:relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#portfolios .single_portfolio:before{
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
#portfolios .single_portfolio:hover:before{
	opacity: 0.5;
	background: #699cc6;
	animation-name: portanimation;
	animation-duration: 4s;
}

/* Portfolio Animation */
@-webkit-keyframes portanimation {
	0%   {background-color: #000;}
    25%  {background-color: #d35400;}
    50% {background-color: #e74c3c;}
	100%  {background-color: #699cc6;}
}
@keyframes portanimation {
	0%   {background-color: #000;}
    25%  {background-color: #d35400;}
    50% {background-color: #e74c3c;}
	100%  {background-color: #699cc6;}
}

#portfolios .single_portfolio img{
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
#portfolios .single_portfolio:hover img{
	transform: scale(1.1);
}
#portfolios .single_portfolio .portfolio-overlay{
	position:absolute;
	top: 35%;
	padding: 0 9%;
	transition: all 0.5s ease 0s;
	z-index: 10;
	opacity: 1;
	width: 100%;
}

#portfolios .portfolio-overlay .port_title a h4{
	color: #fff!important;
	font-size: 20px;
}
#portfolios .portfolio-overlay .port_title h4{
	transform: translateY(-10px);
	transition: all 0.5s cubic-bezier(0.47, 0.68, 0.21, 0.87) 0s;
}
#portfolios .single_portfolio:hover .portfolio-overlay{

}
#portfolios .single_portfolio .portfolio-overlay p{
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.47, 0.68, 0.21, 0.87) 0s;
}
#portfolios .single_portfolio:hover  .portfolio-overlay p, #portfolios .single_portfolio:hover .portfolio-overlay .port_title h4{
	opacity: 1;
	transform: translateY(0px);
}
@media (max-width: 1200px){
	#portfolios .single_portfolio .portfolio-overlay{
		top: 26%;
	}
}

@media (max-width: 991px){
	#portfolios .single_portfolio .portfolio-overlay{
		top: 33%;
	}
}
@media (max-width: 767px){
	#portfolios .single_portfolio .portfolio-overlay{
		top: 43%;
	}
	.portfolios_template{
		padding-top: 0;

	}
	.team_template{}
}
@media (max-width: 480px){
	#portfolios .single_portfolio .portfolio-overlay{
		top: 33%;
	}
}
@media (max-width: 320px){
	#portfolios .single_portfolio .portfolio-overlay{
		top: 23%;
	}
}

/*--------------------------------------------------------------
14.1 Single Portfolio page
--------------------------------------------------------------*/

.portfolios-sidebar{}
.portfolios-sidebar .port-title h4, .portfolios-sidebar .port-decscription h4{
	color: #699cc6;
	margin-bottom: 20px;
}
.portfolios-sidebar .port-title{
	margin-bottom: 30px;
}
.portfolios-sidebar .port-title h5.entry-title{
	font-weight: 400;
	color: #444;
	font-size: 14px;
	text-transform: none;

}
.portfolios-sidebar .port-title h4{
	margin-top: 0;
}
.portfolios-sidebar .readmore{
	margin-top: 30px;
}
.related_portfolos{
	margin-top: 50px;
}
.related_portfolos .related_p_title{
	margin: 0 0 31px;
}
.related_portfolos .related_p_title span{
	color: #699cc6;
	font-size: inherit;
}
#portfolios_carousel .item{
	margin-left: 15px;
	margin-right: 15px;
}
#portfolios_carousel .owl-controls .owl-buttons div {

}
#portfolios_carousel .single_portfolio{
	margin-bottom: 0;
}


/*--------------------------------------------------------------
15. tagline
--------------------------------------------------------------*/

#tagline{
	background-size: cover!important;
	width: 100%;
	position:relative;
	color: #fff;
	padding: 70px 0;
}
#tagline:before{
	position:absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	top: 0;
}
#tagline h3{
	color: #fff;
	margin-bottom: 25px;
	font-size: 20px;
}
#tagline p{
	margin-bottom: 0;
}
#tagline .readmore{
	margin-top: 20%;
}
@media (max-width: 991px){
	#tagline .readmore{
		margin-top: 50%;
	}
}
@media (max-width: 767px){
	#tagline .readmore{
		margin-top: 25px;
		float: left;
	}
}

/*--------------------------------------------------------------
16. Testimonils
--------------------------------------------------------------*/

#testimonils{
	padding-bottom: 100px;
	overflow: hidden;
}
.single_testimonial{
	margin-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.single_testimonial .t_img{
	margin-bottom: -40px;
	text-align: center;
}
.single_testimonial .t_img img{
	display: inline-block;
	width: 80px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.single_testimonial .t_content{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	padding: 60px 20px 20px;
	background: #fff;
}
.single_testimonial .t_content p{
	font-size: 14px;
	margin-bottom: 0;

}

.single_testimonial .client_info{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #699cc6;
}
.testimonils_template{
	padding-bottom: 60px!important;
}
.testimonils_template .single_testimonial{
	margin-bottom: 40px;
}
.owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -45px;
}
.owl-theme .owl-controls .owl-buttons div {
	background: #699cc6 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px !important;
	height: 40px;
	line-height: 40px;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	text-align: center;
	width: 40px;
}
.owl-buttons .owl-prev{
	margin-right: 10px!important;
}
.owl-buttons .owl-prev:before{
	font-family: 'FontAwesome';
	content: '\f053';
}
.owl-buttons .owl-next:before{
	font-family: 'FontAwesome';
	content: '\f054';
}
@media (max-width: 767px){
	.testimonils_template{
		padding-top: 0;
	}
}


/*--------------------------------------------------------------
17. Team
--------------------------------------------------------------*/

#team{
	overflow: hidden;
}
.single_team{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.single_team .team_overlay{
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(43, 205, 193, 0.5);
	color: #fff;
	transition: all 0.5s ease 0s;
	transform: translateY(100%);
}
.single_team .team_overlay h4{
	padding-top: 28%;
	color: #fff;
}
.single_team .team_overlay .list-inline{
	margin-top: 30px;
}
.single_team .team_overlay li a{
	color: #fff;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: inline-block;
}
.single_team .team_overlay li a:hover{
	background: #fff;
	color: #699cc6;
}
.single_team .team_overlay li{
	transform: translateY(100%);
}
.single_team .team_overlay li.link_one{
	transition: all 0.9s ease 0s;
}
.single_team .team_overlay li.link_two{
	transition: all 1.4s ease 0s;
}
.single_team .team_overlay li.link_three{
	transition: all 1.9s ease 0s;
}
.single_team:hover .team_overlay{
	transform: translateY(0);
}
.single_team:hover .team_overlay li{
	transform: translateY(0);
}
@media (max-width: 991px){
	.single_team .team_overlay h4{
		padding-top: 35%;
	}
}
@media (max-width: 767px){
	.team_template{
		padding-top: 0;
	}
}
@media (max-width: 480px){
	.single_team .team_overlay h4{
		padding-top: 28%;
	}
}
@media (max-width: 320px){
	.single_team .team_overlay h4{
		padding-top: 20%;
	}
}

/*--------------------------------------------------------------
18. blogs
--------------------------------------------------------------*/

#blogs{
	overflow: hidden;
}
.single_blog{
	margin-bottom: 30px;
}
.single_blog .blog_img img{
	width: 100%;
}
.single_blog .blog_img{
	position:relative;
}
.single_blog .blog_img:before{
	position:absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.single_blog:hover .blog_img:before{
	opacity: 1;
}
.single_blog .blog_img .readmore{
	position:absolute;
	bottom:0;
	right: 0;
}
.blog_img a{
	display: inline-block;
}
.single_blog h4{
	margin-bottom: 15px;
	margin-top: 30px;
	text-transform: capitalize;

}
.single_blog h4 a{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.single_blog .green_btn{
	border-radius: 5px 0 0 0px;
}
.all_post_btn_wrap{
	padding-top: 20px;
}
.all_post_btn{
	font-size: 16px;
	padding: 13px 40px;
}

/*--------------------------------------------------------------
19. cta
--------------------------------------------------------------*/

#cta{
	color: #fff;
	padding: 50px 0;
	overflow: hidden;
}
#cta p{
	font-size: 15px;
	margin-bottom: 0;
}
#cta .btn_transparent{
	margin-top: 3%;
}
@media (max-width: 991px){
	#cta .btn_transparent{
		padding-top: 7%;
	}
}
@media (max-width: 767px){
	#cta .btn_transparent{
		padding-top: 2%;
		float: left;
	}



}
#cta .btn_transparent{
	border: 1px solid #fff;
	padding: 12px 27px;
	color: #fff;
	transition: .5s;
}
#cta .btn_transparent:hover, #cta .btn_transparent:focus{
	background: #fff;
	color: #699cc6;
}

/*--------------------------------------------------------------
20. Social Box
--------------------------------------------------------------*/
.social_box ul{
	margin-top: 20px !important;
}

.social_box ul li a{
	border: 2px solid #699cc6;
	height: 45px;
	width: 45px;
	line-height: 42px;
	font-size: 17px;
	text-align: center;
	color: #699cc6;
}
.MWGCompactpro_social_Widget .social_box ul li{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-widget.MWGCompactpro_contact_Widget ul.contact_widget li{
	border-bottom: none;
	padding-bottom: 0;
}
.social_box ul li a:hover{
	border-color: #699cc6;
	background: #699cc6;
	color: #fff;
}

/*-------------------------------------------------------------
21. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
22. Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
23. Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
24. Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}
.single-widget img{
	width: 100%;
}

.single-widget li li{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;

}
.single-widget .widget-title, .comments-title, #reply-title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 15px;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Roboto Condensed;
}
/*.single-widget .widget-title:after,
.comments-title:after,
#reply-title:after{
	background: #699cc6 none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 80px;
}*/
.single-widget ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
.single-widget:last-child{
	margin-bottom: 0;
}
.single-widget a{
	text-decoration: none;
	color: #666;
	font-weight: 500;
}
.single-widget a:hover{
	color: #699cc6;
}
.comment-author-link{
	color: #666;
	font-size: 1.3em;
}
li.cat-item{
	text-transform: capitalize;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget_search .search-field{
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px;
	width: 94%;
}

.single-widget {
  -moz-hyphens: auto;
  color: rgba(51, 51, 51, 0.7);
  word-wrap: break-word;
}


/*--------------------------------------------------------------
25. Foorer
--------------------------------------------------------------*/
#footer_top{
	background: #e0dedb;
	color: #3f3f3f;
	padding: 30px 0;
}
#footer_top li{
	border-color: #22232c;
}
#footer_top .single-widget{
	background: transparent;
}
#footer_top a,
#footer_top .widget-title{
	color: #3f3f3f;
	transition: .5s;
}


#footer_top a:hover{
	color: #699cc6;
}
#footer{
	color: #3f3f3f;
	font-size: 15px;
	text-align: center;
	background: #e0dedb;
}
#footer a{
	color: #699cc6;
	text-decoration: none;
	font-size: 15px;
}
#footer a:hover{
	color: #597da2;
}

/*--------------------------------------------------------------
26. Content
--------------------------------------------------------------*/

#content, .site-content {
	background: #fff;
	padding: 0;
	margin: 2px 0;
}
article.single-post{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#full-width{
	margin: 0;
}
#primary,
.content-area{
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#primary{
	overflow: hidden;
}
.entry-content select{
	width: auto;
}
.entry-footer a{
	font-weight: 600;
}
@media (max-width: 767px){
	#primary{
		margin-bottom: 40px;
	}

}
h1.entry-title{
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 25px;
	font-weight: 500;
	text-transform: inherit;
}

h1.entry-title a{
	color: #777;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
	text-transform: inherit;
	font-family: 'Montserrat', sans-serif;
}
h1.entry-title a:hover{
	color: #509bb7;
	 -webkit-transform: none;
	transform: none;
	transition: all 0.5s ease 0s;

}
.entry-meta {
	padding:0;
	margin-top: 0;
	font-size: 13px;
}
.entry-meta, .entry-footer{
	font-weight: 300;
	margin-bottom: 12px;
	margin-top: 0;
}
.entry-meta span, .entry-footer span{
	font-size: 14px;
}

.entry-meta .entry-date{margin-top: -3px; display: block;}
.entry-meta a{
	color: #888;
	display: inline-block;
	text-decoration: none;
}
.entry-meta {
	color: #888;
}
.entry-content{

}
#primary a:hover{color: #699cc6;}

.page-header{
	margin: 0;
	padding: 0;
}
.page-header, .page-header h1{
	border: inherit;
	font-size: 20px;
	margin-bottom: 30px;
}
.page-header h1{
	border-bottom: 1px dotted #eee;
	padding-bottom: 20px;
}

.entry-footer a,
.entry-meta a{
	text-decoration: none;
	color: #699cc6;

	display: block-inline;

}
.entry-footer,
.entry-meta{
	font-size: 13px!important;
	display: block-inline;
}
.entry-footer i.fa,
.entry-meta i.fa{
	color: rgba(0,0,0,0.3);
}
.entry-footer .comments-link{
	margin-right: 5px;
}
blockquote {
	background: #699cc6 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 20px;
}
.nav-links{
	margin-bottom: 0px;
	overflow: hidden;
}
.nav-links a{
	font-size: 1.5em;
	text-decoration: none;
	color: #444;
}
.nav-links a:hover{
	color: #d10046;
}
.error-404 h1{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
}
.error-404 .page-header{
	margin-bottom: 25px;
}
.error-404 p{
	font-size: 20px;
	margin-bottom: 38px;

}
.error-404 a.readmore{
	text-transform: uppercse;
}
.content-area .border_btn{
	margin-top: 30px;
}
/*--------------------------------------------------------------
26.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-thumb-image{
	overflow: hidden;
	margin-bottom: 20px;
}
.post-thumb-image a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.5s ease 0s;
}
.post-thumb-image a:after{
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.5s ease 0s;
}
.post-thumb-image a:hover:after{
	opacity: 0.4;
}
.post-thumb-image a img{
	transition: all 0.5s ease 0s;
}
.post-thumb-image a:hover img{
	transform: scale(1.1);
}
.navigation.pagination{
	margin: 0;
}
.navigation.pagination .page-numbers{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 10px 20px;
}
.navigation.pagination .page-numbers:hover, .page-numbers.current{
	background: #699cc6!important;
	color: #fff!important;
}

.nav-previous > a , .nav-next > a{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	display: inline-block;
	font-size: 14px;
	padding: 11px 20px;
	border-radius: 30px;
}
.nav-previous > a:hover, .nav-next > a:hover{
	background: #699cc6 none repeat scroll 0 0;
	border-color: #699cc6 ;
	color: #fff!important;
}

/*--------------------------------------------------------------
26.2 Asides
--------------------------------------------------------------*/

#secondary{
	padding-top: 0;
}
.single-widget{
	background: #fafafa;
	margin-bottom: 40px;
	padding: 30px 30px;
	font-size: 15px;
}
footer .single-widget {
	background: transparent;
}
.single-widget ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e9;
}
#menu-menupie {
	text-align: right;
}
#menu-menupie li {
	display: inline-block;
	border-bottom: unset;
	border-right: 1px solid #aaa;
	margin-right: 1em;
	margin-bottom: unset;
	padding-right: 1em;
	padding-bottom: unset;
}
#menu-menupie li:last-child {
	border-right: unset;
	margin-right: unset;
	padding-right: unset;
}
#menu-menupie li a {
	color: #3f3f3f;
}
.single-widget ul li:last-child{
	margin-bottom: 0;
	 padding-bottom: 0;
	border: none;
}
input, select{
	width: 100%;
	font-size: 15px;
}

.widget_categories ul > li:before,
.widget_archive ul > li:before
 {
    content: "\f10c"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #699cc6; /* Or a color you prefer */
	font-family: FontAwesome;
}
.search-form{
	margin: 0;
	width: 100%;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.comment-author-link{
	font-size: 14px;
}
p.no-comments {
  padding-top: 20px;
}
#cancel-comment-reply-link {
  text-align: right;
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 14px;
}
.widget_search{
position:relative;
}
#searchform .input-field{
	border: 2px solid #699cc6;
	box-shadow: inherit;
}
#searchform .form-control{
	box-shadow: inherit;
}
#searchform button.search_btn{
	background: #699cc6 none repeat scroll 0 0;
	border: medium none;
	bottom: 0px;
	color: #fff;
	height: 49px;
	line-height: 19px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	border-radius: 0;
}
#searchform button.search_btn:hover, #searchform button.search_btn:focus{
	background: #222;
}

/*--------------------------------------------------------------
26.3 Author
--------------------------------------------------------------*/

.about-author{
	background: #fff;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 0 0 30px;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.about-author .author_image{
	float: left;
	margin-right: 25px;
}
.about-author .author_image img{
	border: 1px solid #ccc;
	border-radius: 50%;
	width: auto;
}
.about-author .author_info{
	overflow: hidden;
}
.about-author .author_info h4{
	margin-top: 0;
}
.about-author .author_info p{
	margin-bottom: 0;
}

@media (max-width: 480px){
	.about-author{
		text-align: center;
	}
	.about-author .author_image{
		float: inherit;
		width: 100%;
		margin-right: 0;
		margin-bottom:25px;
	}




}

/*--------------------------------------------------------------
26.4 Comments
--------------------------------------------------------------*/

.comments-title {


}
.comments-title, #reply-title{
	padding-top: 35px;
}
ol.comment-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comments-area ul, .comments-area ol{
	list-style-type: none;
}
.children{
	margin-left: 0;
}
.post-author .media-left {
  padding-right: 30px;
}
.post-author .media-heading {
  margin-bottom: 10px;
}
.post-author li a {
  border: 1px solid #d7d7d7;
  border-radius: 30px;
  color: #c7c7c7;
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 30px;
}
.post-author li a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.comments-post {
  padding-bottom: 0;
}
.comment_author_thumb {
  float: left;
  width: 70px;
}
.single_comment {
	border-bottom: 1px solid #ededed;
	margin: 25px 0 0;
	padding: 10px 0;
}

.single_comment .single_comment {
  margin-left: 100px;
}
.comment_author_thumb a {
  display: block;
}
.comment_author_thumb img:hover {
  opacity: 0.8;
}
.comment_info {
  margin: 10px 0 30px 90px;
  overflow: hidden;
}
.comment_info h4 {
  color: #888;
  text-shadow: none;
  font-size: 14px;
}
.comment_info h4 a:not(.reply) {
  color: #888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment_info h4 a:not(.reply):hover {
  color: #e6ae03;
}
.comment_info h4 .reply {
  background-color: #ddd;
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: -3px;
  padding: 5px 11px 6px;
  text-decoration: none;
}
.comment_info h4 .reply:hover {
  background-color: #e6ae03;
  color: #ffffff;
}
.comment_info p a {
  color: #b2b2b1;
  display: inline-block;
  text-decoration: underline;
}
.comment_form {
  padding-top: 40px;
}
.comment_form h3 {
  border-bottom: 1px solid #ededed;
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 700;
}
.comment_author_thumb img.avatar {
	border-radius: 50%;
}
a.comment-reply-link{
	float: right;
}

/*--------------------------------------------------------------
27.0 Contact Form
--------------------------------------------------------------*/

.contact-form{
	padding-top: 1px;
}
.contact-form input{
	margin-bottom: 30px;
}
.contact-form textarea{
	margin-bottom: 30px;
}
.contact-info h4{
	margin-bottom: 25px;
	margin-top: 0;
}
.contact-info ul{
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
.contact-info ul li{
	font-size: 14px;
	margin: 12px 0;
	line-height: 30px;
}
.contact-info ul li i{
	margin-right: 10px;
	font-size: 16px;
	color: #699cc6;
}
.wpcf7-submit{
	width: auto!important;
}
@media (max-width: 992px){
	.contact-info{
		margin-top: 40px;
	}
}
table#wp-calendar td#today {
	background: #699cc6;
	color: #fff;
	border-radius: 0;
}
table th a{
	color: #fff;
}
.entry-content table th a:hover{
	color: #fff!important;
}
/*--------------------------------------------------------------
28.0 accordion
--------------------------------------------------------------*/

.panel-default{
	margin-bottom: 10px!important;
	font-size: 14px;
}
.panel-default:last-child{
	margin-bottom: 0px!important;
}
.panel-group .panel + .panel{
	margin: 0;
}
.panel-heading{
	padding: 0;
}
h4.panel-title a{
	display: block;
	padding: 15px;
	font-size: 14px;
}
.panel-heading .icon-indicator {
	margin-right: 10px;
}
.panel-heading .icon-indicator:before {
	font-family: 'FontAwesome';
	content: "\f1c0";
}

/*--------------------------------------------------------------
29.0 Contact form 7
--------------------------------------------------------------*/
div.wpcf7 img.ajax-loader {
  border: medium none;
  margin-left: 4px;
  vertical-align: middle;
  width: auto;
}

/*--------------------------------------------------------------
30.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
31.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
31.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
31.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Responsive Css*/

@media(max-width: 991px) {
	.description_img_left, .description_img_right{
		position: relative;
		height: 460px;
		width: 100%;
		z-index: 1;
	}
}

@media (max-width: 767px){
	#content, .site-content{
		margin: 20px 0 30px;
	}
	.mean-container .mean-bar{
		margin-bottom: 0;
		position: fixed;
		background: #1a314f;
	}
	.top {
	  padding: 0 0 40px;
	}
	#masthead{
		padding-top: 50px;
	}
	#about .about_image img{
		width: 100%;
	}
	.children{
		padding-left: 20px;
	}
}

/*Accordion Style*/

.panel-default > .panel-heading {
	background-color: #f9f9f9;
	border: 1px solid rgba(238, 238, 238, 0.5);
	border-radius: 0;
}
.panel-title {
  color: #333;
  font-size: 16px;
  margin-top: 0;
  text-transform: none;
}
.panel-default {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
}
.bypostauthor{}
.tagcloud a {
	font-size: 15px !important;
	padding: 8px 12px;
	border: 1px solid #ddd;
	transition: .5s;
	margin-right: 10px;
}
.tagcloud a:hover{
	background: #699cc6;
	border-color: #699cc6;
	color:#fff;
}

.meta_area{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.meta_area .single_meta {
	padding-right: 12px;
}

.meta_area .single_meta,
.meta_area .single_meta a,
.meta_area .single_meta i,
.meta_area .single_meta a{
	color: #999;
	font-size: 14px;
}
.meta_area .single_meta i{
	color: #699cc6;
}
.meta_area .single_meta i{
	padding-right: 5px;
}
.center-block{
	float: inherit;
}

.searchform .input-group{
	width: 100%;
}
.searchform .form-control:focus{
	box-shadow: inherit;
}

/*personals*/
ul.social {
	/*text-align: center;*/
}
ul.social li {
	border: unset;
	display: inline-block;
	padding: unset;
	margin: unset;
}
ul.social li a {
	padding: 0 0.3em;
	margin: unset;
	font-size: 1.5em;
}
.social span {
	display: none;
}
.site-title {
	margin: 0.1em;
}

#menu-secundario {
	list-style: none;
	text-align: right;
}
#menu-secundario li {
	display: inline-block;
}
#menu-secundario li a {
	color: #FFF;
	font-size: 0.9em;
	border-right: 1px solid;
	padding: 0 0.5em;
	transition:0.2s
}
#menu-secundario li a:hover {
	transition:0.2s;
	color:#09F}
.jumbotron {
	padding:0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.no-padding {
	padding: 0;
}
.carousel-inner > .item.active{
	height: 100%;
	background-size: cover;
	background-position: center center;
	}
.jumbotron .container {
	padding-top: 20vh;
}
.carousel-inner{ height:80vh}
.jumbotron h2, .jumbotron h1{
	max-width:65%}
.jumbotron h2 > span{
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: left;
	background: rgba(30,50,80,0.8);
	line-height: 1.6em;
	padding: 0.1em;
	font-size: 0.8em;
}
.jumbotron h1 > span {
	font-size: 0.7em;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: left;
	background: rgba(30,50,80,0.8);
	line-height: 1.6em;
	padding: 0.1em;
}
a.button.float-left {
	background: #699cc6;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1em 2em 1em 2em;
}
.jumbotron p {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	max-width: 80%;
	text-shadow: 2px 1px 1px #000;
}

.stat.col-md-4.text-center h2 {
	font-family: Roboto Condensed !important;
	font-size: 4em;
	font-weight: bold;
	margin: 0;
}
.stat.col-md-4.text-center h3 {
	font-family: Roboto Condensed !important;
	margin: 0;
}
.tiles-section, .tabs-section {
    margin: 3em 0;
    display: block;
    float: left;
    width: 100%;
}
.archive .carousel-inner {
	height: 55vh;
}
.page-header {
	display: contents;
}
.navigation.pagination {
	display: block;
	float: left;
	width: 100%;
	margin: 3em 0;
	text-align: center;
}
.tiles-section article {
	background-position: center center;
	background-size: cover;
/*	padding: 1em;*/
	min-height: 360px;
}
section.tiles-section {
    padding: 0 15px;
}
.tiles-section a {
    padding: 5px;
}
/*.tiles-section a .sombra {
	background: rgba(0,0,0,0.45);
	display: block;
	padding: 1em;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tiles-section a:hover .sombra {
	background: rgba(0,0,0,0.55);
	top: 100px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tiles-section a h2 {
	color: white;
	font-size: 1.5em;
	margin-top: 0;
}
.tiles-section a p {
	color: white;
}*/
.tiles-section article.chica { min-height:170px;}
.tiles-section .alta article {
	padding: 0;
}
.tiles-section .alta article a {
	display: block;
	padding: 1em;
}
.col-md-2.alta {
	padding-left: 0;
	/*max-height: 360px;
	overflow: hidden;*/
}
#cajita1 {
	margin-top: 1.3em;
}
.tiles-section a h2 {
	color: #fff;
	margin: 0;
}
.tiles-section .alta a h2 {
	font-size: 1.2em;
}
.tiles-section .sombra {
	background: rgba(0,0,0,0.45);
	margin: 0.5em;
	padding: 1em;
	position: relative;
}
.sombs {
	position: relative;
	background: rgba(0,0,0,0.8);
	bottom: 0;
	display: block;
	padding: 1em;
	width: 100%;
	vertical-align: bottom;
}
.breadcrumbs {
	padding: 0 0 0 15px;
}
.breadcrumbs li {
	list-style: none;
	display: inline-block;
	padding-left: 0.3em;
}
.jumbotron.THUMB h2 {
	max-width: 90%;
}
.breadcrumbs li, .breadcrumbs li a, .breadcrumbs li strong {
	font-size: 0.9em;
	color: #aaa;
}
.entry-header {
	position: unset;
}

.home .jumbotron.THUMB {
	display: none;
}
/*.jumbotron.THUMB .container {
	padding: unset;
	position: absolute;
	bottom: 40%;
	left: 0;
	right: 0;
}*/
.jumbotron.THUMB .container {
    padding: unset;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 20vh;
}
.page .entry-header, .page .meta_area {
	display: none;
}
.grilla a {
	display: block;
	padding: 1em;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-position: center center;
	background-size: cover;
}
.amarillo {
	background-color: #ef9120;

}
.verde{
	background-color:#70813d}
.azul{
background-color: #13536c}
.celeste{background-color:#54bdd0}
.rojo{ background-color:#e11e26}

.menu-secundario-container .sub-menu {
	display: none;
}
.tabs-section .nav-tabs li {
	width: 33.33333333%;
}
.tabs-section .nav-tabs li a {
	background: #eee;
	border-radius: 0;
	border: 0;
	text-align: center;
	width: 99%;
	margin: 0.5% auto;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.tabs-section .nav-tabs li.active a {
	background: #1e3250;
	color: #fff;
	border: 0;
}
.tabs-section .tab-content {
	border: 1px solid #ddd;
	display: block;
	float: left;
	margin-bottom: 3em;
	border-top: 0;
}
.topsearch {
	float: right;
}
.topsearch input#s {
	background: rgba(0,0,0,0.25);
	border: none;
	color: #ccc;
	padding: 0 0 0 10px !important;
	height: unset;
}
.topsearch .btn.btn-default.search_btn {
	padding: 5px !important;
	height: unset !important;
}
.pie2 .single-widget {
	padding-top: 30px;
	margin: unset;
	padding-bottom: unset;
}
.pie3 .single-widget {
	padding-top: 30px;
	margin: unset;
	padding-bottom: unset;
}
#menu-quicklinks li {
	border: unset;
	padding: unset;
	margin: unset;
	line-height: 25px;
}
.botonpie {
	background: #4d6b89;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	padding: 15px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
.persona {
	display: block;
	float: left;
	width: 90%;
	margin: 20px 0px 20px 0;
}
.persona img.img-responsive {
	max-width: 20%;
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}
.persona2 {
	text-align:center

}
.persona2 img.img-responsive {
	border-radius: 50%;
	margin: 0 auto;
	width: 80%;
	max-width: 205px;
}
.objetivosODS a img {
	padding: 0.3em;
}
.ui-accordion-header {
	background: #eee;
	padding: 5px;
	font-size: 20px;
	font-weight: 300;
}
li.col-md-3 {
	list-style: none;
}

.category-memoria-red .img-responsive {
	max-height: 280px;

}
.fotonewhome {
	display: block;
	width: 100%;
	min-height: 250px;
	background-position: center center !important;
	float: left;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
a.yearbox {
	border: 1px solid #e1e1e1;
	display: inline-block;
	width: 14%;
	padding: 2em;
	text-align: center;
	margin: 1%;
	border-left: 0.5em solid #699cc6;
	color: #699cc6;
}
a.yearbox:hover {
	background: #699cc6;
	color: #fff !important;
	font-weight:bold;
}
.aboutbox {
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0
}
.aboutbox a {
	background: rgba(0,0,0,0.8);
	display: block;
	position: absolute;
	bottom: 0;
	padding: 1em;
	color: #fff;
	font-size: 1.5em;
	width: 100%;
}
#las-empresas a img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
#las-empresas a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.logoconectahead{max-width: 180px;padding-top: 20px;}
a .abajotitu {
	color: #1e3250 !important;
	font-size: 1.2em;
	padding-top: 0.8em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e1e1e1;
	font-weight: lighter;
}
#post-1068 p {
	display: none !important;
}
.col-md-4.alta.mundo a {
	width: 100%;
}

.section-box-nine {
	height: 300px;
	background: #1e3250;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.section-box-nine figure {
    position: absolute;
    text-align: center;
    padding: 0.1em;
    margin: 0;
    height: 100%;
    width: 100%;
}

.btvermas {
    position: absolute;

    right: 10px;
    bottom: 0;
    padding: 0 0 7%;
        color: #fff;
    font-size: 13px;
}

.btvermas:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.05em;
    margin-left: 0.25em;
}

.section-box-nine h3 {
	    color: #fff;
    font-size: 1.5em;
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
}
.tiles-section .baldosa:first-child .fondotitulo{
  width:250px;
  left:initial;
}
.fondotitulo{
  position: absolute;
  bottom:30px;
  background: #000000b8;
  left:5%;
  right: 5%;
  padding: 5%;
  z-index:2;
}
.botonvermas{
  position: absolute;
  bottom: 10%;
  padding: 5px;
  font-size: 2rem;
  border: solid white 2px;
  text-align: center;
  width: 35px;
  border-radius: 50%;
  height: 35px;
  line-height: 20px;
  font-weight: bold;
}
    .section-box-nine .fototilesport{
        height: 100%;
		width:100%;
        /*position: absolute; */
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
		background-position:center center;
		background-size: cover;
    }
    .section-box-nine:hover .fototilesport{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        opacity: 0.3 !important;
    }
.page .latest-posts {
	display: none;
}
#pills-tab .img-responsive {
	width: 100%;
}
.cajabiblio {
	padding: 1em;
	background: #efefef;
}
.cajabiblio .img-responsive.wp-post-image {
	border: 4px solid #ddd;
	box-shadow: 1px 2px 3px #999;
}
.post-type-archive-biblioteca .jumbotron.nius, .jumbotron.biblio  {
	display: none;
}
.post-type-archive-biblioteca .jumbotron.biblio {
	display: block;
}
article.col-md-4 {
	margin-bottom: 2em;
}
.bibliofiltros {
	margin-bottom: 3em;
}
.bibliofiltros select {
	background: #efefef;
}h4.tituchico {
    display: none;}
	.form-contacto input[type="submit"] {
    margin: 1em;
    display: block;
    float: right;
    margin-bottom: 1em !important;
    background: #4d6b89;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}

@media(max-width: 991px) {

h4.tituchico {
    display: block;
    float: left;
    font-size: 16px;
    border-bottom: 1px solid;

        margin-bottom: 0px;
    padding: 1px;
    visibility: collapse;
}

}
@media(max-width: 768px) {
	.col-md-9.col-sm-12.text-right.conectalog {
    text-align: center;
}
	.logoconectahead{max-width: 150px;padding-top: 20px;
	padding-bottom: 10px;}
	header {
    position: relative;
 }
.jumbotron h2 , .jumbotron h1 {
    max-width: 95%;
    font-size: 2.5em;
}

}
@media(max-width: 480px) {


.jumbotron .container {
    padding-top: 5vh;
}


.jumbotron h2>span {

    font-size: 1.0em;
}



a.button.float-left {

    padding: 10px;
    margin: 19px;
}

.jumbotron h2, .jumbotron h1 {
    max-width: 100%;
    font-size: 2.5em;
    padding-left: 22px;
}



}
.post-type-archive .agenda a, .single-agenda .agenda a {
    width: 100%;
}
.category .content-area .col-md-4 {
    min-height: 320px;
}