/*
==  THEME DETAILS  ============================================================

    Theme Name: Construct
    Theme URI: http://designerthemes.com/themes/construct/
    Description: A Responsive WordPress Blog and Portfolio Theme
    Version: 3.1
    Author: DesignerThemes.com
    Author URI: http://designerthemes.com/
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

===============================================================================
   ___             _                        ______ __
  / _ \ ___  ___  (_)___ _ ___  ___  ____  /_  __// /  ___  __ _  ___  ___
 / // // -_)(_-< / // _ `// _ \/ -_)/ __/   / /  / _ \/ -_)/  ' \/ -_)(_-<
/____/ \__//___//_/ \_, //_//_/\__//_/     /_/  /_//_/\__//_/_/_/\__//___/
                   /___/
===============================================================================
*/


@import url('engine/css/default.css');
@import url('engine/css/extras.css');


/*---------------------------------------------------------------------------*/
/*  Global Styles
/*---------------------------------------------------------------------------*/

body {
	background: url(images/bg.png) repeat;
}

a:hover { text-decoration: none; }

.hentry { padding: 0px; }

hr {
	border-top: 1px dotted #ddd;
	background: #fff;
}

body #wrapper {
    min-height: 100%;
    padding-top:173px;
}

.ie6 #wrapper,
.ie8 #wrapper {
    display: table;
    height: 100%;
}

#page {
    width: 980px;
    margin: 0 auto;
}

#main {
    width: auto;
    margin: 0 0 30px;
}

#topbar #customer-service {
	margin-right: 0;
}

div.header-nav ul li a#connect {
	width: 75px;
}

.layout-centered #main {
	width: 980px;
	margin: 0 auto;
}

.layout-centered #container {
	padding: 0;
	width: 1005px;
}

.layout-centered.page #container,
.layout-centered.single #container {
	width: 1005px;
}

#content {
    float: left;
    width: 100%;
    position: relative;
}

#content a.back{
	font-size:12px;
	font-family: ProximaNova-Regular;
	font-weight:normal;
	color:#000;
    letter-spacing: 0.025em;
}

#content p.post-title-small{
	font-size:12px;
	font-family: ProximaNova-Regular;
	color: #999;
	font-weight:normal;
	padding: 0 0 12px;
	text-transform: none;
	text-align: center;
}

.page.page-template-template-fullwidth-php #container { float: none; }

.page #content { width: 645px; }

#container { padding: 0 30px 30px; }

.page #container,
.single #container { float: left; }

.layout-centered.tax-group .hentry,
.layout-centered.page.page-template-template-showcase-php .hentry {
	float: none;
	width: auto;
}

.layout-centered.page .hentry,
.layout-centered.single .hentry {
	width: 980px;
	float: left;
}

.page #content,
.single #content {
    max-width: 980px;
    float: left;
}

.search #sidebar,
.layout-left.search #sidebar,
.archive #sidebar,
.layout-left.archive #sidebar {
    float: left;
    margin: 0;
}

#content #load-more { height: 62px; }

.search #masonry,
.archive #masonry { padding:0px; }

.tax-group #masonry { padding: 0; }

#masonry {
    margin: 0;
    width: auto;
    overflow: hidden;
}

.ie8 #masonry { width: 100%; float: left; }

#masonry-new { display: none; }

#sidebar {
  width: 310px;
  margin: 0;
  float: right;
  background: #f5f5f5;
  margin-right: 25px;
  margin-bottom:20px;
  margin-top: 12px;
}

.layout-left #sidebar { margin: 0 0 0 20px; }

.sidebar-left #sidebar { float: left; }

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

.sidebar-none #content { width: 100%; }

#bottom {
    margin: 30px 0 0 0;
    clear: both;
    background: #000;
    overflow: hidden;
}

.page-template-template-fullwidth-php #content { max-width: 100%; }

pre { overflow: scroll; }

#archive-wrap { float: right; margin-right:25px;}

.search-wrap { padding: 0 0 30px 0; }

#colorbox img { max-width: none !important; }


/*---------------------------------------------------------------------------*/
/*  Header Styles
/*---------------------------------------------------------------------------*/

#home-title {
	padding: 0 0 20px;
	margin: 0 50px 20px 30px;
	color: #000;
	border-bottom: 1px dotted #bbb;
}

.layout-centered #home-title {
	width: 940px;
	margin: 0 auto 20px auto;
}

.ie8 #home-title { font-family: Georgia, serif; }

#header {
	margin: 0 0 30px 0;
	padding: 30px 30px 20px;
	background: url(images/header-bg.jpg) repeat;
}

div.header-nav ul li a.over {
  color: #000;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.layout-centered #header-inner {
	width: 940px;
	margin: 0 auto;
}

#top-bar {
	background: #000;
	border-bottom: 1px solid #6a6a6a;
	height: 12px;
}

#logo {
	float: left;
	width: 220px;
	height: 50px;
	overflow: hidden;
}

#logo h1,
#logo h2 { margin: 0; }

