/*

Theme Name: _tk

Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/

Author: ThemeKraft

Author URI: http://themekraft.com/

Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)

Version: 1.1.10

License: GNU General Public License v3.0 /

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into

the _s starter theme from Automattic, the guys behind WordPress.



_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap



Credits:



1. Bootstrap



 * Bootstrap v3.3.6 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)



 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)

 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c



2. wp_bootstrap_navwalker



* Class Name: wp_bootstrap_navwalker

* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker



3. Glyphicons



 * http://getbootstrap.com/components/



*/



/* My Minimal WordPress Styling comes here */



/* This is a small security for too long strings titles */

body {
	word-wrap: break-word;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Images and wp-captions should always fit and be responsive */

img {
	width: 100%;
	height: auto;
}
.mdocs-title-href img {
	max-width: 25px;
}
ol.hfeed.vcalendar {
	padding: 0;
}
.site-header-inner img {
	max-width: 100% !important;
	/* clear: both; */

	width: auto;
}
form.search-form {
	background: transparent !important;
}
img.avatar {
	width: auto;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
#bbpress-forums div.bbp-reply-author img.avatar {
	display: none;
}
#bbpress-forums div.bbp-reply-author br {
	display: none;
}
#bbpress-forums div.bbp-reply-author {
	padding-top: 10px;
}
#bbpress-forums div.reply {
	margin-bottom: 3px;
}
.post #bbpress-forums li.bbp-header, .post #bbpress-forums li.bbp-footer {
	display: none;
}
p.bbp-topic-description img {
	display: none;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}
/* WP Gallery */

.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
	max-width: 100%;
}
/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Content */

article#pagedata {
	background: #fff;
}
.main-content-inner {
	padding-bottom: 1.5em;
}
.main-content-inner > article {
	background: #fff;
	float: left;
	width: 100%;
	padding: 6px 30px 20px;
}
.page .submit-section {
	float: left;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	width: 100%;
}
.page input[type="submit"] {
	padding: 10px 30px;
	font-weight: bold;
	font-size: 16px;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
/* Clearing */

.clear {
	clear: both;
}
/* Navigation */



.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:active>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* Here some needed widget styles

 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
	margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.

 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
	display: none;
}
/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!

 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
	margin-left: 1.5em;
}
/**

* Some WP Theme Repository requirements

*/



.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.entry-meta {
	clear: both;
}
/*

 == Quick CSS styling tips ==



 You can start off in a rough direction with some minimal styles.

 See below for some tips. ;)





 == Want to have the whole site wrapped? ==



 Just fill the .container class with some background color to have a the whole site "wrapped".

 This works so easy because every main part is wrapped only once into a container class by bootstrap.

 Try out by decommenting the next line and go from there.



 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }





 == Want to wrap just the content and sidebar in Bootstrap style? ==



 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.

 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!





 == Infinite Scrolling by Jetpack ==

 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..



/* Globally hidden elements when Infinite Scroll is supported and in use.

 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */



/*

.infinite-scroll .page-links,

.infinite-scroll.neverending .site-footer {

	display: none;

}

*/



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */



/*

.infinity-end.neverending .site-footer {

	display: block;

}

*/



/* Hey, if you don't need my comments anymore, just delete me! :)  */



/*** Styles added by LifeInteractive***/

