/*
Name: Credence
*/
html,body{
	height:100%;
}

html {
	overflow-x: hidden;
}

/* Bootstrap 3.2 modal overlay fix */
.modal-open, .modal-open .navbar-fixed-top {
  padding-right: 0 !important;
}

/* Bootstrap 3.2 navbar scrollbar fix */
.navbar-collapse {
	max-height: 340px;
}

.wrapper {
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.nested-container,
.top-slide-container,
.top-search-holder {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Adjust padding bootstrap 3.1.1 */
.container-fluid {
	padding-left: 0px;
	padding-right: 0px; 
	position: relative;
}

.container {
	padding: 0 !important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	color: #222;
	z-index: 9999;
}

#loader #loader-holder {
	width: 64px;
	margin: 250px auto;
	text-align: center;
}

/* Top slide down widget area */

#top-slide {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
}

#top-slide .top-slide-widget {
	display: none;
	margin-top: 30px;
	margin-bottom: 40px;
}

a.top-slide-control {
	position: absolute;
	bottom: -45px;
	right: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0px 45px 45px 0px;
	width: 45px;
	height: 45px;
}

a.top-slide-control span {
	display: block;
	right: -45px;
	top: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	text-align: center;
	font-size: 20px;
}
/* End Top slide down widget area */

/* Top Search Area */
.top-search-holder .search-form {
	display:none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.spacer {
	height: 40px;
}

.spacer-large {
	height: 200px;
}

h1, h2, .navbar-brand-large {
    -webkit-font-smoothing:antialiased;
}

h1 {
	font-size: 45px;
	letter-spacing: 0.2em;
	font-weight: bolder;
}

h2 { 
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.15em;
	font-weight: bolder;
}

h3 {
	font-size: 35px;
	line-height: 43px;
	font-weight: bolder;
}
h4 {
	font-size: 25px;
	line-height: 34px;
	font-weight: bolder;
}

h5 {
	font-size: 20px;
	line-height: 28px;
}

h6 {
	font-size: 18px;
	line-height: 25px;
}

/* 404 text */
.fourofour {
	font-size: 16em;
	line-height: 1;
	clear: both;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center, bottom;
	overflow: hidden;
	height: 300px;
}

/* above nav section */
.above-nav {
	padding: 10px;
}

ul.above-social {
    padding: 0;
    list-style: none;
    display: inline-block;
	margin: 0;
}

.above-social li {
    text-align: center;
    display:inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom:none;
}

.above-social li a {
    display: inline-block;
    overflow: hidden;
}

.above-social li a i {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.above-social li a:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}


/* end above nav section */

/* Breadcrumbs section */
.title-section {
	background-color: rgba(0,0,0,0.01);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	width: 100%;
	position: relative;
}

.title-section h1 {
	display: inline-block;
	font-size: 20px;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 15px;
}

.breadcrumbs{
    list-style:none;
    margin: 15px 0;
    overflow:hidden;
    float: right;
    display: inline-block;
}
 
.breadcrumbs li {
    float:left;
    margin-right:5px;
}

.title-section .breadcrumbs li {
    font-size: 12px;
}
 
.breadcrumbs .separator{
    font-weight:700;
}
/* End Breadcrumbs */

/* Elastic featured videos */
.elastic-video {
    height: 0;
    overflow: hidden;
	padding-top: 0px;
    padding-bottom: 56.25%;
    position: relative;
}
.elastic-video iframe,
.elastic-video object,  
.elastic-video embed,
.elastic-video video
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* End Elastic featured videos */


.flexslider {
	background-color: transparent !important;
}

/* post slider */
ul.bxslider {
	list-style:none;
    padding-left:0;
}

/* end post slider */

code {
	color: inherit;
}

.display-inline {
	display: inline;
}

.head-name:hover {
	cursor: pointer;
}

.top-holder.stuck {
	position: fixed;
	top:0;
	z-index: 100;
}

.navbar {
	position: static;
	border-radius: 0;
	border: 0;
	margin: 0 auto;
}

.navbar-default {
	background:none;
	z-index: 2;
}
.container-fluid .top-holder {
	width: 100%;
	margin-bottom: 0;
}

.container .top-holder {
	width: 1140px;
	margin: 0 auto;
}

.navbar-bg-col {
	position: relative;
	z-index: 100;
}

.navbar-brand-large {
	font-size : 30px;
}

span.link-name {
	font-size: 14px;
}


/* dropdown multi menu */
.container-fluid .multi-column {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}
.container .multi-column {
	margin-right: -16px;
	margin-left: -16px;
	padding: 0;
}

.multi-column .row {
	display:flex;
	padding: 10px 0px;
}

.multi-column .img-responsive {
	/* fix for images not shrinking correctly */
    width: 100%;
}

.dropdown-menu.multi-column .dropdown-menu {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-width:100px;
}

.new-column {
	padding: 0;
}

.new-column .dropdown-menu {
	padding:20px 0px;
	width: 100%;
}

.new-column .dropdown-menu p {
	padding: 15px;
}

.new-column .dropdown-menu li > a {
	padding-left: 15px;
	padding-right: 15px;
	white-space: normal;
}

span.new-column-title {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce ul.product_list_widget li {
	width: 100%;
}

.new-column .nav-woo-cart {
	padding-left: 15px;
	padding-right: 15px;
}

.new-column .quantity {
	padding-left: 15px;
}

.new-column p.total {
	display: inline-block;
	width: 100%;
	text-align: right;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}

.yamm {
	position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}

.container-fluid .yamm .dropdown.yamm-fw .dropdown-menu { 
	left: 0;
	right:0;
}
.container .yamm .dropdown.yamm-fw .dropdown-menu {
  left: 1px;
  right: 1px;
}

/* part width used with cart */
.yamm .dropdown.yamm-pw .dropdown-menu {
	left: 66.66%;
	right: 1px;
}

button, .wysija-submit, #submit {
    padding: 6px 12px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

.widget_wysija_cont .wysija-submit {
	margin-top: 10px;
}

/* Secondary Top Menu */
.nav-menu-secondary {
	list-style: none;
	display: inline-block;
	float: right;
	margin-bottom: 0;
	overflow: hidden;
}

.nav-menu-secondary li {
	float: left;
}
.nav-menu-secondary>li>a {
	display: block;
	padding: 0 10px;
}

/* End Secondary Top Menu */

/* Top Minor Menu */
.top-minor-menu {
	list-style: none;
	display: inline-block;
	float: right;
	margin-bottom: 0;
	margin-right: 15px;
}

.right-logo .top-minor-menu {
	float: left;
	padding-left: 15px;
}

.top-minor-menu li {
	float: left;
}
.top-minor-menu>li>a {
	display: block;
	padding: 0 10px;
	line-height: 70px;
}
/* End Top Minor Menu */

button:hover, .wysija-submit:hover, #submit:hover {
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
	-o-transition: 0.8s all ease;
	-ms-transition: 0.8s all ease;
	transition: 0.8s all ease;
}

.section-title {
	width:100%; 
	text-align:center;
	text-transform: uppercase;
}

.section-holder {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 60px;
	margin-bottom: 50px !important;
}

.section-holder p {
	margin-top: 20px;
}

.section-bar {
	display: block;
	content: "";
	width: 200px;
	height: 2px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}

.symbol-title {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	letter-spacing: normal;
}

/* All links transition except jquery ui items */
a:not(.ui-slider-handle) {
	-webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

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

.navbar-nav {
	margin: 0 auto;
	float: right;
}

.top-holder .navbar-nav > li > a {
	padding: 0px 10px;
	position: relative;
	font-size: 14px;
	line-height: 60px;
	-webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -o-transition: .25s all ease;
    -ms-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

/* Top holder shadow enabled */
.top-shadow-section {
    position: relative;
    -webkit-box-shadow:0 1px 1px -2px rgba(0, 0, 0, 0.5);
            box-shadow:0 1px 1px -2px rgba(0, 0, 0, 0.5);
}

.top-shadow-section:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 30px rgba(0,0,0,0.8);
            box-shadow:0 0 30px rgba(0,0,0,0.8);
    bottom:2px;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
    left:10%;
    right:10%;
}

/* End top holder shadow */

.top-holder.stuck .navbar-nav > li > a,
.top-holder.stuck .nav-menu-secondary > li a {
	padding: 7px 10px;
	font-size: 13px;
}

.top-holder.stuck .center-logo-above .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after,
.top-holder.stuck .left-logo .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after,
.top-holder.stuck .right-logo .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after {
	height: 45px;
}

/* Navbar alternate styles */

.center-logo-above .navbar-header,
.left-logo .navbar-header,
.right-logo .navbar-header {
    float: none !important;
	width: 100%;
	text-align:center;
}

.right-logo .navbar-header a.navbar-brand {
	float: right;
	display: inline-block;
}

.center-logo-above .navbar-header a.navbar-brand {
    position: relative;
    left: 50%;
}

.center-logo-above .navbar-header .navbar-brand img {
	left: -50%;
	position:relative;
}

.center-logo-above .nav-header-collapse,
.left-logo .nav-header-collapse,
.right-logo .nav-header-collapse {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
    text-align: center;
	border-top: 1px solid  rgba(0,0,0,0.05);
}

.center-logo-above .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after,
.left-logo .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after,
.right-logo .nav-header-collapse>ul.navbar-nav>li:not(:last-child) >a::after {
	content: " ";
	height: 30px;
	width: 1px;
	border-right: 1px solid rgba(0,0,0,0.05);
	position: absolute;
	right: -1px;
	top: 7px;
}

.center-logo-above .nav-header-collapse>ul.navbar-nav>li,
.left-logo .nav-header-collapse>ul.navbar-nav>li,
.right-logo .nav-header-collapse>ul.navbar-nav>li {
	margin-bottom: 0;
}

.center-logo-above .nav-header-collapse>ul>li>a,
.left-logo .nav-header-collapse>ul>li>a,
.right-logo .nav-header-collapse>ul>li>a {
	line-height: 45px;
	font-size: 14px;
	position: relative;
}

.center-logo-above .nav-header-collapse ul.navbar-nav,
.left-logo .nav-header-collapse ul.navbar-nav,
.right-logo .nav-header-collapse ul.navbar-nav {
    display: inline-block;
    text-align: center;
    float: left;
}

.right-logo .navbar-header .navbar-brand {
	margin-right: 15px;
	float: right;
	display: inline-block;
}

/* End Navbar alternate styles */
/* Top Cart Style */
.navbar-nav .active a.top-cart {
	padding: 0px;
	font-size: 18px;
	min-width: 30px;
}
.top-cart-amount {
	text-align: center;
	font-size: 9px;
	height: 12px;
	min-width: 12px;
	line-height: 12px;
	border-radius: 3px;
	display: inline-block;
	bottom: -5px;
	right: 5px;
	position: relative;
}

/* End Top Cart Style */

.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-brand {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	padding-left: 15px;
	display: inline-block;
}

.top-holder .navbar-brand > img {
    vertical-align: middle;
    display: inline-block;
	height: 75%;
	image-rendering:optimizeQuality;/*pre-fix: will throw errors but is valid*/
}

.navbar-brand-large {
    display: inline-block;
    vertical-align: middle;
}

/* Multilevel bootstrap menu css */
.marginBottom-0 {margin-bottom:0;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: inherit;  /* override bootstrap colors */
}

.dropdown-menu {
	border-radius: 0;
	border: 0px;
	background-color: #fff;
}

.dropdown-menu {
    border-top: 1px solid rgba(0,0,0,0.05);
	margin: 0;
}

.dropdown-menu .divider {
	background-color: rgba(0,0,0,0.25);
}

.dropdown-submenu.open {
	position: relative;
}

.dropdown-submenu>.dropdown-menu{top: 0; left:100%;margin-top:0px;margin-left:0px; border-radius: 0;}
.dropdown-submenu>a:after{
	font-family: FontAwesome;
    content: "\f105";
	display:inline-block; 
	float:right;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-radius:0px;}


.pad-bottom {
	padding-bottom: 80px;
}

.hide-item {
	visibility: hidden;
}

.show-item {
	visibility: visible;
}

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

/* responsive images by default */
img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Footer */
.footer-widget-holder {
	margin: 0 0 0 0;
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer-widget {
	text-align: left;
	display: inline-block;
	min-height: 250px;
}


.footer-widget ul:not(.sh_adswidget_ul) li {
    float: left;
    width: 100%;
}

.footer-widget ul:not(.sh-tabs) li a {
	padding-bottom: 10px;
    margin-bottom: 10px;
	display: block;
}   


.footer-widget h5 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widget ul {
	list-style-type: none;
	padding: 0;
}

.footer {
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
}

.footer-menu-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

ul.footer-menu,
#top-slide ul {
	padding: 0;
	list-style: none;
	display:block;
	margin-bottom: 10px;
}

.footer-menu li {
	display:inline-block;
	margin-right:10px;
	border-bottom:none;
}

.footer-menu li a {
	-o-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out;
  	transition: color 0.5s ease-out;
}

.footer .above-social {
	font-size: 20px;
}
/* End Footer */

/* Widgets */
.port-widget-single {
	padding: 0;
	padding-right: 5px;
}

.port-widget-single .thumbnail {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	margin-bottom: 5px;
}


.widget_flickr_widget {
	max-width: 350px;
}

.tabbed-login-widget input {
	padding: 10px;
}

.footer-widget .flickr_badge_image,
.sidebar .flickr_badge_image {
    padding: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0;
    width: 25%;
    box-shadow: none;
    border: none;
	float: left;
	overflow: hidden;
}

.footer-widget .flickr_badge_image {
	height: 70px;
}

.sidebar .flickr_badge_image {
	height: 70px;
}

.footer-widget .flickr_badge_image a,
.sidebar .flickr_badge_image a {
	overflow: hidden;
}

.footer-widget .flickr_badge_image img,
.sidebar .flickr_badge_image img {
	height: 100%;
}

#flickr_badge_image3,
#flickr_badge_image6,
#flickr_badge_image9 {
    clear: right;
}

.flickr_badge_image img {
    border: none !important;
}


.widget_twitter_widget h6:after {
	font-family: FontAwesome;
    content: "\f099";
    font-size: 20px;
    opacity: .15;
	float: right;
}

.twitter_update_list li.twitter-item:before {
    content: "";
	padding-right: 0;
}

li.twitter-item {
	overflow: auto;
	padding-bottom: 10px;
	position: relative;
}

li.twitter-item .twit-icon {
	float: left;
}

li.twitter-item .twit-icon img {
	width: 25px;
}

li.twitter-item .twit-content {
	margin-left: 35px;
	overflow: auto;
}

li.twitter-item .twit-msg {
	white-space: normal;
}

li.twitter-item abbr {
	font-style: italic;
	cursor: auto;
	border: 0;
	font-size: 12px;
	float: left;
	opacity: .5;
}

.sh_ads_widget .small li,
.sh_ads_widget ul.custom li,
.sh_adswidget_ul.small li,
.sh_adswidget_ul.custom li{
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}
.sh_ads_widget ul.large img,
.sh_adswidget_ul.large img{
	width: 100%;
}
.sh_ads_widget ul.small img,
.sh_adswidget_ul.small img{
	width: 150px;
	height: 150px;
}

.sh_ads_widget ul li a{
	padding: 0;
	margin: 0;
}

.widget-section .sh_adswidget_ul li:before {
	content: '';  /* override sidebar li arrow */
	padding-right: 0;
}

   /* Tab Widget */
.sh_tab_widget_content {
    position: relative;
    border: 1px solid rgba(0,0,0,0.15);
}
.sh_tab_widget_content img {
    max-width: 100%;
    height: auto;
}
.sh_tab_widget_content a {
    color: #444;
}
.sh_tab_widget_content ul.sh-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.sh_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.sh_tab_widget_content ul.has-2-tabs li {
    
}
.sh_tab_widget_content ul.has-3-tabs li {
    width: 33.33%;
}
.sh_tab_widget_content ul.has-4-tabs li {
    width: 50%;
}
.sh_tab_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.sh_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-left: 0;
}
.sh_tab_widget_content .tab_title a {
    display: block;
    background: rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
}
.sh_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.sh_tab_widget_content .tab_title.selected a {
    background: inherit;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.sh_tab_widget_content .inside {
    padding-top: 10px;
}
.sh_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 11px 0;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    text-align: left;
    background: none;
    position: relative;
}
.sh_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.sh_tab_widget_content .tab-content li:first-child {
    padding-top: 5px;
}

