/*
Theme Name: Enamag
Theme URI: http://kosmoslabs.com
Description: EnaMag is a simple, clean and responsive theme Built for blogs, newspapers or magazines sites.
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, theme-options
Author: netshad
Author URI: http://kosmoslabs.com/author/
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2015 KosMosLabs.
Text Domain: enamag
*/


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Html Reset   			   */
/*   02 - WordPress Core     	   */
/*   03 - General & Basic Styles   */
/*   04 - Header & Navigation      */
/*   05 - Modal Search             */
/*   06 - EnaMag Footer style      */
/*   07 - EnaMag Slider & Boxes    */
/*   08 - Widgets style            */
/*   09 - Posts and Page Style     */


/******************************************************************************
01 - Html Reset 
******************************************************************************/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,
cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,
form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,
menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,
strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp 
{
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
}

html,
body {
	height: 100%;
}

article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section
{
	display: block;
}

b,
strong {
	/*
	Makes browsers agree.
	IE + Opera = font-weight: bold.
	Gecko + WebKit = font-weight: bolder.
	*/
	font-weight: bold;
}

img {
	height: auto;
	max-width: 100%;
}

ol,
ul {
	list-style: none;
}

li {
	/*
	For IE6 + IE7:

	"display: list-item" keeps bullets from
	disappearing if hasLayout is triggered.
	*/
	display: list-item;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup,
small {
	font-size: 75%;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	/*
	For IE9. Without, occasionally draws shapes
	outside the boundaries of <svg> rectangle.
	*/
	overflow: hidden;
}
/******************************************************************************
02 - WordPress Core 
******************************************************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	height: auto;
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 10px 4px 5px;
}

/*.wp-caption-text
.sticky {
}*/

.gallery-caption {
 	margin: 10px 0 15px;
}

/*.bypostauthor {
}
*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	line-height: normal;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
/******************************************************************************
03 - General & Basic Styles 
******************************************************************************/
body {
	background-color:#F5F5F5;
	font-family:"Open Sans",Arial,sans-serif;
	color:#333;
	font-size: 14px;
	line-height: 1.5;
}

body:before {
	content:"";
	position:fixed;
	top:-10px;
	left:0;
	width:100%;
	height:5px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.8);
	box-shadow:0 0 10px rgba(0,0,0,.8);
	z-index:100;
}

a {
	color:#000;
	text-decoration:none;
}

a:focus {
	outline:thin dotted;
}

a:active,a:hover {
	outline:0;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	line-height:1.3;
}

form {
	margin:0;
}

legend {
	border:0;
	padding:0;
	white-space:normal;
}

select{
	width: 100%;
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.33);
	color: #777;
	font-size: 13px;
	max-width: 100%;
	outline: 0 none;
	padding: 7px 14px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	max-width:100%;
	vertical-align:baseline;
}

button,
input {
	line-height:normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

input[type="submit"] {
	font-size:1.333em;
	border:0;
}

button[disabled],
input[disabled] {
	cursor:default;
}

input[type="checkbox"],
input[type="radio"] {

padding:0;
}

input[type="search"] {
	-webkit-appearance:textfield;
	padding-right:2px;
	width:270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

textarea:focus, 
input:focus{
	outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

header,
footer,
nav,
section {
	display:block;
}

h1 { 
	font-size: 32px; 
} 

h2 { 
	font-size: 21px; 
}

h3 {
	font-size: 18px; 
}

h4 { 
	font-size: 16px; 
}

h5 { 
	font-size: 15px;
}

h6 { 
	font-size: 14px; 
}

/* default table styling */
table {
	max-width: 100%;
	background-color: transparent;
	margin-bottom: 24px;
}

th, 
td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1; 
}

th { 
	background: #f2f2f2; 
}

tr:nth-child(odd) td { 
	background: #fcfcfc; 
}

tfoot #prev,
tfoot #next{
	text-align: center;
}

table caption { 
	padding: 0 0 7px 0;
	width: auto;
	font-weight: 600;
}

h4.panel-heading{
	margin-bottom: 0;/*Fix Collaps */
}

#wrapper{
	overflow: auto;
}

/******************************************************************************
04 - Header & Navigation 
******************************************************************************/
/* news*/
#news{
	background: none repeat scroll 0 0 #3e3e3e;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#news ul{/* Listing News */
	height: 30px;
	max-width: 90%;
	overflow: hidden;
}

#news ul a {
	color:#fff;
	font-family:"Helvetica Neue",​Arial,​sans-serif;
	font-size:14px;
}
#news_ticker span {
    display: block;
    line-height: 2;
}
#magContainer.boxed #news{
	width: 100% !important;
}

