/*
Theme Name: SISMOTEC
Author: lerqué
URL: https://lerque.com
Version: 99.5
*/

/* =========================================================
Common styles
============================================================ */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);*/

body {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	font-weight: 300;
	background-color: #f8f6f6;
}

body.kopa-boxed {
    background:url(images/background/background.jpg) repeat 0 0;
}

pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin:0px;
}
ul {
    margin: 0px;
	/*padding-left: 0;*/
	list-style-type: square;
}
ul li {
    margin-bottom: 4px;
}
ol li {

}
/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
.kopa-button {
    display:inline-block;
    color:#fff;
    font-size:15px;
    font-weight:600;
    font-family: 'Raleway', sans-serif;
    padding:15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position:relative;
    z-index:0;
}
.small-button {
    padding:10px 15px;
}
.medium-button {
    padding:15px 20px;
    font-size:18px;
}
.big-button {
    padding:20px 30px;
    font-size:20px;
}
.blue-button {
    background-color:#33bee5;
}
.blue-button:hover {
    background-color:#4e5457;
}
.grey-button {
    background-color:#e9e9e9;
    color:#171717;
}
.grey-button:hover {
    background-color:#33bee5;
    color:#fff;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.more-link {
    font-size:13px;
    font-weight:600;
    color:#33bee5;
    display:inline-block;
}
.more-link span {
    float:right;
    margin-left:5px;
    margin-top:5px;
}
.more-link:hover {
    color:#555;
}

blockquote {
    border-left-color:#33bee5;
    background-color:#f4f4f4;
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    padding: 10px 15px 10px 20px;
}

/*-DropCap-*/
.kp-dropcap {
    color: #fff;
    background-color:#33bee5;
    font-family:'Open Sans', serif;
    display: inline-block;
    *display:inline;
    zoom:1;
    float: left;
    font-size: 36px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
}
.kp-dropcap.color {
    background-color: #33bee5;
    font-size:30px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 36px;
    z-index: 0;
    margin: 5px 10px 0 0;
}

.hover-effect{
    cursor:pointer;
    position:relative;
}
.hover-effect .mask {
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    overflow:hidden;
}
.hover-effect:hover .mask {
    opacity:1;
    filter: alpha(opacity=100);
}
.hover-effect .mask a.link-detail {
    width:40px !important;
    height:40px !important;
    display:block;
    background-color:#fff;
    background-color:rgba(255,255,255,.86);
    border:2px solid #33bee5;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#33bee5;
    line-height:40px;
    text-align:center;
    font-size:16px;
    position:absolute;
    top:150%;
    margin:-20px 0 0px -45px;
    left:50%;
}
.hover-effect:hover .mask a.link-detail {
    top:50%;
}
.hover-effect .mask a.link-gallery {
    width:40px !important;
    height:40px !important;
    display:block;
    background-color:#fff;
    background-color:rgba(255,255,255,.86);
    border:2px solid #33bee5;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    color:#33bee5;
    line-height:40px;
    text-align:center;
    font-size:16px;
    position:absolute;
    top:150%;
    margin:-20px -45px 0px 0px;
    right:50%;
}
.hover-effect:hover .mask a.link-gallery {
    top:50%;
}
.hover-effect .mask a.link-gallery:hover,
.hover-effect .mask a.link-detail:hover {
    background-color:#33bee5;
    background-color:rgba(51,190,229,.86);
    border:2px solid #33bee5;
    border:2px solid rgba(51,190,229,.86);
    color:#fff;
}
.kopa-featured-product-carousel .hover-effect .mask a.link-gallery {
    margin:-20px -20px 0px 0px;
}
.kopa-article-list .hover-effect .mask a.link-detail,
.kopa-related-post-carousel .hover-effect .mask a.link-detail {
    margin:-20px 0px 0px -20px;
}




/* =========================================================
Heading
============================================================ */
h1 {
    letter-spacing: 0;
    margin-bottom:5px;
	/*font-size: 28px;*/
	font-weight: 300;

}
h2 {
	/*font-size: 21px;*/
	font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 20px;
}
h3 {
	font-size: 17px;
	font-weight: 400;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
	font-size: 15px;
	font-weight: 300;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    letter-spacing: 0;
    margin-bottom:5px;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #db2021;
}

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

a:hover {
	color: #db2021;
	text-decoration: none;
}

p { 
    margin-bottom:10px;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
#main-menu li a i,
#main-menu li a span,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_subject,
#contact-form #contact_message,
#contact-form #submit-contact,
#bottom-sidebar .newsletter-form .submit,
.kopa-latest-work-widget .entry-item,
.kopa-featured-product-widget .entry-item,
.kopa-our-team-widget ul li .entry-item,
#comments-form #submit-comment,
.hover-effect .mask,
#main-menu li ul li,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a i,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a,
.cbp-af-header.cbp-af-header-shrink #logo-image,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > ul,
.theme-opt-wrapper .btn,
#mobile-menu > span,
#toggle-view-menu li,.products li strong,.button-alt,.quantity input.minus,.quantity input.plus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-effect .mask a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.kopa-intro-widget ul li .entry-title span {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.kopa-intro-widget ul li .entry-title span {
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

/* =========================================================
Colunms
============================================================ */
.wrapper{
    width:1086px;
    margin: 0 auto;
}
.wrapper.full-width {
    width:100%;
    margin: 0 auto;
}
#main-col {
    float:left;
    margin-right:30px;
    width:806px;
}
.sidebar {
    float:left;
    width:250px;
}

.mb-20 {
    margin-bottom:20px;
}

.kopa-boxed .kopa-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 1160px;
    background:#fff;
}
.kopa-boxed .sticky-header {
    width:1160px;
}


/* =========================================================
Header
============================================================ */

.search-form {
    position:relative;
}
.search-form .search-text { 
    background-color: #323738;
    border: none;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 41px;
    line-height: 28px;
    padding: 6px 10px;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.search-form .search-submit {
    background:url(images/icons/search-icon.png) no-repeat center center #db2021;
    display:block;
    width:41px;
    height:41px;
    text-indent:-99999px;
    font-size:0;
    border:none;
    position:absolute;
    top:0;
    right:0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-icon{
    display:none !important;
}

#page-header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
}

	body.logged-in #page-header {
		top: 32px;
	}

	body { margin-top: 118px;}
	body.logged-in { margin-top: 118px;}
	@media (max-width:991px) { 
		body { margin-top: 118px;}
		body.logged-in { margin-top: 118px;}
	}
	@media (max-width:782px) { 
		body.logged-in { margin-top: 118px;}
	
		body.logged-in #page-header {
			top: 46px;
		}
	}

#header-bottom {
    background-color: #fff;
}


#top {
	border-top: 3px solid #db2021;
	background-color: #fdfdfd;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
    font-size: 13px;
}
	#top a {
		color: #666;
	}


/*----- Logo -----*/
#logo-image {
    float: left;
	max-width: 240px;
    margin: 8px auto;
	position: relative;
}
	#logo-image {
	  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	  transform: translate3d(0, 0, 0);
	  backface-visibility: hidden;
	  perspective: 1000px;
	}

#logo-image a,
#logo-image a img {
    width: 100%;
    display: block;
}

/* -- POSITION ABSOLUTE --*/
#logo-image {
	position: absolute;
	z-index: 999;
	/*background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 9px 20px -10px #333;*/
	margin-left: 15px !important;
	top: -30px;
	padding-bottom: 10px;
}

@media (min-width:400px){ 
	#logo-image {
		/*margin-left: 65px !important;*/
	}
}

@media (max-width:350px){ 
	#logo-image {
		max-width: 210px;
	}
}

/*----- Main Menu -----*/
#main-nav {
    float:right;
    position:relative;
	top: 0;
}

a div.firstline-menu {
	font-size: 12px;
	color: #ccc;
	display: block;
}

@media (max-width:991px){ 
	#main-nav { float: none; } 
	
	a div.firstline-menu {
		font-size: inherit;
		color: inherit;
		display: inline-block;
	}
}
	
#main-menu > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 999;
}

@media (min-width:768px) {
	#main-menu > li {
		border-right: 1px dotted #ddd;
		padding: 0 4px;
	}
}

#main-menu > li > a {
    /*text-align: center;*/
    display: block;
    padding: 10px 20px;
	min-width: 100px;
	text-decoration: none;
	border-radius: 5px;
}

#main-menu > li.current-menu-parent > a,
#main-menu > li.current-menu-item > a,
#main-menu > li:hover > a {
	background-color: #222;
	text-decoration: none;
	margin-top: 5px;
}	

#main-menu > li > a span {
    display: block;
    color: #464646;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    text-transform: uppercase;
}

#main-menu > li.current-menu-parent a i,
#main-menu > li.current-menu-parent a span,
#main-menu li.current-menu-item a i,
#main-menu li.current-menu-item a span,
#main-menu li:hover a i,
#main-menu li:hover a span {
    color:#fff;
}

.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    background-image:url(images/background/menu-arrow.png);
    border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}

/*---Sub menu---*/
#main-menu li ul {
    display:none;
	position: absolute;
    top: 56px;
    left: 4px;
    background-color: #000;
    z-index: 9999;
    padding-left: 0;
    border-radius: 5px;
}
#main-menu li ul li {
    padding: 6px 20px;
    position:relative;
    list-style:none;
    margin:0;
    z-index:9999;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px dotted #444;
}
#main-menu li ul li:first-child {
    border-top:none;
	border-radius: 5px 5px 0 0;
}
#main-menu li ul li:last-child {
	border-radius: 0 0 5px 5px;
}