#logo h2 {
	font-size: 12px;
	color: #888;
}

#site-title {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

#site-title,
#site-title a { color: #eee; }

#site-description { padding: 5px 0 10px; }

#primary-menu {
    float: left;
    text-transform: uppercase;
}

#primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 33px;
}

#primary-menu ul a {
    display: block;
    position: relative;
}

#primary-menu ul li {
    float: left;
    position: relative;
    z-index: 40;
}

#primary-menu ul li:hover { visibility: inherit; }

#primary-menu ul ul {
    position: absolute;
    top: -9999em;
}

#primary-menu ul ul li { width: 100%; }

#primary-menu ul li:hover ul,
#primary-menu ul li.sfHover ul {
    top: 30px;
    left: -1px;
    z-index: 99;
}

#primary-menu ul li:hover li ul,
#primary-menu ul li.sfHover li ul,
#primary-menu ul li li:hover li ul,
#primary-menu ul li li.sfHover li ul,
#primary-menu ul li li li:hover li ul,
#primary-menu ul li li li.sfHover li ul { top: -9999em; }

#primary-menu ul li li:hover ul,
#primary-menu ul li li.sfHover ul,
#primary-menu ul li li li:hover ul,
#primary-menu ul li li li.sfHover ul,
#primary-menu ul li li li li:hover ul,
#primary-menu ul li li li li.sfHover ul {
    left: 180px;
    top: -1px;
}

/* top level skin */
#primary-menu ul li { margin: 0 5px 5px 0; }

#primary-menu ul a {
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    -webkit-transition: background-color .1s linear, color .1s linear;
	   -moz-transition: background-color .1s linear, color .1s linear;
	     -o-transition: background-color .1s linear, color .1s linear;
	    -ms-transition: background-color .1s linear, color .1s linear;
	        transition: background-color .1s linear, color .1s linear;
}

#primary-menu ul li.current-cat a,
#primary-menu ul li.current_page_item a,
#primary-menu ul li.current-menu-item a {
	background: #4b4b4b;
}

#primary-menu ul li.current-cat > a,
#primary-menu ul li.current_page_item > a,
#primary-menu ul li.current-menu-item > a {
	color: #fff;
}

#primary-menu ul li.current-menu-item li a:hover,
#primary-menu ul a.active,
#primary-menu ul ul li.current-menu-item a,
#primary-menu ul a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}

#primary-menu ul li.current-menu-item li a:hover { background: none; }

#primary-menu ul li.current-cat li a,
#primary-menu ul li.current_page_item li a,
#primary-menu ul li.current-menu-item li a {
	background: none;
	box-shadow: none;
}

/* 2nd level skin */
#primary-menu ul ul {
    padding: 40px 0 0 0;
    text-transform: none;
    text-align: center;
    background: url(images/nav-plus.png) center 15px no-repeat;
    width: 100%;
}

.ie8 #primary-menu ul ul { padding: 38px 0 0 0; }

#primary-menu ul ul li {
    height: auto;
    border-right: 0;
    margin: 0;
    width: auto;
    padding: 5px 20px;
    float: none;
    background: #000;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#primary-menu ul ul li:first-child {
	padding-top: 18px;
	border-top: 2px solid #333;
}

#primary-menu ul ul li:last-child {
	padding-bottom: 22px;
	border-bottom: 1px solid #333;
}

#primary-menu ul ul li a {
    padding: 5px 10px;
    line-height: 24px;
    height: auto;
    color: #bbb;
}

#primary-menu ul ul li a:hover { color: #fff; }

.page-template-template-fullwidth-php #content,
.page-template-template-fullwidth-php .hentry,
.layout-centered.page-template-template-fullwidth-php #content,
.layout-centered.page-template-template-fullwidth-php .hentry { width: 100%; }

.search .item.none,
.search .item.none .hentry { height: auto; }


/*-----------------------------------------------------------------------------------*/
/*	Showcase Post Type Styles
/*-----------------------------------------------------------------------------------*/

.layout-centered.single.single-showcase #content .hentry {
	width: auto;
	float: none;
}

.tax-group #content,
.page.page-template-template-showcase-php #content {
	width: 100%;
	max-width: 100%;
}

.layout-centered.tax-group #main,
.layout-centered.page.page-template-template-showcase-php #main {
	width: 940px;
	max-width: 100%;
}

.layout-centered.single.single-showcase #main {
	width: 960px;
	max-width: 960px;
}

.tax-group #container,
.page.page-template-template-showcase-php #container {
	width: 960px;
	float: none;
}

.tax-group #content .hentry,
.page.page-template-template-showcase-php #content .hentry {
	padding: 20px;
}

.tax-group .item,
.tax-group .item .hentry,
.page.page-template-template-showcase-php .item,
.page.page-template-template-showcase-php .item .hentry {
	height: auto;
}


.tax-group .featured-image,
.page.page-template-template-showcase-php .featured-image {
	height: auto;
}