.wpt_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.wpt_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.sh_tab_widget_content .entry-title {
    margin: 0;
    padding: 0;
}
.sh_tab_widget_content .wpt-postmeta, .wpt_comment_content, .wpt_excerpt {
    color: #999;
    font-size: 13px;
}
.sh_tab_widget_content .wp-post-image {
    margin: 0 !important;
}

/* Comments */
.wpt_avatar {
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.wpt_comment_content p, .wpt_excerpt p {
    margin-bottom: 0;
}

/* Tags tab */
.sh_tab_widget_content #tags-tab-content {
    padding-bottom: 10px;
}
.sh_tab_widget_content #tags-tab-content ul {
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.sh_tab_widget_content #tags-tab-content ul li {
    width: auto;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 3px 3px 0 0;
    float: none;
    font-size: 13px;
}
.sh_tab_widget_content #tags-tab-content ul li a {
    padding: 12px 10px;
    background: #f0f0f0;
    white-space: nowrap;
    display: block;
}

/* Pagination */
.sh_tab_widget_content .wpt-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.sh_tab_widget_content .wpt-pagination a {
    margin: 0 15px;
}
.wpt-pagination a.next {
    float: right;
}

/* Loading... */
.wpt-loading {
    min-height: 120px;
}
.wpt-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 11;
}
.clear {
    clear: both;
}

