/* Primary CSS */
/* =========== _mobile.css =========== *//*---------------------------------*/
/* Mobile Menu Styling
/*---------------------------------*/
#tt-mobile-menu-button {
	background-color: #1B1B1B;
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	cursor: pointer;
	width: 100%;
	display: block;
	text-decoration: none;
}

#tt-mobile-menu-button span {
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-left: 80%;
	padding: 15px 27px 15px 0;
}

#tt-mobile-menu-wrap {
	background: #111;
}

#tt-mobile-menu-list {
	background: #111;
	margin: 0 auto;
	padding: 0 0 20px;
	padding-top: 10px;
	width: 80%;
}

#tt-mobile-menu-list ul {
	padding: 0;
}

#tt-mobile-menu-list li {
	border-top: 1px solid #313335;
	display: block;
	float: none;
}

#tt-mobile-menu-list li:first-child {
	border-top: none;
}

#tt-mobile-menu-list li a {
	border: none;
	color: #9da0a4;
	display: block;
	height: auto;
	font-size: 1.2em;
	line-height: 2.5em;
	text-decoration: none;
}

#tt-mobile-menu-list li a:hover,
#tt-mobile-menu-list li.current-cat > a,
#tt-mobile-menu-list li.current_page_item > a,
#tt-mobile-menu-list li.current-menu-item > a {
	border: none;
	color: #ffffff;
}

#tt-mobile-menu-list li a:hover .sub-menu {
	margin: 0;
}

#tt-mobile-menu-list ul.sub-menu {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 0 10px;
	position: relative;
	top: auto;
	width: auto;
}

ul#tt-mobile-menu-list ul.sub-menu li {
	border-top: 1px solid #313335;
	height: auto;
	margin-top: 0;
}

ul#tt-mobile-menu-list li:hover ul.sub-menu {
	left: 0;
	margin: 0 0 0 10px;
	top: auto;
}

#tt-mobile-menu-list ul li:hover ul.sub-menu {
	margin: 0 0 0 10px;
}

#tt-mobile-menu-list ul.sub-menu a {
	background: transparent;
}

#tt-mobile-menu-list li li:hover ul {
	left: auto;
}

@media screen and (max-width: 1055px) {
.jquery3-slider-wrap .slider-content-main {
	width: 300px;
}

.jquery3-slider-wrap.flexslider {
	width: 90%;
}

#menu-main-nav {
	margin-right: 0;
}
}


@media only screen and (min-width:1024px) {
#tt-mobile-menu-button {display: none;}

#tt-boxed-layout #content.portfolio_full_width {
	float:none;
	margin: 0 auto;
	width: 95%;
}
}


/* ------------------------------------------ */
/* iPad Landscape --------------------------- */
/* ------------------------------------------ */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {*/
/*--------------------------------------------------*/
/* These same styles also set below @media 1023 
/*--------------------------------------------------*/
#tt-boxed-layout .content_full_width { /* added to center content area*/
	float: none;
	margin: 0 auto;
	padding: 0;
}

#tt-boxed-layout {
	width: 96%;
}

#tt-boxed-layout .top-holder,
#tt-boxed-layout .footer-content,
#tt-boxed-layout .info {
	width: 94%;
}

#tt-boxed-layout  #horizontal_nav .sub-menu {
	margin-left: 10px;
}

#tt-boxed-layout .main-area {
	width: 98%;
}

#tt-boxed-layout .tools {
	width: 98%;
	margin: 0px auto 40px auto;
}

#tt-boxed-layout #content.content_left_sidebar {
	margin-left: -10px;
}

#tt-boxed-layout #sidebar {
	width: 165px;	
}

#tt-boxed-layout #foot_left,
#tt-boxed-layout #foot_right {
	width: 50% !important; /* changed from 45 to 50*/
}		
	
#tt-boxed-layout .colored_box {
	width: 98%;
}
	
#tt-boxed-layout ul.products li.product {
	width: 22%;
}

#tt-boxed-layout #footer .one_third,
#tt-boxed-layout #footer .one_third_last {
	width: 31% !important;
}

#tt-boxed-layout #footer .one_fourth,
#tt-boxed-layout #footer .one_fourth_last {
	width: 23% !important;
}

}


@media only screen and (max-width:1023px) {
/*---------------------------------*/
/* Global
/*---------------------------------*/
ul.products li.product {
	width: 20%;
}

#content.content_sidebar .tabs-area .one_half, #content.content_sidebar .slide .one_half, #content.content_sidebar .tabs-area .one_half_last, #content.content_sidebar .slide .one_half_last {
	width: 50%;
	margin: 0 auto;
	float: none;
}

.portfolio_one_column_last,
.portfolio_portrait_full_last,
.portfolio_one_column.gallery_single {
	height: auto;
}

#content.content_full_width,
#content.content-left-nav,
#content.content-right-nav,
.comment-textarea,
.contact-form input[type="text"],
.contact-form textarea,
#main .sitemap_with_child,
#main .sitemap_without_child,
#content .tt-column,
#content.content_full_width .tt-column,
.portfolio_one_column_last,
#sidebar,
.tt-column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
}

#main .blog-posts-shortcode-outer-wrap:after {
  display: block;
  clear: both;
  content: "";
}


/*---------------------------------*/
/* Header + Main Menu
/*---------------------------------*/
#wrapper {
	display: block;
}

.top-block .top-holder {
	width: auto;
	padding: 10px;
	/* overflow: hidden; commented out because hides dropdown nav in top-toolbar */
}

#header .header-area {
	width: auto;
	padding: 38px 0px 33px; /* changed from 15 to 0 for the slider */
}

#header .logo,
#header .custom-logo,
#header .tt-logo-right .logo,
#header .tt-logo-right .custom-logo {
	float: none;
	margin: 0;
}

#header .logo img,
#header .custom-logo,
#header .tt-logo-right .logo img {
	display: block;
	margin: 0 auto 20px;
}

#header .custom-logo {
	text-align: center;
	margin-bottom: 25px !important;
}

#menu-main-nav,
#header .header-holder #megaMenu,
#header .tt-logo-right #menu-main-nav,
#header .header-holder.tt-logo-right #megaMenu {
	float: none;
	text-align: center;
}

#megaMenu ul.megaMenu > li.menu-item {
	float: none !important;	
}

#menu-main-nav li,
#menu-main-nav .sub-menu li {
	text-align: left;
}

#menu-main-nav li {
	display: inline-block;
	float: none;
}

#menu-main-nav li:first-child:before {
	display: none;
}

/* logo is centered so lower dropdown menu a bit */
#menu-main-nav .drop {
	top: 48px;
}


/*---------------------------------*/
/* Sliders
/*---------------------------------*/

/* jQuery 1 Slider */
.jquery1-slider-wrap,
.jquery1-slider-wrap .slider-content-sub-full-width,
.jquery1-slider-wrap .slider-content-sub-full-width img {
	width: 708px;
	height: 263px;
}

.jquery1-slider-wrap .slider-content-main {
	width: 283px;
	margin: 38px 0 0 35px;
}

.jquery1-slider-wrap .slider-content-sub {
	margin: 13px 40px 0 0;
}

.jquery1-slider-wrap .slider-content-video {
	margin-top: -5px;
}


.jquery1-slider-wrap .slider-content-video,
.jquery1-slider-wrap .slider-content-sub img {
	width: 329px;
	
}
.jquery1-slider-wrap .slider-content-sub {
	width: 329px;
}
.flex-direction-nav .flex-next {
	right: -11px;
}

.flex-direction-nav .flex-prev {
	left: -25px;
}


/* jQuery 2 Slider */
#main.tt-slider-karma-custom-jquery-2 {
	margin-top: -157px;
}

.jquery2-slider-wrap.flexslider {
	width: 738px;
	height: 336px !important;
	background: none;
	background-image: url(../images/_global/bg-slider-jquery-2.png);
	background-size: 738px 336px;
	background-repeat: none;
/* overflow: hidden; */
}

.jquery2-slider-wrap.flexslider .flex-direction-nav a {
	top: 46%;
}

.jquery2-slider-bg,
.slider-content-full-bleed,
.slider-content-full-bleed img {
	width: 720px;
	height: 287px;
	margin: 9px 0 0 9px;
}

.slider-content-full-bleed,
.slider-content-full-bleed img {
	margin: 0;
}

.jquery2-slider-wrap .slider-content-main {
	width: 284px;
	margin: 30px 0 0 25px;
}

.jquery2-slider-wrap .slider-content-main h2 {
	font-size: 1.7em;
	margin-bottom: 15px;
}

.jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-sub-full-width {
	background: none;
	border: 5px solid #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-video {
	margin: 26px 20px 0 0;
}

.jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-video,
.jquery2-slider-wrap .slider-content-sub img {
	width: 364px;
	height: 225px;
}

.jquery2-slider-wrap .slider-content-sub img,
.jquery2-slider-wrap .slider-content-sub-full-width img {
	display: block;
	margin: 0;
}

.jquery2-slider-wrap .slider-content-sub-full-width,
.jquery2-slider-wrap .slider-content-sub-full-width img {
	width: 683px;
	height: 219px;
}

.jquery2-slider-wrap .slider-content-sub-full-width {
	margin: 29px 0 0 13px;
}

.jquery2-slider-wrap .slider-content-video {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
	height: 205px;
	margin-top: 30px;
}

.slider-content-sub-full-width img {
	height: auto;
}

.testimonials blockquote,
.testimonials_static blockquote {
	padding-left: 85px;
}

