/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography | Normalize 
2.0 Accessibility 
3.0 Alignments  
4.0 Clearings   
5.0 Layout                               
   5.1 Header   
        5.1.1 Search   
        5.1.2 Social   
        5.1.3 Navigation   
        5.1.4 Trend   
   5.2 Footer 
   5.3 Single 
   5.4 Pages
   5.5 Archive ( include Search and Category )
   5.6 404 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography | Normalize
--------------------------------------------------------------*/

    *,
    html,
    body {
        font-family : 'Lato', serif, sans-serif ;
        font-weight : normal;
        font-size   : 15px;
        margin      : 0px;
        padding     : 0px;
        font-size: 16px;
        line-height: 18px;
        position: relative;
    }


    h1,h2,h3,h4,h5,h6{
        overflow-y: hidden;
    }
    head,script{
        display: none!important; /* Override google chrome default User Agent*/
    }

    h1{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 21px;
        -webkit-margin-before: 5px;      /* Override google chrome default User Agent*/
        -webkit-margin-after: 10px;     /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px;      /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px;      /* Override google chrome default User Agent*/
    }
    h2{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 38px;
        font-weight: bold;
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
    }
    h3{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 34px;
        font-weight: bold;
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
    }
    h4{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 32px;
        font-weight: bold;        
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
    }
    h5{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
        font-weight: bold;        
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
    }

    h6{
        font-family: Lato, 'Times New Roman', Times, serif;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 16px;
        font-weight: bold;       
        line-height: 20px;
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 16px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/ 
    }

    p{
        margin: 10px 0 5px;
        -webkit-margin-before: 10px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 5px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
    }

    iframe{
        max-width:100%;
        /* height: 100%; */
    }

    strong, b {
        font-weight: bold; /* Override google chrome default User Agent*/
    }

    i, 
    cite, 
    em, 
    var, 
    address, 
    dfn {
        font-style: italic; /* Override google chrome default User Agent*/
    }


    article, 
    aside, 
    footer,
    header, 
    nav, 
    section,
    figcaption, 
    figure, 
    main {
            display: block;
    }

    ul, menu, dir {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 15px; /* Override google chrome default User Agent*/
        -webkit-margin-after: 15px; /* Override google chrome default User Agent*/
        -webkit-margin-start: 0px; /* Override google chrome default User Agent*/
        -webkit-margin-end: 0px; /* Override google chrome default User Agent*/
        -webkit-padding-start: 40px; /* Override google chrome default User Agent*/
    }

    a:-webkit-any-link {
        color: #000; /* Override google chrome default User Agent*/
        cursor: pointer; /* Override google chrome default User Agent*/
        text-decoration: none; /* Override google chrome default User Agent*/
    }

    a:active,
    a:hover {
        outline-width: 0;
        color:#0466b0;
        text-decoration: none;
    }

    small{
        font-size: 80%; /* Override google chrome default User Agent*/
    }

    img {
        border-style: none;
    }



    input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
        padding: 1px 6px;
    }

    input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
        align-items: flex-start;
        text-align: center;
        cursor: default;
        color: #000;
        background-color: buttonface;
        box-sizing: border-box;
        padding: 2px 8px 2px;
        border-width: 2px;
        border-style: outset;
        border-image: initial;
    }

    input, textarea, select, button {
        text-rendering: auto;
        letter-spacing: normal;
        word-spacing: normal;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: left;
        margin: 0em;
        font: 400 14px Lato;
    }

    input, textarea, select, button, meter, progress {
        -webkit-writing-mode: unset;
    }

    button {
        -webkit-appearance: button;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    textarea {
        overflow: auto;
    }
    
    [type="checkbox"],
    [type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
    
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }
    
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }
    
    details,
    menu {
        display: block;
    }

    blockquote{
        float: left;
    }
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

    /* Text meant only for screen readers. */

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

    .clear:before,
    .clear:after,
    .entry-content:before,
    .entry-content:after,
    .entry-footer:before,
    .entry-footer:after,
    .comment-content:before,
    .comment-content:after,
    .site-header:before,
    .site-header:after,
    .site-content:before,
    .site-content:after,
    .site-footer:before,
    .site-footer:after,
    .nav-links:before,
    .nav-links:after,
    .pagination:before,
    .pagination:after,
    .comment-author:before,
    .comment-author:after,
    .widget-area:before,
    .widget-area:after,
    .widget:before,
    .widget:after,
    .comment-meta:before,
    .comment-meta:after {
        content: "";
        display: table;
        table-layout: fixed;
    }

    .clear:after,
    .entry-content:after,
    .entry-footer:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after,
    .nav-links:after,
    .pagination:after,
    .comment-author:after,
    .widget-area:after,
    .widget:after,
    .comment-meta:after {
        clear: both;
    }

