/*
	  ==============================================================
		   Widgets
	  ==============================================================
*/
.widget{
	float: left;
	width: 100%;
}
.widget-hd{
	float:left;
	width: 100%;
}
.widget-hd h3{
	line-height: normal;
	color: #363636;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.widget-hd h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 70px;
	content: "";
}
/*
	  ==============================================================
		   WIDGET TEXT CSS START
	  ==============================================================
*/
.widget-text .text{
	margin-bottom: 44px;
}
.widget-text .text p{
	margin-bottom: 14px;
	color: #636363;
}
.widget-text .text > a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}
.widget-text .input-dec{
	margin-bottom: 13px;
}
.widget.contact-ft > h5 {
    clear: both;
    display: block;
    font-weight: normal;
    margin: -5px 0 38px;
}
/*
	  ==============================================================
		   WIDGET NEWS LATTER CSS START
	  ==============================================================
*/
.news-latter{
	float: left;
	width: 100%;
}
.news-latter h5{
	line-height: 18px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin-bottom: 23px;
}
.news-latter{
	float: left;
	width: 100%;
}
.input-dec{
	float: left;
	width: 100%;
	position: relative;
}
.input-dec form{
	float: left;
	width: 100%;
	position: relative;
}
.input-dec input[type=text]{
	float: left;
	width: 100%;
	background: #171717;
	font-size: 14px;
	text-transform: capitalize;
	color: #464646;
	padding: 11px 50px 11px 20px;
	border: none;
	border-radius: 4px;
	line-height: normal;
	margin: 0;
}
.input-dec input[type=text]:focus{
	box-shadow: 0 1px 5px 0 rgba(255, 255, 255, 0.5) inset;
}
.input-dec input[type=text]::-webkit-input-placeholder,
.input-dec input[type=text]:-moz-placeholder,
.input-dec input[type=text]::-moz-placeholder,
.input-dec input[type=text]:-ms-input-placeholder {color: #464646; opacity: 1;}
.input-dec button{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	padding:10px 20px;
	background: transparent;
	color: #464646;
	font-size: 18px;
}
.input-dec button i{
	margin-top: -1px;
	display: block;
}
.news-latter a{
	float: left;
	font-size: 14px;
	color: #464646;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: normal;
}
/*
	  ==============================================================
		   WIDGET TEXT CSS START
	  ==============================================================
*/
.widget-bg{
	position: relative;
}
.widget-bg:before{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*
	  ==============================================================
		   WIDGET NEW 1 CSS START
	  ==============================================================
*/
.new-1 .widget-hd h3{
	margin-bottom: 30px;
}
.new-1 ul{
	float: left;
	width: 100%;
}
.new-1 ul li{
	float: left;
	width: 100%;
	padding: 20px 0 15px;
	border-top: 1px solid #2a2a2a;
}
.new-1 ul li:first-child{
	border: none;
	padding-top: 0;
}
.new-dec .date{
	padding: 16px 22px;
	float: left;
	background: #111111;
	color: #fff;
}
.new-dec .date b{
	color: #fff;
}
.new-1 ul li:hover .new-dec p,
.new-1 ul li:hover .new-dec .date b,
.new-1 ul li:hover .new-dec .date{
	color: #fff;
}
.new-dec .text{
	float: none;
	overflow: hidden;
	width: auto;
	padding-left: 20px;
}
.new-dec .text p{
	margin: -5px 0 7px 0;
	line-height: 20px;
}
.new-dec .text a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.new-1 ul li:hover .new-dec a{
	color: #464646;
}
/*
	  ==============================================================
		   WIDGET CONTACT CSS START
	  ==============================================================
*/
.contact-ft .widget-hd h3{
	margin-bottom: 28px;
}
.contact-ft ul{
	float: left;
	width: 100%;
}
.contact-ft > ul > li{
	float: left;
	width: 100%;
	padding: 19px 0 17px;
	color:#fff;
	border-top: 1px solid #2a2a2a;
}
.contact-ft > ul > li:first-child{
	border: none;
	padding-top: 0;
}
.contact-ft ul li span{
	float: left;
	width: auto;
	margin-right: 45px;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}
.contact-ft .text{
	float: none;
	overflow: hidden;
	width: auto;
}
.contact-ft address {
    font-style: normal;
    font-size: 14px;
    margin: 0;
}
.contact-ft .text em{
	display: block;
	font-style: normal;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
}
.contact-ft .text em:last-child{
	margin: 0; 
}
.contact-ft .text em small{
	color: #c2c2c2;
}
.contact-ft .text a{
	display: block;
	font-style: normal;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 7px;
}
.contact-ft .text a:last-child{
	margin: 0; 
}
.contact-ft .social-1 li a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #ddd;
	color: #262626;
	font-size: 14px;
}
/*
	  ==============================================================
		   WIDGET SLIDER CSS START
	  ==============================================================
*/
.widget-padding{
	padding: 30px;
	float: left;
	width: 100%;
}
.widget-slider .widget-hd h3{
	margin-bottom: 30px;
}
.wid-slider {
	float: left;
	width: 100%;
}
.wid-slider .bx-wrapper {
    margin: 0 auto 0px;
}
.wid-slider .bx-wrapper .bx-viewport {
    background: transparent;
    border:none;
    box-shadow:none;
    left: 0px;
}
.wid-slider .bx-pager.bx-default-pager a.active {
    border-radius: 100%;
}
.wid-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 10px;
    margin: 0 3px;
    outline: 0 none;
    width: 10px;
}
.wid-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    float: left;
    line-height: 10px;
    padding: 15px 0 0;
    position: static;
    width: 100%;
}
.wid-slider .bx-controls-direction{
	display: none;
}
.tabs-widget-wrap{
	float: left;
	width: 100%;
}
.tabs-widget-wrap .books-tab li a{
	padding: 0 20px 13px;
}

.widget-slider2 .bx-wrapper img{
	width:100%;
}