@import url("core.css");

.p2 {min-height: 500px;background: transparent;}
.p1 {min-height: 500px;background: transparent;}
.p3 {min-height: 500px;display: block;position: relative;}

.p3:after { content: "";
    background-color: #000;
    opacity: .6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;}

/*-----------------------------------------------------------------------------------*/
/*	1.	Layout Structure
/*-----------------------------------------------------------------------------------*/
header {
	width: 100%;
	padding: 10px 0;
	background:	#fff;
-webkit-box-shadow:0px 2px 2px #888888;
 -moz-box-shadow:0px 2px 2px #888888;
 box-shadow:0px 2px 2px #888888;

}
.padding-20 {padding:10px 0;}
.padding-40 {padding:20px 0;}
.padding-80 {padding:40px 0;}


#company-logo {
	float: left;
	margin-top: 10px;
}
.wrapper {
	background: #fff;
    border-top: 1px solid #EAEAEA;
    padding: 20px 0 50px;
}
.home .wrapper {
    padding: 70px 0;
}
.blog-container .wrapper {
    padding: 0;
    border: none;
}
.wLight {
	background: #F8F8F8;
    border-top: 1px solid #EAEAEA;
}
.wGrey {
	background: #859198;
    border-top: none;
}
.wBlue {
	background: #6BCFED;
    border-top: none;
}
.wNopad, .home .wNopad {
	border: none;
    padding: 0;
}
.wExtraLow, .home .wExtraLow {
    padding-bottom: 90px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Main Menu ------------------------------*/
#main-menu { 
	float: right;
	height: 39px;
}
#main-menu select {
	display: none;
}
#primary-nav {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	z-index: 999;
}
#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 35px;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
	float: left;
	position: relative;
    margin: 0;
	list-style: none;
}
#primary-nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 160px;
}
#primary-nav ul ul li {
	width: 100%;
}
/*  Make sub menus appear */
#primary-nav ul li:hover ul, #primary-nav ul li.sfHover ul {
	left: 0px;
	top: 39px;
	z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul, #primary-nav ul li.sfHover li ul, #primary-nav ul li li:hover li ul, #primary-nav ul li li.sfHover li ul, #primary-nav ul li li li:hover li ul, #primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}
/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul, #primary-nav ul li li.sfHover ul, #primary-nav ul li li li:hover ul, #primary-nav ul li li li.sfHover ul, #primary-nav ul li li li li:hover ul, #primary-nav ul li li li li.sfHover ul {
	left: 160px; /* match .nav ul width */
	top: 0px;
}
/* top level skin */
#primary-nav ul a {
	/*padding: 16px 10px; no store version */
    padding: 10px 10px;
	color: #888;
	letter-spacing: 0.3px;
	line-height: normal;
}
#primary-nav ul li.current a, #primary-nav ul li a:hover {
	color: #990000;
}
#primary-nav ul li.current a {
	font-weight: 500;
}
#primary-nav ul li.current ul li.current a, #primary-nav ul li.current ul li.current ul li.current a {
	color: #fff;
    font-weight: 100;
}
#primary-nav ul li.current ul li a, #primary-nav ul li.current ul li.current ul li a {
	color: #fff;
}
/* 2nd level skin */
#primary-nav ul ul {
	padding: 0;
	margin: 0;
	font-weight: 100;
	background: #1F1F1F; /* Dropdown BG Colour */
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-bottomright: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
 	-webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1); 
}
#primary-nav ul ul li {
	letter-spacing: 0.5px;
	float: none;
	background: none;
}
#primary-nav ul ul li:first-child {
	border-top: none;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
	   -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
		    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1); 
}
#primary-nav ul ul li:last-child {
	border-bottom: none;
}
#primary-nav ul ul li a {
	color: #fff;
	text-transform: none;
	font-size: 11px;
	font-weight: 100;
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(255, 255, 255, .1);
}
#primary-nav ul ul li:first-child a {
	border-top: none;
}
#primary-nav ul ul li:last-child a {
	border-bottom: none;
}
#primary-nav ul ul li a:hover, #primary-nav ul ul li:hover,
#primary-nav ul ul li.current {
	background: url("../images/menu-hover.png") repeat-x 0 -1px;
    color: #fff;
}
#primary-nav ul li.sfHover ul a, #primary-nav ul li.sfHover ul li.sfHover ul li a,
#primary-nav ul li.current ul li.sfHover ul li a {
	background: none;
}
#primary-nav ul li.sfHover ul a:hover, #primary-nav ul li.sfHover ul li.sfHover ul li a:hover, 
#primary-nav ul li.sfHover ul li.sfHover a, #primary-nav ul li.current ul li a:hover,
#primary-nav ul li.current ul li.sfHover a, #primary-nav ul li.current ul li.sfHover ul li a:hover,
#primary-nav ul li.current ul li.current ul li a:hover {
	background: url("../images/menu-hover.png") repeat-x 0 -1px;
}
#primary-nav ul li ul li:last-child:hover, #primary-nav ul li ul li:last-child a:hover {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-bottomright: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
}
/* //// Accordion Mobile Menu & Sidebar Menu //// ------------------*/
.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}
.accordion li.active {
}
.accordion li.current {
	font-weight: 600;
}
.accordion li.current ul li {
	font-weight: normal;
}
.accordion li a {
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	color: #888888;
}
.accordion li a:hover {
	color: #3B4348;
}
.accordion li li a {
	padding-left:20px;
}
.accordion li li li a {
	padding-left:35px;
}
.accordion li li li li a {
	padding-left:50px;
}
/* Child Toggle
-------------------------------------------------------------- */
/* Space for toggle if item has children.
   Space has to be a few pixels wider than toggle */