.search .format-gallery .post-title,
.tax-group .format-gallery .post-title,
.page-template-template-showcase-php .format-gallery .post-title {
	padding-right: 30px;
	background: url(images/icon-gallery.png) no-repeat right 3px;
}

.search .format-image .post-title,
.tax-group .format-image .post-title,
.page-template-template-showcase-php .format-image .post-title {
	padding-right: 30px;
	background: url(images/icon-image.png) no-repeat right 3px;
}

.search .format-video .post-title,
.tax-group .format-video .post-title,
.page-template-template-showcase-php .format-video .post-title {
	padding-right: 30px;
	background: url(images/icon-video.png) no-repeat right 3px;
}

.tax-group #content .post-content,
.page.page-template-template-showcase-php #content .post-content {
	padding: 0;
	margin: 0;
	color: #999;
}

.post-content iframe{
	margin-bottom:20px;
}

.single.single-showcase #content {
	width: 940px;
	max-width: 940px;
}

.single.single-showcase #container {
	width: 940px;
	float: none;
}

.single.single-showcase #container {
	width: 940px;
	float: none;
}

.single.single-showcase #content .hentry {
	background: #000;
	padding-bottom: 30px;
}

.single.single-showcase #content .post-content {
	padding: 0;
	margin: 0 30px 0 0;
	float: right;
	color: #ccc;
	width: 260px;
}

.single.single-showcase #content .post-content a:hover {
	color: #fff;
}

.single.single-showcase #content .post-content .button:hover {
	box-shadow: none !important;
}

.single.single-showcase .featured-image {
	float: left;
	margin: 0;
	width: 645px;
}

.single.single-showcase #comments {
	float: left;
	width: 580px;
}

#masonry .type-showcase .post-content p { margin-bottom: 10px; }

#related {
	padding: 20px;
	width: 260px;
	float: right;
	background: #fff;
	margin: 20px 0 0 0;
}

#related h3 {
	text-transform: uppercase;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 20px 0;
}

#related ul {
	margin: 0;
	list-style: none;
}

#related .featured-image {
	margin-bottom: 20px;
	width: auto;
}

#related li:last-child .featured-image { margin-bottom: 0; }

.item.groups,
.item.groups a {
	color: #fff;
}

.item.groups h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.groups .inner { padding: 20px 20px 30px; }

#filter {
	list-style: none;
	margin: 0;
}

#filter li {
	padding: 0 20px;
	font-size: 11px;
	cursor: pointer;
	margin: 0 0 5px 0;
	color: rgba(255,255,255,0.6);
}

#filter li:last-child { margin: 0; }


#filter li a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 35px;
}


/*-----------------------------------------------------------------------------------*/
/*	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.error404 .hentry {
	background: #fff;
	padding: 20px;
	float: none;
	margin: 0;
	width: auto !important;
	height: auto !important;
}

.error-404 h1 {
	color: #3b464c;
    font-size: 27px;
    margin: 23px 0;
    line-height: 16px;
}

.error-404 h2 {
	background: #666666;
    color: #fff;
    padding: 8px 10px 7px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: ProximaNova-Semibold;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    clear: both;
}

.error-404 h3 {
	color: #8b9396;
    font-size: 20px;
    margin: 12px 0;
    line-height: 20px;
}

.error-404 a {
	color: #1e2021;
    text-decoration: none;
}

.error-404 ul {
	margin: 15px 0 0 0;
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
}

.error-404 ul li {
	padding: 3px;
    font-size: 12px;
    list-style: disc;
    list-style-position: inside;
    color: #3b464c;
    font-family: ProximaNova-Regular;
    font-weight: normal;
    font-style: normal;
}

#hentry-wrap {
	float: left;
	width: 645px;
}

.page #content .hentry,
.single #content .hentry {
	padding: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
}

.post-content { word-wrap: break-word; }

.post-content div img {
	margin-bottom: 15px;
}

.post-content .product-carousel .post-image img {
	margin: 0 auto;
}

.page #content .post-content,
.single #content .post-content {
	margin: 0;
	padding: 0;
}

/* ---- new blog (oct 2015) styles ----*/

.post-content img {
	margin: 7px 0;
}

.post-image {
	overflow: auto;
}

.post-image a {
	display: block;
	margin: 0 0 15px;
}

.post-image a img {
	margin: 0 auto;
	display: block;
}

.post-content h2 {
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 30px;
	letter-spacing: 2.6px;
}

#content h1.post-title {
	width: 830px;
	margin: 0 auto 26px;
	display: block;
	font-size: 44px;
	line-height: 44px;
}

.post-content .blog-hero-copy {
    margin: 0 auto 16px;
}

.post-content .blog-hero-copy p {
	padding:0 0 20px;
	width: 820px;
	text-align: center;
}

.hentry p {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	color: #333;
	letter-spacing: 0.16px;
	text-align: center;
}

.blockquote-container {
	min-height: 672px;
	width: 100%;
	display: inline-block;
	margin: 10px 0 0;
}

.hentry .blockquote-container p, .hentry .blockquote-container img {
	display: inline-block;
	vertical-align: middle;
	width: 490px;
}