.wpt-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

.widget-section .sh-tabs li:before,
.widget-section .inside .tab-content ul>li:before {
    content: '';  /* override sidebar li arrow */
    padding-right: 0;
}

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

/* End Widgets */

/* Fancybox appearance and navigation */

.fancybox-close {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.myClose:after {
    color: rgba(0,0,0,0.75);
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    left: -10px;
    content: "\f00d";
    }

.fancybox-skin {
    background: #fff;
}

.fancybox-title {
    font: inherit;
    line-height: 20px;
    font-size: 20px;
    width: 80%;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-title-inside-wrap {
    padding: 10px;
	padding-left: 20px;
}

.fancybox-skin {
    color: rgba(0,0,0,0.75);
	border-radius: 0;
}

/* End Fancybox navigation */

/* Grid Style 1 (sh-grid1) */
.sh-grid1 {
	width: 100%;
	text-align: center;
	margin: 0 auto !important;
}

.sh-grid1 ul.isotope {
	/* adjust grid for padded li items on the outside of the ul element to fit with content */
	margin-left: -15px;
	margin-right: -15px;
}

.sh-grid1 ul.categories_filter {
	display: inline-block;
}

.sh-grid1 ul.categories_filter li {
	margin-right: 10px !important;
}

.sh-grid1 ul.categories_filter li:last-child {
	    margin-right: 0px !important;
}

.sh-grid1 ul.categories_filter li a {
	padding: 5px 10px !important;
}

.sh-grid1 {
	position: relative;
}

.sh-grid1 li:hover h2 {
	border-bottom: 1px solid #333 !important;
}

.sh-grid1 li.isotope-item h2 {
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.sh-grid1 li.isotope-item {
	margin-bottom: 0;
}

.sh-grid1 .post-thumb img {
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.sh-grid1 .post-thumb {
	overflow: hidden;
}

.sh-grid1 .post-thumb img:hover {
	background: #111;
	opacity: .5;
	-ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5);
	transform: scale(1.5);
}

.sh-grid1 .isotope-item .entry-content {
	margin-bottom: 20px !important;
}

.sh-grid1 .isotope-item p {
	margin-bottom: 20px;
}

/* End Grid Style 1 */

.post .entry-thumbnail {
	overflow: hidden;
}

/* Featured Image Hover */
.post .entry-thumbnail img {	 
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.post .entry-thumbnail img:hover {
	opacity: .5;
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5);
    transform: scale(1.5);
}
/* End Featured Image Hover */

/* Blog Section */

/* Post Like System */
a.jm-post-like {
	font-weight: normal;
	display: inline-block;
	width: auto;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
}
/* End Post Like System */

#s {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.15);
	padding-left: 40px;
}

.top-search-holder #s {
	border-top: 0px;
	background: rgba(192,192,192,0.5);
}
.top-search-holder .search-form {
	width: 50%;
	position: absolute;
    top:0;
    z-index: 99;
	right: 15px;
}

.search-span {
	position: relative;
	overflow:auto;
	height: 100%;
}

i.search-i.fa-search {
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 25px;
	line-height: 20px;
	color: rgba(0,0,0,0.15);
}

.sidebar {
	padding-bottom: 25px;
}

.sidebar-right {
	padding-left: 40px;
}

.sidebar-left {
	padding-right: 40px;
}

.sidebar-section {
	width: 100%;
	margin-bottom: 10px;
}

.sidebar h5 {
	margin-bottom: 0px;
}

.sidebar ul {
    padding: 0;
    list-style-type: none;
}
.sidebar li {
    list-style: none;
    padding: 3px;
}

.sidebar li:before {
    font-family: FontAwesome;
    content: "\f054";
	padding-right: 10px;
    opacity: .25;
}

.sidebar ul.children {
	padding-left: 10px;
}

.sidebar #recentcomments li:before {
	font-family: FontAwesome;
    content: "\f0e6";
	font-size: 30px;
    opacity: .25;
}

