/*
Theme Name: EIS
Description: Multi-Purpose Wordpress Theme
Author: Sisweb
Theme URI: https://eismaquinarias.com/
Author URI: https://siswebperu.com/
Version: 3.4.1
Tags: one-column, two-columns, 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; }

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

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

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

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

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

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;
}

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

img:not([width]) {
	width: auto;
}
img([height]) {
	height: auto;
}

.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 {
	line-height: 1;
	font-family: 'gotham_proregular';
	font-size: 23px;
	color: #fff;
	background-color: #010204;
	overflow-x: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html{ -webkit-tap-highlight-color: transparent; }

#content .inner > p,
.block.content .inner > p {
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

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

p strong{
	font-weight: normal;
	font-family: 'gotham_probold';
}

strong{
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
table thead th {
	font-family: 'gotham_problack';
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	margin-bottom: 0.689655em;
}

h2{
	margin-bottom: 0.555556em;
}

h3 {
	margin-bottom: 0.766667em;
}
h4 {
	margin-bottom: 0.583333em;
}
h5 {
	margin-bottom: 0.666667em;
}
h6 {
	margin-bottom: 0.631579em;
}

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;
}

/* botones */


input[type="submit"],
input[type="button"],
button, a.button,
.btn,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
	display: inline-block;
	width: auto;
	height: 64px;
	margin: 20px 0 20px 0;
	padding: 0 30px 0 60px;
	font-size: 15px;
	line-height: 56px;
	letter-spacing: 2px;
	color: #fff;
	font-family: 'gotham_problack';
	text-transform: uppercase;
	border-radius: 100px;

	text-align: center;
	text-decoration: none;
	background-color: #ff6600;
	border: 4px solid #3a3639;

	position: relative;
	cursor: pointer;
	
	-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;
}

input[type="submit"] i,
input[type="button"] i,
button i,
a.button i,
.btn i,
body .nf-form-content input[type=button] i{
	width: 66px;
    height: 64px;
    margin: 0;
    padding: 0;
    font-size: 0px!important;
    background: url(images/contacto.png) no-repeat;
    position: absolute;
    top: -5px;
    left: -20px;
}


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;
}


input[type="submit"]:hover,
input[type="button"]:hover,
button:hover, a.button:hover,
.btn:hover,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=submit]:hover{
	background-color: #0f1217;
	color: #ff6600;
	text-decoration: none;
}

.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;
}

.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 -15px -15px 0;
	font-size: 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%;
	background-color: #010204;
	overflow-x: hidden;
	position: relative;
	z-index: 10;
}

.central-wrapper {
	width: 1230px;
	margin: 0 auto;
}

/* HEADER */

/* !!!!!!!!!!!!!!!!!!!! */
.page-title-block {
	text-align: center;
	background-color: #4fa4c8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.page-title-block-content {
	padding: 23px 0 26px 0;
}

.page-title-block .page-title-block-header h1 {
	margin: 0;
	text-transform: none;
	font-size: 100%;
	line-height: 1.2;
	color: #ffffff;
}

.page-title-block .page-excerpt {
	margin: 11px 0 0 0;
	font-size: 112%;
}

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

#header {
	position: relative;
	border-top: 0 none;
	z-index: 11;
}

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

#header .navigation{
	padding: 30px 5px 0 5px;
	text-align: right;
}

#mysticky-nav.wrapfixed .myfixed #header .navigation{
	padding: 15px 5px 15px 5px;
}	


/*
#header.header-fixed:after{
	content:"";
	position:absolute;
	z-index:-1;
	top:100%;
	bottom:0;
	width:120%;
	height:7px;
	left:-10%;
	right:-10%;
	background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0) 50%);
	background:radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0) 50%);
}
*/


#header h1 {
	margin: 0;
}

#header .logo {
	float: left;
	padding: 0 0 0 0;
	line-height: 0;
}

#header .logo img{
	width: 199px;
	height: auto;
}

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

#header #site-navigation {
	display: inline-block;
	padding: 0px 0 0 0;
	text-align: center;
}

.cotizador_contnt{
	display: inline-block;
	vertical-align: middle;
}

.cotizador_contnt a{
	display: block;
	padding: 10px 10px 10px 30px;
	font-size: 17px;
	color: #fff;
	font-family: 'gotham_proregular';
	background: url(images/icon_cotizar.png) no-repeat center left;
}

#header #site-navigation ul.main_menu {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0;
}

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

#header #site-navigation ul.main_menu li a {
	display: block;
	padding: 7px 25px 7px 25px;
	color: #fff;
	font-size: 19px;
	font-family: 'gotham_promedium';
	position: relative;

	-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{
	text-decoration: none;
}

#header #site-navigation ul.main_menu li a:after{
	content: "";
	width: 0px;
	height: 2px;
	background-color: #ff6905;
	position: absolute;
	bottom: -4px;
	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 li.current-menu-item a:after,
.woocommerce-page #header #site-navigation ul.main_menu li.menu-item-28 a:after {
	width: 40px;
}


/*#header #site-navigation ul.main_menu li a:hover {
	text-decoration: none;
	background-color: #16191f;
	color: #ff6600;
	border-radius: 100px;
}*/

#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 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: 0px 0 0;
}

#main .central-wrapper{
	
}

.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 15px;
	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;
}

.fullwidth {
	clear: both;
}

/* 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 */



/* 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;
}

/* QUICKFINDER */

.quickfinder {
	padding: 50px 0;
}
h2 + .quickfinder {
	padding-top: 30px;
}
.quickfinder ul {
	text-align: justify;
	margin-bottom: -60px;
	font-size: 1px;
	line-height: 0;
}
.quickfinder ul:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.quickfinder ul li {
	display: inline-block;
	text-align: center;
	width: 255px;
	vertical-align: top;
	margin-bottom: 60px;
}
.quickfinder ul li {
	width: 255px;
	padding: 0 10px;
}
.quickfinder ul li a {
	text-decoration: none;
}
.quickfinder ul li span {
	display: block;
}
.quickfinder ul li .image {
	position: relative;
	width: 170px;
	height: 170px;
	line-height: 170px;
	border-radius: 85px;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	font-weight: normal;
	text-align: center;
	font-family: 'Codeus-Icons';
	margin: 0 auto 25px;
	font-size: 85px;
	overflow: hidden;
}
body.lazy-enabled .quickfinder ul li .image {
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.quickfinder ul li .image.thumb {
	background: transparent;
}
.quickfinder ul li .image.thumb span {
	margin: 0;
	height: 170px;
	width: 170px;
	position: relative;
}
.quickfinder ul li .image.thumb img {
	position: relative;
	border-radius: 85px;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
}
.quickfinder ul li .image.thumb .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0;
	background-color: rgb(58, 83, 112);
}
.quickfinder ul li:hover .image.thumb .overlay {
	opacity: 0.8;
}
body.lazy-enabled .quickfinder ul li .caption {
	opacity: 0;
}
.quickfinder ul li .image span{
	width: 168px;
	height: 168px;
	line-height: 168px;
	margin: 1px auto 0;
	border-radius: 85px;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	text-align: center;
	font-family: 'Codeus-Icons';
	font-size: 85px;
	overflow: hidden;
	cursor: pointer;
	font-weight: normal;
}
.quickfinder ul li .title {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.quickfinder.block {
	background-position: 50% 0;
	background-repeat: repeat;
	padding-bottom: 0;
}
.quickfinder.block .central-wrapper {
	padding-bottom: 45px;
}


/* PORTFOLIO */


.portfolio {
	padding: 0px 0;
}

.portfolio .galleriffic,
.portfolio .rubrics {
	position: relative;
}

.portfolio .galleriffic ul.thumbs,
.portfolio .rubrics ul.thumbs {
	
}


.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;
	text-align: center;
	overflow: hidden;
}
.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: #fff;
}

.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;
	line-height: 1.2;
	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;
	font-size: 0;
	line-height: 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%;
	line-height: 1.471;
	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%;
	line-height: 1.471;
	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: 25px;
	background: #16191f;
	border-radius: 20px;
	overflow: hidden;

	-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;

}

.portfolio.list ul.thumbs li .left-block {
	float: left;
}

.portfolio.list ul.thumbs li .right-block {
	display: block;
	text-align: left;
}

.portfolio.list ul.thumbs li:hover{
	background-color: #0f1217;
}

.portfolio.list ul.thumbs li .image 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;
}


.portfolio.list ul.thumbs li:hover .image img{
	transform: scale(1.1);
}

