/* 
	Theme Name: PantoGraph
	Version: 1.1.5
	Theme URI: https://themeforest.net
	Description: PantoGraph - Responsive Magazine Theme
	Author: Fluent-Themes
	Author URI: https://themeforest.net/user/fluent-themes
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html	
	Tags: right-sidebar, post-formats
	Text Domain: pantograph
*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. GLOBAL STYLES
	2. HEADER STYLES
	3. COMMON STYLES
	4. CATEGORY STYLES
	5. SIDEBAR STYLES
	6. POST STYLES
	7. COMMENTS
	8. BLOG SINGLE
	9. FOOTER
	10. INSTAGRAM FEED
	11. TWITTERFEED
	12. RESPONSIVE STYLES
	
-------------------------------------------------------------------*/

/* =============================
   1. GLOBAL STYLES 
================================ */

body {
	font-family: 'Hind Vadodara';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #787878;
	letter-spacing: -0.030em;
}

p {
	font-family: 'Hind Vadodara';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #707070;
	letter-spacing: -0.030em;
}

a, a:hover {
	text-decoration: none !important;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

a.link:hover, a {
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Hind Vadodara';
	color: #333333;
	font-weight: 400;
	margin: 0;
}

h1, .h1 {
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 30px;
	line-height: 28px;
	letter-spacing: -0.025em;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.025em;
}

h4 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.025em;
}

h5, .h5 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.030em;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	margin: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.h1, .h2, .h3 {
    margin-top: 20px!important;
    margin-bottom: 10px;
}

.small-title {
	font-size: 10px;
	letter-spacing: 0.10em;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	margin-bottom: 5px;
	text-transform: uppercase;
}

p.small {
	font-size: 14px;
	letter-spacing: -0.040em;
	line-height: 18px;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.text-white {
	color: #fff;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* =============================
   2. HEADER STYLES
================================ */

.header {
	height: 101px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header .container {
	position: relative;
}

.header .navbar-default {
	border: none;
	border-radius: 0px;
	background: transparent;
	margin: 0;
}

.header .navbar-header {
	float: left;
	margin: 0;
	width: 23%;
}

.header .navbar-brand {
    height: auto;
    padding: 25px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header .navbar-nav > li > a:hover {
	background:transparent !important;
}

.header .navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 39px 12.6px;
	font-size: 16px;
	letter-spacing: -0.010em;
	background:transparent !important;
}



.header .navbar-default .navbar-nav > li > a > span {
    margin-left: 2px;
    font-size: 14px;
}

.header-list {
	background:#f8f8f8;
}

.header-list header {
	margin-bottom:25px;
}

.header2 .navbar-header {
    width: 180px;
}

.navbar-social {
	float:left;
    width: 225px;
}

.navbar-social a {
    float: left;
    margin-right: 20px;
    height: 100px;
    padding-top: 41px;
}

.header3 .logo {
    margin: 0 25px;
    margin-top: -4px;
}

.nav-trigger {
    width: 18px;
    height: 100px;
    float: left;
    padding-top: 43px;
    margin-right: 30px;
	cursor:pointer;
}

.nav-trigger span {
	height:1px;
	width:18px;
	margin-bottom:6px;
	background:#222222;
	display:block;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.sidemenu-active .nav-trigger span:first-child {
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.sidemenu-active .nav-trigger span:nth-child(2) {
    transform: rotate(-45deg);
}

.sidemenu-active .nav-trigger span:last-child {
display:none;
}

.log-reg {
    margin: 29px 0 0 55px;
}

.log-reg a {
	margin-left:8px;
	border:1px solid #e5e5e5;
	line-height:35px;
	padding:0 20px;
	border-radius:5px;
	display:inline-block;
	color:#222222;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.06em;
	text-transform:uppercase;
}

.log-reg a:last-child {
	color:#fff;
}

.log-reg a:hover {
	border:1px solid #222;
	background:#222;
	color:#fff;
}

.search-alt {
    border: 1px solid #e5e5e5;
    height: 35px;
    width: 300px;
    border-radius: 5px;
    margin: 33px 0 0;
	position:relative;
}

.search-alt input {
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
    padding: 0 30px 0 10px;
}

.search-alt button {
	background: url(img/icon/1.png) no-repeat center;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	position: absolute;
	top: 9px;
	right: 10px;
	opacity:0.6;
}

.nav-dark {
    height: 47px;
    background: #1e2022;
}

.nav-dark .navbar-nav > li > a {
	padding-top: 13px;
	padding-bottom: 13px;
	color: #dddddd;
	background:transparent !important;
}

.nav-white .navbar-nav > li > a span ,
.nav-dark .navbar-nav > li > a span {
	margin-left:4px;
	font-size:14px;
}

.header5 .navbar-nav {
    float: left;
    margin: 0 -30px;
}

.header5 .navbar-social {
    float: left;
    width: auto;
}

.header5 .navbar-social a {
	opacity:0.7;
}

.header5 .navbar-social a:hover {
	opacity:1;
}

.header5 .navbar-social a {
    height: 46px;
    padding-top: 13px;
}

.header5 {
    height: auto;
    border: none;
}

.header5 .nav-white {
	border-top:1px solid #eeeeee;
    border-bottom: 1px solid #eee;
}

.header6 .navbar-social a {
	height: 100px;
	padding-top: 41px;
}

.header6 .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
}

.header6 .navbar-brand {
    margin: 0;
    float: left;
    display: table;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
}

.dropdown-v1 > .dropdown-menu {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 200px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	-moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	box-shadow: 0 5px 10px rgba(24,24,24,.1);
	transition: .1s;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	opacity: 0;
	visibility: hidden;
}

.dropdown-v1:hover > .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.dropdown-v1 > .dropdown-menu .dropdown-menu {
	position: absolute;
	top: auto;
	left: 105%;
	z-index: 1000;
	display: block !important;
	float: left;
	min-width: 200px;
	padding: 0;
	margin: -40px 0 0;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	-moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	box-shadow: 0 5px 10px rgba(24,24,24,.1);
	opacity: 0;
	visibility: hidden;
}

.dropdown-v1 > .dropdown-menu li:hover .dropdown-menu {
	left: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu .active>a {
    background: #fff!important;
}

.dropdown-v1 .dropdown-menu > li > a {
    display: block;
    padding: 0px 14px;
    clear: both;
    font-weight: 400;
    line-height: 38px;
    white-space: nowrap;
    font-size: 15px;
    color: #5f6165;
    border-bottom: 1px solid #eeeeee;
}

ul li ul li.menu-item-has-children:hover > a ,
ul li ul li.menu-item-has-children > a:hover ,
.dropdown-v1 .dropdown-menu>li>a:hover {
	background:transparent;
}

.dropdown-v1 .dropdown-menu > li:last-child > a {
    border-bottom: none;
}

ul li ul li.menu-item-has-children > a {
	position:relative;
}

ul li ul li.menu-item-has-children > a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
}

ul li ul li.menu-item-has-children > a:hover:after ,
ul li ul li.menu-item-has-children:hover > a::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
}

.dropdown-v1 {
	position:relative !important;
}

.header-megamenu .navbar-nav > li {
    position: static;
}

.header-megamenu #navbar {
	position: relative;
}

.sidebarmenu{overflow-y: scroll;}
.megamenu > .dropdown-menu {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 100%;
	padding: 30px 30px 22px;
	margin: 0px 0 0;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	-moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	box-shadow: 0 5px 10px rgba(24,24,24,.1);
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 767px) and (min-width: 250px){
.header.header2 .dropdown-v1 > .dropdown-menu .dropdown-menu {
	border-top: none !important;
	border-bottom: none;
}
.header.header2 .navbar-nav .open .dropdown-menu .dropdown .dropdown-menu>li>a {
    padding: 5px 15px 5px 65px;
}
.dropdown-v1 > .dropdown-menu li a:hover .dropdown-menu, .dropdown-v1 > .dropdown-menu li:hover .dropdown-menu,
.dropdown-v1 > .dropdown-menu li .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 0;
}
ul li ul li.menu-item-has-children > a::after, ul li ul li.menu-item-has-children:hover > a::after, ul li ul:hover li.menu-item-has-children > a::after {
    display:none;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
.header.header2 .dropdown-v1 > .dropdown-menu .dropdown-menu{
    display: block !important;
}
.header.header2 .dropdown-v1 > .dropdown-menu li a:hover .dropdown-menu, .header.header2 .dropdown-v1 > .dropdown-menu li:hover .dropdown-menu,
.header.header2 .dropdown-v1 > .dropdown-menu li .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    position: relative;
    height: auto;
    left: 5%;
    top: 0;
    margin: 0 0 16px 0;
    width: 100%;
    border: none;
    padding-left: 0;
}
ul li ul li.menu-item-has-children > a::after, ul li ul li.menu-item-has-children:hover > a::after, ul li ul:hover li.menu-item-has-children > a::after {
    display:none;
}
}

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

.mainnavblock .dropdown-v1 > .dropdown-menu {
	display: block;
}

.megamenu > .dropdown-menu {
	display: block !important;
}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

header.header4 .navbar-header {
    width: calc(100% - 55px);
}

.nav-dark .navbar-nav > li > a {
    color: #666;
}

.dropdown-v1 > .dropdown-menu .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
    padding-left: 0;
}

.dropdown-v1 > .dropdown-menu .dropdown-menu li a {
padding:5px 15px 5px 40px;
}

.megamenu > .dropdown-menu h5 {
    margin: 5px 0 15px;
}

.megamenu > .dropdown-menu {
    padding: 10px;	
}

}

.megamenu:hover .dropdown-menu {
	top: 98px;
	opacity: 1;
	visibility: visible;
}

.megamenu-margin .megamenu:hover .dropdown-menu {
	top: 46px;
}
.megamenu-margin-one .megamenu:hover .dropdown-menu {
	top: 50px;
}
.megamenu-margin-four .megamenu:hover .dropdown-menu {
	top:46px;
}
.megamenu-margin-five .megamenu:hover .dropdown-menu {
	top:47px;
}

.megamenu > .dropdown-menu h5 {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 7px;
	letter-spacing:0.08em;
	text-transform:uppercase;
	padding:0 15px;
}

.megamenu > .dropdown-menu h2 {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 7px;
	letter-spacing:0.08em;
	text-transform:uppercase;
	padding:0 15px;
}

.megamenu > .dropdown-menu p {
	color: #666;
	line-height: 22px;
}

.megamenu > .dropdown-menu li {
	font-size: 15px;
	display: table;
	width: 100%;
	margin-bottom: 0;
	color: #222222;
	border-bottom: 1px solid #eeeeee;
	line-height: 36px;
	padding: 0 15px;
}

.megamenu > .dropdown-menu li ul.tabs-menu li {padding: 0;}

.megamenu > .dropdown-menu li.last ,
.megamenu > .dropdown-menu li:last-child {
	border-bottom: none;
}

.megamenu > .dropdown-menu li.last {
	margin-bottom:25px;
}

.megamenu {
	position: static !important;
}

.megamenu > .dropdown-menu .header-post a {
	margin-bottom: 0;
	line-height: 20px;
	padding: 0;
	font-size:16px;
}

.hp-thumb {
	position:relative;
}

.hp-overlay {
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.2);
	top:0;
	left:0;
	right:0;
}

.hp-overlay span {
	font-size: 10px;
	letter-spacing: 0.020em;
	line-height: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 5px;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.hp-overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.megamenu > .dropdown-menu .header-post .date {
	font-size: 14px;
	color: #787878;
	line-height: 18px;
	margin: 7px 0 4px;
	display: block;
}

.megamenu > .dropdown-menu .header-post p {
    line-height: 20px;
    font-size: 14px;
    color: #707070;
    margin: 10px 0 10px;
}

.img-full {
	width:100%;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
	line-height:37px;
	border-bottom:1px solid transparent !important;
	padding-left: 20px;
}

.tab-contents {
    display: none;
}

#tab-1 {
 display: block;   
}

.menu-tabs .col-md-3,
.tab-contents .col-md-3 {
    width: 25% !important;
}

.menu-tabs.megamenu > .dropdown-menu {
	padding:0;
	overflow:hidden;
}

.menu-tabs.megamenu > .dropdown-menu {
	background:#f8f8f8;
}