.sidebar .like-rank li:before {
	font-size: 45px;
	content: "";
}

.sidebar .like-rank li {
	position: relative;
}

.like-left {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-left: -10px;
	margin-right: 10px;
	width: 50px;
	position: relative;
}

.like-left i.behind {
	font-size: 30px;
	position: absolute;
	bottom: 5px;
	color: rgba(0,0,0,0.15);
}

.like-post {
	display: inline-block;
}

.like-date {
	font-size: 12px;
}

.widget-section {
	padding-bottom: 20px;
	clear:both;
}

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

.entry-header, .page-header { 
	width: 100%; 
}

.post-title {
	margin: 30px 0;
}

.entry-meta:nth-child(n + 2) span {
    margin-left: 5px;
	margin-right: 5px;
}

.entry-meta {
	padding: 5px 0;
	margin: 40px 0;
}

.entry-meta,
.entry-meta a {
    font-size: 12px;
}

.inline-readmore {
	display: inline-block;
	float: right;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition:         opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content {
	width: 100%;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

.comments-area {
    clear: both;
}

.comment-list {
	width: 100%;
}

.comment-list li {
	list-style-type: none;
}

.comment-avatar {
	float: left;
}

.comment-container {
	padding-left: 95px;
}

.comment-heading {
	margin-bottom: 10px;
}

.comment-heading cite {
	float: left;
	margin-right: 10px;
}

.comment-meta {
	padding: 5px;
}

.comment-heading .reply {
	float: right;
}

.comment-body {
	position: relative;
	background: rgba(0,0,0,0.05);
	margin: 10px 0 10px 10px;
	padding: 10px;
	overflow: auto;
}

.blog-comments {
	width: 100%;
}

.blog-comments h3 {
	font-size: 22px;
	line-height: 24px;
}

.blog-comments p {
	margin-bottom: 25px;
}

.comment-form {
	max-width: 1000px;
}

.comment-form-author {
	width: 49.5%;
	float: left;
}

input#author {
	width: 100%;
}

.comment-form-email {
	width: 49.5%;
    float: right;
}

input#email {
	width: 100%;
}

