/*!
http://nmsdvid.com/snippets/
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*FONTS */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/HelveticaNeue.eot');
    src: url('../../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/HelveticaNeue.woff') format('woff'),
        url('../../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../../fonts/HelveticaNeue-Bold.eot');
    src: url('../../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../../fonts/HelveticaNeue-Bold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Light.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    background: #FFFFFF;
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
img{
    border:0;
}
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

a:focus,
body:focus,
div:focus,
button:focus,
input:focus {outline: 0 !important;}
button:focus {outline: none;}
button::-moz-focus-inner {border: 0;}

/* icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    width: 16px; text-align: center;
}

/* Headers/Titles */
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
#footer .heading {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

/* Link Colors */
/*-----------------------------------------------------------------------------------*/
a {color: #293674; text-decoration: none;}
a:hover {color: #F7941D; text-decoration: none;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Top Menu */
/*-----------------------------------------------------------------------------------*/
#top-menu {
    padding: 2px 0 2px 0;
    background-color: #000000;
    color: #999999;
}
#top-menu a {color: #999999;}
#top-menu a:hover {color: #ffffff;}
#top-menu .last {padding-right: 0;}
#top-menu .top-social {
    float: right;
    margin-bottom: 0;
}
#top-menu .top-social li {
    float: left;
    list-style: none;
    margin-left: 1px;
}
#top-menu .top-social a {
    background-size: 20px 20px !important;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#top-menu .top-social i {width: 24px; height: 24px;}
#top-menu .top-social a:hover {opacity: 1;}
#top-menu .feed {margin-bottom: 0;}

#header {background-color: #1a2f4e;}
#header > .container {margin-bottom: 0;}

ul#socialNetworks{
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 26px;
}

ul#socialNetworks li{
}
ul#socialNetworks li a{
}

/* Logo */
/*-----------------------------------------------------------------------------------*/
.logo {}
.logo .site-title,
.logo .site-title a {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 0 0;
    color: #FFFFFF;
}
.logo .sub-title {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 11px;
    text-transform: capitalize;
    margin: 0;
    padding-left: 2px;
    letter-spacing: 0;
    color: #F9F9F9;
}
.logo .logo-img {
    display: block;
    margin-top: 34px;
    width: 250px;
}
@media (max-width: 767px) {
    .logo{
        text-align:center;
        margin-bottom: 20px;
    }
}

/* Main Menu */
/*-----------------------------------------------------------------------------------*/
#menu {}
#menu a {display: block; color: #FFF;}
#menu ul {margin: 0;}
#menu > ul {display: block;}
#menu > ul > li {float: left; position: relative; list-style: none;text-transform:uppercase;font-size: 11pt; border-right: 1px solid #FFFFFF;}
#menu > ul > li:first-child{
    border-left: 1px solid #FFFFFF;
} 
#menu > ul a {
    /*    padding: 35px;*/
    height: 60px;
    line-height: normal;
    padding-top: 35px;
    text-align: center;
    width: 104px;
}
@media (max-width: 979px) {
    #menu > ul a {
        /*        padding: 5px;*/
        height: 48px;
        padding-top: 19px;
    }
}
#menu > ul a.current {background-color: #f3e82a;color: #1a2f4e;}
#menu > ul li:hover{ }
#menu > ul a:hover {background-color: #f3e82a;color: #1a2f4e;}
#menu > ul a.none:hover {background-color: #1A2F4E;cursor: default;}
#menu > ul a .name {}
#menu > ul a .desc {}
#menu > ul a:hover .name{
    color: #1a2f4e;
}
#menu .current .name {color: #1a2f4e;}
#menu ul ul {width: 160px; position: absolute; background-color: #282828;}
#menu ul ul a {padding: 10px;}
#menu ul ul a:hover {color: #ffffff;}
#menu ul ul li {list-style: none; position: relative;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {left: 0; top: 90px; z-index: 99;}
#menu li li:hover ul,
#menu li li.sfHover ul {left: 160px; top: 0;}

.ie7 #header,
.ie7 #header .container,
.ie7 #header .container .row,
.ie7 #header .container .row div,
.ie7 #header .container .row div nav {
    z-index: 10; /* IE7 FIX Z-INDEX */
}
.res-menu {width: 100%; display: none;}
@media (max-width: 767px) {
    #menu {float: none;}
    #menu ul {display: none;}
    .res-menu {display: block;}
    .logo {text-align: center;}
}

/* Search Form */
/*-----------------------------------------------------------------------------------*/
#search {float: right; position: relative; margin-top: 10px;}
#search input[type="text"] {}
#search input[type="text"]:focus,
#search input[type="text"]:hover {}
#search .search-bt {
    right: 0; top: 0;
    height: 30px; width: 30px;
    position: absolute; cursor: pointer;
    border: none !important;
    background: url('../../images/search-bt.png') no-repeat center center;
}

/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {background-color: #EEEEEE;}
.page-header {
    margin-top: 0; margin-bottom: 0;
    padding: 30px 0 30px 0;
}
.page-header h1 {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 30px; line-height: 1;
    margin-top: 0; margin-bottom: 0;
}
.page-header h1 small {text-transform: none;}
.page-header div {font-size: 12px;}

/* Flex Slider */
/*-----------------------------------------------------------------------------------*/

#slider {padding: 30px 0; background-color: #9DCCDE;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.slides .slide-caption {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    text-align: left;
    padding: 20px;
    background-color: #E81123;
}
.slides .slide-title {
    font-size: 24px; line-height: 26px;
    margin-top: 0; color: #ffffff;
}
.slides .slide-subtitle {
    font-size: 14px; line-height: 16px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .slides .slide-caption {display: none;}
}