#main.tt-slider-karma-custom-jquery-2 .main-area {
	padding-top: 145px;
}

.jquery2-slider-wrap .slider-content-video iframe {
	height: 204px;
}

.jquery2-slider-bg {
	height: 287px !important;
}

.cu3er-slider-wrap {
	width: 100%;
	height: auto;
}



/*---------------------------------*/
/* Content Area
/*---------------------------------*/
#main .main-area {
	width: auto;
	padding: 43px 15px 5px;
}

#content.portfolio_full_width,
#content.content_full_width {
	width: 100%;
}

/*#content p {   whats the purpose?????
	overflow: hidden;
}*/

#content div.karma_notify p {
	overflow: inherit;
}

#sub_nav {
	width: 23%;
	background: none;
}

#sub_nav.nav_right_sub_nav {
	background-image: none;
}

#content.content-left-nav,
#content.content-right-nav {
	float: none;
	margin: 0 auto;
	width: 97%; /*added*/
}

#content.content-right-nav {
	float: left;
}

#sub_nav ul a:hover,
#sub_nav ul li.current_page_item a {
	background-position: 100% 0;
}

#horizontal_nav,
#horizontal_nav ul {
	float: none;
	overflow: hidden;
}


#content.content_sidebar.content_right_sidebar,
#content.content_sidebar.content_left_sidebar,
#content {
	width: 95% !important;
	margin: 0 auto !important;
	float: none !important;
}

#sidebar {
	float: none;
	width: 95% !important;
	border-left: none;
	border-right: none !important;
	padding: 0;
}

.sidebar-widget,
.sidebar-widget:after,
#sidebar:before,
#sidebar.left_sidebar:after {
	border: none;	
}

.sidebar-widget {
	float: none;
	width: 95%;
	margin: 0 auto;
}
#sidebar.left_sidebar {
	padding: 0;
	margin: 0;
}



/* - @since Karma 4.0
- Sub-menu now displayed as a <select> dropdown list
- comment the styles below for switching back to old sub-nav Styling
*/
#sub_nav select {
	display: block;
/* show mobile dropdown */
	width: 70%;
	margin: 0 auto;
	padding: 2px;
}

#sub_nav ul {
	display: none;
/* hide sub-nav links */
}

#sub_nav,
#sub_nav.nav_right_sub_nav {
	background: #E8E9E7;
	border: 1px solid #C6C7C4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #555;
	float: none;
	margin: 0 auto 40px auto;
	min-height: 0;
	padding: 20px 0;
	width: 80%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main.tt-slider-karma-custom-shortcode-slider #sub_nav {
	margin: 40px auto;
}

/* -- END new sub-nav <select> */

.contact-form input[type="text"],
.contact-form textarea {
	background: #fff;
	padding: 8px;
	border: 1px solid #c9cac9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 3px #c9cac9;
	-moz-box-shadow: inset 1px 1px 3px #c9cac9;
	box-shadow: inset 1px 1px 3px #c9cac9;
	width: 100% !important;
}

.smartphone-wrap {
	margin-left: 25px;
	margin-top: 0;
}

#main .contact_smartphone .sidebar-smartphone,
#main .contact_smartphone .sidebar-widget,
#main .blog-posts-shortcode {
	float: none;
	width: 100% !important;
}

#main .blog-posts-shortcode-inner-wrap {
	width: auto;
}

#main .blog-posts-shortcode-content {
	overflow: hidden;
	width: auto;
	float: none;
}

#main .blog-posts-shortcode-thumb {
	margin: 0 10px 0 0;
}

#content .sidebar-smartphone ul {
	overflow: hidden;
}

.contact_smartphone {
	height: auto;
	background: none;
}

.video-sub {
	float: none;
	width: 100%;
}

#main .sitemap_with_child,
#main .sitemap_without_child {
	width: 25%;
	margin: 0 0 20px;
	padding: 0 10px 0 0;
}

.video-main {
	float: none;
	width: 100%;
	height: auto;
	background: none;
	text-align: center;
}

.video-frame {
	width: auto;
	height: auto;
	position: static;
	background: none;
}

#main .blog-posts-shortcode-outer-wrap {
	float: none;
	width: 100%;
}

.four_error {
	padding: 0;
	margin: 0;
	background: none;
	min-height: 30px;
}

.four_message {
	width: 100%;
}

#wrapper #blog-tabs {
	position: relative;
	padding: 0;
}

#wrapper #blog-tabs .tabset {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
}



/*---------------------------------*/
/* Columns
/*---------------------------------*/
#content .tt-column,
#content.content_full_width .tt-column {
	float: left !important;
	margin: 0 0 15px !important;
	min-height: 20px !important;
	padding: 0 10px;
	height: auto;
}

#content.content_full_width .tabs-area .one_half,
#content.content_full_width .tabs-area .one_half_last,
#content.content_full_width .one_half,
#content.content_full_width .one_half_last,
#content .one_half,
#content .one_half_last,
.footer-content .one_half,
.footer-content .one_half_last {
	width: 50%;
}

#content.content_full_width .tabs-area .one_third,
#content.content_full_width .tabs-area .one_third_last,
#content.content_full_width .one_third,
#content.content_full_width .one_third_last,
#content .one_third,
#content .one_third_last,
.footer-content .one_third,
.footer-content .one_third_last {
	width: 33%;
}
#tt-gallery-iso-wrap .one_half.isotope-item,
#tt-gallery-iso-wrap .one_half_last.isotope-item {
	width: 48%;
}

#tt-gallery-iso-wrap .one_third.isotope-item,
#tt-gallery-iso-wrap .one_third_last.isotope-item {
	width: 30%;
}


#content.content_full_width .tabs-area .one_fourth,
#content.content_full_width .tabs-area .one_fourth_last,
#content.content_full_width .one_fourth,
#content.content_full_width .one_fourth_last,
#content .one_fourth,
#content .one_fourth_last,
.footer-content .one_fourth,
.footer-content .one_fourth_last {
	width: 25%;
}

#tt-gallery-iso-wrap .one_fourth.isotope-item,
#tt-gallery-iso-wrap .one_fourth_last.isotope-item {
	width: 20%;
}

#content.content_full_width .tabs-area .one_fifth,
#content.content_full_width .tabs-area .one_fifth_last,
#content.content_full_width .one_fifth,
#content.content_full_width .one_fifth_last,
.footer-content .one_fifth,
.footer-content .one_fifth_last {
	width: 20%;
}

#content.content_full_width .tabs-area .one_sixth,
#content.content_full_width .tabs-area .one_sixth_last,
#content.content_full_width .one_sixth,
#content.content_full_width .one_sixth_last,
.footer-content .one_sixth,
.footer-content .one_sixth_last {
	width: 16%;
}

#content.content_full_width .three_fourth,
#content.content_full_width .three_fourth_last {
	width: 75%;
}

#content.content_full_width .two_thirds,
#content.content_full_width .two_thirds_last,
#content .two_thirds,
#content .two_thirds_last {
	width: 67%;
}


.portfolio_one_column,
.portfolio_portrait_full_last,
.portfolio_one_column_last {
	float: none;
	max-width: 98% !important;
	width: 98% !important;
}