.accordion .parent {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/toggle-small.png") center center no-repeat;
}
.accordion .parent:hover {
	background-color: rgba(226,255,204, 0.15);
}
.accordion li:hover > .parent {
}
.accordion li.active > .parent {
	background: url("../images/toggle-small-active.png") center center no-repeat;
}
.accordion li.current > .parent {
	background: url("../images/toggle-small-current.png") center center no-repeat;
	font-weight: bold;
}
/* horizontal + mobile menu trigger */
#mobnav-trigger {
	font-size: 16px; /*1.3333em*/
	line-height: 49px; /*3.0625em*/
	text-transform: uppercase;
}
/* Mobile menu trigger.
-------------------------------------------------------------- */
#mobnav {
	display:none;
}
#mobnav-trigger {
	display:block;
	padding: 0 15px 0 70px;
	background: #3B4348;
	color: #fff;
}
/* Mobile menu icon */
#mobnav-trigger .icon {
	float:left;
	width:23px;
	padding-top:18px;
	margin:0 8px 0 0;
}
#mobnav-trigger .icon .line {
	background-color:#fff;
	height:3px;
	margin-bottom:2px;
}
/* Mobile menu elements
-------------------------------------------------------------- */
.nav-container .vertnav-top {
	display:none;
	margin-top:0;
}
.nav-container {
	position: relative;
	display: none;
	z-index: 999;
}
.vertnav-top.mobile {
	display:block; /* Visible even if when collapsed (to show bottom border) */
	overflow:hidden;
	height:auto;
	max-height:0px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}
.vertnav-top.mobile.show {
	background: #EAEAEA;
	max-height:1000px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}
.vertnav-top li a {
	padding:15px 10px;
	font-size:14px; /*1.3333em*/
	line-height:19px;
	text-transform:uppercase;
	font-weight: bold;
}
.vertnav-top li li a {
	padding-left:20px;
}
.vertnav-top li li li a {
	padding-left:40px;
}
.vertnav-top li li li li a {
	padding-left:60px;
}
/* Opener
-------------------------------------------------------------- */
.vertnav-top li .parent {
	width:49px;
	height:49px;
	background: url("../images/toggle.png") center center no-repeat;
}
.vertnav-top li .parent:hover {
	background-color:rgba(0, 0, 0, 0.05);
}
/* Active */
.vertnav-top li.active > .parent {
	background-image: url("../images/toggle-active.png");
}

/* Sidebar styles */
.vertnav {
	float:left;
	width:100%;
}
.vertnav li a { border-bottom: 1px solid #e5e5e5; }

.vertnav li .parent,
.vertnav li.current .parent,
.vertnav li.active .parent { background-color: rgba(226,255,204, 0.15); }
.vertnav li .parent:hover { background-color:rgba(118,187,64, 0.10); }

/* Social Menu------------------------------*/
/* //// Social Menu //// ------------------*/
ul.social-menu {
	margin: 0 0 10px;
}
ul.social-menu li {
    float: left;
    height: 25px;
    overflow: hidden;
    width: 25px;
    margin: 0;
}
#footer-right ul.social-menu {
	float: right;
}
ul.social-menu li a {
    background: url("../images/socialicons.png") repeat-y scroll 0 0 #363839;
    display: block;
    height: 25px;
    width: 25px;
	
	-webkit-transition: background 0.3s ease-in;
	   -moz-transition: background 0.3s ease-in;
	    -ms-transition: background 0.3s ease-in;
	     -o-transition: background 0.3s ease-in;
			transition: background 0.3s ease-in;
}
ul.social-menu li a:hover {
    border: medium none;
}
ul.social-menu li.twitter a {
    background-position: 0 0;
}
ul.social-menu li.twitter a:hover{ 
   background-color: #3DC7F4;
}
ul.social-menu li.facebook a {
    background-position: -26px 0;
}
ul.social-menu li.facebook a:hover {
    background-color: #3B5998;
}
ul.social-menu li.gplus a {
    background-position: -52px 0;
}
ul.social-menu li.gplus a:hover {
    background-color: #12AC34;
}
ul.social-menu li.pinterest a {
    background-position: -260px 0;
}
ul.social-menu li.pinterest a:hover {
    background-color: #DC3E47;
}
ul.social-menu li.vimeo a {
    background-position: -182px 0;
}
ul.social-menu li.vimeo a:hover {
    background-color: #0DAED7;
}
ul.social-menu li.youtube a {
    background-position: -156px 0;
}
ul.social-menu li.youtube a:hover {
    background-color: #E40202;
}
ul.social-menu li.deviantart a {
    background-position: -337px -1px;
}
ul.social-menu li.deviantart a:hover {
    background-color: #4D5F5A;
}
ul.social-menu li.linkedin a {
    background-position: -545px 0;
}
ul.social-menu li.linkedin a:hover {
    background-color: #50A1CB;
}
/* Account Menu------------------------------*/
.account #sidebar ul {
    margin-bottom: 0;
}
.account #sidebar ul li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}
.account #sidebar ul li.selected a {
    color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*	List Icons
/*-----------------------------------------------------------------------------------*/
ul.list-icons li {
    margin: 0;
	list-style: none;
	height: 70px;
	margin-bottom: 10px;
}
ul.list-icons li img {
	float: left;
	margin-right: 10px;
}
ul.list-icons li h4 {
	padding-top: 10px;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Breadcrumbs / Page Title
/*-----------------------------------------------------------------------------------*/
.wCrumb {
    padding: 25px 0;
    background: #F8F8F8;
}
#pageName {
    color: #424242;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 100;
    line-height: 1.3em;
}
#pageCrumbs {
    color: #CCCCCC;
    position: relative;
    text-align: right;
    top: 7px;
}
#pageCrumbs a {
    color: #aaa;
}
#pageCrumbs a:hover {
    color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	Sidebar
/*-----------------------------------------------------------------------------------*/
.content {
    margin-bottom: 25px;
}
#sidebar h4, .side-panel h4, #projectSidebar h4 {
    background: #990e0e;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 0 10px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Blog
/*-----------------------------------------------------------------------------------*/
/* //// Blog index //// ------------------*/
.index-blog-feature {
	position: relative;
}
.index-blog-feature p {
	margin: 0;
}
.index-blog-feature h3 {
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.3em;
    padding-bottom: 0;
	margin: 0;
}
.index-blog-feature h4 {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
    padding-bottom: 0;
	margin: 10px 0 0;
}
.index-blog-feature img {
	width: 100%;
}
.index-blog-feature .blog-posted {
    border: 0 none;
    margin: 0 0 10px;
    padding: 5px 0;
}

.index-blog-list {
	position: relative;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 15px;
}
.index-blog-list:first-child {
    display: none;
}
.index-blog-list h4 {
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1.2em;
    padding-bottom: 0;
	margin: 0;
}
#indexBlogList {
    margin-top: 0;
}