.comment-form-url {
	clear: both;
}

input#url {
	width: 100%;
	margin-bottom: 10px;
}

textarea#comment {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}

.comment-form-comment {
	clear: both;
}

.reply-error-holder {
	display: inline-block;
}

.reply-error-holder span {
	display: block;
}

.form-submit {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.tagcloud a {
	display: inline-block;
	padding: 5px;
	margin: 3px;
	background-color: rgba(0,0,0,0.25);
 	font-size: 12px !important; 
}

.form-allowed-tags {
    display: none;
}

.form-allowed-tags > code {
    white-space: normal;
    background: none;
}

.post {
	margin-bottom: 50px;
}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: left; font-size: 15px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center;}
#wp-calendar tbody td { text-align: center; padding:8px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Blog Nav */
.prev_next {
    padding: 5px 0;
    text-align: right;
    margin-bottom: 40px;
}

.prev_next a {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.page_nav {
    padding: 15px 0;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
    z-index: 2;
}

.page_nav a, .page_nav .current {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
    padding:6px 12px;
}

.page_nav a:hover, .page_nav a:focus, .page_nav a:visited {
    color: #fff;
}

.medium-blog h4 {
	margin-top: 0;
}

.medium-meta.entry-meta,
.medium-meta.edit-link {
	margin-left: 15px;
	margin-right: 15px;
}

/* End Blog */

/* woocommerce shopping cart styles - appear on all pages */

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
	height: 60px;
    width: auto;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    font-size: 100%;
    margin: 0px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    font-weight: normal;
    border-radius: 0;
    left: auto;
    color: #5E5E5E;
    text-shadow: none;
    background: none;
    white-space: nowrap;
    display: inline-block;
    box-shadow:none;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
    background: none;
    text-decoration: none;
}

