/* ==========================================================================
   APTAC Style Sheet

                1 - Fonts
                2 - Generic classes
                3 - Header
                4 - Footer
                5 - Slider
                        5.1 - Small Slider
                6 - Home
                        6.1 - Claim Block
                        6.2 - Message
                        6.3 - Latest Editions
                        6.4 - Latest Events
                        6.5 - Gallery
                        6.6 - Newsletter
                        6.7 - Facebook social plugin
                7 - Generic Content
                8 - News
                9 - Form
                10 - Footer
                11 - Login Form

   ========================================================================== */

/* ==========================================================================
   1 - Fonts
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato);

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/railway/raleway-regular-webfont.eot');
    src: url('../fonts/railway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/railway/raleway-regular-webfont.woff') format('woff'),
        url('../fonts/railway/raleway-regular-webfont.ttf') format('truetype'),
        url('../fonts/railway/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/railway/raleway-semibold-webfont.eot');
    src: url('../fonts/railway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/railway/raleway-semibold-webfont.woff') format('woff'),
        url('../fonts/railway/raleway-semibold-webfont.ttf') format('truetype'),
        url('../fonts/railway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/railway/raleway-bold-webfont.eot');
    src: url('../fonts/railway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/railway/raleway-bold-webfont.woff') format('woff'),
        url('../fonts/railway/raleway-bold-webfont.ttf') format('truetype'),
        url('../fonts/railway/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/railway/raleway-light-webfont.eot');
    src: url('../fonts/railway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/railway/raleway-light-webfont.woff') format('woff'),
        url('../fonts/railway/raleway-light-webfont.ttf') format('truetype'),
        url('../fonts/railway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

@font-face {
        font-family: 'Lato-Bold';
        src: url('../fonts/helvetica/Lato-Bold.eot');
        src: url('../fonts/helvetica/Lato-Bold.eot?#iefix') format('embedded-opentype'), 
             url('../fonts/helvetica/Lato-Bold.woff') format('woff'), 
             url('../fonts/helvetica/Lato-Bold.ttf')  format('truetype'),
             url('../fonts/helvetica/Lato-Bold.svg#Lato-Bold') format('svg');
}*/

body{
    min-width: 1000px;
}

/* ==========================================================================
   2 - Generic classes
   ========================================================================== */

.fullwidth{
    width: 100%;
}

.contentwidth{
    width: 1000px;
    margin: 0 auto;
}
.contentwidth strong{
    color: #F47427;
}

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

button{
    height: 45px;
    background: #0083CD;
    padding: 8px 30px 8px 30px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-family: 'ralewayregular';
    font-size: 14px;
}
.bt_a{
    height: 45px;
    background: #0083CD;
    padding: 8px 30px 8px 30px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-family: 'ralewayregular';
    font-size: 14px;
}
.quote{
    font-family: 'Lato';
    font-size: 18px;
    color: #848484;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    display: block;
    text-align: left;
    position: relative;
    float: left;
    width: 51%;
}

h1.pagina-head{
    font-size: 14pt;
}

#pagina h2{
    color: #848484;
    font-weight: normal;
    font-size: 1.3em;
}
#pagina p{
    color: #848484;
}
#pagina strong, #pagina b{
    color: #F25A00;
    font-weight: normal;
}
#pagina .blue-back{
    background: url(../img/bk_blue.png);
}

/* ==========================================================================
   3 - Header
   ========================================================================== */

header{
    height: 120px;
    background: #9DCEE9;
    overflow: visible;
    position: relative;
    float: left;
    z-index: 2;
}

header h1{
    margin: 0;
    display: block;
    position: relative;
    float: left;
    background: url(../img/logo.png);
    width: 180px;
    height: 179px;
    top: 20px;
    text-indent: -9999px;
    z-index: 3;
}

header #submenu{
    height: 70px;
    background: #0083CD;
    position: absolute;
    top: 120px;
    width: 100%;
    display: none;
}