/* //// Blog summary //// ------------------*/
ol.blogsitesummary li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3em;
}
ol.blogsitesummary li:first-child {
	padding: 0 0 10px 0;
}
ol.blogsitesummary .author {
	display:none;
}
ol.blogsitesummary .date {
	display: block;
    font-size: 11px;
    font-style: italic;
	font-weight: normal;
    margin-top: 3px;
}

/* //// Blog //// ------------------*/
.blog-post .post-body {
    margin: 0 0 60px 60px;
}
.blog-container .post-list,
.blog-container .side-panel {
	width: inherit;
	float: none;
}
.blog-post h2.post-title {
    border-bottom: none;
    font-size: 40px;
    margin: 0 0 3px 60px;
    padding: 0 0 3px;
}
.post-body img {
	width: 100%;
}
.search-box {
	padding: 0;
}

/* //// Post Date //// ------------------*/
.blog-post-date {
    float: left;
}
.blog-post-date .day {
	background: #990e0e;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
    width: 30px;
	margin-top: 3px;
    font-size:25px;
}
.blog-post-date .month {
	background: #333;
    color: #FFFFFF;
	font-size: 11px;
    font-weight: 600;
    padding: 0px 5px;
    text-align: center;
    width: 30px;
	margin-top: 0;
}

/* //// Number of Comments //// ------------------*/
.blog-post-date a.blog-comment-count  {
	background: url("../images/comment.png") no-repeat left center;
    color: #C6C6C6;
    display: block;
	font-size: 11px;
    font-weight: 600;
    padding: 3px 5px;
    text-align: center;
    width: 30px;
	margin-top: 0;
}
.blog-post-date a:hover.blog-comment-count {
    color: #333;
}

/* //// Posted by //// ------------------*/
.blog-posted {
	border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    font-size: 11px;
    margin: 10px 0 20px 60px;
    padding: 10px 0;
    text-transform: uppercase;
}
.blog-posted, .blog-posted a {
	color: #999999;
}
.blog-posted a:hover {
	color: #d74646;
}
.index-blog-list .blog-posted {
	border-bottom: medium none;
    border-top: medium none;
    font-size: 12px;
    margin: 0 0 10px;
    padding-bottom: 0;
    padding-top: 5px;
    text-transform: none;
}
#footer .blog-posted {
	border-bottom: none;
    border-top: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #999;
}

/* //// Side Panel //// ------------------*/
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul, .blogpostcategories ul {
    margin: 0 0 15px;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 11px;
    list-style: none outside none;
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
	padding: 5px 0;
	list-style: none;
}
.BlogRecentPost li:last-child, .BlogTagList li:last-child, .BlogPostArchive li:last-child {
	border-bottom: none;
	padding: 5px 0 0 0;
}
.BlogRecentPost li:first-child, .BlogTagList li:first-child, .BlogPostArchive li:first-child {
	padding: 0 0 5px 0;
}
.BlogPostArchive li, .blogpostcategories li {
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
}
.BlogTagCloud a {
    background-color: #E9E9E9;
    border: 1px solid #D2D1D0;
    color: #A3A2A1;
	display: inline-block;
    font-size: 11px;
    margin-bottom: 4px;
    padding: 0 3px;
    text-shadow: 0 1px 0 #FFFFFF;  
	/* Rounded Edges */
    -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.BlogTagCloud a:hover {
    background-color: #F0F0F0;
    border: 1px solid #DDDDDD;
    color: #737271;
}

/* //// Blog Calendar //// ------------------*/
#calendar {
	width: 100%;
	font-size: 11px;
}
table#calendar {
	margin-bottom: 0;
}
#calendar #ddMonth, #calendar #ddYear {
	float: left;
	width: 40%;
}
#calendardays {
	text-align: center;
}
#calendardays tr:first-child {
	background: #EAEAEA;
}
#calendardays td {
	border: 1px solid #EAEAEA;
}
#calendardays td div {
	border: none!important;
	background: #303030;
	color: #fff;
	cursor: pointer;
}
#calendardays td div:hover {
	background: #3B4348;
	color: #fff;
}
.comment-list {
	margin-top: 40px;
}
.comment-list input {
	width: 30%;
}
.comment-list .item {
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Testimonials
/*-----------------------------------------------------------------------------------*/
.testimonials-slider { 
	margin-top: 15px;
}
.home .testimonials-slider { 
	margin-top: 0;
}
.testimonials-slider ul.slides li,
.testimonials-slider ul.flex-direction-nav li {
	margin-left: 0;
	list-style: none;
}
.testimonials-slider a:active {outline: none;}
.testimonials-slider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.testimonials-slider .slides img {max-width: 100%; display: block;}
.testimonials-slider {
	position: relative; zoom: 1;
}
.testimonials-slider .slides {
	zoom: 1;
}
.testimonials-slider .slides > li {
	position: relative;
}
/* Direction Nav */
#sidebar .testimonials-slider .flex-control-nav {
    bottom: -30px;
    display: none;
}
.testimonials-slider .flex-direction-nav {
    display: none;
}
#sidebar .testimonials-slider .flex-direction-nav {
    display: inherit;
}
.testimonials-slider .flex-direction-nav {
    position: absolute;
    right: 10px;
    top: -38px;
    width: 100%;
}
.testimonials-slider .flex-prev, .testimonials-slider .flex-next {
    -moz-transition: background 0.3s ease-in-out 0s;
    top: 0;
    display: block !important;
    height: 15px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 15px;
    z-index: 90;
}
.testimonials-slider .flex-prev {
    background: url("../images/arrow-left.png") no-repeat scroll center center; 
	right: 15px;
}
.testimonials-slider .flex-next {
    background: url("../images/arrow-right.png") no-repeat scroll center center;
}
.testimonials-slider .flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
}
.testimonials-slider .flex-control-paging li a {
    border: 1px solid #333;
}
.testimonials-slider .flex-control-paging li a:hover,
.testimonials-slider .flex-control-paging li a.flex-active {
    background: #333;
}
.quote-title, .quote-author {
    font-size: 11px;
    text-transform: uppercase;
}
.quote-title {
    margin-bottom: 15px;
}
.quote-author {
    color: #333;
    margin: 0;
	padding: 5px 0 0 0;
    text-align: left;
}
.home .quote-author {
    color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin-top: 15px;
}
.home .quote-author strong {
    font-weight: 400;
}
.quote-text {
    color: #8A8A8A;
    font-family: "Droid Serif",Georgia,Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.7em;
}
.home .quote-text {
	background: none;
    color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    line-height: 1.4em;
    text-align: center;
    padding: 0;
	border: none;
}
.quote-text p:last-child {
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/

/* Cart Summary -------------------*/
#catCartSummary,
table.cartSummaryTable,
.viewCart,
#myAccount {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    float: right;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 12px 0 0;
}
.cartSummaryItem {
    display: inline-block;
}
.cartSummaryLink {
    display: inline-block;
    margin-left: 10px;
}
.empty0, .notEmpty1, .viewCart { 
    display:none; 
}
#myAccount {
    color: #eaeaea;
}
#myAccountChoose1,
#myAccountLoggedIn0 {
    display: none;
}

