
@font-face {
    font-family: 'Droid';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/droidserif-regular-webfont.eot');
    src: url('fonts/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-regular-webfont.woff') format('woff'),
         url('fonts/droidserif-regular-webfont.ttf') format('truetype'),
         url('fonts/droidserif-regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidItalic';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/droidserif-italic-webfont.eot');
    src: url('fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-italic-webfont.woff') format('woff'),
         url('fonts/droidserif-italic-webfont.ttf') format('truetype'),
         url('fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ProximaReg';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaBold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaLight';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Header Custom CSS */


#topcta {
	height: 64px;
	background: #000000;
}


#topctacontent {
	padding-top:12px;
	font-family: "DroidItalic", "Georgia", serif;
	font-size: 19px;
	font-weight: 100 !important;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	width: 960px;
}

#topctacontent p {
	display: inline-block;
}

#ctabutton {
	display: inline-block;
}

#ctabutton img {
	margin-bottom: -11px;
	margin-left: 20px;
}

#header {
    clear: both;
    padding: 11px 0 0;
    position: relative;
}

#header-container {
    background: none #222222;
    border-bottom: none;
    box-shadow: none;
    position: relative;
    z-index: 9400;
}

#communitylogin {
	float: right;
	color: #ffffff;
}

#communitylogin a {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	font-weight: 200;
	color: #ffffff;
}

#communitylogin img {
	margin-right: 19px;
	margin-bottom: -4px;
}


#logo {
	margin-top: 58px;
	margin-bottom: 13px;
}





/* General Custom CSS */

#wrapper {
    background: none #fff;
    overflow: hidden;
}

#content {
    background: none;
    border: none;
    border-radius: none;
    padding: 0;
    position: relative;
}

#content #inner {
    background: none;
    clear: both;
    margin: 4px;
    padding: 30px 0px;
    width: auto;
}


#main.fullwidth, #main.col-full, .layout-full #main {
	width: 960px;
	padding-right: 0px;
}

/* Slide Custom CSS */

#slides {
	height: 540px;
	padding-top: 0px;
}

#slide-box {
	width: 960px;
	margin: 0 auto;
}

.slide {
	width: 960px;
	margin: 0 auto;
}

.slides_container {
	width: 960px;
	overflow: visible !important;
}


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

.slides_container {
	width: 960px !important;
	overflow: visible !important;
}
	#slide-background {
	width: 960px !important;
	height: 540px;
	margin-left: 0px !important;
}

#slide-main {
	width: 960px;
	margin-left: 0px !important;
	padding-top:75px;
}
}

#slide-background {
	width: 1400px;
	height: 540px;
	margin-left: -153px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


.slides_container {
	width: 960px;
	overflow: visible !important;
}
}

#slide-main {
	width: 960px;
	margin-left: 153px;
	padding-top: 30px;
}

.slide-image {
	width: 960px;
	margin: 0 auto;
	display: block;
}

.slide-img {
	margin: 0px auto 0 auto;
	display: block;
	padding-top: 37px;
}


#slide-button {
	width: 960px;
	margin: 30px auto 0 auto;
	display: block;
}


#slide-button img {
	display: block;
	margin: 0 auto;
}

#slides a.prev {
    background: url("images/btn-prev-slider.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999em;
    top: 45%;
    width: 60px;
    z-index: 999;
}

#slides a.next {
    background: url("images/btn-next-slider.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    text-indent: -9999em;
    top: 45%;
    width: 60px;
    z-index: 999;
}


.slide .entry {
    border: medium none;
    margin: 0 auto;
    padding: 30px 5px 0 5px;
    width: 850px;
}

.slide .entry p {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
}

.slide .entry h2 {
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	color: #ffffff;
	background: url("images/con-slider-ornament.png") bottom center no-repeat;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 34px;
}

.slide .entry img {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slide .entry h3 {
	color: #97c940;
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
}

.slide .entry h4 {
	font-family: "Proxima", "Arial", "Helvetica", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
}


.slide .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
	margin-bottom: 0px;
}


#video-left {
	float: left;
	width: 401px;
	margin-top: 40px;
}

#video-right {
	float: right;
	width: 375px;
	margin-top: 60px;
}

#video-right img {
	margin-top: 10px;
}

/* Blog Posts Homepage */

#latest-blog-posts {
    border-top: none;
    padding-top: 9px;
    width: 1000px;
}



#latest-blog-posts .post {
	width: 300px;
	display: inline-block;
	margin-right: 29px;
	margin-bottom: 0px;
	height: 440px;
	vertical-align: top;
}