.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
	background:#fff;
	padding: 30px 15px 22px 15px;
}

.body-overlay {
	z-index: 111;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition:.4s;
	opacity:0;
	visibility:hidden;
}

.sidemenu-active .body-overlay {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

#sidebar-wrapper {
	position: fixed;
	width: 260px;
	z-index: 11111;
	left: -320px;
	top: 0;
	height: 100%;
	background: #1e2022;
	padding:30px 20px;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,.5);
	box-shadow: 0 0 50px rgba(0,0,0,.5);	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper.active {
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper .navbar-nav > li {
    width: 100%;
	display:table;
}

#sidebar-wrapper .navbar-nav > li > a {
    padding: 0;
    line-height: 42px;
    border-bottom: 1px solid #2e3032;
    color: #fff;
	background:transparent !important;
	position:relative;
}

#sidebar-wrapper .navbar-nav > li > a .fa-angle-right::before {
    content: "\f107";
}

#sidebar-wrapper .navbar-nav > li.open > a .fa-angle-right::before ,
#sidebar-wrapper .navbar-nav > li > a:hover .fa-angle-right::before {
    content: "\f106";
}

#sidebar-wrapper .navbar-nav > li > a span {
    position: absolute;
    right: 0;
    line-height: 42px;
    color: #747474;
    font-size: 14px;
}

#sidebar-wrapper .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
	border-radius: 0px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
	width:100%;
}

#sidebar-wrapper .navbar-nav > li > .dropdown-menu > li > a {
    padding: 0 15px !important;
    line-height: 42px;
    border-bottom: 1px solid #2e3032;
    color: #747474;
	font-size:14px;
	background:#222426 !important;
	position:relative;
}

#sidebar-wrapper .search-alt {
    border: none;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    background: #303133;
}

#sidebar-wrapper .search-alt button {
	background: url(img/icon/9.png) no-repeat center;
	opacity: 1;
}

body {
    position: relative;
	transition:.4s;
    left: 0px;
}

.sidemenu-active {
    position: relative;
    transition: .4s;
    left: 260px;
}


/* =============================
   HEADER SEARCH STYLES
================================ */

.header .search-trigger {
	cursor: pointer;
	width:16px;
	height:100px;
	opacity:1;
	margin-left:20px;
	background:url(img/icon/1.png) no-repeat center;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.header .search-trigger:hover {
	opacity:0.6;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.header .login {
	cursor: pointer;
	width:16px;
	height:100px;
	opacity:1;
	margin-left:20px;
	background:url(img/icon/2.png) no-repeat center;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.header .login:hover {
	opacity:0.6;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.search-bar {
	height: 100px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 4444;
	opacity: 0;
	visibility: hidden;
	padding: 0 15px;
	transform: translateY(-100%);
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.search-bar.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
}

.search-bar input {
	height: 100px;
	width: 100%;
	border: none;
	background: transparent;
	font-size: 35px;
	color: #999;
	padding-right: 40px;
	font-weight: 300;
}

.search-bar input:focus {
	color: #333;
}

.search-close:hover ,
.search-close {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 100px;
	font-size: 30px;
	color: #ddd;
	cursor: pointer;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

.search-close:hover {
	color: #333;
}

/* =============================
   3. COMMON STYLES
================================ */

.inner-content {
	padding: 50px 0 57px;
}

.section-head {
	margin-bottom: 22px;
}

.section-head h2 {
	font-weight: 300;
}

/* =============================
   4. CATEGORY STYLES
================================ */

article {
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

article .article-thumb {
	position: relative;
	overflow: hidden;
	background: #fff;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
article .article-thumbnew {
	position: relative;
	overflow: inherit;
	background: #fff;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article:hover .article-thumb {
	background: #000;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article .article-thumb img {
	width: 100%;
}

article .article-thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article .article-thumb:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	opacity: 0.7;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article .post-excerpt {
	padding: 9px 0;
}

article .meta {
	margin-top: 2px;
}

article .post-excerpt p {
	margin-top: 12px;
}

.oddeven {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.oddeven:last-child {
	border-bottom: none;
}
.oddeven .article-thumb {
	position: relative;
	overflow: hidden;
	background: #fff;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.oddeven:hover .article-thumb {
	background: #000;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.oddeven .article-thumb img {
	width: 100%;
}

.oddeven .article-thumb img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.oddeven .article-thumb:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	opacity: 0.7;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.oddeven .post-excerpt {
	padding: 9px 0;
}

.oddeven .meta {
	margin-top: 2px;
}

.oddeven .post-excerpt p {
	margin-top: 12px;
}

.meta span {
	font-size: 14px;
	color: #999999;
}

.meta span.comment i {
	margin-left: 5px;
}

.cat-hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 0px 0 -31px;
	position: relative;
	z-index: 11;
	top: -31px;
}

.cat-hr2 {
	border: none;
	border-top: 1px solid #eee;
	margin: 0px 0 30px;
	position: relative;
	z-index: 11;
	top: 0px;
}

.cat-hr-for-more-column {
    border: none;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 11;
    top: -31px;
}

.page-numbers {
	position: relative;
	top: 0;
	margin-bottom: -11px;
}

.page-numbers li {
	float: left;
	margin-right: 1px;
}

.page-numbers li a {
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	font-size: 14px;
	color: #777777;
	display: table;
	border-radius: 50%;
}

.page-numbers li a:hover ,
ul.page-numbers .current {
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	font-size: 14px;
	color: #777777;
	display: table;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}

/*No Need =====================*/
.pagi-nation {
	position: relative;
	top: -11px;
	margin-bottom: -11px;
}

.pagi-nation li {
	float: left;
	margin-right: 1px;
}

.pagi-nation li a {
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	font-size: 14px;
	color: #777777;
	display: table;
	border-radius: 50%;
}

.pagi-nation li a:hover ,
.pagi-nation li.active a {
	border: 1px solid #e5e5e5;
}
/*No Need =====================*/

article.style2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

article.style2 .post-excerpt {
	padding: 0;
	margin: -5px 0;
}

article.main_blog .article-thumb img {
	min-height: 230px;
}

article.style3 {
	padding-bottom: 30px;
	overflow: hidden;
}

article.style3 a {
	overflow: hidden;
	display: inline;
	width: 100%;
	position: relative;
	color: #fff;
}

article.style3 .meta .author img {
	margin-right: 6px;
}

article.style3 .meta .comment {
	margin-left: 6px;
}

article.style3 .meta .views {
	margin-left: 6px;
}

article.style3 .post-thumb {
	position: relative;
}

article.style3 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 11;
}

article.style3 .meta span,
article.style3 .meta {
	color: #fff;
}

article.style3 h3 {
	font-weight: 300;
	margin: 7px 0 3px;
}

article.style3 .cat {
	position: absolute;
	padding: 20px;
	color: #fff;
	z-index: 11;
}

article.style3 .bg-img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article.style3:hover .bg-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: none !important;
}

.overlay-01 {
	opacity: 0.1;
}

.overlay-02 {
	opacity: 0.15;
}

.overlay-03 {
	opacity: 0.3;
}

.overlay-04 {
	opacity: 0.4;
}

.overlay-05 {
	opacity: 0.5;
}

.overlay-06 {
	opacity: 0.6;
}

.overlay-07 {
	opacity: 0.7;
}

.overlay-08 {
	opacity: 0.8;
}

.overlay-09 {
	opacity: 0.9;
}

article.style4 {
	padding-bottom: 30px!important;
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
}

article.style4 a {
	overflow: hidden;
	display: inline;
	width: 100%;
	position: relative;
}

article.style4 .meta .author img {
	margin-right: 6px;
}

article.style4 .post-thumb {
	position: relative;
}

article.style4 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

article.style4 .meta span,
article.style4 .meta {
	color: #fff;
}

article.style4 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

article.style4 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

article.style4 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
article.style4 a{color:#fff;}
article.style4 .bg-img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	width: 100%;
}

article.style4:hover .bg-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

article.style5.single .post-excerpt {
	position: absolute;
	bottom: auto;
	left: 0;
	padding: 20px;
	z-index: 11;
	top: 50%;
	transform: translate(0%,-50%);
	width: 100%;
}

article.style5.style3.single .h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 25px;
}

/* =============================
   5. SIDEBAR STYLES
================================ */

.mini-posts .col-md-4 {
	padding-right: 5px;
}

.mini-posts .meta span {
	color: #787878;
	margin: -8px 0 0;
	display: block;
}

.mini-posts h5 + .meta span {
	margin: -2px 0 0;
}

.mini-posts article {
	border-bottom: none;
	padding-bottom: 0px;
}

.mini-posts2 article {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.mini-posts2 article .col-md-4 {
	padding-right: 0px;
}

.mini-posts2 article .meta {
	margin-top: -4px;
}

.ad-banner {
	padding: 20px;
	background: transparent;
	border: 1px solid #eeeeee;
	position: relative;
}

.ad-banner span {
	font-size: 10px;
	text-transform: uppercase;
	color: #c6c5c5;
	letter-spacing: 0.10em;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	width: 110px;
	background: #fff;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.side-newsletter2 .input-control {
	width: 68%;
	float: left;
	margin-right: 2%;
	position: relative;
}

.side-newsletter2 .input-control i {
	font-size: 12px;
	position: absolute;
	top: 11px;
	left: 12px;
	color: #cacaca;
}

.side-newsletter2 input {
	text-align: left !important;
	padding: 0 20px 0 35px !important;
}

.side-newsletter2 button {
	width: 30% !important;
	float: left;
	background: #1e2022 !important;
	border: 1px solid #1e2022 !important;
}

.side-newsletter2 button:hover {
	background: transparent !important;
}

/* =============================
   6. POST STYLES
================================ */

.blog-single {
}

.blog-single .h1 {
	font-weight: 300;
	padding: 0;
}

.blog-single .meta span {
	font-size: 14px;
}
.blog-single img {
    max-width: 100%;
}

.blog-single .meta span i {
	margin-right: 3px;
}

.blog-single .meta .author {
	color: #444444;
}

.blog-single .meta .author img {
	margin-right: 6px;
}

.blog-single .meta .comment {
	margin-left: 6px;
}

.blog-single .meta .views {
	margin-left: 6px;
}

.single-meta {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	margin: 20px 0 27px;
}

.single-meta .social {
	margin: -3px 0;
}

.single-meta .social a {
	width: 55px;
	height: 30px;
	background: #3a589b;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 8px;
	font-size: 18px;
}

.single-meta .social a.fa-facebook {
	background: #3a589b;
}

.single-meta .social a.fa-twitter {
	background: #00aaec;
}

.single-meta .social a.fa-google-plus {
	background: #FB3C33;
}

.single-meta .social a.fa-pinterest {
	background: #bd081c;
}

.single-meta .social a.fa-linkedin {
	background: #007bb6;
}

.single-meta .social a.fa-envelope-o {
	background: #7ca93e;
}

.single-meta .social a:hover {
	background: #333;
	color: #fff;
}

.blog-single p.lead {
	font-size: 18px;
	color: #222;
}

.blog-single p {
	margin: 11px 0;
	line-height: 24px;
}
img.img-responsive.default-post-image.wp-post-image {
    margin: 0 auto;
}
.blog-single .style3 img.bg-img.img-responsive.wp-post-image {
    width: 100%;
}
.caption p {
	margin: 9px 0 0;
	color: #222;
}

.caption p span {
	display: block;
	color: #787878;
	font-size: 14px;
}

.img-left {
	padding: 0 30px 0px 0;
	margin-top: 7px;
}

.img-right {
	padding: 0 0 0 30px;
	margin-top: 7px;
}

.post-single-slider-wrap {
	position: relative;
}

.pull-right .post-single-slider {
	width: 100% !important;
	max-width: 370px;
}

.post-single-slider .slick-dots {
	display: block;
	position: absolute;
	bottom: -28px;
	right: 0;
}

.post-single-slider-wrap .slick-dots li {
	float: left;
	margin-left: 6px;
}

.post-single-slider-wrap .slick-dots li button {
	padding: 0px;
	border: 1px solid #e3e3e3;
	background: #e3e3e3;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	font-size: 0px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.post-single-slider-wrap .slick-dots li.slick-active button {
	border: 1px solid #c4c4c4;
	background: transparent;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}
.blog-single blockquote.pull-left {
background: transparent;
color: #a5a4a4;
font-style: italic;
padding: 0;
max-width: 400px;
}

.blog-single blockquote.pull-right {
background: transparent;
color: #a5a4a4;
font-style: italic;
padding: 0;
max-width: 400px;
}

.blog-single blockquote {
background: transparent;
color: #a5a4a4;
font-style: italic;
padding: 0;
text-align: center;
}

.blog-single blockquote i {
	color: #e4e4e4;
}

.blog-single blockquote p {
	font-size: 22px;
	color: #222222;
}

.blog-single blockquote cite {
	margin: 9px 0 0;
	color: #222;
	font-style: normal;
	font-size: 16px;
}

.blog-single blockquote cite span {
	display: block;
	color: #787878;
	font-size: 14px;
}

.blog-single blockquote.pull-right {
	padding: 0 0 0 30px;
	margin-top: 7px;
	margin-bottom: 0;
}

.blog-single blockquote.pull-left {
	padding: 0 30px 0 0;
	margin-top: 7px;
	margin-bottom: 0;
}

.tags {
	color: #787878;
	font-size: 14px;
	margin-top: 15px;
}

.tags a {
    font-size: 10px;
    color: #2c2f34;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(0,0,0,0.03);
    padding: 0 10px;
    line-height: 23px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0px;
}

.tags a:hover {
	background: #33ccff;
	color: #fff;
}

.tagcloud {
	color: #787878;
	font-size: 14px;
}

.tagcloud a {
	font-size: 10px;
	color: #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #f4f4f4;
	padding: 3px 10px;
	line-height: 20px;
	display: inline-block;
	margin-right: 2px;
	border-radius: 5px;
}

.tagcloud a:hover {
	background: #33ccff;
	color: #fff;
}

.about-author {
	background: #f8f8f8;
	padding: 22px 25px 24px 150px;
	margin: 35px 0;
	position: relative;
}

.about-author img {
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 25px;
}

.about-author h5 {
	color: #222;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 8px;
}

.about-author p {
	color: #666666;
	margin-bottom: 13px;
}

.about-author .social a {
	color: #787878;
	margin-right: 13px;
	font-size: 17px;
}

.about-author .social a:hover {
	color: #33ccff;
}

.post-nav {
	border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0 25px 0;
    position: relative;
    min-height: 80px;
}

.post-nav::after {
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	top: 25%;
}

.post-nav .text-right {
	padding: 0 30px 0 100px;
	position: relative;
}

.post-nav .text-left {
	padding: 0 100px 0 30px;
	position: relative;
}

.post-nav .text-right i {
	color: #33ccff;
	position: absolute;
	left: 15px;
	font-size: 83px;
}

.post-nav .text-left i {
	color: #33ccff;
	position: absolute;
	right: 15px;
	font-size: 83px;
}

.post-nav h3 {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0 0;
}

.related-posts {
	padding: 30px 0;
}

.related-posts h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px;
}

.related-posts .article-thumb img {
	min-height: 160px;
}

/* =============================
   7. COMMENTS
================================ */

.comments h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px;
}

.comments ul li:first-child .comment-content {
	border-top: none;
	padding-top: 0px;
}

.comments ul li:first-child .comment-content img {
	top: 0px;
}

.comments ul li .comment-content {
	border-top: 1px solid #eeeeee;
	padding: 25px 0 25px 55px;
	position: relative;
}

.comments ul li .comment-content img {
	position: absolute;
	left: 0;
	top: 30px;
}

.comments ul li.sub-comment {
	padding-left: 55px;
	border-bottom: 1px solid #eeeeee;
}

.comments ul li:last-child {
    border-bottom: none;
}

.comment-title {
	color: #222222;
	margin-bottom: 5px;
}

.comment-title span {
	font-size: 14px;
	color: #787878;
	padding-left: 5px;
}

.comment-meta span {
	font-size: 14px;
	color: #787878;
	margin-right: 8px;
}

.comment-meta span a {
	color: #787878;
}

.comment-meta span a:hover {
	color: #33ccff;
}

.comment-meta span i {
	margin-right: 3px;
	font-size: 12px;
}

.comment-form {
	
}

ul.children {
    padding-top: 25px;
}

.comment-form h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px;
}

.comment-form input {
	border: 1px solid #e5e5e5;
	background: #fff;
	font-size: 16px;
	color: #999;
	padding: 0 10px;
	height: 36px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
}

.comment-form textarea {
	border: 1px solid #e5e5e5;
	background: #fff;
	font-size: 16px;
	color: #999;
	padding: 10px 10px;
	height: 125px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
}

.comment-form button {
	background: #1e2022;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 36px;
	border-radius: 5px;
	padding: 0 25px;
	letter-spacing: 0.06em;
	border: none;
}

.comment-form button:hover {
	background: #33ccff;
	color: #fff;
}

.comment-notes{
	display: none;
}

.comment.depth-2, .comment.depth-4, .comment.depth-6, .comment.depth-8, .comment.depth-10{
	padding-left: 50px;
}
.comment.depth-3, .comment.depth-5, .comment.depth-7, .comment.depth-9, .comment.depth-11{
	padding-left: 100px;
}
#comments .media {
    border-bottom: 0px solid #e9e9e9;
}
.comment.depth-1 {
    border-bottom: 1px solid #e9e9e9;
}

/* =============================
   8. BLOG SINGLE
================================ */

.blog-single .style3 .author {
	color: #fff;
}

.blog-single .style3 {
	border: none;
	padding: 0;
}

.single-meta2 {
	border: none;
	padding: 4px 0 0;
	margin-bottom: 0;
}

.single-meta2 span {
	color: #787878;
	font-size: 14px;
	float: left;
}

.post-nav2:after,
.post-nav2:before {
	display: none;
}

.post-nav2 .text-left {
	padding-left: 15px;
}

.post-nav2 h3 {
	font-size: 26px;
	line-height: 32px;
}

.post-nav2 .meta {
	margin: 10px 0 -3px;
}

.post-nav2 .meta span {
	color: #787878 !important;
}

.post-nav2 .meta span i {
	color: #787878;
	font-size: 14px;
	position: relative;
	right: 0;
}

.first-pantograph {
	font-size: 72px;
	font-weight: 300;
	float: left;
	display: block;
	background: transparent;
	width: auto;
	margin: 16px 20px 20px 5px;
}

.style3.single {
	border: none;
	padding: 0px;
	margin-bottom: 40px;
	position: relative;
}

.style3.single img {
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
}

.style3.single .h1 {
	font-size: 48px;
	line-height: 54px;
	margin: 30px 0 25px;
}

.style3.single .cat {
	position: relative;
	padding: 0;
}

article.style3.single .post-excerpt {
	position: absolute;
	bottom: auto;
	left: 50%;
	padding: 20px 5px;
	z-index: 11;
	top: 50%;
	transform: translate(-50%,-50%);
}

.article-home {
	border-bottom: none;
	padding-bottom: 0px;
}

.related-posts .h5 {
	margin: 0;
}

.title2 {
	font-size: 28px;
	line-height: 30px;
}

.bg-dark {
	background: #1e2022;
}

.bg-gray {
	background: #f8f8f8;
}

/* =============================
   9. FOOTER
================================ */

footer {
	background: #1e2022;
}

.footer-head {
	padding: 27px 0 24px;
	border-bottom: 1px solid #393b3d;
}

.footer-head p {
	padding: 6px 11px 0;
	color: #999;
}

.footer-search {
	position: relative;
}

.footer-search input {
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: none;
	padding: 0 30px 0 11px;
	font-size: 15px;
	color: #999;
	background: #303133;
}

.footer-search button {
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	line-height: 33px;
	padding: 0;
	width: 36px;
	font-size: 17px;
	color: #999;
	top:0;
}

.footer-content {
	padding: 41px 0 51px;
	border-bottom: 1px solid #393b3d;
}

.footer-content h5 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0 0 15px;
}

