/* CSS Document */

/*
Theme Name: Elevate
Description: Business - Portfolio - SaaS HTML Template
Version: 1.0
Author: Pixnami
*/


/* CSS Reset */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

ol, ul, li, a {
	
}

ul li, ol li {
        margin: 0px 0px 10px 30px;    
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Testimonials */

.testimonial {
font-style: italic;
font-size: 12px;
}

.testimonial_name {
color: #990000;
font-size: 12px;
}

.testimonial_block {
padding: 0px 0px 0px 0px;
margin: 0px 0px 30px 0px;
}
/*///////////////////// GLOBAL ///////////////////////*/

body {
	background: url(graphics/images/header-bg.gif) repeat-x 0 0;
	font-family:'Lato', sans-serif;
	font-weight: 400;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 24px;
}


/* Rounded Corners */
.round-all, a.large-primary-btn, a.large-secondary-btn, 
a.small-primary-btn, a.small-secondary-btn, input.small-primary-btn, 
.widget, .img-box-large, .nav-item, .post-meta, .comment,  
.comment-alt, input, textarea, .highlight-box  {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.round-bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;	
	border-radius: 0 0 6px 6px;
}

.round-top {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius: 6px 6px 0 0;	
	border-radius: 6px 6px 0 0;
}

/* White Inset Bevel Effects for elements */

/* Top Bevel */
.highlight-box, .slide-feature, .img-box-large, .img-box-small, .slider, 
.nivo-portfolio .nivo-controlNav, #portfolio-detail, thead td, #search-wrap, .post-meta,
.img-left, .img-right, .field, textarea, .widget-top, .button-list li a, .main-ruler,
.comment, .comment-alt {
	-moz-box-shadow: inset 0 1px 0 #fff; 
	-webkit-box-shadow: inset 0 1px 0 #fff;	
	box-shadow: inset 0 1px 0 #fff;
}

.slide-feature iframe {
position: relative;
z-index: 8000;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #2c2b2b;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 32px;
	line-height: 35px;
	padding-bottom: 15px;
}

h2 {
	font-size: 23px;
	line-height: 30px;
	padding-bottom: 9px;	
}

h3 {
	font-size: 19px;
	line-height: 24px;
	padding-bottom: 9px;
}

h4, h5 {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 4px;
	font-weight: bold;
}

p {
	margin: 0px 0px 16px 0px;
}

.no-pad {
	padding-bottom: 0;
}

/* Links/Buttons */

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.large-primary-btn, .large-secondary-btn {
	display: inline-block;	
	padding: 15px 15px 15px 23px;	
	font-size: 23px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;		
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.large-primary-btn span, .large-secondary-btn span {
	background: url(graphics/images/btn-arrow.png) no-repeat 6px 4px;	
	margin: 0 2px 0 15px;
	padding: 2px 16px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.6); 
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);	
	box-shadow: inset 0 0 4px rgba(0,0,0,0.6);	
}

.large-primary-btn:hover, .large-secondary-btn:hover, 
.small-primary-btn:hover, .small-secondary-btn:hover {
	text-decoration: none;
}

.large-secondary-btn, .small-secondary-btn {
	border-bottom: 2px solid #393939;		
}

.large-secondary-btn span {
	background-color: #7C7C7C;
}

.large-secondary-btn {
	background: #a7a7a7 url(graphics/images/large-secondary-btn.gif) repeat-x 0 bottom;
}

.large-secondary-btn:hover {
	background: #bab9b9 url(graphics/images/large-secondary-btn-roll.gif) repeat-x 0 bottom;	
}

.large-secondary-btn:active, .small-secondary-btn:active {
	border-bottom-width: 1px;
}

.small-primary-btn, .small-secondary-btn {
	display: inline-block;	
	padding: 6px 14px 8px 14px;	
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	font-family: 'Lato', sans-serif;		
}

.small-secondary-btn {
	background: #a7a7a7 url(graphics/images/small-secondary-btn.gif) repeat-x 0 bottom;	
}

.small-secondary-btn:hover {
	background: #bbbaba url(graphics/images/small-secondary-btn-roll.gif) repeat-x 0 bottom;
}

.small-btn {
	background: #ebebeb url(graphics/images/small-grad.gif) repeat-x 0 bottom;
	display: inline-block;
	border: 1px solid #ccc;
	text-shadow: 0 1px #fff;
	margin-bottom: 20px;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.small-btn:hover {
	text-decoration: none;
	background-image: none;
	background-color: #EAEAEA;	
}

.arrow-link {
	background: url(graphics/images/arrow-link.gif) no-repeat right 5px;
	display: inline-block;
	margin-top: 5px;
	padding-right: 17px;
}

.arrow-link:hover {
	background: url(graphics/images/arrow-link-roll.gif) no-repeat right 5px;	
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


.clear { clear:both; line-height:0; height:0; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac */
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */



.mar-left {
	margin-left: 20px;
}

.mar-right {
	margin-right: 20px;
}

/*///////////////////// HEADER ///////////////////////*/

#header {
	margin: 0 auto;
	width: 940px;
    padding: 0 0 40px 0;
}

#header h2 {
	padding-bottom: 0;
}

#logo {
	width: 220px;
	height: 66px;
	display: block;
	float: left;	
}

