/*
 *
 * Here are a few needed CSS additions to integrate bootstrap truly into WordPress,
 * We kept this slim as possible. Try to avoi any overwriting if not really needed.
 */


/* First fixing the dropdown menu.
 * Most stuff is handled by the walker, but some styles need to be added too.
 * Here we are removing the ">" from the original bootstrap styles, so it works for 2nd and 3rd level dropdown too..
 * (actually not cool to use more than 1 level dropdown, but if YOU or your users want to do this, it won't break the layout now ;)  */ 
.dropdown-menu li a {
	display: inline;
	padding: 3px 10px;
	margin-right: 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
	width: 100%;
	-webkit-transition: all .24s ease-in-out !important;
  -moz-transition: all .24s ease-in-out !important;
  -o-transition: all .24s ease-in-out !important;
  -ms-transition: all .24s ease-in-out !important;
}
/* Fix nav on hover */
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
.dropdown-menu ul { list-style: none; }
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: transparent;
	margin-left: 5px;
	margin-right: 5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
}
.navbar-nav>li>.dropdown-menu { border-radius: 0; }
/* Make third tier visible */
.site-navigation ul.nav ul ul {
  margin: -30px 0 0 96%;
}
.navbar.navbar-default {
  position: relative;
  min-height: 30px;
  margin-bottom: 0;
  border-radius: 0;

}
.navbar-default .navbar-nav>li>a {
  display: inline-block;
  padding: 8px 15px;
}
.navbar {
    border: none; 
}
.main-nav li:before {
  padding: 8px;
}
.main-nav .navbar-nav>li:before {
  display: block;
  font-size: 145%;
  text-align: center;
  opacity: 0.6;
}
.main-navigation-sticky {
  z-index: 99;
}
.site-navigation .container-fluid, .site-navigation .boxed-style-site{
  border-bottom:3px solid;
}
#top-menu :before {
  margin-left: 8px;
}
#top-menu.navbar-nav>li {
  border-left: 1px solid rgba(56, 56, 56, 0.46)!important;
}
#top-menu.navbar-nav>li:first-child {
  border-left: 0!important;
}
.topbar-text {
  padding: 5px;
}
.main-nav .site-navigation-inner.col-sm-12, .collapse {
  padding: 0;
}
.navbar-default .navbar-nav>li>ul>li.menu-item-has-children>a:after   {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}
.navbar-nav>li:hover, .navbar-nav>li.current-menu-item {
  border-bottom: 3px solid;
  margin-bottom: -3px;
}
@media only screen and (max-width: 768px) {
.site-header-inner {
  text-align: center;
}
}
#menu li:before {
  font-size: 20px;
  padding: 10px 10px 10px 20px;
  float: left;
}
.mm-listview > li > a, .mm-listview > li > span {
  display: inline-block;
}
.mm-listview .mm-next {
  width: 65px;
}
.menu-bar {
  position: absolute;
  right: 75px;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 50px !important;
  font-weight: bold;
}
@media (min-width: 768px){
.menu-bar{
  display: none;
} }
/* Better positioned the Responsive menu plugin's responsive menu button */
#click-menu .threeLines {
margin-top: 10px !important;
} 
.container.top-nav, .container.main-nav {
  padding: 0;
}
.container-fluid.top-nav, .container-fluid.main-nav {
  padding: 0;
}
.navbar.navbar-top {
  min-height: 20px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
.navbar-top .navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-top .nav>li>a {
  padding: 5px 10px;
}
.sidebar .nav>li>a, .footer-inner .nav>li>a{
  display: inline-block;
  padding: 3px 0;
}
.sidebar .nav>li>a:hover, .sidebar .nav>li>a:focus, .footer-inner .nav>li>a:hover, .footer-inner .nav>li>a:focus {
  background-color: transparent;
}
p.lead {
    margin: 0;
}
.container { 
  box-shadow: 3px 0 2px -4px #222 , -3px 0 2px -4px #222; 
 -moz-box-shadow: 3px 0 2px -4px #222, -3px 0 2px -4px #222; 
-webkit-box-shadow: 3px 0 2px -4px #222, -3px 0 2px -4px #222;
  padding-bottom: 15px; 
  padding-top: 15px;
}
.container-fluid { 
  padding-bottom: 40px; 
  padding-top: 35px;
}
.wide-style {
  margin: 0 auto;
  
}
.featured-thumbnail {
  position: relative;
  margin-bottom: 10px;
}

.blog-grid.big .featured-thumbnail{
  padding: 0;
}
/* Header social buttons */
.top-social{
  padding: 5px;
}
.social-links li {
    display: inline;
}
a.header-social, #search-button {
  float: right;
}
a.header-social i, #search-button i{ 
  padding: 0 3px;
  opacity: 0.7;
}
a.header-social :hover, #search-button { 
  opacity: 1;
}
#search-button {
  cursor: pointer;
}
#search-bar {
	display: none;
	padding: 5px;
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 6000;
}
#search-bar input.search-submit{
	display: none;
}

