@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');

.destacar {
	background-color:#FF9;
	color:#900;
}
.red {
	color:#F00;
}
.clear {
	clear:both;
	overflow:hidden;
}
.main {
	width:100%;
	margin:0 auto;
	clear:both;
}
.main p {
	margin:0;
	font-size:12px;
}
.main .project-body p{
    font-size:14px;
}
.main p a, .main p a:visited {
	color:#255d5a;
	text-decoration:none;
}
/* How we do it*/
.m-how_we_do_it .row{
    margin-bottom: 2em;
}
.m-how_we_do_it .row .col-sm-6 > img{
    margin-top: 1em;
    float: right;
}
/* end of how we do it */
/* portfolio page*/
.main-body.m-projects{
	background-color: #0e122f;
}
.m-projects .big{
	color: #3699ac !important;
	font-family: "Permanent Marker";
}
#tabs{
    margin-left: 0!important;
    margin-right: 0!important;
}
#tabs .nav{
    margin-bottom: 1em;
}
#portfolio-qoute{
	padding: 12px 0;
	width: 100%;
	background-color: transparent;
}
#portfolio-qoute > div{
	background-color: #222;
    padding-top: 8px;
	width: 100%;
	min-height: 7vw;
    position: relative;
    color: #fff;
}

div.mobile-carousel-qoute #portfolio-qoute-inner{
    max-width: 80%;

}
#portfolio-qoute-inner > .project-desc{
	display: block;
	text-align:center;
	width: 100%;
}
#portfolio-qoute-inner > .project-desc > label{
	font-family: "Open Sans";
	width: 100%;
	font-weight: normal;
}
#portfolio-qoute-inner > .project-desc > .banner-name{
    font-size: 20px;
}
#portfolio-qoute-inner > .project-desc > .banner-qoute,
#portfolio-qoute-inner > .project-desc > .banner-desc{
	font-size: 17px;
}
@media (max-width: 767px) {
    #portfolio-qoute-inner > .project-desc > .banner-qoute, #portfolio-qoute-inner > .project-desc > .banner-desc{
        font-size: 2.7vmin!important;
    }
    #portfolio-qoute-inner > .project-desc > .banner-qoute{
        font-size: 3vmin!important;
    }
}
#portfolio-qoute-inner > .project-desc > .banner-author{
	font-size: 17px;
	font-size: 1.8vmin;
}
.project-desc {
	display: none;
}
/* portfolio page end*/
/* project page*/
.topbar.project-heading {
    font-family: "Open Sans";
    color: #555259;
    font-weight: bold;
}
.topbar.project-heading{
    margin-bottom: 22px;
}
.topbar.project-heading .big {
    font-size: 44px;
    font-size: 5.4vmin;
}
.topbar.project-heading .sml {
    font-size: 26px;
    font-size: 4vmin;
}
.project-main {
    padding: 12px 22px;
}
.project-body ul {
    margin-left: 2em;
}
.project-side {
	margin-top: 26px;
    word-wrap: break-word;
}
.project-side .side-menu{
    background-color:#eee;
    padding: 12px 16px;
}
.project-side .side-menu > h3 {
    font-family: "Permanent Marker";
    font-size: 20px;
    padding-top: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.project-side .side-menu > h2 {
	font-family: "Permanent Marker";
    font-size: 24px;
    padding-top: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.project-side .side-menu > h1 {
    font-family: "Permanent Marker";
    font-size: 30px;
    padding-top: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.project-side .side-menu ul {
    list-style-type: none;
    margin-left: 16px;
    padding-left: 8px;
    font-family: "Open Sans";
    font-size: 18px;
    color: #111;
}
.project-side .side-menu ul li{
    padding-top: 9px;
}
.project-side .side-menu ul a{
    color: #111;
}
.project-side div.qoute{
    margin-top: 28px;
    padding-right: 4px;
    padding-left: 4px;
}
.project-side div.qoute span{
    display: block;
    font-size: 16px;
    font-family: "Open Sans";
    text-align: right;
}
.project-side div.qoute span.qout:before{
    vertical-align: super;
    content: '"';
    font-family: "Permanent Marker";
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    top: -0.46em;
    position: relative;
}
.project-side div.qoute span.qout:after{
    content: '"';
    font-family: "Permanent Marker";
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    display: block;
    top: -0.46em;
    position: relative;
}
.project-side div.qoute .qout-mark{
    font-family: "Permanent Marker";
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    vertical-align: super;
}
.project-side div.qoute .author{
    font-size: 19px;
}
@media (max-width: 767px) {
    .project-side .side-menu > h3 {
        font-size: 3vmin;
        padding-top: 1vw;
        margin-top: 1.6vw;
        margin-bottom: 0.8vw;
    }
    .project-side .side-menu > h2 {
        font-size: 3.4vmin;
        padding-top: 1vw;
        margin-top: 1.6vw;
        margin-bottom: 0.8vw;
    }
    .project-side .side-menu > h1 {
        font-size: 4vmin;
        padding-top: 1vw;
        margin-top: 1.6vw;
        margin-bottom: 0.8vw;
    }
    .project-side .side-menu ul {
        font-size: 2.9vmin;
    }
    .project-side .side-menu ul li{
        padding-top: 0.8vw;
    }
    .project-side div.qoute span{
        font-size: 3.8vmin;
    }
    .project-side div.qoute span.qout:before{
        font-size: 3.4vmin;
    }
    .project-side div.qoute span.qout:after{
        font-size: 3.4vmin;
    }
    .project-side div.qoute .qout-mark{
        font-size: 3.4vmin;
    }
    .project-side div.qoute .author{
        font-size: 3vmin;
    }
	.menu {
		height:70px;
	}
}
.projects-link {
    text-align: left;
}
.projects-link a{
    color: #111;
    font-family: "Permanent Marker";
    font-size: 20px;
    padding: 0.4em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    display: inline-block;
}
.projects-link img{
    max-width: 26px;
    padding: 0.4em 0;
    margin-right: 0.4em;
    fill: #111;
    filter: brightness(6.25%);
}
/*project page end*/
.banner {
	background-color: #fff;
	position:relative;
	margin-bottom: -60px;
}
.banner.main{
	width: 100%;
}
.banner-content {
    position: relative;
    display: inline-block;
    width: 100%;
}
.banner-content > div {
    position: absolute;
    height: 100%;
    text-align: left;
    width: 100%;
}
.banner-content img {
    width: 100%;
}
.banner-content > div:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.banner-content > div > p {
   display: inline-block;
   font-size: 2.6vw;
   color: #FFF;
   font-family: "Open Sans Condensed";
   word-wrap: break-word;
   width: 95%;
   padding-left: 8px;
   vertical-align: text-top;
}
.m-projects .banner-content > div > p{
    display: inline-block;
    position: absolute;
    top: 4vw;
    left: 8px;
    -webkit-filter: drop-shadow( 0px  0px 2px #000 );
    filter: drop-shadow( 0px  0px 2px #000 );
}
.m-projects .mobile-carousel .banner-content > div > p{
    top: 12vw;
    left: 8px;
}
label.show-active {
    padding-top: 0;
}
.show-active {
	font-size: 1.4vw;
	word-wrap: break-word;
	width: 80%;
	font-weight: normal;
	margin-bottom: 2px;
	opacity: 0;
	visibility: hidden;

}
.active > a:nth-child(2) .show-active{
	transition: visibility 0s, opacity 0.8s linear;
	opacity: 1;
	visibility: visible;

}
.show-active.banner-author{
	font-size: 1.2vw;
    vertical-align: text-top;
}
.show-active.banner-qoute{
	font-family: "Permanent Marker";
	font-size: 1.2vw;
    position: relative;
}
.banner-content > img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit:cover;
  max-height:428px;
}
@media (min-width: 1800px) {
	.banner-content > img {	
		max-height:708px;
	}
}
.banner-img {
	position: relative;
	display: block;
}
.banner-title {
	font-size: 16px;
	color: #fff;
}
.mobile-carousel .carousel-inner > .item{
    transition: 600ms ease-in-out all !important;
    backface-visibility: visible;
}
.mobile-carousel .carousel-inner{
    margin: 0 auto;
}
.mobile-carousel .carousel-inner > .item a{
    width: 95%;
    max-width: 100%;
}
.mobile-carousel .banner-content > div > p {
    display: inline-block;
    font-size: 7.9vw;
    color: #FFF;
    font-family: "Open Sans Condensed";
    word-wrap: break-word;
    width: 95%;
    padding-left: 14%;
    position: absolute;
    top: 25%;
}
.mobile-carousel .show-active{
    opacity: 1!important;
    visibility: visible!important;
    font-size: 4vw;
}
.mobile-carousel .show-active.banner-author{
    font-size: 3.2vw;
    vertical-align: text-top;
}
.mobile-carousel .show-active.banner-qoute{
    font-family: "Permanent Marker";
    font-size: 3.2vw;
    position: relative;
}
.multi-item-carousel .carousel-inner > .item{
    transition: 600ms ease-in all !important;
    backface-visibility: visible;
    transform: none !important;
}
.multi-item-carousel .carousel-inner{
      margin: 0 auto;
}
.multi-item-carousel .carousel-inner > .item a{
      width: 33.3%;
      float: left;
}
.multi-item-carousel .carousel-inner .active.left{
    left:-33%;
}
.multi-item-carousel .carousel-inner .active.right{
    left:33%;
}
.multi-item-carousel .carousel-inner .next{
      left: 33%;
}
.multi-item-carousel .carousel-inner .prev{
      left: -33%;
}
.carousel .carousel-control > div{
	position: absolute;
  	top:65%;
  	width: 100%;
}
.carousel .carousel-control > div > img,
#portfolio-qoute .carousel-control > div > img{
    width: 30%;
    padding-top: 5%;
    display: inline-block;
    position: relative;
    background-image: none !important;
    -webkit-filter: drop-shadow( 0px  0px 3px #000 );
            filter: drop-shadow( 0px  0px 3px #000 ); /* Same syntax as box-shadow, except
                                                       for the spread property */
}
#portfolio-qoute .carousel-control > div > img{
    padding-top: 2px;
    vertical-align: middle;
    width: 50%;
    max-width: 120px;
}
#portfolio-qoute .carousel-control > div{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
#portfolio-qoute .carousel-control > div:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#portfolio-qoute .carousel-control{
    width: 30%;
}
#portfolio-qoute.mobile-carousel-qoute .carousel-control {
    width: 14%;
}
#portfolio-qoute .control-buttons{
    width: 100%;
}
.multi-item-carousel > .carousel-control.left > div > img{
    float: right;
}
.multi-item-carousel >.carousel-control.right > div > img{
    float: left;
}
.carousel-project {
	height: 35vw;
    min-height: 240px;
	overflow: hidden;
    max-height: 420px;
}
.carousel-project > .carousel-control > div{
	position: absolute;
  	top:48%;
  	width: 100%;
}
.carousel-project > .carousel-control > div > img{
  	width: 25%;
}
@media (max-width: 767px) {
    .carousel-project > .carousel-control > div > img{
        width: 40%;
    }
    #portfolio-qoute .control-buttons{
        top:-20px;
    }
}
.carousel-project> .carousel-control.left > div > img{
    float: left;
    margin-left: 10%;
}
.carousel-project >.carousel-control.right > div > img{
    float: right;
    margin-right: 10%;
}
.carousel-project>.carousel-control{
	background-image: none !important;
    opacity: 1;
}

