.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}

.my_95_none{
	margin:0 auto;
	width:95%
}
.my_95_block{
	overflow:hidden;
	margin:0 auto;
	width:95%;
}

.my_100{
	width:100%;
	/*overflow:hidden;*/
	clear:both;
	margin:0 auto;
}
.my_100_block{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_100_hide{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
.my_95{
	/*overflow:hidden;*/
	margin:0 auto;
	width:95%;
}
.my_10{
	float:left;
	width:10%;
}
.my_10_hide{
	float:left;
	width:10%;
	overflow:hidden;
}
.my_20{
	float:left;
	width:20%;
}
.my_20_hide{
	float:left;
	width:20%;
	overflow:hidden;
}
.my_25{
	float:left;
	width:25%;
}
.my_25_hide{
	float:left;
	width:25%;
	overflow:hidden;
}
.my_30{
	float:left;
	width:30%;
}
.my_30_hide{
	overflow:hidden;
	float:left;
	width:30%;
}
.my_33{
	float:left;
	width:33.333%;
}
.my_33_hide{
	overflow:hidden;
	float:left;
	width:33.333%;
}
.my_50{
	float:left;
	width:50%;
}
.my_50_hide{
	overflow:hidden;
	float:left;
	width:50%;
}
.my_70{
	float:left;
	width:70%;
}
.my_70_hide{
	overflow:hidden;
	float:left;
	width:70%;
}
.my_75{
	float:left;
	width:75%;
}
.my_75_hide{
	overflow:hidden;
	float:left;
	width:75%;
}
.my_80{
	float:left;
	width:80%;
}
.my_80_hide{
	overflow:hidden;
	float:left;
	width:80%;
}
.my_90{
	float:left;
	width:90%;
}
.my_90_hide{
	overflow:hidden;
	float:left;
	width:90%;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.my_coin{
	display: inline-block;
    background: url(../img/my_coin_64x64.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_support{
	display: inline-block;
    background: url(../img/support.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
}
.my_cashback{
	display: inline-block;
    background: url(../img/cashback4.png) no-repeat center;
    width: 18px;
    height: 12px;
    background-size: contain;
}
.my_surety{
	display: inline-block;
    background: url(../img/surety_i3.png) left center no-repeat;
    height: 19px;
    width: 82px;
    background-size: contain;
}
.my_shipping{
	display: inline-block;
    background: url(../svgimg/delivery_ban1.svg) no-repeat center;
    width: 22px;
    height: 14px;
    background-size: contain;
}
.give_error_no, .give_error_yes{
	margin:0 auto;
	position:fixed;
	transform:translate(-50%);
	left:50%;
	bottom:20px;
	display:inline-block;
	background:#333;
	color:#FFF;
	font-size:18px;
	font-family: 'ProximaNovaRegular';
	padding:20px 40px;
	line-height:24px;
	border-radius:10px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation 5s forwards;
	bottom:-200px;
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 8px;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
/**PageLoading**/
.my_page_progress {
	position:fixed;
	height: 2px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
	top:0px;
	left:0px;
	z-index:999999999;

}
.my_page_progress .my_page_progress_loding {
	background-color:black;
}
.my_page_progress .my_page_progress_loding:before {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		  animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.my_page_progress .my_page_progress_loding:after {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		  animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
		  animation-delay: 1.15s;
}
@-webkit-keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@-webkit-keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}
@keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}


.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	margin:20px auto;
}
/**Head**S**/

.sv_head1{
	background:#333;
	height:31px;
	overflow:hidden;
}
.sv_90{
	margin:0 auto;
	width:90%
}
.sv_head1_b1{
	float:left;
	overflow:hidden;
}

.sv_head1_b2{
	float:right;
	overflow:hidden;
}
.sv_head1_link{
	float:left;	
}
.sv_head1_link a{
	display:inline-block;
	height:31px;
	line-height:31px;
	font-size:12px;
	color:#FFF;
	padding:0px 10px;
	border-right:1px solid rgba(255,255,255,0.1);
}
.sv_head1_link a:last-child{
	border:none;
}
.sv_head1_link a:hover{
	text-decoration:underline;
	color:#09F;
}

.sv_head1_social{
	float:right;
}
.sv_head1_social a{
	display:inline-block;
	width:31px;
	height:31px;
	font-size:16px;
	line-height:31px;
	text-align:center;
	color:#FFF;
	float:left;
	border-left:1px solid rgba(255,255,255,0.3);
}
.sv_head1_social a:last-child{
	border-right:1px solid rgba(255,255,255,0.3);
}
.sv_head1_social a:hover{
	color:#000;
}
.sv_head1_link2{
	float:right;
}
.sv_head2{
	overflow:hidden;
	height:120px;
	background:#FFF;
	position:relative;
}
.sv_head2_b1{
	float:left;
	width:25%;
}
.sv_head2_b2{
	display:inline-block;
	float:left;
	width:45%;
}
.sv_head2_b3{
	float:right;
	width:30%;
}
.sv_head2_b2 a{
	display:inline-block;
}
.sv_head2_b2 a img{
	display:block;
	height:80px;
	margin-top:15px;
}
.sv_head2_b2 a small{
	display:block;
	padding-top:2px;
	font-size:14px;
	color:#333;
}
.sv_head2_b1_in{
	float:left;
	text-align:left;
	padding-top:25px;
}
.sv_head2_b1_in section{
	overflow:hidden;
	display:block;
}
.sv_head2_b1_in section h2{
	float:left;
	height:40px;
	line-height:40px;
}
.sv_head2_b1_in section span{
	float:left;
	display:inline-block;
	height:40px;
	margin-right:5px;
}
.sv_head2_b1_in section span img{
	display:inline-block;
	height:40px;
}
.sv_head2_search{
	float:right;
	padding-top:38px;
}
.sv_head2_search input{
	border:1px solid #999;
	height:30px;
}
.sv_head2_search input{
	outline:none;
	border:none;
	border:1px solid #CCC;
	height:40px;
	vertical-align:top;
	border-right:none;
	padding:0px 10px;
	font-size:16px;
	border-radius:5px 0px 0px 5px;
}
.sv_head2_search input:focus{
	border-color:#06C;
}
.sv_head2_search button{
	outline:none;
	border:none;
	border:1px solid #CCC;
	height:40px;
	font-size:22px;
	vertical-align:top;
	border-radius:0px 5px 5px 0px;
	border-left:none;
	width:40px;
	background:#f2f2f2;
	color:#333;
}
.sv_head2_search button:hover{
	cursor:pointer;
	background:#06C;
	color:#fff;
	border-color:#06C;
}

.sv_head2_mobile{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:auto;
	background:rgba(255,255,255,0.4);
	padding:0px 8px;
	display:none;
}

.sv_head2_mobile section{
	float:right;
	width:35px;
	height:35px;
	border:2px solid #005787;
	color:#666;
	line-height:38px;
	border-radius:8px;
	font-size:26px;
	margin-top:36px;
	transition:ease-in-out 0.2s all;
	cursor:pointer;
	z-index:10;
}
.sv_head2_mobile section:active{
	transform:translate(2px,2px);
}
.sv_menu{
	background:#f2f2f2;
	height:40px;
	border-top:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
}
.sv_menu_in{
	height:40px;
	position:relative;
	display:flex;
	width:100%;
	text-align:center;
    justify-content: center;
	flex-wrap: wrap;
}
.sv_menu_tab{
	height:40px;
	border-right:1px solid #e8e8e8;
}
.sv_menu_in .sv_menu_tab:last-child{
	border:none;
}
.sv_menu_tab_t{
	height:40px;
}
.sv_menu_tab_t a{
	display:flex;
	height:40px;
	vertical-align:middle;
    align-items: center;
    justify-content: center;
	font-size:14px;
	font-weight:600;
	color:#333;
	padding:0px 7px;
}
.sv_menu_tab_t a i{
	margin-right:4px;
}
.sv_menu_tab_hide{
	min-height:100px;
	background:#fff;
	z-index:1;
	top:40px;
	left:0px;
	width:100%;
	position:absolute;
    z-index: 409;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    border: 4px solid #f2f2f2;
    border-top: none;
    margin-left: -4px;
	display:none;

}
.sv_menu_tab:hover .sv_menu_tab_hide{
	display:block;
}
.sv_menu_tab:hover .sv_menu_tab_t a{
	background:#FFF;
	color:#E60000;
}
.sv_menu_height{
	height:40px;
}


.sv_menu_tab_data{
	display:flex;
	width:100%;
}
.sv_menu_tab_link{
	min-width:150px;
}
.sv_menu_tab_link a{
	display:block;
	text-align:center;
	padding:8px 4px;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #CCC;
	transition:ease-in-out 0.2s all;
}
.sv_menu_tab_link a:hover{
	color:#0062C4;
	background:rgba(21,138,255,0.05);
}
.sv_menu_tab_link a:last-child{
	border:none;
}
.sv_menu_tab_more{
	position:relative;
	min-width:100px;
}
.sv_menu_tab_more a{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#999;
	font-size:40px;
}
.sv_menu_tab_more a:hover{
	color:#06F;
}
.sv_menu_tab_b{
	padding:15px;
	text-align:center;
}
.sv_menu_tab_b dd{
    display: block;
    width: 100%;
    height: 100px;
    background: url(../newsimg/load_img.png);
    background-position: top center;
    background-size: cover;
}
.sv_menu_tab_b h3{
    font-size: 16px;
    line-height: 18px;
    color: #333;
    overflow: hidden;
    padding: 4px 5px;
    font-weight: 600;
	text-align:center;
}
.sv_menu_tab_b a:hover h3{
	color:#0071E1;
}

.sv_menu_tab_b a dl{
	padding:4px 0px;
	overflow:hidden;
}
.sv_menu_tab_b a dl span{
	display:inline-block;
	font-size:11px;
	padding:2px 5px;
	color:#FFF;
	float:left;
	text-transform:uppercase;
}

.sv_menu_tab_b a dl small{
	float:right;
	font-size:11px;
	color:#CCC;
	padding-top:2px;
}
.sv_menu_tab_b a dl small i{
	margin-right:3px;
}
.sv_menu_tab_data2{
	display:flex;
	width:100%;
}
.sv_menu_tab_data2 a{
	flex:1;
	border:1px solid #eee;
	margin:8px;
	border-radius:5px;
	transition:ease-in-out 0.2s all;
}
.sv_menu_tab_data2 a span{
    display: inline-block;
    background: url(../icon/state-icon.svg) no-repeat center;
    background-size: 610px;
    height: 57px;
    color: beige;
	background-position: -4px -11px;
    width: 55px;
    height: 57px;
	margin-top:4px;
}
.sv_menu_tab_data2 a h3{
	text-align:center;
	padding:4px 4px;
	font-size:16px;
	color:#e80000;
}
.sv_menu_tab_data2 a:hover{
	transform:scale(1.1,1.1);
	cursor:pointer;
	background-color:#f2f2f2;
}
.InmStickyTop{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:449;
	box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -o-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -ms-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
}
.InmStickyTop .sv_menu_tab_t a img{
	display:block !important;
	width:100px;
}
.InmStickyTop .sv_menu_tab_t a i{
	display:none;
}
.InmStickyTop .sv_menu_tab_t a{
	font-size:12px;
	font-weight:900;
}

.InmStickyTop2{
	height:50px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:449;
	box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -o-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
    -ms-box-shadow: 2px 0 10px rgba(0,0,0,0.17);
}
.InmStickyTop2 .sv_head2_b2 a img{
	height:42px;
	margin-top:4px;
}
.InmStickyTop2 .sv_head2_b2{
	float:left;
	width:auto;
}
.InmStickyTop2 .sv_head2_b2 a small{
	display:none;
}
.InmStickyTop2 .sv_head2_mobile section{
	margin-top: 6px;
}
/**Head**E**/
/**Foot**S**/

.sv_subscribe{
	background:#f2f2f2;
	overflow:hidden;
	padding:20px 0px;
}
.sv_subscribe_b1{
	width:50%;
	float:left;
}
.sv_subscribe_b2{
	width:50%;
	float:left;
}
.sv_subscribe_b1 section{
	padding: 0px 10px;
}
.sv_subscribe_b1 section h2{
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    padding-top: 2px;
}

.sv_subscribe_b1 section a{
	display:inline-block;
	float:left;
	font-size:35px;
	width:38px;
	height:38px;
	text-align:left;
	color:#006BD7;
	transition:ease-in-out 0.2s all;
	opacity:0.9;
	margin-bottom:5px;
}
.sv_subscribe_b1 section a:hover{
	opacity:1;
	transform:scale(1.1,1.1);
}



.sv_subscribe_b2 section{
	padding:0px 10px;
}
.sv_subscribe_b2 section h2 {
	text-align:left;
	padding-bottom:10px;
	font-size:16px;
	color:#666;
	font-family: 'ProximaNovaRegular';
	font-weight:300;
	padding-top:2px;
	
}

.sv_subscribe_b2 dd{
	float:left;
	width:60%;
	position:relative;
	overflow:hidden;
}
.sv_subscribe_b2 dl{
	float:left;
	width:25%;
}
.sv_subscribe_b2 dd input[type=email]{
	outline:none;
	border:1px solid #CCC;
	font-size:14px;
	font-family: 'ProximaNovaRegular';
	padding:12px 10px;
	width:100%;
	display:block;
	border-right:none;
	padding-left:34px;
}
.sv_subscribe_b2 dd input[type=email]:focus{
	border-color:#FF7575;
}
.sv_subscribe_b2 dl input[type=submit]{
	display:block;
	outline:none;
	border:1px solid #FF7575;
	color:#DF0000;
	background:#FCC;
	font-size:14px;
	font-family: 'ProximaNovaRegular';
	padding:12px 10px;
	width:100%;
	cursor:pointer;
}
.sv_subscribe_b2 dl input[type=submit]:hover{
	background-color:#C1E0FF;
	border-color:#64B1FF;
	color:#007AF4;
}
.sv_subscribe_b2 dd:before{
	font-family: 'FontAwesome';
	content:"\f003";
	position:absolute;
	z-index:11;
	width:20px;
	height:20px;
	color:#999;
	font-size:20px;
	top:9px;
	left:8px;
}
.sv_subscribe_b2 small{
	display:block;
	clear:both;
	font-size:14px;
	color:#bcbcbc;
	text-align:left;
	padding-top:2px;
}
.sv_foot_border {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.sv_foot_border dl {
    float: left;
    width: 10%;
    height: 3px;
}
.sv_foot2_body{
	overflow:hidden;
	background:#171717;
	width:100%;
}
.sv_foot2_body section{
	overflow:hidden;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:12px 5px;
	line-height:16px;
}
.sv_foot2_body section a{
	color:#FF0;
}

.sv_foot1_body{
	overflow:hidden;
	height:75px;
	background:#CCC url(../img/dot13.png);
	width:100%;
	text-align:center;
}
.sv_foot1_body a{
	display:inline-block;
	padding:3px 10px;
	color:#666;
	font-size:14px;
	font-family:"Raleway";
	border-right:1px solid #666;
	font-weight:600;
	margin-top:28px;
}
.sv_foot1_body a:hover{
	color:#0071E1;
	text-decoration:underline;
}



.sv_foot2{
}
.sv_foot2 section{
}
.sv_foot2 a{
	display:block;
	padding:5px;
	color:#999;
	text-align:left;
	font-size:14px;
	line-height:16px;
}
.sv_foot2 a:hover{
	color:#006CD9;
}
.sv_foot2 a i{
	margin-right:5px;
}
.sv_foot2 dl{
	display:block;
	padding:5px;
	color:#999;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding:0px 10px;
}
.sv_foot2 dl i{
	margin-right:5px;
}
.sv_foot3{
	min-height:150px;
	background-image:url(../img/rgba_black.png), url(../sldimg/news1.jpg);
	background-repeat:repeat, no-repeat;
	background-size:auto, cover;
	background-position:top, center;
	padding:20px 0px;
}
.sv_foot3 section{
	float:left;
	width:20%;
}
.sv_foot3_logo{
	text-align:center;
}
.sv_foot3_logo img{
	display:block;
	width:150px;
	margin:0 auto;
}
.sv_foot3_link h2, .sv_foot3_share h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-align: left;
    margin: 0px 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 7px;
    font-family: 'ProximaNovaBold';
    /* text-decoration: underline; */
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.sv_foot3_link h2 i, .sv_foot3_share h2 i{
	margin-right:5px;
}
.sv_foot3_link h2 em {
    width: 20px;
    float: right;
    color: #999;
    text-align: center;
}

.sv_foot3_link a{
    display: block;
    text-align: left;
    font-size: 16px;
    padding: 6px 2px;
	margin-left:10px;
    color: #999;
	transition:ease-in-out 0.2s all;
}
.sv_foot3_link a:hover{
	color:#0074E8;
	text-decoration:underline;
}

.sv_foot3_share aside{
    padding: 0px 10px;
	padding-bottom:6px;
	overflow:hidden;
	text-align:left;
}
.sv_foot3_share aside a{
	display:inline-block;
	font-size:28px;
	padding-right:5px;
	opacity:0.9;
	transition:ease-in-out 0.2s all;
}
.sv_foot3_share aside a:hover{
	opacity:1;
	transform:scale(1.05);
}

.sv_foot3_share article{
    padding: 0px 10px;
	overflow:hidden;
	text-align:left;
}
.sv_foot3_share article a{
	display:inline-block;
}
.sv_foot3_share article img{
	display:block;
	margin-bottom:6px;
}

.youtube_i{
	color:#F20000 !important;
}
.instagram_i{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.facebook_i{
	color:#06C !important;
}
.twitter_i{
	color:#00A9E1 !important;
}
.whatsapp_i{
	color:#00AE00 !important;
}

#sv_return-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background:rgba(103, 58, 183,0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align:center;
}
#sv_return-to-top i {
    color: #fff;
	font-size:20px;
	line-height:40px;
}
#sv_return-to-top:hover {
    background: #8204FF;
}
#sv_return-to-top:hover i {
    color: #fff;
    top: 2px;
}

.sv_foot2_body aside{
	clear:both;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
	text-align:center;
	padding:10px 10px;
	background:#000;
}
.sv_foot2_body aside a{
	color:#FFF;
}
/**Foot**E**/