#magContainer.wide #news{
	margin-top: 10px;
}

#news .fa-bullhorn{
	float: left;
	padding: 5px;
	margin-right: 10px; /* RTL margin-left: 10px */
}

#news .news-controls {
	position: absolute;
	right: 5px;
	top: 0;
}

#news .news-controls i{
	cursor: pointer;
}
/* Logo &  Ads*/
#logoAds {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	line-height: 130px;
	min-height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px; 

}

.logoWrap {
	height: 100%;
	display: inline-block;
	float: left;
}

.site-title {
	font-size: 50px;
	white-space: nowrap;
	font-weight: bold;
}

.siteLogo img{
	box-shadow: none;
}

#logoAds .adsWrap {
	height: 100%;
	text-align: right;
	max-width: 100%;
}
/* Advertisement*/
.adsBottom{
	text-align:center
}

.adsBottom img{
	max-width: 100%;
}

.header-ad{
	vertical-align:middle;
}

/*Sticky Menu*/
.sticky-menu {
	position: fixed;
	top: 0;
	z-index: 100;
}

.admin-bar .sticky-menu {
	top: 32px;
}

#magContainer{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #cacaca;
	margin: 0 auto 10px;
}

#main{
	margin-top: 10px;
}

#mainContent {
	float: left;
	width: 680px;
	padding: 10px;
}
.layout-magazine #mainContent,
.page-template-page-template-home #mainContent,
.page-template-page-template-sitemap #mainContent {
	padding: 0 !important;
}
#magContainer.boxed{
	width: 1065px;
	margin-top: 20px;
}
#magContainer.wide{
	margin-bottom: 0;
}
.magContainer,
#topFooter
{
	margin: 0 auto;
	width: 1020px;

}

.sidebar-left #mainContent {
	float:right;
}

.sidebar-left #mainSideBar {
	float:left;
}

.sidebar-noSidebar #mainContent,
.noSidebar #mainContent{
	width: 100%;
	float: none;
}

/* #mainSidebar */
#mainSideBar {
	float: right;
	overflow: hidden;
	width: 340px;
}

.sidebar-widget {
	float: left;
	margin: 0 ;
	padding: 10px;
	width: 340px;
}

/* EnaMag Blog style */
.blog-excerpt {
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	color: #747474;
	padding: 20px;
	width: 100%;
}

.blog-excerpt .excerpt-img {
	float: left;
	position: relative;
	margin-right: 20px;
}

.blog-excerpt .post-contentPrimary {
	overflow: auto;
}

.blog-excerpt .post-titlePrimary a{
	color: #333;
}

.em-listing {
	margin-bottom: 20px;
	width:100%;
}
.em-listing .excerpt-img img{
	float: left;
}
.box-meta {
	color: #a9a9a9;
	display: block;
	font-size: 11px;
	padding: 5px 0 10px;
}
.pagination {
	width: 100%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color: #FFF;
	margin-top: 0;
}

/******************************************************************************
05 - Modal Search 
******************************************************************************/
/* Modal Search */
.modalSearchForm.form-group {
	position: relative;
	width: 100%;
}
.modalSearchForm .form-control{
	width: 100%;
}
.modalSearchForm input[type="submit"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 5px;
	color: #d9d9d9;
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	right: 0;
}
/*search input*/
.widgetSearchForm {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	position: relative;
	font-size:13px;
	padding:10px;
	line-height: normal;
}

.widgetSearchForm input[type="submit"] {
	font-family:FontAwesome;
	position:absolute;
	right:10px;
	background:none repeat scroll 0 0 rgba(0,0,0,0);
	color:#D9D9D9;
}

.widgetSearchForm input[type="text"]{
	width: 95%;
	border:none;
}

/******************************************************************************
06 - EnaMag Footer style
******************************************************************************/
#footer {
	border-top:4px solid #E7402F;
}

#copyright {
	padding:15px;
	color:#fff;
	border-top:1px #fff solid;
	width:100%;
}

#copyright p {
	float:left;
	color:#777;
	font-family:"Helvetica Neue",​Arial,​sans-serif;
	font-size:11px;
}

.footer-wrap{
	position:relative;
	clear:both;
}

.footerWidgetwrap {
	float:left;
	width:340px;
}
.footerWidgetwrap .widgetTitle + *{
	background: transparent none repeat scroll 0 0;
    margin-top: 0;
    width: 100%;
     border-top: 1px solid #444 !important;
    box-shadow: none !important;
}