.hentry .blockquote-container img {
	margin: 0 0 8px;
}

.hentry .blockquote-container p {
	color: #999;
    font-family: Proximanova-Regular;
    font-size: 12px;
    padding-bottom: 21px;
}

.hentry .blockquote-container a {
	color: #999;
	font-family: Proximanova-Regular;
	text-decoration: none!important;
	border-bottom: 1px solid #ccc;
}

.hentry .blockquote-container blockquote p {
	width: 400px;
}

.blockquote-container .post-image {
	width: 490px;
	display: inline-block;
	vertical-align: middle;
}

.blockquote-container .post-image img {
	margin-bottom: 0;
}

.post-content blockquote {
	width: 486px;
	display: inline-block;
	vertical-align: middle;
}

.hentry .post-content blockquote p {
	text-align: center;
	font-size: 24px;
	line-height: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	width: 400px;
	padding: 0 45px;
	display: inline-block;
	vertical-align: middle;
}

.post-content blockquote p:before, .post-content blockquote p:after {
	content: '"';
	font-family: Proximanova-Regular;
}

.product-carousel {
	margin: 33px auto 24px;
	display: table;
}

.theme-default .nivoSlider {
	margin: 0 auto 20px;
}

.product-carousel .post-image {
	float: left;
}

.product-carousel div {
	margin: 0 15px;
}

.product-carousel.slick-initialized div {
	margin: 0;
}

.product-carousel.slick-initialized div img {
	display: block;
	margin: 0 auto;
}

.slick-slide {
	outline: none;
	width: 180px;
}

.product-carousel.slick-slider .slick-list {
	width: 91%;
	margin: 0 auto;
}

.product-carousel.slick-initialized .button {
	border: 0;
	border-radius: 0;
	width: 30px;
	height: 154px;
	background: #fff;
	padding: 0;
	position: absolute;
}

.product-carousel.slick-initialized .button.slick-prev a, .product-carousel.slick-initialized .button.slick-next a {
	background: url(/skin/frontend/enterprise/end/images/fallback.png);
	background: url(/skin/frontend/enterprise/end/images/sprite_icons.svg) none no-repeat;
	background-size: 380px 240px;
	width: 15px;
	height: 123px;
	display: block;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 14px;
}

.product-carousel.slick-initialized .button.slick-prev a {
	background-position: 0 -113px;
}

.product-carousel.slick-initialized .button.slick-next a {
	background-position: -39px -113px;
	right: 0;
}

.product-carousel.slick-initialized .button.slick-next {
	right: 0;
	top: 0;
}

.product-carousel.slick-initialized .button.slick-prev {
	left: 0;
	top: 0;
}

.post-header h1 {
	text-align: center;
}

.hentry p {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}

.hentry a {
	font-family: Proximanova-Semibold;
}

.hentry ul li {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-family: Proximanova-Regular;
}

.hentry ul {
	width: 600px;
	margin: 10px auto 15px;
	list-style-type: square;
	list-style-position: inside;
}

.release-info ul {
	width: 600px;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	margin: 0 auto 20px;
	list-style: none;
}

.release-info ul li {
	padding-bottom: 0;
}

.info-title {
	font-family: Proximanova-Semibold;
}

.single .post-header,
.page .post-footer,
.page .post-header {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.single .post-footer, .single .post-footer a {
	color: #666;
	font-size: 12px;
	font-family: Proximanova-Regular;
	line-height: 18px;
}

.single .post-header a,
.page .post-footer a,
.page .post-header a {
	font-weight: bold;
	color: #888;
}

.post-footer .meta-tags a {
	border-bottom: 1px #ccc solid;
}

.single .post-header a:hover,
.page .post-header a:hover { color: #fff; }

.format-video h1.post-title { background: url(images/icon-video-lg.png) no-repeat right top; }

.format-image h1.post-title { background: url(images/icon-image-lg.png) no-repeat right top; }

.format-gallery h1.post-title { background: url(images/icon-gallery-lg.png) no-repeat right top; }

.format-video h1.post-title,
.format-image h1.post-title,
.format-gallery h1.post-title {
	padding-right: 35px;
}

.single .post-footer {
	padding: 0;
	margin: 0 0 40px;
	background: #fff;
	width: auto;
}

.single .post-title,
.page .page-title {
	color: #333;
	font-size: 44px;
	margin: 0 0 23px;
	text-transform: uppercase;
	letter-spacing: 4.1px;
	font-family: ProximaNova-Semibold;
	font-weight: normal;
	line-height: 48px;
}

.page .page-title { padding: 0; }

.featured-image {
	position: relative;
}

.featured-image a,
.featured-image img {
	display: block;
	height: auto;
}

img { height: auto; }

.post-navigation { display: none!important; }

.pagination { padding: 20px 0; }

/* pagination */
.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 2px 10px;
    background: #fff;
    color: #999;
}

.pagination a { color: #000; }

.pagination .current { font-weight: bold; }

.pagination .next,
.pagination .prev {
	width: auto;
	height: auto;
}

p#breadcrumbs{
	margin:-7px 0 16px!important;
}

/* breadcrumbs */
.breadcrumbs {
	margin: 0 0 30px 0;
	padding: 10px 0 10px 20px;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	float: left;
}

.breadcrumbs a { color: #565757; }

.breadcrumbs a:hover { color: #000; }

.breadcrumbs a,
.breadcrumbs span {
	margin: 0 20px 0 0;
	float: left;
}

.breadcrumbs span { color: #999; }

.breadcrumbs .sep {
	width: 8px;
	height: 13px;
	background: url(images/breadcrumb-sep.png);
}

/* comments */
#comments {
	margin: 20px 0;
	padding: 0px;
	border: 0;
	background: #fff;
	overflow: hidden;
}

.layout-centered #comments {
	float: left;
}

.ie8 #comments h3 { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#comments h3 {
	text-transform: uppercase;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 30px 0;
}

#comments p {
	clear: both;
	margin-bottom: 15px;
}

