@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto');

html {
	box-sizing: border-box;
	background-color: #202020;
}
body {
	font-family: "Raleway", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	background-color: #FFFFFF;
	cursor: default;
}
p{
	cursor: auto;
}
.sliding-underline {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.sliding-underline::after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0;
	background: white;
	transition: width .5s ease;
}
.sliding-underline:hover::after{
	width: 100%;
	background: white;
}

/*.indicate-droasdasdpdown::after{
	content: "";
	width: 11px;
	height: 8px;
	background: url('/images/new design/down-arrow.png') no-repeat;
	display: inline-block;

}*/



*, *::before, *::after{
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body > div,
body > header,
body > nav,
body > section,
body > footer{
  position: relative;
  padding:0 70px;
}
#content{
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
div.button{
  cursor: pointer;
}
@media screen  and (max-width: 1200px){
	body > div,
	body > header,
	body > nav,
	body > section,
	body > footer{
		padding-left: 7px;
		padding-right: 7px;
 }
}
