
/*---------------------------------------------------------------------------------

	Theme Name: Xpixel
	Theme URI: http://www.xpixel.it
	Author: Xpixel
	Author URI: http://www.xpixel.it
	Version: 1.0

-----------------------------------------------------------------------------------
	

    0. Header
    1. Content 								    
    2. Navigation 
    3. Footer
    4. Form
    5. Effects
    6. Media Query

										
-----------------------------------------------------------------------------------*/

/*Gotham*/
@font-face
{
    font-family: 'Gotham';
    src: url('../Fonts/Gotham/MyFonts.eot');
    src: url('../Fonts/Gotham/MyFonts.eot?#iefix') format('embedded-opentype'), url('../Fonts/Gotham/MyFonts.woff') format('woff'), url('../Fonts/Gotham/MyFonts.ttf') format('truetype'), url('../Fonts/Gotham/MyFonts.svg#Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
}



html, body
{
    height: 100%;
}


body
{
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #757575;
    font-family: Gotham;
    font-weight: 300;
}

form
{
    height: 100%; /*safari*/
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100%  - 200px);
    height: -o-calc(100%  - 200px);
    height: calc(100%  - 200px);
}


.overlay
{
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
}

.img-border
{
    border: 1px solid;
    padding: 15px;
    color: #333333;
}



article img
{
    max-width: 80%;
    height: auto;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    background-color: #fff;
    padding: 5px;
    position: relative;
}

/*
article img:after
{
    content: "\f109";
    font: 15px/1 Fonticons;
    color: #FF3300;
    left: 0;
    top: 0;
    text-shadow: 2px 2px #999;
    position: absolute;
}
*/


/*image alignment*/

img.alignnone
{
    margin: 5px;
    display: inline-block;
}

img.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright
{
    float: right;
}
.alignleft
{
    float: left;
}
.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------------*/





/*---------------------------------------------------------------------------------*/
/*	0.	Header
/*---------------------------------------------------------------------------------*/



header
{
    position: relative;
    max-width: 1240px;
    margin: 0px auto 0px auto; /* height: 60px;    background-color: rgba(255, 255, 255, 0.5);     box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12); */
}



/*---------------------------------------------------------------------------------*/
/*	1.	Content
/*---------------------------------------------------------------------------------*/
blockquote
{
    border-left: 1px solid #e2dcd2;
    padding: 0 25px;
    margin-left: 35px;
    border-left-width: 3px;
}

blockquote p
{
    font-style: italic;
    letter-spacing: 0.2px;
}

#main
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto 0 auto; /*Border effect*/
}





.logo
{
    padding-bottom: 50px;
    width: 220px;
    height: 100px; /*background: url('../images/logo/logo.png');*/ /*background-image: url('../images/logo/logo.svg'), none;*/
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
}






.fonticon-xpixel
{
    font-size: 4.5em;
    color: #666666;
}

.fonticon-xpixel:hover
{
    color: #999;
    text-decoration: none;
}

.text-middle
{
    position: relative;
    height: auto;
    margin: auto;
    height: auto;
    color: #666666;
    clear: left;
    text-align: center;
}
.text-middle span
{
    text-align: right;
    display: table;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
}


.text-middle p
{
    padding: 0px; /*line-height:1;*/
    margin: 0px;
    font-weight: 100; /*color: #999999;*/
}

.text-middle h1
{
    font-size: 2.5em;
    font-weight: 100;
    margin-bottom: 0px;
    line-height: 1.2;
}

.text-middle h4
{
    font-weight: 100;
}

/*---------------------------------------------------------------------------------*/
/*	2.	Navigation
/*---------------------------------------------------------------------------------*/

/* icon effect */

/* common */

.header-wrapper
{
    display: block;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: rgba(255, 255, 255, 0.5); /*box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);*/
    border-radius: 4px; /* background-color: rgba(255, 255, 255, 0.5); */ /*  border-width: 5px;     border-color: #F4F4F4;     border-bottom-style: solid;     border-top-style: solid; */
}

.header-wrapper-display-none
{
    border-width: 0px;
    background-color: transparent;
    border-width: 0px;
    display: block;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}