#logo a {
	background: url(graphics/images/audioconnellLogo.png) no-repeat 37px 0px;
	height: 66px;
	display: block;
	text-indent: -9999px;	
}

#logo_new {
    width: 240px;
	height: 91px;
	display: block;
	float: left;	
}

#logo_new a {
	background: url(graphics/images/audioconnellLogo1.png) no-repeat;
	width: 240px;
    height: 86px;
	display: block;
	text-indent: -9999px;
    margin-top: 5px;
}

@media screen and (max-width: 900px) {
    
    #logo_new {
        width: 240px;
        height: 91px;
	    display: block;
	    float: none;
        margin: 0 auto;
    }
    
}


/*///////////////////// MAIN NAVIGATION ///////////////////////*/

#main_nav {
	float: right;
	margin-top: 37px;
	margin-right: -20px;
	font-size: 16px;
	position: relative;
	z-index: 9000; 
}

@media screen and (max-width: 900px) {

    #main_nav {
        float: none;
    }

}

#main_nav a {
	color: #2c2b2b;
	text-shadow: 0 1px #fff;
	font-family: 'Lato', sans-serif;
	font-weight: normal;	
}

#main_nav a:hover {
	text-decoration: none;
}

#main_nav ul li {
	float: left;
	margin: 0px 2px;
	position: relative;
	display: block;
}

#main_nav ul li a {
	padding: 6px 8px 7px;
	position: relative;
	z-index: 9000;
}

#main_nav ul li:hover a {
	background: #F4F4F4 none;
	margin: 0px 0;
	padding: 6px 9px 7px;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

#main_nav ul li.sfHover:hover a {
	background: #F4F4F4 none;
	margin: 0px 0;
	padding-bottom: 13px;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-bottom: none;
	-webkit-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

#main_nav ul li:first-child:hover a, #main_nav ul li:last-child:hover a.last {
	background: #fff url(http://www.audioconnell.com/graphics/images/nav-btn-bg.gif) repeat-x 0 bottom;
	padding: 6px 9px 7px;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}


#main_nav ul li ul, #main_nav ul li ul li ul {
	width: 200px; /*Drowndown and Sub-Nav Menus Width. If you change the width here, you must also change the Sub-Nav Menu Position below to match the width here. Otherwise the submenu will not appear in the right location. */
	display: none;
	padding-bottom: 15px;
	position: absolute;
	z-index: 8999;
	top: 31px;
	left: 0px;
}

#main_nav ul li ul li {
	float: none!important;
	margin: 0!important;
}

#main_nav ul li ul li {
	position: relative;
}

#main_nav ul li ul li ul {
	left: 200px; /*Sub-Nav Menu Position*/
	top: 0;
}

#main_nav ul li ul, #main_nav ul li ul li ul {
	background: #d4d4d4 url(http://www.audioconnell.com/graphics/images/dropdown-bg.gif) repeat-x 0 top;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 2px solid #818080;
	border-left: 1px solid #c3c3c3;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

#main_nav ul li ul li:first-child a, #main_nav ul li ul li:last-child a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
}

#main_nav ul li.sfHover:hover ul li:hover a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
}

#main_nav ul li ul li a {
	display: block;
	padding: 9px 15px;
	font-size: 14px;
	background: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	-webkit-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

#main_nav ul li.sfHover:hover ul li a {
	display: block;
	padding: 9px 15px;
	font-size: 14px;
	background: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	-webkit-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

#main_nav ul li.sfHover:hover ul li a:hover {
	background-color: #fff;
	-webkit-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	
}

#main_nav_mobile {
display: none;	
}

.main_nav_mobile_link {
    display: none;   
}


/*///////////////////// FEATURE AREA ///////////////////////*/

#stage-wrap {
	background: url(graphics/images/stage-bg.gif) repeat-x 0 bottom;
	height: 385px;
	overflow: hidden;
}

#stage {
	width: 940px;
	margin: 0 auto;
}

/* Anything-Slider Homepage (The rest of the styles for this slider option are in anythingSlider.css)*/

.slide-feature {
	width: 596px;
	height: 310px; 
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;	
	padding: 11px 11px 12px;
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;	
}

.slide-content {
	width: 285px;
	padding-top: 10px;
}

.slide-content h2 {
	font-size: 29px;
	line-height: 35px;
	padding-bottom: 8px;
}

/* Nivo Image-Slider Homepage Option 2 (The rest of the styles for this slider option are in nivo-slider.css)*/

.slider {
	width: 916px;
	height: 310px; 
	border: 1px solid #CECECE;
	padding: 11px 11px 12px 11px;
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;		
}

