/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.3.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}
#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/*Phone collapse start*/
#more_info{
	font-family:"Apercu Light Italic", Calibri, sans-serif; 
	font-size:14px;	
	text-decoration:none;
	color: rgb( 89, 89, 89 );
	font-style:italic; 
	text-align:center;

}
#people_title {
	text-align:center;
	text-decoration:none;
	border-bottom: solid rgb(0,0,0) 3px;
}
.accordion-group{
	border:none;
	margin:none;
}
/*Phone collapse end*/
/* =Aside post format-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
article.format-link footer.entry-meta { 
	clear: both;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}
article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}
article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
p.tags{
	line-height: 20px;
}
div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}
#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}
#main .hero-unit img{
	margin-bottom: 1em;
}
#main article img{
	height: auto;
	max-width: 100%;
}
img.alignleft{
	margin-right: 10px;
	float: left;
}
img.alignright{
	margin-left: 10px;
	float: right;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}
.post header img{
	margin-bottom: 18px;
}
.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* page styling */
#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}
.hero-unit h1 {
	font-size: 3em;
}
/* comments */

#comments{
	line-height: 24px;
	margin-bottom: 18px;
}
ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 960px) {
	body{
		padding-top: 60px;
	}
	
	#inner-footer{
		padding: 0; 
		font-family:"Apercu Light", Calibri, sans-serif; 
		font-size-adjust:0.508; 
		font-weight:200; 
		font-style:normal;
		color:white; 
	}
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}
/*!!!!!!!!!!!!!!!!!!!!!!! start cust. css !!!!!!!!!!!!!!!!!!!!!!!*/
/*Start cust fonts*/
@fontface
{ 
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.488; 
	font-weight:800; 
	font-style:normal; 
}
    
@font-face 
{ 
	font-family:"Apercu Light Italic", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight:200; 
	font-style:italic; 
}
@font-face
{ 
	font-family:"Apercu Bold Italic", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight:bold; 
	font-style:italic; 
}
@font-face
{ 
	font-family:"Proxima Nova Black Italic", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.488; 
	font-weight:900; 
	font-style:italic; 
}

#main div 
{ 
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight:200; 
	font-style:normal; 
}

@font-face
{ 
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight:bold; 
	font-style:normal; 
}

/*end cust fonts*/
/*start cust margin*/
#outer_box
{
	margin-top:56px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:50px;
}
#all_event_box{
	margin-top:28px;
	margin-right:5px;
	margin-left:15px;
	margin-bottom:50px;
}
/*end cust margin*/
/*format menu items*/

#About{
	margin-bottom:50px;
}
.hosts_spacing{
	margin-top:50px;
}
#Contact
{
padding-top:20px;	
}
#recent{}
#upcoming{}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
#menu-item-63 a{ 
  	color: rgb( 252, 53, 146 );
}
#menu-item-64 a {
  	color: rgb( 0, 189, 255 );
}
#menu-item-87 a { 
  	color: rgb( 66, 210, 73 );
}
#menu-item-88 a { 
  	color: rgb( 255, 210, 3 );
}
textarea, input[type="text"]{
	outline: none;
  	box-shadow:none !important;
}
input.search-query {
	background-color: rgb(244,244,244)!important; 
    background: url('images/search_space.png') right center no-repeat transparent;
    outline: none;
  	border:none !important;
  	box-shadow:none !important;
}
.navbar-search .search-query{
	font-family:"Apercu Light", Calibri, sans-serif;
	text-transform:lowercase;
	font-size:14px;
	color:rgb(190,190,190);
	text-align:right;
	padding: 4px 38px 4px 0px;
	line-height:1.5;
}
.navbar-search{
	margin-top:0px;
}
.nav li a
{
  font-size: 20px;
  font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.3;
  text-align: left;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background:none;
	box-shadow:none;
	text-decoration:underline;
	
}
.navbar .nav > li > a:hover {
     text-decoration:underline;
     background-color: transparent;
 }

