.custom-solution-image {
		border: 1px solid #ccc;
		max-width:600px;
		margin-top: 20px;
		box-shadow: 3px 3px 5px #888;		
	}

.top-nav li {
	max-width: 180px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
}


.video-link img {
	
    border-radius: 50%;

    -webkit-box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.0), inset 0 0 50px 15px rgba(255, 255, 255, 0.0);
    -moz-box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.0), inset 0 0 50px 15px rgba(255, 255, 255, 0.0);
    box-shadow: 0 0 50px 15px rgba(255, 255, 255, 0.0), inset 0 0 50px 15px rgba(255, 255, 255, 0.0);

    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s;
}

.video-link:hover img {

	-webkit-box-shadow: 0 0 50px 25px rgba(255, 255, 255, 0.8), inset 0 0 50px 25px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 50px 25px rgba(255, 255, 255, 0.8), inset 0 0 50px 25px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 50px 25px rgba(255, 255, 255, 0.8), inset 0 0 50px 25px rgba(255, 255, 255, 0.8);

    -webkit-transition: 150ms linear 0s;
    -moz-transition: 150ms linear 0s;
    -o-transition: 150ms linear 0s;
    transition: 150ms linear 0s;
}

.engineering-pills {
	font-size: 20px;
}

.more-blog {
	font-size: 20px;
	
}