/*--------------------------------------------------------------
5.0 Layout     
--------------------------------------------------------------*/
    .container,
    .nopadding{
        padding:0px!important;
    }
    .row{
        float: left;
        width: 100%;
        margin: 0px;
    }
    
    .dataHome{
        text-align: right;
        float: right;
        font-size: 12px;
        color: #777!important;
    }
    
    i.share{
        width: 17px;
        height: 16px;
        background: url(../img/sprite.png) no-repeat 0 0;
        background-size: 200px;
        background-position-x: -182px;
        background-position-y: -61px;
        float: right;
    }

    .hiddenShare{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 9999;
        background: black;
    }
    
    #navigation{
        float: left;
        width: 100%;
        padding: 0px 15px;
    }

    .prev.alignleft{
        float: left;
        width: 50%;
        margin: 0px;
        font-size: 14px;
    }

    .next.alignright{
        float: left;
        width: 50%;
        margin: 0px;
        text-align: right;
    }
    
    .prev.alignleft a,
    .next.alignright a{
        font-size: 14px;        
    }    
    /*--------------------------------------------------------------
    5.1.1 Search
    --------------------------------------------------------------*/
        nav{
            height:65px;
        }

        .navbar-collapse{
            position: fixed;
            left: 15px;
            right: 15px;
        }

        .navbar .container{
            padding: 0px 15px!important;
        }

        .navbar-brand {
            float: left;
            height: 50px;
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px;
            overflow: hidden;
        }

        .navbar-brand>img {
            width: 96px;
            height: auto;
        }

        .navbar-default .navbar-toggle{
            border-color: transparent;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #f8f8f8;
        }

        .navbar-toggle {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        
        #mynavbar{
            position: fixed;
            top: 0;
            left: -100%;
            bottom: 0;
            background: #00000047;
            z-index: 999999999;
            width: 100%;
            transition: all .4s ease;
        }

        #navbarContainer{
            position: absolute;
            left: 0;
            bottom: 0;
            top: 0;
            background: #0d0d0d;
            width: 80%;
        }

        #submenu-province,
        #menu,
        #menu-categorie{
            margin:0px;
            padding: 0px 20px 0px 20px;
        }
        #submenu-province,
        #menu-categorie {
            margin-top:10px;
            list-style-type: none;
        }
        #submenu-province li a,
        #menu li a,
        #menu-categorie li a {
            width: 100%;
            float: left;
            padding: 5px 2px;
            border-bottom: 1px solid #c3c3c3;
            color: white!important;
            font-size: 14px;
        }

        #closeMenu{
            position: absolute;
            top: 0px;
            right: 0;
            color: white;
            padding: 10px;
            background: #c21720;
        }
            /*--------------------------------------------------------------
            5.1.1 Search
            --------------------------------------------------------------*/

            #search{
                margin: 20px 0px 20px 10px;
                float: right;
                padding: 4px 0px;
                color: white;
                width: 15px;
            }

            #search_block_top {
                visibility: visible;
                position: fixed;
                left: 0;
                width: 100%;
                background: #FFFFFF;
                border-bottom: 1px solid #222;
                height: 0;
                opacity: 0;
                filter: alpha(opacity=0);
                overflow: hidden;
                top: -100px;
                -webkit-transition: all 0.35s ease-out 0s;
                transition: all 0.35s ease-out 0s;
                z-index: 9999;
                margin: 0;
            }

            #search_block_top.open {
                opacity: 1;
                filter: alpha(opacity=100);
                visibility: visible;
                height: 90px;
                top: 0;
            }

            #searchbox {
                width: 100%;
                margin: 0 auto;
            }

            form#searchbox input.search_query {
                float: left;
                text-align: center;
                border: none;
                font-size: 18px;
                height: 90px;
                box-shadow: none;
                width: 80%;
            }

            form#searchbox .btn {
                float: left;
                background: none;
                border: none;
                margin-left: 0;
                font-size: 30px;
                color: #dadada;
                outline: none;
                margin-top: 28px;
            }

            .button-close {
                color: #858585;
                font-size: 20px;
                top: 10px;
                right: 20px;
                position: absolute;
                font-size: 16px;
                cursor: pointer;
            }

            .btn .fa.fa-search{
                font-size: 20px;
            }