.nav-collapse {
	width:100%;
}
.navbar-inner
{
	outline: none;
  	border:none !important;
  	box-shadow:none !important;
  	min-height:0px;
}
/*end format menu items*/
/*start slider*/
#black_bar
{
	background-color: black transparent;
}
/*end slider*/
/* start social bar*/
.span3 form{
	border: solid black sl3px;
}
.mail_join{
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size: 15px;
	line-height: 1.8;
	margin-top:8px;
	
}
#fix_mail{
	margin-left:-37px;
}
.about_spacing{
	margin-top:15px;
}
#soc{
	padding-bottom:20px;
}
.soc_bar{
	display: inline-block;
	height:35px;
	width:35px;
}
.soc_bar.flickr{
	background: url('images/flickr@x1.png') no-repeat transparent;
	padding-right: 45px;
	padding-left: 5px;
}
.soc_bar.flickr:hover{
	background: url('images/flickr-hover@x1.png') no-repeat transparent;
}
.soc_bar.twitter{
	background: url('images/twitter@x1.png') no-repeat transparent;
	padding-right: 45px;
}
.soc_bar.twitter:hover{
	background: url('images/twitter-hover@x1.png') no-repeat transparent;
}
.soc_bar.face  {
	background: url('images/facebook@x1.png') no-repeat transparent;
	padding-right: 45px;
}
.soc_bar.face:hover  {
	background: url('images/facebook-hover@x1.png') no-repeat transparent;
}
.soc_bar.instagram  {
	background: url('images/instagram@x1.png') no-repeat transparent;
}
.soc_bar.instagram:hover  {
	background: url('images/instagram-hover@x1.png') no-repeat transparent;
}
.soc_bar.email  {
	background: url('images/email@x1.png') no-repeat transparent;
}
.soc_bar.email:hover  {
	background: url('images/email_hover@x1.png') no-repeat transparent;
}

/*-------------------------------social media BELOW SLIDER ONLY-----------START--------------------------*/
.soc_bar.face1  {
	background: url('images/facebook@x1.png') no-repeat transparent;
	float:left;
	position:relative;
	top:6px;
}
.soc_bar.instagram1  {
	background: url('images/instagram@x1.png') no-repeat transparent;
	float:left;
	position:relative;
	margin-left:51.55px;
	top:6px;
}
.soc_bar.flickr1{
	background: url('images/flickr@x1.png') no-repeat transparent;
	float:right;
	position:relative;
	margin-left:51.55px;
	top:6px;
}
.soc_bar.twitter1{
	background: url('images/twitter@x1.png') no-repeat transparent;
	float:right;
	position:relative;
	top:6px;
}
.soc_bar.face1:hover  {
	background: url('images/facebook-hover@x1.png') no-repeat transparent;
}
.soc_bar.instagram1:hover  {
	background: url('images/instagram-hover@x1.png') no-repeat transparent;
}
.soc_bar.twitter1:hover{
	background: url('images/twitter-hover@x1.png') no-repeat transparent;
}
.soc_bar.flickr1:hover{
	background: url('images/flickr-hover@x1.png') no-repeat transparent;
}
.soc_links{
	text-decoration:underline;
}
.soc_links:hover{
	cursor:pointer;
	text-decoration:none;
}
/*-------------------------------social media BELOW SLIDER ONLY----------END---------------------------*/
/*start boxes*/
#rev_it{
	padding-bottom:60px;
}
#rev_it a{
	text-decoration:none;
}
#low_text{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 22px;
}
.makela
{
	height: 215px;	
	width:290px;
	border-top: solid black;
}
.makela.one {
	background: url('images/left_thumb_block.png')no-repeat bottom transparent;
	border-top: solid black 10px;
}
.makela.one p{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	color: rgb(255,255,255);
	font-size: 27px;
	line-height: 1;
	margin-left: 15px;
	margin-top: 24px;
}

