/*
Theme Name: Allshine 2014
Theme URI: http://www.allshinetimbercoatings.com.au/
Author: Ron & Kenny
Author URI: http://www.PangasinanPages.com
Description: Allshine Timber Coatings
Beginners Guide:
Version: v1.0
Tags: Responsive, White, Orange, HTML5, CSS3, Slideshow, PangasinanPages
*/
/*------------------RESET -------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,b{
    font-weight:700;
}


/*------------------TYPOGRAPHY -------------------*/
body{
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size:17px;
    color: #444444;
    background-color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:700;
}

a {
    text-decoration: none;
}
pre, code{
    font-family: Courier, monospace;
    font-size: 100%;
}
h1 {
    font-size: 40px;
    line-height: 48px;
}
h2 {
    font-size: 35px;
    line-height: 43px;
}
h3 {
    font-size: 28px;
    line-height: 36px;
}
h4{
    font-size: 23px;
    line-height: 31px;
}
h5{
    font-size: 17px;
    line-height: 25px;
    font-weight:400;
}
h6{
    font-size: 14px;
    line-height: 22px;
    font-weight:400;
}

article p,article ul,article ol,article table,article pre,article code,article blockquote {
    line-height:30px;
}

p{
    margin: 8px 0 16px 0;
}

hr {
    border:0;
    height:1px;
    background-color: #EDEDED;
    margin:2em 0;
}

/* Text meant only for screen readers */
.screen-reader-text{
    position: absolute;
    left: -5000em;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 


/*------------------ STANDARD STYLING -------------------*/

article ul,
article ol {
    margin: 10px 0 20px 20px;
}
article ul {
    list-style:disc;
}

article ol {
    list-style:decimal;
}


#site-header {
    position:relative;
    height:240px;
    border-bottom:#DDDDDD solid 1px;
}

body.home #site-header {
    height:960px;
}

#header-images {
    position:absolute;
    top:0;
    z-index:-1;
    width:100%;
}
    #header-images .banners {
        position:absolute;
        width:100%;
        height:960px;
        background-repeat:no-repeat;
        background-position:center center;
    }
    #banner-1 {
        background-image:url('images/banner-1.jpg');
    }
    #banner-2 {
        background-image:url('images/banner-2.jpg');
    }
    #banner-3 {
        background-image:url('images/banner-3.jpg');
    }
    #banner-4 {
        background-image:url('images/banner-4.jpg');
    }


/*main menu*/
#main-nav {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background-color:#222222;
}
.main-menu {
    text-align:right;
}
    .main-menu  ul li{
        display:inline-block;
    }
    
    .main-menu  ul li a {
        color:#868686;
        font-size:13px;
        font-weight:500;
        text-transform:uppercase;
        line-height:60px;
        display:inline-block;
        padding:0 16px;
    }
    
    .main-menu  ul li a:hover {
        color:#FF7F00;
        border-bottom:#FF7F00 solid 5px;
    }
    
    .main-menu  ul li.current-menu-item a {
        color:#FFFFFF;
        background-color:#FF7F00;
        padding-bottom:10px;
    }
    .main-menu  ul li.current-menu-item a:hover {
        border-bottom:none;
        color:#FFFFFF;
    }

#site-brand {
    background-color:#FFF;
    background:rgba(255,255,255, 0.9);
    position:absolute;
    top:60px;
    width:100%;
    height:180px;
}
    #site-brand > .wrapper {
        position:relative;
        height:180px;        
    }
    #site-logo,
    #site-description {
        position:absolute;
    }
    
    #site-logo {
        left:0;
        top:40px;
    }
    
    #site-description {
        right: 0;
        top:60px;
        width:534px;
        text-align:center;
        line-height:26px;
    }
    
#jumbotron {
    text-align:center;
    position:absolute;
    top:418px;
    width:100%;
    color:#FFF;
}

    #jumbotron > header {
        font-size:70px;
        font-weight:700;
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    }
    #jumbotron > p {
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    }
    #jumbotron span,
    span.btn {
        color:#FFF;
        display:inline-block;
        font-family: 'Cabin', serif;
        font-size:20px;
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
        line-height: 70px;
        background-color:#FF7F00;
        text-align:center;
        width:200px;
        margin-bottom:10px;
    }
    
#header-image-description {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:160px;
    background-color:#FF7F00;
    /*background:rgba(255,255,255, 0.9);*/
    text-align:center;    
}
    #header-image-description span {
        padding-top:32px;
        display:inline-block;
        font-size:35px;
        font-weight:700;
        color:#FFFFFF;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
        line-height:44px;
    }
    
    