#comments ol,
#comments ul,
#comments li {
    list-style: none;
    padding: 0;
}

.commentlist { margin-bottom: 50px; }

.commentlist .comment-author img.photo {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.commentlist .comment-author cite { font-style: normal; }

.ie8 .commentlist .comment-meta { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.commentlist .comment-meta {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaaaaa;
}

.commentlist .comment-meta a { color: #aaa; }

.comment-reply-link { font-weight: normal; }

.commentlist .comment-body {
	padding: 0;
	margin: 0 0 40px 0;
	line-height: 20px;
}

#comments .commentlist #respond { margin: 20px 0 40px 60px; }

#comments .commentlist #commentform { margin-top: 20px; }

#comments .commentlist li.comment { clear: both; }

#comments .commentlist ul.children {
    padding-left: 50px;
    margin: 0;
}

#comments input,
#comments textarea,
#comments select {
    padding: 5px;
    margin: 0 0 10px;
    width: 100%;
    border: none;
    background: #f0f0f0;
}

#comments input:focus,
#comments textarea:focus,
#comments select:focus { background: #fff; }

#comments #submit {
	width: 100%;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	margin: 0;
	border: none;
}



.input-wrap {
	float: right;
	width: 39.928571428571%;
}

.textarea-wrap {
	float: left;
	width: 58.928571428571%;
}

#comments label {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#comments label span { color: #999; }

#comments .form-section {
    width: 33%;
    float: right;
}

#comments #form-section-comment {
    width: 65%;
    float: left;
}

#comments #form-section-comment textarea { height: 200px; }

#comments .avatar {
	float: left;
	margin: 0 15px 0 0;
}

/* contact form */
.dt-contactform label {
    display: block;
    margin: 0 0 10px 0;
}

.dt-contactform input {
    width: 45%;
    margin: 0 0 20px 0;
}

.dt-contactform select { margin: 0 0 20px 0; }

.dt-contactform textarea {
    width: 98%;
    margin: 0 0 20px 0;
}

.dt-contactform .submit {
    width: auto;
    float: right;
    background: #fff;
    margin: 0;
}

.dt-video-embed,
.contact .alert { display: none; }

#content .item {
  float: left;
  width: 310px;
  height:355px;
  display:block;
  background: #fff;
  overflow: hidden;
}

.middle{
	margin-right:25px;
	margin-left:25px;
}

.item .hentry {
	position: relative;
	background: #fff;
}

.post {
	margin-bottom: 0!important;
}

.post a:hover {
	text-decoration: none!important;
}

.blog-button {
	text-align: center;
	margin: 20px 0;
}

.blog-button a {
	display: inline-block;
	padding: 13px 18px 11px;
	background: #000;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
	font-family: ProximaNova-Semibold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	text-align: center;
}

.masonry-boxes .item.normal,
.masonry-boxes .item.normal .hentry,
.masonry-boxes .item.normal .featured-image { height: auto; }

body:not(.masonry-boxes) .grid .item.normal .hentry:after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.item a.read-more {
	float: left;
	margin: -5px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	letter-spacing: 1.2px;
	border-bottom: 1px solid #999;
	line-height: 10px;
}

.item.normal a.read-more {
	float: left;
	margin: 0;
	font-family: ProximaNova-Regular;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}