.recap{
	height: 215px;
	width:290px;
	border-top: solid black;
	
}
.recap.two{
	background: url('images/center_thumb_block.png')no-repeat bottom transparent;
	border-top: solid black 10px;
}
.recap.two p{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	color: rgb(255,255,255);
	font-size: 27px;
	line-height: 1;
	margin-left: 15px;
	margin-top: 24px;
}
.nextla{
	height: 215px;
	width:290px;
	border-top: solid black 10px;
	margin-right:0px;	
}
.nextla.three{
	background: url('images/right_thumb_block.png')no-repeat bottom transparent;
	border-top: solid black;
}
.nextla.three p{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	color: rgb(255,255,255);
	font-size: 27px;
	line-height: 1;
	margin-left: 15px;
	margin-top: 24px;
}
.big-box-links:hover{
	text-decoration:underline;
	color:white;
}
/*end boxes*/
/* &&&&&&&&&&&&&&&&&&&&&&&& start about us &&&&&&&&&&&&&&&&&&&&*/
#about_us {
    font-size: 30px;
    line-height: 1.4;
    color: rgb( 89, 89, 89 );
    text-align:center;
}
#about_us_title {
	text-align:center;
	margin-bottom:30px;
}
.about_us_img{
    width:100%;
    padding-top: 25px;
}
span#about_us_cusColor {
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color:rgb(66,210,73);
}
/* &&&&&&&&&&&&&&&&&&&&&&&& end about us &&&&&&&&&&&&&&&&&&&&&&*/
/*start our vision*/
blockquote {
    border-left: none;
    color: rgb( 89, 89, 89 );
}
#quote {
    text-align:left;
}
#quote p {
	line-height:1.5;
	font-size:19px;
}
.vision
{
	background: url('images/our_vision.png')no-repeat center transparent;
	height: 88px;
	width: 930px;
	display: table;
	padding-bottom:10px;
}
.vision.text {
	font-size: 28px;
	line-height: 1;
	color: rgb( 255, 255, 255 );
  	text-align: center;
  	display: table-cell;
  	vertical-align:bottom;
  	padding-bottom:5px;
}
.vision.text p{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
}
#firm_beli p{
  font-size: 19px;
}
/*end our vision*/
/* &&&&&&&&&&&&&&&&&&&&&&&& start hosts &&&&&&&&&&&&&&&&&&&&*/
.span4.sep{
	padding-bottom:20px;
}
.row-fluid.adv{
	padding-bottom: 50px;
	padding-top:52px;
}
#hosts_title {
	text-align:center;
	margin-bottom:40px;
	text-decoration:none;
}
.hosts_img{
    width:100%;
    padding-top: 25px;
}
.hostsPPL_img{
    width:100%;
}
.cusColor
{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
}
.cusColor.home
{
	font-family:"Apercu Light", Calibri, sans-serif;
}
a .cusColor._1,a .cusColor._2,a .cusColor._3,a .cusColor._4,a .cusColor._5{
	text-decoration:none !important;
}
a .cusColor._1:hover,a .cusColor._2:hover,a .cusColor._3:hover,a .cusColor._4:hover,a .cusColor._5:hover{
	text-decoration:underline !important;
}
.span4 .hyper:hover, #post-9 .row-fluid .span4 p a:hover, #main.span4.clearfix p a:hover{
	text-decoration:none !important;;
}
#soc .soc_buttonz{
	float:right;
}
.cusColor._1 {
	color:rgb(66,210,73);
}

.cusColor._2 {
	color:rgb(252,53,146);
}
.cusColor._3 {
	color:rgb(0,189,255);
}
.cusColor._4 {
	color:rgb(255,174,0);
}
.cusColor._5{
	color: rgb( 255, 210, 3 );
}
.hostHgt{
    line-height: 110%;
    text-decoration:none !important;
}
/* &&&&&&&&&&&&&&&&&&&&&&&& end hosts &&&&&&&&&&&&&&&&&&&&&&*/
/* &&&&&&&&&&&&&&&&&&&&&&&& start advisory board &&&&&&&&&&&&&&&&&&&&*/
#advBoard_title {
	text-align:center;
}
.advBoard_img{
    height:100%;
    padding-top: 25px;
}
.floatme1{
    float: left;
    text-decoration:none !important;
}
.floatme2{
    float: left;
    line-height: 110%;
    margin:0px 0px 0px 10px;
    padding:0px;
    text-decoration:none !important;
}
.floatme3{
    float: left;
    margin-top:10px;
    padding-top:10px;
    text-decoration:none !important;
}
/* &&&&&&&&&&&&&&&&&&&&&&&& end advisory board &&&&&&&&&&&&&&&&&&&&&&*/
/* &&&&&&&&&&&&&&&&&&&&&&&& start contact us &&&&&&&&&&&&&&&&&&&&*/
#reach{
	font-size:18px;
}
#keep{
	font-size:18px;
}

#contact_us_title {
	text-align:center;
}
.contact_us_img{
    width:100%;
    padding-top: 25px;
}
#contact_cusColor a
{
	font-size: 49px;
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	color:rgb(0,189,255);
  	line-height: 1.043;
  	text-align: left;
  	border-bottom: solid rgb(0,189,255) 3px;

}
#contact_cusColor a:hover{
	text-decoration:none !important;
	border-bottom: none;
}
.visionQuote{
	columns:auto 2;
	-webkit-columns:auto 2; /* Safari and Chrome */
	-moz-columns:auto 2; /* Firefox */
}
/* &&&&&&&&&&&&&&&&&&&&&&&& end contact us &&&&&&&&&&&&&&&&&&&&&&*/