#main-menu li ul li:hover,
#main-menu li ul li.current-menu-item {
    background-color:#212222;
}
#main-menu li ul li a {
    color:#d4d4d4 !important;
    display:block;
}
#main-menu li ul li ul {
    top:0;
    left:201px;
}

/*--------------Mobile Menu-------------------*/
#mobile-menu {
    display: none;
	position: relative;
	top: 1px;
	right: 0;
	text-align: right;
}
#mobile-menu > span {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    font-size: 24px;
    padding: 10px 0;
    cursor: pointer;
}
#mobile-menu > span:hover {
    color:#141414;
}
#toggle-view-menu {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0; 
    border-top: none;
    position:absolute;
    right:0;
    z-index: 8888;
    width: 100% !important;
	padding-top: 9px;
}
#toggle-view-menu > li {
    margin: 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    background-color:#fff;
    border-top:1px dotted #ccc;
}
#toggle-view-menu h3 {
    font-size: 14px;
    margin: 0;  
    float: left;
    line-height: 36px;  
    padding: 5px 15px;
}
#toggle-view-menu h3 a {
    color: #333;
    width:100%;
    display:block;
	text-transform: uppercase;
}
#toggle-view-menu li:hover {
    background-color: #222;
}

#toggle-view-menu li:hover h3 a {
    color: #fff;
}

#toggle-view-menu span {
    float: right;
    font-size: 26px;
    width: 40px;
    height: 46px;
    text-align: center;
    color: #fff;
    background-color: #222;
	padding: 4px;
}
#toggle-view-menu li.active {
    background-color: #db2021;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
    color:#fff;
}
#toggle-view-menu .menu-panel {
    display: none;
    font-size: 13px;
	text-transform: uppercase;
    background-color:#222;
}
#toggle-view-menu .menu-panel ul {
    margin:0;
	padding-left: 0; 	
	list-style-type: none;
}
#toggle-view-menu li .menu-panel ul li {
    border:none;
    color:#fff;
	text-align: left;
	padding: 5px 15px 5px 30px;
}
	#toggle-view-menu .menu-panel ul li a {
		color:#fff;
	}
	#toggle-view-menu li .menu-panel ul li:hover {
		background-color: #444;
	}

#toggle-view-menu .menu-panel ul li ul {
    margin-top:10px;
}

/*----- Sticky Header -----*/
/*.sticky-header {
    position:fixed;
    z-index:10000;
    top:0;
    width:100%;
}*/
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a i {
    display:none;
}
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a {

}
.cbp-af-header.cbp-af-header-shrink #logo-image {

}
.cbp-af-header.cbp-af-header-shrink #main-menu > li > ul {
    top: 50px;
}

.kopa-background {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000000;
    opacity: .2;
    filter:alpha(opacity=20);
    z-index:10000;
    display:none;
}

/* =========================================================
Main Content
============================================================ */


/*-----------------Carousel------------------*/
.kopa-latest-work-widget,
/*.kopa-home-3 .kopa-testimonial-widget,
.kopa-home-2 .kopa-testimonial-widget,*/
.kopa-testimonial-widget,
.kopa-featured-product-widget,
.kopa-related-post {
    overflow:hidden;
    position:relative;
}
.kopa-latest-work-widget .list-carousel.responsive,
.kopa-testimonial-widget .list-carousel.responsive,
.kopa-featured-product-widget .list-carousel.responsive,
.kopa-related-post .list-carousel.responsive {
    width: auto;
    margin: 0 -13px;
}
.kopa-latest-work-widget .list-carousel > ul,
.kopa-testimonial-widget .list-carousel > ul,
.kopa-featured-product-widget .list-carousel > ul,
.kopa-related-post .list-carousel > ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.kopa-latest-work-widget .list-carousel ul li,
.kopa-featured-product-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 13px;
    padding: 0;
    width:252px;
}
.kopa-testimonial-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 13px;
    padding: 0;
    width:530px;
}
.kopa-related-post .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 13px;
    padding: 0;
    width:390px;
}
.kopa-latest-work-widget .entry-item,
.kopa-featured-product-widget .entry-item {
    text-align:center;
    background-color:#fafafa;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}
.kopa-latest-work-widget .entry-item:hover,
.kopa-featured-product-widget .entry-item:hover {
    border-bottom:1px solid #33bee5;
}
.kopa-latest-work-widget .entry-item .entry-thumb,
.kopa-featured-product-widget .entry-item .entry-thumb {
    margin-bottom:20px;
}
.kopa-latest-work-widget .entry-item .entry-title,
.kopa-featured-product-widget .entry-item .entry-title {
    font-size:16px;
    font-weight:500;
    margin:0 0 3px;
    line-height:18px;
    font-family: 'Raleway', sans-serif;
}
.kopa-latest-work-widget .entry-item .entry-title a,
.kopa-featured-product-widget .entry-item .entry-title a {
    color:#666;
}
.kopa-latest-work-widget .entry-item .entry-categories a {
    color:#a6a6a6;
}
.kopa-latest-work-widget .carousel-nav,
.kopa-testimonial-widget .carousel-nav,
.kopa-featured-product-widget .carousel-nav,
.kopa-related-post .carousel-nav {
    position:absolute;
    top:15px;
    right:5px;
}
.kopa-latest-work-widget .carousel-nav a,
.kopa-testimonial-widget .carousel-nav a,
.kopa-featured-product-widget .carousel-nav a,
.kopa-related-post .carousel-nav a {
    display:block;
    float:left;
    border:1px solid #9ae4ff;
    background-repeat:no-repeat;
    background-position:center center;
    text-indent:-99999px;
    font-size:0;
    width:25px;
    height:25px;
}
.kopa-latest-work-widget .carousel-nav .carousel-prev,
.kopa-testimonial-widget .carousel-nav .carousel-prev,
.kopa-featured-product-widget .carousel-nav .carousel-prev,
.kopa-related-post .carousel-nav .carousel-prev {
    background-image:url(images/slider/carousel-prev.png);
}
.kopa-latest-work-widget .carousel-nav .carousel-next,
.kopa-testimonial-widget .carousel-nav .carousel-next,
.kopa-featured-product-widget .carousel-nav .carousel-next,
.kopa-related-post .carousel-nav .carousel-next {
    background-image:url(images/slider/carousel-next.png);
    background-position:11px center;
    margin-left:3px;
}
.kopa-latest-work-widget .carousel-nav a:hover,
.kopa-testimonial-widget .carousel-nav a:hover,
.kopa-featured-product-widget .carousel-nav a:hover,
.kopa-related-post .carousel-nav a:hover {
    border:1px solid #fff;
}

.kopa-latest-post-widget {
    position:relative;
}
.kopa-latest-post-widget ul li {
    margin:0 0 0 2.394107%;
    list-style:none;
    float:left;
    width:48.802947%;
}
.kopa-latest-post-widget ul li:first-child {
    margin-left:0;
}
.kopa-latest-post-widget ul li .entry-item .entry-thumb {
    float:left;
    margin-right:20px;
}
.kopa-latest-post-widget ul li .entry-item .entry-content {
    float:left;
    width:258px;
}
.kopa-latest-post-widget ul li .entry-item .entry-title {
    font-size:16px;
    font-weight:500;
    font-family: 'Raleway', sans-serif;
    margin:0 0 15px;
    padding-bottom:15px;
    border-bottom:1px solid #ececec;
    position:relative;
}
.kopa-latest-post-widget ul li .entry-item .entry-title a {
    color:#4c4e54;
}
.kopa-latest-post-widget ul li .entry-item .entry-title span {
    width:75px;
    display:block;
    height:1px;
    background-color:#33bee5;
    position:absolute;
    bottom:-1px;
    left:0;
}
.kopa-latest-post-widget ul li .entry-item .entry-date {
    font-family: 'Raleway', sans-serif;
    color:#888;
}
.kopa-latest-post-widget ul li .entry-item .entry-date span {
    margin-right:5px;
    color:#aaa;
    float:left;
    margin-top:1px;
}
.kopa-latest-post-widget .view-all {
    position:absolute;
    top:10px;
    right:20px;
    color:#f8f8f8;
    font-size:14px;
}

.kopa-service-widget ul {
    margin-top:40px;
}
.kopa-service-widget ul:first-child {
    margin-top:0px;
}
.kopa-service-widget ul li {
    list-style:none;
    float:left;
    margin:0 0 0 2.394107%;
    width:23.2%;
}
.kopa-service-widget ul li:first-child {
    margin:0;
}
.kopa-service-widget ul li .service-title {
    font-weight:500;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    margin:0 0 20px;
}
.kopa-service-widget ul li .service-title a {
    color:#808080;
}
.kopa-service-widget ul li .service-title span {
    margin-right:15px;
    color:#6e6e6e;
    font-size:30px;
}

.kopa-client-widget ul li {
    list-style:none;
    float:left;
    width:182px;
    margin:0 0 0 44px;
}
.kopa-client-widget ul li:first-child {
    margin:0;
}
.kopa-client-widget ul li div {
    background-color:#f8f8f8;
    border:1px solid #f1f1f1;
    text-align:center;
    height:83px;
}
.kopa-client-widget ul li img {
    display:inline-block;
}

#main-content .kopa-contact-widget {
    background:url(images/background/shadow-1.png) repeat-x 0 top #f4f4f4;
    padding:40px 0;
    margin-bottom:0;
}