/*NAVBAR TOP*/

#menu
{
    z-index: 2;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0px;
    left: 0;
    top: 0;
    bottom: 0px;
    display: block;
}


/*horizontal*/
.logo-menu-side, .navbar-top
{
    display: none;
}

.navbar-top a
{
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}


.navbar-top.horizontal ul li a:hover
{
    color: #fff;
}


.navbar-top.horizontal a
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar-top.horizontal a:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /*background-image: url('../images/background/grain.png');*/
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.navbar-top.horizontal a:hover:before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.navbar-top.horizontal li
{
    display: inline-block;
    position: relative;
}

.navbar-top.horizontal hr
{
    display: none;
}


.navbar-top.horizontal
{
    text-align: center; /*display:none;*/
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgba(226, 220, 210, 1);
    left: 0;
    right: 0; /*border-radius: 4px;  background-color: rgba(255, 255, 255, 0.5); */
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}
.navbar-top.horizontal ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-top.horizontal a
{
    padding: 10px;
}





.navbar-top.horizontal a[title=Home]
{
    text-indent: -999em;
    padding-right: 30px;
    padding-left: 30px;
}

.navbar-top.horizontal a[title=Home]:before
{
    content: "\f102";
    font: 400 25px/1.5 Fonticons;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-indent: 0;
    -webkit-transform: none; /* Safari and Chrome */
    -moz-transform: none; /* Firefox */
    -ms-transform: none; /* IE 9 */
    -o-transform: none; /* Opera */
    transform: none;
}

/*
.navbar-top.horizontal a[title=Sitemap]
{
    text-indent: -999em;
    padding-right: 30px;
    padding-left: 30px;
}

.navbar-top.horizontal a[title=Sitemap]:before
{
    content: "\f325";
    font: 400 25px/1.5 Fonticons;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-indent: 0;
    -webkit-transform: none; /* Safari and Chrome */
/*-moz-transform: none; /* Firefox */
/* -ms-transform: none; /* IE 9 */
/* -o-transform: none; /* Opera */
/* transform: none;
}
*/
.navbar-top.horizontal a.activelink, .navbar-top.horizontal a:link, .navbar-top.horizontal a:visited
{
    text-decoration: none;
    color: #333333; /*margin-right: 5px;*/
    display: inline-block;
}