.footerWidgetwrap .widgetTitle + * li{
	border-bottom:1px solid #484848!important;
	line-height:23px;
	color:#fff;
}
.footerWidgetwrap .widgetBody .secondaryPost {
	background-color:transparent;
}
.footerWidgetwrap .widgetBody .secondaryPost li{
	border:none!important;
}
.footerWidgetwrap a,
.footerWidgetwrap h2,
.footerWidgetwrap .post-titlePrimary a {
	color:#fff !important;
}

.footerWidgetwrap p,
.footerWidgetwrap .rssSummary {
	color:#A2A2A2 !important;
}

.footerWidgetwrap .more a {
	color:#fff;
}

.footerWidgetwrap .more a:hover {
	color:#F26822;
}

.footerWidgetwrap img,
.footerWidgetwrap #leftControl,
.footerWidgetwrap #rightControl {
	box-shadow:none !important;
}

.enamag-tabs .headings a.active{
	color:#333 !important;
}

.footerWidgetwrap #wp-calendar a{
	color:#fff;
}

.footerWidgetwrap .miniBoxWrap {
	background:transparent !important;
	float:left;
}

#footer .mega-menu li a,
#footer .menu li{
border-bottom: none !important;
}

.footerWidgetwrap .widget-columns {
	position:relative;
}

.footerWidgetwrap .widget-columns .control {
	color:#fff;
}
.footerWidgetwrap .widgetBody .secondaryPost {
	border-bottom:1px solid #484848 !important;
}

.footerWidgetwrap .widgetTitle {
	border-bottom:1px solid #222;
	display: block;
	margin: 0;
}
.footerWidgetwrap .widgetSearchForm{
background: white;
}

/******************************************************************************
07 - EnaMag Slider & Boxes style
******************************************************************************/
#sliderPartWrap {
	background: none repeat scroll 0 0 #f2f2f2;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 50px 0 50px;
	width: 100% !important;
}

#sliderPartWrap .main-header {
	border-bottom: 4px solid ;
	box-shadow: 0 0 5px -2px #000;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/* Slider */
#sliderPartWrap .slider-small {
	float: left;
	height: 310px;
	overflow: hidden;
	width: 621px;
}

#sliderPartWrap .slider-small img{
	height: 310px;
}

#sliderPartWrap .slider-big img{
	height: 510px;
}

#sliderPartWrap  .slider-right .slider-small {
	float: right;
}

#sliderPartWrap .flex-control-nav {
	border-radius: 2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	bottom: -2px;
	font-size: 10px;
	opacity: 1;
	text-align: center;
	z-index: 999;
}

#sliderPartWrap .flex-control-nav li:first-child {
	border-top-left-radius:3px; 
	-webkit-border-top-left-radius:3px;
	-moz-border-top-left-radius:3px; 

}

#sliderPartWrap .flex-control-nav li:last-child {
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-top-left-radius:3px; 
}

#sliderPartWrap .flex-control-nav li {
	display: inline-block;
	margin: 0 ;
	vertical-align: middle;
	padding: 4px 3px 3px;
}

#sliderPartWrap .flex-control-paging li a {
	background: none repeat scroll 0 0 #fff;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 5px;
	text-indent: -9999px;
	width: 5px;
}

#sliderPartWrap .flex-control-paging li a.flex-active {
	background-color: rgba(0, 0, 0, 0.9);
	cursor: default;
}

#sliderPartWrap .flex-direction-nav a {
	height: 30px;
	opacity: 0.5;
	margin: 0;
	top: 0;
	width: 30px;
}

#sliderPartWrap .flex-direction-nav a::before {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow:none;
}

#sliderPartWrap .flex-next  {
	left: 31px;
	right: inherit;
}

#sliderPartWrap .slider-right .slider-small .flex-next {
	right:0;
	left:unset;
}

#sliderPartWrap .slider-right .slider-small .flex-prev {
	right:31px;
	left:unset;
}

#sliderPartWrap .flex-prev {
	left: 0;
	text-align: justify;
}

#sliderPartWrap .flexslider:hover .flex-prev,
#sliderPartWrap .flexslider:hover .flex-next {
	opacity: 0.8;
}

.slider-caption {
	background: transparent;
	position: absolute;
	bottom: 58px;
	width: 100%;
	padding: 15px 25px ;
	line-height: 2;
	opacity: 0.8;
}

/* Boxes */
.tileBox {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid solid solid none;
	float: right;
	height: 310px;
	opacity: 0.88;
	overflow: hidden;
	padding: 0;
	width: 399px;
}

.slider-right .tileBox {
	float: left;
}

.tileBox li {
	box-shadow: 0 0 5px 1px #000 !important;
	float: left;
	height: 103px;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
	position: relative;
	width: 132px;
	display :inline-table !important;
}

