/*======================================
Theme Name: zeeDynamic
Theme URI: http://themezee.com/themes/zeedynamic/
Description: zeeDynamic is a fully responsive magazine WordPress theme with strong colors and bold fonts. The theme fits perfectly for any news, magazine or blog website with rich content. Due the mobile ready design the theme look good on any device. The highlight of zeeDynamic is the configurable magazine frontpage template which displays your posts within a featured post slider and several category post boxes. Of course there is support of all WordPress core features like custom menus, widgetized sidebars, custom background, custom headers and featured images. Check out the full demo on http://preview.themezee.com/zeedynamic/
Version: 1.0.3
Author: ThemeZee
Author URI: http://themezee.com
Tags:  two-columns, light, red, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, flexible-width, one-column, left-sidebar, right-sidebar, three-columns, black, silver, orange, white, green, blue, purple, gray
Text Domain: zeeDynamic_language
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}

body {
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	border: 0;
	color: #111;
}

/* Links */
a,
a:link,
a:visited {
	color: #e84747;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

/* Form Elements */
input,
textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
}

input[type="submit"] {
	border: none;
	color: #fff;
	background: #e84747;
}

input[type="submit"]:hover {
	background-color: #303030;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/* For IE 6/7 only */
}

/* Make Form Elements responsive */
input,
textarea,
select {
	max-width: 100%;
}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#header-wrap {
	background: #fff;
}

#header {
	padding: 0;
}

#wrap {
	clear: both;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content_home {
	float: left;
	width: 60%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	float: left;
	width: 75%;
	padding-right: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar_home {
	margin-left: 60%;
	width: 40%;
}

#sidebar {
	margin-left: 75%;
	width: 25%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	padding-top: 5px;
	width: auto;
}

#logo .logo-image {
	border: 0;
	width: auto;
	height: auto;
}

#logo .site-title {
	font-size: 2.5em;
	font-weight: bold;
	color: #e84747;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
}

#logo a:hover {
	text-decoration: none;
}

#logo a:hover .site-title {
	color: #333;
	text-decoration: none;
}

#logo .site-description {
	margin-top: 0.4em;
	color: #333;
}

#logo #new-royalslider-4 {
	display: inline-block;
}

.royalSlider.new-royalslider-4.rsDefaultInv.rs-image-gallery.rsHor {
	display: inline-block;
}

/* Custom Header Image */
#custom-header {
	margin-top: 1px;
}

#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-icon {
	display: none;
}

#navi-wrap {
	background: #333;
}

#mainnav-menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

#mainnav-menu li {
	float: left;
	position: initial;
	margin-right: 1px;
}

#mainnav-menu a {
	display: block;
	padding: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#mainnav-menu a:link,
#mainnav-menu a:visited {
	color: #fff;
	text-decoration: none;
}

#mainnav-menu a:hover {
	background: #ac0000;
}

#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 2px #444;
}

#mainnav-menu ul li {
	margin: 0;
}

#mainnav-menu ul a {

	width: 12rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #333;

}

#mainnav-menu ul a:link,
#mainnav-menu ul a:visited {
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}

#mainnav-menu ul a:hover {
	color: #fff;
	background: #ac0000;
}

#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}

#mainnav-menu li:hover ul ul,
#mainnav-menu li:hover ul ul ul,
#mainnav-menu li:hover ul ul ul ul {
	display: none;
}

#mainnav-menu li:hover ul,
#mainnav-menu li li:hover ul,
#mainnav-menu li li li:hover ul,
#mainnav-menu li li li li:hover ul {
	display: block;
}

#mainnav-menu li.current_page_item a,
#mainnav-menu li.current-menu-item a {
	text-decoration: none;
	background-color: #ac0000;
}

#mainnav-menu li.current_page_item ul li a,
#mainnav-menu li.current-menu-item ul li a {
	text-decoration: none;
}

#mainnav-menu ul li.current_page_item a,
#mainnav-menu ul li.current-menu-item a {
	text-decoration: none;
}

#mainnav-menu ul li.current_page_item ul li a,
#mainnav-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}


/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	/* padding: 1.5em; */
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	float: left;
	width: 100%;
}

.widgettitle {
	font-size: 0.9em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	padding: 0.8em;
	/* margin: -0.5em -0.5em 1.5em -0.5em; */
	background: #333;
	color: #fff;
	text-transform: uppercase;
}

.widget .textwidget {
	line-height: 1.5em;
}

.widget .textwidget p {
	margin-bottom: 1em;
}

.widget ul {
	line-height: 1.5em;
}

.widget ul {
	list-style: circle inside;
	color: #555;
}

.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}

.widget a:link,
.widget a:visited {
	text-decoration: none;
	color: #e84747;
}

.widget a:hover,
.widget a:active {
	text-decoration: underline;
}

.widget img {
	max-width: 100%;
	height: auto;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
#searchform {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#s {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#searchsubmit {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(images/search-icon.png) 0 11px no-repeat;
	border: none;
	cursor: pointer;
}