/*header.border #submenu{
    display: block;
}*/

header > div > ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    left: 0;
    width: 810px;
    height: 170px;
    float: left;
}

header ul li{
    cursor: pointer;			
}

header ul li#login{
    height: 20px;
    background: #0083CD;
    padding: 10px;
    top: 39px;
    position: relative;
    border-radius: 10px;
}

header ul li a{
    color: #ffffff;
    font-family: 'ralewaysemibold';
    text-decoration: none;
}

header div > ul > li{
    float: left;
    height: 20px;
    padding: 50px 13px;
    margin: 0 0;
    color: #ffffff;
    font-size: 16px;
}

header div > ul > li.over,
header div > ul > li.selected{
    background: #0083CD;
}

header div > ul > li.over a,
header div > ul > li.selected a{
    color: #ffffff !important;
}

header div > ul > li.current a{
    color: #0083CD;
}

header ul li ul{
    display: none;
}

header.border ul li.over ul{
    left: 0;
    top: 150px;
    list-style-type:disc;
    padding: 0;
    margin: 0 0 0 15px;
    width: 960px;
    position: absolute;
    display: inline;
    z-index: 10;
}

header ul li ul li{
    font-size: 13px;
    position: relative;
    float: left;
    margin: 0 20px;
}

.selected-men{
    color: #0284C6;
}

/* ==========================================================================
   5 - Slider
   ========================================================================== */

#slider{
    position: relative;
}

#slider .swiper-container{
    top:-18px;
}

#slider.small .swiper-container {
    width:100%;
    height: 338px;
}

#slider.small .swiper-slide {
    width:100%;
    height: 338px;
}

#slider #slider-tools{
    top: 80px;
    position: relative;
    z-index: 999;
}

#slider .pagination{
    width: 200px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    top: 400px;
    z-index: 9999;
    text-align: center;
}

#slider.small .pagination{
    width: 200px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    top: 200px;
    z-index: 9999;
    text-align: center;
}

#slider #arrow-next{
    position: absolute;
    width: 63px;
    height: 64px;
    background: url(../img/next.png);
    right: 0px;
    top: 260px;
}

#slider.small #arrow-next{
    position: absolute;
    width: 63px;
    height: 64px;
    background: url(../img/next.png);
    right: 0px;
    top: 150px;
}

.swiper-slide img{
    position: absolute;
    height: 540px;
    display: none;
}

.swiper-slide .background_slider{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.slide-contents{
    /*width: 920px;
    position: relative;
    margin: 140px auto 150px auto;
    z-index: 9999;
    font-size: 70px;
    font-kerning: -54px;
    color: #ffffff;
    padding: 0 0 0 40px;*/
    
    width: 920px;
    position: absolute;
    z-index: 9999;
    font-size: 70px;
    font-kerning: -54px;
    color: #ffffff;
    padding: 0 0 0 40px;
    top: 160px;
    left: 0;
}

.small .slide-contents{
    padding: 0 0 0 180px;
    margin: 100px auto;
    font-size: 47px;
}

.slide-contents p{
    font-family: 'ralewaylight';
    margin: 0;
}

.slide-contents p a{
    color: #ffffff;
    text-decoration: none;
}

.slide-contents p strong, .slide-contents p b{
    font-family: 'ralewaybold';
}

.slide-contents span{
    font-family: 'ralewaylight';
    font-size: 27px;
    top: 10px;
    position: relative;
    display: block;
}

@media screen and (max-width: 992px){
    .slide-contents{
        width: 100%;
    }
}

/* ==========================================================================
   6 - Home
   ========================================================================== */

/* ==========================================================================
   6.1 - Claim Block
   ========================================================================== */

#profile{
    height: 266px;
    padding-top: 50px;
}

#profile .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    display: block;
}

#profile #mission{
    width: 300px;
    position: relative;
    float: left;
    text-align: center;
    font-family: 'Lato';
    font-size: 14px;
    color: #848484;
}