/*---------------------------------*/
/* Image Frames
/*---------------------------------*/
.modern_img_frame,
.shadow_img_frame {
background: #E3E1E1 !important;
border: 1px solid;
border-color: #cfcfce #9d9d9b #404040 #9d9d9b;
box-sizing: border-box;
float: none;
height: auto;
margin: 0 auto 25px;
max-width: 100%;
padding: 7px 8px 9px;
position: relative;
width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.shadow_img_frame {
background: #FFF !important;
border-color: #cfcfce;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.modern_img_frame img,
.shadow_img_frame img,
.modern_img_frame .tt-blog-placeholder,
.shadow_img_frame .tt-blog-placeholder {
	position: relative !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.modern_img_frame:after,
.shadow_img_frame:after {
position: absolute;
z-index: -1;
content: "";
top: 50%;
bottom: 5px;
width: 90%;
left: 5%;
border-radius: 100%/20%;
-moz-border-radius: 100%/20%;
-webkit-border-radius: 100%/20%;
box-shadow: 0 15px 7px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.2);
}

.modern_img_frame > div,
.shadow_img_frame > div {
width: auto;
height: auto;
display: block;
background: #fff;
border: 1px solid;
border-color: #5a5a59 #a0a09e #c9c9c7 #a0a09e;
position: relative;
margin: 0 auto;
}

.shadow_img_frame > div {
background: #fff !important;
border-color: #fff;
}

.modern_img_frame > div:before {
content: '';
position: absolute;
left: -7px;
top: -7px;
height: 1px;
width: 100%;
background: #fff;
padding: 0 7px;
}

.modern_img_frame > div:after {
content: '';
position: absolute;
left: 0;
top: 100%;
margin: 1px 0 0;
height: 1px;
width: 100%;
background: #fff;
}

.tt-blog-placeholder.tt-blog-two_col_large {
	padding: 24.1% 0;
}

.tt-blog-placeholder.tt-blog-two_col_large:before {
	top: 47%;
	left: 45%;
}

.tt-blog-placeholder.tt-blog-three_col_large {
	padding: 22.6% 0;	
}

.tt-blog-placeholder.tt-blog-three_col_large:before {
	top: 45%;
	left: 45%;
}

.tt-blog-placeholder.tt-blog-four_col_large {
	padding: 24% 0;
}

.tt-blog-placeholder.tt-blog-four_col_large:before {
	top: 40%;
	left: 40%;
}

.tt-blog-placeholder.tt-blog-two_col_small {
	padding: 25% 0;
}

.tt-blog-placeholder.tt-blog-two_col_small:before {
	top: 50%;
	left: 45%;
}

.tt-blog-placeholder.tt-blog-three_col_small {
	padding: 23% 0;
}

.tt-blog-placeholder.tt-blog-three_col_small:before {
	top: 45%;
	left: 45%;
}

.tt-blog-placeholder.tt-blog-four_col_small {
	padding: 21% 0;
}

.tt-blog-placeholder.tt-blog-four_col_small:before {
	top: 40%;
	left: 45%;
}

.lightbox-zoom,
.lightbox-zoom.zoom-1,
.lightbox-zoom.zoom-2,
.lightbox-zoom.zoom-portrait-full {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* custom loader GIF to play nicely with required background color of modern frames on mobile */
.content-style-default .modern_img_frame .img-preload,
.content-style-white .modern_img_frame .img-preload,
.content-style-steel .modern_img_frame .img-preload,
.content-style-tan .modern_img_frame .img-preload,
.content-style-grey .modern_img_frame .img-preload,
.content-custom-bg .modern_img_frame .img-preload {
	background-image: url(../images/_global/loader-mobile.gif);	
}

/* 
The first breakpoint in real-world scenario this will get applied to is apple ipad portrait mode
(must be specific to override CSS in style.css)
*/

/* ----frames---- */
.modern_img_frame.modern_two_col_large,
.modern_img_frame.modern_two_col_small,
.modern_img_frame.modern_three_col_large,
.modern_img_frame.modern_three_col_small,
.modern_img_frame.modern_four_col_large,
.modern_img_frame.modern_four_col_small,
.modern_img_frame.modern_portrait_thumb,
.modern_img_frame.modern_portrait_full,
.modern_img_frame.modern_banner_full,
.modern_img_frame.modern_banner_regular,
.modern_img_frame.modern_gallery_single,
.modern_img_frame.tt-blog-featured,
/* shadow */
.shadow_img_frame.shadow_two_col_large,
.shadow_img_frame.shadow_two_col_small,
.shadow_img_frame.shadow_three_col_large,
.shadow_img_frame.shadow_three_col_small,
.shadow_img_frame.shadow_four_col_large,
.shadow_img_frame.shadow_four_col_small,
.shadow_img_frame.shadow_portrait_thumb,
.shadow_img_frame.shadow_portrait_full,
.shadow_img_frame.shadow_banner_full,
.shadow_img_frame.shadow_banner_regular,
.shadow_img_frame.shadow_gallery_single,
.shadow_img_frame.tt-blog-featured,
/* ----images---- */
.modern_img_frame.modern_two_col_large img,
.modern_img_frame.modern_two_col_small img,
.modern_img_frame.modern_three_col_large img,
.modern_img_frame.modern_three_col_small img,
.modern_img_frame.modern_four_col_large img,
.modern_img_frame.modern_four_col_small img,
.modern_img_frame.modern_portrait_thumb img,
.modern_img_frame.modern_portrait_full img,
.modern_img_frame.modern_banner_full img,
.modern_img_frame.modern_banner_regular img,
.modern_img_frame.modern_gallery_single img,
.modern_img_frame.tt-blog-featured img,
/* shadow */
.shadow_img_frame.shadow_two_col_large img,
.shadow_img_frame.shadow_two_col_small img,
.shadow_img_frame.shadow_three_col_large img,
.shadow_img_frame.shadow_three_col_small img,
.shadow_img_frame.shadow_four_col_large img,
.shadow_img_frame.shadow_four_col_small img,
.shadow_img_frame.shadow_portrait_thumb img,
.shadow_img_frame.shadow_portrait_full img,
.shadow_img_frame.shadow_banner_full img,
.shadow_img_frame.shadow_banner_regular img,
.shadow_img_frame.shadow_gallery_single img,
.shadow_img_frame.tt-blog-featured img {
	height: auto !important;
	width: 100% !important;
	/*max-width: 100% !important;*/
	display:table;
}

/* Reset these so they don't stretch larger than original size */

/* ----frames---- */
.modern_img_frame.modern_banner_small,
.modern_img_frame.modern_square,
.shadow_img_frame.shadow_banner_small,
.shadow_img_frame.shadow_square,
/* ----images---- */
.modern_img_frame.modern_banner_small img,
.modern_img_frame.modern_square img,
.shadow_img_frame.shadow_banner_small img,
.shadow_img_frame.shadow_square img {
	height: auto !important;
	width: auto !important;
	max-width: auto !important;	
}


/* These require custom settings for proper rendering */
.shadow_img_frame.shadow_portrait_full img {
	/*height: 792px !important;*/
	max-height: 792px !important;
}

.modern_img_frame.modern_gallery_single,
.shadow_img_frame.shadow_gallery_single {
	/*height: 551px !important;*/
	max-height: 551px !important;
}



/*---------------------------------*/
/* WooCommerce
/*---------------------------------*/
.widget_shopping_cart .buttons a.button {
	font-size: 11px !important;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	width: 98% !important;
}

.tt-woocommerce #content.content_full_width div.product div.images {
	width: 44%;
}

.woocommerce-page #tt-boxed-layout #sidebar {
	width: 190px !important;
	border: 0;
}

.woocommerce-page #tt-boxed-layout #sidebar:before {
	border: 0;
}


/* Product Description Page */
div.product div.images {
	width: 38% !important;	
}

div.product div.images img {
	height: auto;	
}

div.product div.summary {
	float: left !important;
	margin-left: 30px;
}

div.product .woocommerce-tabs {
	padding-top: 30px !important;
}



/*---------------------------------*/
/* Boxed Layout
/*---------------------------------*/
#tt-boxed-layout {
	width: 97%;  /* changed from 96 to 97 for slider comfort at 768 */
}

#tt-boxed-layout .top-holder,
#tt-boxed-layout .footer-content,
#tt-boxed-layout .info {
	width: 94%;
}

#tt-boxed-layout  #horizontal_nav .sub-menu {
	margin-left: 10px;
}

/*#tt-boxed-layout .main-area {
	width: 96%;
}*/

#tt-boxed-layout .tools {
	width: 98%;
	margin: 0px auto 40px auto;
}

/*#tt-boxed-layout .jquery2-slider-wrap,
#tt-boxed-layout .jquery2-slider-wrap li,
#tt-boxed-layout .jquery-pager {
	width: 97% !important;
}
*/
/*#tt-boxed-layout .one_half,
#tt-boxed-layout .one_half_last,
#tt-boxed-layout #foot_left,
#tt-boxed-layout #foot_right {
	width: 45% !important;
}*/		
	
#tt-boxed-layout .colored_box {
	width: 98%;
}
	
/*#tt-boxed-layout ul.products li.product {
	width: 22%;
}*/

/*#tt-boxed-layout #footer .one_third,
#tt-boxed-layout #footer .one_third_last {
	width: 31% !important;
}
*/
#tt-boxed-layout #footer .one_fourth,
#tt-boxed-layout #footer .one_fourth_last {
	width: 23% !important;
}



/*---------------------------------*/
/* Misc Styles
/*---------------------------------*/
.small_button,
.medium_button,
.large_button {
	margin-left: 2px;
}

/* Internet Explorer */
.ie9 .home-main-area .content_full_width {
	padding-top: 0px !important;
	margin-top: -60px !important;
}


/*---------------------------------*/
/* Blog
/*---------------------------------*/
#content.content_blog {
	float:none;
	margin:0 auto;
}

.post_title,
.post_content,
.post_footer,
.blog_wrap,
.single_blog_wrap,
#sidebar.sidebar_blog {
	float: none;
	width: 98%;
}

.blog_wrap,
.single_blog_wrap {
	margin-bottom: 80px;
}

.post_content {
	padding-bottom:0px;
}

.post_footer {
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 45px;
	border-top: none;
	display: table;
}

.post_cats,
.post_tags {
	float: none;
	/*width: 100%;*/
	overflow: hidden;
}

.post_tags p {
	float: none !important;
}

#content .post_content p {
	padding: 0 0 5px 0;
}

.post_comments,
.post_date {
	right: 4px;
	display: none;
}

#sidebar.sidebar_blog:before {
	display: none;
}

#sidebar.sidebar_blog {
	border-left: none;
}

#sidebar.sidebar_blog .sidebar-widget {
	width: 95%;
	clear: left;
	margin: 0 auto;
	float: none;
}


.post_comments span {
	text-align: center;
}

.comment-wrap {
	float: none;
	overflow: hidden;
}

.comment-content,
#about-author-wrap .comment-content {
	width: auto !important;
	float: none !important;
	overflow: hidden;
}

.comment-text,
#about-author-wrap .comment-text {
	width: auto !important;
	overflow: hidden;
	float: none;
}

.comment-ol li ul li ul li .comment-content {
	margin-left: 35px;
}

#content .children .children {
	margin-left: 0;
}

.comment-ol li ul li ul li .comment-wrap {
	background-position: 0 0;
}

.comment-input-wrap {
	float: none;
}

.comment-textarea {
	background: #fff;
	width: 100%;
	padding: 10px;
	height: 120px;
	border: 1px solid #c9cac9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 3px #c9cac9;
	-moz-box-shadow: inset 1px 1px 3px #c9cac9;
	box-shadow: inset 1px 1px 3px #c9cac9;
}