#searchsubmit:hover {
	background: url(images/search-icon.png) -36px 11px no-repeat;
}

.search {
	float: right;
	margin: 4px;
	width: 200px;
}

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}

#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}

#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}

#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post,
.type-page,
.type-attachment {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}

.home_page_news_img {
	float: left;
	margin-right: 1%;
	width: 22%;
}

.page-title,
.post-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0;
	border-bottom: 5px solid #333;
}

.post-detail {
	font-size: 1.4em;
}

.post_date {
	font-size: 0.7em;
	font-weight: normal;
	color: #909090
}

.post-title a:link,
.post-title a:visited {
	color: #333;
	text-decoration: none;
}

.post-title a:hover,
.post-title a:active {
	color: #e84747;
}

.sticky {
	border-left: 10px solid #ccc;
	margin-left: 1.5em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.postmeta {
	display: block;
	color: #333;
	margin: 0;
	padding: 0.7em 1em;
	background: #eee;
}

.postmeta span,
.postmeta .post-edit-link {
	font-size: 0.9em;
	line-height: 1.5em;
}

.postmeta a:link,
.postmeta a:visited {
	color: #555;
	text-decoration: underline;
}

.postmeta a:hover,
.postmeta a:active {
	text-decoration: none;
}

.postmeta .sep,
.postmeta .post-edit-link {
	padding-left: 0.8em;
	margin-left: 0.7em;
	border-left: 1px solid #aaa;
}

.postinfo {
	clear: both;
	line-height: 1.5em;
}

.postinfo .meta-category {
	display: block;
	color: #333;
	margin: 0;
	font-size: 0.9em;
}

.postinfo .meta-category a {
	display: inline-block;
	float: left;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
	margin: 0 1px 1px 0;
}

.postinfo .meta-category a:hover,
.postinfo .meta-category a:active {
	background: #e84747;
	text-decoration: none;
}

.postinfo .meta-tags {
	display: block;
	margin: 0.5em 0;
}

/* Read more Link */
.more-link:before {
	content: "\A";
	white-space: pre;
}

.more-link span,
.read-more {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.more-link span:hover,
.read-more:hover {
	text-decoration: none;
}

/* .post_footer{float: left;width: 100%;} */
/* Archives and Search Heading */
.archive-title {
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	text-transform: uppercase;
}

.archive-title span {
	color: #e84747;
}

/* Default Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	width: 95.3%;
	float: left;
	padding: 0.8em 1em;
	font-weight: bold;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}

.post-pagination .post-pagination-alignleft {
	float: left;
}

.post-pagination .post-pagination-alignright {
	float: right;
}

/* Pagination with WP-Pagenavi plugin */
.wp-pagenavi {
	float: left;
	margin-bottom: 1.5em;
	width: 100%;
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 0.8em 1em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

.wp-pagenavi .pages {
	float: right;
}

.wp-pagenavi a {
	padding: 0 0.5em;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #e84747;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #e84747;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}

.wp-pagenavi .current {
	padding: 0 0.5em;
	text-decoration: underline;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	/* margin: 0.5em 0; */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry p,
.comment p {
	margin: 0.5em 0;
	text-align: justify;
}

.entry h1,
.comment h1,
.entry h2,
.comment h2,
.entry h3,
.comment h3,
.entry h4,
.comment h4,
.entry h5,
.comment h5,
.entry h6,
.comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}

.entry h1,
.comment h1 {
	font-size: 3.0em;
}

.entry h2,
.comment h2 {
	font-size: 2.25em;
}

.entry h3,
.comment h3 {
	font-size: 1.5em;
}

.entry h4,
.comment h4 {
	font-size: 1.25em;
}

.entry h5,
.comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}

.entry h6,
.comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}

.entry ul,
.comment ul {
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}

.entry ol,
.comment ol {
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}

.entry ol ol,
.comment ol ol {
	list-style: upper-alpha inside;
}

.entry ol ol ol,
.comment ol ol ol {
	list-style: lower-roman inside;
}

.entry ol ol ol ol,
.comment ol ol ol ol {
	list-style: lower-alpha inside;
}

.entry ul ul,
.comment ul ul,
.entry ol ol,
.comment ol ol,
.entry ul ol,
.comment ul ol .entry ol ul,
.comment ol ul {
	margin-bottom: 0.2em;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big,
.big_tag {
	font-size: 1.3em;
}

ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}

code,
pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.0em;
}

del,
strike,
s {
	text-decoration: line-through;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

small {
	font-size: 0.7em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.entry var,
.entry kbd,
.entry tt,
.entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}

blockquote {
	background: #f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.5em 0;
	padding: 0.8em 1.5em;
}

blockquote p {
	display: inline;
}

blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}

.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}

.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}

.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}

.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1em 0 0;
	height: auto;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}

.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}

.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}

.aligncenter {
	margin: 1em auto;
	display: inline;
}

/* Gallery Styling */
.gallery {
	margin: 1em auto !important;
}

