/*
Theme Name: PACIFIC TRADING
Description: PACIFIC TRADING Wordpress Theme
Author: Siswebperu.com
Theme URI: http://www.jspacifict.com.pe/
Author URI: http://www.siswebperu.com.pe/
Version: 3.3.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
	font-style: italic;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
	width: auto;
	height: auto;
}

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

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

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

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

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

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


/* IE6 */
* html .clearfix {
	height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
	min-height: 1%;
}

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


/* ELEMENTS */


body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-family: 'carnas_regular';
	font-size: 21px;
	color: #003f90;
	background-color: #fff;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}


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

p{
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: #003f90;
}

a:hover {
	text-decoration: none;
}

a:hover:after,
a:hover:before {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
table thead th {
	font-family: 'carnas_bold';
	color: #10437b;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	padding: 0 0 9px 0;
	font-weight: normal;
}

h1{
	font-size: 25px;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 23px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 17px;
}

sup, sub {
	font-size: 70%;
}
table {
	border: 8px solid transparent;
}
thead tr td,
thead tr th {
	font-size: 24px;
	padding: 13px 25px 19px 25px;
}
th,
td {
	padding: 15px 25px;
}
table.nostyle {
	border: 0 none;
}
table.nostyle thead tr td,
table.nostyle thead tr th {
	font-size: inherit;
	padding: 0;
}
table.nostyle th,
table.nostyle td {
	padding: 0;
}
table.nostyle thead tr {
	background-color: transparent !important;
}
table.nostyle tr:nth-child(even) {
	background-color: transparent !important;
}
ol.styled {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.styled {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nocomments {
	display: none;
}

input[type="submit"],
input[type=button],
button,
a.button {
	width: 225px;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 15px 0 15px 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	border: 0 none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	background: rgb(1,64,144);
	background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;

	box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

input[type="submit"]:hover,
input[type=button]:hover,
button:hover,
a.button:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%)!important;
	text-decoration: none;
}


blockquote p:after {
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 25px;
	top: 10px;
	position: relative;
	content: '\00a0 \e600';
	font-style: normal;
	vertical-align: bottom;
}
.icon {
	position: absolute;
	left: 0;
	width: 28px;
	line-height: 28px;
	font-size: 21px;
	font-family: 'Codeus-Icons';
	font-weight: normal;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	border: 1px solid transparent;
}
@-moz-document url-prefix() {
}
.noscript + .loading {
	position: relative;
	margin: 0 auto;
	height: 80px;
}
.noscript + .loading:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	top: 50%;
	margin-top: -35px;
	background: url('images/preloader.gif') no-repeat 50% 50%;
	background-color: #ffffff;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
input[type="text"], input[type="password"], textarea,
input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="number"],
input[type="range"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="month"], input[type="week"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px;
	margin: 3px;
	border: 0 none;
	font-size: 88.2%;
	font-family: inherit;
	border: 1px solid transparent;
}
.pagination {
	text-align: center;
	margin-right: -17px;
	padding: 20px 0 30px;
}
.page-links-title {
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	margin-right: 15px;
	vertical-align: top;
}
.pagination > a,
.pagination > span {
	display: inline-block;
	width: 49px;
	margin-right: 17px;
	height: 49px;
	line-height: 49px;
	border: 1px solid transparent;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination a.prev,
.pagination a.next {
	position: relative;
	text-indent: 50px;
	overflow: hidden;
	vertical-align: bottom;
}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Codeus';
	font-weight: normal;
	width: 49px;
	line-height: 49px;
	line-height: 49px;
	font-size: 30px;
	text-align: center;
	text-indent: 0;
	background: transparent;
}
.pagination a.prev:before {
	content: '\e606';
	text-indent: -8px;
}
.pagination a.next:before{
	content: '\e607';
}
.pagination span.hidden{
	background: none;
	color: inherit;
}
.pagination span.hidden:before{
	content: '...';
}
.socials-sharing {
	margin-top: 30px;
}
.socials ul {
	margin: 0 0 0 0;
}
.socials li {
	display: inline-block;
	margin: 0 15px 15px 0 !important;
	padding: 0 !important;
}
.socials li a {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
}
.socials li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
	text-indent: 0;
	font-family: 'Codeus-Socials';
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	background-color: #d6dde3;
}
.socials li a:hover:after {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.socials li.twitter a:after {
	content: '\e603';
}
.socials li.facebook a:after {
	content: '\e601';
}
.socials li.linkedin a:after {
	content: '\e604';
}
.socials li.googleplus a:after {
	content: '\e602';
}
.socials li.stumbleupon a:after {
	content: '\e606';
}
.socials li.rss a:after {
	content: '\e608';
}
.tags {
	margin: 30px 0;
}


/* LAYOUT */


#page {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 10;
	overflow-x: hidden;
	background-color: #fff;
}

.central-wrapper {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.header-fixed-wrapper{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	position: relative;
	border-top: 0 none;
	z-index: 14;
	background-color: transparent;
}

#header h1 {
	margin: 0;
}

#header .logo a {
	font-size: 0;
}

.contacto_top{
	position: absolute;
	top: 0px;
	right: 0px;
}

.contacto_top span{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #fff;
}

.ico_fono_top{
	padding: 10px 20px 10px 26px;
	background: url('images/ico_telefono_top.png') no-repeat 0px 6px;
}

.ico_email_top{
	padding: 10px 0 10px 39px;
	background: url('images/ico_email_top.png') no-repeat 0px 12px;
}



/* HEADER */



.page #header #site-navigation{
	float: right;
	margin: 60px 0 0 0;
}

.page #footer{
	margin: 70px 0 0 0;
}

.page-title-block {
	height: 592px;
	background-color: #095f91;
	background-position: 50% 50%;
	background-repeat: no-repeat;

	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}

.page-title-block:before{
	content: "";
	width: 100%;
	height: 131px;
	background: url(images/curva_slider.png) no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

.page-title-block-content {
	padding: 0 0 0 0;
	position: absolute;
	bottom: 30%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.page-title-block-content h1{
	margin: 0 0 0 140px;
	padding: 0 0 20px 0;
	text-align: left;
	color: #fff;
	font-size: 50px;
	background: url(images/flecha_titulos.png) no-repeat left bottom;
}

.btn_bajar{
	display: block;
	width: 63px;
	height: 63px;
	background: #fff url(images/ico_bajar.png) no-repeat center;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;

	-moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    cursor: default;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;

	box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
    -webkit-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
    -moz-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
    -o-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
}

.img_destacada,
.vc_editor.compose-mode .img_destacada{
	display: none;
}

.page .img_destacada{
	display: block;
	width: 721px;
	height: 669px;
	position: absolute;
	top: -195px;
	right: -7px;
	z-index: 10;
}

#header #site-navigation ul.main_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0;
}

#header #site-navigation ul.main_menu ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
	box-shadow: 0 0 3px 0 #aaa;
	-moz-box-shadow: 0 0 3px 0 #aaa;
	-webkit-box-shadow: 0 0 3px 0 #aaa;
	padding: 0;
}

#header #site-navigation ul.main_menu li {
	display: inline-block;
	padding: 20px 0 0;
	position: relative;
	z-index: 20;
	vertical-align: top;
}

#header #site-navigation ul.main_menu ul.horizontalFlip {
	left: auto;
	right: 0;
}

#header #site-navigation ul.main_menu li:hover > ul,
#header #site-navigation ul.main_menu li.hover > ul {
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
@keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
#header #site-navigation ul.main_menu li li {
	display: block;
	padding: 0;
}
#header #site-navigation ul.main_menu li li a {
	padding: 7px 25px;
	position: relative;
	white-space: normal;
}
#header #site-navigation ul.main_menu li li.menu-parent-item > a:before {
	position: absolute;
	right: 15px;
	font-family: 'Codeus';
	font-size: 11px;
	content: '\e60f';
}
#header #site-navigation ul.main_menu ul ul,
#header #site-navigation ul.main_menu ul ul ul {
	left: 100%;
	top: 0;
}
#header #site-navigation ul.main_menu ul li:hover > ul,
#header #site-navigation ul.main_menu ul li.hover > ul {
	display: block;
	animation: menuLevel3Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel3Show 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel3Show { 
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
@keyframes menuLevel3Show {
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
#header #site-navigation ul.main_menu ul ul.horizontalFlip {
	left: auto;
	right: 100%;
}
#header #site-navigation ul.main_menu ul li:hover > ul.horizontalFlip,
#header #site-navigation ul.main_menu ul li.hover > ul.horizontalFlip {
	display: block;
	animation: menuLevel3FlipShow 0.3s ease-out forwards;
	-webkit-animation: menuLevel3FlipShow 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel3FlipShow { 
	0% { opacity: 0; margin-right: 30px;margin-top: 0;}
	10% { opacity: 0; margin-right: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-right: 0px;margin-top: 0;}
}
@keyframes menuLevel3FlipShow {
	0% { opacity: 0; margin-right: 30px;margin-top: 0;}
	10% { opacity: 0; margin-right: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-right: 0px;margin-top: 0;}
}

/* BLOCKS & CONTENT */

.content-wrap {
	position: relative;
	z-index: 8;
}

/* CONTENT */


#main {
	padding: 15px 0 0;
}


#main .central-wrapper{
	padding-bottom: 20px;
}


.panel {
	padding-right: 350px;
}
body.home-constructor .panel {
	padding-right: 380px;
}
body.home-constructor .content-right .panel {
	padding-right: 0;
	padding-left: 380px;
}
.center {
	float: left;
	position: relative;
	padding: 0 0 0 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content-right .panel {
	padding-right: 0;
	padding-left: 350px;
}
.content-right .center {
	padding: 0 15px 0 0;
	margin-right: 0;
	float: right;
}


/* SIDEBAR */

.sidebar {
	float: right;
	width: 270px;
	padding: 0 15px 0 65px;
	margin-right: -350px;
}
.content-right .sidebar{
	float: left;
	width: 270px;
	padding: 0 65px 0 15px;
	margin-left: -350px;
	margin-right: 0;
}
body.home-constructor .sidebar {
	width: 330px;
	padding: 0 15px 0 35px;
	margin-right: -380px;
}
body.home-constructor .content-right .sidebar{
	width: 330px;
	padding: 0 35px 0 15px;
	margin-left: -380px;
	margin-right: 0;
}
.sidebar .widget + .widget {
	margin-top: 35px;
	border-top: 1px solid transparent;
	padding-top: 35px;
}
.sidebar .widget.picturebox + .widget,
.sidebar .widget.widget_submenu + .widget,
.sidebar .widget.widget_nav_menu + .widget,
.sidebar .widget.widget_categories + .widget,
.sidebar .widget.widget_meta + .widget,
.sidebar .widget.widget_search + .widget,
.sidebar .widget.Custom_Flickr + .widget,
.sidebar .widget.project_info + .widget,
.sidebar .widget.widget_testimonials + .widget {
	border-top: 0 solid;
	margin-top: 25px;
}

/* FOOTER */


#bottom-line {
	padding: 35px 0;
}
#bottom-line ul.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom-line .footer-nav li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	padding-left: 1.2em;
}
#bottom-line .footer-nav li a {
	display: block;
	white-space: nowrap;
}
#bottom-line .footer-nav li:before {
	position: absolute;
	font-family: 'Codeus';
	font-weight: normal;
	content: '\e60f';
	font-size: 64.7%;
	left: 0.5em;
}

/* BLOCKS */

.block {
	z-index: 9;
}

/* SLIDESHOW */

.slideshow {
	position: relative;
/*	max-height: 470px;*/
	overflow: hidden;
}
.slideshow.noscript,
.slideshow.noscript + .loading {
	height: 470px;
	display: block !important;
}
.slideshow.noscript + .loading {
	margin-top: -470px;
	z-index: 10;
}
.slideshow .nivo-controlNav {
	padding: 0 0 16px;
	height: 17px;
	margin-top: -33px;
	position: relative;
	z-index: 20;
}
.slideshow .nivo-controlNav a {
	display: inline-block;
	background: url('images/slideshow-buttons.png') no-repeat 0 0;
	height: 17px;
	width: 17px;
	margin: 0 4px 0 0 !important;
	text-indent: -100px;
	overflow: hidden;
}
.slideshow .nivo-controlNav a.active {
	background-position: -17px 0;
}
.slideshow .nivo-controlNav a.active {
	background-position: -17px 0;
}
.slideshow .nivo-caption {
	padding: 0;
	overflow: visible;
	opacity: 1;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.slideshow .caption-left,
.slideshow .caption-right {
	position: absolute;
	bottom: 50px;
	max-width: 50%;
}
.slideshow .caption-left {
	left: 20px;
}
.slideshow .caption-right {
	right: 20px;
}
@media only screen and (max-width:1439px) {
	.slideshow .nivo-caption {
		width: auto;
	}
	.slideshow .caption-left {
		left: 155px;
	}
	.slideshow .caption-right {
		right: 155px;
	}
}
@media only screen and (max-width:799px) {
	.slideshow .caption-left {
		left: 80px;
	}
	.slideshow .caption-right {
		right: 80px;
	}
}
.slideshow .caption-left .title,
.slideshow .caption-left .description {
	float: left;
	text-align: left;
}
.slideshow .caption-right .title,
.slideshow .caption-right .description {
	float: right;
	text-align: right;
}
.slideshow .nivo-caption .title {
	color: #ffffff;
	background-color: #3b526f;
	background-color: rgba(59, 82, 111, 0.6);
	padding: 10px 15px;
}
.slideshow .nivo-caption .description {
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
}


/* PORTFOLIO */

.portfolio {
	padding: 20px 0 60px 0;
}
.portfolio .galleriffic,
.portfolio .rubrics {
	position: relative;
}
.portfolio .galleriffic ul.thumbs,
.portfolio .rubrics ul.thumbs {
	text-align: justify;
	margin-bottom:0px;
	font-size: 0px;
}
.portfolio .galleriffic ul.thumbs:after,
.portfolio .rubrics ul.thumbs:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.portfolio .galleriffic ul.thumbs li,
.portfolio .rubrics ul.thumbs li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 47px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.portfolio.small .rubrics ul.thumbs li {
	margin-bottom: 43px;
}
.portfolio.small ul li {
	width: 267px;
}
.portfolio.medium ul li {
	width: 371px;
}
.center .portfolio.medium ul li {
	width: 292px;
}
.portfolio.big ul li {
	width: 565px;
}
.portfolio ul.thumbs li {
	max-width: 100%;
}
.portfolio ul.thumbs li a {
	text-decoration: none;
	padding-bottom: 0;
	display: block;
	position: relative;
}
.portfolio ul.thumbs li a span {
	display: block;
}
.portfolio ul.thumbs li .image {
	position: relative;
}
@media only screen and (max-width:565px) {
	.portfolio.small .galleriffic ul.thumbs,
	.portfolio.small .rubrics ul.thumbs {
		text-align: center;
	}
}
@media only screen and (max-width:771px) {
	.portfolio.medium .galleriffic ul.thumbs,
	.portfolio.medium .rubrics ul.thumbs {
		text-align: center;
	}
}
@media only screen and (max-width:1199px) {
	.portfolio.big .galleriffic ul.thumbs,
	.portfolio.big .rubrics ul.thumbs {
		text-align: center;
	}
}
.portfolio ul.thumbs li .image .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,83,112,0.8);
	display: none;
}
.portfolio ul.thumbs li .overlay .p-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
}
.portfolio ul.thumbs li.inner-link .overlay .p-icon:before,
.portfolio ul.thumbs li.self-link .overlay .p-icon:before {
	content: '\e60b';
}
.portfolio ul.thumbs li.outer-link .overlay .p-icon:before {
	content: '\e60c';
}
.portfolio ul.thumbs li.full-image .overlay .p-icon:before {
	content: '\e60d';
}
.portfolio ul.thumbs li.youtube .overlay .p-icon:before,
.portfolio ul.thumbs li.vimeo .overlay .p-icon:before,
.portfolio ul.thumbs li.self_video .overlay .p-icon:before {
	content: '\e60e';
}
.portfolio ul.thumbs li .caption {
	width: 100%;
}
.portfolio ul.thumbs li .title {
	position: relative;
	text-transform: uppercase;
	padding: 0 70px 0 25px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	white-space: nowrap;
}
.portfolio.small ul.thumbs li .title {
	height: 45px;
	margin: -45px 0 0 0;
	background: none;
	line-height: 45px;
}
.portfolio ul.thumbs li .small-title {
	text-transform: uppercase;
	text-align: left;
	margin: 20px 0 0 0;
}
.portfolio ul.thumbs li .title .title-inner {
	position: relative;
	height: 60px;
	overflow: hidden;
	z-index: 2;
}
.portfolio ul.thumbs li .title .title-inner-content {
	position: relative;
	z-index: 2;
}
.portfolio ul.thumbs li .title .title-hover-color {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.portfolio ul.thumbs li .share-block-toggle {
	font-family: 'Codeus-Socials';
	font-weight: normal;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 10.9%;
	font-size: 20px;
	z-index: 2;
}
.portfolio.medium ul.thumbs li .share-block-toggle {
	width: 16.6%;
}
.portfolio.small ul.thumbs li .share-block-toggle {
	width: 45px;
}
.portfolio ul.thumbs li .share-block {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	z-index: 2;
}
.portfolio.small ul.thumbs li .share-block {
	height: 45px;
	line-height: 45px;
}
.portfolio ul.thumbs li .share-block a {
	font-family: 'Codeus-Socials';
	font-weight: normal;
	width: 16.6666%;
	height: 100%;
	float: left;
	font-size: 24px;
}
.portfolio ul.thumbs li .description {
	padding: 20px 0 0;
	min-height: 20px;
	text-align: left;
}
.portfolio.small ul.thumbs li .description {
	padding-top: 11px;
}
.portfolio ul.thumbs li .info {
	font-size: 88.2%;
	text-align: left;
	padding: 0 0 0 0;
}
.portfolio ul.thumbs li .info span {
	margin: 0 8px 0 6px;
}
.portfolio ul.thumbs li .info a {
	display: inline;
	font-size: 88.2%;
	cursor: pointer;
}
.portfolio ul.thumbs li .info a:hover {
	text-decoration: underline;
}
.portfolio ul.filter {
	margin-bottom: 45px;
	text-align: center;
}
.portfolio ul.filter li {
	display: inline-block;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	min-height: 30px;
}
.center .portfolio.medium ul.filter li {
	width: auto;
}
.portfolio ul.filter li a {
	display: block;
}
.portfolio ul.filter li.iconed a {
	position: relative;
	padding-left: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 30px;
	min-height: 30px;
}
.portfolio ul.filter li.active a {
	text-decoration: underline;
}
.portfolio ul.filter li .icon {
	background: none;
}
.portfolio ul.filter li a:hover .icon,
.portfolio ul.filter li.active a .icon {
	background: none;
}
.portfolio ul.thumbs-temp {
	display: none;
}
.portfolio.list ul.thumbs li {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 75px;
	background: transparent;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.portfolio.list ul.thumbs li .left-block {
	float: left;
}
.portfolio.list ul.thumbs li .right-block {
	display: block;
	text-align: left;
	margin-left: 400px;
}
@media only screen and (max-width: 999px) {
	.portfolio.list ul.thumbs li .left-block {
		width: 45%;
	}
	.portfolio.list ul.thumbs li .right-block {
		margin-left: 50%;
	}
}
@media only screen and (max-width: 599px) {
	.portfolio.list ul.thumbs li .left-block {
		float: none;
		width: auto;
	}
	.portfolio.list ul.thumbs li .right-block {
		margin-left: 0;
	}
}
.portfolio.list ul.thumbs li .description {
	padding-top: 0;
}
.portfolio.list ul.thumbs li .share-block-toggle {
	width: 16.666%;
}

.block.portfolio {
	padding: 50px 0 60px;
	background-position: 50% 0;
	background-repeat: repeat;
}
.block.portfolio h2 {
	margin-bottom: 20px;
	text-align: center;
}
.block.portfolio .set-description {
	text-align: center;
	margin-bottom: 40px;
}
.block.portfolio .carousel-wrapper {
	position: relative;
	margin-right: 135px;
	margin-left: 135px;
}
.block.portfolio .carousel {
	margin: 0 auto;
	max-width: 1170px;
}
.block.portfolio ul.thumbs {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.block.portfolio ul.thumbs li {
	display: inline-block;
	padding: 0;
	width: 370px;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
	position: absolute;
	left: 100%;
	max-width: 100%;
	overflow: hidden;
}
.block.portfolio ul.thumbs li a {
	text-decoration: none;
	padding-bottom: 0;
	display: block;
	position: relative;
}
.block.portfolio ul.thumbs li a span {
	display: block;
}
.block.portfolio ul.thumbs li .image {
	position: relative;
}
.block.portfolio ul.thumbs li .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,83,112,0.8);
	display: none;
}
.block.portfolio ul.thumbs li .overlay .p-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
}
.block.portfolio ul.thumbs li.inner-link .overlay .p-icon:before,
.block.portfolio ul.thumbs li.self-link .overlay .p-icon:before {
	content: '\e60b';
}
.block.portfolio ul.thumbs li.outer-link .overlay .p-icon:before {
	content: '\e60c';
}
.block.portfolio ul.thumbs li.full-image .overlay .p-icon:before {
	content: '\e60d';
}
.block.portfolio ul.thumbs li.youtube .overlay .p-icon:before,
.block.portfolio ul.thumbs li.vimeo .overlay .p-icon:before,
.block.portfolio ul.thumbs li.self_video .overlay .p-icon:before {
	content: '\e60e';
}
.block.portfolio ul.thumbs li .caption {
	width: 100%;
}
.block.portfolio ul.thumbs li .title {
	position: relative;
	text-transform: uppercase;
	padding: 0 70px 0 25px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	white-space: nowrap;
}
.block.portfolio ul.thumbs li .small-title {
	display: none;
}
.block.portfolio ul.thumbs li .title .title-inner {
	position: relative;
	height: 60px;
	overflow: hidden;
	z-index: 2;
}
.block.portfolio ul.thumbs li .title .title-inner-content {
	position: relative;
	z-index: 2;
}
.block.portfolio ul.thumbs li .title .title-hover-color {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.block.portfolio ul.thumbs li .share-block-toggle {
	font-family: 'Codeus-Socials';
	font-weight: normal;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 16.6666%;
	font-size: 20px;
	z-index: 2;
}
.block.portfolio ul.thumbs li .share-block {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	z-index: 2;
}
.block.portfolio ul.thumbs li .share-block a {
	font-family: 'Codeus-Socials';
	font-weight: normal;
	width: 16.6666%;
	height: 100%;
	float: left;
	font-size: 24px;
}
.block.portfolio ul.thumbs li .description {
	font-size: 17px;
	padding: 20px 10px 0;
	min-height: 40px;
	text-align: center;
}

/* NEWS */

.block.news {
	padding: 55px 0 0;
	overflow: hidden;
}
.block.news .central-wrapper {
	padding-bottom: 70px;
}
.news_list {
	margin-right: -50px;
}
.news_list .news_item {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px 40px 105px;
	width: 49%;
}
@media only screen and (max-width:1199px) {
	.panel .news_list .news_item {
		width: 100%;
	}
}
@media only screen and (max-width:799px) {
	.block.news .fullwidth .news_list .news_item {
		width: 100%;
	}
}
.news_list .news_item .left-col {
	float: left;
	margin-left: -110px;
	width: 105px;
}
.news_list .news_item a.image {
	float: left;
	margin-right: 9px;
	width: 72px;
	height: 72px;
	padding: 11px;
	border-radius: 46px;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
	margin-bottom: 13px;
}
.news_list .news_item a.image img,
.news_list .news_item a.image .empty {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
}
.news_list .news_item a.image .empty {
	display :block;
	background: url('images/dummy.png') no-repeat 50% 50%;
}
.news_list .news_item .date {
	float: left;
	width: 94px;
	text-align: center;
	font-size: 88.2%;
}
.news_list .news_item .news-content {
	float: left;
	width: 100%;
}
.news_list .news_item .news-content .title {
	margin-bottom: 4px;
}
.news_list .news_item .news-content .title a {
	text-decoration: underline;
}
.news_list .news_item .news-content .title a:hover {
	text-decoration: none;
}
.news_list .news-content .text {
	font-size: 85%;
}
.news_list .all-news {
	clear: both;
	padding: 0 0 0 87px;
}
.news_list .all-news a {
	position: relative;
	text-decoration: underline;
	display: inline-block;
}
.news_list .all-news a:hover {
	text-decoration: none;
}
.news_list .all-news a:before {
	display: inline-block;
	font-family: 'Codeus';
	font-size: 12px;
	font-weight: normal;
	content: '\e60f';
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	position: relative;
	margin: 0 5px 0 0;
}

.newslist {
	position: relative;
}
.newslist:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 11px;
	left: 147px;
	margin-left: -6px;
}
.newslist:after {
	content: '';
	position: absolute;
	bottom: -17px;
	width: 26px;
	height: 26px;
	left: 147px;
	margin-left: -13px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.newslist > li {
	position: relative;
	margin: 27px 0 0 0;
}
.newslist > li .news-info {
	float: left;
}
.newslist > li .datetime {
	text-align: center;
	float: left;
	width: 100px;
	margin: 18px 0 0 0;
}
.newslist > li .datetime .day {
	display: block;
	font-size: 88.2%;
}
.newslist > li .datetime .time {
	display: block;
}
.newslist > li .thumbnail {
	position: relative;
	float: left;
}
.newslist > li .thumbnail img {
	width: 72px;
	height: 72px;
	border: 11px solid transparent;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	background: #ffffff;
}
.newslist > li .thumbnail .empty {
	display: inline-block;
	width: 72px;
	height: 72px;
	position: relative;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border: 11px solid transparent;
}
.newslist > li .thumbnail .empty:after {
	content: '\e616';
	position: absolute;
	left: 0;
	font-family: 'Codeus';
	width: 72px;
	height: 72px;
	font-size: 32px;
	line-height: 72px;
	text-align: center;
	text-indent: 0;
	top: 0;
	text-align: center;
}
.newslist > li .text {
	padding: 37px 35px 37px 41px;
	position: relative;
	margin: 0 0 0 223px;
}
.newslist > li .text:after {
	right: 100%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 18px;
	border-style: solid;
	top: 34px;
}
.newslist + .pagination {
	margin-top: 20px;
}
@media only screen and (max-width:999px) {
	.panel .newslist:before,
	.panel .newslist:after {
		display: none;
	}
	.panel .newslist > li .news-info {
		float: none;
	}
	.panel .newslist > li .news-info:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.panel .newslist > li .thumbnail {
		float: right;
	}
	.panel .newslist > li .text {
		margin: 15px 0 0 0;
	}
	.panel .newslist > li .text:after {
		right: auto;
		top: -36px;
		left: 34px;
	}
}
@media only screen and (max-width:799px) {
	#page .newslist:before,
	#page .newslist:after {
		display: block;
	}
	#page .newslist > li .news-info {
		float: left;
	}
	#page .newslist > li .news-info:after {
		content: "";
		display: none;
		height: 0;
		clear: none;
	}
	#page .newslist > li .thumbnail {
		float: left;
	}
	#page .newslist > li .text {
		margin: 0 0 0 223px;
	}
	#page .newslist > li .text:after {
		left: auto;
		top: auto;
		right: 100%;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-width: 18px;
		border-style: solid;
		top: 34px;
	}
}
@media only screen and (max-width:599px) {
	#page .newslist:before,
	#page .newslist:after {
		display: none;
	}
	#page .newslist > li .news-info {
		float: none;
	}
	#page .newslist > li .news-info:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#page .newslist > li .thumbnail {
		float: right;
	}
	#page .newslist > li .text {
		margin: 15px 0 0 0;
	}
	#page .newslist > li .text:after {
		right: auto;
		top: -36px;
		left: 34px;
	}
}