@font-face {
	font-family: "Ubuntu";
	src: url(theme-options/fonts/Ubuntu-R.ttf) format("truetype");
}
body {
	background: url("theme-options/img/bg_pattern.png");
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	font-size: 16px;
}
a {
	color: #0080c9;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}
/**** Header section ****/

.site-header {
	background: #FFFFFF;
	float: left;
	width: 100%;
}
.lead {
	clear: both;
	color: #7e7e7e;
	float: left;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -0.15px;
	line-height: 0.6;
	margin-bottom: -7px;
}
.site-header-inner {
	margin: 15px 0 0px 0;
}
/**** Navigation menu ****/

.sw-logo-text h1 {
	font-size: 11.3px;
	margin-top: -37px;
	margin-left: 108px;
	color: #7E7E7E;
	margin-bottom: 25px;
	font-weight: normal;
}
.navbar-brand {
	display: none;
}
.site-navigation {
	clear: both;
}
form#commentform {
	padding-bottom: 40px;
}
.site-navigation > .container {
	padding-right: 0;
}
.navbar {
	background: url("theme-options/img/nav_bg.jpg");
	border: 0 none;
	padding: 5px 0 0;
	margin: 0 auto;
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li {
	border-right: 1px solid #FFFFFF;
}
article h2.page-title {
	margin-top: 23px;
	line-height: 1.3;
	font-size: 25px;
}
article {
	padding-top: 0;
}
.navbar-default .search-form label {
	float: left;
}
.child-post-holder {
	background: #fff;
	padding: 0 27px;
	float: left;
	margin-top: -24px;
	margin-bottom: 20px;
}
.child-post-holder .child-post {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.child-post-holder h3 {
	line-height: 1.3;
}
.child-post-holder h3 a {
	color: #333;
}
.site-header-inner a {
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	float: none;
	padding: 0 12px;
	text-decoration: none;
	text-shadow: none;
	font-size: 15px;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:visited {
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #eee;
	text-decoration: none;
}
.navbar-default .navbar-nav > li:last-child {
border: 0;
display:none;
}
.navbar-default .navbar-nav {
	display: block;
	float: left;
	left: 0;
	margin: 9px 0px 0 0;
	position: relative;
}
.menu-item.current-menu-item a {
	font-weight: bold;/*background-color: transparent!important;*/

}
.navbar-default .navbar-nav > li > .dropdown-menu::before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	left: 9px;
	position: absolute;
	top: -7px;
}
.navbar-default .navbar-nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 10px;
	position: absolute;
	top: -6px;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px!important;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.dropdown-menu {
	list-style: outside none none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #F2F2F2;
	background-color: transparent!important;
}
.navbar-collapse::after {
	clear: none;
}
.navbar-toggle, .navbar-toggle:hover {
	background-color: #cb352c!important;
	background-image: none;
	border: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 9px 10px;
	margin-bottom: -1px;
	text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 0!important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-collapse {
	background: #cb352c;
	color: #ffffff!important;
	border: 0 none;
	padding: 0;
}
/**** Search section ****/

.search-submit {
	background: url("theme-options/img/search_icon.jpg") no-repeat !important;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	height: 32px;
	margin-right: 6px;
	width: 25px;
	text-indent: -9000em;
	background-color: #2290cf!important;
	float: left;
}
.search-submit:hover {
	background: transparent;
}
.search-submit:hover {
	/* background: transparent !important; */
	background: url("theme-options/img/search_icon.jpg") no-repeat !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	height: 32px;
	margin-right: 6px;
	width: 25px;
	text-indent: -9000em;
	background-color: #2290cf!important;
	float: left;
}
.page .search-submit {
	padding: 0 !important;
}
.search-form {
	float: right;
	margin: 2px 6px 0 0;
}
.search-form input.search-field {
	background: #454545;
	border: 0 none;
	border-radius: 0;
	color: #CCCCCC;
	margin-top: 0px;
	padding: 6px 8px 4px 8px;
	width: 190px;
	height: 32px;
}
.rtsp-btn {
	background-color: #2290CF;
	border: 0;
}
.rtsp-btn:hover {
	background: #2290CE;
	border: 0;
}
button.rtsp-btn {
	padding: 5px 11px 7px;
	border-radius: 0;
	float:right;
/* float right added by Antony */
}
/**** Main content area *****/

.post {
	background: #FFFFFF;
	margin-bottom: 14px;
	padding: 8px 25px 25px;
	float: left;
	position: relative;
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-title a {
	color: #333333;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
}
.entry-meta {
	color: #444444;
	float: left;
	line-height: 15px;
	font-size: 13px;
	width: 100%;
	border: solid #e5e5e5;
	border-width: 1px 0 1px 0;
	padding: 5px 0 4px;
}
.entry-content {
	color: #444444;
	float: left;
	line-height: 24px;
	padding-top: 24px;
	width: 100%;
}
.posted-on {
	background: url("theme-options/img/post_time_icon.png") no-repeat;
	padding-left: 14px;
	padding-right: 5px;
	font-weight: bold;
	text-indent: -9000em;
	color: #444444;
	margin-left: 2px;
}
span.posted-on a {
	color: #444444;
}
.pager li>a, .pager li>a:hover, .pager li>a:focus {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=0 ); /* IE6-9 */
	padding: 12px 20px !important;
	color: #282828;
	font-size: 18px;
	border: 1px solid #bbbbbb !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	cursor: pointer;
}
header.entry-content-title h1 {
	margin-top: 5px;
	line-height: 1;
}
.also-in-sw {
	clear: both;
	padding-top: 5px;
	padding-left: 0px;
}
.also-in-sw h3 {
	float: left;
	width: 100%;
	border-bottom: 5px solid #cccccc;
	margin-bottom: 18px;
	padding-bottom: 7px;
}
.also-in-sw ul li {
	list-style: none;
}
.also-in-sw ul {
	padding-left: 0;
}
.also-in-sw ul li {
	list-style: none;
	float: left;/* padding-right: 11px; */
}
.sidebar-padder .g-1 {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 276px;
	margin: 0 auto;
}
.g-dyn {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 137px;
}
.also-in-sw-category-inner-container {
	/* padding-right: 11px; */

	display: block;
	margin-right: 12px;
	padding-right: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	/* height: 150px; */

	height: 236px;
}
.site-header-inner-add {
	padding: 0;
	margin-top: 25px;
	margin-bottom: 8px;
}
.site-header-inner-add .widget {
	margin-bottom: 0;
}
a.also-in-sw-category {
	background: rgba(255, 153, 0, 0.85);
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 11;
	position: absolute;
	color: white;
}
.also-in-sw-category h5 {
	font-weight: 100;
	height: 80px;
	overflow: hidden;
}
a.also-in-sw-image {
	height: 150px;
	display: block;
	margin-bottom: 22px;
	overflow: hidden;
	background:#fff;
}
a.also-in-sw-title {
	min-height: 100px;
	overflow: hidden;
	display: block;
	line-height: 20px;
}
.also-in-sw-category-main {
	position: relative;
}
a.also-in-sw-image img {
	width: auto;
	height: 100%;
}
/*** Sidebars ****/

.sidebar {
	background: #FFFFFF;
}
.sidebar-left {
	margin-left: 0.15%;
	width: 24.8%;
	background: transparent;
	padding-right: 0;
}
.categories {
	text-indent: -9000em;
	list-style: none;
}
.categories > ul {
	margin: 0;
	padding: 0;
}
.categories > ul > li {
	list-style: none;
	margin-bottom: 12px;
}
.categories ul li {
	text-indent: 0em;
}
.categories > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.pager {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin-bottom: 14px;
	margin-top: -30px;
	-moz-box-sizing: border-box;
	-moz-webkit-sizing: border-box;
	/* padding: 0 15px 41px; */

	width: 100%;
	padding: 0 25px 27px;
	box-sizing: border-box;
	border-bottom: 0px solid #ddd;
}
.sidebar-padder .g-col:first-child {
	margin-left: 0;
	width: 136px;
}
.sidebar-padder .g-col:last-child {
	margin-right: 0;
	width: 136px;
}
.g-2 {
	min-width: 1px;
	max-width: none !important;
}
.pager .previous a, .pager .next a, .pager .previous a:hover, .pager .next a:hover {
	color: #282828;
	font-size: 18px!important;
	line-height: 20px;
	margin-top: 20px;
	padding: 12px 20px 12px !important;
	text-align: left;
	margin-left: 0;
}
.pager .previous a:hover, .pager .next a:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.pager .meta-nav {
	float: left;
	position: relative;
	width: auto;
}
.pager .title {
	float: left;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.pager .next .title {
	padding-right: 10px;
	padding-left: 0px;
}
.pager .previous>a, .pager .previous>span {
	float: left;
}
#comments {
	background: #fff none repeat scroll 0 0;
	padding: 28px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div#respond {
	float: left;
	margin-top: 20px;
	width: calc(100% + 56px);
	margin-left: -28px;
	padding: 11px 28px 0;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-bottom: -28px;
}
.alert.alert-info {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}
.comment-form-author input[type="text"], .comment-form-email input[type="text"], .comment-form-url input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	display: inline-block;
	height: 28px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
}
#respond input#commentsubmit {
	background: #0080c9 !important;
	border: 0;
	color: #fff;
	padding: 14px 20px;
	margin-top: 20px;
	font-size: 17px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sidebar .categories ul li .children {
	padding: 0;
}
.sidebar .categories ul li .children li {
	padding: 0;
	list-style: none;
	margin: 0;
}
.sidebar .categories ul li .children li a {
	color: #333333;
	font-family: ubuntu;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 15px !important;
}
.home-page-image {
	padding-left: 0;
	padding-right: 0;
}
.popular ul li {
	overflow: hidden;
	margin-bottom: 16px;
	line-height: 20px;
}
.thumbnail-popular {
	display: block;
	width: 50px;
	float: left;
	margin-right: 6px;
}
.title-popular {
	margin-top: -3px;
	height: 39px;
	margin-bottom: 9px;
	overflow: hidden;
	display: inline-block;
	width: 215px;
}
.widget {
	margin-bottom: 10px;
}
.benchmarkemaillite_widget {
	background: none repeat scroll 0px 0px #FFF;
	padding: 5px 10px;
	border-top: 5px solid #0080c9;
}
.benchmarkemaillite_widget h3 {
	margin-top: 10px;
}
.form-control{
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #999999;
	font-size: 16px;
	padding: 4px 6px;
	margin-bottom: 5px;
}
form.benchmarkemaillite-subscribe input {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #999999;
	font-size: 16px;
	height: 40px;
	width: 165px;
	padding: 4px 6px;
	margin-bottom: 5px;
}
.widget_categories h3 {
	display: none;
}
.widget_categories ul li a {
	padding: 0;
	font-size: 14px;
	/* font-weight: bold; */

	color: #000;/* text-transform: uppercase; */
}
.widget_categories>ul>li>a {
	font-weight: bold;
	text-transform: uppercase;
}
.widget_categories > ul > li {
	margin-bottom: 12px;
}
.widget_categories > ul > li > ul > li > a {
	color: #333333;
	font-family: ubuntu;
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 15px !important;
}
.widget_categories > ul > li > ul {
	margin: 6px 0 20px 0;
	padding: 0;
}
.widget_categories ul li a:hover {
	/* color: red; */

	background-color: transparent;
}
.sw-categories-list .widget {
	background: #fff;
	padding: 15px 18px;
	margin-left: -15px;
	width: calc(100% + 30px);
	box-sizing: border-box;
	margin-bottom: 0;
}
nav#nav-below .pager {
	background: transparent;
	margin-top: 20px;
	padding: 0;
}
#email-1-4-4_sidebar {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #999999;
	font-size: 16px;
	height: 40px;
	width: 100%;
}
#footer-sidebar .title-popular {
	display: initial;
}
#footer-sidebar .thumbnail-popular {
	display: none;
}
#footer-sidebar .title-popular {
	margin-top: 0;
}
.sidebar-left .widget ul {
	padding-left: 0;
}
.sidebar-left .popular-post {
	overflow: hidden;
	margin-bottom: 16px;
	line-height: 20px;
	list-style: none;
}
.popular ul {
	padding: 0;
}
a.popular-img {
	width: 58px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
a.popular-title {
	display: block;
	overflow: hidden;
	overflow: hidden;
	zoom: 1;
}

#post-431334 .entry-content form.benchmarkemaillite-subscribe>div {
	float: left;
	display: block;
	width: 90%;
}
.entry-content .benchmarkemaillite-subscribe input[type="submit"] {
	 float: left;
    height: 40px;
    left: 0;
    width: 30% !important;
	}