ul.boxes {
	overflow: hidden;
	white-space: nowrap;
}

.coloredBox-title{
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: block;
	font-size: 0;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 100%;
	padding: 0 2px;
	text-align: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.tileBox li a {
	color: rgba(249, 249, 249, 0.9);
	display: table-cell;
	font-size: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.box-6 li {
	height: 155px;
}

.box-4 li {
	height: 155px;
	width: 198px;
}

.tile-hovre {
	z-index: 100;
}

.icon-effect {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6) !important;
	z-index: 99;
	transition: all 0.4s ease-in-out 0s !important;
	-webkit-transition:all 0.4s ease-in-out 0s !important;
	-moz-transition:all 0.4s ease-in-out 0s !important;
	-o-transition:all 0.4s ease-in-out 0s !important;
}

.boxIcon {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	border: 0 solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	margin: 0 auto;
	padding:0;
}

.box-9 .boxIcon {
	font-size: 40px;
}

.box-6 .boxIcon {
	font-size: 55px;
}

.box-4 .boxIcon {
	font-size: 64px;
}

/******************************************************************************
08 - Widgets style
******************************************************************************/
/* General Widget Style */
.mag-widget {
	float: left;
	padding: 10px;
	width: 340px;
	margin-bottom: 20px;
}

.widgetBody,
.widgetTitle + * {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-color: #FFA500 #ddd;
	border-style: solid;
	border-width: 2px 0 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	float: left;
	width: 100%;
}
.widgetTitle {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 3px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widgetTitle span {
	padding: 5px 10px;
	display: inline-block;
}
.widgetTitle .fa-bars{
margin-left: 5px;
}
.widgetBody .primaryPost {
	float: left;
	padding: 20px;
	width: 100%;
}

.widgetBody .post-titlePrimary a {
	color: #19232d
}

.widgetBody .primaryPost .post-contentPrimary {
	float: left;
	height: auto;
	margin-top: 10px;
	width: 100%;
}

.widget-separator{
  margin-bottom:-5px!important;
  padding: 10px 10px 5px !important;
}
.widget_rss .widgetTitle a{
	color:inherit;
}

.widget_rss >ul {
	line-height: 1.5;
	padding: 5px 5px 5px 15px;
}

.widget_rss li {
	border-bottom: 1px solid #d9d9d9;
	padding: 7px 0;
}

.widget_rss li:nth-last-of-type(1){
	border-bottom: none;
}

.rss-date {
	display: block;
	color: #777;
	margin-bottom: 10px;
	margin-top: 5px;
}

.widget_rss cite {
	margin-top: 10px;
}

.widget_rss cite,
.rsswidget {
	font-weight: bold;
	display: inline-block;
}
.ad300{
	padding:10px;
	text-align: center;
}
.widget_archive > label,
.widget_categories > label{
	display: none;
}

.excerpt-img {
	float: left;
	position: relative;
	width: 280px;
	background-color: #fff;
	box-shadow: 0 0 3px #B5B5B5;
	overflow: hidden;
}

.excerpt-img a{
	display: block;
}
.excerpt-img  img {
	width: 280px;
	height: 150px;
	transition:transform .6s ease-in-out;
	-webkit-transition:-webkit-transform .6s ease-in-out;
	-moz-transition:-moz-transform .6s ease-in-out;
	-o-transition:-o-transform .6s ease-in-out;
}

.excerpt-img  img:hover, .primarySlider .flex-active-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition:transform 4s;
	-webkit-transition:-webkit-transform 4s;
	-moz-transition:-moz-transform 4s;
	-o-transition:-o-transform 4s;
}

.tumbOptions {
	background: none repeat scroll 0 0 #fff;
	border: 0 solid red;
	border-radius: 81% 0 0;
	-moz-border-radius:81% 0 0;
	-webkit-border-radius:81% 0 0;
	bottom: 0;
	color: #000;
	float: left;
	font-size: 14px;
	height: 28px;
	opacity: 0.24;
	overflow: hidden;
	padding: 7px 0 0 10px;
	position: absolute;
	right: 0;
	width: 28px;
}

.carico {
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
	z-index: 99;
}

.carico img {
	opacity: 0.5;
}

#mainContent .col-double {
	width: 680px;
}

.box-meta i:before{
	padding-right:5px;
}
/*  Tabs */
.enamag-tabs .headings {
	float: left;
	width: 100%;
}

.enamag-tabs .headings a {
	display: block;
	float: left;
	padding: 0.6em 1.2em;
	text-decoration: none;
	outline: 0;
	font-size: 12px;
}

