

*,*:before,*:after {
	box-sizing: inherit
}


body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}


a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}


img {
    border-style: none
}


html,
body {
	box-sizing: border-box
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.5
}

html {
    overflow-x: hidden
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


img {
    vertical-align: middle
}


.wm-main,
#main {
    transition: margin-left .4s
}

.wm-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.wm-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.wm-bar {
    width: 100%;
    overflow: hidden
}

.wm-center .wm-bar {
    display: inline-block;
    /*width: auto*/
}

.wm-bar .wm-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.wm-bar .wm-dropdown-hover,
.wm-bar .wm-dropdown-click {
    position: static;
    float: left
}

.wm-bar .wm-button {
    white-space: normal
}

.wm-bar-block .wm-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.wm-bar-block.wm-center .wm-bar-item {
    text-align: center
}

.wm-block {
    display: block;
    width: 100%
}

.wm-responsive {
    display: block;
    overflow-x: auto
}


.wm-col,
.wm-half,
.wm-third,
.wm-twothird,
.wm-threequarter,
.wm-quarter {
    float: left;
    width: 44%;
	margin: 0%;
}


@media (min-width:601px) {

.ray {
    background: url(images/bg_ray.jpg) no-repeat center -65px #000;
	color: #fff;
}
    .wm-half {
        width: 44%;
		margin: 0%;
    }

	
	#Logo {
		width:576px; 
		height:356px;
	}

	.wm-content {
		max-width: 980px;
		padding: 0px 100px 50px 100px;
	}

	.sezione {
		padding-top: 50px;
		height:510px;
	}


	.button {
	  background-color: #f24df1;
	  border: none;
	  color: #fff;
	  padding: 15px 50px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 1.5vw;
	  margin: 4px 2px;
	  border-radius: 12px;
	}

.medium {
	font-size: 1.4vw;
	color: #b3b3b3;
}
	
	.wm-row {
		clear: both;
		padding: 30px 0 40px;
	}


}

.wm-content,
.wm-auto {
    margin-left: auto;
    margin-right: auto
}


@media (max-width:1205px) {
    .wm-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {

.ray {
    background: url(images/bg_ray.jpg) no-repeat center -135px #000;
	color: #fff;
}

    .wm-modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .wm-modal {
        padding-top: 30px
    }
    .wm-dropdown-hover.wm-mobile .wm-dropdown-content,
    .wm-dropdown-click.wm-mobile .wm-dropdown-content {
        position: relative
    }
    .wm-hide-small {
        display: none!important
    }
    .wm-mobile {
        display: block;
        width: 100%!important
    }
    .wm-bar-item.wm-mobile,
    .wm-dropdown-hover.wm-mobile,
    .wm-dropdown-click.wm-mobile {
        text-align: center
    }
    .wm-dropdown-hover.wm-mobile,
    .wm-dropdown-hover.wm-mobile .wm-btn,
    .wm-dropdown-hover.wm-mobile .wm-button,
    .wm-dropdown-click.wm-mobile,
    .wm-dropdown-click.wm-mobile .wm-btn,
    .wm-dropdown-click.wm-mobile .wm-button {
        width: 100%
    }

	
	.medium {
		font-size: 2vw;
		color: #b3b3b3;
	}

	#Logo {
	width:100%; 
	}

	.button {
	  background-color: #f24df1;
	  border: none;
	  color: #fff;
	  padding: 10px 20px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 2.6vw;
	  margin: 4px 2px;
	  border-radius: 12px;
	}

	.wm-row {
		clear: both;
		padding: 20px 0 0px;
	}


		
	.sezione {
		padding-top: 10px;
		height: 145px;
	}

	.wm-content {
		max-width: 980px;
		padding: 10px 10px 12px 10px;
	}

}