/* //// Search //// --------------------*/
form#product-search {
    width: 100%;
	position: relative;
    margin: 0;
}
form#product-search input {
	border: 1px solid #FFFFFF;
    margin: 0;
    padding: 6px 30px 6px 6px;
    position: relative;
    z-index: 1;
}
form#product-search input.search_button {
	background: url("../images/search.png") no-repeat center 6px;
	height: 27px;
	width: 27px;
	border: medium none;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 2;
}
/* //// Featured //// ------------------*/
ul.productfeaturelist {
	margin: 0;
}
ul.productfeaturelist li {
	margin-left: 0;
	list-style: none;
}

/* //// Main Shop //// ------------------*/
.shop-main {
	margin: 0;
}
.shop-main h2 {
	margin-bottom: 5px;
}
.header {
    border-bottom: none;
    height: auto;
    line-height: auto;
    padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	color: #555555;
	border-top: 2px solid #3B4348;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.header table {
    margin: 0;
}

/* //// Catalogues //// ------------------*/
ul.catalogueList li {
	margin-left: 0;
	list-style: none;
}
.catalogueItemNotFound {
	display: none;
}
.catalogueItem {
	float: left;
	margin-right: 10px;
	z-index: 1;
	position: relative;
}
.twelve .catalogueItem:nth-child(3n) {
	margin: 0;
}
.sixteen .catalogueItem:nth-child(4n) {
	margin: 0;
}

/* //// List View //// ------------------*/
ul.productSmall li {
	margin-left: 0;
	list-style: none;
}
table.productTable td {
	padding: 0;
	z-index: 10;
}
table.productTable td:hover {
	z-index: 99;
}
.productItem {
	float: left;
	margin-right: 30px;
	z-index: 1;
	position: relative;
}
#fav .small-product {
	float: left;
	margin-right: 12px;
	z-index: 1;
	position: relative;
}
.productItem:hover, #fav .isotope-item:hover {
	z-index: 999;
}
.productItem:nth-child(3n), 
#fav .small-product:nth-child(3n),
#related .productItem:nth-child(3n),
.sixteen .productItem:nth-child(3n) {
	margin: 0;
}
.small-product {
	width: 293px;
	display: inline-block;
	position: relative;
	margin: 0 0 20px 0;
	z-index: 10;
	background: #fff;
}
.twelve .small-product {
	width: 213px;
}
.small-product:hover {
    background: none repeat scroll 0 0 #FFFFFF;
	position: relative;
	z-index: 999;
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
    -webkit-box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 30px rgba(0, 0, 0, 0.3);
}
.small-product .item-info {
    position: relative;
	min-height: 80px; /* So that it matches the height of two line product names */
	padding: 5px 15px;
}
.catalogueItem .small-product .item-info {
	min-height: 40px;
}
.small-product .image {
    overflow: hidden;
    text-align: center;
    width: 100%;
	margin: 0;
	vertical-align: top;
	border-bottom: 1px solid #eaeaea;
}
.small-product .image a {
    line-height: 0;
	display: block;
}
.small-product .image img {
    width: 100%;
	height: auto;
}
.small-product h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin: 15px 0 0;
	padding: 0;
	min-height: 0;
}
.small-product .price {
	font-size: 14px;
	font-weight: bold;
    line-height: 15px;
	margin: 10px 0;
}
.small-product .actions {
	margin: 15px auto 0;
    clear: both;
    display: none;
    overflow: hidden;
    width: auto;
	padding-bottom: 10px;
}
.small-product a.cat_button {
	color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    position: relative;
    margin: 0;
}
.small-product a.favoritelink {
	top: 8px;
}
.sale-0 { display: none; }
.sale-1  {
	background: url("../images/on-sale.png") no-repeat;
    color: #F1F1F1;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    left: -1px;
    min-width: 20px;
    padding: 3px 5px;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: -1px;
    width: 50px;
    z-index: 1;
}

/* //// Large View //// ------------------*/
.productLarge .productItem {
	float: none;
}
.productLarge .productItem {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
.shop-product-large {
    background: none;
    border: none;
    margin: 0;
}
/* Main Image ------------------*/
.shop-product-large #showMe {
    position: relative;
    width: 100%;
    display: block
}
.shop-product-large #image img {
	display: block;
    margin: 0 auto;
	width: 100%;
}
.shop-product-large #showMe div.showMeMore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../images/poplet-expand.png") no-repeat 50% 50% #eaeaea;
    z-index: 10;
    pointer-events: none;
}
        
/* Poplets ------------------*/
#poplets img {
	border: none;
}
#poplets {
    margin-top: 0;
    padding: 5px 0;
}

/* Details ------------------*/
#details {
	position: relative;
}
.shop-product-large h1 {
    color: #3B4348;
    font-size: 2.5em;
	margin: 0 0 10px;
}
.shop-product-large h1#productPrice {
    color: #d81921;
    font-size: 2.0em;
	margin: 0;
}
.sale_0 { 
	display: none;
}
.shop-product-large #details ul {
	margin: 0;
}
.shop-product-large #details ul.extra {
	margin: 0;
	position: relative;
}
ul.extra li {
	float: right;
	margin: 0;
	height: 23px;
}
li.quantity {
	font-weight: bold;
    margin: 0;
}
span.instock {
	font-style: italic;
	font-weight: normal;
}
.productLarge .productItem {
	margin-right: 0;
}

/* Description ------------------*/
.description {
	position: relative;
}
.description .tabs {
	margin: 0;
}


