@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

*{
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}
a, a:hover, a:active
{
	text-decoration:none !important;
}
ul{
    list-style: none;
}
.nav{
    background: #000;
    min-height: 50px;
	width:100% !important;
	
}

.nav .right{
    float: right;
	width:100% !important;
  background-image:url(../images/service.png);
  background-repeat:no-repeat;
  min-height:500px;
  background-size: 100% 400px;
}
.nav .right li{
   
    font-size: 14px;
    float: right;
	font-family: 'Roboto', sans-serif;
	//background: #333;	
}
.nav .right li a{
    display: block;
    padding: 15px 30px;
	text-decoration: none;
    background-color: transparent;
    text-align: center;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
}
.nav .right li a:hover{
    background: #f2f2f2;
	text-decoration: none;
	color:#000;
}

.toggle-nav, toggle-nav:hover {
    display: none;
	color:white;
}

.nav-mobile style{
    display: block;
}


@media only screen and (max-width: 640px){

    
	.nav .right li{ 
		//border-bottom:thin solid #ccbfa8;	
}
	.toggle-nav{
        display: block;
        padding: 10px;
        position: absolute;
        right: 10px;
        line-height: 30px;
		color:white;
    }
    .toggle-nav:after{
        content: ' Menu';
		color:white;
		color:white;
		text-decoration:none;
    }
	.toggle-nav:focus{
		text-decoration:none !important;
	}
    .nav-mobile{
        display: none;
    }

    .style-mobile{
        background: #ffffff;
        top : 51px;
        position : absolute;
        width : 100%;
    }

    .style-mobile li{
        display: block;
        width: 100%;
    }

    .nav .right{
        display: block;
        float: none;
        margin: 0em;
		position:absolute;
		z-index:99999;
    }


}

@media only screen and (min-width: 641px){
    .nav-mobile {
        display:block !important;
    }
}
@media only screen and (min-width: 768px){
    .nav {
        display:none !important;
    }
}