/* CONTENT */

.block.content {
	padding: 45px 0 0;
}
.block.content .central-wrapper{
	padding-bottom: 10px;
}

/* GALLERY */

.gallery {
	position: relative;
	margin: 0 auto;
}
.top-el {
	padding-bottom: 40px;
}
.bottom-el {
	padding-top: 40px;
}
.gallery li {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.gallery .thumbs_wrapper {
	margin: 0 32px;
	position: relative;
}
.gallery ul.thumbs {
	text-align: center;
	margin-right: -6px;
}
.gallery.full ul.thumbs {
	margin-right: -15px;
}
.gallery ul.thumbs li {
	padding: 6px 0 0;
	padding-top: 24px;
}
.gallery ul.thumbs li img {
	opacity: 0.5;
}
.gallery.full ul.thumbs li {
}
.gallery ul.thumbs li:hover img,
.gallery ul.thumbs li.selected img {
	opacity: 1;
}
.gallery ul.thumbs li a {
	display: block;
	position: relative;
	padding: 9px;
}
.gallery ul.thumbs li.selected a {
	margin: 0;
	border: 9px solid transparent;
	padding: 0;
}
.gallery ul.thumbs li.selected a:before {
	content: ' ';
	width: 0;
	height: 0;
	border-width: 20px;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	top: -49px;
	left: 50%;
	margin-left: -20px;
}
/* !!!!!!!!!!!!!!!!!!!! */
.gallery ul.thumbs li.selected a:after {
	content: ' ';
	width: 11px;
	height: 7px;
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -5px;
	background: url('images/gallery_thumb_marker.png') left top no-repeat;
}
.gallery .navigation .prev,
.gallery .navigation .next {
	position: absolute;
	bottom: 0;
	width: 30px;
	overflow: hidden;
	text-indent: 30px;
	top: 15px;
}
.gallery .navigation .prev:hover,
.gallery .navigation .next:hover {
	text-decoration: none;
}
.gallery .navigation .prev.disable,
.gallery .navigation .next.disable {display: none;}
.gallery .container .navigation .prev,
.gallery .container .navigation .next {
	top: 0;
}
.gallery .navigation .prev {
	left: -32px;
}
.gallery .navigation .next {
	right: -32px;
}
.gallery .navigation .prev:before,
.gallery .navigation .next:before {
	position: absolute;
	left: 0;
	font-family: 'Codeus';
	font-size: 18px;
	width: 28px;
	height: 28px;
	line-height: 29px;
	text-align: center;
	text-indent: 0;
	top: 50%;
	margin-top: -10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid transparent;
}
.gallery .navigation .prev:before {
	content: '\e602';
	text-indent: 2px;
}
.gallery .navigation .next:before{
	content: '\e603';
	text-indent: 7px;
}
.gallery .navigation.preview-navigation .prev,
.gallery .navigation.preview-navigation .next {
	position: absolute;
	bottom: 0;
	width: 69px;
	overflow: hidden;
	text-indent: 69px;
	display: none;
}
.gallery .preview-navigation .prev {
	left: 27px;
}
.gallery .preview-navigation .next {
	right: 27px;
}
.gallery .navigation.preview-navigation .prev:before,
.gallery .navigation.preview-navigation .next:before {
	position: absolute;
	left: 0;
	font-family: 'Codeus';
	font-size: 39px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-indent: 0;
	top: 50%;
	margin-top: -26px;
	border-radius: 33px;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	color: transparent;
	border: 1px solid transparent;
}
.gallery .navigation.preview-navigation .prev:before {
	content: '\e604';
	text-indent: -10px;
}
.gallery .navigation.preview-navigation .next:before {
	content: '\e605';
}
.gallery ul.preview {
	white-space: nowrap;
}
.gallery ul.preview li {
	text-align: center;
}
.gallery .container {
	margin-bottom: 10px;
}
.gallery .slide-info {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 19px 15px 17px 15px;
	background-color: #ffffff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
.slideinfo .fancybox-title {
	text-align: center;
	padding: 10px 0;
	background-color: #ffffff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	width: 100%;
	line-height: 26px;
}
.gallery .slide-info .slide-caption,
.slideinfo .fancybox-title .slide-caption {
	text-transform: uppercase;
	display: block;
}
.gallery .slide-info .lide-description,
.slideinfo .fancybox-title .lide-description {
	display: block;
}
.gallery .preview li {position: relative;}
.gallery .preview li a {display: block; position: relative;}
.gallery .preview li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(58,83,112,0.8);
}
.gallery .preview li a span.overlay .p-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
}
.gallery .preview li a span.overlay .p-icon:before {
	content: '\e60d';
}
.gallery.full .preview .slide-info, .gallery.small .preview .slide-info  {text-align: left;}
.gallery.shortcode {margin-bottom: 20px;}
.gallery.small.shortcode {width: 613px;}
.gallery.small.shortcode.right {margin-right: 41px; float: left;}
.gallery.small.shortcode.left {margin-left: 41px; float: right;}

.gallery-three-columns {padding: 20px 0;}
.gallery-three-columns ul {
	text-align: center;
	margin: 0 -10px 0 0;
}
.gallery-three-columns ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.gallery-three-columns ul li a {display: block;position: relative;overflow: hidden;}
.gallery-three-columns ul li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,83,112,0.8);
	display: none;
}
.gallery-three-columns ul li a span.overlay .p-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
}
.gallery-three-columns ul li a span.overlay .p-icon:before {
	content: '\e60d';
}

.gallery-four-columns {padding: 20px 0;}
.gallery-four-columns ul {
	text-align: center;
	margin: 0 -10px 0 0;
}
.gallery-four-columns ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.gallery-four-columns ul li a {display: block;position: relative;overflow: hidden;}
.gallery-four-columns ul li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,83,112,0.8);
	display: none;
}
.gallery-four-columns ul li a span.overlay .p-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
}
.gallery-four-columns ul li a span.overlay .p-icon:before {
	content: '\e60d';
}

/* SHORTCODES */

