/*Archive Style Start */
.widget_archive{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.layerslider_widget{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_categories ul,
.widget_archive ul{
	margin:0;
	padding:0;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	float:left;
	width:100%;
	background-color:#fff;
}
.widget_categories ul li,
.widget_archive ul li {
    border-bottom: 1px solid #CCCCCC;
    float: left;
	text-align:right;    
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding:14px 20px;
	margin:0px;
}
.widget_categories ul li a,
.widget_archive ul li a{
    color: #666666;
    font: 400 14px/14px 'Roboto Slab',serif;
    text-decoration: none;
	text-align:left;
	float:left;
	padding:5px 0px 0px 0px;
}
.widget_categories ul li:hover a,
.widget_archive ul li:hover a{
	color:#fff;
}
.widget_categories ul li:hover,
.widget_archive ul li:hover{
    background:#666666 !important;
    color: #FFFFFF;
    display: block;
}
.em-calendar-wrapper #em-calendar{
margin-bottom:0px;
}
/*Archive Style End */
.widget_categories ul ul.children{
	box-shadow:none;
	margin:10px 0px 0px 0px;
}
.widget_categories ul ul.children ul li{
	background-color:#ffffff;
}
.widget_categories ul ul.children li{
	box-shadow:none;
	padding:10px 10px;
	border:none;
	background:#f5f5f5;
}
/*Categories Style End*/

/*Flicker Style Start*/
.flicker{
	float:left;
	width:100%;
}
.flicker ul {
    list-style: none outside none;
    margin: 0 0 0 -14px !important;
    overflow: hidden;
    padding: 0;
}
.flicker ul li {
    float: left;
    margin: 0 0 0 14px;
    padding: 0 !important;
	border:0 !important;
}
/*Flicker Style End*/

/*Custom Menu Style Start*/
.menu-all-pages-container{
	float:left;
	width:100%;
}
.menu-all-pages-container ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.menu-all-pages-container ul li{
	 border-bottom: 1px solid #CCCCCC;
	 float:none;
	 overflow:hidden;
    padding:14px 0 13px 21px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:relative;
}
.menu-all-pages-container ul li a{
	color: #666666;
    font: 400 14px/14px 'Roboto Slab',serif;
    text-decoration: none;
}
.menu-all-pages-container ul li a:hover{
	color:#333;
}
.menu-all-pages-container ul li .sub-menu{
	box-shadow:none;
	display:none;
}
.menu-all-pages-container ul li .sub-menu li{
	border:0;
	padding:5px 0;
}
.menu-all-pages-container ul li .sub-menu li a{
	color: #666666;
    font: 400 13px/13px 'Roboto Slab',serif;
    text-decoration: none;
}
.menu-all-pages-container ul li:hover .sub-menu{
	display:block;
}
/*Custom Menu Style End*/

.widget_em_widget{
	float:left;
	width:100%;
}
.widget_em_widget ul{
	padding:0;
	margin:0;
	list-style:none;
}
.widget_em_widget ul li{
	float:left;
	padding:10px 0 10px 0;
	border-bottom:1px solid #ccc;
}
.widget_em_widget ul li a{
  	color: #333333;
    display: block;
    font: 400 16px/22px 'Roboto Slab',serif;
    padding: 0 0 5px;
	text-decoration:none;
}
.widget_em_widget ul li ul{
	padding:0;
	margin:0;
	list-style:none;
}
.widget_em_widget ul li ul li{
	border:0;
	color: #999999;
    display: block;
    font: 400 12px/12px 'Roboto Slab',serif;
    text-decoration: none;
	padding:0;
}
.widget_rss ul{

}

/*Widget Pages Style Start*/
.widget_pages{
	float:left;
	width:100%;
}
.widget_rss ul,
.widget_pages ul{
	margin:0;
	padding:0;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	float:left;
	width:100%;
}
.widget_rss ul li,
.widget_pages ul li {
    border-bottom: 1px solid #CCCCCC;
    float: left;
	text-align:left;
    padding:14px 20px;
	position:relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%;
	margin-bottom:0;
}
.widget_pages ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:17px 11px 0 20px;
	border:1px solid #666;
	border-radius:6px;
	width:6px;
	height:6px;
}
.widget_rss ul li a{
	color:#333;
	margin-bottom:5px;
}
.widget_pages > ul > li > a{
	padding:0px 20px;
}
.widget.widget_pages .page_item_has_children .children li{
	padding:14px 20px;
}
.widget_pages ul li a{color:#666;}
.widget_rss ul li a,
.widget_pages ul li a{
    
    font: 400 14px/14px 'Roboto Slab',serif;
    text-decoration: none;
	text-align:left;
	float:left;
	position:relative;
}
.widget_rss ul li a:hover,
.widget_pages ul li a:hover{
	color:#333;
}
.widget_rss ul li a:hover:before,
.widget_pages ul li:hover:before{
	border:1px solid rgba(0,0,0,0);
	border-radius:6px;
	width:6px;
	height:6px;
	background-color:#666;
}
.widget_pages ul li ul{
	display:none;
}
.widget_pages ul li:hover ul{
	display:block;
}
/*Widget Pages Style End*/

/*Search Box Style Start*/
#search-text{
	float:left;
	width:100%;
}
#search-text input[type="text"]{
 	background-color: #FFFFFF;
    border: 5px solid #E1E1E1;
    border-radius: 0;
    box-sizing: border-box;
    color: #999999;
    float: left;
    font: 300 12px 'Roboto Slab',serif;
    height: 48px;
    margin: 0 0 12px;
    padding: 0 15px;
    width: 100%;
}
/*Search Box Style End*/