.gallery-item {
	float: left;
	margin: 0.7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery img {
	margin: 0 !important;
	padding: 2px !important;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-caption {
	margin-left: 0.3em !important;
}

/* Make Vidoes responsive */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin: 1.5em 0;
	padding: 0.6em 1em;
	font-weight: bold;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}

#image-nav .nav-previous {
	float: left;
}

#image-nav .nav-next {
	float: right;
}

#image-nav .nav-previous a,
#image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #e84747;
}

#image-nav .nav-previous a:hover,
#image-nav .nav-next a:hover {
	text-decoration: underline;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 1.5em 0;
	padding: 1em 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}

#comments .comments-title,
#respond #reply-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #555;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #555;
	font-size: 1.5em;
}

.commentlist {
	display: block;
	margin: 1.5em 0;
}

.commentlist .comment {
	display: block;
	margin: 1.5em 0 0;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.commentlist .comment .avatar {
	float: left;
	margin: 1em 1.5em 0.5em 0;
}

.commentlist .comment .avatar:after {
	clear: both;
}

.comment-author {
	line-height: 1.5em;
	background: #eee;
}

.comment-author .comment-meta {
	display: inline-block;
	font-size: 0.8em;
	margin: 0.5em 1.2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #222;
}

.comment-author .fn {
	display: inline-block;
	float: left;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
	color: #222 !important;
}

.comment-author .fn a:link,
.comment-author .fn a:visited {
	color: #fff !important;
	text-decoration: underline;
}

.comment-author .fn a:hover,
.comment-author .fn a:active {
	text-decoration: none;
}

.bypostauthor .fn,
.comment-author-admin .fn {
	background: #e84747;
}

#comments .children {
	margin-left: 1.5em;
}

.nocomments {
	color: #444;
	padding: 1em;
}

.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	padding: 0 1em;
	background: #eee;
	margin-bottom: 1.5em;
}

.comment-pagination .alignleft {
	float: left;
}

.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 0;
}

#commentform {
	padding: 1em 0 0;
}

#commentform p {
	margin: 1em 0;
}

#commentform input[type="text"],
#commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}

#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff !important;
	background: #e84747;
}

#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.fullwidth {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

/* Front Page Template
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
	padding: 0;
	margin-bottom: 2.6em;
	/* All other Slideshow Styles in flexslider.css */
}

/* Front Page Category Posts Areas */
.frontpage-category-wrapper {
	margin: 0 0 1.5em 0;
	padding: 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}

.frontpage-category-title {
	font-size: 0.9em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	background: #333;
	color: #fff;
	text-transform: uppercase;
}

.frontpage-category-wrapper .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

.frontpage-category-wrapper .type-post .post-title {
	font-size: 1.1em;
	border: medium none;
}

.frontpage-category-wrapper .type-post .wp-post-image {
	margin: 0 0 0.5em 0;
}

.frontpage-category-wrapper .more-posts .type-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	background: #eee;
}

.frontpage-category-wrapper .more-posts .post-title {
	border: none;
	margin: 0.5em 0 0;
	font-size: 1.0em;
}

.frontpage-category-wrapper .more-posts .postmeta {
	display: inline-block;
	background: none;
	padding: 0.3em 0.3em 0.3em 0;
	font-size: 0.9em;
}

.frontpage-category-wrapper .more-posts .postmeta .sep {
	padding-left: 0.5em;
	margin-left: 0.4em;
	border-left: 1px solid #aaa;
}

.frontpage-category-wrapper .more-posts .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 30%;
}

/* Front Page Category Area One (horizontal) */
.frontpage-category-horizontal {
	margin-right: -1.5em;
}

.frontpage-category-horizontal .type-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Front Page Category Area Two/Four (boxed) */
.frontpage-category-boxed .first-post {
	float: left;
	width: 55%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.frontpage-category-boxed .more-posts {
	width: 44%;
	margin-left: 55%;
}

/* Front Page Category Area Thre (two columns) */
.frontpage-category-left {
	float: left;
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.frontpage-category-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.frontpage-category-columns .more-posts .type-post {
	float: left;
	display: block;
	width: 100%;
	margin: 1em 0 0;
	background: #eee;
}

/* Front Page Blog Posts */
#frontpage-posts-load-more {
	float: left;
}

#frontpage-posts-load-more-button {
	padding: 0.8em 1em;
	font-weight: bold;
	float: left;
	color: #333;
	width: 94.8%;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	text-transform: uppercase;
}

#frontpage-posts-load-more-button a.no-posts {
	color: #333;
}

#frontpage-posts-load-more-button a.no-posts:hover {
	text-decoration: none;
	cursor: default;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: url(images/transparent-5pc.png) repeat #333;
	clear: both;
	width: 100%;
}

#footer {
	padding: 0;
	color: #fff;
}

#footer a {
	color: #ddd;
}

#footer #credit-link {
	float: right;
	font-size: 0.9em;
}

.myrajyvar .addver ul {
	list-style: none;
	margin: 10px;
}

.myrajyvar .state {
	background-color: #570000ab;
}

.myrajyvar .byuro_data .name_byuro {
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	color: #400000;
}