.divider {
	padding: 35px 0 0;
	margin: 0 0 35px;
	border-bottom: 1px solid transparent;
	clear: both;
}
.divider.linebreak {
	padding: 0;
	margin: 0;
	border: 0 none;
	clear: none;
}
.divider.dashed {
	border-bottom: 1px dashed transparent;
}
.divider.double {
	border-bottom: 3px double transparent;
}
.one_half,
.one_third,
.one_fourth {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.one_half:before,
.one_half:after,
.one_third:before,
.one_third:after,
.one_fourth:before,
.one_fourth:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.one_half {
	padding-right: 25px;
}
.one_half.last {
	padding-left: 25px;
	padding-right: 0;
}
.one_third {
	padding-right: 33px;
}
.one_third + .one_third {
	padding: 0 17px;
}
.one_third.last {
	padding: 0 0 0 33px;
}
.one_half {
	width: 50%;
}
.one_third {
	width: 33.33333%
}
.one_fourth {
	width: 25%;
	padding-right: 37px;
}
.one_fourth + .one_fourth {
	padding: 0 25px 0 13px;
}
.one_fourth + .one_fourth + .one_fourth {
	padding: 0 13px 0 25px;
}
.one_fourth + .one_fourth.last,
.one_fourth + .one_fourth + .one_fourth + .one_fourth {
	padding: 0 0 0 37px;
}
/* !!!!!!!!!!!!!!!!!!!! */
.text_box {
	clear: both;
	border: 1px solid transparent;
/*	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;*/
}
.text_box > .title,
.text_box > .text {
	padding: 30px 40px;
}
.text_box > .title {
	background-color: transparent;
	margin-bottom: 0;
}
/* WRAP-BOX STYLES */
.wrap-box {
	display: inline-block;
	position: relative;
	width: 100%;
}
.wrap-box-content {
	position: relative;
	max-width: 100%;
}
.wrap-box.left {
	float: left;
	margin: 0 25px 25px 0;
}
.wrap-box.right {
	float: right;
	margin: 0 0 25px 25px;
}
.wrap-box.middle {
	display: inline-block;
}
.wrap-box .wrap-box-inner {
	display: inline-block;
	max-width: 100%;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.image.wrap-box .wrap-box-inner {
	display: block;
}
.wrap-box.style-1 .wrap-box-inner {
	border: 1px solid transparent;
}
.wrap-box.style-2 .wrap-box-inner {
	border: 9px solid transparent;
	padding: 18px;
	background-color: #ffffff;
}
.wrap-box.style-3 .wrap-box-inner {
	border: 13px solid transparent;
	background-color: #ffffff;
}
.wrap-box.style-4 .wrap-box-inner:before,
.wrap-box.style-4 .wrap-box-inner:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:17px;
	left:15px;
	width:40%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	-webkit-transform:rotate(-2.5deg);
	-moz-transform:rotate(-2.5deg);
	-ms-transform:rotate(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotate(-2.5deg);
}
.wrap-box.style-4 .wrap-box-inner:after {
	right:15px;
	left:auto;
	-webkit-transform:rotate(2.5deg);
	-moz-transform:rotate(2.5deg);
	-ms-transform:rotate(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotate(2.5deg);
}
.wrap-box.style-5 .wrap-box-inner {
	background-color: #ffffff;
}

.wrap-box.style-5 .shadow-wrap {
	width: 100%;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wrap-box.image.style-5 .shadow-wrap {
	height: auto;
}
.wrap-box.style-5 .shadow-wrap:before,
.wrap-box.style-5 .shadow-wrap:after {
	content:"";
	position:absolute;
	z-index:-2;
	top:22px;
	left:2px;
	width:40%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 -15px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 -15px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 -15px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
}
.wrap-box.style-5 .shadow-wrap:after {
	right:2px;
	left:auto;
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
	transform:rotate(-2deg);
}
.wrap-box.style-5 .wrap-box-inner:before,
.wrap-box.style-5 .wrap-box-inner:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:17px;
	left:15px;
	width:40%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	box-shadow:0 15px 25px rgba(0, 0, 0, 0.45);
	-webkit-transform:rotate(-2.5deg);
	-moz-transform:rotate(-2.5deg);
	-ms-transform:rotate(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotate(-2.5deg);
}
.wrap-box.style-5 .wrap-box-inner:after {
	right:15px;
	left:auto;
	-webkit-transform:rotate(2.5deg);
	-moz-transform:rotate(2.5deg);
	-ms-transform:rotate(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotate(2.5deg);
}
.wrap-box.style-6 .wrap-box-inner {
	border: 1px solid transparent;
	padding: 19px;
	background-color: #ffffff;
}
.wrap-box .wrap-box-element {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.wrap-box.image .wrap-box-element {
	height: auto;
}
.tabs, .accordion {
	clear: both;
	margin: 20px 0;
}
.accordion {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid transparent;
}
.accordion > h5 {
	padding: 0 40px 0;
	margin: 0 0 15px;
	position: relative;
}
.accordion > h5:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	font-family: 'Codeus';
	content: '\e609';
	font-size: 15px;
	border-radius: 15px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid transparent;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
}
.ui-accordion .ui-accordion-header {
	min-height: 30px;
}
.accordion > h5.ui-accordion-header-active:before {
	content: '\e60a';
}
.accordion > div {
	padding: 0 0 20px 0;
}
.tabs {
	padding: 8px;
}
.tabs > ul.tabs-nav {
	padding: 0 14px;
}
.tabs > ul.tabs-nav li {
	padding: 0 4px;
	float: left;
}
.tabs > ul.tabs-nav li a {
	float: left;
	padding: 10px 15px;
}
.tabs > ul.tabs-nav li.ui-tabs-active a {
	background-color: #ffffff;
}
.tabs .tab_wrapper {
	background-color: #ffffff;
	padding: 45px 40px;
}
.dropcap {
	height: 15px;
}
.dropcap span{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	line-height: 50px;
	background: transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid transparent;
}
.list ul {
	list-style: none;
	padding-left: 1.5em;
}
.list ul li{
	position: relative;
}
.list ul li + li{
	margin-top: 0.7em;
}
.list ul li:before {
	float: left;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 64.7%;
	margin-left: -1.7em;
}
.list.arrow ul li:before {
	content: '\e60f';
}
.list.check ul li:before {
	content: '\e610';
	font-size: 88.2%;
}
.list.circle ul li:before {
	content: '\e611';
}
.list.minus ul li:before {
	content: '\e612';
	font-size: 88.2%;
}
.iconed-title,
.iconed-text {
	padding-left: 60px;
	margin-left: -5px;
	min-height: 30px;
	position: relative;
	padding-top: 13px;
}
.iconed-text {
	min-height: 39px;
}
.iconed-title > .icon,
.iconed-text > .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -4px;
	top: 0;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
}
.iconed-title > .icon {
	top: 50%;
	margin-top: -19px;
}
.iconed-title > .icon.active,
.iconed-text > .icon.active {
	color: #ffffff;
}
.simple-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	line-height: 50px;
	background: transparent;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid transparent;
	font-size: 21px;
	font-family: 'Codeus-Icons';
	font-weight: normal;
}
.alert-box {
	padding-bottom: 1px;
	margin: 20px 0;
}
.alert-box > div {
	padding: 30px 280px 35px 35px;
}
.alert-box.iconed > div {
	padding-left: 180px;
}
.alert-box .alert-button {
	float: right;
	margin: 20px -240px 20px 40px;
	max-width: 200px;
}
.alert-box .button {
	margin-top: 0;
}
.alert-box .text {
	float: left;
	width: 100%;
}
.alert-box .alert-icon {
	float: left;
	margin: 0 40px 0 -145px;
	width: 103px;
	height: 103px;
	line-height: 103px;
	vertical-align: top;
	font-size: 55px;
	font-family: 'Codeus-Icons';
	border-radius: 52px;
	-moz-border-radius: 52px;
	-webkit-border-radius: 52px;
	text-align: center;
	border: 1px solid transparent;
	font-weight: normal;
}
@media only screen and (max-width:799px) {
	.alert-box > div {
		padding: 30px 35px 35px;
	}
	.alert-box.iconed > div {
		padding-left: 35px;
	}
	.alert-box .alert-button {
		float: none;
		margin: 30px 0 0;
		text-align: center;
	}
	.alert-box .text {
		float: none;
		width: auto;
	}
	.alert-box .alert-icon {
		float: none;
		margin: 0 auto 30px;
	}
}

/* WIDGETS */
h3.widget-title {
	margin-bottom: 0.766667em;
}

/* Testimonials */
.testimonials {
	margin-left: -10px;
	padding-left: 10px;
}
.testimonial_item {
	padding-bottom: 20px;
	padding-left: 10px;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.testimonial_item table {
	width: 100%;
	margin-bottom: 15px;
	border-spacing: 0;
}
.testimonial_item table.nostyle td {
	vertical-align: bottom;
	padding-right: 12px;
	font-size: 88.2%;
}
.testimonial_item td.image {
	width: 1%;
}
.testimonial_item td.image div {
	height: 128px;
	width: 128px;
	padding: 11px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	margin-left: -10px;
}
.testimonial_item td.image img {
	height: 128px;
	width: 128px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}
.testimonials .button{
	margin-top: 0;
}
.testimonials .caroufredsel_wrapper {
	width: auto !important;
}
.testimonials .testimonials-list {
	width: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}

/* Project Info */
/* Contact Info */
.widget.project_info-item,
.widget.contact_info {
	padding-bottom: 20px;
}
.project_info-item + .project_info-item,
.contact_info-item + .contacts-info-item {
	border-top: 1px solid transparent;
	padding-top: 20px;
	margin-top: 20px;
}
.project_info-item.iconed .title,
.contact_info-item.iconed .title {
	padding-left: 37px;
	position: relative;
	min-height: 30px;
	margin-bottom: 5px;
}
.project_info-item.iconed .value,
.contact_info-item.iconed .value {
	font-size: 88.2%;
}
.project_info-item .title .icon,
.contact_info-item .title .icon {
	background: transparent;
	font-size: 24px;
}
.widget.project_info .button {
	margin-top: 15px;
}

/* Text */
.widget.widget_text .textwidget,
.widget.widget_black_studio_tinymce .textwidget1 {
	font-size: 88.2%;
}

/* Picturebox */
.widget.picturebox img {
	max-width: 100%;
}
.widget.picturebox .description {
	padding: 25px 30px;
	font-size: 88.2%;
}

/* Categories */
.widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_categories ul li,
.widget.widget_meta ul li {
	border-bottom: 1px solid transparent;
}
.widget.widget_categories ul li a,
.widget.widget_meta ul li a {
	padding: 12px 20px 12px 35px;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before {
	position: absolute;
	left: 17px;
	top: 8px;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	line-height: 29px;
	width: 29px;
	content: '\e60f';
}

/* Popular Posts */
/* Recent Posts */
.widget.widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_rss ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.Custom_Recent_Posts ul li,
.widget.Custom_Popular_Posts ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li {
	padding: 0;
	font-size: 88.2%;
}
.widget.Custom_Recent_Posts ul li +li,
.widget.Custom_Popular_Posts ul li +li,
.widget.widget_recent_entries ul li +li,
.widget.widget_rss ul li +li {
	padding-top: 34px;
}
.widget.widget_recent_entries li a,
.widget.widget_recent_entries li span,
.widget.widget_rss li a.rsswidget,
.widget.widget_rss li span.rss-date {
	display: block;
}
.widget.widget_rss li span.rss-date {
	padding-bottom: 10px;
}

.widget.Custom_Recent_Posts .image,
.widget.Custom_Popular_Posts .image {
	float: left;
	margin-right: 9px;
	width: 72px;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	border: solid 0px #fff;
	box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.widget.Custom_Recent_Posts .image img,
.widget.Custom_Popular_Posts .image img {
	width: 72px;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.widget.Custom_Recent_Posts .image.dummy a,
.widget.Custom_Popular_Posts .image.dummy a {
	display :block;
	width: 72px;
	height: 72px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url('images/dummy.png') no-repeat 50% 50%;
}
/* Recent comments */
.widget.widget_recent_comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_recent_comments ul li {
	padding: 0 0 0 35px;
	font-size: 88.2%;
}
.widget.widget_recent_comments ul li + li {
	padding-top: 28px;
}
.widget.widget_recent_comments ul li:before {
	font-family: 'Codeus';
	content: '\e613';
	font-size: 20px;
	margin-left: -35px;
	position: relative;
	top: 2px;
	float: left;
}

/* Custom Flickr */
.widget.Custom_Flickr .flickr {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: -4px;
}
.widget.Custom_Flickr .flickr-item {
	float: left;
	margin: 0 4px 4px 0;
	width: 87px;
}
.widget.Custom_Flickr img {
	width: 87px;
}
/* Tags */
.widget_tag_cloud .tagcloud {
	line-height: 34px;
}
.widget_tag_cloud a {
	margin-right: 20px;
}
/* Submenu */
/* Custom Menu */
.widget.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*.widget.widget_nav_menu li,
.widget.widget_submenu li {
	background: transparent;
	border-bottom: 1px solid transparent;
}
.widget.widget_nav_menu li a,
.widget.widget_submenu li a {
	display: block;
	padding: 12px 20px 12px 45px;
	text-transform: uppercase;
	position: relative;
}
.widget.widget_nav_menu li a:hover,
.widget.widget_submenu li a:hover {
	text-decoration: none;
}


.widget.widget_nav_menu li.menu-item a:before,
.widget.widget_submenu li.menu-item a:before {
	position: absolute;
	left: 3px;
	top: 9px;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: center;
	text-indent: 0;
	font-size: 11px;
	line-height: 29px;
	width: 29px;
	border: none;
	content: '\e60f';
	text-indent: 7px;
}*/
.widget.widget_nav_menu li.menu-parent-item a:before,
.widget.widget_submenu li.menu-parent-item a:before {
	position: absolute;
	left: 3px;
	top: 9px;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: center;
	text-indent: 0;
	font-size: 17px;
	height: 29px;
	line-height: 30px;
	width: 29px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15x;
	border: 1px solid transparent;
	content: '\e603';
	text-indent: 7px;
}
.widget.widget_nav_menu li.current-menu-ancestor a:before,
.widget.widget_submenu li.current-menu-ancestor a:before {
	content: '\e608';
	line-height: 33px;
	text-indent: 2px;
}
.widget.widget_nav_menu li ul,
.widget.widget_submenu li ul {
	display: none;
}
.widget.widget_nav_menu li.current-menu-item ul,
.widget.widget_nav_menu li.current-menu-ancestor ul,
.widget.widget_submenu li.current-menu-item ul,
.widget.widget_submenu li.current-menu-ancestor ul {
	display: block;
	border-top: 1px solid transparent;
}
.widget.widget_nav_menu li li.current-menu-ancestor ul,
.widget.widget_nav_menu li.current-menu-ancestor li ul,
.widget.widget_submenu li li.current-menu-ancestor ul,
.widget.widget_submenu li.current-menu-ancestor li ul {
	border: 0 none;
}
.widget.widget_nav_menu li li,
.widget.widget_submenu li li {
	border: 0 none;
	padding: 0 0 0 45px;
}
.widget.widget_nav_menu li li a,
.widget.widget_submenu li li a {
	padding-left: 20px;
}
.widget.widget_nav_menu li.current-menu-ancestor li a:hover,
.widget.widget_submenu li.current-menu-ancestor li a:hover {
	text-decoration: none;
}
.widget.widget_nav_menu li.current-menu-ancestor li a:before,
.widget.widget_submenu li.current-menu-ancestor li a:before,
.widget.widget_nav_menu li.current-menu-item li a:before,
.widget.widget_submenu li.current-menu-item li a:before {
	position: absolute;
	left: 0;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	line-height: 29px;
	width: 29px;
	border: 0 none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	content: '\e60f';
	text-indent: 0;
}
/* !!!!!!!!!!!!!!!!!!!! */
.widget.widget_nav_menu li.current-menu-item li a,
.widget.widget_nav_menu li.current-menu-ancestor li a,
.widget.widget_submenu li.current-menu-item li a,
.widget.widget_submenu li.current-menu-ancestor li a {
	color: #3b3e4f;
	background-image: none;
	font-weight: normal;
}
.widget.widget_nav_menu li li.current-menu-item a,
.widget.widget_nav_menu li li.current-menu-ancestor a,
.widget.widget_submenu li li.current-menu-item a,
.widget.widget_submenu li li.current-menu-ancestor a {
	color: #48afdb;
}
.widget.widget_nav_menu li li li,
.widget.widget_submenu li li li {
	padding-left: 12px;
}
/* Search */
/* !!!!!!!!!!!!!!!!!!!! */
.widget.widget_search form {
	padding: 35px;
	text-align: center;
}
.widget.widget_search form input[type="text"] {
	width: 100%;
	background-color: #fffff;
	height: 38px;
	margin: 0;
}
.widget.widget_search #searchform #searchsubmit {
	margin-top: 20px;
	float: none;
}
.widget.widget_search form label {
	display: none;
}

/* Team */
.team-item {
	text-align: center;
}
.team-item .team-image {
	width: 128px;
	height: 128px;
	margin: 20px auto 10px;
	padding: 11px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}
.team-item .team-image img {
	width: 128px;
	height: 128px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}
.team-item .team-name {
	margin-bottom: 14px;
}
.team-item .team-phone,
.team-item .team-email {
	position: relative;
	display: inline-block;
	padding-left: 37px;
}
.team-item .team-phone {
	font-size: 124%;
}
.team-item .team-email {
	font-size: 88.2%;
}
/* Calendar */
.widget.widget_calendar table {
	border: 0 none;
}
.widget.widget_calendar table thead tr td,
.widget.widget_calendar table thead tr th {
	font-size: inherit;
	padding: 0;
}
.widget.widget_calendar table th,
.widget.widget_calendar table td {
	padding: 0;
}
.widget.widget_calendar table thead tr {
	background-color: transparent !important;
}
.widget.widget_calendar table tr:nth-child(even) {
	background-color: transparent !important;
}
.widget.widget_calendar table {
	width: 100%;
}
.widget.widget_calendar td {
	text-align: center;
	width: 14.3%;
}
.widget.widget_calendar th,
.widget.widget_calendar caption {
	font-weight: normal;
	font-size: 141.2%;
	line-height: 1.4em;
}
.widget.widget_calendar caption {
	margin-bottom: 10px;
}
.widget.widget_calendar td {
	height: 30px;
}
.widget.widget_calendar td a {
	width: 28px;
	padding-right: 9px;
	text-align: right;
	display: inline-block;
	line-height: 28px
	width: 37px;
}
/* !!!!!!!!!!!!!!!!!!!! */
.widget.widget_calendar td#prev a,
.widget.widget_calendar td#next a {
	background-color: transparent;
	width: auto;
	padding-right: 0;
	text-align: center;
	display: inline;
	line-height: 28px;
}
.widget.widget_calendar td#prev {
	text-align: left;
}
.widget.widget_calendar td#next {
	text-align: right;
}

/* Archives */
/* !!!!!!!!!!!!!!!!!!!! */
.widget.widget_archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_archive ul li {
	color: #48afdb;
	padding: 10px 20px 10px 17px;
	position: relative;
}
.widget.widget_archive ul li a:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	line-height: 29px;
	width: 29px;
	color: #3b3e4f;
	content: '\e60f';
}




/* BLOG */

.blog_list li {
	padding-left: 80px;
}
.blog_list li + li {
	margin-top: 60px;
}
.blog_list li .comment-info {
	float: left;
	width: 85px;
	padding: 0 5px;
	margin-left: -100px;
	text-transform: uppercase;
/*	font-weight: bold;*/
	text-align: center;
}
.blog_list li .date-day {
	display: block;
	margin: 0 auto;
	line-height: 62px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	width: 62px;
	height: 62px;
	text-align: center;
	overflow: hidden;
	font-weight: 400;
	text-decoration: none;
}
.blog_list li .date-day span {
	display: block;
	margin: 1px auto 0;
	line-height: 60px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	width: 60px;
	height: 60px;
	text-align: center;
	overflow: hidden;
}
.blog_list li .date-month {
	padding-top: 5px;
}
.blog_list li .comment-count {
	margin-right: 18px;
}
.blog_list li .comment-count b {
	font-size: 141%;
	font-weight: normal;
}
.blog_list li .post-info {
	float: left;
	width: 550px;
}
.blog_list li .post-info {
	float: left;
	width: 100%;
	border-bottom: 1px solid transparent;
	padding-bottom: 10px;
}
.blog_list li .post-info h3 {
	margin-bottom: 18px;
}
.post-image {
	padding-top: 9px;
	margin-bottom: 20px;
	text-align: center;
}
.blog_list li .post-info-bottom {
	padding-top: 29px;
	font-size: 88.2%;
}
.blog_list li .post-info-bottom .more-link b {
}
.blog_list li .post-info-bottom .more-link b:before{
	display: inline-block;
	font-family: 'Codeus';
	font-size: 12px;
	font-weight: bold;
	content: '\e607';
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	position: relative;
	margin: 0 7px 0 0;
	
}
.blog_list li .post-info-bottom .categories {
	float: left;
}
.categories .sep {
	margin: 0 10px;
}
.blog_list li .post-info-bottom .comments-count {
	float: right;
}

.post-tags-block {
	padding: 0 0 10px 0;
	border-bottom: 1px solid transparent;
	margin-bottom: 23px;
	margin-top: 52px;
}

.post-tags {
	float: right;
	font-size: 15px;
	padding: 18px 0 0 0;
}

.post-tags-block .socials-sharing {
	float: left;
	margin: 0;
}

.post-tags-block .sep {
	margin: 0 10px;
}

/* AUTHOR */

.post-author-block {
	padding: 30px 35px 31px 35px;
	margin: 53px 0 0 0;
}
.post-author-avatar {
	float: left;
}
.post-author-avatar img {
	border: 10px solid #ffffff;
	border-radius: 51px;
	-moz-border-radius: 51px; 
	-webkit-border-radius: 51px;
}
.post-author-info {
	margin: 0 0 0 115px;
}
.post-author-info .name {
	margin: 0 0 3px 0;
}
.post-author-info .date-info {
	font-size: 88.2%;
	line-height: 1.471;
	margin: 0 0 14px 0;
}
.post-related-posts {
	margin: 0 -20px 0 0;
	padding: 0 0 51px 0;
}
.post-related-posts-line {
	border-bottom: 1px solid transparent;
}
.post-comments-margin {
	margin: 49px 0 0 0;
}
.post-related-posts h3 {
	margin-bottom: 0;
}
.related-element {
	display: inline-block;
	width: 260px;
	margin: 0 18px 0 0;
	vertical-align: top;
	padding-top: 34px;
}
.related-element img {
	float: left;
	border: 10px solid transparent;
	border-radius: 51px;
	-moz-border-radius: 51px; 
	-webkit-border-radius: 51px;
}
.related-element .related-element-info {
	margin: 0 0 0 103px;
}
.related-element.without-image > a {
	float: left;
	width: 82px;
	height: 82px;
	border-radius: 41px;
	-moz-border-radius: 41px;
	-webkit-border-radius: 41px;
	background: url('images/dummy.png') no-repeat 50% 50%;
}
.related-element .related-element-info a {
	font-size: 88.2%;
	line-height: 1.471;
}
.related-element .related-element-info .date {
	font-size: 88.2%;
	line-height: 1.471;
}
.post-posts-links {
	margin-bottom: 52px;
}
.post-posts-links a {
	text-transform: uppercase;
	position: relative;
}
.post-posts-links .left {
	float: left;
}
.post-posts-links .left a {
	margin-left: 0px;
}
.post-posts-links .left a:before {
	content: '\e602';
    padding-right: 3px;
    position: absolute;
    left: 11px;
    top: 7px;
    font-family: 'Codeus';
    width: 27px;
    height: 30px;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-indent: 4px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.post-posts-links .right {
	float: right;
}
.post-posts-links .right a {
	margin-right: 0px;
}
.post-posts-links .right a:before {
	content: '\e603';
	padding-left: 3px;
	position: absolute;
	right: 11px;
	top: 7px;
	font-family: 'Codeus';
	width: 27px;
	height: 30px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	text-indent: 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* SEARCH */

#searchform {
	margin-bottom: 40px;
}
#searchform #s {
	width: 100%;
}
#searchform #searchsubmit {
	float: right;
}

/* COMMENTS */

#commentform, #reply-title {
	padding-top: 55px;
}
#reply-title + #commentform {
	padding: 0;
}
ol.commentlist li.comment {
	padding: 20px 0 27px;
	border-top: 1px solid #dadada;
}
ol.commentlist{
	border-top: 1px solid #dadada;
}
ol.commentlist > li.comment:first-child {
	border: none;
}
ol.commentlist .left {
	float: left;
}
ol.commentlist .left img {
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
ol.commentlist .comment-content {
	margin: 0 0 0 70px;
}
ol.commentlist .comment-content .text {
	padding-top: 11px;
}
ol.commentlist .comment-content .comment-author {
	float: left;
}
ol.commentlist .comment-content .comment-date {
	text-align: right;
	font-size: 88.2%;
	line-height: 1.471;
}
ol.commentlist .comment-content a.comment-reply-link, ol.commentlist .comment-content a.comment-edit-link{
	margin-left: 16px;
}
/* !!!!!!!!!!!!!!!!!!!! */
ol.commentlist .comment-content a.comment-reply-link:before, ol.commentlist .comment-content a.comment-edit-link:before{
	display: inline-block;
	font-family: 'Codeus';
	font-size: 12px;
	font-weight: bold;
	content: '\e605';
	color: #48afdb;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
	position: relative;
	margin: 0 7px 0 0;
	
}
ol.commentlist ul.children {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.commentlist ul.children {
	padding-top: 27px;
}
ol.commentlist ul.children li {
	border-top: 1px solid #dadada;
	padding-left: 67px;
}
ol.commentlist ul.children li:last-child {
	padding-bottom: 0;
}
/* !!!!!!!!!!!!!!!!!!!! */
.comment-form input[type="text"], .comment-form textarea {
	background: #ffffff;
	border: 1px solid #d6dde3;
	border-top: 0;
	margin: 0;
}
.comment-form input[type="text"] {
	width: 50%;
}
.comment-form textarea {
	border: 1px solid #d6dde3;
	margin-top: 36px;
	width: 50%;
	max-width: 100%;
}

.comment-form label {
	line-height: 1.2;
	position: relative;
}
.comment-form input[type="text"] + label {
	display: block;
	margin: 0 0 0 288px;
	padding-top: 7px;
	padding-left: 35px;
}
.comment-form label:before {
	position: absolute;
	left: 0;
	font-family: 'Codeus-Icons';
	font-size: 20px;
	line-height: 14px;
	color: #d6dde3;
}
.comment-form label[for="author"]:before {
	content: '\e632';
}
.comment-form label[for="email"]:before {
	content: '\e601';
}
.comment-form label[for="url"]:before {
	content: '\e640';
}
.comment-form label b {
	font-weight: normal;
	color: #75889c;
}
@media only screen and (max-width:362px) {
	.comment-form input[type="text"] {
		border: 1px solid #d6dde3;
	}
}

/* CONTACT */
/* !!!!!!!!!!!!!!!!!!!! */
.block.map iframe {
	vertical-align: top;
}
.contact-form {
	margin-top: 60px;
}
.contact-form input[type="text"] {
	width: 270px;
	height: 35px;
	border: 1px solid #d6dde3;
	background-color: #ffffff;
	margin: 0;
}
.contact-form p + p input[type="text"] {
	width: 270px;
	height: 35px;
	border-top: 0 none;
}
.contact-form textarea {
	border: 1px solid #d6dde3;
	background-color: #ffffff;
	margin: 35px 0 0;
	width: 100%;
}
.contact-form .reset {
	float: right;
	padding-left: 1.0em;
	margin-top: 30px;
}
.contact-form .reset:before {
	float: left;
	font-family: 'Codeus';
	font-size: 64.7%;
	font-weight: normal;
	margin-left: -1.3em;
	content: "\e60f";
}
.contact-form label {
	margin-left: 15px;
	padding-left: 35px;
	font-weight: normal;
	position: relative;
}
.contact-form label:before {
	position: absolute;
	left: 0;
	font-family: 'Codeus-Icons';
	font-size: 20px;
	margin-top: 3px;
}
.contact-form label[for="name"]:before {
	content: '\e632';
}
.contact-form label[for="email"]:before {
	content: '\e601';
}
.contact-form label[for="site"]:before {
	content: '\e640';
}

/* RESPONSIVE */

@media only screen and (max-width:1199px) {

	body {
		min-width: 300px;
	}

	/* LAYOUT */
	.central-wrapper,
	#page.boxed #header.header-fixed .central-wrapper {
		width: 1000px;
	}

	#header #site-navigation li a {
		padding: 0 10px;
	}

	/* QUICKFINDER */



}

@media only screen and (max-width:999px) {

	/* LAYOUT */
	.central-wrapper {
		width: 800px;
	}

	#header .central-wrapper {
		width: 100%;
	}

	.slideshow.noscript,
	.slideshow.noscript + .loading {
		height: 300px;
	}

	.slideshow.noscript + .loading {
		margin-top: -300px;
	}

	/* QUICKFINDER */

	
	
	.gallery {
		position: relative;
		margin: 0 auto;
		max-width: 100%;
	}
	.gallery.full {
		margin: 0;
	}

}