#author-image {
/*	width: 287px;
	height: 287px;*/
	overflow: hidden;
}

#author-image img {
	border-radius: 100% 100% 100% 100%;
	width: 277px;
	height: 277px;
	margin: 10px;
	box-shadow: 0 0 0 10px white;
}

#author-image a img:hover {
		box-shadow: 0 0 0 10px #222222;

}

#latest-blog-posts .post h2.title {
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#latest-blog-posts .post h2.title a {
	color: #222222;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 21px;
	line-height: 27px;
}

#latest-blog-posts .post h2.title a:hover {
	color: #97c940;
}

#latest-blog-posts #author-name{
	color: #747474;
	font-family: "Droid", "Georgia", serif;
	font-size: 16px;
	text-align: center;
}

#more-button {
	margin: 0 auto;
	width: 227px;
}

#more-button a:hover {
	opacity: 0.8;
}

#post-author .profile-content {
	margin-left: 0px;
}


/* Homepage Newsletter Custom CSS */

#home-news-back {
	background: #4793da;
}

#home-news {
	width: 960px;
	margin: 0 auto;
}

#home-news .entry {
	float: left;
	width: 766px;
	margin-top: 65px;
}

#home-news .entry h2 {
	color: #ffffff;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#home-news .entry p {
	color: #ffffff;
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 27px;
	letter-spacing: 1px;
}

#home-news .entry ul {
	padding-left: 0px !important;
	margin-top: 5px;
}

#home-news .entry ul li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	color: #ffffff;
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
}

.mc-field-group input[type="checkbox"], input[type="radio"] {
	margin-top: 6px;
}

#news-image {
	width: 193px;
	float: right;
	margin-top: 50px;
}

#mc_embed_signup {
	margin-bottom: 60px;
}

#mce-EMAIL {
	width: 335px;
	height: 50px;
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 27px;
	font-weight: 200;
	letter-spacing: 1px;
	padding-left: 15px;
}

.sidebar-group #mce-EMAIL {
	width: 223px !important;
}

.inside-group #mce-EMAIL {
	width: 300px !important;
}

.chrome #inside-subscribe {
	margin-top: 10px;
}

.mc-field-group {
	color: #333333;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
}


.mc-field-group {
	display: inline-block;
}

#news-submit {
	
	display: inline-block;
}

#mc-embedded-subscribe {
	border: none;
	background: url("images/home-news-signup.png") top center no-repeat;
	width: 227px;
	height: 75px;
	margin-left: 10px;
}





/* Newsletter Inside Pages */


#inside-signup {
	margin-top: 30px;
	margin-bottom: 30px;
}

.chrome #inside-signup {
	width: 600px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#inside-signup {
	width: 600px;
}

.inside-group {
	float: left;
}

#inside-submit {
	float: right;
	margin-top: -12px;
	margin-right: 80px;
}
.inside-group {
	width: 600px;
}
}

.inside-group input {
	width: 270px;
	height: 34px;
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 27px;
	font-weight: 200;
	letter-spacing: 1px;
	padding-left: 15px;
}

.inside-group {
	display: inline-block;
}

.chrome .inside-group {
	float: left;
}

.safari .inside-group {
	float: left;
}

@media only screen and (max-device-width: 480px) {
	#inside-signup {
	width: 600px;
}	
	.inside-group {
	float: left;
}
#inside-submit {
	float: right;
	margin-top: -12px;
	margin-right: 80px;
}
}

#inside-submit {
	display: inline-block;
}

.chrome #inside-submit {
	float: right;
	margin-top: -12px;
	margin-right: 80px;
}

.safari #inside-submit {
	float: right;
	margin-top: -9px;
	margin-right: 154px;
}

@media only screen and (max-device-width: 480px) {
	.safari #inside-submit {
	float: right;
	margin-top: -9px;
	margin-right: 104px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

.safari #inside-submit {
	float: right;
	margin-top: -55px;
	margin-right: 104px;
}
}


#inside-subscribe {
	border: none;
	background: url("images/small-news-signup.png") top center no-repeat;
	width: 178px;
	height: 62px;
	margin-left: 10px;
}





#blue-subscribe {
	border: none;
	background: url("images/small-news-signup-blue.png") top center no-repeat;
	width: 178px;
	height: 62px;
	margin-left: 10px;
}


/* Sidebar Newsletter Custom CSS */

.widget {
    border-bottom: none;
    margin-bottom: 2em;
    padding-bottom: 2em;
}



#sidebar_signup {
	width: 285px;
	background: #4793da;
	padding-bottom: 30px;
	padding-top: 30px;
}