.nivo-slider {
    height: 310px;
}

/* Static content without slider */
#stage-feature{
	height: 360px;
	float: right;
	padding-top: 25px;
	overflow: hidden;
}

#stage-content {
	width: 385px;
	float: left;
}

#stage-content ul {
	padding: 0 0 15px 30px;
}

#stage-content ul li {
	padding: 16px 0 6px 60px;
}

#stage-list-item1 {
	background: url(graphics/images/presentation.png) no-repeat 0 center;
}

#stage-list-item2 {
	background: url(graphics/images/color-wheel.png) no-repeat 0 center;
}

#stage-list-item3 {
	background: url(graphics/images/user-group-colored.png) no-repeat 0 center;
}

#stage .large-primary-btn {
	margin-left: 30px;
}

#headline-wrap {
	background: #e4e1e1 url(graphics/images/headline-bg.gif) repeat-x 0 bottom;
	overflow: hidden;	
	height: 110px;
	border-top: 1px solid #B7B7B7;
	border-bottom: 2px solid #868686;
	-moz-box-shadow: inset 0 1px 0 #EDEDED; 
	-webkit-box-shadow: inset 0 1px 0 #EDEDED;	
	box-shadow: inset 0 1px 0 #EDEDED;
    padding-top: 20px;
}

#headline-callout {
	width: 940px;
	margin: 0 auto;
    position: relative;
}

#headline-callout h1 {
	margin-top: 11px;
	float: left;
	text-shadow: 0 1px #E5E5E5;		
}

#headline-callout h2 {
    width: 650px;
	margin-top: 11px;
	float: left;
	text-shadow: 0 1px #E5E5E5;		
}

#headline-callout h1 {
	font-size: 18px;
    line-height: 23px;
    padding-right: 45px;
    margin-top: 16px;
    margin-left: 30px;
    font-weight: normal;
}

#headline-callout a {
	margin-top: 15px;
	float: left;
}

/*///////////////////// CONTENT ///////////////////////*/

#content {
	/* width: 68.0851064%; */
	max-width: 940px;
	margin: 10px auto 0 auto;
	padding-bottom: 100px;
}

#home-wrap {
	background: url(graphics/images/content-bg.gif) repeat-x;
	padding-top: 30px;
}

#home-wrap #content {
	padding-bottom: 60px;
    width: 98%;
}

.home_section {
    padding: 0 0 40px 0;
}

.home_content {
	width: 67.666667%;
	float: left;
}

.home_sidebar {
	width: 28.1914894%;
	margin-left: 03.7234043%;
	float: right;
}

#main-content {
	width: 67.666667%;
	float: left;
}

#main-content-full {
	width: 940px;
}

#main-content img, #main-content-full img {
    max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#main-content img, #main-content-full img { 
	vetical-align: middle;
}

#main-content img a, #main-content-full img a {
	display: block;
	border: 0;
}







.quote {
margin: 0 0 20px 0;	
}
.quote div {
	margin-top: 5px;
	padding-right: 10px;
	float: left;
	width: 38px;
	height: 26px;
}

.quote p {
	padding-bottom: 5px;
}

#content a.large-primary-btn, #content a.large-secondary-btn, 
#content a.small-primary-btn, #content a.small-secondary-btn {
	margin-right: 15px;
	margin-bottom: 20px;
}

#content a.small-primary-btn:active, #content a.small-secondary-btn:active,
#content a.large-primary-btn:active, #content a.large-secondary-btn:active {
	margin-bottom: 21px;	
}

.ruler {
	margin: 25px 0 30px;
	background-color: #F2F2F2;
	border: 1px solid #e2e2e2;
	height: 3px;	
	clear: both;	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;		
}

.main-ruler {
	margin: 25px 0 30px;
	background-color: #EDEDED;
	border: 1px solid #C9C9C9;
	height: 6px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	clear: both;		
}

h1 + .main-ruler, h2 + .main-ruler, h3 + .main-ruler {
	margin: 0 0 25px 0;
}


/*A class for adding extra space between different sections in main content area */
.section {
	margin-top: 35px;
}

#main-content-full .bullet-list, #main-content .bullet-list,
#main-content-full .arrow-list, #main-content .arrow-list, 
#main-content-full .check-list, #main-content .check-list {
	margin: 0 20px 20px 0;
}

.bullet-list li {
	padding-left: 20px;
}

.arrow-list li a {
	display: inline-block;
	padding-left: 10px;
}

.arrow-list li, .bullet-list li {
	padding-bottom: 10px;
}

.check-list li{
	background: url(graphics/images/checkmark.png) no-repeat;
	padding: 0 0 15px 35px;
}

.button-list {
	margin-top: 10px;
}

.button-list li {
	line-height: 17px;
	margin-right: 10px;
	float: left;	
}