#site-main {
    padding-top:50px;
}
    
article {
    margin-bottom: 60px;
}
    body.archive article {
        border-bottom:1px solid #DDD;
    }
    body.archive article:last-child {
        border-bottom:none;
    }
    article header {
        padding-bottom:20px;
    }
    article header h2,
    article header h4,
    article .header {
        color: #FF7F00;
        font-family: 'Cabin', serif;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    body.page article header,
    body.page article .header,
    body.archive article header,
    body.archive article .header {
        padding:0 120px;
        text-align:center;
        margin-bottom:40px;
    }
    body.home article header,
    body.home article .header {
        text-align:left;
        padding:0;
    }
    
    article header h2 small {
        display:block;
        font-family: 'Raleway', sans-serif;
        font-size:17px;
        color: #444444;
        text-shadow:none;
        font-weight:400;
    }
    
    article .featured {
        float:left;
        width:565px;
        margin-right: 50px;
    }
        article .featured img,
        article .featured iframe{
            width:100%;
        }
        article .featured iframe{
            height:400px;
        }
    article p {
        margin-bottom:22px;
    }
    
    article table {
        width:100%;
    } 
    
    article blockquote {
        padding: 10px 120px;
        background: url('images/quote-left.jpg') no-repeat top left, url('images/quote-right.jpg') no-repeat top right;
    }
        article blockquote p {
            margin:0 0 20px 230px;
            line-height: 25px;
        }    
        article blockquote .testi-from {
            width:195px;
            float:left;
            border-right:1px solid #DDDDDD;
        }
        article blockquote .testi-from-logo {
            border-bottom:1px solid #DDDDDD;
            padding-bottom:22px;
        }
        article blockquote .testi-from-info {
            text-align:center;
            padding:22px 10px 16px 0;
        }
        article blockquote .testi-from-info p {
            font-size:15px;
            line-height: 20px;
            margin:0;
        }
    

.check-list {
    padding:10px;
    color:#FF7F00;
}
    .check-list li {
        list-style: url('images/check-list.png');
        list-style-position:outside;
        padding:10px;
        margin-right:70px;
        float:left;
    }
    .check-list li:last-child {
        margin-right:0;
    }
    .check-list.twos-col li {
        width: 49%;
        margin-right:2%;
    }
    .check-list.threes-col li {
        width: 32%;
        margin-right:2%;
    }
    .check-list.fives-col li {
        width: 18.4%;
        margin-right:2%;
    }
    
    .check-list li:last-child,
    .check-list.twos-col li:nth-child(even),
    .check-list.threes-col li:nth-child(3n+3),
    .check-list.fives-col li:nth-child(5n+5) {
        margin-right:0;
    }

#home-portfolio {
    margin-bottom:60px;
    display:table;
    width:100%;
}
    #home-portfolio ul {
        display:table-row;
    }
    #home-portfolio ul li {
        display:table-cell;
    }
    #home-portfolio ul li:nth-child(4):after {
        content:"";
        display:table-row;
    }
        #home-portfolio ul li img {
            display:block;
            width:100%;
        }
            
#testimonials,
#call-us {
    background-color: #FF7F00;
    text-align:center;
}
#call-us {
    margin-bottom:80px;
}
    #call-us h2 {
        color:#FFFFFF;
        padding:50px 70px;
        letter-spacing:1px;
        font-size:37px;
        line-height:51px;
        text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    }
    
#testimonials {
    height:310px;    
    margin-bottom:130px;
}
    #testimonials .wrapper {
        padding:56px 120px;
        height:310px;    
        position:relative;
    }
    #testimonials .testimonial-slide p {
        font-size:37px;
        line-height: 46px;
        color:#fff;
        font-weight:bold;
        text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1);
        margin:0 0 30px;
    }
    #testimonials .quotes {
        position:absolute;
    } 
    #testimonials .quotes.quote-left {
        top:64px;
        left:4px;
    } 
    #testimonials .quotes.quote-right {
        top:78px;
        right:4px;
    }
    
#testimonials-slide-balls {
    position:absolute;
    left:0;
    bottom: -26px;
    width:100%;
}
    #testimonials-slide-balls .slide-ball {
        display:inline-block;
        width:10px;
        height:10px;
        background-image:url('images/slide-balls.png');
    }
    #testimonials-slide-balls .slide-ball.current {
        background-position:-20px 0;
    }