/* Related Products ------------------*/
.productLarge #related .productItem {
	margin-right: 12px;
}
#related {
	width: auto;
}
#related .productItem  {
	float: left;
}

/* Shopping Cart ------------------*/

/* Full Cart -------------------*/
table.cart {
    border: 1px solid #EEEEEE;
	font-size: 12px;
	margin-bottom: 0;
    margin-top: 40px;
}
table.cart strong {
	font-size: 12px;
}
table.cart th {
	font-size: 12px;
	font-weight: bold;
}
tr.shipping td {
    border-bottom: 1px solid #EEEEEE;
}
input.cartInputText {
	margin: 0;
}
.productitemcell {
    height: 30px;
	line-height: normal;
    margin: 0 0 3px;
    overflow: hidden;
	padding: 10px 0;
}
td.cart-invoice-total {
	font-size: 1.1em;
	font-weight: bold;
}
tr.discount td, tr.giftvoucher td {
	line-height: 36px;
}
select.shippingDropDown, input.discountcodeInput {
    width: 100%;
}
table.cart td.actions a {
    font-size: 14px;
    font-weight: bold;
    margin: 0 18px 0 0;
    text-decoration: none;
}
a#catshopclear {
    font-size: 11px;
    font-weight: normal;
}
input#DiscountCode, input#GiftVoucher {
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	Order History
/*-----------------------------------------------------------------------------------*/
.order-list {
	margin-bottom: 10px;
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}
.order-list-name { 
	font-size: 10px;
	float: left;
	width: 63%;
	padding: 0 1%;
}
.order-list-name a { 
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
}
.order-list-date { 
	font-size: 11px;
	float: right;
	width: 23%;
	padding: 0 1%;
	text-align: right;
}
/* Detail View */
table#order-table {
	font-size: 11px;
}
table#order-table .productitemcell {
    height: inherit;
    margin: 0;
    overflow: hidden;
	padding: 0;
}
table#order-table tr th {
	text-align: left;
	font-weight: bold;
}
table#order-table td, table#order-table th {
	padding: 0 1%;
}
table#order-table #quantity {
	min-width: 15px;
}
table#order-table #quantity .productitemcell {
	overflow:inherit;
}
table#order-total-table {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	FAQ Module
/*-----------------------------------------------------------------------------------*/
.faqs .counter { 
	font-size: 14px; 
}
.faqs h4  { 
	cursor: pointer; 
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #EAEAEA
}
.faqs div { 
	height: 0; 
	overflow: hidden; 
	position: relative; 
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
    border-bottom: 1px solid #EAEAEA
}
.faqs div p  { 
	font-size: 13px; 
}
/*-----------------------------------------------------------------------------------*/
/*	Events Module
/*-----------------------------------------------------------------------------------*/
.event {
	border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 0 0 20px;
}
.event p {
	margin: 0 0 0 80px;
}
.event .date {
	position: absolute; 
	top: 0; 
	left: 0; 
	font-size: 13px; 
	font-weight: bold; 
	color: #ffffff;
	text-align: center;
    cursor: default;
    width: 60px;
}
.event span.eDay, .event span.eMonth {
	text-transform: uppercase;
	color: #d81921;
}
.event span.eYear {
	display: block; 
	text-align: center; 
	font-weight: normal; 
	font-size: 12px;
	background: #d81921;
}
.event h3 {
	line-height: 20px;
    margin: 0 0 10px 80px;
}
/*-----------------------------------------------------------------------------------*/
/*	Team Profiles
/*-----------------------------------------------------------------------------------*/
/*.twelve .teamProfile {
	float: left;
	width: 29%;
	margin: 0 2% 30px;
}
.sixteen .teamProfile {
	float: left;
	width: 19.5%;
	margin: 0 2% 30px;
}*/

.teamProfile {}

.teamProfile div {margin:0 auto 10px;}

.teamProfile h3 {
	font-weight: 100;
    margin-bottom: 5px;
    font-size:2em!important;
}
.teamProfile h4 {
	color: #990000;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0 auto 40px;
    
}

.teamProfile.four.columns:first-child {margin-left:0!important;}
.teamProfile.four.columns:last-child {margin-right:0!important;}

/*.teamProfile:first-child {padding-left:0; margin-left:0;}
.teamProfile:last-child {padding-right:0; margin-right:0;}*/


.teamProfile .round {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin:20px auto;
}
            .round img.profileImage {
                display: block;
            /* Stretch */
                  height: 100%;
                  width: 100%; 
            /*min-width: 100%;
            min-height: 100%;*/
            }

/*-----------------------------------------------------------------------------------*/
/*	6.	Portfolio
/*-----------------------------------------------------------------------------------*/
/* Project Front Page */
#indexPortfolio h1 {
    font-weight: 100;
    margin-bottom: 60px;
}
.flexPortfolio {
    padding: 0 10px;
}
.home .projectItem {
    overflow: hidden;
    margin: 0 10px;
}
.home .projectItem a.more-info {
    top: 25%;
    font-size: 22px;
}
.flexPortfolioControls ul.flex-direction-nav {
    position: absolute;
    right: 0;
    top: -10px;
}
.flexPortfolioControls ul.flex-direction-nav li {
    list-style: none outside none;
    margin-left: 0;
}
.flexPortfolioControls .flex-prev, .flexPortfolioControls .flex-next {
    display: block !important;
    height: 50px;
    position: absolute;
    left: -50px;
    text-indent: -9999px;
    top: 0;
    transition: background 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 90;
}
.flexPortfolioControls .flex-prev {
    background: url("../images/arrow-left.png") no-repeat scroll center center #eee;
    left: -120px;
}
.flexPortfolioControls .flex-next {
    background: url("../images/arrow-right.png") no-repeat scroll center center #eee;
}
.flexPortfolioGrid {
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    top: -10px;
    transition: background 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 90;
    background: url("../images/portfolio-grid.png") no-repeat scroll center center #eee;
    left: 0;
}
.flexPortfolioControls .flex-prev:hover, .flexPortfolioControls .flex-next:hover, .flexPortfolioGrid:hover {
    background-color: #d81921;
}
/* Project Filtering */
#sorting-options {
    float: right;
}
ul#filters {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
ul#filters li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
ul#filters li a, ul#filters li {
    color: #999;
}
ul#filters li a:hover {
    color: #333;
}
ul#filters li a.selected, ul#filters li a.selected:hover {
    color: #d81921;
}