.button-list li a {
	background: #ebebeb url(graphics/images/small-grad.gif) repeat-x 0 bottom;
	display: inline-block;
	border: 1px solid #ccc;
	text-shadow: 0 1px #fff;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.button-list li a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #EAEAEA;	
}

.button-list li #button-current {
	background: #0281ec url(graphics/images/small-secondary-btn.gif) repeat-x 0 bottom;
	box-shadow: none;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;		
	border: none;
	padding: 4px 8px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.button-list li #button-current:hover {
	background: #bbbaba url(graphics/images/small-secondary-btn-roll.gif) repeat-x 0 bottom;
}

/* Images */

.img-left, .img-right, .img-box-small {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;		
}

.img-left {
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #EAEAEA;
	margin: 0 20px 20px 0;
	float: left;
}

.img-right {
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #EAEAEA;
	margin: 0 0 20px 20px;
	float: right;
}

.img-box-large {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;	
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d4d4d4;
	margin: 0 20px 20px 0;
	padding: 11px;
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;	
}

.img-box-small {
	border: 1px solid #d4d4d4;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;
}

.feature-img {
	margin: 8px 0 17px 0;
}

.six-col img {
	padding-bottom: 9px;
}

/* Box Containers */

.highlight-box {
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;
	display: inline-block;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d4d4d4;	
	margin-top: 30px;
	padding: 20px;
	text-shadow: 0 1px #fff;
}

.message p:first-child {
	padding-bottom: 5px;
}

.highlight-box .img-box-small, .highlight-box img-box-large {
	border-color: #bdbdbd;
}

.highlight-box .img-box-small {
	background: none;
	padding: 6px;	
}

.highlight-box .img-box-small {
	background-image: none;
	background-color: #fff;
	padding: 5px;	
}

/* Column Containers */


.one-col, .two-col {
	padding-bottom: 15px;
	margin: 10px 0 30px;
}

.two-col {
	width: 460px;
	margin-right: 20px;
	float: left;
}

.three-col, .four-col, .six-col {
	margin: 0 20px 30px 0;
	float: left;
}

.three-col {
	width: 46.4%;
}

.four-col {
	width: 220px;
}

.six-col {
	width: 140px;
}

.one-col .highlight-box, .two-col .highlight-box, .three-col .highlight-box, .four-col .highlight-box {
	padding: 10px 10px 5px 14px;
	margin: 10px 0 16px 0;
	background: #dbdbdb url(graphics/images/highlight-bg.gif) repeat-x 0 top;	
	display: block;
}


.one-col h3, .two-col h3, .three-col h3, .four-col h3, .six-col h3 {
	overflow: hidden;
}

/* Add this class to the last box in a row, or else column boxes will not all fit in a row next to each other in layout */
.end-col {
	margin-right: 0;
}

.two-col h3, .two-col p, .three-col h3, 
.three-col p, .four-col h3, .four-col p {
	padding-right: 5px;	
}

.large-icon {
	padding-right: 9px;
	float: left;
}

.bar-icon {
	padding: 0px 10px 0px 0px;
	float: left;
}

.three-col h3, .two-col h3 {
	padding-top: 2px;
}

/* Forms */

label {
	display: block;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.required span{
	color: #d80000;
}

.field {
	background: #f7f7f7 url(graphics/images/field-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	padding: 9px 8px;
	width: 220px;	
}

.field-group {
	margin-bottom: 15px;
	margin-right: 30px;
}

textarea {
	background: #f7f7f7 url(graphics/images/textarea-bg.gif) repeat-x 0 bottom;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #d3d3d3;
	width: 590px;
	height: 220px;
	padding: 15px;
	font: 12px/20px "Lucida Grande",Verdana,Helvetica,sans-serif;	
}

.input-btn {
	margin-top: 25px;
	cursor: pointer;
}

.input-btn:active {
	margin-bottom: 1px;
}

input.large-primary-btn {
	padding-bottom: 12px;
}


/*About Us page*/

.team-detail {
	width: 505px;
	float: right;
	margin-top: 7px;
}

.team-detail h3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;	
	border-bottom: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	display: inline;
	padding: 5px 14px 7px;
	text-shadow: 0 1px #fff;
}

.team-detail h3 em {
	font-size: 16px;
}

.team-detail p {
	margin-top: 20px;
	padding-bottom: 7px;
}

.team-detail p:first-child {
	padding-bottom: 0;
}


/*Features pages */

/*.testimonial {
	width: 530px;
}*/

#feature-detail ul {
	width: 375px;
	margin: 10px 0 15px;
}

#feature-detail a.small-primary-btn, 
#feature-detail a.small-secondary-btn {
	margin-left: 37px;
}

.thumbs-gallery {
	max-width: 470px;
	margin-top: 45px;
	padding: 15px 20px;
}

.thumbs-gallery img {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Plans & Pricing */

#plans {
	margin-top: 45px;
}

#plans thead td {
	padding-bottom: 30px;
}