.footer-links li {
	font-size: 16px;
	line-height: 30px;
}

.footer-links li a {
	color: #dddddd;
}

.footer-links li a:hover {
	color: #33ccff;
}

.footer-social li {
	font-size: 16px;
	line-height: 30px;
	padding-left: 0px;
	position: relative;
}

.footer-social li a {
	color: #dddddd;
}

.footer-social li a:hover {
	color: #3aa5f7;
}

.footer-social li i {
	position: absolute;
	left: 0;
	top: 8px;
	color: #777777;
}

.footer-bottom {
	padding: 33px 0;
}

.footer-bottom p {
	font-size: 12px;
	color: #999;
	margin: 5px 13px 0 0;
	letter-spacing: -0.015em;
	float: left;
}

.footer-bottom li a {
	font-size: 12px;
	color: #999;
	margin: 0;
	letter-spacing: -0.015em;
}

.footer-bottom li a:hover {
	color: #fff;
}

.footer-newsletter {
	position: relative;
	padding:0 125px 0 0;
}

.footer-newsletter input {
	width: 95%;
	height: 36px;
	border-radius: 5px;
	border: none;
	padding: 0 30px 0 11px;
	font-size: 15px;
	color: #999;
	background: #303133;
}

.footer-newsletter button {
	border: none;
	background: #fff;
	position: absolute;
	right: 0;
	line-height: 36px;
	padding: 0;
	width: 115px;
	font-size: 12px;
	color: #222222;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06em;
}

footer h3 {
	font-size:24px;
	color:#fff;
	letter-spacing:-0.03em;
	font-weight:400;
	background:url(img/mail.png) no-repeat center left;
	padding:0 0 0 45px;
}

.footer-social2 {
    font-size: 12px;
    color: #999;
    letter-spacing: -0.015em;
}

.footer-social2 a {
	margin:0 0 0 20px;
	opacity:0.5;
}

.footer-social2 a:hover {
	opacity:1;
}

.footer-social3 a {
	margin:0 20px 0 0;
}


article .h2 {
	margin: 6px 0 0px !important;
}

.section-head .bcrumbs {
	margin: -34px 0 15px;
	display: table;
}

.section-head .bcrumbs li {
	float: left;
	font-size: 14px;
	margin-right: 20px;
	position: relative;
	color: #787878;
}

.section-head .bcrumbs li:first-child:before {
	display: none;
}

.section-head .bcrumbs li::before {
	content: "\f105";
	font-family: FontAwesome;
	color: #787878;
	font-size: 10px;
	position: absolute;
	left: -12px;
	top: 1px;
}

.section-head .bcrumbs li a {
	color: #787878;
}

.section-head .bcrumbs li a:hover {
	color: #33ccff;
}

.side-widget {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}

.side-widget h4 {
	font-weight: 600;
	font-size: 20px;
	margin: -8px 0 14px;
	color: #222222;
}

.side-widget li{
	font-size: 16px;
    line-height: 38px;
    border-bottom: 1px solid #eeeeee;
}

.side-widget li:last-child{
	border-bottom:none;
}
.widget_categories li{
	font-size: 16px;
    line-height: 38px;
    border-bottom: 1px solid #eeeeee;
}

.widget_categories li:last-child{
	border-bottom:none;
}

.side-widget #wp-calendar{
	width: 100%;
}

.side-widget #wp-calendar td{
	padding: 10px 0;
}

.side-widget ul li a {
    padding-right: 5px;
}

.side-widget ul li ul.children {
    padding: 0 0 0 20px;
}
.side-widget ul li ul li ul.children {
    padding: 0 0 0 20px;
}
.side-widget ul li ul li ul li ul.children {
    padding: 0;
}
.side-widget ul li ul.sub-menu {
    padding: 0 0 0 20px;
}

.side-widget button, input, select, textarea {
    width: 100%;
}

.side-widget select {
    padding: 5px;
}

.side-widget .screen-reader-text {
    display: none;
}

.side-widget .image{
	max-width: 100%;
}

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

.side-widget .searchform .screen-reader-text {
    display: none;
}
.side-widget .searchform input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 36px;
    background: #ffffff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.side-widget .searchform button {
    border-radius: 5px;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-transform: uppercase;
}

.side-social {
	margin: 0 -1%;
}

.side-social a {
	background: #3a589b;
	color: #fff;
	display: table;
	height: 115px;
	float: left;
	width: 31.333333%;
	margin: 0 1% 5px;
	font-size: 20px;
	text-align: center;
	padding: 20px 0 0;
}