.enamag-tabs .headings a + a {
	margin-left: -1px;
}

.enamag-tabs .headings a.active,
.enamag-tabs .headings a:active,
.enamag-tabs .headings a:focus,
.enamag-tabs .headings a:hover {
	border-color: #d8d8d8;
}

.enamag-tabs .headings a.active {
	border-bottom-color: #fdfdfd;
	background: none repeat scroll 0 0 #f2f2f2;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-bottom: -1px;
}

.enamag-tabs .headings a:first-child {
	border-top-left-radius: 0.25em;
}
.enamag-tabs .headings a:last-child {
	border-top-right-radius: 0.25em;
}

.enamag-tabs .tab {
	clear: both;
	border-top: 1px solid #d8d8d8;
	padding: 0.5em;
}

.list-tab{
	padding: 5px 5px 5px 10px;
}

.enamag-tabs .tab > :first-child {
	margin-top: 0 !important;
}

.enamag-tabs .tab > :last-child {
	margin-bottom: 0 !important;
}

.widget-ajax-preview-large .excerpt-img,
.widget-large .excerpt-img {
	margin-right: 20px;
}
#mainContent .widget-ajax-preview-large .post-contentPrimary,
#mainContent .widget-large .post-contentPrimary {
	margin-top: 0;
	overflow: auto;
	width: auto;
	float: none;
}

#mainContent .widget-ajax-preview-large .primaryPost {
	padding: 20px;
	width: 100%;
}

.widgetBody .miniBoxWrap{
	background-color: #f2f2f2;
	border-top: 1px solid #e7e7e7;
	float: left;
	width: 100%;
}

.widget-ajax-preview .miniBoxThumbnail,
#mainSideBar .widget-ajax-preview-large .miniBoxThumbnail{
	float: left;
	padding: 12px;
	cursor: pointer;
}

.widget-ajax-preview .miniBoxThumbnail >img,
.widget-ajax-preview-large .miniBoxThumbnail >img{
	width: 135px;
	height: auto;
	padding:2px;
}

.widget-ajax-preview .miniBoxThumbnail:hover,
.widget-ajax-preview-large .miniBoxThumbnail:hover {
	opacity:0.8;

}
.widget-ajax-preview-large .miniBoxThumbnail {
	cursor: pointer;
	float: left;
	padding: 15px;
}

.secondaryPost{
	background: none repeat scroll 0 0 #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	margin: 1px 0 0;
	padding: 10px;
	width: 100%;
}

/*.secondaryPost .post-thumbnail {
	float: left;
	margin-top: 0;
}

.secondaryPost .post-thumbnail img {
	padding: 2px;
}

.secondaryPost .post-content{
	padding-left: 65px;
	line-height: 2.2;
}

.secondaryPost .post-content .post-title{
	line-height: 1.5em;
}

.secondaryPost .post-content .box-meta{
	line-height: 17px;
}*/

.post-list-thumbnail .content {
	padding-top: 10px;
}

#mainContent  .firstcat > div {
	float: left;
}

#mainContent .control{
	display: none;
}
.controls {
	position: relative;
	z-index: 999;
}

.controls .control  {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 15px;
	text-align: center;
	width: 15px;
	position: absolute;
	font-size: 10px !important;
}
#mainContent .firstcat{
	float: left;
	width: 100%;
}

#mainContent .cycle-content {
	float: left;
	width: 33.3%;
}

#mainSidebar .cycle-content {
	width: 100%;
}

#mainContent .widget-columns .primaryPost {
	padding: 10px;
}

#mainContent .widget-columns .excerpt-img {
	width: 200px;
	height: auto;
}

#mainContent .widget-columns .excerpt-img  img {
	width: 200px;
	height: auto;
} 

.controls span[class^="controlLeft_"]{
	left: 0;
}

.controls  span[class^="controlRight_"]{
	left: 16px;
}

#login-form{
	padding: 10px;
}

.login-username{
	float:left;width: 50%;
	padding-right: 5px;
}

.login-password{
	float:left;width: 50%;
}

.login-password:before{
	content: "\f023";
	font-family: FontAwesome;
	float: left;
	margin-right: 5px;
	display: inline-block;
	font-size: 11px;
}

.login-username input[type='text']{
	width: 100%;
}

.login-username:before{
	content: "\f007";
	font-family: FontAwesome;
	float: left;
	margin-right: 5px;
}

.login-password input[type='password']{
	width: 100%;
}

.login-remember {
	text-align: right;
}

.login-submit {
	float: left;
	padding-right: 5px;
}

#wp-submit {
	padding: 4px 20px 4px 20px;
}