#plans thead td, tbody td {
	width: 140px;  /*Sets width of columns for pricing table */
}

#plans .table-feature div {
	width: 182px; /* Must be 42 pixels more than the widths the table columns are set at above*/
	height: 8px;
	position: absolute;
	top: -8px;
	left: -1px;
}

#plans .table-feature {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);	
	position: absolute;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;	
	box-shadow: none;
	padding-bottom: 28px;
}

#plans .table-feature h3 {
	color: #fff;
}

#plans .table-feature .price {
	color: #fff;
}

#plans .price {
	font-size: 35px;
	color: #2C2B2B;
	display: block;
	padding-top: 7px;
}

#table-rows {
	margin: 120px 20px 0 0;
	float: left;
}

#table-rows li {
	padding-bottom: 37px;
	font-weight: bold;
}

table {
	background: #f7f4f4;
	margin-bottom: 45px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;	
	border-bottom: 3px solid #aaa;	
	border-left: 1px solid #d4d4d4;	
	text-align: center;
	text-shadow: 0 1px #fff;	
}

tr td:first-child {
	border-left: 0;
}

td {
	padding: 15px 20px;
	border-left: 1px solid #C6C6C6;		
}

thead td {
	background: #fafafa url(graphics/images/widget-bg.gif) repeat-x 0 bottom;
	border-bottom: 1px solid #C6C6C6;
}

thead td:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

thead td.last-head {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

tbody .row-alt {
	background-color: #E2E2E2;
}

tbody .row-alt td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}

table .buttons td {
	padding: 25px 20px;
}

table a.small-primary-btn {
	margin: 0 !important;
}

/*Portfolio pages */

#portfolio-overview .one-col {
	padding: 25px 0 10px;
}

#portfolio-overview .one-col h2 {
	padding-top: 5px;
}

#portfolio-overview .one-col a.small-primary-btn {
	margin-top: 5px;
}

#project-details {
	margin-bottom: 20px;	
}

#project-details p {
	padding-bottom: 5px;
}

#project-details .ruler {
	margin-top: 5px;
}

#facebook-like {
	margin-bottom: 10px;
}

#project {
	width: 280px;
	padding-right: 20px;
}

/* Nivo Image-Slider Option 2 (The rest of the styles for this slider option are in nivo-slider.css)*/
#portfolio-detail {
	background: #f2f2f2 url(graphics/images/highlight-bg.gif) repeat-x 0 bottom;		
	width: 596px;
	height: 527px; 
	margin-top: 5px;
	margin-bottom: 155px;
	padding: 11px;
	float: right;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #CECECE;		
}

.nivo-portfolio a img {
	position: absolute; /* Prevents images from overflowing if Javascript is turned off */
}

/* Pagination */

#pagination {
	margin-top: 30px;
}

#pagination a {
	background: #ebebeb url(graphics/images/small-grad.gif) repeat-x 0 bottom;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #d4d4d4;	
	padding: 3px 10px 4px;
	margin-right: 5px;
	display: inline-block;
	font-size: 15px;
	color: #4b4b4b;
	text-shadow: 0 1px #fff;		
}

#pagination a#current, #pagination a:hover {
	padding: 4px 11px 4px;	
	border: none;	
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);		
}

#pagination a:hover {
	background: #0281ec url(graphics/images/small-secondary-btn.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #353535;
}

#pagination a#current:active, #pagination a:active {
	border-bottom-width: 1px;
}

/* Blog */

.post-list {
	margin: 0 15px 38px 0;
}

.post-list .main-ruler {
	margin: 10px 0 0 0;
}

.post-list p {
	padding-bottom: 0;
}

.post-list h1 a {
	color: #2c2b2b;
}

.post-list h1 a:hover {
	text-decoration: none;
}

.post-meta {
	padding: 4px 9px;
	margin-bottom: 27px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #959595;		
	border-left: 1px solid #d4d4d4;	
	background: #ebebeb url(graphics/images/small-grad.gif) repeat-x 0 bottom;
	text-shadow: 0 1px #fff;
}

.post-meta ul li {
	float: left;
	padding: 0 15px 0 24px;
}

.post-meta .meta-date {
	background: url(graphics/images/calendar-icon.png) no-repeat 0 -1px;
}

.post-meta .meta-author {
	background: url(graphics/images/edit-icon.png) no-repeat 0 -1px;
}

.post-meta .meta-tag {
	background: url(graphics/images/category-icon.png) no-repeat 0 0;
}

.post-meta .meta-comments {
	background: url(graphics/images/comment-icon.png) no-repeat 0 -1px;
}

#post {
	margin-right: 15px;
}

#post-share {
	width: 280px;
	margin-top: 10px;
}

#author-bio {
	margin-top: 40px;
}

#author-bio p {
	overflow: hidden;
}

/* Blog Text Styles */

.strike {
	text-decoration: line-through;
}