/* Image Navigation */
.image-navigation .nav-previous {
  float: left;
}
.image-navigation .nav-next {
  float: right;
}
nav#nav-below {
  clear: both;
}
.entry-content-text {
  
}
/* Titles */
.page-title  {

}
.page-title h2 {
  padding-bottom: 10px;
  display:inline-block;
  position: relative;
}
.page-title a:before {
  content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:-1px; 
    width:100%; 
    height:1px;                          
    background:#000;
}


/* Widgets */
.widget-title, .postauthor-title, .related-posts-title, .comments-title {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid;
}
.widget-title h3, .postauthor-title h3, .related-posts-title h3, .comments-title h3 {
  float: left;
  padding: 0 10px 8px 0;
  margin: 0;
  border-bottom: 1px solid;
}
.widget-line {
  height: 12px;
  overflow: hidden;
  margin-top: 6px;
}

/* Post author */
.postauthor-container, .related-posts {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.postauthor-content {
  clear: both;
}
.postauthor img{
  float: left;
  margin-right: 15px;
}

/* Related posts */

.related-posts li {
  list-style-type: none;
  margin-bottom: 10px;
}
.related-posts ul {
  margin-left: -15px;
  padding: 0;
  margin-right: -15px;
  clear: both;
}
.related-posts .meta {
  font-size: 80%;
  opacity: 0.8;
}

/* Article */
.home-article {
  margin-bottom: 5px;
}
.blog-grid:nth-child(2n) {
    clear: both;
}
@media only screen and (max-width: 768px) {
.home-article {
  padding-left: 15px;
}
.home-article .page-title{
  padding-top: 10px;
}
}
.home-article .page-title, .home-article .entry-summary, .home-article .entry-meta-home {
  padding-right: 10px;
}
.entry-summary, .page-title  {
  margin-bottom: 6px;
}
h1.page-title {
  margin-top: 10px;
}
.home-category {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 80%;
  font-weight: bold;
}
.home-category a, .home-category a:hover{
  color: #fff;
}

  
/* Meta Icons */
.theauthor, .thetime, .comments-link, .post-views, .cat-list, .byline .author{
  padding-right: 6px;
}
.entry-meta, .entry-meta-home {
  font-size: 75%;
  opacity: 0.9;
  margin-bottom: 5px;
}
.theauthor:before, .byline .author:before {
  font-family: 'FontAwesome';
  content: "\f007";
  padding-right: 3px;
}
.thetime:before, .posted-on:before {
  font-family: 'FontAwesome';
  content: "\f017";
  padding-right: 3px;
}
.comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e6";
  padding-right: 3px;
}
.post-views:before {
  font-family: 'FontAwesome';
  content: "\f06e";
  padding-right: 3px;
}
.cat-list:before {
  font-family: 'FontAwesome';
  content: "\f07c";
  padding-right: 3px;
}