#login-form label {
	display: block;
	padding: 0px 0px 5px 2px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	font-size: 11px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	font-size: 13px;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 3px solid #EBE6E2;
}

#login-form #rememberme {
	vertical-align: text-bottom;
}

#login-form .login-remember label {
display: inline-block;
font-size: 11px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 10px;
}

.register {
	width: 100%;
	background: red none repeat scroll 0% 0%;
	clear: both;
	margin-top: 5px;
	display: block;
	float: left;
	padding: 5px;
}

#mainContent ul#menu-all-pages,
.wrap_list ul,
.mag-widget ul.menu,
.mag-widget > ul {
	padding: 5px 5px 5px 15px;
	line-height: 2.2;
}

.ena_widget_archive li:before,
.widget_archive li:before {
	content: "\f187";
}

.ena_widget_recent_entries li:before,
.widget_recent_entries li:before {
	content: "\f040";
}

.ena_widget_categories li:before,
.widget_categories li:before {
	content: "\f08d";
}

.ena_widget_pages li:before,
.widget_pages li:before{
	content: "\f15c";
}

.widget_recent_comments li:before,
.ena_widget_recent_comments li:before{
	content: "\f075";  
}

.widget_nav_menu li:before,
.ena_widget_nav_menu li:before{
	content: "\f0c9";     
}

.widget_meta li:before,
.ena_widget_meta li:before{
	content: "\f105";
}

.ena_widget_archive li:before,
.ena_widget_recent_entries li:before,
.ena_widget_categories li:before,
.ena_widget_pages li:before,
.ena_widget_recent_comments li:before,
.ena_widget_nav_menu li:before,
.ena_widget_meta li:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_recent_comments li:before,
.widget_nav_menu li:before,
.widget_meta li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-right: 0.8em; 
	line-height: 2.2;
}

#calendar-wrap,
#calendar_wrap {
	font-size: 13px;
	padding: 3px;
	width: 100%;
}

#wp-calendar {
	margin: 0;
	width: 100%;
}

#wp-calendar caption {
	padding: 10px 0;
	text-align: center;
}

#wp-calendar tbody td {
	background: none repeat scroll 0 0 #f5f5f5;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar #today a{
	color: #fff;
}

#wp-calendar #today{
	background-color: #333;
	color: #fff;
}

.widget-video .postVideo {
	height: 0;
	overflow: hidden;
	padding-bottom: 53.25%;
	padding-top: 30px;
	position: relative;
}

.widget-video .postVideo iframe,
.widget-video .postVideo object,
.widget-video .postVideo embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flexslider {
	margin: 0;
	border:0;
	line-height: 1;
	border-radius: 0;
}
.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 40px;
	display: inline-block;
	content: '\f104';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

.footerWidgetwrap .slides { 
	margin-top: 5px;
}

.widget-hscroll .flexslider {
	position: relative; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
	zoom: 1; 
}

.widget-hscroll .flexslider:hover .flex-next:hover,
.widget-hscroll .flexslider:hover .flex-prev:hover { 
	opacity: 1 !important; 
}

.widget-hscroll .flexslider .slides img {
	width: auto;
	border: 1px solid #ddd;
	padding: 2px;
}

.widget-hscroll .flex-direction-nav a::before {
	font-family: "FontAwesome" !important;
	font-size: 40px;
	display: inline-block;
	top: 30%;
}

.widget-hscroll .scrollerWrap {
	border-color: none;
	background: none repeat scroll 0 0 #fff;
	border-style: solid;
	border-width: 2px 0 0;
	height: 150px;
	width: 100%;
	padding: 5px;
}

/*widget-tabs*/
.widget-tabs img {
	max-width: 80px;
}

#mainSideBar .scrollerWrap .flex-direction-nav a{
	width: 38px;
}

.scrollerWrap .flex-direction-nav .flex-next::before {
	content: '\f054' !important;
}
.scrollerWrap .flex-direction-nav .flex-prev::before {
	content: '\f053' !important;

}

.scrollerWrap .flexslider {
	margin: 0 -20px;
}

.scroll-item {
	height: 140px;
	margin-right: 1px;
	margin-left: 1px;
	position: relative;
	width: 130px;
	float: left;
	text-align: center;
}

.scrollerThumbnail {
	text-align: center;
	padding: 15px 10px 5px;
	display: block;
}

.miniBox-More {
	bottom: 22px;
	display: block;
	position: absolute;
	width: 100%;
	font-size: 11px;
}

div [class*="tag-link-"] {
	padding: 8px 9px;
	background-color: #444;
	margin: 0 0 5px;
	color: #dadada;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px !important;
}