/*Meta Style Start*/
.widget_meta{
	float:left;
	width:100%;
}
.widget_meta ul{
	margin:0;
	padding:0;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	float:left;
	width:100%;
}
.widget_meta ul li {
    border-bottom: 1px solid #CCCCCC;
    float: left;
	text-align:right;
    padding:14px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.widget_meta ul li a{
    color: #666666;
    font: 400 14px/14px 'Roboto Slab',serif;
    text-decoration: none;
	text-align:left;
	float:left;
}
.widget_meta ul li a:hover{
	color:#333;
}
/*Meta Style End*/

/*Recent Comments Style Start*/
.widget_recent_comments{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_recent_comments ul{
	margin:0;
	padding:0;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	float:left;
	width:100%;
	background-color:#fff;
}
footer .widget_recent_comments ul, footer .widget_archive ul, footer .widget_categories ul, footer .widget_meta ul{
	box-shadow:none;
}
footer .widget_pages ul ul li:hover,
footer .widget_pages ul li:hover{
	background:#333;
}

footer  .menu-testing-menu-container ul.menu,
footer .widget_categories ul ul.children li,
footer .widget_recent_entries ul li, footer .widget_recent_comments ul li, footer .widget_archive ul li, footer .widget_categories ul li, footer .widget_meta ul li{
	border-bottom:1px solid #333;
	color:#999;
	font:400 14px/14px 'Roboto Slab',serif;
	background:#333;
}
footer .widget_rss ul li a,footer  .widget_pages ul li a,
footer .rssSummary,
footer .menu-testing-menu-container ul li a,
footer .widget_recent_comments ul li a, footer .widget_archive ul li a, footer .widget_categories ul li a, footer .widget_meta ul li a{
	color:#CCC;
}
footer .widget ul li{
	margin:0px;
}
.widget_recent_comments ul li {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    padding:14px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0px;
}
.widget_recent_comments ul li a{
    color: #666666;
    font: 400 14px/14px 'Roboto Slab',serif;
    text-decoration: none;
}
.widget_recent_comments ul li a:hover{
	color:#333;
}
/*Recent Comments Style End*/
footer .textwidget > p{
	color:#ccc;
}
.textwidget > p strong{
	display:block;
}
.textwidget img{
	margin:0px 0px 10px 0px;
}
.widget_text .textwidget select, .widget_categories select {
    background-color: #ffffff;
    border: 5px solid #e1e1e1;
    border-radius: 0;
    box-sizing: border-box;
    color: #999999;
    float: left;
    font: 300 12px 'Roboto Slab',serif;
    height: 48px;
    margin: 0 0 12px;
    padding: 8px 16px;
    width: 100%;
}
.widget_text,
.menu-testing-menu-container ul {    
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu-testing-menu-container ul li {
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    float: left;
    padding: 0;
	margin: 0;
	width:100%;
	background-image:none;
	padding: 14px 20px;
}
.menu-testing-menu-container ul li a {
    color: #666666;    
    font: 400 14px/30px 'Roboto Slab',serif;
    text-align: left;
    text-decoration: none;
	padding:0;
	border:none;
	display:block;
	
}
.menu-testing-menu-container ul ul.sub-menu, .widget_pages ul ul {
    box-shadow: none;
    margin:0;
	width:100%;
}
.menu-testing-menu-container ul ul.sub-menu li, .widget_pages ul ul li {
    border: medium none;
    padding: 0px;
	width:100%;
}
.widget_pages ul ul li:before{
	display:none;
}
.widget_pages ul ul li:hover{
	background-color:#e9e9e9;
}
.widget_pages ul ul li a{
	display:block;
}
/*Transition Start*/
.widget_archive ul li a, .widget_categories ul li a, .menu-all-pages-container ul li a, .widget_pages ul li a, .widget_pages ul li:before, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_pages ul ul li{
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition:all 1s ease 0s;
}
/*Transition End*/

.flicker {
	float:left;
	width:100%;
}
.flicker ul {
	padding:0;
	margin:0 0 0 -14px;
	list-style:none;
	overflow:hidden;
}
.flicker ul li {
	float:left;
	margin:0 0 0px 14px;
	padding:0;
}
.flicker ul li .gal-image-cp{
	width:80px;
}
.flicker ul li a:hover {
	opacity:0.7;
}
.get-touch-form {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.get-touch-form input[type="text"] {
	float:left;
	width:100%;
	height:50px !important;
	padding:0 20px !important;
	margin:0 0 20px 0 !important;
	border:0 !important;
	border-radius:0 !important;
	background-color:#333 !important;
	font:400 14px 'Open Sans', sans-serif;
	color:#fff !important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	outline:none !important;
}
.get-touch-textarea{
	background-color:#333;
	padding:10px !important;
}
.get-touch-form .btn-search {
	width:40px;
	height:50px;
	border:0;
	margin:0;
	padding:0;
	font-size:20px;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.get-touch-form strong.title {
	font:400 12px/12px 'Open Sans', sans-serif;
	color:#666;
	display:block;
}

.sidebar-recent-post {
	float:left;
	width:100%;
	margin:0 0 27px 0;
}
.sidebar-recent-post ul {
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-recent-post ul li {
	padding:6px 5px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #ccc;
	width:100%;
	background-image:none;
	text-align:right;
}
.sidebar-recent-post ul li:hover{
	/*background-color:#f0f0f0;*/
	padding:6px 10px;
}
.sidebar-recent-post ul li:hover .text strong.title{
	font:400 12px/20px "Roboto Slab",serif;
}
.sidebar-recent-post ul ul li{
	border:none;
	margin-bottom:1px;
	text-align:left;

}
.sidebar-recent-post ul ul:hover li{
	background-color:#fff;
}
.sidebar-recent-post ul ul{
	margin:10px 0px;
	float:left;
	width:100%;
}

.sidebar-recent-post ul li a{
	float:left;
	display:inline-block;
	text-align:left;
}
.sidebar-recent-post ul li div{
	text-align:left;
	float:left;
	margin:0 10px 0 0;
}
.sidebar-recent-post ul li:hover a{
	color:#333;
	text-decoration:none;
}
.widget_em_widget ul li{
	float:none;
	display:block;
	border-bottom:0;
	color: #666666;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height:14px;
    margin:0;
	border-bottom:1px solid #ccc;
}
.widget_em_widget ul li ul li{
/*	border-bottom:1px solid #ccc;*/
}
.widget_em_widget ul li a {
    color: #333333;
    display: block;
    font-family: 'Roboto Slab',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 10px;
	text-decoration:none;
}
.sidebar-recent-post ul li .frame {
	float:left;
	margin:0 19px 0 0;
}
.sidebar-recent-post ul li .frame:hover {
	opacity:0.6;
}
.sidebar-recent-post ul li .frame img {
	display:block;
	width:100%;
}
.sidebar-recent-post ul li .text {
}
.sidebar-recent-post ul li .text strong.title {
	font:400 12px/20px 'Roboto Slab', serif;
	color:#333;
	display:block;
	padding:0 0 5px 0;
	overflow:hidden;
}
.sidebar-recent-post ul li .text strong.title a{
	color:#333;
	text-decoration:none;
}
.sidebar-recent-post ul li a.mnt {
	font:400 12px/12px 'Roboto Slab', serif;
	color:#999;
	display:block;
	text-decoration:none;
}
.sidebar-recent-post ul li a.mnt .fa {
	padding:0 5px 0 0;
	float:left;
}
.sidebar-recent-post ul li a.mnt:hover {
	color:#000;
}
.sidebar-recent-post ul li p {
	font:400 14px/22px 'Open Sans', sans-serif;
	color:#666;
	margin:0 0 7px 0;
}
.sidebar-recent-post ul li a.readmore {
	font:700 12px/12px 'Roboto Slab', serif;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
.sidebar-recent-post ul li a.readmore:hover {
	color:#000;
}

.archive-box {
	float:left;
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:15px 0 0 0;
}
.archive-box ul {
	padding:0;
	margin:0;
	list-style:none;
}
.archive-box ul li {
	padding:14px 0 13px 21px;
	overflow:hidden;
	float:none;
	line-height:14px;
}
.archive-box ul li a {
	font:400 14px/14px 'Roboto Slab', serif;
	color:#666;
	text-decoration:none;
}
.archive-box ul li a .fa {
	font-size:14px;
	color:#666;
	padding:0 10px 0 0;
}
.archive-box ul li a span.number {
	float:right;
	margin:0 25px 0 0;
}
.archive-box ul li:hover a {
	color:#333;
}
.archive-box ul li:hover a .fa {
	color:#333;
}
/*Archives Box End*/
/*Tags Cloud Start*/
.tag-box {
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
.tagcloud {
	padding:0;
	margin:0;
	list-style:none;
}

.tagcloud a {
	float:left;
	font:400 14px/14px 'Roboto Slab', serif !important;
	color:#fff;
	text-decoration:none;
	padding:8px 15px;
	display:block;
	margin:0px 1px 1px 0px
}
.tagcloud a:hover{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.8) inset;
	color:#fff;
	text-decoration:none;
}
/*Tags Cloud End*/
/*Facebook Widget Box Start*/
.facebook-widget-box {
	float:left;
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:15px 0 0 0;
}


.widget_recent_entries {
}
.widget_recent_entries ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
}
.widget_recent_entries ul li {
	float: left;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	position: relative;
	padding:14px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.widget_recent_entries ul li:hover{
	background:#666666;
}
.widget_recent_entries ul li a {
	color: #333;
	position: relative;
	z-index: 1;
	display:block;	
}
/*Recent Comments*/

.widget_recent_comments {
}
.widget_recent_comments ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
}
.widget_recent_comments ul li {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	position: relative;
	color: #fff;
	padding:14px 20px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.widget_recent_comments ul li:hover {
	color: #fff;
	background:#666;
	padding:14px 20px;
}
.widget_recent_comments ul li a {
	display:block;
	color: #333;
	z-index: 1;
	position: relative;
	
}
.widget_recent_comments ul li a:hover {
	color: #fff !important;
	padding:14px 20px;
}
.widget_categories ul li a:before {
	content: "\f101";
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 0.5em;
	top: 10px;
	left: 0;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

/*calender*/

.widget_calendar {
}
.widget_calendar #calendar_wrap {
	width: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.widget_calendar #calendar_wrap caption {
	padding: 5px 0px;
	color: #000;
	font-size: 18px;
}
.widget_calendar #calendar_wrap table thead tr th {
	padding: 10px 5px;
	color: #fff;
	text-align: center;
}
.widget_calendar #calendar_wrap table tbody tr td {
	border: solid 1px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-align: center;
	padding: 5px 5px;
}
.widget_calendar #calendar_wrap table tbody tr td:hover {
	color: #000;
}
.widget_calendar #calendar_wrap table tbody tr td.pad:hover {
	background: none;
}
.widget_calendar #calendar_wrap table tfoot tr td {
	padding: 5px 5px;
}
.widget_calendar #calendar_wrap table tfoot tr td a {
	color: #333;
}
footer .widget_calendar #calendar_wrap table tfoot tr td a{
	color:#fff;
}
#footer #wp-calendar caption{
	color:#fff;
}
#wp-calendar caption{
	text-align:center;
}
.widget_calendar #calendar_wrap table tbody tr td a {
	display: block;
	color: #FFF;
}
.widget_calendar #calendar_wrap table tfoot tr td a:hover {
}
/*Shopping Cart*/

