*, *::after, *::before {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html{
	height:100%;
}
body {
	margin:0px auto;
	padding:0px;
  	color:#313336;
	font-family: 'Montserrat', sans-serif;
	height:100%;
	width:100%;
	max-width:1920px;
}
a{
	text-decoration:none;
	color:#333333;
}
.br{
	clear:both;
}
.my_center{
	text-align:center;
}
.my_v_margin{
	margin:2% 0%;
}
.title{
	font-size:160%;
	font-weight:600;
	letter-spacing:1px;
}
.content_wrapper{
	max-width:80%;
	margin:0 auto;
	padding:1%;
	background:#FFF;
}
.content_wrapper_no_bg{
	max-width:80%;
	margin:0 auto;
	background:none;
}
.breadcrambs{
	margin-top:2%;
}
.breadcrambs a:hover{
	color:#cedc51;
}
@media (max-width: 1100px) 
{
.content_wrapper{
	max-width:95%;
}
.content_wrapper_no_bg{
	max-width:95%;
}
}