#content ol, .content_full_width ol {
	margin-left: 0;
}

.sharelink_small {
	margin-right: 0 !important;
}

.attachment-fadeIn,
.attachment-post-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
}

/* .hr_shadow,
.content_full_width .hr_shadow {
width: 300px !important;
background-size: 300px 30px !important;
height: 10px;
margin: 15px auto 20px;
} */

.callout-wrap {
	float: none;
}

.uds-pricing-table td,
.uds-pricing-table th {
	padding: 3px 0;
}

.uds-pricing-table .small_button {
	padding: 3px 5px;
	margin: 0 !important;
}

.uds-pricing-table .small_button span {
	display: inline;
	background: none;
	padding: 0;
	line-height: normal;
}

/*---------------------------------*/
/* Footer
/*---------------------------------*/
.info {
	font-size: 12px;
	padding: 34px 0 20px 0;
	width: 98%;
}

#footer .footer-content {
	width: auto;
	padding: 0 15px;
}

#footer .one_third,
#footer .one_third_last,
#footer .one_fourth,
#footer .one_fourth_last {
	width: 43%;
}

#footer .one_half,
#footer .one_third,
#footer .one_fourth {
	margin-right: 5%;
	margin-bottom: 35px;
}

#footer .one_half_last,
#footer .one_third_last,
#footer .one_fourth_last {
	float: left;
}

#footer .one_third_last,
#footer .one_fourth + .one_fourth + .one_fourth {
	clear: left;
}

#footer .footer-content {
	padding: 45px 0 25px;
	width: 90%;
	margin: 0 auto;
}

#footer #footer-callout-content {
	width: auto;
}

#footer_bottom {
	background-size: 100% 100%;
}

#foot_left {
	padding: 0 0 10px 0;
	text-align: center;
	width: 95%;
}

#foot_right {
	float: none;
	clear: left;
	text-align: center;
	width: 100%;
}

#footer_bottom #foot_right ul {
	float: none;
	overflow: auto;
	margin: 0 auto;	
}

#footer_bottom #foot_right ul li {
	display: inline-block;
	float: none;
	margin: 0;
}

/*#footer_bottom .top-footer {
	position: absolute;
	right: 2%;
	top: 42%;
}*/

/* a.link-top {
	font-size: 13px;	
} */

#footer #mc_signup .mc_merge_var {
	overflow: hidden;
}

#footer #mc_signup .mc_var_label {
	margin: 2px 0 0;
	width: 120px;
	float: left;
}
}




/* ------------------------------------------ */
/* (max-width: 980px) ----------------------- */
/* ------------------------------------------ */
@media screen and (max-width: 980px) {
.member-bio {
	width: 60%;
}
}



/* ------------------------------------------ */
/* (max-width: 860px) ----------------------- */
/* ------------------------------------------ */
@media screen and (max-width: 860px) {
.jquery3-slider-wrap .slider-content-main {
	width: 100%;
}

.jquery3-slider-wrap .slider-content-sub,
.jquery3-slider-wrap .slider-content-video {
	float: none;
	margin: auto;
	clear: both;
	width: 432px;
	height: 270px;
}

/*.slides iframe {
	height: 205px !important;
}*/

.slides {
	overflow: hidden;
}

.jquery1-slider-wrap .slider-content-video {
	float: right;
}
#tt-gallery-iso-wrap .one_half.isotope-item,
#tt-gallery-iso-wrap .one_half_last.isotope-item {
	width:100%;
}

.tt-blog-placeholder.tt-blog-two_col_large {
	padding: 23.8% 0;
}

.tt-blog-placeholder.tt-blog-three_col_large {
	padding: 21.8% 0;	
}

.tt-blog-placeholder.tt-blog-four_col_large {
	padding: 22.3% 0;
}

.tt-blog-placeholder.tt-blog-two_col_small {
	padding: 24.7% 0;
}

.tt-blog-placeholder.tt-blog-three_col_small {
	padding: 23% 0;
}

.tt-blog-placeholder.tt-blog-four_col_small {
	padding: 21% 0;
}
}

@media screen and (max-width: 812px) {
/* .flex-direction-nav a {
	display: none;
} */
.one_fourth .tt-icon-box,
.one_fourth_last .tt-icon-box{
	padding: 30px 15px;
}

}



/* ------------------------------------------ */
/* iPad Portrait and below ------------------ */
/* ------------------------------------------ */
@media only screen and (max-width:767px) {

.tt-blog-placeholder.tt-blog-two_col_large {
	padding: 23.3% 0;
}

.tt-blog-placeholder.tt-blog-three_col_large {
	padding: 21.2% 0;	
}

.tt-blog-placeholder.tt-blog-four_col_large {
	padding: 22.3% 0;
}

.tt-blog-placeholder.tt-blog-two_col_small {
	padding: 24.2% 0;
}

.tt-blog-placeholder.tt-blog-three_col_small {
	padding: 22.8% 0;
}

.tt-blog-placeholder.tt-blog-four_col_small {
	padding: 20.5% 0;
}

#tt-mobile-menu-button span {
	margin-left: 77%;
}

.flexslider .slides > li {
	padding-bottom: 20px;	
}

.jquery1-slider-wrap {
	width: 450px;
	height: 489px;
/* height: 136px; use this height if slider contains only full-width images */
}

.jquery1-slider-wrap .slider-content-sub-full-width,
.jquery1-slider-wrap .slider-content-sub-full-width img {
	width: 450px;
	height: 136px;
}

.jquery1-slider-wrap .slider-content-main {
	width: 380px;
	height: 190px;
}

.jquery1-slider-wrap .slider-content-sub,
.jquery1-slider-wrap .slider-content-video,
.jquery1-slider-wrap .slider-content-sub img {
	width: 380px;
	height: 241px;
}

.jquery1-slider-wrap .slider-content-sub {
	margin: 20px 37px 0 0;
}

.jquery1-slider-wrap .slider-content-sub-video {
	margin: 8px 37px 0 0;
}

.jquery1-slider-wrap .slider-content-sub img {
	margin: 0;
}

/* .flex-direction-nav .flex-next {
	right: 18px;
}

.flex-direction-nav .flex-prev {
	left: 8px;
} */

.flex-direction-nav .flex-next {
	right: 31px;
}

.flex-direction-nav .flex-prev {
	left: 20px;
}

.flex-direction-nav .flex-prev span:before,
.flex-direction-nav .flex-next span:before {
	font-size: 22px;
}


/* jquery2 slider */
.jquery2-slider-wrap.flexslider {
	/* width: 451px; */
	width: 90%;
	height: auto !important;
	background: none;
	background-image: none !important;
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
	overflow: hidden;
	padding-bottom: 10px;
}

.jquery2-slider-bg {
	box-shadow: none;
	height: auto;
	/* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
}

.jquery2-slider-wrap .slider-content-main {
	/* width: 392px; */
	width: 80%;
	/* margin-bottom: 26px; */
	float: none;
	margin: 0 auto;
	padding: 30px;
}

.jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-video,
.jquery2-slider-wrap .slider-content-sub img {
	width: 389px;
	height: 241px;
}

.jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-video {
	/* float: left;
	margin: 0 0 30px 21px; */
	float: none;
	margin: 0 auto;
}

.jquery2-slider-wrap .slider-content-video {
	/* margin: 0 0 21px 15px; */
	margin: 0 auto;
	float: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
}

.jquery2-slider-wrap .fluid-width-video-wrapper {
	max-height: 100px;	
}

.jquery2-slider-wrap .slider-content-sub-full-width,
.jquery2-slider-wrap .slider-content-sub-full-width img {
	width: 432px;
	height: 146px;
	margin: 0;
}

.jquery2-slider-wrap .slider-content-full-bleed,
.jquery2-slider-wrap .slider-content-full-bleed img {
	width: 442px;
	height: 174px;
}

.jquery2-slider-wrap .flex-direction-nav .flex-prev {
	left: 17px;
}

/* Testimonials */
.testimonials:after,
.testimonials_static:after {
	background: none;
}

.testimonials blockquote,
.testimonials_static blockquote {
	padding-left: 15px;
}

.testimonials .flex-direction-nav .flex-next {
	right: -10px;
}

.testimonials .flex-direction-nav .flex-prev {
	left: -21px;
}


/*---------------------------------*/
/* Blog
/*---------------------------------*/
#sidebar.sidebar_blog {
	width: 93%;
	margin: 0;
}

#sidebar.sidebar_blog .sidebar-widget {
	width: 100%;
}

.karma-pages,
.wp-pagenavi {
	padding: 0 0 45px 0;
	text-align: center;
}

.karma-pages .pages,
.wp-pagenavi .pages {
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
}

#content .blog_wrap:last-child {
	margin-bottom: 20px;
}

.jquery1-slider-wrap .slider-content-video-alt {
	width: 401px;
	height: 231px;
	top: 10px;
	right: 10px;
	position: absolute;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

/*---------------------------------*/
/* Content
/*---------------------------------*/
#content.content-left-nav,
#content.content-right-nav {
	clear: both;
	width: 98%;
}