/* Direction Nav */
.flex-direction-nav {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 49%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a {
    display: inline-block;
    width: 50px;
    height: 90px;
    text-indent: -9999px;
    position: absolute;
}
.flex-direction-nav .flex-prev {
    background: url('../../images/arrow-slider-left.png') no-repeat 50% 50%; left: 0;
    background-color: #000000;
}
.flex-direction-nav .flex-next {
    background: url('../../images/arrow-slider-right.png') no-repeat 50% 50%; right: 0;
    background-color: #000000;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
    background-color: #E81123;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity = 30);
    cursor: default;
}
@media screen and (max-width: 767px) {
    .flex-direction-nav {top: 0; height: 100%;}
    .flex-direction-nav a {height: 100%;}
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 14px; text-align: center; margin-left: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
    width: 20px; height: 10px;
    display: block;
    background: #000000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { background: #E81123;}
.flex-control-paging li a.flex-active { background: #E81123;}
@media screen and (max-width: 767px) {
    .flex-control-nav {display: none;}
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.container {position: relative;}
@media (max-width: 767px) {
    .container {padding-left: 20px; padding-right: 20px; }
}
#container {position: relative;/* margin-top: 30px;*/}
#container .container {/*padding-bottom: 50px;*/}
#container .row.last {margin-bottom: 30px;}
.row.da-thumbs {margin-bottom: 0 !important;}

/* Google maps */
/*-----------------------------------------------------------------------------------*/
.gmap {
    max-width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}

/* Video container */
/*-----------------------------------------------------------------------------------*/
.video,
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video-container iframe,
.video object,
.video-container object,
.video embed,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#news-bar{
    background-color: #FFFFFF;
    bottom: 0;
    height: 150px;
    margin: 0;
    position: fixed;
    right: 0;
    width: 660px;
    z-index: 1;
}

#news-bar h3{
    margin: 8px 0 14px 5%;
}
#news-bar .controls{
    left: 5%;
    position: relative;
    top: 6%;
}
.controls{
    position: relative;
}
.carousel .carousel-inner{

    float: right;
    margin-right: 9%;
    overflow: hidden;
    position: relative;
    top: -15%;
    width: 70%;
}
.carousel .carousel-inner .item{

}
.carousel .carousel-inner .item h6{
    font-size: 14px;
    font-weight: bold;
}
.controls .carousel-control.left{
    left: 0;
}
.controls .carousel-control.right{
    left: 26px;
}

.slogan{
    width: 100%;
}
.slogan .textHightlight{
    color: #FFFFFF;
    font-size: 42pt;
    line-height: 100%;
    margin-bottom: 5%;
    margin-left: 45%;
    text-align: left;
    text-shadow:2px 1px #000000;
}
.slogan .textHightlight b{
    font-weight: bold;
}
.slogan .imageHightlight{
    text-align: center;
}
aside#sidebar,
#page-sidebar{
    margin-top: 20px;
    margin-bottom: 50px;
}
.span4 .infoContent{
    padding: 35px 20px 30px 30px;
}
.span4 .infoContent  h3{
    line-height: normal;
    margin: 0;
}
.span4 .infoContent  p{
    line-height: 1.5;
    margin-top: 15px;
}
.span4 .horarios{
    padding: 35px 20px 30px 30px;
}
.span4 .horarios h3{
    line-height: normal;
    margin: 0;
}
section#page-contacts article.blog-post .row .span7 .span4{
    margin: 0;
    width: 300px;
}
section#page-contacts article.blog-post .row .span7 #schedules.span4{
    padding: 0 0 0 28px;
}
section#page-contacts article.blog-post .row .span7 h4{
    text-transform: none;
    font-size: 2em;
    line-height: normal;
}
section#page-contacts article.blog-post .row .span7 ul{
    list-style-type: none;
    margin: 0;padding: 0;
}
section#page-contacts article.blog-post .row .span7 ul li{
    line-height: normal;
}
section#page-contacts article.blog-post .row .span7 ul li.infoDay{
}
section#page-contacts article.blog-post .row .span7 ul li.time{
    margin-bottom: 3%;
}
#map-exit{
    background: url("../../images/btclose.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin-top: 34px;
    position: absolute;
    right: 6px;
    width: 31px;
    z-index: 100;
    display: none;
    cursor: pointer;
}
.map {
    width: 100%;
}
.map img {
    max-width: none;
}
.map-background {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section#page-contacts article.blog-post .row .span7{
    overflow: hidden;
    position: relative;
}

section#page-contacts article.blog-post .row .span7 .span5{
    margin: 0;
}
/*
#section-contacts .row .span6{
    padding-top: 6%;
    width: 378px;
    float: left;
    padding-bottom: 4%;
}*/
section#page-contacts article.blog-post .row .span7 .span5 h3{
    text-transform: none;
    font-size: 1.6em;
    line-height: normal;
}
section#page-contacts article.blog-post .row .span7 .span5 ul{
    list-style-type: none;
    margin: 0;padding: 0;
}
section#page-contacts article.blog-post .row .span7 .span5 ul li{
    line-height: normal;
    font-size: 10pt;
}

section#page-contacts article.blog-post .row .span7 .span5 ul li.tel{

}
section#page-contacts article.blog-post .row .span7 .span5 ul li.fax{
    margin-bottom: 3%;
}
section#page-contacts article.blog-post .row .span7 .span5 ul li.address{
    width: 90%;
    margin-bottom: 3%;

}
section#page-contacts article.blog-post .row .span7 .span5 ul li.mapa{
    margin-bottom: 10%;
    cursor: pointer;
}

section#page-contacts article.blog-post .row .span7 .span5 ul li.emailDep{
    margin-bottom: 3%;
}
#contact-form{
    float: left;
}
/********CATALOGO*******/
#catalogo{
}
#viewport{
    overflow: hidden;
}