#profile #mission .icon{
    width: 98px;
    height: 98px;
    display: block;
    margin: 0 auto;
    background: url(../img/mission.png);
}

#profile #values{
    width: 340px;
    position: relative;
    float: left;
    text-align: center;
    font-family: 'Lato';
    font-size: 14px;
    color: #848484;
    padding: 0 10px;
}

#profile #values .icon{
    width: 98px;
    height: 98px;
    display: block;
    margin: 0 auto;
    background: url(../img/valores.png);
}

#profile #vision{
    width: 280px;
    position: relative;
    float: left;
    text-align: center;
    font-family: 'Lato';
    font-size: 14px;
    color: #848484;
    padding: 0 10px;
}

#profile #vision .icon{
    width: 98px;
    height: 98px;
    display: block;
    margin: 0 auto;
    background: url(../img/vision.png);
}

#profile p{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150%;
}

/* ==========================================================================
   6.2 - Claim Block
   ========================================================================== */

#message{
    padding: 30px 0;
    background:#E6F3FB;
    position: relative;
}

#message .contentwidth{
    position: relative;
    height: 350px;
}

#message img{
    position: absolute;
    right: 0px;
    top: 20px;
}

#message .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    width: 100%;
    margin: 20px 0 10px 0;
    display: block;
    text-align: left;
    position: relative;
    float: left;
}

#message p{
    font-size: 16px;
    width: 50%;
    color: #848484;
    position: relative;
}

#message p.quote{
    margin-top: 0;
    font-size: 25px;
    font-weight: bold;
}


#message a{
    height: 20px;
    background: #0083CD;
    padding: 10px 30px;
    /*	top: 19px;*/
    font-family: 'ralewaysemibold';
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    float: left;
}

/* ==========================================================================
   6.3 - Latest Editions
   ========================================================================== */

#modules{
    position: relative;
    float: left;
    margin-bottom: 60px;
}

#magazines{
    width: 460px;
    height: 300px;
    position: relative;
    float: left;
}

#magazines .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    margin: 20px 0;
    display: block;
    background: url(../img/magazine.png) no-repeat;
    padding-left: 40px;
    height: 30px;
    display: block;
    width: 100%;
    padding-top: 8px;
}

#magazines ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
}

#magazines ul li{
    position: relative;
    float: left;
    width: 131px;
    height: 180px;
    margin: 0 10px 0 0;
}

#magazines ul li img{
    width: 131px;
    position: absolute;
    top: 0;
    left: 0;
}

#magazines ul li .over{
    width: 91px;
    height: 150px;
    position: relative;
    float: left;
    text-align: center;
    padding: 40px 20px 0 20px;
    display: none;
    background: rgba(15, 131, 199, .84);
}

#magazines ul li a{
    color: #ffffff;
    font-family: 'Lato';
    font-size: 13px;
    text-decoration: none;
}

#magazines ul li span{
    background: url(../img/download.png);
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 10px auto;
}

#magazines ul li:hover .over{
    display: block;
}

/* ==========================================================================
   6.4 - Latest Events
   ========================================================================== */

#latest{
    width: 500px;
    height: 300px;
    position: relative;
    float: left;
}

#latest .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    margin: 20px 0;
    display: block;
    background: url(../img/news.png) 3px 5px no-repeat;
    padding-left: 40px;
    height: 30px;
    display: block;
    width: 100%;
    padding-top: 8px;
}

#latest .tab{
    display: none;
    width: 390px;
    height: 300px;
    position: relative;
    float: left;
}

#latest .tab.visible{
    display: block;
}

#latest .tab ul{
    width: 390px;
    height: 300px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#latest .tab ul li{
    width: 100%;
    height: 110px;
    margin: 0;
}

#latest .tab ul li a{
    font-family: 'Lato';
    font-size: 12px;
    position: relative;
    float: left;
}