#footer-widgets {
    margin-bottom:20px;
}
    #footer-widgets > section {
        font-size:15px;
        line-height: 30px;
        width:302px;
        font-family:'Cabin', serif;
        font-weight:400;
    }
    #footer-widgets > section:first-child {
        float:left;
    }
    #footer-widgets > section:nth-child(2) {
        text-align:right;
        float:right;
    }
    #footer-widgets > section:last-child {
        text-align:center;
        margin:0 auto;
    }
        #footer-widgets > section h4 {
            font-size:19px;
            text-transform:uppercase;
            margin-bottom:20px;
            font-family:'Raleway', serif;
        }
        #foot-about .readmore {
            text-align:right;
        }
        #foot-links a,
        #foot-about .readmore a {
            color: #444444;
            display:inline-block;
            padding:0 8px;
        }
        #foot-about .readmore a {
            color:#FF7F00;
        }
        #foot-links a:hover,
        #foot-about .readmore a:hover {
            color: #FFFFFF;
            background-color:#FF7F00;
        }
#foot-links .cf > div {
    float:left;
    width:50%;
}
    #foot-links .cf > div:first-child {
        text-align:left;
    }

#back-to-top {
    border-top: 1px solid #DDDDDD;
    text-align:center;
    margin-bottom:50px;
}

#copyright {
    font-size: 13px; 
    margin-bottom:70px;
    font-family:'Cabin', serif;   
}
    #copyright > div {
        float:left;
    }
    
    #copyright > section {
        float:right;
    }
        #copyright > section img {
            vertical-align: middle;
            display:inline-block;
            margin-left:14px;
        }



/* self-clear floats - if you need them, this is my (current) favourite technique. More info: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after,
#copyright:before,
#copyright:after,
article:after,
.check-list:before,
.check-list:after,
article blockquote:after {
    content:"";
    display:table;
}

.cf:after,
#copyright:after,
article:after,
.check-list:after,
article blockquote:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf,
#copyright,
article,
.check-list,
article blockquote {
    zoom:1;
}

.text-orange {
    color:#FF7F00;
}

.contact-form {
    width:400px;
    margin:0 auto;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button {
    width:100%;
    text-align:center;
    font-family:'Raleway', serif;
}

.contact-form input.txt-input,
.contact-form textarea {
    font-size: 15px;
    line-height: 23px;
    padding:12px;
    color:#444444;
    border:1px solid #DDDDDD;
}
.contact-form input.txt-input:active,
.contact-form textarea:active,
.contact-form input.txt-input:focus,
.contact-form textarea:focus {
    color:#FF7F00;
    border-color:#FF7F00;
}

.contact-map {    
}
.contact-map iframe {
    width:800px;
    height:400px;
    float:left;
}
.contact-map p {
    margin-left:840px;
}

a.btn,
button,
input[type="button"],
input[type="submit"] {
    text-indent:0;
    background-color:#FF7F00;
    border:1px solid #FF7F00;
    color:#FFF;
    display:inline-block;
    font-size:20px;
    text-transform:uppercase;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    line-height: 28px;
    padding:20px 38px;
    cursor: pointer;
}
a.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
    margin-top:-1px;
}
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color:transparent;
    border-color:#FF7F00;
    color:#FF7F00;
}

.hidden {
    display:none;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/*------------------ RESPONSIVE -------------------*/

@media (min-width: 1201px) {
   .wrapper,
   #site-main {
       width:1200px;
       margin:0 auto;
   }
}

@media (min-width: 920px) and (max-width:1200px) {
   .wrapper,
   #site-main {
       margin-left:8px;
       margin-right:8px;
   }
}

@media (min-width: 768px) and (max-width:920px) {
   .wrapper,
   #site-main {
       margin-left:4px;
       margin-right:4px;
   }
   
   #site-description {
       width:350px;
       top:40px;
   }
   #footer-widgets > section {
        width:33%;
    }
}

