// @font-face {
//   font-family: Custom;
//   font-style: normal;
//   font-weight: 300;
//   src: url('../font/GothamBook.eot');
//   src: url('../font/GothamBook.eot?#iefix') format('embedded-opentype'),
//      url('../font/GothamBook.woff') format('woff'),
//      url('../font/GothamBook.ttf') format('truetype');
// }

@font-face {
  font-family: QuickSand;
  font-style: normal;
  font-weight: bold;
  src: url('../font/Quicksand-Bold/Quicksand-Bold.eot');
  src: url('../font/Quicksand-Bold/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../font/Quicksand-Bold/Quicksand-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../font/Quicksand-Bold/Quicksand-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../font/Quicksand-Bold/Quicksand-Bold.ttf') format('truetype');
}
@font-face {
  font-family: QuickSand;
  font-style: normal;
  font-weight: 500;
  src: url('../font/Quicksand-Medium/Quicksand-Medium.eot');
  src: url('../font/Quicksand-Medium/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../font/Quicksand-Medium/Quicksand-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../font/Quicksand-Medium/Quicksand-Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../font/Quicksand-Medium/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
  font-family: QuickSand;
  font-style: normal;
  font-weight: 300;
  src: url('../font/Quicksand-Light/Quicksand-Light.eot');
  src: url('../font/Quicksand-Light/Quicksand-Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../font/Quicksand-Light/Quicksand-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../font/Quicksand-Light/Quicksand-Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../font/Quicksand-Light/Quicksand-Light.ttf') format('truetype');
}

@font-face {
  font-family: QuickSand;
  font-style: normal;
  font-weight: normal;
  src: url('../font/Quicksand-Regular/Quicksand-Regular.eot');
  src: url('../font/Quicksand-Regular/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../font/Quicksand-Regular/Quicksand-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../font/Quicksand-Regular/Quicksand-Regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../font/Quicksand-Regular/Quicksand-Regular.ttf') format('truetype');
}


body {
	font-family: QuickSand;
	line-height: 1;
	font-size: 14px;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.no-pad {
    padding: 0px !important;
}
.no-mar { 
    margin: 0px !important;
}
*, *:before, *:after{ 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    outline: 0;
}
.fixed{
	position: fixed;
}
ul{
	padding-right: 0;
  padding-left: 0;
}
.no-float{
  float: none;
}