#latest .tab ul li img{
/*    position: relative;
    float: left;*/
    max-width: 108px;
    max-height: 82px;
    width: auto;
    height: auto;
    /*margin: 15px;*/
}

#latest .tab ul li:hover{
    background: #E6E6E6;
    border-radius: 10px;
}

#latest .tab ul li .content{
    position: relative;
    float: left;
    width: 250px;
}

#latest .tab ul li .content .title{
    position: relative;
    float: left;
    background: none;
    padding: 0;
    font-size: 16px;
    height: auto;
    margin: 13px 0 0px 0;
}

#latest .tab ul li .content .date{
    position: relative;
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: #F25D00;
}

#latest .tab ul li .content .text{
    position: relative;
    float: left;
    font-size: 14px;
    color: #848484;
    margin-top: 10px;
    width: 100%;
}

#latest ul#filter{
    position: relative;
    float: left;
    padding: 0 10px;
    list-style-type: none;
    margin: 0;
}

#latest ul#filter li{
    width: 87px;
    height: 27px;
    text-align: center;
    position: relative;
    padding-top: 57px;
    border-radius: 10px;
    font-family: 'ralewaybold';
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

#latest ul#filter li:hover,
#latest ul#filter li.selected{
    background: rgba(242, 91, 0, 0.4);
    color: #ffffff;
}

#latest ul#filter li span{
    background: url(../img/latest-filter.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 26px;
    left: 32px;
}

#latest ul#filter li:hover span,
#latest ul#filter li.selected span{
    background-position: -20px 0;
}

/* ==========================================================================
   6.5 - Gallery
   ========================================================================== */

#gallery{
    width: 460px;
    height: 300px;
    position: relative;
    float: left;
    margin-top: 30px;
}

#gallery .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    margin: 20px 0;
    display: block;
    background: url(../img/magazine.png) no-repeat;
    padding-left: 40px;
    height: 30px;
    display: block;
    width: 100%;
    padding-top: 8px;
}

#gallery ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#gallery ul li{
    position: relative;
    float: left;
    width: 140px;
    height: 80px;
}

#gallery ul li img{
    max-width: 125px;
    max-height: 70px;
    width: auto;
    height: auto;
}

/* ==========================================================================
   6.6 - Newsletter
   ========================================================================== */

#newsletter{
    width: 500px;
    height: 300px;
    position: relative;
    float: left;
    margin-top: 30px;
}

#newsletter .title{
    font-family: 'ralewaysemibold';
    font-size: 22px;
    color: #000000;
    margin: 20px 0 10px 0;
    display: block;
    background: url(../img/newsletter.png) 0px 8px no-repeat;
    padding-left: 40px;
    height: 30px;
    display: block;
    width: 100%;
    padding-top: 8px;
    position: relative;
    float: left;
}

#newsletter span{
    font-family: 'Lato';
    font-size: 12px;
    color: #848484;
    margin: 10px 0;
    display: block;
    position: relative;
    float: left;
}

#newsletter #social {
    width: 260px;
    position: relative;
    float: left;
}

#newsletter form{
    margin: 20px 0;
    display: block;
    position: relative;
    float: left;
}

#newsletter form input[type=text]{
    border: none;
    border-bottom: 2px solid #000000;
    height: 19px;
    margin: 0;
}

#newsletter form input[type=submit]{
    background: url(../img/submit.png);
    width: 28px;
    height: 28px;
    border: none;
    text-indent: -9999px;
    position: relative;
    left: -4px;
    top:-2px;
}

#newsletter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    float: left;
}

#newsletter ul li{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 2px;
}

#newsletter ul li a{
    width: 30px;
    height: 30px;
    display: block;
}

#newsletter ul li#facebook{
    background: url(../img/social-networks.png) 0 0;
}

#newsletter ul li#google{
    background: url(../img/social-networks.png) -30px 0;
}

#newsletter ul li#twitter{
    background: url(../img/social-networks.png) -60px 0;
}