.tagcloud-ena,
.tagcloud,
.textwidget{
	padding: 5px;
}

.welcome-text {
	text-align: center; 
	padding: 5px; 
	font-size: 12px;	
}

.author-avatar{
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}

.currentUser-widget > li{
	display: block;
	padding-left: 110px;
	text-align: center;
	width: 93%;
}
.currentUser-widget a{
	background: #FFA500;
	display: block;
	margin-bottom: 6px;
	padding: 5px;
	color: #fff;
	font-size: 10px !important;
}

/******************************************************************************
 09 -  Posts and Page Style
******************************************************************************/
/* General Styling */
.article h1, 
.article h2, 
.article h3, 
.article h4, 
.article h5, 
.article h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
}

.article a.btn {
	color: #fff;
}

.article blockquote {
	background: none repeat scroll 0 0 #f2f2f2;
	border-bottom: 1px solid transparent;
	border-left: 3px solid #d9d9d9;
	padding: 1.5em;
}

.article p,
.article blockquote,
.article > ul,
.article > ol {
	margin-bottom:1.857em
}

.article ul {
	list-style-type: square;
	margin-left: 42px;
}

.article ol {
	list-style-type: decimal;
	margin-left: 42px;
}

.titlePost {
	background-color: #f2f2f2;
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	padding: 10px 25px;
	margin-bottom: 20px;
}

.titlePost  .heading-comments {
	float: right; 
	line-height: 3; 
	font-size: 15px;
}

.singleTitleWrap {
	float: left;
}

.cat-title {
	float:right;
}

.postMag .post-info {
	background: none repeat scroll 0 0 #f9f9f9;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 13px !important;
	text-transform: uppercase;
	padding: 8px;
}

.postMag  .post-info i {
	padding: 5px;
}

.postMag.type-page .article{
	margin-bottom: 10px;
}

.post-date,
.post-author{
	display: inline-block;
}

.postMag .article {
	background-color: #fff;
	border-top: 4px solid #FFA500;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	display: block;
	font-size: 13px;
	line-height: 1.8;
	padding: 8px 12px;
}

.article img {
	height: auto;
	max-width: 100%;
}

.postVideo {
	height: 0;
	overflow: hidden;
	padding-bottom: 53.25%;
	padding-top: 30px;
	position: relative;
}

.postVideo iframe, 
.postVideo object, 
.postVideo embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.post-attachment img {
	height: auto;
	max-width: 100%;
}
.post-tags {
	background-color: #f2f2f2;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 5px;
	padding: 5px;
}

.page-pagination {
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 5px;
	padding: 5px 5px 5px 0;
}

.page-pagination > span {
	padding: 5px;
}

.page-pagination > a > span {
	background: #FFA500;
	color: #fff;
	padding: 5px;
}

.page-pagination > a > span, 
.page-pagination > span {
	padding: 6px 12px;
}

/* next previous posts */
.next-previous {
	background: none repeat scroll 0 0 #f2f2f2;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	display: block;
	font-size: 13px !important;
	padding: 8px;
	text-transform: uppercase;
}

.next-previous a {
	color: #747474;
	font-size: 12px;
}

.previous-post {
	float: left;
	font-size: 21px;
}

.next-post {
	float: right;
	font-size: 21px;
}

.post_link{
margin-bottom: 20px;
margin-top: 20px;
}

/* authors info */
.author-info img {
	float: left;
	margin: 7px 20px 7px 10px;
	width: auto;
}

.author-info .description {
	font-size: 13px;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 10px;
}
.author-info .description > a {
	text-transform: uppercase;
}

.author-info, 
.related-posts {
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	margin-top: 20px;
	margin-bottom: 20px;
}

.author-info .title, 
.related-posts .title, 
.socialIcons {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	display: block;
	padding: 7px;
}
.author-info .title a{
	margin-left: 5px;
	text-transform: uppercase;
}
.authorData{
	padding-left: 10px;
}
.authorData a{
	text-transform: uppercase;
	font-weight: bold;
}
.author-info .author-posts, 
.related-posts small {
	float: right;
}

/* related posts */
.mag-related-post {
	float: left;
	padding: 5px;
	width: 33.3333%;
}

.mag-related-post h3 {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.mag-related-post .excerpt-img,
.mag-related-post .excerpt-img img{
	height: auto;
	width: 100%;
}
.separator:first-child {
	font-size: 20px;
	display: none;
}

/* Post comments */
#comments {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}

#comments .section-head {
	display: block;
	padding: 10px;
}

.comments-list .comment-meta, 
.comments-list .comment-content, 
.comments-list .children {
	margin-left: 60px;
}