@media (max-width: 768px) {
   body {
       font-size:14px;
   }
   h1 {
        font-size: 25px;
        line-height: 33px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4{
        font-size: 16px;
        line-height: 24px;
    }
    h5{
        font-size: 14px;
        line-height: 22px;
    }
    h6{
        font-size: 12px;
        line-height: 20px;
    }
   
   article p,article ul,article ol,article table,article pre,article code,article blockquote {
        line-height:20px;
    }
   .wrapper,
   #site-main {
       margin-left:4px;
       margin-right:4px;
   }
   
   #site-logo,
   #site-description {
        position:static;
   }
   
   #site-logo,   
   #site-description {
       width:100%;
   }
   
   #site-logo {
       text-align:center;
       padding-top: 18px;
   }
   
   .main-menu {
        text-align:center;
    }
       .main-menu  ul li a {
            font-size:11px;
            padding:4px;
        }
        
        .main-menu  ul li a:hover {
            color:#FF7F00;
            border-bottom:none;
        }
        
        .main-menu  ul li.current a {
            color:#FF7F00;
            padding-bottom:0;
            background:transparent;
        }
    
    #header-image-description span {
        padding-top:20px;
        font-size:26px;
        line-height:36px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    }
    
    article {
        margin-bottom: 30px;
    }
        body.page article header,
        article .header {
            padding:0;
            margin:0 0 10px;
        }
        body.page article header h2,
        body.page article .header {
            padding:0;
            margin:0;
        }
        body.page article header h2 small {
            font-size:14px;
        }
        article .featured {
            float:none;
            width:100%;
            margin-bottom:20px;
        }
        article .featured iframe{
            height:300px;
        }
        article p {
            margin-bottom:22px;
        } 
    
        .check-list li {
            float:none;
        }
        .check-list.twos-col li,
        .check-list.threes-col li,
        .check-list.fives-col li {
            width: 100%;
            margin-right:0;
        }
        
        article blockquote {
            background:none;
            padding:0;
        }
    
    #call-us {
        margin-bottom:30px;
    }
    #call-us h2 {
        font-size:18px;
        line-height:26px;
        padding:20px;
    }
    #testimonials {
        margin-bottom:60px;
        height:200px;
    }    
    #testimonials .wrapper {
        padding:20px 0 0;
        height:200px;
    }
        #testimonials .testimonial-slide p {
            font-size:20px;
            line-height: 26px;
            margin:0 0 30px;
        }
        #testimonials .quotes {
            display:none;
        } 
        
    #testimonials-slide-balls {
        position:absolute;
        left:0;
        bottom: -26px;
        width:100%;
    }
        #testimonials-slide-balls .slide-ball {
            display:inline-block;
            width:10px;
            height:10px;
            background-image:url('images/slide-balls.png');
        }
        #testimonials-slide-balls .slide-ball.current {
            background-position:-20px 0;
        }
    
    
    #footer-widgets > section {
        width:100%;
    }
    #footer-widgets > section:first-child {
        float:none;
    }
    #footer-widgets > section:nth-child(2) {
        text-align:left;
        float:none;
        margin-bottom:10px;
    }
    #footer-widgets > section:last-child {
        text-align:left;
        margin:0;
        margin-bottom:10px;
    }
        #footer-widgets > section h4 {
            font-size:17px;
            text-transform:uppercase;
            margin-bottom:6px;
            font-family:'Raleway', serif;
        }
           
    #foot-links .cf > div {
        float:left;
        width:50%;
    }
        #foot-links .cf > div:last-child {
            text-align:right;
        }
    
    #back-to-top {
        margin-bottom:20px;
    }
        #back-to-top .backtotop {
            display:block;
            width:40px;
            margin:0 auto;
        }
        #back-to-top .backtotop img {
            width:100%;
        }
    
    #copyright {
        margin-bottom:20px;
        text-align:center;   
    }
        #copyright > div,        
        #copyright > section {
            float:none;
        }
        
        #copyright > div {
            margin-bottom: 30px;
        }    
        
        
    .contact-map iframe {
        width:100%;
        height:400px;
        float:none;
    }
    .contact-map p {
        margin-left:0;
    }        
}