#newsletter ul li#linkedin{
    background: url(../img/social-networks.png) -90px 0;
}

#newsletter ul li#youtube{
    background: url(../img/social-networks.png) -120px 0;
}

#newsletter ul li#blogger{
    background: url(../img/social-networks.png) -150px 0;
}

#newsletter ul li#rss{
    background: url(../img/social-networks.png) -180px 0;
}

#newsletter ul li#basket{
    background: url(../img/social-networks.png) -210px 0;
}

/* ==========================================================================
   7 - Generic Content
   ========================================================================== */

#generic-content{
    /*border-bottom: 2px solid #dddddd;*/
    padding-bottom: 40px;
    position: relative;
    float: left;
}

#generic-content h2{
    margin-bottom: 30px;
    font-family: 'ralewaysemibold';
    font-size: 22px;
}

#generic-content h3{
    position: relative;
    margin: 0;
    font-family: 'ralewaysemibold';
    font-size: 22px;
}

#generic-content p{
    position: relative;
    color: #848484;
    line-height: 180%;
    margin: 30px 0;
    font-family: 'Lato';
    font-size: 15px;
}

#generic-content p .orange{
    color: #F25D00;
}

#generic-content img.right{
    position: relative;
    float: right;
}

#generic-content .quote{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0;
}

#generic-content .blue{
    padding: 20px 0;
    background:#E6F3FB;
}

/* ==========================================================================
   8 - News
   ========================================================================== */

.news{
}

.news h2{
    margin-bottom: 30px !important;
}

.news #filter{
    height: 40px !important;
    background: #0083CD !important;
    padding: 25px 25px 0 25px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    width: 414px !important;
    margin-bottom: 10px;
    z-index: 99;
}

.news #filter div.fancy-select {
    float: right;
    top: -13px;
    text-transform: none;
    color: #00527F;
    font-size: 16px;
    font-weight: normal;
}

.news #filter div.fancy-select div.trigger{
    height: 18px;
    border-radius: 12px;
    padding: 13px 24px 9px 27px;
    background: url(../img/select-background.png) repeat-x;
    border: none;
    box-shadow: none;
    width: 180px;
}

.news #filter div.fancy-select div.trigger:after{
    border-top-color: #00527F;
    top: 19px;
    right: 15px;
}

.news #filter div.fancy-select ul.options{
    padding: 0;
    min-width: 230px;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #00527F;
    border-radius: 12px;
}

div.fancy-select ul.options li,
div.fancy-select ul.options li.selected,
div.fancy-select ul.options li.hover
{
    background: none;
    color: #00527F;
    padding-left: 27px;
}

#items-container{
    width: 100%;
    position: relative;
    float: left;
}

#items-container .item{
    width: 465px;
    height: auto;
    margin-bottom: 10px;
}

#items-container .item img{
    width: 465px;
    height: 262px;
    position: relative;
    /*	float: left;*/
}

#items-container .item .item-content{
    width: 435px;
    height: auto;
    background: #F15100;
    position: relative;
    float: left;
    padding: 15px;
}

#items-container .item .item-content a{
    position: relative;
    float: left;
    display: block;
}
.ling-prot{
    position: relative;
    float: right;
    text-align: right;
    display: block;
    width: 100%;
    clear: both;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
#items-container .item .item-content .text p {
    color: #ffffff;
    margin: 10px 0 10px 0;
}

.pointer{
    width: 35px;
    height: 17px;
    background: url(../img/pointer.png);
    position: absolute;
    right:20px;
    top: -17px;
}

#items-container .item .item-content .title{
    font-family: 'ralewaysemibold';
    font-size: 16px;
    color: #ffffff;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

#items-container .item .item-content .date{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

#items-container .item .item-content .text{
    font-family: 'Lato';
    font-size: 12px;
    color: #ffffff;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.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:         top, left, 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;
}