.kopa-contact-widget #contact-form,
.kopa-contact-widget #contact-form .contact-button {
    margin:0;
}
.kopa-contact-widget #contact-form p {
    position:relative;
}
.kopa-contact-widget #contact-form label.required {
    float:left;
    width:150px;
    font-size:15px;
    font-family: 'Raleway', sans-serif;
    color:#000;
    line-height:40px;
}
.kopa-contact-widget #contact-form label.required span {
    color:#848484;
}
.kopa-contact-widget #contact-form #contact_name,
.kopa-contact-widget #contact-form #contact_email,
.kopa-contact-widget #contact-form #contact_subject {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:377px;
    padding:5px 10px;
    background-color:#fff;
    border:1px solid #e9e9e9;
    height:40px;
    line-height:30px;
    box-shadow:none;
    float:left;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.kopa-contact-widget #contact-form #contact_message {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:377px;
    padding:5px 10px;
    background-color:#fff;
    border:1px solid #e9e9e9;
    height:210px;
    box-shadow:none;
    float:left;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.kopa-contact-widget #contact-form #contact_name:focus,
.kopa-contact-widget #contact-form #contact_email:focus,
.kopa-contact-widget #contact-form #contact_subject:focus,
.kopa-contact-widget #contact-form #contact_message:focus {
    border:1px solid #33bee5;
}
.kopa-contact-widget #contact-form #submit-contact {
    color:#fff;
    background-color:#33bee5;
    border:none;
    padding:10px 20px;
    font-family: 'Raleway', sans-serif;
    font-size:14px;
    margin: 0 0 0 150px;
}
.kopa-contact-widget #contact-form #submit-contact:hover {
    background-color:#141414;
}
.kopa-contact-widget #contact-form label.error {
    position:absolute;
    right:0;
    top:-20px;
    color:#33bee5;
    font-size:12px;
}

.kopa-contact-widget #contact-info .contact-title {
    font-size:36px;
    color:#2b2b2b;
    margin:0 0 25px;
    line-height:28px;
}
.contact-social-link {
    margin:20px 0;
}
.contact-social-link li {
    float:left;
    list-style:none;
    margin:0 0 0 7px;
}
.contact-social-link li:first-child {
    margin:0;
}
.contact-social-link li a {
    display:block;
    background-color:#f0f0f0;
    border:1px solid #d8d8d8;
    width:32px;
    height:32px;
    text-align:center;
    line-height:32px;
    color:#535353;
    font-size:16px;
}
.contact-social-link li a:hover {
    border:1px solid #33bee5;
}
.kopa-contact-widget #contact-info address,
.kopa-contact-widget #contact-info address a {
    font-size:15px;
    font-family: 'Raleway', sans-serif;
    color:#3f3f3f;
}
.kopa-contact-widget #contact-info address i {
    width:25px;
    color:#767676;
    background:none;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

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

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#container {  
  margin:0 auto;
}

.element {
  width: 118px;
  height: 118px;
  float: left;
  margin:1.5px;
  overflow: hidden;
  position: relative;
}

.element * {
  position: absolute;
  margin: 0;
}

.element.width2 { width: 239px; }

.element.height2 { height: 239px; }

.kopa-portfolio-widget {
    background:url(images/background/shadow-2.png) no-repeat center top #f5f5f5;
    padding:40px 0; 
}
.kopa-portfolio-widget .wrapper {
    width:1089px;
}
.element h2 {
    background-color:#33bee5;
    text-align:center;
    line-height:118px;
    font-size:36px;
    color:#fff;
    width:100%;
}

/* =========================================================
Footer
============================================================ */
#page-footer {
    background-color:#545454;
}
#copyright {
	display: block;
}

#copyright p { 
	padding: 15px 0;
	margin: 0;
}
#copyright p a.social {
	margin-right: 8px;
	font-size: 20px;
}
	#copyright p .fb:hover { /*color: #3b5998;*/ color: #8b9dc3; }
	#copyright p .tw:hover { /*color: #55acee;*/ color: #74cbe1; }
	#copyright p .gp:hover { /*color: #dd4b39;*/ color: #de6c6c; }
	#copyright p .li:hover { /*color: #007bb5;*/ color: #339abe; }
	#copyright p .yt:hover { /*color: #bb0000;*/ color: #de6c6c; }

#copyright .pull-right {
	text-align: right;
}

#footer-menu {
    float:right;
}
#footer-menu li {
    float:left;
    list-style:none;
    margin:0 0 0 20px;
}
#footer-menu li:first-child {
    margin:0;
}
#footer-menu li a {
    display:block;
    color:#c4c4c4;
    padding:15px 0;
}

.kopa-home-4 #page-footer,
.kopa-home-2 #page-footer,
.kopa-home-3 #page-footer,
.heavy-dark-footer #page-footer {
    background-color: #db2021;
}


/*===============Progress Bars===================*/

.progress-bar {
    height: 20px;
    margin:30px 0;
    position: relative;
    background-color: #f3f3f3;
    z-index:0;
}
.progress-bar > span {
    display: block;
    height: 6px;
    top:0;
    background-color: #33bee5;
    position: relative;
    z-index:0;
}
.progress-bar > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;   
    z-index: 1;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    color:#fff;
    text-align:right;
}
.animate > span:after {
    display: none;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
 @-moz-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.progress-bar.green > span {
    background-color: #33bee5;
}
.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;
    background-image:none;
}


/* =========================================================
About page
============================================================ */
.page-title-wrapper {
    background:url(images/background/pattern-1.png) repeat 0 0;
    border-bottom:1px solid #e3e3e3;
    border-top:1px solid #e3e3e3;
    margin-bottom:45px;
}
.page-title {
    padding: 20px 0;
}
.page-title h3 {
    color:#555;
    font-size:28px;
    line-height:22px;
    margin:0 0 10px;
}
.page-title .breadcrumb {
    background:none;
    margin:0;
    padding:0;
    color:#888;
    font-family: 'Raleway', sans-serif;
    font-size:14px;
}
.page-title .breadcrumb a {
    background:url(images/icons/breadcrumb-icon.png) no-repeat right 7px;
    padding-right:15px;
}
.page-title .breadcrumb a,
.page-title .breadcrumb span {
    margin-right:7px;
    float:left;
}
.page-title .breadcrumb a {
    color:#888;
}
.page-title .breadcrumb span {
    margin-top:1px;
}
.page-title .breadcrumb span.current-page {
    margin-top:0px;
}

.kopa-about-widget .entry-thumb {
    float:left;
    width:531px;
    margin-right:25px;
}

.kopa-our-team-widget ul li {
    list-style:none;
    float:left;
    margin:0 0 0 25px;
    width:252px;
    text-align:center;
}
.kopa-our-team-widget ul li:first-child {
    margin:0;
}
.kopa-our-team-widget ul li .entry-thumb {
    margin-bottom:20px;
}
.kopa-our-team-widget ul li .entry-title {
    font-size:24px;
    text-transform:uppercase;
    margin:0 0 2px;
}
.kopa-our-team-widget ul li .entry-title a,
.kopa-our-team-widget ul li header span {
    color:#555;
}
.kopa-our-team-widget ul li header span {
    font-family: 'Raleway', sans-serif;
}
.kopa-our-team-widget ul li header {
    border-bottom:1px solid #f2f2f2;
    padding-bottom:10px;
    margin-bottom:15px;
}
.kopa-our-team-widget ul li .our-team-social-link {
    display:inline-block;
    margin-top:10px;
}
.kopa-our-team-widget ul li .our-team-social-link li {
    width:auto;
    margin:0 0 0 10px;
}
.kopa-our-team-widget ul li .our-team-social-link li:first-child {
    margin:0;
}
.kopa-our-team-widget ul li .our-team-social-link li a {
    display:block;
    width:30px;
    height:30px;
    background-color:#d6d6d6;
    color:#fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    text-align:center;
    line-height:30px;
    font-size:14px;
}
.kopa-our-team-widget ul li .our-team-social-link li a:hover {
    background-color:#33bee5;
}
.kopa-our-team-widget ul li .entry-item {
    border-bottom:1px solid #f2f2f2;
    padding-bottom:20px;
}
.kopa-our-team-widget ul li .entry-item:hover {
    border-bottom:1px solid #33bee5;
}

.kopa-about-page .kopa-skill-wrapper {
    margin-right:-25px;
}
.kopa-about-page .kopa-skill {
    width:530px;
    margin-right:25px;
    float:left;
}