.myrajyvar .byuro_data p {
	line-height: 22px;
	font-size: 13px;
	padding-top: 6px;
}

.myrajyvar .state_byuro {
	height: 175px;
	padding-bottom: 0;
	margin: 13px;
	background: #f1f1f1;
}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
}

/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments,
	.frontpage-category-wrapper {
		box-shadow: none;
		border: none;
		padding: 0;
	}

	.widgettitle {
		margin: 0 0 1.5em 0;
	}
}

/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
	}

	#header {
		padding: 0.3em;
	}

	#content {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#content_home {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#sidebar {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}

	#sidebar_home {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}

	#content_contact {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}

	#content_about {
		clear: both;
		/* margin: 2em 0 0;
		width: 100%!important; */
	}

	/* #about_left{width: 100%!important; border-right: medium none!important;}
	#about_right{width: 100%!important;padding-left:0!important;} */

	/* .name {     width: 100%!important;} */
	.type-page-about {
		background: none repeat scroll 0 0 #fff;
		border: 1px solid #ddd;
		box-shadow: 0 0 4px #ddd;
		margin: 0 0 1.5em;
		padding: 0.8em 1.5em 1.5em;
	}

	.widgettitle_add {
		padding: 1em 0.1em 0.1em !important;
		height: 2em;
	}

	#wrap {
		box-sizing: border-box;
		clear: both;
		padding: 1.5em 0.7em;
	}

	.fb_iframe_widget span {
		width: 100% !important;
	}

	#slider1 {
		width: 48%;
		float: left;
		padding-left: 0.2em;
	}

	#slider2 {
		margin-left: 51% !important;
		width: 48%;
		padding-right: 0.2em;
	}

	#breaking_new {
		width: 98% !important;
		margin: 10px 0 0 2px !important;
	}

	#logo {
		float: none;
		width: 100%;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments,
	.frontpage-category-wrapper {
		box-shadow: 0 0 4px #ddd;
		border: 1px solid #ddd;

	}

	.widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}

	.type-post,
	.type-page,
	.type-attachment {
		padding: 0.8em 1.5em 1.5em;
	}

	#comments {
		padding: 1em 1.5em;
	}


	/* Mobile Navigation */

	/* Reset */
	#mainnav,
	#mainnav-menu,
	#mainnav-menu li,
	#mainnav-menu a,
	#mainnav-menu ul,
	#mainnav-menu ul a,
	#mainnav-menu ul ul,
	#mainnav-menu li ul ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}

	#mainnav-menu li:hover ul ul,
	#mainnav-menu li:hover ul ul ul,
	#mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul,
	#mainnav-menu li li:hover ul,
	#mainnav-menu li li li:hover ul,
	#mainnav-menu li li li li:hover ul {
		display: inline;
	}

	#mainnav {
		margin: 1.5em 0;
		float: none;
	}

	#mainnav-icon {
		display: block;
		padding: 1em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Francois One', Tahoma, Verdana, Arial;
		color: #fff;
		background: url(images/transparent-10pc.png) repeat;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}

	#mainnav-icon:hover {
		cursor: pointer;
		background: #e84747;
	}

	#mainnav-icon:after {
		float: right;
		content: "";
		width: 32px;
		height: 30px;
		background: url(images/menu-icon.png) no-repeat 50%;
		margin: -0.4em 0 0 0;
	}

	#mainnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #fff;
	}

	#mainnav-menu a {
		display: block;
		padding: 1.5em;
		text-decoration: none;
		font-size: 1.0em;
		border-bottom: 1px solid #fff;
		clear: left;
	}

	#mainnav-menu ul {
		float: left;
		padding: 1em;
		background: #fff;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 0.9em;
		border-bottom: 1px solid #aaa;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu ul li ul {
		float: left;
		padding: 0 0 0 1em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mainnav-menu li.current_page_item a,
	#mainnav-menu li.current-menu-item a {
		text-decoration: underline;
	}

	#mainnav-menu li.current_page_item ul li a,
	#mainnav-menu li.current-menu-item ul li a {
		text-decoration: none;
	}

	#mainnav-menu ul li.current_page_item a,
	#mainnav-menu ul li.current-menu-item a {
		text-decoration: underline;
	}

	#s {
		padding: 5px 0;
	}

	#searchsubmit {
		top: -7px;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo .site-title {
		font-size: 2.3em;
	}

	.widget,
	.type-post,
	.type-page,
	.type-attachment,
	#comments,
	.frontpage-category-wrapper {}

	.widgettitle {
		margin: 0 0 1.5em 0;
	}

	.entry h1,
	.comment h1 {
		font-size: 2.2em;
	}

	.entry h2,
	.comment h2 {
		font-size: 1.8em;
	}

	.entry h3,
	.comment h3 {
		font-size: 1.4em;
	}

	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}

	.entry tr td {
		padding: 0.2em 0.4em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	.post-title {
		font-size: 1em;
	}

	.frontpage-category-wrapper .type-post .post-title {
		font-size: 1.0em;
	}

	.frontpage-category-wrapper .more-posts .post-title {
		font-size: 0.9em;
	}

	/* Frontpage Categories */
	.frontpage-category-wrapper .type-post {
		margin: 0 0 1.5em 0;
	}

	.frontpage-category-horizontal {
		margin-right: 0;
	}

	.frontpage-category-horizontal .type-post,
	.frontpage-category-boxed .first-post,
	.frontpage-category-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.frontpage-category-boxed .more-posts,
	.frontpage-category-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	.frontpage-category-boxed .more-posts,
	.frontpage-category-columns .more-posts {
		padding-bottom: 0.5em;
	}

	.frontpage-category-columns .more-posts .type-post {
		margin: 0 0 1em;
	}

	.frontpage-category-right {
		margin-top: 1.5em;
	}

	.type-post .mix a {
		font-size: 0.8em;
		line-height: 1.7em;
	}

	.mix img {
		width: 14px;
	}
}