/* ==========================================================================
   9 - Form
   ========================================================================== */

#formcontent{
    position: relative;
    float: left;
    width: 100%;
}

#formcontent > ul{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

#formcontent > ul li{
    width: 175px;
    height: 42px;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 11px;
    padding: 8px 0 0 0;
    background: #777777;
    color: #ffffff;
}

#formcontent ul li.active{
    background: #F25B00;
}

#formcontent ul li.left{
    margin: 0 9px 0 0;
}

#formcontent ul li.right{
    margin: 0 0 0 9px;
}

#formcontent form .dp-choose-date{
    position: absolute;
    top: 276px;
    left: 592px;
    display: block;
    background: url(../img/calendar.png);
    width: 29px;
    height: 25px;
    text-indent: -9999px;
}

#formcontent form label{
    font-family: 'Lato';
    font-size: 16px;
    color: #848484;
    margin-bottom: 10px;
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    width: 310px;
}

#formcontent form label.large{
    width: 320px;
}

#formcontent form label.full{
    width: 100%;
}

#formcontent form label.info{
    font-size: 11px;
    width: 115px;
    margin-left: 5px;
}

#formcontent form input[type=text]
{
    height: 30px;
    width: 315px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 288px;
    position: relative;
    float: left;
}

#formcontent form input[type=text].error,
#formcontent form input[type=file].error{
    border: 1px solid #ff0000;
}

#formcontent form input[type=file] {
    height: 20px;
    width: 315px;
    border: 1px solid #cccccc;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 288px;
    position: relative;
    float: left;
}

#formcontent form input[type=checkbox]{
    position: relative;
    float: left;
}

#formcontent form input.small{
    width: 144px;
}

#formcontent form div.fancy-select {
    position: relative;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    color: #cccccc;
    float: left;
}

#formcontent form div.fancy-select div.trigger {
    border-radius: 0px;
    padding: 13px 24px 9px 9px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: #cccccc;
    color: #000000;
    box-shadow: none;
    width: 275px;
    margin-right: 10px;
}

#formcontent form div.fancy-select div.trigger:after {
    border-top-color: #cccccc;
}

#formcontent form div.fancy-select ul{
    padding: 0;
}

#formcontent form div.fancy-select ul.options li {
    padding: 8px 8px;
    color: #000000;
}

#formcontent form div.fancy-select ul.options {
    background: #ffffff;
    border-radius: 0;
    border-top: none;
    border: 1px solid #cccccc;
    box-shadow: none;
}

#formcontent form .mandatory{
    font-family: 'Lato';
    font-size: 16px;
    color: #cccccc;
    padding-top: 14px;
    display: block;
    position: relative;
    float: right;
}

#formcontent form .next{
    height: 45px;
    background: #0083CD;
    padding: 15px 60px 10px 60px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    float: right;
    border: none;
    font-size: 16px;
    margin-left: 20px;
}

#formcontent form .prev{
    height: 45px;
    background: #0083CD;
    padding: 15px 60px 10px 60px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    border: none;
    font-size: 16px;
}

#formcontent #step2-fields{
    display: none;
}

#formcontent #step3-fields{
    display: none;
}

#formcontent #step4-fields{
    display: none;
}

#formcontent #step4-fields{
    color: #cccccc;
}

#formcontent #step4-fields{
    text-align: left;
    font-family: 'Lato';
}

#formcontent #step4-fields ul{
    list-style-type: none;
    padding: 0;
}

#formcontent #step4-fields ul,
#formcontent #step4-fields ol,
{
    position: relative;
    float: left;
}

#formcontent #step5-fields{
    display: none;
}

#formcontent .extra-fields{
    width: 100%;
    position: relative;
    float: left;
    border-top: 1px solid #F25B00;
    margin-top: 20px;
    padding-top: 50px;
}

#formcontent .extra-fields span{
    position: absolute;
    left: 0;
    top: -11px;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
    color:#F25D00;
    background: #ffffff;
    display: block;
    height: 20px;
    padding-right: 5px;
}