@media only screen and (max-width:799px) {

	/* LAYOUT */
	.central-wrapper {
		width: 100%;
	}

	.slideshow.noscript,
	.slideshow.noscript + .loading {
		height: 200px;
	}

	.slideshow.noscript + .loading {
		margin-top: -200px;
	}

	.quickfinder ul li .image {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	.quickfinder ul li .caption {
		opacity: 1;
	}

	.block.quickfinder ul li .title,
	.block.quickfinder ul li .description {
		max-width: none;
	}

	.quickfinder ul li .title,
	.quickfinder ul li .description {
		max-width: none;
	}

	body.lazy-enabled .quickfinder ul li .image {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	body.lazy-enabled .quickfinder ul li .caption {
		opacity: 1;
	}

	/* CONTENT */
	.panel,
	body.home-constructor .panel {
		padding: 0;
	}
	.center {
		float: none;
		padding: 0 0px;
		background: none;
		width: auto;
		right: auto;
	}
	.content-right .panel,
	body.home-constructor .content-right .panel {
		padding: 0;
	}
	.content-right .center,
	body.home-constructor .content-right .center {
		float: none;
		padding: 0 15px;
		background: none;
		margin-right: 0;
		right: auto;
		left: auto;
	}

	/* SIDEBAR */
	.sidebar,
	body.home-constructor .sidebar {
		float: none;
		width: auto;
		padding: 0 20px;
		background: none;
		margin-right: 0;
		margin-top: 40px;
	}
	.content-right .sidebar,
	body.home-constructor .content-right .sidebar{
		float: none;
		width: auto;
		padding: 0 20px;
		background: none;
		margin-left: 0;
		margin-right: 0;
	}
	
	/* SHORTCODES */
	.one_half {
		float: none;
		width: auto;
		margin-bottom: 15px;
		padding-right: 0;
	}
	.one_half.last {
		position: relative;
		left: auto;
		margin-bottom: 0;
		padding-left: 0;
	}
	.one_third {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		padding-right: 0;
	}
	.one_third + .one_third {
		padding-left: 0;
		padding-right: 0;
	}
	.one_third.last {
		margin-right: 0;
		float: none;
		width: auto;
		margin-bottom: 0;
		padding-left: 0;
	}
	
	.one_fourth {
		padding-right: 0;
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.one_fourth + .one_fourth, .one_fourth + .one_fourth + .one_fourth {
		padding-left: 0;
		padding-right: 0;
	}
	.one_fourth.last, .one_fourth + .one_fourth.last {
		padding-left: 0;
	}

	#bottom-line{
		text-align: center;
	}
	
	.gallery .slide-info {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.block.portfolio ul.thumbs li .title {
		background: transparent !important;
		height: 45px;
		margin: -45px 0 0;
		line-height: 45px;
	}
	.block.portfolio ul.thumbs li .small-title {
		display: block;
	}
	.block.portfolio ul.thumbs li .title .title-inner {
		display: none;
	}
	.block.portfolio ul.thumbs li .title .title-hover-color {
		display: none;
	}
	.block.portfolio ul.thumbs li .share-block-toggle {
		width: 45px;
		font-size: 20px;
		line-height: 45px;
	}
	.block.portfolio ul.thumbs li .description {
		padding: 11px 0 0 0;
		text-align: left;
	}
}




.image.wrap-box .fancy {
	display: block;
	position: relative;
}
.image.wrap-box .fancy .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,83,112,0.8);
	display: none;
}
.image.wrap-box .fancy .overlay:before {
	content: '\e60d';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-family: 'Codeus';
	font-weight: normal;
	font-size: 52px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: transparent;
	text-align: center;
}

.image.wrap-box {margin-bottom: 20px;}
.gallery-three-columns .image.wrap-box {margin-bottom: 0;}
.gallery-four-columns .image.wrap-box {margin-bottom: 0;}
.image.wrap-box.right {margin-left: 25px; margin-right: 0; float: right;}
.image.wrap-box.left {margin-right: 25px; margin-left: 0; float: left;}
.image.wrap-box.below {display: inline-block; float: none;}

.twitter-box .jtwt_tweet:before {
	font-family: 'Codeus-Socials';
	content: '\e603'; 
	font-size: 26px;
	margin-left: -35px;
	position: relative;
	top: 2px;
	float: left;
}
.twitter-box .jtwt_tweet {
	padding: 0 0 0 35px;
	font-size: 82.3%;
	line-height: 1.471;
}
.twitter-box .jtwt_tweet +.jtwt_tweet {
	padding-top: 28px;
}

/* !!!!!!!!!!!!!!!!!!!! */
.team-element-email a {
	font-size: 15px;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	vertical-align: top;
}
.team-element-email a:before {
	position: relative;
	margin-left: -30px;
	content: '\e601';
	font-family: 'Codeus-Icons';
	display: inline-block;
	width: 30px;
	text-align: left;
	font-size: 140%;
	vertical-align: middle;
}
.team-element-email a:hover {
	text-decoration: none;
}
.team-element-position {
	font-size: 88.2%;
	line-height: 1.471;
}
.team-element-name {
	margin: 0 0 5px 0;
}
.team-element-image {
	width: 128px;
	height: 128px;
	margin: 35px auto 10px;
	padding: 11px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}
.team-element-image img {
	width: 128px;
	height: 128px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}
.team-element {
	display: inline-block;
	width: 228px;
	height: 308px;
	border: 1px solid transparent;
	text-align: center;
	text-align-last: center;
	margin: 0 0 28px 0;
	margin-right: 20px;
	vertical-align: top;
}
.team-list {
	position: relative;
	text-align: center;
	text-align-last: center;
	margin-right: -20px;
}
.team-list:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.team-list-wrapper h2 {
	margin-bottom: 20px;
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}








.lazy-enabled .lazy-loading {
	visibility: hidden;
}

div.clients {
	padding: 30px 0;
}
.clients ul.list {
	text-align: center;
/*	margin-bottom: -60px;*/
}
.clients ul.list {
	margin: 0 -10px 0 0;
}
.center .clients ul.list {
	margin: 0 -10px 0 0;
}
.clients ul.list li {
	text-align: center;
	vertical-align: top;
	margin: 0 10px 10px 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.clients ul.list li a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 270px;
	height: 200px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}
.clients ul.list li a:hover {
	background-color: transparent;
}
#center.fullwidth .clients ul.list li a {
	width: 285px;
}
.clients ul.list li a:hover {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.clients ul.list li a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.clients ul.list li a:hover span {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.block.clients {
	padding: 30px 0 50px 0;
	background-position: 50% 0;
	background-repeat: repeat;
}

.block.clients a:before{
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.block.clients a:hover:before{
	color: #006962
}

.block.clients h2 {
	margin-bottom: 20px;
	text-align: center;
}
.block.clients .set-description {
	text-align: center;
	margin-bottom: 40px;
}
.block.clients .carousel-wrapper {
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
}
.block.clients .carousel {
	margin: 0 auto;
	/*max-width: 1170px;*/
}
.block.clients ul.list {
	text-align: center;
}

.block.clients ul.list li {
	display: inline-block;
	padding: 0 0 0 0;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
	background: transparent;
	opacity: 1;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.block.clients ul.list li a {
	display: block;
	width: 212px;
	height: 86px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;

	text-decoration: none;
	position: relative;

	-moz-user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
	cursor: default;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	box-shadow: 0 5px 17px 0 rgba(0, 5, 49, 0.19);
	-webkit-box-shadow: 0 5px 17px 0 rgba(0, 5, 49, 0.19);
	-moz-box-shadow: 0 5px 17px 0 rgba(0, 5, 49, 0.19);
	-o-box-shadow: 0 5px 17px 0 rgba(0, 5, 49, 0.19);
}

.block.clients ul.list li a:hover{
	box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
    -webkit-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
    -moz-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
    -o-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
}

.block.clients ul.list li a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}


.clients ul.filter {
	padding-bottom: 28px;
	text-align: center;
}

.clients ul.filter li {
	display: inline-block;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	min-height: 30px;
}
.center .clients.medium ul.filter li {
	width: auto;
}
.clients ul.filter li a {
	display: block;
}
.clients ul.filter li.iconed a {
	padding-left: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 30px;
	min-height: 30px;
	position: relative;
}
.clients ul.filter li.active a {
	text-decoration: underline;
}
.clients ul.filter li .icon {
	background: none;
}
.clients ul.filter li a:hover .icon,
.clients ul.filter li.active a .icon {
	background: none;
}









.slideshow .nivo-directionNav a,
html * .ls-container .ls-nav-prev,
html * .ls-container .ls-nav-next,
.block.clients .prev,
.block.clients .next,
.block.portfolio .prev,
.block.portfolio .next {
	position: absolute;
	top: 0;
	overflow: hidden;
	font-size: 0;
	width: 40px;
	height: 100%;
	text-indent: 0px;
	background: none;
	text-decoration: none;
}
.block.portfolio .prev,
.block.portfolio .next {
	height: 270px;
}
html * .ls-container .ls-nav-prev,
html * .ls-container .ls-nav-next {
	height: 70px;
	top: 50%;
	margin-top: -35px;
}
html * .ls-container .ls-nav-prev,
html * .ls-container .ls-nav-next {
	display: block;
	z-index: 10;
}
.slideshow .nivo-directionNav a.nivo-nextNav:before,
.slideshow .nivo-directionNav a.nivo-prevNav:before,
html * .ls-container .ls-nav-prev:before,
html * .ls-container .ls-nav-next:before,
.block.clients .prev:before,
.block.clients .next:before,
.block.portfolio .prev:before,
.block.portfolio .next:before {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	font-family: 'Codeus';
	font-weight: normal;
	text-align: left;
	text-indent: 0;
	font-size: 39px;
	line-height: 68px;
	width: 30px;
	margin-top: -35px;
	text-align: center;
	color: #e0e0e0;
}
.slideshow .nivo-directionNav a.nivo-nextNav:before,
.slideshow .nivo-directionNav a.nivo-prevNav:before,
html * .slideshow .ls-container .ls-nav-prev:before,
html * .slideshow .ls-container .ls-nav-next:before {
	border-color: transparent;
	color: transparent;
}
.slideshow .nivo-directionNav a.nivo-prevNav:before,
html * .ls-container .ls-nav-prev:before,
.block.clients .prev:before,
.block.portfolio .prev:before {
	content: '\e604';
	text-indent: -10px;
}
.slideshow .nivo-directionNav a.nivo-nextNav:before,
html * .ls-container .ls-nav-next:before,
.block.clients .next:before,
.block.portfolio .next:before {
	content: '\e605';
}
html * .ls-container .ls-nav-prev {
	left: 0;
}
html * .ls-container .ls-nav-next {
	right: 0;
}
.slideshow .nivo-directionNav a.nivo-prevNav,
html * .slideshow .ls-container .ls-nav-prev {
	left: 50px;
}
.slideshow .nivo-directionNav a.nivo-nextNav,
html * .slideshow .ls-container .ls-nav-next {
	right: 50px;
}
.block.clients .prev {
	left: -47px;
}
.block.clients .next {
	right: -47px;
}
.block.portfolio .prev {
	left: -47px;
}
.block.portfolio .next {
	right: -47px;
}
@media only screen and (max-width:799px) {
	.block.clients .carousel-wrapper,
	.block.portfolio .carousel-wrapper {
		margin-right: 60px;
		margin-left: 60px;
	}
	.slideshow .nivo-directionNav a,
	html * .slideshow .ls-nav-prev,
	html * .slideshow .ls-nav-next, 
	.block.clients .prev,
	.block.clients .next,
	.block.portfolio .prev,
	.block.portfolio .next {
		position: absolute;
		top: 0;
		overflow: hidden;
		font-size: 0;
		width: 30px;
		height: 100%;
		text-indent: 30px;
		background: none;
		text-decoration: none;
	}
	.block.portfolio .prev,
	.block.portfolio .next {
		height: 270px;
	}
	html * .slideshow .ls-nav-prev,
	html * .slideshow .ls-nav-next {
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
	.slideshow .nivo-directionNav a.nivo-nextNav:before,
	.slideshow .nivo-directionNav a.nivo-prevNav:before,
	html * .slideshow .ls-nav-prev:before,
	html * .slideshow .ls-nav-next:before,
	.block.clients .prev:before,
	.block.clients .next:before,
	.block.portfolio .prev:before,
	.block.portfolio .next:before {
		position: absolute;
		left: 0;
		top: 50%;
		font-family: 'Codeus';
		font-weight: normal;
		text-align: left;
		text-indent: 0;
		font-size: 16px;
		line-height: 28px;
		width: 28px;
		margin-top: -15px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15x;
		text-align: center;
	}
	.slideshow .nivo-directionNav a.nivo-nextNav:before,
	.slideshow .nivo-directionNav a.nivo-prevNav:before,
	html * .slideshow .ls-nav-prev:before,
	html * .slideshow .ls-nav-next:before {
		border-color: transparent;
		color: transparent;
	}
	.slideshow .nivo-directionNav a.nivo-prevNav:before,
	html * .slideshow .ls-nav-prev:before,
	.block.clients .prev:before,
	.block.portfolio .prev:before {
		content: '\e602';
	}
	.slideshow .nivo-directionNav a.nivo-nextNav:before,
	html * .slideshow .ls-nav-next:before,
	.block.clients .next:before,
	.block.portfolio .next:before {
		content: '\e603';
		text-indent: 6px;
	}
	.slideshow .nivo-directionNav a.nivo-prevNav,
	html * .slideshow .ls-nav-prev {
		left: 15px;
	}
	.slideshow .nivo-directionNav a.nivo-nextNav,
	html * .slideshow .ls-nav-next {
		right: 15px;
	}
	.block.clients .prev {
		left: -45px;
	}
	.block.clients .next {
		right: -45px;
	}
	.block.portfolio .prev {
		left: -45px;
	}
	.block.portfolio .next {
		right: -45px;
	}
}




@media only screen and (max-width:799px) {

	#header #site-navigation .menu-toggle {
		display: block;
	}
	#header #site-navigation {
		position: absolute;
		padding: 0;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
		-webkit-perspective-origin: 50% 200%;
		-moz-perspective-origin: 50% 200%;
		perspective-origin: 50% 200%;
		right: 20px;
		top: 50%;
		margin-top: -20px;
		z-index: 100;
		width: 100%;
		max-width: 280px;
	}
	#header #site-navigation .menu-toggle {
		border: none;
		float: right;
		width: 64px;
		height: 40px;
		text-indent: -900em;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		outline: none;
	}
	#header #site-navigation .menu-toggle:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #75889c;
		top: 6px;
		left: 0;
		box-shadow: 
			0 9px 0 #75889c,
			0 18px 0 #75889c,
			0 27px 0 #75889c;
	}

	#header #site-navigation ul {
		padding: 0;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	#header #site-navigation li {
		position: relative;
		display: block;
	    z-index: 100;
	}

	#header #site-navigation li a,
	#header #site-navigation .dl-menu li.menu-item-cart > a {
		display: block;
		padding: 0 15px;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 7px 25px;
		position: relative;
		outline: none;
		text-decoration: none;
	}

	#header #site-navigation li a:hover {
		text-decoration: none;
	}

	.no-touch #header #site-navigation li a:hover {
	}

	#header #site-navigation li.dl-back > a {
		text-align: right;
	}

	#header #site-navigation li.dl-back > a:before {
		position: absolute;
		left: 5px;
		font-family: 'Codeus';
		font-size: 11px;
		content: '\e602';
	}

	#header #site-navigation li.menu-parent-item > a:before,
	#header #site-navigation li.dl-parent a:before {
		position: absolute;
		right: 15px;
		font-family: 'Codeus';
		font-size: 11px;
		content: '\e60f';
	}

	#header #site-navigation .dl-menu {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 100;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-shadow: 0 0 3px 0 #aaa;
		-moz-box-shadow: 0 0 3px 0 #aaa;
		-webkit-box-shadow: 0 0 3px 0 #aaa;
	}

	#header #site-navigation .dl-menu.dl-menu-toggle {
		transition: all 0.3s ease;
	}

	#header #site-navigation .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	/* Hide the inner submenus */
	#header #site-navigation li .dl-submenu {
		display: none;
	}

	/* 
	When a submenu is openend, we will hide all li siblings.
	For that we give a class to the parent menu called "dl-subview".
	We also hide the submenu link. 
	The opened submenu will get the class "dl-subviewopen".
	All this is done for any sub-level being entered.
	*/
	#header #site-navigation .dl-menu.dl-subview li,
	#header #site-navigation .dl-menu.dl-subview li.dl-subviewopen > a,
	#header #site-navigation .dl-menu.dl-subview li.dl-subview > a {
		display: none;
	}

	#header #site-navigation .dl-menu.dl-subview li.dl-subview,
	#header #site-navigation .dl-menu.dl-subview li.dl-subview .dl-submenu,
	#header #site-navigation .dl-menu.dl-subview li.dl-subviewopen,
	#header #site-navigation .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
	#header #site-navigation .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
		display: block;
	}

	/* Dynamically added submenu outside of the menu context */
	#header #site-navigation > .dl-submenu {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 100;
		width: 100%;
		margin: 0;
	}

	#header #site-navigation .dl-submenu,
	#header #site-navigation .dl-submenu li,
	#header #site-navigation .dl-submenu li a {
	        background-image: url(../images/x.gif);
	}


}

/* Animation classes for moving out and in */

	#header #site-navigation .dl-menu.dl-animate-out-1 {
		-webkit-animation: MenuAnimOut1 0.4s;
		-moz-animation: MenuAnimOut1 0.4s;
		animation: MenuAnimOut1 0.4s;
	}
	@-webkit-keyframes MenuAnimOut1 {
		50% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-webkit-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	@-moz-keyframes MenuAnimOut1 {
		50% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-moz-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	@keyframes MenuAnimOut1 {
		50% {
			transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	#header #site-navigation .dl-menu.dl-animate-in-1 {
		-webkit-animation: MenuAnimIn1 0.3s;
		-moz-animation: MenuAnimIn1 0.3s;
		animation: MenuAnimIn1 0.3s;
	}
	@-webkit-keyframes MenuAnimIn1 {
		0% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-webkit-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	@-moz-keyframes MenuAnimIn1 {
		0% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-moz-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	@keyframes MenuAnimIn1 {
		0% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	#header #site-navigation.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
		-webkit-animation: SubMenuAnimIn1 0.4s ease;
		-moz-animation: SubMenuAnimIn1 0.4s ease;
		animation: SubMenuAnimIn1 0.4s ease;
	}
	@-webkit-keyframes SubMenuAnimIn1 {
		0% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	@-moz-keyframes SubMenuAnimIn1 {
		0% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateX(0px);
			opacity: 1;
		}
	}
	@keyframes SubMenuAnimIn1 {
		0% {
			transform: translateX(50%);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	#header #site-navigation.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
		-webkit-animation: SubMenuAnimOut1 0.4s ease;
		-moz-animation: SubMenuAnimOut1 0.4s ease;
		animation: SubMenuAnimOut1 0.4s ease;
	}
	@-webkit-keyframes SubMenuAnimOut1 {
		0% {
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
	}
	@-moz-keyframes SubMenuAnimOut1 {
		0% {
			-moz-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
	}
	@keyframes SubMenuAnimOut1 {
		0% {
			transform: translateX(0%);
			opacity: 1;
		}
		100% {
			transform: translateX(50%);
			opacity: 0;
		}
	}

/* !!!!!!!!!!!!!!!!!!!! */
.skill-element {
	margin: 0 0 15px 0;
}
.skill-header {
	margin: 0 0 5px 0;
}
.skill-title {
	font-size: 88.2%;
	line-height: 1.471;
	float: left;
}
.skill-amount {
	float: right;
}
.skill-line {
	height: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.skill-line div {
	display: inline-block;
	height: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.diagram-summary {
	font-size: 88.2%;
	line-height: 1.471;
	margin: 0 0 0.766667em 0;
}
.diagram-summary-text {
	margin: 0 0 0.766667em 0;
}
.diagram-circle {
	text-align: center;
}
.diagram-circle {
	position: relative;
}
.diagram-circle .box-wrapper {
	max-width: 550px;
	position: relative;
	text-align: left;
}
.tab_wrapper .diagram-circle .box-wrapper {
	margin: 0 auto;
}
.diagram-circle .box {
	position: relative;
	
}
.diagram-circle .skills {
	display: none;
}
/* !!!!!!!!!!!!!!!!!!!! */
.diagram-circle .text {
	font-size: 88.2%;
	line-height: 1.471;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.diagram-circle .text div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.diagram-circle .text div span {
	display: block;
	text-align: center;
	padding: 0 0 0 5px;
	margin: 0;
}
.diagram-item {
	padding: 0 0 20px;
}
.widget .diagram-circle .text div, 
.widget .diagram-circle .text div span.title {
	font-size: inherit;
}
.diagram-legend {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	text-align: left;
}
.diagram-legend .legend-element {
	margin: 0 0 26px 0;
}
.diagram-legend .legend-element .color {
	display: block;
	float: left;
}
.diagram-legend .legend-element .title {
	display: block;
	margin: 0 0 0 46px;
}

/* WPML */

#footer_sidebar {
	float: left;
}
#footer_sidebar .widget-title {
	display: none;
}
#footer_sidebar #lang_sel {
	height: auto;
	vertical-align: top;
}
#footer_sidebar #icl_lang_sel_widget {
	margin-right: 10px;
}
#bottom-line #lang_sel ul ul {
	top: auto;
	bottom: 100%;
	height: auto;
	width: auto;
	border: 0 none;
	background: transparent;
}
#bottom-line #lang_sel li {
	width: auto;
	float: none;
	display: block;
}
#bottom-line #lang_sel a.lang_sel_sel,
#bottom-line #lang_sel ul ul a {
	width: 70px;
	font-size: 0;
	border: 0 none;
	background: transparent;
	text-align: center;
	padding: 0;
}
#bottom-line #lang_sel ul ul {
	padding-bottom: 15px !important;
}
#bottom-line #lang_sel ul ul a {
	line-height: 40px;
}
#bottom-line #lang_sel a.lang_sel_sel {
	line-height: inherit;
}
#bottom-line  #lang_sel img.iclflag {
	width: auto !important;
	height: auto !important;
	vertical-align: middle;
	margin: 0;
}
#bottom-line #lang_sel ul ul a:hover {
	background: transparent;
}

#header #site-navigation .dl-menu li.menu-item-language {
	width: auto;
}

#header #site-navigation .main_menu li.menu-item-language {
	width: 50px;
}

#header #site-navigation li.menu-item-language a {
	text-align: center;
	padding: 0;
}
@media only screen and (max-width:799px) {
	#header #site-navigation li.menu-item-language a {
		text-align: left;
		padding: 7px 25px;
	}
}
#header #site-navigation li.menu-item-language a img {
	vertical-align: middle;
	margin: 0;
	width: auto !important;
	height: auto !important;
}
#header #site-navigation ul ul.submenu-languages {
	width: 70px;
	margin-left: -10px;
}
#header #site-navigation ul.submenu-languages.dl-submenu {
	width: 280px;
}
#header #site-navigation ul ul.submenu-languages li a {
	line-height: 40px;
	padding: 0;
}
#header #site-navigation ul.main_menu ul.submenu-languages li {
	width: auto;
}

/* Pricing table */