.comments-list .comment-meta {
	font-size: 11px;
	padding: 4px;
}

.comments-list .comment {
	margin-top: 28px;
}

.comments-list .comment-content {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d9d9d9;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: relative;
}

#comments .reply {
	bottom: 1px;
	color: #FFA500;
	font-size: 12px;
	position: absolute;
	right: 15px;
}

.form-control:focus {
	border-color: #FFA500;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(233, 209, 102, 0.6);
}
input.form-control{
	width: 50%;
}
#comment-submit, 
.submit-button {
	color: #fff;
	font-size: 14px;
	padding: 7px 21px;
	text-transform: uppercase;
}

.comment-respond p {
	font-size: 13px;
	margin-bottom: 28px;
}

.comment-respond form {
	margin-top: 42px;
}

#comments .section-head {
	display: block;
	padding: 10px;
}

.section-head {
	color: #333;
	font-size: 22px;
	margin-top: 20px;
}

.comment-avatar img {
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px; 
	-moz-border-radius: 0 0 20px 20px; 
}

.comment-avatar {
	float: left;
	margin-left: 15px;
}
/* Post social */
.post-share {
	background-color: #f2f2f2;
	border-top: 1px solid #ddd;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	padding: 5px;
	margin-bottom: 20px;
}

.post-share .fa {
	font-size: 12px;
	text-align: center;
}
.post-share .mag-soc {
	color: #fff;
	display: block;
	float: left;
	margin-left: 3px;
	min-width: 13.8%;
	opacity: 0.8;
	padding: 7px;
}

.post-share .mag-soc:hover {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.socialIcons{
	border:0 !important;
}

.social-accounts{
	padding: 5px 5px 0;
	text-align: center;
}

.social-accounts li{
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 13%;
	margin-bottom: 5px;
}

.social-accounts li a{
	color: #fff;
	line-height: 40px;
	display: block;
}
.post-share .fa-twitter,
.social-accounts .twitter {
	background-color: #2aa9e0;
}

.post-share .fa-facebook,
.social-accounts .facebook {
	background-color: #204385;
}

.post-share .fa-google-plus,
.social-accounts .google-plus{
	background-color: #d3492c;
}

.post-share .fa-pinterest,
.social-accounts .pinterest{
	background-color: #ca2128;
}

.post-share .fa-linkedin,
.social-accounts .linkedin {
	background-color: #02669a;
}

.post-share .fa-tumblr,
.social-accounts .tumblr {
	background-color: #44546b;
}

.post-share .fa-envelope-o,
.social-accounts .envelope-o {
	background-color: #333;
}

.post-share .fa-wordpress,
.social-accounts .wordpress {
	background-color: #4c78ac;
}

.post-share .fa-rss,
.social-accounts .rss {
	background-color: #ff9308;
}

.post-share .fa-dribbble,
.social-accounts .dribbble {
	background-color: #ed3daf;
}

.post-share .fa-youtube,
.social-accounts .youtube {
	background-color: #dd3333;
}

.post-share .fa-soundcloud,
.social-accounts .soundcloud {
	background-color: #ef8a07;
}

.post-share .fa-vimeo-square,
.social-accounts .vimeo-square {
	background-color: #038bad;
}

.post-share .fa-flickr,
.social-accounts .flickr {
	background-color: #333;
}

.post-share .fa-foursquare,
.social-accounts .foursquare {
	background-color: #e00476;
}

.post-share .fa-instagram,
.social-accounts .instagram {
	background-color: #176e93;
}

/*GO to TOP*/
#topcontrol {
	z-index:999;
	background:url(images/go_Top.png) no-repeat center #D7D7D7;
	width:30px;
	height:30px;
	text-indent:-99999px;
	border:2px solid #FFF;
	border-radius:50px 50px 7px 7px;
	-moz-border-radius:50px 50px 7px 7px;
	-webkit-border-radius:50px 50px 7px 7px;
	position:fixed;
	bottom:-100px;
	right:10px;
	cursor:pointer;
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
	overflow:auto;
}

#topcontrol:hover {
	background-color:#fb9826;
}

/* widget post list */
.widgetBody .post-list-thumbnail {
	overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-list-thumbnail:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}    

.widgetBody .post-list-thumbnail img ,
.widget-category-preview .secondaryPost img {
    width: 80px;
    height: auto;
    margin-right: 5px;
}

 .thumb-lik {
    float: left;
     margin-right: 10px;
}

.widget-post-list .widgetBody{
	 padding: 13px 5px 5px 13px;
}

/*pagination test*/

.page-numbers {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
	color: #fff;
}
article p{
padding: 10px 0;
}