/* ==|== primary styles =====================================================
   Author:Kerry Smyth / etouches for REI / March 2016
   
   DUSTY WHITE: 			#EFEEE2
   LIGHT GREY: 				#A7A7A2
   DARK GREY: 				#4E4D49
   RED: 					#CC0000
   BLACK: 					#000
   WHITE: 					#FFF
   
   
   LIGHT GREEN: 			#C0C726
   DARK GREEN: 				#46522C
   
   
   DAWN ORANGE: 			#DE7C00
   SKY BLUE: 				#64CCC9
   DUSK BLUE: 				#5B6770
   SUN: 					#D9C756

   ========================================================================== */

/*---HEADLINE ANDERSON 1938 BOLD---*/

/*@font-face {
    font-family: 'anderson_1938bold';
    src: url('https://www.eiseverywhere.com/docs/6989/125630');
    src: url('https://www.eiseverywhere.com/docs/6989/125630?#iefix') format('embedded-opentype'),
         url('https://www.eiseverywhere.com/docs/6989/125633') format('woff'),
		 url('https://www.eiseverywhere.com/docs/6989/125632') format('truetype'),
         url('https://www.eiseverywhere.com/docs/6989/125631#anderson_1938bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*---BODY COPY INTERSTATE BOLD/STRONG---*/

/*   
@font-face {
    font-family: 'interstateregular';
    src: url('https://www.eiseverywhere.com/docs/6989/125775');
    src: url('https://www.eiseverywhere.com/docs/6989/125775?#iefix') format('embedded-opentype'),
         url('https://ps-etouches-com.s3.amazonaws.com/rei/anderson-awards-2016/fonts/interstate-bold_24118-webfont.woff2') format('woff2'),
         url('https://www.eiseverywhere.com/docs/6989/125780') format('woff'),
         url('https://www.eiseverywhere.com/docs/6989/125778') format('truetype'),
         url('https://www.eiseverywhere.com/docs/6989/125776#interstateregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*---BODY COPY INTERSTATE LIGHT---*/

/*@font-face {
    font-family: 'interstate-lightnormal';
    src: url('https://www.eiseverywhere.com/docs/6989/125781');
    src: url('https://www.eiseverywhere.com/docs/6989/125781?#iefix') format('embedded-opentype'),
         url('https://ps-etouches-com.s3.amazonaws.com/rei/anderson-awards-2016/fonts/interstatelight-webfont.woff2') format('woff2'),
         url('https://www.eiseverywhere.com/docs/6989/125785') format('woff'),
         url('https://www.eiseverywhere.com/docs/6989/125784') format('truetype'),
         url('https://www.eiseverywhere.com/docs/6989/125782#interstate-lightnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*---HEADLINE PLAK---*/

@font-face {
    font-family: 'PlakCom-Black';
    src: url('https://www.eiseverywhere.com/docs/6989/PlakCom-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*---BODY COPY INTERSTATE LIGHT---*/

@font-face {
    font-family: 'Sentinel-Semibold';
    src: url('https://www.eiseverywhere.com/docs/6989/Sentinel-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/*---WIDTH RESETS + OTHERS---*/

#outer_table,
#inner_content,
.eh_outer_div,
#main_section,
#footer_section {
    width: 100% !important;
}

#main_section {
    min-height: 400px;
    margin-bottom: 0 !important;
}

#inner_content {
    padding: 0 !important;
}

#footer_section {
    margin-bottom: 0 !important;
}

.languages {
    display: none;
}

.tabmenu {
    display: none;
}


/*---END RESET---*/

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: none !important;
    /*---FOR PARALLAX---*/
    color: #414141;
    font-family: 'Sentinel-Semibold', Arial, sans-serif, Helvetica !important;
    padding-top: 50px;
}


/*============== HEADER/LOGO AREA ==============*/

/*============== HEADER/LOGO AREA ==============*/

.navbar {
    border-bottom: none;
}

.navbar-default {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.9);
}