/* End woocommerce shopping cart styles */

/* Timeline blog styles */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 5;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-post-content .grid-top-meta {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.timeline-post-content .grid-bottom-meta {
    margin: 20px 0;
    font-size: 12px;
}

.timeline-post-content .grid-bottom-meta a.jm-post-like {
    font-size: 12px;
}

.timeline-post-content .grid-bottom-meta span {
    display: inline-block;
}

.timeline-post-content .grid-bottom-meta span:first-child {
    margin-right: 10px;
}

.timeline-post-content .grid-bottom-meta span.bottom-read {
    float: right;
}

.timeline .page_nav a {
	position: relative;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
       /* width: calc(100%  -  90px);
        width: -moz-calc(100%  -  90px);
        width: -webkit-calc(100%  -  90px);*/
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }
}
/* End Timeline blog styles */

/* WPML Dropdown Style */
li.icl-menu a img {
	display: inline-block;
	padding-right: 5px;
}

li.icl-menu>ul.dropdown-menu {
	right: 15px;
}
/* End WPML Dropdown Style */

/*
 * Off Canvas
 * --------------------------------------------------
 */

.sidebar-offcanvas {
	top: 40px;
}

.offcanvas-list {
	list-style-type: none;
	padding-left: 0px;
}

.offcanvas-list li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
}