/* Project Sidebar Menu */
ul#projectMenu {
	margin: 0;
}
ul#projectMenu li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #eaeaea;
}
ul#projectMenu li:last-child {
	border-bottom: none;
}
ul#projectMenu li.current a {
	color: #232527;
}
/**/
div.projectItem {
	width: 220px;
	overflow: hidden;
	float: left;
	margin: 0px;
}
div.projectItem-front {
	width: 320px;
	overflow: hidden;
	float: left;
	margin: 10px;
}
.sixteen div.projectItem {
	width: 293px;
	overflow: hidden;
	float: left;
	margin: 10px;
}
#sidebar .projectItem {
	margin: 0;
}
.projectItem h3 {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.projectItem span.date {
    font-size: 11px;
}
.projectItem img {
	line-height: 0;
}
.project-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}
.preloader {
	display: block;
	background: url("../images/fullscreen/progress.gif") #f7f7f7 no-repeat 50% 50%
}
.projectItem  {
	line-height: auto;
	position: relative;
}
.projectItem a.more-info {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    z-index: 20;
}
.home .projectItem a.more-info {
	color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    z-index: 20;
}
.projectItem a.more-info span {
	display: inline;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 55px;
}
#sidebar .projectItem a.more-info span {
    top: 40px;
}
.projectItem img {
	display: block;
    width: 100%;
}
.projectItem em {
	display: block;
	font-style: normal;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4) 
	opacity: 0;
	filter: alpha(opacity:0)
}
.projectHover {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	6.	Login, Register & Auto Response Pages
/*-----------------------------------------------------------------------------------*/
div.form div.item, div.webform div.item {
    padding: 9px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Slideshow
/*-----------------------------------------------------------------------------------*/
#featureSlider {
	background: #f8f8f8;
	width: 100%;
}
.slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#projectTemplate .slider {
    width: 100%;
    margin-bottom: 15px;
}
#slideshow {
	margin: 0;
    padding: 0;
    width: 100%;
}
.flexslider .flex-control-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    bottom: 15px;
    padding: 5px 5px 3px;
    right: 25px;
    text-align: right;
    width: auto;
}
.flexslider .flex-control-nav li a {
	text-indent: 9999px;
	overflow: hidden;
}
/* Control Nav ------------------------------*/
.flexslider ul.flex-direction-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}
.flexslider ul.flex-direction-nav li {
	list-style: none;
	margin-left: 0;
}
.flexslider .flex-prev, .flexslider .flex-next {
    -moz-transition: background 0.3s ease-in-out 0s;
    bottom: 50%;
    display: block !important;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 40px;
    z-index: 90;
}
.flexslider .flex-prev {
    background-image: url("../images/arrow-left.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.5);
    left: 0;
}
.flexslider .flex-next {
    background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.5);
	right: 0;
}
.flexslider .flex-prev:hover, #slideshow .flex-next:hover {
    background-color: #333;
}

/* Text ------------------------------*/
.slide-description {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 100;
    position: absolute;
    top: 15%;
	font-size: 22px;
    line-height: 1.4em;
}
.slide-description h2 {
	font-size: 65px;
    font-weight: 100;
    letter-spacing: -1px;
}
.color-White,
.color-White h2 {
	color: #fff;
}
.color-Black,
.color-Black h2 {
	color: #000;
}
.set-Center {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.set-Right {
    text-align: right;
    width: 93%;
    margin: 0 auto;
}
.set-Left {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    padding-left: 7%;
}
.set-None {
	display: none;
	padding: 0;
	margin: 0;
}
ul.slides li .caption-title {
	font-family:"PT Sans Narrow", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 22px;
    padding: 10px;
	background: #49A39B;
	display: inline-block;
}
ul.slides li .caption-description {
    color: #fff;
	display: inline-block;
    padding: 10px;
	background: #000;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
	padding: 40px 0;
	/*background: #363839;*/
    background: transparent;
    border-bottom: 1px solid #3C3E3F;
    color: #ddd;
	font-size: 11px;
	position: relative;
    z-index: 2;
}
#footer h4 {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#footer ul {
	font-size: 12px;
	margin: 0 0 10px;
}
#footer ul li {
	margin: 0;
	list-style: none;
    border-bottom: 1px solid #474747;
    padding: 8px 0;
}
#footer ul li:first-child {
	padding-top: 0;
}
#footer a,
#footerEnd a {
	color: #CCC;
}
#footer a:hover
#footerEnd a:hover {
	color: #6BCFED;
}
#footerEnd {
    border-top: 1px solid #232526;
    color: #ddd;
    /*background: #2B2D2D;*/
    background: transparent;
    padding: 20px 0;
	
	position: relative;
    z-index: 2;
}
#footer-right {
	text-align: right;
	padding-top: 8px;
}
#copyright {
    padding-top: 10px;
}

/*
================================================== */
/* #Media Queries
================================================== */

/* Standard Screens */
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
    header {position:fixed;z-index:100;}
    #featureSlider {margin-top:90px;}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1100px) {
	header {position:fixed;z-index:100;}
    #featureSlider {margin-top:90px;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