.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;
	font-size: 0;
	line-height: 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%;
	line-height: 1.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:first-child {
	margin: 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%;
	line-height: 1.2;
}
.newslist > li .datetime .time {
	display: block;
	line-height: 1.2;
}
.newslist > li .thumbnail {
	position: relative;
	font-size: 0;
	line-height: 1;
	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: 0px 0 0;
}

/* 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: ' ';
	font-size: 0;
	line-height: 0;
	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: ' ';
	font-size: 0;
	line-height: 0;
	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;
	font-size: 0;
	line-height: 1;
	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;
	font-size: 0;
	line-height: 1;
	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.ui-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: 0;
}
.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%;
	line-height: 1.471;
}
.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%;
	line-height: 1.471;
}

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

/* 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;
	line-height: 1.471;
}
.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%;
	line-height: 1.471;
}
.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: 72px;
	padding: 11px;
	border-radius: 46px;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
}
.widget.Custom_Recent_Posts .image img,
.widget.Custom_Popular_Posts .image img {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
}
.widget.Custom_Recent_Posts .image.dummy a,
.widget.Custom_Popular_Posts .image.dummy a {
	display :block;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	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%;
	line-height: 1.471;
}
.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;
	line-height: 1;
	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%;
	line-height: 1.471;
}
.team-item .team-email {
	font-size: 88.2%;
	line-height: 1.471;
}
/* 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: 18px;
}
.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 {
	font-size: 0;
	line-height: 1;
}
.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: 40px;
}
.post-posts-links .left a:before {
	content: '\e602';
	padding-right: 3px;
	position: absolute;
	left: -40px;
	top: -7px;
	font-family: 'Codeus';
	width: 27px;
	height: 30px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-indent: 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid transparent;
}
.post-posts-links .right {
	float: right;
}
.post-posts-links .right a {
	margin-right: 40px;
}
.post-posts-links .right a:before {
	content: '\e603';
	padding-left: 3px;
	position: absolute;
	right: -40px;
	top: -7px;
	font-family: 'Codeus';
	width: 27px;
	height: 30px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-indent: 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid transparent;
}

/* 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 transparent;
}
ol.commentlist{
	border-bottom: 1px solid transparent;
}
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 transparent;
	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: 270px;
	float: left;
}
.comment-form textarea {
	border: 1px solid #d6dde3;
	margin-top: 36px;
	width: 100%;
	max-width: 100%;
}
.comment-form p.first input[type="text"] {
	border-top: 1px solid #d6dde3;
}
.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;
	}

	

	/* QUICKFINDER */
	.block.quickfinder ul li {
		width: 220px;
	}
	.quickfinder ul li {
		width: 220px;
	}

}

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



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

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

	/* QUICKFINDER */
	.block.quickfinder ul li,
	.quickfinder ul li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 49%;
	}
	.block.quickfinder ul li .title,
	.block.quickfinder ul li .description,
	.quickfinder ul li .title,
	.quickfinder ul li .description {
		max-width: 255px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.gallery {
		position: relative;
		margin: 0 auto;
		max-width: 100%;
	}
	.gallery.full {
		margin: 0;
	}

}

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

	
	.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 15px;
		background: none;
		width: auto;
		right: autp;
	}
	.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;
	}
	.sidebar {
		margin-top: 60px;
	}

	/* 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;
	}
}

@media only screen and (max-width:399px) {
	.block.quickfinder ul li .image,
	.block.quickfinder ul li .image span,
	.block.quickfinder ul li .image img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		line-height: 120px;
		font-size: 60px;
	}
	.quickfinder ul li .image,
	.quickfinder ul li .image span,
	.quickfinder ul li .image img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		line-height: 120px;
		font-size: 60px;
	}
}

.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;
	line-height: 1;
	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;*/
	font-size: 0px;
	line-height: 1;
}
.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;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	/*filter: gray; /* IE 6-9 */
}
.clients ul.list li a:hover span {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.block.clients {
	padding: 50px 0 40px;
	background-position: 50% 0;
	background-repeat: repeat;
}
.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: 135px;
	margin-left: 135px;
}
.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;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
	background: transparent;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.block.clients ul.list li a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 200px;
	height: 150px;
}
.block.clients ul.list li a {
	background-color: transparent;
}
.block.clients ul.list li a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.block.clients ul.list li a:hover span {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.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: 70px;
	height: 100%;
	text-indent: 70px;
	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: 68px;
	margin-top: -35px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35x;
	text-align: center;
	border: 1px solid transparent;
}
.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: -85px;
}
.block.clients .next {
	right: -85px;
}
.block.portfolio .prev {
	left: -85px;
}
.block.portfolio .next {
	right: -85px;
}
@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) {

	


}

/* 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 {
	font-size: 0;
	line-height: 1;
	height: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.skill-line div {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	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;
	line-height: 1.2;
	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;
	line-height: 1;
	margin: 0 0 0 46px;
}


/* Pricing table */

.pricing-table {
	font-size: 0;
	line-height: 1;
	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;
	line-height: 1.2;
	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;
		}
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* S L I D E R  B A N N E  R */


.cont_banner{
	background-color: #101113;
}

body .cont_banner .rev-btn {
	position: relative;
}

body .cont_banner .rev-btn i{
	width: 66px;
	height: 64px;
	margin: 0;
	padding: 0;
	background: url(images/contacto.png) no-repeat;
	position: absolute;
	top: -5px;
    left: -20px;
}

body .cont_banner .rev-btn i{
	font-size: 0px;
}

.compose-mode #page{
	padding-top: 120px;
}

body a#slider-1-slide-2-layer-2:hover,
body a#slider-1-slide-1-layer-2:hover{
	color: #ff6600!important;
}

body .cont_banner h1,
body .cont_banner p{
	text-shadow: 0px 10px 50px #000;
}



/*   H O M E   G E N E R A L  */


.titulos_home{
	margin-bottom: 40px!important;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
}