.offcanvas-list li a:after {
	font-family: FontAwesome;
    content: "\f105";
    display:inline-block;
    float:right;
}


@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 40px;
    width: 50%; /* 6 columns */
  }
}
/* End Off canvas sidebar */

/* Login Widget */
#login-register-password:after{content:'.';clear:both;display:block;visibility:hidden;}

.widgetSidebar ul.tabs_login li:before {
	content: '';
	font-family: inherit;
    padding-right: inherit;
	opacity: 1;
}

ul.tabs_login{
	padding: 0 !important; 
	position: relative;
	list-style: none !important;
	font-size: 14px;
	float: left;
	margin:0 !important;
	overflow: hidden;
	width: 100%;
}

ul.tabs_login li{
	border-top: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	line-height: 28px; /* = */ height: 28px;
	padding: 0 !important; 
	margin: 0 2px 0 0 !important;
	position: relative;
	background-image:none !important;
	float: left;
	width: auto;
}

ul.tabs_login li a{
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
}

ul.tabs_login li.active_login{
	border-left: 1px solid rgba(0,0,0,0.15);
	border-bottom: none;
	position: relative;
}

ul.tabs_login li.active_login::before,
ul.tabs_login li.active_login::after {
	display: block;
	content: '';
	position: absolute;
	height: 0;
	width: 999em;
	bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.tabs_login li.active_login::before {
  right: 100%;
}
ul.tabs_login li.active_login::after {
  left: 100%;
}

.tab_container_login{
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid rgba(0,0,0,0.15);
	border-top: none;
	float: left;
	width: 100%;
	top: -1px;
}

.tab_content_login{
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
}

.tab_content_login ul{
	padding: 0; 
	margin: 0 0 0 15px;
}

.tab_content_login li{ 
	margin: 5px 0; 
}

input.user-submit.sh-btn {
	padding: 5px 10px;
	text-transform: inherit;
	font-weight: normal;
	border: 0;
}

.tabbed-login-widget {
	margin-top: 10px;
}

/* global styles */

#login-register-password {
	height:0px;
}

#login-register-password.logged-in {
	height:auto !important;
	margin-bottom:-20px;
}

#login-register-password.shortcode {
	line-height:18px !important;
}

#login-register-password.shortcode h3 {
	text-align: center;
}

#login-register-password h3{
	border-bottom: 2px solid rgba(0,0,0,0.8);
	margin-bottom: 10px !important;
	padding-bottom : 10px !important;
}

#login-register-password p{
	margin: 0 0 15px 0;
	padding: 0;
	font-size:13px;
}

/* form elements */

.username, 
.password, 
.login_fields {
	margin: 7px 0 0 0;
	overflow: hidden;
	width: 100%;
}
	
.username label, 
.password label{ 
	float: left; 
	clear: none; 
}

.username input, 
.password input{
	float: left; 
	clear: none; 
	width: 95%; 
	border: 1px solid rgba(0,0,0,0.15);
	margin:0 !important;
}

.rememberme{ 
	overflow: hidden; 
	width: 100%; 
}

#rememberme{ 
	float: left; 
	clear: none; 
	margin: 4px 4px -4px 0; 
}

.userinfo{ 
	float: left; 
	clear: none; 
	width: 75%; 
	margin-bottom: 10px; 
}
.userinfo p{ 
	margin-left: 10px !important; 
	margin-bottom: 3px !important; 
}

.usericon{ 
	float: left; 
	clear: none;
	width:50px;
	max-width:25%;
}

.usericon img {
	padding: 1px;
}
/* End Login Widget */

/*  5ths Column Mod */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* End 5ths Column Mod */


/*******************************************************
 *  Media queries
 ******************************************************/

