body {
    margin: 0 auto;
    width: 98%;
    background: #d1d7d8;
    overflow-x: hidden;
}
body a{
	color:#0c2c4e;
}
.equal{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.convert {
	color:#ffffff;
	padding: 5px 36px 0 0;
	font-family:Cambria,Gadget,sans-serif;
	float:right;
}
.convert span a{
	color:#ffffff;
	
}
@font-face {
    font-family: LittleLordFontleroyNF;
    /*src: url(fonts/LittleLordFontleroyNF.otf);*/
	/*src: local(LittleLordFontleroyNF), url('fonts/LittleLordFontleroyNF.ttf') format('opentype');*/
}
@font-face {
    font-family: Streetwear;
    /*src: url(fonts/LittleLordFontleroyNF.otf);*/
	/*src: local(Streetwear), url('fonts/Streetwear.ttf') format('opentype');*/
}
.aag_site_left_part {
    background: #d1d7d8;
    width: 65%;
    float: left;
    margin-bottom: 20px;
}
.aag_site_right_part {
    background: #3fa5d0;
    margin-right: 2%;
    width: 32%;
    float: left;
	border-radius:8px;
	
}
.aag_menu_container {
    background: #c2c200;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 2%;
}
.aag_main_image {
    border-radius: 10px;
    width: 99%;
    margin: 0.5%;
}
.aag_menu_item_container {
    width: 20%;
    display: inline;
    float: left;
    text-align: center;
    font-size: 11px;
}
.menu_item_img {
    text-align: center;
    margin-left: 30%;
}
.aag_text_white {
    color: #FFF;
	font-family: Cambria,Gadget,sans-serif;
	font-size:14px;
}
.aag_heading {
    color: #343333;
    font-family: "LittleLordFontleroyNF",Gadget,sans-serif;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
}
.h2 {
    color: #6f911a;
	font-family: "Streetwear",Gadget,sans-serif;
    margin-top: 5px;
    font-size: 16px;
}
.text-primary {
    color: #0090cd;
    font-family: Cambria,Helvetica,sans-serif;
    font-size: 18px;
    padding: 0 2%;
    text-align: justify;
    width: 90%;
}
.aag_list {
    list-style-image: url('../images/bullet.png');
    list-style-position: inside;
}
.aag_bottom_menu_container {
    margin-left: 4%;
}
.aag_inline_img {
    display: inline;
    margin-right: 3%;
}
.aag_footer {
    background: #c2c200;
    border-radius: 10px;
    width:91%;
}
.aag_footer_menu {
    list-style: none;
    padding: 10px 25px 10px 0;
}
.aag_footer_menu li {
    display: inline;
    font-size: 15px;
    margin-left: 25px;
	list-style:none;
}
.aag_footer_menu a{
    color: #ffffff;
}
.aag_footer_menu a:hover{
    color: #3fa5d0;
}
.aag_copyrights {
    margin-top: 5px;
    font-family: normal;
    color: #000000;
    text-align: center;
    width: 90%;
}
.aag_h2 {
    font-size: 24px;
    font-weight: bold;
	font-family: "LittleLordFontleroyNF",Gadget,sans-serif;
}
.aag_gallery_images {
    margin-left:6%;
}
.aag_gallery_images img {
    padding: 1px;
    border: medium double #8bbad0;
}
.aag_right_side_p {
    font-family: Cambria,Helvetica,sans-serif;
    font-size: 16px;
    text-align: justify;
    padding: 4%;
}
.aag_news {
    color: yellow;
    font-size: 15px;
}
.aag_italic {
    font-style: italic;
}