@media (max-width: 479px) {
   
   body {
       font-size:14px;
   }
   h1 {
        font-size: 25px;
        line-height: 33px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4{
        font-size: 16px;
        line-height: 24px;
    }
    h5{
        font-size: 14px;
        line-height: 22px;
    }
    h6{
        font-size: 12px;
        line-height: 20px;
    }
   
   article p,article ul,article ol,article table,article pre,article code,article blockquote {
        line-height:22px;
    }
   .wrapper,
   #site-main {
       margin-left:4px;
       margin-right:4px;
   }
   
   #site-header {
       height:auto;
   }
   
   #site-logo,
   #site-description {
        position:static;
   }
   
   #site-logo,   
   #site-description {
       width:100%;
   }
   
   #site-logo {
       text-align:center;
       padding-top: 18px;
   }
   .main-menu {
        text-align:center;
    }
       .main-menu  ul li a {
            font-size:11px;
            padding:4px;
        }
        
        .main-menu  ul li a:hover {
            color:#FF7F00;
            border-bottom:none;
        }
        
        .main-menu  ul li.current a {
            color:#FF7F00;
            padding-bottom:0;
            background:transparent;
        }
   
   #jumbotron > header {
        font-size:40px;
    }
    
   #header-image-description {
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        height:auto;
        background-color:#FF7F00;
        /*background:rgba(255,255,255, 0.9);*/
        text-align:center;    
    }
        #header-image-description span {
            padding:10px;
            font-size:18px;
            line-height:24px;
        }
    
    article {
        margin-bottom: 30px;
    }
        body.page article header,
        article .header {
            padding:0;
            margin:0 0 10px;
        }
        body.page article header,
        body.page article .header,
        body.archive article header,
        body.archive article .header {
            padding:0;
            margin:0;
        }
        body.page article header,
    body.page article .header,
    body.archive article header,
    body.archive article .header
        body.page article header h2 small {
            font-size:14px;
        }
        article .featured {
            float:none;
            width:100%;
            margin-bottom:20px;
        }
        article .featured iframe{
            height:300px;
        }
        article p {
            margin-bottom:22px;
        } 
    
        .check-list li {
            float:none;
        }
        .check-list.twos-col li,
        .check-list.threes-col li,
        .check-list.fives-col li {
            width: 100%;
            margin-right:0;
        }
        
        article blockquote {
            background:none;
            padding:0;
        }
    
    #call-us {
        margin-bottom:30px;
    }
    #call-us h2 {
        font-size:18px;
        line-height:26px;
        padding:20px;
    }
    #testimonials {
        margin-bottom:60px;
        height:200px;
    }    
    #testimonials .wrapper {
        padding:20px 0 0;
        height:200px;
    }
        #testimonials .testimonial-slide p {
            font-size:20px;
            line-height: 26px;
            margin:0 0 30px;
        }
        #testimonials .quotes {
            display:none;
        } 
        
    #testimonials-slide-balls {
        position:absolute;
        left:0;
        bottom: -26px;
        width:100%;
    }
        #testimonials-slide-balls .slide-ball {
            display:inline-block;
            width:10px;
            height:10px;
            background-image:url('images/slide-balls.png');
        }
        #testimonials-slide-balls .slide-ball.current {
            background-position:-20px 0;
        }
    
    
    #footer-widgets > section {
        width:100%;
    }
    #footer-widgets > section:first-child {
        float:none;
    }
    #footer-widgets > section:nth-child(2) {
        text-align:left;
        float:none;
        margin-bottom:10px;
    }
    #footer-widgets > section:last-child {
        text-align:left;
        margin:0;
        margin-bottom:10px;
    }
        #footer-widgets > section h4 {
            font-size:17px;
            text-transform:uppercase;
            margin-bottom:6px;
            font-family:'Raleway', serif;
        }
           
    #foot-links .cf > div {
        float:left;
        width:50%;
    }
        #foot-links .cf > div:last-child {
            text-align:right;
        }
    
    #back-to-top {
        margin-bottom:20px;
    }
        #back-to-top .backtotop {
            display:block;
            width:40px;
            margin:0 auto;
        }
        #back-to-top .backtotop img {
            width:100%;
        }
    
    #copyright {
        margin-bottom:20px;
        text-align:center;   
    }
        #copyright > div,        
        #copyright > section {
            float:none;
        }
        
        #copyright > div {
            margin-bottom: 30px;
        }    
        
        
    .contact-map iframe {
        width:100%;
        height:400px;
        float:none;
    }
    .contact-map p {
        margin-left:0;
    } 
    
   #main-nav,
   #site-brand {
       height:auto;
       position:static;
   }
   .main-menu {
        text-align:left;
    }
        .main-menu  ul li {
            display:block;
        }
       .main-menu  ul li a {
            line-height: 18px;
            display:block;
        }
        
        .main-menu  ul li a:hover {
            color:#FF7F00;
            border-bottom:none;
        }
        
        .main-menu  ul li.current a {
            color:#FF7F00;
            padding-bottom:0;
            background:transparent;
        }
}
@media (max-width: 367px) {
    #site-logo img {
        width:100%;
    }
}