.text-highlight {
	background-color: #fefaca;
	padding: 2px 6px;
}

sup, sub {
	color: #2d2d2d;
}

blockquote {
	background-color: #f2f2f2;
	margin: 0 0 20px 0;
	text-shadow: 0 1px #fff;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
    -moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;	
}

blockquote p {
	padding: 15px;
}

.pullquote-left, .pullquote-right {
	width: 300px;
	font-style: italic;
	line-height: 22px;
	padding: 0 30px 10px 48px;			
}

.pullquote-left {
	float: left;
}

.pullquote-right {
	float: right;
	margin-left: 25px;
	padding: 0 0 10px 48px;			
}

/* Blog Comments */

#comments-top {
	margin-top: 70px;
	height: 25px;
}

#comments-top p {
	font-size: 19px;
	float: left;
}

#comments-top a {
	background: url(graphics/images/comment-add-icon.png) no-repeat 0 1px;
	padding: 2px 0 2px 26px;
	float: right;
}

#comments .add-reply {
	background: url(graphics/images/comment-reply-icon.png) no-repeat 0 -2px;
	padding-left: 26px;
	margin: -5px -5px 10px 20px;
	float: right;
}

#comments .img-box-small {
	margin-left: -95px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;
}

.comment .img-box-small {
	border-color: #aaa;	
}

.comment-alt .img-box-small {
	border-color: #CECECE;
}

.comment, .comment-alt {
	display: inline-block;
	margin-bottom: 35px;
	padding: 20px 20px 20px 55px;
}

.comment {
	background-color: #EDEDED;
	text-shadow: 0 1px #fff;
	border-top: 1px solid #CECECE;	
	border-right: 1px solid #CECECE;	
	border-bottom: 3px solid #CECECE;	
	border-left: 1px solid #CECECE;		
}

.comment-alt {
	background-color: #f9f9f9;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 3px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;	
}

.comment-details  {
	padding: 3px 8px;
	margin: 2px 0 10px 0;
	background-color: #fff;
	display: inline-block;		
	border: 1px solid #E5E5E5;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border-radius: 3px;
}

.comment-alt .comment-details {
	background-color: #E8E8E8;
	border: 1px solid #DBDBDB;			
}

.comment-details span {
	padding-left: 15px;
}

#comments .reply li {
	margin-left: 25px;
}

#post-comment {
	margin-top: 60px;
}

/* Contact */

#contact-info {
	padding-right: 40px;
	width: 420px;
}

#contact-form textarea {
	width: 425px;
}

#contact-form input[type=text] {
	width: 440px;
}

.hide {
	display: none;
}

#response {
	background-color: #999999;
	width: 260px;
	border: 1px solid #595959;
	color: #fff;
	padding: 15px 20px 17px 20px;
	line-height: 26px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

/*///////////////////// SIDEBAR ///////////////////////*/

#sidebar {
	/* width: 28.1914894%;
	margin-left: 03.7234043%;
	float: left; */
    
    width: 28.1914894%;
	float: right;
	
}

.widget {
	margin-bottom: 30px;
	text-shadow: 0 1px #fff;				
}

.widget a {
	text-shadow: 0 1px #fff;					
}

.widget .img-box-small {
	background-color: #fff;
	background-image: none;
}

.widget-top {
	margin: 0 2px;
	height: 18px;
	border-top: 1px solid #aaaaaa;		
	border-left: 1px solid #aaaaaa;		
	border-right: 1px solid #aaaaaa;
	background-color: #f7f4f4;
}

.widget h3 {
	padding: 6px 14px 8px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.widget-content {
	background: #f7f4f4 url(graphics/images/widget-bg.gif) repeat-x 0 bottom;	
	margin: 0 2px;	
	padding: 12px 14px 25px;
	border-left: 1px solid #aaaaaa;		
	border-right: 1px solid #aaaaaa;	
	border-bottom: 3px solid #818080;		
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;	
	word-wrap: break-word;
}

.widget-content p {
	padding-bottom: 0;
}

#sidebar .arrow-list li {
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

#sidebar .arrow-list li a {
	color: #4B4B4B;
}

/* Recent posts */
.sidebar-post {
	border-bottom: 1px solid #aaa;
	padding: 12px 0 2px;
}

.sidebar-post p {
	overflow: hidden;
}

.sidebar-post img {
	margin-bottom: 10px;
}

.sidebar-post .sidebar-post-title {
	padding: 5px 0 2px;
    line-height: 18px;
}

#sidebar .sidebar-post-title a {
	color: #4b4b4b;
	padding: 0;
	font-weight: bold;
}

/* Testimonials */

.widget-quote {
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget-quote p {
	padding-bottom: 5px;
}

/* Search Form */

#search {
	background: #f3f2f2 url(graphics/images/search-bg.gif) repeat-x 0 bottom;
	margin-bottom: 30px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;			
	border-right: 1px solid #aaaaaa;	
	border-bottom: 3px solid #818080;	
	overflow: hidden;
}

