@charset "utf-8";

/*
Theme Name: easdalcoi.es v1
Theme URI:
Description: Design created for easdalcoi.es.
Version: 1.0
Author: Medios y Proyectos Neil SL
Author URI: http://www.mediosyproyectos.com/
Tags:
*/


/* ------------------------------------------------------------------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline*/
    ;
    background: transparent;
    list-style: none;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}


/* -------------------------------------------------------------------- */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow-X: hidden;
    background-color: #fffdfe;
}

.wrapper {
    position: relative;
}

.home_news_item {
    float: left;
    position: relative;
    width: 300px;
    height: 240px;
    background-color: #ccc;
    overflow: hidden;
}

.home_news_items {
    position: relative;
    height: 480px;
    overflow: hidden;
    margin-top: -60px;
}

.home_news_items_b {
    position: absolute;
    z-index: 9;
    width: 300px;
    height: 240px;
    opacity: .70;
}

.home_news_item_img {
    position: absolute;
    transition: all .2s ease-in-out;
}

.home_news_item_img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.home_news_item_cat,
.home_news_item_cat_b {
    position: absolute;
    z-index: 91;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: white;
}

.home_news_item_caft {
    color: #fff;
}

.home_news_item_cat_b {
    color: #000;
}

.home_news_item_title {
    position: absolute;
    z-index: 91;
    width: 300px;
    height: 225px;
    font-weight: 300;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.home_news_item_title_inner,
.home_news_item_title_inner_b {
    height: 225px;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}

.home_news_item_title_inner {
    color: #fff;
}

.home_news_item_title_inner_b {
    color: #000;
}

.home_news_item_title strong {
    font-weight: 800;
    line-height: 1.15em;
    width: 100%;
    text-align: center;
}

.home_news_item_title_inner p {
    margin-top: 2px;
    width: 100%;
    text-align: center;
}

.home_new_item_bt {
    width: 100%;
    height: 41px;
    background-color: #888;
    cursor: pointer;
}

.home_new_item_bt:hover {
    opacity: .5;
}

.home_new_bt_txt a {
    color: #fff;
    width: 100%;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
}

.home_new_bt_txt a:after {
    content: "";
    background-image: url(/site/wp-content/themes/easd_alcoi_v1/images/marca.png);
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-left: 6px;
}

.home_new_bt_img {
    float: left;
    margin-left: 6px;
    padding-top: 2px;
}


/*.home_news_item:hover .home_news_item_title_inner_b { text-decoration: underline; color: #000; }
        .home_news_item:hover .home_news_item_title_inner { text-decoration: underline; color: #fff; }*/

.home_news_item:hover .home_news_item_img {
    transform: scale(1.1);
}

.title_gen {
    font-size: 37px;
    font-weight: 300px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.txtgen {
    line-height: 1.5;
    font-weight: 300;
}

.txtgen p,
.txtgen h1,
.txtgen h2,
.txtgen h3 {
    margin-bottom: 20px;
}

.txtgen h1 {
    font-size: 140%;
}

.txtgen h2 {
    font-size: 120%;
}

.txtgen h3 {
    font-size: 100%;
}

.txtgen img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.txtgen a {
    color: #666;
    border-bottom: 1px solid #666;
}

.txtgen a:hover {
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #999;
}

.txtgen ul,
.txtgen ol {
    padding-left: 40px;
    margin-bottom: 25px;
    margin-top: 15px;
    list-style-type: none;
}

.txtgen ul li,
.txtgen ol li {
    margin-bottom: 12px;
}

.txtgen ul li:before,
.txtgen ol li:before {
    content: '\2010';
    margin-left: -10px;
    position: absolute;
}

.txtgen ol li {
    list-style: decimal;
}

.txtgen iframe {
    max-width: 100%;
    height: 300px;
}

.tb_interesa {
    margin-top: 80px;
    text-transform: uppercase;
}

.tb_interesa_title {
    font-size: 25px;
    font-weight: 300;
}

.tb_interesa_table {
    width: 100%;
    max-width: 495px;
    margin-top: 40px;
}

.tb_interesa a {
    color: #000;
}

.tb_interesa_table .tb_interesa_tr {
    background-color: #fff;
}

.tb_interesa_table .tb_interesa_tr td {
    padding: 20px;
    cursor: pointer;
}

.tb_interesa_table .tb_interesa_tr td:hover {
    opacity: .6;
}


/* PAGE NEWS ------------------------- */

.page_home {}

.wp-pagenavi {
    margin-left: -20px;
    margin-top: 30px;
}

.single_post_1col a {
    border-bottom: 1px solid #666;
}

.single_post_data {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: -30px;
}

.single_news_item {
    float: left;
    position: relative;
    width: 300px;
    height: 240px;
    overflow: hidden;
}


/*.single_news_item:hover .home_news_item_title_inner_b { text-decoration: underline; color: #000; }
.single_news_item:hover .home_news_item_title_inner { text-decoration: underline; color: #fff; }*/

.single_news_item:hover .home_news_item_img {
    transform: scale(1.1);
    overflow: hidden;
}

.single_share {
    clear: both;
    position: relative;
    margin-top: 30px;
}


/* CATEGORIA ESDEVENIMENTS ---------------------------- */

.page_cat_item {
    margin-bottom: 50px;
}

.title_page_cat {
    font-size: 37px;
    font-weight: 300px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.page_cat_content {
    padding-bottom: 25px;
    border-bottom: 1px solid #666;
}

.title_page_cat a {
    color: #000;
}

.title_page_cat a:hover {
    text-decoration: underline;
}


/* PANTALLA + TABLET ----------------------------------------------------------- */

@media only screen and (min-width: 900px) {
    .logo {
        float: left;
        margin: 25px 15px 0 1px;
    }
    /* FOOTER ----------------------------------------------- */
    .footer {
        width: 100%;
        height: 250px;
        background-color: #e9eae9;
        margin-top: 30px;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 300;
    }
    .logos_footer {
        position: absolute;
        margin-top: 35px;
    }
    .logo_footer_2 {
        margin-top: 25px;
    }
    .logo_footer_2 img {
        width: 249px;
        height: auto;
    }
    .footer_adreca {
        position: absolute;
        color: #666;
        padding-top: 30px;
        margin-left: 395px;
    }
    .footer_links {
        position: absolute;
        margin-left: 395px;
        margin-top: 140px;
        line-height: 1.7;
    }
    .footer_links a {
        color: #666;
        text-decoration: underline;
    }
    .footer_xarxes {
        float: right;
        margin-right: 15px;
        margin-top: 28px;
    }
    .footer_xarxa {
        float: left;
        margin-left: 6px;
    }
    .footer_xarxa:hover {
        opacity: .7;
    }
    .logo_footer #erasmus {
        margin: 30px 0 0 15px;
    }
    .newsletter {
        margin: 0 20px;
    }
    .single_post {
        width: 840px;
        margin: -30px auto 0 auto;
    }
    .single_post_nobanner {
        width: 840px;
        margin: 20px auto 0 auto;
    }
    .single_post_img {
        margin-bottom: 15px;
    }
    .single_post a {
        border-bottom: 1px solid #666;
    }
    .single_post_2col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    /* SINGLE NEWS ------------
    .single_post_esq{ float: left; width: 480px; }
    .single_post_dre{ float: right; width: 300px; }*/
}


/* PANTALLA ----------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    .wrapper {
        width: 1200px;
        margin: auto;
        padding: auto;
    }
    /* SINGLE NEWS ------------ */
    .single_post_esq {
        float: left;
        width: 480px;
    }
    .single_post_dre {
        float: right;
        width: 300px;
    }
    .single_post_esq a {
        border-bottom: 1px solid #666;
    }
    .single_post_dre a {
        border-bottom: 1px solid #666;
    }
    /* SEARCH ------------------------------------------------------- */
    .buscar {
        position: absolute;
        margin-top: 22px;
        margin-left: 1160px;
        cursor: pointer;
    }
    .tanca {
        margin-top: 5px;
        margin-left: 12px;
    }
    .buscar:hover {
        opacity: .7;
    }
    .mc_buscar {
        position: absolute;
        z-index: 99;
        top: 79px;
        margin-left: 790px;
    }
    .mc_buscar_inner {
        display: none;
        padding-top: 10px;
        width: 410px;
        height: 40px;
        background-color: #EEEFED;
    }
    .mc_buscar_lupa {
        float: right;
        margin-left: 370px;
        cursor: pointer;
    }
    .mc_buscar_lupa:hover {
        opacity: .7;
    }
    #input_buscar {
        float: left;
        margin-top: -30px;
        margin-left: 15px;
        height: 32px;
        border: none;
        color: #999;
        font-size: 24px;
        font-weight: 300;
        width: 350px;
        background-color: #EEEFED;
        font-family: 'Roboto', sans-serif;
    }
    .newsletter {
        margin: 0 20px 0 20px;
    }
    .mc_search {
        width: 840px;
        margin: 30px auto;
    }
    .search_item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .search_title a {
        font-size: 18px;
        color: #527EBC;
    }
    .search_title a:hover {
        text-decoration: underline;
    }
    .search_posttype {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_data {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_content {
        margin-top: 10px;
        line-height: 1.3;
    }
}


/* TABLET ------------------------------------------------------------- */

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .wrapper {
        width: 900px;
        margin: auto;
        padding: auto;
    }
    /* SINGLE NEWS ------------ */
    .single_post_esq {
        width: 100%;
    }
    .single_post_dre {
        width: 600px;
        margin-top: 50px;
    }
    /* SEARCH ------------------------------------------------------- */
    .buscar {
        display: none;
    }
    .mc_buscar {
        position: absolute;
        top: 30px;
        margin-left: 485px;
        height: 30px;
        border: 1px solid #ccc;
    }
    .mc_buscar_inner {
        width: 400px;
        background-color: #EEEFED;
    }
    .mc_buscar_lupa {
        position: absolute;
        margin-left: 370px;
        margin-top: 5px;
        cursor: pointer;
    }
    .mc_buscar_lupa img {
        width: 20px;
        height: auto;
    }
    .mc_buscar_lupa:hover {
        opacity: .7;
    }
    #input_buscar {
        position: absolute;
        margin-top: 5px;
        margin-left: 15px;
        height: 16px;
        border: none;
        color: #999;
        font-size: 15px;
        font-weight: 300;
        width: 350px;
        background-color: #EEEFED;
        font-family: 'Roboto', sans-serif;
    }
    .mc_search {
        width: 840px;
        margin: 30px auto;
    }
    .search_item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .search_title a {
        font-size: 18px;
        color: #527EBC;
    }
    .search_title a:hover {
        text-decoration: underline;
    }
    .search_posttype {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_data {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_content {
        margin-top: 10px;
        line-height: 1.3;
    }
}


/* MOVIL ------------------------------------------------------------- */

@media only screen and (max-width: 899px) {
    .logo {
        /*float: left; margin:25px 15px 0 1px;*/
        margin-top: -50px;
    }
    .single_post_img {
        margin-bottom: 15px;
    }
    /* FOOTER ----------------------------------------------- */
    .footer {
        width: 100%;
        background-color: #fff;
        margin-top: 30px;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 300;
    }
    .logos_footer {
        margin-top: 35px;
        margin-left: 20px;
    }
    .logo_footer {
        padding-top: 35px;
    }
    .logo_footer img:first-child {
        width: 99%;
        max-width: 360px;
    }
    .logo_footer img:nth-child(2) {
        width: 50%:
    }
    .logo_footer_2 {
        margin-top: 25px;
    }
    .logo_footer_2 img {
        width: 149px;
        margin: 5px;
        height: auto;
    }
    .footer_adreca {
        color: #666;
        padding-top: 20px;
        margin-left: 20px;
    }
    .footer_links {
        margin-left: 20px;
        margin-top: 20px;
        line-height: 1.7;
    }
    .footer_links a {
        color: #666;
        text-decoration: underline;
    }
    .footer_xarxes {
        margin-left: 20px;
        margin-top: 30px;
    }
    .footer_xarxa {
        float: left;
        margin-left: 6px;
    }
    .footer_xarxa:hover {
        opacity: .7;
    }
    /* SEARCH ------------------------------------------------------- */
    .buscar {
        display: none;
    }
    .mc_buscar {
        display: none;
        position: absolute;
        top: 30px;
        margin-left: 485px;
        height: 30px;
        border: 1px solid #ccc;
    }
    .mc_buscar_inner {
        width: 400px;
        background-color: #EEEFED;
    }
    .mc_buscar_lupa {
        position: absolute;
        margin-left: 370px;
        margin-top: 5px;
        cursor: pointer;
    }
    .mc_buscar_lupa img {
        width: 20px;
        height: auto;
    }
    .mc_buscar_lupa:hover {
        opacity: .7;
    }
    #input_buscar {
        position: absolute;
        margin-top: 5px;
        margin-left: 15px;
        height: 16px;
        border: none;
        color: #999;
        font-size: 15px;
        font-weight: 300;
        width: 350px;
        background-color: #EEEFED;
        font-family: 'Roboto', sans-serif;
    }
    .mc_search {
        width: 840px;
        margin: 30px auto;
    }
    .search_item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .search_title a {
        font-size: 18px;
        color: #527EBC;
    }
    .search_title a:hover {
        text-decoration: underline;
    }
    .search_posttype {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_data {
        margin-top: 5px;
        font-size: 12px;
        color: #666;
    }
    .search_content {
        margin-top: 10px;
        line-height: 1.3;
    }
}


/* MOVIL_H ----------------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .wrapper {
        width: 600px;
        margin: auto;
        padding: auto;
    }
    /* SINGLE NEWS ------------ */
    .single_post_esq {
        width: 100%;
    }
    .single_post_dre {
        width: 600px;
        margin-top: 50px;
    }
}


/* MOVIL_V ----------------------------------------------------------- */

@media only screen and (max-width: 599px) {
    .wrapper {
        width: 300px;
        margin: auto;
        padding: auto;
    }
    /* SINGLE NEWS ------------ */
    .single_post_esq {
        width: 100%;
    }
    .single_post_dre {
        width: 300px;
        margin-top: 50px;
    }
    .single_post_img img {
        width: 300px;
        height: auto;
    }
}


/* PER FER FUNCIONAR LA MAQUETACIO FLOAT DEL CONTENT ------------------------------- */

img.centered,
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    position: absolute;
    margin-left: 260px;
}