#side-news-title {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 22px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

#side-news-text {
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.sidebar-group input {
	width: 223px;
	height: 30px;
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 25px;
	font-weight: 200;
	letter-spacing: 1px;
	padding-left: 15px;
	margin-left: 20px;
}


#sidebar-subscribe {
	border: none;
	background: url("images/home-news-signup-178.png") top center no-repeat;
	width: 178px;
	height: 62px;
	margin-left: 53px;
	margin-top: 10px;
}



/* Sidebar Social Media */

#sidebar-social {
	color: #444444;
	font-family: "Droid", "Georgia", serif;
	font-size: 24px;
	text-align: center;
	background: url("images/green-ornament-sidebar.png") bottom center no-repeat;
	padding-bottom: 35px;
	font-style: italic;
}

#sidebar-social-images {
	margin-left: 54px;
	margin-top: 20px;
}

#sidebar-social-images img {
	margin-right: 7px;	
}

#sidebar-social-images img:hover {
	opacity: 0.8;
}



/* Homepage - As Seen In Custom CSS */

#as-seen-in {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#as-seen-in h3 {
	color: #222222;
	font-family: "Droid", "Georgia", serif;
	font-size: 27px;
	text-align: center;
	margin-bottom: 25px;
}

#as-seen-in .entry img {
	background: none;
	border: none;
	padding: none;
	box-shadow: none;
}

#company-image {
	display: inline-block;
	width: 320px;
	height: 64px;
}



/* Conference Custom CSS */

#conference .sub {
	background-color: #4793da;
	height: 31px;
	padding-top: 15px;
	
}

#conference .sub_features {
    background-color: #4793da;
    padding: 2%;
    text-align: center;
}


#conference .sub_features .item {
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
}

.conf-feat-image {
	padding-bottom: 5px;
}

#conference-partners {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#conference-partners img {
	border: none;
	background: none;
	box-shadow: none;
	padding: 5px 5px 10px 5px;
}

#conference-partners h3 {
	color: #333333;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#become-partner {
	color: #4793da;
	font-family: "Droid", "Georgia", serif;
	font-size: 20px;

}


/* Default Inside Page Custom CSS */

.chrome strong {
	font-family: "ProximaBold", "Arial", "Helvetica", sans-serif;
}

#main {
    border-right: none;
    padding-right: 20px;
    width: 580px;
}


#title-container .title, .archive_header {
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 55px
}


#title-container-dojo .title, .archive_header {
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 20px
}


h1.title {
	color: #222222;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 43px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 960px;
}

.entry p {
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 25px;
}


.entry blockquote p {
	color: #97c940;
	font-family: "Droid", "Georgia", serif;
	font-size: 20px;
	line-height: 30px;
}

.entry blockquote.blue p {
	color: #4793da;
	font-size: 15px;
	line-height: 25px;
}

.entry blockquote.pink p {
	color: #d032a1;
}

.entry blockquote {
    background: none;
}

.entry ul li {
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 25px;
}

.entry ol li {
	color: #747474;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 25px;
}

.entry h1 {
	color: #97c940;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 27px;
}

.entry h2 {
	color: #444444;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 30px;
}

.entry h3 {
	color: #444444;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.entry h4 {
	color: #444444;
	font-family: "Droid", "Georgia", serif;
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
}



#circle-image img {
    border-radius: 100% 100% 100% 100%;
    height: 200px;
    width: 200px;
}

#image-strip img {
	background: none;
	border: none;
	box-shadow: none;
}

#default-ornament {
	background: url("images/green-ornament.png") bottom center no-repeat;
	white-space: 340px;
	height: 19px;
	margin: 0 auto;
	padding-top: 88px;
}
#life-ornament {
	background: url("images/yellow-ornament.png") bottom center no-repeat;
	white-space: 340px;
	height: 19px;
	margin: 0 auto;
	padding-top: 88px;
}

#life-inside .entry h1 {
	color: #fabb00;
}

#life-inside .entry blockquote p {
	color: #fabb00;
}

#life-inside .entry a, #life-inside a:link,#life-inside  a:visited {
	color: #d032a1;
}

#life-inside .entry a:hover {
	color: #fabb00;
}

#community-inside .entry h1 {
	color: #d032a1;
}

#community-inside .entry blockquote p {
	color: #d032a1;
}

.community .entry a, .community a:link, .community a:visited {
	color: #97c940;
}

.community .entry a:hover {
	color: #d032a1;
}

#conference-inside .entry h1 {
	color: #4793da;
}

#conference-inside .entry blockquote p {
	color: #4793da;
}