img {
    width: 100%;
}
#company-logo img {
	width: 160px;
	height: 45px;
}
img.ssl {
	width: 79px;
	height: 69px;
}
	
    
@media only screen and (min-width: 320px) and (max-width: 600px) {
    
        h5.front {font-size:20px!important;}
        h6.front {display:none;}
    
        .media_type a {min-height:none!important;}
    }
    
    
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
header {
    padding: 0;
}
#company-logo {
    margin: 30px 0 20px;
}
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#catCartSummary, table.cartSummaryTable, .viewCart, #myAccount {
    margin: 30px 12px 0 0;
}
.content {
    margin: 0 0 10px;
}
.content h4 {
    font-size: 12px;
    margin: 0 0 10px;
}
ul.list-icons li img {
	width: 69px;
    height: 70px;
}
.photogalleryItem img { width: 100%; }
/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
.small-product {
	width: 229px;
}
.twelve .small-product {
	width: 165px;
}
/*-----------------------------------------------------------------------------------*/
/*	Events
/*-----------------------------------------------------------------------------------*/
.event {
	min-height: 42px;
}
.event h3 {
	line-height: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	Slideshow
/*-----------------------------------------------------------------------------------*/
.slide-description {
    font-size: 14px;
}
.slide-description h2 {
    font-size: 26px;
    margin-bottom: 10px
}
/*-----------------------------------------------------------------------------------*/
/*	Projects
/*-----------------------------------------------------------------------------------*/
.featuredProject {
	width: 236px;
}
.sixteen div.projectItem {
    width: 229px;
}
div.projectItem {
    width: 100%;
}
.home .projectItem a.more-info {
    padding: 0;
    font-size: 16px;
}
.home .projectItem a.more-info span {
    top: 20px;
}
.projectItem h3 {
    font-size: 14px;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
	font-size: 13px;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
#page-container img {
	width: 100%;
}
.nomobile { display: none!important; }
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
#page-container .captchaimg img {
	height: 36px;
    width: 160px;
}
#page-container .flag img {
	width: 18px;
	height: 12px;
}
#page-container img.ssl {
	width: 79px;
	height: 69px;
}
.photogalleryItem img { width: 100%; }
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
header {
    padding: 0;
}
#company-logo {
	text-align: center;
	padding-top: 0;
	margin: 10px 0;
    float: none;
}
#catCartSummary, table.cartSummaryTable, .viewCart, #myAccount {
    width: 100%;
	float: none;
    margin: 0 0 10px;
    text-align: center;
}
.cartSummary {
    text-align: center;
}
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#mobnav-trigger {
    padding: 0 15px 0 40%;
}
.home .slider {
	display: none;
}
#leftSide, #rightSide {
    margin-bottom: 30px;
}
#pageName, #pageCrumbs {
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
.cartsummary {
    width: 346px;
}
.shop-main h2 {
    margin-bottom: 5px;
}
.small-product,
.twelve .small-product {
    width: 200px;
}
.twelve .productItem,
.sixteen .productItem,
.productLarge #related .productItem, 
.catalogueItem {
    margin-right: 20px;
}
.productLarge .productItem {
    margin-right: 0;
}
.twelve .productItem:nth-child(2n), .twelve #fav .small-product:nth-child(2n), .twelve #related .productItem:nth-child(2n),
.sixteen .productItem:nth-child(2n), .sixteen #fav .small-product:nth-child(2n), .sixteen #related .productItem:nth-child(2n),
.catalogueItem:nth-child(2n) {
	margin-right: 0!important;
}
.twelve .productItem:nth-child(3n), .twelve #fav .small-product:nth-child(3n), .twelve #related .productItem:nth-child(3n),
.sixteen .productItem:nth-child(3n), .sixteen #fav .small-product:nth-child(3n), .sixteen #related .productItem:nth-child(3n),
.catalogueItem:nth-child(3n) {
	margin-right: 20px;
}
.small-product a.favoritelink {
	display: none;
}
.description {
	margin-top: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	Projects
/*-----------------------------------------------------------------------------------*/
.flexPortfolioControls .flex-prev {
    left: -105px;
}
.flexPortfolioGrid {
    left: 260px;        
}
#indexPortfolio .center {
    text-align: left;
}
.home .projectItem a.more-info {
    top: 20px;
}
.home .projectItem a.more-info span {
    top: 10px;
}
.sixteen div.projectItem {
	width: 100%;
	margin: 0 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
    display: none;
}
input.newsletterName {
	width: 48%;
	float: left;
}
input.newsletterEmail {
	width: 48%;
	float: right;
}
#copyright {
	margin-bottom: 20px;
	text-align: center;
}
#footer-right {
    text-align: center;
}
#footer-right ul.social-menu {
    text-align: center;
    float: none;
}
#footer-right ul.social-menu li {
    display: inline-block;
    float: none;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
body {
	font-size: 13px;
}
#page-container img {
	width: 100%;
}
.nomobile { display: none!important; }
/*-----------------------------------------------------------------------------------*/
/*	Images
/*-----------------------------------------------------------------------------------*/
#page-container .captchaimg img {
	height: 36px;
    width: 160px;
}
#page-container .flag img {
	width: 18px;
	height: 12px;
}
#page-container img.ssl {
	width: 79px;
	height: 69px;
}
.photogalleryItem img { width: 100%; }
/*-----------------------------------------------------------------------------------*/
/*	Layout Structure
/*-----------------------------------------------------------------------------------*/
.form-l {
	width: 100%;
	float: none;
}
.form-r {
	width: 100%;
	float: none;
}
header {
    padding: 0;
}
#company-logo {
	text-align: center;
	padding-top: 0;
	margin: 10px 0;
    float: none;
}
#catCartSummary, table.cartSummaryTable, .viewCart, #myAccount {
    width: 100%;
	float: none;
    margin: 0 0 10px;
    text-align: center;
}
.cartSummary {
    text-align: center;
}
.nav-container {
	display: inherit;
}
#main-menu {
	display: none;
}
#mobnav-trigger {
    padding: 0 15px 0 40%;
}
.home .slider {
	display: none;
}
#leftSide, #rightSide {
    margin-bottom: 30px;
}
#pageName, #pageCrumbs {
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	Team Profiles
/*-----------------------------------------------------------------------------------*/
.twelve .team-profile, .sixteen .team-profile {
	width: 46%;
}
/*-----------------------------------------------------------------------------------*/
/*	eCommerce
/*-----------------------------------------------------------------------------------*/
.cartsummary {
    width: 226px;
}
.shop-main h2 {
    margin-bottom: 5px;
}
.small-product,
.twelve .small-product,
.sixteen .small-product {
    width: 143px;
}
.twelve .productItem,
.sixteen .productItem,
.productLarge #related .productItem, 
.catalogueItem {
    margin-right: 13px;
}
.productLarge .productItem {
    margin-right: 0;
}
.twelve .productItem:nth-child(2n), .twelve #fav .small-product:nth-child(2n), .twelve #related .productItem:nth-child(2n),
.sixteen .productItem:nth-child(2n), .sixteen #fav .small-product:nth-child(2n), .sixteen #related .productItem:nth-child(2n),
.catalogueItem:nth-child(2n) {
	margin-right: 0!important;
}
.twelve .productItem:nth-child(3n), .twelve #fav .small-product:nth-child(3n), .twelve #related .productItem:nth-child(3n),
.sixteen .productItem:nth-child(3n), .sixteen #fav .small-product:nth-child(3n), .sixteen #related .productItem:nth-child(3n),
.catalogueItem:nth-child(3n) {
	margin-right: 13px;
}
.small-product a.favoritelink {
	display: none;
}
.description {
	margin-top: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*	Projects
/*-----------------------------------------------------------------------------------*/
.flexPortfolioControls .flex-next {
    left: -180px;
    top: -60px;
}
.flexPortfolioControls .flex-prev {
    left: -240px;
    top: -60px;
}
.flexPortfolioGrid {
    left: 0;
    top: -70px;
}
#indexPortfolio .center {
    text-align: left;
}
.home .projectItem a.more-info {
    top: 10px;
}
.home .projectItem a.more-info span {
    top: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
#footer {
    /*display: none;*/
}

