/* # Genesis Child Theme
Theme Name: RT Normal
Theme URI: http://thietkewebmienphi.com
Description: This is the standard theme created for the Genesis Framework.
Author: Minh Sang & Hai Coder
Author URI: http://thietkewebmienphi.com
Template: genesis
Template Version: 1.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

*{
    margin: 0px;
    padding: 0px;
    outline : none;
    font-size: 14px;
    font-family: 'Arial', Arial,Helvetica,sans-serif;
    line-height: 20px;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,400italic,500,500italic,700&subset=latin,vietnamese);
div.clear{clear:both}
a{text-decoration:none}
img{
	max-width:100%;
	border:none;
}

a:hover, a:active, a:focus, li:hover, .transit{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
 }
li{list-style:none}
iframe {
	max-width: 100%;
}

/* ------------------Start Here --------------------------*/

.site-container, .site-inner {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.site-inner {
	clear: both;
	background: #fff;
	overflow: hidden;
	padding-top: 10px;
	width: 1020px;
	margin: 0 auto;
}
.site-title{
	position: absolute;
	text-indent: -9999px;
}

/* banner */
.site-header{position: relative;}
.site-header .wrap {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
.site-header .imgbanner{
	display: block;
	line-height: 0;
}
.site-header .imgbanner img{
	width: 100%;
	height: auto;
}

.content-sidebar-wrap {
	overflow: hidden;
	margin-top: 10px;
}

/* Navigation */

.nav-primary{
	color: #FFFFFF;
	text-transform: uppercase;
	clear: both;
}
.nav-primary .wrap {
	width: 1020px;
	margin: 0 auto;
	height:38px;
	background:#055fc4;
	border-top: 2px solid #FFFFFF;
} 
.nav-primary ul{
	margin: 0;
	padding: 0;
	}
.nav-primary li{
	float: left;
	list-style: none;
	position:relative;
	background: url(images/li.png) right no-repeat;
	}
.nav-primary li:last-child {
	background: none;
}
.nav-primary li a{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0px 20px;
  line-height:38px;
  position: relative;
  text-decoration: none;
  text-transform:uppercase;
  white-space: nowrap;
}
.nav-primary li:hover, .nav-primary .current_page_item , .nav-primary .current-cat , .nav-primary .current-menu-item{
	color: #ff0;
}

/* sub menutop lv 1 */
.nav-primary li  li {
	background: #055fc4 !important;
	width:100%;
	border-top:#fff solid 1px;
	clear:both;
	padding:0;
	margin-top:-15px;
	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}

.nav-primary li li a{
	color: #FFFFFF;
	font-size: 11px;
	line-height:37px;
	padding-left:10px;
	padding-right:0;
	border:none;
	position: relative;
}
.nav-primary li ul{
	z-index: 9999;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background:#222;
	width:180px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary li:hover>ul{
	opacity:1;
	visibility:visible;
}
.nav-primary li:hover ul li{
	margin-top:0;
    opacity:1;
}

/* sub menutop lv 2 */
.nav-primary ul ul ul{
	float:left;
    list-style:none;
    z-index: 9999;
    margin-left:1px;
    padding:0;
    position:absolute;
    left:80%;
    top:0px;
    background:#222;
    width:100%;
    opacity:0;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary ul ul ul li{
	border:none;
    border-bottom:1px solid #ccc;
    clear:both;
    margin:0;
    padding:0;
    width:100%;
    opacity:1;
}
.nav-primary ul ul li:hover ul{
	opacity:1;
    left:100%;
    visibility:visible;
}

/* search form */
#searchform, .search-form{
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border-radius: 12px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.search-form{
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: -36px;

}
#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
	width: 224px;
	border:none;
	height: 24px;
	padding:2px 8px;
	font-size: 12px;
	font-style: italic;
	color: #919191;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 22px;
	height: 24px;
	border:none;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat;
	cursor: pointer;
}

/* breadcrumb */
.breadcrumb{
	margin: 0 0 10px 0;
	padding: 5px 0;
}
.breadcrumb a{
	color: #777;
}

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float:left;
	width:785px;
}
/* Sidebar & content */

.sidebar {
	float: right;
	width: 225px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 10px;
 }
 .content-sidebar .sidebar-primary {
 	margin-right:10px;
 }

.sidebar .widget {
	border:#cccccc solid 1px;
	margin-bottom:29px;
	padding: 0 0 0px 0;
}

.sidebar h4.widget-title {
	background: url(images/sidebar.png) no-repeat;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	height: 45px;
	line-height: 40px;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar ul li{
	padding:7px 0px 7px 18px;
	position:relative;
}
.sidebar .widget_nav_menu ul li{
	list-style:url(images/listmenu.png) inside;
	padding:8px 0px 8px 18px;
	position:relative;
	border-bottom: 1px solid #cccccc;
}
.sidebar .widget_nav_menu ul li:last-child{
	border: none;
}
.sidebar .widget_nav_menu ul li a{
	color:#333333;
	font-size: 14px;
	text-decoration:none;
	margin-left: 7px;
}
.sidebar .widget_nav_menu ul li a:hover{color:#0070d8;}

/* sub danh muc sp */
.sidebar .widget_nav_menu ul ul {
	position:absolute;
	left:86%;
	width:100%;
	top:0;
	background:#fff;
	z-index: 9999;
	opacity:0;
	border:#c5c5c5 solid 1px;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.sidebar .widget_nav_menu ul li:hover > ul{
	opacity: 1;
    left: 100%;
    visibility:visible;
}
.sidebar-secondary  {
	float: right;
	width: 225px;
	margin-top: 10px;
	padding-top: 20px;
}
.sidebar-content-sidebar .sidebar-primary {
	width:225px;
	float: left;
	padding-top: 19px;
}

.sidebar .featuredpost .tin-tuc, .sidebar .featuredpage .page, .sidebar-alt .featuredpost .tin-tuc,
.sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0px 15px;
	overflow: hidden;
	color : white;
}
.alignleft{
	float:left;
	margin:0 6px 0 0;
}
.sidebar .featuredpost .avatar, .sidebar .featuredpage .avatar, .sidebar-alt .featuredpost .avatar,
.sidebar-alt .featuredpage .avatar, .sidebar .featuredpost img, .sidebar .featuredpage img,
.sidebar-alt .featuredpost img, .sidebar-alt .featuredpage img {
	margin: 0;
	border: 1px solid #cccccc;
	height: 148px;
    width: 198px;
}
.sidebar .featuredpost h2 a{
	color: #055fc4;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#featured-post-2 {
	padding-bottom: 10px;
}
#featured-post-2 .status-publish:nth-child(1) h2 a {
	font-weight: bold;
}
#featured-post-2 img ,#featured-post-2 .entry-content p {
	display:none;
}
#rt-featured-post-3 .aligncenter {
	margin: 0;
}
#featured-post-2 .widget-wrap .status-publish:nth-child(1) img ,#featured-post-2 .widget-wrap .status-publish:nth-child(1) .entry-content p {
	display:inherit;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0;
}
#featured-post-2 .fa {
	margin-right: 8px;
	color: #055fc4;
}
#featured-post-2 .widget-wrap .status-publish:nth-child(1) .fa {
	display: none;
}
#featured-post-2 .widget-wrap .status-publish:nth-child(1) img {
	margin: 10px 0;
}
.cpd {padding-right: 18px !important;}
.cpd-l {
	font-weight: bold;
	color: #333333;
}
.cpd-r {
	font-weight: normal;
}
.metaslider {
	margin: auto !important;
}