/* - @since Karma 4.0
- un-comment the styles below to switch back to old sub-nav Styling
- make sure to comment out <select> styles above

#sub_nav.nav_right_sub_nav {
background-image: none;	
}

#sub_nav,
.nav_right_sub_nav {
padding-bottom: 35px;
width: 80% !important;
margin: 0 auto 40px auto;
float: none;
background: none;
min-height: 0;
background: #E8E9E7;
border: 1px solid #C6C7C4;
color: #555555;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#sub_nav .sub-menu li .sub-menu,
#sub_nav .sub-menu li .sub-menu li .sub-menu {
margin-bottom: 0;
margin-top: 0;	
}

#sub_nav ul a {
border: 0;
width: 94%;
padding: 4px 8px;
}

#sub_nav ul {
padding: 5%;
}

#sub_nav .current_subpage a,
#sub_nav .current_subpage a:hover {
font-weight: bold;
}

#sub_nav ul a,
#sub_nav ul a:hover,
#sub_nav ul li.current_page_item a,
#sub_nav.nav_right_sub_nav li.current_page_item a,
#sub_nav.nav_right_sub_nav ul a:hover {
box-shadow: 0 0 2px #999 inset;
background-image: none;
background: #CCC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#sub_nav ul a,
#sub_nav li ul li a:hover,
#sub_nav ul.sub-menu li ul li a:hover,
#sub_nav ul.sub-menu li.current_page_item a,
#sub_nav li.current_page_item ul li a {
box-shadow: none;
background: none;	
}

#sub_nav ul a:hover {
background: #BBB;
}

.nav_right_sub_nav,
.nav_right_sub_nav ul {
margin-right: 10% !important;
}

#sub_nav.nav_right_sub_nav ul a:hover,
#sub_nav.nav_right_sub_nav ul li.current_page_item a {
padding-left: 21px;
}

-- END old sub-nav styling */


#sidebar,
#sidebar:before {
	border: 0;
}

#sidebar {
	background: none;
	float: none !important;
	width: 100% !important;
	padding: 0;
	clear: both;
}

.cu3er-slider-wrap {
	width: 100%;
	margin-top: 40px !important;
	height: auto;
}

#menu-main-nav,
.post_share,
#sub_nav ul a:after {
	display: none;
}

#main .frame h1 {
	font-size: 20px;
}

.top-block .toolbar-left {
	float: none;
	overflow: hidden;
	margin: 0 0 7px;
}

.top-block .toolbar-right {
	float: none;
}

.top-block .toolbar-right ul {
	float: none;
}

.top-block .search-form {
	margin-left: -48%;
}

#content.content_full_width {
	padding: 0 10px;
}

#main .tools h1 {
	float: none;
}

.tools {
	margin: 0 0 25px;
}

.tools .search-form {
	float: none;
	width: auto;
	margin: 0;
}

.tools .breadcrumb {
	float: none;
}

/* .jquery2-slider-bg, */
.slider-content-full-bleed,
.slider-content-full-bleed img {
	width: 100% !important;
}

.jquery2-slider-bg {
	width: 97%;
}
	
.jquery2-slider-wrap .slider-content-video {
	/* width: 100% !important; */
	height: 224px !important;
}

.jquery2-slider-bg {
	height: auto !important;
}

.slides iframe {
	height: auto !important;
	weight: auto !important;
}

/*body .attachment-fadeIn,*/
body .attachment-post-thumbnail {
	width: 191px;
	height: 112px;
}

.jquery2-slider-wrap .flex-control-nav {
	/* bottom: -5px; */
	display: none;
}

.jquery3-slider-wrap.flexslider {
	padding-left: 10px;
	padding-right: 10px;
	width: 97%;
	height: auto !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jquery3-slider-wrap .slider-content-main,
.jquery1-slider-wrap .slider-content-sub/*,
.slider-content-video*/ {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jquery3-slider-wrap .flex-direction-nav .flex-prev {
	left: 10px;
}

.jquery3-slider-wrap .flex-direction-nav .flex-next {
	right: 10px;
}

.jquery3-slider-wrap .slider-content-sub,
.jquery3-slider-wrap .slider-content-video {
	float: none;
}

.flex-control-nav {
	width: 98%;
}

.jquery2-slider-bg {
	height: auto !important;
}

/* .jquery2-slider-wrap .slider-content-video {
	width: 90% !important;
} */

.slides iframe {
	height: 200px !important;
}

#content.content_blog {
	width: 97%;
}

#content {
	width: 95%;
}

.jquery1-slider-wrap .slider-content-sub {
	float: right;
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
	height: 256px;
}

#main.tt-slider-karma-custom-jquery-2 .main-area {
	padding-top: 67px;
	margin-top: 90px;
}
/* Center the top left and right toolbars */
.top-block .toolbar-right,
.top-block .toolbar-left {
	float: left;
	position: relative;
	left: 50%;
	overflow: visible;
	clear: both;
}

.top-block .toolbar-left > ul, .top-block .toolbar-right > ul {
	position: relative;
	left: -50%;
}

.top-block .toolbar-left ul {
	overflow: visible;
}
/* Center the top left and right toolbars */
.member-bio {
	width: 100%;
}

.tools + #horizontal_nav {
	margin-top: 0;
}
}

@media only screen and (max-width:680px) {
	
.tt-blog-placeholder.tt-blog-two_col_large {
	padding: 22.7% 0;
}

.tt-blog-placeholder.tt-blog-three_col_large {
	padding: 20.3% 0;	
}

.tt-blog-placeholder.tt-blog-four_col_large {
	padding: 20.2% 0;
}

.tt-blog-placeholder.tt-blog-two_col_small {
	padding: 23.8% 0;
}

.tt-blog-placeholder.tt-blog-three_col_small {
	padding: 21.9% 0;
}

.tt-blog-placeholder.tt-blog-four_col_small {
	padding: 19.5% 0;
}

#tt-gallery-iso-wrap .one_third.isotope-item,
#tt-gallery-iso-wrap .one_third_last.isotope-item {
	width: 100%;
}

#tt-gallery-iso-wrap .one_fourth.isotope-item,
#tt-gallery-iso-wrap .one_fourth_last.isotope-item {
	width: 100%;
}

.flex-control-nav {
	display: none;	
}

ul.products li.product {
	width: 45%;
}
ul.products li.product a {
	width: 50%;
	margin: 0 auto;
	float: left;
}
}
/* ------------------------------------------ */
/* Smaller than iPad Portrait --------------- */
/* ------------------------------------------ */
@media only screen and (max-width:620px) {
#main .sitemap_with_child,
#main .sitemap_without_child {
	width: 100%;
	text-align: center;
}
#content ul.accordion {
	margin: 0;
}

#content .one_half,
#content .one_half_last,
#content .one_third,
#content .one_third_last,
#content .two_thirds,
#content .two_thirds_last {
	float: none !important;
	width: 100% !important;
}

#content .tt-column,
#content.content_full_width .tt-column {
	width: 100% !important;
	margin: 0 0 20px 0 !important;
}

#footer .tt-column {
	width: 93% !important;
	margin: 0 0 15px 4% !important;
}

/*---------------------------------*/
/* WooCommerce
/*---------------------------------*/
.woocommerce-page #content {
	margin-left: 5px;
}

/* Product Description Page */
div.product div.summary {
	float: none !important;
	clear: left;
	margin-left: 0px;
	width: 88%;
}

.related ul.products li.product,
.related ul li.product,
.upsells.products ul.products li.product, 
upsells.products ul li.product,
.cart-collaterals .cross-sells ul.products li {
	width: auto;	
}

}


/* ------------------------------------------ */
/* (max-width: 545px) ----------------------- */
/* ------------------------------------------ */
@media screen and (max-width: 545px) {
.jquery3-slider-wrap .slider-content-sub,
.jquery3-slider-wrap .slider-content-video {
	width: 345px;
	height: 216px;
}

.slides iframe {
	height: 196px !important;
}

.slides img {
	height: auto;
}
}


/* ------------------------------------------ */
/*iPhone Landscape and below ---------------- */
/* ------------------------------------------ */
@media only screen and (max-width:480px) {
.big-banner .main-area {
	padding-top: 30px;
}

#tt-mobile-menu-button span {
	margin-left: 75%;
}

#main .frame h1 {
	font-size: 17px;
}

.post_title h2 {
	line-height: 24px;
	padding-right: 25%;
}

#content p img {
	max-width: 100%;
	height: auto;
}

#wrapper #blog-tabs .tabset {
	float: none;
	height: auto;
	position: static;
}

.comment-text,
#about-author-wrap .comment-text {
	margin: 0 !important;
	padding: 0 !important;
}

.comment-gravatar,
#about-author-wrap .comment-gravatar {
	float: none !important;
	margin: 0 auto 10px !important;
}

.comment-ol li ul li .comment-content .comment-text {
	margin: 0;
	padding: 0;
}

.post_date {
	top: -73px;
	background: none;
	box-shadow: none;
}

.post_date .day {
	color: #000;
}

.post_content {
	padding: 0 0 20px;
}

.post_comments {
	display: none;
}

#content .post_content p {
	padding-right: 5px;	
}

/* @removed since 4.0
.post_comments {
position: static;
top: 0;
left: 0;
width: auto;
height: auto;
background: none;
box-shadow: none;
}

.post_comments:before {
content: "comments";
}

.post_comments a,
.post_comments span {
text-align: left;
color: #5a7c87;
display: inline;
font-weight: normal;
} */

.sharelink_small {
	float: none;
}

.top-block .toolbar-right ul,
#footer_bottom #foot_right ul {
	font-size: 10px;
}

.uds-pricing-table thead th .uds-product-name,
#main #content .uds-pricing-table thead th .uds-product-name {
	font-size: 10px;
}

.uds-pricing-table thead th .price,
#main #content .uds-pricing-table thead th .price {
	font-size: 13px;
}