#email-1-5-5_shortcode{
	width:80%;
	}
#first-name-2-5-5_shortcode{
	width:80%;
	}	
#last-name-3-5-5_shortcode{
	width:80%;
	}
#job-title-4-5-5_shortcode{
	width:80%;
	}
#company-name-5-5-5_shortcode{
	width:80%;
	}			
form.benchmarkemaillite-subscribe>div {
	float: left;
	display: block;
	width: 60%;
}
form.benchmarkemaillite-subscribe>div +div {
	float: none;
	display: inline-block;
	width: 29%;
}
.benchmarkemaillite-subscribe input[type='submit'] {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	font-weight: lighter;
	background-image: -moz-linear-gradient(top, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(top, #08c, #04c);
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: none;
	background-color: #0080c9 !important;
	background-image: none;
	background-image: none;
	background-image: none);
	background-image: none;
	background-repeat: repeat-x;
	border: 0;
	border: 0 none;
	font-size: 16px;
	height: 40px;
	margin-top: 35px;
	padding: 4px 6px;
	width: 100% !important;
	float: right;
	position: relative;
	left: 12px;
}
nav#nav-below +article +#nav-below {
	display: none;
}
nav#nav-below +article {
	display: none;
}
ul.also-in-sw-single-post {
	padding-left: 29px;
	background: white;
}
ul.also-in-sw-single-post ul li {
	float: left;
	margin-right: 32px;
	width: 175px;
	padding-left: 0;
	background: white;
}
ul.also-in-sw-single-post ul {
	padding-left: 0;
	width: 100%;
	display: table;
	background: white;
}
aside#text-3 {
	height: 235px;
	margin-bottom: 20px;
	background: none repeat scroll 0px 0px #FFF;
	padding: 5px 10px;
	border-top: 5px solid #0080c9;
}
form.benchmarkemaillite-subscribe>div label {
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	font-size: 14px;
}
.also-in-sw +.pager {
	background: transparent;
	margin-top: 0;
}
.sw-single-post.row {
	background: #fff;
	padding: 12px;
	border: 4px solid #A6D3EC;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.sw-single-post-row {
	padding: 0;
	padding-right: 10px;
}
.sw-single-post-row a {
	color: #444;
	text-decoration: none;
	font-weight: 600;
}
a.sw-single-post-title {
	font-size: 16px;
	/* float: left; */

    /* width: 149px; */

	color: black;
	text-decoration: none;
}
.sw-single-post-row {
	padding: 0;
	padding-right: 10px;
	float: left;
	max-width: 100px;
	width: auto;
}
a.sw-single-post-title h4 {
	font-size: 16px;
	margin-top: 6px;
}
.widget_sinle_post h3 {
	display: none;
}
.sw-single-post-excerpt {
	padding: 0;
}
.tribe-events-list-widget ol li {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #2f2f2f;
}
ol.tribe-list-widget {
	padding-left: 0;
}
/*--Event page --*/