/** Navigation **/
.wp-pagenavi {
  float: right;
  margin: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #BFBFBF;
  margin: 2px !important;
  padding: 3px 7px !important;
  text-decoration: none;
}

/* Sidebar - Content */

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-right: 5px;
	width: 695px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: right;
	width: 695px;
	margin-top: 15px;
	margin-left:5px;
}
.sidebar-content-sidebar .content {
	float: right;
	width: 550px;
	margin-left:5px;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	height: 45px;
	background: url(images/title.png) no-repeat;
	line-height: 40px;
	clear: both;
	margin-bottom:5px;
	text-transform:uppercase;
	text-align:center;
}

.heading a{
	color: #fff;
	font-size: 14px;
	line-height:37px;
}
.heading a:hover{text-decoration: underline;}

.content .entry-title {
	border-bottom:  1px solid #999;
	font-size: 15px;
	margin-bottom:  10px;
	padding-bottom:  5px;
}

.entry-content{

}
.entry-content table{
	border-collapse:  collapse;
	border-spacing: 5px;
}
.entry-content p, .entry-content div{margin-bottom: 10px; min-height: 1px;}
.entry-content h1{font-size: 20px;}
.entry-content h2{font-size: 18px;}
.entry-content h3{font-size: 16px;}
.entry-content h4{font-size: 14px;}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin-bottom: 5px;}
.entry-content i, .entry-content b, .entry-content span, .entry-content strong, .entry-content p {
	font-size: inherit;
	color: inherit;
}
.entry-content .aligncenter{
	display: block;
	margin:	3px auto;
	text-align: center;
}
.entry-content img{
	max-width:  100%;
	height:  auto;
}
/* Tin lien quan */
#related-post h3{
	text-transform:uppercase;
	margin:6px 0;
}
#related-post ul li{
	list-style:square inside;
	color:#666;
	padding:3px 0;
}
#related-post ul li a{color:#444}
#related-post ul li a:hover{color:#222}