/*===================================================22 JUN 2014 ===================================================*/
#breaking_new {
	width: 100%;
	margin-top: 10px;
}

#breaking_new li {
	float: left;
	margin-top: 8px;
	height: 30px;
	display: inline;
}

.dot_2 span {}

#breaking_new li span {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.break_new {
	background-color: #ffffff;
	float: left;
	line-height: 2em;
	padding-left: 9px;
}

#break_new_main {
	height: auto;
	/* border:1px solid #740000; */
	color: #740000;
	margin-top: 1em;
}

.break_new_2 {
	background-color: #050505;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 900;
	height: 100%;
	line-height: 33px;
	text-align: center;
	width: 100%;
}

.breaking-news {
	margin: 0 10px;
	float: left;
}

.break_new_2 .title {
	background-color: #740000;
	float: left;
	line-height: 33px;
	padding: 0 10px;
}

#advertisement {
	width: 100%;
	height: 33px;
	border: 1px solid #014201;
}

.advertisement_2 {
	background-color: #FFFFFF;
	color: #014201;
	float: left;
	height: 96%;
	width: 83%;
}

.advertisement_title {
	float: right;
	background-color: #014201;
	color: #fff;
	height: 100%;
	width: 15%;
	text-align: center;
	font-size: 21px;
	font-weight: 900;
}

.top-news {
	border: 1px solid #3C77B7;
	height: auto;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.topnews-heading {
	background-color: #000;
	height: 25px;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.social_media {
	clear: both;
}

.topnews-heading span {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	line-height: 25px;
	vertical-align: middle;
}

.top10-news li {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	height: auto;
	padding: 5px 0;
	line-height: 21px;
}

.top10-news li span {
	color: #e84747;
	font-size: .9em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

.addver img {
	height: 100%;
	width: 100%;
}

.widgettitle_add {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.9em;
	margin: 0 0 1em;
	font-weight: 600;
	padding: 0.4em;
	text-transform: uppercase;
	text-align: center;
}

#content_page {
	box-sizing: border-box;
	width: 100%;
}

.addver_small_home img {
	height: 270px;
	width: 222px;
	padding-bottom: 2%;
}

.addver_small_home li {
	display: inline;
}

#about-us {
	width: 100%;
}

/* #content_about{  width: 74%;  box-sizing: border-box;    float: left;    padding-right: 1.5em;} */
#content_contact {
	margin-left: 74%;
	width: 26%;
}

.about-headding h2 {
	text-align: center;
}

.mandal {
	float: left;
	width: 100%;
}

.welcome_about {
	background: none repeat scroll 0 0 #333;
	text-align: center;
	color: #fff;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.9em;
	font-weight: 600;
	margin: 0 0 1em;
	padding: 0.8em;
	text-transform: uppercase;
}

.widgettitle_add_about {
	background: none repeat scroll 0 0 #333;
	text-align: center;
	color: #fff;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 1em;
	padding: 0.8em;
	text-transform: uppercase;
}

.type-page-page {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ddd;
	margin: 0 0 1.5em;
	padding: 0.8em 1.5em 1.5em;
}

.mandal img {
	width: 113px;
	height: 121px;
	border: 1px solid;
}

.contacts p {
	padding-bottom: 1em;
}

.about_newscircle p {
	line-height: 1.9em;
	margin-bottom: 10px;
	text-indent: 0;
	font-size: 16px;
}

.main_editor {
	height: auto;
	margin: 0 20px 0 auto;
	padding: 3px;
	border: 1px solid #000;
	width: 100px;
}

.technical {
	display: inline;
	float: left;
	width: 50%;
	border-right: 1px dashed #333;
}

.buro {
	padding-left: 50%;
	width: 50%;
}

.tech_team {
	display: inline;
	width: 100%;
}

.tech_team div {
	line-height: 0em;
	padding: 5px;
	text-align: center;
}

.tech_team .info {
	display: inline;
	float: left;
	height: 4.3em;
	line-height: 4.3em;
	width: 70%;
}

.tech_team span {
	float: left;
	width: 100%;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
}