@media (max-width:768px) {
    .wm-modal-content {
        width: 500px
    }
    .wm-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .wm-modal-content {
        width: 900px
    }
    .wm-hide-large {
        display: none!important
    }
    .wm-sidebar.wm-collapse {
        display: block!important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .wm-hide-medium {
        display: none!important
    }
}

@media (max-width:992px) {
    .wm-sidebar.wm-collapse {
        display: none
    }
    .wm-main {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .wm-auto {
        max-width: 100%
    }
}



.wm-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.wm-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.wm-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.wm-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.wm-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.wm-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.wm-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.wm-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.wm-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.wm-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.wm-display-container:hover .wm-display-hover {
    display: block
}

.wm-display-container:hover span.wm-display-hover {
    display: inline-block
}

.wm-display-hover {
    display: none
}

.wm-display-position {
    position: absolute
}

.wm-circle {
    border-radius: 50%
}

.wm-round-small {
    border-radius: 2px
}

.wm-round,
.wm-round-medium {
    border-radius: 4px
}

.wm-round-large {
    border-radius: 8px
}

.wm-round-xlarge {
    border-radius: 16px
}

.wm-round-xxlarge {
    border-radius: 32px
}




.wm-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.wm-code,
.wm-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.wm-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.wm-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.wm-card,
.wm-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.wm-card-4,
.wm-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.wm-spin {
    animation: wm-spin 2s infinite linear
}

@keyframes wm-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.wm-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.wm-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.wm-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.wm-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.wm-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.wm-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.wm-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.wm-animate-input {
    transition: width 0.4s ease-in-out
}

.wm-animate-input:focus {
    width: 100%!important
}

.wm-opacity,
.wm-hover-opacity:hover {
    opacity: 0.60
}

.wm-opacity-off,
.wm-hover-opacity-off:hover {
    opacity: 1
}

.wm-opacity-max {
    opacity: 0.25
}

.wm-opacity-min {
    opacity: 0.75
}

.wm-greyscale-max,
.wm-grayscale-max,
.wm-hover-greyscale:hover,
.wm-hover-grayscale:hover {
    filter: grayscale(100%)
}

.wm-greyscale,
.wm-grayscale {
    filter: grayscale(75%)
}

.wm-greyscale-min,
.wm-grayscale-min {
    filter: grayscale(50%)
}

.wm-sepia {
    filter: sepia(75%)
}

.wm-sepia-max,
.wm-hover-sepia:hover {
    filter: sepia(100%)
}

.wm-sepia-min {
    filter: sepia(50%)
}

.wm-tiny {
    font-size: 10px!important
}

.wm-small {
    font-size: 12px!important
}

.wm-medium {
    font-size: 15px!important
}

.wm-large {
    font-size: 18px!important
}

.wm-xlarge {
    font-size: 24px!important
}

.wm-xxlarge {
    font-size: 36px!important
}

.wm-xxxlarge {
    font-size: 48px!important
}

.wm-jumbo {
    font-size: 64px!important
}

.wm-left-align {
    text-align: left!important
}

.wm-right-align {
    text-align: right!important
}

.wm-justify {
    text-align: justify!important
}

.wm-center {
    text-align: center!important
}

.wm-border-0 {
    border: 0!important
}

.wm-border {
    border: 1px solid #ccc!important
}

.wm-border-top {
    border-top: 1px solid #ccc!important
}

.wm-border-bottom {
    border-bottom: 1px solid #ccc!important
}

.wm-border-left {
    border-left: 1px solid #ccc!important
}

.wm-border-right {
    border-right: 1px solid #ccc!important
}

.wm-topbar {
    border-top: 6px solid #ccc!important
}

.wm-bottombar {
    border-bottom: 6px solid #ccc!important
}

.wm-leftbar {
    border-left: 6px solid #ccc!important
}

.wm-rightbar {
    border-right: 6px solid #ccc!important
}

.wm-section,
.wm-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important
}

.wm-margin {
    margin: 16px!important
}

.wm-margin-top {
    margin-top: 16px!important
}

.wm-margin-bottom {
    margin-bottom: 16px!important
}

.wm-margin-left {
    margin-left: 16px!important
}

.wm-margin-right {
    margin-right: 16px!important
}

.wm-padding-small {
    padding: 4px 8px!important
}

.wm-padding {
    padding: 8px 16px!important
}

.wm-padding-large {
    padding: 12px 24px!important
}

.wm-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.wm-padding-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important
}