#conference-inside .entry a,#conference-inside  a:link,#conference-inside a:visited {
	color: #97c940;
}

#conference-inside .entry a:hover {
	color: #4793da;
}

.entry a, a:link, a:visited {
	color: #4793da;
}

.entry a:hover {
	color: #97c940;
}


/* Podcast Custom CSS */

h2.title {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 33px;
}

#podcast-left {
	float: left;
	width: 235px;
}

#podcast-right {
/*	float: right;
	width: 345px;*/
	padding-top: 20px;
}

#podcast-image {
	width: 220px;
	height: 220px;
	overflow: hidden;
}

#podcast-image img {
	border-radius: 100%;
	width: 200px;
	height: 200px;
	/*border: 10px solid #ffffff;*/
	margin: 10px;
	box-shadow: 0 0 0 10px white;
}

/* .safari #podcast-image img {
	border-radius: 100% 100% 100% 100%;
	width: 200px;
	height: 200px;
	border: none;
}*/

.post .title a {
	color: #4793da;
}

#author_social_wrap table {
	float: right;
}
#author_social_wrap td {
	padding-top: 0;
	vertical-align: top;
}

#author_social_wrap #twitter-widget-0 {
	width: auto!important;
	max-width: 90px;
}
#author_social_wrap .fb_iframe_widget {
	margin-top:0!important;
}
#author_social_wrap:after {
	display: block;
	content: "";
	clear: both;
}

#podcast-author {
	font-family: "Droid", "Georgia", serif;
	font-size: 19px;
	float:left;
}

#podcast-author a {
	color: #97c940;
}


#podcast-line {
	border-bottom: 1px solid #888888;
	height: 20px;
}

.single .post .title {
	text-align: left;
}

.single .entry {
    border-top: none;
    margin-top: 0px;
}

#post-author {
    background: none #ffffff;
    border-color: none;
    border-radius: 0px 0px 0px 0px;
    border-style: none;
    border-width: 0px;
    box-shadow: none;
    clear: both;
    margin: 0 0 1.5em;
    padding: 15px;
}

#post-author .profile-image {
	width: 160px;
	height: 160px;
	overflow: hidden;
	background: none;
	border: none;
	box-shadow: none;
}

#post-author .profile-image img {
	border-radius: 100% 100% 100% 100%;
	width: 150px;
	height: 150px;
	border: 7px solid #555555;
}

#author-section {
	color: #444444;
	font-family: "ProximaLight", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	margin-bottom: 4px;
}

#post-author h3 {
	color: #4793da;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

#post-author p {
	color: #999999;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size:15px;
}

.powerpress_links {
}


/* Team Page Custom CSS */

#team-bio {
	width: 1100px;
	margin-top: 50px;
}

@media only screen and (max-device-width: 480px) {
#team-bio {
	width: 820px;
	margin-top: 50px;
	margin-left: 140px;
}
}

#individual-bio {
	width: 300px;
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.bio-image {
	width: 235px;
	height: 235px;
	overflow: hidden;
	background: none;
	border: none;
	box-shadow: none;
/*	margin-left: 33px;*/
margin: 0 auto;
}

.bio-image img {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;

box-shadow: 0 0 0 10px white;
-webkit-box-shadow: 0 0 0 10px white;
-moz-box-shadow: 0 0 0 10px white;
	width: 215px;
	height: 215px;
	background:none;
	/*border: 5px solid #ffffff;*/
	border:none;
	padding:0;
	margin:10px;
	
}

.entry .bio-image img:hover {
border:none;}

/*
#team-page .bio-image .entry img:hover {
	border-radius: 100% 100% 100% 100%;
	border: 5px solid #ffffff;
}*/

.bio-name {
	color: #444444;
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 13px;
}

.bio-link {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 4px;
}

.bio-social {
	margin-left: 90px;
}

.bio-social img {
	background: none;
	border: none;
	box-shadow: none;
	width: 30px;
	height: 30px;
	padding: 3px;
}

.bio-text {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #747474;
}


/* Retreat Schedule Custom CSS */

#individual-event {
	border-bottom: 1px solid #bbbbbb;
	padding-top: 15px;
}

.retreat-image {
	display: inline-block;
	vertical-align: top;
	width: 175px;
	height: 175px;
	overflow: hidden;
	background: none;
	border: none;
	box-shadow: none;
}


.retreat-image img {
	border-radius: 100% 100% 100% 100%;
	width: 150px;
	height: 150px;
	/*border: 2px solid #ffffff;*/
	padding: 0;
	margin: 6px;
	box-shadow: 0 0 0 6px white;
	border:none;
}