.tech_team .name {
	font-weight: 600;
	font-size: 14px;
}

.tech_image img {
	height: 115px;
	/* width: 120px; */
	padding-bottom: 12px;
}

.tech_image {
	float: left;
}

.question {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}

.question a:hover {
	text-decoration: none;
}

.menu-item-has-children a {
	color: #fff;
}

.current-menu-ancestor {
	background-color: #ac0000;
}

.today-question h3 {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	margin: 1em 0;
	padding: 0.8em;
	text-transform: uppercase;
}

.footerSharani ul.footerTopList {
	padding-left: 0rem;
}

#menu-footer-menu {
	display: block !important;
}

#menu-footer-menu {
	list-style-position: outside;
	list-style-type: none;
	position: relative;
}

#menu-footer-menu li {
	float: left;
	margin-right: 1px;
	position: relative;
}

#menu-footer-menu a:link,
#menu-footer-menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu-footer-menu a {
	display: block;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1em;
	padding: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.1s ease-out 0s;
}

.current-menu-item {
	background-color: #ac0000;
}

#menu-footer-menu a:hover {
	background: #e84747;
}

#totop span {
	background: url("images/up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 12px;
	overflow: hidden;
	width: 14px;
}

.aroj-header {
	position: absolute;
	right: 50px;
	top: 0;
}

.aroj-image {
	width: 100%;
	height: 158px;
	float: right;
}

.news-header {
	height: 140px;
	position: relative;
	width: 67%;
}

.news-header-logo {
	position: absolute;
}

#slider1 {
	width: 48%;
	float: left;
}

#slider2 {
	margin-left: 52%;
	width: 48%;
}

.name {
	width: 69%;
	float: right;
}

.name_image {
	width: 28%;
	float: left;
}

.image_li {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}

#about_left {
	float: left;
	width: 49%;
	border-right: 2px dashed #000;
}

#about_right {
	padding-left: 51%;
	width: 49%;
}

.type-page-about {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ddd;
	margin: 0 0 1.5em;
	padding: 0.8em 1.5em 1.5em;
	text-align: justify;
	float: left;
}

.html5gallery-container-0 a {
	display: none !important;
}

.html5gallery-container-1 a {
	display: none;
}

.html5gallery-container-2 a {
	display: none;
}

.html5gallery-container-3 a {
	display: none;
}

.type-post .mix a {
	font-size: 0.9em;
	line-height: 2.3em;
}

/* .topnews-content{font-size: 0.9em;} */
.break_new span {
	height: 2em;
}

.beaking_cb {
	height: 30px;
	margin-top: 8px;
	display: inline;
}

.ptms_marquee a {
	padding: 5px 14px 0;
}

#cloud {
	display: inline-table;
	font-size: 14px;
	font-weight: bold;
}

.fb-social-plugin span {
	width: 450px !important;
}

.counter {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}

/*=========================================================== 9-11-2014 =====================================================*/
.state {
	background-color: #0000FF;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0.4em;
}

.byuro_image {
	margin-right: 10px;
	position: absolute;
}

.byuro_image img {
	/* width: 130px; */
	height: 125px;
}

.byuro_data {
	width: 55%;
	margin-left: 40%;
	padding-top: 6px;
}

.byuro_data p {
	line-height: 26px;
	font-size: 15px;
}

.state_byuro {
	width: 31% !important;
	height: 120px;
	padding-bottom: 3%;
	margin: 13px;
}

.type-page-byuro {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ddd;
	margin: 0 0 1.5em;
	padding: 0.8em 1.5em 1.5em;
}

.name_byuro {
	font-weight: bold;
}

/*==============================================blink text========================================================*/


.blink_text {
	-moz-animation-duration: 400ms;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;

	-webkit-animation-duration: 400ms;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;

	animation-duration: 400ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	font-size: 25px;
	vertical-align: top;
	color: #f00;
	font-family: monotype corsiva;
}

