*{
	padding:0px;
	margin: 0px;
	border: 0px;
	box-sizing: border-box;
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
ul li,
ol, li{
	list-style: none;
}
a {
	text-decoration: none;	
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  margin: 0;
  padding: 0;

}
.img-responsive{
  max-height: 100% !important;
  display: block!important;
  max-width: 100%!important;
  height: auto!important;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.container {
  margin: 0px auto;
}

@media (max-width: 1500px) {
  .container{
    width: 1300px;
  }
}
@media (max-width: 1320px) {
  .container{
    width: 1000px;
  }
}
@media (max-width: 1019px) {
  .container{
    width: 788px;
  }
}
@media (max-width: 819px) {
  .container{
    width: 500px;
  }
}
@media (max-width: 519px) {
  .container{
    width: 340px;
  }
}