.pricing-table {
	margin: 0 0 0 1px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;    
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.pricing-table .pricing-column {
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 100px;
	text-align: center;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.pricing-table .pricing-column.highlighted {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
	z-index: 2;
}

/* Pricing table title row */

.pricing-table .pricing-column .pricing-title-wrapper {
	position: relative;
}

.pricing-table .pricing-column .pricing-title {
	font-size: 30px;
	padding: 22px 0 18px 0;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}

.pricing-table .pricing-column.highlighted .pricing-title {
	padding: 29px 0 16px 0;
}

.pricing-table .pricing-column.highlighted .pricing-title-wrapper:before {
	box-sizing: border-box;
	border-style: solid;
	border-color: transparent;
	border-width: 62px;
	content: "";
	display: block;
	position: absolute;
	width: 0;
	right: 0;
	top: 0;
	border-right-width: 0;
}

.pricing-table.style-1 .pricing-column.highlighted .pricing-title-wrapper:before {
	border-top-color: #98e794;
}

.pricing-table.style-2 .pricing-column.highlighted .pricing-title-wrapper:before {
	border-top-color: #f7b54d;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-title-wrapper:before {
	border-top-color: #7c4e6e;
}

.pricing-table .pricing-column.highlighted .pricing-title-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	font-family: 'Codeus-Woocommerce';
	font-weight: normal;
	font-size: 18px;
	content: '\e602';
}

.pricing-table.style-1 .pricing-column.highlighted .pricing-title-wrapper:after {
	color: #ffffff;
}

.pricing-table.style-2 .pricing-column.highlighted .pricing-title-wrapper:after {
	color: #fbf792;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-title-wrapper:after {
	color: #ffb7b7;
}

.pricing-table .pricing-column .pricing-title span.subtitle {
	display: block;
	font-size: 17px;
	text-transform: none;
}

/* Pricing table title row */

.pricing-table.style-1 .pricing-column .pricing-title-wrapper {
	color: #48afdb;
	background: #ffffff;
}

.pricing-table.style-1 .pricing-column.highlighted .pricing-title-wrapper {
	color: #ffffff;
	background: #58cdcc;
}

.pricing-table.style-1 .pricing-column .pricing-title span.subtitle {
	color: #3b3e4f;
}

.pricing-table.style-2 .pricing-column .pricing-title-wrapper {
	color: #b73b62;
	background: #ffffff;
}

.pricing-table.style-2 .pricing-column.highlighted .pricing-title-wrapper {
	color: #ffffff;
	background: url(images/pricing_table_style_2_back.png) center top no-repeat;
}

.pricing-table.style-2 .pricing-column .pricing-title span.subtitle {
	color: #feb7b7;
}

.pricing-table.style-3 .pricing-column .pricing-title-wrapper {
	color: #ba5c7a;
	background: #dce2e6;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-title-wrapper {
	color: #ffffff;
	background: url(images/pricing_table_style_3_back.jpg) center top no-repeat;
}

.pricing-table.style-3 .pricing-column .pricing-title span.subtitle {
	color: #feb7b7;
}

/* Pricing table price row */

.pricing-table .pricing-column .pricing-price {
	font-size: 72px;
	line-height: 1.2;
	padding: 22px 0 26px;
}

.pricing-table .pricing-column .pricing-price span.time {
	display: block;
	font-size: 17px;
	color: #75889c;
}

.pricing-table.style-1 .pricing-column .pricing-price {
	color: #a9aa5c;
	background: #f0f4f7;
}

.pricing-table.style-2 .pricing-column .pricing-price {
	color: #e0426d;
	background: #fff8ed;
}

.pricing-table.style-3 .pricing-column .pricing-price {
	color: #6a5380;
	background: #edf1f2;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-price {
	background: #ffffff;
}

/* Pricing table row */

.pricing-table .pricing-column .pricing-row {
	font-size: 17px;
	line-height: 1.2;
	color: #3b3e4f;
	padding: 11px 0 11px;
}

.pricing-table.style-1 .pricing-column .pricing-row {
	background: #ffffff;
}

.pricing-table.style-1 .pricing-column .pricing-row:nth-child(even) {
	background: #f7f9fb;
}

.pricing-table.style-2 .pricing-column .pricing-row {
	background: #ffffff;
}

.pricing-table.style-3 .pricing-column .pricing-row {
	background: #dce2e6;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-row {
	background: #edf1f2;
}

.pricing-table .pricing-column .pricing-row.strike {
	color: #9eabb6;
	text-decoration: line-through;
}

/* Pricing table footer row */

.pricing-table .pricing-column .pricing-footer {
	font-size: 17px;
	line-height: 1.2;
	color: #3b3e4f;
	padding: 31px 0 30px 0;
}

.pricing-table .pricing-column.highlighted .pricing-footer {
	padding: 43px 0 44px 0;
}

.pricing-table.style-1 .pricing-column .pricing-footer {
	background: #ffffff;
}

.pricing-table.style-2 .pricing-column .pricing-footer {
	background: #ffffff;
}

.pricing-table.style-3 .pricing-column .pricing-footer {
	background: #dce2e6;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-footer {
	background: #edf1f2;
}

.pricing-table .pricing-column .pricing-footer a {
	margin: 0;
}

.pricing-table.button-icon-cart .pricing-column .pricing-footer a:before {
	font-family: 'Codeus-Woocommerce';
	font-weight: normal;
	font-size: 25px;
	line-height: 10px;
	content: '\e605';
	font-style: normal;
	vertical-align: bottom;
	margin-right: 10px;
	border: none;
	width: auto;
	height: auto;
	text-indent: 0;
	margin-top: -6px;
}

.pricing-table.button-icon-none .pricing-column .pricing-footer a{
	padding-left: 20px;
}

.pricing-table.button-icon-none .pricing-column .pricing-footer a:before {
	content: '';
	display: none;
}

.pricing-table.style-1 .pricing-column .pricing-footer a {
	background: #48afdb;
}

.pricing-table.style-1 .pricing-column.highlighted .pricing-footer a {
	background: #54bebd;
}

.pricing-table.style-2 .pricing-column .pricing-footer a {
	background: #efa57f;
}

.pricing-table.style-2 .pricing-column.highlighted .pricing-footer a {
	background: #b73b62;
}

.pricing-table.style-3 .pricing-column .pricing-footer a {
	background: #564566;
}

.pricing-table.style-3 .pricing-column.highlighted .pricing-footer a {
	background: #7c4e6e;
}

/* Pricing table shadow */

.pricing-table .pricing-column {
}

.pricing-table.style-1 .pricing-column .pricing-title, .pricing-table.style-1 .pricing-column .pricing-price, .pricing-table.style-1 .pricing-column .pricing-row, .pricing-table.style-1 .pricing-column .pricing-footer {
	border: 1px solid #d6dde3;
	margin: -1px 0 0 -1px;
}

.pricing-table .pricing-column .pricing-title {
	margin-top: 0;
}

.pricing-table.style-2 .pricing-column .pricing-title, .pricing-table.style-2 .pricing-column .pricing-price, .pricing-table.style-2 .pricing-column .pricing-row, .pricing-table.style-2 .pricing-column .pricing-footer {
	border: 1px solid #b299a5;
	margin: -1px 0 0 -1px;
}

.pricing-table.style-3 .pricing-column .pricing-title, .pricing-table.style-3 .pricing-column .pricing-price, .pricing-table.style-3 .pricing-column .pricing-row, .pricing-table.style-3 .pricing-column .pricing-footer {
	border: 1px solid #ffffff;
	margin: -1px 0 0 -1px;
}







/*  ADDITIONAL PORTFOLIO FILTER STYLES */
.portolio-filter-wrapper {
	position: relative;
	z-index: 10;
	padding: 0 15px;
	margin-bottom: 45px;
}
.portolio-filter-wrapper .menu-toggle {
	border: none;
	float: right;
	width: 64px;
	height: 40px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	display: none;
}
.portolio-filter-wrapper .menu-toggle:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #75889c;
	top: 6px;
	left: 0;
	box-shadow: 
		0 9px 0 #75889c,
		0 18px 0 #75889c,
		0 27px 0 #75889c;
}

.portolio-filter-wrapper .dl-menu {
	display: none;
}

.portfolio .portolio-filter-wrapper ul.filter {
	margin-bottom: 0;
}

.portfolio ul.filter li.mix-filter {
	position: relative;
	z-index: 10;
}
.portfolio ul.filter li.mix-filter li.dl-back {
	display: none;
}
.portfolio ul.filter li.mix-filter > a {
	padding-bottom: 7px;
}
.portfolio ul.filter li.mix-filter ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0 0 3px 0 #aaa;
	-moz-box-shadow: 0 0 3px 0 #aaa;
	-webkit-box-shadow: 0 0 3px 0 #aaa;
	padding: 0;
}
.portfolio ul.filter li.mix-filter ul.horizontalFlip {
	left: auto;
	right: 0;
}
.portfolio ul.filter li.mix-filter:hover > ul,
.portfolio ul.filter li.mix-filter.hover > ul {
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
@keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
.portfolio ul.filter li.mix-filter li {
	display: block;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.portfolio ul.filter li.mix-filter li > a {
	position: relative;
	white-space: normal;
	padding: 7px 60px 7px 15px;
	text-decoration: none;
}
.portfolio ul.filter li.mix-filter li.iconed > a {
	padding-left: 49px;
}
.portfolio ul.filter li.mix-filter li a .icon {
	left: 15px;
	line-height: inherit;
}
.portfolio ul.filter li.mix-filter li.filter-parent-item > a:before {
	position: absolute;
	right: 15px;
	font-family: 'Codeus';
	font-size: 11px;
	content: '\e60f';
}
.portfolio ul.filter li.mix-filter li ul,
.portfolio ul.filter li.mix-filter li ul ul {
	left: 100%;
	top: 0;
}
.portfolio ul.filter li.mix-filter li:hover > ul,
.portfolio ul.filter li.mix-filter li.hover > ul {
	display: block;
	animation: menuLevel3Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel3Show 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel3Show { 
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
@keyframes menuLevel3Show {
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
.portfolio ul.filter li.mix-filter li ul.horizontalFlip {
	left: auto;
	right: 100%;
}
.portfolio ul.filter li.mix-filter ul li:hover > ul.horizontalFlip,
.portfolio ul.filter li.mix-filter ul li.hover > ul.horizontalFlip {
	display: block;
	animation: menuLevel3FlipShow 0.3s ease-out forwards;
	-webkit-animation: menuLevel3FlipShow 0.3s ease-out forwards;
}
@-webkit-keyframes menuLevel3FlipShow { 
	0% { opacity: 0; margin-right: 30px;margin-top: 0;}
	10% { opacity: 0; margin-right: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-right: 0px;margin-top: 0;}
}
@keyframes menuLevel3FlipShow {
	0% { opacity: 0; margin-right: 30px;margin-top: 0;}
	10% { opacity: 0; margin-right: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-right: 0px;margin-top: 0;}
}

@media only screen and (max-width:768px) {
	.portolio-filter-wrapper .menu-toggle {
		display: block;
	}

	.portfolio ul.filter {
		display: none;
	}

	.portfolio .portolio-filter-wrapper ul.dl-menu li,
	.portfolio .portolio-filter-wrapper ul.dl-submenu li {
		position: relative;
	    z-index: 100;
	    padding: 0;
	    width: auto;
	}

	.portfolio ul.dl-menu li a,
	.portfolio ul.dl-submenu li a {
		display: block;
	}

	.portfolio ul.dl-menu li > a,
	.portfolio ul.dl-submenu li > a {
		position: relative;
		white-space: normal;
		padding: 7px 25px 7px 25px;
		text-decoration: none;
	}

	.portfolio ul.dl-menu li.iconed > a,
	.portfolio ul.dl-submenu li.iconed > a {
		padding-left: 49px;
	}

	.portfolio ul.dl-menu li a .icon,
	.portfolio ul.dl-submenu li a .icon {
		left: 15px;
		line-height: inherit;
	}

	.portfolio ul.dl-menu li a:hover,
	.portfolio ul.dl-submenu li a:hover {
		text-decoration: none;
	}

	.portfolio ul.dl-menu li li.dl-back > a,
	.portfolio ul.dl-submenu li li.dl-back > a,
	.portfolio ul.dl-submenu li.dl-back > a {
		text-align: right;
	}

	.portfolio ul.dl-menu li li.dl-back > a:before,
	.portfolio ul.dl-submenu li li.dl-back > a:before,
	.portfolio ul.dl-submenu li.dl-back > a:before {
		position: absolute;
		left: 5px;
		font-family: 'Codeus';
		font-size: 11px;
		content: '\e602';
	}

	.portfolio ul.dl-menu li li.filter-parent-item > a:before,
	.portfolio ul.dl-submenu li.filter-parent-item > a:before {
		position: absolute;
		right: 15px;
		font-family: 'Codeus';
		font-size: 11px;
		content: '\e60f';
	}

	.portfolio .portolio-filter-wrapper .dl-menu {
		display: block;
		position: absolute;
		right: 15px;
		top: 100%;
		z-index: 100;
		width: 280px;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-shadow: 0 0 3px 0 #aaa;
		-moz-box-shadow: 0 0 3px 0 #aaa;
		-webkit-box-shadow: 0 0 3px 0 #aaa;
		text-align: left;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.portfolio .portolio-filter-wrapper ul.dl-menu ul {
		padding: 0;
		margin: 0;
	}

	.portolio-filter-wrapper .dl-menu.dl-menu-toggle {
		transition: all 0.3s ease;
	}

	.portfolio ul.dl-menu li li.dl-back {
	}

	.portolio-filter-wrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	/* Hide the inner submenus */
	.portolio-filter-wrapper li .dl-submenu {
		display: none;
	}

	/* 
	When a submenu is openend, we will hide all li siblings.
	For that we give a class to the parent menu called "dl-subview".
	We also hide the submenu link. 
	The opened submenu will get the class "dl-subviewopen".
	All this is done for any sub-level being entered.
	*/
	.portolio-filter-wrapper .dl-menu.dl-subview li,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subviewopen > a,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subview > a {
		display: none;
	}

	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subview,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subviewopen,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
	.portolio-filter-wrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
		display: block;
	}

	/* Dynamically added submenu outside of the menu context */
	.portolio-filter-wrapper > .dl-submenu {
		display: block;
		position: absolute;
		right: 15px;
		top: 100%;
		z-index: 100;
		width: 280px;
		margin: 0;
		list-style: none;
		padding: 0;
		margin: 0;
		box-shadow: 0 0 3px 0 #aaa;
		-moz-box-shadow: 0 0 3px 0 #aaa;
		-webkit-box-shadow: 0 0 3px 0 #aaa;
	}

	/* Animation classes for moving out and in */

	.portolio-filter-wrapper .dl-menu.dl-animate-out-1 {
		-webkit-animation: MenuAnimOut1 0.4s;
		-moz-animation: MenuAnimOut1 0.4s;
		animation: MenuAnimOut1 0.4s;
	}
	@-webkit-keyframes MenuAnimOut1 {
		50% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-webkit-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	@-moz-keyframes MenuAnimOut1 {
		50% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-moz-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	@keyframes MenuAnimOut1 {
		50% {
			transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	.portolio-filter-wrapper .dl-menu.dl-animate-in-1 {
		-webkit-animation: MenuAnimIn1 0.3s;
		-moz-animation: MenuAnimIn1 0.3s;
		animation: MenuAnimIn1 0.3s;
	}
	@-webkit-keyframes MenuAnimIn1 {
		0% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-webkit-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	@-moz-keyframes MenuAnimIn1 {
		0% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-moz-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	@keyframes MenuAnimIn1 {
		0% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	.portolio-filter-wrapper > .dl-submenu.dl-animate-in-1 {
		-webkit-animation: SubMenuAnimIn1 0.4s ease;
		-moz-animation: SubMenuAnimIn1 0.4s ease;
		animation: SubMenuAnimIn1 0.4s ease;
	}
	@-webkit-keyframes SubMenuAnimIn1 {
		0% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	@-moz-keyframes SubMenuAnimIn1 {
		0% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateX(0px);
			opacity: 1;
		}
	}
	@keyframes SubMenuAnimIn1 {
		0% {
			transform: translateX(50%);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	.portolio-filter-wrapper > .dl-submenu.dl-animate-out-1 {
		-webkit-animation: SubMenuAnimOut1 0.4s ease;
		-moz-animation: SubMenuAnimOut1 0.4s ease;
		animation: SubMenuAnimOut1 0.4s ease;
	}
	@-webkit-keyframes SubMenuAnimOut1 {
		0% {
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
	}
	@-moz-keyframes SubMenuAnimOut1 {
		0% {
			-moz-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
	}
	@keyframes SubMenuAnimOut1 {
		0% {
			transform: translateX(0%);
			opacity: 1;
		}
		100% {
			transform: translateX(50%);
			opacity: 0;
		}
	}
}




/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/



.cont_banner{
	background-color: #1e718a;
	overflow: hidden;
	position: relative;
}

.tp-bgimg{
	position: relative;
}

.tp-bgimg:before{
	content: "";
	width: 100%;
	height: 131px;
	background: url(images/curva_slider.png) no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
}

rs-slides:before{
    content: "";
	width: 100%;
	height: 131px;
	background: url('images/curva_slider.png') no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
}


/*.tp-bullet{
	background-color: transparent;
}*/



/* buscador home */


.buscador_home{
	width: 616px;
	margin: -110px auto 0 auto;
	position: relative;
    z-index: 10;
}

.buscador_home .central-wrapper{
	width: auto;
}

.buscador_home form{
	width: auto;
	height: 96px;
	display: flex;
	align-items: center;
	margin: 0 auto 0 auto;
	padding: 0 40px 0 40px;
	background-color: #12538d;

	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;

     box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
    -moz-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
    -o-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
}

.buscador_home form input {
    height: 52px!important;
    margin: 0 0 0 0!important;
    padding-left: 30px;
    border: none!important;
    color: #003f90!important;
    font-size: 18px!important;
    font-family: 'carnas_medium'!important;

    box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
    -o-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;
}

.buscador_home form#searchform div{
	width: 100%;
	position: relative;
}

.buscador_home ::-webkit-input-placeholder {
    color: #003f90;
    font-family: 'carnas_medium';
}

.buscador_home :-moz-placeholder {
    color: #003f90;
    font-family: 'carnas_medium';
}

.buscador_home ::-moz-placeholder {
    color: #003f90;
    font-family: 'carnas_medium';
}

.buscador_home :-ms-input-placeholder {
    color: #003f90;
    font-family: 'carnas_medium';
}

.search #main {
    padding: 85px 0 0;
}

.search .woocommerce-info{
	text-align: center;
}

.search.search-no-results form#searchform{
	float: initial;
	margin: 50px auto 30px auto!important;
}






#header .central-wrapper{
	text-align: left;
	position: relative;
}

#header .logo{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0px;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#header #site-navigation{
	float: right;
	margin: 64px 0 0 0;
	position: relative;
}

.home #header #site-navigation{
	float: initial;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 0px 60px;
}

#header #site-navigation ul.main_menu li{
	padding: 0;
	margin: 0 1px 0 1px
}

#header #site-navigation ul.main_menu li a{
	padding: 15px 17px 15px 17px;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	font-family: 'carnas_medium';
	position: relative;
	letter-spacing: 0.5px;
}

#header #site-navigation ul.main_menu li a:after{
	content: "";
	display: inline-block;
	width: 0%;
	height: 26px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 18%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#header #site-navigation ul.main_menu li a:hover:after,
#header #site-navigation ul.main_menu .current-menu-item a:after,
#header #site-navigation ul.main_menu .current-menu-parent a:after{
	width: 70%;
}

.block.content{
	text-align: center;
}



/* WIDGETS */



#homepage-block-1{
	padding: 0px 0 0;
}

#homepage-block-1 h1{
	display: none;
}

.quickfinder {
	margin: 0 0 0 0;
	padding: 90px 0 90px 0;
}

.quickfinder ul {
	text-align: center;
	margin: 0 0 0 0;
}

.quickfinder ul li {
	display: inline-block;
	width: 25%;
	margin: 0 0 0 0;
	padding: 10px 0 15px 0;
	vertical-align: top;
	background-color: transparent;
	position: relative;
}

.quickfinder ul li:before{
	content: "";
	width: 2px;
	height: 100%;
	background-color: #cfdbea;
	position: absolute;
	top: 0px;
	right: 0px
}

.quickfinder ul li:last-child:before{
	display: none;
}

.quickfinder ul li a{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	font-size: 16px;
	color: #003f90;
	font-family: 'carnas_bold';
}

.quickfinder ul li a:before{
	content: "";
	width: 0%;
	height: 0%;
    background-color: #e5eaf8;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.quickfinder ul li a:hover:before{
	width: 80%;
	height: 175px;
	top: -5%;
}

.quickfinder ul li:nth-child(1) a img{
	-webkit-animation: scale-up-center 500ms infinite alternate both;
	        animation: scale-up-center 500ms infinite alternate both;
}

.quickfinder ul li:nth-child(2) a img{
	-webkit-animation: scale-up-center 600ms infinite alternate both;
	        animation: scale-up-center 600ms infinite alternate both;
}

.quickfinder ul li:nth-child(3) a img{
	-webkit-animation: scale-up-center 500ms infinite alternate both;
	        animation: scale-up-center 500ms infinite alternate both;
}

.quickfinder ul li:nth-child(4) a img{
	-webkit-animation: scale-up-center 600ms infinite alternate both;
	        animation: scale-up-center 600ms infinite alternate both;
}


@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




.quickfinder ul li span {
	display: block;
}

.quickfinder ul li .image {
	position: relative;
	width: 100%;
	height: 70px;
	margin: 0 0 10px 0;
	overflow: hidden;
	z-index: 1;
}


.quickfinder ul li .title {
	width: 240px;
	text-transform: uppercase;
	margin: 0 auto;
}




/*SERVICIOS*/



.block.content h1,
.bar-title{
	margin: 0 0 45px 0;
	padding: 0 0 20px 0;
	font-size: 35px;
	line-height: 45px;
	color: #003f90;
	background: url(images/subradado_titulos.png) no-repeat center bottom;
}

#homepage-block-2{
	padding: 90px 0 100px 0;
	margin: 30px 0 0 0;
	position: relative;
	background: #e5eaf8 url(images/img_servicios.png) no-repeat top center;
}

#homepage-block-2:before{
	content: "";
	width: 100%;
	height: 54px;
	background: url(images/svc_top.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#homepage-block-2:after{
	content: "";
	display: block!important;
	width: 100%;
	height: 38px;
	background: url(images/svc_bottom.png) no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	visibility: visible!important;
}

.list_svc{
	text-align: center;
}

.list_svc li{
	width: 48%;
	margin: 40px 12px 50px 12px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.list_svc li a{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	height: 180px;
	background-color: #fff;
	position: relative;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-khtml-border-radius: 40px;

 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;


	box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

.cont_svc{
	width: 100%;
	margin-bottom: -20px;
	padding: 0 50px 0 312px;
}

.list_svc li a .img_svc{
	width: 281px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: -35px;
	left: 15px;
}

.list_svc li a h2{
	margin: 0px 0 10px 0;
    padding: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    font-family: 'carnas_medium';
}

.list_svc li a:hover{
	background-color: #12538d;
	color: #fff;
}

.list_svc li a:hover h2{
	color: #fff;
}



/* texto empresa */




#homepage-block-3{
	margin: 0 0 0 0;
	padding: 70px 0 100px 0;
	background: url(images/mapamundo_centro.png) no-repeat center center;
}

#homepage-block-3 .central-wrapper{
	width: 580px;
}

#homepage-block-3 a.button{
	margin-top: 30px;
}



/*PRODUCTOS*/



.woocommerce .page-title-block{
	height: 390px;
	background-image: url(images/productos.jpg)!important;
}

.woocommerce .page-title-block-content h1{
	margin: 0 0 0 0;
	font-size: 44px;
	text-align: center;
	background-image: none;
}

.woocommerce #footer:before{
	top: -1px;
    background: url(images/border_footer_svc.png) no-repeat top;
}

.top_productos{
	width: 710px;
	text-align: center;
}

.top_productos p{
    margin: 15px 0 110px 0px!important;
    padding: 0 0 28px 0;
    font-size: 25px;
    line-height: 38px;
    font-family: 'carnas_medium';
    background: url(images/sub_interiores.png) no-repeat center bottom;
}

.cont_listado_productos{
	background: #e5eaf8;
}

.cont_listado_productos .central-wrapper{
	width: 1120px;
}



/*listado productos */


.cont_listado_productos .portfolio{
	padding: 40px 0 40px 0;
}

.products .image.dummy{
	margin-left: auto;
	margin-right: auto;
}

#shop_sidebar{
	width: auto!important;
	float: inherit!important;
	margin: 0 0 0 0!important;
	padding: 0;
	text-align: center;
}

.woocommerce #main .panel{
	padding: 0 0 0 0!important;
}