.pages, #areaCatalogo{
    width:1320px;
    height:718px;
    position:relative;
    margin:20px auto auto;
    z-index: 1;
}
#fade {
    display: none;
    background-color: white; 
    position: fixed; left: 0; top: 0;
    width: 100%; 
    height: 100%;
    /*	opacity: .7;*/
    z-index: 999;
}
.pages, #areaCatalogo div.single{
}

.pages, #areaCatalogo div.dual{
    float: left;
    width: 49.5%;
}

.pages, #areaCatalogo div.right{
    border-left: 1px solid #000000;
}
.pages, #areaCatalogo div.centerEnd{
    left:328px;position: relative;
}
#img_pag_loading {
    display: none;
    left: 50%;
    position: absolute;
    top: 47%;
    z-index: 1000;
} 
#portraitRotate {
    display: block;
    left: 20%;
    position: absolute;
    top: 10%;
    z-index: 1000;
} 

.x1024 .pages, .x1024 #areaCatalogo{
    width:1024px;
    height: 564px;
}

.x1024 #areaCatalogo .dual{
    width:512px;
}

.x1024 .turn-page, .x1024 #shadow-page{
    /*	width:500px;*/
}

.x1024 #viewport{
}
#notes{
    background-color: #F3E82A;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
    display: none;
}
#notes h4{
    font-size: 15pt;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 11px;
    margin-top: 14px;
}
#notes span{
    margin-left: 11px;
    font-weight: bold;
}
#notes .innerNotes{
    background: url("../../images/ynxjD.png") repeat-y;
    width: 100%;
    height: 342px;
}

#notes .innerNotes #myNotes{

}
#notes .innerNotes textarea#myNotes {
    background: none repeat scroll 0 0 transparent;
    border: none !important;
    font: 14px/38px 'HelveticaNeue', Helvetica, Arial, sans-serif;
    height: 342px;
    padding: 2px 10px 2px 0;
    width: 100%;
    color: #322d2d;
    text-transform: uppercase;
    /* background: url("../../images/innerNotes.png") no-repeat scroll 0 0 transparent;*/

    scrollbar-arrow-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-highlight-color:#FF0000;
    scrollbar-face-color:#FFFFFF;
    scrollbar-shadow-color:#0000FF;
    scrollbar-darkshadow-color:#FFFF00;
    scrollbar-track-color:#00FF00;
}
#notes .innerNotes textarea#myNotes:focus{

}
#notes .innerNotes #requestInfo{
    background: url("../../images/requestInfo.png") no-repeat;
    color: #F3E82A;
    cursor: pointer;
    height: 42px;
    line-height: 100%;
    margin-left: 12px;
    padding-top: 13px;
    text-align: center;
    width: 102px;
}
#formRequest{
    display: none;
    background-color: #F3E82A;
    height: 520px;/*550px;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
}
#formRequest #headerFormContact{
    background-color: #000000;
    color: #F3E82A;
    height: 66px;
    width: 100%;
}

#formRequest #headerFormContact h4{
    font-size: 15pt;
    font-weight: normal;
    width: 236px;
    float: left;
    margin-left: 22px;
    margin-top: 17px;
}
#formRequest #headerFormContact #closeForm{
    background: url("../../images/closeCostumerForm.png") no-repeat;
    width: 37px;
    height: 37px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}

#formRequest form#costumer-form{
    clear: both;
}
#formRequest form#costumer-form .loader{
    width:100%;
    height:100%;
    background-image:url("../../images/ajax-loader.gif");
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
    display:none;
    cursor:pointer;
}
#formRequest form#costumer-form ul#costumerType{
    margin: 0; padding: 0;
    list-style: none;

}
#formRequest form#costumer-form ul#costumerType li{
    background: url("../../images/costumerType-bg.png") no-repeat;
    width: 100%;
    height: 39px;   
}
#formRequest form#costumer-form ul#costumerType li span.type{
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    margin-left: 22px;
    width: 237px;
}
#formRequest form#costumer-form ul#costumerType li span.jquery-checkbox{
    line-height: 34px;
}
#formRequest form#costumer-form .control-group.success{
    margin: 5px 24px 0px 20px;
    position: relative;
}
#formRequest form#costumer-form .control-group{
    margin: 5px 24px 0 20px;
    position: relative;
}
#formRequest form#costumer-form .control-group.error{
    position: relative;
}

#formRequest form#costumer-form .control-group label{
    color: #000000;
}

#formRequest form#costumer-form .control-group label.error{
    position: absolute;
    right: 0;
    top: 2px;
}
#formRequest form#costumer-form .control-group input{
    background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    width: 250px;
    margin: 0;
}
#formRequest form#costumer-form .control-group textarea{
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    width: 250px;
}

#formRequest form#costumer-form button.submitCostumerForm{
    background: url("../../images/requestInfo.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #F3E82A;
    cursor: pointer;
    height: 42px;
    line-height: 100%;
    margin-left: 19px;
    text-align: center;
    width: 102px;
}

#formRequest form#costumer-form span#required{
    float: right;
    font-size: 12px;
    margin-right: 25px;
    margin-top: 23px;
}

.clear{
    clear:both;
}

.turn-page{
    width:660px;
    height:718px;
    overflow:hidden;
    background:#fff;
}
.turn-page img{

}

.turn-page-wrapper{
    overflow: hidden;
}

#shadow-page-cover{
    width:660px;
    height:718px;
    position:absolute;
    top:0px;
    right:0px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index:0;
}

#shadow-page-backcover{
    width:660px;
    height:718px;
    position:absolute;
    top:0px;
    left:0px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index:0;
}

#shadow-page-int{
    width:1320px;
    height:718px;
    position:absolute;
    top:0px;
    right:0px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index:0;
}

#next{
    opacity:0;
    position:absolute;
    height:718px;
    width:31px;
    background:url('../../images/slide-right.png');
    -webkit-user-select:none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index:1000;
}

#previous{
    opacity:0;
    position:absolute;
    height:718px;
    width:31px;
    background:url('../../images/slide-left.png');
    -webkit-user-select:none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index:1000;
}

#next i, #previous i{
    background:none;
    width:32px;
    height:32px;
    display:block;
    margin-top:718px;
    margin-left:-4px;
}

#next{
    right:-31px;
    top:0px;
}

#next i{
    background-position:-32px 0px;
}

#previous{
    left:-31px;
    top:0px;
}

#previous i{
    background-position:0px 0px;
}

#next.visible:hover, #previous.visible:hover {
    opacity:1 !important;
}

.paginationCatalogo{
    background: url("../../images/paginationCatalogo.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 52px;
    margin: 24px 0 0 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.paginationCatalogo .catalogoLeft{
    float: left;
    height: 100%;
    width: 50%;
    text-align: right;
}
.paginationCatalogo .catalogoLeft .areaIntLeft{ 
    float: right;
    padding-right: 1px;
    width: 40%;
    background-color: #FFF;
}
.paginationCatalogo .catalogoLeft .areaIntLeft .thumbs{
    background: url("../../images/catalogue_thumbs.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 51px;
    width: 50px;
    cursor: pointer;
    margin-right: 44px;
}

.paginationCatalogo .catalogoLeft .areaIntLeft .others{
    background: url("../../images/catalogue_others.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 51px;
    width: 50px;
    cursor: pointer;
    margin-right: 4px;
}


.paginationCatalogo .catalogoLeft .areaIntLeft .navPrev{
    background: url("../../images/catalogo-prev.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 51px;
    width: 50px;
    cursor: pointer;
}

.paginationCatalogo .catalogoRight{
    float: right;
    height: 100%;
    width: 50%;
}
.paginationCatalogo .catalogoRight .areaIntRight{
    float: left;
    padding-left: 1px;
    width: 40%;
    background-color: #FFF;
}

.paginationCatalogo .catalogoRight .areaIntRight .navNext{
    background: url("../../images/catalogo-next.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 51px;
    width: 50px;
    cursor: pointer;
}

.paginationCatalogo .catalogoRight .areaIntRight .navNotes{
    background: url("../../images/catalogue_notes.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 51px;
    width: 50px;
    cursor: pointer;
    margin-left: 44px;
}

.paginationCatalogo .catalogoRight .areaIntRight .navNotes_open{
    background: url("../../images/catalogue_notes.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 51px;
    width: 50px;
    cursor: pointer;
    margin-left: 44px;
}

.paginationCatalogo .catalogoRight .areaIntRight .navPDF{
    background: url("../../images/catalogue_pdf.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 51px;
    width: 50px;
    cursor: pointer;
    margin-left: 4px;

}
/* Page Numbers */