/* Ipad media queries for fixed background-attachment */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	body {
		background-attachment: scroll;
	}
    .head-section {
        background-attachment: scroll;
    }
    .front-section {
        background-attachment: scroll;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	body {
        background-attachment: scroll;
    }
    .head-section {
        background-attachment: scroll;
    }
    .front-section {
        background-attachment: scroll;
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav { float: right; }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .element { width: 50%; }
	.slide p { font-size: 25px !important; }
	.sidebar-right { padding-left: 15px; }
}   

@media screen and (min-width: 400px) and (max-width: 768px)  {
    .element { width: 80%; }
    .element img { margin: 0 auto; }
    .banner-text { width: 90%; }
	.slide p { font-size: 20px !important; }
	.panel-title { font-size: 14px; }
	.sidebar-right { padding-left: 15px; }
}
@media screen and (max-width: 400px) {
    .element { width: 100%; }
    .element img { margin: 0 auto; }
    .banner-text { width: 90%;} 
	.slide p { font-size: 18px !important; }
	.panel-title { font-size: 10px; }
	.comment-avatar { display: none;}
	.comment-container { padding-left: 0px;}
	.sidebar-right { padding-left: 15px; }
}

@media screen and (max-width: 991px) {
	.navbar-nav { float: left;width: 100%;}
    .navbar-nav > li.active:after {border-bottom-color: transparent;}
	.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
	.navbar-header { height: 60px; }
	.multi-column .row {
        display: table !important;
        clear: both;
    }
	.new-column { border-right: none !important; padding-left: 0 !important; }
	.new-column .dropdown-menu { padding: 10px 0px !important; }
	.navbar-nav li {
		clear: both;
	}
	.nav-menu-secondary .dropdown-menu {
		position: static;
		margin-top: 0px;
		border: 0;
	}
	.nav-menu-secondary {
		float: left;
		padding-left: 0;
		text-align: left !important;
	}
	.nav-menu-secondary li {
		clear: both;
	}
	.nav-menu-secondary > li a {
		padding: 0 5px !important;
	}

	.fourofour {
		font-size: 8em;
	}

	.center-logo-above .navbar-header {
    	width: auto;
    	float: none !important;
	}

	.center-logo-above .navbar-header a.navbar-brand {
    	width: auto;
		left: 0;
	}

	.center-logo-above .navbar-header .navbar-brand img {
		left: 0;
	}

	.top-minor-container {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	/*
	.top-minor-menu {
		float: none !important;
		display: inline-block !important;
		vertical-align: top;
		padding: 0 !important;
		margin: auto;
	}
	*/

	.navbar-header .navbar-brand {
		float: left !important;
	}

	.navbar-collapse.in {
		overflow-x: hidden;
	}

	.center-logo-above .nav-header-collapse ul.navbar-nav,
	.left-logo .nav-header-collapse ul.navbar-nav,
	.right-logo .nav-header-collapse ul.navbar-nav {
    	display: inline-block;
    	text-align: left;
    	margin: 0 auto;
    	float: none !important;
	}
	.navbar-nav>li.menu-item:hover,
    .navbar-nav>li.menu-item.active,
    .navbar-nav>li.menu-item:focus,
    .navbar-nav>li.menu-item.current-menu-ancestor {
		border-top: none !important;
		margin-top: 0 !important;
	}
	.center-logo-above .nav-header-collapse > ul > li > a, 
	.left-logo .nav-header-collapse > ul > li > a, 
	.right-logo .nav-header-collapse > ul > li > a,
	.top-holder .navbar-nav > li > a {
    	line-height: 30px;
		padding: 5px !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 992px) {
	.medium-blog h4 {
		margin-top: 20px;
	}
	/* Left sidebar small screen fix */
	.main-div.pull-right {
		float:none !important;
	}
}

@media (min-width: 50px) {
    .container .top-holder {
        width: auto;
        left: 0px !important;
        right: 0px !important;
        margin: 0 auto;
    }
	.sh-parallax .nested-container,
	.sh-solidbg .nested-container,
	.sh-video .nested-container {
		padding-left: 15px;
		padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .container .top-holder { width: 750px; }
	.nested-container,
	.top-slide-container,
	.top-search-holder { 
		width: 720px;
	}
	.navbar-default { width: 720px;}
}
@media (min-width: 992px) {
 	.container .top-holder { width: 970px; }
	.nested-container,
	.top-slide-container,
	.top-search-holder { width: 940px;}
	.navbar-default { width: 940px;}
}
@media (min-width: 1200px) { 
	.container .top-holder { width: 1170px; }
	.nested-container,
	.top-slide-container,
	.top-search-holder { width: 1140px;}
	.container-fluid .navbar { width: 1140px; }
	.navbar-default { width: 1140px;}
}