/* =========================================================
Blog page
============================================================ */
.kopa-article-list li {
    list-style:none;
    margin:0;
}
.kopa-article-list .entry-item {
    padding-bottom:30px;
    border-bottom:1px solid #f5f5f5;
    margin-bottom:40px;
}
.kopa-article-list .entry-item .entry-thumb {
    margin-bottom:35px;
}
.kopa-article-list .entry-item .entry-title {
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    border-bottom:1px solid #ececec;
    padding-bottom:15px;
    margin:0 0 15px;
    position:relative;
}
.kopa-article-list .entry-item .entry-title a {
    color:#333;
}
.kopa-article-list .entry-item .entry-title span {
    position:absolute;
    bottom:-1px;
    left:0;
    height:1px;
    background-color:#33bee5;
    width:40%;
}
.kopa-article-list .entry-item .entry-date,
.kopa-article-list .entry-item .entry-comments {
    color:#888;
    font-family: 'Raleway', sans-serif;
    margin-right:15px;
}
.kopa-article-list .entry-item .entry-comments a {
    color:#888;
}
.kopa-article-list .entry-item .entry-date span,
.kopa-article-list .entry-item .entry-comments span {
    margin-right:7px;
}
.kopa-article-list .entry-item header {
    margin-bottom:10px;
}

.pagination {
    margin-bottom:40px;
}
.pagination ul {
    box-shadow:none;
    border-radius:0;
	list-style-type: none;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
    color: #333;
	background-color: #fff;
    font-family: 'Open Sans', serif;
    border-color: #222;
    border-radius: 5px;
}
.pagination ul > li > a, 
.pagination ul > li > span {
    border-width: 1px;
}
.pagination ul > li {
    margin-left:10px;
    float:left;
    margin-bottom:0;
}
.pagination ul > li:first-child {
    margin-left:0;
}
.pagination ul > li:first-child > a, 
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, 
.pagination ul > li:last-child > span {
	
}
.pagination ul > li > span.current,
.pagination ul > li > a:hover {
    background-color: #db2021;
    color: #fff;
	text-decoration: none;
}

.pagination ul > li > span.current {
	font-weight: 500;
}

/* =========================================================
Sidebar
============================================================ */

.widget-title { 
	margin-top: 4px;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
	padding: 10px 0;
}

.widget-title:after {
	content: "";
    border-bottom: 2px solid #db2021;
    display: block;
    font-weight: 400;
    position: relative;
    bottom: -12px;
    width: 50%;
}

.widget ul {
	padding-left: 15px;
}


.widget ul li:before {
	content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    color: #999;
    display: block;
    float: left;
    padding: 0 10px 20px 0;
}

.widget ul li {
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	padding: 8px 0;
	margin: 0;
}


/* =========================================================
Blog page style 2
============================================================ */
.kopa-blog-2 .kopa-article-list .entry-item .entry-thumb {
    width:307px;
    float:left;
    margin-right:25px;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-thumb audio {
    width:100%;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-content {
    float:left;
    width:474px;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-title {
    line-height:26px;
}
.kopa-blog-2 .blogpost-slider .flex-direction-nav li a {
    width:30px;
    height:30px;
    margin:-15px 0 0;
}

/* =========================================================
Single page for standard post
============================================================ */
.entry-box,
.about-author,
.tag-box,
.kopa-related-post,
#comments,
#respond {
    margin-bottom: 0;
}
.entry-box .entry-thumb {
    margin-bottom:35px;
}
.entry-box .entry-thumb img {
    width:100%;
    display:block;
}
.entry-box .entry-title {
    font-family: 'Raleway', sans-serif;
    color:#333;
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    position:relative;
    margin:0 0 15px;
	font-size: 24px;
    font-weight: 600;
}
.entry-box .entry-title span {
    height:1px;
    background-color:#33bee5;
    position:absolute;
    bottom:-1px;
    left:0;
    width:40%;
}
.entry-box header .entry-date, 
.entry-box header .entry-comments {
    color: #888888;
    font-family: 'Raleway',sans-serif;
    margin-right: 15px;
}
.entry-box header .entry-comments a {
    color: #888888;
}
.entry-box header .entry-date span, 
.entry-box header .entry-comments span {
    margin-right: 7px;
}
.entry-box header {
    margin-bottom:10px;
}
.entry-box p {
/*    margin-bottom:20px;*/
}
.entry-box .social-link {
    background-color:#f6f6f6;
    padding:10px 20px;
    margin-bottom:2px;
}
.entry-box .social-link li {
    list-style:none;
    float:left;
    color: #333;
    font-family: 'Raleway',sans-serif;
    font-size:13px;
    font-weight:500;
    margin:0 0 0 15px;
}
.entry-box .social-link li:first-child {    
    margin:0;
}
.entry-box .social-link li a {
    color:#000;
    font-size:16px;
}

.entry-box footer p {
    background-color:#f6f6f6;
    float:left;
    padding:15px 20px;
    margin:0;
    width:362px;
}
.entry-box footer p.prev-post {
    margin-right:1px;
}
.entry-box footer p.next-post {
    margin-left:1px;
    text-align:right;
}
.entry-box footer p a {
    color:#333;
    font-size:18px;
    font-family: 'Open Sans', serif;
    display:block;
    margin-bottom:10px;
}
.entry-box footer p a.article-title {
    font-size:20px;
    font-family: 'Raleway',sans-serif;
}
.entry-box footer p .entry-date {
    color:#888;
    font-family: 'Raleway',sans-serif;
}



/*---Comments List---*/
.comments-list .comment {
    margin-bottom:25px;
    list-style:none;
}
#comments .comment-avatar {
    float:left;
    margin-right:15px;
    width:60px;
    border:3px solid #f4f4f4;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#comments .comment-avatar img {
    display:block;
    width:100%;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    position:relative;
    z-index:0;
}
#comments .comment-body {
    border-bottom:1px solid #e8e8e8;
    float:left;
    width:725px;
    padding-bottom:20px;
}
#comments .comment-body header {
    margin-bottom:7px;
}
#comments .comment-body .comment-meta {
    float:left;
}
#comments .comment-body .author {
    font-weight:600;
    font-size:14px;
    font-family: 'Raleway',sans-serif;
    color:#333;
}
#comments .comment-body .date {
    font-size:14px;
    font-family: 'Raleway',sans-serif;
    color:#666;
}
#comments .comment-body p {
    color:#777;
    margin-bottom:5px;
}
#comments .comment-body .comment-button {
    float:right;
    font-family: 'Raleway',sans-serif;
    color:#aeaeae;
    font-weight:500;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link {
    display:inline-block;
    color:#aeaeae;
}
#comments .comments-list .children {
    margin-left:60px;
}
#comments .comments-list .children .comment-body {
    width:665px;
}
.kopa-comment-pagination {
    float:right;
    margin:0;
    font-size:16px;
    font-family: 'Open Sans',serif;
}
.kopa-comment-pagination a {    
    color:#444;
    margin-left:15px;
}
.kopa-comment-pagination a:hover {
    color:#33bee5;
}
.kopa-comment-pagination .current {
    color:#33bee5;
    margin-left:15px;
}

/*---Comment form---*/
#comments-form,
#kp-comments-form {
    margin-bottom:0;
}
#comments-form .comment-left,
#kp-comments-form .comment-left {
    float:left;
    width:290px;
}
#comments-form .comment-right,
#kp-comments-form .comment-right {
    float:right;
    width:475px;
}
.kp-single-4 #comments-form .comment-left {
    width:440px;
}
.kp-single-4 #comments-form .comment-right {
    width:650px;
}
#comments-form label.required,
#kp-comments-form label.required {
    font-size:13px;
    color:#000;
    margin-bottom:10px;
    display:block;
}
#comments-form label.required span,
#kp-comments-form label.required span {
    color:#33bee5;
}
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#kp-comments-form #comment_name,
#kp-comments-form #comment_email,
#kp-comments-form #comment_url {
    padding:0 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    height:35px;
    line-height:35px;
    margin:0 0 5px;
}
#comments-form #comment_message,
#kp-comments-form #comment_message {
    padding:5px 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    margin:0 0 5px;
    height:195px;
}
#comments-form #submit-comment,
#kp-comments-form #submit-comment {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:7px 15px;
    color:#fff;
    background-color:#33bee5;
    border:none;
    font-size:14px;
    font-weight:600;
}
#comments-form #submit-comment:hover,
#kp-comments-form #submit-comment:hover {
    background-color:#141414;
}
#comments-form #comment_name:focus,
#comments-form #comment_email:focus,
#comments-form #comment_url:focus,
#comments-form #comment_message:focus,
#kp-comments-form #comment_name:focus,
#kp-comments-form #comment_email:focus,
#kp-comments-form #comment_url:focus,
#kp-comments-form #comment_message:focus {
    border:1px solid #33bee5;
}

.kopa-single-standard-2 .entry-box .entry-thumb {
    float:left;
    margin:0 20px 0 0;
    width:310px;
}
.kopa-single-standard-2 .entry-box header {
    float:left;
    width:476px;
}

label.error {
    color:#33bee5;
}