.uds-pricing-table thead th .unit,
#main #content .uds-pricing-table thead th .unit {
	font-size: 10px;
}

.uds-pricing-table .small_button,
.uds-pricing-table thead th .uds-product-name,
#main #content .uds-pricing-table thead th .uds-product-name {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: -1px;
}

/*
.large_button {
font-size: 1em;
}

.medium_button {
font-size: 0.9em;
}

.small_button {
font-size: 0.8em;
}

.big-banner #header .header-holder {
background-size: 1px 222px !important;
} 
*/

#content,
.content_full_width,
.content-right-nav {
	padding: 0 5px;
}

#footer_bottom {
	background-size: 100% 100%;	
}

/* .jquery2-slider-wrap .slider-content-video {
	margin-left: 10px !important;
} */

#content .tt-blog-no-feature .post_content p {
	padding-right: 10px;
}



/*---------------------------------*/
/* Image frames
/*---------------------------------*/
/* 
Set all values to Auto
(must be specific to override CSS in style.css)
*/
/* ----images---- */
.modern_img_frame.modern_two_col_large img
.modern_img_frame.modern_two_col_small img,
.modern_img_frame.modern_three_col_large img,
.modern_img_frame.modern_three_col_small img,
.modern_img_frame.modern_four_col_large img,
.modern_img_frame.modern_four_col_small img,
.modern_img_frame.modern_portrait_thumb img,
.modern_img_frame.modern_portrait_full img,
.modern_img_frame.modern_banner_full img,
.modern_img_frame.modern_banner_regular img,
.modern_img_frame.modern_gallery_single img,
/* shadow */
.shadow_img_frame.shadow_two_col_large img,
.shadow_img_frame.shadow_two_col_small img,
.shadow_img_frame.shadow_three_col_large img,
.shadow_img_frame.shadow_three_col_small img,
.shadow_img_frame.shadow_four_col_large img,
.shadow_img_frame.shadow_four_col_small img,
.shadow_img_frame.shadow_portrait_thumb img,
.shadow_img_frame.shadow_portrait_full img,
.shadow_img_frame.shadow_banner_full img,
.shadow_img_frame.shadow_banner_regular img {
	height: auto !important;
	width: 100% !important;
	max-width: auto !important;
}

/* 
These require specific values for proper rendering
*/
/*.modern_img_frame.tt-blog-featured {
	height: 174px !important;
	max-height: 174px !important;
	max-width: 404px !important;
	width: 404px !important;
}

.shadow_img_frame.tt-blog-featured {
	height: 176px !important;
	max-height: 176px !important;
	max-width: 405px !important;
	width: 405px !important;
}

.modern_img_frame.tt-blog-featured img,
.shadow_img_frame.tt-blog-featured img {
	max-width: 386px !important;
	width: 386px !important;	
}*/

.modern_img_frame.modern_gallery_single {
	/*height: 295px !important;*/
	max-height: 295px !important;
}


}



/* ------------------------------------------ */
/* Smaller than iPhone Landscape ------------ */
/* ------------------------------------------ */
@media only screen and (max-width:479px) {
#tt-mobile-menu-button span {
	margin-left: 66%;
}

.jquery1-slider-wrap {
	width: 290px;
	height: 457px;
/* height: 100px; use this height if slider contains only full-width images */
}

.jquery1-slider-wrap .slider-content-sub-full-width,
.jquery1-slider-wrap .slider-content-sub-full-width img {
	width: 290px;
	height: 100px;
}

.jquery1-slider-wrap .slider-content-main {
	width: 240px;
	height: 200px;
	margin: 30px 0 0 25px;
}

.jquery1-slider-wrap .slider-content-sub,
.jquery1-slider-wrap .slider-content-video,
.jquery1-slider-wrap .slider-content-sub img {
	width: 240px;
	height: 152px;
}

.jquery1-slider-wrap .slider-content-sub,
.jquery1-slider-wrap .slider-content-video {
	margin: 75px 24px 0 0;
}

.jquery1-slider-wrap .slider-content-sub img {
	margin: 0;
}


/* jquery2 slider */
.jquery2-slider-wrap.flexslider {
	/* width: 271px !important; */
	height: 500px;
/* height: 126px; use this height if slider contains all full-width images */
	background: none;
	background-image: none !important;
}

.jquery2-slider-bg {
	/* box-shadow: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
	width: 96%;
}

.jquery2-slider-wrap .slider-content-main {
	/* width: 221px; */
	margin-bottom: 26px;
}


.jquery2-slider-wrap .slider-content-sub {
	height: auto;
	width: 80%
}

.jquery2-slider-wrap .slider-content-sub img {
	width: auto;
	height: auto;
}

/* .jquery2-slider-wrap .slider-content-sub,
.jquery2-slider-wrap .slider-content-video {
	clear: left;
	margin: 0 0 30px 14px;
} */

.jquery2-slider-wrap .slider-content-video {
	width: 80%;
	height: 198px !important;
	/* margin: 0 0 21px 15px; */
	float: none;
	margin: 0 auto 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
	background: #FFF;
}

.jquery2-slider-wrap .slider-content-sub-full-width,
.jquery2-slider-wrap .slider-content-sub-full-width img {
	width: 251px;
	height: 126px;
	margin: 0;
}

.jquery2-slider-wrap .slider-content-full-bleed,
.jquery2-slider-wrap .slider-content-full-bleed img {
	width: 262px;
	height: 126px;
}

#foot_left,
#foot_right,
#footer_bottom #foot_right ul {
	width: 95%;
	float: none;
	padding: 0;
	
}

#foot_left {
	margin-bottom: 5px;
}

#foot_left .textwidget {
	margin-top: -28px;
}

#wrapper #header {
	overflow: hidden;
}

.uds-pricing-table {
	display: block;
	overflow: auto;
}

#sub_nav ul li {
	width: 100%;
}
}



@media screen and (max-width: 420px) {
.jquery3-slider-wrap .slider-content-sub, .jquery3-slider-wrap .slider-content-video {
	width: 100%;
}
ul.products li.product {
	width: 50%;
}
ul.products li.product a {
	width: 100%;
	margin: 0 auto;
	float: left;
}
}



/***********************/
/***********************/
/* ---------------------------------------------------------------------------------------------------------- */

/* The Following CSS is no longer required by Karma 4.0 however left we keep in place for backward-compatible

/* ---------------------------------------------------------------------------------------------------------- */
/***********************/
/***********************/



/* ------------------------------------------ */
/* iPad (landscape) ------------------------- */
/* ------------------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.page-template-template-homepage-jquery-2-php .content_full_width .one_third,
.page-template-template-homepage-jquery-php .content_full_width .one_third {
	margin-right: 5px !important;
}

.page-template-template-homepage-jquery-2-php #tt-boxed-layout .content_full_width .one_third,
.page-template-template-homepage-jquery-php #tt-boxed-layout .content_full_width .one_third {
	margin-right: 30px !important;
}

.page-template-template-homepage-3D-php	.content_full_width {
	margin-top: 120px;
}

.page-template-template-homepage-3D-php .cu3er-slider-wrap {
	width: 90%;
	position: relative;
	top: 50px;
}

#content ul.social_icons.tt_no_social_title li.google-plus {
	margin-right: 0px;
}

#content ul.social_icons.tt_no_social_title li.google-plus + li {
	margin-left: -18px;
}

}




/* ------------------------------------------ */
/* iPad Portrait ---------------------------- */
/* ------------------------------------------ */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

/**jQuery 2 background image size**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .jquery2-slider-wrap {
	background-size: 100% 100%;
}

/**jQuery 2 video**/
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-video {
	width: 300px;
	height: auto;
	position: relative;
	left: -20px;
	padding-bottom: 0px;
}

/**full width jQuery 2 image**/
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-full-width, 
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-content-full {
	width: 610px;
	height: 196px;
}

/**full width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-full-width {
	position: relative;
	left: 25px;
}

/**sub width jQuery 2 image**/
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub, 
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-content {
	width: 300px;
	height: auto;
	padding-bottom: 0px;
}		

/**full width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub {
	position: relative;
	left: -20px;
}


/**jQuery slider**/
.page-template-template-homepage-jquery-php #tt-boxed-layout .jquery1-slider-wrap {
	width: 680px;
}	


/**jQuery video boxed**/
.page-template-template-homepage-jquery-php #tt-boxed-layout .slider-content-video-alt {
	width: 310px;
	height: auto;
	padding-bottom: 0px;
	position: absolute;
	left: 340px;
}

/**jQuery video non-boxed **/
.page-template-template-homepage-jquery-php .slider-content-video-alt {
	width: 340px;
	height: auto;
	padding-bottom: 0px;
	position: absolute;
	left: 340px;
}	

/**sub width jQuery image**/
.page-template-template-homepage-jquery-php #tt-boxed-layout .slider-content-sub {
	position: relative;
	top: -10px;
	left: -12px;
	width: 325px;
	height: 203px;
}

/**footer boxed**/
#tt-boxed-layout .footer-content .one_fifth,
#tt-boxed-layout .footer-content .one_fifth_last {
	float: left !important;
	clear: both;
}	

/**footer boxed**/
#tt-boxed-layout .footer-content .one_sixth,
#tt-boxed-layout .footer-content .one_sixth_last {
	float: left !important;
	clear: both;
}

#content ul.social_icons.tt_no_social_title li.google-plus {
	margin-right: 0px;
}