.item.normal .meta-published {
	position: absolute;
	bottom: 18px;
	right: 20px;
	z-index: 2;
	font-size: 11px;
	color: #aaa;
	display: none;
	background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	Homepage Styles
/*-----------------------------------------------------------------------------------*/

.item .featured-image {
	position: relative;
	width: 310px;
	overflow: hidden;
	margin: 0px 0 18px 0px;
}

.featured {
	position: relative;
	width: 645px;
	height: 372px;
}

#content .featured.wide { width: 980px; margin-bottom:25px; }

.featured .hentry {
	padding: 0;
	background: transparent;
	height: auto;
}

.featured-details {
	position: relative;
	z-index: 80;
	width: 310px;
	height: 372px;
	float: left;
	color: #fff;
	background: #f5f5f5;
}

.featured-details .inner {
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
}

.item .featured-details .post-content {
	color: #bcbcbc;
	background: none;
}

.item .post-content {
	text-shadow: none;
	color: #5b5b5b;
	font-size: 12px;
	padding-bottom: 10px;
	line-height:17px;
}

.item .featured-details .meta-category { 
	color: #000;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}

.ie8 .item .meta-category { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.item .meta-category {
	font-family: ProximaNova-Regular;
	color:#666;
	font-size: 12px;
	letter-spacing: 0.12px;
	margin: 0 0 11px 0;
	font-weight: normal;
	display: block;
	padding:0;
}

.item .featured-details .meta-category { margin: 0; }

.ie8 .item .post-title a,
.ie8 .item .post-title { 
	font-family: ProximaNova-Semibold;
 }

.item .post-title a,
.item .post-title {
	font-family: ProximaNova-Semibold;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: normal;
	line-height: initial;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.item .post-title {
	margin-bottom: 15px;
}

.item.normal .post-title{
	font-size:16px;
}

.featured-details .post-title a { color: #000; }

.featured-details .post-title a:hover span.plus { color: #bcbcbc; }

.item .featured-details .post-title a:hover { color: #000; }

.item .featured .hentry { height: auto; }

.item .featured-details a.read-more {
	font-family: ProximaNova-Semibold;
	font-weight: normal;
	margin: 0 0 0 -20px;
	position: relative;
	font-size: 14px;
	color: #fff !important;
	background: #000;
	float: left;
	padding: 10px 10px 0 10px;
	left: 20px;
	width: 95px;
	height: 23px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.item .featured-details a.read-more:hover {
	text-decoration: none;
}

#slides #slide-controls a,
#slides #slide-controls a:hover { outline: none; }

#slides,
#slides .slides_container {
	height: 372px;
	width: 645px;
	overflow: hidden;
}

.wide #slides,
.wide #slides .slides_container { width: 980px; }

#single-slides,
#single-slides .slides_container { width: 645px; }

#single-slides .slides_container {
	height: 372px;
	background: url(images/ajax-loader-light.gif) center center no-repeat;
}

#single-slides .slides_control { opacity: 0; }

#single-slides .slides_container div,
#single-slides .slides_container img {
    display: block;
    width: 645px;
}

#content .featured-image.image img { height: auto !important; }

.item .featured-details a.read-more span.plus {
	position: absolute;
	right: 12px;
	top: 0;
}

.item .featured-details a.read-more span.plus span { color: #000; }

.ie8 a span.plus { display: none; }

a span.plus {
	display:none;
	margin: 0 0 0 4px;
	color: #333;
	font-weight: normal;
	opacity: 0!important;
	filter: alpha(opacity=0);
}

a:hover span.plus {
	opacity: 1;
	filter: alpha(opacity=100);
}

a.read-more span.plus {
	padding: 0 0 0 2px;
	color: #000;
	font-weight: normal;
}

.item .featured-image a,
.item .featured-image img {
	display: block;
}

.featured .featured-image {
	float: right;
	width: 400px;
	height: 372px;
	margin: 0;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.featured.wide .featured-image { width: 670px; }

.hentry .featured-details p{
	color: #000;
	margin-bottom: 15px;
	margin-top: 12px;
}

.featured .featured-image img {
	display: block;
}

#slide-controls {
	position: absolute;
	top: 12px;
	left: 9px;
	width: 60px;
	z-index: 90;
}

.search .item,
.search .item .type-showcase { height: auto; }
.search .item.archive-title-item { display:block; }
.search .type-showcase .meta-category { display: none; }

.search .item .type-page .featured-image { display: none; }
.search .item .type-page { height: auto; }
.search .type-page .meta-category { display: none; }

.single-showcase #slide-controls {
	top: -1px;
	left: auto;
	right: -99px;
}

.single.single-showcase #content .showcase.format-gallery .post-content { margin-top: 60px; }

.single-showcase #slide-controls .next,
.single-showcase #slide-controls .prev,
.single-post #slide-controls .next,
.single-post #slide-controls .prev {
	background-image: url(images/showcase-slider-arrows.png);
	height: 31px !important;
}

.next {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(images/slide-controls.png);
	background-position: top left;
}

.next:hover { background-position: top right; }

.prev {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(images/slide-controls.png);
	background-position: bottom left;
}

.prev:hover { background-position: bottom right; }

#load-more { position: relative; }

#load-more.disabled a #plus { display: none; }

#plus {
	background: url(images/load-more-plus.png);
	background-position: top right;
	height: 114px;
	width: 114px;
	position: absolute;
	top: 135px;
	left: 97px;
}

#load-more a:hover #plus { background-position: top left; }

#load-more.disabled a { cursor: default; }

#load-more.disabled a:hover,
#load-more a {
  position: absolute;
  width: 974px;
  height: 20px;
  background: #f2f2f2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0px 11px;
  letter-spacing: 1.8px;
  text-decoration: none;
  font-family: ProximaNova-Semibold;
}

.search-results #load-more a {
	width:664px;
}

#load-more a:hover {
	background:#000;
    color: #fff;
}