/* =========================================================
Contact page
============================================================ */
.kp-map {
    margin-bottom:30px;
}
.kp-map iframe {
    margin-bottom:15px;	width: 100% !important;
}
.contact-title,
#contact-box .contact-title,
#contact-information .contact-title {
    font-family: 'Open Sans', serif;
    font-size: 24px;
    color:#3f3f3f;
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    line-height:22px;
    margin: 0 0 25px;
    position:relative;
    display: block;
}
.contact-title span {
    position:absolute;
    left:0;
    bottom:-1px;
    height:1px;
    background-color:#33bee5;
    width:25%;
}
#contact-information address p {
    margin-bottom:15px;
}
.kopa-contact-page #contact-form p.input-block, 
.kopa-contact-page #contact-form p.subject-block {
    position: relative;
    margin-bottom: 5px;
}
.kopa-contact-page #contact_name, 
.kopa-contact-page #contact_email, 
.kopa-contact-page #contact_url, 
.kopa-contact-page #contact_subject, 
.kopa-contact-page #contact_phone {
    border: 1px solid #e4e4e4;
    height: 45px;
    line-height:30px;
    margin-top: 5px;
    padding: 5px 55px 5px 120px;
    width: 100%;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0;
    background-repeat:no-repeat;
    background-position:355px 10px;
    background-color:#fff;
}
.kopa-contact-page #contact_name {
    background-image:url(images/icons/big-user.png);
}
.kopa-contact-page #contact_email {
    background-image:url(images/icons/envelope.png);
}
.kopa-contact-page #contact_url {
    background-image:url(images/icons/big-link.png);
}

.kopa-contact-page #contact_url {
    padding:5px 55px 5px 70px;
}

.kopa-contact-page #contact-form p.textarea-block {
    position: relative;
}
.kopa-contact-page #contact_message {
    border: 1px solid #e8e8e8;
    height: 150px;
    padding: 10px 20px 10px 145px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none;
    height:160px;
}
.kopa-contact-page #contact_message:focus,
.kopa-contact-page #contact_name:focus, 
.kopa-contact-page #contact_email:focus, 
.kopa-contact-page #contact_url:focus, 
.kopa-contact-page #contact_subject:focus {
    outline:0;
    border:1px solid #33bee5;
}
.kopa-contact-page #contact-form .contact-button {
    margin-bottom:0px;
}
.kopa-contact-page #contact-form #submit-contact {
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:7px 15px;
    color:#fff;
    background-color:#33bee5;
    font-size:13px;
    font-weight:600;
    border:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.kopa-contact-page #contact-form #submit-contact:hover {
    background-color:#141414;
}

.kopa-contact-page #contact-form label.required {
    color:#777;
    position:absolute;
    top:12px;
    left:15px;
    font-size:12px;
}
.kopa-contact-page #contact-form p.textarea-block label.required {
    top:12px;
}

.kopa-contact-page #contact-form label.error {
    color: #32a7dd;
    position: absolute;
    right: 15px;
    top: 12px;
}
.kopa-contact-page #contact-form p.textarea-block label.error {
    top: 7px;
}

.kopa-contact-page #response {
    margin-bottom: 20px;
    text-align: center;
    font-size:18px;
}
.kopa-contact-page #response .success {
    color: #32a7dd;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}
.kopa-contact-page #response .failure {
    color: #32a7dd;
    margin-top:20px;
    display:inline-block;
    *display:inline;
    zoom:1;
}

#contact-information p {
    font-size:13px;
    color:#666;
}
#contact-information i {
    color:#33bee5;
    font-size:17px;
    width:17px;
    text-align:center;
    margin-right:10px;
    background:none;
}
#contact-information a,
#contact-information address p {
    color:#3f3f3f;
}
#contact-information a:hover {
    color:#33bee5;
}

#contact-information .accordion-title h3 {
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    color:#555;
}
#contact-information .accordion-title span {
    background-color: #33bee5;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight:700;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: auto;
    left:0;
    text-align: center;
    top: 0;
    width: 34px;
    border:none;
}
#contact-information .accordion-title a {
    display:block;
    background-color:#f7f7f7;
    margin-left:41px;
    padding-left:20px;
    color:#555;
}
#contact-information .accordion-container {
    margin: -10px 0 15px 41px;
    background-color:#f7f7f7;
    padding:10px 20px 1px;
}

/* =========================================================
Elements page
============================================================ */
.elements-title,
.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6  {
    color:#555;
}

.list-container-1 ul {
    margin: 0;
}
.list-container-1 ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    border:none;
    padding:0;
    width:98px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.list-container-1 ul li a {
    background-color: #fff;
    border:1px solid #e4e4e4;
    color: #7e7e7e;
    display: block;
    font-family:'Open Sans', serif;
    font-size: 18px;
    padding: 8px 0;
    text-align:center;
    outline:none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-1 ul li.active a, 
.list-container-1 ul li:hover a {
    border-top:1px solid #33bee5;
    color: #333;
    text-decoration: none;
}
.tab-container-1 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    border-top:none;
    padding:15px 20px 5px;
}

.elements-box .kopa-button {
    margin-right:15px;
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
#toggle-view p {
    margin-bottom:0;
}
#toggle-view li {
    margin:0 0 10px;
    position:relative;
    cursor:pointer;
    list-style:none;    
}

#toggle-view li h3 {
    font-family: 'Raleway',sans-serif;
    font-size:15px;
    font-weight:500;
    margin:0;
    color:#444;
    padding:0 20px 0 45px;
    line-height:24px;
}


#toggle-view li span {
    position:absolute;
    left:0px;
    top:0px;
    font-size:18px;
    width:22px;
    height:22px;
    text-align:center;
    color:#b7b7b7;
    line-height:22px;
    background-color:#f6f6f6;
    border:1px solid #e9e9e9;
}
#toggle-view li.active span {
    line-height:20px;
}
#toggle-view .panel {
    margin:0;
    display:none;
}
#toggle-view .panel p {
    margin:10px 0;
}

/*----------------Hover effect---------------*/
.da-thumbs li {
    position:relative;
    list-style:none;
}

.da-thumbs li .da-thumbs-hover img {
    display: block;
    position: relative;
    width:100%;
}
.da-thumb li .da-thumbs-hover {
    overflow: hidden;
}
.da-thumbs li .da-thumbs-hover p {
    position: absolute;
    background:#33bee5;
    background: rgba(51,190,229,.7);
    width: 100%;
    height: 100%;
    text-align:center;
    z-index:0;
}

.da-thumbs li .da-thumbs-hover p a {
    width:22px;
    height:22px;
    display:inline-block;
    text-indent:-99999px;
    font-size:0;
    position:absolute;
    
    top:50%;    
}
.da-thumbs li .da-thumbs-hover p a.link-gallery {
    background:url(images/icons/search.png) no-repeat center center;
    margin:-11px -27px 0 0;
    right:50%;
}
.da-thumbs li .da-thumbs-hover p a.link-detail {
    background:url(images/icons/big-link.png) no-repeat center center;
    margin:-11px 0 0 -27px;
    left:50%;
}

/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:70px 10% 100px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color: #db2021;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    color: #db2021;
    margin-top:0;
}
.error-404 .right-col a {
    color:#db2021;
}
.error-404 .right-col a:hover {
    color:#666;
}
.kopa-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.kopa-pagelink a{   
    color:#33bee5;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}

/*----------------Back to top-----------------*/
#back-top {
    bottom: 30px;
    margin-bottom: 0;
    margin-right: 15px;
    position: fixed;
    right: 0;
    z-index: 100;
}
#back-top a {
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#666;
    background-image:url(images/icons/arrow-up.png);
    display: block;
    height: 50px;
    outline: medium none;
    position: relative;
    text-indent:-9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50px;
    z-index: 0;
    text-align:center;
}
#back-top a:hover {
    background-color:#333;
}

/* =========================================================
Pricing Table
============================================================ */
/*** Table 4 column ***/
.table-3col h4, 
.table-4col h4, 
.table-5col h4 {
    position:relative;
    font-size: 18px;
    color:#333;
    margin:0 0 30px;
    font-family: 'Raleway',sans-serif;
    border-bottom:1px solid #f0f0f0;
    padding-bottom:10px;
}
.table-3col h4 span, 
.table-4col h4 span, 
.table-5col h4 span {
    position:absolute;
    height:1px;
    background-color:#33bee5;
    bottom:-1px;
    width:10%;
    left:0;
}

.pricing-column {
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.pricing-column-first {
    border-left: 1px solid #eee;
}
.pricing-title {
    font-size: 20px;
    padding: 15px 0;
    color: #333;
}
.price {
    font-size: 20px;
    color: #818181;
    padding: 25px 0;
    background-color:#f6f6f6;
}.jigoshop-shop .price {	padding: 10px 0;}
.price span {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.price sup {
    font-size: 16px;
    line-height: 0;
    top:-2.3em;
}
.features {
    margin: 0;
    padding: 0;
}
.features li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0 15px;
}
.features li p {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 13px;
    color: #7f7f7f;
}
.pricing-special {
    box-shadow: 0 0 5px rgba(160,160,160,0.75);
    -moz-box-shadow: 0 0 5px rgba(160,160,160,0.75);
    -webkit-box-shadow: 0 0 5px rgba(160,160,160,0.75);
    border:2px solid #33bee5;
    position: relative;
    z-index: 0;
}
.pricing-special .price {
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    background-color:#33bee5;
}
.pricing-footer {
    padding: 20px 0;
}
.table-5col, .table-3col, .table-4col {
    margin-bottom: 50px;
}

.table-3col .pricing-column {
    width: 359px;
}
.table-4col .pricing-column {
    width: 269px;
}
.table-5col .pricing-column {
    width: 215px;
}

/* =========================================================
Utilities
============================================================ */
.mt-20 {
    margin-top: 20px;
}

/* =========================================================
        Columns
============================================================ */

.wp-caption {
	padding: 5px 0 10px 10px;
	font-size: 12.5px;
	display: block;
	overflow: hidden;
	clear: both;
	font-style: italic;
}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
    WordPress Default Widget
============================================================ */
/* Calendar Widget */
.widget_calendar table {
    width: 100%;
}
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}


