@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
body {
	color: #000;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#wrapper {
	width: 100%;
}
#wrapper img {
	height: auto;
	max-width: 100%;
}
#toTop {
	right: 1%;
	width: 48px;
	height: 48px;
	bottom: 10px;
	display: none;
	position: fixed;
	overflow: hidden;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
::-webkit-input-placeholder {
 color:#000;
}
:-moz-placeholder { /* Firefox 18- */
 color:#000;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#000;
}
:-ms-input-placeholder {
 color:#000;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
}
@media only screen and (min-width:768px) and (max-width:990px) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
@media all and (max-width: 768px) {
}
@media only screen and (max-width:767px) {
}
@media only screen and (min-width:480px) and (max-width:767px) {
}