.side-social a i {
	display: block;
	font-size: 24px;
	margin: 0 0 12px;
}

.side-social a span {
	display: block;
	font-size: 12px;
	letter-spacing: -0.02em;
	margin: 0px;
}

.side-social a:nth-child(2) {
	background: #00aaec;
}

.side-social a:nth-child(3) {
	background: #d95032;
}

.side-social a:nth-child(4) {
	background: #FA4177;
}

.side-social a:nth-child(5) {
	background: #86685F;
}

.side-social a:nth-child(6) {
	background: #C3309F;
}

.side-social a:nth-child(7) {
	background: #F6692C;
}

.side-social a:nth-child(8) {
	background: #4569D8;
}

.side-newsletter {
	background: #f8f8f8;
	padding: 20px;
}

.side-newsletter p {
	font-size: 15px;
	color: #707070;
	margin: 0 0 15px;
}

.side-newsletter input {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 36px;
	background: #ffffff;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.side-newsletter button {
	border-radius: 5px;
	height: 36px;
	padding: 0 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-transform: uppercase;
}

.side-newsletter button:hover {
	background: transparent;
}

.side-newsletter span {
	color: #787878;
	font-size: 12px;
	letter-spacing: 0.03em;
	margin: -7px 0 -3px;
	display: table;
	width: 100%;
}

.nav-tabs.nav-justified > li > a {
	border: none !important;
	border-radius: 3px 3px 0 0;
	color: #777777;
	text-transform: uppercase;
	background: #fafafa;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0;
	line-height: 39px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: none !important;
	color: #000;
	background: #fff;
}

.footer-social4 {
    margin-bottom: 25px;
}

.footer-social4 li {
	float:left;
	margin-right:30px;
}

.footer-social4 li span {
    margin-right: 6px;
    opacity: 0.5;
    position: relative;
    top: -1px;
    display: inline-block;
	transition:.4s;
}

.footer-social4 li a {
	color:#787878;
}

.footer-social4 li a:hover {
	color:#fff;
}

.footer-social4 li a:hover span {
	opacity:1;
	transition:.4s;
}

.footer2 .col-md-2 {
	width:20%;
}

.footer-social img {
	margin-right:10px;
	opacity:0.5;
}

.footer3 .footer-links li {
	border-bottom:1px solid #2e3032;
}

.footer3 .footer-links li:last-child {
	border-bottom:none;
}

.footer3 .footer-links li a {
    line-height: 37px;
    display: block;
}

.footer-content .tagcloud a {
	color: #aaa;
	background: #303133;
	line-height: 23px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 7px;
	float: left;
	margin: 0 5px 10px 0;
}

.footer-content .tagcloud a:hover {
	color: #fff;
	background: #2bc9f9;
}

.insta li {
	width: 25%;
	height: auto;
	float:left;
}

.insta li img {
	width:100%;
}

.instalink{}
.instalink a{color: #fff;}
.instalink a:hover{color: #33ccff;}
/* =============================
   10. INSTAGRAM FEED
================================ */

.instagram-lite li {
	float: left;
	width: 33.3333%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.instagram-lite li img {
	width: 100%;
}

/* =============================
   11. TWITTERFEED
================================ */

#tweecool {
}

#tweecool ul {
	padding: 0;
	margin: 0;
}

#tweecool ul li {
	list-style: none;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	padding-left: 25px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 12px;
	margin-bottom: 15px;
	position: relative;
}

#tweecool ul li:after {
	content: "\f099";
	font-family: 'FontAwesome';
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 17px;
}

#tweecool ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tweecool ul li span {
	color: #787878;
	font-size: 14px;
	display: block;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.no-margin {
	margin: 0 !important;
}

.style-alt {
	border-bottom: none;
	padding-bottom: 0px !important;
}

.play {
	background: url(img/video.png) no-repeat center;
	width: 72px;
	height: 72px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	z-index: 7777;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}

.play-time {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.02em;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0 5px;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 777;
}

#toggle-view {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#toggle-view > li {
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
}

#toggle-view > li:last-child {
	border-bottom: none;
}

#toggle-view h3 {
	margin: 0;
	font-size: 16px;
	color: #222;
	line-height: 38px;
	padding-left: 20px;
}

#toggle-view span {
	position: absolute;
	left: 0px;
	top: 14px;
	color: #ccc;
	font-size: 15px;
}

#toggle-view .toggle-panel {
	display: none;
}

.toggle-panel > div {
	border-top: 1px solid #eeeeee;
	display: table;
	width: 100%;
	background: rgba(255,255,255,0.25);
}

.toggle-panel > div a {
	padding: 0 15px;
	color: #777;
	font-size: 14px;
	line-height: 38px;
	display: table;
	float: left;
	width: 50%;
}

.toggle-panel > div a:hover {
	color: #33ccff;
}

.info-content .row {
	margin: 0 -5px;
}

.info-content .col-md-6 {
	padding: 0 5px;
}

.info-content .col-md-8 {
	padding: 0 5px;
}

.info-content .col-md-4 {
	padding: 0 5px;
}

.list-posts a {
	color: #222222;
	font-size: 16px;
	padding: 7px 0;
	border-bottom: 1px solid #eee;
	display: table;
	width: 100%;
}

.list-posts a:last-child {
	padding: 7px 0 0;
	border-bottom: none;
}

.list-posts a:hover {
	color: #33ccff;
}
.widget-title{margin-bottom: 10px; font-weight: 600;}

.side-widget .tags a {
	margin-bottom: 10px;
	font-weight: 600;
}

.tagcloud a {
	margin-bottom: 10px;
}

.trending-rating {
	padding: 0;
	margin: 0;
}

.trending-rating li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0px;
    margin-bottom: 8px;
    padding-right: 50px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 51px;
}

.trending-rating li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0;
	border: none;
}

.trending-rating li p {
    margin-top: 4px;
}

.trending-rating li p span {
	font-size: 11px;
	color: #787878;
	margin-left: 12px;
}

.trending-rating li em {
	font-size: 14px;
	color: #181818;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 3px;
	width: 40px;
	height: 40px;
	border: 2px solid #61b2c5;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
}

.home-slider .meta span {
	display: inline-block;
}

.home-slider .meta .author img {
	margin-right: 6px;
	float: left;
	width: 35px;
	position: relative;
	top: -4px;
}

.home-slider-wrap {
	position: relative;
}

.hs-prev {
	width: 32px;
	height: 32px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 25px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding-left: 9px;
	display: none !important;
}

.hs-next {
	width: 32px;
	height: 32px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 25px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	padding-right: 11px;
	text-align: right;
	display: none !important;
}

.hs-prev:hover,
.hs-next:hover {
	background: #33ccff;
	border: 1.5px solid #33ccff;
	color: #fff;
	cursor: pointer;
}
.home-slider-wrap:hover .hs-prev,
.home-slider-wrap:hover .hs-next {
	display: block !important;
}
.style5 {
	margin: 0 -10px;
}

.style5 .col-sm-4 {
	padding: 0 10px;
}

.style5 article.style4 {
	padding-bottom: 20px;
}

.style5 article.style4 h3 {
	font-size: 18px;
	line-height: 23px;
}

.two-column-general .side-widget .article-thumb img{height: auto;}
.one-column-image-title .bg-img{width: 100%;}
.one-column-large-general .bg-img{width: 100%;}
.three-column-fullwidth img{width: 100%; height: 220px;}
.three-column-fullwidth article{ min-height: 535px;}
.paddingleft20{padding-left: 20px!important;}
.single-image-and-title .single-meta{ border-top: none!important;}
.post-template-single-full-width-image-and-title .post-thumb img.img-responsive{width: 100%;}
.post-template-single-without-sidebar .post-thumb img.img-responsive{width: 100%;}
.single-without-sidebar .single-meta{ border-top: none!important;}
.single-full-width-image-and-title .single-meta{ border-top: none!important;}
.margintop20{margin-top: 20px;}
.textwidget strong{text-align: center;}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
.alignnone{max-width: 100%;}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