.wm-padding-48 {
    padding-top: 48px!important;
    padding-bottom: 48px!important
}

.wm-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important
}

.wm-left {
    float: left!important
}

.wm-right {
    float: right!important
}

.wm-button:hover {
    color: #fff;
}


.wm-transparent,
.wm-hover-none:hover {
    background-color: transparent!important
}

.wm-hover-none:hover {
    box-shadow: none!important
}


/* Colors */

.wm-amber,
.wm-hover-amber:hover {
    color: #000!important;
    background-color: #ffc107!important
}

.wm-aqua,
.wm-hover-aqua:hover {
    color: #000!important;
    background-color: #f24df1!important
}

.wm-blue,
.wm-hover-blue:hover {
    color: #fff!important;
    background-color: #2196F3!important
}

.wm-light-blue,
.wm-hover-light-blue:hover {
    color: #000!important;
    background-color: #87CEEB!important
}

.wm-brown,
.wm-hover-brown:hover {
    color: #fff!important;
    background-color: #795548!important
}

.wm-cyan,
.wm-hover-cyan:hover {
    color: #000!important;
    background-color: #00bcd4!important
}

.wm-blue-grey,
.wm-hover-blue-grey:hover,
.wm-blue-gray,
.wm-hover-blue-gray:hover {
    color: #fff!important;
    background-color: #607d8b!important
}

.wm-green,
.wm-hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important
}

.wm-light-green,
.wm-hover-light-green:hover {
    color: #000!important;
    background-color: #8bc34a!important
}

.wm-indigo,
.wm-hover-indigo:hover {
    color: #fff!important;
    background-color: #3f51b5!important
}

.wm-khaki,
.wm-hover-khaki:hover {
    color: #000!important;
    background-color: #f0e68c!important
}

.wm-lime,
.wm-hover-lime:hover {
    color: #000!important;
    background-color: #cddc39!important
}

.wm-orange,
.wm-hover-orange:hover {
    color: #000!important;
    background-color: #ff9800!important
}

.wm-deep-orange,
.wm-hover-deep-orange:hover {
    color: #fff!important;
    background-color: #ff5722!important
}

.wm-pink,
.wm-hover-pink:hover {
    color: #fff!important;
    background-color: #e91e63!important
}

.wm-purple,
.wm-hover-purple:hover {
    color: #fff!important;
    background-color: #9c27b0!important
}

.wm-deep-purple,
.wm-hover-deep-purple:hover {
    color: #fff!important;
    background-color: #673ab7!important
}

.wm-red,
.wm-hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important
}

.wm-sand,
.wm-hover-sand:hover {
    color: #000!important;
    background-color: #fdf5e6!important
}

.wm-teal,
.wm-hover-teal:hover {
    color: #fff!important;
    background-color: #009688!important
}

.wm-yellow,
.wm-hover-yellow:hover {
    color: #000!important;
    background-color: #ffeb3b!important
}

.wm-white,
.wm-hover-white:hover {
    color: #000!important;
    background-color: #fff!important
}

.wm-black,
.wm-hover-black:hover {
    color: #fff!important;
}

.wm-grey,
.wm-hover-grey:hover,
.wm-gray,
.wm-hover-gray:hover {
    color: #000!important;
    background-color: #9e9e9e!important
}

.wm-light-grey,
.wm-hover-light-grey:hover,
.wm-light-gray,
.wm-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important
}

.wm-dark-grey,
.wm-hover-dark-grey:hover,
.wm-dark-gray,
.wm-hover-dark-gray:hover {
    color: #fff!important;
    background-color: #616161!important
}

.wm-pale-red,
.wm-hover-pale-red:hover {
    color: #000!important;
    background-color: #ffdddd!important
}

.wm-pale-green,
.wm-hover-pale-green:hover {
    color: #000!important;
    background-color: #ddffdd!important
}

.wm-pale-yellow,
.wm-hover-pale-yellow:hover {
    color: #000!important;
    background-color: #ffffcc!important
}

