@media (max-width: 768px) {
 #slider-section1 {
    display: none;
 }
}

li {
	list-style:none;
}

.custommainmenu {
	white-space: nowrap;
    color: #c5c5c5;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.arial {
	font-family: arial, Roboto, Helvetica, Arial, sans-serif;
	line-height: 24px;
    font-size: 18px;
}
.arial17 {  /*это название класса*/
	font-family: arial, Roboto, Helvetica, Arial, sans-serif;  /*шрифт*/
	line-height: 24px;  /*межстрочный интервал*/
    font-size: 17px;    /*высота*/
}


.hide{
    display:none;
}


/*@media (min-width: 600px){

	.container-fluid{
		display:none;
	}

}*/