#footer .four.columns {display:none;}
input.newsletterName {
	width: 48%;
	float: left;
}
input.newsletterEmail {
	width: 48%;
	float: right;
}
#copyright {
	margin-bottom: 20px;
	text-align: center;
}
#footer-right {
    text-align: center;
}
#footer-right ul.social-menu {
    text-align: center;
    float: none;
}
#footer-right ul.social-menu li {
    display: inline-block;
    float: none;
}
}

@media (min-width: 960px){
.parallax-window h6	{padding-top:70px;}
.parallax-window h6.front	{padding-top:0px;}

}

.parallax-window h6.front	{font-family:"fira-sans",sans-serif;}
input.cat_button, input.cat_button:hover	{background:none;}

.webform table td		{vertical-align:top;}
.p1 {min-height: 200px;}

.parallax-window h6	{font-family: "ff-market-web",cursive;}

#footer p			{color: #ccc;}

#calendar-container select	{width:auto;}
tr.day-of-week td			{font-family:"fira-sans",sans-serif; font-size:16px; padding:10px 0; font-weight:normal; text-transform:uppercase; font-weight:600; color:#e1e2e4; background-color:#434343; border:none;}
table.module-calendar td span	{background:none;font-family:"fira-sans",sans-serif; font-size:20px; padding:10px; color:#999; text-align:left;}

table.module-calendar td.events span	{background-color:#d81921; font-weight:normal;}
table.module-calendar td ul				{padding:0 5px;}
table.module-calendar td ul li			{line-height:1.35;}
table.module-calendar td.events			{background:none;}

a.event						{border-bottom:none;}	

#footer .footer-menu ul ul {display:none;}
#footer .footer-menu ul li {padding:0; width:100%;}
#footer .footer-menu ul li a {display:block; padding:8px 0; color:#999;-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
#footer .footer-menu ul li a:hover,.footer-menu ul li a:focus {color:#fff;}
#footer .footer-menu ul li a img {display:none;}


#footer .journal-list ul li strong {display:block;}

.media_type.columns {}
.media_type a { padding:20px 10%; min-height: 440px;display:block;background-color:#fff;-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.media_type a:hover,
.media_type a:focus {background-color:#f2f2f2;}
.media_type h3 {text-align:center; font-size:2.25em;}
.media_type a:hover h3,
.media_type a:focus h3 {color:#990000}

.media_type .round {
        margin:0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.media_type .round img.mediaImage {display: block;
            /* Stretch */
                  height: 100%;
                  width: 100%; 
            /*min-width: 100%;
            min-height: 100%;*/
            }

.btn {display: inline-block; margin:10px 0; -webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.btn .fa {margin-right:1em;}

.btn.btn-red{background-color:#990000;padding:12px 25px;font-size:16px;box-shadow:1px 1px 1px #ccc; color:#fff;}
.btn.btn-red:hover,.btn.btn-red:focus{background-color:#880000;}

.btn.btn-lightgrey{background:#f2f2f2;padding:12px 25px;font-size:16px;box-shadow:1px 1px 1px #ccc; color:#515151;}
.btn.btn-lightgrey:hover,.btn.btn-lightblue:focus{background:#eee;}

div.webform.podcast-search h3		{margin-bottom:15px; color:#fff;}
div.webform.podcast-search .item	{padding:0;}
div.webform.podcast-search input[type="image"]{margin-top:8px;}


a#mobnav-trigger       {background-color:#990000; font-family:"fira-sans",sans-serif; padding:0 15px 0 40%; font-weight:bold;}

@media (max-width: 959px) {
    .parallax-window h6 {font-size:50px; padding-top:4%;}
    .p1                 {min-height:150px !important;}
    #company-logo img   {width:auto;}
    .vertnav-top li a {/*padding: 15px 10px 15px 3%;*/ color:#262626; text-align:center;}
    .vertnav-top li a:hover {color:#990000;}
    h1{font-size:40px;}
    h3{font-size:28px;}
    .wrapper.wCrumb{display:none;}
    .media_type .round {width:150px;}
    .media_type .round {
        height: auto;
        width: auto;}
    /*#podcast img   {width:auto;}*/
}
	
@media (max-width: 767px){
	.media_type .btn.btn-red {padding: 10px;  width: 100%;}
	
	}

@media (max-width: 479px){
	.media_type       {margin-bottom:15px !important;}
	.media_type a      {background-color:#f2f2f2;} 
	.media_type .round{float:none !important;}
	.media_type .media-right{float:none; width:100%;}
	.media_type .media-right h4, .media_type .media-right h3 {text-align:center;}
	.home .wrapper{padding:0;}
	}

table.webapptable img   {width:auto;}
#podcast:nth-child(odd) {margin-left:0;}
#podcast:nth-child(even) {margin-right:0;} 
ul.photogalleryTable li.photogalleryItem {margin-bottom:16px;}
.photogalleryItem img    {width:100%;}

#upcomingEvents li{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
#upcomingEvents .projectItem {margin:0px!important;}

.lSPager {width:100%!important;}

/*Medium devices (tablets, 768px and up)*/ 
@media (min-width: 768px) and (max-width: 991px) { 
    .upcomingColumn {width:32%!important;}
}

/*Large devices (desktops, 992px and up)*/ 
@media (min-width: 992px) and (max-width: 1199px) { 
    .upcomingColumn {width:32%!important;}
}

/*Extra large devices (large desktops, 1200px and up)*/ 
@media (min-width: 1200px) { 
    .upcomingColumn {width:32%!important;}
}