@-moz-keyframes blink {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes blink {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes blink {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.editor_main {
	width: 100%;
}

.editor1 {
	float: left;
	width: 50%;
}

.editor2 {
	width: 50%;
	margin-left: 50%;
}

.technical_main {
	line-height: 3em;
	margin-top: 30px;
}


.widget_rpfwidget {
	float: left;
	width: 100%;
}

.widget_rpfwidget h3 {
	width: 95.5%;
	margin: 0;
}


/* ===========================social icon css =====================================*/

.social-buttons {
	height: 49px;
	margin: auto;
	font-size: 0;
	float: left;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.social-button {
	display: inline-block;
	background-color: #fff;
	width: 49px;
	height: 49px;
	line-height: 49px;
	margin: 0 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: .99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:before {
	content: '';
	background-color: #000;
	width: 120%;
	height: 120%;
	position: absolute;
	top: 90%;
	left: -110%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button img {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
	background-color: #3B5998;
}

.social-button.facebook .fa {
	color: #3B5998;
}

.social-button.twitter:before {
	background-color: #3CF;
}

.social-button.twitter .fa {
	color: #3CF;
}

.social-button.google:before {
	background-color: #DC4A38;
}

.social-button.google .fa {
	color: #DC4A38;
}

.social-button.youtube:before {
	background-color: #F00;
}

.social-button.youtube .fa {
	color: #F00;
}

.social-button.blogger:before {
	background-color: #FE6700;
}

.social-button.blogger .img {
	color: #FE6700;
}

.social-button:focus:before,
.social-button:hover:before {
	top: -10%;
	left: -10%;
}

.social-button:focus .fa,
.social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.social-button:focus img,
.social-button:hover img {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#sidebar_home button {
	background: #ff6327 none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	width: 100%;
}

#sidebar_home button:hover {
	background: #f00 none repeat scroll 0 0;
	color: #fff;
}

.wp-polls {
	padding: 10px 0;
}

/* #new-royalslider-4 .rsTmb {
    display: none;
}
#new-royalslider-4 .rsFullscreenBtn{z-index:1;} */
.nc-logo {
	float: left;
	width: 15%;
}

.header-add {
	float: right;
	width: auto;
}

#new_royalslider_widget-4 {
	margin-bottom: 0;
	padding: 0;
}

/* #footer-widget-area-main{float:left;width:100%;} */
/* #footer-sidebar1 {float: left;margin-left: 2%; width: 30%;}
#footer-sidebar2 {float: left;margin-left: 2%; width: 30%;}
#footer-sidebar3 {float: left;margin-left: 2%; width: 30%;} */

.amazon_deals {
	position: fixed;
	top: 20%;
	z-index: 9;
	left: 0;
}

.amazon_deals li {
	transform: rotate(90deg);
	background: #000;
	padding: 12px 17px;
	font-weight: 800;
}

.shubhkamna .attachment-full.wp-post-image {
	width: 100%;
}

.bottom-footer {
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
}

.singleadd {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.singleadd:hover {
	opacity: 0.7;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.jp-relatedposts-headline em {
	font-size: 20px;
}

#jp-relatedposts .jp-relatedposts-post-title {
	line-height: 25px !important;
}

.print-single {
	display: inline;
	float: right;
}

.print-single button {
	cursor: pointer;
	padding: 10px;
	font-size: 16px;
}

.fb_iframe_widget {
	display: block !important;
	position: relative;
}

#jp-relatedposts {
	margin: 0 !important;
	padding: 0 !important;
}

.columns {
	float: left;
	width: 16.4%;
}

.about_strong {
	font-weight: bold;
}

.price {
	box-shadow: 0 8px 3px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #eee;
	margin: 2px;
	min-height: 210px;
}

.price li {
	padding: 5px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
}

.editor_section {
	float: left;
	width: 50%;
}

.buro_heading {
	font-weight: bold;
	padding: 0px;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 18px;
}

.top10-news a,
.mix a {
	color: #000;
}

.footerSharani {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.footerTopList {
	box-sizing: border-box;
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

.footerTopList li a {
	color: #d2d2d2;
	display: block;
	font: 15px/17px Noto Sans, sans-serif;
	padding: 12px 10px 10px 0;
	text-decoration: none;
}

#footer-widget-area-main {
	background: #292526 none repeat scroll 0 0;
	float: left;
	padding: 12px 0;
	width: 100%;
}

.page-title {
	font-size: 1.5em;
}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.next_links {
	text-align: right;
}

.next_links a,
.previous_links a {
	font-size: 12px;
}

.header_seach_amazon {
	display: block;
	float: left;
	margin-top: 2%;
	width: 100%;
}


@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	#footer-sidebar1,
	#footer-sidebar2,
	#footer-sidebar3 {
		float: left;
		margin-left: 2%;
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%;
		padding: 0;
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 47%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}
}



@media only screen and (max-width: 379px) {
	.columns {
		width: 100%;
		margin-bottom: 20px;
	}

	.myrajyvar {
		padding: 0;
	}

	.myrajyvar .state_byuro {
		width: 100% !important;
		margin: 12px 0;
	}

	.myrajyvar .byuro_image img {
		width: 85px;
		height: 85px;
	}

	.myrajyvar .byuro_data p {
		line-height: 18px;
		font-size: 12px;
		padding-top: 6px;
	}

	.myrajyvar .byuro_data .name_byuro {
		font-size: 16px;
	}

}

@media (min-width: 380px) and (max-width: 540px) {
	.columns {
		width: 50%;
		margin-bottom: 20px;
	}

	.myrajyvar {
		padding: 0;
	}

	.myrajyvar .state_byuro {
		width: 100% !important;
		margin: 12px 0;
	}

	.myrajyvar .byuro_image img {
		width: 85px;
		height: 85px;
	}

	.myrajyvar .byuro_data p {
		line-height: 18px;
		font-size: 12px;
		padding-top: 6px;
	}

	.myrajyvar .byuro_data .name_byuro {
		font-size: 16px;
	}
}

@media (min-width: 541px) and (max-width: 700px) {
	.columns {
		width: 33%;
		margin-bottom: 20px;
	}
}

@media (min-width: 701px) and (max-width: 960px) {
	.columns {
		width: 25%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 960px) {
	.break_new_2 .title {
		width: 100%;
	}

	.break_new_2 .title {
		padding: 0;
	}

}

@media (min-width: 320px) and (max-width: 1000px) {
	.header-add {
		width: 100%;
		float: none;
	}
}

@media (min-width: 320px) and (max-width: 739px) {
	.header-widgets {
		display: block;
	}
}

@media (min-width: 320px) and (max-width: 670px) {
	.editor1 {
		float: left;
		width: 100%;
	}

	.editor2 {
		width: 100%;
		float: left;
		margin-left: 0;
	}

	.technical_main {
		border: 1px dashed rgb(255, 0, 0);
		line-height: 3em;
		float: left;
	}

	.editor_main {
		width: 100%;
		float: left;
	}

	.state_byuro {
		float: left;
	}

	.widgettitle_add {
		height: auto;
		padding: 9px 0 10px !important;
		width: 100%;
		float: left;
	}

	#logo .logo-image {
		width: 100px;
	}

}

@media all and (max-width:640px) {
	.aroj-image {
		height: 84px !important;
		width: 53px !important;
	}

	.break_new_2 {
		font-size: 11px !important;
	}

	.advertisement_title {
		font-size: 11px !important;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {

	/* ensure #nav is visible on desktop version */
	#mainnav-menu {
		display: block !important;
	}
}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#logo .site-title {
		font-size: 2.0em;
	}

	.alignright,
	.alignleft {
		float: none;
		margin: 1em 0;
	}

	.aroj-header {
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
	}

	.aroj-image {
		width: 66px !important;
		height: 74px !important;
	}

	.news-header {
		width: 71px !important;
		height: 71px !important;
	}

	.news-header-logo {
		left: 0 !important;
		position: absolute !important;
		top: 6px !important;
	}

}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {

	.postmeta span,
	.postinfo span {
		display: block;
	}

	.postmeta .sep,
	.postinfo .sep,
	.postmeta .post-edit-link {
		border: none;
		margin: 0;
		padding: 0;
	}
}

/*  @media all and (max-width:480px) {
	 #logo .logo-image{ margin-left: -5px!important;} 
	
}  */
@media (max-width: 994px) {
	.next_links {
		text-align: left;
	}

	#footer-sidebar2,
	#footer-sidebar3 {
		margin-top: 10px;
	}
}

@media (min-width: 320px) and (max-width:768px) {
	.ads-2018 {
		width: 100%;
		height: auto;
	}

	.ads-2018-cat {
		width: 100%;
		height: auto;
		margin: 5px 0;
	}
}

#frontpage-posts-load-more {
	margin: 15px 0;
}