/* Product List Home */

.product-list .product-item {
	float:left;
	width: 30.5%;
	height: 208px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.product-list .product-item:nth-child(3n+2) {
	margin: 0px 19px 10px 19px;
}
.product-list .product-item:hover {
	box-shadow: 0px 0px 4px #0070d8;
}
.product-list .product-item .product-title
 {
	line-height: 20px;
	color: #055fc4;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	height: 40px;
	overflow: hidden;
}
.price {
	color: #F00;
	text-align: center;
	font-weight: bold;
}
.gachngang{
	text-decoration: line-through;
}
.sidebar-content-sidebar .product-list .product-item{

}
.product-img{
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 130px;
}
.product-item a.img{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list .product-item .product-img img {
	width: 148px;
	height: 148px;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
/* archive */

.news-post{
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin: 0 5px 15px;
  overflow: hidden;
  padding: 10px;
}
.news-post h2 a{
    font-size: 15px;
    font-weight: bold;
    color:#000;
}
.news-post img {
  border: 1px solid #E4E4E4;
  float: left;
  height: 120px;
  margin: 5px 10px 5px 5px;
  width: 150px;
}
.news-post p {
  padding: 10px 15px 5px 5px;
  text-align: justify;
  color:#000
}

/* News List Home */
.news-list .news-item {
	margin: 10px 0;
	overflow: hidden;
}
.news-list .news-item img {
	border: 3px solid #E1E1E1;
	width: 80px;
	height: 80px;
	float: left;
	clear: left;
	margin-right: 5px;
}
.news-list .news-item .news-title {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #055fc4;
	text-align: left;
	font-weight: bold;
	display: block;
}
/* Single Product */
.anhspsp {
    width: 35%;
    float: left;
    text-align: center;
}
.anhspsp img{
	width: 100%;
	height: auto;
}	
.thongso {
    width: 60%;
    float: right;
}

.thongso ul li {
    list-style: square inside none;
    color: #055fc4;
    padding: 8px 0px;
    border-bottom: 1px dotted #055fc4;
}
.thongso ul li span.left{
	display: inline-block;
	width: 150px;
}
.thongso ul li span.right {
    color: #000;
}
a.contact {
    float: right;
    margin-top: 10px;
    padding: 5px 15px;
    background: none repeat scroll 0% 0% #F15A24;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
}
.sidebar-content-sidebar .content-sidebar-wrap .thongso , .sidebar-sidebar-content .content-sidebar-wrap .thongso {

}
/* form lien he */
.wpcf7 p{
	line-height: 2;
	overflow: hidden;
}

.wpcf7 label{
	float:left;
	width: 120px;
	margin-right: 6px;
	line-height: 24px;
}
.wpcf7 label span.sao{color:#F00}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel]{
	width: 250px;
	height: 24px;
	border: #cacaca 1px solid;
	float:left;
}
.wpcf7 textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 7px;
	resize:none;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset]{
	padding:3px 10px;
	cursor: pointer;
}
.wpcf7 input[type=submit]{margin-left: 126px;}

/* Footer */
.footer-widgets, .site-footer {
    overflow: hidden;
    background:#e9e9e9;
}
.footer-widgets .wrap, .site-footer .wrap {
	width: 1020px;
	margin: 0 auto;
}
/* menu footer
#footer-widgets ul{
 	padding:0;
	margin:0;
	text-align:center;
	height:37px;
	background:url(images/bg-menutop.png) repeat-x;
}
#footer-widgets ul li {
    list-style: none;
    display:inline;
	background:none;
	line-height:37px
}

#footer-widgets ul li a {
	color: #FFFFFF;
	line-height:37px;
	font-size: 14px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight:bold;
}
#footer-widgets ul li a:hover{
	color:#e0fa05
}
*/
.footer-widgets::before {
	content: "";
	background: url(images/border.png) repeat-x;
	width: 100%;
	display: block;
	height: 15px;
	margin-bottom: 13px;
}
.footer-widgets .widget_text {
    color: #fff;
}
.footer-widgets .widget_nav_menu {
	width: 245px;
	margin-right: 10px;
}
.footer-widgets #text-2 {
	width: 415px;
	margin-right: 10px;
}
.footer-widgets .widget_nav_menu li{
	list-style: url(images/listmenu.png) inside;
	padding: 5px 0;
}
.footer-widgets .widget_nav_menu li:first-child {
	margin-top: 0;
} 
.footer-widgets .widget_nav_menu li a{
	color: #333333;
} 
.footer-widgets .widget_text img {
	margin-right: 6px;
}
.footer-widgets .widget {
	float: left;
}
.footer-widgets .widget .widgettitle {
	font-size: 20px;
	margin-bottom: 10px;
	color: #055fc4;
}
.footer-widgets p {
	color: #333333;
	line-height: 30px;
}
p#credit-link{
	text-align: right;
	padding-right: 6px;
}
p#credit-link strong{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	line-height:24px;
	font-size: 10px;
}