/* Shop Comment Form Fields */
input[type="text"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/* --- Custom classes --- */
.cont-menu {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	position: relative;
	min-height: 87px;
	box-shadow: 0 5px 16px -6px #555;
}

.img-content { margin: 20px 0; }


#primary {
	margin-bottom: 20px;
}

#primary p { text-align: justify; }

@media (min-width:992px) {
	
	.dropdown {
		-webkit-transition: .5s all;   
		-webkit-transition-delay: 5s; 
		-moz-transition: .5s all;   
		-moz-transition-delay: 5s; 
		-ms-transition: .5s all;   
		-ms-transition-delay: 5s; 
		-o-transition: .5s all;   
		-o-transition-delay: 5s; 
		transition: .5s all;   
		transition-delay: 5s;  
	}
	
	.dropdown:hover {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	
/*	.dropdown:hover .dropdown-menu {
		display: block;
	}*/	
}


/* --- Slider Home --- */

.cont-slider { 
	background-color: #efefef;
	background: url('images/bg-slider.jpg') no-repeat center top;
	background-size: cover;
	min-height: 80px;
	height: 340px;
}

.cont-slider .wrap {
    background: #fff;
    border: 1px solid #ddd;
	margin: 15px auto;
    padding: 4px;
    border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 30px 30px -30px #666;
}

	.cont-slider .wrap:hover,
	.custom-slick-item:hover {
	  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	  transform: translate3d(0, 0, 0);
	  backface-visibility: hidden;
	  perspective: 1000px;
	}
	
	@keyframes shake {
	  10%, 90% {
		transform: translate3d(-1px, 0, 0);
	  }
	  
	  20%, 80% {
		transform: translate3d(2px, 0, 0);
	  }
	
	  30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	  }
	
	  40%, 60% {
		transform: translate3d(4px, 0, 0);
	  }
	}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content p {
	text-align: left !important;
	font-size: inherit;
}

.wpsisac-slick-slider h2.slide-title {
	line-height: 1.4; 
}

/* --- Fin Slider Home --- */


/* --- Intro --- */
.cont-intro {
	padding: 30px 0;
	background-color: #fff;
}

	.cont-intro .container {

	}

.cont-intro h1  {
	color: inherit;
	text-transform: uppercase;
	margin-top: 40px;
	/*font-weight: 500;*/
}


/* --- Fin Intro --- */


/* --- Servicios --- */
.cont-servicios {
	/*background-color: #333;*/
	background-color: #db2021;
	border-top: 4px solid #222;
	padding: 20px 0;
}

.cont-servicios .ico-servicio {
	width: 110px;
	height: 110px;
	margin: auto;
	border-radius: 90px;
	padding: 15px;
	background-color: #e0d1a4;
	border: 4px solid #222;
		-webkit-transition: border 100ms ease-out;
		-moz-transition: border 100ms ease-out;
		-o-transition: border 100ms ease-out;
		transition: border 100ms ease-out;
	
	  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	  transform: translate3d(0, 0, 0);
	  backface-visibility: hidden;
	  perspective: 1000px;
}

	.cont-servicios .ico-servicio:hover {
		border: 7px solid #222;
		-webkit-transition: border 100ms ease-in;
		-moz-transition: border 100ms ease-in;
		-o-transition: border 100ms ease-in;
		transition: border 100ms ease-in;
	}

.cont-servicios .col-sm-3 .thumbnail:before {
	content: "";
    height: 3px;
    position: relative;
    display: block;
    top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width: 768px) {	

	.col-sm-20p {
		width: 20%;
		float: left;	
	}

	.cont-servicios .col-sm-3,
	.cont-servicios .col-sm-20p {
		margin-top: -70px;
	}
	.cont-intro .container {
		margin-bottom: 40px;
	}
}