div#tribe-events {
	/* background: red; */

	background: none repeat scroll 0 0 #FFFFFF;
	padding: 25px;
}
div#custom-bg {
	min-height: 100px;
}
.sw-event-venue {
	margin-top: 10px;
}
.tribe-events-list-widget {
	margin-bottom: 20px;
}
.tribe-events-list .type-tribe_events {
	/* border-bottom: 0; */

    /* padding: 1.75em 0; */

	position: relative;
	float: left;
	overflow: hidden;
	/* width: 31%; */

	position: relative;
	width: 270px;
	height: 400px;
	background: #f2f2f2 none repeat scroll 0 0;
	height: 400px;
	margin: 0 28px 34px 0 !important;
	padding: 0 !important;
	position: relative !important;
}
.tribe-events-loop {
	max-width: 900px !important;
}
.sw-event-topic {
	clear: both;
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	float: left;
	padding: 20px;
	height: 193px;
	overflow-y: auto;
	padding-right: 0px;
	position: relative;
}
.sw-tribe-event-schedule-details {
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 22px;
	width: 82%;
}
.sw-event-topic .ical a {
	background: url(./../../../wp-content/uploads/2016/03/iCal_icon.png);
	z-index: 111;
	float: left;
	height: 49px;
	width: 29px;
}
.sw-event-topic .ical {
	position: absolute;
	right: 17px;
	top: 10px;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-weight: 400;
	font-style: normal !important;
	color: #3C3C3C;
	font-size: 15px;
	font-weight: 600;
}
.tribe-events-list h2.tribe-events-page-title {
	margin-bottom: 65px !important;
}
a.tribe-events-read-more {
	color: #C75752;
	font-size: 13px;
}
.sw-event-topic .author.location a {
	color: #3C3C3C;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
}
.sw-event-topic a.tribe-events-gmap {
	display: block;
	font-weight: 100;
	line-height: 30px;
}
dd.tribe-events-event-url {
	float: left;
	margin-top: 0px;
	clear: both;
}
dd.tribe-events-event-url a {
	font-size: 15px;
	font-weight: 100;
}
.tribe-events-event-image {
	text-align: center;
	padding: 20px;
	float: none !important;
	width: 100% !important;
	max-width: 100%;
}
.tribe-events-event-image img {
	max-width: 100%;
	width: auto !important;
}
.tribe-events-list .tribe-events-event-image img {
	max-height: 60px;
}
.sw-event-list-title a {
	color: white;
	font-weight: 100;
}
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
	margin-left: 0 !important;
}
.sw-event-list-title {
	background: none repeat scroll 0 0 rgb(88, 88, 88);
	width: 100%;
	bottom: 0;
	font-size: 17px;
	font-weight: lighter;
	padding: 12px;
}
.search-submit:active {
	background: url("theme-options/img/search_icon.jpg") no-repeat !important;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	height: 34px;
	margin-right: 2px;
	width: 25px;
	text-indent: -9000em;
	background-color: #2290cf!important;
	float: left;
}
a:hover {
	text-decoration: none;
}
.single-post-page {
	background: white;
	padding: 20px 30px;
}
.single-post-page .also-in-sw {
	background: white;
	height: 552px;
}
.single-post-page .also-in-sw-category-inner-container {
}
.single-post .pager .previous a, .single-post .pager .next a {
	max-width: 40%;
	/* padding-top: 8px; */

    /* padding-bottom: 8px; */

	line-height: 10px;
}
/*--Glossary --*/