/* Tags */
.tagtext {
  margin-right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  padding: 3px 8px;
}
.tagtext:before {
  font-family: 'FontAwesome';
  content: "\f02c";
  padding-right: 3px;
}
.tagcloud-single a, .tagcloud-single a:hover {
  padding: 3px 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

/* Tags */
.source-single {
  margin-bottom: 5px;
}
.sourcetext {
  margin-right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  padding: 3px 8px;
  margin-bottom: 5px;
}
.sourcetext:before {
  font-family: 'FontAwesome';
  content: "\f064";
  padding-right: 3px;
}

a.sourcelink, a.sourcelink:hover {
  padding: 3px 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
/* videos */
.single_post iframe{
  	max-width: 100%;
}
.video-container {
  	position: relative;
  	padding-bottom: 56.25%;
  	padding-top: 30px;
  	height: 0;
  	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

/* Hower css */
.hover {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  opacity: 0;
}
.featured-thumbnail:hover .hover {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.hover-icons {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 1px;
  padding: 8px;
  position: absolute;
}
.featured-thumbnail:hover .hover-icons {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  color: #fff;
  border: 3px solid #FFF;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}
.blog-grid .featured-thumbnail .hover, .blog-grid-post .featured-thumbnail .hover, .post-views-block .featured-thumbnail:hover .hover{
  left: 0;
  right: 0;
}
.in-pic .featured-thumbnail:hover .hover-icons, .cat-small .featured-thumbnail:hover .hover-icons{
  margin-top: -12px;
  margin-left: -12px;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid #FFF;
}
.in-pic .hover-icons, .cat-small .hover-icons{
  padding: 4px;
}
.hover2 {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  background-color: black;
  right: 100%;
  bottom: 50%;
}
.blog-grid .featured-thumbnail .hover2, .blog-grid-post .featured-thumbnail .hover2, .carousel-widget .featured-thumbnail .hover2, .in-pic .featured-thumbnail .hover2, .post-views-block .hover2{
  left: 0;
}
.blog-grid .featured-thumbnail:hover .hover2, .blog-grid-post .featured-thumbnail:hover .hover2, .carousel-widget .featured-thumbnail:hover .hover2, .in-pic .featured-thumbnail:hover .hover2, .post-views-block .featured-thumbnail:hover .hover2{
  right: 0;
  left: 0;
}
.hover2-icons {
  font-size: 16px;
  color: #fff;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  left: 12px;
}
.featured-thumbnail .hover2, .featured-thumbnail .hover2-icons, .featured-thumbnail .hover, .featured-thumbnail .hover-icons {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}
.featured-thumbnail:hover .hover2 {
  opacity: 0.6;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin-top: 0;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  -ms-transition: all .9s ease-in-out;
}
.featured-thumbnail:hover .hover2-icons  {
  left: 50%;
  margin-left: -17px;
  top: 50%;
  font-size: 34px;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  -ms-transition: all .9s ease-in-out;
}
.hover-none, .hover-none-icons  {display: none;}

.cat-small .hover2, .in-pic .hover2 {
  padding: 15px;
  margin-top: -15px;
}
.cat-small .hover2-icons, .in-pic .hover2-icons {
  font-size: 12px;
  left: 10px;
  margin-top: -11px;
  line-height: 20px;
}
.cat-small .featured-thumbnail:hover .hover2-icons, .in-pic .featured-thumbnail:hover .hover2-icons {
  left: 50%;
  margin-left: -12px;
  opacity: 0.9;
  top: 50%;
  font-size: 24px;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  -ms-transition: all .9s ease-in-out;
}

/* Breadcrumbs */
.container.breads, .container-fluid.breads {
    padding: 25px 0;
}
#breadcrumbs{
    list-style:none;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-weight:400;
}
.breadcrumbs-inner {
    float: right;
}
.breads {
    background-image: url('../../images/bread-shadow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bread-titles {
    font-size: 20px;
    padding: 0;
}
/* Image fit */
img.wp-post-image {
  width: 100%;
}

/* Tag template */
ul.tag-list {
  list-style-type: none;
  padding: 0;
}
span.tag-count {
  margin-left: 10px;
}


.template-content h1.page-title {
  padding: 0 15px;
}
.page-title h2{
  margin: 0 ;
}
.loginbox.template-content h1.page-title {
  padding: 0;
}

/* Sitemap template */
.sitemap-feeds {
  line-height: 26px;
}
.sitemap-feeds h3 {
  float: left;
  margin-top: 0;
}
.sitemap-feeds a {
  margin-left: 15px;
}
.all-feeds-blog li {
  padding-left: 0;
  padding-right: 18px;
}

/* Category template */
.template-category ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.template-category h1.page-title {
    padding: 0;
}
.template-category li {
    margin-bottom: 20px;
}
/* Footer */
.site-footer .container, .container-fluid.footer-top, .container-fluid.info-bottom {
  border-top: 6px solid;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-widgets {
  padding-top: 15px;
}

.boxed-style-site .site-info, .container-fluid.info-bottom {
  padding: 15px;
  border-top: 1px solid rgba(137, 137, 137, 0.5);
}

/* Tables */
.entry-content table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: separate;
    margin-bottom: 1.5em;
}

.entry-content table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}

.entry-content table td,
.entry-content table th {
    padding: .4em;
    text-align: left;
    border-right: 1px dotted #eee;
}

.entry-content table thead th {
    background: rgba(0, 0, 0, 0.7);
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    padding: 0.7em .4em;
    vertical-align: middle;
    color: #fff;
}
.entry-content table tbody th {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.entry-content table tbody td {
    border-bottom: 1px solid #eee;
}

.entry-content table tr th:last-child,
.entry-content table tr td:last-child {
    border-right: 0;
}

.entry-content table tbody tr:last-child td,
.entry-content table tbody tr:last-child th {
    border-bottom: 0;
}

/* The comparsion table */
.table-bordered {
    width: 100%;
    border: 0;
    border-top: 1px solid #ededed;
    margin: 0 0 20px
}
.table-bordered thead th {
    line-height: 1;
    height: 80px;
    width: 1%;
    border-right: 1px solid #ededed;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.table-bordered thead th:first-child {
    border-left: 1px solid #ededed
}
.table-bordered thead th:nth-child(1) {
    background: transparent;
    color: #2f2f2f;
}
.table-bordered thead th:nth-child(2) {
    background-color: #eaeaea;
    color: #2f2f2f
}
.table-bordered thead th:nth-child(3) {
    background-color: #f47d38;
    color: #fff
}
.table-bordered tbody .custom-higlight {
    background-color: #8e8e8e!important;
    color: white;
    height: 50px;
}
.table-bordered tbody td {
    padding: 10px 20px;
    font-size: 13px;
    border-right: 1px solid #ededed;
    text-align: center;
}
.table-bordered tbody th {
    padding: 10px 20px;
    font-size: 15px;
    border-right: 1px solid #ededed;
    font-weight: normal;
}
.table-bordered tbody td:first-child {
    border-left: 1px solid #ededed
}
.table-bordered tbody tr:nth-child(2n+1) {
    background-color: #f4f4f4
}
.table-bordered tbody tr:nth-child(2n+2) {
    background-color: #ffffff
}
table.table-bordered a {
    padding: 5px 20px;
    background-color: #f47d38;
    color: white;
}

/* Comments */
#respond label {
  width: 30%;
}
#respond input {
  width: 69%;
}
input#commentsubmit {
  width: 100%;
}

/* Home Widgets */
.cat-esc {
  text-transform: uppercase;
  float: right;
}
.cat-esc:after, .read-more:after {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-left: 5px;
}
.widget-footer {
  padding: 5px 0;
  border-top: 1px solid;
  margin-top: 10px;
  overflow: hidden;
}





/* Single page Content slider */
#slidebox{
    max-width: 350px;
    height: auto;
    padding: 10px;
    border-top: 4px solid;
    position: fixed;
    bottom: 60px;
    right: -380px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    z-index: 99;
}
@media only screen and (max-width: 990px) {
#slidebox {
  display: none;
}
}
#slidebox .slidebox-header{
    font-size: 110%;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom: 5px;
    margin-right: 20px;
}
#slidebox .slidebox-recomended{
    text-transform:uppercase;
    margin-bottom: 5px;
    clear:both;
    font-weight: bold;
}
#slidebox .slidebox-title{
    text-transform:uppercase;
    font-weight: bold;
}
.slidebox-thumb img {
  max-width: 80px;
  float: left;
  margin-right: 10px;
}
a.close-me{
    font-size: 13px;
    position:absolute;
    cursor:pointer;
    top:0;
    right:0;
    color: #fff;
    padding: 0px 8px 2px 8px;
}
a.close-me:hover{
    color: #000;
}
a.close-me:after {
  font-family: 'FontAwesome';
  content: "\f00d";
}