a img.alignnone {
    margin: 5px 15px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.alignright{
    margin: 15px 0 15px 15px;
}

div.alignnone {
    margin: 15px 15px 15px 0;
}
.side-widget div.alignnone {
    margin: 0;
}
div.alignleft {
    margin: 15px 15px 15px 0;
}

div.aligncenter {
	margin: 15px auto;
}
.wp-caption {
    background: #fff;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
	font-style: italic;
    line-height: 18px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
}
.sticky .meta span{
	color: #989898;
}
.blog-single ul {
	margin: 0 0 0 30px;
}
.blog-single ul li {
	list-style: disc;
}

.blog-single ol {
	margin: 0 0 0 30px;
	list-style-type: decimal;
}
.blog-single ol li {
	list-style: inherit;
	line-height: 26px;
}
.yamm-content .pagination{display: none;}
.blog-single .pagination{display: none;}
.gallery-caption{font-style: italic;}
.bypostauthor{text-decoration: none;}
.style-section2 img {
    height: 147px;
}
.section5 article.style4 {
    padding-bottom: 0!important;
}
.wrapper_border .wpb_wrapper {
	padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.wrapper_border .wpb_wrapper .wpb_wrapper{
	padding: 0;
	background: inherit;
	border: 0px;
}
.widget_tag_cloud .widget-title{
	margin-bottom: 20px;
}

.header2 .navbar-header, .header .navbar-header {
    width: 23%;
}
.megamenu:hover > .dropdown-menu, .dropdown-v1:hover > .dropdown-menu {
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	text-transform: capitalize;
}

.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5, .blog-single h6{
	padding: 10px 0;
}
.single-post .blog-single .related_post_sec_for_post_category h3.margin-bottom-15{
	margin-bottom: 26px !important;
}
.single-post .blog-single .related_post_sec_for_post_category h5{
	padding: 0;
	line-height: 22px;
}
article:last-child {
    border-bottom: none;
}
.tagcloud a {
    font-size: 10px !important;
}
.vc_column-inner .wpb_content_element{
	margin-bottom: 0;
}
/*
article.style4 {
    padding-bottom: 0 !important;
}*/

@media only screen and (min-width: 768px) and (max-width: 1500px) {
.col-md-4.col-sm-4 article.style2.style-alt .article-thumb {
    height: 130px;
}
}
.side-widget .tab-pane article.style4 {
    padding-bottom: 30px !important;
}
.side-widget .tab-content > .tab-pane {
    padding-top: 0;
}
.side-widget article.style4 {
    padding-bottom: 30px !important;
}

.side-newsletter button, .side-newsletter button:hover{
	border: 1px solid #2ec5f0 !important;
}
.side-newsletter button:hover, #tweecool ul li a {
    color: #2ec5f0 !important;
}
.side-newsletter button {
    background: #2ec5f0 !important;
}
.side-newsletter button:hover {
    background: transparent !important;
}
.side-widget article:last-child.margin-bottom-20 {
    margin-bottom: 0 !important;
}

.section-heading.sh-t2 {
    line-height: 20px;
    padding: 4px 0 0;
}
.section-heading {
    margin-bottom: 28px;
}
.section-heading {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.section-heading.sh-t2>.h-text {
    color: #444444;
}
.section-heading.sh-t2 .h-text {
    padding: 4px 0;
    line-height: 34px;
    text-transform: uppercase;
}
.section-heading.sh-t2 a:hover .h-text, .section-heading.sh-t2 a.active .h-text {
    color: #444444 !important;
}

.section-heading.sh-t2 .other-link .h-text {
    padding: 4px 0 4px 12px;
    text-transform: capitalize;
}

.section-heading.multi-tab .bs-pretty-tabs-container {
    padding-left: 10px;
}

.bs-pretty-tabs-container {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    z-index: 2;
}

.section-heading .other-link .h-text {
    margin-left: 0;
    color: #484848;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 82%;
    padding: 4px 0 4px 14px;
}

.section-heading .h-text {
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
}
.section-heading.sh-t2:after {
    background-color: #444444;
}
.section-heading.sh-t2:after {
    top: 0;
    height: 4px;
}
.section-heading:after {
    background: rgba(0,0,0,.08);
    content: '';
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section-heading.sh-t2:before {
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ededed;
    background: rgba(0,0,0,.07);
}
.better-social-counter .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.better-social-counter ul li a {
    padding-right: 0;
}
.better-social-counter.style-modern .social-item {
    border-bottom-color: #f1f1f1;
}
.better-social-counter.style-modern .social-item {
    width: 25%;
    float: left;
}
.better-social-counter.style-modern .social-item {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 0 12px;
    border-bottom: 1px solid #eee;
    display: block;
}
.better-social-counter .social-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.better-social-counter.colored .social-item.facebook .item-icon{
    background-color: #4a639f;
}
.better-social-counter.colored .social-item.twitter .item-icon{
    background-color: #59c8ff;
}
.better-social-counter.colored .social-item.pinterest .item-icon{
    background-color: #cb2027;
}
.better-social-counter.colored .social-item.rss .item-icon{
    background-color: #f97410;
}
.better-social-counter.colored .social-item.google .item-icon{
    background-color: #D73D32;
}
.better-social-counter.colored .social-item.instagram .item-icon{
    background-color: #517FA4;
}
.better-social-counter.colored .social-item.envato .item-icon{
    background-color: #82B440;
}
.better-social-counter.colored .social-item.vimeo .item-icon{
    background-color: #46a3e9;
}
.better-social-counter.style-modern .item-icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    background-color: #a3a3a3;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}
.better-social-counter.style-modern .item-count {
    display: block;
    color: #5f5f5f;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.better-social-counter.style-modern .item-title {
    display: block;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 18px;
}

.main-term-3.section-heading.sh-t2 a.active .h-text {
    color: #32b336 !important;
}
.bs-pretty-tabs-container {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    z-index: 2;
}

.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
    opacity: 1;
    position: relative;
}

.section-heading.multi-tab .other-link {
    opacity: 0;
    -webkit-transition: color .7s ease,background .7s ease;
    -moz-transition: color .7s ease,background .7s ease;
    -o-transition: color .7s ease,background .7s ease;
    transition: color .7s ease,background .7s ease;
    position: absolute;
}

.bs-pretty-tabs .bs-pretty-tabs-more.other-link, .bs-sks {
    pointer-events: none;
}

.bs-pretty-tabs-container .bs-pretty-tabs-more {
    z-index: 3;
    position: relative;
    cursor: pointer;
}

.section-heading .other-link {
    float: right;
    outline: 0;
}
.section-heading.sh-t2 a.active, .section-heading.sh-t2 .main-link:first-child:last-child .h-text, .section-heading.sh-t2>.h-text {
    color: #444444;
}
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
.meta span a{
	color: #33ccff;
}

.style3 {
	overflow: hidden;
}

.style3 a {
	overflow: hidden;
	display: inline;
	width: 100%;
	position: relative;
	color: #fff;
}

.style3 .meta .author img {
	margin-right: 6px;
}

.style3 .meta .comment {
	margin-left: 6px;
}

.style3 .meta .views {
	margin-left: 6px;
}

.style3 .post-thumb {
	position: relative;
}

.style3 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 11;
}

.style3 .meta span,
.style3 .meta {
	color: #fff;
}

.style3 h3 {
	font-weight: 300;
	margin: 7px 0 3px;
}

.style3 .cat {
	position: absolute;
	padding: 10px 30px;
	color: #fff;
	z-index: 11;
}

.style3 .bg-img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.style3:hover .bg-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.nav>li>a:hover {
    background-color: transparent;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li>a {
    padding: 5px 15px;
	font-size: 15px;
}
.home_sec_one_addon_1 .nav-tabs>li>a, .home_sec_two_addon_1 .nav-tabs>li>a {
    padding: 5px 15px;
	font-size: 13px;
	text-transform: none;
}
.nav-tabs>li>a {border: none;}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom-color: transparent;
	background-color: transparent;
}
.nav-tabs>li.active{color: #33ccff;}
.nav-tabs .dropdown-menu {
	margin-top: 0;
    min-width: 160px;
    text-align: right;
    margin-left: -93px;
}
.home_tabpost .tab-content > .tab-pane {
    padding-top: 10px;
}

.anotherstyle2 {
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.anotherstyle2 .post-excerpt {
	padding: 0;
    margin: -5px 0;
    vertical-align: middle;
    padding-top: 70px;
}
.anotherstyle2.style-alt .article-thumb {
    height: 130px;
}
.anotherstyle2 .article-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.anotherstyle2 .article-thumb img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.anotherstyle2 .article-thumb img {
    width: 100%;
}
.anotherstyle2 .article-thumb {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.anotherstyle2 .article-thumb:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
}
.anotherstyle2:nth-of-type(2n+2) .article-thumb:before {
    border-right: none;
    border-left: 20px solid #ffffff;
    right: auto;
    left: 0;
}
.anotherstyle2 .cat{text-align:center;}
.anotherstyle2 h3{text-align:center;}
.anotherstyle2 .meta{text-align:center; padding: 15px 0;}
.anotherstyle2 .meta:after {
    margin-left: 257px;
    background-color: #a60505;
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    margin-top: 10px;
}
.mbm_social {
  padding: 25px;
  font-size: 0;
  float:left;
  width:100%;
  background:#fff;
  text-align:center;	
}
.mbm_social li {
    display: inline-block;
    list-style: outside none none;
    margin: 8px 8px 0 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
	float: left;
}

.mbm_social a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color:#fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 px;
  width: 116px;
  height: 31px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mbm_social a:hover {
  color: #fff;
}
.mbm_social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -33px);
          transform: translate(0, -33px);
}
.mbm_social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.mbm_social .tooltip {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.mbm_social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
}
.mbm_social .social-twitter {
  background: #00abdc;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  border-bottom: 1px solid #00abdc;
}
.mbm_social .social-twitter:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #00abdc;
}
.mbm_social .social-twitter span {
  background: #00abdc ;
  background: -webkit-linear-gradient(#00abdc, #00abdc);
  background: linear-gradient(#00abdc, #00abdc);
  color: #fff;
}
.mbm_social .social-twitter span:after {
  border-top-color: #00abdc;
}
.mbm_social .social-linkedin {
  background: #286580 ;
  background: -webkit-linear-gradient(#286580, #286580);
  background: linear-gradient(#286580, #286580);
  border-bottom: 1px solid #286580;
}
.mbm_social .social-linkedin:hover {
  color: #fff ;
  text-shadow: 0px 1px 0px #286580;
}
.mbm_social .social-linkedin span {
  background: #286580 ;
  background: -webkit-linear-gradient(#286580, #286580);
  background: linear-gradient(#286580, #286580);
  color: #fff;
}
.mbm_social .social-linkedin span:after {
  border-top-color: #286580 ;
}
.mbm_social .social-facebook {
  background: #325c94 ;
  background: -webkit-linear-gradient(#4562a0, #385693);
  background: linear-gradient(#4562a0, #385693);
  border-bottom: 1px solid #2f487c;
}
.mbm_social .social-facebook:hover {
  color: #fff;
  text-shadow: 0px 1px 0px #2f487c;
}
.mbm_social .social-facebook span {
  background: #3b5a9b;
  background: -webkit-linear-gradient(#5873aa, #3b5a9b);
  background: linear-gradient(#5873aa, #3b5a9b);
  color: #fff;
}
.mbm_social .social-facebook span:after {
  border-top-color: #325c94;
}
.mbm_social .social-google-plus {
  background: #ea4335;
  background: -webkit-linear-gradient(#ea4335, #ea4335);
  background: linear-gradient(#ea4335, #ea4335);
  border-bottom: 1px solid #ea4335;
}
.mbm_social .social-google-plus:hover {
  color: #fff ;
  text-shadow: 0px 1px 0px #ea4335;
}
.mbm_social .social-google-plus span {
  background: #ea4335;
  background: -webkit-linear-gradient(#ea4335, #ea4335);
  background: linear-gradient(#ea4335, #ea4335);
  color: #fff ;
}
.mbm_social .social-google-plus span:after {
  border-top-color: #ea4335 ;
}
.mbm_social i {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 9px;
	 vertical-align: middle;
}
.textfield{width:100%;}
.style3 {
	overflow: hidden;
}

.style3 a {
	overflow: hidden;
	display: inline;
	width: 100%;
	position: relative;
	color: #fff;
}

.style3 .meta .author img {
	margin-right: 6px;
}

.style3 .meta .comment {
	margin-left: 6px;
}

.style3 .meta .views {
	margin-left: 6px;
}

.style3 .post-thumb {
	position: relative;
}

.style3 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 11;
}

.style3 .meta span,
.style3 .meta {
	color: #fff;
}

.style3 h3 {
	font-weight: 300;
	margin: 7px 0 3px;
}

.style3 .cat {
	position: absolute;
	padding: 10px 30px;
	color: #fff;
	z-index: 11;
}

.style3 .bg-img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.style3:hover .bg-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.style4 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
}

.style4 a {
	overflow: hidden;
	display: inline;
	width: 100%;
	position: relative;
}

.style4 .meta .author img {
	margin-right: 6px;
}

.style4 .post-thumb {
	position: relative;
}

.style4 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

.style4 .meta span,
.style4 .meta {
	color: #fff;
}

.style4 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

.style4 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

.style4 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
.style4 a{color:#fff;}


.beforeanotherstyle3 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 396px;
}
.anotherstyle3 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 396px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.anotherstyle3 .meta .author img {
	margin-right: 6px;
}

.anotherstyle3 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

.anotherstyle3 .meta span,
.anotherstyle3 .meta {
	color: #fff;
}

.anotherstyle3 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

.anotherstyle3 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

.anotherstyle3 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
.anotherstyle3 a{color:#fff;}

.bg-img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	width: 100%;
}

.bg-img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	overflow:hidden;
}

.beforeanotherstyle4 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 196px;
}
.style4-4-6 article.style4 {
    border-bottom: none;
    padding-bottom: 0px !important;
}
.anotherstyle4 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 196px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.anotherstyle4 .meta .author img {
	margin-right: 6px;
}

.anotherstyle4 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

.anotherstyle4 .meta span,
.anotherstyle4 .meta {
	color: #fff;
}

.anotherstyle4 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

.anotherstyle4 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

.anotherstyle4 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
.anotherstyle4 a{color:#fff;}

.beforeanotherstyle5 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 220px;
}
.anotherstyle5 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 220px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.anotherstyle5 .meta .author img {
	margin-right: 6px;
}

.anotherstyle5 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

.anotherstyle5 .meta span,
.anotherstyle5 .meta {
	color: #fff;
}

.anotherstyle5 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

.anotherstyle5 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

.anotherstyle5 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
.anotherstyle5 a{color:#fff;}

.beforeanotherstyle6 {
	margin-bottom: 2px!important;
    overflow: hidden;
    width: 100%;
    height: 197px;
}
.anotherstyle6 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 198px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.anotherstyle6 .meta .author img {
	margin-right: 6px;
}

.anotherstyle6 .post-excerpt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px;
	z-index: 11;
}

.anotherstyle6 .meta span,
.anotherstyle6 .meta {
	color: #fff;
}

.anotherstyle6 h3 {
	font-weight: 400;
	margin: 7px 0 0px;
}

.anotherstyle6 h5 {
	font-weight: 400;
	margin: 7px 0 0px;
	font-size: 18px;
}

.anotherstyle6 .cat {
	position: absolute;
	padding: 20px 20px;
	color: #fff;
	z-index: 11;
}
.anotherstyle6 a{color:#fff;}

.beforegeneralstyle {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 231px;
}
.generalstyle {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 231px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.beforethumbnail {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 75px;
}
.thumbnail {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 75px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail118 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 118px;
}
.thumbnail118 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 118px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail148 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 148px;
}
.thumbnail148 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 148px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail165 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 165px;
}
.thumbnail165 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 165px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.beforethumbnail172 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 182px;
}
.thumbnail172 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 182px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail185 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 185px;
}
.thumbnail185 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 185px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail210 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 210px;
}
.thumbnail210 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 210px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail243 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 243px;
}
.thumbnail243 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 243px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail335 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 335px;
}
.thumbnail335 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 335px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail400 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
.thumbnail400 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 400px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail460 {
    overflow: hidden;
    width: 100%;
    height: 460px;
}
.thumbnail460 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 460px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforethumbnail477 {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 477px;
}
.single-full-width-image-and-title .beforethumbnail477, .post-template-single-without-sidebar .beforethumbnail477 {
    margin-bottom: 0 !important;
	background-position: center center;
    background-size: cover;
}
.thumbnail488 {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 477px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.beforeonecollargestyle {
	margin-bottom: 5px!important;
    overflow: hidden;
    width: 100%;
    height: 380px;
}
.onecollargestyle {
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: none;
	height: 380px;
	position: relative;
    width: 100%;
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-post-category:after {
    content: '/';
    display: inline-block;
    margin: 0 3px;
    color: #d6d6d6;
}
.postcatntitle{
	border-top: 1px solid #4db2ec;
    padding-top: 35px;
    background: #F3FAFE;
    height: 165px;
}
.postcatntitle2{
	margin-top: 20px;
	border-top: 1px solid #4db2ec;
    padding-top: 20px;
    background: #F3FAFE;
    height: 100px;
}
.postcatntitle h5{ padding-bottom: 35px;}
.headstylenew1{padding-top: 5px; border-top: 1px solid #4db2ec; color: #005689;}
.aligncenter{margin: 0 auto;}
.footer-top-container{background: #191919;}
.footer-bottom-container{background: #111111;}
.footer-bottomnew p {
    font-size: 12px;
    color: #999;
    margin: 0px 13px 0 0;
    letter-spacing: -0.015em;
    text-align: center;
}
.home_sec_six_style1 article.style3{
	padding-bottom:10px !important;
	margin-bottom: 0 !important;
}
/* =============================
   12. RESPONSIVE STYLES
================================ */
@media only screen and (max-width: 992px) {
.home_sec_six_style1 .beforethumbnail172, .home_sec_six_style1 .beforeonecollargestyle, .home_sec_six_style1 .onecollargestyle,
.home_sec_six_style1 .thumbnail172{
    height: 380px;
}
}
@media only screen and (max-width: 767px) {
.no-left-right-padding-in-small{
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.no-left-right-padding-in-small{
	padding-left: 0;
}
}
@media only screen and (min-width: 993px) and (max-width: 4000px) {
.home_sec_six_style1 .beforeonecollargestyle, .home_sec_six_style1 .onecollargestyle{
	height: 455px;
	}
.home_sec_six_style1 .beforethumbnail172, .home_sec_six_style1 .thumbnail172{
	height: 220px;
}
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {

.navbar-nav {
    margin: 35px 0;
}

}

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

.header.header3.header5.header6 .collapse.navbar-collapse.navbar-ex1-collapse {
    position: relative;
    top: 0;
    padding-left: 0;
}

.header.header3.header5.header6 .navbar-nav {
    position: relative;
    left: 0px;
}

.header.header3.header5.header6 .dropdown-v1.open > .dropdown-menu {
    top: 50px !important;
}

.nav-dark .dropdown-v1.open > .dropdown-menu {
    top: 47px !important;
}

.dropdown-v1.open > .dropdown-menu {
    top: 65px !important;
}

header.header-megamenu .dropdown-v1 > .dropdown-menu ,
header.header-megamenu .dropdown-v1.open > .dropdown-menu {
    top: 60px !important;
}

header.header-megamenu .navbar-nav {
    float: left;
    margin: 41px 0px;
	width: 70%!important;
}

.header .navbar-default .navbar-nav > li > a {
    padding: 7px 5px 38px;
    font-size: 13px;
    font-weight: 400;
}

.bg-dark article.style4 h3 {
    font-size: 14px;
    line-height: 22px;
}

.ad-banner {
    margin: 0 auto;
    display: table;
}

.style3.single .h1 {
    font-size: 36px;
    line-height: 49px;
}

.header3 .navbar-nav {
    position: relative;
    left: -3%;
}

.header.header4 .search-alt {
	display:none;
}

.nav-dark .navbar-nav > li > a {
    font-size: 14px;
}

}

@media only screen and (min-width: 768px) and (max-width: 802px) {
.header .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
}
.navbar-nav {
    float: left;
    margin: 0;
    width: 70%;
	margin-top: 50px;
}
.megamenu:hover .dropdown-menu {
    top: 60px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 30px;
}
.header-post .beforethumbnail148,
.header-post .thumbnail148 {
    height: 380px!important;
}	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.navbar-nav {
    float: left;
    margin: 42px 0 0 15px;
    width: auto;
}
.megamenu:hover .dropdown-menu {
    top: 60px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 30px;
}

.header-post .beforethumbnail148,
.header-post .thumbnail148 {
    height: 380px!important;
}
.beforegeneralstyle,
.generalstyle {
    height: 185px!important;
}
.side-widget .beforegeneralstyle, .side-widget .generalstyle {
    height: 231px!important;
}
.sixstyle3part1 .beforegeneralstyle,
.sixstyle3part1 .generalstyle,
.sixstyle3part2 .beforethumbnail172,
.sixstyle3part2 .thumbnail172 {
    height: 320px!important;
}
.beforeanotherstyle4,
.anotherstyle4 {
    height: 285px!important;
}
.sectiononestyle1 .beforegeneralstyle,
.sectiononestyle1 .generalstyle {
    height: 231px!important;
}
.beforethumbnail477,
.thumbnail477 {
    height: 385px!important;
}
.style2 .beforethumbnail, 
.style2 .thumbnail {
    height: 100px!important;
}
.side-widget .mini-post .style2 .beforethumbnail, 
.side-widget .mini-post .style2 .thumbnail {
    height: 65px !important;
}
.header3 .nav>li>a>img {
   max-width: 100%;
}

.header3 .logo {
    margin: 0 20px;
    margin-top: 1px;
    max-width: 100px;
}

.header3 .dropdown-v1.open > .dropdown-menu {
    top: 63px !important;
}

.tabsitem { width: 25% !important; float: left;}
.tabsitemcontent { width: 75% !important; float: left;}
.menu-tabs .col-md-3, .tab-contents .col-md-3 {
    width: 50% !important;
    float: left;
}

.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
    width: 80%;
    float: left;
}

.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 .tab {
    display: table;
    width: 100%;
}

.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 .tab .col-md-3 {
	width:25% !important;
}


.home4 .header4 .navbar-nav {
    float: left;
    margin: 0 !important;
}

.home-slider-wrap {
    position: relative;
    clear: both;
}

.pagi-nation {
    margin-bottom: 40px;
    display: table;
}

.header4 .navbar-nav ,
.header1 .navbar-nav {
    float: left;
    margin: 0 -30px;
}

article.style5.style3.single .h1 {
    font-size: 23px;
    line-height: 33px;
}

.header3 .navbar-nav {
    position: relative;
    left: -40px;
}

.navbar-social {
    float: left;
    width: auto;
    position: relative;
    z-index: 777;
}

.header .search-trigger,
.header .login {
    position: relative;
    z-index: 777;
}



.trending-rating li p {
    margin-top: 9px;
}

article.style4 h3 {
    font-size: 15px;
    line-height: 20px;
}


.home-slider-wrap .bg-img {
    height: 400px;
    width: auto;
    max-width: none;
}

.home-slider-wrap article.style3.single .post-excerpt {
	position: absolute;
	bottom: auto;
	left: 0;
	padding: 20px 0px;
	z-index: 11;
	top: 50%;
	transform: translate(-0%,-50%);
	width: 100%;
}

.home-slider-wrap .style3.single .h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 30px 0 25px;
}

.insta li {
	width: 25%;
	height: auto;
}

.footer-social2 a {
    margin: 0 0 0 15px;
}

.footer-social3 a {
    margin: 0 15px 0 0;
}

	.header .navbar-header {
		width: 26%;
	}

.header .navbar-default .navbar-nav > li > a {
    padding: 0 5px;
    font-size: 12px;
}

.header3 .collapse.navbar-collapse.navbar-ex1-collapse {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    display: table !important;
    text-align: center;
    width: 100%;
    padding-left: 21%;
}

	h4 {
		font-size: 18px;
	}

	.footer-head p {
		padding: 0px;
	}
}

.img-full {
	width:100%;
}
.tab .img-full {
	width:100%;
	min-height: 118px;
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
.vc_col-sm-8 {
    width: 100%;
}
.style2 .beforethumbnail, 
.style2 .thumbnail, 
.style2 .beforethumbnail148, 
.style2 .thumbnail148,
.style3 .beforethumbnail477,
.style3 .thumbnail477,
.style3 .beforeonecollargestyle,
.style3 .onecollargestyle,
.style3 .beforegeneralstyle,
.style3 .generalstyle,
.style4 .beforegeneralstyle,
.style4 .generalstyle,
.style4 .beforeanotherstyle4,
.style4 .anotherstyle4,
.vc_col-sm-6 .beforegeneralstyle,
.vc_col-sm-6 .generalstyle,
.article-thumbnew .beforegeneralstyle,
.article-thumbnew .generalstyle,
.article-home .beforegeneralstyle,
.article-home .generalstyle,
.article-home .beforethumbnail172,
.article-home .thumbnail172,
.article-home .beforethumbnail148,
.article-home .thumbnail148,
.header-post .beforethumbnail148,
.header-post .thumbnail148,
.header-post .beforethumbnail118,
.header-post .thumbnail118,
.beforethumbnail477 .beforeonecollargestyle,
.thumbnail477 .onecollargestyle,
.beforethumbnail,
.thumbnail {
    height: 380px!important;
}
.single-full-width-image-and-title .beforethumbnail477, .post-template-single-without-sidebar .beforethumbnail477 {
    background-position: center center;
    background-size: cover;
}
li.mainmenulogo { display: none;}
.log-reg {
    margin: 29px 0 0 55px;
    position: absolute;
    top: 4px;
    right: 76px;
}
.comment-form {
    margin-bottom: 40px;
}
.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
    background: none;
}
.nav-dark {
    height: 1px;
    background: #ddd;
}
}

@media only screen and (min-width: 280px) and (max-width: 419px) {
li.mainmenulogo { display: none;}
.header4 .log-reg ,
article.style3 .meta span, article.style3 .meta {
    display: none;
}

.comment-form {
    margin-bottom: 40px;
}

.single-meta .social a {
    width: 40px;
    height: 30px;
}
.relatednoimg{margin-bottom: 20px;}
.menu-tabs.megamenu > .dropdown-menu {
    background: #fff;
}
.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
    background: none;
	overflow: hidden;
}
.header-post h4{margin-bottom: 10px;}
.tabs-menu li.current {
    position: relative;
    background: #ddd;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

 .post-nav .text-right {
    margin-bottom: 0;
}
.post-nav .text-right {
    padding: 0 30px 0 60px;
}
.post-nav .text-left {
    padding: 0 60px 0 30px;
}
.nav-collapse .open>.dropdown-menu{
display:block;
 }
 .nav-dark{height: 0!important;}

}

@media only screen and (min-width: 280px) and (max-width: 419px) {
.beforethumbnail, .thumbnail, .blog-single .style3 img.bg-img.img-responsive.wp-post-image {
	height: 185px!important;
}
.style2 .beforethumbnail, 
.style2 .thumbnail, 
.style2 .beforethumbnail148, 
.style2 .thumbnail148,
.style3 .beforethumbnail477,
.style3 .thumbnail477,
.style3 .beforeonecollargestyle,
.style3 .onecollargestyle,
.onecollg .beforeonecollargestyle,
.onecollg .onecollargestyle,
.header-post .beforethumbnail148,
.header-post .thumbnail148,
.header-post .beforethumbnail118,
.header-post .thumbnail118,
.beforethumbnail477 .beforeonecollargestyle,
.thumbnail477 .onecollargestyle {
    height: 231px!important;
}
.post-template-single-full-width-image-and-title .post-thumb img.img-responsive {
    min-height: 275px;
}
.post-template-single-without-sidebar .post-thumb img.img-responsive {
    min-height: 240px;
}

}
@media only screen and (min-width: 280px) and (max-width: 767px) {
		
li.mainmenulogo { display: none;}
.style3.single {
    min-height: 200px;
}
.menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
    background: none;
	overflow: hidden;
}
.header-post h4{margin-bottom: 10px;}
.megamenu .dropdown-menu {
	top: 100px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.header.header3.header5.header6 .navbar-nav {
    margin: 0;
    display: table;
    width: 100%;
}

.nav-white .navbar-nav > li > a span, .nav-dark .navbar-nav > li > a span {
    margin-left: 4px;
    font-size: 14px;
    float: right;
}

.header5 .navbar-nav {
    float: none;
    margin: 0;
}


.header3 .logo {
    display: none;
}

.menu-tabs .col-md-3, .tab-contents .col-md-3 {
    width: 100% !important;
}

.megamenu .dropdown-menu .col-md-3 {
    width: 100%;
}


.ad-banner {
    margin: 0 auto;
    display: table;
}

.home5 .meta span {
    margin-top: 15px;
    display: block;
}

.header6 .navbar-brand {
    margin: 0 !important;
    float: left;
    display: inherit;
    position: relative;
    left: -15px;
    padding-left: 0;
    transform: none;
}

.header6 .navbar-collapse {
    max-height: calc(100vh - 160px);
    top: 0;
}

.home4 .header.header4 .navbar-collapse {
    max-height: calc(100vh - 160px);
    padding: 0 35px;
    top: 45px;
}

.header.header4 .search-alt {
	display:none;
}

.pagi-nation {
    margin-bottom: 40px;
    display: table;
}

article.style5.style3.single .h1 {
    font-size: 23px;
    line-height: 33px;
}

.info-content .col-sm-6 {
	margin-bottom:30px;
}

.mini-posts .meta span {
    margin: 15px 0 0;
}

.small-title {
    margin-top: 13px;
}

article.style3 h3 {
    font-weight: 300;
    margin: 7px 0 10px;
    font-size: 19px;
    line-height: 26px;
}

article.style4 h3 {
    font-size: 19px;
    line-height: 24px;
}

.list-posts {
	margin-bottom:40px;
}


.home-slider-wrap .bg-img {
    height: 400px;
    width: auto;
    max-width: none;
}

.home-slider-wrap article.style3.single .post-excerpt {
	position: absolute;
	bottom: auto;
	left: 0;
	padding: 20px 0px;
	z-index: 11;
	top: 50%;
	transform: translate(-0%,-50%);
	width: 100%;
}

.home-slider-wrap .style3.single .h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 30px 0 25px;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 0;
	margin-top: 43px;
	margin-right: -5px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent !important;
	border-radius: 0;
	background: transparent !important;
}

.header .navbar-header {
    float: left;
    margin: 0;
    width: calc(100% - 80px);
}

.header.header3 .navbar-social {
	display:none;
}

.header.header4.header5 .navbar-header {
    float: left;
    margin: 0;
    width: calc(100% - 15px);
}

.header.header3.header5.header6 .navbar-default {
    padding: 0 0 0 30px;
}

.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		position: absolute;
		top: 100px;
		background: #fff;
		z-index: 7777;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 !important;
	}

.header .navbar-default .navbar-nav > li > a {
    padding: 15px !important;
}

.dropdown-v1 .dropdown-menu {
	position: relative;
	top: 0px !important;
	left: 5%;
	z-index: 1000;
	float: left;
	min-width: 200px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	-moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	box-shadow: 0 5px 10px rgba(24,24,24,.1);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 1;
	visibility: visible;
	width: 90%;
	box-shadow: none;
	margin-bottom: 16px;
}

ul li ul li.menu-item-has-children > a::after {
    content: "\f107";
}

.footer-bottom p {
    float: none;
}

footer .text-right {
	text-align:center !important;
}
footer p {
	color: #b2b2b2;
}
.footer-social2 {
    margin: 25px 0 0;
}

.footer2 .col-md-2 {
	width: 100%;
}

.footer2 [class*='col-md'] ,
.footer3 [class*='col-md'] {
	margin:0 0 30px;
}

.footer-content .tagcloud {
    display: table;
    width: 100%;
}

.navbar-collapse {
    max-height: calc(100vh - 160px);
}

	h4 {
		font-size: 18px;
	}

	.pagi-nation {
		position: relative;
		top: 0;
		margin-bottom: 0;
	}

	.cat-hr {
		margin: 0px 0 -15px;
	}

	.footer-head p {
		padding: 24px 0px 15px;
	}

	.footer-links {
		margin-bottom: 30px;
	}

	.footer-bottom p {
		text-align: center;
		padding-bottom: 5px;
	}

	.list-inline {
		padding-left: 0;
		margin-left: -5px;
		list-style: none;
		text-align: center;
	}

	.mini-posts .col-md-4 {
		padding-right: 15px;
	}
	.comment-form {
    margin-bottom: 40px;
	}
}
.single-post h3.margin-bottom-15{
	text-transform: none !important;
}
.video-posts {margin-bottom: 20px;}
.loadmorebtn {
    border-radius: 0;
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 0;
    cursor: pointer;
    padding: 1px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-top: 30px;
    color: #787878;
}
.loadmorebtn:hover{
	background-color: #33CCFF;
	color: #fff;
}
.popular_tab_posts_loadmore.loadmorebtn, 
.viewed_tab_posts_loadmore.loadmorebtn,
.comment_tab_posts_loadmore.loadmorebtn,
.popular_posts_loadmore,
.video_posts_loadmore,
.featured_posts_loadmore,
.home_sec_one_addon_2_posts_loadmore,
.home_sec_five_addon_1_posts_loadmore{
	margin-top: 30px;
}
.blog-single p label input[type=password] {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 36px;
    background: #ffffff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.post-template-default h3 {color: #333333!important;}
.blog-single p input[type=submit] {
	border: 1px solid #33CCFF;
    border-radius: 5px;
    height: 36px;
    padding: 0 20px;
    width: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-transform: uppercase;
	background: #33CCFF;
}
/*Scroll Up*/
.scrollup {
    width: 29px;
    height: 28px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    text-indent: -9999px;
    background: url(img/scroll-top-arrow.png) 10px 10px no-repeat #33ccff;
    z-index: 999;
}
/*Scroll Up END*/

.loaderh1 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 999;
    left: 42%;
	top: 27%;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 999;
    left: 42%;
	top: 17%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

b.next-link {
    padding: 2px 12px;
    border: 1px solid #ddd;
    font-size: 12px;
	font-weight: 300;
	margin: 0 10px 0 15px;
	cursor: auto;
    text-transform: uppercase;
}
b.next-link:hover {background: #33ccff; color: #fff;}
b.next-link:hover a {color: #fff;}
b.next-link, b.next-link:hover {
    transition: all .32s ease-in-out;
    -webkit-transition: all .32s ease-in-out;
    -moz-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
}
b.prev-link {
    padding: 2px 12px;
    border: 1px solid #ddd;
    text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	cursor: auto;
}
b.prev-link:hover {background: #33ccff; color: #fff;}
b.prev-link:hover a {color: #fff;}
b.prev-link, b.prev-link:hover {
    transition: all .32s ease-in-out;
    -webkit-transition: all .32s ease-in-out;
    -moz-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
}
div#mynewpagination {
    margin-left: 15px;
    float: left;
    width: 100%;
}
b.next-link.disabled, b.prev-link.disabled, b.next-link.disabled:hover, b.prev-link.disabled:hover, b.next-link.disabled a:hover, b.prev-link.disabled a:hover{
	background: #fff;
	color: #ddd;
}
.h3.margin-bottom-20 {
	margin-top: 0!important;
	color: #333333;
}
.h3.margin-bottom-20 .nav-tabs>li>a{
	font-size: 14px;
}
.home_sec_one_addon_1 .nav-tabs>li.active>a, .home_sec_one_addon_1 .nav-tabs>li>a:hover, .home_sec_two_addon_1 .nav-tabs>li.active>a, .home_sec_two_addon_1 .nav-tabs>li>a:hover{
	color: #33ccff;
}
.tab-content .article-home.sectiononestyle1, .tab-content .mini-posts article.style2:last-child{
	margin-bottom: 0;
}
.tab-content .style2.style-alt.style-section2{
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px){
.fixedheight-to-loader-home_section_1{
	height: 445px;
	position: relative;
}
.fixedheight-to-loader-home_section_2{
	height: 280px;
	position: relative;
}
}
@media only screen and (min-width: 782px) and (max-width: 991px) {
.fixedheight-to-loader-home_section_2{
	height: 310px;
	position: relative;
}
}
@media only screen and (min-width: 768px) and (max-width: 781px) {
.fixedheight-to-loader-home_section_2{
	height: 330px;
	position: relative;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.fixedheight-to-loader-home_section_1{
	height: 940px;
	position: relative;
}
.loaderh1 {
	top: 55%;
}
.vcelement_pagination{
	margin-top: 20px;
	margin-top: 10px;
}
.loadmorebtn {
    width: 100px;
}
}
@media only screen and (min-width: 571px) and (max-width: 767px) {
.fixedheight-to-loader-home_section_1{
	height: 2400px;
	position: relative;
}
.fixedheight-to-loader-home_section_2{
	height: 1380px;
	position: relative;
}
.loaderh1 {
	top: 50%;
}
.loader{
	top: 70%;
}
.vcelement_pagination{
	margin-top: 20px;
	margin-bottom: 10px;
}
}
@media only screen and (min-width: 520px) and (max-width: 570px) {
.fixedheight-to-loader-home_section_2{
	height: 1400px;
	position: relative;
}
}
@media only screen and (min-width: 420px) and (max-width: 519px) {
.fixedheight-to-loader-home_section_2{
	height: 1420px;
	position: relative;
}
}
@media only screen and (min-width: 420px) and (max-width: 570px) {
.fixedheight-to-loader-home_section_1{
	height: 2410px;
	position: relative;
}
.loaderh1 {
	top: 50%;
}
.loader{
	top: 70%;
}
.vcelement_pagination{
	margin-top: 20px;
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 419px) {
.fixedheight-to-loader-home_section_1{
	height: 1660px;
	position: relative;
}
.fixedheight-to-loader-home_section_2{
	height: 1005px;
	position: relative;
}
.loaderh1 {
	top: 50%;
}
.loader{
	top: 70%;
}
.vcelement_pagination{
	margin-top: 20px;
	margin-bottom: 10px;
}
.h3.margin-bottom-20 .nav-tabs>li>a{
	font-size: 14px;
	padding: 5px;
}
}

.pull-right .nav.nav-tabs li.dropdown:hover, .pull-right .nav.nav-tabs li.dropdown:focus{
	background: transparent;
}
.pull-right .nav.nav-tabs .dropdown.open>a, .pull-right .nav.nav-tabs .dropdown.open>a:focus, .pull-right .nav.nav-tabs .dropdown.open>a:hover{
    background-color: transparent;
    border-color: transparent;
}
.pull-right .nav.nav-tabs .dropdown-menu>li {
    padding: 5px 0px;
	text-transform: capitalize;
}
.pull-right .nav.nav-tabs .dropdown-menu>li:first-child{
	padding-top: 10px;
}
.pull-right .nav.nav-tabs .dropdown-menu>li:last-child {
	padding-bottom: 10px;
}
.pull-right .nav.nav-tabs .dropdown-menu>li>a:hover {
	background: #fff;
	color: #33ccff;
}
.pull-right .nav.nav-tabs .dropdown-menu{
	font-size: 12px;
	border: 1px solid #ddd;
}
.nav-tabs .dropdown-menu {
    min-width: 130px;
    margin-left: -64px;
}

.popular-posts article:last-child {
    margin-bottom: 0;
}
.video-posts article:last-child {
    margin-bottom: 0;
}
.featured-posts article.style4:last-child {
     padding-bottom: 0!important;
}

.home_sec_one_addon_1 .mini-posts article:last-child {
    margin-bottom: 0px;
	padding-bottom: 0px;
}
.home_sec_one_addon_1 .mini-posts article.style2 .beforethumbnail:last-child {
    margin-bottom: 0px!important;
	padding-bottom: 0px;
}
.home_sec_three .mini-posts article:last-child {
    margin-bottom: 0px;
	padding-bottom: 0px;
}
.home_sec_three .mini-posts article.style2 .beforethumbnail:last-child {
    margin-bottom: 0px!important;
	padding-bottom: 0px;
}
.home_sec_one_addon_2 article.style2:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.home_sec_one_addon_2 article.style2 .beforethumbnail148:last-child {
    margin-bottom: 0px!important;
	padding-bottom: 0px;
}

.home_sec_six_addon_3 .sixstyle3part1 article {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.home_sec_six_addon_3 .sixstyle3part2 article {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.home_sec_six_addon_3 .mini-posts article.style2:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.home_sec_four_addon_1 .section5 article.style3 {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}
.home_sec_four_addon_1 .section5 article.style4:last-child {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.home_sec_four_addon_3 article.style4:last-child {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}
.home_sec_four_addon_5 article.style4 {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.home_sec_two_addon_1 .loadarticle article.style2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*Added by Mazharul to solve Menu Responsive Issues*/
@media only screen and (max-width: 390px){
.header .search-trigger, .header .login {
    display: none;
}
.header .navbar-header {
    width: 256px;
	
}
.header .navbar-brand{
	height: auto;
    padding: 25px 5px;
}
.navbar-toggle{
	margin-right: 3px;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
.header.header3 .navbar-nav>li>.dropdown-menu, .header.header4 .navbar-nav>li>.dropdown-menu, .header.header6 .navbar-nav>li>.dropdown-menu{
    margin-top: 0;
}
.header.header3 .navbar-nav {
    margin: 0;
}
.header.header5 .nav-dark .megamenu .dropdown-menu {
    top: 47px;
}
.header.header4.header5 .nav-dark .navbar-nav{
	width: auto;
}
.header.header3 .megamenu .dropdown-menu {
    top: 50px;
}
.header.header3.header5.header6 .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
	position: initial;
}
.header.header3.header5.header6 .navbar-nav .megamenu > .dropdown-menu {
	margin: 0 -15px;
}
}

/* This Section of CSS is to make toggle menu for Header Style 1 between 768px - 992px device*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
.header.header2 .menu-tabs.megamenu > .dropdown-menu .row > .col-md-9 {
    background: none;
	overflow: hidden;
}
.header.header2 .header-post h4{margin-bottom: 10px;}
.header.header2 .megamenu .dropdown-menu {
	top: 100px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.header.header2 .menu-tabs .col-md-3, .header.header2 .tab-contents .col-md-3 {
    width: 100% !important;
}

.header.header2 .megamenu .dropdown-menu .col-md-3 {
    width: 100%;
}
.header.header2 .navbar-toggle {
	position: relative;
	float: right;
	padding: 0;
	margin-top: 43px;
	margin-right: -5px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent !important;
	border-radius: 0;
	background: transparent !important;
}

.header.header2 .navbar-header {
    float: left;
    margin: 0;
    width: calc(100% - 80px);
}

.header.header2 .navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		position: absolute;
		top: 100px;
		background: #fff;
		z-index: 7777;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 !important;
	}

.header.header2 .navbar-default .navbar-nav > li > a {
    padding: 15px !important;
}
.header.header2 .dropdown-v1 .dropdown-menu {
	position: relative;
	top: 0px !important;
	left: 5%;
	z-index: 1000;
	float: left;
	min-width: 200px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	-moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
	box-shadow: 0 5px 10px rgba(24,24,24,.1);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 1;
	visibility: visible;
	width: 90%;
	box-shadow: none;
	margin-bottom: 16px;
}

.header.header2 ul li ul li.menu-item-has-children > a::after {
    content: "\f107";
}
.header.header2 .navbar-collapse {
    max-height: calc(100vh - 160px);
}

.header.header2 h4 {
		font-size: 18px;
	}
.header.header2 .navbar-toggle {
    display: block !important;
}
.header.header2 .navbar-collapse.collapse {
    display: none!important;
    overflow: hidden!important;
}
.header.header2 .navbar-collapse.collapse.in {
    display: block!important;
}
.header.header2 .navbar-default .navbar-nav > li > a {
    padding: 15px !important;
}
.header.header2 .navbar-nav>li>a {
    line-height: 20px;
	width: 100%;
}
.header.header2 .nav>li>a {
    display: block;
    position: relative;
}
.header.header2 .megamenu > .dropdown-menu li ul.tabs-menu li {
    padding: 0;
}
.header.header2 .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.header.header2 .megamenu > .dropdown-menu li {
    font-size: 15px;
    display: table;
    width: 100%;
    margin-bottom: 0;
    color: #222222;
    line-height: 36px;
}
.header.header2 .dropdown-v1 .dropdown-menu{
	visibility: visible;
}
.header.header2 .dropdown-v1 .dropdown-menu {
    position: relative;
    top: 0px !important;
    left: 5%;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(24,24,24,.1);
    -moz-box-shadow: 0 5px 10px rgba(24,24,24,.1);
    box-shadow: 0 5px 10px rgba(24,24,24,.1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    opacity: 1;
    visibility: visible;
    width: 90%;
    box-shadow: none;
    margin-bottom: 16px;
}
.header.header2 .dropdown-menu {
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}
.header.header2 .dropdown-v1 .dropdown-menu > li > a {
    display: block;
    padding: 0px 14px;
    clear: both;
    line-height: 38px;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
}
.header.header2 ul.dropdown-menu .active>a {
    background: #fff!important;
}
.header.header2 .navbar-collapse.in {
    overflow-y: auto !important;
}
.header.header2 .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    position: absolute;
    top: 100px;
    background: #fff;
    z-index: 7777;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
}
.header.header2 .dropdown-v1 > .dropdown-menu{
	display: none !important;
}
.header.header2 .dropdown-v1.open > .dropdown-menu, .header.header2 .megamenu.open > .dropdown-menu{
	display: block !important;
	-webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.header.header2 .yamm-content .vc_column_container {
    width: 100%;
}
.header.header2 .navbar-nav>li {
    width: 100%;
}

.header.header2 .megamenu > .dropdown-menu li {
	border-bottom: none;
}
.header.header2 .megamenu > .dropdown-menu .widget_nav_menu li {
	border-bottom: 1px solid #eeeeee;
}
.header.header2 .hidden-xs, .header.header2 .header-post a, .header.header2 .date {
    display: none!important;
}
.header.header2 .header-post h4 a{
    display: block!important;
}
.header.header2 .megamenu > .dropdown-menu .yamm-content h4{
    border-bottom: 1px solid #eeeeee;
}
.header.header2 .megamenu > .dropdown-menu .yamm-content h4 a{
    margin: 5px 0;
	font-weight: 300;
}
.header.header2 .megamenu > .dropdown-menu h2{
	padding: 0;
}
.header.header2 .yamm-content .vc_column_container:first-child {
    padding-top: 0;
}
.header.header2 .yamm-content .vc_column_container {
    padding-top: 20px;
}
}

@media only screen and (min-width: 993px) {
.header.header2 .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.header.header2 .navbar-toggle {
    display: none !important;
}
}
/*END This Section of CSS is to make toggle menu for Header Style 1 between 768px - 992px device*/
.class1_for_noimage{
	margin-top: -5px !important;
}
.blog-single .class2_for_noimage {
    border-top: 1px solid #eeeeee !important;
}
.thetabpanel .nav.nav-tabs.nav-justified{
	padding-left: 0;
    padding-top: 1px;
	margin: 0;
}
.thetabpanel .nav-tabs.nav-justified > li > a{
	padding: 2px 23px;
	color: #00bcd4;
	border-color: #b6c6c9;
	margin-bottom: -2px;
}

/** 7 NOV **/
.single .blog-single p a {
    color: #0080ce;
	font-weight: 700;
}
.single .blog-single p a:hover {
    color: #0080ce;
	text-decoration: underline!important;
}
.related_post_sec_for_post_category article:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px!important;
}
.single .blog-single ul.list-style-check{
   padding-left:20px;
   text-indent:2px;
   list-style-position:outside; 
}
.single .blog-single .list-style-check li {
   list-style: none!important;
   margin-bottom: 7px;
}
.single .blog-single .list-style-check li:before {
	content: "\f00c"; 
	color: #0080ce;
	margin-left: -1em; 
	margin-right: .100em;
	font-family: FontAwesome;
	display: inline-block;
	width: 25px; 
}

.single .blog-single ul.list-style-star{
   padding-left:20px;
   text-indent:2px;
   list-style-position:outside; 
}
.single .blog-single .list-style-star li {
   list-style: none!important;
   margin-bottom: 7px;
}
.single .blog-single .list-style-star li:before {
	content: "\f005"; 
	color: #0080ce;
	margin-left: -1em; 
	margin-right: .100em;
	font-family: FontAwesome;
	display: inline-block;
	width: 25px; 
}
.single-post .wpb_text_column p:first-child {
margin-top: 0;
}
@media only screen and (max-width: 767px) {
.megamenu > .dropdown-menu li {
	border-bottom: none;
}
.megamenu > .dropdown-menu .widget_nav_menu li {
	border-bottom: 1px solid #eeeeee;
}
.header-post a, header .date {
    display: none!important;
}
.header-post h4 a{
    display: block!important;
}
.megamenu > .dropdown-menu .yamm-content h4{
    border-bottom: 1px solid #eeeeee;
	padding: 0 15px;
}
.megamenu > .dropdown-menu .yamm-content h4 a{
    margin: 5px 0;
	font-weight: 300;
}
.megamenu > .dropdown-menu h2{
	padding: 0;
}
.yamm-content .vc_column_container:first-child {
    padding-top: 0;
}
.yamm-content .vc_column_container {
    padding-top: 20px;
}
.dropdown-v1.open > .dropdown-menu, .megamenu.open > .dropdown-menu{
	display: block !important;
	-webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.post-nav .text-right i, .post-nav .text-left i {
    font-size: 25px;
}
.post-nav2 h3 {
	font-size: 20px;
	line-height: 24px;
}
/*Only for Header Style 1 for max 767px device*/
.header.header2 .navbar-nav > li > a span, .header.header2 .navbar-nav > li > a span {
    margin-left: 4px;
    font-size: 14px;
    float: right;
}
.header.header2 .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 50px;
	border-bottom: none;
}
.header.header2 .megamenu .widget_nav_menu li a, .header.header2 .megamenu .tabs-menu li a {
    padding: 5px 15px 5px 50px;
	border-bottom: none;
}
.header.header2 .megamenu > .dropdown-menu h2 {
    padding: 0px;
    padding-left: 35px;
}
.header.header2 .megamenu > .dropdown-menu li {
    padding: 0 0 0 10px;
}
.header.header2 .megamenu > .dropdown-menu .yamm-content h4 {
	border-bottom: none;
}
.header.header2 .megamenu > .dropdown-menu .yamm-content h4 a {
    padding: 0 50px;
}
/*END Header Style 1 for max 767px device*/
}
.post_block_1 ul.nav-tabs a, .post_block_6 ul.nav-tabs a{
	text-transform: none;
}
.home_sec_one_addon_1 .fixedheight-to-loader-home_section_1 article.sectiononestyle1.style-alt{
	margin-bottom: 0;
}
.style2.main_blog .generalstyle {
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: none;
    height: 231px;
    position: relative;
    width: 1;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin-left: 0;
}
@media screen and (max-width: 600px){
#wpadminbar {
    position: fixed;
}
}
.pantograph-make-border{	
	padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.pantograph-bknews-border{
	box-shadow: 0 0 1px #cccccc;
}
.post-template-default.single-post h1, .post-template-default.single-post .h1 {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -0.01em;
	padding-bottom: 10px;
	padding-right: 20px;
}
.one-column-title-overlay-transparent article.style3 .post-excerpt{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 11;
    width: 70%;
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
.one-column-title-overlay-transparent article.style3 .post-excerpt h1.h1 {
    margin-top: 15px!important;
    margin-bottom: 0 !important;
    font-size: 26px !important;
    line-height: 38px !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    color: #fff;
    font-family: 'Lato',sans-serif;
}
.one-column-title-overlay-transparent article.style3 .h1.text-white a,
.one-column-title-overlay-transparent article.style3 .meta span,
.one-column-title-overlay-transparent article.style3 .meta,
.one-column-title-overlay-transparent article.style3 .h1.text-white a,
.one-column-title-overlay-transparent article.style3 .meta span,
.one-column-title-overlay-transparent article.style3 .meta,
.one-column-title-overlay-transparent .blog-single h1.h1{
	color: #fff;
}
.category-template-cat_templatesone-column-title-overlay-transparent-php .one-column-title-overlay-transparent .post-thumb{
	margin-bottom:15px;
}