/**** support online ****/
#supporter-info{

}
.supporter {
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
}
.online{text-align: center;margin:5px 0;}
.yahoo a,.skype a{
	line-height: 0;
	display: block;
}
.yahoo,.skype{
	display: inline-block;
	margin:0px 5px;
}
.skype img{
	height: 16px;
	width: auto;
}
.phone, .ten {
    color: #ff000b;
    font-weight: bold;
    font-size: 16px;
}
.name {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}
/* slide doc */
.promoteslider ul {
	width:100%;
	padding:0;
}
.promoteslider ul li {
	text-align: center;
	list-style: none;
	display:table;
	table-layout: fixed;
	width:100%;
}
.promoteslider ul li a.title {
	color: #055fc4;
	text-align: center;
	font-weight: bold;
	display: block;
}
.promoteslider ul li img{
	height: 160px;
	width: auto;
}

/* back to top */
#back-top {
    position: fixed;
    bottom: 30px;
    right:20px;
    display: none !important;
}
#back-top a {
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 7px;
    background: url(images/backtop.png) center no-repeat ;

    /* rounded corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* ===================================================================================*/
.image-slider {
	padding: 8px 10px;
}
.image-slider img {
	width: 178px;
	height: auto;
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}
#logo-slide {
	height: 250px;
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	padding-top: 10px;
}
#logo-slide .wrap {
	width: 1200px;
	margin:auto;
}
#amazon_scroller1 {
	background: none !important;
	width: 100% !important;
	padding: 0 !important;
	height: 250px !important;
}
.amazon_scroller .amazon_scroller_mask {
	position: absolute;
	overflow: hidden;
	margin-left: 48px;
}
.amazon_scroller ul{
	padding : 0;
	float:left;
}
.amazon_scroller ul li{
	margin-right: 40px;
	float:left;
	position: relative;
  	width: 200px !important;
  	height: 268px;
}
.amazon_scroller ul li img {
	width: 198px !important;
	height: 168px !important;
	border: 1px solid #cfcfcf;
	text-align: center;
	display: block;
	margin: 0 auto;
}
ul.amazon_scroller_nav{
	top: 30px !important;
}
.amazon_scroller .amazon_scroller_nav{
    position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
    cursor: pointer;
    position: absolute;
    width: 27px !important;
    height: 27px !important;
}

.amazon_scroller ul li a.product-title{
	text-decoration:none;
	display:block;
	color: #333333 !important;
	font-size: 14px !important;
	text-align: center;
	font-weight: bold;
	height: 20px;
	margin-top: 8px;
	overflow: hidden;
}
.amazon_scroller ul li a.titlepro{
	height : 40px;
	overflow : hidden;
}
.more {
	float: right;
	font-size: 12px !important;
	color: #ff000b !important;
	font-style: italic;
	text-transform: none !important;
	line-height: 37px;
}
#logo-slide h1{
	color: #055fc4 !important;
	font-size: 20px !important;
	font-weight: bold; 
	padding-bottom: 0px;
	text-align: center; 
	line-height:20px;
	height: 20px;
	clear: both;
	margin-bottom:15px;
	text-transform:uppercase;
}
#logo-slide h1 a.title-slide{
	color: #0083c9 !important;
	font-size: 14px !important;
}
.arrow_prev {
	background: url(images/prev.png) no-repeat;
	left: 10px !important;
	top: 84px !important;
}
.arrow_next {
	background: url(images/next.png) no-repeat;
	right: -34px !important;
	top: 96px !important;
}
.box-footer {
	clear: both;
	margin-bottom: 20px;
}
.box-footer .widget-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
  height: 45px;
  background: url(images/title.png) center no-repeat;
  line-height: 40px;
  clear: both;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.box-footer .widget img {
	border: 1px solid #e9e9e9;
	margin: 0px 5px;
}
#imgslider-contain {
	border: 1px solid #e9e9e9;
  	padding: 10px 2px;
  	margin-top: -8px;
}