.type-encyclopedia {
	background: #FFFFFF;
	margin-bottom: 14px;
	padding: 8px 25px 25px;
	float: left;
	position: relative;
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sw-glossary-topc h3 {
	display: inline-block;
	padding-right: 80px;
	border-bottom: 1px solid #888;
}
.sw-glossary-topc a {
	text-decoration: none;
	color: #333333;
}
.sw-glossary-topc a:hover {
	color: #005584;
}
.sw-glossary {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px 25px;
}
.sw-glossary-topc {
	margin-bottom: 30px;
}
.sw-glossary-list-all a {
	border-right: 1px solid #CCCCCC;
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight: lighter;
	margin: 0;
	padding: 0 3px;
}
.sw-modal-content {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #DFDFDF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	/* margin-left: -435px; */

	position: absolute;
}
.loading .modal-title, .loading .related-article, .loading .modal-footer, .loading .modal-header {
	display: none !important;
}
.modal-backdrop {
	/* position: relative; */

    /* top: 0; */

    /* right: 0; */

    /* left: 0; */

	background-color: white;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
h2#sw-popip-moda {
	color: #000000;
	font-family: ubuntu;
	font-size: 30px;
	margin-bottom: 18px;
}
.sw-modal-content .modal-header button.close {
	font-size: 50px;
	margin-right: -9px;
	margin-top: -20px;
	overflow: visible;
	height: 30px;
}
div#sw-popip-modal-topic {
	padding: 0 25px 25px;
	color: #666666;
	font-size: 16px;
	height: 100px;
	line-height: 22px;
	margin-bottom: 15px;
	padding: 0 25px 25px;
	overflow-x: visible;
	overflow-y: auto;
}
.sw-modal-content .modal-header {
	border: 0 none;
	padding: 20px 25px 10px;
}
.sw-modal-content .modal-footer {
	background: none repeat scroll 0 0 #DFDFDF;
}
div#sw-glossary-popup .modal-dialog {
	min-width: 780px;
	margin-top: 10% !important;
}
.sw-modal-content {
	min-width: 780px;
}
a#sw-related-topic {
	clear: both;
	color: #333333;
	/* float: left; */

	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 25px 10px;
}
a#sw-prev {
	display: inline-block;
	text-align: left;
	float: left;
	font-size: 15px;
	padding-bottom: 4px;
	padding-right: 17px;
	font-weight: bold;
	color: #CB352C;
	margin-top: 7px;
}
a#sw-next {
	text-align: right;
	font-size: 15px;
	padding-bottom: 4px;
	padding-right: 10px;
	font-weight: bold;
	color: #CB352C;
	display: inline-block;
	margin-top: 7px;
}
.sw-modal-content .modal-footer {
	padding: 10px 25px;
}
span.sw-prev:before {
	content: "\f104";
	font: normal normal normal 33px FontAwesome;
	display: inline-block;
	float: left;
	margin-right: 10px;
	color: #CB352C;
}
span.sw-next:after {
	font: normal normal normal 33px FontAwesome;
	content: "\f105";
	color: #CB352C;
	float: right;
}
.loading {
	background: black;
	width: 770px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: #ddd;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 300px;
	padding-top: 136px;
}
div#sw-glossary-popup {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: perspective(800px) scale(1) rotateX(0deg);
	-webkit-transform: perspective(800px) scale(1) rotateX(0deg);
	transform-origin: center;
	-webkit-transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.loading-footer {
	display: none;
}
a#sw_scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
	-webkit-backface-visibility: hidden;
}
.type-page header h1 {
	font-size: 38.5px;
	margin-bottom: 0;
}
.type-page .entry-content {
	padding-top: 0;
	line-height: 20px;
}
.type-page .entry-content h2 {
	margin-top: 0;
	color: #000;
}
.type-page {
	margin-bottom: 0;
}
.page div#comments {
	padding-top: 0;
}
.page div#respond {
	margin-top: 0;
}
.btn-primary {
	border: 0;
	border-radius: 0;
}
table tr td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
/*--comment--*/

.single-post-comment-sw {
	background: white;
	padding: 44px 28px 7px;
	width: 100%;
}
samp.sw-comments {
	/* float: left; */

	font-size: 26px;
	font-weight: bold;
	padding: 0px 0px 0px;
	/* width: 100%; */

	background-color: #fff;
	margin-top: 7px;
	box-sizing: border-box;
	display: inline-block;
}
.single-post-comment-sw span {
	background: none repeat scroll 0 0 #000000;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 30px;
	height: 50px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	text-align: center;
	width: 50px;
}
.sw-comments_tmp #comments {
	padding-top: 0;
}
.sw-comments_tmp .media-body {
	background: #e6e6e6 none repeat scroll 0 0;
	padding: 11px 14px;
	position: relative;
	overflow: visible;/* float: left; */

}
.sw-comments_tmp .panel {
	background: transparent;
	border: 0;
	margin-bottom: 0;
}
.sw-comments_tmp span.says {
	display: none;
}
.sw-comments_tmp cite.fn {
	text-transform: none;
	font-style: normal;
}
.sw-comments_tmp .panel-default>.panel-heading {
	color: #333333;
	background-color: transparent;
	border-color: transparent;
	border: 0;
	border-radius: 0;
	padding-bottom: 0;
}
.sw-comments_tmp .panel-body {
	padding: 0px 15px;
}
.sw-comments_tmp span.edit-link {
	display: none;
}
.sw-comments_tmp .panel-footer {
	padding: 0 20px;
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 0;
	text-align: left;
	box-shadow: none;
	margin-top: 0;
}
.sw-comments_tmp a.comment-reply-link.btn.btn-primary {
	color: #0080c9;
	background: transparent;
	/* font-size: 15px; */

	font-weight: bold;
	padding: 0;
	border: 0;
}
.sw-comments_tmp ul li {
	list-style: none;
}
.sw-comments_tmp .media:first-child {
	margin-top: 15px;
}
.sw-comments_tmp .comment .children {
	margin-left: 80px;/* width: 90%; */

}
.media-body-wrap.panel.panel-default:before {
	content: "";
	border: 10px solid;
	border-color: transparent #e6e6e6 #e6e6e6 transparent;
	position: absolute;
	left: -6px;
	transform: rotate(137deg);
	-webkit-transform: rotate(137deg);
}
.sw-comments_tmp .pull-left {
	padding-right: 20px;
	width: 15%;
}
/*--sidebat--*/
.sidebar-padder .g-col:first-child {
	margin-left: 0;
}
.sidebar-padder .g-col:last-child {
	margin-right: 0;
}
/******* Footer **********/