.titulos_home h1{
	margin: 0 0 14px 0!important;
	font-size: 50px;
	line-height: 53px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.titulos_home h1 strong{
	color: #ff6600;
}

.titulos_home p{
	font-size: 23px;
	line-height: 30px;
}


/* para footer */

.form_footer .titulos_home{
	display: flex;
	flex-wrap: wrap;
}

.form_footer .titulo_left,
.form_footer .titulo_linea,
.form_footer .titulo_txt{
	align-items: flex-end;
	display: flex;
}

.form_footer .titulo_txt .vc_column-inner,
.form_footer .titulo_left .vc_column-inner,
.form_footer .titulo_linea .vc_column-inner{
	justify-content: flex-end;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}



/*  N Ú M E R O S  H O M E   */


.cont_numeros_home{
	padding-top: 55px;
	padding-bottom: 50px;
	background-color: #0d0f13;
}

.cont_numeros_home .titulos_home h1 em{
	font-size: 40px;
	font-family: 'gotham_probold';
	font-style: normal;
}

.numeros_animate{
	text-align: center;
	padding-left: 90px;
	padding-right: 90px;
}

.numeros_animate .wpb_text_column {
	height: 250px;
	margin: 0px 0px 28px 0px;
	padding: 35px 40px 40px 40px;
	background-color: #010204;
	cursor: pointer;
	border-radius: 30px;

	-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;
}

.numeros_animate .wpb_text_column:hover{
	background-color: #0f1217;
}

.numeros_animate h2{
	margin: 0 0 25px 0;
	padding: 0 0 14px 0;
	font-size: 90px;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}

.numeros_animate h2 strong{
	margin-right: 3px;
	display: inline-block;
	color: #ff6600;
}

.numeros_animate h2:before{
	content: "";
	width: 60px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.counter{
	display: inline-block;
}

.counter span{
	display: none!important;
}

.numeros_animate p{
	font-size: 22px;
	line-height: 26px;
}




/*    S O L U C I O N E S   H O M E   */



.soluciones_home{
	padding-top: 60px!important;
	padding-bottom: 40px;
}

.carousel_sol .slick-slider{
	margin-left: -15px;
	margin-right: -15px;
}

.carousel_sol .slick-slider .slick-list{
	
}

.carousel_sol .carousel-caption{
	display: block!important;
	background-color: #0d0f13!important;
	margin-right: 15px!important;
	margin-left: 15px!important;
	margin-bottom: 50px;
	border-radius: 20px;
}

.carousel_sol .carousel-caption:hover{
	background-color: #0f1217!important;
}

.carousel_sol .ing_sliderx{
	border-radius: 20px;
	overflow: hidden;
}

.carousel_sol .ing_sliderx img{
	width: 100%;
	margin: 0!important;
	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;
}

.carousel_sol .carousel-caption:hover img{
	transform: scale(1.1);
}

.carousel_sol .content-section{
	margin: 0 0 -50px 0px;
	padding: 30px 30px 20px 30px;
	text-align: left !important;
	position: relative;
	z-index: 10;
}

.carousel_sol .carousel-caption h3{
	margin: -20px 0 20px 0;
    font-size: 45px;
    letter-spacing: -1px;
    color: #ff6600;
    text-transform: uppercase;
}

.carousel_sol .carousel-caption h3:before{
	display: none;
}

.carousel_sol .carousel-caption h3 strong{
	color: #fff;
	font-size: 65px;
}

.carousel_sol .carousel-caption h3 strong em{
	display: inline-block;
	margin: 0px -12px 0px 0;
	padding: 1px 10px 4px 10px;	
	background-color: transparent!important;
	border-radius: 50%;
	font-style: normal;
}

.carousel_sol .carousel-caption ul{
	height: 152px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.carousel_sol .carousel-caption li{
	margin: 0 0 0 0;
	padding: 6px 0 6px 15px;
	font-size: 23px;
	line-height: 26px;
	color: #fff;
	position: relative;
}

.carousel_sol .carousel-caption li:before{
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 21px;
	color: #ff6600;
	position: absolute;
	top: 5px;
	left: 0px;
}

body .slick-dots{
	bottom: -42px!important;
}

body .slick-dots li button{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body .slick-dots li button:before{
	top: 3px;
    left: 3px;
    line-height: 12px;
}

body .slick-slide .carousel_btn_span{
	text-align: left!important;
}

.carousel_sol .btn{
	margin: 0 0 0 0;
}

/*.carousel_sol .btn i{
	background: url(images/btn_wspx.png) no-repeat;
}

*/

/* - - - -  V I D E O   H O M E  - - - */



.video_home{
	height: 574px;
	margin-top: 100px;
	margin-left: 0px!important;
	margin-right: 0px!important;
	text-align: center;
	border-radius: 30px;
}

.video_home .vc_parallax-inner{
	-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;
}

.video_home:hover .vc_parallax-inner{
	opacity: 0.7;
}

.video_home img{
	margin-bottom: 80px!important;

	-webkit-transition: transform .7s ease-in-out;;
	-moz-transition: transform .7s ease-in-out;;
	-o-transition: transform .7s ease-in-out;;
	-ms-transition: transform .7s ease-in-out;;
	transition: transform .7s ease-in-out;;
}

.video_home h2{
	margin: 0 0 50px 0!important;
	color: #fff;
	font-size: 35px;
	line-height: 46px;
}

body .vbox-close {
    background: url(images/btn_cerrar.png) center no-repeat;
    top: 15px;
    right: 30px;
    font-size: 0px;
}

.video_home a:hover img{
transform: rotate(360deg);
}



/* P R O D U C T O S   H O M E  */


.productos_home{
	margin-top: 60px;
}

.carousel_pro{
	padding-top: 0px;
	padding-bottom: 50px;
}

.carousel_pro .wcp-carousel-main-wrap .slick-list{
	
}

body .carousel_pro .slick-slide{
	padding-bottom: 30px;
}

body .carousel_pro .slick-slide 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;
}

body .carousel_pro .slick-slide:hover img{
	transform: scale(1.04);
}


/* producto item */



.content_prodx{
	margin: 0 16px 10px 16px;
	background-color: #0d0f13;
	overflow: hidden;
	border-radius: 20px;
}

.img_prodx{
	margin: 0 0 35px 0;
	border-radius: 20px;
	overflow: hidden;
}

.img_prodx img{
	border-radius: 20px;
}

.txt_prodx{

}

.content_prodx h4{
	margin: 0 20px 0 30px;
	font-size: 25px;
	line-height: 30px;
}

.content_prodx h4 a{
	display: block;
}

.btns_prodx{
	margin: 30px 20px 30px 30px;
	overflow: hidden;
}

/*.btns_prodx a.btn{
	width: 46%;
}*/

/* btn wsp*/

.btns_prodx a.btn_wsp_prodx{
	float: right;
}

/*.btns_prodx a.btn_wsp_prodx i{
	background: url(images/btn_wspx.png) no-repeat;
}
*/
.btns_prodx a.btn:hover{
	background-color: #0f1217;
	text-decoration: none;
}

body a.no_border_btn{
	padding: 0 30px 0 30px;
	border: none;
	background-color: rgb(255 255 255 / 5%);
	line-height: 64px;
}

/* dots */

body .wcp-slick .slick-dots li button:before{
	content: '•';
	width: 14px;
	height: 14px;
	font-family: 'slick';
	font-size: 30px !important;
	line-height: 12px;
	color: transparent!important;
	border-radius: 50%;

	border: 2px solid #ffffff;
	position: absolute;
	top: 3px;
	left: 3px;

	text-align: center;
	opacity: 0.70;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




/* P R O Y E C T O S   H O M E */



.proyectos_home{
	padding-top: 70px!important;
	padding-bottom: 50px;
}

.proyectos_home .wcp-carousel-main-wrap .slick-list {
    
}

.carrousel_proyx{
	
}

.left_casos_home h1{
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 47px;
}

.left_casos_home p{
	font-size: 18px;
	line-height: 27px;
}

.left_casos_home a.button{
	width: 235px;
	height: 60px;
	margin: 40px 0 0 0;
	padding: 0 30px 0 30px;
	border: none;
	background-color: rgb(255 255 255 / 5%);
}


/* proyecto item */



.item_prox{
	margin: 0 12px 40px 12px;
	background-color: #010204;
	cursor: move;
	border-radius: 20px;
}

.image_proyx{
	border-radius: 20px;
	overflow: hidden;
}

.item_prox img{
	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;
}

.item_prox:hover img{
	transform: scale(1.05);
}

.cont__prox{
	padding: 20px 30px 0 30px;
}

.cont__prox h3{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 23px;
	line-height: 28px;
	text-transform: initial;
	position: relative;
}

.cont__prox h3:before{
	content: "";
	width: 15px;
	height: 4px;
	background-color: #ff6600;
	position: absolute;
	top: 10px;
	left: -21px;
}

.cont__prox .btn{
	margin: 0 0 -30px 0;
}

.cont__prox .btn i{
	background: url(images/btn_ver_mas.png) no-repeat;
}




/*  V E N T A J A S    H O M E   */



.ventajas_home{
	padding-top: 50px;
	padding-bottom: 45px;
	background-color: #0d0f13;
}

.carrousel_ventajas{

}

.ventajas_section.carrousel_ventajas .carousel-caption{
	width: auto!important;
}

.carrousel_ventajas .carousel-caption{
	background-color: #010204!important;
	border-radius: 10px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
}

.carrousel_ventajas .ing_sliderx{
	overflow: hidden;
}

.carrousel_ventajas .ing_sliderx,
.carrousel_ventajas .ing_sliderx img{
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.carrousel_ventajas .ing_sliderx img{
	width: 100%;
	margin: 0!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;
}


.carrousel_ventajas .carousel-caption:hover img{
	transform: scale(1.04);
}

.carrousel_ventajas .ing_sliderx:before{
	content: "";
	width: 100%;
	height: 40px;
	background: url(images/franja_img.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.content-section{
	text-align: left!important;
	padding: 30px 30px 30px 30px;
	position: relative;
	z-index: 2;
}

.content-section h2{
	width: 74px;
	height: 74px;
	margin: 0 0 0 0;
	font-size: 40px;
	line-height: 74px;
	text-align: center;
	font-family: 'gotham_promedium';
	background-color: #ff6600;
	border-radius: 50%;
	position: absolute;
	top: -90px;
	right: 30px;
}

.content-section h3{
	margin: 0 0 25px 0;
	font-size: 24px;
	font-family: 'gotham_probold';
	text-transform: initial;
	position: relative;
}

.content-section h3:before{
	content: "";
	width: 15px;
	height: 4px;
	background-color: #ff6600;
	position: absolute;
	top: 10px;
	left: -19px;
}

.content-section p{
	font-size: 18px;
	line-height: 25px;
}




/* F O R M U L A R I O  C O N T A C T O  F O O T E R  */



.form_footer{
	padding: 70px 0 60px 0;
	margin: 70px 0 0 0;
	background: url(images/bg_form.jpg) no-repeat center;
	background-size: cover;
}

.form_content{
	margin: 60px 0 0 0;
}

body .nf-form-fields-required,
body .nf-pass.field-wrap .nf-field-element:after,
body .nf-error.field-wrap .nf-field-element:after,
body .nf-error .nf-error-msg{
	display: none!important;
}

body .nf-form-content{
	padding: 0;
	max-width: initial;
}

body .nf-form-content .list-select-wrap .nf-field-element>div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea{
	height: 64px;
	padding: 7px 37px 5px 25px;
	background-color: rgb(3 3 3 / 80%);
	border-color: #fff;
	font-size: 19px;
	font-family: 'gotham_prolight';
	color: #fff;
	border-radius: 20px;
}

body .nf-form-content select.ninja-forms-field:not([multiple]){
	height: 55px;
}

body .nf-form-content select.ninja-forms-field{
	padding: 5px 37px 5px 25px;
	font-size: 18px;
	line-height: 45px;
	font-family: 'gotham_proregular';
	color: #fff;
	letter-spacing: 0.5px;
	cursor: pointer;
}

body .nf-form-content textarea.ninja-forms-field{
	height: 145px;
	padding: 7px 37px 5px 25px;
	padding-top: 20px;
	font-size: 18px;
	font-family: 'gotham_proregular';
	color: #fff;
	letter-spacing: 0.5px;
}

body #ninja_forms_required_items,
body .nf-field-container{
	margin-bottom: 12px;
}

body .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .nf-form-content input:not([type=button]):focus,
body .nf-form-content textarea:focus,
body .nf-form-content select.ninja-forms-field:focus{
	background-color: rgb(3 3 3 / 80%);
	border-color: #2c2f37;
	font-size: 18px;
	font-family: 'gotham_proregular';
	color: #fff;
	letter-spacing: 0.5px;
}

body .nf-form-content .list-select-wrap>div div:after{
	height: 53px;
	color: #ff6600;
	right: 17px;
}

body .html-container{
	margin: 15px 0 0 0;
}

body .html-container p{
	font-size: 20px;
	color: #fff;
}

body .html-container p a{
	font-size: 20px;
	color: #ff6600;
	text-decoration: underline;
}

body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit]{
	padding: 0 40px 0 40px
}


/* placeholder opacity */



*::-webkit-input-placeholder {
	color: #fff;
	background-color: rgb(3 3 3 / 80%);
}
*:-moz-placeholder {
	color: #fff;
	background-color: rgb(3 3 3 / 80%);
}
*::-moz-placeholder {
	color: #fff;
	background-color: rgb(3 3 3 / 80%);
}
*:-ms-input-placeholder {
	color: #fff;
	background-color: rgb(3 3 3 / 80%);
}

::-webkit-input-placeholder {
	color: #fff;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:-moz-placeholder {
	color: #fff;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

::-moz-placeholder {
	color: #fff;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:-ms-input-placeholder {
	color: #fff;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:hover::-webkit-input-placeholder {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:hover:-moz-placeholder {
	opacity: 0.9;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:hover::-moz-placeholder {
	opacity: 0.9;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:hover:-ms-input-placeholder {
	opacity: 0.9;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
	background-color: rgb(3 3 3 / 80%);
}



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

 

#footer{
	margin: 0 0 0 0;
	padding: 120px 0 0px 0;
	background-color: #000000;
	
	overflow: hidden;
}

.enlaces_footer{
	margin-bottom: 0px;
	text-align: justify;
	font-size: 18px;
	line-height: 27px;
}

.enlaces_footer:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.colum_footer{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	text-align: left;
}

.enlaces_footer h3{
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}

.enlaces_footer h3:before{
	content: "";
	width: 20px;
	height: 3px;
	background-color: #ff6600;
	position: absolute;
	bottom: -15px;
	left: 0px;
}

.logo_footer {
	display: inline-block;
	margin: 0 0 50px 0;
}

.logo_footer img{
	width: 183px;
}

.enlaces_footer a.btn{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 275px;
}

.enlaces_footer a.btn i{
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: -5px 0px 0 11px;
	background: url(images/descarga-icon.png);
}

.redes_footer{
	margin: 40px 0 0 0;
}

.redes_footer a{
	display: inline-block;
	vertical-align: top;
	width: 53px;
	height: 53px;
	margin: 0 25px 0 0;
	font-size: 22px;
	line-height: 51px;
	color: #fff;
	border: solid 2px #ff6600;
	text-align: center;
	border-radius: 50%;

	-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{
	color: #ff6600;
}

.bottom_line{
	padding: 50px 0 40px 0;
	background: #0a0b0d;
	font-size: 18px;
	line-height: 34px;
}

.bottom_line i{
	margin: 0 4px 0 4px;
	color: #ff6600;
}

.productos_footer ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.productos_footer ul li{
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
}

.productos_footer ul li a{
	display: block;
	position: relative;
	padding: 0 0 0 15px;
}

.productos_footer ul li a i{
	font-size: 17px;
	color: #ff6600;
	position: absolute;
	top: 3px;
	left: 0px;
}

.productos_footer ul li a:hover{
	color: #ff6600;
}

.datos_footer{

}

.datos_footer span{
	display: block;
	padding: 0 0 10px 45px;
    margin: 0 0 20px 0;
}

.telefonos_footer{
	background: url(images/telefono_icon.png) no-repeat 0px 1px;
}

.email_footer{
	background: url(images/fono_icon.png) no-repeat 0px 4px;
}

.dire_footer{
	background: url(images/dire_icon.png) no-repeat 0px 3px;
}

.datos_footer span a{
	text-decoration: underline;
}

.datos_footer .fa.fa-whatsapp{
	margin: 0 3px 0 0;
	font-size: 21px;
	color: #009c00;
}

.datos_footer span a:hover{
	color: #ff6600;
}



/* I N T E R N A S */



.banner_titulo{
	height: 536px;
	padding: 190px 0 0 0;
	background: url(images/baner-productos.jpg) no-repeat center;
	background-size: cover;
}

.banner_titulo h1{
	display: inline-block;
	margin: 0 0 30px 0;
	font-size: 50px;
	line-height: 51px;
	color: #fff;
	text-transform: uppercase;
}

.banner_titulo h1 strong{
	display: block;
	color: #ff6600;
	letter-spacing: 0.8px;
}

.banner_titulo p{
	width: 528px;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #fff;
}

.banner_titulo a.btn{
	margin: 40px 0 0 0;
}

/*.banner_titulo a.btn i{
	background: url(images/btn_wspx.png) no-repeat;
}

*/

/* - - - - -  P R O D U C T O S   L I S T A D O  - - - -  */



/* menu productos */


body .menu_productos{
	margin-top: 40px;
	margin-bottom: 50px;
	background: #16191f;
	position: relative;
}

body .menu_productos #shop_sidebar{
	float: initial;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body .menu_productos ul{
	margin: 0 -4px 0 -4px;
	text-align: left;
}

body .menu_productos li{
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin: 0 2px 0 2px;
	padding: 0 0 0 0;
}

body .menu_productos li.menu-item-132,
body .menu_productos li.menu-item-130{
	width: 250px;
}

body .menu_productos li a{
	display: block!important;
	height: 120px;
	margin: 0px 0 0 0;
	padding: 10px 10px 0px 25px!important;
	text-align: left!important;

	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #767b81;
	font-family: 'gotham_problack';
	border-bottom: solid 3px #696e73;

	-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;
}

body .menu_productos li a span{
	text-align: left!important;
}

body .menu_productos li a span img{
	display: inline-block!important;
	vertical-align: top;
}

body .menu_productos li a:hover{
	background-color: #05080c;
}

body .menu_productos li.current-menu-item a{
	background: #ff6600;
	border-bottom: solid 3px #ff6600;
	color: #000;
}

body .menu_productos li a:before{
	display: none;
}

body .menu_productos li a img.menu-image.menu-image-title-below {
	opacity: 1!important;
	display: block;
}

body .menu_productos li a img.hovered-image.menu-image-title-below {
	opacity: 0!important;
	display: none;
}

body .menu_productos li.current-menu-item a img.menu-image.menu-image-title-below {
	opacity: 0!important;
	display: none!important;
}

body .menu_productos li.current-menu-item a img.hovered-image.menu-image-title-below {
	opacity: 1!important;
	display: block;
	margin: 0!important;
}



/* listado productos */


.woocommerce-notices-wrapper,
p.woocommerce-result-count,
form.woocommerce-ordering,
nav.woocommerce-breadcrumb{
	display: none!important;
}

.content_semiremoloque{
	height: 641px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;	

	-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;

}


.content_semiremoloque .central-wrapper{
	position: relative;
	z-index: 2
}

.left_semiremolque{
	float: left;
	width: 59%;
}

.right_semiremolque{
	float: right;
	width: 40%;
	padding: 0 0 0 20px;
}


/* imagen principal */


.cont_list_productos{

}

body ul.products.thumbs li.type-product{
	margin-bottom: 110px;
	border: none;
	overflow: initial!important;
	position: relative;
}

body ul.products.thumbs li.type-product:before{
	content: "";
	width: 71px;
	height: 21px;
	background: url(images/arrow_bajar.png) no-repeat center;
	position: absolute;
	bottom: -65px;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
}

body ul.products.thumbs li.type-product:last-child:before{
	display: none;
}

.img_semiremolque_list{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0%;
	/*left: 0px;
	margin-right: auto;
	margin-left: auto;*/
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.img_semiremolque_list img{
	opacity: 0!important;
	position: relative;
	z-index: -4000;
}


/* titulo */

.titulo_prod_lis{
	margin: 0px 0 0 0;
	padding: 25px 0 20px 0;
	background: linear-gradient(90deg, rgb(3 6 10 / 90%) 0%, rgb(3 6 10 / 73%) 16%, rgba(3, 6, 10, 0) 100%);
	position: relative;
}

.titulo_prod_lis:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(3 6 10 / 90%);
	position: absolute;
	top: 0px;
	left: -100%;
}

.titulo_prod_lis h2{
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.titulo_prod_lis h2 a{
	color: #fff;
}

.titulo_prod_lis h2 span{
	display: block;
}

.titulo_prod_lis h2 strong{
	font-size: 37px;
	color: #ff6600;
}

.titulo_prod_lis h2 strong:before{
 	display: none;
 }


/* */


.right_semiremolque h3{
	padding: 0 0 0px 0;
	margin: 60px 0 15px 0;
	font-size: 21px;
    line-height: 25px;
    font-family: 'gotham_prolight';
    text-transform: initial;
    position: relative;
}

.right_semiremolque h3:before{
	content: "";
	width: 15px;
	height: 3px;
	background-color: #ff6600;
	position: absolute;
	top: 11px;
	left: -30px;
}


/* descripcion corta */

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

.descripcion_corta p{
	padding: 0 0 0 0px;
	font-size: 21px;
	line-height: 27px!important;
	position: relative;
	font-family: 'gotham_prolight';
}


/* caracteristicas */

.caracteristicas_list{

}

.caracteristicas_list h4{
	margin: 0 0 25px 0;
	padding: 0px 0 0px 0px;
	font-size: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.caracteristicas_list h4 strong{
	color: #ff6600;
}

.caracteristicas_list ol{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	list-style: none;
}

body .caracteristicas_list ol li{
	margin: 0 0 0 0;
    padding: 6px 0 6px 0px;
    border: none!important;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #fff;
    border-top: solid 2px #101112!important;
}

body .caracteristicas_list ol li strong{
	display: inline-block;
	width: 260px;
	font-size: 17px;
	font-family: 'gotham_promedium';
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.caracteristicas_list p{
	padding: 10px 24px 10px 24px;
	font-size: 17px;
	line-height: 23px!important;
	color: #000;
	font-family: 'gotham_prolight';
}

/* botones */


.btns_list{
	margin: 30px 0 0 0;
	overflow: hidden;
}

.btns_list a.btn{
	margin: 0 0 0 0;
	vertical-align: top;

	-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;
}

.btns_list a.btn:hover{
	background-color: #0f1217;
}

.btns_list a.wsp_list{
	float: right;
}

/*.btns_list a.wsp_list i{
	background: url(images/btn_wspx.png) no-repeat;
}

*/


/* - - - >  D E T A L L E   P R O D U C T O   < - - - */



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

body.single-product .form_footer{
	margin: 10px 0 0 0;
}

.banner_producto{
	height: 650px;
	padding-top: 120px!important;
}

.left_txt_detalle{
	z-index: 10;
}

.left_txt_detalle .wpb_text_column{
	padding-right: 30px;
}

.banner_producto h1{
	margin: 80px -40px 35px 0;
	font-size: 41px;
	line-height: 41px;
	letter-spacing: 0px;
	color: #fff;
}

.banner_producto h1 strong{
	display: block;
	color: #ff6600;
}

.banner_producto p{
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.8px;
	color: #fff;
}

.banner_producto p strong{
	display: block;
	margin: 0 0 10px 0!important;
	font-size: 22px;
}

.banner_producto a.button{
	margin: 50px 30px 0 0;
}

/*.banner_producto a.button i{
	background: url(images/btn_wspx.png) no-repeat;
}*/

/*.banner_producto .button:last-child{
	background-color: #16191f;
}
*/
.banner_producto .button i:before{
	display: none;
}

.banner_producto .button i.fa.fa-whatsapp{
	width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 10px;
    background: url(images/icon_wsp.png) no-repeat center;
}

.banner_producto .button i.fa.fa-download{
	display: inline-block;
    width: 21px;
    height: 21px;
    margin: -5px 0px 0 11px;
    background: url(images/descarga-icon.png);
}

/* galeria */

body .banner_producto .image.wrap-box.below{
	width: 743px;
	float: right;
	margin: 0 0 0 0;
}

body .banner_producto .wrap-box .wrap-box-element{
	width: 743px;
	max-width: initial;
}

body .image.wrap-box .fancy .overlay{
	background-color: rgb(22 33 46 / 65%);
}

.image.wrap-box .fancy .overlay:before{
	color: #fff;
}



/* especificaciones */



.especificaciones_prodx{
	margin-top: 30px;
}

.especificaciones_prodx h3{
	margin: 15px 0 30px 0;
	font-size: 22px;
	letter-spacing: 0.8px;
}

.especificaciones_prodx h3 strong{
	color: #ff6600;
}

.especificaciones_prodx .wpb_text_column ul{
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

.especificaciones_prodx .wpb_text_column ul li{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0px;

	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: #fff;
    border-top: solid 2px #101112;
}

.especificaciones_prodx .wpb_text_column ul li:last-child{
	 border-bottom: solid 2px #101112;
}

.especificaciones_prodx .wpb_text_column ul li strong{
	display: inline-block;
	width: 230px;
	font-size: 16px;
	letter-spacing: 0.8px;
	font-family: 'gotham_problack';
	text-transform: uppercase;
}

.especificaciones_prodx .image.wrap-box{
	margin-bottom: 40px;
	padding-left: 36px;
}

/* video producto */


.content_videox{
	margin-top: 80px;
}

.content_videox .vc_row.vc_row-flex{
	height: 574px;
	border-radius: 30px;
	text-align: center;
}

body .content_videox .vc_btn3{
	width: 86px;
	height: 60px;
	background: transparent url(images/icon_play2.png) no-repeat center;
}

body .content_videox .vc_btn3:hover{
	background-color: transparent;
}

.content_videox a 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;
}

.content_videox a:hover img{
	transform: scale(1.08);
}

.content_videox .vc_parallax-inner{
	-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;
}

.content_videox:hover .vc_parallax-inner{
	opacity: 0.6;
}


/* productos relacionados */


.prodx_relacionados{
	margin-top: 70px;
	padding-top: 50px;
	background-color: #0d0f13;
}

.prodx_relacionados .content_prodx{
	background-color: #010204;
}




/*  Q U I E N E S   S O M O S   */



.banner_nosotros{
	height: 678px;
	margin-bottom: 20px;
}

.banner_nosotros h1{
	display: inline-block;
	margin: 0px 0 0px 0!important;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	position: relative;
}

.banner_nosotros h1 strong{
	display: block;
	color: #ff6600;
}


/* bienvenida */


.nosotros_section{
	padding-top: 60px!important;
	padding-bottom: 60px;
	background-color: #0d0f13;
}

.nosotros_section h2{
	margin: 0 0 35px 0;
	font-size: 41px;
}

.nosotros_section h2 strong{
	display: block;
	font-size: 48px;
	color: #ff6600;
}

.nosotros_section p{
	font-size: 19px;
	line-height: 28px;
	font-family: 'gotham_prolight';
}

.nosotros_section .txt_bienvenida {
	margin-bottom: 30px;
}

.nosotros_section .one_half{
	margin-top: 25px;
	margin-bottom: 0px;
	overflow: hidden;
}

.nosotros_section .one_half h4{
	float: left;
	height: 94px;
	margin: 0 12px 0px 0;
}

.nosotros_section .one_half h4 img{
	width: 47px;
}

.nosotros_section .one_half h3{
	margin: 0 0 0 0;
	font-size: 50px;	
}

.nosotros_section .one_half h3 strong{
	font-size: 40px;
	color: #ff6600;
}


.nosotros_section .one_half p{
	font-size: 17px;
	line-height: 22px;
}





/* video */

.video_section_nosotros{
	height: 572px;
	padding-top: 0!important;
	margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 30px;
}

.video_section_nosotros .vc_btn3{
	width: 100px;
	height: 100px;
	margin-bottom: 0!important;
	background: transparent url(images/video-play.png) no-repeat center!important;
}

.video_section_nosotros img{
	width: 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;
}

.video_section_nosotros img:hover{
	transform: rotate(360deg);
}


/* mision vision */


.mision_vision{
	padding-top: 50px!important;
	padding-bottom: 50px;
}

.mision_vision .wpb_text_column{
	height: 330px;
	margin: 0 0 0 0;
	padding: 0 30px 30px 30px;
	background-color: #0d0f13;

	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.mision_vision .image.wrap-box.below{
	margin: 0;
	background-color: #0d0f13;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.mision_vision .image.wrap-box.below img{
	border-radius: 20px;
	margin: 0;
}

.mision_vision h3{
	margin: -50px 0 20px 0;
	position: relative;
}

.mision_vision h3 img{
	width: 85px;
}

.mision_vision h2{
	font-size: 30px;	
}

.mision_vision h2 strong{
	color: #ff6600;
}

.mision_vision p{
	margin: 0 0 0 0;
	font-size: 19px;
	line-height: 30px;	
}



/* Valores Home */


.valores_section{
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.list_valores{
	padding-top: 50px;
}

.list_valores .wpb_text_column {
	height: 292px;
	margin: 0 0 65px 0;
	padding: 0 40px 20px 40px;
	background-color: #0d0f13;
	border-radius: 20px;

	font-size: 18px;
	line-height: 28px;
}

.list_valores .wpb_text_column h4{
	width: 85px;
	height: 85px;
	margin: -40px 0 20px 0;
	line-height: 80px;
	background-color: #ff6600;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: text-bottom;
}

.list_valores .wpb_text_column h4 img{
	width: 38px;
	display: inline!important;
	vertical-align: middle;
}

.list_valores .wpb_text_column h3{
	margin: 0 0 22px 0;
	font-size: 23px;
}

.list_valores .one_fourth h4 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;
}

.list_valores .one_fourth:hover h4 img{
	transform: rotateY(45deg);
	animation: rotateAnimation 1s linear;
}

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}


/* sectores quiens somos */


.sectores_empresa{
	padding-top: 60px!important;
	padding-bottom: 50px;
}

.list_sectores{
	padding-top: 10px;	
}

.list_sectores .wpb_text_column{
	margin: 10px 0 30px 0;
	padding: 50px 0 50px 50px;
	background-color: #010204;
	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;
}

.list_sectores .wpb_text_column:hover{
	background-color: #0f1217
}

.list_sectores .wpb_text_column h4{
	margin: 0 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

.list_sectores .wpb_text_column h4 img{
	width: 71px;
}

.list_sectores .wpb_text_column h3{
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
}

.list_sectores .wpb_text_column h3:before {
    content: "";
    width: 55px;
    height: 2px;
    background-color: #ff6600;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.list_sectores .wpb_text_column:hover h4 img{
	-webkit-animation: flip-2-hor-top-1 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-2-hor-top-1 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-3-27 22:7:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-2-hor-top-1
 * ----------------------------------------
 */

@-webkit-keyframes flip-2-hor-top-1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(-360deg);
            transform: translateY(0%) rotateX(-360deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}

@keyframes flip-2-hor-top-1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(-360deg);
            transform: translateY(0%) rotateX(-360deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}




/*   C O N T A C T O  S E C C I O N    */


.page-template-page_contact .form_footer{
	display: none!important;
	height: 0px!important;
	margin: 0;
	padding: 0;
	overflow: hidden!important;	
}

.banner_contacto{
	height: 567px;
	margin-bottom: 20px;
}

.banner_contacto h1{
	display: inline-block;
	margin: 50px 0 0px 0!important;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	position: relative;
}

.banner_contacto h1 strong{
	color: #ff6600;
}

/* canales de contacto */


.canales_content{
	padding-top: 25px;
	padding-bottom: 50px;
}

/* formulario left */


.form_left{
	float: left;
	width: 49%;
}

.form_left h2{
	margin: 0 0 20px 0;
	font-size: 50px;
}

.form_left p{
	font-size: 19px;
	line-height: 29px;
}

.form_left .nf-form-cont{
	margin: 30px 0 0 0;
}


/* datos right */


.canales_box{
	float: right;
	width: 48%;
	margin: 0 0px 0 0px;
	padding: 40px 40px 40px 40px;
	border-radius: 20px;
	text-align: left;

	background-color: #0d0f13;
}

.canales_box h2{
	font-size: 34px;
}

.canales_box h2 strong{
	color: #ff6600;
}

.canales_box p{
	font-size: 19px;
	line-height: 29px;
}

.canal_item{
	margin: 0 0 0 0;
	padding: 30px 0 30px 0;
	border-bottom: solid 1px #23262b;
	overflow: hidden;

	-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;
}

.canal_item:nth-child(5){
	border: none;
}

.canal_item h4 img{
	margin: -9px 0 0 0;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.canal_item h4{
	width: 80px;
	height: 80px;
	border: solid 2px #fff;
	border-radius: 50%;
	overflow: hidden;
}

.canal_item:hover h4 img{
	width: 80px;
	transform: rotate(360deg);
}

.canal_item h4{
	float: left;
	margin: 0 20px 0px 0px;
}

.canal_item span{
	display: block;
}

.canal_item h3{
	font-size: 19px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	color: #fff;
}

.canal_item p{
	font-size: 19px;
	line-height: 27px;
	color: #fff;
}

.canal_item a{
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 5px 0 5px 0;
	font-size: 20px;
	line-height: 26px;
	text-decoration: underline;
	color: #fff;

	-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;
}

.canal_item a:hover{
	color: #ff6600;
}

.canal_item a i{
	width: 21px;
    margin: 0px 10px 0 0;
    text-align: center;
    vertical-align: middle;
}

.canal_item i.fa.fa-whatsapp{
	font-size: 24px;
	color: #25aa25;
}

.canal_item i.fa.fa-mobile{
	font-size: 26px;
	color: #fff;
}

.canal_item i.fa.fa-phone{
	font-size: 23px;
	color: #fff;
}

.horario_atencion{
	margin: 50px 0 0 16px;
	padding: 10px 0 10px 55px;
	text-align: left;
	background: url(images/icon-horario.png) no-repeat 0px 3px;
}

.horario_atencion h3{
	display: inline-block;
	font-size: 15px;
    margin: 0 0 0px 0;
    letter-spacing: 1px;
    color: #fff;
}

.horario_atencion p {
	margin: 0 0 0 5px;
	display: inline-block;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #fff;
}

.redes_contacto{
	margin: 0 0 0 102px;
}

.redes_contacto a{
	display: inline-block;
	vertical-align: top;
	width: 53px;
	height: 53px;
	margin: 0 25px 0 0;
	font-size: 22px;
	line-height: 51px;
	color: #fff;
	border: solid 2px #ff6600;
	text-align: center;
	border-radius: 50%;

	-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{
	color: #ff6600;
}


/* redes sociales contacto */


.redes_content{
	padding-top: 60px;
	padding-bottom: 90px;
	background: url(images/bg-redes.jpg) no-repeat center;
}

.redes_box{
	text-align: center;
	margin: 70px -47px 0 -5px;
}

.redes_item{
	width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 0 28px;
    padding: 34px 20px 34px 0px;
    text-align: left;
    background-color: #16191f;	

    -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_item:hover{
	background-color: #0f1217
}

.redes_item h4{
	float: left;
	margin: 0 25px 0 -42px;
	text-align: center;
}

/* iconos */

.redes_item h4 i{
	display: block;
	width: 80px;
	height: 80px;
	font-size: 37px;
	line-height: 80px;
	color: #fff;
}

.redes_item i.fa.fa-facebook{
	background-image: linear-gradient(to top, #0093cb 0%, #005bea 100%);
}

.redes_item i.fa.fa-instagram{
	background-image: radial-gradient(circle at 50% -20.71%, #fe8f62 0, #ff8564 8.33%,
		#ff7967 16.67%, #ff6c6b 25%, #fd5e6e 33.33%, #f84e73 41.67%, #f23c78 50%,
		#ea287e 58.33%, #e10e86 66.67%, #d6008f 75%, #ca0098 83.33%, #bb00a3 91.67%, #aa00ae 100%);
}

.redes_item i.fa.fa-youtube-play{
	background-image: linear-gradient(to top, #ff2626 0%, #ff1818 100%);
}

.redes_item i.fa.fa-whatsapp{
	background-image: linear-gradient(135deg, #10e000 10%, #0b9e00 100%);
}

.redes_item span{
	display: block;
	padding: 12px 0 0 0;
}

.redes_item h3{
	font-size: 17px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	color: #fff;
}

.redes_item a{
	display: block;
	padding: 0px 0 0px 0;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: 'gotham_proregular';
	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;
}

.redes_item a:hover{
	color: #ff6600;
}


.redes_item:hover h4 i{
	-webkit-animation: flip-2-hor-top-1 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-2-hor-top-1 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/* google maps */


.google_mapz{

}

.google_mapz iframe{
	width: 100%!important;
	height: 537px!important;
}



/*  S E R V I C I O S   S E C T I O N  */



/*  Q U I E N E S   S O M O S   */



.banner_servicios{
	height: auto;
	margin-bottom: 50px;
	padding-top: 250px!important;
	padding-bottom: 70px;
}

.banner_servicios h1{
	display: inline-block;
	margin: 0px 0 30px 0;
	font-size: 50px;
	line-height: 51px;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
}

.banner_servicios h1 strong{
	color: #ff6600;
}

.banner_servicios h2{
	margin: 0px 0 4px 0;
	font-size: 25px;
	line-height: 30px;
	position: relative;
}

.banner_servicios h2 strong{
	font-size: 30px;
	color: #ff6600;
}

.banner_servicios h3{
	margin: 0px 0 0px 0;
	font-size:27px;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
}



/* listado servicios */



.svc_section{
	margin-top: 30px;
	margin-bottom: 30px;
	height: 552px;
	padding-top: 0px!important;
	overflow: hidden;
	border-radius: 20px;
}

.svc_section .vc_parallax-inner{
	-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;
}

.svc_section:hover .vc_parallax-inner{
	-webkit-animation: kenburns-bottom 5s ease-out both;
	animation: kenburns-bottom 5s ease-out both;
}

.kenburns-bottom {
	
}


@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}


.bg_gris2 .wpb_wrapper{
	margin-right: 40px;
	padding: 45px 55px 50px 55px;
	background-color: #0d0f13;
	border-radius: 20px;
}

.bg_gris2 .wpb_wrapper .wpb_wrapper{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

/*.bg_gris2 h2{
	display: inline-block;
	margin: 0 0 25px 0;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.8px;
	position: relative;
}*/

.bg_gris2 h3{
	margin: 0px 0 20px 0;
	font-size: 50px;
	letter-spacing: 1px;
	color: #ff6600;
}

.bg_gris2 h3 strong{
	color: #fff;
	font-size: 75px;
}

.bg_gris2 h3 strong em{
	display: inline-block;
	margin: 0px -12px 0px 0;
	padding: 1px 10px 4px 10px;	
	background-color: transparent!important;
	border-radius: 50%;
	font-style: normal;
}





.bg_gris2 ul{
	list-style: none;
	margin: 0 0 0 ;
	padding: 0 0 0 ;
}

.bg_gris2 ul li{
	margin: 0 0 0 0;
    padding: 6px 0 6px 17px;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
}

.bg_gris2 ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #ff6600;
    position: absolute;
    top: 5px;
    left: 0px;
}

.bg_gris2 .one_half{
	padding: 0!important;
}


.bg_gris2 a.button{
	margin: 35px 0 0 0;
}
/*
.bg_gris2 a.button i{
	background: url(images/btn_wspx.png) no-repeat;
}
*/

.bg_gris2 .one_half a.button:hover{
	background-color: #0f1217;
	text-align: center;
}



/*  P R O Y E C T O S  */


.list_proyext li .left-block{
	margin: 0 30px 0 0;
}

.list_proyext li .right-block{
	padding: 30px 40px 10px 440px;
}

.list_proyext li .right-block span {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #ff6600;
}

.list_proyext li .right-block h3 {
    margin: 0 0 25px 0;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
}

.list_proyext li .right-block h3 a {
    color: #fff;
}

.list_proyext li .right-block h5 {
    margin: 0 0 18px 0;
    padding: 0 0 0 30px;
    font-size: 20px;
    line-height: 25px;
    font-family: 'gotham_proregular';
    color: #fff;
    position: relative;
    text-transform: initial;
}

.list_proyext li .right-block h5:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 10px;
    left: 0px;
}

.list_proyext li .right-block .descripcion_proyect p{
	font-size: 18px;
	line-height: 25px;
	font-family: 'gotham_prolight';
}

.btns_proycto a.btn{
	display: inline-block!important;
	margin: 30px 0 0 18px;
	overflow: initial!important;
}

.list_proyext li .image .overlay{
	background-color: rgb(13 18 23 / 78%)!important;
}


.portfolio.list ul.thumbs li:hover .image .overlay{
	display: block!important;
}


.portfolio.list ul.thumbs li:hover .overlay .p-icon{
	top: 50%!important;
}



/*  M E N U   C A T E G O R I A S   H E A D E R  */


.btn_ver_equipos{
	cursor: pointer;
}

/*.btn_ver_equipos a:after{
	display: none!important;
}*/

.btn_ver_equipos a:before{
	content: "";
	width: 15px;
	height: 100%;
	background: url(images/icon_punta.png) no-repeat center;
	position: absolute;
	top: 1px;
	right: 0px;
}

body.ver_equipos .btn_ver_equipos a:before{
	background: url(images/cerrar_x.png) no-repeat center;
}

.overlay_prod{
	width: 100%;
	height: 100%;
	background: #16191f;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: -50;

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

body.ver_equipos .overlay_prod{
	opacity: 0.95;
	z-index: 10;
}


/* productos header content */


.productos_top{
	width: 100%;
	padding: 10px 0 10px 0;
	position: absolute;
	top: -590%;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: -100;
	visibility: hidden;
	text-align: center;
}

body.ver_equipos .productos_top{
	z-index: 5;
	top: 108px;
	visibility: visible;
	animation: myAnim222 1s ease 0s 1 normal forwards;
}


@keyframes myAnim222 {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.productos_top ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.productos_top ul li{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 20px 3px;
	padding: 0 0 0 0;
	background-color: #0b0b0b;
}

.productos_top a{
	display: block;
	text-decoration: none!important;
}

.img_categ{
	overflow: hidden;
}

.body_categ{
	height: 155px;
	padding: 18px 20px 20px 20px;
	background-color: #fff;
	text-align: left;
}

.body_categ h3{
	height: 45px;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #0b0b0c;
	text-transform: uppercase;

	-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;
}

.body_categ h3:hover{
	color: #ff6600;
}

.body_categ span{
	margin: 10px 0 0px 0;
}

.body_categ span i{
	background: url(images/btn_ver_mas.png) no-repeat;
}

.productos_top ul li a 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;
}

.productos_top ul li a:hover img{
	transform: scale(1.05);
}










/* - - - - M E N U  R E S P O N S I V E X - - - -  */



/* boton animado */

.btn_menu{
	width: auto;
    height: auto;
    padding: 0 0px 0 0px;
    margin: 0;
    display: none;
    vertical-align: middle;
    line-height: initial;
	background-color: #649522;
	border-radius: 0px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 19%);

	background: #fff;

    cursor: pointer;
	border: none;
	outline: 0;

    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    pointer-events: all;
}

.btn_menu:hover{
	animation: initial;
}

.btn_menu span{
	width: 60px;
    height: 60px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btn_menu b {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #ff5000;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.btn_menu b:nth-child(1) {
    margin-top: 8px;
    margin-left: -13px;
}

.btn_menu b:nth-child(2) {
    margin-top: 8px;
    margin-left: 0;
}

.btn_menu b:nth-child(3) {
    margin-top: -8px;
    margin-left: 0;
}

.btn_menu b:nth-child(4) {
    margin-top: -8px;
    margin-left: 13px;
}

.btn_menu b:nth-child(5) {
    margin-top: 8px;
    margin-left: 13px;
}

@-webkit-keyframes menu_toggler_b_1 {
    0%, 60% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
	70%, 90% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	100% {
	    margin-top: -6px;
	    margin-left: 0;
	}
}

@keyframes menu_toggler_b_1 {
	0%, 60% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
	70%, 90% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	100% {
	    margin-top: -6px;
	    margin-left: 0;
	}
}

@-webkit-keyframes menu_toggler_b_2 {
    0%, 10% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	20%, 40% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	100%, 50% {
	    margin-top: -6px;
	    margin-left: 11px;
	}
}

@keyframes menu_toggler_b_2 {
	0%, 10% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	20%, 40% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	100%, 50% {
	    margin-top: -6px;
	    margin-left: 11px;
	}
}

@-webkit-keyframes menu_toggler_b_3 {
    0% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	10%, 70% {
	    margin-top: -6px;
	    margin-left: -11px;
	}
	80%, 90% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: 0;
	}
}

@keyframes menu_toggler_b_3 {
	 0% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	10%, 70% {
	    margin-top: -6px;
	    margin-left: -11px;
	}
	80%, 90% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: 0;
	}
}

@-webkit-keyframes menu_toggler_b_4 {
    0%, 30% {
	    margin-top: -6px;
	    margin-left: 11px;
	}
	100%, 40% {
	    margin-top: 6px;
	    margin-left: 11px;
	}
}

@keyframes menu_toggler_b_4 {
    0%, 30% {
	    margin-top: -6px;
	    margin-left: 11px;
	}
	100%, 40% {
	    margin-top: 6px;
	    margin-left: 11px;
	}
}

@-webkit-keyframes menu_toggler_b_5 {
    0%, 20% {
	    margin-top: 6px;
	    margin-left: 11px;
	}
	30%, 50% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	60%, 80% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	90% {
	    margin-top: -6px;
	    margin-left: -11px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
}

@keyframes menu_toggler_b_5 {
    0%, 20% {
	    margin-top: 6px;
	    margin-left: 11px;
	}
	30%, 50% {
	    margin-top: 6px;
	    margin-left: 0;
	}
	60%, 80% {
	    margin-top: -6px;
	    margin-left: 0;
	}
	90% {
	    margin-top: -6px;
	    margin-left: -11px;
	}
	100% {
	    margin-top: 6px;
	    margin-left: -11px;
	}
}

.btn_menu.animate b:nth-child(1) {
    -webkit-animation-name: menu_toggler_b_1;
    animation-name: menu_toggler_b_1;
}

.btn_menu.animate b:nth-child(2) {
    -webkit-animation-name: menu_toggler_b_2;
    animation-name: menu_toggler_b_2;
}

.btn_menu.animate b:nth-child(3) {
    -webkit-animation-name: menu_toggler_b_3;
    animation-name: menu_toggler_b_3;
}

.btn_menu.animate b:nth-child(4) {
    -webkit-animation-name: menu_toggler_b_4;
    animation-name: menu_toggler_b_4;
}

.btn_menu.animate b:nth-child(5) {
    -webkit-animation-name: menu_toggler_b_5;
    animation-name: menu_toggler_b_5;
}


/* contenidos boton wrapper */


.jumbo-buttons-wrapper{
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.jumbo-buttons-wrapper .central-wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
}

.jumbo-menu-button{
	display: inline-block;
	float: initial;
	padding: 0px 0px 0 0px;
	background-color: transparent;
	position: absolute;
	top: 24px;
	right: -20px;
}

.jumbo-menu-button-label{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
}

.jumbo-menu-button-label::before,
.jumbo-menu-button::before,
.jumbo-menu-button::after{
	display: none;
}

.jumbo-menu-button.jumbo-menu-button-active span{
	background: url(images/cerrar-menu.png) no-repeat center;
}

.jumbo-menu-button.jumbo-menu-button-active span b{
	display: none;
}

body.overflow_hidden{
	overflow: hidden;
}

/* Background */

body .jumbo-dot-overlay{
	background-color: transparent;
    background-image: none;
    opacity:  0;
}

body .jumbo-background-color{
	background: rgb(255,159,1) url(images/bg-menu.jpg) no-repeat center;
	background-color: rgb(255,159,1) ;
	background-size: cover;
	opacity: 1;
}


/* contenido menus responsive */


.colum_footerx{
	text-align: left;
	padding: 0 0 0 30px;
}

.colum_footerx .redes_footer{
	margin: 0 0 30px 0;
}

.jumbo-by-bonfire li{
	margin: 0 0 0px 0;
	padding: 7px 0 7px 0;
	border-bottom: solid 1px rgb(0 0 0 / 7%);
}

.jumbo-by-bonfire li a{
	display: block;
	padding: 5px 0 5px 22px;
	font-size: 20px;
	color: #fff;
	font-family: 'gotham_proregular';
	letter-spacing: 0px;
	position: relative;
}


.jumbo-by-bonfire li a:hover{
	text-decoration: underline;
}

.jumbo-by-bonfire li a:before{
	content: "";
	width: 7px;
	height: 11px;
	background: url(images/flecha_menu_movil.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 0px;
}


/* sub menus movil*/

.jumbo-by-bonfire li ul.sub-menu {
    margin: 7px 0 5px 0;
}

.jumbo-by-bonfire .sub-menu > li{
	display: block;
	border: none!important;
}

.jumbo-by-bonfire .sub-menu > li > a{
	padding: 3px 13px;
	font-weight: normal;
	font-size: 16px;
}

.jumbo-by-bonfire .sub-menu li a:before{
	background: url(images/icon_submenu.png) no-repeat 0px 0px;
}


/* ocultar algunos */

.jumbo-by-bonfire li.menu-item-36 ul.sub-menu{
	display: none;
}


/* redes menu */


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

.redes_menu a{
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0 15px 0 0;
	text-align: center;
	border: solid 2px #1d222b;
	font-size: 22px;
	line-height: 44px;
	color: #fff;
	border-radius: 5px;

	-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_menu a:hover{
	background-color: #000;
	border-color: #000;
	color: rgb(255,159,1);
}


/* arrow caruseles */


body .slick-prev:before,
body .wcp-slick .slick-prev:before,

body .slick-next:before,
body .wcp-slick .slick-next:before{
	display: none;
}

body .slick-prev,
body .wcp-slick .slick-prev,
body .slick-next,
body .wcp-slick .slick-next{
	width: 28px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
}

body .slick-prev,
body .wcp-slick .slick-prev{
	background-image: url(images/prev_arrwx.png);
	left: -30px!important;
}

body .slick-next,
body .wcp-slick .slick-next{
	background-image: url(images/next_arrwx.png);
	right: -30px!important;
}

body .slick-prev:hover,
body .wcp-slick .slick-prev:hover,
body .slick-next:hover,
body .wcp-slick .slick-next:hover{
	background-color: transparent!important;
	opacity: 0.7!important;
}




/*  C L I E N T E S  */


.wpls-logo-slider .slick-slide{
	padding: 0 9px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpls-fix-box,
.wpls-logo-slider .slick-slide img{
	background-color: #fff;
	overflow: hidden;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wpls-fix-box{
	padding: 11px 0 11px 0;
}

.wpls-logo-slider .slick-slide .wpls-logo-title{
	margin: 0 0 0 0;
	padding: 13px 0 13px 0;
	background-color: #000;
	font-size: 16px;
	color: #c1c1c1;
	font-family: 'gotham_proregular';

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.wpls-logo-slider .slick-arrow{
	opacity: 1!important;
}


.wpls-logo-slider button.slick-next, .wpls-logo-slider button.slick-next:active,
.wpls-logo-slider button.slick-next:focus, .wpls-logo-slider button.slick-next:hover,

.wpls-logo-slider button.slick-prev, .wpls-logo-slider button.slick-prev:active,
.wpls-logo-slider button.slick-prev:focus, .wpls-logo-slider button.slick-prev:hover{
	background-color: rgb(255 102 0)!important;
}

.wpls-logo-showcase:hover button.slick-prev{
	left: -30px !important;
}

body .wpls-logo-showcase:hover button.slick-next{
	right: -30px !important;
}


/*   */


/*img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}*/