/* Back to top */
#back-top {
	position: fixed;
	bottom: 0;
	right: 10px;
  z-index: 999;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
  opacity: 0.7;
}
#back-top a:hover {
	opacity: 1;
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#back-top span:before {
	font-family: 'FontAwesome';
  content: "\f106";
  line-height: 40px;
  font-size: 25px;
  color: #fff;
}

/* Ajax loading */
.loading.true  {
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 999;
} 
.loading.true:after  {
	font-family: 'FontAwesome';
  content: url('../../images/loading.gif');
  color: #fff;
  margin-top: -50px;
  margin-left: -50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.post-nav {
  position: absolute;
  top: 0;
  padding-left: 5px;
  margin: 0;
  right: 0;
}
.post-nav .pager, .post-nav ul{
  margin: 0px;
} 
.post-nav .active {
  font-weight: bold;
}
.widget-content{
  position: relative;
} 



/* Homepage Blog Block */
.blog-inner {
  margin: 25px 0;
}
.blog-inner:nth-child(2n+1) { 
  clear: left;
}
.row-equal [class="col-md-6"]:nth-child(2n+1) {
  clear: left;
}
.section-all {
  text-align: center;
  clear: both;
}
.section-all-button {
  font-size: 110%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px 10px;
}
.section-all-button:after {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-left: 5px;
}




/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Homepage Blocks titles */
.home-section-header {
  overflow: hidden;
}
.home-section-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
.home-section-desc {
  font-size: 18px;
  line-height: 25px;
}
.home-section-line {
  position: relative;
  max-width: 150px;
  padding: 15px;
}
.home-section-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.home-section-all-button .button {
    max-width: 100%;
    margin-top: 20px;
    background-color: #646464;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    float:right;
}
.home-section-all-button .button:hover {
    background-color: #fff;
    color: #2f2f2f;
    cursor: pointer;
}


.home-section-header-alt {
    width: 100%;
    display: inline-block;
    background-color: #F47D38;
    position: relative;
    padding-left: 65px;
    margin: 25px 0;
    clear:both;
}
.home-section-title-alt {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  float: left;
  padding-right: 15px;
}
.home-section-desc-alt {
    font-size: 20px;
    line-height: 35px;
    float: left;
    margin-top: 5px;
}
.home-section-icon {
    padding-left: 5px;
    position: absolute;
    left: -10px;
    top: -12px;
    font-size: 36px;
    background-color: #fff;
    color: #000!;
    padding: 10px;
    border: 4px solid;
    border-radius: 50%;
}


/* themes Template */
.lazy {
    display: none;
}
.featured-thumbnail.themes-thumb {
    height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.themes-thumb img {
    position: absolute;
    transition: top 3s ease-out 0s; 
    top: 0;
    width: 100%;
}



.home-themes article {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
.home-themes .page-title {
    text-align: center;
}
.themes-block { 
  clear: both;
}
.home-section .themes-inner:nth-child(4n+1) { 
  clear: left;
}
.archive-themes .themes-inner:nth-child(3n+1) { 
  clear: left;
}
@media only screen and (max-width: 892px) {
.home-section .themes-inner:nth-child(4n+1) { 
  clear: none;
}
.home-section .themes-inner:nth-child(3n+1) { 
  clear: left;
}
}
.theme-source {
    position: relative;
    min-height: 40px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 110%;
    color: #313030;
}
.theme-links { 
    position: absolute;
    bottom: -30px;
    opacity: 0;
    padding: 5px 5px 5px 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.themes-inner:hover .theme-links{
    bottom: 0;
    opacity: 1;
}
a.afil-url .fa, a.afil-demo .fa {
    margin-right: 5px;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}
a.afil-url, a.afil-demo {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 4px 15px;
    border: 2px solid transparent;
    background-color: #ff6c00;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
a.afil-url.col-md-6, a.afil-demo.col-md-6 {
    max-width: 45%;
}
a.afil-url:hover, a.afil-demo:hover {
    border-color: #ff6c00;
    background-color: transparent;
    color: #ff6c00;
}
a.afil-url:hover .fa, a.afil-demo:hover .fa{
    margin-right: 15px;
}
.afil-url {
    margin-right: 10%;
}
.afil-url.single-url {
    max-width: 100%;
}
.themes-cat-list a {
    font-size: 13px!important;
    opacity: 0.7!important;
    padding-right: 5px;
    text-transform: capitalize;
    color: black;
    letter-spacing: -1px;
}
.themes-cat-list {
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.themes-inner:hover .page-title a:before {
    left: 25%;
    width: 50%;
}
.page-title a:before{ 
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active, .dot-irecommendthis {
    margin: 0!important;
    position: absolute;
    top: 0;
    right: 0;
} 

.theme-links-single {
    text-align: center;
    padding: 0;
    margin: 10px 0;
}
.theme-links-single a.afil-url, .theme-links-single a.afil-demo {
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
}
.theme-links-single a.afil-url:hover, .theme-links-single a.afil-demo:hover {
    border-color: #ff6c00;
    background-color: #fff;
    color: #ff6c00;
}

/* Single Theme */
#blog-tags a {
    font-size: 14px !important;
    width: 20%;
    padding: 5px;
    float: left;
    text-transform: capitalize;
    letter-spacing: -1px;
    opacity: 0.3!important;
    line-height: 17px !important;
}
@media screen and (max-width: 768px) {
#blog-tags a {
  width: 33%;
}
}
#blog-tags{
    padding: 0;
}
#blog-tags a:before {
	font-family: 'FontAwesome';
  content: "\f00d";
  margin-right: 5px;
  color: #ED0000;
}
#blog-tags a.current-term:before {
	font-family: 'FontAwesome';
  content: "\f00c";
  color: #1BE701;
  margin-right: 5px;
}
#blog-tags a.current-term {
  opacity: 0.8!important;
}
.entry-content-thumbnail {
    height: 650px;
    overflow: hidden;
    width: 100%;
    position:relative;
    border: 2px solid #D2D2D2;
}

.entry-content-thumbnail img {
    position: absolute;
    top: 0;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    -ms-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
}


.entry-meta.therm a {
    margin-left: 10px;
    background-color: #F47D3E;
    color: #fff;
    padding: 5px;
}
/* Search filter */
.wpas-meta_novinky_theme_type-checkbox--container.wpas-meta_novinky_theme_type-checkbox-container.wpas-checkbox-container {
    width: 50%;
    float: left;
}
#wpas-search_query input#search_query {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 4px;
    height: 44px;
    border: 1px solid;
    padding: 10px;
}
.wpas-select {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
}

