.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #FFF;
   background-color:#1ab152;
     animation: shake 1s;
  animation-iteration-count: infinite;
}

.my-float{
	margin-top:16px;
}

#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2;
    transition: 0.3s;
}
#container-slider .arrowPrev:hover, #container-slider .arrowNext:hover{
    color: rgba(255, 255, 255, 0.95);
    transform: scale(1.2);
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{

    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(37, 40, 80, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
}
.listslider li a:hover {
    background: #FFF;
}
.item-select-slid {
    background: #FFF  !important;
}

@media screen and (max-width: 768px){
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 24pt;
        left: 30px;
    }
    #container-slider .arrowNext{
        right: 30px !important;
    }
    #slider{
        height: 60vh;
        min-height: 400px;
    }
    #slider li .content_slider{
        padding: 10px 60px;
    }
}

@media screen and (max-width: 480px){
    #slider {
        height: 60vh;
        min-height: 360px;
    }
    #slider li {
        background-position: center center;
    }
    #slider li .content_slider{
        padding: 15px 15px;
    }
    .content_slider h2 {
        font-size: 16pt !important;
    }
    .content_slider p {
        font-size: 11pt !important;
        line-height: 1.4;
    }
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 18pt;
    }
    #container-slider .arrowPrev {
    left: 15px !important;
	}

	#container-slider .arrowNext {
    left: initial !important;
    right: 15px !important;
	}
    .btnSlider{
        padding: 8px 20px;
        font-size: 10pt;
    }
    .listslider {
        bottom: 10%;
    }
    .listslider li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}