.tumblr_posts {	
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.tumblr_post {		
	list-style-type: none;
	margin-bottom: 20px;
}
.tumblr_title {	
	font-size: 22px;	
}
.tumblr_body img {	

}

.tumblr_read_more {
	display: none;
}

.tumblr_post:hover .tumblr_read_more {
	display: none;
}

.read_more_container {
	
}
.read_more_container a {
	
}

.setup-tips {
	position: absolute;
	right: 30%;
}

.setup-tips .close-dropdown {
	position: absolute;
	right: 5px;
	top: 5px;
}

.setup-tips h3 {
	margin-top: 0px;
}


.payment_errors .errorlist .errorlist {
	float: left;
	margin-right: 15px;
}

ul.breadcrumb {
	margin-top: 10px !important;
}

.request-info {
	margin-top: 20px;
}

legend {
	margin-bottom: 0px !important;
}

.hidden {
	display: none;
}

a {
	color: #3399cc;
}

p {
	
}

label {
	display: block;
}

.controls .inline {
	display: inline-block !important;
	margin-right: 7px;
}

.form-actions {
	margin-top: 15px;
}

.bland-list {
	list-style: none;
	list-style-type: none;
	padding-left: 0 !important;
}

.sm2-container.flash-hide {
	left: -9999em;
	top: -9999em;
}

input.error,textarea.error,select.error {
	color: #B94A48;
	border-color: #B94A48;
}

.call_us_header {
	float: right;
	margin-top: 2px;
	padding: 10px;
	color: #c3c3b4;
	text-shadow: 0 1px 0 #31312a;
}

.extension_table i {
	height: 18px;
	width: 18px;
	border-radius: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	margin-right: 5px;
	background: #99b63b;
	color: white;
	float: left;
}

.form_label {
	font-weight: bold;
}

.form_help {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

.form_field {
	margin-bottom: 10px;
}

.trello-hero {

}
	.trello-hero h1 {
		font-size: 30px !important;
	}

.trello-content {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

	.trello-content h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.trello-content p {
		position: relative;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 5px;
		line-height: 1.3;
	}

	.trello-content img {
		border: 1px solid #888;
		box-shadow: 3px 3px 5px #888;
		max-width: 600px;
		margin: 15px 0px;
	}

.feature_content p {

}

.features .panel-body li a {
	font-size: 14px;
}

.landing_page {

}

	.landing_page .hero-unit {
		padding: 30px;
	}

		.landing_page .hero-unit h1 {
			font-size: 40px;
		}

		.landing_page .hero-unit p {
			font-size: 26px;
		}

		.landing_page .testimonials {
			margin-bottom: 20px;
		}

		.landing_page .mini-features {
			border-bottom: 1px solid #eeeee9;
			margin-bottom: 20px;
			padding-bottom: 15px;
		}

		.landing_page .mini-features h3 {
			font-size: 22px;
			margin-bottom: 5px;
		}

		.landing_page .mini-features p {
			font-size: 16px;
			font-weight: normal;
		}

/*c3c3b4*/

.status {
	display: block;
    margin-left: 5px;
    font-style: italic;
}

.good {
    color: #66A666 !important;
    font-style: italic;
}

.highlighted {
    font-style: italic;
    background-color: #FFFFE0;
}

.alert-danger a {
	color: #B94A48 !important;
	text-decoration: underline;
}

.error {
    color: #A9014B !important;
 
}

	.error li {
		color: #A9014B !important;
	}

    .error a {
        color: #A9014B !important;
        text-decoration: underline;
        font-weight: normal;
    }

.errorlist {
    color: #A9014B;
    font-style: italic;
    list-style-type: none;
    margin:0;
    padding:0;
    margin-top: 3px;
}

.errorlist li {
    padding:0 !important;
    margin:0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    line-height: 1;
    display: inline;
}

.clear {
	clear: both;
	display:block;
	height: 0px;
	overflow: hidden;
}
.alert a {
	font-weight: bold;
}

.spaced {
	margin-top: 15px;
}

	.spaced h1 {
		margin-bottom: 10px;
	}

.brand {
	padding: 8px 20px 0px !important;
}

.brand sup {
	color: #999;
	margin-left: 5px;
	font-size: 12px;
}

.forcedheader {
	margin-top: 66px;
	margin-bottom: -66px;
	background-color: #A9014B;
	color: #FFF;
	text-align: center;
	padding: 8px 40px;
}
	.forcedheader h3 {
		margin: 0px;
	}

.main-content {
	margin-top: 20px;
}

.bv-hero-container {
	
	/*border-bottom: 1px solid #AAA;*/

	-moz-box-shadow: 0px 1px 5px -1px #888;
	-webkit-box-shadow: 1px 0px 5px -1px #888;
	box-shadow: 0px 1px 5px -1px #888;

	margin-bottom: 0px;
	color: #818175;
	line-height: 1;
	margin-top: -15px;
	background-color: #f6f6f5;
	background: url(/static/images/bg_with_border.png);
}

.bv-hero-unit {
	/*background-color: #f6f6f5 !important;*/
	padding-top: 0px;
	padding-bottom: 5px;
}

	.bv-hero-left {
		width: 40%;
		margin-top: 0px;
		padding-bottom: 0px;
	}

		.bv-hero-left h1 {
			padding-top: 58px;
			color: #8fb145;
			line-height: 36px;
			margin-bottom: 18px;
			font-weight: bold;
			text-shadow: 0 1px 0 #FFF;
		}

		.bv-hero-left p {
			margin-bottom: 20px;
			font-weight: 400;
			line-height: 1.2;
			font-size: 16px;
		}

		.bv-hero-links {
			color: #888;
			margin-bottom: 25px;
		}

			.bv-hero-links a:first-child {
				margin-right: 10px;
			}

			.bv-hero-links a:last-child {
				margin-left: 10px;
			}

		.bv-hero-callout {
			margin-bottom: 40px;
		}

	.bv-hero-right {
		width: 60%;
		float: right;
		margin-top: 15px;
	}

		.bv-hero-phones {
			height: 385px;
			overflow: hidden;
			margin-left: 20px;
		}

		.bv-hero-phones img {

		}

.pricing-hero {

}

.pricing-hero h3 {
	color: #99b63b;
}

.faq-item {
	margin-top: 20px;
}

.homerow {
	border-bottom: 1px solid #eeeee9;
	padding-bottom: 15px;
}

.homespan p {
	/*padding: 15px 0px 0px 0px;*/
	font-size: 18px;
}

.homeimg {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}

.level {
	margin-top: 15px;
}

.value_stats {
	line-height: 1.0;
	font-size: 18px;
	font-style: italic;
}

	.value_stats .stat_num {
		display: inline-block;
		font-size: 28px;
		width: 80px;
		margin-right: 10px;
		
		font-style: normal;
		text-align: center;
	}

.testimonials_link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

.testimonials {	
	position: relative;
	border-bottom: 1px solid #eeeee9;	
	margin-top: -20px;
}

.features.testimonials {	
	border-bottom: 1px solid #eeeee9;	
	margin-top: 0px !important;
}

	.testimonials > div {		
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.testimonials img {
		padding: 5px;
		border: 1px solid #CCC;
		margin-right: 20px;
		float: left;
		
	}

	.testimonial {
		padding-top: 20px;
		padding-bottom: 15px;
		min-height: 100px;
	}

	.testimonials .testimonial-wrap {
		
	}

	.testimonials .testimonial-content {
		padding: 5px;
		font-style: italic;
		margin-bottom: 0px;
		font-size: 14px;
	}

	.testimonials .testimonial-info {
		margin-top: 0px;
	}

	.testimonials .testimonial-author {

	}
		.testimonials .testimonial-author span {
			font-weight: bold;
		}

	.testimonials .testimonial-twitter {

	}

.setup_section {
	margin: 0px 0px;
	padding: 0px 0px;
}
.setup_num {
	font-size: 32px;
	line-height: 1;
	padding: 0px 0px 20px 0px;
	float: left;
	margin-right: 20px;
}

#howitworks {
    
}
	#howitworks .howitworks_number {
		color: #888;
	}

    .howitworks_number {
        float: left;
        font-size: 80px;
        line-height: 1;
        margin-right: 20px;
        
        height: 95px;
    }

    .howitworks_content {
    	float: left;
    	width: 90%;
    }

    .howitworks_section {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CCC;        
        line-height: 1.3;
    }

        .howitworks_section h3 {
            
        }

        .howitworks_section p {
            line-height: 1.4;
        }

.screenshot-container {
    
}

    .screenshot-item {
        
    }

        .screenshot-item img {
            width:175px;
            border: 2px solid #CCC;
            margin-right: 10px;
            margin-bottom: 10px;
        }



.prices {
	text-align: center;
}

	.prices h2 {
		font-size: 28px;
	}

	.prices .price {
		line-height: 1.2;
		font-size: 85px;
	}

		.prices .price .currency {
			color: #888;
			font-size: 85px;
		}




.section {
	padding: 10px 0px;
}

.voicemail_redirect p:last-child{
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
    background-color: #E0E0E0;
}

.voicemail_redirect .instructions {
    display: none;
}

.divider {
	margin: 10px 0px;
}

.dashboard .section {
	margin: 10px 0px;
	padding: 5px 0px;
}

	.dashboard .section:first-child {
	}

.activity_list {
	position: relative;
	margin: 0;
}

	.activity_list > div {
		position: relative;
		border-top: 1px solid #DDD;
		margin: 0px 0px;
		padding: 5px;
		color: #000;
	}
		.activity_list div:first-child {
			border-top: none !important;
		}

		.activity_list div.odd {
			background-color: #F9F9F9;	
		}

		.activity_list div.even {
			background-color: #FFF;
		}

		.activity_list div.new {
			border-left: 3px solid #2babcf;
			cursor: pointer;
		}

		.activity_list div.new:hover {
			border-left: 3px solid #DDD;
		}

		.activity_list div a {
			text-decoration: none;	
		}

		.activity_list .list-actions {
			margin-top: 5px;
		}
			.activity_list .list-actions a {
				margin-right: 5px;
			}

			.activity_detail p {
				margin: 5px 0px;
			}

			.activity_label {
				font-size: 16px;
				font-weight: bold;
			}

			.call_from {
				font-size: 16px;
				font-weight: bold;
			}

				.call_from span {
					font-size: 12px;

				}

			.call_connections {
				margin-top: 5px;
			}

			.activity_meta {
				color: #888;
			}

			.call_tags {
				color: #888;
			}

				.call_tags span {
					color: #08C;
				}

			.call_recording {
				color: #888;
			}

			.recording_list .recording_list_recording {
				margin-bottom: 5px;
				padding: 5px 0px;
			}
				.recording_list .recording_list_recording:last-child {
					margin-bottom: 0px !important;
				}

			.call_timestamp {
				color: #888;
			}

			.call_template {
				color: #888;
				font-size: 14px;
				font-weight: bold;
				float: right;
				margin-top: -1px;
			}

				.call_template span {
					font-weight: normal;
				}

			.call_archive {
				position: absolute;
				bottom: 5px;
				right: 10px;
				color: #888;
				font-size: 14px;
				font-weight: bold;
				margin-top: 10px;
			}

			.text_archive {
				position: absolute;
				bottom: 5px;
				right: 10px;
				color: #888;
				font-size: 14px;
				font-weight: bold;
				margin-top: 10px;
			}

			.call_notify {
				position: absolute;
				bottom: 5px;
				right: 80px;
				color: #888;
				font-size: 14px;
				font-weight: bold;
				margin-top: 10px;
			}

.recording_transcription {
	margin-bottom: 0px;
	color: #888;
	font-style: italic;
}

.activity_detail {
	
}

.activity_list_item_avatar {
	float: right;
	margin-left: 10px;
}

.activity_detail .call_recording {
	/*border-bottom: 1px solid #DDD;*/
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}

.testamonial {
    padding: 10px 0px;
    margin: 0px 0px;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    min-height: 85px;
    line-height: 1.4;
}

    .testamonial_image {
        float: left;
        margin-right: 10px;
        width: 65px;
        margin-bottom: 20px;
    }

    .testamonial_customer {
    	margin-bottom: 0px;
    }

    .testamonial_content {
        font-style: italic;
    }

.fixed-side {
	position: fixed;
	padding-left: 50px;
}

	.fixed-side .section {
		border-bottom: 1px solid #CCC;
	}

	.fixed-side .section:last-child {
		border: none;
	}

		.fixed-side .section h3 {
			margin-bottom: 5px;
		}


/* TEMPLATE BUILDER */

.template_buttons {
	/*position: fixed;*/
}

.template_wrap {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	min-height: 400px;
}

	p.template_header_label {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		color: #888;
		margin: 0px;
		margin-left: 4px;
	}

	.template_wrap .template_header {
		border-bottom: 1px solid #CCC;
	}

		.template_wrap .template_header label input {
			display: inline;
		}

		.template_wrap .template_header .template_action_advanced_wrap {
			margin-top: 0px;
			margin-bottom: 10px;
		}

	.template_wrap .template_header h1 {
		margin-bottom: 0px;
		padding-bottom:0px;
	}

		.template_wrap h1 input {
			margin-bottom: 15px;
		}

.template_section {
	position: relative;
	margin: 15px 0px;
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	cursor: move;
}

	.template_section .section_header {
		border-bottom: 1px solid #CCC;
	}

	.template_section h2 {
		
	}

		.template_section h2 input {
			
		}

.template_section_action {
	position: relative;
	border: 1px solid #CCC;
	margin: 10px 0px;
	padding: 10px;
	background-color: #FFF;
	cursor: move;
}
	.template_section_action p {
		margin-left: 0;	
	}

	.template_section_action h3 {
		text-transform: capitalize;
	}

	.template_section_action h4 .action_descr {
		font-weight: normal;
		margin-left: 10px;
	}

	.template_section_action label {
		margin-left: 5px;
		display: block;
	}

		.template_section_action input, .template_section_action select {
			margin-right: 10px;
		}

	.template_section_action .action_option_wrap {
		position: relative;
	}

		.template_section_action .action_option_wrap h4 {
			margin-bottom: 5px;
		}

	.template_section_action .action_number_wrap {
		position: relative;
	}

	.template_section_action .template_action_advanced_wrap {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px dashed #CCC;
	}

	.template_action_advanced_schedules {
		position: relative;		
	}

		.template_action_advanced_schedule {
			background-color: whiteSmoke;
			position: relative;
			padding: 5px;
			margin-bottom: 5px;
			border: 1px dotted #888 !important;
		}

	

.template_field_delete {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #888;
}

.template_field_key {
	position: absolute;
	top: 9px;
	right: 30px;
	font-size: 12px;
	color: #888;
}

.template_create_item {
	margin-top: 5px;
	font-size: 16px;
	padding: 5px;
	border: 1px dashed #CCC;
	background-color: #D9EDF7;
}

	.template_section_action .template_create_item {
		font-size: 14px;
		padding: 3px;
	}

	.action_in_form {
		border: 3px solid #3399cc;
	}

	.template_create_item span {
		display: block;
		width: 16%;
		margin-right: 10px;
		font-weight: bold;
		float: left;
	}
	.template_create_item_links {
		float: left;
		width: 80%;
	}
	.template_create_item a {
		float: left;
		margin-right: 15px;
	}

.modal-body iframe {
	width: 100%;
	border: none;
	height: 250px;
}
#new_form_modal .modal-body {	
    max-height: 60vh !important;
    overflow-y: auto !important;
}

.number_pad {
	background-color: #FFF;
	border: 2px solid #CCC;
	width: 165px;
	z-index: 5;
	position: fixed;
	text-align: center;
	padding: 10px 0px 10px 20px;
	box-shadow: 0px 0px 10px #888;
	margin-left: 20px;
}

	.number_pad .pad_num {
		display: block;
		float: left;
		margin-right: 5px;
		margin-top: 5px;
		text-align: center;
		width: 40px;
		height: 38px;
		padding: 10px 0px;
		background-color: #CCC;
		color: #888;
		border: 2px solid #888;
		text-decoration: none;
	}

	.number_pad .pad_num:hover {
		background-color: #FFF;
	}


.dialer {
	position: relative;
	padding: 15px 15px;
}

.dialer #status_sms {
	font-color: #888;
}