.woocommerce #main .panel .center{
	float: inherit!important;
	padding: 0 0 0 0px;
}

#shop_sidebar h3.widget-title{
	display: none;
}

.widget.widget_product_categories ul{
	margin: 0 0 0 0!important;
}

.widget.widget_product_categories li{
	display: inline-block;
	vertical-align: top;
	background: transparent;
	margin-top: -40px;
}

.widget.widget_product_categories li a{
	display: inline-block!important;
	width: 385px;
	height: 80px;
	margin: 0px 10px 0 10px;
	padding: 22px 0px 0px 0px!important;

	font-size: 22px;
	font-family: 'carnas_medium';	
	color: #003f90;
	text-align: center;
	text-transform: initial!important;
	border: solid 2px #0068b8;
	background-color: #fff;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	-khtml-border-radius: 2em;

	box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
	-webkit-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
	-moz-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
	-o-box-shadow: 0 6px 19px 0 rgba(0, 5, 49, 0.22);
}

.widget.widget_product_categories li.cat-item-33 a{
    text-indent: 78px;
}

.widget.widget_product_categories li.cat-item-33 a:after{
	content: "";
	width: 126px;
	height: 76px;
	background: url(images/ico_avion.png) no-repeat 0px -4px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.widget.widget_product_categories li.cat-item-34 a{
    text-indent: 91px;
}

.widget.widget_product_categories li.cat-item-34 a:after{
	content: "";
	width: 126px;
	height: 76px;
	background: url(images/ico_helicoptero.png) no-repeat 0px -4px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.widget.widget_product_categories li.current-cat a:after,
.widget.widget_product_categories li a:hover:after{
	background-position: 0px -101px;
}

.widget.widget_product_categories .current-cat a,
.widget.widget_product_categories li a:hover{
	background: rgb(0,95,169);
	background: linear-gradient(141deg, rgba(0,95,169,1) 0%, rgba(0,125,216,1) 100%);
	color: #fff;
	border-color: transparent;
}

.woocommerce-ordering,
.woocommerce-select-count,
.woocommerce-select-count + .woocommerce-result-count,
.widget.widget_product_categories li.cat-item a:before{
	display: none!important;
}

.widget_product_search form#searchform{
	width: 520px;
	float: right;
	margin: 30px 0 0 0!important;
	padding: 0 0 0 0!important;
}

.widget_product_search form#searchform div{
	position: relative;
}

.widget_product_search form input{
    height: 52px!important;
    padding-left: 30px;

	box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-o-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

#searchform #searchsubmit{
	width: 52px;
	height: 52px;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 0px;
	right: 0px;
	outline: none;
	background: rgb(0,95,169);
	background: linear-gradient(141deg, rgba(0,95,169,1) 0%, rgba(0,125,216,1) 100%);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

#searchform #searchsubmit:before{
	display: block!important;
	content: ""!important;
	width: 52px!important;
	height: 52px!important;
	margin: 0!important;
	left: auto!important;
	background: url(images/ico_search.png) no-repeat!important;
	position: absolute!important;
	top: 0px!important;
	left: 0px!important;
}




/* - - listado - - -*/




.portfolio .galleriffic ul.thumbs.products{
	margin-right: 0!important;
	margin-bottom: 0!important;
}

.portfolio .galleriffic ul.thumbs.products li{
	width: auto!important;
	display: block!important;
	margin: 0 0 14px 0px!important;
	padding: 0 0 0 40px!important;
	opacity: 1!important;

	border: solid 0px #ececec;
	background-color: #fff;
	background-image: url(images/lineas_list.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left!important;

	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;



	box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
	-o-box-shadow: 0 5px 8px 0 rgba(0, 5, 49, 0.08);
}

.js_producto{
	display: flex;
	align-items: center;
	width: 100%;
	height: 190px;
	text-align: center;
}

.img_js{
	display: inline-block;
	width: 155px;
	margin: 0 25px 0 0;
	border: solid 2px #003f90;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;

	box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

.img_js img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.img_js .img_producto:before{
	content: "";
	width: 51px;
	height: 51px;
	background:url(images/btn_ver_detalle.png) no-repeat;
	position: absolute;
	bottom: -24px;
    left: -24px;
}

.titulo_js{
	display: inline-block;
	width: 355px;
}

.titulo_js h3{
	margin: 0 0 8px 0!important;
	padding: 0!important;
	font-size: 22px;
	text-align: left;
	font-family: 'carnas_medium';
	text-transform: uppercase;
}

.titulo_js h3 a{
	text-decoration: underline!important;
}

.titulo_js h4{
	margin: 0!important;
	padding: 0!important;
	font-size: 15px;
	text-align: left;
	font-family: 'carnas_medium';
}

.condicion_js{
	display: inline-block;
	margin: 0 0 0 80px;
	width: 150px;
	font-size: 16px;
	text-align: left;
}

.in_stock{
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 6px 26px 6px 26px;
	border: solid 2px #00b30d;
	font-size: 16px;
	line-height: 13px;
	color: #00b30d;
	font-family: 'carnas_regular';
	position: relative;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.in_stock:before{
	content: "\f00c";
	width: 21px;
	height: 21px;
	font: normal normal normal 14px/1 FontAwesome;
	background-color: #00b30d;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: -10px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.por_importar{
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 6px 26px 6px 26px;
	border: solid 2px #2196d0;
	font-size: 16px;
	line-height: 13px;
	color: #2196d0;
	font-family: 'carnas_regular';
	position: relative;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.por_importar:before{
	content: "\f00c";
	width: 21px;
	height: 21px;
	font: normal normal normal 14px/1 FontAwesome;
	background-color: #2196d0;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: -10px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.js_condition{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.js_condition strong{
	font-family: 'carnas_medium';
	font-weight: normal;
}

.contacto_js{
	display: inline-block;
	margin: 0 0 0 90px;
	width: 167px;
	text-align: center;
}

.contacto_js h5{
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 16px;
}

.contacto_js a{
	display: inline-block!important;
	width: 160px;
	height: 31px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.contacto_js .js_wsp{
	margin-bottom: 10px; 
	background-color: #00a08e;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.contacto_js .js_wsp:hover{
	    background-color: #25c0a0;
}

.contacto_js .wsp_movil,
.single .product .one_half .wsp_movil{
	display: none!important;
}

.contacto_js .js_wsp i{
	font-size: 20px;
	margin: 0 2px 0 0;
	position: relative;
    top: 2px;
}

.contacto_js .js_cotizar{
	background: rgb(0,95,169);
	background: linear-gradient(141deg, rgba(0,95,169,1) 0%, rgba(0,125,216,1) 100%);
	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.contacto_js .js_cotizar:hover{
	background: linear-gradient(141deg, rgba(0,125,216,1) 0%, rgba(0,95,169,1) 100%);
}

.lmp_load_more_button .lmp_button{
	width: 225px;
	display: inline-block;
	margin: 60px 0 0 0!important;
	padding: 18px 0 18px 0!important;
	position: relative;
	font-size: 16px!important;
	line-height: 18px!important;
	color: #fff!important;
	border: 0 none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: rgb(1,64,144);
	background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%);

	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	-ms-border-radius: 100px!important;
	-o-border-radius: 100px!important;
	border-radius: 100px!important;
	-khtml-border-radius: 100px!important;
	box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

body .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%)!important;
	color: #fff!important
}


/*  PUBLICACIONES  */



#homepage-block-4{
	margin: 30px 0 0 0;
	padding: 90px 0 90px 0;
	background-color: #e5eaf8;
	position: relative;
}

#homepage-block-4:before{
	content: "";
	width: 100%;
	height: 38px;
	background: url(images/plub_top.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#homepage-block-4:after{
	content: "";
	display: block!important;
	width: 100%;
	height: 54px;
	background: url(images/pub_bottom.png) no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	visibility: visible!important;
}

.listado-recientes{
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	text-align: center;
}

.listado-recientes li{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	text-align: left;
	margin: 0 10px 20px 10px;
	padding: 0 0 0 0;
}

.listado-recientes li a{
	display: block;
}

.listado-recientes li a img{
	width: 100%;
	height: auto;
}

.img_thumb_home{
	display: inline-block!important;
	width: 240px;
	margin: 16px 0 0 -36px;
	position: relative;
	overflow: hidden;
	z-index: 1;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;

	box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
	-o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

.img_thumb_home img{
	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.posts_content{
	float: left;
	display: flex;
	align-items: center;

	width: 229px;
	height: 300px;
	padding: 5px 21px 5px 21px;
	background-color: #fff;
	position: relative;
	z-index: 2;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;


	box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.posts_content a{
	font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 25px;
    color: #003f90;
    font-family: 'carnas_medium';
}

.fecha_noticia{
	display: block;
	background: url(images/ico_fecha.png) no-repeat 0px 0px;
	padding: 1px 0 0 20px;
	font-size: 14px;
	margin: 0 0 14px 0!important;
	line-height: 16px;
	font-family: 'carnas_medium';
}

.ver_nota{
	display: inline-block;
	color: #2196d0;
	margin: 20px 0 0 0;
	padding: 0px 25px 0px 0px;
	font-size: 15px;
	text-decoration: underline;
	font-family: 'carnas_medium';
	background: url(images/ico_flecha.png) no-repeat center right;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.ver_nota:hover{
	margin-left: 10px;
}

.ver_mas_noticias{
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 10px;
	font-size: 15px;
	color: #003f90;
	font-family: 'carnas_bold';
	text-decoration: underline;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.ver_mas_noticias:hover{
    color: #00295f;
}

.listado-recientes li:hover .posts_content{
	box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
	-webkit-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
	-moz-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
	-o-box-shadow: 0 7px 29px 0 rgba(0, 5, 49, 0.3);
}

.listado-recientes li:hover .img_thumb_home img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}


/* - - - F O O T E R - - - */



#footer{
	padding: 123px 0 0 0;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: rgb(0,50,143);
	background: linear-gradient(133deg, rgba(0,50,143,1) 51%, rgba(7,101,178,1) 100%);
	position: relative;
	z-index: 100000000;
	overflow: hidden;
}

#footer:before{
	content: "";
	width: 100%;
	height: 141px;
	background: url(images/border_footer.png) no-repeat top;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 4
}

#footer:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/trama_footer.png) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#footer h1{
	color: #fff;
	background: url(images/subradado_blanco.png) no-repeat center bottom;
}

.cont_datos{
	margin: 70px 0 60px 0;
}

.datos_footer{
	display: inline-block;
	vertical-align: top;
	width: 32.5555%;
	margin: 0 0 0 0;
	padding: 26px 0px 26px 35px;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	background-position: 36px center!important;

	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;
}

.datos_footer:first-child{
	float: left;
}

.datos_footer:last-child{
	float: right;
}

.telefono_footer{
	background: rgba(16, 67, 123, 0.48) url(images/telefono_footer.png) no-repeat;
}

.dire_footer{
	background: rgba(16, 67, 123, 0.48) url(images/dire_footer.png) no-repeat;
}

.email_footer{
	background: rgba(16, 67, 123, 0.48) url(images/email_footer.png) no-repeat;
}

.datos_footer span{
	display: block;
    margin: 0 0 0 57px;
    padding: 0 0 0 13px;
    border-left: solid 2px #fff;
}

.redes_footer{
	margin: 0 0 0 0;
	text-align: center;
	position: relative;
}

.redes_footer:before,
.redes_footer:after{
	content: "";
	width: 39.888%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.1;
	position: absolute;
	top: 25px;
}

.redes_footer:before{
	left: 0px;
}

.redes_footer:after{
	right: 0px;
}

.redes_footer a{
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 61px;
	margin: 0 -3px 0 -3px;
	padding: 0 0 0 0;
	font-size: 25px;
	line-height: 55px;
	color: #003f90;
	text-indent: -3px;
	background: url(images/bg_redes.png) no-repeat center;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.redes_footer a:hover{
	opacity: 0.5;
	color: #002c65;
}

.redes_footer a:hover i{
	opacity: 1!important;
	color: #002c65;
}

.bottom_line{
	margin: 40px 0 40px 0;
	text-align: center;
}

.copy{
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 0 17px 0;
}

.siswebperu{
	display: block;
	font-size: 16px;
}

.siswebperu a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
	background: url(images/ico_siswebperu.png) no-repeat 0px 0px;
	color: #fff;
	font-size: 16px;
}

.siswebperu a:hover{
	text-decoration: underline;
}



/*  - - - - DETALLE PRODUCTO - - - - */




.single-product .page-title-block:before {
    background: url(images/curva_slider_svc.png) no-repeat center;
}

.single-product #main{
	padding-top: 0!important; 
}

.single-product #center{
	padding: 0 0px!important;
}

.single-product .header_single{
	padding-top: 20px;
	padding-bottom: 40px;
}

.price{
	display: none;
}

.product_meta{
	display: inline-block;
}

.single .product .one_half h3{
	margin: 0px 0 28px 0;
	padding: 0 0 15px 0;
	font-size: 33px;
	line-height: 33px;
	text-align: left;
	background: url(images/sub_interiores.png) no-repeat left bottom;
}

nav.woocommerce-breadcrumb{
	display: none;
}

.single .product .tabs > ul.tabs-nav, .product .price, .back-to-stock, #reviews{
	display: none;
}

.product .woocommerce-tabs{
	padding: 0!important;
	margin: 0 0 50px 0!important;
}

.tabs .tab_wrapper{
	text-align: justify;
	padding: 0!important;
	margin: 0!important;
	font-size: 25px;
    line-height: 37px;
    background-color: transparent;
}

.tabs .tab_wrapper h1,
.tabs .tab_wrapper h2,
.tabs .tab_wrapper h3,
.tabs .tab_wrapper h4,
.tabs .tab_wrapper h5,
.tabs .tab_wrapper h6{
	text-align: left;
	margin-top: 5px;
}

.single .product .one_half {
	width: 50%;
	margin-bottom: 30px;
	padding-right: 40px;
	text-align: left;
}

.single .product .one_half.last{
	width: 50%;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.single .product .one_half.last ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.single .product .one_half.last ul li{
	margin: 0 0 0 0;
    padding: 11px 0 13px 30px;
    background: url(images/vineta_listado_detalle.png) no-repeat 14px 19px;
    border-bottom: solid 1px #b0b0b0;
}



.woocommerce #main .central-wrapper + .related-products{
	margin: 0 0 0 0!important;
}

.related-products{
	background: #f7f7f7 url(images/motivo_productos.png) repeat!important;
}

.related-products .carousel-wrapper{
	margin-top: 30px;
	margin-bottom: 30px;
}

.related-products h1{
	font-size: 20px;
	text-transform: uppercase!important;
}

.related-products h5{
	text-transform: uppercase;
    color: #444444;
    font-size: 15px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 16px!important;
}

.related-products h5:before{
	display: none;
}

.related-products ul.thumbs {
	padding-bottom: 20px!important;
}

.related-products ul.thumbs li{
	background-color: transparent;
	padding-bottom: 20px!important;
	margin-bottom: 10px!important
}

.single .product .gallery .preview li a{
	border: solid 0px transparent;
	background-color: #fff;
	margin-bottom: 0px!important
}

.single .product .gallery ul.preview li {
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

.btn_wsp{
	width: 217px;
	display: inline-block!important;
	margin: 0px 0 0 0;
	font-size: 16px;
	text-align: center;
	padding: 14px 0px 14px 0px!important;
	color: #fff;
	background-color: #00a08e;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	-khtml-border-radius: 2em;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-transform: uppercase;
}

.btn_wsp:hover{
	    background-color: #27ad9e;
}

.btn_wsp i{
	font-size: 21px;
	margin-right: 2px;
}

.btn_contactar{
	width: 217px;
	display: inline-block!important;
	margin: 0px 0 0 0;
	font-size: 16px;
	text-align: center;
	padding: 14px 0px 14px 0px!important;
	color: #fff;
	background: rgb(0,95,169);
    background: linear-gradient(141deg, rgba(0,95,169,1) 0%, rgba(0,125,216,1) 100%);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	-khtml-border-radius: 2em;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-transform: uppercase;
}

.btn_contactar:hover{
	background: linear-gradient(141deg, rgba(0,125,216,1) 0%, rgba(0,95,169,1) 100%);
}

.gallery .preview li a span.overlay {
	background: rgba(104, 134, 167, 0.75) url(images/ico_ampliar.png) no-repeat center;
}




/*  CONTACTO */


.page-template-page_contact .img_destacada{
	top: -229px;
}

.page-template-page_contact,
.page-template-page_contact #page{
	background-color: #e5eaf8;
}

.page-template-page_contact .page-title-block:before{
	background: url(images/curva_slider_svc.png) no-repeat center;
}

.page-template-page_contact #footer{
	padding: 99px 0 20px 0;
}

.page-template-page_contact #footer:before {
    top: -1px;
    background: url(images/border_footer_svc.png) no-repeat top;
}

.page-template-page_contact #footer .bar-title,
.page-template-page_contact #footer .cont_datos,
.page-template-page_contact #footer .redes_footer{
	display: none;
}

.contacto_left{
	margin: 20px 0 0 0;
	float: left;
	width: 50%;
}

.contacto_rght{
	margin: 195px 0 0 0;
	float: right;
	width: 50%;
}

.cont_form{
	width: 100%;
	height: 601px;
	padding: 100px 65px 0 60px;
	background: url(images/bf_form.png) no-repeat center;
	background-size: 100% 100%;
}