.wpas-field .field-container{
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
}
input.wpas-submit.button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #646464;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
}
input.wpas-submit.button:hover {
    background-color: #fff;
    color: #2f2f2f;
}


/* Search template home */
#wp-advanced-search {
    display: block;
}
.search-inner {
    text-align: center;
    padding: 50px;
    overflow: hidden;
}
.wpas-submits.button {
    width: 100%;
    margin-bottom: 30px;
    background-color: #646464;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
}
.wpas-submits.button:hover {
    background-color: #fff;
    color: #2f2f2f;
    cursor: pointer;
}
#wpas-load, #wpas-html {
    text-align: center;
}
button#wpas-load-btn {
    width: 100%;
}
img#wpas-loading-img {
    margin-left: 50%;
    margin-right: 50%;
}
.second-line li.cat-item {
    list-style-type: none;
    display: inline;
    margin-left: 2px;
}
.second-line li.cat-item:first-of-type {
    margin-left: 5px;
}
.second-line li.cat-item:after {
    content: ", ";
    margin-left: 0px;
}
.second-line li.cat-item:last-of-type:after {
    content: " ";
    margin-right: 5px;
}
h2.first-line {
    margin-bottom: 0;
    font-size: 40px;
}
.second-line {
    margin-bottom: 40px;
    font-size: 16px;
    opacity: 0.9;
}
ul.wpuf-form { padding: 0!important; }