/* for h1 titles only start */
article h1
{
	font-family:"Apercu Light", Calibri, sans-serif;
	color:rgb(0,0,0);
	font-size:51px; 
}
/* for h1 titles end */
/*start footer*/
#medtag{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: rgb:(0,0,0);
}
#tag{
	text-align:left;
	padding-left:20px;
	padding-right:40px;
	color:rgb(255,255,255);
}
#copy{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size:13px;
}
#footer_left_color{
	background: url('images/footer_left.png') transparent;
	height:238px;
	color:black;
	margin: 0px;
}
#footer_right_color{
	background: url('images/foot_right.png') transparent;
	height:238px;
	margin:0px;
}
#clearthree{
	padding:1px;
}
#clearfour{
	padding:1px;
}
#clearfive{
	padding:1px;
}
#clearsix{
	padding:1px;
}
#clearseven{
	padding:1px;
}
.row.foot{
	padding-left:20px;
}
/*end footer*/

/* start carousel */
.carousel {
	margin-bottom: 60px;
}

.carousel-control {
	top: 52%;
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-control.left {
	left: -18px;
	background: url('images/arrow-left@x1.png') no-repeat left top transparent;
}

.carousel-control.left:hover {
	background: url('images/arrow-left-hover@x1.png') no-repeat left top transparent;
}

.carousel-control.right {
	right: -50px;
	background: url('images/arrow-right@x1.png') no-repeat left top transparent;
}

.carousel-control.right:hover {
	background: url('images/arrow-right-hover@x1.png') no-repeat left top transparent;
}

.carousel-caption {
	width: 350px;
	height: 350px;
	right: auto;
	left: 10px;
	top: 62px;
	color: white;
	background: none;
}
.carousel-caption-container {
	position: absolute;
	top: -16px;
	right:-1px;
	width: 386px;
	height: 423px;	
}


.carousel-caption-container.trans1 {
	background: url('images/slider_one_trans.png') no-repeat left top transparent;
}

.carousel-caption-container.trans2 {
	background: url('images/slider_two_trans.png') no-repeat left top transparent;
}

.carousel-caption-container.trans3 {
	background: url('images/slider_three_trans.png') no-repeat left top transparent;
}
h4#slide{
	font-size: 30px;
	line-height: 1.3;
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-right:60px;
}
/* end carousel */
/*media collapse end */

/* ????????????????????????????????????? start single post sytle !!!!!!!!!!!!!!!!!!!!!!!!!! */
.cap_style {
	font-family:"Apercu Light", Calibri, sans-serif;
	font-size:13px;
	color:rgb(176,172,172);
	margin-top:5px;
}

.slide_text{
	font-family:"Apercu light", Calibri, sans-serif; 
}
.space{
	padding-top:20px;
}
#date_loc{
	font-family:"Apercu Bold", Calibri, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
  	line-height: 1.267;
  	position:relative;
	top:21px;
	letter-spacing:2px;
}
#date_slide{
	font-size: 40px;
	position:relative;
	top:10px;
}
#time_slide{
	font-family:"Apercu Bold", Calibri, sans-serif;
	font-size: 14px;
	padding-right:47px;
	float:right;
	text-transform:uppercase;
}
.slide_text.slide_button{
	background: url('images/learn_more@x1_r1.png') no-repeat transparent;
	display: inline-block;
	height:33px; 
	width:101px;
}
.slide_text.slide_button:hover {
	background: url('images/learn_more_hover@x1.png') no-repeat transparent;
}
h1.single-title.cus
{
	font-size: 43px;
	font-family:"Apercu Light", Calibri, sans-serif;
	line-height: 1.4; 
	padding-top:10px;

}
#main_con p, ul, li
{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	line-height: 1.5;
	margin-bottom:40px;	
}
#main_con a /* this codes the hyperlinks in the posts */
{
	font-family:"Apercu Light", Calibri, sans-serif;  
	font-size: 17px;
	line-height: 1.5;	
	color:rgb(252,53,146);
	font-weight:normal;
}
#main_con a:hover{
	text-decoration:none !important;
}
.title_color {
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size:15px;
	color:rgb(252,53,146);
	text-transform:uppercase;
}
.col_text {
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	line-height:1.5;
}
.span4.clearfix.col_text p{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	padding-top:36px;
}
.span4.clearfix.col_text a{
	font-family:"Proxima Nova Extra Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;  
	font-size: 17px;
	line-height: 1.5;	
	color:rgb(252,53,146);
	text-decoration:underline;
}
.row{
	margin:0px;
}
#clearfor{
	padding:0px;
}
#rsvp_button {
	background: url('images/RSVP@x1_r1.png') no-repeat transparent;
	display: inline-block;
	height:50px; 
	width:84px;
}
#rsvp_button:hover {
	background: url('images/RSVP_hover@x1_r1.png') no-repeat transparent;
}