.cont-servicios .col-sm-3:nth-child(1) .thumbnail:before { background-color: #db2021; }
.cont-servicios .col-sm-3:nth-child(2) .thumbnail:before { background-color: #db2021; }
.cont-servicios .col-sm-3:nth-child(3) .thumbnail:before { background-color: #db2021; }
.cont-servicios .col-sm-3:nth-child(4) .thumbnail:before { background-color: #db2021; }

.cont-servicios a { color: #fff; }
.cont-servicios a:hover { color: #ddd; }

.cont-servicios h3 {
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
}

.cont-servicios img  {
	max-width: 100%;
	margin: auto;
}

@media (max-width:767px) {
	.cont-servicios .col-sm-3 {
		min-height: 184px;
	}
}

@media (max-width:400px) {
	.cont-servicios .col-xs-6 {
		width: 100%;
	}
}

/* --- Fin Servicios --- */


/* --- Proyectos --- */

.cont-proyectos {
	/*border-top: 3px solid #555;*/
	/*background-color: #fafafa;*/
}

.cont-noticias { border-top: 3px solid #555; }

.section-title { 
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.section-title h1,
.section-title h2 { 
	/*margin-top: 4px;*/
	margin-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: center;
}

.section-title h1:after,
.section-title h2:after {
	content: "";
    border-bottom: 3px solid #e0d1a4;
    display: block;
    font-weight: 400;
    position: relative;
    bottom: -12px;
    width: 50%;
    margin: auto;
}

.cont-proyectos .section-title {
	margin-bottom: 0;
}

.cont-proyectos .nav-pills {
	margin-top: 5px;
	margin-bottom: 10px;
}

.cont-proyectos .nav-pills a:hover {
	color: #333;
}

.cont-proyectos .nav-pills .active a:hover {
	color: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #333333;
}
@media (max-width:450px) {
	.cont-proyectos  .nav-pills > li { float: none; }
	
	.cont-proyectos  .slick-prev,
	.cont-proyectos  .slick-next { display: none !important; }
}

.proyectos { margin-bottom: 30px; }

.search .featured-item,
.archive .featured-item,
.category .featured-item,
.page .featured-item { 
	height: 290px;
	margin-bottom: 30px;
	border: 1px solid #db2021;
	overflow: hidden;
	position: relative;
}
.home .featured-item {
	height: 310px;
}

.featured-item a { 
	color: #333;
}

.featured-item h5 { 
	margin: 10px 0 5px 0 !important;
}

.featured-item .featured-excerpt {
	padding: 0 15px;
}
.featured-item b.featured-date {
	background-color: #999;
	color: #fff;
	font-weight: 300;
	padding: 1px 10px;
}

.featured-item .featured-excerpt p {
	line-height: 1.4em !important;
	font-size: inherit !important;
}

	.home .featured-item .featured-excerpt p { 
		display: none;
	}

.featured-item .featured-crop {
	max-height: 190px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
	.featured-item .featured-crop .proximamente {
		position: absolute;
		width: 120%;
		background-color: rgba(0, 0, 0, 0.75);
		color: #fff;
		top: 42%;
		left: -10%;
		padding: 15px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		-ms-transform: rotate(-22deg);
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);

	}

.featured-item img {
	width: 100%;
	height: auto;
}

/*.slick-slider {
	margin-bottom: 0;
}
*/

.slick-dots {
	bottom: -8px;
}

.slick-prev:before,
.slick-next:before {
	color: #999;
}

.slick-prev,
.slick-next {
    top: -32px;
    line-height: 0;
}
.slick-prev { right: 38px; left:auto; }
.slick-next { right: 15px; }

.img-single-obras {
	margin-bottom: 15px;
	position: relative;
}
.img-single-obras img {
	width: 100%;
	height: auto;
}

.en-ejecucion {
	position: absolute;
	top: -4px;
	left: -4px;
	background-color: #db2021;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
}


/* --- Fin Proyectos --- */



/* --- Equipo Humano --- */

.box-white {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.border-bottom-ivory {
    border-bottom: 3px solid #2890ce;
}

.team {
    padding: 0 0 20px 0;
}

.profile {
	margin-bottom: 20px;
}

.profile a {
	font-size: 12.5px;
}

.profile h1 {
	font-weight: normal;
	font-size: 17px;
	margin:10px 0 0 0;
}
.profile h2 {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 5px;
}
.profile .img-box {
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box:after {
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li {
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i {
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li {
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #db2021;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a {
	color:#fff;
}
.img-box:hover:after {
	opacity: 1;
}

.img-box img {
	width: 100%;
}

.img-box:hover ul {
	opacity: 1;
}
.img-box ul a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li {
	border-color: #fff;
	color: #db2021;
}

@media (min-width:460px) and (max-width:767px) {
	.team .col-sm-3 {
		width: 50%;
		float: left;
	}
}

.team a {
	font-weight: 500;
	word-wrap: break-word;
}
i.red {
    color:#BC0213;
}
/* --- Fin Equipo Humano --- */


/* --- Noticias --- */
.cont-noticias { margin-bottom: 20px; }

.cont-noticias h3 {
	font-size: inherit;
	line-height: inherit;
	margin: 8px 0;	
}

.cont-noticias h3 a {
	color: inherit;
	font-size: 12.5px
}
.cont-noticias .item {
	min-height: 164px;
}

@media (min-width:750px) and (max-width:992px) {
	.cont-noticias .item {
		min-height: 184px;
	}
}

@media (max-width:450px) {
	.cont-noticias .col-xs-6 { width: 100%; }
}

.rss-wrap { background-color: #58595b; }

.cont-noticias .fecha {
	float: left;
	width: 44px;
	color: #fff;
	padding: 4px;
}
	.cont-noticias .fecha .dia { font-size: 20px; text-align: center; clear: both;}
	.cont-noticias .fecha .mes { font-size:11px; text-transform: uppercase; text-align: center; clear: both; letter-spacing: 2px; }
	.cont-noticias .fecha .anio { font-size: 11px; text-transform: uppercase; text-align: center; clear: both; letter-spacing: 1px; }

.cont-noticias .rss-img {
	/*float: left;*/ 
	width: calc(100% - 44px); 
	/*height: 86px; */
	overflow: hidden;
}
.cont-noticias img { width: 100%; height: 100%; border-left: 3px solid #db2021; }

.cont-noticias .col-xs-6 { /*max-height: 154px;*/ overflow: hidden; }

.container.noticias	.item{
    border: 1px solid #db2021;
	margin: 30px 0;
    overflow: auto;
}
.container.noticias .featured-date {
    background-color: #999;
    color: #fff;
    font-weight: 300;
    padding: 1px 10px;
    margin-left: 15px;
}
.container.noticias .item-noticia-img {
    width: 300px;
    height: 200px;
    float: left;
}
.container.noticias .item-noticia-content {
    padding: 15px;
    width: calc(100% - 320px);
    float: left;
}
.container.noticias .item-noticia-content h5 { margin: 5px 0 15px 0 !important; }
.container.noticias .item-noticia-content p{
	line-height: 20px !important;
    font-size: 12.5px !important;
}

@media (max-width:600px) {
    .container.noticias .featured-date {

    }
    .container.noticias .item-noticia-img {
        width: 100%;
		height: auto;
        float: none;
        clear: both;
    }
	
		.container.noticias .item-noticia-img img { width: 100%; }
	
    .container.noticias .item-noticia-content {
        padding: 15px;
        width: 100%;
        float: none;
        clear: both;
    }
}

.view-more i { font-size: 24px; }

.page-template-page-noticias .item-noticia-content h5 a {
	color:#58595b;
}
.page-template-page-noticias .item-noticia-content p{
	color:#888;
}
.page-template-page-noticias .item-noticia-content .btn-more a{
	color:#b7b7b9;
}

/* --- Fin Noticias --- */


/* --- proyectos Single --- */
.section-image {
	position: relative;
	overflow: hidden;
	margin: -15px auto 20px auto;
    background: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
    padding: 4px;
	box-shadow: 0px 30px 30px -30px #666;
	}
.section-image img {
	width: 100%;
	min-height: 86px;
	max-height: 220px;
	max-width: none;
	object-fit: cover;
}

.section-image .container { position: relative; }

.section-image .caption {
	position: absolute;
	max-width: 60%;
	bottom: 0;
	background-color: rgba(51,51,51,0.8);
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 15px;
}

.section-image .caption h6 {
	margin-top: 4px;
}

@media (max-width:800px) {
	
	.section-image .caption {
		max-width: none;
		width: calc(100% - 30px);
		padding: 6px 15px;
	}
	
	.section-image .caption h1 {
		font-size: 20px;
		margin: 0;
	}
}

@media (max-width:400px) {
	
	.section-image img {
		width: 120vw;
		min-height: 140px;
	}
	
	.section-image .caption h1 {
		font-size: 17px;
	}
	
}

.section-image .caption h6,
.section-image .caption a {
	/*color: #db2021;*/
	color: #82c6e2;
	letter-spacing: 1px;
	text-shadow: 0px 0px 12px #000;
}

.info-proyectos ul { padding: 0 !important; }
.info-proyectos .nav-pills { border-bottom: 1px solid #ececec; }
.info-proyectos .nav-pills > li > a { color: inherit; font-size: 14px; }
.info-proyectos .nav-pills > li.active > a { color: #fff; background-color: #db2021; }

.info-proyectos .tab-pane iframe,
.info-proyectos .tab-pane iframe img {
	max-width: 100%;
}

.info-proyectos #documentos p,
.info-proyectos #prensa p {
    float: left;
    width: 33.333333%;
    text-align: center;
    display: inline-block;
	line-height: 13px;
	margin-top: 10px;
	height: 100px;
    overflow: hidden;
}
.info-proyectos #enlaces p {
	float: none;
	width: auto;
	height: auto;
	text-align: inherit;
}
.info-proyectos #enlaces ul li { margin-bottom: 2px; }

.info-proyectos #documentos p a,
.info-proyectos #prensa p a {
	font-size: 11px;
	text-transform: uppercase;
}

/*.info-proyectos #documentos p a:before {
    content: "\f016";
    font-family: FontAwesome;
    font-size: 32px;
	color: #666;
    padding: 15px;
    clear: both;
    display: block;
    text-align: center;
}*/

.info-proyectos #prensa p a:before {
    content: "\f1ea";
    font-family: FontAwesome;
    font-size: 32px;
	color: #666;
    padding: 15px;
    clear: both;
    display: block;
    text-align: center;
}

.info-proyectos .tab-pane { position: relative !important; }

.info-proyectos .tab-content h1 { font-size: 20px; margin: 10px 0; }
.info-proyectos .tab-content h2 { /*font-size: 19px; margin: 10px 0;*/ font-size: 13.5px; line-height: 24px; margin: 0; }
.info-proyectos .tab-content h3 { font-size: 17px; margin: 10px 0; }
.info-proyectos .tab-content h4 { font-size: 15px; margin: 10px 0; }

.date-exposicion { margin: 12px 0; }
.proximamente { text-transform: uppercase; font-weight: 600; }

/* --- Fin proyectos Single --- */


/* --- Slick Slider - OVERRRIDE --- */

.slick-slider { z-index: 990; }

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
    top: 40px;
    padding: 40px;
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content .bg-overlay {
    background: none !important;
}
.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slide-title {
	display: inline-block;
	color: #fff;
	background-color: #db2021;
	border-radius: 5px;
	padding: 5px 10px !important;

}
.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content p {
	display: inline-block;
	color: #fff !important;
	background-color: #222;
	border-radius: 5px;
	padding: 5px 10px !important;
	line-height: 1.4em !important;
	text-align: inherit !important;
	font-size: 1.2em;
	font-weight: 400;
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content p a {
	color: #a0f0fa !important;
}

.wpsisac-slick-slider.design-3 .slick-image-slide img {
    max-width: inherit;
}

@media (max-width:525px) {
	.wpsisac-slick-slider.design-3 .slick-dots { display: none !important;}
}

@media (max-width:400px) {

	.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slide-title {
		font-size: 1.3em;
	}
	.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-short-content p {
		font-size: 1em !important;
	}
	
	.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
		padding: 15px;
	}
}

/* --- Fin Slick Slider - OVERRRIDE --- */


/*@media (min-width:980px) and (max-width: 991px) {	
	#main-menu {
		display: none;
		top: 0;
	}
	#mobile-menu {
		display: block;
	}
}*/

@media (max-width: 991px) {	
	#main-menu {
		display: none;
	}
	#mobile-menu {
		display: block;
	}
	.cbp-af-header.cbp-af-header-shrink #mobile-menu {
		margin: 5px 0;
	}
}


/* --- Copyright --- */
#copyright { color: #fff; }
#copyright a { color: #fff; }

/* --- Fin Copyright --- */


/* --- Vertical Tabs (proyectos) - bhoechie tab --- */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #fff;
  /*  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  background-size: calc(100% - 30px);
  background-position: center;
  min-height: 200px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #efefef;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #efefef;
  background-image: #efefef;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #efefef;
}

.bhoechie-tab-container .list-group-item.active,
.bhoechie-tab-container .list-group-item.active:hover,
.bhoechie-tab-container .list-group-item.active:focus {
	color: inherit;
	border-bottom-color: #ccc;
}

div.bhoechie-tab-content {
  /*background-color: #ffffff;*/
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab-content p { line-height: inherit !important; }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.bhoechie-tab-container .list-group-item { 
	border: none;
	border-bottom: 1px dashed #999;
	font-size: 15px;
	text-align: left;
}

.bhoechie-tab-container .list-group-item:first-child { border-top-left-radius: 0px !important; }
.bhoechie-tab-container .list-group-item:last-child { border-bottom-left-radius: 0px !important; }

.bhoechie-tab { padding-right: 0; }

.bhoechie-tab-content p .link-ciudad {
	color: #666;
	font-size: 15px;
}
.bhoechie-tab-content p .link-exposicion {
	padding-left: 15px;
	margin-top: 4px;
	display: block;
}

.bhoechie-tab-content .location {
	font-size: 18px;
	color: #ccc;
}

.cont-mapa { margin-bottom: 20px; }

/* --- Fin Vertical Tabs (proyectos) - bhoechie tab --- */

@media (min-width: 650px) {
	.cont-proyectos .col-sm-6 {
		width: 50%;
		float: left;
	}
}

.cont-obras-destacadas {
	border: 1px solid #db2021;
	margin-bottom: 20px;
	overflow: hidden;
}
.cont-obras-destacadas .galeria-cover { padding: 0; }

#galeria-exposicion { 
	overflow: hidden;
	height: auto !important;
	max-height: initial !important;
}

#galeria-exposicion .bx-wrapper .bx-viewport,
#galeria-exposicion-thumbs .bx-wrapper .bx-viewport { height: inherit !important; }

#galeria-exposicion-nav {
	/*top: 8%;*/
	display: block;
}
	#galeria-exposicion-nav i { font-size: 30px; }



.single-exposicion #galeria-exposicion,
.single-exposicao #galeria-exposicion {
	height: auto;
	border: none;
}

.single-exposicion .galeria-cover #galeria-exposicion-title,
.single-exposicion .galeria-cover #galeria-exposicion-description,
.single-exposicao .galeria-cover #galeria-exposicion-title,
.single-exposicao .galeria-cover #galeria-exposicion-description { display: none; }

#galeria-exposicion-description {
	background: rgba(255, 255, 255, 0.70) !important;
	color: #333;
	padding: 4px 8px;
	border-radius: 4px;
	text-align: right;
	float: right;
	width: auto !important;
}

.single-exposicion .galeria-thumbs #galeria-exposicion-title,
.single-exposicion .galeria-thumbs #galeria-exposicion-description,
.single-exposicao .galeria-thumbs #galeria-exposicion-title,
.single-exposicao .galeria-thumbs #galeria-exposicion-description {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
	margin: 2px 8px;
	padding: 0;
	background-color: transparent !important;
	color: inherit;
	top: 0;
	left: 0;
	right:0;
	bottom: inherit;
	text-align: left;
	font-size: 14px !important;
}
.single-exposicion .galeria-thumbs #galeria-exposicion-description,
.single-exposicao .galeria-thumbs #galeria-exposicion-description {
	margin-bottom: 8px;
}

.single-exposicion .galeria-thumbs #galeria-exposicion-thumbs,
.single-exposicao .galeria-thumbs #galeria-exposicion-thumbs {  }

.single-exposicao ul#huge_it_thumb_slider li,
.single-exposicion ul#huge_it_thumb_slider li { 
	margin: 8px 4px 8px 4px;
}
@media (min-width:992px) { 
	.single-exposicion ul#huge_it_thumb_slider li,
	.single-exposicao ul#huge_it_thumb_slider li { max-height: 110px !important; }
}

.single-exposicion-ciudad #galeria-exposicion {
	border: 1px solid #db2021 !important;
}
.single-exposicion-ciudad ul#huge_it_thumb_slider li,
.single-exposicao-cidade ul#huge_it_thumb_slider li {
	width: 110px !important;
	margin: 3px;
    padding: 0px;
    border: 1px solid #ccc;
	height: 62px;
	/*height: auto;*/
}
/*FILTROS EXPOSICION*/

.filtros-exposicion input[type="text"]{
	width:28%;
	margin-right:.3%;
}
.filtros-exposicion select{
	width:28%;
	margin-right:.3%;
	margin-left:.3%;
}
@media (max-width:600px) {
	.filtros-exposicion input[type="text"]{
		width:100%;
		margin-bottom:5px;
	}
	.filtros-exposicion select{
		width:100%;
		margin-bottom:5px;
	}
}
/*END FILTROS EXPOSICION*/


/* --- Timeline --- */
#timeline-embed { border: 1px solid #ccc; }

.tl-timeline a {
	color: #000 !important;
	text-decoration: none !important;
}

.tl-timeline a:hover {
	color: #db2021 !important;
	text-decoration: none !important;
}

.tl-text .tl-headline-date,
.tl-text h3.tl-headline-date {
	color: #db2021 !important;
}
/* --- Fin Timeline --- */


/* --- Pagination --- */
.pagination {
	text-align: center;
    width: 98%;
}
.pagination a {
	color: #666;
    border: 1px solid #ddd;
    padding: 4px 8px;
}
	.pagination a:hover {
		color: #333;
		border: 1px solid #333;
	}
	.pagination .current {
		color: #333;
		border: 1px solid #333;
		padding: 4px 8px;
	}

.screen-reader-text {
	display: none;
}



.view-more {
    text-align: center;
    padding-bottom: 15px;
    font-weight: lighter;
    font-size: 1em;
    margin: 0 auto;
}
.view-more a,
.view-more a:active,
.view-more a:visited {
	color: #666;
    border: 1px solid #ddd;
    padding: 4px 8px;
	display: inline-block;
	margin: 1px;
	text-decoration: none !important;
}
	.view-more a:hover,
	.view-more .holder a.jp-current,
	.view-more .holder a.jp-current:hover {
		color: #333;
		border: 1px solid #333;
		text-decoration: none !important;
	}
	
	.view-more .holder a:hover {
		background: none;
		border: 1px solid #333;
	}

/* --- Fin Pagination --- */


/* *-*-*-*-* BOTON SEARCH *-*-*-*-* */
#searchform .searchfield {
  outline: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  background: #fff url("http://websites.ctdesarrollo.org/funiber/themes/funiber/img/icon/icon--search_b.png") no-repeat right 3px center;
  background-color: #cce2ee;
  border: solid 1px transparent;
  border-radius: 4px;
  color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  margin: 5px 5px 0 10px;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 200px;
}
@media (max-width: 992px) {
  #searchform .searchfield {
    width: 15px;
  }
  #searchform .searchfield:focus {
    width: 200px;
  }
}
#searchform .searchfield:hover {
  background-color: #fff;
}
#searchform .searchfield:focus {
  background-color: #fff;
  border-color: #0071ae;
  box-shadow: 0 0 5px rgba(109,207,246,0.5);
  color: #6d6e72;
  cursor: auto;
}
#searchform .searchfield::-webkit-search-decoration,
#searchform .searchfield::-webkit-search-cancel-button,
#searchform .searchfield:-moz-placeholder {
  color: transparent;
}
#searchform .searchfield::-webkit-input-placeholder {
  color: transparent;
  display: none;
}