#load-more a.clicked{
	text-indent: -99999px;
}



#detail-holder {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.count-text,
.load-more-text {
	display: block;
	text-align: right;
}

.count-text { display:none;color: #8b8b8b; }

.load-more-text {
	color: #fff;
	font-weight: bold;
	display:none;
}

.load-more-text .load-more-plus {
	padding: 0 5px 0 0;
	font-weight: normal;
}

#load-more a:hover .load-more-text .load-more-plus { color: #000; }

#load-more.disabled a .load-more-text { display: none; }

#load-more.disabled a:hover .count-text { color: #8b8b8b; }

#load-more a:hover .load-more-text,
#load-more a:hover .count-text { color: #fff; }

#loader {
	position: absolute;
	display: block;
	bottom: 0;
	right: 50%;
	background: url(images/ajax-loader2.gif) no-repeat center;
	width: 31px;
	height: 45px;
	display: none;
	margin-right: -15px;
}

.icon-image { background: url(images/icon-image.png) no-repeat right top; }

.icon-video { background: url(images/icon-video.png) no-repeat right top; }

.icon-gallery { background: url(images/icon-gallery.png) no-repeat right top; }

.overlay-icon a {
	display: block;
	padding: 10px;
	width: 14px;
	height: 14px;
}

.overlay-icon {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: none;
}

.follow{
	font-size:12px;
	color:#666;
}

.follow a{
	font-family: ProximaNova-Semibold;
	font-weight: normal;
}

.overlay-gallery,
.overlay-image { background-image: url(images/icon-enlarge.png); }

.overlay-video { background-image: url(images/icon-play.png); }

.hidden { display: none; }

.archive-title-item {
	position: absolute;
	top: -55px;
	left: 0;
	color: #fff;
}

.archive-title-item #page-title {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: ProximaNova-Semibold;
}

.archive-title-item .cat-desc { padding: 0 20px; }

/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}


/*---------------------------------------------------------------------------*/
/*  Widget Styles
/*---------------------------------------------------------------------------*/

.widget {
  margin: 0px 0 30px 0;
  padding: 0 20px;
}

.widget li{
  line-height: 14px;	
}

.widget.DT_Search{
	margin-bottom:14px;
}

.widget a { color: #666;font-size:12px; }
.widget a:hover{
	text-decoration: underline;
}

.widget #sbi_images a:hover{
	text-decoration: none;
}