article.span4.remove_mar{
	margin: 0px;
}
hr{
	color: rgb(255,255,255);	
}


/* ???????????????????????????????????? ent single post style !!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* ^^^^^^^^^^^^^^^^^^^^^^^ start news page layout ^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.news_sub #emma-form input[type="submit"] {
	color: rgb( 0, 189, 255 ) !important;
	border-bottom: solid rgb( 0, 189, 255 ) 3px !important;
}

h4#side_news
{
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size:15px;
	margin-top:0px;
	padding-bottom:22px;	
}
h4#side_soc
{
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif;  
	font-size:17px;
	margin-top:24px;
	margin-bottom:28px;	
}
#side_fix{
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif;  
	font-size:17px;
	margin-top:58px;
	margin-bottom:33px;
}
#another{
	text-transform: uppercase;
	color:rgb(0,0,0);
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size:15px;
	text-decoration:none;
}
#center_load{
	text-align:center;
	
}
#center_load p{
	padding-top:8px;
	border-top: solid black 1px;
	letter-spacing:1.3px;
}
#r_1{
	padding:0px;
}
#r_2{
	padding:0px;
}
#r_3{
	padding:0px;
}
#news_con p
{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	line-height: 1.5;	
}
#news_con div
{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	line-height: 1.5;
	text-indent:30px;	
}

#news_con a /* this codes the hyperlinks in the posts */
{
	font-family:"Apercu Light", Calibri, sans-serif;   
	font-size: 17px;
	line-height: 1.5;	
	color:rgb(0,189,255);
}
#news_con a:hover{
	text-decoration: underline !important;
}
#news_con li
{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size: 17px;
	color: rgb( 89, 89, 89 );
	line-height: 1.5;	
}
.cusColor._3.news{
	font-size:15px;
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif;
	text-decoration:none;
	line-height: 1.8;
}
#col_news_ch{
	font-family:"Apercu Bold", Calibri, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	font-size:15px;
}
#font_fix{
	font-size:17px;
	padding-bottom:30px;
	text-decoration:underline;	
}
#font_fix:hover {
	text-decoration:none !important;
}
.alignleft a{
	text-transform: uppercase;
	color:rgb(0,0,0);
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size:15px;
	text-decoration:none;
}
.alignleft{
	float:left;
	padding-top:5px;
	letter-spacing:1.5px;
}
.alignright a{
	text-transform: uppercase;
	color:rgb(0,0,0);
	font-family:"Apercu Bold", Calibri, sans-serif; 
	font-size:15px;
	text-decoration:none;
}
.alignright{
	float:right;
	padding-top:5px;
	letter-spacing:1.5px;
}
.pagenav{
	border-top:solid black 1px;

}
/* ^^^^^^^^^^^^^^^^^^^^^^^ end news page layout ^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/* ^^^^^^^^^^^^^^^^^^^^^^^ start event page layout ^^^^^^^^^^^^^^^^^^^^^^^^^^*/
tbody
{
font-family: "Apercu Light", Calibri, sans-serif;
font-size: 13px;
color: rgb(176,172,172);
}
td{
	padding-top:5px;
	padding-bottom:5px;
}
h4#side_event{
	margin:0px;
}
.gap_event{
	padding-bottom: 36px;
	font-size:35px;
	font-family:"Apercu Light", Calibri, sans-serif; 
	line-height: 1.2;
	margin:0px;
}
.title_event{
	font-size:42px;
	font-family:"Apercu Light", Calibri, sans-serif; 
	line-height: 54px;
}
.cusColor._2.eventlist{
	font-size:14px;
	text-transform: uppercase;
	font-family:"Apercu Bold", Calibri, sans-serif;
	letter-spacing:2px;
	text-decoration:none;
	padding-bottom:10px;
}
a:hover .cusColor._2.eventlist {
	color:rgb(252,53,146);
	text-decoration:underline;
}
.event_tran{
	font-size:28px;
	line-height: 1.5;
	font-family:"Apercu Light", Calibri, sans-serif; 
}
.cusColor._2.eventpg{
	font-size:16px;
	text-decoration:underline;
}
.gap_past{
	padding-top:56px;
	padding-bottom:32px;
	font-size:35px;
}
.title_recap{
	font-size:29px;
	font-family:"Apercu Light", Calibri, sans-serif; 
	color:black;
	line-height:30px;
}
.span4.titleSize{
	height:263px;
	margin-left:23px;
	padding:none;
}
.gap_past{
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size:35px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^ end event page layout ^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/* media controls */
@media only screen and (max-width: 480px) {
	#contact_cusColor a{
		font-size: 20px;
	}
	#about_us {
    	font-size: 16px;
	}
	.span4.titleSize{
		margin:0px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {/*-------------iPhone screen controls------------------*/
	div#content.clearfix.row-fluid{
		padding-top:0px;
	}
	div.navbar.navbar-fixed-top{
		margin-bottom:0px;
	}
	#contact_cusColor a{
		font-size:17px;
	}
	.carousel{
		max-width:450px;
		margin:auto auto;
	}
	.navbar .brand {
		float:none;
	}
	.brand img{
		max-width:60%;
	}
	.navbar-inner{
		margin:30px 30px 0px 30px;
	}
	.navbar .btn-navbar .icon-bar {
  		display: block;
  		width: 14px;
  		height: 2px;
  		background-color: #000000;
  		-webkit-border-radius: 10px;
  		-moz-border-radius: 10px;
  		border-radius: 10px;
  	}
  	.navbar .btn-navbar{
  		position:relative;
  		bottom:50px;
  		margin:0px;
  		padding:12.5px 12px;
  		-webkit-border-radius:5px !important;
  		-moz-border-radius:5px !important;
  		border-radius:5px !important;
  	}
  	#myCarousel.carousel{
  		margin-bottom:230px;
  	}
  	.mailingList, .mail_join{
  		display:none;
  	}
  	.carousel-control.left, .carousel-control.right, .active.item a img{
  		visibility:hidden;
  	}
  	.carousel-caption-container.trans1{
  		width:100%;
  	}
  	.carousel-inner {
		width:100%;
		margin:0;
		padding:0;
		overflow: visible;
  	}
  	.carousel-caption-container.trans1 {
		background: url('images/slider_one_trans.png') no-repeat right top transparent;
		background-size: 100% 100%;
	}
  	.carousel-caption-container.trans2 {
		background: url('images/slider_two_trans.png') no-repeat right top transparent;
		background-size: 100% 100%;
  	}
  	.carousel-caption-container.trans3 {
		background: url('images/slider_three_trans.png') no-repeat right top transparent;
		background-size: 100% 100%;
  	}
  	.carousel-caption {
		width:90%;
		position:static;
		float:right;
		margin:60px 0px 0px 0px;
		padding:0px;
		color: white;
		background: none;
  	}
  	h4#slide{
  		position:relative;
  		top:10px;
		font-size: 30px;
		line-height:110%;
		font-size-adjust:0.508; 
		font-weight: bold;
		padding-top: 0px;
		padding-right:0px;
		padding-bottom: 0px;
	}
	#date_loc{
		font-size: 15px;
		line-height:100%;
		text-transform: uppercase;
  		position:relative;
		top:0px;
	}
	#date_slide{
		font-size: 43px;
		line-height:100%;
		position:relative;
		top:0px;
		text-transform:uppercase;
	}
	#time_slide{
		font-size: 15px;
		line-height:100%;
		padding-right:30px;
		float:right;
	}
  	.slide_text.slide_button{
		font-size: 10px;
		position:absolute;
		top:335px;
	}
	.makela, .recap, .nextla{
		margin:auto auto;
	}
	#rev_it{
		padding-bottom:0px;
	}
	#about_us_title {
		margin-bottom:14px;
	}
	.about_us_img{
    	width:100%;
    	padding:0px;
	}
	#contact_us_title {
		margin-bottom:14px;
	}
	.contact_us_img{
    	width:100%;
    	padding:0px;
	}
	#hosts_title{
		margin-bottom:0px;
		margin-top:20px;
	}
	#advBoard_title {
		margin:20px 0px 0px 0px;
	}
	.vision{
		background:none;
		height:auto;
	}
	.vision.text, .vision.text p{
		color:black;
		font-size:20px;
		padding:0px;
		height:auto;
	}
	#people_title {
		text-align:center;
		text-decoration:none;
		border-bottom: none
	}
	#people_title span{
		border-bottom: solid rgb(0,0,0) 3px;
	}
	#more_info{
		padding-top:10px;
	}
	.accordion-heading a{
		text-decoration:none;
	}
  	body{
  		padding:0px;
  	}
  	#firm_beli p{
  		font-size:17px;
  	}
  	#quote blockquote{
  		padding:0px;
  		text-align:center;
  	}
  	blockquote#about_us{
  		padding:0px;
  	}
}
@media (min-width: 768px) and (max-width: 959px) {/*-------------iPad screen controls------------------*/
  	header, #inner-header, .navbar, .navbar-inner, .nav-container, .nav-container nav {
  		max-height:auto;
  		min-height:140px;
  	}
  	.navbar .brand {
		float:left;
		margin-left:50%;
		margin-bottom:0px;
		position:relative;
		left:-195px;
		z-index:2;
	}
	.navbar .btn-navbar{
		float:right;
		position:relative;
		bottom:70px;
		margin-right:25px;
	}
  	#outer_box #rev_it .span4{
  		width:100%;
  		margin-left:50%;
  		position:relative;
  		left:-145px;
  	}
  	#outer_box{
  		max-width:738px;
  		min-width:738px;
  		margin:auto 15px;
  	}
  	.about_us_img{
    	margin:auto;
    	padding:auto;
	}
  	.nav-collapse.collapse {
  		width:100%;
	}
  	#menu-item-63, #menu-item-64, #menu-item-87, #menu-item-88{
  		width:100%;
  		margin:0px;
  		padding:0px;
	}
 	 #menu-item-63 a, #menu-item-64 a, #menu-item-87 a, #menu-item-88 a{
  		text-align:center;
	}
  	.carousel-caption-container {
		position: absolute;
		top: -16px;
		width: 386px;
		height:320px;
		right: 0px;
	}
  	.carousel-caption-container.trans1 {
		background: url('images/slider_one_trans.png') no-repeat right top transparent;
		background-size: 80% 320px;
	}
  	.carousel-caption-container.trans2 {
		background: url('images/slider_two_trans.png') no-repeat right top transparent;
		background-size: 80% 320px;
  	}
  	.carousel-caption-container.trans3 {
		background: url('images/slider_three_trans.png') no-repeat right top transparent;
		background-size: 80% 320px;
  	}
  	.carousel-caption {
		width:70%;
		height:auto;
		position:static;
		float:right;
		margin:60px 0px 0px 0px;
		padding:0px;
		color: white;
		background: none;
  	}
  	.carousel{
		max-width:768px;
		min-width:768px;
		height:284px;
		margin:0 auto 45px auto;
		padding:0;
	}
  	.carousel-inner {
		width:100%;
		max-width:738px;
		height:284px;
		margin:0;
		padding:0;
		overflow: visible;
		border-left: solid black 15px;
		border-right: solid black 15px;
  	}
  	.wp-post-image{
		height:284px;
	}
  	.carousel-control.left {
  		float:left;
  		top:149px;
  		left:-13px
	}
	.carousel-control.right {
  		float:right;
  		top:149px;
  		left:753px;
	}
	h4#slide{
		font-size: 20px;
		line-height:110%;
		font-size-adjust:0.508; 
		font-weight: bold;
		padding-top: 0px;
		padding-right:0px;
		padding-bottom: 0px;
	}
	#date_loc{
		font-size: 10px;
		line-height:100%;
		text-transform: uppercase;
  		position:relative;
		top:0px;
	}
	#date_slide{
		font-size: 30px;
		line-height:100%;
		position:relative;
		top:0px;
	}
	#time_slide{
		font-size: 10px;
		line-height:100%;
		padding-right:30px;
		float:right;
	}
	.slide_text.slide_button{
		font-size: 10px;
		position:absolute;
		top:240px;
	}
	.soc_bar.face1  {
		background: url('images/facebook@x1.png') no-repeat transparent;
		float:left;
		position:relative;
	}
	.soc_bar.instagram1  {
		background: url('images/instagram@x1.png') no-repeat transparent;
		float:left;
		position:relative;
		margin-left:29.58px;
	}
	.soc_bar.flickr1{
		background: url('images/flickr@x1.png') no-repeat transparent;
		float:right;
		position:relative;
		margin-left:29.58px;
	}
	.soc_bar.twitter1{
		background: url('images/twitter@x1.png') no-repeat transparent;
		float:right;
		position:relative;
	}
	.vision{
		max-width:100%;
		background-size:100%;
	}
	.vision.text p{
		margin:0px;
		padding:0px 0px 15px 0px;
		line-height:1;
	}
	img.floatme1{
		width:46%;
	}
	h3.floatme2{
		margin:0px 0px 0px 10px;
	}
	article h1{
		font-size:44px;
	}
}
@media (min-width: 960px){/*-------------Desktop Monitors screen controls------------------*/
	.navbar .brand {
		float:left;
		position:relative;
		top:60px;
		left:29.3%;
		z-index:2;
	}
	.navbar .brand{
		left:29.72%;
	}
	.navbar .nav {
		width:940px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-search{
		padding-left: 0;
	}
	.nav-container{
		max-width:960px;
	}
	#menu-item-63 a{ 
  		color: rgb( 252, 53, 146 );
  		padding-left:0px;
  		padding-right:0px;
	}
	#menu-item-63 { 
  		margin-right:8.7%;
	}
	#menu-item-64 a {
  		color: rgb( 0, 189, 255 );
  		padding-left:0px;
  		padding-right:0px;
	}
	#menu-item-64 {
  		margin-right:40%;
	}
	#menu-item-87 a { 
  		color: rgb( 66, 210, 73 );
  		padding-left:0px;
  		padding-right:0px;
	}
	#menu-item-87 { 
  	float:right;
  	margin-right:8.1%;
	}	
	#menu-item-88 a { 
  		color: rgb( 255, 210, 3 );
  		padding-left:0px;
  		padding-right:0px;
	}
	#menu-item-88 { 
  		float:right;
	}
	#content{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.carousel{
		width:100%;
		height:380px;
		margin:0 0 45px 0;
		padding:0;
	}
	.carousel-caption{
		padding-left:22px;
	}
	.carousel-control.left {
  		float:left;
  		left:-13px;
	}
	.carousel-control.right {
  		float:right;
  		left:945px;
	}
	.carousel-inner{
		width:100%;
		max-width:930px;
		height:380px;
		margin:0;
		padding:0;
		overflow: visible;
		border-left: solid black 15px;
		border-right: solid black 15px;
	}
	.wp-post-image{
		height:380px;
	}
	.slide_text{
		padding:0;
		margin:0;
	}
	.container-fluid{
		max-width: 960px;
		min-width: 960px;
		/*min-height: 220px; my change*/
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
		zoom:1;
	}
	#firm_beli #quote blockquote{
		margin:0px;
		padding:0px;
	}
	#footer_left_color{
		width:50%;
	}
	#footer_right_color{
		width:50%;
	}
}
/*
 controls default slider image
 */