.table.table-bordered tr td {
	text-align: center;
  vertical-align: middle;
}
i.red {
	color: red;
}
i.green {
	color: green;
}


a span.fa {
  font-size: 16px;
  line-height: 1.4;
  margin-right: 15px;
  color: #ffffff;
}
a.btn-class {
  background: #ff6c00;
  border: none;
  border-radius: 6px;
  padding: 10px 15px;
  margin-right: 10px;
}
a span.btn-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}


/* Shop template home */
.home-shop .featured-thumbnail.themes-thumb {
    height: 350px;
}
@media (min-width: 992px) {
  .home-shop .themes-inner:nth-child(3n+1) {
    clear: left;
  }
  .home-shop .themes-inner:nth-child(2n+1) {
    clear: none !important;
}
}
.home-shop .themes-inner:nth-child(2n+1) {
    clear: left;
}
.home-shop .themes-inner {
    margin-bottom: 20px;
}
.woo-article-home {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 15px;
}
.woo-article-home .page-title h2{
    text-transform: uppercase;
}
.woo-article-home .woo-links {
    padding: 0;
    text-align: center;
}
.woo-article-home .woo-excerpt {
    font-size: 13px;
    line-height: 17px;
    padding: 10px;
}
.woo-article-home .woo-links a.button, .woo-article-home .woocommerce button.button.alt {
    padding: 5px;
    font-size: 13px;
    max-width: 95%;
    line-height: 22px;
}
a.shop-url.detail-url.button {
    margin-bottom: 20px;
}
.woo-article-home .woo-links a.button:hover:after {
    margin-left: 10px;
}
.woo-article-home .woo-links a.shop-demo.button {
    padding: 3px;
}
.shop-link {
    padding: 0;
}
.desc-home-head {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    opacity: 0.8;
}
.desc-home-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
.demo-url {
    padding: 2px;
    font-size: 12px;
}
.demo-url a{
    color: #666;
    font-style: italic;
}
.home-shop-price {
    position: absolute;
    top: -40px;
    background: #F47D38;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    letter-spacing: -1px;
    border: 1px solid #fff;
    border-left: none;
}
.home-shop-sale {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 13px;
}
.home-shop-price i {
    font-size: 59%;
    margin-right: 5px;
}