.widget_shopping_cart {
}
.widget_shopping_cart .widget_shopping_cart_content {
	float: left;
	width: 100%;
}
.widget_shopping_cart .widget_shopping_cart_content #cart {
	list-style: none;
	width: 100%;
	margin: 0px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li {
	margin: 5px 0px 0px 0px;
	background-color: #202020;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px #333333;
}
.widget_shopping_cart .widget_shopping_cart_content ul li:hover {
	border-color: #666;
}
.widget_shopping_cart .widget_shopping_cart_content ul li img {
	width: 55px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li a.trash_icon {
	float: left;
	padding: 4px 10px 3px 10px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .product_name {
	margin: 0px 0px 7px 0px;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
	width: auto;
}
.widget_shopping_cart .widget_shopping_cart_content ul li .quantity input {
	box-shadow: none;
	border: solid 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.widget_shopping_cart .cart_total_checkoutt {
	padding: 5px 5px;
	background-color: #333;
	float: left;
	width: 100%;
}
.widget_shopping_cart .continue_shopping {
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	background-color: #202020;
	padding: 3px 5px;
}
.widget_shopping_cart .continue_shopping:hover {
	color: #000;
}
/*On Sale*/

.widget_onsale {
}
.widget_onsale ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.widget_onsale ul.product_list_widget li {
	margin: 5px 0px 0px 0px;
	background-color: #202020;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px #333333;
}
.widget_onsale ul.product_list_widget li img {
	width: 55px;
}
.widget_onsale ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
}
.widget_onsale ul.product_list_widget li a {
}
/*Product Categories*/

.widget_product_categories {
}
.widget_product_categories ul.product-categories {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
}
.widget_product_categories ul.product-categories li {
	margin:0;
	float: left;
	width: 100%;
	padding:0;
	text-align: right;
	border-top:1px solid #ccc;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.widget_product_categories ul.product-categories li:first-child{
	border:0;
}
.widget_product_categories ul.product-categories li a {
	color:#333;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin:0;
	padding:14px 20px;
	display:block;
	text-decoration:none;
	text-align:left;
}
.widget_product_categories ul.product-categories li:hover a{
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: block;
}
.widget_product_categories ul.product-categories li:hover a:before{
	color:#fff;
}
.widget_product_categories ul.product-categories li a:before {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

	color: #ADADAD;
	font-size: 16px;
	padding-right: 0.5em;
	top: 10px;
	left: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/*Product Search*/

.widget_product_search {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_product_search #s {
	border-radius:0px;
}
.widget_product_search #searchsubmit {
	padding: 5px 10px;
	background-image: none;
	color: #000;
	border: none;
	float: right;
	border-radius: 3px;
}
/*Random Products*/

.widget_random_products {
}
.widget_random_products ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.fc-header > tr {
	position: relative;
}
.fc-header-center h2 {
	background: none !important;
	color: #fff;
}
.widget_random_products ul.product_list_widget li img {
	width: 55px;
}
.widget_random_products ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
}
.widget_random_products ul.product_list_widget li a {
}
/*Recent Products*/

.widget_recent_products {
}
.widget_recent_products ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.widget_recent_products ul.product_list_widget li {
	margin: 5px 0px 0px 0px;
	background-color: #202020;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px #333333;
}
.widget_recent_products ul.product_list_widget li img {
	width: 55px;
}
.widget_recent_products ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
}
.widget_recent_products ul.product_list_widget li a {
}
/*Recent viewed*/