h4#default_slide{
	font-size: 30px;
	line-height: 1.3;
	font-family:"Apercu Light", Calibri, sans-serif; 
	font-size-adjust:0.508; 
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-right:60px;
}

/* end media controls */
/*alter chimp */
.mc4wp-form{
margin: 0em 0;
}
input#mc4wp_email.placeholder{
float:left; 
height: 38px; 
width: 253px; 
border: 5px solid #000; 
color: rgb(89,89,89); 
font-family: Apercu Light, Calibri, sans-serif;
}

.mc4wp-form input[type="submit"]{
font-family: Apercu Bold, Calibri, sans-serif;
font-size: 18px;
color:rgb(66,210,73);font-weight:900;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid rgb(66,210,73) 3px; 
background-color:transparent; 
text-transform: lowercase; 
height:20px; 
width:58px; 
padding: 0px;
margin-left: 55px;
margin-top: 5px;
}
/*
.mc4wp-form input[type="submit"]:focus{
	outline:none;
}
.mc4wp-form input[type="submit"]:hover{
	border-bottom:none;
}
.mc4wp-form input[type="email"]:focus{
	width:253px;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: none;
  border-color: none;
  &:focus {
    border-color: none;
  }
}*/
/*end alter chimp*/

/* !!!!!!!!!!!!!!!!!!!! end custom css !!!!!!!!!!!!!!!!!!!!!! */