.cont_form h2{
	margin: 0 0 16px 10px;
    padding: 0 0 15px 0;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.cont_form p{
	margin: 0 0 15px 10px;
	font-size: 25px;
	font-family: 'carnas_light';
}

.contacto_rght .datos_footer{
	width:460px!important;
	display: block!important;
	float: initial!important;
	margin: 0 0 15px 62px;
	padding: 28px 0px 28px 35px;
	background-color: #10437b;
}

.cont_mapa{
	height: 600px;
	margin: 50px 0 0 0;
	position: relative;
}

.cont_mapa iframe,
.cont_mapa p{
	width: 100%!important;
	height: 100%!important;
}

.cont_mapa:before{
	content: "";
	width: 100%;
	height: 46px;
	background: url(images/mapa_top.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.cont_mapa:after{
	content: "";
	width: 100%;
	height: 54px;
	background: url(images/mapa_bottom.png) no-repeat center;
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 0;
}

.redes_contacto{
	margin: 40px 0 30px 0;
	text-align: center;
}

.redes_contacto h2{
	margin: 0 0 16px 0px;
    padding: 0 0 15px 0;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    background: url(images/sub_interiores.png) no-repeat center bottom;
}

.redes_contacto a{
	display: inline-block;
	vertical-align: top;
	margin: 20px 15px 0 15px;
	font-size: 18px;
	text-align: center;
	font-family: 'carnas_medium';

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.redes_contacto a span{
	display: block;
	width: 78px;
	height: 75px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	font-size: 32px;
	line-height: 71px;
	color: #003f90;
	text-indent: -3px;
	background: url(images/redes_grande.png) no-repeat center;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

}

.redes_contacto a:hover,
.redes_contacto a:hover span{
	color: #1c96d0;
}


input[type="text"],
input[type="password"],
textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"]{
	display: block;
	width: 100%;
	margin: 0 0 2px 0;
	padding: 11px 9px 11px 9px;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	background-color: #fff;
	border: solid 2px #10437b;
	outline: none;
	font-size: 16px;
	text-align: left;
}

textarea{
	height: 150px;
}

.nf-error-wrap.nf-error{
	position: absolute;
	top: -16px;
	left: 23px;
}

.nf-error .nf-error-msg{
	font-size: 12px;
}

.nf-error.field-wrap .nf-field-element:after,
.nf-pass.field-wrap .nf-field-element:after{
	display: none;
}

body .nf-error .ninja-forms-field{
	border-color: initial!important;
}

.nf-form-errors{
	display: none;
}


/*  EXPERIENCIA  */




.flex-control-nav{
	display: none!important;
}

.flex-nav-prev{
	display: none!important;
}

.flex-direction-nav a{
	font-size: 0!important
}

body .flex-direction-nav a.flex-next:before{
    content: '\e603'!important;
    padding-left: 3px;
    position: absolute;
    right: 11px;
    top: 7px;
    font-family: 'Codeus';
    width: 27px;
    height: 30px;
    font-size: 22px!important;
    line-height: 32px;
    text-align: center;
    text-indent: 4px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-weight:bold;
    color: #fff!important;
}

.flexslider:before{
	content: "";
	width: 100%;
	height: 318px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:  url(images/shadow_compartir.png) repeat-x;
	z-index:9;
}



/*menu movil*/


.sfm-rollback{
	width: 0!important;
}

body .sfm-navicon-button{
	display: none!important;
}

/*
.sfm-style-full #sfm-sidebar.sfm-sidebar-exposed .sfm-menu li>a span{
	line-height: 23px;
	font-size: 21px;
	text-transform: uppercase;
	vertical-align: middle!important;
}

.sfm-pos-right #sfm-sidebar.sfm-vertical-nav .sfm-menu li a{
	line-height: 28px!important;
}

.sfm-pos-right #sfm-sidebar .sfm-menu-level-0>li{
	border-bottom: solid 1px #4772a0!important;
}

#sfm-sidebar li.sfm-active-class > a {
    background: #4772a0!important;
}
*/


/* NOSOTROS */


.top_quienes__somos h2{
	margin: 0 0 28px 0;
    padding: 0 0 15px 0;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.top_quienes__somos p{
	font-size: 25px;
	line-height: 38px;
}

.top_quienes__somos .wpb_text_column{
	margin: 60px 0 0 80px;
}

.cont_mision{
	padding-top: 130px;
	padding-bottom: 160px;
	background: rgb(0,50,143);
	background: linear-gradient(158deg, rgba(0,50,143,1) 29%, rgba(0,159,154,1) 87%);
}

.cont_mision:before {
    content: "";
    width: 100%;
    height:37px;
    background: url(images/mision_top.png) no-repeat top;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 4;
}

.cont_mision:after {
	display: block;
    content: "";
    width: 100%;
    height: 100%;
    visibility: visible;
    background: url(images/trama_footer.png) repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cont_mision .vc_col-sm-6{
	position: relative;
	z-index: 10;
}

.cont_mision h2{
	margin: 0 0 28px 55px;
    padding: 0 0 15px 0;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    background: url(images/mision.png) no-repeat left bottom;
    color: #fff;
}

.cont_mision p{
	padding: 50px;
	color: #fff;
	font-size: 24px;
	line-height: 31px;
	 font-family: 'carnas_light';
	background-color: rgba(16, 67, 123, 0.48);

	text-align: left;
	background-position: 36px center!important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
}

.cont_valores{
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: initial!important;
}

.cont_valores:before{
	content: "";
	width: 100%;
	height: 55px;
	background: url(images/mision_bottom.png) no-repeat center;
	position: absolute;
	top: -54px;
	left: 0px;
	z-index: 4;
}

.cont_valores h2{
	margin: 0 0 55px 0!important;
	padding: 0 0 20px 0;
	font-size: 35px;
	line-height: 45px;
	color: #003f90;
	background: url(images/subradado_titulos.png) no-repeat center bottom;
}

.list_valores{
	width: 920px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.cont_valor{
	display: flex!important;
	align-items: center;
	width: 573px;
	height: 162px;
	margin: 0 0 20px 0!important;
	padding: 0 0 0 30px;
	background: rgb(0,63,144);
	background: linear-gradient(90deg, rgba(0,63,144,1) 0%, rgba(0,131,62,1) 100%);
	text-align: left;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-khtml-border-radius: 40px;

	box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.cont_valor .wpb_wrapper{
	width: 100%;
	display: flex;
	align-items: center;
}

.cont_valor h6{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

.cont_valor h4{
    width: 72%;
    margin: 0 0 0 22px;
    padding: 0px 0px 0 0px;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    text-align: left;
    font-family: 'carnas_light';
}

.cont_valor h4 strong{
	display: block;
	margin: 0 0 8px 0!important;
	font-size: 26px;
	font-weight: normal;
	font-family: 'carnas_medium';
}

.valor_righgt{
	float: right;
}


/*  SERVICIOS INTERNA PRINCIPAL  */



.page-template-page_servicios,
.page-template-page_servicios #page{
	background-color: #e5eaf8;
}

.page-template-page_servicios .page-title-block:before{
	background: url(images/curva_slider_svc.png) no-repeat center;
}

.svc_top{
	margin: 70px 0 0 0;
	text-align: left;
}

.svc_top h4{
	width: 119%;
	margin: 0 0 78px 40px!important;
    padding: 0 0 28px 0;
    font-size: 25px;
    line-height: 38px;
    text-align: left;
    font-family: 'carnas_medium';
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.page-template-page_servicios  #footer:before{
	top: -1px;
	background: url(images/border_footer_svc.png) no-repeat top;
}


/* detalle servicio */


.single .page-title-block{
	height: 410px;
}

.single .page-title-block-content h1{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	background: none;
}

.single-codeus_news #main{
	padding: 25px 0 0;
}

.single-codeus_news .sidebar,
.post-author-block,
.single-codeus_news .post-tags-block,
.single-codeus_news .post-image,
.single-codeus_news .post-posts-links{
	display: none!important;
}

.single-codeus_news .panel{
	padding-right: 0px;
}

.single-codeus_news .center{
	float: initial;
	padding-right: 0px;
}

.breadcrumb_servicio,
.breadcrumb_servicio a{
	font-size: 16px;
	font-family: 'carnas_regular';
}

.breadcrumb_servicio b{
	font-size: 16px;
	font-weight: normal;
	font-family: 'carnas_bold';
}

.regrear_servicios{
	display: inline-block;
    font-size: 14px;
    padding: 7px 18px 7px 27px;
    color: #003f90;
    font-family: 'carnas_bold';

    background: url(images/ico_regresar.png) no-repeat 12px 10px;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    -khtml-border-radius: 2em;
   
	position: absolute;
	top: -5px;
	right: 0px;
}

.regrear_servicios:hover{
	text-decoration: underline;
}

.single-codeus_news .wpb_text_column p{
	font-size: 25px;	
    line-height: 37px;
}

.single-codeus_news .wpb_text_column h3{
	margin: 50px 0 28px 0;
    padding: 0 0 15px 0;
    font-size: 33px;
    line-height: 33px;
    text-align: left;
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.single-codeus_news .gallery ul.thumbs li{
	margin: 0 5px 0 5px;
	padding: 0;
}

.single-codeus_news .gallery ul.thumbs li a{
	width: 41px;
	height: 13px;
	margin: 0;
	padding: 0;
	border: solid 2px #003f90;

	 -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    -khtml-border-radius: 2em;
}

.single-codeus_news .gallery ul.thumbs li a img{
	display: none!important;
}

.single-codeus_news .gallery ul.thumbs li.selected a{
	background-color: #003f90;
}

.gallery .container .caroufredsel_wrapper{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	overflow: hidden;

	box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.caroufredsel_wrapper img{
	width: 100%;
}

.gallery .thumbs_wrapper{
	margin: 20px 0 0 0;
}




/* I M P  O R T A C I O N   E   E X P O R T A C I O N */



.exportacion_top p{
	width: 107%;
    margin: 0 0 78px 40px!important;
    padding: 0 0 28px 0;
    font-size: 25px;
    line-height: 38px;
    text-align: left;
    font-family: 'carnas_medium';
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.import_export{
	text-align: center;
	padding-top: 70px;
    padding-bottom: 160px;
    background: rgb(0,50,143);
    background: linear-gradient(158deg, rgba(0,50,143,1) 29%, rgba(0,159,154,1) 87%);
	position: relative;
}

.import_export:before {
    content: "";
    width: 100%;
    height: 37px;
    background: url(images/mision_top.png) no-repeat top;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 4;
}

.import_export .vc_col-sm-12 {
    position: relative;
    z-index: 10;
}

.import_export h4{
	margin: 0 0 28px 0px;
    padding: 0 0 15px 0;
    font-size: 30px;
    line-height: 35px;
    background: url(images/mision.png) no-repeat center bottom;
    color: #fff;
}

.import_export h6{
	text-align: center;
}


.import_export .wpb_text_column{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.listado_importancia{
	padding-top: 40px;
	padding-bottom: 0;
	overflow: initial!important;
}

.listado_importancia h4{
	margin: 0 0 55px 0!important;
	padding: 0 0 20px 0;
	font-size: 35px;
	line-height: 45px;
	color: #003f90;
	background: url(images/subradado_titulos.png) no-repeat center bottom;
}

.listado_importancia:before{
    content: "";
    width: 100%;
    height: 55px;
    background: url(images/mision_bottom.png) no-repeat center;
    position: absolute;
    top: -54px;
    left: 0px;
    z-index: 4;
}

.listado_importancia ul{
	width: 720px;
	margin: 40px auto 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	text-align: justify;
}

.listado_importancia ul li{
	font-size: 20px;
    padding: 0px 0 19px 11px;
    margin: 0 0 19px 43px;
    border-bottom: solid 1px #7c98b7;
    position: relative;
    line-height: 26px;
}

.listado_importancia ul li:before{
	content: "";
    width: 23px;
    height: 23px;
    background: url(images/ico_like.png) no-repeat;
    position: absolute;
    top: 6px;
    left: -27px;
}

.page-template-page_importacion #footer{
	margin-top: 0px;
}

.page-template-page_importacion #footer:before{
    top: -1px;
    background: url(images/border_footer_svc.png) no-repeat top;
}




/* buscar pieza */



.buscar_producto{
	margin: 120px 0 0 0;
	padding: 40px 0 40px 0;
	text-align: center;
	background-color: #e5eaf8;
	position: relative;
}

.buscar_producto:after {
    content: "";
    width: 100%;
    height: 54px;
    background: url(images/mapa_bottom.png) no-repeat center;
    position: absolute;
    top:-54px;
    left: 0px;
    z-index: 0;
}

.buscar_producto p{
	width: 600px;
	margin: 15px auto 20px auto!important;
    padding: 0 0 0px 0;
    font-size: 25px;
    line-height: 35px;
    font-family: 'carnas_medium';
}

.buscar_producto a{
	width: 225px;
    display: inline-block;
    margin: 20px 0 0 0!important;
    padding: 18px 0 18px 0!important;
    position: relative;
    font-size: 16px!important;
    line-height: 18px!important;
    color: #fff!important;
    border: 0 none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: rgb(1,64,144);
    background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%);

    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    -ms-border-radius: 100px!important;
    -o-border-radius: 100px!important;
    border-radius: 100px!important;
    -khtml-border-radius: 100px!important;

    box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
    -webkit-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
    -o-box-shadow: 0 4px 8px 0 rgba(55, 56, 65, 0.1);
}

.buscar_producto a:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%);
}



/* NOTICIAS INTERIOR PRINCIPAL */



.page-template-page_blog .centrado_contenido{
	margin-bottom: 14px!important;
}

.page-template-page_blog #footer:before{
	top: -1px;
    background: url(images/border_footer_svc.png) no-repeat top;
}

.page-template-page_blog #footer{
	margin-top: 0px;
}

.page-template-page_blog .centrado_contenido p{
	width: 119%;
    margin: 0 0 78px 40px!important;
    padding: 0 0 28px 0;
    font-size: 25px;
    line-height: 38px;
    text-align: left;
    font-family: 'carnas_medium';
    background: url(images/sub_interiores.png) no-repeat left bottom;
}

.page-template-page_blog .cont_listado_productos{
	padding: 50px 0 60px 0;
}

.page-template-page_blog .blog_list li{
	padding-left: 0;
	margin: 0 0 20px 0;
	margin-top: 10px;
	background-color: #fff;

	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
    overflow: hidden;

    box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
    -o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.page-template-page_blog .blog_list li .post-info{
	float: inherit;
	border: 0;
	padding: 0;
	position: relative;

	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
}

.page-template-page_blog .post-image{
	float: left;
	width: 50%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}

.page-template-page_blog .post-image:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-right: 28px solid #fff;
	position: absolute;
	bottom: 44%;
	right: 0px;
	z-index: 2
}

.page-template-page_blog .cont_post{
	background-color: #fff;
	float: left;
	width: 50%;
}

.page-template-page_blog .cont_post_principal{
	padding: 50px 60px 30px 60px;
	text-align: left!important;
}

.page-template-page_blog .cont_post_principal h3{
	text-align: left;
	text-transform: inherit;
	line-height: 25px;
}
.page-template-page_blog .cont_post_principal h3 a{
	font-size: 22px;
	text-align: left;
	font-family: 'carnas_medium';
	color: #003f90;
}

.page-template-page_blog .cont_post_principal h3 a:hover{
	text-decoration: underline;
}

.page-template-page_blog .cont_post_principal h3:before{
	content: "";
    width: 27px;
    height: 2px;
    background-color: #10437b;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.page-template-page_blog .cont_post .text{
	font-size: 18px;
	line-height: 25px;
}

.page-template-page_blog .image.wrap-box{
	margin-bottom: 0;
}

.cont_date_cat{
	width: 39.5%;
	position: absolute;
	bottom: 35px;
	right: 60px;
}

.date_noticia{
	float: left;
	display: inline-block;
	vertical-align: top;
    background: url(images/ico_calendar.png) no-repeat 0px 0px;
	padding: 1px 0 1px 23px;
	font-size: 13px;
	color: #002956;
	margin: 0 13px 0px 0!important;
	line-height: 17px;
}

.categoria_noticia{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
    color: #10437b;
    padding: 0px 18px 0px 22px;
    background: url(images/ico_categoria.png) no-repeat 0px 1px;
}

.leer_nota{
	float: right;
	display: inline-block;
    font-size: 12px;
    margin: -5px 0 0 0;
    padding: 7px 19px 7px 19px;
    color: #fff;

    background: rgb(1,64,144);
    background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%)!important;
    border: solid 0px #10437b;
    text-transform: uppercase;
    
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    -khtml-border-radius: 2em;
    
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.leer_nota:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%)!important;
}


/* noticias intercaladas */


.page-template-page_blog .blog_list li:nth-child(2n+2) .post-image{
	float: right;
}

.page-template-page_blog .blog_list li:nth-child(2n+2) .cont_post{
	float: left;
}

.page-template-page_blog .blog_list li:nth-child(2n+2) .cont_date_cat{
	right: inherit;
	left: 60px;
}

.page-template-page_blog .blog_list li:nth-child(2n+2) .post-image:before{
	content: "";
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 28px solid #fff;
    border-right: 0px solid transparent;
    position: absolute;
    bottom: 44%;
    left: 0px;
    right: inherit;
    z-index: 2;
}




/*  DETALLE NOTICIA  */



.single-post .breadcrumb_servicio{
	display: none;
}

.single-post #main{
	padding: 70px;
}

.single-post .titulo_servicio h2{
	text-align: left;
	padding-bottom: 12px;
	margin-bottom: 11px;
}

.single-post .titulo_servicio h2:before{
	margin-left: 0;
}

.single-post .estas_interesado,
.single-post .txt_svc{
	display: none;
}

h3.widget-title{
	text-align: left;
	font-size: 18px;
	color: #003f90;
	text-transform: uppercase;
	border-bottom: solid 2px #10437b;
}

h3.widget-title:before{
	display: none;
}

section#custom_recent_posts-2 a{
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-family: 'carnas_medium';
	color: #003f90;
}

section#custom_recent_posts-2 a:hover{
	text-decoration: underline;
}

section#custom_recent_posts-2 span.date{
	font-size: 13px;
}

.single-post .sidebar iframe{
	width: 283px!important;
    height: 246px!important;
    margin: 0 0 0 0!important;
    vertical-align: top!important;
    background: #ffffff;
    padding: 0;
    border: solid 0px #10437b!important;
}

.single-post .panel{
	padding-right: 352px;
}

.single-post .sidebar{
	width: 277px;
    padding: 0 15px 0 0px;
    margin-right: -328px;
}

.sidebar .widget + .widget{
 	margin: 20px 0 0 0;
 	padding: 0 0 0 0;
}

.sidebar .widget + .widget a{
	display: inline-block;
	font-size: 16px;
	color: #10437b;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
}

.sidebar .widget + .widget a:hover{
	text-decoration: underline;
}

.sidebar .widget + .widget .date{
	display: inline-block;
	font-size: 14px;
    color: #10437b;
    margin-top: 4px;
}

.single-post .post-image .image.wrap-box{
	display: block;
	width: auto;
	border: solid 0px #fff;
	overflow: hidden;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;

	box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
	-o-box-shadow: 0 8px 12px 0 rgba(0, 5, 49, 0.16);
}

.single-post .post-image .image.wrap-box img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
}

.post-author-block{
	display: none;
}

#commentform,
#reply-title{
	text-align: left;
}

#commentform:before, #reply-title:before{
	display: none;
	text-transform: uppercase;
	font-size: 18px;
}

.single-post .post-posts-links .left a{
	display: inline-block!important;
    font-size: 14px;
    padding: 8px 37px 8px 44px!important;
    color: #fff;

    background: rgb(1,64,144);
    background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%)!important;

    border: solid 0px transparent;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    -khtml-border-radius: 2em;
    margin: 20px 0 0 0;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-transform: uppercase;
}

.single-post .post-posts-links .right a{
	display: inline-block!important;
	font-size: 14px;
	padding: 8px 44px 8px 37px!important;
	color: #fff;
	background: rgb(1,64,144);
	background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%)!important;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    -khtml-border-radius: 2em;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-transform: uppercase;
}

.single-post .post-posts-links a:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%)!important;
}

.comment-form textarea{
	border: solid 2px #10437b;
	margin-bottom: 10px!important;

	 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

.single-post input[type="submit"]{
	margin: 20px 0 0 0;
    font-size: 14px;
    color: #fff;
}

.blog_list li .comment-count{
	display: none;
}

.blog_list li .post-info-bottom .categories a{
	display: inline-block;
	background: url(images/ico_categoria.png) no-repeat 0px 4px;
	padding: 0 0 0 22px;
}

.single-post .page-title-block .page-title-block-header h1{
	font-size: 28px;
	padding-bottom: 0;
}

.single-post .page-title-block .page-title-block-header h1:before{
	display: none;
}

.single-post #content .post h1,
.single-post #content .post h2,
.single-post #content .post h3,
.single-post #content .post h4,
.single-post #content .post h5,
.single-post #content .post h6{
	text-align: left;
	margin-top: 20px;
}

.single-post #content p,
.single-post #content{
	margin-bottom: 5px!important;
	text-align: justify;
	font-size: 18px;
	line-height: 31px;
}

.single-post .post-tags-block{
	padding: 20px 20px 18px 20px;
	background: #eaeaea;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
}

.single-post .post-tags-block .socials-sharing span,
.single-post .post-tags{
	color: #10437b;
}

.single-post .post-tags-block .socials-sharing span{
	display: inline-block;
	margin: 3px 10px 0 0;
	font-size: 15px;
}

.single-post .socials li a:after{
	background: rgb(0,95,169);
    background: linear-gradient(141deg, rgba(0,95,169,1) 0%, rgba(0,125,216,1) 100%);
}

.single-post .socials li{
	margin-bottom: 0!important;
}

.single-post .post-tags{
	padding-top: 0;
}

#reply-title {
	border-top: solid 1px #10437b;
}

.comment-form input[type="text"] {
	margin-bottom:5px;
	border: solid 2px #10437b;
}

.comment-form label:before {
	color: #10437b;
}

.comment-form label {
	float:left;
	margin-top: 6px;
	padding-left: 0;
	margin-right: 5px;
	width: 120px;
}

.comment-form input[type="text"] + label {
	margin:0 0 0 0;
}

.comment-form label:before{
	display: none;
}

#reply-title + #commentform a{
	font-size: 15px;
	color: #10437b;
}

#commentform p{
	font-size: 18px;
}



/*  Interesado bottom  */



.estas_interesado{
	margin: 10px 0 0 0;
	background: rgb(0,50,143);
    background: linear-gradient(158deg, rgba(0,50,143,1) 29%, rgba(0,159,154,1) 87%);
    position: relative;
}

.trama_interesado{
	padding: 130px 0 100px 0;
	background: url(images/trama_footer.png) repeat;
}