.widget-area .widget:first-child { 
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.ie8 .widget-title { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget-title {
	color: #666;
	padding: 0 0 20px 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 14px;
}

.widget ul {
	margin: 0;
	list-style: none;
}

.widget_archive ul{
	height:257px;
	overflow: hidden;
}

.widget ul ul {
	margin: 0 0 0 20px;
	list-style: none;
}

/* Calendar */
#wp-calendar,
#wp-calendar th { text-align: center; }

#ifeed{
	padding-right:0px;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 82px!important;
  margin-right: 10px!important;
  margin-bottom: 10px!important;  
}

/* search */
.search-wrap input,
.DT_Search input {
  background: #fff;
  outline: none;
  padding: 2px 20px 0px 20px;
  color: #999999;
  width: 228px !important;
  border: none;
  font-size: 12px;
  height: 40px;
}

.widget_text{
	padding-right:0px!important;
}

.DT_Search input:first-child{
	border:1px solid #d0d0d0;
	font-family: ProximaNova-Regular;
	font-weight: normal;
}

/* tagcloud */
.tagcloud a {
	font-size: 12px !important;
	padding: 0;
	margin: 0 15px 0px 0;
	text-transform: capitalize;
	float: left;
	line-height: 14px;
	width: 100%;
}

.widget .tagcloud a:hover { text-decoration: underline; }

/* DT_Search */
.DT_Search .submit {
	width: 21px!important;
	height: 18px;
	float: right;
	padding: 0px;
	background: url(/skin/frontend/enterprise/end/images/btn_mini_search.gif) no-repeat;
	text-indent: -9999999px;
	top: -31px;
	position: relative;
	right: 6px;
	border:0px!important;
}

/* DT_About_Me */
.about-me-image {
    float: left;
    margin: 0 15px 0 0;
}
.about-me-link { display: block; }

/* DT_Recent_Comments */
.DT_Recent_Comments li {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}
.DT_Recent_Comments li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.DT_Recent_Comments img {
    float: left;
    margin: 0 15px 0 0;
}
.DT_Recent_Comments .author { font-weight: bold; }
.DT_Recent_Comments .entry-byline {
    display: block;
    font-size: 11px;
    margin: 13px 0 0 0;
}

/* DT_Get_Posts, DT_Related_Posts */
.DT_Get_Posts li,
.DT_Related_Posts li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.DT_Get_Posts img,
.DT_Related_Posts img {
    float: left;
    margin: 4px 15px 10px 0;
    border: 5px solid #2c2c2c;
}

.DT_Get_Posts img:hover,
.DT_Related_Posts img:hover { border: 5px solid #0e0e0e; }

.DT_Get_Posts .post-title,
.DT_Related_Posts .post-title {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.DT_Get_Posts .meta-author,
.DT_Get_Posts .post-footer { display: none; }

.DT_Get_Posts .post-header {
	min-height: 30px;
	padding: 0;
	margin: 0;
}

.DT_Get_Posts p {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.tp_recent_tweets li {
  line-height: 14px!important;
  list-style-type: none!important;
  color: #666!important;
  font-size: 12px!important;
}

.tp_recent_tweets li a{
	font-weight:normal!important;
}

/* DT_Twitter */
.DT_Twitter li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #fff;
	line-height: 14px;
	font-size: 12px;
}

.DT_Twitter li:last-child {
    padding: 0;
    border: none;
}

.DT_Twitter span a {
	display: inline;
	color: #fff;
	text-transform: none;
}

.DT_Twitter .follow-me {
	margin: 20px 0 0 0;
	text-transform: none;
	color: #fff;
}

/* DT_Social, DT_Subscribe_Follow */
.DT_Subscribe_Follow li,
.DT_Social li { list-style: none; }

.widget li.delicious a { background: url(engine/images/icons/delicious-24.png) no-repeat; }
.widget li.digg a { background: url(engine/images/icons/digg-24.png) no-repeat; }
.widget li.email a { background: url(engine/images/icons/email-24.png) no-repeat; }
.widget li.facebook a { background: url(engine/images/icons/facebook-24.png) no-repeat; }
.widget li.google-buzz a { background: url(engine/images/icons/google-buzz-24.png) no-repeat; }
.widget li.rss a { background: url(engine/images/icons/rss-24.png) no-repeat; }
.widget li.stumbleupon a { background: url(engine/images/icons/stumbleupon-24.png) no-repeat; }
.widget li.twitter a { background: url(engine/images/icons/twitter-24.png) no-repeat; }

.DT_Social li,
.DT_Subscribe_Follow li { margin-bottom: 10px; }

.DT_Social li a,
.DT_Subscribe_Follow li a {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}

ul.icons-text li a { padding-left: 34px; }

ul.text-only li a { background: none !important; }

ul.icons-only li {
    width: 24px;
    float: left;
    margin-right: 10px;
}

ul.icons-only li a {
    width: 24px;
    height: 24px;
}

ul.icons-only li a:hover { text-decoration: none; }

ul.icons-only .text { visibility: hidden; }

/* DT_Flickr */
.DT_Flickr .flickr_badge_image {
	float: left;
	margin: 0 8px 8px 0;
}
.DT_Flickr #flickr_badge_image3,
.DT_Flickr #flickr_badge_image6,
.DT_Flickr #flickr_badge_image9 { margin-right: 0; }
.DT_Flickr .flickr_badge_image img {
	padding: 3px;
	background: #2b2b2b;
	display: block;
}
.DT_Flickr .flickr_badge_image img:hover {
	background: #1b1b1b;
	opacity: .9;
	filter: alpha(opacity=90);
}


/*---------------------------------------------------------------------------*/
/*  Footer Styles
/*---------------------------------------------------------------------------*/

.layout-centered #footer-inner {
	width: 940px;
	margin: 0 auto;
}

#footer-menu {
	text-transform: uppercase;
	padding: 5px 0 20px;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu ul a {
    display: block;
    position: relative;
}

#footer-menu ul li {
    float: left;
    position: relative;
    z-index: 40;
    padding-bottom: 10px;
}

#footer-menu ul li:hover { visibility: inherit; }

/* top level skin */
#footer-menu ul a {
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #333;
}

#footer-menu ul li.current-cat a,
#footer-menu ul li.current_page_item a,
#footer-menu ul li.current-menu-item a,
#footer-menu ul a.active,
#footer-menu ul a:hover {
	text-decoration: none;
	color: #ccc;
}

#footer-menu ul li:last-child a {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

#footer-widgets {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 0 0;
	border-top: 1px dotted #6C6C6C;
}

.footer-widget {
	width: 280px;
	margin-left: 20px;
	padding-right: 20px;
	float: left;
}

#footer-1 { margin-left: 0; }

.footer-widget .widget {
	margin: 0 0 40px !important;
	padding: 0;
}

.footer-widget .widget-title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	border: 0;
}

.footer-widget a {
	color: #999;
	font-size: 12px;
}

.footer-widget .tagcloud a {
	color: #999;
	background: #333;
}

.footer-widget .search-wrap input, .footer-widget .DT_Search input {
	background: #999;
	font-size: 12px;
	color: #333;
	border: 0;
}

#credits p {
	margin-bottom: 30px;
	color: #8B8B8B;
}

#credits a { color: #9b9b9b; }

#credits a:hover { color: #fff; }

.tabs.clearfix { display: none; }

.item.none {
	float: none;
	width: 100%;
	margin: 0;
}

