/* all */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive{
	float: right !important;
	margin-left: 4%;
	margin-right: auto !important;
}
.last{
	margin-left: 0 !important;
	margin-right: auto !important;
	clear: left !important;
}
/* end */

/* menu */
.yamm .dropdown{
	position: relative !important;
}
.yamm .dropdown.yamm-fw{
	position: static !important;
}
.yamm .dropdown-menu{
	right: 0 !important;
}
.dropdown-submenu>.dropdown-menu{
	right: 100% !important;
	left: auto !important;
}

.list-unstyled li i{
	margin-right: 0 !important;
	margin-left: 5px !important;
}
/* end */

/* header */

	.top_section2{
		background-color: #fff !important;
	}
	.top_section2 .right, .top_section2 .left{
		margin-top: 0 !important;
	}
	
/* end  */

/* footer */

	.footer4{
		background: #555 !important;
	}
	.footer4 .fmlinks a{
		color: #fff;
	}
	.footer_social_links4 a i{
		background-color: #aaa;
	}

/* end */
/* other size */
@media (min-width: 1000px){
	.navbar-nav>li {
		float: right !important;
	}
	.navbar-nav {
			float: right !important;
			margin: 0;
	}
	/* bootstrap */
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
			float: right !important;
	}
}
@media (min-width: 992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
			float: right !important;
	}
}
@media only screen and (max-width: 639px) and (min-width: 480px){
	.compact .header #logo18 {
		background-size: contain !important;
		background-position: center top !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px){
	.one_full, .one_half, .one_third, .one_fourth, .one_fifth, .two_third, .three_fourth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive, .one_full_less, .one_half_less, .one_third_less, .one_fourth_less, .one_fifth_less, .two_third_less, .three_fourth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
		width: 100% !important;
		margin-bottom: 50px;
	}
}
@media (max-width: 992px){
	#navbar-collapse-1{
		width: 100% !important;
	}
}
/* end */