span.pageNum{
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 55px;
}

span.pageNum.left{
    left:0;
    right:auto;
}

span.pageNum.right{
    left:auto;
    right:0;
}
/*----------------------------------- [ COVER ] -------------------------------*/

.book-cover {
    background-color:#fff;
    height:100%;
    width:100%;
}
.page-img{
    height:56px;
    width:115px;
    background: url('../../images/virar-pag.png') no-repeat;
    margin:0px 0px 0px 0px;
    position:absolute;
    top:444px;
    right:-148px;
}

/*----------------------------------- [/ COVER ] -------------------------------*/

/* Welcome Slogan */
/*-----------------------------------------------------------------------------------*/
#welcome {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0 150px
}
#welcome h1 {}
#welcome p {}
@media (min-width: 768px) and (max-width: 979px) {
    #welcome {padding: 0 50px;}
}
@media (max-width: 767px) {
    #welcome {padding: 0;}
}


/* Bootstrap Carousel / Latest Projects Widget */
/*-----------------------------------------------------------------------------------*/
.carousel {position: relative;}
.carousel li {margin-right: 5px}
.carousel-wrapper {overflow: hidden;}
.carousel-wrapper ul {display: none;}
.carousel-wrapper ul li {height: 100%; float: left; display: block;}
.btleft .es-nav {position: absolute; top: 10px; left: -63px;}
.bttop .es-nav {position: absolute; top: -50px; right: 0;}
.es-nav span {
    float: left; display: block; top: 0; right: 0;
    text-indent: -9999px; cursor: pointer;
    width: 26px; height: 26px;
}
.es-nav .es-nav-prev {background: url('../../images/arrow-left.png') no-repeat 50% 50%; background-color: rgba(54, 55, 56, 0.7);}
.es-nav .es-nav-next {background: url('../../images/arrow-right.png') no-repeat 50% 50%; background-color: rgba(54, 55, 56, 0.7); margin-left: 5px;}
.es-nav .es-nav-next:hover, .es-nav .es-nav-prev:hover {background-color: rgba(54, 55, 56, 1);}