/*--------------------------------------------------------------
5.2 Footer
--------------------------------------------------------------*/

    footer {
        background-color: #c00;;
        width: 100%;
        float: left;
        color: #ffffff!important;
        text-align: center;
        font-size: 10px;
        padding: 15px;
        margin-top: 20px;
    }

    #blog {
        font-weight: bold;
        font-size: 16px;
        font-family: Lato;
        color: #ffffff!important;
        line-height: 20px;
    }
    
    #sicilia {
        color: #0099CC!important;
        font-weight: bold;
        font-size: 16px;
        font-family: Lato;
        line-height: 20px;
    }

    footer a,
    footer .col-xs-12.col-sm-12.col-md-12.col-lg-12{
        color: #ffffff!important;
        font-size: 12px;
        line-height: 150%;
    }


/*--------------------------------------------------------------
5.3 Single
--------------------------------------------------------------*/
.postArticle{
    float: left;
    width:100%;
}

#prePost{
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 0px -8px 6px;
    border-bottom: 1px solid #468ec4;
}

#prePost p{
    float: left;
    margin-bottom: 2px;
}

#prePost .post-category span,
#prePost .post-category span a{
    color: #1872b6!important;
    background:transparent!important;
    font-size: 14px;
    float:left;
}
.singleimg img{
    width: 100%;
    height: auto;
}

.post-title{
    width: 100%;
    margin: 6px 0px 2px 0px;
    font-size: 20px;
    line-height: 110%;
    font-weight: 500;
    float: left;
    font-size: 26px;
}

.clearfix.occhiello-categoria.single.post-relations{
    float: left;
    width: 100%;
}

i#facebook {
    width: 11px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 256px;
    background-position-x: -68px;
    background-position-y: -28px;
    float: left;
}
i#messenger{
    width: 23px;
    height: 23px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 250px;
    background-position-x: -6px;
    background-position-y: -26px;
    float: left;
}

i#twitter {
    width: 24px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 256px;
    background-position-x: -90px;
    background-position-y: -29px;
    float: left;
}

i#google {
    width: 37px;
    height: 25px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 255px;
    background-position-x: -118px;
    background-position-y: -25.7px;
    float: left;	
}

i#pinterest {
    width: 18px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 186px;
    background-position-x: -117px;
    background-position-y: -20px;
    float:left;				
}

i#youtube {
    width: 18px;
    height: 16px;
    background: url(../img/sprite.png) no-repeat 0 0;
    background-size: 150px;
    background-position-x: -112px;
    background-position-y: -13.7px;
    float:left;				
}

i#search {
    background-position-y: -17.2px;
}
.socialboxsingle{
    left: 0;
    bottom: -1px;
    right: 0;
    text-align: center;
}
.socialboxsingle span{
    float: left;
}
.socialshares{
    float: left;
}


.s{padding: 11px!important;}
.t{padding: 8.4px!important;}
.f{padding: 9px!important;}
.u{padding: 6.8px!important;}
.b{padding: 8px!important}

.box-author{
    float: left;
    width: 100%;
    padding: 10px;
}

.box-author{
    float: left;
    width: 100%;
    padding: 0px 10px;
    margin: 0px 0px;
}

.box-author .firma{
    border-bottom: 1px solid;
    font-size: 12px;
    padding: 5px 10px 2px 10px;
}

.post-time{
    float: left;
    padding: 2px 0px 4px 0px;
    width: 100%;
    font-size: 14px;
}

.singleimg{
    float: left;
    width: 100%;
}

.post-content p{
    font-size: 20px;
    line-height: 28px;
    float: left;
    margin-top: 0px;
}

.post-content p b,
.post-content p strong{
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
}

.post-content p a{
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
    color: #337ab7;
}