#content ul.social_icons.tt_no_social_title li.google-plus + li {
	margin-left: -18px;
}

#tt-boxed-layout .one_fourth .tt-icon-box, .one_fourth_last .tt-icon-box {
	padding: 30px 10px;
}


}





/* ------------------------------------------ */
/* iPhone (landscape) ----------------------- */
/* ------------------------------------------ */
@media only screen and (min-width: 321px) and (max-width: 568px) and (orientation : landscape) {

/**fixes video in jquery**/
.page-template-template-homepage-jquery-php .slider-content-video iframe,
.page-template-template-homepage-jquery-php .slider-content-video-alt iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/**fixes slider overlapping pager button**/	
.page-template-template-homepage-jquery-php .jquery1-slider-wrap {
	margin-bottom: 30px;
}

/**fixes slider overlapping pager button**/		
.jquery-pager {
	position: relative;
	top: 30px;
	z-index: 9999;
}

/**boxed jQuery 2 video**/
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-video {
	width: 360px;
	position: relative;
	left: 30px;
	padding: 10px 10px 10px 10px;
	background: none;
}

/**boxed full width jQuery 2 image**/
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-full-width, 
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-content-full {
	width: 360px;
	height: auto;
}

/**boxedfull width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-full-width {
	position: relative;
	left: 25px;
}

/**boxed sub width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub {
	position: relative;
	left: 30px;
}

.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-main {
	margin: -20px 0px 0px 30px;
}	

/**jQuery 2 video**/
.page-template-template-homepage-jquery-2-php .slider-content-video {
	width: 360px;
	position: relative;
	left: 30px;
	padding: 10px 10px 10px 10px;
	background: none;
}

/**full width jQuery 2 image**/
.page-template-template-homepage-jquery-2-php  .slider-content-sub-full-width, 
.page-template-template-homepage-jquery-2-php .slider-content-sub-content-full {
	width: 360px;
	height: auto;
}

/**full width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php .slider-content-sub-full-width {
	position: relative;
	left: 40px;
}

/**sub width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php .slider-content-sub {
	position: relative;
	left: 40px;
}

.page-template-template-homepage-jquery-2-php  .slider-content-main {
	margin: -20px 0px 0px 30px;
}

/**one_third column*/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .content_full_width .one_third,
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .content_full_width .one_third_last {
	position: relative;
	left: 50px;
}


}





/* ------------------------------------------ */
/* iPhone (portrait) ------------------------ */
/* ------------------------------------------ */
@media only screen and (max-width : 320px) and (orientation : portrait) {
	
#tt-boxed-layout .jqslider {
	width: 80%;
} 

#tt-boxed-layout .jquery2-slider-wrap, #tt-boxed-layout .jquery2-slider-wrap li, #tt-boxed-layout .jquery-pager {
	width: 97%!important;
}

/**fixes video in jquery**/
.page-template-template-homepage-jquery-php .slider-content-video iframe,
.page-template-template-homepage-jquery-php .slider-content-video-alt iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/**fixes slider overlapping pager button**/	
.page-template-template-homepage-jquery-php .jquery1-slider-wrap {
	margin-bottom: 30px;
}

/**fixes slider overlapping pager button**/		
.page-template-template-homepage-jquery-2-php .jquery2-slider-wrap {
	margin: 50px 0px 30px 0px;
	height: 100% !important;
}

/**fixes slider overlapping pager button**/		
.jquery-pager {
	position: relative;
	top: 30px;
	z-index: 9999;
}

/**full width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php  .slider-content-sub-full-width {
	position: relative;
	left: 0px;
}

/**sub width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php  .slider-content-sub {
	position: relative;
	left: 0px;
}	

/**boxed full width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub-full-width {
	position: relative;
	left: -6px;
}

/**boxed sub width jQuery 2 image positioning**/	
.page-template-template-homepage-jquery-2-php #tt-boxed-layout .slider-content-sub {
	position: relative;
	left: -5px;
}

}
/* =========== print.css =========== */
@media print {

	/*Reset the Basics*/
	body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 18px Arial, Helvetica,"Lucida Grande", serif !important; color: #000;}
	p { font-size: 20px; line-height: 1.7em; }
	
	/*Header*/
	h2 {color:#000; font-size:25px;}
	.post .entry h2 {font-size:20px;}
	
	/* Links */
	/*p a:link, a:visited {background: transparent; color:#000; text-decoration:n;}*/
	/*p a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 13px;}*/
	/*p a[href^="http://"] {color:#000;}*/
	
	p a:after { content: " (" attr(href) ")"; }
	p a[href^="http://"]:after { content: " (" attr(href) ")"; }
	p a[href^="http://"]:after, a[href^="https://"]:after { content: " (" attr(href) ")"; }
	p a { word-wrap: break-word; }
	a { color: #000 !important; }
	
	/*Image*/
	img, img a, .more-link a {border:none;}
	
	
	/*Remove Elements*/
	#ccm-toolbar,
	.ccm-notification-help-launcher,
	.top-holder,
	.top-block,
	.header-area,
	.header-holder,
	.main-area .tools,
	.footer-overlay,
	#sidebar,
	footer#footer,
	.no-print,
	
	#webstats
	{display:none;}
	
	
	/*Custom Tweaks*/
	#print-header {display: inline !important;}
	#print-header h1 {padding: 0px; margin: 0px; font-size: 2.8em;}
	#print-header h4 {padding: 0px; margin: 0px;}
	#print-page-name {display: inline !important;}
	
	#homepage_featured_pages {display: none;}
	.main-holder {padding-top: 0px;}
	#content {width: 980px;}
	.scripturequote hr {border-top: 1px solid #000000; margin-bottom: -6px;}

}

/* Color Scheme CSS */
/* =========== seven-purple.css =========== *//*---------------------*/
/* Header 
/*---------------------*/
.top-block,
.top-block ul.sf-menu li ul,
#footer-callout {
	background: #371122;
}

#tt-slider-full-width {
	background: #310B1C;
}

#footer-callout {
	border-bottom: 1px solid #B75683;
}

/* primary color scheme (header / footer background) */
.header-holder,
#footer {
	border-top: 1px solid #B75683;
	background-color: #371022;
	background-image: linear-gradient(to bottom, #863C5F, #371022); /* required first in the list for IE11 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#863C5F), to(#371022));
	background-image: -webkit-linear-gradient(top, #863C5F, #371022);
	background-image: -moz-linear-gradient(top, #863C5F, #371022);
	background-image: -webkit-linear-gradient(top, #863C5F, #371022);
	background-image: -o-linear-gradient(top, #863C5F, #371022);
	background-image: ms-linear-gradient(to bottom, #863C5F, #371022);
	-pie-background: linear-gradient(to bottom, #863C5F, #371022);
}

/* Custom CSS3 Color Stops for different height headers */
.header-holder.tt-logo-center {
	background-image: linear-gradient(to bottom, #863C5F, #371022 84%);
	-pie-background: linear-gradient(to bottom, #863C5F, #371022 84%);
}

.header-holder.tt-header-holder-tall {
	background-image: linear-gradient(to bottom, #863C5F, #371022 49%);
	-pie-background: linear-gradient(to bottom, #863C5F, #371022 49%);	
}

#footer {
	background-image: linear-gradient(to bottom, #863C5F, #371022 66%);
	-pie-background: linear-gradient(to bottom, #863C5F, #371022 66%);	
}

.top-block,
.top-block a,
#header .toolbar-left li,
#header .toolbar-right li {
	color: rgba(255,255,255, 0.7);
}

#tt-mobile-menu-button span:after,
.tt-icon-box span.fa-stack {
	color: #863C5F;	
}

/*---------------------*/
/* Main Menu
/*---------------------*/
#menu-main-nav a span.navi-description,
/* reset search/404 navi-description so "blog" isn't active */
.search-header #menu-main-nav li.current_page_parent a span.navi-description,
.error-header #menu-main-nav li.current_page_parent a span.navi-description,
.top-block .top-holder ul.sf-menu li .sub-menu li a:hover {
	color: #B47A9D;
}

/* dropdown active link color */
#menu-main-nav .drop ul li.current-menu-item a,
#menu-main-nav .drop ul li.current-menu-ancestor a,
#menu-main-nav .drop ul li.current-menu-parent ul li.current-menu-item a,
#menu-main-nav .drop ul li.current-menu-ancestor ul li.current-menu-ancestor a,
#menu-main-nav .drop ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a {
	color: #A7688A;
}

/* dropdown menu bg color */
#menu-main-nav .drop .c,
#menu-main-nav li.parent:hover,
.tt-logo-center #menu-main-nav li.parent:first-child:hover,
#wrapper.tt-uberstyling-enabled #megaMenu ul.megaMenu > li.menu-item.tt-uber-parent:hover,
#wrapper.tt-uberstyling-enabled #megaMenu ul.megaMenu li.menu-item ul.sub-menu {
	/* background: #2A0E1B; original color */
	background: #371122;
}

/* dropdown link:hover bg color */
#menu-main-nav .drop ul a:hover,
#menu-main-nav .drop ul li.current-menu-item.hover a,
#menu-main-nav .drop ul li.parent.hover a,
#menu-main-nav .drop ul li.parent.hover a:hover,
#menu-main-nav .drop ul li.hover ul li.hover a,
#menu-main-nav .drop ul li.hover ul li.hover a:hover,
#menu-main-nav .drop ul li.current-menu-ancestor.hover a,
#menu-main-nav .drop ul li.current-menu-ancestor.hover ul a:hover,
#menu-main-nav .drop ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a:hover,
.top-block .top-holder ul.sf-menu li .sub-menu li a:hover,
#wrapper.tt-uberstyling-enabled .header-area #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item > a:hover {
	background: #683B52;
	color:#FFF;
}

/* reset dropdown link:hover on non-active items */
#menu-main-nav .drop ul li.parent.hover ul a,
#menu-main-nav .drop ul li.hover ul li.hover ul li a,
#menu-main-nav .drop ul li.current-menu-ancestor.hover ul a {
	background:none;	
}


/*---------------------*/
/* Footer
/*---------------------*/
#footer_bottom {
	background: #210A14 url(../images/skins/bg-footer-bottom-purple.png) top center repeat-x;
}

.footer-content a,
#footer_bottom a,
#footer .blogroll li,
#mc_signup .mc_required,
.mc_required,
#mc-indicates-required,
#footer ul.tt-recent-posts li p {
	color: rgba(255,255,255, 0.4);
}

#footer .blogroll a,
#footer ul.tt-recent-posts h4 {
	color: #FFF;
}

#footer h3 {
	border-bottom: 1px solid rgba(255,255,255, 0.2);
}

#footer,
#footer p,
#footer ul,
#footer_bottom,
#footer_bottom p,
#footer_bottom ul,
#footer #mc_signup_form label {
	color: #B1B1B1;
}

/*---------------------*/
/* IE8
/*---------------------*/
/* IE8 does not support rgba. hex# colors provided below */
.ie8 .top-block,
.ie8 .top-block a,
.ie8 #header .toolbar-left li,
.ie8 #header .toolbar-right li {
	color: #CCC;
}