.carousel-control {
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 5px;
    width: 26px;
    height: 26px;
}
.carousel-control.post {top: 50%;}
.carousel-control.left.post {left: 0;}
.carousel-control.left {
    right: 34px;
    background: url('../../images/setaprev.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}
.carousel-control.right {
    right: 4px;
    background: url('../../images/setanext.png') no-repeat center center;
    background-color: rgba(54, 55, 56, 0.7);
}

/* Accordion */
/*-----------------------------------------------------------------------------------*/
.accordion-heading {background-color: #5195CE;}
.accordion-heading:hover {background-color: #005DB3;}
.accordion-toggle, .accordion-toggle:hover {color: #FFFFFF;}
.accordion-group {background-color: #E9E9E9; border: 0;}

/* Twitter */
/*-----------------------------------------------------------------------------------*/
.twitter {}
.twitter .tweet_avatar,
.twitter .tweet_avatar img {
    display: block;
    height: 40px; width: 40px;
    padding: 0; margin: 0 15px 0 0;
    background-color: #5BC236;
}
.twitter .tweet_avatar:hover img {opacity: 0.3;}
.twitter .tweet_time {display: block;}
.twitter dt {width: 45px; float: left; display: none;}
.twitter dd {margin-left: 0;}
.twitter dl {padding-bottom: 0; margin-bottom: 0;}
.twitter dl:last-child {border: none;}

/* Testimonials */
/*-----------------------------------------------------------------------------------*/
.testimonials p {margin-left: 70px}
.testimonials h4 {margin-left: 70px;}
.testimonials img {
    float: left;
    margin-bottom: 10px;
}
.testimonials small {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
}

/* Font Awesome Icons List */
/*-----------------------------------------------------------------------------------*/
.the-icons {list-style-type: none; margin-left: 0;}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
    width: 16px; font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
    padding-bottom: 30px;
    color: #C3C0B9;
    background-color: #565656;
}
#footer > .container {
    padding-top: 20px;
}
#footer .heading {
    font-size: 18px;
    color: #DBDBDB;
    font-weight: normal;
    border-bottom: solid 1px #363738;
    padding-bottom: 10px;
}

#footer a {color: #FFFFFF;}
#footer a:hover {color: #F7941D;}

#footer input {border-width: 0;}

#footer .footer-navigate {
    list-style: none;
    margin-left: 0;
}
#footer .footer-navigate li {border-bottom: 1px solid #898989;}
#footer .footer-navigate li a {display: block; padding: 5px 0;}

/* Footer Flickr */
/*-----------------------------------------------------------------------------------*/
.flickr {margin-left: 0;}
.flickr li {
    float: left; list-style: none; margin: 0 10px 10px 0;
    line-height: 0 !important;
}
.flickr a,
.flickr a img {display: block; /*width: 100%;*/}

/* Footer Menu */
/*-----------------------------------------------------------------------------------*/
#footer-menu {
    color: #C3C0B9; font-size: 13px;
    padding-top: 10px; padding-bottom: 10px;
    position: fixed;
    bottom: 0px;
    left: 47px;
    z-index: -1;
}
#footer-menu ul {list-style-type: none;}
#footer-menu li {float: left; margin-left: 10px;}
#footer-menu a {color: #C3C0B9;
/*                margin-left: 30px;*/
}
#footer-menu a:hover {color: #F7941D;}
#footer-menu .copyright {

}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

/* Categories */
/*-----------------------------------------------------------------------------------*/
#filtrable {margin-left: 0; margin-bottom: 30px; float: left;}
#filtrable li {float: left; margin-right: 10px; margin-bottom: 10px; list-style: none;}
#filtrable a {
    display: inline-block;
    padding: 4px 10px;
    background-color: #5195CE;
    color: #F9F9F9;
}
#filtrable a:hover,
#filtrable .current a {
    background-color: #005DB3;
}