#formcontent form .spacer{
    width: 100%;
    height: 20px;
    position: relative;
    float: left;
}

#formcontent #step5-fields{
    text-align: center;
}

#formcontent #step5-fields h3{
    font-family: 'Lato';
    font-weight: bold;
    font-size: 52px;
    color:#F25D00;
    text-align: center;
    margin: 30px 0;
}

#thankyou{
    font-family: 'Lato';
    background: #F25D00;
    padding: 40px 60px 40px 60px;
    position: relative;
    border-radius: 10px;
    color: #d6d6d6;
    border: none;
    font-size: 16px;
    width: 600px;
    margin: 20px auto;
}

#formcontent #step5-fields a{
    height: 15px;
    background: #0083CD;
    padding: 20px 60px 20px 60px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    margin: 40px auto;
    text-decoration: none;
    display: block;
    width: 140px;
}

/* ==========================================================================
   10 - Footer
   ========================================================================== */

footer{
    background: #dddddd;
    position: relative;
    float: left;
    height: 100px;
}

footer .contentwidth{
    position: relative;
}

footer ul{
    list-style-type: none;
    position: relative;
    float: left;
    margin: 25px 0;
    padding: 0;
    width: 100%;
}

footer ul li{
    position: relative;
    float: left;
    margin-right: 20px;
}

footer ul li.login{
    margin-left: 30px;
}

footer ul li a{
    font-family: 'ralewaysemibold';
    font-size: 13px;
    color: #545454;
    text-decoration: none;
}

footer span{
    font-family: 'ralewaysemibold';
    font-size: 13px;
    color: #878787;
}



/* ==========================================================================
   11 - Login Form
   ========================================================================== */

#loginform{
    width: 729px;
    height: 377px;
    background: #ffffff;
    border: 1px solid #F1C9AC;
    overflow: visible;
    display: none;
}

#loginform #lock{
    background: url(../img/lock.png);
    display: block;
    width: 98px;
    height: 98px;
    position: relative;
    margin: 0 auto;
    top: -42px;
}

#loginform #logintitle{
    font-family: 'ralewaybold';
    font-size: 32px;
    color: #F06100;
    margin: 0;
    position: relative;
    top: -50px;
    left: 30px;
}

#loginform form{
    position: relative;
    float: left;
    width: 350px;
    left: 30px;
    top: -20px;
}

#loginform form label{
    font-family: 'Lato';
    font-size: 16px;
    color: #848484;
    margin-bottom: 10px;
    display: block;
}

#loginform form input[type=text],
#loginform form input[type=password]
{
    height: 30px;
    width: 315px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#loginform form input[type=text].error,
#loginform form input[type=password].error{
    border: 1px solid #ff0000;
}

#loginform form a{
    font-family: 'Lato';
    font-size: 12px;
    color: #848484;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

#loginform form input[type=submit]{
    height: 35px;
    background: #0083CD;
    padding: 10px 50px 10px 50px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    border: none;
    font-size: 12px;
}

#loginform #register{
    width: 290px;
    position: relative;
    float: left;
    left: 60px;
}

#loginform #register p{
    font-family: 'Lato';
    font-size: 14px;
    color: #848484;
}

#loginform #register p strong{
    font-family: 'ralewaybold';
    font-size: 17px;
    color: #F06100;
    display: block;
}

#loginform #register a{
    color: #F06100;
}

#close{
    background: url(../img/close.png);
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.revista-pagination{
    clear: both;
    height: 50px;
    width: 100%;
    
}
.revista-pagination tr td{
    text-align: center;
}
.page-revista{
    width: 18px;
    height: 16px;
    background: url('../img/list_page.png');
    color: white;
    padding: 10px;
    margin-right: 5px;
    float: left;
}
.page-revista.selected{
    background: url('../img/list_page_s.png');
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}