.dialer .number_pad {
	position: relative;
	margin-top: 15px;
	box-shadow: none;
	width: 90%;
	margin-left: 0px;
}

	.dialer .number_pad .pad_num {
		width: 28%;
		height: 45px;
	}

	.dialer .number_pad .action_pad {
		font-weight: bold;
		background-color: #d9edf7;
	}
		.number_pad .action_pad:hover {
			background-color: #FFF;
		}

		.number_pad .action_pad.disabled {
			background-color: #FFF;
		}

	.dialer .launch-phone {
		position: absolute;
		right: 0px;
		bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.live-list {
		border-top: 2px solid #CCC;
		margin-top: -5px;
		padding-top: 5px;
	}

.template_alert {
	position: relative;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

.template_alert.even {
	background-color: #F9F9F9;
}

.template_alert .template_field_delete {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 9;
	font-size: 18px;
}

/* SIGNUP */

.pricing_options {

}

.pricing_options sup {
	font-weight: bold;
}
	.pricing_options .supers {
		padding: 10px 25px;
	}

	.pricing_options h3 {
		text-align: center;
		font-size: 24px;
	}

	.pricing_options .price_dollar {
		font-size: 30px;
		text-align: center;
		margin-bottom: 15px;
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px;
		padding-top: 0px;
	}

		.pricing_options .price_dollar span {
			font-size: 14px;
			margin-left: 10px;
		}
		.pricing_options .price_dollar.price_year {
			padding-top: 0px;
		}

.signup-plan-choice {
	cursor: pointer;
}

.signup-plan-choice input[type="radio"] {
	display: none;
}

	.signup-plan-choice.monthly .price_year {
		display: none;
	}

	.signup-plan-choice.yearly .price_month {
		display: none;
	}

	.signup-plan-choice input {
		position: absolute;
		top: 39%;
		right: 10px;
	}

	.go_pro {
		position: absolute;
		top: 4px;
		right: -1px;
	}

.plan_types {

}

	.plan_types label {
		display: inline !important;
		cursor: pointer;
	}

.cust_plan {
	cursor: pointer;
	position: relative;
}

	.cust_plan.monthly .price_year {
		display: none;
	}

	.cust_plan.yearly .price_month {
		display: none;
	}

	.cust_plan_price {
		float: right;
		font-size: 32px;
		text-align: right;
	}

		.cust_plan_price span {
			font-size: 18px;
			font-weight: normal;
		}

	.cust_plan_label {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.cust_plan_desc {
	}

	.cust_plan_features {
		margin-top: 10px;
	}

	.cust_plan_more {
		position: absolute;
		right: 15px;
		bottom: 15px;
	}

/* NUMBER RESERVATION */
.number_search_section {
		float: left;
		margin-right: 15px;
	}
	.area_code {
		width: 30px;
	}

	.contains {
		width: 70px;
	}

	.number_text {
		color: red;
		text-transform: uppercase;
	}


/* GROUP SETTINGS */

.member_list {
	margin-bottom: 10px;
}

	.member_list_item {
		position: relative;
		margin: 3px 0px;
		padding: 3px 0px;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
		line-height: 1.2;
		min-height: 65px;
	}
		.member_list_item.invited {
			min-height: 30px !important;
		}

		.member_list_item_avatar {
			float: left;
			margin-right: 10px;
		}

		.member_list_item_name {

		}

		.member_list_item_email {
			color: #888;
		}

		.member_list_item_status {
			color: #888;
		}

		.member_list_item_options {
			position: absolute;
			right: 5px;
 		}
			.member_list_item_options div {
				text-align: right;
			}


	.item_avatar {
		float: left;
		margin-right: 10px;
	}

	.item_status {
		float: right;
	}

	.item_number {
		margin-right: 5px;
	}

	.dial_call_from {
		margin-top: -5px;
	}


/* FORM STYLE OVERRIDE */

.control-group .controls ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.form-vertical .control-group .controls label input {
	float: left;
	margin-right: 10px;
}

.member_privs .control-group > label {
	font-weight: bold;
}

.form_section {
	border-top: 1px solid #CCC;
	margin: 15px 0px;
}

.menu_instructions {
	font-weight: bold;
}

.menu_option {
	position: relative;
}




/* BLOG STUFF */

.blog_description {
    line-height: 1.3;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #CCC;
    padding: 10px;
    font-style: italic;
    border-radius: 4px;
}

.twitter_widget {
    margin-top: 15px;
    padding: 0px 0px;
}

.post_wrap {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post h3 {
    font-size: 24px;    
}

.post .post_date {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #888;
    margin-bottom: 10px;
}

.post p {
    line-height: 1.4;
    font-size: 18px;
    margin: 10px 0px;
}

.post_wrap .post_meta {
    background-color: #CCC;
    padding: 2px 7px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #41383C;
}

    .post_wrap .post_meta span.note_count {
        margin-right: 10px;
    }

    .post_wrap .post_meta span.comments_count {
        margin-right: 10px;
    }

    .post_wrap .post_meta span.post_tags {
        
    }
        .post_wrap .post_meta span.post_tags a {
            font-weight: normal;
        }

.post_wrap ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

.post_wrap ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}

.post_wrap ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.post_wrap ol.notes li.note span.action {
    font-weight: bold;
}

.post_wrap ol.notes li.note .answer_content {
    font-weight: normal;
}

.post_wrap ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

.post_wrap ol.notes li.note blockquote a {
    text-decoration: none;
}

#side input[type="text"] {
    width: 100% !important;
    max-width: 500px !important;
}

/* FAQS */

.faq_cat {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

.faq {
	margin-bottom: 15px;
	padding: 10px;
}
	.faq p {
		position: relative;
	}

	.faq img {
		border: 1px solid #888;
		box-shadow: 3px 3px 5px #888;
		max-width: 400px;
		margin: 10px 0px;
	}

	.faq h2 {
		margin-top: 20px;
	}

	.trello_img_hover {
		position: absolute;
		width: 120px;
		height: 75px;
		text-align: center;
		top: 0px;
		left: 0px;
		padding: 25px 10px;
		color: #515146;
		text-shadow: 0px 0px 10px #FFF;
		font-weight: bold;
		font-size: 18px;
		z-index: 100;
	}

.question {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.faq-search {
	margin-left: 10px;
}

/* FORM BUILDER */
.save-form {
	margin-top: 15px;
}

.form_item {
	position: relative;
	border-bottom: 2px dashed #CCC;
	padding: 15px 10px;
	/*margin: 15px 0px;*/
}

	.form_item h3 {

	}

	.form_item .disabler {
		display: none;
	}

	.form_item.disabled {
		opacity: 1;
	}
		.form_item.disabled .disabler {
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(161, 161, 161) transparent;
			/* RGBa with 0.6 opacity */
			background: rgba(161, 161, 161, 0.4);
			/* For IE 5.5 - 7*/
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66CCCCCC, endColorstr=#66CCCCCC);
			/* For IE 8*/
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66CCCCCC, endColorstr=#66CCCCCC)";
			
			position: absolute;
			opacity: 1;
			height: 100%;
			width: 102%;
			left: -1%;
			top: 0;

			display: block;
		}

			.form_item.disabled .disabler div {
				display: table;
				text-align: center;
				vertical-align: middle;	
				width: 100%;
				height: 100%;
			}


			.form_item.disabled .disabler p {
				font-size: 20px;
				font-weight: bold;
				opacity: 1.0 !important;
				display: table-cell;
				vertical-align: middle;	
				line-height: 1.2;
			}
				.form_item.disabled .disabler a {
					
				}

	.menu_option {
		position: relative;
	}
	.menu_option .disabler {
		display: none;
	}

	.menu_option.disabled {
		opacity: 1;
	}
		.menu_option.disabled .disabler {
			/* Fallback for web browsers that doesn't support RGBa */
			background: rgb(161, 161, 161) transparent;
			/* RGBa with 0.6 opacity */
			background: rgba(161, 161, 161, 0.6);
			/* For IE 5.5 - 7*/
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CCCCCC, endColorstr=#99CCCCCC);
			/* For IE 8*/
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99CCCCCC, endColorstr=#99CCCCCC)";
			
			position: absolute;
			opacity: 1;
			height: 100%;
			width: 102%;
			left: -1%;
			top: 0;

			display: block;
		}

			.menu_option.disabled .disabler div {
				display: table;
				text-align: center;
				vertical-align: middle;	
				width: 100%;
				height: 100%;
			}


			.menu_option.disabled .disabler p {
				font-size: 20px;
				font-weight: bold;
				opacity: 1.0 !important;
				display: table-cell;
				vertical-align: middle;	
				line-height: 1.2;
			}
				.menu_option.disabled .disabler a {
					
				}

.remove_menu_option {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 24px;
}

.form_item .form_number {
	position: absolute;
	font-size: 60px;
	right: -80px;
	top: 0px;
	color: #AAA;
	font-weight: normal;
}

.form_action_buttons {
	margin-bottom: 20px;
}

.entry_menu_settings {
	margin-top: 50px;
}

	.entry_menu_settings .form-actions.side-border {	
		border-left: 2px solid #CCC;
		padding-left: 15px;
	}

	.entry_menu_settings .form-actions p {
		font-size: 14px;
		font-style: italic;
	}

/* WIZARD */

	.wizard-wrapper {
		min-height: 600px;
		
	}

    .clear {
        clear: both;
        display:block;
        height: 0px;
        overflow: hidden;
    }

    .odd {
        background-color: #F9F9F9;
    }

    .even {
        background-color: #FFF;
    }

    .oddalt {
        background-color: #FFF;
    }

    .evenalt {
    	background-color: #f5f5f5;
    }


    .simplebuilder-wrapper {
        position: relative;
        line-height: 1.2 !important;
    }
	.simplebuilder {
        position: relative;
		
		/*
        overflow-y: hidden;
		overflow-x: scroll;
        */
	}
	.simplebuilder-wrapper h3 {
		font-size: 20px !important;
	}

	.advanced_template_options {
		margin-bottom: 10px;
	}
	.advanced_template_option_wizard {
		margin: 0px !important;
	}

		.advanced_template_option_wizard .advanced_template_option_wizard_label {
			display: inline-block;
			width: 120px;
			margin-right: 10px;	
		}

	.template_label_input {
		padding: 5px !important;
		font-size: 18px !important;
	}

	.simplebuilder-container {
		/*height: 100%;
		min-width: 10000px;
        */
	}

    .simplebuilder-widgets {
        position: fixed;
        width: 200px;
        margin-top: 10px;
        /*z-index: -10;*/
        /*padding: 5px;*/
        /*border: 3px solid #CCC;*/
        margin-bottom: 10px;
        padding-left: 0px;
        background-color: #F1F1F1;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0px 1px 2px #888;
    }

        .simplebuilder-widgets h2 {
            float:left;
            margin-top: 0px;
            margin-right: 20px;
        }

        .widget-item {
            
            /*z-index: 100001 !important;*/
            padding: 10px 10px;
            background-color: #CCC;
            width: 85px;
            height: 55px;
            float: left;
            margin-right: 5px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            border-radius: 8px;
            box-shadow: inset 0px 1px 3px #888;
        }

        	.widget-item.enabled {
    			cursor: move;
    			opacity: 1;
        	}

        	.widget-item.disabled {
        		opacity: .60;
        	}

            .widget-item h3 {
                font-size: 14px;
            }

    .widget-section {
        width: auto;
        display: none;

    }

        .widget-section:last-child {
            
        }

        .widget-section.active {
            display: block;
        }

	.widget {
		
        display: none;
        position: relative;

        /*height: 480px;*/		
        background-color: #F1F1F1;
        /*float: left;*/
        padding: 0px;     
        margin-bottom: 10px;
        border-radius: 8px;
        box-shadow: 0px 1px 2px #888;
	}

		.widget .custom_item {
			padding: 8px 10px 10px 10px;
	        width: 85px;
	        height: 60px;
	        margin-bottom: 10px;
	        margin-top: 5px;
	        border-radius: 8px;
	        font-weight: bold;
	        font-size: 16px;
	        text-align: center;
	        background-color: #CCC;
	        border-radius: 8px;
	        color: #777;
	        border: 1px solid #CCC;
	        text-shadow: 0px 1px 1px #FFF;
		}

        .widget h2 {
            padding: 3px 10px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: 2px dashed #CCC;
            font-size: 20px;
        }

        .widget .widget-tag-input {
        	margin-top: 5px;
        	margin-left: 10px;
        	width: 250px;
        	padding: 5px;
        	font-size: 16px;
        }

        .widget-wrapper {
            padding: 10px;
            /*height: 410px;*/
            /*overflow-y: scroll;*/
        }        

        .widget.active {
            display: block;
        }  

        .widget .remove_widget {
            font-size: 24px;
        }

        .widget .form_widget {
            font-size: 16px;
        }

        
        .widget .add_options{
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-top: 0px;
            margin-top: -10px;
            margin-bottom: 15px;
        }
        .widget .add_number, .widget .add_user{
        	font-size: 14px;
            font-weight: bold;
            margin-top: 0px;
            margin-top: -10px;
            margin-bottom: 15px;
        }

        .widget .add_options a {
        	margin-right: 15px;
        }

    	.widget .right_align {    		
        	float: right;
    	}    		

    		.widget .right_align_item {
    			float: right;
	        	display: inline-block;
	    		margin-top: 5px;
	    		border: 1px dotted #CCC;
	        	padding: 5px;
	        	margin-left: 0px;
	        	margin-right: 5px;
	    	}

	    	.widget .right_align_item:first-child {
    			margin-top: 0px;
    		}

	    	.widget .right_align_item input {
        		width: 30px;
        	}

    	.widget .dial_custom_destination {
    		font-style: italic;
    		text-decoration: underline;
    	}

	.action_info {
		visibility: hidden;
		font-weight: normal;
		font-size: 10px !important;
		float: right;
		padding-top: 5px;
		margin-right: 25px;
		color: #888;
	}

		.action_info p {
			text-align: right;
			font-size: 10px !important;
			margin-top: 0px;
			padding-top: 0px;
			line-height: 0.5;
		}

	.is_admin .action_info {
		visibility: visible !important;
	}

    .widget-links th {

    }

    .widget-links td {
        
    }

    .widget-links td img {
    	width: 30px;
    	border: 2px solid #CCC;
    	margin-right: 7px;
    }

    .widget-links td .forward_find_user {
    	font-style: italic;
    	border: 1px solid #CCC;
    	padding: 3px;
    	width: 200px;
    	background-color: #FCFCFC;
    	overflow: hidden;
    }

    .widget-links td, .widget-links th {
        padding: 10px 20px;        
    }

    .widget input.input-large {
        height: 35px;
        font-size: 20px;
    }
    .widget select.input-large {
        height: 35px;
    }

    .widget-link {
        padding: 8px 10px 10px 10px;
        width: 85px;
        height: 65px;
        margin-bottom: 10px;
        border-radius: 8px;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        background-color: #FFF;
        border-radius: 8px;
        color: #777;
        line-height: 1;
        border: 1px dashed #CCC;
        text-shadow: 0px 1px 1px #FFF;

    }

    	.widget-link .icon-arrow-down {
    		display: none;
    	}

        .widget-link.active {
        	box-shadow: inset 0px 1px 3px #888;
        	border: none;
        	border-bottom: 1px solid #CCC;
            background-color: #CCC;
            cursor: pointer;

        }

        	.widget-link.selected .icon-arrow-down {
        		margin: 0px auto;
        		margin-top: 0px;
	    		display: block;
	    		opacity: 0.6;
	    	}

        .widget-link.highlighted {
        	box-shadow: inset 0px 1px 3px #888;
        	border: none;
        	color: #777 !important;
        	border-bottom: 1px solid #CCC;
            background-color: #FFFF99 !important;
        }

        .widget-link.selected {
        	box-shadow: inset 0px 1px 3px #888;
        	border: none;
        	border-bottom: 1px solid #CCC;
            background-color: #d1e7f3;
            cursor: pointer !important;
            position: relative;
            color: #5f7a89;
        }

        .dots {
        	display: none;
        	font-size: 24px;
        	font-weight: bold;
        	text-align: center;
        	color: #777;
        	margin-left: -1px;        	
        }

        	.widget-link.active .dots {
        		display: block;
        		color: #777;
        	}
        	.widget-link.selected .dots {
	        	display: block;
	        	color: #5f7a89;
	        }
	        .widget-item .dots {
	        	display: block;
	        	color: #777;
	        	line-height: .5;
	        }
        /*
        .widget-link.active.highlighted {
            background-color: #CCC !important;
        }
        */

    .remove_widget {
        position: absolute;
        right: 12px;
        top: 4px;
    }

	.form_widget {
        position: absolute;
        right: 10px;
        top: 25px;
    }    
    
    .conditional-wrapper {
        position: relative;
    }



    .conditional-wrapper .remove_option {
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 24px;
    }

    .otherwise_conditional {
    }

    .template_action_advanced_schedule {
    	position: relative;
    }

    .template_action_advanced_schedule .remove_schedule {
        position: absolute;
        right: 12px;
        top: 12px;
        font-weight: bold;
        font-size: 18px;
    }

    .say-play-load {
        padding: 0px;
        border-radius: 8px;
        margin: 5px 0px 10px 0px;
    }  

    .form_item2 .say-play-load {
    	background-color: #FFF;
    	padding: 10px;
    	border: 1px solid #CCC;
    }

    .say-play-load .say-play-load-content {
        position: relative;
        display: none;
    }

        .say-play-load .say-play-load-content.active {
            display: block;
        }

        .say-play-load .say-play-load-content .cancel_select {
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .say-play-load .say-play-load-content .audio_edit {
            margin-top: -9px;
            margin-left: 10px;
        }


    .say-play-load .say-play-load-choices {      
    }

        .say-play-load .say-play-load-choices a {
            margin-right: 10px;        
            padding: 10px 10px;
            display: block;
            float: left;
            width: 25%;
            height: 55px;
            
            text-align: center;
            
        }

            .say-play-load .say-play-load-choices a:last-child {
                margin-right: 0px !important;
            }

        .say-play-load .say-play-load-choices a:hover {
            text-decoration: none;
        }

        .say-play-load .say-play-load-choices a span:first-child {
            font-weight: bold;
            display: block;
        }

        .say-play-load .say-play-load-choices a span:last-child {
            font-weight: normal;
            display: block;
            color: #888;
            font-size: 12px;
            line-height: 1.2;
        }
    .widget-advanced {
        display: none;
    }

    .conditional-wrapper {
        /*
        padding: 5px;
        border: 1px solid #CCC;
        */
        margin-bottom: 5px;
    }

    .crimson .widget {
        border-top: 3px solid Crimson;
    }

    .aqua .widget  {
        border-top: 3px solid Aqua;
    }

    .gold .widget  {
        border-top: 3px solid Gold;
    }

    .chartreuse .widget  {
        border-top: 3px solid Chartreuse;
    }

    .darkviolet .widget  {
        border-top: 3px solid DarkViolet;
    }

    .cornflowerBlue .widget {
        border-top: 3px solid CornflowerBlue;
    }

    .maroon .widget {
        border-top: 3px solid Maroon;
    }

    .orange .widget {
        border-top: 3px solid Orange;
    }

    .template_form_tool_body {

    }

    	.template_form_tool_body .template_form_field_label {
    		display: inline-block;
    		width: 130px;
    	}

    	.template_form_details .template_form_field_label {
    		display: inline-block;
    		width: 100px;
    	}

    	.template_form_item {
    		padding-top: 10px;
    		border-top: 1px solid #ccc;
    	}

    	.template_form_item.highlighted {
    		background-color: #FFFFE0;
    		font-style: normal !important;
    	}
    	.remove_form_field {
    		float: right;
    		font-size: 24px;    		
    	}


/* VIDEOS */

.video_section {	
	margin-bottom: 15px;
}

	.video_section h3 {
		margin-bottom: 5px;
	}

.video_thumbnail {
	float: left;
	display: block;
	margin-right: 14px;
	margin-bottom: 14px;
	position: relative;
	border: 1px solid #888;
	box-shadow: 3px 3px 5px #888;
}

.video_title {
	position: absolute;
	width: 120px;
	height: 75px;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 25px 10px;
	color: #515146;
	text-shadow: 0px 0px 10px #FFF;
	font-weight: bold;
	font-size: 16px;
}

/* INTERCOM.IO */
#Intercom {
  
}

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

#Intercom em {
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  color: #FFF !important;
  background-color: #A9014B;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: -5px;

  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: 10;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}


/* animations */

/* safari and chrome */
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(4deg);}
	50% {-webkit-transform:rotate(-4deg);}
	100% {-webkit-transform:rotate(4deg);}
}
 
/* firefox */
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(4deg);}
	50% {-moz-transform:rotate(-4deg);}
	100% {-moz-transform:rotate(4deg);}
}
 
/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
	0% {transform:rotate(4deg);}
	50% {transform:rotate(-4deg);}
	100% {transform:rotate(4deg);}
}
 
.wiggle-item {
	-webkit-animation: wiggle 0.5s infinite;
	-moz-animation: wiggle 0.5s infinite;
	animation: wiggle 0.5s infinite;
}
/*
@media (max-width: 1200px) {
  .hidden-850 {
    display: none !important;
  }
}
*/