.carousel-project>.carousel-control:hover{
    opacity: 1;
}

.carousel-project>.carousel-control:hover img{
    -webkit-filter: drop-shadow( 0px  0px 3px #057);
    filter: drop-shadow( 0px  0px 3px #057 );
}

.carousel-project > .carousel-inner img{
    max-width:100% !important;
    margin-left: auto;
    margin-right: auto;
}
.carousel-project-caption{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 10;
  	color: #222;
	margin:0;
	width: 100%;
}
.carousel-project-caption > div {
  	min-height: 40px;

}
.carousel-project-caption > div > div {
  	text-align: center;
    padding: 0;
}
.carousel-project-caption a{
  	display: inline-block;
  	height: 100%;
  	width: 100%;
  	vertical-align: middle;
  	background-color: #000;
	opacity: 0.84;
	padding-top: 12px;
	text-decoration: none;
    min-height: 33px;
}
.carousel-project-caption a:hover{
	background-color: #2a2a2a;
}
.carousel-project-caption span{
	color: #fff;
	font-family: "Open Sans";
	font-weight: normal;
    text-align: center;
}
.carousel-project-caption span > i{
	font-family: "Permanent Marker";
	color: #aaa;
  	padding-right: 12px;
}
.topbar {
	padding-top:18px;
	font-family: "Permanent Marker";
}
.topbar .big {
	color:#111;
	text-align: center;
	overflow:hidden;
	font-size:36px;
}
.topbar .sml {
	font-size:24px;
	text-align: center;
	color:#111;
	font-weight:normal;
}
.container.home {
	padding:35px 31px;
	position:relative;
}
.container.home .txt {
	width:202px;
	height:130px;
    background: url(../images/howwemangeit.png) no-repeat;
    right:-225px;
	top:28px;
	position:absolute;
}
.credits {
	text-align:center;
	margin:10px auto 0;
}
.logo {
	float:left;
	margin:8px 0 16px 8px;
}
.flags {
	float:right;
	width:150px;
	height:40px;
	margin:20px 0 10px auto;
	clear:right;
}
.column {
	float:left;
	margin:0;
	padding:0;
}
.alpha {
	width:370px;
}
.beta {
	width:470px;
	padding-top:28px;
	margin-left:40px;
}
.beta img{
	vertical-align:middle;
}
.type_link {
	width:117px;
	height:119px;
	color:#FFF;
	padding:80px 0 0 0;
    background: no-repeat center 15px;
    text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.corp {
	background-image:url(../images/icon_corp.png);
}
.net {
	background-image:url(../images/icon_portal.png);
}
.shop {
	background-image:url(../images/icon_shop.png);
}
.project {
    width:117px;
	height:119px;
    background: url(../images/bg_proj.gif) no-repeat;
    float:left;
	margin:0 6px 0 0;
	display:block;
}
.quote {
    background: url(../images/bg_quote.gif) no-repeat 0 0;
    padding:4px 0 0 38px;
	width:332px;
	color:#1c7e84;
	font-style:italic;
	font-size:12px;
}
.sep1 {
	width:1px;
	background-color:#c8c8c8;
	float:left;
	height:120px;
	margin:0 35px;
}
.topspace {
	margin-top:20px;
}
.sep2 {
	height:1px;
	background-color:#c8c8c8;
	clear:both;
	margin:15px 0;
}
/* footer */
.footer {
	background-color:#111;
	opacity: 0.8;
	width:100%;
    border: 0 solid #fff;
    border-top-width: 3px;
    min-height: 52px;
}
.footer img {
	margin: 10px 8px;
}
.footer .copy{
	color:#FFF;
	min-height: 48px;
}
.footer .copy span{
	color:#FFF;
	vertical-align: -10px;
	margin-bottom: 12px;
}
.footer a {
	float:right;
	text-decoration:none;
	color:#FFF;
	background-repeat:no-repeat;
	margin-left:20px;
}
.footer a.cms {
    background: url(/images/icon_cms.png) 3px 7px;
    padding-left:30px;
}
.footer a.workspace {
    background: url(/images/icon_workspace.gif) 68px 3px;
}
.footer a.icon {
	padding:10px 6px 5px 28px;
	font-weight:bold;
}
.footer-nav{
	float: right;
	padding-top: 28px;
	font-size: 12px;
}
.footer-nav > .btn{
	font-size: 12px;
}
.footer-nav.btn-group > .btn {
    border: 0 solid #fff;
    border-right-width: 1px;
    padding: 0 6px;
}
.footer-nav.btn-group > .btn:last-child:not(:first-child){
	border-right-width: 0;
}
.network {
	width:100%;
	text-align:center;
	margin:10px auto 10px auto;
	padding:0;
	font-family: "Permanent Marker";

}
.network .backoffice span{
	display: table-cell;
	float: left;
	margin: 6px 6px 0 0;
}
.network > .container > .backoffice {
	float: left;
}
.network a {
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	height:16px;
	color: #000;
	text-decoration:none;
}
.social > div{
	display: inline-block;
}
.social-icon {
	width: 18px;
}
.social img {
	vertical-align:middle;
	margin:0 0 0 8px;
}
.network .social {
	float: right;
	margin: auto 4px;
	min-width:160px;
	text-align:right;
}
/* end of footer*/
.m-projects .ui-tabs-nav{
	padding-bottom: 8px;
    margin-top: 2em;
}
@media (max-width: 767px) {
    .m-projects .ui-tabs-nav{
        margin-top: 12px;
    }
}
.m-projects .ui-tabs-nav li a{
	color: #fff;
	width: 100%;
	border-radius: 0!important;
	border: none!important;
	margin-bottom: 0;
    padding: 10px 8px!important;
}
.m-projects .ui-tabs-nav li{
     overflow: auto;
     font-family: "Permanent Marker";
     color: #fff;
     font-weight: 400;
    line-height: 20px;
}
.m-projects .ui-tabs-nav li>a{
    font-size: 16px;
}
.m-projects .ui-tabs-nav li:nth-child(1){
    background-color: #3499ad;
}
.m-projects .ui-tabs-nav li:nth-child(2){
    background-color: #690;
}
.m-projects .ui-tabs-nav li:nth-child(3){
    background-color: #ff9934;
}
@media (min-width: 768px) {
    .m-projects .ui-tabs-nav{
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .m-projects .ui-tabs-nav li{
        display: table-cell;
        width: 100%;
    }
}
.m-projects .ui-tabs-nav li.ui-tabs-active>a{
    font-weight: bold;
}
.m-projects .ui-tabs-nav li.ui-tabs-active>a:after{
    height: 22px;
    width: 22px;
    display: inline-block;
    background-image: url("/images/selected.svg");
    background-size: 22px 22px;
    margin-left: 10px;
    content: "";
    position: absolute;
    top: 10px;
    filter: opacity(.98);
}
.m-projects .ui-tabs-nav a:focus{
	 background: none!important;
}
.m-projects .ui-tabs-nav a:hover{
	background-color:rgba(229, 238,  255, 0.26) !important;
}
.m-projects .ui-corner-top{
	border-radius: 0 !important;
	background-color: transparent;
}
.m-projects .carousel.multi-item-carousel{
    max-height: 18vw;
    height: 18vw;
    overflow-y: hidden;
}
.m-projects .carousel.mobile-carousel{
    max-height: 56vw;
    height: 56vw;
    overflow-y: hidden;
}
.mobMenu {
	display:none;
}
/*Contact form*/
.main-body.m-contact_us{
	background-color: #3499ad;
}
div.m-contact_us h3{
    color: #fff;
}
.worldMap{
    background-color: #aaa;
    display: inline-block;
    width: 100%;
}
#vmap {
    width: 100%;
    height: 32vw;
    background-color: #aaa;
}
#vmap .jqvmap-zoomin {
    display: none;
}
#vmap .jqvmap-zoomout {
    display: none;
}
#voi-contact-outer{
    position: relative;
    margin-top: -28vw;
    margin-bottom: 16px;
    z-index: 10;
    width: 100%;
    float: right;
    transition: width 0.8s;
    overflow: hidden;
}
#voi-contact-outer.mobile{
    position: static;
    margin-top: 1vw;
    width: 100%;
}
#voi-contact{
	background-color: #fff;
	margin-top: 0;
    padding: 16px;
	font-family: "Open Sans";
	font-size: 1.2em;
    max-height: 2000px;
    transition: max-height 0.8s;
}
#voi-contact > table td{
	width: 48%;
}
#voi-contact li{
	border: none;
}
#voi-contact .cont-title{
	font-family: "Permanent Marker";
	font-size: 3em;
	color: #ffca00;
}
#voi-contact .cont-intro{
	font-size: 1.6em;
    color: #0c0c42;
}
#voi-contact .cont-map a{
    font-family: "Permanent Marker";
    font-size: 1.2em;
    color: #0c0c42;
    text-decoration: underline;
}
#voi-contact .cont-map a > img{
    width: 1.2em;
    margin-left: 3px;
}
#contact-social{
	background-color: #ffca00;
	padding: 16px 0;
	width: 100%;
	font-size: 2.8em;
	font-family: "Permanent Marker";
	text-align: center;
}
#contact-social p{
	font-size: 0.9em;
}
#contact-social a.facebook:visited{
	color: #0075a1;
}
#contact-social a.facebook:link{
	color: #0075a1;
}
#contact-social a.linkedin:visited{
	color: #0254a6;
}
#contact-social a.linkedin:link{
	color: #0254a6;
}
#voi-contact-outer>div.btn-collapse{
    min-height: 180px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    z-index: 30;
    border: none;
    padding: 10px 4px;
    width: 6%;
    max-width: 76px;
    min-width: 38px;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    transition: visibility 0.8s;
}
#voi-contact-outer>div.btn-collapse>b{
    display:inline-block;
    -webkit-transform:scale(1,3); /* Safari and Chrome */
    -moz-transform:scale(1,3); /* Firefox */
    -ms-transform:scale(1,3); /* IE 9 */
    -o-transform:scale(1,3); /* Opera */
    transform:scale(1,3);
    color: #111;
    font-size: 20px;
    font-family: "Permanent Marker";
    float: left;
    padding-left: 8px;
}
#voi-contact-outer>div.btn-collapse>b.vertical{
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -moz-transform:rotate(90deg); /* Firefox */
    -ms-transform:rotate(90deg); /* IE 9 */
    -o-transform:rotate(90deg); /* Opera */
    transform:rotate(90deg);
    color: #111;
    transform-origin: left bottom 28px;
    white-space: nowrap;
    padding: 0 12px;
}
/*End of contact form*/
/*  We do magic */
#we-do-magic > canvas{
	width: 100%;
  	position: absolute;
  	z-index: -20;
}
#we-do-magic > div.topbar{
	padding-top: 22px;
}
#magic {
    padding-top: 22px;
}
#we-do-magic {
	z-index: -30;
	transition: background 1s linear;
	min-height: 400px;
}
#we-do-magic .tab-pane{
	padding: 22px 2px;
	font-family: "Open Sans";
}
#we-do-magic .tab-pane ul{
    margin-left: 2em;
}
#we-do-magic .tab-pane h3{
	color: #fff;
}
#we-do-magic .tab-pane h4{
	color: #fff;
}
.tabs-1 {
	background-color: #3499ad;
}
.tabs-2 {
	background-color: #690;
}
.tabs-3 {
	background-color: #ff9934;
}
.magic-pill{
	color: #fff !important;
	font-family: "Permanent Marker";
    margin-left: 0!important;
}
.magic-pill > a{
	color: #fff !important;
}
.tabs-1 > a:hover {
	background-color: #3499ad !important;
}
.tabs-2 > a:hover {
	background-color: #690 !important;
}
.tabs-3 > a:hover {
	background-color: #ff9934 !important;
}
.tabs-1.active > a {
	background-color: #3499ad !important;
}
.tabs-2.active > a {
	background-color: #690 !important;
}
.tabs-3.active > a {
	background-color: #ff9934 !important;
}
/* End of magic */