.navbar *
/*, .navbar-default * */

    {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.navbar-header .navbar-brand {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand svg {
    /*width:84.375px;*/
    width: 84.4px;
    height: 40px;
}

#navbar {
    text-align: left;
}


/*============== GENERIC ==============*/

/*============== GENERIC ==============*/

td,
div p,
p,
ul,
ol,
font,
address {
    font-family: 'Sentinel-Semibold', Arial, sans-serif, Helvetica !important;
    font-size: 17px;
}

.small-type,
ul.small-type {
    font-size: 14px;
}

strong {
    font-family: inherit;
}

ul.top-bottom-4px-pad li,
ol.top-bottom-4px-pad li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.copyright {
    font-size: 12px;
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.light-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

a:not(.btn):not(.btn-lg) {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

div a:link,
div a:visited {
    color: #006EB3;
}

div a:hover,
div a:active {
    color: #006EB3;
}

.block-link {
    display: block;
}

*:focus input,
*:focus select {
    outline: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

*:focus {
    outline: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.block-link {
    display: block;
}

.clear-both {
    clear: both;
}

.text-white,
.text-white a:link,
.text-white a:visited {
    color: #FFF;
}

.lr-shadow {
    box-shadow: 6px 0 9px -4px rgba(0, 0, 0, 0.05), -6px 0 2px -4px rgba(0, 0, 0, 0.05);
}

.z-index-7 {
    z-index: 7;
}


/*============== MARGINS + PADDING ==============*/

/*============== MARGINS + PADDING ==============*/

.b-30-pad {
    padding-bottom: 30px;
}

.b-60-pad {
    padding-bottom: 60px;
}

.t-10-pad {
    padding-top: 10px;
}


/*---MARGIN---*/

.t-15-marg {
    margin-top: 15px;
}

.tb-15-marg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tb-30-marg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.t-60-marg {
    margin-top: 60px;
}


/*---ROW GRID---*/

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

.row-grid + .row-grid {
    margin-top: 15px;
}


/*============== IMAGE SIZES ==============*/

/*============== IMAGE SIZES ==============*/

.img-100 {
    width: 100%;
    max-width: 100%;
}

.img-80 {
    width: 80%;
    max-width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-70 {
    width: 70%;
    max-width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-center {
    margin: 0 auto;
}

.img-hover:hover {
    opacity: 0.8 !important;
}


/*============== SPECIFIC TYPO SIZES ==============*/

/*============== SPECIFIC TYPO SIZES ==============*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'PlakCom-Black', Arial, sans-serif, Helvetica !important;
    letter-spacing: 1px;
}

a:link.rei-ghost-button-white,
a:visited.rei-ghost-button-white {
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 5px;
    font-size: 30px;
    display: block;
}

a:hover.rei-ghost-button-white,
a:active.rei-ghost-button-white {
    /*color:#C0C726;*/
    border: 3px solid #C0C726;
    background: rgba(0, 0, 0, 0.7);
}




a:link.rei-ghost-button-black,
a:visited.rei-ghost-button-black {
    color: black;
    border: 3px solid black;
    border-radius: 5px;
    font-size: 30px;
    display: block;
}

a:hover.rei-ghost-button-black,
a:active.rei-ghost-button-black {
    /*color:#C0C726;*/
    color: white;
    border: 3px solid #C0C726;
    background: rgba(0, 0, 0, 0.7);
}


/*a:hover.rei-ghost-button-white, a:active.rei-ghost-button-white
{
	background:rgba(0,0,0,0.4);
}*/

/*---PARALLAX---*/

.parallax-window {
    /*min-height:400px;*/
    /*padding:16% 0 16%;*/
    padding: 23% 0 13%;
    background: transparent;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.2) inset;
}

.parallax-window.parallax-slim {
    /*padding: 18% 0 10%;*/
    padding: 23% 0 5%;
}

.parallax-effect-text {
    /*max-width:570px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding:6px 0 22px;*/
    /*background:#000;
	background:rgba(0,0,0,0.6);*/
    /*background:url(https://ps-etouches-com.s3.amazonaws.com/rei/anderson-awards-2016/images/texture-bg-trans-80.png) no-repeat center center scroll;*/
}

.parallax-effect-text * {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.parallax-effect-text h1 {
    font-size: 50px;
}

.parallax-effect-text h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*============== ROW SECTIONS ==============*/

/*============== ROW SECTIONS ==============*/

[class*="-section"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.row.anderson-section {
    padding-bottom: 15px;
}

[class*="-section"] h2 {
    /*color:#64CCC9;*/
    color: #000;
    margin-bottom: 20px;
}

.bg-white {
    background: #FFF;
    background: rgba(255, 255, 255, 0.7);
}

/*.anderson-logo-bg {
    background: url(https://ps-etouches-com.s3.amazonaws.com/rei/anderson-awards-2016/images/rei-anderson-logo-18.png) no-repeat center center fixed;
    background-size: 90% auto;
}*/

/*---COLOURED BAR---*/

.img-special {
    border: 4px solid #FFF;
}

.animated-text h2 + h2 {
    display: none;
}

.coloured-bar {
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;*/
    min-height: 73px;
    background-color: rgba(78, 77, 73, 0.95);
}

.coloured-bar:hover {
    background-color: #C0C726;
}

.coloured-bar a:link,
.coloured-bar a:visited {
    color: #FFF;
}


/*============== FOOTER ==============*/

/*============== FOOTER ==============*/

footer {
    clear: both;
    text-align: center;
    border-top: 1px solid #000;
    background: #EFEEE2;
}

footer p {
    margin: 0;
}

.footer-top {
    padding: 20px 0 35px;
}

.footer-bottom {
    padding: 20px 0;
    background: #A7A7A2;
}


/*footer ul.list-unstyled
{
	font-size:	
}
*/

/*---SOCIAL ICONS---*/

ul#social-nav {
    overflow: auto;
    /*margin:20px 0;*/
    margin: 10px 0 0;
    padding: 0;
}

#social-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 10px 5px 0;
}

#social-nav li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    margin-right: 3px;
    padding-top: 19%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#social-nav li a:hover i,
#social-nav li a:active i {
    background: #FFF;
    color: #000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fa-facebook {
    background: #3b5998;
}

.fa-linkedin {
    background: #007bb6;
}

.fa-twitter {
    background: #00aced;
}

.fa-google-plus {
    background: #dd4b39;
}

.fa-pinterest-p {
    background: #db081c;
}

.fa-youtube-play {
    background: #bb0000;
}

.fa-instagram {
    background: #125688;
}

#social-nav li a:hover i.fa-facebook,
#social-nav li a:active i.fa-facebook {
    color: #3b5998;
}

#social-nav li a:hover i.fa-linkedin,
#social-nav li a:active i.fa-linkedin {
    color: #007bb6;
}

#social-nav li a:hover i.fa-twitter,
#social-nav li a:active i.fa-twitter {
    color: #00aced;
}

#social-nav li a:hover i.fa-google-plus,
#social-nav li a:active i.fa-google-plus {
    color: #dd4b39;
}