/* Portfolio */
/*-----------------------------------------------------------------------------------*/
.portfolio {}
.portfolio article {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0081c2;
}
.portfolio article:hover {background: #565656 !important; color: #C3C0B9 !important;}
.portfolio article .title {border-bottom: solid 3px #005DB3; padding-bottom: 10px;}
.portfolio article:hover .title {border-color: #C3C0B9;}
.portfolio article:hover .title a {color: #FFFFFF;}
.portfolio article:hover .title a:hover {color: #F7941D;}
.portfolio .inner-image {position: relative;}
.portfolio .inner-image a,
.portfolio .inner-image img {display: block;}

.thumbnails .inner-text,
.portfolio .inner-text {padding: 20px;}

.thumbnails li {position: relative; overflow: hidden;}
.thumbnails li .sliding,
.portfolio article .sliding {
    position: absolute; left: 0; top: 100%;
    background: transparent;
    height: 100%; width: 100%;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -khtml-opacity: 0; /* Safari 1.x */
    -moz-opacity: 0; /* Netscape */
    opacity: 0; /* Good browsers */
}
.thumbnails li:hover .sliding,
.portfolio article:hover .sliding {
    background: #000000;
    top: 50%;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -khtml-opacity: 1; /* Safari 1.x */
    -moz-opacity: 1; /* Netscape */
    opacity: 1; /* Good browsers */
}

/* Frame overlay */
.media a,
.thumbnail {position: relative;}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
    background: #FFFFFF;
    position: absolute;
    height: 100%; width: 100%;
    left: 0; top: 0;
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    -khtml-opacity: 0; /* Safari 1.x */
    -moz-opacity: 0; /* Netscape */
    opacity: 0; /* Good browsers */
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
    /* opacity */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -khtml-opacity: 0.5; /* Safari 1.x */
    -moz-opacity: 0.5; /* Netscape */
    opacity: 0.5; /* Good browsers */
}

.read-more [class^="icon-"],
.read-more [class*=" icon-"] {
    margin-left: 5px;
    margin-right: 0;
}

/* which elements to animate */
.thumbnails li .sliding,
.portfolio article .sliding,
.portfolio article .inner-text,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay,
.animate {
    /* transition */
    -webkit-transition: all 0.3s ease-out;  /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5–12.00 */
    transition: all 0.3s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

.ps-slider {margin-top: 10px;}
.ps-description {}


/* Pricing Table */
/*-----------------------------------------------------------------------------------*/
.pricing {text-align: center;}
.pricing ul {list-style-type: none; margin-left: 0;}
.pricing .well {padding: 0;}
.pricing .well .well {
    padding: 20px; border: 0; background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow:    0 0 0 rgba(0, 0, 0, 0);
    box-shadow:         0 0 0 rgba(0, 0, 0, 0);
}
.pricing .featured {background-color: #d3d3d3;}
.pricing .featured .pricing-plan {background-color: #5195CE; color: #FFFFFF;}
.pricing .pricing-plan {
    font-size: 24px; color: #FFFFFF; background-color: #444444;
    margin: 0; padding: 20px 0;
}
.pricing .pricing-price {
    font-size:24px; padding-top: 20px; padding-bottom: 20px; margin: 0;
    background-color: #999999; color: #FFFFFF; border-top: solid 1px #D3D3D3;
}
.pricing .pricing-price small {display: block; color: #FFFFFF;}
.pricing .pricing-list {}
.pricing .pricing-list li {padding: 20px 0; border-bottom: dotted 1px #C3C0B9;}
.pricing .pricing-list li:nth-child(2n) {background-color: #F3F3F3;}
.pricing .featured .pricing-list li:nth-child(2n) {background-color: #DDDDDD;}

/* Pagination */
/*-----------------------------------------------------------------------------------*/
.pagination {margin-top: 40px;}
.pagination ul > li > a,
.pagination ul > li > span {padding: 7px 15px;}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {background-color: #DDDDDD;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    background-color: #E6E6E6;
}
.pagination ul > .active > a {font-weight: bold;}

/* Sidebar */
/*-----------------------------------------------------------------------------------*/
#sidebar .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs li {border: none; padding-bottom: 0; margin-bottom: 0;}
#sidebar .nav-tabs li a {
    font-weight: 300;
}
#sidebar .nav-tabs > li > a {
    background-color: #FAFAFA;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a:hover {
    background-color: #ddd;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a:hover {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none;
}
#sidebar .tab-content {
    -webkit-box-shadow: 0 0 0 rgba(50, 50, 50, 0);
    -moz-box-shadow:    0 0 0 rgba(50, 50, 50, 0);
    box-shadow:         0 0 0 rgba(50, 50, 50, 0);
}

/**/

#sidebar .widget-title {}
#sidebar .title-divider {}
#sidebar .divider-arrow {}

#sidebar .nav-list li a {}

#sidebar section {margin-bottom: 20px;}
#sidebar section:last-child {margin-bottom: 20px;}

#sidebar section .slide{
    width: 380px;
}
#sidebar section .slide:hover{
    cursor: pointer;
}

#sidebar section .slide .item .caption{
    background-color: #F3E82A;
    font-size: 18px;
    padding: 5px 40px 5px 30px;
}

#sidebar .ul-arch li {overflow: hidden;}
#sidebar .ul-arch .month {float: left;}
#sidebar .ul-arch .count {float: right; font-size: 10px; color: #a1a1a1; padding: 0 5px; background: #e3e3e3;}
#sidebar .ul-arch .count:hover {color: #555555;}

/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/


/* Popular Posts Widget */
/*-----------------------------------------------------------------------------------*/
.popular-posts {}
.popular-posts .media a img {}
.popular-posts .media a:hover img {}

/* Tags Widget */
/*-----------------------------------------------------------------------------------*/
.tags a {
    display: inline-block; padding: 4px 10px; margin: 0 3px 5px 0;
    color: #ffffff; background-color: #5195CE;
}
.tags a:hover {background-color: #005DB3;}
.tags i {width: 16px;}

/* Flickr Widget */
/*-----------------------------------------------------------------------------------*/
.sidebar-flickr {list-style: none; margin-left: 0;}
.sidebar-flickr li {float: left; margin: 0 10px 10px 0;}
.sidebar-flickr a,
.sidebar-flickr a img {display: block; /*width: 100%;*/}

/* Comments Widget */
/*-----------------------------------------------------------------------------------*/
.comment-sidebar li:last-child {margin-bottom: 0 !important;}

/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.post-title {margin-top: 10px;}
.post-meta {overflow: hidden; margin-left: 0; margin-bottom: 20px; font-size: 11px;}
.post-meta li {float: left; margin-right: 15px; list-style: none;}
.post-meta-day {padding: 10px 0; font-size: 30px; text-align: center; color: #FFFFFF; background-color: #5195CE; margin-top: 10px;}
.post-meta-month {padding: 10px 0; font-size: 20px; text-align: center; color: #FFFFFF; background-color: #005DB3; margin-bottom: 20px; text-transform: uppercase;}
.post-media {margin-bottom: 15px;}
.post-content {}
.post-content i {margin-right: 15px;}

/* About Us Block */
/*-----------------------------------------------------------------------------------*/
.aboutus {}
.aboutus h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}

.member-info {}
/*.member-info img {width: 100%;}*/
.member-info .member-name {margin-bottom: 0;}
.member-info .member-possition {font-size: 12px;}
.member-info .member-social {font-size: 32px;}
.member-info .member-social a {display: inline-block; margin-right: 15px;}


/* Services Block */
/*-----------------------------------------------------------------------------------*/

.service {overflow: hidden; margin-bottom: 20px;}
.service .service-desc {overflow: hidden;}
.service .service-icon {
    float: left; width: 100px; height: 100px; padding: 10px 20px;
    font-size: 100px; line-height: 1;
}
.service .well,
.service .well-small,
.service .well-large {padding-top: 0;}

.service > .well,
.service > .well-small,
.service > .well-large {margin-bottom: 0;}

@media (max-width: 480px) {
    .service .service-icon {float: none; margin-left: 25%; width: 50%; height: auto;}
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form input[type="text"] {}
#af-form input[type="text"],
#af-form textarea {}
#af-form input[type="text"]:focus,
#af-form textarea:focus {}
#af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
    /*border: none;*/
}
.af-outer {margin-bottom: 15px;}
label.error,
label.ferror {color: #b94a48; font-size: 13px;}
#af-form input.error,
textarea.error {border: 1px solid #b94a48;}
#progress {margin-top: 15px;}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .comment {margin-bottom: 20px;}
.comments .textarea {position: relative;}
.comments .avatar {position: relative; float: left;}
.comments .meta {
    float: left; margin: 0 15px;
    border-bottom: 1px solid #e2e2e2;
}
.comments .comments-list {margin-left:0;  margin-bottom: 20px;}
.comments li {list-style: none;}

/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Divider */
/*-----------------------------------------------------------------------------------*/
#container hr {margin: 25px 0 35px 0;}
#container hr.soft {margin: 10px 0;}
#container .portfolio-single hr,
#container .blog-single hr {margin-top: 10px; margin-bottom: 15px;}

/* Back to Top */
/*-----------------------------------------------------------------------------------*/
#toTop {
    background: rgba(0, 0, 0, 0.7) url('../../images/ui.totop.png') no-repeat scroll 50% 50%;
    border: medium none;
    position: fixed;
    right: 15px;
    bottom: 0;
    display: none;
    height: 50px;
    width: 90px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}
#toTopHover {
    background: rgba(91, 194, 54, 1) url('../../images/ui.totop.png') no-repeat scroll 50% 50%;
    display: block;
    float: left;
    height: 50px;
    width: 90px;
    opacity: 0;
    overflow: hidden;
}
#toTop:active,
#toTop:focus {
    outline: medium none;
    background-color: rgba(91, 194, 54, 1);
}

/* Hero unit */
/*-----------------------------------------------------------------------------------*/
.hero-unit {}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
    .hero-unit {padding: 40px;}
    .hero-unit h1 {}
}

@media (max-width: 480px) {
    .hero-unit {padding: 10px; font-size: 14px; line-height: 1.5;}
    .hero-unit h1 {font-size: 22px; line-height: 1.5;}
}

/* Others */
/*-----------------------------------------------------------------------------------*/
.clear {clear: both;}
.alignleft {float: left !important;}
.alignright {float: right !important;}
.aligncenter {text-align: center !important;}
.pull-center {text-align: center !important;}

/* foreground colors */
.fg-color-blue {color: #2d89ef !important;}
.fg-color-blue-light {color: #eff4ff !important;}
.fg-color-blue-dark {color: #2b5797 !important;}
.fg-color-green {color: #00a300 !important;}
.fg-color-green-light {color: #99b433 !important;}
.fg-color-green-dark {color: #1e7145 !important;}
.fg-color-red {color: #b91d47 !important;}
.fg-color-yellow {color: #ffc40d !important;}
.fg-color-orange {color: #e3a21a !important;}
.fg-color-orange-dark {color: #da532c !important;}
.fg-color-pink {color: #9f00a7 !important;}
.fg-color-pink-dark {color: #7e3878 !important;}
.fg-color-purple {color: #603cba !important;}
.fg-color-darken {color: #1d1d1d !important;}
.fg-color-lighten {color: #d5e7ec !important;}
.fg-color-white {color: #ffffff !important;}
.fg-color-gray-dark {color: #525252 !important;}

/* background colors */
.bg-color-blue {background-color: #2d89ef !important;}
.bg-color-blue-light {background-color: #eff4ff !important;}
.bg-color-blue-dark {background-color: #2b5797 !important;}
.bg-color-green {background-color: #00a300 !important;}
.bg-color-green-light {background-color: #99b433 !important;}
.bg-color-green-dark {background-color: #1e7145 !important;}
.bg-color-red {background-color: #b91d47 !important;}
.bg-color-yellow {background-color: #ffc40d !important;}
.bg-color-orange {background-color: #e3a21a !important;}
.bg-color-orange-dark {background-color: #da532c !important;}
.bg-color-pink {background-color: #9f00a7 !important;}
.bg-color-pink-dark {background-color: #7e3878 !important;}
.bg-color-purple {background-color: #603cba !important;}
.bg-color-darken {background-color: #1d1d1d !important;}
.bg-color-lighten {background-color: #d5e7ec !important;}
.bg-color-white {background-color: #ffffff !important;}
.bg-color-gray-dark {background-color: #525252 !important;}

.color {color: #005DB3;}
.color2 {color: #02243C;}

ul.icons {list-style: none; margin-left: 0;}
ul.ul-list li {background: url('../../images/ul-list.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list li a {display: block;}
ul.ul-list-2 li {background: url('../../images/ul-list-2.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list-2 li a {display: block;}
ul.ul-list-3 li {background: url('../../images/ul-list-3.png') no-repeat 0 7px; padding-left: 15px;}
ul.ul-list-3 li a {display: block;}
div.spacer {height: 50px;}
hr {
    margin: 25px 0;
    border-top: 3px solid #D6D3D1;
    border-bottom: none;
}

blockquote {border-color: #005DB3;}
blockquote p {font-size: 13px; font-style: italic; line-height: 1.5;}

/* tiles */
.tiles,
.tile {position: relative;}
.image-icon {padding: 10px; text-align: center;}
.image-icon [class^="icon-"],
.image-icon [class*=" icon-"] {width: 100px; height: 100px; font-size: 100px; line-height: 1; margin-top: 20px;}
.image-icon [class^="icon-"]:before,
.image-icon [class*=" icon-"]:before {width: 100px;}
.tile-content {height: 100%; width: 100%;}

.square {display: block; float: left; height: 20px; width: 20px; margin-right: 10px;}

/* app-bar */
.app-bar {position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; }

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

/* Large desktop */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px)  and (max-width: 1199px) {
    /**/
}

/* Portrait tablet to landscape and desktop */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
    /**/
}

/* Landscape phone to portrait tablet */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .alignleft, .alignright,
    .pull-right, .pull-left {
        float: none !important;
    }
}

/* Landscape phones and down */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    /**/
}

/* reset bootstrap radius */
/*-----------------------------------------------------------------------------------*/

code, pre,
.label, .badge,

.table-bordered,
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child,
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child,
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child,
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,

input.search-query,
.form-search .input-append .search-query,
.form-search .input-append .btn,
.form-search .input-prepend .search-query,
.form-search .input-prepend .btn,

.btn,
.btn-large,
.btn-small,
.btn-mini,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.btn-group > .btn.large:first-child,
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle,
.btn-group-vertical .btn:first-child,
.btn-group-vertical .btn:last-child,
.btn-group-vertical .btn-large:first-child,
.btn-group-vertical .btn-large:last-child,

.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,

.tabs-below > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,

.navbar-inner,
.navbar-search .search-query,
.navbar .btn-navbar .icon-bar,
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,

.breadcrumb,

.pagination ul,
.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-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span,
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span,
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span,
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span,

.pager li > a,
.pager li > span,

.thumbnail,
.alert,
.progress,
.hero-unit,
.tooltip-inner,
.popover,
.popover-title,
.modal,
.modal-footer,

.dropdown-menu,
.dropdown-submenu > .dropdown-menu,
.dropup .dropdown-submenu > .dropdown-menu,
.dropdown-submenu.pull-left > .dropdown-menu,

.typeahead,
.accordion-group,
.carousel-control,

.well,
.well-large,
.well-small,

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a,
.nav-collapse .btn,
.nav-collapse .dropdown-menu,

.border-radius-off {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.thumbnail {padding: 0; border: none;}
.well {background: #FAFAFA;}
.btn {background-image: none; border: 0 none; float: right;}

.thumbnail {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#empresa_descricao p{
    padding: 18px 40px 20px 58px;
    margin: 0;
}
#page-content{
    margin: 0 0 50px 0;
}
#page-contacts{
    margin: 0 0 50px 0;
}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div#schedules.span4{
    margin: 30px 0 0 0;
}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5{
    margin: 30px 0 0 0;  
}
.control-group input{
    background-color: #000000;  
    border: 0;
    color: #ffffff;
}
.control-group textarea{
    background-color: #000000;  
    border: 0;
    color: #ffffff;
}
#lista_catalogos{
    width: 100%;
    margin: 0;
    padding: 0 0 130px;
    list-style: none;
    float: left;
}
.lista_catalogos_li{
    width: 16%;
    margin: 3% 0 0 7%;
    padding: 0;
    float: left;
}
.lista_catalogos_li img{
    width: 100%;
    margin: 0;
    padding: 0;
}
.catalogo_titulo{
    text-align: center;
    font-size: 14px;
    font-family: 'HelveticaNeue';
    padding: 10px 0 0 0;
    min-height: 50px;
}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5 h3{
    font-size: 20px;

}

html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5 form#contact-form.form-vertical div.control-group input#mail-name-surname{width: 400px;}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5 form#contact-form.form-vertical div.control-group input#mail-name-subject{width: 400px;}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5 form#contact-form.form-vertical div.control-group input#mail-email{width: 400px;}
html.no-js body section#container div.container div.row section#page-contacts.pull-right article.blog-post div.row div.span7 div.span5 form#contact-form.form-vertical div.control-group textarea#mail-message{width: 400px;}

.descricao_contactos{
    font-size: 16px; 
}
html.no-js body section#footer-menu_new div.container div.row div.span8 p.copyright{
    width: 450px;
    background-color: #ffffff;
}

.news-item_noticia{
    float: left;
    width: 418px;
    margin: 0 50px 0 50px;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div.news-item_noticia div.description p{
    padding: 0;
    margin: 10px 0;
}
#otherNews{
    width: 270px;
    float: left;
    margin: 0;
    padding: 0;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div#otherNews ul li p{
    padding: 0;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div#otherNews ul{
    list-style: none;
    margin: 58px 0 0 0;
    padding: 0;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div#otherNews h5{
    font-size: 21px;
    margin: 15px 0 0 0;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div#otherNews ul li{
    margin: 10px 0 0 0;
    line-height: 18px;
}

html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div#otherNews ul li h6 a{
    color: #000000;
    font-size: 18px;
}
.addthis_toolbox{
    margin: 20px 0;
}
html.no-js body section#container div.container div.row section#page-sidebar.pull-right article.blog-post div.row div.span8 section div#news-bar.carousel div.carousel-inner a{
    color: #000000;
}
html.no-js body section#container div.container div.row section#page-sidebar.pull-right article.blog-post div.row div.span8 section div#news-bar.carousel div.carousel-inner a:hover{
    color: gray;
}
html.no-js body section#container div.container div.row section#page-content.pull-right article.blog-post div.row div.span7 div.row div#empresa_descricao div.news-item_noticia h2{
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 18px;

}
html.no-js body section#container div.container div.row aside#sidebar.pull-left a{
    color: #333333;
}
.close_maps{
    margin : 0 0 0 739px;
}

#close_bloco{
    float: right;
    margin: -54px 0 0 0;
}
#nome_catalogo{
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: bold;
    margin: 19px auto auto;
    padding: 0;
    position: relative;
    width: 1320px;
}
#lang_selector{
    width: 30px;
    height: 25px;
    margin: 0 0 0 290px;
    position: absolute;
    top:0;
    background-color: #F3E82A;
    color: #000000;
    font-family: 'HelveticaNeue';
    font-size: 14px;
    text-align: center;
    padding: 5px 0 0 0;
}
#lang_selector a{
    color: #000000;
}


#menu > ul a.space_li{

    width: 80px;
}