.estas_interesado:before{
	content: "";
	width: 100%;
	height: 46px;
	background: url(images/interesado-top.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.estas_interesado:after{
	content: "";
	width: 100%;
	height: 55px;
	background: url(images/interesado-bottom.png) no-repeat center;
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 0;
}

.int_left{
	width: 50%;
	float: left;
	padding-top: 40px;
	padding-left: 150px;
	padding-right: 150px;
}

.int_right{
	width: 50%;
	float: right;
	padding-left: 50px;
	padding-right: 50px;
}

.estas_interesado h3{
	margin: 0 0 28px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	background: url(images/mision.png) no-repeat left bottom;
	color: #fff;
}

.estas_interesado p{
	font-size: 25px;
	color: #fff;
	font-family: 'carnas_light';
}

.nf-form-fields-required{
	display: none;
}

#ninja_forms_required_items,
.nf-field-container{
	margin-bottom: 15px!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea{
	padding: 0 22px 0 22px!important;
	font-size: 17px!important;
	border: solid 2px #003f90!important;
	color: #003f90!important;
	font-family: 'carnas_regular'!important;

	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	-ms-border-radius: 100px!important;
	-o-border-radius: 100px!important;
	border-radius: 100px!important;
	-khtml-border-radius: 100px!important;
}

.nf-form-content textarea{
	height: 70px!important;
	padding-top: 10px!important;
	-webkit-border-radius: 30px!important;
	-moz-border-radius: 30px!important;
	-ms-border-radius: 30px!important;
	-o-border-radius: 30px!important;
	border-radius: 30px!important;
	-khtml-border-radius: 30px!important;
}

::-webkit-input-placeholder {
    color: #003f90;
    font-family: 'carnas_regular';
}

:-moz-placeholder {
    color: #003f90;
    font-family: 'carnas_regular';
}

::-moz-placeholder {
    color: #003f90;
    font-family: 'carnas_regular';
}

:-ms-input-placeholder {
    color: #003f90;
    font-family: 'carnas_regular';
}

.nf-form-content input[type=button]{
	width: 224px!important;
	background: linear-gradient(266deg, rgba(1,64,144,1) 0%, rgba(0,130,62,1) 100%)!important;
	font-size: 16px!important;
	color: #fff!important;
	font-family: 'carnas_regular'!important;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.nf-form-content input[type=button]:hover{
	background: linear-gradient(266deg, rgba(0,130,62,1) 0%, rgba(1,64,144,1) 100%)!important;
}

.txt_svc{
	padding: 80px 0 80px 0;
	text-align: center;
}

.txt_svc h4{
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: #003f90;
	font-family: 'carnas_regular';
}

.txt_svc h4 strong,
.txt_svc h4 a{
	font-weight: normal;
	font-family: 'carnas_bold';
}

.txt_svc h4 a{
	text-decoration: underline;
}

.nf-response-msg{
	text-align: center!important;
	padding: 70px 20px 70px 20px;
	background: #fff;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
}

.nf-response-msg p{
	font-size: 20px!important;
	color: #003f90!important;
	margin-left: 0px!important;
}

.nf-response-msg p strong,
.nf-response-msg p b{
	font-family: 'carnas_bold'!important;
}


/*  -_-_-_-_-_ RESPONSIVE -_-_-_-_-_  */




.myfixed{
	height: 80px!important;
}

#header .myfixed .logo {
    width: 239px;
    margin: -2px 0 0 -20px;
}

#header .myfixed #site-navigation,
.home #header .myfixed #site-navigation{
	float: right;
	margin: 28px 0 0 0;
}



@media screen and (max-width: 1428px) {

	.posts_content{
		width: 52%;
		height: 250px;
	}

	.img_thumb_home{
		width: 56%;
	}

	.posts_content a{
		font-size: 18px;
		line-height: 20px;
	}

	.ver_nota {
		margin: 8px 0 0 0;
	}

	.page .img_destacada{
		width: 600px;
		height: 560px;
		right: 0px;
		top: -175px;
	}

	.page-title-block-content h1,
	.woocommerce .page-title-block-content h1{
		width: 42%;
		margin: 0 0 0 50px;
		font-size: 40px;
		line-height: 43px;
	}

	.single .page-title-block-content h1,
	.woocommerce .page-title-block-content h1{
		width: auto;
		margin-left: 0px;
	}

	.page-title-block {
		height: 520px;
	}

	.page-title-block:before {
		height: 60px;
	}

	.btn_bajar{
		bottom: -14px;
	}

	.single-post .header_single{
		margin-top: 20px;
	}

	.single-post #main{
		    padding: 20px;
	}

	.comment-form textarea{
		display: block;
		width: 100%;
	}

	.page-template-page_blog .centrado_contenido p{
		margin: 0 0 0px 40px!important;
	}





}





@media screen and (max-width: 1420px) {

	.central-wrapper{
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contacto_top{
		right: 15px;
	}

}



@media screen and (max-width: 1250px) {

	.list_svc li{
		margin: 30px 10px 20px 10px;
	}

	.list_svc li a .img_svc {
		width: 181px;
		top: -13px;
	}

	.list_svc li a{
		height: 130px;
	}

	.cont_svc{
		padding: 0 30px 0 222px;
	}

	.list_svc li a h2{
		font-size: 20px;
		line-height: 23px;
	}

	.block.content h1, .bar-title{
		margin: 0 0 25px 0;
		font-size: 30px;
		line-height: 40px;
	}

	.datos_footer{
		padding: 26px 0px 26px 24px;
		font-size: 18px;
		background-position: 19px center!important;
	}

	.datos_footer span{
		margin: 0 0 0 49px
	}

	.single-codeus_news .wpb_text_column h3{
		margin: 10px 0 20px 0;
		font-size: 25px;
		line-height: 25px;
	}

	.single-codeus_news .wpb_text_column p {
		font-size: 20px;
		line-height: 28px;
	}

	.single-codeus_news .header_single{
		margin-top: 30px;
	}

	.int_left{
		padding-left: 0px;
		padding-right: 0px;
	}

	.estas_interesado h3{
		font-size: 30px;
		line-height: 26px;
	}

	.int_right{
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-page_blog .centrado_contenido p {
		width: 50%;
	}

	.page-template-page_blog .centrado_contenido p br{
		display: none!important;
	}



}




@media screen and (max-width: 1120px) {

	.cont_listado_productos .central-wrapper {
		width: auto;
	}
}



@media screen and (max-width: 1110px) {


	#header #site-navigation,
	.home #header #site-navigation{
		float: right;
		margin: 44px 0 0 0;
		position: relative;
	}

	#header .logo {
		width: 309px;
	}

	.quickfinder ul li a{
		font-size: 14px;
	}

	.quickfinder ul li .title{
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

	.portfolio .galleriffic ul.thumbs.products li{
		background-image: none;
	}

	.titulo_js{
		width: 33%;
	}

	.condicion_js,
	.contacto_js{
		margin: 0 0 0 0px;
	}



}



@media screen and (max-width: 1080px) {

	.cont_form{
		padding: 90px 45px 0 40px;
	}

	.contacto_rght .datos_footer{
	    margin: 0 0 15px 22px;
	}

	.contacto_rght {
		margin: 145px 0 0 0;
	}



}



@media screen and (max-width: 1070px) {

	.redes_footer:before, .redes_footer:after{
		display: none;
	}

	.datos_footer{
		padding: 26px 0px 26px 7px;
		font-size: 16px;
		background-position: 17px center!important;
		background-size: 30px 30px;
	}

	.btn_bajar{
		display: none!important;
	}

	.single .product .one_half h3{
		margin: 0px 0 18px 0;
		font-size: 25px;
		line-height: 28px;
	}

	.tabs .tab_wrapper{
		font-size: 20px;
		line-height: 29px;
	}

	.btn_contactar,
	.btn_wsp{
		width: 49%;
	}

	.contacto_rght .datos_footer span {
		margin: 0 0 0 20px;
	}



}





@media screen and (max-width: 1030px) {

	.list_svc li {
		width: 47%;
	}

	.cont_svc {
		padding: 0 10px 0 160px;
	}

	.list_svc li a h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.list_svc li a {
		height: 109px;
	}

	.list_svc li a .img_svc {
		width: 141px;
		top: -9px;
		left: 8px;
	}

	#homepage-block-2 {
		padding: 60px 0 70px 0;
	}

	.listado-recientes li{
		width: 29%;
		margin: 0 10px 20px 10px;
	}

	.img_thumb_home{
		display: none!important;
	}

	.posts_content {
		display: block;
		float: initial;
		width: auto;
		height: auto;
		padding: 20px 21px 20px 20px;
	}

	.top_quienes__somos .wpb_text_column{
		margin: 30px 0 0 0px;
	}

	.svc_top h4 {
		margin: 0px 0 0 0px!important;
	}

	.cont_mision p{
	    padding: 30px;
		font-size: 20px;
		line-height: 25px;
	}

	.cont_mision h2,
	.cont_valores h2{
		font-size: 25px;
		line-height: 26px;
	}

	.cont_mision {
		padding-top: 70px;
		padding-bottom: 120px;
	}

	.cont_valores{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.page-template-page_blog .cont_post_principal {
		padding: 30px 40px 20px 40px;
	}

	.cont_date_cat {
		width: auto;
		bottom: 25px;
	}

	.cont_form{
		height: auto;
		background-image: none;
	}

	.contacto_left{
		float: initial;
		width: auto;
	}

	.contacto_rght{
		float: initial;
		width: auto;
		margin: 65px 0 0 0;
	}

	.contacto_rght .datos_footer{
		width: 49.555555%!important;
		display: inline-block!important;
		vertical-align: top;
		margin: 0 0 15px 0px;
	}





}


@media screen and (max-width: 993px) {

	.titulo_js{
		padding-right: 30px!important;
	}

}


@media screen and (max-width: 980px) {

	#header #site-navigation,
	.home #header #site-navigation{
		display: none!important;
	}

	body .sfm-navicon-button{
		display: block!important;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		-khtml-border-radius: 20px;

		box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
		-moz-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
		-o-box-shadow: 0 7px 13px 0 rgba(0, 5, 49, 0.25);
	}

	#header .logo {
		width: 239px;
		margin: -7px 0 0 -30px;
	}

	.sfm-navicon-button.sf_label_default {
		width: 50px!important;
		height: 50px!important;
	}

	.quickfinder{
		padding: 30px 0 30px 0;
	}

	#homepage-block-4{
		padding: 60px 0 60px 0;
	}

	.ver_mas_noticias{
		margin: 10px 0 0 0;
	}

	.page .img_destacada,
	.contacto_top,
	.page-title-block:before{
		display: none!important;
	}

	.page-title-block,
	.single .page-title-block,
	.woocommerce .page-title-block{
		height: 320px;
	}

	.page-title-block-content h1,
	.woocommerce .page-title-block-content h1,
	.single .page-title-block-content h1{
		width: auto;
		font-size: 30px;
		line-height: 33px;
	}

	.top_quienes__somos h2{
		font-size: 30px;
		line-height: 30px;
	}

	.top_quienes__somos p {
		font-size: 20px;
		line-height: 30px;
	}

	.top_productos p{
		font-size: 20px;
		line-height: 30px;
	}

	.svc_top{
		margin: 30px 0 0 0;
	}

	.svc_top h4{
		width: auto;
		text-align: center;
		background-position: center bottom!important;
	}

	.svc_top .vc_col-sm-6{
		width: auto;
		float: initial;
		text-align: center;
	}

	.page-template-page_blog .centrado_contenido p {
		width: auto;
		margin-bottom: 0px!important;
		margin-left: 0px!important;
		text-align: center;
		background-position: center bottom!important;
	}

	.page-template-page_importacion .centrado_contenido .vc_col-sm-6{
		width: auto;
		float: initial;
	}

	.exportacion_top p{
		width: auto;
		margin: 30px 0 20px 0px!important;
		font-size: 20px;
		line-height: 30px;
		background-image: none;
	}





}


@media screen and (max-width: 950px){

	.cont_datos {
		margin: 40px 0 30px 0;
	}

	.datos_footer,
	.datos_footer:first-child,
	.datos_footer:last-child{
		display: block;
		width: auto;
		float: initial;
		margin: 0 0 20px 0;
	}

	.list_valores{
		width: auto;
	}

	.btn_contactar, .btn_wsp{
		font-size: 14px;
	}

	.btn_wsp i{
		font-size: 18px;
	}

	.single-post .panel{
		padding: 0;
	}

	.single-post .sidebar{
		display: none!important;
	}


}

@media screen and (max-width: 930px) {

	.page-template-page_blog .cont_post_principal h3 a {
		font-size: 18px;
		line-height: 20px;
	}

	.page-template-page_blog .cont_post .text {
		font-size: 16px;
		line-height: 22px;
	}

	.page-template-page_blog .cont_post_principal {
		padding: 15px 20px 20px 20px;
	}

	.blog_list li .post-info h3 {
		margin-bottom: 12px;
	}

	.cont_date_cat {
		bottom: 14px;
	}



}

@media screen and (max-width: 850px) {

	.top_productos p{
		margin: 15px 0 60px 0px!important;
	}

	.widget.widget_product_categories li a{
		width: 325px;
		font-size: 18px;
	}


	.estas_interesado .nf-multi-cell .nf-cell{
		width: auto!important;
		float: initial;
	}

	.estas_interesado #ninja_forms_required_items,
	.estas_interesado .nf-field-container {
		margin-bottom: 0px!important;
	}



}


@media screen and (max-width: 830px) {

	.portfolio .galleriffic ul.thumbs.products li{
		padding: 0 0 0 20px!important;
	}

	.cont_form {
		padding: 30px 0px 0 0px;
	}

	#ninja_forms_required_items,
	.nf-field-container {
		margin-bottom: 5px!important;
	}

}


@media screen and (max-width: 799px) {

	.single .product .one_half,
	.single .product .one_half.last{
		width: auto;
	}

	.single-product .header_single{
		padding-bottom: 10px;
	}

	.regrear_servicios{
		position: relative;
		top: auto;
		right: auto;
	}

	.breadcrumb_servicio{
		display: none;
	}

	.single .product .one_half{
   		padding-right: 0px;
	}

	.page-template-page_blog .post-image,
	.page-template-page_blog .cont_post{
		width: auto;
		float: initial;
	}

	.cont_date_cat{
		display: block;
		margin: 20px 0 0 0;
		position: relative;

		bottom: auto;
		right: auto;
		left: auto!important;
	}

	.page-template-page_blog .blog_list li:nth-child(2n+2) .post-image{
		float: initial;
	}

	.page-template-page_blog .blog_list li:nth-child(2n+2) .post-image:before,
	.page-template-page_blog .post-image:before{
		display: none;
	}

	.page-template-page_blog .image.wrap-box img{
		width: 100%;
	}


}

@media screen and (max-width: 774px) {

	.portfolio .galleriffic ul.thumbs.products li{
		padding: 20px 20px 20px 20px!important;
	}

	.js_producto{
		display: block;
		height: auto;
		text-align: center;
	}

	.portfolio .galleriffic ul.thumbs.products{
		text-align: center!important;
	}

	.portfolio .galleriffic ul.thumbs.products li{
		display: inline-block!important;
		width: 48%!important;
		margin: 5px 5px 5px 5px!important;
		text-align: center!important;
	}

	.portfolio ul.thumbs li a{
		text-align: center;
	}

	.img_js,
	.titulo_js,
	.condicion_js,
	.contacto_js{
		width: auto;
		display: block;
		margin: 0 0 10px 0!important;
		padding: 0 0 0 0!important;
		text-align: center;
	}
	
	.contacto_js h5{
		display: none;
	}

	.titulo_js h3{
		font-size: 18px;
	}

	.contacto_js a{
		width: 48%;
		margin: 0 3px 0 3px;
	}

	.js_condition{
		display: inline-block;
	}



}


@media screen and (max-width: 767px) {

	.cont_mision .vc_col-sm-6{
		margin-bottom: 20px;
	}


}


@media screen and (max-width: 740px) {

	.fullwidthbanner-container .fullwidthabanner:after{
		height: 91px;
	}

	.list_svc li {
		width: 46.55555%;
	}

	#homepage-block-3 .central-wrapper {
		width: auto;
	}

	#homepage-block-3 {
		padding: 30px 0 10px 0;
	}

	.widget.widget_product_categories li{
		width: 49%;
	}

	.widget.widget_product_categories li a{
		display: block!important;
		width: auto;
		margin: 0px 0px 0 0px;
		text-indent: 0px!important;
	}

	.widget.widget_product_categories li a:after{
		display: none;
	}

	.svc_top h4{
		font-size: 20px;
		line-height: 29px;
	}

	.contacto_rght .datos_footer{
		display: block!important;
		width: 100%!important;
	}

	.listado_importancia h4{
		font-size: 25px;
		line-height: 31px;
	}

	.listado_importancia h4 br{
		display: none;
	}

	.listado_importancia {
		padding-top: 0px;
	}

	.listado_importancia ul{
		width: auto;
	}



}


@media screen and (max-width: 630px) {

	.buscador_home{
		width: auto;
	}

	.quickfinder ul li{
		width: 49%;
	}

	.quickfinder ul li:before{
		display: none;
	}

	.list_svc li {
		width: auto;
		display: block;
		margin: 30px 0px 20px 0px;
	}

	.cont_valor{
		float: initial;
		width: auto;
	}

	.cont_valor h4{
		font-size: 20px;
		line-height: 23px;
	}

	.cont_valor h4 strong{
		font-size: 21px;
	}

	.widget_product_search form#searchform{
		width: 100%;
		margin: 10px 0 0 0!important;
	}

	.int_left,
	.int_right{
		float: initial;
		width: auto;
		padding: 0 0 0 0;
	}

	.buscar_producto{
		margin: 90px 0 0 0;
		padding: 10px 15px 40px 15px;
	}

	.buscar_producto p{
		width: auto;
		font-size: 20px;
		line-height: 29px;
	}


}



@media screen and (max-width: 550px) {

	.single-post .post-tags-block .socials-sharing span{
		display: none;
	}

	.post-tags-block .socials-sharing{
		float: initial;
		text-align: center;
	}

	.single-post .post-tags{
		float: initial;
		margin-top: 20px;
		text-align: center;
	}

	.redes_contacto h2{
		font-size: 28px;
		line-height: 29px;
	}

	.cont_mapa {
		height: 400px;
	}

}

@media screen and (max-width: 530px) {

	.portfolio .galleriffic ul.thumbs.products li{
		display: block!important;
		width: auto!important;
		margin: 5px 0px 5px 0px!important;
	}

	.contacto_js .js_wsp,
	.contacto_js .js_cotizar{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}


}


@media screen and (max-width: 500px) {

	.listado-recientes li {
		display: block;
		width: auto;
		margin: 0 0px 10px 0px;
	}

	.page-title-block,
	.single .page-title-block,
	.woocommerce .page-title-block{
		height: 240px;
	}

	.page-title-block-content h1,
	.woocommerce .page-title-block-content h1,
	.single .page-title-block-content h1 {
		width: auto;
		font-size: 25px;
		line-height: 28px;
		margin-left: 0;
	}

	.single-post .page-title-block .central-wrapper{
		bottom: 15%;
	}

	.single-post .page-title-block .page-title-block-header h1 {
		font-size: 19px;
	}

	.contacto_js .wsp_web,
	.single .product .one_half .wsp_web{
		display: none!important;
	}

	.contacto_js .wsp_movil,
	.single .product .one_half .wsp_movil{
		display: inline-block!important;
	}

	.cont_form h2{
		font-size: 25px;
		line-height: 25px;
		margin-left: 0px;
	}

	.cont_form p{
		font-size: 18px;
		margin-left: 0px;
	}





}



@media screen and (max-width: 490px) {

	.buscador_home form{
		height: 75px;
		padding: 0 20px 0 20px;
	}

	.block.content h1, .bar-title {
		margin: 0 0 20px 0;
		font-size: 24px;
		line-height: 29px;
	}

	.cont_valor{
    	padding: 0 0 0 20px;
	}

	.cont_valor h4{
		margin: 0 0 0 14px;
	}

	.cont_valor h6{
		width: 80px;
		height: 80px;
	}

	.single-post #main {
		padding: 0px;
	}


}


@media screen and (max-width: 444px) {

	.widget.widget_product_categories li a{
		font-size: 0px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		border-radius: 100px;
		-khtml-border-radius: 100px;
	}

	.widget.widget_product_categories li a:after{
		display: block;
	}

}


@media screen and (max-width: 410px) {

	.single-post .post-posts-links .left,
	.single-post .post-posts-links .right{
		float: initial;
	}

	.single-post .post-posts-links .left a,
	.single-post .post-posts-links .right a{
		width: auto!important;
		display: block!important;
	}

}



@media screen and (max-width: 375px) {

	.central-wrapper{
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.buscador_home form {
		height: 64px;
		padding: 0 10px 0 10px;
	}

	.buscador_home form input{
		height: 44px!important;
		padding-left: 13px;
		font-size: 15px!important;
	}

	#searchform #searchsubmit:before,
	#searchform #searchsubmit{
		width: 44px!important;
		height: 44px!important;
		background-position: center!important;
	}

	.quickfinder ul li {
		display: block;
		width: auto;
	}

	.quickfinder {
		padding: 0px 0 10px 0;
	}

	.list_svc li a .img_svc {
		width: 101px;
	}

	.list_svc li a {
		height: 80px;
	}

	.cont_svc {
		padding: 0 10px 0 119px;
	}

	.cont_svc span{
		display: inline-block;
		width: 20px;
	}

	.list_svc li a h2 {
		margin: 0px 0 4px 0;
		font-size: 17px;
		line-height: 19px;
	}

	.block.content h1, .bar-title {
		font-size: 20px;
		line-height: 23px;
	}

	p {
		font-size: 18px;
		line-height: 25px;
	}

	.block.clients .carousel-wrapper,
	.block.portfolio .carousel-wrapper {
		margin-right: 40px;
		margin-left: 40px;
	}

	.datos_footer {
		margin: 0 0 13px 0;
		padding: 15px 0px 15px 3px;
		font-size: 14px;
		background-position: 17px center!important;
		background-size: 25px 25px;
	}

	.datos_footer span {
		margin: 0 0 0 46px;
		padding: 0 0 0 9px;
	}

	.block.clients {
		padding: 0px 0 0px 0;
	}

	.single .page-title-block-content h1{
		margin-bottom: 0px;
	}

	.cont_mision p{
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		-khtml-border-radius: 20px;
	}

	.top_quienes__somos p,
	.cont_mision p{
		font-size: 18px;
		line-height: 26px;
	}

	.list_valores .vc_column-inner{
		padding-left: 0px;
		padding-right: 0px;
	}

	.cont_valor h4 {
		padding: 0px 20px 0 0px;
		font-size: 18px;
		line-height: 18px;
	}

	.cont_valor {
		height: 140px;
		padding: 0 0 0 14px;
	}

	.cont_valor h4 strong {
		font-size: 18px;
		margin: 0 0 5px 0!important;
	}

	.cont_valor h6 {
		width: 70px;
		height: 70px;
	}

	.top_productos p {
		font-size: 18px;
		line-height: 25px;
	}

	.tabs .tab_wrapper {
		font-size: 18px;
		line-height: 25px;
	}

	.single-product .header_single {
		padding-bottom: 0;
	}

	.btn_contactar, .btn_wsp {
		font-size: 12px;
	}

	.product .woocommerce-tabs{
		margin: 0 0 30px 0!important;
	}

	.svc_top h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.svc_top {
		margin: 10px 0 0 0;
	}

	.single-codeus_news .header_single {
		margin-top: 10px;
	}

	.single-codeus_news .wpb_text_column p {
		font-size: 18px;
		line-height: 23px;
	}

	.single-codeus_news .wpb_text_column h3 {
		margin: 40px 0 20px 0;
	}

	.single-codeus_news #main {
		padding: 0px 0 0;
	}

	.txt_svc {
		padding: 40px 0 40px 0;
	}

	.txt_svc h4{
		font-size: 20px;
	}

	.leer_nota{
		float: initial;
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.page-template-page_blog .centrado_contenido p{
		font-size: 18px;
		line-height: 27px;
	}

	.single-post #content p,
	.single-post #content{
		line-height: 26px;
	}

	.socials li{
		margin: 0 4px 15px 4px!important;
	}


	.nf-form-content input[type=button]{
		width: 100%!important;
	}

	.page-title-block-content h1,
	.woocommerce .page-title-block-content h1,
	.single .page-title-block-content h1,
	.top_quienes__somos h2,
	.cont_mision h2,
	.cont_valores h2,
	.single .product .one_half h3,
	.single-codeus_news .wpb_text_column h3,
	.cont_form h2{
		text-align: center!important;
		background-image: none!important;
		margin-left: 0px;
	}

	.top_quienes__somos h2,
	.cont_mision h2,
	.cont_valores h2,
	.single .product .one_half h3,
	.single-codeus_news .wpb_text_column h3,
	.cont_form h2{
		margin: 0 0 19px 0;
		padding-bottom: 0px;
	}

	.single-codeus_news .wpb_text_column h3{
		margin-top: 30px;
	}

	.top_quienes__somos p,
	.cont_mision p,
	.single-codeus_news .wpb_text_column p,
	.cont_form p{
		text-align: center;
		margin-left: 0px;
	}

	.datos_footer{
		padding-right: 27px;
	}

	.exportacion_top p{
		font-size: 18px;
		line-height: 22px;
		text-align: center!important;
	}

	.import_export h4,
	.listado_importancia h4{
		margin: 0 0 18px 0px!important;
		padding: 0 0 0px 0;
		background-image: none;
		font-size: 22px;
		line-height: 24px;
	}

	.import_export .wpb_text_column{
		padding-left: 0px;
		padding-right: 0px;
	}

	.cont_mision p {
		padding: 20px 20px 20px 20px;
	}

	.listado_importancia ul li{
		padding: 0px 0 19px 4px;
		margin: 0 0 19px 28px;
		font-size: 18px;
		line-height: 24px;
	}

	.block.content h1,
	.bar-title,
	#footer h1,
	.svc_top h4,
	.redes_contacto h2{
		margin-bottom: 20px;
		padding: 0;
		background-image: none;
	}

	.top_productos p{
		background-image: none;
		padding-bottom: 0px;
	}

	.page-template-page_blog .centrado_contenido{
		display: none;
	}

	.page-template-page_blog #main{
		padding: 0px 0 0;
	}

	.page-template-page_blog #main .central-wrapper{
		padding-bottom: 0px;
	}













}