footer {
	background: rgba(0,0,0,0.8);
	margin-top: 30px;
	padding: 30px 0 0 0;
	text-align: center;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5) inset;
}
.site-footer-inner {
	background: none repeat scroll 0 0 rgba(122, 112, 255, 0.2);
	margin-top: 20px;
	padding: 12px;
	margin-bottom: -20px;
}
.copyright-text {
	color: #ccc;
	float: left;
	font-size: 14px;
	margin-right: 0;
	text-align: left;
}
.copyright-text a {
	color: #ccc;
}
.site-footer-inner .links {
	float: left;
	margin: 0;
	padding: 0;
}
.site-footer-inner .links li a {
	color: #999;
	margin-right: -2px;
	padding-right: 30px;
	float: left;
/* Antony changed padding left 22 to padding right 30 */
}
.site-footer-inner .links li:last-child {
	list-style-type: none;
}
.site-footer-inner .links li:first-child {
	padding-left: 0;
}
.site-footer-inner .links li {
	color: #333333;
	direction: rtl;
	float: left;
	font-size: 14px;
	font-weight: bold;
	list-style: disc none;
}
#footer-sidebar .widget-title {
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#footer-sidebar ul {
	padding: 0;
	margin: 0 0 10px 25px;
}
#footer-sidebar ul li {
	list-style-image: url("theme-options/img/footer_bullet.png");
	text-align: left;
	line-height: 20px;
	display: list-item;
	color: #999999;
}
#footer-sidebar .widget_recent_comments ul {
	margin: 0;
}
#footer-sidebar .widget_recent_comments ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #444;
	float: left;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	list-style: none;
	width: 100%;
	padding: 5px 0!important;
}
#footer-sidebar ul li a {
	color: #999999;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 0;
}
#footer-sidebar ul.sub-menu li {
	padding-left: 0;
}
#footer-sidebar ul li a:hover {
	background: none;
}
footer.entry-meta {
	border: 0 none;
	background: none;
	box-shadow: none;
}
#footer-sidebar .popular-post a {
	font-weight: normal;
}
.add-document label {
	font-weight: lighter;
}
.product-detail-holder {
	margin-bottom: 30px;
}
.rtsp-filter input[type="submit"] {
	padding: 4px 20px;
	font-weight: lighter;
}
.rtsp-list {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
	background: #EFEFEF;
	text-align: center;
}
input[name="search-company"] {
	height: 31px;
	position: relative;
	top: 1px;
	margin-left: 9px;
}
.media.rtsp-view {
	margin-bottom: 40px;
	margin-top: 30px;
}
.rtsp-filter {
	float: left;
	padding: 10px 18px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-top: 7px solid #0080c9;
	background: #EFEFEF;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.rtsp-company-list-holder {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.rtsp-list .rtsp-item {
	height: 116px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 12px;
	box-sizing: border-box;
	margin-right: 14px;
	margin-bottom: 14px;
	cursor: pointer;
	background: #f9f9f9;
	margin-left: 2px;
	display: inline-block;
	float: none;
}
.rtsp-list .rtsp-item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	border-color: #ccc;
}
.rtsp-list .rtsp-item > div {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.rtsp-list .rtsp-item > div {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.rtsp-list .rtsp-item > div:first-child img {
	max-height: 35px;
	max-width: 125px;
	width: auto;
}
.rtsp-list .rtsp-item > div:last-child a {
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rtsp-list .rtsp-item > div:first-child {
	margin-bottom: 8px;
	height: 63px;
}
.media.rtsp-view {
	display: table;
	width: 100%;
}
.rtsp-view .brand {
	padding: 10px 20px;
	height: 109px;
	border: 1px dashed #ccc;
	display: table-cell;
	vertical-align: middle;
}
.rtsp-view .media-body {
	padding: 0 0 0 28px;
}
.rtsp-view .media-heading {
	margin: 0 0 5px;
	font-size: 32px;
}
.rtsp-view h1.media-heading span {
	font-weight: lighter;
}
.brand-view {
	width: 200px;
}
.rtsp-list .product-item {
	padding-bottom: 1px;
	text-align: left;
}
.product-detail-holder > .row:nth-child(odd) {
	background: #f3f3f3;
}
.product-detail-holder > .row:nth-child(even) {
	background: #fcfcfc;
}
.product-detail-holder > .row {
	padding: 10px;
}
.product-detail-holder > .row > div:first-child {
	font-weight: bold;
	font-size: 14px;
}
.breadcrumb>li {
	display: inline-block;
	margin-right: 8px;
	border-right: 1px solid #ddd;
	padding-right: 8px;
}
ol.breadcrumb {
	margin-top: 29px;
}
#bbpress-forums .bbp-reply-position-1 {
    background-color: #f6f6f6 !important;
    margin-bottom: 0;
    padding-top: 18px;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer{
	display:none;	
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
	border:0;	
}
#bbpress-forums .bbp-reply-position-1 {
    background-color: #eee !important;
    margin-bottom: 0;
    padding-top: 18px;
}
#bbpress-forums div.reply {
    margin-bottom: 1px;
    background: #f6f6f6;
    margin-top: 10px;
}
#bbpress-forums div.bbp-reply-author {
    padding-top: 11px;
    font-weight: bold;
}
span.bbp-admin-links a {
    color: #888;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    background: #ddd;
    display: inline-block;
    padding: 0 10px;
}
span.bbp-reply-post-date {
    color: #ccc;
    padding-left: 10px;
}
.single-post #bbpress-forums div.bbp-topic-tags{
	display:none;	
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form legend {
    display: none;
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form {
    border: 0;
    padding: 0px;
}
#bbpress-forums fieldset.bbp-form {
    border: 1px solid #eee;
    padding: 22px 28px;
    margin-bottom: 10px;
}
#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{
	display:none;	
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: left;
    float: left;
    width: 22%;
    line-height: 1.3;
    padding-top: 4px;
    font-size: 10px;
}
#bbpress-forums fieldset.bbp-form legend {
    padding: 5px;
    float: left;
    border: 0;
}
#bbpress-forums .btn-primary {
    border: 0;
    border-radius: 0;
    padding: 10px 23px;
}
#bbpress-forums fieldset.bbp-form label {
    margin: 0;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 12px;
    border: 1px solid #DEDEDE;
    background: #F7F7F7;
}
.gpoll_bar_count{
	display: inline-block;
	margin-left: 101%;
    text-shadow: none !important;
	color:#777 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.entry-content-thumbnail + div {
    display: none;
}
.entry-content-thumbnail + div + p + div {
    display: none;
}
.entry-content-thumbnail + div + p + div + div {
    display: none;
}
}
/**** Responsive styles ******/
@media only screen and (max-width: 767px) { 
.rtsp-view .media-body {
padding: 30px 0 0 28px;
clear: both;
float: left;
width: 100%;
}
.rtsp-list .product-item {
padding-bottom: 25px!important;
}
}
@media (min-width: 1200px) {
.pager .previous a, .pager .next a {
	width: auto;
}
}
 @media (max-width: 767px) {
.navbar-collapse .nav {
	width: 100%;
	position: static;
}
.single-post-comment-sw{
clear: both;
}
.navbar-collapse .nav li.open ul li a {
	font-weight: lighter;
	text-align: center;
}
.navbar-collapse .nav li {
	width: 100%;
	float: left;
	position: static;
}
.navbar-collapse .nav li:active {
	background: #B11006;
}
.navbar-collapse .nav li a, .navbar-collapse .nav li a:hover, .nav li a:active, .nav li a:focus {
	background: none;
	color: #DDDDDD !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.navbar-collapse .nav li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #CB352C;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0 none;
	float: left;
	margin-bottom: 0;
	padding: 10px;
	width: 100%;
}
.navbar-collapse .nav li .dropdown-menu li {
	background: transparent;
	padding: 0;
	border: 0;
}
.navbar-collapse .nav li.open {
	background-color: #b11006;
}
.pager .previous a, .pager .next a, .pager .previous a:hover, .pager .next a:hover {
	width: auto;
	text-align: center;
}
.site-navigation > .container {
	padding-right: 15px
}
.site-header-inner-add {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 2px;
}
.sw-logo-text h1 {
	margin-left: 104px;
}
.navbar {
	padding: 2px 0 0;
}
a.also-in-sw-image img {
	width: 100%;
	height: auto;
}
.also-in-sw-category-inner-container {
	width: 100%;
}
.also-in-sw ul li {
	width: 100%;
	padding-right: 0;
}
.home-page-image {
	height: auto;
	overflow: hidden;
	max-height: 250px;
}
.single-post-page .also-in-sw {
	display: block;
	float: none;
	height: auto;
	width: 100%;
}
.single-post-page .also-in-sw ul li {
	float: none;
	/* background: red; */
	display: block;/* height: 179px; */
}
.single-post-page .also-in-sw-category-inner-container {
	width: 100%;
	padding-right: 0;
}
.single-post-page {
	background: white;
	padding: 15px;
}
.type-page header h1 {
	margin-bottom: 20px;
}
.search-form {
	float: none;
	margin: 2px 6px 0 0;
	text-align: center;
}
.search-submit {
	float: none;
	margin-top: -3px;
	margin-left: -3px;
}
.navbar-default .search-form label {
	float: none;
}
button.rtsp-btn {
	margin-top: -3px;
}
.tribe-events-list .type-tribe_events {
	width: 100%;
}
div#sw-glossary-popup .modal-dialog {
	min-width: 100%;
	/* margin-top: 100% !important; */
	width: 100%;
	padding-right: 25px;
	padding-left: 5px;
}
.sw-modal-content {
	min-width: 100%;
	width: 100%;
}
div#sw-glossary-popup {
	margin-right: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	background-color: transparent;
}
}
@media (max-width: 480px) {
.single-post #content img {
   max-width: 100%!important;
}