.ie8 .footer-content a,
.ie8 #footer_bottom a,
.ie8 #footer .blogroll li,
.ie8 #mc_signup .mc_required,
.ie8 .mc_required,
.ie8 #mc-indicates-required {
	color: #A7688A;
}

.ie8 #footer h3 {
	border-bottom: 1px solid #965E78;
}
/* =========== secondary-purple.css =========== *//*---------------------*/
/* Sliders
/*---------------------*/
/* jQuery1 slider + utility bar */
.jquery1-slider-wrap,
.tools {
background-color: #893F62;
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#893F62), to(#360F21));
background: -webkit-radial-gradient(circle, #893F62, #360F21);
background: -moz-radial-gradient(circle, #893F62, #360F21);
background: -ms-radial-gradient(circle, #893F62, #360F21);
}

/* IE Image Fallback */
.ie7 .jquery1-slider-wrap,
.ie8 .jquery1-slider-wrap,
.ie9 .jquery1-slider-wrap {
	background: transparent url(../images/skins/secondary-purple/bg-jquery-bnr.png) 0 0 no-repeat;
}


/*---------------------*/
/* Sub Menus
/*---------------------*/
/* horizontal */
#horizontal_nav ul a:hover,
#horizontal_nav ul .current_page_item,
#horizontal_nav.tt-gallery-nav-wrap .active,
/* tabs */
.tabset .ui-state-active,
.tabset .active,
.tabset a:hover,
/* wp-page-navi */
.karma-pages span.current,
.wp-pagenavi span.current,
.woocommerce-pagination .current {
	background:#5E2641;
}

/* vertical */
#sub_nav ul a:hover,
#sub_nav ul li.current_page_item a,
#sub_nav.nav_right_sub_nav ul a:hover,
#sub_nav.nav_right_sub_nav ul li.current_page_item a {
	background: url(../images/skins/secondary-purple/sprite.png) 0px 0px no-repeat;
}

/*---------------------*/
/* Links / Lists
/*---------------------*/
/* links */
a,
p a strong,
.link-top,
.tt_comment_required,
ul.tt-recent-posts h4,
span.required,
/* lists */
ul.list li,
ul.list1 li:before,
ul.list2 li:before,
ul.list3 li:before,
ul.list4 li:before,
ul.list5 li:before,
ul.list6 li:before,
ul.list7 li:before,
ul.list8 li:before,
#sidebar ul li:before,
#sub_nav ul li .sub-menu li:before,
#sub_nav ul li .sub-menu li .sub-menu li:before,
#sidebar ul li,
/* left nav */
#sub_nav ul li .sub-menu a,
#sub_nav ul li .sub-menu li.current_page_item a,
#sub_nav ul ul a,
#sub_nav ul ul a:hover,
#sub_nav ul li.current_page_item ul li a,
#sub_nav ul li.current_page_parent ul li.current_page_item a,
/* right nav */
#sub_nav.nav_right_sub_nav ul ul a,
#sub_nav.nav_right_sub_nav ul ul a:hover,
#sub_nav.nav_right_sub_nav ul li.current_page_item ul li a,
#sub_nav.nav_right_sub_nav ul li.current_page_parent ul li.current_page_item a,
#sub_nav .sub_nav_sidebar .textwidget ul li,
#sub_nav .sub_nav_sidebar a,
i.discussion-title,
#sidebar ul.social_icons.tt_vector_social_icons a:after,
#content p.team-member-title {
	color: #9B486F;
}


/*---------------------*/
/* Layout
/*---------------------*/
.post_comments {
	box-shadow: 0 0 0 1px #893F62, 0 0 0 2px #360F21;
	background-color: #360F21;
	background-image: linear-gradient(to bottom, #360F21, #893F62); /* required first in the list for IE11 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#360F21), to(#893F62));
	background-image: -webkit-linear-gradient(top, #360F21, #893F62);
	background-image: -moz-linear-gradient(top, #360F21, #893F62);
	background-image: -webkit-linear-gradient(top, #360F21, #893F62);
	background-image: -o-linear-gradient(top, #360F21, #893F62);
	background-image: ms-linear-gradient(to bottom, #360F21, #893F62);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#360F21', endColorstr='#893F62');
}

/* IE8 + IE9 do not support CSS3 radial gradient - fallback images provided below */
.ie8 .tools .frame,
.ie9 .tools .frame {
	background: url(../images/skins/secondary-purple/bg-tools-c.png) repeat-y;
}

.ie8 span.tools-top,
.ie9 span.tools-top {
	background: url(../images/skins/secondary-purple/bg-tools-t.png) no-repeat;
}

.ie8 span.tools-bottom,
.ie9 span.tools-bottom {
	background: url(../images/skins/secondary-purple/bg-tools-b.png) 0 100% no-repeat;
}
/* =========== _font-awesome.css =========== *//*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.0.3');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}

/* Custom */
/* =========== custom.css =========== */#header .tt-retina-logo { width: 290px !important; height: 110px !important; padding-left: 20px !important; }

/*NAV ADJUSTMENT*/
#menu-main-nav .drop {
top: 27px;
}

/* SMALL LOGOS IN FIRST COLUMN OF TABLE*/
.table-logos img{max-width:75px;}
.table-logos p{margin-bottom:0px;}
.table-logos table {vertical-align: top;}
.table-logos td {vertical-align: middle;}

.s3:after {
box-sizing: border-box;
   content:"";
   position: absolute;
   top:100px;right:0;bottom:0;left: 0;
   z-index:-2;			
   -webkit-box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   -moz-box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   box-shadow:0px 250px 15px -35px rgba(0,0,0,.25);
   -webkit-border-radius:50%;
   -moz-border-radius:50%;
   border-radius:50%;
   transform:scaleY(.3);
   -webkit-transform:scaleY(.3);
   -moz-transform:scaleY(.3);
   -ms-transform:scaleY(.3);
   -o-transform:scaleY(.3);
}

.imgborder-s {
   /*-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
   -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);*/
   box-shadow: 0px 28px 16px -26px rgba(0, 0, 0);
}


/* Responsive Full Width Slider */
	.jquery2-slider-wrap .slider-content-sub-full-width {
		margin: 30px 0 0 30px !important;
	
	}
	
	@media only screen and (max-width: 1023px){
	.jquery2-slider-wrap .slider-content-sub-full-width {
	    margin: 29px 0 0 13px !important;
	    }
	}
	
	@media only screen and (max-width: 767px) {
	
	.slides { height: 220px !important;}
	.slider-content-sub-full-width{
	    margin: auto !important;
	    margin-top: 20px !important;
	    margin-bottom: 20px !important;
	}
	
	.jquery2-slider-wrap .slider-content-sub-full-width {
		margin: 30px auto!important;
	}
	
	}
	
	
	@media only screen and (max-width: 479px) {
		.jquery2-slider-wrap .slider-content-sub-full-width, .jquery2-slider-wrap .slider-content-sub-full-width img {
			width: 250px !important;
			height: 106px !important;
		}
		.slides {
		    height: 200px !important;
		}
	}

/*Mobile Footer - Add more bottom margin*/
@media only screen and (max-width: 620px) {

	#footer .tt-column {
		margin-bottom:70px !important;
	}
	#footer .mobile-br:before {
		content: "<br />";
	}
}

/*Shared hide from mobile*/
@media only screen and (max-width: 620px) {
	.mobile-hidden {
		display:none !important;
	}
}

/*Shared hide from desktop*/
@media only screen and (min-width: 621px) {
	.desktop-hidden {
		display:none !important;
	}
}

/*Remove footer background on mobile*/
@media only screen and (max-width: 620px) {
	#footer_bottom {
		background-image:none !important;
	}
}



@media only screen and (max-width: 1023px) {
	#header .tt-retina-logo { padding-left: 0px !important; }
}