.navbar-top.horizontal a.activelink
{
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.navbar-top.horizontal ul li ul
{
    z-index: 0; /*text-align:center;*/
}

/*horizontal fixed*/

.navbar-top.fixed
{
    text-align: center; /*display:none;*/
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background: #E2DCD2; /*background: #914E3B;*/ /*background-image: url('../images/background/grain.png');*/
    left: 0;
    right: 0; /*border-radius: 4px;  background-color: rgba(255, 255, 255, 0.5); */
    background-image: url('../images/logo/logo-white.svg'), none;
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 100px; /*box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);*/
}



/*horizontal submenu*/
.navbar-top-submenu
{
    top: 45px;
    position: absolute;
    background: #e2dcd2; /*border-radius: .2em;*/
    text-align: left; /* box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12); /*box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.1);*/
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
    display: none;
}
.navbar-top.horizontal ul li:hover > ul
{
    display: block;
}

.navbar-top.horizontal ul li ul hr
{
    padding: 0px;
    margin: 0px;
    display: block;
    border-top: 1px solid;
    border-top-color: #CEC4B0;
    border-bottom: 1px solid;
    border-bottom-color: #EFECE7;
}
.navbar-top.horizontal ul li ul hr:last-child
{
    display: none;
}


.navbar-top.horizontal ul li ul li a
{
    /*padding: 5px 10px 5px 10px;*/ /*-webkit-transform: none; /* Safari and Chrome */ /*-moz-transform: none; /* Firefox */ /*-ms-transform: none; /* IE 9 */ /*-o-transform: none; /* Opera */ /*transform: none;*/
    color: #333; /*      padding:0;      margin:0;*/
    text-transform: none;
}

.navbar-top.horizontal ul li ul li a:hover, .navbar-top.fixed.horizontal ul li ul li a:hover
{
}

.navbar-top-submenu li
{
    white-space: nowrap;
}





/*END NAVBAR TOP*/

/*NAVBAR MIDDLE*/
.ch-grid
{
    margin: 0px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
}


.ch-item-responsive
{
    width: 33.33%;
    clear: inherit;
    float: left;
}

.ch-grid li
{
    margin: 15px;
    width: 190px;
    height: 190px;
    display: inline-block;
}

/* style */

.ch-item
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-image-content
{
    padding-right: 190px;
    display: block;
}

.ch-image
{
    border-radius: 50%;
    position: absolute;
    cursor: default;
    border-radius: 50%;
    width: 190px;
    height: 190px;
}



.ch-info
{
    position: absolute;
    background: rgba(0,0,0, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ch-info-h3
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}


.ch-info-a
{
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    text-decoration: none;
    line-height: 55px;
    font-weight: bold;
}
.ch-info-a:hover
{
    text-decoration: none;
    color: #0073aa;
}

div.ch-info h1, div.ch-info h2, div.ch-info h3
{
    border-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1em;
    color: #FFFFFF;
}


.ch-info div
{
    color: #fff;
    padding: 10px 5px; /*font-style: italic;*/
    margin: 0 15px 0 15px;
    font-size: 0.9em;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}

.ch-info div a
{
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding-top: 4px;
    text-decoration: none;
}
.ch-info p
{
    padding: 0px;
    margin: 0px;
}
.ch-info div a:hover
{
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover
{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info div
{
    opacity: 1;
}

/*END NAVBAR MIDDLE*/


.info-wrapper
{
    max-width: 1240px;
    margin: 0px auto;
}

.fonticon-menu-large
{
    /*font-size: 4.5em;*/
    color: #666666;
}

.fonticon-menu-large:hover
{
    color: #999;
    text-decoration: none;
}

#menuButton
{
    display: none;
}

#menuButton a:hover, #menuButton a:hover, #menuButton a:link, #menuButton a:visited
{
    text-decoration: none;
}




/*Navbar vertical*/


.activelink-vertical
{
    background-color: #1B252F;
}


.navbar-top.vertical hr
{
    border-top: 1px solid;
    border-top-color: #161F27;
    border-bottom: 1px solid;
    border-bottom-color: #3A4E63;
}

.navbar-top.vertical
{
    float: left;
    clear: right; /*     background-color: #000000;     opacity: 0.8; */
    background-image: url(../images/background/overlay.svg); /* w3c */
    background-color: #273443;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 1px 2px 6px #333333;
    box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 6px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 10px 5px 0px rgba(0,0,0,0.75);
    height: 100%;
    bottom: 0;
}



.navbar-top.vertical a, .navbar-top.vertical a:link, .navbar-top.vertical a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 10px 15px 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.navbar-top.vertical ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-top.vertical li:first-child
{
}

.navbar-top.vertical li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.navbar-top.vertical a
{
    padding: 3px 15px 3px 15px;
    text-decoration: none;
    display: block; /* text-transform: uppercase;*/
}

.navbar-top.vertical a:hover, .navbar-top.vertical .activelink a, .navbar-top.vertical a.activelink
{
}



.navbar-top.vertical
{
    overflow-x: hidden;
    overflow-y: visible;
}






/* Middle -------------------------------------------------------------------------*/

/*Video YouTube Responsive*/
/*
h1, h2, h3, h4
{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #202124;
    font-family: "Google Sans" ,Arial,sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
*/

.video-wrapper
{
    /*/display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}


.video-container-center {
    width: 100%;
    max-width: 560px;
    margin:auto;
}

.video-container {
    width: 100%;
    max-width: 560px;
}

.text-container
{
    min-width: 40%;
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
    vertical-align: middle;
}



.text-container h2
{
    font-size: 40px;
    letter-spacing: -.5px;
    line-height: 52px;
    margin: 20px 0;
    text-align: left;
}

#navbarMiddleContent
{
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}
#navbarMiddleContentPage
{
    padding: 0px 5% 5% 5%;
    max-width: 95%;
    margin: auto;
    text-align: left;
}

.title
{
}




.description div, .description h1, .description h2, .description h3, .description h4
{
    margin: 0;
    padding: 0;
}

.navbarMiddle .content
{
    text-align: left;
}


.navbarMiddle, .navbarMiddle ul, .navbarMiddle li .navbarMiddle a
{
    list-style: none;
}
.navbarMiddle ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbarMiddle li
{
    float: left;
    width: 28%;
    font-weight: lighter;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbarMiddle li:last-child
{
    margin-right: 0%;
}



/*link content*/
.navbarMiddle a
{
    color: #0096dd;
    text-decoration: none;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}

a:active, a:focus, a:hover
{
    color: #0073aa;
    text-decoration: underline;
}


.navbarMiddle a.activelink
{
    color: #0073aa;
}

/*link content end*/

.navbarMiddle input
{
    margin-bottom: 20px;
}




/* Sitemap -------------------------------------------------------------------------*/



.navbarSitemap
{
    background-color: #FFFFFF;
    min-width: 100%;
    text-transform: uppercase;
}
#navbarSitemapContent
{
    margin: 0% 5% 0% 5%;
}



.navbarSitemap ul
{
    padding: 0px;
    float: left;
    min-width: 20%;
    height: 100%;
    font-weight: lighter;
    text-align: left;
    margin-right: 5%;
}

.navbarSitemap li
{
    margin: 10px;
    font-weight: lighter;
}

.navbarSitemap a, .navbarSitemap a:link, .navbarSitemap a:visited
{
    text-decoration: none;
    color: #0096dd; /*font-weight: lighter;*/
    position: relative;
}
.navbarSitemap a:hover
{
    color: #047D99;
    text-decoration: underline;
}
/*
.navbarSitemap li:first-child
{
    list-style: none;
}
*/
.navbarSitemap h3:before
{
    padding-right: 10px;
    content: "\f325";
    font: 400 20px/1 Fonticons;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CCCCCC;
}


/* Middle Resize ------------------------------------------------------------------*/
.navbarMiddle-page
{
    text-align: center;
}
.navbarMiddle-page a, .navbarMiddle-page a:link, .navbarMiddle-page a:visited
{
    text-decoration: none;
}
.navbarMiddle-page p
{
    color: #666666;
}
.navbarMiddle-page ul
{
    padding: 0px;
    margin: 0px;
}
.navbarMiddle-page ul li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.navbarMiddle-page a, .navbarMiddle-page a:link, .navbarMiddle-page a:visited
{
    text-decoration: none;
    color: #047D99;
    font-weight: lighter;
    position: relative;
}
.navbarMiddle-page a:hover
{
    color: #000000;
}


/*---------------------------------------------------------------------------------*/
/*	3.	Footer
/*---------------------------------------------------------------------------------*/


/* Social and Footer --------------------------------------------------------------*/


footer
{
    float: left;
    min-width: 100%;
    text-transform: lowercase;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #273443;
    background-image: url('../images/background/grain.png');
    position: relative; /*Border effect*/
    border-top: 1px solid;
    border-top-color: #06090B;
    font-size: 0.9em;
}

.footer-opacity
{
    float: left;
    min-width: 100%;
    text-transform: lowercase;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #273443;
    position: relative; /*Border effect*/
    border-top: 1px solid;
    border-top-color: #06090B;
    font-size: 0.9em;
    background: rgb(39, 52, 67); /* fallback color */
    background: rgba(39, 52, 67, 0.8);
}




.footer-wrapper
{
    max-width: 1240px;
    margin: 0px auto;
    text-align: center;
}

.footer-wrapper li a:hover, .hover-underline:hover
{
    /*color: #CCCCCC;*/
    text-decoration: underline;
}
.footer-wrapper a:link
{
    color: #fff;
}
.footer-wrapper a:visited
{
    /*color: #336699;*/
    color: #fff;
}
.footer-wrapper a.activelink
{
    color: #fff;
}
.footer-wrapper ul li, .footer-wrapper ul li a
{
    text-decoration: none;
    list-style: none;
    display: block;
}

.footer-wrapper hr
{
    display: none;
}

.logo-schema-img
{
    max-width: 90px;
}
.schema a:hover, .navbar-footer a:hover
{
    /*color: #CCCCCC;*/
    color: #fff;
}

.schema a
{
    text-decoration: none;
    color: #FFFFFF;
}

.schema, .navbar-footer
{
    float: left;
    list-style: none;
    width: 33.33%;
    margin-bottom: 20px;
    text-align: center;
}



.navbar-footer ul
{
    padding: 0px;
    margin: 0px;
}

.navbar-footer a
{
    line-height: 2em;
}



.footer-line
{
    clear: both;
    border-bottom: 1px solid #364A5E;
    box-shadow: 0px 1px #2a2a2a;
    margin: 20px 0;
}


.footer-info
{
    padding-bottom: 20px;
}

.footer-info ul
{
    padding: 0px; /*margin: 0px;*/
    text-align: center;
}

.footer-info li
{
}


.footer-info ul li
{
    display: inline-block;
    list-style: none;
}


.footer-info a
{
    cursor: pointer;
}

.footer-info i
{
    font-family: 'Myriad';
    font-style: normal;
}


.footer-info a:hover
{
    color: #ccc;
}


.footer-info li a
{
    text-decoration: none;
}

.footer-info a:before
{
    font-size: 1.4em;
    border-radius: 50%;
    background-color: #1F2936;
    list-style: none;
    padding: 10px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-info li a
{
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
}


#map-container
{
    height: 100%;
    position: relative;
    display: none;
}

.map-shadow
{
    width: 100%;
    height: 17px;
    background: transparent url("../images/background/map-shadows.png") repeat-x scroll center top;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


#map
{
    height: 290px;
}
#mapContacts
{
    height: 420px;
    max-width: 600px;
    width: 45%;
    box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 1px 2px 6px #333333;
    -moz-box-shadow: 1px 2px 6px #333333;
}
/*
.map-filter
{
    background-image: url('../images/google/Maps-filter.png');
    background-repeat: no-repeat;
    height: 420px;
    width: 600px;
    z-index: 2000;
    position: absolute;
    right: 100px;
}
*/
.top
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    box-shadow: 1px 2px 6px #333333;
    -webkit-box-shadow: 1px 2px 6px #333333;
    -moz-box-shadow: 1px 2px 6px #333333;
}
.top a
{
    padding: 10px;
    color: #666666;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    float: right;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #666666;
    background-color: #1F1F1F;
}

.top a:hover
{
    border: 1px solid #cccccc;
}


/*---------------------------------------------------------------------------------*/
/*	4.	Form
/*---------------------------------------------------------------------------------*/


/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .cordoglio-table-left td, .cordoglio-table-right td, .cordoglio-table-body td, .cordoglio-table-captcha td
    {
        padding-right: 60px;
    }
}

#txtVerify
{
    max-width: 200px;
}



.modulo td
{
    position: relative;
}

.modulo span:before
{
    content: "\f153";
    font: 400 15px/1 Fonticons;
    padding-right: 5px;
    color: #dd3d36;
}


table
{
    width: 100%;
    text-align: left;
}

table td
{
    padding-bottom: 15px;
}
.inputMsg
{
    height: 200px;
    overflow: hidden;
}


.input, .inputMsg
{
    line-height: normal;
    font-family: 'Myriad';
    padding: .625em 1em;
    text-transform: none;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    font-size: 1em;
    width: 98%; /*safari*/
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100%  - 50px);
    width: -o-calc(100%  - 50px);
    width: calc(100%  - 50px);
}


input:focus, .input:focus, .inputMsg:focus, .inputMsg:hover, .input:hover
{
    background: #DFEAEA;
    color: #414848;
}

.input
{
    width: 60%;
}


.field-td
{
    width: 50%;
}

.response-td
{
}



.response-wrapper
{
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    display: none; /* margin-top: 30px;*/
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.response-wrapper ul
{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.response-text
{
    font-family: "Open Sans" ,sans-serif;
    color: #333333;
    font-size: 80%;
    display: none;
}
.clear
{
    clear: both;
    padding: 0px;
    margin: 0px;
}


.red
{
    border-left: 4px solid #dd3d36;
    left: 1px;
    width: 301px;
}

.green
{
    border-left: 4px solid #7ad03a;
}


.captcha
{
    border: thin solid #666666;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin: 0em 1em 1em 0em;
}


.response-end-wrapper
{
    display: none;
    padding: 20px;
    background-color: #fff; /*display: none; /* margin-top: 30px;*/
    position: fixed;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
    font-size: 1.1em;
}

.validate-response
{
    font-family: 'Myriad';
    color: #FF0000;
    position: absolute;
}


.RequiredFieldValidator
{
    padding: 10px;
    font-family: 'Myriad';
    display: inline-block;
    top: -20px;
    right: -20px;
    position: absolute;
    z-index: 0;
    color: #FFFFFF;
    background-color: #F0F0F0;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    font-size: 0.8em;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}

.RequiredFieldValidator:after
{
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -5px;
    left: 20%;
    border-width: 5px;
    border-style: solid;
    border-color: #F0F0F0;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}


.privacy-validator
{
    top: -30px;
    right: 100px;
}


/*Image background*/

.image-background
{
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

.image-background img
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 0%;
    min-height: 0%;
}



.content-page
{
    margin: auto;
    padding-bottom: 20px;
}



.wrapper-contatti
{
    text-align: center;
}



.page-wrapper
{
    /*position: relative;*/
    width: 1240px; /*min-height: 800px;*/
    max-width: 95%; /*min-height: 800px;*/
    margin: auto;
    font-weight: 400;
    overflow: hidden; /*padding-right:4%;*/
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: #fff;
    border-radius: 10px; /*background-color: rgba(255, 255, 255, 0.5);*/ /*box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.1);*/
}
.page-wrapper i
{
    font-style: normal;
    cursor: pointer;
}

/*results*/
.wrapper-results
{
    width: 50%;
    padding: 20px;
}

.result-data
{
    font-style: italic;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}

.result-wrap
{
    padding: 20px;
    border: 2px solid #fff;
    background-color: #000000;
    opacity: 0.6;
}
.result-wrap p
{
    text-transform: none;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}


.result-wrap:hover
{
    border-color: #999999;
}


.result-titolo
{
    font-family: 'Myriad';
    font-style: normal;
    font-size: 1.5em;
}

.result-titolo a
{
    text-decoration: none;
    font-weight: 100;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #fff;
}

.result-button a
{
    text-decoration: none;
}

.textNotFound
{
}
.post-container ul
{
    margin-top: 0px;
}


/*---------------------------------------------------------------------------------*/
/*	5.	Effects
/*---------------------------------------------------------------------------------*/


/*shapes*/

.talkbubble
{
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.talkbubble:before
{
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}



.circle
{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.star-five
{
    margin: 50px 0;
    position: relative;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid red;
    border-left: 100px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}
.star-five:before
{
    border-bottom: 80px solid red;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -45px;
    left: -65px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}
.star-five:after
{
    position: absolute;
    display: block;
    color: red;
    top: 3px;
    left: -105px;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid red;
    border-left: 100px solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    content: '';
}


.triangle-with-shadow
{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

/*Button Style*/

.shopping-cart-button
{
    float: left;
    margin-right: 20px;
}



.btn-style
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}
.btn-style span
{
    margin-right: 10px;
    vertical-align: 30%;
}




.btn-style i:before
{
    font-size: 2em;
}


.btn-style strong
{
    letter-spacing: 1px;
    font-size: 22px;
}

.btn-style:hover, .btn-style:focus
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
    background-color: #dfdfdf;
}

.btn-style:active
{
    position: relative;
    top: 1px;
}


.btn-pointer
{
    cursor: pointer;
}


.border-radius
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.border-radius-small
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*Shadows*/

.box-shadow
{
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
}


.shadow-outer
{
    box-shadow: 5px 5px 5px -1px #3A3A3A;
    -webkit-box-shadow: 5px 5px 5px -1px #3A3A3A;
    -moz-box-shadow: 5px 5px 5px -1px #3A3A3A;
    -o-box-shadow: 5px 5px 5px -1px #3A3A3A;
}


.shadow-outer-very-small
{
    box-shadow: 0px 0px 2px 1px #666666;
    -webkit-box-shadow: 0px 0px 2px 1px #666666;
    -moz-box-shadow: 0px 0px 2px 1px #666666;
    -o-box-shadow: 0px 0px 2px 1px #666666;
}



.shadow-outer-small
{
    box-shadow: 5px 5px 5px -1px #7E7E7E;
    -webkit-box-shadow: 5px 5px 5px -1px #7E7E7E;
    -moz-box-shadow: 5px 5px 5px -1px #7E7E7E;
    -o-box-shadow: 5px 5px 5px -1px #7E7E7E;
}

.shadow-outer-big
{
    box-shadow: 20px 20px 46px 1px #DDDDDD;
    -webkit-box-shadow: 20px 20px 46px 1px #DDDDDD;
    -moz-box-shadow: 20px 20px 46px 1px #DDDDDD;
    -o-box-shadow: 20px 20px 46px 1px #DDDDDD;
}


.shadow-inner
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
}

.shadow-inner-outer
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px -1px #DDDDDD;
}

.shadow-inner-outer-big
{
    box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB,20px 20px 9px 1px #DDDDDD;
}

.shadow-top
{
    box-shadow: 0px -4px 6px -1px #DDDDDD;
    -webkit-box-shadow: 0px -4px 6px -1px #DDDDDD;
    -moz-box-shadow: 0px -4px 6px -1px #DDDDDD;
    -o-box-shadow: 0px -4px 6px -1px #DDDDDD;
}
/*End Shadows*/



/*---------------------------------------------------------------------------------*/
/*	6.	Media Query
/*---------------------------------------------------------------------------------*/
@media only screen and (max-width : 300px)
{



}



@media only screen and (max-width : 480px)
{

    /*hide gallery*/
    #slider
    {
        display: none;
    }



    .navbar-middle ul
    {
        margin-left: 10px;
        width: 70%;
        text-align: center;
    }




    #btnNews
    {
        text-align: center;
        margin: auto;
        width: 100%;
        margin-bottom: 10px;
    }



    .wrapper-servizi ul li:before
    {
        display: none;
    }

    .wrapper-servizi li a
    {
        padding: 0px;
        margin: 0px;
    }


    .servizi-content img
    {
        display: none;
    }

    .logo
    {
        text-align: center;
        margin: auto;
        width: 95%;
        margin-top: 80px;
    }


    #menuButton a
    {
        position: absolute;
        text-align: center;
        width: 95%;
        left: 0px;
        top: 0px;
        text-align: center;
        width: 100%;
    }


    .logo img
    {
        max-width: 280px;
    }


    .input
    {
        width: 80%;
    }

    .inputMsg
    {
        width: 100%; /*safari*/
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100%  - 30px);
        width: -o-calc(100%  - 30px);
        width: calc(100%  - 30px);
    }
    .privacy-validator
    {
        right: 0px;
    }


    /*footer info*/

    footer
    {
        text-align: center;
        margin: auto;
        padding: 0px;
    }



    .footer-info
    {
        width: 90%;
        margin: auto;
    }


    .footer-info ul, .footer-info li
    {
        padding: 0px;
    }


    /*navbar footer and iva*/
    .footer-navbar
    {
        width: 100%;
    }
    .footer-navbar ul, .footer-navbar li
    {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .footer-navbar li
    {
        clear: left;
        border-style: none;
        margin-left: 0px;
    }



    .footer-navbar a:link
    {
        padding-left: 0px;
    }

    .footer-navbar span
    {
        padding-left: 0px;
    }

    .navbar-footer
    {
        width: 48%;
        text-align: center;
        margin: 0px auto auto auto;
        float: left;
    }

    .navbar-footer a
    {
        font-size: 1.5em;
    }


    .schema
    {
        display: none;
    }

}


@media only screen and (max-width : 600px)
{
    #navbarMiddleContentPage
    {
        padding-top: 0px;
    }




    .page-wrapper
    {
        padding-top: 50px;
    }




    .footer-info a
    {
        margin-bottom: 20px;
    }


    .navbar-info li:first-child
    {
        margin-bottom: 30px;
    }




    .schema
    {
        font-size: 3vw;
    }


    .footer-info
    {
        margin-top: 6px;
        width: 100%;
    }

    .footer-info i
    {
        display: none;
    }


    .footer-info a:before
    {
        margin: 0px;
        text-align: center;
        margin: auto;
        font-size: 5vw;
    }


    .logo img
    {
        max-width: 250px;
        margin: auto;
    }


    /*vertical resize*/

    .logo-menu-side
    {
        display: none;
    }


    body
    {
    }

    .wrap-text
    {
        font-size: 3em;
    }

    .content-page
    {
        width: 100%;
    }



    .wrap-gallery
    {
        display: none;
    }



    .footer-info
    {
        max-width: 100%;
    }




    #mapContacts
    {
        width: 100%;
    }

    .modulo
    {
        width: 100%;
    }


    /*vertical resize*/

    .logo-menu-side
    {
        display: none;
    }

    .footer-info
    {
        max-width: 100%;
    }



    .ch-item-resize a
    {
        text-decoration: none;
        color: #333333;
    }
    .ch-item-resize a:hover
    {
        color: #0066CC;
    }

    /*middle navbar*/
    .ch-item-responsive
    {
        width: 100%;
        clear: both;
    }




}



/*Galaxy S3 landscape*/
@media only screen and (max-width : 640px)
{

    /*menu middle*/
    .navbar-middle-wrapper
    {
        width: 90% !important;
        max-width: 90% !important;
        min-height: 60vw !important;
        clear: both;
        font-size: 4vw !important;
    }



}

@media only screen and (max-height : 600px)
{


    .image-background img
    {
        top: 0px;
    }


}


@media only screen and (max-width : 650px)
{

    .text-middle span
    {
        text-align: center;
        display: inline-block;
    }


}



@media only screen and (max-width : 800px)
{


    #menu
    {
        position: absolute;
        z-index: 998;
    }

    /*menu middle*/
    .navbar-middle-wrapper
    {
        border-style: solid;
        border-width: 0.8em;
        border-color: inherit;
        margin-right: 1.1em;
        margin-bottom: 1.1em;
        max-width: 29%;
        min-height: 20vw;
        font-size: 1.5vw;
    }




    /*servizi*/
    .servizi-contenuto img
    {
        width: 180px;
        height: auto;
    }


    .logo
    {
    }


    #menuButton
    {
        display: inline-block;
        cursor: pointer;
        margin-top: 1%;
        margin-right: 5%;
        float: right;
    }


    #menuButton a
    {
        font-size: 2.8em;
        cursor: pointer; /*color: #273443;*/
    }

    body
    {
    }


    .content-page
    {
        clear: both;
        width: 100%;
    }

    .wrapper-servizi
    {
        clear: both;
        width: 95%;
        margin: auto auto 20px auto;
        text-align: center;
    }
    .content-container
    {
        margin: auto;
        max-width: 95%;
        clear: both;
        margin-bottom: 20px;
    }

    .wrapper-results
    {
        position: relative;
        width: 95%;
        width: -moz-calc(95% - 20px);
        width: -webkit-calc(95% - 20px);
        width: -o-calc(95% - 20px);
        width: calc(95% - 20px);
    }


}


@media only screen and (max-width : 1000px)
{


    .navbar-top a i
    {
        font-weight: 400;
        font-family: "Myriad";
        font-size: 1.3em;
    }


}
@media only screen and (min-width : 1920px)
{


    .image-background img
    {
        min-width: 50%;
        min-height: 50%;
    }



}

@media only screen and (min-height : 1080px)
{


    .image-background img
    {
        min-width: 50%;
        min-height: 50%;
    }



}







@media only screen and (min-width : 1500px)
{

    .navbar-middle-wrapper
    {
        border: 15px solid #E2DCD2;
        font-size: 1em;
    }

    .wrap-image
    {
        font-size: 1em;
    }


    .wrap-text
    {
        font-size: 1.3em;
    }
    .navbar-top.horizontal
    {
        /*float: left;*/
    }


    .wrapper-servizi
    {
        width: 90%;
        padding-bottom: 40px;
    }

    .content-container
    {
        margin-left: 460px;
        margin-right: 20px;
    }


}