span.sw-logo-img-1 {
	display: inline-block;
	width: 72px;/* float: left; */
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
samp.sw-logo-img-2 {
	display: inline-block;
	width: 182px;
}
.sw-logo-text h1 {
	margin-left: 75px;
	margin-top: -20px;
	font-size: 8.5px
}
.site-header {
	background: transparent;
}
.site-header .container .row {
	background: white;
}
.site-header-inner-add {
	margin-top: 24px;
	padding-bottom: 10px;
}
.site-header .container {
	padding-bottom: 0;
}
.site-navigation-inner {
	padding: 0;
}
.main-content .row {
	margin-left: -15px;
	margin-right: -15px;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
a.also-in-sw-image img {
	height: auto;
	width: 100%;
	overflow: hidden;
	max-height: 250px;/* min-width: 100%; */
}
a.also-in-sw-image img {
	height: auto;
	width: 100%;
	overflow: hidden;
	max-height: 250px;
	/* min-width: 100%; */
	object-position: 50% 10%;
	background-position: 50% 10%;/* background-size: 9%; */
}
.single-post .pager .previous a, .single-post .pager .next a {
	max-width: 100%;
}
nav#nav-below .pager {
	padding: 0 25px 27px;
}
.single-post-page .also-in-sw-category-inner-container {
	width: 100%;
}
.sabai-navigation>div {
	float: none !important;
	text-align: left;
}
.search-form input.search-field {
	margin-top: 11px;
	width: 100%;
}
.navbar-default .search-form label {
	float: left;
	text-align: center;
	margin-left: 36px;
}
button.rtsp-btn {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px 11px 7px;
}
.search-submit {
	margin-top: 11px;
	margin-right: 23px;
}
form.search-form.navbar-collapse.collapse.in {
	text-align: center;
}
.rtsp-filter {
	padding: 10px 0px;
}
input[name="search-company"] {
	margin-left: 0px;
	margin-bottom: 10px;
}
.rtsp-list .rtsp-item {
	width: 100%;
	margin-right: 0px;
}
.site-footer-inner .links li a {
	margin-right: 0;
	padding-left: 0;
	float: none;
	display: block;
}
.site-footer-inner .links li {
	float: none;
	list-style: none;
}
.site-footer-inner .links {
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
li.fb, li.gplus, li.twitter {
	float: left !important;
	margin-right: 5px;
}
form#commentform input {
	width: 100%;
	border-radius: 0;
}
article#pagedata {
	padding: 0;
}
.company-list-holder.row {
	margin-left: 0px;
	margin-right: 0px;
}
article#pagedata h1 {
	margin-top: 0;
}
.rtsp-list .rtsp-item {
	border: 1px solid rgba(221, 221, 221, 0.26);
	background: white;
	margin-left: 0px;
	margin-bottom: -5px;
}
.rtsp-list {
	background: white;
}
.pagination>li>a, .pagination>li>span {
	padding: 6px 10px;
}