.wm-pale-blue,
.wm-hover-pale-blue:hover {
    color: #000!important;
    background-color: #ddffff!important
}

.wm-text-amber,
.wm-hover-text-amber:hover {
    color: #ffc107!important
}

.wm-text-aqua,
.wm-hover-text-aqua:hover {
    color: #f24df1!important
}

.wm-text-blue,
.wm-hover-text-blue:hover {
    color: #2196F3!important
}

.wm-text-light-blue,
.wm-hover-text-light-blue:hover {
    color: #87CEEB!important
}

.wm-text-brown,
.wm-hover-text-brown:hover {
    color: #795548!important
}

.wm-text-cyan,
.wm-hover-text-cyan:hover {
    color: #00bcd4!important
}

.wm-text-blue-grey,
.wm-hover-text-blue-grey:hover,
.wm-text-blue-gray,
.wm-hover-text-blue-gray:hover {
    color: #607d8b!important
}

.wm-text-green,
.wm-hover-text-green:hover {
    color: #4CAF50!important
}

.wm-text-light-green,
.wm-hover-text-light-green:hover {
    color: #8bc34a!important
}

.wm-text-indigo,
.wm-hover-text-indigo:hover {
    color: #3f51b5!important
}

.wm-text-khaki,
.wm-hover-text-khaki:hover {
    color: #b4aa50!important
}

.wm-text-lime,
.wm-hover-text-lime:hover {
    color: #cddc39!important
}

.wm-text-orange,
.wm-hover-text-orange:hover {
    color: #ff9800!important
}

.wm-text-deep-orange,
.wm-hover-text-deep-orange:hover {
    color: #ff5722!important
}

.wm-text-pink,
.wm-hover-text-pink:hover {
    color: #e91e63!important
}

.wm-text-purple,
.wm-hover-text-purple:hover {
    color: #9c27b0!important
}

.wm-text-deep-purple,
.wm-hover-text-deep-purple:hover {
    color: #673ab7!important
}

.wm-text-red,
.wm-hover-text-red:hover {
    color: #f44336!important
}

.wm-text-sand,
.wm-hover-text-sand:hover {
    color: #fdf5e6!important
}

.wm-text-teal,
.wm-hover-text-teal:hover {
    color: #009688!important
}

.wm-text-yellow,
.wm-hover-text-yellow:hover {
    color: #d2be0e!important
}

.wm-text-white,
.wm-hover-text-white:hover {
    color: #fff!important
}

.wm-text-black,
.wm-hover-text-black:hover {
    color: #000!important
}

.wm-text-grey,
.wm-hover-text-grey:hover,
.wm-text-gray,
.wm-hover-text-gray:hover {
    color: #757575!important
}

.wm-text-light-grey,
.wm-hover-text-light-grey:hover,
.wm-text-light-gray,
.wm-hover-text-light-gray:hover {
    color: #f1f1f1!important
}

.wm-text-dark-grey,
.wm-hover-text-dark-grey:hover,
.wm-text-dark-gray,
.wm-hover-text-dark-gray:hover {
    color: #3a3a3a!important
}

.wm-border-amber,
.wm-hover-border-amber:hover {
    border-color: #ffc107!important
}

.wm-border-aqua,
.wm-hover-border-aqua:hover {
    border-color: #f24df1!important
}

.wm-border-blue,
.wm-hover-border-blue:hover {
    border-color: #2196F3!important
}

.wm-border-light-blue,
.wm-hover-border-light-blue:hover {
    border-color: #87CEEB!important
}

.wm-border-brown,
.wm-hover-border-brown:hover {
    border-color: #795548!important
}

.wm-border-cyan,
.wm-hover-border-cyan:hover {
    border-color: #00bcd4!important
}

.wm-border-blue-grey,
.wm-hover-border-blue-grey:hover,
.wm-border-blue-gray,
.wm-hover-border-blue-gray:hover {
    border-color: #607d8b!important
}

.wm-border-green,
.wm-hover-border-green:hover {
    border-color: #4CAF50!important
}