.alignleft {
    float: left;
}

.newsletter {
    width: 180px;
    margin-right: 20px;
    margin-top: 0;
    clear: both;
    max-width: 240px;
    padding-bottom: 40px;
}

.newsletter span {
    font-size: 1.2em;
    text-align: left;
}

#mce-EMAIL {
    border: 1px solid #333333;
    padding: 10px 18px;
    width: 142px;
}


div#mc_embed_signup {
     width:200px;
    background-color: transparent;
}

#mc_embed_signup_scroll {
    background-color: transparent;
}

#mc_embed_signup_scroll input#mce-EMAIL.email {
    width: 92%;
	margin: 0 0 4px 0;
	border-radius: 0px;
}

input[value=Subscribe]{
	background-color:#333;
	border-radius: 0px;
    width:100%;
}


input#mc-embedded-subscribe {
    background: #333333;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    padding: 10px;
}

#language_selector {
    position: absolute;
    top: 0;
    right: 0;
}

#language_selector > div {
    padding: 0;
}

#language_selector > div > a,
#language_selector > div > ul > a {
    display: none;
}

#language_selector .wpml-ls-legacy-list-horizontal a {
    padding: 0 10px;
    color: #bfbcbe;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 5px;
}

.btn_see_more {
    color: #FFF;
    text-align: center;
    line-height: 42px;
}