.comment-box{
    float: left;
    width: 100%;
    background: #000;
    margin-top: 0px;
    margin-bottom: 10px;
}

.comment-box h3 {
    margin: 6px 10px;
}

.comment-box h3 span{
    color: #fff!important;
    font-weight: bold;
}

#facebook-form{
    float: left;
    width: 100%;
}

.firma,
.firma span a{
    font-size: 12px;
}

.titolo.correlati{
    padding: 0px 15px;   
}

.titolo.correlati h6{
    margin-bottom: 6px;
    margin-top: 6px;
}

.whity{
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
    padding: 0 15px;
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.9) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.9) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.9) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.9) 100%);
    background-image: -webkit-gradient(linear,center top,center bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.3) 0,rgb(255,255,255) 86%,rgba(255,255,255,.9) 218%);
    left: 0;
}



.post-occhiello-single{
    font-size: 14px;
    line-height: 100%;
    margin: 0px 0px 6px 10px;
    font-family: Lato;
    text-transform: lowercase;
    color: #666!important;
    text-transform: uppercase;
    float: inherit;
    font-weight: 500;
    line-height: 18px;
}

.post-content h2{
    top: 0!important;
    float: left;
    font-size: 30px;
    margin: 0px!important;
}

.post-content img{
    max-width: 100%;
    height: auto;
}

#prevPost{
		width: 50%;
		float: left;
		position: relative;
		background-color: #f2f2f2;
		padding: 10px;
		height: 120px;
		margin-bottom: 0px;
	}

	#prevPost span{
		text-transform: uppercase;
		font-size: 12px;
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: right;
	}

	#prevPost h3::after{
	    content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        font-size: 80px;
        margin-top: -25px;
        background: url(../img/articolo_precedente.png);
        background-size: 30px;
        width: 30px;
        background-repeat: no-repeat;
        height: 30px;
	}

	#prevPost a{
		float: left;
		width: 100%;
		text-align: left;
	}	
	#prevPost h3{
        float: left;
        width: 100%;
        text-align: right;
        font-size: 16.5px;
        line-height: 110%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 22px 0px 22px 40px;
        text-transform: uppercase;
        max-height: 94px;
        overflow: hidden;
	}

	#nextPost{
		width: 50%;
		float: left;
		position: relative;
		background-color: #f2f2f2;
		padding: 10px;
		height: 120px;
		margin-bottom: 0px;
	}

	#nextPost span{
		text-transform: uppercase;
		font-size: 12px;
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: left;
	}

	#nextPost h3::after{
		right: 0px;
        content: "";
        position: absolute;
        top: 50%;
        font-size: 80px;
        margin-top: -25px;
        background: url(../img/articolo_successivo.png);
        background-size: 30px;
        width: 30px;
        background-repeat: no-repeat;
        height: 30px;
	}
	#nextPost a{
		float: left;
		width: 100%;
		text-align: right;
	}	
	#nextPost h3{
	    float: left;
		width: 100%;
		text-align: left;
		font-size: 16.5px;
		line-height: 110%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 22px 40px 22px 0px;
		text-transform: uppercase;
		max-height: 94px;
		overflow: hidden;
	}

	#nextPost a span,
	#prevPost a span{
		font-size: 14px;
		color: #154da4!important;
		font-weight: bold;
	}

.fa-caret-right,
.fa-caret-left{
    font-size: 30px;
    padding: 10px;
    background: #00000069;
    color: white;
    display: none;
}




/*icons*/

#blogUP{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    color: #000000;
    font-size: 50px;
    width: 42px;
    height: 42px;
    background: white;
    border-radius: 50%;
    padding: 0px;
    line-height: 43px;
    overflow: hidden;
    display: none;
}

#aaa{
    float: right;
    margin: 24px 20px;
    z-index: 99999999;
    color: white;
}
#aaa i{
    font-size: 17px;
}

#speak_button{
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 32px;
    z-index: 99999;
    color: white;
    background: green;
    width: 42px;
    height: 42px;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#gallery-img{position:relative;}
.gal-nav{position: absolute;top: 50%;width: 100%;}



	/*Cookie */
    #cn-notice-text{font-family: Arial, Helvetica, sans-serif;}
    
    .left-side,
    .right-side{
        float: left;
        width: 100%;
    }