.widget_recently_viewed_products {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_recently_viewed_products ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.widget_recently_viewed_products ul.product_list_widget li {
	margin: 5px 0px 0px 0px;
	background-color: #fff;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:0;
}
.widget_recently_viewed_products ul.product_list_widget li img {
	width: 55px;
	float:left;
	margin:0 10px 10px 0;
}
.widget_recently_viewed_products ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
	color:#333;
}
.widget_recently_viewed_products ul.product_list_widget li a {
	color:#333;
	 font-family: "Roboto Slab";
	 float:left;
	 text-decoration:none;
}
/*Top Rated Products*/

.widget_top_rated_products {
}
.widget_top_rated_products ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.widget_top_rated_products ul.product_list_widget li, .product_list_widget li {
	margin: 5px 0px 0px 0px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:100%;
}
.widget_top_rated_products ul.product_list_widget li img {
	width: 55px;
}
.widget_top_rated_products ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
}
.widget_top_rated_products ul.product_list_widget li a, .product_list_widget li a {
	display:block;
}
.widget_top_rated_products ul.product_list_widget li del, .widget_top_rated_products ul.product_list_widget li ins, .product_list_widget li ins, .product_list_widget li del{
	width:50%;
	float:left;
	padding:2px 0px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.widget_top_rated_products ul.product_list_widget li del, .product_list_widget li del{
	background-color:#f18080;
}
.widget_top_rated_products ul.product_list_widget li ins, .product_list_widget li ins{
	background:#71e49f;
}
.widget_top_rated_products ul.product_list_widget li .star-rating {
	float: left !important;
	position: relative !important;
	width: 100% !important;
}
.widget_top_rated_products ul.product_list_widget li .star-rating span {
	font-size: 12px !important;
}
.widget_top_rated_products ul.product_list_widget li .star-rating span:before {
	position: static;
}
/*Recent Reviews*/

.widget_recent_reviews {
}
.widget_recent_reviews ul.product_list_widget {
	margin: 0px;
	list-style: none;
	width: 100%
}
.widget_recent_reviews ul.product_list_widget li {
	margin: 5px 0px 0px 0px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.widget_recent_reviews ul.product_list_widget li img {
	width: 55px;
	float:left;
	margin:0 15px 0 0;
}
.widget_recent_reviews ul.product_list_widget li span {
	margin: 0px;
	padding: 0px;
	
}
.widget_recent_reviews ul.product_list_widget li a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.widget_recent_reviews ul.product_list_widget li .star-rating {
	float: left !important;
	position: relative !important;
	width: 100% !important;
}
.widget_recent_reviews ul.product_list_widget li .star-rating span {
	font-size: 12px !important;
}
.widget_recent_reviews ul.product_list_widget li .star-rating span:before {
	position: static;
}
/*Quotes and indentation Start*/
.widget_em_locations_widget{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_em_locations_widget ul{
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.widget_em_locations_widget ul li{
	padding:10px 20px;
	position:relative;
	border-top:1px solid #ccc;
}
.widget_em_locations_widget ul li:first-child{
	border:0;
}
.widget_em_locations_widget ul li a {
    color: #333333;
    display: block;
    font: 400 16px/22px "Roboto Slab",serif;
    padding:0;
	text-decoration:none;
}
.widget_em_locations_widget ul li ul{
	position:0;
	left:0;
	top:0;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.widget_em_locations_widget ul li ul li{
	padding:0;
	border:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*products Widget Start*/
.widget_products{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_products ul{
	padding:0;
	margin:0;
	list-style:none;
}
.widget_products ul li{
	padding:6px 5px;
	border-bottom:1px solid #ccc;
}
.widget_products ul li img{
	float:left;
	margin:0 19px 0 0;
}
.widget_products ul li a {
    color: #333333;
    display: block;
    font: 400 16px/22px "Roboto Slab",serif;
    padding:0;
	text-decoration:none;
	overflow:hidden;
}
.attachment-300x122.wp-post-image{
	width:65px;
	float:left;
}
/*products Widget End*/

.widget_product_search input[type="text"]{
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    color: #999999;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 49px;
    margin: 0;
    padding: 0 17px;
    width: 100%;
}
.widget_product_search form{
	position:relative;
}
.widget_product_search input[type="submit"]{
    border: 0 none;
    margin: 0;
    padding: 0;
    position: absolute;
    right:0;
    top:25px;
	width:63px;
	height:49px;
	color:#fff !important;
}

/*Top Rated Products Start*/
.widget_top_rated_products{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_top_rated_products ul{
	padding:0;
	margin:0;
	list-style:none;
}
.widget_top_rated_products ul li{
	padding:6px 5px;
	border-bottom:1px solid #ccc;
}
.widget_top_rated_products ul li img{
	float:left;
	margin:0 19px 0 0;
}
.widget_top_rated_products ul li a {
    color: #333333;
    display: block;
    font: 400 14px/22px "Roboto Slab",serif;
    padding:0;
	text-decoration:none;
}
/*Top Rated Products End*/
 
/*Reviews Posts Widget Start*/
.reviews-posts-widget{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.reviews-posts-widget ul{
	padding:0;
	margin:0;
	list-style:none;
}
.reviews-posts-widget ul li{
	padding:0;
}
.reviews-posts-widget ul li .review-thumbnail{
	width:100%;
	display:block;
	margin:0 0 10px 0;
}
.reviews-posts-widget ul li .review-thumbnail a{
	text-decoration:none;
	color:#333;
}
.reviews-posts-widget ul li img{
	width:100%;
	display:block;
	margin:10px 0 0 0;
}
.reviews-posts-widget ul li h3{
	display:block;
	color:#333;
	margin:0;
}
.reviews-posts-widget ul li h3 a{
	display:block;
	color:#333;
	text-decoration:none;
}
/*Reviews Posts Widget End*/

.widget_product_categories{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_product_categories ul{
	padding:0;
	margin:0;
	list-style:none;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	background-color:#fff;
}
.widget_product_widget{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_product_widget .ignitiondeck .progress-wrapper{
	background-color:#D4D9DE;
    background-image: none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}
.widget_product_widget .ignitiondeck .img_cur{
	margin:0 0 20px 0;
}
.widget_product_widget .ignitiondeck .progress-bar{
}
.widget_product_widget .ignitiondeck .progress-percentage{
	color:#fff;
}
.widget_product_widget .ignitiondeck .id-product-infobox{
	background-color:#fff;
	box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.5) inset;
	border:1px solid #E2E2E2;
	padding:9px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-radius:4px;
	margin:20px 0 0 0;
}
.widget_product_widget .ignitiondeck a.learn-more-button{
	color:#fff !important;
	background-image:none;
}
.widget_em_calendar{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_em_calendar .em-calendar-wrapper{
	float:left;
	width:100%;
	background-color:#fff;
}
.widget_em_calendar table.em-calendar thead{
}
.sidebar_section .head, .sidebar-charity-store .head{
	float:none;
}
.sidebar_section .slider_products{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_product_tag_cloud{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_product_tag_cloud a{
}
.gallery_image_show{
	float:left;
	width:100%;
}
.gallery_image_show .sidebar-event-gallery{
	margin:0;
}
.widget_recent_entries{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_search{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.widget_search .sidebar-search{
	margin:0;
}
.comment-form textarea{
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height:auto;
}
#block_content_first{
}
.entry-content-cp{
	padding:20px;
	float:left;
	width:100%;
	background-color:#fff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.entry-content-cp > div{
	margin:0 0 20px 0;
}
.em-my-bookings .table-wrap table{
	border:1px solid #ccc;
}
.em-my-bookings .table-wrap table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.entry-content-cp #em-wrapper p{
	float:left;
	margin:20px 0 0 0;
}
.em-my-bookings .table-wrap table td{
	border-right:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.edit-link a{
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	padding:7px 11px;
}
.widget.sidebar_section .head{
	background-color:#fff;
	clear:both;
	overflow:hidden;
	margin:0 0 10px 0;
}
.comment-respond{
	float:left;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.comment-respond h3{
	padding:0px;
}
#commentform .logged-in-as a{
	padding:0 8px 0 0;
}

/*Button Color End*/

/*COLORS END*/

/*404 Page Start*/
.error-page {
	float:left;
	width:100%;
	background-image:url(/wp-content/themes/eco-green/images/404-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	margin-top:-30px;
	padding:62px 0 100px 0;
}
.error-page input[type="text"]{
	width:98%;
	min-height:45px;
	padding:10px 15px;
	border-radius:0px;
}
.error-page .holder {
	max-width:575px;
	margin:0 auto;
	overflow:hidden;
}
.error-page .holder h2 {
	font-weight:400;
	font-size:225px;
	line-height:225px;
	color:#fff;
	margin:0 0 26px 0;
	text-align:center;
	text-shadow:0 0 7px rgba(0,0,0,0.4);
	position:relative;
	letter-spacing:-3px;
}
.error-page .holder h2:before {
    background: url("/wp-content/themes/eco-green/images/error-text-img.png");
    content: "";
    height: 141px;
    left: 259px;
    position: absolute;
    top: 34px;
    width: 59px;
}
.error-page .holder h2 span {
	font-weight:400;
	font-size:80px;
	position:absolute;
	left:278px;
	top:0;
	text-shadow:none;
}
.error-heading {
	max-width:420px;
	margin:0 auto 37px;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	background-color:rgba(255,255,255,0.2);
	padding:15px 0;
}
.error-heading h3 {
	font-weight:400;
	font-size:36px;
	line-height:36px;
	color:#fff;
	text-shadow:0 0 7px rgba(0,0,0,0.4);
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
.error-page .holder strong.title {
	font-weight:400;
	font-size:24px;
	line-height:24px;
	color:#fff;
	display:block;
	padding:0 0 37px 0;
	text-align:center;
}
.error-form {
	max-width:555px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.error-input {
	float:left;
	width:100%;
	height:45px;
	border-radius:5px;
	background-color:#fff;
	border:0;
	padding:0 20px;
	margin:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-weight:400;
	font-size:14px;
	line-height:45px;
	color:#999;
}
.error-search-btn {
	width:45px;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	border:0;
	padding:0;
	margin:0;
	border-radius:0 5px 5px 0;
}
.error-page .error-search-btn{
	border-radius:0;
	height:67px;
	width:56px;
}
.error-page .error-search-btn .fa{
	font-size:25px;
}
.error-search-btn .fa {
	display:block;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:45px;
}
.error-page h2 {
	color:#333;
	margin:0 0 20px 0;
}
.error-page p {	
	color:#999;
	margin:0;
}
.topbar-social.topbar-social-cp span{
	display:none;
}
/*****************************Accordion End*****************************/
/*****************************Testimonials Star*****************************/
.cp-testimonials {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.cp-testimonials h2 {
	font:400 22px/22px 'Roboto Slab', serif;
	color:#333;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:0 20px 10px 0;
	border-bottom:3px solid;
	display:inline-block;
}
.testimonial-box-1 {
	float:left;
	width:100%;
	position:relative;
	background-color:#fff;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.testimonial-box-1 .holder {
	width:100%;
	float:left;
	
}
.frame-box {
	float:left;
	width:104px;
	margin:0 30px 0 0;
}
.testimonial-box-1 .holder .frame {
	float:left;
	width:92px;
	height:92px;
	border-radius:100%;
	overflow:hidden;
	border:4px solid #fff;
	box-shadow:0 0 7px rgba(0,0,7,0.3);
	-moz-box-shadow:0 0 7px rgba(0,0,7,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,7,0.3);
	margin:0 0 19px 0;
}
.frame-box strong.name {
	font:700 14px/14px 'Roboto Slab', serif;
	color:#333;
	text-align:center;
	display:block;
	padding:0 0 9px 0;
}
.frame-box strong.title {
	font:400 12px/12px 'Roboto Slab', serif;
	color:#333;
	text-align:center;
	display:block;
}
.testimonial-box-1 blockquote {
	padding:10px 0 0 0;
	margin:0;
	border:0;
}
.testimonial-box-1 blockquote q {
	font:400 22px/34px 'Roboto Slab', serif;
	color:#333;
}
.testimonial-box-1 blockquote q .fa-quote-left {
	font-size:36px;
	color:#333;
	float:left;
	padding:0 28px 100px 0;
}
.testimonial-box-1 blockquote q .fa-quote-right {
	font-size:36px;
	color:#333;
	float:right;
	padding:0 0 100px 28px;
}
.testimonial-box-1 .bx-wrapper {
	margin:0;
	float:left;
	width:100%;
}
.testimonial-box-1 .bx-wrapper .bx-viewport {
	background:none;
	border:0;
	box-shadow:none;
	left:0;
}
.testimonial-box-1 .bx-wrapper .bx-controls-direction a {
	display:none;
}
.testimonial-box-1 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom:0px;
	padding:0;
}
.testimonial-box-1 .bx-wrapper{
	position:static;
}
.testimonial-box-1 blockquote:before{
	border:none;
}
.testimonial-box-1 .bx-wrapper .bx-pager.bx-default-pager a {
	background-color:#fff;
	width:8px;
	height:8px;
	border-radius:8px;
	border:2px solid rgba(0,0,0,0);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.testimonial-box-1 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	border:2px solid #fff;
}
.testimonial-box-1 blockquote{
	position:static;
}
.single-testimonial {
	max-width:940px;
	margin:0 auto 40px;
	overflow:hidden;
	clear:both;
}
.single-testimonial blockquote {
	margin:0;
	padding:0;
	border:0;
}
.single-testimonial blockquote q {
	font:400 22px/34px 'Roboto Slab', serif;
	color:#333;
	text-align:center;
	float:left;
	margin:0 0 25px 0;
}
.single-testimonial blockquote q .fa-quote-left {
	display:block;
	text-align:center;
	font-size:36px;
	color:#333;
	padding:0 0 20px 0;
}
.frame-box2 {
	width:104px;
	margin:0 auto;
}
.single-testimonial .frame {
	float:left;
	width:92px;
	height:92px;
	border-radius:92px;
	border:4px solid #fff;
	overflow:hidden;
	box-shadow:0 0 7px rgba(0,0,7,0.3);
	-moz-box-shadow:0 0 7px rgba(0,0,7,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,7,0.3);
	margin:0 0 19px 0;
}
.frame-box2 strong.name {
	font:700 14px/14px 'Roboto Slab', serif;
	color:#333;
	text-align:center;
	display:block;
	padding:0 0 9px 0;
}
.frame-box2 strong.name a{
	color:#333;
}
.frame-box2 strong.title {
	font:400 12px/12px 'Roboto Slab', serif;
	color:#333;
	text-align:center;
	display:block;
}
.testimonial-box-2 .bx-wrapper {
	margin:0;
	float:left;
	width:100%;
}
.testimonial-box-2 .bx-wrapper .bx-viewport {
	background:none;
	border:0;
	box-shadow:none;
	left:0;
}
.testimonial-box-2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	padding:0;
	display:none;
}
.testimonial-box-2 .bx-wrapper .bx-controls-direction a {
	display:none;
}
/*****************************Testimonials End*****************************/

/*About Me Section Start*/
.about-section {
	float:left;
	width:100%;
}
.about-me-left {
	float:left;
	width:100%;
}
.about-me-left:hover .frame, .about-me-left:hover .frame img{
	border-radius:100%;
}
.about-me-left .frame {
	float:left;
	width:100%;
	border:4px solid #fff;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0;
	overflow:hidden;
}
.about-me-left .frame img {
	display:block;
	width:100%;
}
.about-me-left .text {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.about-me-left .text ul {
	padding:0;
	margin:0;
	list-style:none;
}
.about-me-left .text ul li {
	padding:20px 0;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.about-me-left .text ul li h3 {
	font:400 18px/18px 'Roboto Slab', serif;
	color:#333;
	margin:0;
}
.about-me-left .text ul li strong.title {
	font:400 12px 'Roboto Slab', serif;
	color:#999;
	display:block;
}
.about-me-socila {
	float:left;
	width:100%;
}
.about-me-socila strong.title {
	font:700 12px/30px 'Roboto Slab', serif;
	color:#666;
	float:left;
	padding:6px 10px 0 0;
}
.about-me-socila ul {
	padding:0;
	margin:0;
	list-style:none;
}
.about-me-socila ul li {
	float:left;
	padding:0 5px 0 0 !important;
	border:0 !important;
}
.about-me-socila ul li a {
	width:30px;
	height:30px;
	float:left;
	text-decoration:none;
	background-color:#ccc;
}
.about-me-socila ul li a .fa {
	color:#fff;
	font-size:14px;
	display:block;
	line-height:30px;
	text-align:center;
}
.about-me-socila ul li a:hover {
	background-color:#5ea9dd;
}
/*About Me Section End*/

/*About Me Text Box Start*/
.about-me-text {
	float:left;
	width:100%;
}
.about-me-text h3 {
	font:400 22px/22px 'Roboto Slab', serif;
	color:#333;
	text-transform:uppercase;
	margin:0 0 18px 0;
	position:relative;
	border-bottom:3px solid #fff;
	display:inline-block;
	padding:0 20px 10px 0;
}
.about-me-text p {
	font:400 14px/22px 'Open Sans', sans-serif;
	color:#666;
	margin:0 0 30px 0;
}
.about-me-text blockquote {
	border-left:4px solid;
	margin:0 0 29px 0;
	padding:0 0 0 22px;
	position:relative;
}
.about-me-text blockquote:before {
	content:'';
	border-left:2px solid;
	position:absolute;
	left:2px;
	top:0;
	height:100%;
}
.about-me-text blockquote q {
	font:italic 400 18px/26px 'Open Sans', sans-serif;
	color:#666;
	margin:0;
}
/*About Me Text Box End*/

/*My Team Member Section Start*/
..about-me-left .team-member-box {
	margin:0 auto;
	max-width:1170px;
	clear:both;
}
.about-me-left .team-member-box h3 {
	font:400 22px/22px 'Roboto Slab', serif;
	color:#333;
	text-transform:uppercase;
	margin:0 0 18px 0;
	position:relative;
	border-bottom:3px solid #fff;
	display:inline-block;
	padding:0 20px 10px 0;
}
.team-box {
	float:left;
	width:100%;
}
.team-box:hover .frame {
	border:10px solid #e1e1e1;
}
.team-box .frame:hover .caption{
	top:0;
}
.team-box .frame {
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	border:10px solid rgba(0,0,0,0.0);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow:hidden;
	position:relative;
	margin:0 0 10px 0;
}
.team-box .frame .caption {
	position:absolute;
	left:0;
	top:-100%;
	width:100%;
	height:100%;
}
.team-box .frame .caption:before {
	content:"";
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.75;
}
.team-box .frame .caption a.zoom {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	width:52px;
	height:52px;
	border:2px solid #fff;
	border-radius:52px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.team-box .frame .caption a.zoom .fa {
	display:block;
	text-align:center;
	line-height:52px;
}
.team-box .frame img {
	display:block;
	width:100%;
}
.team-box .text {
	float:left;
	width:100%;
	text-align:center;
}
.team-box .text h4 {
	font:400 18px/18px 'Roboto Slab', serif;
	color:#333;
	margin:0 0 8px 0;
}
.team-box .text h4 a{
	font:400 18px/18px 'Roboto Slab', serif;
	color:#333;
	text-decoration:none;
}
.team-box .text strong.title {
	font:400 12px/12px 'Roboto Slab', serif;
	color:#999;
	display:block;
	padding:0 0 17px 0;
}
.team-box .text p {
	font:400 14px/22px 'Open Sans', sans-serif;
	color:#666;
	margin:0 0 15px 0;
}
.team-box-social {
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
}
.team-box-social ul {
	padding:0;
	margin:0;
	list-style:none;
}
.team-box-social ul li {
	display:inline-block;
	padding:0 5px 0 0;
	float:none;
	margin:0 0 5px 0;
	width:auto;
}
.team-box-social ul li a {
	width:30px;
	height:30px;
	float:left;
	text-decoration:none;
	background-color:#ccc;
}
.team-box-social ul li a .fa {
	color:#fff;
	font-size:14px;
	display:block;
	line-height:30px;
	text-align:center;
}
.team-box-social ul li a:hover {
	background-color:#5ea9dd;
}
/*My Team Member Section End*/

/*****************************Tabs Start*****************************/
.tabs-box {
	float:left;
	width:100%;
	margin:0 0 40px 0;
}
.tabs-box .nav-tabs {
	border:0;
}
.tabs-box .nav {
	margin:0;
}
.tabs-box .nav-tabs > li {
	margin:0;
}
.tabs-box .nav-tabs > li > a {
	border:0;
	border-radius:0;
	line-height:normal;
	padding-bottom: 12px;
	padding-top: 12px;
}
.span4 #horizontal-tabss.tabs-box .nav-tabs > li > a, .span4 #horizontal-tabss .nav-pills > li > a{
	padding-left:20px;
	padding-right:20px;
}
.tabs-box .nav-tabs > li > a, .nav-pills > li > a {
	line-height:normal;
	margin-right:2px;
	padding-left:40px;
	padding-right:40px;
	font:400 18px/18px 'Roboto Slab', serif;
	color:#333;
	background-color:#e1e1e1;
	border-top:5px solid rgba(0,0,0,0.2);
}

.tabs-box .nav-tabs > li.ui-state-active > a{
	color:#fff;
	border-top:5px solid rgba(0,0,0,0.3);
}
.tabs-box .nav-tabs > .active > a, .nav-tabs > a.active > a:hover, .nav-tabs > .active > a:focus {
	border-top:5px solid rgba(0,0,0,0.3);
	color: #fff;
}
.tabs-box .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-top:5px solid rgba(0,0,0,0.3);
	color: #fff;
}
#horizontal-tabss .tab-content,
.tab-content-area {
	float:left;
	width:100%;
	padding:20px 26px 17px 20px;
	border:1px solid #e1e1e1;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0px;
}
#horizontal-tabss .tab-content p,
.tab-content-area p {
	font:400 14px/22px 'Open Sans', sans-serif;
	color:#666;
	margin:0;
}
/*****************************Tabs End*****************************/
/*Blog Detail Page Start*/
blockquote {
	padding:22px;
	margin:20px 0 20px;
	border-left:4px solid;
	position:relative;
	background-color:#fff;
}
blockquote p{
	font:italic 400 18px/26px "Open Sans",sans-serif;
	color:#666;
	margin:0 0 15px 0;
}

blockquote:before {
	content:'';
	border-left:2px solid;
	position:absolute;
	left:2px;
	top:0;
	height:100%;
}
blockquote q {
	font:italic 400 18px/26px 'Open Sans', sans-serif;
	color:#666;
}

/*Project Details Page Start*/
.project-detail {
	float:left;
	width:100%;
}
.project-detail h2 {
	font:400 18px/18px 'Roboto Slab', serif;
	margin:0 0 11px 0;
}
.project-detail p {
	font:400 14px/22px 'Open Sans', sans-serif;
	margin:0 0 22px 0;
}
.project-detail-list {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #ccc;
}
.project-detail-list li {
	padding:17px 0;
	border-top:1px solid #ccc;
	float:left;
	width:100%;
	line-height:14px;
}
.project-detail-list li .even {
	font:700 14px 'Roboto Slab', serif;
	color:#666;
	text-transform:uppercase;
	float:left;
	padding-right:12px;
}
.project-detail-list li .odd {
	font:400 14px 'Roboto Slab', serif;
	color:#999;
	float:left;
}
.project-detail .frame {
	float:left;
	width:100%;
	border:4px solid #fff;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.project-detail .frame img {
	width:100%;
	display:block;
}
.project-detail .bx-wrapper {
	margin:0;
	float:left;
	width:100%;
}
.project-detail .bx-wrapper .bx-viewport {
	background:none;
	border:0;
	box-shadow:none;
	left:0;
}
.project-detail .bx-wrapper .bx-pager {
	padding:0;
	display:none;
}
.project-detail .bx-wrapper .bx-controls-direction a {
	font-size:0;
	text-indent:inherit;
	margin:0;
	text-decoration:none;
	top:45%;
}
.project-detail .bx-wrapper .bx-next {
	width:50px;
	height:50px;
	background:#fff;
	margin:0;
	border-radius:50px;
}
.project-detail .bx-wrapper .bx-next:before {
	content:"";
	display: block;
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color:rgba(0,0,0,0.5);
}
.project-detail .bx-wrapper .bx-prev {
	width:50px;
	height:50px;
	background:#fff;
	margin:0;
	border-radius:50px;
}
.project-detail .bx-wrapper .bx-prev:before {
	content:"";
	display: block;
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color:rgba(0,0,0,0.5);
}
.project-detail .bx-wrapper .bx-next:hover {
	background:rgba(255,255,255,0.5);
}
.project-detail .bx-wrapper .bx-prev:hover {
	background:rgba(255,255,255,0.5);
}
.other-project {
	margin:40px auto 0;
	max-width:1170px;
	overflow:hidden;
}
.other-project h3 {
	display:inline-block;
	margin:0 0 20px 0;
	padding:0 20px 10px 0;
	font:400 22px/22px 'Roboto Slab', serif;
	color:#333;
	text-transform:uppercase;
	border-bottom:3px solid;
}
.other-project ul {
	padding:0;
	margin:0;
	list-style:none;
}
.other-project ul li {
	float:left;
	padding:0;
	margin:0 0 40px 0;
}
.other-project .frame {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	box-shadow:none;
	background:none;
	border:0;
}
.other-project .frame img {
	display:block;
	width:100%;
}
.other-project .caption {
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.other-project .caption:before {
	content:"";
	height:0;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.75;
}
.other-project ul li:hover .caption:before {
	height:100%;
}
.other-project .caption a.zoom {
	border: 2px solid #FFFFFF;
	border-radius: 52px;
	bottom: 0;
	color: #FFFFFF;
	font-size: 18px;
	height: 52px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 52px;
}
.other-project .caption a.zoom .fa {
	display: block;
	line-height: 52px;
	text-align: center;
}
.other-project ul li:hover .caption {
	left:0;
}
/*Project Details Page End*/
.single_content .blog-box-1 .frame img{
	width:100%;
}
/**------Social Icons--------**/

.sermon-detail-row .topbar-social{
list-style:none;
float:left;
width:100%;
margin:0px;
padding:5px 5px;
text-align:center;
background-color:#f5f5f5;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.sermon-detail-row .topbar-social li{
display:inline-block;
white-space:normal;
}
.sermon-detail-row .topbar-social li span{
display:none;
}
.sermon-detail-row .topbar-social li a{
height:30px;
width:30px;
color:#fff;
display:block;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
padding:4px 0px;
}
.desi_section{
	text-align:center;
}
.mejs-container{
	z-index:999;
}

.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li:hover a{
	background:none;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li:hover{
	background:#666666;
} 
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li a{
	margin:0px;
	padding:0px;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li{
	padding:14px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content_sidebar.sidebar .widget.sidebar_section.widget_categories ul li,
.content_sidebar.sidebar .widget.sidebar_section.widget_recent_entries ul li,
.content_sidebar.sidebar .widget.sidebar_section.widget_meta ul li{
	margin:0px;
	width:100%;
	background:#fff;
}
.widget.sidebar_section{
	margin-bottom:30px;
}
#wp-calendar thead tr{
	background:#333;
}
.menu-testing-menu-container ul{
	background:#333;
}
.menu-testing-menu-container ul a{
	color:#fff;
}