/*=================================================    28-6-2018 category page =======================================*/
.page-template-videos #mainnav,
.page-template-about-us #mainnav {
	margin: 0;
	padding: 0;
}

.page-template-videos #mainnav ul,
.page-template-about-us #mainnav ul {
	padding-left: 0;
	margin-bottom: 0;
}

#mainnav {
	margin: 0;
	padding: 0;
}

#mainnav ul {
	padding-left: 0;
	margin-bottom: 0;
}

.cat-ads {
	text-align: center;
}

.ads-2018-cat {
	margin: 10px 0 50px;
}

.categoryInnerDataBox .swiper-slide,
.topSliderTxtrightSec {
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.categoryInnerDataBox .swiper-slide {
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 293px;
}

.categorySwipeSlider .categoryInnerDataBox li.swiper-slide {
	margin-right: 14px;
	margin-bottom: 40px;
	width: 293px;
}

.v_sld {
	text-align: center;
}

.v_sld,
.videoHeadTxt {
	float: left;
}

.v_sld>a {
	display: block;
	position: relative;
}

.v_sld a.photoHitContainer1 img {
	height: 147px;
}

.v_sld a.photoHitContainer1 img {
	border-radius: 5px 5px 0 0;
}

.photoHitContainer1 img {
	height: 147px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.videoHeadTxt {
	color: #000;
	height: 60px;
	overflow: hidden;
}

.videoHeadTxt {
	font: 700 15px/20px Noto Sans, sans-serif;
	padding: 10px 10px 0;
}

.editorName,
.editorName1 {
	color: #a2a2a2;
	float: left;
	font: 20px/16px Noto Sans, sans-serif;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

.editorName1 {
	padding-bottom: 7px;
}

.pjnt-box {
	overflow: hidden;
	padding: 10px 0;
}

.pjnt-label {
	float: left;
	margin: 0 7px;
	padding: 10px 0;
}

.menu-item a:not([href]):not([class]),
.menu-item a:not([href]):not([class]):hover {
	color: #01ff44;
}

@media screen and (max-width:768px) {

	#mainnav {
		position: relative;
	}

	#mainnav-menu {
		position: absolute;
		z-index: 9;
	}

	#mainnav-menu a {
		background: #000;
	}

	#mainnav-menu ul li.current-menu-item a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
}