#search-wrap {
	padding: 11px;	
}

#search-form {
	background-color: #fff;
	color: #717070;
	width: 176px;
	margin-right: 10px;
	padding: 8px 9px;
	float: left;
}

#search-form:focus {
	color: #4B4B4B;
}

#submit-search {
	background: #a7a7a7 url(graphics/images/search-btn-bg.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #353535;
	float: left;
}

#submit-search input {
	background: url(graphics/images/search-btn.gif) no-repeat center center;
	width: 37px;
	height: 31px;	
	cursor: pointer;
	display: block;
}

#submit-search input:hover {
	background: url(graphics/images/search-btn-roll.gif) no-repeat center center;
}


/* Sponsor Ads */
.sponsors {
	margin-bottom: 30px;
	padding-left: 2px;
}

.sponsors img {
	float: left;
	margin: 0 10px 15px 0;
}

.sponsors img.end-ad {
	margin-right: 0;
}

iframe {
width: 596px; 
height: 310px;	
}
/*///////////////////// FOOTER ///////////////////////*/

#footer {
	background: #939393 url(graphics/images/footer-bg.gif) repeat-x 0 0;	
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}

#footer h3 {
	padding-bottom: 5px;
	color: #909090;
}

#footer a.footer-btn {
	font-family: 'Lato', sans-serif;		
	background: #fff url(graphics/images/footer-btn.gif) repeat-x 0 bottom;
	color: #4b4b4b;	
	display: inline-block;	
	padding: 5px 12px 7px 12px;	
	font-size: 15px;
	box-shadow: 0px 2px 0px #686868;
	-moz-box-shadow: 0px 2px 0px #686868;
	-webkit-box-shadow: 0px 2px 0px #686868;	
	text-shadow: none;
}

#footer a.footer-btn:hover {
	background: #fff none;
	text-decoration: none;
}	

#footer a.footer-btn:active {
	border-bottom-width: 1px;
	box-shadow: 0px 1px 0px #686868;
	-moz-box-shadow: 0px 1px 0px #686868;
	-webkit-box-shadow: 0px 1px 0px #686868;	
}

/* Top Footer */

#footer-header {
	background-color: #fff;
	height: 33px;
	width: 970px;
	border-bottom: 1px solid #AFAFAF;	
	margin: -2px 0 0 -485px;
	position: absolute;
	top: 0;
	left: 50%;
}

#footer-top {
	padding: 2px 0 60px;
	position: relative;
	border-top: 1px solid #AFAFAF;
}

#contact {
	width: 195px;
	width: 300px;
	margin-right: 25px;
	float: left;
	text-shadow: 0 1px #dedede;	
	color: #000;	
}

#contact p {
	margin-top: 18px;
}

.footer-col {
	width: 135px;
	width: 180px;
	margin-right: 25px;
	float: left;
	text-shadow: 0 1px #dedede;			
}

.footer-col ul {
	margin-top: 15px;
	list-style: none;
}

.footer-col ul ul {
	display: none;
}

.footer-col ul li {
	padding: 6px 0;
	border-bottom: 1px solid #5d5d5d;
	margin-left: 0px;	
}

.footer-col ul li a {
	color: #000;
}

.footer-col ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.footer-icon-link  {
	padding: 2px 0 2px 23px;
}

#twitter {
	background: url(graphics/images/twitter.png) no-repeat 0 1px;
}

#facebook {
	background: url(graphics/images/facebook.png) no-repeat 0 1px;
}

#tumblr {
	background: url(graphics/images/tumblr.png) no-repeat 0 1px;
}

#youtube {
	background: url(graphics/images/youtube.png) no-repeat 0 1px;
}

#flickr {
	background: url(graphics/images/flickr.png) no-repeat 0 1px;
}

#rss {
	background: url(graphics/images/rss.png) no-repeat 0 1px;
}

#linkedin {
	background: url(graphics/images/linkedin.png) no-repeat 0 1px;
}

#google_plus {
	background: url(graphics/images/google_plus.png) no-repeat 0 1px;
}

/* Tweet update */

.tweet-update {
	float: left;
	display: none;
}

.tweet {
	background-color: #fff;
	width: 218px;
	min-height: 100px;
	margin-top: 30px;
	padding: 20px 20px 5px;
}

.tweet_avatar img {
	margin-right: 8px;
	float: left;
}

.tweet_time {
	display: block;
}

.tweet_odd, .tweet_even {
	padding-bottom: 20px;
}

#tweet-bottom {
	background: url(graphics/images/tweet-bottom.png) no-repeat 65px 0;
	width: 240px;
	height: 60px;
}

#tweet-bottom img {
	padding: 3px 0 0 10px;
	float: left;
}

/* Bottom Footer */

#footer-bottom {
	border-top: 3px solid #1c1c1c;
	background-color: #282828;
	padding: 18px 0;
}