/* --- Custom Slick Items --- */
.custom-slick-item {
	position: relative;
	overflow: hidden;
	min-height: 272px;
}

@media (min-width:1024px) {
	.custom-slick-item {
		min-height: 330px;
	}
}

.custom-slick-item .custom-slick-item-img {
	position: relative;
	overflow: hidden;
}
	.custom-slick-item .custom-slick-item-img img,
	.custom-slick-item .sp-slides-container,
	.img-single-obras {
		width: 100%;
		margin-bottom: 0;
		/*border: 1px dotted #ddd;*/
		border-bottom: 4px solid #2890ce;
	}
	.img-single-obras {
		margin-bottom: 15px;
	}

.custom-slick-item .custom-slick-item-excerpt {
	position: relative;
	bottom: 0;
	overflow: hidden;
	padding: 8px 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 100%;
}

	.custom-slick-item .slick-item-date {
		width: 46px;
		float: left;
		border: 1px solid #EDA900;
		padding: 6px;
		margin-right: 10px;
		color: #111;
		text-align: center;
		display: none;
	}
	
		.slick-item-date .day {
			font-size: 1.4em;
			
		}
	
	.custom-slick-item .slick-item-title {
		/*width: calc(100% - 56px);
		float: left;*/
		padding-bottom: 6px;
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 400;
	}
	
	.custom-slick-item .slick-item-title a {
		color: inherit;
		text-decoration: none;
		display: block;
	}
		.custom-slick-item .slick-item-title a:hover,
		.custom-slick-item .slick-item-title a:focus {
			color: inherit;
		}
	
	.custom-slick-item p {
		margin-bottom: 0;
		/*display: none;*/
		line-height: 1.5;
		text-align: inherit !important;
	}	
	
	/* --- BOOTSTRAP TABS HACK FOR SLICK SLIDER --- */
	.tab-content > .tab-pane:not(.active), 
	.pill-content > .pill-pane:not(.active) {
		display: block;
		height: 0;
		overflow-y: hidden;
	}
	
	.tab-content > .active,
	.pill-content > .active {[![enter image description here][1]][1]
		height: auto;       /* let the content decide it  */
	}
	/* --- / BOOTSTRAP TABS HACK FOR SLICK SLIDER --- */
	
/* --- / Custom Slick Items --- */


/* --- Contacto --- */
label {
	font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 5px 10px;
    border-radius: 5px;
	border: 1px solid #ccc;
}

input[type="submit"] {
	background-color: #db2021;
    border: 1px solid #ddd;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

textarea {
	max-height: 142px;
}


.map {

}

.map h2 {
	margin: 0 0 10px 0;
}
	.map h2 svg {
		font-size: 25px;
	}

.map .cont-iframe {
	border: 8px solid #ddd;
}



/* --- Sidebar Post --- */
.sidebar-post-img {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.sidebar-post-img img {
	width: 100%;
	height: auto;
}

.sidebar-post-text {
	float: left;
	width: calc(100% - 95px);
}

/* --- / Sidebar Post --- */


/* --- / Prefooter --- */
#prefooter {
	background-color: #eaeaea;
	min-height: 60px;
	border-top: 1px dotted #ddd;
	font-size: 13px;
}

#prefooter .col-sm-4 {
	margin-bottom: 15px;
}

#prefooter ul {
	padding-left: 18px;
}

/* --- Prefooter --- */