.home .entry-content  .home-page-image {
width:95%!important;
}

.home .entry-content .col-sm-8 {
    width: 95% !important;
    margin-left: 0px;
    padding: 0px;
    margin-top: 5px;
}
.home .entry-content .col-sm-8 p {
    font-size: 14px !important;
    line-height: 19px !important;
}

.home .cat-links, .home .tags-links {
display:none;
}

}
ul#main-menu li:nth-child(10) {
    display: none;
}
ul#main-menu li:nth-child(2) {
    display: none;
}
ul#main-menu .dropdown-menu li:nth-child(10) {
    display: block;
}
.single-post #content img {
    width: auto;
    margin-bottom:25px;
	max-width:500px;
}
.siteblog .wp-post-image {
width:auto;
height:auto;
}
.dpe-flexible-posts .wp-post-image {
width:auto;
height:auto;
max-width: 200px;
}

.siteblog .wp-post-image {
width:auto;
height:auto;
}

.main-content-inner img {
width:auto;
height:auto;
max-width:500px;
margin-bottom:25px;	
margin-top:25px;	
	}
.home-page-image .wp-post-image {
width:auto;
margin-top:0px;
margin-bottom:0px;
max-width:100%;
}
#bbpress-forums {display:block;}
div#sabai-content.sabai.sabai-main {display:block;}

.home .post-thumbnail iframe  {
height:150px !important;
}

.dpe-flexible-posts .wp-post-image {
width: auto;
height: auto;
max-width: 300px;
margin: -10px -10px 10px -30px;
}

aside#tribe-events-list-widget-3.widget.tribe-events-list-widget {
background-color: #d5d5d5;
padding: 10px;
}
aside#tribe-events-list-widget-3.widget.tribe-events-list-widget h4 {
font-size:16px;
}
aside#tribe-events-list-widget-3.widget.tribe-events-list-widget h3.widget-title {
font-size: 24px;
padding-left: 15px;
padding-bottom: 15px
}
aside#tribe-events-list-widget-3.widget.tribe-events-list-widget span.tribe-event-date-start {
font-size:14px;
}
aside#tribe-events-list-widget-3.widget.tribe-events-list-widget span.tribe-event-date-end {
font-size:14px;
}
aside#tribe-events-list-widget-3.widget.tribe-events-list-widget p.tribe-events-widget-link {
font-size:16px;
padding: 20px 0 20px 20px
}

.widget_sinle_post img {
width:250px;
}

.widget_sinle_post .sw-single-post-title {
float:left;
}

.widget_sinle_post .sw-single-post-excerpt {
color: #777777;
font-size: 14px;
display:none;
}

.widget_sinle_post .sw-single-post.row {
border:none!important;
}

.widget_sinle_post a.sw-single-post-title h4 {
font-size:18px;
}


.home .type-mdocs-posts, .mdocs-posts {
display: none!important;
}


.home .entry-content .col-sm-8 .moretag {
font-size:13px!important;
font-weight:100;
}
.home .main-content-inner > article {
padding-right:10px!important;
}
.widget_categories ul li a {
font-weight:normal!important;
font-size:13px!important;
color:#2f2f2f!important;
}
.widget_categories > ul > li {
    margin-bottom: 8px!important;
}
#adrotate_widgets-19 img {
width: 728px;
float: right;
}
@media (min-width: 481px)
{
	
.home .home-page-image {
width:45%;
}
div .home .home-page-image {
width:45%;
}

.home .entry-content .col-sm-8 {
    width: 52%;
    margin-left: 15px;
}
.home .entry-content .col-sm-8 p {
    font-size:14px!important;
    line-height:21px!important;
}	
	
}

:lang(es) .search-field {
width:120px!important;
font-size: 10px!important;
}

.tribe-events-list-widget .tribe-event-title {
font-size:13px !important;
font-weight: normal;
}

.tribe-events-list-widget .tribe-event-duration {
font-size:13px !important;
margin-bottom: 5px;
}

.popular-post .title-popular {
font-size:13px !important;
font-weight: normal;
}

.page-id-399420 .navbar-collapse {
	background-color: #ffffff!important;
}