/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
section.donut_contents {
width:131%;
}
.device-menu-holder .donut_dev_menu a:after {
content: "\2261";
}
.device-menu-holder.active .donut_dev_menu a:after {
content: "x";
}
.donut_dev_menu a {
font-size:24px;
color:#FFFFFF;
}
span.donut_dev_menu {
display:inline-block;
width:24px;
}
.device-menu, .menu-all-pages-container, .menu-menu-container, .menu-menu-1-container {
margin-top:-2px!important;
}
.slider {
 position: relative;
 margin: 0;
 padding: 0;
}
.slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 480px;
 height: 320px;
}
img.donut_slide {
max-width:114%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    margin: 0
}
a:active,
a:hover {
    outline: 0
}
.fixed_wrap a:focus {
	outline-color:#0083b9;
	border-color: #0083b9;
}

h1 {
    font-size: 2em;
}
.site-content h1{
	 margin-bottom: 10px;
}
h2 {
    font-size: 1.5em;
}
.site-content h2{
	margin-bottom: 10px;
}
h3 {
    font-size: 1.17em;
}
.site-content h3{
	margin-bottom: 7px;
}
h4 {
    font-size: 1.05em;
}
.site-content h4{
	margin-bottom: 7px;
}
h5 {
    font-size: .9em;
}
.site-content h5{
	margin-bottom: 7px;
}
h6 {
    font-size: .8em;
}
.site-content h6{
	margin-bottom: 7px;
}
.site-content header h1,
.site-content header h2,
.site-content header h3,
.site-content header h4,
.site-content header h5,
.site-content header h6{
	margin: 0;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6{
	color: black;
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700 !important
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
p,
pre {
    margin: 1em 0
}
iframe {
    border: 0 none;
    display: block;
    max-width: 100%;
    outline: medium none;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q { 
  display: inline;
}

q:before { 
  content: open-quote;
}

q:after { 
  content: close-quote;
}

small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl,
menu,
ol,
ul {
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
::-webkit-input-placeholder {
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1; 
}
:-ms-input-placeholder {  
   opacity: 1;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
.search-form .search-field,
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    height: 40px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    outline: 0;
    color: #c6c6c6;
    font-size: 15px
}
input[type="submit"] {
    margin-bottom: 0;
    width: auto;
}
textarea {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 10px;
    outline: 0;
    font-size: 15px
}
.border-box, button, input, select, textarea {
    box-sizing: border-box;
}

/* ==========================================================================
 *                form elements
   ========================================================================== */
input,select,textarea, .donut-select {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    color: #7e7e7e;
    padding: 0;
    margin-bottom:10px;
    width:100%;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="cehckbox"]{
	-webkit-appearance: inherit;
}
input[type="file"] {
    height: auto;
    padding: 8px;
}
input:last-child ,select:last-child,textarea:last-child, .donut-select:last-child {
    margin-bottom: 0;
}
input {
    height: 40px;
    padding: 0 8px;
}
textarea {
    width:100%;
    padding:10px;
}
label {
    margin-bottom:5px;
    display:inline-block;
    font-size:15px;
}
select {
    padding:9px;
  -webkit-appearance: none;
     -moz-appearance:none;
}

.donut-select {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;

}
.donut-select:before {
    content: '\02C7';
    height: 100%;
    width: 34px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0px solid #eaeaea;
    border-left-width: 1px;
    text-align: center;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 38px;
    color: #83868a;
    z-index: 1;
}

.donut-select select {
    padding: 0;
    margin: 0;
    background: transparent;
    border:0;
    padding: 9px 5px;
    margin-left: 5px;
	width: 98%;
    position: relative;
    z-index: 2;
        -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 18px;
    height: 18px;
}

.rtl .donut-select:before {
    right: auto;
    left: 0;
    border-left-width: 0;
    border-right-width: 1px;
}


input[type="submit"] {
    width: auto;
    margin-bottom: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
	height: auto;
}
input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
input[type="radio"]{
	-webkit-appearance: radio;
}
.widget_search input {
    margin-bottom: 0;
}
.alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter{
	clear:both;
	margin:auto;
	float:none;
}
.entry-content .post-thumbnail {
    text-align: center;
    margin-bottom: 20px;
    background-color: #f9f9f9
}
.page .entry-content p,
article .entry-content p {
    margin-bottom: 20px
}
a img.aligncenter,
img.aligncenter {
    display:block;
    margin-bottom:15px;

}
a img.alignright,
img.alignright {
    float:right;
    margin-bottom:0.5em;
    margin-right:0;
    margin-left:1.5em;
    margin-top:0;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft, img.alignleft{
	float: none;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 1.5em;
	margin-top: 0;
}
.wp-caption {
    background-color: #F8F8F8;
    border: 0 none;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    outline: 1px solid #EAEAEA;
    padding: 5px 5px 10px;
    text-align: center;
}
.wp-caption img {
    margin-bottom: 10px !important;
}
.wp-caption-text {
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
}

.gallery-caption {
    text-align: center;
}
.gallery{
    clear: both;
    overflow: hidden;
}
.gallery .gallery-item img{
	float: left;
    margin-right: 10px;
    margin-bottom: 10px
}
.gallery-columns-4 .gallery .gallery-item img{
	width: 23.6%;
}
.gallery-columns-4 .gallery .gallery-item:last-child img{
	margin-right: 0;
}
#gallery-1 .gallery-caption{
	display: none;
}
.gallery-caption{
	display: none;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*Ajit Prabhakar - Donut Addition*/

.header-wrap > .inner h1,.header-wrap > .inner p {
text-align:center;
}
.header-wrap > .inner p {
padding-bottom:8px;
margin: 0;
}
.header-wrap > .inner h1 {
padding-top:4px;
margin: 0;
}
h2,.h2bg,.dt-tabbed-head li h2,h1.entry-title,h2.entry-title {
margin:0;
}



.post.sticky {
    border-color: #0083B9;
}
.bypostauthor {
}
.noside {
    padding: 10px;
    text-align: center;
}
.wp-caption{}
.wp-caption-text{}
.sticky {}
.bypostauthor {}
.gallery-caption {
    text-align:center;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
tr:nth-of-type(2n+1) {
    background: none repeat scroll 0 0 #fff;
}
.footer tr:nth-of-type(2n+1){
	background: transparent;
}
th {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #40454d;
    font-weight: normal;
}
td, th {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left;
}
dt {
    color: #40454d;
    font-weight: bold;
}
dd {
    background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-left: 0;
}
table{
	margin-bottom: 20px;
    margin-top: 0;	
}
.link-pages {
    clear:both;
}
.entry-content blockquote{
	padding: 18px 25px;
	background: #f2f2f2;
	border-left: 5px solid #0083b9;
}
.entry-content blockquote,
.entry-content blockquote p{
	font-size: 19px;
	color: #666666;
	line-height: 30px;
}
.entry-content ul{
	list-style: outside;
}
.entry-content ul,
.entry-content ol{
	padding: 0 0 0 40px;
}
.entry-content ul li, .entry-content ol li {
    margin-bottom: 2px;
}
code {
  background-color: #f8f8f8;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
  padding: 5px;
  font-size: 13px;
}
pre {
  background-color: #f8f8f8;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
  margin-bottom: 10px;
  max-height: 600px;
  overflow: auto;
  padding: 10px 8px 10px 12px;
  width: auto;
  font-size: 13px;
  border: 1px solid #e7e7e7;
}
.disappear {
    opacity: 0;

}
.appear {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

html,
button,
input,
select,
textarea {
    color: #7e7e7e;;
}
html {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
img {
    max-width: 100%;
    height: auto;
}
.clear, .clearboth {
    clear: both;
}
.header a img:hover {
    opacity: 1;
}

body {
    background-position: top center;
    background-size: cover;
    background-attachment:fixed;
    line-height: 20px;
    color: #9a9a9a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hide {
    display: none;
}
img {
    display: inline-block;
}
.post-thumbnail {
    position: relative;
}
.button,
button,
.widget button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    border: none;
    margin: 0;
    background: #0083b9;
    color: white;
    padding:0 10px;
    line-height: 36px;
    font-weight: 300;
    font-size: 13px;
}
a {
    color: #2d2d2d;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

a:focus,
.sidebar .post-list li h2 a:focus,
.secondary-sidebar .post-list li h2 a:focus,
ul.dt-tabbed-list li h2 a:focus,
.sidebar .widget_categories li:focus,
.sidebar .widget_categories li:focus a,
.secondary-sidebar .widget_categories li:focus,
.secondary-sidebar .widget_categories li:focus a {
    color: #0083b9;
}

.comment-form textarea:focus,
.widget_search input:focus,
.comment-form #author:focus,
.comment-form #email:focus,
.comment-form #url:focus,
.search-form .search-field:focus,
input[type="checkbox"]:focus {
border-color: #719ECE;
box-shadow: 0 0 10px #719ECE;
}

a:hover,
.sidebar .post-list li h2 a:hover,
.secondary-sidebar .post-list li h2 a:hover,
ul.dt-tabbed-list li h2 a:hover,
.sidebar .widget_categories li:hover,
.sidebar .widget_categories li:hover a,
.secondary-sidebar .widget_categories li:hover,
.secondary-sidebar .widget_categories li:hover a {
    color: #0083b9;
}
/*layout*/

.inner {
    width: 1160px;
    margin: 0 auto;
}
.fixed,
.fixed2 {
    background: #f2f2f2;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
}

.both-sidebars-all .main-left{
	float: left;
}
.both-sidebars-all .main-content{
	float: right;
}
.both-sidebars-all .secondary-sidebar{
	margin: 0 10px 0 0;
}
.both-sidebars-left .main-left{
	float: right;
	margin: 0 0 0 10px;
}
.both-sidebars-left .main-content{
	float: right;
}
.both-sidebars-left .secondary-sidebar{
	margin: 0 10px 0 0;
}
.left-sidebar .main-left{
	margin: 0 0 0 10px;
}
.left-sidebar .main-content{
	float: right;
}
.left-sidebar .sidebar{
	float: left;
}
.page-template-media-php.left .media-main-content{
	float: right;
}
.page-template-media-php.left .secondary-sidebar{
	margin: 0 10px 0 0;
}
.page-template-media-php.right .media-main-content{
	float: left;
}
.page-template-media-php.right .secondary-sidebar{
	float: right;
}
.page-template-media-php.both-sidebars-left .media-main-content{
	float: right;
}
.page-template-media-php.both-sidebars-left .sidebar{
	float: left;
	margin: 0 10px 0 0;
}
.wrap {
    position: relative;
}

header.header {
    margin-bottom: 30px;
    position: relative;
}
.header-wrap p{
	margin: 0;
}
.no-bnmenu .dontbr-cont{
	width: 1031px
}
/*topmenu*/
.mobile-menu{
	display: none;
}
ul.main-menu,
ul.top-menu {
}
ul.top-menu li {
    float: left;
    font-weight: 700 !important;
    font-size: 12px;
    border-right: 1px solid #222222;
    position: relative;
}
ul.top-menu li:first-child {
    border-left: 1px solid #222222;
}
ul.top-menu li.current-menu-item,
ul.top-menu li:hover {
    background: #1A1919;
}
ul.top-menu li a {
    color: #c3c3c3;
    padding: 0 14px;
    display: block;
}
ul.top-menu li.current-menu-item a,
ul.top-menu li a:hover {
    color: white;
}
ul.top-menu > li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #1A1919;
    width: 170px;
    left: -1px;
}
ul.top-menu li:hover > ul.sub-menu {
    display: block;
}
.top-menu li:hover ul.sub-menu li ul.sub-menu{
	left: 100%;
	top:0;
}
ul.top-menu li ul li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #222222;
    line-height:18px;
}
ul.top-menu li ul li a{
    padding: 10px 14px;
}
ul.top-menu li ul li:hover {
    background: black;
}
ul.main-menu li ul li:first-child,
ul.top-menu li ul li:first-child {
    border-left: none;
}
ul.main-menu li ul li:last-child,
ul.top-menu li ul li:last-child {
    border-bottom: none;
}
input:focus,
.sidebar .search-form .search-field:focus {
	color: #222;
}
.top-search a:hover{
	background: transparent;
}
.ajax-search-results {
    position: absolute;
    z-index: 9999;
    background: #1e1e1e;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: black;
    width: 207px;
    left: 0;
    top: 45px;
    padding: 0 10px;
}
.ajax-search-results h4 {
    font-size: 13px;
    color: #8b8b8b;
    background: #262626;
    border-width: 1px 0;
    border-style: solid;
    border-color: black;
    padding: 2px 11px;
    margin: 0 -10px;
    text-transform: uppercase;
}
.ajax-search-results a {
    padding: 10px 0 !important;
    font-size: 14px;
    border-top: 1px solid black;
    text-align: left !important;
    display: block;
    line-height: normal;
}
.ajax-search-results h4 + a{
    border-top: none;
}
.ajax-search-results h4:last-of-type a{
	border: none;
}
.ajax-search-results .post_format,
.ajax-search-results a img {
    float: left;
    margin-right: 8px;
}
.ajax-search-results a h2 {
    color: #c6c6c6;
    font-size: 14px;
    margin-bottom: 5px;
}
.ajax-search-results a:hover h2{
	color: #f2f2f2;
}
.ajax-search-results a:hover{
	background: #262626;
}
.ajax-search-results a span {
    color: #535353;
}
.ajax-search-results .post_format{
	background: #A8A8A8;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #272727;
	display: block;
}
.ajax-search-results h4.show-all-results{
	border-bottom: none;
	text-align: center;
	line-height: 45px;
}
.ajax-search-results h4.show-all-results a{
	display: inline-block;
	font-size: 13px !important;
	color: #c6c6c6;
}
.ajax-search-results h4.show-all-results i{
	position: relative;
	top: 2px;
	left: 10px;
}
.ajax-search-results > a .post_format:before{
	content: '';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 35px;
}
.ajax-search-results > a.type-page .post_format:before{
	content: "\e621";
}
.ajax-search-results > a.format-image .post_format:before{
	content: "\e650";
}
.ajax-search-results > a.format-video .post_format:before{
    content: "\e62d";
}
.ajax-search-results > a.format-audio .post_format:before{
    font-family: 'font-awesome' !important;
    content: "\e711";
    line-height: 40px;
	font-size: 24px;
}
.ajax-search-results > a.format-quote .post_format:before{
    font-family: 'donut' !important;
    content: "\e676";
    font-size: 25px;
}
.ajax-search-results > a.format-gallery .post_format:before{
    font-family: 'donut' !important;
    content: "\e60e";
    font-size: 25px;
}
/*header content*/

.header-wrap {
    clear: both;
    background: #fff;
    height: auto;
    line-height: normal;
    overflow: hidden;
}
.header-wrap > .inner {
    height: auto;
    line-height: normal;
    position: relative;
}
.logo {
    float: left;
}
.logo a img{
	display: inline-block;
}
.logo .site_title {
    margin-top: 27px;
}
.logo .site_title, .logo .site_desc {
    line-height: normal;
}
.header-banner {
    float: right;
}
.header-banner img{
	display: inline-block;
}
/*navigation*/
body.sticky_navigation_on .navigation.sticky-nav {
    width: 100%;
    position: fixed;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	z-index: 5000;
	left: 0;
}
.sticky-nav ul.main-menu > li:first-child{
	border-width: 0 1px;
	border-style: solid;
}
.icon_only_label{
	display: none;
}
.navigation {
    height: 47px;
    background: #262626;
    border-bottom: 1px solid black;
}
.pagination{
    height: 47px;
    background: #d5d5d6;
    border-bottom: 1px solid #959597;
}
.post-navigation{
height: 40px;
background: #d5d5d6;
border-bottom: 1px solid #959597;
}
.comments-area {
margin: 48px auto;
padding: 0 10px;
}
.comments-title {
font: 900 16px/1.5 Lato, sans-serif;
margin: 0;
text-transform: uppercase;
}
.comment-author {
font-size: 14px;
line-height: 1.7142857142;
}
.navigation > .inner {
    position: relative;
}
ul.main-menu > li > a {
    position: relative;
    padding-bottom: 5px !important;
    overflow: hidden;
    
}
ul.main-menu > li:not(.donut_mega) {
    position: relative;
}
ul.main-menu > li {
    float: left;
    line-height: 42px;
    font-size: 15px;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-right: 1px solid black;
}
ul.main-menu li:first-child {
    border-left: 1px solid black;
}
ul.main-menu li.current-menu-parent,
ul.main-menu li.current-menu-item,
ul.main-menu li:hover {
    background: #1e1e1e;
}
ul.main-menu .cats-mega-wrap li.current-menu-parent,
ul.main-menu .cats-mega-wrap li.current-menu-item{
	background: transparent;
}
ul.main-menu li a {
    color: #ededed;
    padding: 0 30px;
    display: block;
	background-color:#262626;
}
ul.main-menu li a:hover , ul.main-menu li a:focus , .navigation ul.main-menu li ul li a:focus {
    color: #9a9a9a;
}
.navigation ul.main-menu li ul li a{
    line-height: normal;
    padding: 11px 15px;
}
ul.main-menu li span.menu_bl {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    width: 100%;
    left: 0;
}
ul.main-menu li span.menu_bl {
    background: #5a5a5a;
}
.menu-message {
    line-height: 45px;
}

.navigation ul.main-menu > li:not(.donut_mega) ul.sub-menu {
    overflow: visible;   
    position: absolute;
    z-index: 9999;
    background: #262626;
    border: 1px solid black;
    left: -1px;
    top: 47px;
    width: 210px;
}

.navigation ul.main-menu li:not(.donut_mega) ul.sub-menu li ul.sub-menu{
	left: 100%;
	top: -1px;
}
ul.main-menu li:not(.donut_mega) ul li {
    float: none;
    text-transform: none;
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    position: relative;
}
ul.main-menu li.donut_mega ul li ul li:hover{
	background: #262626;
}
ul.main-menu li ul:not(.donut_mega_wrap) li:last-child{
	border-bottom: none;
}
ul.main-menu li ul li:hover {
    background: #1e1e1e;
}
ul.main-menu li a i {
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 7px;
    line-height: inherit;
}
ul.main-menu li .icon_only{
	font-size: 22px;
	margin: 0;
}
ul.main-menu li .img_icon {
    width: 18px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
ul.main-menu li .img_icon.icon_only {
    width: 24px;
    background-size: 24px;
}
ul.main-menu li:not(.donut_mega) > ul > li.menu-item-has-children > a:after{
	content:"\21E8 \00a0";
	position: relative;
	/* color: black; */
	right: -5px;
	float: right;
	top: 2px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*MegaMenu*/
.navigation ul.main-menu > li:hover .donut-megamenu{
	visibility: visible; 
	opacity: 1;
}
.navigation ul.main-menu > li .donut-megamenu {
    background: #1e1e1e;
    position: absolute;
    z-index: 1000;
    border: 1px solid black;
    top: 47px;
    padding-top: 39px;
    left: -1px;
}
.navigation ul.main-menu > li.donut_mega.menu-item-depth-0 > .donut_mega_wrap{
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 1px;
	top: 100%;
	background: #1e1e1e;
	border: 1px solid black;
	padding: 20px;
	z-index: 1000;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
        padding-top: 15px;
}
.navigation ul.main-menu > li .donut-megamenu ul.sub-menu {
    width: 135px;
    float: left;
    top: 0;
    position: relative;
    left: 0;
    border: none;
}
.navigation .donut-megamenu ul li:last-child {
    border-bottom: 1px solid black !important;
}
.navigation .donut-megamenu > ul > li {
    line-height: 38px;
    padding: 0;
}
.navigation .donut-megamenu ul li.active,
.navigation .donut-megamenu ul li:hover {
    background: #1e1e1e;
    position: relative;
}
.navigation .donut-megamenu ul li.active:before,
.navigation .donut-megamenu ul li:hover:before {
    content: "";
    right: -13px;
    top: 35%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-left-color: #000;
    border-width: 6px;
}
.navigation .donut-megamenu .view-all-link {
    background: #5a5a5a;
	height: 38px;
	line-height: 33px;
	color: white;
	display: block;
	padding-left: 13px;
	font-size: 13px;
	width: 95.3%;
	text-transform: none;
	position: absolute;
	font-weight: 300 !important;
	top: 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: black;
	left: -1px;
}
.navigation .sub-donut-megamenu2 .view-all-link{
	width: 93.3% !important;
}
.navigation .donut-megamenu .view-all-link i {
    margin-left: 10px;
    font-size: 18px;
    top: 4px;
    position: relative;
    float: none;
}
.navigation .donut-megamenu .sub-donut-megamenu {
    width: 595px !important;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul,
.navigation .donut-megamenu .sub-donut-megamenu ul {
    width: auto;
    background: transparent;
    border-right: none;
    float: none;
    overflow: hidden;
    border-left: 1px solid black;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul{
	margin-bottom: -300px;
	padding-bottom: 300px;
}
.cats-mega-wrap {
	overflow: hidden;
}
.navigation .donut-megamenu .sub-donut-megamenu ul li {
    float: left;
    width: 153px;
    padding: 10px 0;
    border-right: 1px solid black;
    border-bottom: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 600px;
    margin-bottom: -506px;
}
.navigation .donut-megamenu .sub-donut-megamenu ul li:last-child {
    border-right: none;
}
.navigation .donut-megamenu .sub-donut-megamenu ul li img {
    display: inline-block;
    border: 1px solid black;
    /* margin-bottom: 14px; */
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul li h2 a,
.navigation .donut-megamenu .sub-donut-megamenu ul li h2 a {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 0 20px;
}
.navigation .donut-megamenu .sub-donut-megamenu2 {
    width: 418px;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 14px;
    overflow: hidden;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul li:last-child {
    margin-bottom: -1px;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul li a {
    padding: 0;
}
.navigation .donut-megamenu .sub-donut-megamenu2 ul li img {
    float: left;
    width: 78px;
    height: 51px;
    margin-right: 14px;
    border: 1px solid black;
}
.active.donut-cat-latest{
	display: block;
}
.donut-cat-latest{
	display: none;
}
.main-menu li.donut_mega > .donut_mega_wrap a {
    display: block;
    margin-bottom: 0;
    padding: 8px 10px;    
}
.navigation ul.main-menu li a i[class*="donut-icon-"]{
	font-size: 21px;
}
/* Mega Menu columns */
.donut_mega_wrap .menu-item-depth-1.mega_column {
    float: left;
    width: 22%;
    margin-right: 4%;
}
.donut_mega_wrap .menu-item-depth-1.mega_column:last-child {
    margin-right: 0;
}
.donut_mega_wrap.donut_mega_col_3 .menu-item-depth-1.mega_column {
    width: 30.666%;
}
.donut_mega_wrap.donut_mega_col_2 .menu-item-depth-1.mega_column {
    width: 48%;
}
.donut_mega_wrap.donut_mega_col_5 .menu-item-depth-1.mega_column {
    width: 16.8%;
}

.donut_mega_wrap.donut_mega_col_1 .menu-item-depth-1.mega_column {
    width: 100%;
    margin-right: 0;
}
.main-menu .donut_mega.menu-item-depth-0 > .donut_mega_wrap .menu-item-depth-1.mega_column:first-child {
    border-left: none;
}
.main-menu .donut_mega.menu-item-depth-0 > ul.sub-menu > li > a{
    font-weight:bold;
    border-bottom:2px solid black;
}
.main-menu .donut_mega.menu-item-depth-0 > ul.sub-menu > li ul li a{
    padding-left:4px;
}
.main-menu .donut_mega.menu-item-depth-0 > ul.sub-menu > li ul li a:hover{
	color: white;
}
.main-menu .donut_mega.menu-item-depth-0 > ul.sub-menu > li ul li a i{
	top: -2px;
}
.main-menu .donut_mega.menu-item-depth-0 > ul.sub-menu li.menu-item-depth-1.mega_col_title a{
	padding-left: 0;
}
.main-menu ul.menu li.donut_mega .mega_col_title > a{
    color: #313131;
    font-size: 14px;
    margin-left: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    
}
#navigation .main-menu > li.sub-menu-left .cats-mega-wrap {
    right: -1px;
    left: auto;
}
#navigation > .inner {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#navigation .sticky_logo {
	line-height: 45px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#navigation .sticky_logo img {
    display: inline-block;
    opacity: 1;
}

/* Fade effect (default) */
.dd-effect-fade ul.main-menu li:not(.donut_mega):not(.donut_mega_cats) > ul.sub-menu,
#navigation.dd-effect-fade .main-menu li.donut_mega.menu-item-depth-0 > .donut_mega_wrap, 
#navigation.dd-effect-fade .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
    opacity: 0;
    visibility: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
    -moz-transform: scaleY(0.98);
-webkit-transform: scaleY(0.98);
-o-transform: scaleY(0.98);
-ms-transform: scaleY(0.98);
transform: scaleY(0.98);
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-o-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;
}
.dd-effect-fade ul.main-menu li:not(.donut_mega):not(.donut_mega_cats):hover > ul.sub-menu,
#navigation.dd-effect-fade .main-menu li.donut_mega.menu-item-depth-0:hover .donut_mega_wrap, 
#navigation.dd-effect-fade .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap
{
    opacity: 1;
    visibility: visible;
        -moz-transform: scaleY(1);
-webkit-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
    
}
/* Slide effect */
.dd-effect-slide ul.main-menu li:not(.donut_mega):not(.donut_mega_cats) > ul.sub-menu,
#navigation.dd-effect-slide .main-menu li.donut_mega.menu-item-depth-0 > .donut_mega_wrap, 
#navigation.dd-effect-slide .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
opacity: 0;
/*visibility: hidden;*/
-webkit-transition: all 0.28s ease-in-out;
-moz-transition: all 0.28s ease-in-out;
-ms-transition: all 0.28s ease-in-out;
-o-transition: all 0.28s ease-in-out;
transition: all 0.28s ease-in-out;
-moz-transform: scaleY(0);
-webkit-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin:0 0;
-moz-transform-origin:0 0;
-o-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;
}
.dd-effect-slide ul.main-menu li:not(.donut_mega):not(.donut_mega_cats):hover > ul.sub-menu,
.dd-effect-slide ul.main-menu li:not(.donut_mega):not(.donut_mega_cats):focus > ul.sub-menu,
.dd-effect-slide ul.main-menu li:not(.donut_mega):not(.donut_mega_cats).aphov-hover > ul.sub-menu,
#navigation.dd-effect-slide .main-menu li.donut_mega.menu-item-depth-0:hover .donut_mega_wrap, 
#navigation.dd-effect-slide .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap {
opacity: 1;
/*visibility: visible;*/
-moz-transform: scaleY(1);
-webkit-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.dontbr-cont {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    overflow: hidden;
    position: relative;
}


.dontbr-cont {
    height: 39px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border-right: 1px solid #000;
    
}
.dontbr-cont .mask {
    height: 39px;
    overflow: hidden;
    position: relative;
}
ul.donutick {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0s linear 0s;
}
ul.donutick li {
    float: left;
    margin-right: 25px;
}
ul.donutick li span {
    color: #ededed;
    font-size: 17px;
    position: relative;
    float: left;
    }
ul.donutick li h4 {
    margin: 0;
    font-size: 11px;
}
ul.donutick li h4 a {
    color: #888888;
}
ul.donutick li h4 a:hover {
    color: #b1b1b1;
}
/*container*/

.main-container {
    margin: 0 auto;
    width: 1162px;
    padding-top:10px;
    clear:both;
}
.main-left {
    margin-right: 10px;
}
.main-content {
    width: 578px;
    float: left;
}
.article-div {
    width: 755px !important;
}
.one-side-wide:not(.both-sides-true) .main-content:not(.both-sides-layout), .one-side-wide .vc_sidebar.sidebar+.main-content.both-sides-layout, .one-side-wide .main-content.one_side:not(.both-sides-layout) {
    width: 788px;
}

.section {
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    clear: both;
}
.section-header {
    margin: -15px -15px 15px;
    padding: 13px 0;
    text-align: center;
    background: #e9e9e9;
    border-bottom: 1px solid #e1e1e1;
}
.section-header h2.section-title a,
.section-header h2.section-title {
    font-size: 17px;
    color: #2d2d2d;
    font-weight: bold;
    text-transform: uppercase;
}
.section-header h1.section-title2 a,
.section-header h1.section-title2{
	font-size: 30px;
	color: #2d2d2d;
	font-weight: bold;
	margin-top: 4px;
}
.section-header span.donut-sub-title{
	color: #868686;
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;	
} 
.entry-content p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}
.entry-meta {
    margin-top: 15px;
}
.entry-meta a {
    font-size: 12px;
	color: #444;
}
.entry-meta {
    font-size: 12px;
	color: #444;
	float: right;
}

.media-item .entry-meta a:hover,
.entry-meta a:hover{
    color: #969696;
}
.entry-meta time,
.entry-meta span {
    float: left;
    margin-right: 20px;
}
.entry-meta i {
    margin-right: 5px;
    font-size: 15px;
}
body.no-post-format-icons .post-format-icon {
    display: none;
}
/*banners*/

.banner468 {
    text-align: center;
}
.banner468 img {
    display: inline-block;
}
/*Slider1 - Ajit Prabhakar*/
.ap-slider {
    width: 100%;
}
.one-side-wide .main-content:not(.both-sides-layout) .ap-slider {
}
.ap-slider-wrap {
    overflow: hidden;
}
.ap-slider-wrap .ap-slider-item {
    width: 100%;
    display: none;
}
.ap-slider-wrap .ap-slider-item a img{
	min-width: 100%;
}
.ap-slider {
    position: relative;
}
.ap-slider-cap {
    position: absolute;
	bottom: -100px;
    padding: 0 15px;
}
.ap-slider-title {
    text-align: center;
}
.ap-slider-title h2 a {
    display: inline-block;
    padding: 2px 20px 4px;
    margin-bottom: 1px;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 30px;
}
.ap-slider-desc {
    font-size: 16px;
    padding: 17px 20px;
    margin: 0;
}
.ap-slider-desc,
.ap-slider-title h2 a {
    color: #fff;
	background: #d91897;
	opacity: 0.7;
	border-radius:5px;
}
.ap-slider .donut-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}
.ap-slider .donut-dots > div {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #818181;
    background: #818181;
    text-indent: -9999px;
    margin-right: 3px;
    -webkit-transition: all ease-in-out 0.0s;
    transition: all ease-in-out 0.0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ap-slider .donut-dots > div.active {
    background: black;
}
/*Feature tabbed*/
.dt-tabbed-head {
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    margin: -16px -16px 0;
    height: 38px;
    line-height: 38px;
}
.dt-tabbed-head li {
    height: 38px;
    float: left;
    border-right: 1px solid #dbdbdb;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    z-index: 10;
}
.dt-tabbed-head li:hover {
    background: white;
}
.dt-tabbed-head li.active,
.dt-tabbed-head li a.current {
    background: white;
}
.dt-tabbed-head li:after,
.dt-tabbed-head li:before {
    top: 88%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.dt-tabbed-head li:hover:after,
.dt-tabbed-head li:hover:before {
    top: 100%;
    opacity: 1;
}
.dt-tabbed-head li a.current:after,
.dt-tabbed-head li a.current:before,
.dt-tabbed-head li.active:after,
.dt-tabbed-head li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 1;
}
.dt-tabbed-head li:after,
.dt-tabbed-head li.active:after,
.dt-tabbed-head li a.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}
.dt-tabbed-head li:before,
.dt-tabbed-head li.active:before,
.dt-tabbed-head li a.current:before {
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}
.dt-tabbed-head li a {
    padding: 10px 15px 9px;
    font-size: 15px;
    color: #4b4b4b;
}
.dt-tabbed-header li a{
	padding: 0 15px;
	display: block;
}
.dt-tabbed-head li a.current,
.media-main-content .dt-tabbed-head li.active a span,
.media-main-content .dt-tabbed-head li a:hover span,
.media-main-content .dt-tabbed-head li.active a,
.media-main-content .dt-tabbed-head li a:hover,
.dt-tabbed-head li.active a,
.dt-tabbed-head li a:hover {
    color: #0083b9;
}
/*feature tabbed body*/
.h2bg{
	text-decoration:underline;
	padding-bottom: 10px;
	border-radius: 7px;
}
.dt-tabbed-body .dt-tabbed-grid {
    overflow: hidden;
    padding-top: 15px;
    margin: 0 -7px -14px -7px;
}
ul.dt-tabbed-grid li {
    float: left;
    width: 33%;
    position: relative;
    padding: 0 18px;
    margin-bottom: 14px;
    -moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
clear: right!important;
border-right:1px solid #ccc;
}
ul.dt-tabbed-grid.dt-tabbed-cols2 li:nth-child(2n+1) {
    clear: left;
}
ul.dt-tabbed-grid li img,
ul.dt-tabbed-list li .post-thumbnail img{
	-webkit-transition: none !important;
}
ul.dt-tabbed-grid li img {
    width: 100%;
    height: auto;
}
ul.dt-tabbed-grid li:nth-child(2n+1) {
    margin-right: 0;
}
ul.dt-tabbed-grid li .entry-content,
ul.dt-tabbed-grid li .entry-meta {
    display: none;
}
.post-list .post-format-icon:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #fff;
    content: "";
    position: absolute;
    bottom: 6px;
    right: 2px;
}
.format-video .post-format-icon:before {
    content: "\e62d" !important;
    line-height: 29px !important;
    padding-left: 1px;
}
.format-audio .post-format-icon:before {
    font-family: 'font-awesome' !important;
    content: "\e711" !important;
}
.format-quote .post-format-icon:before {
    font-family: 'donut' !important;
    content: "\e676" !important;
}
.format-image .post-format-icon:before {
    content: "\e650" !important;
    line-height: 29px !important;
    padding-left: 1px;
}
.ajax-search-results > a.format-standard .post_format:before,
.format-standard .post-format-icon:before {
    content: "\e621" !important;
}
.format-gallery .post-format-icon:before {
    font-family: 'donut' !important;
    content: "\e60e" !important;
}
/*feature tabbed list*/

ul.dt-tabbed-list {
    margin: 0 -15px 0 -15px;
}
ul.dt-tabbed-list li {
    overflow: hidden;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #e1e1e1;
}
ul.dt-tabbed-list li:last-child {
    border-bottom: 0;
}
ul.dt-tabbed-list li .post-thumbnail img {
    float: left;
    margin-right: 15px;
    width: 170px;
    height: 115px;
}
ul.dt-tabbed-list li h2 a {
    display: block;
    font-size: 18px;
    font-weight: 700 !important;
    color: #4e4e4e;
    margin: -3px 0 10px;
}
ul.dt-tabbed-list li .entry-meta {
    margin-top: 11px;
}
ul.dt-tabbed-list li .entry-meta .donut-icon-eye {
    position: relative;
    top: 4px;
    font-size: 18px;
}
ul.dt-tabbed-list li .entry-meta .post-views {
    position: relative;
    top: -4px;
}
ul.dt-tabbed-list li .entry-content P{
	margin-bottom: 0;
}
ul.dt-tabbed-list .format-audio .post-format-icon:before {
    font-size: 19px;
    line-height: 31px;
}
ul.dt-tabbed-list .format-standard .post-format-icon:before,
ul.dt-tabbed-list .format-image .post-format-icon:before {
    font-size: 26px;
}
ul.dt-tabbed-list .format-quote .post-format-icon:before,
ul.dt-tabbed-list .format-gallery .post-format-icon:before {
    font-size: 20px;
}
ul.dt-tabbed-list .dt-tabbed-list-content{
	margin-left: 185px;
}
/*newsbox1*/


.entry-meta i {
    font-size: 14px;
}
.main-content .widget-tabbed-header {
	display: none;
}
.media-filter,
.secondary-sidebar {
    padding: 13px 14px 0;
    width: 170px;
    float: left;
    margin: 0 0 0 10px;
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
}
.sidebar {
    padding: 13px 13px 0;
    width: 336px;
    float: right;
    background: white;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
}
.sidebar, .secondary-sidebar {
    position: relative;
}
/* ==========================================================================
   widgets
   ========================================================================== */
.widget-title h2:empty{
	background: #dbdbdb !important;
	border: none !important;
	height: 1px !important;
}
.secondary-sidebar .widget-title h2,
.sidebar .widget-title h2{
    padding: 0 15px;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
    height: 38px;
    line-height: 38px;
}
.widget-title h2 {
    font-size: 17px;
    font-weight: 700 !important;
    color: #2d2d2d;
}
.secondary-sidebar .widget-title{
	margin: 0 -15px 15px;
}
.sidebar .widget-title {
    margin: 0 -14px 13px;
}
.widget {
    margin-bottom: 20px;
}
.widget:first-child .widget-title {
    margin-top: -14px;
}
.widget:first-child .widget-title h2:empty{
	background: none !important;
}
.secondary-sidebar .nsb{
	width: 50%;
}
/*post list widget*/

.secondary-sidebar .post-list {
    margin: -15px;
}
.secondary-sidebar .post-list li {
    overflow: hidden;
    padding: 21px;
    border-bottom: 1px solid #e5e5e5;
}
.secondary-sidebar .post-list li:last-child {
    border-bottom: 0;
}
.secondary-sidebar .post-list li img {
    margin: 0 auto 10px;
}
.sidebar .post-list li h2 {
    margin-top: -4px;
}
.sidebar .post-list li:first-child h2{
	margin-top: 0;
}
.sidebar .post-list li h2 a,
.secondary-sidebar .post-list li h2 a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 19px;
}
.secondary-sidebar .post-list li .entry-meta {
    overflow: hidden;
    color: #c6c6c6;
    margin: 3px 0 5px;
}
.secondary-sidebar .post-list li .comments-link,
.secondary-sidebar .post-list li .entry-meta i {
    display: none;
}
.secondary-sidebar .post-list li .read-more-link {
    font-size: 13px;
    color: #0083b9;
    float: left;
}
/*post list widget sidebar*/
.footer .post-list li .comments-link,
.footer .post-list li .read-more-link,
.sidebar .post-list li .read-more-link {
    display: none;
}
.sidebar .post-list {
    margin: -13px -13px 0;
}
.sidebar .post-list li {
    padding: 15px 15px 11px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
.sidebar .post-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
}
.footer .post-list li img,
.sidebar .post-list li img {
    float: left;
    max-width: 80px;
    max-height: 54px;
    margin: 0 15px 4px 0;
}
.footer .post-list li:last-child img,
.sidebar .post-list li:last-child img{
	margin-bottom: 0;
}
.sidebar .post-list li .entry-meta {
    margin-top: 5px;
}
/*post list tab*/
.widget-tab .entry-meta time{
	margin-right: 17px;
}
.sidebar .widget-tab .post-list {
    margin: 0;
}
.secondary-sidebar .widget-tab .post-list{
	margin: 0;
}
.widget-tab .post-list li {
    overflow: hidden;
    padding: 15px 0 11px;
    border-bottom: 1px solid #e5e5e5;
}
.widget-tab .post-list li:first-child {
    padding-top: 0;
}
.widget-tab .post-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-tab .post-list li img {
    float: left;
    margin-right: 15px;
}
.widget-tab .post-list li h2 a {
    display: block;
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 300;
    line-height: 18px;
    margin-top: -3px;
}
.widget-tab .post-list li .entry-meta {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
    color: #c6c6c6;
}
.post-list .post-format-icon:before {
    font-size: 21px;
    color: #c6c6c6;
    position: relative;
    float: left;
    bottom: inherit;
    right: inherit;
    margin-right: 6px;
}
.post-list .format-video .post-format-icon:before {
    left: -2px;
    bottom: -3px;
    margin-right: 4px;
}
.post-list .format-audio .post-format-icon:before {
    font-size: 18px;
    margin: 7px 10px 0 0;
}
.post-list .format-image .post-format-icon:before {
    left: -2px;
    margin: 2px 4px 0 0;
}
.post-list .format-standard .post-format-icon:before {
    left: -4px;
    margin: 3px 2px 0 0;
}
/*Tags*/
.tagcloud{
    margin:-2px 0;
}
.tagcloud a {
    display: inline-block;
    padding: 4px 9px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 13px !important;
    margin: 2px 0;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}
.tagcloud a:hover {
    border: 1px solid #0083b9;
    color: #0083b9;
}
footer.footer .tagcloud a{
	background: #444444;
	color: #b0b0b0;
	border-color: #1a1a1a;
}
footer.footer .tagcloud a:hover{
	color: #d4d4d4;
}
/*tabbed widget*/
.widget .main_tabs{
	border: none;
	margin: 0;
}
ul.widget-tabbed-header {
    height: 39px;
    line-height: 38px;
    position: relative;
    bottom: -1px;
}
ul.widget-tabbed-header li {
    background: #e9e9e9;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
    float: left;
}
ul.widget-tabbed-header li:first-child {
    border-left: 1px solid #dbdbdb;
}
ul.widget-tabbed-header li a {
    padding: 0 15px;
    font-size: 13px;
    color: #2d2d2d;
    text-transform: uppercase;
    display: block;
}
ul.widget-tabbed-header li a:hover,
ul.widget-tabbed-header li a.current,
ul.widget-tabbed-header li a.selected {
    color: #0083b9;
    background: white;
    position: relative;
}
ul.widget-tabbed-header li a:hover:after,
ul.widget-tabbed-header li a:hover:before,
ul.widget-tabbed-header li a.current:after,
ul.widget-tabbed-header li a.current:before,
ul.widget-tabbed-header li a.selected:not(.loading):after,
ul.widget-tabbed-header li a.selected:not(.loading):before {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
ul.widget-tabbed-header li a:hover:after,
ul.widget-tabbed-header li a.current:after,
ul.widget-tabbed-header li a.selected:not(.loading):after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}
ul.widget-tabbed-header li a:hover:before,
ul.widget-tabbed-header li a.current:before,
ul.widget-tabbed-header li a.selected:not(.loading):before {
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #e5e5e5;
    border-width: 6px;
    margin-left: -6px;
}
.widget-tabbed-body {
    clear: both;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    padding: 20px 14px 14px;
    margin-top: -1px;
}
.widget-tabbed-body .widget-tab{
	display: none;
}
.postformat-gallery {
    direction: ltr;
}
.postformat-gallery,
.slider-widget {
    position: relative;
}
.postformat-gallery-item {
    display:none;
}
.slider-widget .slider-widget-wrap .slider-widget-item img,
.slider-widget .slider-widget-wrap {
    width: 333px;
    height: 227px;
}
.slider-widget .slider-widget-wrap .slider-widget-item {
    display: none;
}
.slider-widget .slider-widget-title {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 18px 11px;
    width: 100%;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
.slider-widget .slider-widget-title h2 a {
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.postformat-gallery .postformat-gallery-nav,
.slider-widget .slider-widget-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next,
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-prev,
.slider-widget .slider-widget-nav .slider-widget-next,
.slider-widget .slider-widget-nav .slider-widget-prev {
    background: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #D8D8D8;
    font-size: 16px;
    float: left;
}
.secondary-sidebar .slider-widget .slider-widget-nav .slider-widget-next, 
.secondary-sidebar .slider-widget .slider-widget-nav .slider-widget-prev{
	font-size: 14px;
    height: 25px;
    line-height: 24px;
    width: 25px;
}
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next:hover,
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-prev:hover,
.slider-widget .slider-widget-nav .slider-widget-next:hover,
.slider-widget .slider-widget-nav .slider-widget-prev:hover {
    color: white;
}
.postformat-gallery .postformat-gallery-nav .postformat-gallery-nav-next,
.slider-widget .slider-widget-nav .slider-widget-next {
    margin-left: 1px;
}
.secondary-sidebar .slider-widget .slider-widget-wrap,
.secondary-sidebar .slider-widget .slider-widget-wrap img {
    width: 172px;
    height: 118px;
}
.secondary-sidebar .slider-widget .slider-widget-title {
    padding: 6px 11px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.secondary-sidebar .slider-widget .slider-widget-wrap h2 a {
    line-height: 10px;
    font-size: 14px;
}
/*WordPress widgets - Ajit Prabhakar*/
.widget_nav_menu {
	==========================>>>>
}
.widget select{
    margin: 0;
}
.sidebar .search-form {
    position:  relative;
}
.search-form .search-field{
    -moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.search-form .search-submit{
    width: 50px;
    position: absolute;
    right:0;
    top:0;
}

.sidebar ul:not(.widget-tabbed-header):not(.post-list),
.sidebar .widget_rss ul,
.sidebar .widget_pages ul,
.sidebar .widget_archive ul,
.sidebar .widget_meta ul,
.sidebar .widget_categories ul{
    margin: -13px -13px 0;
    font-size: 14px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul,
.sidebar .widget_rss ul.children,
.sidebar .widget_pages ul.children,
.sidebar .widget_archive ul.children,
.sidebar .widget_meta ul.children,
.sidebar .widget_categories ul.children{
	margin: 30px -12px 0 -12px;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 4px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li a{
	padding-left: 40px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li a{
	padding-left: 53px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li a{
	padding-left: 66px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li a{
	padding-left: 79px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li ul li a{
	padding-left: 92px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li ul li ul li a{
	padding-left: 105px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li ul li ul li ul li a{
	padding-left: 118px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li ul li ul li ul li ul li a{
	padding-left: 131px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li a{
	padding-left: 144px;
}

.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li a,
.sidebar .widget_rss ul.children li,
.sidebar .widget_pages ul.children li,
.sidebar .widget_archive ul.children li,
.sidebar .widget_meta ul.children li,
.sidebar .widget_categories ul.children li{
	padding-left: 27px;
	margin-left:-6px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul{
	margin-top: 10px;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li,
.sidebar .widget_rss li,
.sidebar .widget_recent_entries li, 
.sidebar .widget_recent_comments li, 
.sidebar .widget_pages li,
.sidebar .widget_archive li,
.sidebar .widget_meta li,
.sidebar .widget_categories li {
    padding: 10px 12px;
    border-bottom: 1px solid #e1e1e1;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
}
.sidebar ul:not(.widget-tabbed-header):not(.post-list) li:last-child,
.sidebar .widget_rss li:last-child,
.sidebar .widget_recent_entries li:last-child, 
.sidebar .widget_recent_comments li:last-child,
.sidebar .widget_pages li:last-child,                
.sidebar .widget_archive li:last-child,
.sidebar .widget_meta li:last-child,
.sidebar .widget_categories li:last-child {
    margin-bottom: -15px;
    border-bottom: none;
}
.sidebar .widget_recent_entries ul,
.sidebar .widget_recent_comments ul{
   margin: -14px;
}
.widget_rss li,
.widget_recent_entries li,
.widget_recent_comments li{
    font-weight: 300 !important;
    font-size: 15px;
}
.widget_pages li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li a {
    /*float: left;*/
    font-weight: 300;
}
.media-cat-filter,
.secondary-sidebar .widget_pages,
.secondary-sidebar .widget_archive,
.secondary-sidebar .widget_meta,
.secondary-sidebar .widget_categories {
    font-size: 14px;
}
.secondary-sidebar ul:not(.widget-tabbed-header):not(.post-list) li a {
	margin-bottom: 4px;
	display: block;
}
.media-cat-filter li a,
.secondary-sidebar .widget_pages li a,
.secondary-sidebar .widget_archive li a,
.secondary-sidebar .widget_meta li a,
.secondary-sidebar .widget_categories li a {
    display: block;
    margin-bottom: 4px;
    text-align: left;
    float: left;
}
.media-cat-filter li,
.secondary-sidebar .widget_archive li,
.secondary-sidebar .widget_categories li {
    text-align: right;
    overflow: hidden;
}
.secondary-sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li ul li a{
	padding-left: 36px;
}
.secondary-sidebar ul:not(.widget-tabbed-header):not(.post-list) li ul li a{
	padding-left: 16px;
}
.secondary-sidebar .widget_categories ul.children{
	margin-top: 5px;
	padding-left: 16px;
}
.widget ul:not(.widget-tabbed-header):not(.post-list) li a:before,
.donut-archive ul li ul li a:before,
.widget_archive li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.media-cat-filter li a:before,
.widget_categories li a:before,
.widget_nav_menu ul li a:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    left: 0;
    bottom: 2px;
    background: #c6c6c6;
    display: inline-block;
    margin-right: 10px;
}
.widget_recent_comments li a:before{
	display: none !important;
}
.footer ul:not(.widget-tabbed-header):not(.post-list) li a:before,
.footer .widget_archive li a:before,
.footer .widget_pages li a:before,
.footer .widget_meta li a:before,
.footer .widget_categories li a:before,
.footer .widget_nav_menu ul li a:before{
	display: none;
}
.widget ul:not(.widget-tabbed-header):not(.post-list) > li:hover > a:before,
.sidebar .widget_archive li:hover a:before,
.media-cat-filter ul > li:hover > a:before,
.widget_archive li:hover a:before,
.widget_pages li:hover a:before,
.widget_meta li:hover a:before,
.widget_categories li:hover a:before,
.widget_nav_menu ul li a:hover:before {
    background: #0083b9;
}
.cat_num {
    right: 12px;
    top: 0;
    position: absolute;
    background: #f9f9f9;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    height: 40px;
    width: 42px;
    text-align: center;
    line-height: 40px;
}
.product-categories .cat_num{
	background: transparent;
	border: none;
}
.widget_archive li:hover .cat_num,
.widget_categories li:hover .cat_num {
    background: white;
}
.widget_archive li:hover .cat_num:after,
.widget_archive li:hover .cat_num:before,
.widget_categories li:hover .cat_num:after,
.widget_categories li:hover .cat_num:before {
    content: "";
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.widget_archive li:hover .cat_num:after,
.widget_categories li:hover .cat_num:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 4px;
    margin-top: -4px;
}
.widget_archive li:hover .cat_num:before,
.widget_categories li:hover .cat_num:before {
    border-color: rgba(240, 240, 240, 0);
    border-right-color: #e5e5e5;
    border-width: 6px;
    margin-top: -6px;
}
.secondary-sidebar .widget_rss ul li{
	margin-bottom: 10px;
}
.widget_rss .rsswidget img{
    float: left;
    position: relative;
    top: 12px;
    margin-right: 10px;
}  
.widget_rss .rss-date{
    display: block;
    padding: 10px 0;
    color: #c6c6c6;
    font-size: 12px;
}
.secondary-sidebar .widget_pages li a,
.secondary-sidebar .widget_meta li a{
	float: none;
}
.widget_nav_menu ul li ul{
	margin-left: 15px;
	margin-top: 8px !important;
}
.footer .widget select{
	background: #212121;
	border-color: #1a1a1a;
	color: #404040;
}
.footer .widget_pages ul,
.footer .widget_meta ul{
	overflow: hidden;
}
.footer .widget_pages ul li a,
.footer .widget_meta ul li a{
	clear: both;
}
/*search widget*/

.search-box {
    overflow: hidden;
    position: relative;
}
.search-form .screen-reader-text {
    display: none;
}
.widget_search input,.search-form .search-field {
    height: 39px;
    padding: 0 10px;
    padding-right: 60px;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e7e7e7;
    outline: none;
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 300;
    float: left;
}
.search-form .search-submit {
    width: 50px;
    height: 39px;
    line-height: 38px;
    border: 1px solid #dbdbdb;
    outline: none;
    padding: 0;
}
.search-form .search-submit:hover{
	background: #E1E1E1;
}

.search-form .search-submit:before {
    content: "";
    text-indent: 0;
    position: absolute;
    color: #696969;
    font-size: 16px;
    left: 50%;
    top: 0;
    margin-left: -8px;
}
/* ==========================================================================
   footer Widgets
   ========================================================================== */

/*text widget*/
.widget .textwidget .wp-caption{
	padding: 5px;
}
.widget .textwidget .wp-smiley{
	margin-bottom: 0 !important;
}
.widget .textwidget strong{
	display: block;
}
.widget .textwidget img{
	margin-bottom: 5px;
}
.footer .textwidget {
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
}
/*post list*/

.footer .post-list li {
    overflow: hidden;
    margin-bottom: 14px;
}
.footer .post-list li:last-child{
	margin-bottom: 0;
}
.footer .post-list li img {
    float: left;
    margin-right: 15px;
}
.footer .post-list li h2 {
    margin-top: -3px;
}
.footer .post-list li h2 a {
    color: #b0b0b0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    display: block;
}
.footer .post-list li h2 a:hover {
    color: #fafafa;
}
.footer .post-list li .entry-meta,
.footer .post-list li .entry-meta a {
    font-size: 12px;
	color: #88888A;
    margin-top: 5px;
}
.footer .post-list li .read-more {
    display: none;
}

.footer button, .footer input[type="button"], .footer input[type="reset"], .footer input[type="submit"]{
	background: #2b2b2b;
    border: 1px solid #1a1a1a;
    color: #535353;
}
.footer button:hover, .footer input[type="button"]:hover, .footer input[type="reset"]:hover, .footer input[type="submit"]:hover {
    background: #313131;
    color: #6e6e6e;
}
footer.footer p.nsd {
    color: #a6a6a6;
    margin-bottom: 20px !important;
}

/*wordoress widgets*/

.footer .widget_nav_menu {
    overflow: hidden;
    margin-bottom: -15px;
}
.footer .widget_nav_menu li {
    float: left;
    width: 45%;
    margin: 0 15px 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #1a1a1a;
    text-transform: uppercase;
}
.footer .widget_nav_menu li:nth-child(2n+2) {
    margin-right: 0;
}
/* ==========================================================================
   footer
   ========================================================================== */

footer.footer {
    background: #262626;
    border-top: 5px solid #1a1a1a;
    overflow: hidden;
    margin-top: 20px;
    border-right:none !important;
    border-left:none !important;
    border-bottom:none !important;
}
footer.footer .footer-widget {
    float: left;
    width: 44%;
    padding: 20px 19px 9999px;
    border-right: 1px solid #1a1a1a;
    color: #c6c6c6;
    margin-bottom: -9999px;
    margin-right: 0;
}
footer.footer .footer-widget:first-child {
    border-left: 1px solid #1a1a1a;
}
footer.footer .footer-widget .widget {
    margin-bottom: 30px;
}
footer.footer .footer-widget .widget-title {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    line-height: normal;
    height: inherit;
    margin-bottom: 23px;
}
footer.footer .footer-widget .widget-title h2 {
    color: white;
    text-transform: uppercase;
}
footer.footer .footer-widget p {
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
}
	
footer.footer .footer-widget a {
    color: #c6c6c6;
}
footer.footer .footer-widget a:hover {
    color: #fafafa;
}
/*scroll to up*/
.toup{
	width: 45px;
    height: 45px;
    line-height: 45px;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    position: fixed;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #262626;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #1a1a1a;
}
.toup:hover {
	color: #fff;
	-webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.page-wrap {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 20px;
    position: relative;
}
.page-wrap .dt-tabbed-head {
    margin: -21px;
}
.page-wrap .dt-tabbed-head li:last-child {
    border-right: 1px solid #dbdbdb;
}
a.read-more {
    outline: none;
    border: none;
    margin: 0;
    background: #0083b9;
    color: white;
    padding: 5px 10px 6px;
    font-weight: 300;
    font-size: 13px;
}
a.read-more i {
    font-size: 17px;
    top: 4px;
    position: relative;
    left: 1px;
}
a.read-more:hover{
    background: #2d2d2d;
}
/*Pagination*/

.pagination {
    margin: 20px -20px -20px;
    border-top: 1px solid #e1e1e1;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    font-size: 15px;
    color: #2d2d2d;
}
.pagination a,
.pagination span {
    margin-right: 15px;
}
.pagination span {
    color: #0083b9;
}
/*breadcrumb*/
.donut-page-title h1{
	font-size: 25px;
	font-weight: 700 !important;
	color: #0083b9;
	margin-bottom: 25px;
}
.entry-crumbs {
    height: 47px;
    line-height: 47px;
    background: white;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}
.entry-crumbs .crumb-icon {
    float: left;
    background: #0083b9;
    width: 55px;
    height: 49px;
    line-height: 48px;
    margin: -1px 0 -1px -1px;
    text-align: center;
    color: white;
    font-size: 22px;
    position: relative;
}
.entry-crumbs .crumb-icon i.img_icon {
    display: inline-block;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.entry-crumbs .crumb-icon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #0083b9;
    border-width: 6px;
    margin-top: -6px;
}
.entry-crumbs a {
    color: #0083b9;
}
.entry-crumbs {
    font-size: 25px;
    font-weight: 700 !important;
    color: #0083b9;
}
.entry-crumbs .cat-feed {
    float: right;
    width: 45px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.entry-crumbs .cat-feed a {
    display: block;
    color: #ff7e00;
    font-size: 20px;
    line-height: 45px;
}
.entry-crumbs .cat-feed i {
    position: relative;
    top: 2px;
}
.post-crumbs.entry-crumbs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 13px;
}
.post-thumbnail img {
    display: block;
}
/* ==========================================================================
   post single
   ========================================================================== */
/* format gallery */
.postformat-gallery{
	overflow: hidden;
	margin-bottom: 20px;
}
.postformat-gallery-cap{
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	padding: 15px;
	width: 100%;
}
.postformat-gallery-cap h2{
	color: white !important;
	margin: 0px !important;
	font-weight: normal !important;
	font-size: 18px;
}
/* Layout */
h1.entry-title {
    font-size: 28px;
    color: #0083b9;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    line-height: 35px;
}
h1.entry-title a {
    color: #0083b9;
}
h1.entry-title a:hover {
    color: #000073;
}
.content-sidebar h2,h2.entry-title {
    color: #0083b9;
    margin-bottom: 15px !important;
    line-height: 35px;
}
article header h3{
	margin-bottom: 15px;
} 
.entry-post-meta,
.entry-post-meta a {
    color: #999999;
    font-size: 12px;
}
.entry-post-meta a:hover{
	color: #767676;
}
.entry-post-meta {
    overflow: hidden;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e9e9e9;
    margin-bottom: 20px;
    padding: 10px 0;
}
.entry-post-meta div {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e9e9e9;
    line-height: 17px;
}
.entry-post-meta div:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.entry-content-data {
    position: relative;
    width: 164px;
    float: left;
    margin-right: 20px;
}
.entry-content-data .post-thumbnail {
    top: 3px;
    left: 0;
    background: #fff;
    padding: 5px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    z-index: 100;
    min-height: 90px;
    position: absolute;
    width: 152px;
    max-width: 765px;
}
.entry-content-data .post-thumbnail img {
    max-width: 100%;
    clear: right;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.entry-content-data .img_post_wrap_open {
    position: absolute;
}
.entry-content-data .post-thumbnail .img-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    text-align: center;
    bottom: 0;
    right: 0;
    color: #0384ba;
}
.entry-content-data.has_f_image {
    padding-top: 130px;
}
.entry-content-data .story-highlights h4 {
    color: #0083b9;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}
.story-highlights ul{
	list-style: none !important;
	padding: 0;
	margin-bottom: 0;
}
.entry-content-data .story-highlights ul li {
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.entry-content-data .story-highlights ul li a {
	display: inline-block;
    font-size: 15px;
    color: #7e7e7e;
    padding: 10px 0 10px 15px;
}
.entry-content-data .story-highlights ul li a:hover {
    color: #2d2d2d;
}
.entry-content-data .story-highlights ul li a:before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    left: -15px;
    bottom: 2px;
    background: #c6c6c6;
    display: inline-block;
    margin-right: -5px;
}
.entry-content-data .story-highlights ul li:hover a:before {
    background: #0384ba;
}
article .entry-content p,
article .entry-content {
    color: #7e7e7e;
    line-height: 22px;
}
article .entry-content ul{
	list-style: outside;
}
article .entry-content .video_frame,
article .entry-content .audio_frame{
	margin-bottom: 20px;
}
/*tags*/

.entry-tag-links {
    margin: 20px 0;
}
.entry-tag-links span {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 700 !important;
    margin-right: 5px;
}
.entry-tag-links a {
    display: inline-block;
    background: #7e7e7e;
    color: white;
    font-size: 13px;
    padding: 2px 10px 3px;
    margin: 0 2px 3px;
}
.entry-tag-links a:hover {
    background: #0083b9;
    color: #fff;
}
/*Comment Tamplate*/

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.comment-list .single-comment {
    margin-bottom: 20px;
    padding: 20px 0 18px;
    border-bottom: 1px solid #e9e9e9;
}
.comment-list .single-comment .comment-author-avatar img {
    float: left;
    margin-right: 20px;
}
.comment-list .single-comment .comment-wrap {
    margin-left: 80px;
}
.comment-list .single-comment cite {
    font-style: normal;
    font-size: 17px;
    color: #2d2d2d;
}
.comment-list .single-comment time,
.comment-list .single-comment .comment-reply-link {
    color: #c6c6c6;
    font-size: 14px;
}
.comment-list .single-comment .edit-link a {
    color: #c6c6c6;
    font-size: 14px;
    margin-left: 20px;
}
.comment-list .single-comment .comment-content p {
    color: #7e7e7e;
    margin: 0;
}
.comment-list .single-comment .comment-content {
    margin: 7px 0;
}
.comment-list ol.children {
    margin-left: 80px;
    list-style: none;
    padding: 0;	
}
.comment-form #author,
.comment-form input[type="text"] {
    width: 32%;
}
.comment-form #author,
.comment-form #email {
    margin-right: 6px;
}
.comment-form #author, 
.comment-form #email,
.comment-form #url{
	margin-bottom: 0;
}
.comment-form textarea {
    width: 67%;
    margin: 10px 0;
    color: #7e7e7e;
}
.comment-form #comment-submit {
    font-size: 17px;
}
p.form-submit,
p.comment-form-comment,
h3.comment-reply-title{
	margin: 0;
}
p.logged-in-as{
	margin: 10px 0 0 !important; 
}
#comment-nav-below {
	padding: 10px;
	margin: -10px 0 20px;
}
#comment-nav-below h1{display: none;}
#comment-nav-below a{
	display: inline-block;
	float: left;
}
#comment-nav-below .nav-next a{
	float: right;
}
/*star rating */
.post-list .star-rating, .star-rating{
	display: inline-block;
	top: 3px;
	left: 5px;
	margin-right: 2px;
	width: 80px;
	font-size: 16px;
	color: #0083b9;
}
.star-rating, .star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    height: 16px;
    font-size: 15px;
    width: 75px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0083b9;
}

.star-rating:before, .star-rating:before {
    content: "\e6ce\e6ce\e6ce\e6ce\e6ce";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span, .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 16px;
}

.star-rating span:before, .star-rating span:before {
    content: "\e6d0\e6d0\e6d0\e6d0\e6d0";
    top: 0;
    position: absolute;
    left: 0;
}
.donut_user_rate {
    cursor: pointer;
}

/* ==========================================================================
 *                Main Title
   ========================================================================== */
.main-title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.main-title h4 {
    font-size: 20px;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    font-weight: bold;
}

.nav-cart {
    color: #fff;
    position: relative;
}


/*--------------------------
            user rate
---------------------------*/
.donut_user_rate {
    cursor: pointer;
}

.media-main-content{
	width: 788px;
	float: left;
}
.media-filter {
    margin: 0;
}
.media-filter .widget-title h2{
	padding: 0 15px;
	background: #e9e9e9;
	border: 1px solid #dbdbdb;
	height: 38px;
	line-height: 38px;
	margin: -15px -15px 15px;
}
.media-main-content .dt-tabbed-head {
    margin-bottom: 20px;
}
.featured-media-items {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.featured-media-items .media-item {
    width: 347px;
    float: left;
}
.featured-media-items .media-item:first-child {
    margin-right: 11px;
}
.media-item h2{
	margin: 0;
}
.media-item h2 a {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 300;
}
.media-item .media-data {
    bottom: 0;
    right: 0;
    position: absolute;
}
.media-item .media-format,
.media-item .video-time,
.media-item .image-num {
    height: 30px;
    background: rgba(0, 0, 0, 0.60);
    color: #fafafa;
    text-align: center;
    line-height: 30px;
    float: left;
    bottom: 0;
    right: 0;
}
.media-item .media-format {
    width: 30px;
    margin-right: 1px;
}
.media-item .video-time,
.media-item .image-num {
    padding: 0 10px;
}
.media-item .media-format:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: relative;
}
.media-item.format-video .media-format:before {
    content: "\e70a";
    top: 2px;
}
.media-item.format-gallery .media-format:before {
    content: "\e60e";
    top: 3px;
}
.media-item.format-audio .media-format:before{
	content: "\e715";
	top: 2px;
	left: 2px;
}
.media-item.format-gallery .media-format {
    width: auto;
    padding: 0 1px;
}
.media-item img {
    margin-bottom: 2px;
}
.media-item .entry-meta,
.media-item .entry-meta a {
    margin-top: 5px;
    line-height: 15px;
    color: #a3a3a3;
}
.media-item .entry-meta time {
    border-right: 1px solid #c9c9c9;
    padding-right: 10px;
    margin-right: 10px;
}
.media-items-list li.featured {
    width: 367px;
    padding-bottom: 30px;
    position: relative;
}
.media-items-list li.featured:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    left: 0;
    bottom:0;
}
.media-items-list li {
    float: left;
    width: 179px;
    margin: 0 0 0 11px;
}
.media-items-list li#m-items{
	margin: 30px 0 0 9px;
	min-height: 183px;
}
.media-items-list #m-items:nth-child(4n+3){
	margin-left: 0;
}
.media-items-list .m-items:nth-child(4n+4){
	margin-left: 0;
}
.media-items-list li.featured:first-child {
    margin-left: 0;
}
.media-items-list li.featured:first-child:before {
    padding-right: 11px;
}

.media-items-list li.media-item .media-format,
.media-items-list li.media-item .video-time,
.media-items-list li.media-item .image-num {
    height: 25px;
    line-height: 27px;
}
.media-items-list li.media-item .media-format {
    width: 27px;
}
.media-items-list li.media-item .video-time,
.media-items-list li.media-item .image-num {
    padding: 0 5px;
}
.media-cat-filter li ul {
    clear: both;
}
.media-cat-filter li ul li {
    margin-left: 17px;
}
.media-cat-filter li ul li a:before {
    width: 7px;
    height: 2px;
}
.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}
.bb-custom-side {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    /* Centering with flexbox */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.invalid {
    border-color: #FFAFAF !important;
    color: red !important;
}
.ui-helper-hidden-accessible {
    display: none !important;
}

#map {
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    position: absolute;
}
#OpenLayers_Control_MaximizeDiv {
    display: none !important;
}
/* ==========================================================================
   Search Page
   ========================================================================== */
.advanced-search {
    padding: 20px;
}
/* ==========================================================================
   Archive page
   ========================================================================== */
.donut-archive {
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
    margin-top: 40px;
}
.donut-archive .donut-archive-title h2 {
    color: #555555;
    font-size: 17px;
    font-weight: 700 !important;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.archive-page.entry-crumbs span {
    padding-left: 15px;
}
.main-archive-content .page-wrap {
    padding: 20px 40px 40px;
}
.donut-archive > ul > li {
    width: 31%;
    margin-right: 3.4%;
    margin-bottom: 20px;
    float: left;
}
.donut-archive > ul > li:nth-child(3n+3) {
    margin-right: 0;
}
.donut-archive ul li ul {
    margin: 0 0 20px 30px;
    clear: both;
}
.donut-archive ul.children{
	margin-bottom: 0;
}
.donut-archive ul.children li:first-of-type{
	padding-top: 15px;
}
.donut-archive ul.children li:last-of-type{
	border-bottom: none;
}
.donut-archive ul li ul li {
    border-bottom: 1px solid #e9e9e9;
    text-align: right;
    overflow: hidden;
    padding: 10px 0;
    color: #6c6c6c;
}
.donut-archive ul li ul li:first-of-type {
    padding-top: 0;
}
.donut-archive ul li ul li a {
    display: inline-block;
    text-align: left;
    float: left;
    color: #6c6c6c;
}
.donut-archive ul li ul li a:before {
    background: #0083b9;
    width: 7px;
    height: 7px;
}
.donut-archive ul li ul li a:hover{
	color: #0083B9;
}
/* ==========================================================================
   Authors page
   ========================================================================== */
.auhtor-list-temp .author-list-box{
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.author-list-box .author-box-content{
	overflow: hidden;
	padding: 20px;
}
.author-list-box .author-box-content img{
	float: left;
	margin-right: 10px;
}
.author-list-box .entry-contnet{
	color: #7e7e7e;
	font-size: 14px;
}
.author-list-box .entry-contnet p{
	padding: 0;
	margin: 0;
}
.auhtor-list-temp .author-list-box:last-child{
	margin-bottom: 0;
}
footer.author-box-footer{
	background: #e9e9e9;
	border-top: 1px solid #e1e1e1;
	height: 41px;
	line-height: 41px;
	padding: 0 15px;
	color: #8b8b8b;
}
footer.author-box-footer span{
	float: right;
}
/* ==========================================================================
   Author page
   ========================================================================== */
.author-page .entry-crumbs{
	border-bottom: 1px solid #e5e5e5;
}
.author-cover{
	position: relative;
	width: 100%;
	height: 354px;
	background-size: cover !important;
}
.author-page .author-list-box{
	background: white;
	border: 1px solid #e1e1e1;
	width: 556px;
	position: absolute;
	bottom: -20%;
	left: 25%;
	z-index: 999;
}
.author-page footer.author-box-footer{
	background: white;
}
footer.author-box-footer .dashicons{
	vertical-align: text-bottom !important;
}
.author-page .page-wrap{
	padding-top: 70px;
}
.author-page.timeline .page-wrap{
	padding-top: 0;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href)")";
    }
    abbr[title]:after {
        content: " (" attr(title)")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
 *                Ajax Call
   ========================================================================== */

section.section {
    position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
}

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXpp4t0mJKPaLVqklzZuc32b4.woff) format('woff');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsHhM4mdXpoxYNWk7Ev34U70.woff) format('woff');
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	.header .logo img {
		/*display: none !important;*/
	}
}
/*---------------------------------
            Visibility 
---------------------------------*/
.donut_visibility_desktop {
	display: block;
}
.donut_visibility_mobile, .donut_visibility_tablet, .donut_visibility_device {
	display: none;
}
.display_none {
    display: none;   
}

/* ==========================================================================
 *                ads 
   ========================================================================== */
.donut-bans {
    text-align: center;
    margin: auto;
    margin-bottom: -14px;
}
.donut-ban {
    margin: auto;
    max-width: 100%;
    margin-bottom: 14px;
}
.donut-ban .ad-code {
    overflow:hidden;
}

.header .donut-ban {
    vertical-align: middle;
    white-space: normal;
    line-height: normal;
    display: inline-block;
    margin-bottom: 0;

}

.main-content .donut-bans-wrap{
	margin-bottom: 20px !important;
}
.secondary-sidebar .donut-bans-wrap,
.sidebar .donut-bans-wrap{
	margin-bottom: 0;
	overflow: inherit;
}
/*******************************************************************
 * 	3.	Column
 *******************************************************************/
.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    /*overflow:hidden;*/
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.6666%;
}
.two_third {
    width: 65.3332%;
}
.one_fourth {
    width: 22%;
}
.two_fourth {
    width: 48%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 79.2%;
}
.one_sixth {
    width: 13.3333%;
}
.two_sixth {
    width: 30.6666%;
}
.three_sixth {
    width: 47.9998%;
}
.four_sixth {
    width: 65.3332%;
}
.five_sixth {
    width: 82.6665%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

footer.footer .footer-widget.one-full {
	width: 100%;
}
footer.footer .footer-widget.one_half {
	width: 46.58%;
}
footer.footer .footer-widget.one_third {
	width: 29.94%;
}
footer.footer .footer-widget.two_third {
	width: 65.3332%;
}
footer.footer .footer-widget.two_fourth {
	width: 49%;
	margin-right:2%; 
}
footer.footer .footer-widget.three_fourth {
	width: 74.5%;
	margin-right: 2%;
}
footer.footer .footer-widget.one_fifth {
	width: 16.6%;
}
footer.footer .footer-widget.two_fifth {
	width: 37.6%;
}
footer.footer .footer-widget.three_fifth {
	width: 58.4%;
}
footer.footer .footer-widget.four_fifth {
	width: 79.2%;
}
footer.footer .footer-widget.one_sixth {
	width: 13.28%;
}
footer.footer .footer-widget.two_sixth {
	width: 30.6666%;
}
footer.footer .footer-widget.three_sixth {
	width: 47.9998%;
}
footer.footer .footer-widget.four_sixth {
	width: 65.3332%;
}
footer.footer .footer-widget.five_sixth {
	width: 82.6665%;
}
footer.footer .footer-widget.last {
	margin-right: 0 !important;
	clear: right;
}
/* ==========================================================================
 *                Plugins
   ========================================================================== */
   p.wysija-paragraph{
	   margin: 0;
   }
   .widget_wysija_cont .wysija-submit{
	   margin: 0;
   }
   .shortcode_wysija{
	   margin-bottom: 20px;
   }
.subscribe{
		background:url(../images/subscribe-forms.png);
		max-width: 355px;
		height: 167px;
		margin-left: -10px;
}
.heading{ color:#444;}
