@import url('http://fonts.googleapis.com/css?family=Adelle');

.grow:hover {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.grow {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

#right_container { background: #fff; width: 39%; / *border-radius: 8px; */ padding-left: 15px; /* border: #651648 solid 2px; */
/* box-shadow: 1px 1px 1px #000; */ } 

#article { font-family: Arial Unicode MS, Arial, sans-serif; font-size: 14px; color: #000; }

body {
background-color:#5F1342;
background: rgba(193,16,132,1);
background: -moz-linear-gradient(top, rgba(193,16,132,1) 0%, rgba(150,35,108,1) 45%, rgba(101,22,72,1) 80%, rgba(101,22,72,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,16,132,1)), color-stop(45%, rgba(150,35,108,1)), color-stop(80%, rgba(101,22,72,1)), color-stop(100%, rgba(101,22,72,1)));
background: -webkit-linear-gradient(top, rgba(193,16,132,1) 0%, rgba(150,35,108,1) 45%, rgba(101,22,72,1) 80%, rgba(101,22,72,1) 100%);
background: -o-linear-gradient(top, rgba(193,16,132,1) 0%, rgba(150,35,108,1) 45%, rgba(101,22,72,1) 80%, rgba(101,22,72,1) 100%);
background: -ms-linear-gradient(top, rgba(193,16,132,1) 0%, rgba(150,35,108,1) 45%, rgba(101,22,72,1) 80%, rgba(101,22,72,1) 100%);
background: linear-gradient(to bottom, rgba(193,16,132,1) 0%, rgba(150,35,108,1) 45%, rgba(101,22,72,1) 80%, rgba(101,22,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c11084', endColorstr='#651648', GradientType=0 );
background-attachment: fixed;
}

#classic-container { width: 90%; margin: auto; max-width: 980px;
  background-color: #fff; / *border: 2px outset #651648; border-radius: 4px;  margin-top: 10px; margin-bottom: 10px; */ }


h1 { font-size:1.3em; text-align:center; padding: 10px; }

h2 { text-align: center; font-style: italic; font-size: 1.1em; padding: 10px; }

h3 { font-size: 1.4em; text-align: center;color: #781c56;
font-family: "adelle", serif;
text-transform: uppercase; border-bottom: 1px solid #781c56;  }

a, a:visited, a:hover { color:#9D2F8D; font-weight: bold; word-wrap: break-word; }

.small_print { font-size: 85%; }

.dateline { font-style: italic; font-weight: bold;} 

.source { font-style: italic; font-weight: bold; }

.contact { text-align: right; font-size: 100%; padding-right: 10px;}

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

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

#twitter-widget { width: 100%; }

#facebook-feed { max-width: 100%; }

.fb_iframe_widget iframe {height: 363px !important;}

img, object, embed { max-width: 100%; }

#section-middle-1-1-content { text-align: center; }
#section-middle-1-5-content { text-align: center;}

.row { margin-left: -15px; margin-right: -15px; padding-bottom: 30px; }
.logo {  text-align: center; margin-top: 10px; }
#section-header-0 { text-align: center; }
#section-header-1 {}

.section-block-a {}

#section-video-gallery {}
#video-main-title {}

#section-photo-gallery {}
#photo-main-title {}

.section-block-b {text-align:center;}
#section-block-c {}
#section-press-release {}
.block {}

span[itemprop="name"], span[itemprop="jobTitle"], span[itemprop="worksFor"], span[itemprop="address"], span[itemprop="streetAddress"], span[itemprop="telephone"], span[itemprop="phones"], a[itemprop="email"], a[itemprop="url"] { display: block; }

.flexslider {background:none;}
.flex-caption {font-size:1em; font-weight:bold;padding:5px;}

#slider-player {}
#slider-player-nav {}

#header-container {}

#middle-container {}

#footer-container {}

.social-likes {}

.ctab, .ctab:visited { background-color: #eaeaea; border: solid 1px #000; border-radius: 8px; color: #000; text-decoration: none; padding: 15px; font-weight: bold; box-shadow: 2px 2px 2px #000; font-size: 100%; display: block; width:80%; margin: 0 auto; margin-top: 2em; text-align:center;}

.ctab:hover { background-color: #fff; border: solid 1px #000; border-radius: 8px; color: #000; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }


 @media screen and (max-width:768px) {
#section-header-0 { display:none;}
#sharing-bar { padding: 20px; 
}
#right_container { background: none; width: 100%; box-shadow:none; border; none; } 
.contact { display: none; }
}