div#secondary {
    background: #e9eae9;
    text-align: center;
    padding: 15px;
    margin: 20px 0;
}

div#secondary li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
}

div#secondary li a {
    color: #8C827D;
    line-height: 1.5em;
}

div#secondary h2 {
    display: none;
}

@media only screen and (min-width: 900px) {
    .newsletter {
        float: right;
        text-align: left;
    }
}

@media only screen and (max-width: 899px) {
    .newsletter {
width:300px;
        margin-left: 20px;
        margin-top: 10px;
    }
    #language_selector {
        display: none;
    }
}



h1.archive-title {
    margin: 30px 0 20px;
    text-align: center;
}











.home_news_x6 {  }
    .home_news_x6 .home_news_items { width: 75%; float: left; height: 480px; }
    .home_news_x6 .home_news_items_others { width: 25%; float: left; height: 480px; margin-top: -60px; background-color: #f0f0f0; }
        .home_news_x6 .home_news_items_others .inner { padding: 20px 30px; color: #8C827D; line-height: 1.25; }

        .home_news_x6 .home_news_items_others .inner h1 { margin: 0 0 15px; font-size: 170%; font-weight: 400; text-transform: uppercase; }
        .home_news_x6 .home_news_items_others .inner h2 { margin: 0 0 15px; font-size: 150%; font-weight: 400; text-transform: uppercase; }
        .home_news_x6 .home_news_items_others .inner h3 { margin: 0 0 15px; font-size: 130%; font-weight: 400; text-transform: uppercase; }
        .home_news_x6 .home_news_items_others .inner h4 { margin: 0 0 15px; font-size: 120%; font-weight: 400; text-transform: uppercase; }
        .home_news_x6 .home_news_items_others .inner h5 { margin: 0 0 15px; font-size: 110%; font-weight: 400; text-transform: uppercase; }
        .home_news_x6 .home_news_items_others .inner h6 { margin: 0 0 15px; font-size: 100%; font-weight: 400; text-transform: uppercase; }

        .home_news_x6 .home_news_items_others .inner p { margin: 0 0 15px; font-size: 100%; font-weight: 300; }

        .home_news_x6 .home_news_items_others .inner ul { margin: 0 0 15px; font-size: 100%; font-weight: 300; }
            .home_news_x6 .home_news_items_others .inner ul li { margin: 4px 0; list-style-type: circle; margin-left: 17px; }
                .home_news_x6 .home_news_items_others .inner ul li:first-child { margin-top: 0; }
                .home_news_x6 .home_news_items_others .inner ul li:nth-child(even) { color: #333; }

                .home_news_x6 .home_news_items_others .inner ul li a { color: #8C827D; text-decoration: underline; }
                    .home_news_x6 .home_news_items_others .inner ul li a:hover { color: #333; text-decoration: underline; }
                    .home_news_x6 .home_news_items_others .inner ul li:nth-child(even) a { color: #333; text-decoration: underline; }
                        .home_news_x6 .home_news_items_others .inner ul li:nth-child(even) a:hover { color: #000; text-decoration: underline; }

@media( max-width: 996px ) {
    .home_news_x6 { }
        .home_news_x6 .home_news_items { width: 66.7%; height: 480px; }
        .home_news_x6 .home_news_items_others { width: 33.3%; height: 480px; }
}

@media( max-width: 768px ) {
    .home_news_x6 { }
        .home_news_x6 .home_news_items { width: 50%; }
        .home_news_x6 .home_news_items_others { width: 50%; height: 720px; }
}

@media( max-width: 600px ) {
    .home_news_x6 { }
        .home_news_x6 .home_news_items { float: none; height: auto; width: auto; }
        .home_news_x6 .home_news_items_others { float: none; height: auto; width: auto; margin-top: 0; }
}

.page_portfolio_items {}
    .page_portfolio_items:after { content: ""; display: block; clear: both; }

    .page_portfolio_item { float: left; position: relative; width: 300px; height: 240px; background-color: #ccc; overflow: hidden; }
        .page_portfolio_item .item-hover { background-color: #000; opacity:.4; position:absolute; z-index:9; width:300px; height:240px; }
        .page_portfolio_item .item-img { position: absolute; transition: all .2s ease-in-out; }
            .page_portfolio_item .item-img img { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); -ms-filter: grayscale(100%); }
            .page_portfolio_item:hover .item-img { transform: scale(1.1); }
        .page_portfolio_item .item-title { position: absolute; z-index: 91; width: 300px; height: 225px; font-weight: 300; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; text-align: center; }
            .page_portfolio_item .item-title .item-title-inner { width: 300px; height: 220px; display: table-cell; vertical-align: middle; font-size: 17px; text-align: center; padding: 20px 0 0 0; color: #fff; }
            .page_portfolio_item .item-title strong { font-weight: 800; line-height: 1.15em; width: 100%; text-align: center; }


.single_post .single_share a { border-bottom: 0 none; }






.styled-select { position: relative; display: inline-block; overflow: hidden; background-color: transparent; margin: 0 5px; padding: 0; cursor: pointer; }
    .styled-select:after { position: absolute; top: 25%; right: 0; content: "\E005"; display: inline-block; font-family: "icon-font"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; vertical-align: middle; color: #8C827D; pointer-events: none; }
    .styled-select .fltr-select { background: transparent; border: 0 none; margin: 0; padding: 4px 20px 4px 14px; font-size: 20px; font-family: 'Roboto', sans-serif; font-weight: 300; border: none; color: #8C827D; -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; cursor: pointer; }
    .styled-select .fltr-select::-ms-expand { display: none; /* hide the default arrow in ie10 and ie11 */ }