/* Theme of the month */
.container-fluid.theme_month {
    padding: 0;
}
.theme-month-img {
    margin-top: -30px;
}
.theme_month a.button {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 35px;
}
.theme-month-title {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
}
.month-img {
    padding: 10px;
}


li.single-custom {
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    float: left;
}
span.freemium {
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 13px;
    color: white;
    vertical-align: middle;
    background-color: #FC0000;
    box-shadow: 2px 2px 6px #D6D6D6;
}
span.freemium i{
    margin: 0 5px 0 0;
}
.theme-features-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 105%;
}
.theme-features ul {
    padding-left: 25px;
}
.theme-features li {
    margin-bottom: 0px;
    list-style-type: initial;
}
.detail-link {
    display: inline-block;
    float: left;
    margin: 10px 15px 0 0; 
}

.theme-links-single .detail-link, .theme-links-single .woo-links a.button {
    margin: 0 0 10px 0;
}
.theme-links-single a.shop-url.button, .theme-links-single .woo-links.single-links a.shop-demo.button{
    width: 100%;
    display: inline-block;
}
a.shop-url.button {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
}
a.shop-url.button:after {
    font-family: 'FontAwesome';
    content: "\f178";
    margin-left: 5px;
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
a.shop-url.button.theme-download:after {
    content: "\f019";
}
.detail-link:hover a.shop-url.button:after{
    margin-left: 15px;
}
.single-custom i {
    margin-left: 5px;
    margin-right: 10px;
    opacity: 0.5;
}
.single-custom .title-counter {
    font-size: 17px;
    display: inline-block;
    float: left;
    margin-top: 30px;
}
.single-custom h2 a {
    text-shadow: 1px 2px 3px #E3E3E3;
}
.single-custom img {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

/* Newsletter plugin */

input.newsletter-submit {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #F47D38;
    padding: 5px;
    border: 0;
    font-weight: bold;
}
input.newsletter-email {
    width: 100%;
    padding: 5px;
}

/* Jetpack contact */
label.grunion-field-label.checkbox {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* BBpress plugin */

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: 1px !important;
}
span#subscription-toggle {
    margin-left: 20px;
}
.bb-tag-title {
    padding: 2px 1px 2px 4px;
    margin-right: 5px;
    border-radius: 2px;
}
span.resolved {
    color: #fff;
    background-color: #2a8b00;
}
span.in-progress {
    color: #191919;
    background-color: #d6d6d6;
}
span.theme-bug {
    color: #fff;
    background-color: #f00;
}
span.feature {
    color: #fff;
    background-color: #1bca03;
}
span.reply-needed {
    color: #fff;
    background-color: #01008b;
}
.bbp-submit-wrapper {
    width: 100%;
}

/* filter */

.head-filter {
    margin-bottom: 20px;
}
.themes-block a.btn.btn-default {
    border-color: #afafaf;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color:transparent;
}

/* Testimonial section */
#quote-carousel {
    padding: 0 10px 0 10px;
    margin-top: 0;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -20px;
}
#quote-carousel .carousel-control.right {
    right: -20px;
}
#quote-carousel .carousel-indicators {
    bottom: 0px;
    margin-right: -19px;
    margin-top: -150px;
}
#quote-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border-color: #f28e37;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-inner {
    min-height: 215px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding-bottom: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonial-star-rating .fa {
    color: #f28e37;
    margin-right: 2px;
    font-size: 20px;
}
.testimonial-star-rating {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
}
.testimonials-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.testimonial-name {
    font-weight: bold;
    text-transform: capitalize;
}

/* Pricing table */
 *,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.promos {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background: #0F1012;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #f9f9f9;
  text-align: center;
}
@media (min-width: 40em) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 1em 0 0;
  }
  .promo.first {
    border-right: none;
  }
  .promo.second {
    float: right;
    border-left: none;
  }
}
.promo h4 {
  margin: .25em 0 0;
  font-size: 170%;
  font-weight: normal;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;
  font-size: 250%;
  color: #f9f9f9;
}
.promo .price del {
    font-size: 60%;
    opacity: 0.8;
}
.promo .buy {
  margin: 1em 0 0;
}
.promo button {
  padding: 1em 3.25em;
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  cursor: pointer;
}
.promo button:hover {
  background: #27282b;
}

.scale button {
  background: #fff;
}
.scale button:hover {
  background: #d2d2d2;
}
@media (min-width: 40em) {
  .scale {
    transform: scale(1.2);
    box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: #f47d36;
  }
}