#big_featured {
	background: black;
	text-align: center;
}
#retreat-main {
	display: inline-block;
	vertical-align: top;
	width: 600px;
}

.retreat-dates {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #444444;
	font-weight: bold;
	/*margin-bottom: 15px;*/
	margin-bottom: 0;
	padding-top: 33px;
}
.retreat-location  {
		font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	color: #444444;
	margin-bottom: 15px;
	font-style: italic;
}

.retreat-name {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
body.single-product #title-container .search_main{
	display: none;
}
.retreat-name a:hover {
	text-decoration: underline;
}

.retreat-teachers {
	font-family: "Droid", "Georgia", serif;
	font-size: 22px;
	color: #747474;
	font-style: italic;
}
.payment_methods li img {
	max-height: 40px!Important;
}
li.payment_method_paypal:after {
	content: "";
	display: block;
	clear: both;
}
.retreat-full {
	display: inline-block;
	vertical-align: top;
	font-family: "Droid", "Georgia", serif;
	font-size: 22px;
	font-style: italic;
	padding-top: 33px;
}


/* Conference Schedule Custom CSS */

#all-day {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 15px;
}



#module-day {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color: #4793da;
	display: inline-block;
}

#module-dash {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #bbbbbb;
	display: inline-block;
}

#day-info {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color: #44444;
	display: inline-block;
	margin-left: 78px;
}

#module-info {
	padding-top: 15px;
	margin-bottom: 60px;
}

#individual-module {
	border-bottom: 1px solid #bbbbbb;
	padding-top: 10px;
}

.module-image {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: none;
	border: none;
	box-shadow: none;
}


.module-image img {
	border-radius: 100% 100% 100% 100%;
	width: 125px;
	height: 125px;
	/*border: 2px solid #ffffff;*/
	border:none;
	box-shadow: 0 0 0 6px white;
	margin: 6px;
	padding:0;
}


#module-main {
	display: inline-block;
	vertical-align: top;
}

.module-time {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #444444;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 20px;
}

.module-name {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	color: #4793da;
}

.module-name a:hover {
	text-decoration: underline;
}

.module-tagline {
	font-family: "Droid", "Georgia", serif;
	font-size: 20px;
	color: #747474;
	font-style: italic;
}

@media only screen and (max-device-width: 480px) {
.module-tagline {
	font-family: "Droid", "Georgia", serif;
	font-size: 22px;
	color: #747474;
	font-style: italic;
	width: 600px;
	margin-bottom: 10px
}
}

.searchform input.s {
	font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
}



/* Footer Custom CSS */

#footer-back {
	background: #333333;
}

#footer {
    border-top: none;;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 0 30px;
    position: relative;
    font-family: "ProximaReg", "Arial", "Helvetica", sans-serif;
    font-weight: 200;
}

#footer a {
	font-weight: bold;
	color: #ffffff;
}

.related.products {
display: none;
}


/* WishList Custom CSS */

.WishListMember_LoginMergeCode {
	width: 400px;
	margin: 0 auto;
}


/* Community Membership Custom CSS*/

#tv-shows {
 	border-top: medium none;
    margin-left: -10px;
    padding-bottom: 50px;
    padding-top: 0px;
    width: 1000px;
}

#individual-show {
	display: inline-block;
    height: 390px;
    margin-bottom: 70px;
    margin-right: 39px;
    vertical-align: top;
    width: 290px;
}

.tv-image img {
	border-radius: 100% 100% 100% 100%;
    box-shadow: 0 0 0 10px white;
    height: 277px;
    margin: 10px;
    width: 277px;
}

.tv-image img:hover {
	box-shadow: 0 0 0 10px #222222;

}

.tv-title {
    margin-bottom: 0;
    padding-top: 15px;
    text-align: center;
}

.tv-title a {
    font: bold 28px/28px "ProximaReg",sans-serif;
    text-transform: uppercase;
}

.tv-title a:hover {
	color: #d032a1;
}

.tv-tagline {
    font: 16px/16px "ProximaReg",sans-serif;
    text-align: center;
    margin-top: 10px;
}

#tv-video {
	margin-top: -25px;
	margin-bottom: 15px;
}

#video-left {
	
}

#tv-video-archive {
	height: 124px;
    width: 220px;
}

#tv-video-archive iframe {
	max-width: 220px;
	max-height: 124px;
}

#the_keys {
	text-align: center;
	margin-top: 15px;
}
#the_keys img {
	display: inline-block;
	margin: 0 10px 5px;
}