.wm-border-light-green,
.wm-hover-border-light-green:hover {
    border-color: #8bc34a!important
}

.wm-border-indigo,
.wm-hover-border-indigo:hover {
    border-color: #3f51b5!important
}

.wm-border-khaki,
.wm-hover-border-khaki:hover {
    border-color: #f0e68c!important
}

.wm-border-lime,
.wm-hover-border-lime:hover {
    border-color: #cddc39!important
}

.wm-border-orange,
.wm-hover-border-orange:hover {
    border-color: #ff9800!important
}

.wm-border-deep-orange,
.wm-hover-border-deep-orange:hover {
    border-color: #ff5722!important
}

.wm-border-pink,
.wm-hover-border-pink:hover {
    border-color: #e91e63!important
}

.wm-border-purple,
.wm-hover-border-purple:hover {
    border-color: #9c27b0!important
}

.wm-border-deep-purple,
.wm-hover-border-deep-purple:hover {
    border-color: #673ab7!important
}

.wm-border-red,
.wm-hover-border-red:hover {
    border-color: #f44336!important
}

.wm-border-sand,
.wm-hover-border-sand:hover {
    border-color: #fdf5e6!important
}

.wm-border-teal,
.wm-hover-border-teal:hover {
    border-color: #009688!important
}

.wm-border-yellow,
.wm-hover-border-yellow:hover {
    border-color: #ffeb3b!important
}

.wm-border-white,
.wm-hover-border-white:hover {
    border-color: #fff!important
}

.wm-border-black,
.wm-hover-border-black:hover {
    border-color: #000!important
}

.wm-border-grey,
.wm-hover-border-grey:hover,
.wm-border-gray,
.wm-hover-border-gray:hover {
    border-color: #9e9e9e!important
}

.wm-border-light-grey,
.wm-hover-border-light-grey:hover,
.wm-border-light-gray,
.wm-hover-border-light-gray:hover {
    border-color: #f1f1f1!important
}

.wm-border-dark-grey,
.wm-hover-border-dark-grey:hover,
.wm-border-dark-gray,
.wm-hover-border-dark-gray:hover {
    border-color: #616161!important
}

.wm-border-pale-red,
.wm-hover-border-pale-red:hover {
    border-color: #ffe7e7!important
}

.wm-border-pale-green,
.wm-hover-border-pale-green:hover {
    border-color: #e7ffe7!important
}

.wm-border-pale-yellow,
.wm-hover-border-pale-yellow:hover {
    border-color: #ffffcc!important
}

.wm-border-pale-blue,
.wm-hover-border-pale-blue:hover {
    border-color: #e7ffff!important
}


/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.wm-btn,
.wm-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
	font-weight: bold;
    color: #ff52ff;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}



.veryBig {
	font-size: 5vw;
	margin: 0px;
	line-height: 1;
}



.medium a {
	color: #f24df1;
	font-weight: bold;
	text-decoration: none;
}

.wm-left {
	margin: 3% 3% 0 0;
}

.wm-right {
	margin: 3% 0% 0 3%;
}



.button:hover {
  background-color: #fff ;
  color: #f24df1;
}

.fucsia{
  color: #f24df1;
}

.bg_white{
  background-color: #fff ;
  color: #000;
}

.bg_yellow{
  background-color: #fff168 ;
  color: #000;
}

.bg_black{
  background-color: #000;
}

.black{
  color: #000;
}

.white{
  color: #fff;
}

a:link {
  color: #ffffff;
	text-decoration: none;
}

a:visited {
  color: #ffffff;
	text-decoration: none;
}

#None {
	text-align: center;
    margin: 25% 0;
    height: 100%;
	display: none;
  }

@media (max-width:701px) and (orientation: landscape) {
  #All {
    display: none;
  }
  #None {
    display: block;
  }
}

@media ((min-width:701px) and (orientation: landscape)) or (orientation: portrait) {
  #All {
    display: block;
  }
  #None {
    display: none;
  }
}

.first {
 padding-top: 5px !important;
 }