#footer-bottom a, #footer-bottom p {
	color: #6d6d6d;
	font-size: 12px;
}

#footer-bottom a.high-link {
	color: #cfcece;
}

#footer-bottom p {
	padding-bottom: 0;
}

#footer-bottom ul li {
	float: left;
	padding-right: 20px;
}

/*Begin::Forms*/
.formwrap_cell { padding:0 0 20px; }
.formwrap_cell input { background: #F7F7F7 url(graphics/images/textarea-bg.gif) repeat-x 0 bottom; border:1px solid #DEDEDE; font-size:12px; margin:0 0 10px; padding:10px 5px; width: 63%; }
.formwrap_cell label { float: left; width: 130px; margin:0 0 10px; }
.formwrap_cell select { background: #F7F7F7 url(graphics/images/textarea-bg.gif) repeat-x 0 bottom;border: 1px solid #DEDEDE; }
.formwrap_cell select:focus { border: 1px solid #C41111; }
.formwrap_cell input:focus { border: 1px solid #C41111; }
.formwrap_cell textarea { border:1px solid #DEDEDE; font-size:12px; margin:0 0 10px; padding:15px 5px; width:63%; }
.formwrap_cell textarea:focus { border: 1px solid #C41111; }
#recaptcha_widget_div {width: 100%}
/* End::Forms*/








a.collapse-trigger {
    display: none;
}




/* MEDIA QUERIES
==========================================================================*/

@media screen and (max-width: 1040px) {

#content {
	width: 95%;
}

}

@media screen and (max-width: 800px) {
	
#stage-wrap {
	display: none;
}

#main_nav {
	float: left;
	margin-left: 29px;
	margin-top: 13px;
}
	
#header {
	width: 100%;
}

#headline-wrap {
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#headline-callout {
	width: 100%;
	padding: 5px;
	margin: 0;

}

#headline-callout h2, #headline-callout h1 {
	width: 60%;
}

.three-col {
	width: 45.6%;
}

footer-header {
	display: none;	
}

.round-bottom {
	display: none;	
}

.footer-content {
	width: 90%;
}

#footer h3 {
	color: #FFFFFF;
}

.fr {
	float: left;
	padding-top: 20px;
}

}

@media screen and (max-width: 480px) {



.no-js .collapse {
    display: block;
}

.collapse {
    display: none;
}

a.collapse-trigger {
	background: url(graphics/2013conference/mnavicon.png) 98% 47% no-repeat;
	padding: 0;
    margin: 0 0 20px 0;
	display: none;
    font-size: 24px;
    font-weight: 300;
}

a.collapse-trigger span {
    display: block;
    float: right;
    width: 10%;
}

.no-js a.collapse-trigger {
	display: none;
}

#header {
    padding: 0 0 10px 0;
}

#logo {
	float: none;
    margin: 0 auto;
}

.main_nav_mobile_link {
    display: block; 
    background: #C41111;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.main_nav_mobile_link:link, .main_nav_mobile_link:visited {
    color: #ffffff;
}

#main_nav_mobile {
	display: block;
	width: 100%;
	margin: 20px 0 20px 0;	
}

#main_nav_mobile ul {
	margin: 0;
	padding: 0;
}

#main_nav_mobile ul li {
	background: #C41111;
	margin: 2px 0;
	padding: 10px 5px;
}

#main_nav_mobile ul li a {
	color: #FFFFFF;	
}

#main_nav_mobile ul li:hover ul {
    display: block;   
}

#main_nav {
	display: none;
}

#headline-wrap {
	float: none;
	margin-bottom: 0px;
}

#headline-callout h1 {
	padding-right: 0;
}

.bar-icon {
	padding: 0;
}

#headline-callout h2, #headline-callout h1 {
	width: 82%;
}

#headline-callout h1 {
    font-size: 18px;
	line-height: 24px;
    margin-left: 5px;
}

#headline-callout img {
    display: none;
}

#headline-callout a {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}

#home-wrap {
    padding-top: 20px;
}

#main-content {
	width:  100%;
	padding-bottom: 20px;
}

.home_section {
    padding: 0 0 40px 0;
}

.home_content {
    width: 100%;
	float: none;
}

.home_sidebar {
	width: 100%;
	margin-left: 0;
	float: none;
}

.three-col {
	width: 90%;
	margin: 0 0 20px 20px;
}

#sidebar {
	width: 100%;
	margin-left: 0;	
}



.footer-content {
	width: 90%;
}

#contact {
	width: 90%;
	margin-top: 25px;
}

.youtube-player {
	width: 100%;	
}

.footer-col {
	width: 100%;
	margin-top: 25px;
}

.footer-col_hide {
    display: none;
}

.footer-content {
	padding-left: 0;
}

#footer-bottom ul li {
	float: none;
	padding-bottom: 10px;
}



.tweet-update {
	padding-top: 20px;
}

}

@media screen and (max-width: 320px) {
	

}