#social-nav li a:hover i.fa-pinterest-p,
#social-nav li a:active i.fa-pinterest-p {
    color: #db081c;
}

#social-nav li a:hover i.fa-youtube-play,
#social-nav li a:active i.fa-youtube-play {
    color: #bb0000;
}

#social-nav li a:hover i.fa-instagram,
#social-nav li a:active i.fa-instagram {
    color: #125688;
}


/*---END SOCIAL---*/

/*============== FAQ ==============*/

/*============== FAQ ==============*/

.faq a.accordion-toggle {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #000;
}

.faq a.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    /*color:#008A5F;*/
    color: #C0C726;
}

.faq a.accordion-toggle[aria-expanded="true"]:after {
    content: "\f068";
    /*color:#F00;*/
    color: #46522C;
}

@media(min-width:480px) {
    .parallax-effect-text h1 {
        font-size: 60px;
    }
}

@media(min-width:768px) {
    html {
        background: url(https://ps-etouches-com.s3.amazonaws.com/rei/anderson-awards-2016/images/rei-texture-background-large-25.png) no-repeat center top fixed !important;
        background-size: cover !important;
    }

    body {
        padding-top: 0;
    }

    /*  .anderson-logo-bg {
        background-size: auto;
    }*/
    /*---SCROLL UP---*/
    .scrollup {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: fixed;
        bottom: 50px;
        right: 50px;
        display: none;
        text-align: center;
        padding-top: 6px;
        color: #000;
        background-color: #FFF;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        opacity: 0.5;
    }

    .scrollup:hover,
    .scrollup:active {
        opacity: 1;
        color: #666;
        box-shadow: none;
    }

    /*---NAVBAR---*/
    .navbar-default {
        box-shadow: none;
        background: rgba(0, 0, 0, 0.9);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .top-nav-collapse.navbar-default {
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.9);
    }

    .navbar-default .st0 {
        fill: #fff;
    }

    .top-nav-collapse.navbar-default .st0 {
        fill: #fff;
    }

    .navbar-brand {
        height: 70px;
    }

    .navbar-brand svg {
        width: 126.6px;
        height: 60px;
    }

    .navbar-header {
        padding: 15px 0;
    }

    .top-nav-collapse .navbar-header {
        padding: 0;
    }

    .navbar-nav > li > a {
        font-family: 'PlakCom-Black', sans-serif !important;
        font-size: 18px;
        padding-top: 43px;
        padding-bottom: 23px;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        /*padding-top:25px;
		padding-bottom:13px;
		border-bottom:2px solid #000;*/
    }

    .top-nav-collapse .navbar-nav > li > a {
        padding-top: 27px;
        padding-bottom: 18px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active {
        color: rgb(248, 248, 248);
        border-bottom: 5px solid #C0C726;
        /*#DE7C00*/
        /*#000*/
    }

    .navbar-default .navbar-nav > li.active-nav-item > a {
        color: #fff;
        border-bottom: 5px solid #DE7C00;

    }

    .navbar-default .navbar-nav > li.active-nav-item > a:hover,
    .navbar-default .navbar-nav > li.active-nav-item > a:active {
        color: #FFF;
        border-bottom: 5px solid #46522C;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .navbar-nav > li.active-nav-item > a {
        border-bottom: 5px solid #F30;
        background: none;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background: none;
        box-shadow: none;
    }

    /*---NAV COLLAPSED---*/
    .top-nav-collapse.navbar-default .navbar-nav > li > a,
    .top-nav-collapse.navbar-default .navbar-nav > li.active-nav-item > a {
        color: #fff;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .top-nav-collapse.navbar-default .navbar-nav > li.active-nav-item > a:hover,
    .top-nav-collapse.navbar-default .navbar-nav > li.active-nav-item > a:active {
        color: #fff;
        border-bottom: 5px solid #CC0000;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .top-nav-collapse.navbar-default .navbar-nav > li > a:hover,
    .top-nav-collapse.navbar-default .navbar-nav > li > a:active {
        color: #fff;
    }

    .dropdown-menu > li > a:link,
    .dropdown-menu > li > a:visited {
        color: #777;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:active {
        color: #262626;
    }

    .dropdown-menu > .active > a

    /*, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover*/
        {
        background: none;
        text-decoration: underline;
        color: #777;
        background: none;
    }

    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background-color: #e8e8e8;
        background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
        background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
        background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        text-decoration: none;
        color: #262626;
    }

    [class*="-section"] {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .welcome-section {
        /*padding-bottom: 350px;*/
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 30px;
    }

    /*---COLOURED BAR---*/
    .coloured-bar {
        min-height: 88px;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .animated-text h2 {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .animated-text:hover h2 {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }

    .animated-text h2 + h2 {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        display: block;
    }

    .animated-text:hover h2 + h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        /*display:block;*/
    }

    footer {
        text-align: left;
    }

    .parallax-effect-text h3 {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:992px) {
    .parallax-effect-text h1 {
        font-size: 70px;
    }

    /*---ROW GRID COL-MD---*/
    .row.row-grid [class*="col-"] + [class*="col-"] {
        margin-top: 0;
    }

    .row-grid + .row-grid {
        margin-top: 0;
    }

    /*---END ROW GRID---*/
}

@media(min-width:1200px) {
    .row.anderson-section {
        padding-bottom: 0;
    }

    .img-special {
        margin-bottom: -65px;
    }

    .parallax-effect-text h1 {
        font-size: 94px;
    }
}


/* 2017 CUSTOM */

ul.main-list {
    font-size: 18px;
    border: 22px solid #EFEEE2;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.main-list li {
    padding: 10px;
}

ul.main-list span.small-inside-list {
    font-size: 16px;
    display: block;
    padding-top: 10px
}


ul.flight-list {
    list-style-type: decimal;
    padding-left: 20px;
}

ul.flight-list > li {
    padding: 5px;
}

ul.flight-list ul {
    list-style-type: lower-alpha;
    padding: 0 0 0 20px;
}

ul.flight-list ul li {
    padding: 10px 0 0 0;
}


@media (max-width:600px) {
    .parallax-effect-text h1 {
        font-size: 40px
    }
}

@media(max-width:1000px) and (min-width:768px) {

    .navbar-nav > li > a {
        font-size: 15px;
    }

}

.travel-items li {
    padding-bottom: 20px;
}

.top-logo {
    width: auto;
    height: 60px;
    margin-top: 4px;
}

.contact-us {
    text-align: right;
}

@media (max-width:768px) {
    .top-logo {
        height: 45px;
        margin-top: -30x;
        margin-left: 20px;
    }

    .contact-us {
        text-align: inherit;
    }

    .to-do-list {
        margin-left: -41px;
    }

    .to-do-list li {
        list-style-position: inside;
    }
}

.schedule {
    width: 85%;
    margin-bottom: 40px;
}

.schedule td {

    padding: 10px;
    border: 1px solid #222;
}


.schedule td:first-child {

    width: 20%;
}

.schedule td:nth-child(2) {

    width: 50%;
}

@media (max-width:768px) {
    .schedule {
        width: 99%;
    }


}

@media (min-width: 768px) and (max-width: 1200px) {
    .collapse {
        display: none !important;
    }
}

ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    border-radius: 10px;
    border: 2px solid black;
    color: black !important;
    margin-bottom: 10px;


}

ul.sub-menu {
    text-align: center;
}

ul.sub-menu li a {
    color: black !important;
    display: inline-block;
    padding: 10px;
}

ul.sub-menu li a:hover {
    color: white !important;
    background-color: black;
}


ul.sub-menu li .fa {
    margin-right: 10px;
}
