/*@media screen and (min-width: 641px) {*/
@media screen and (min-width: 641px) {
.RunMobile{
float:left;
}
div#HeaderWhite{
background:#8C488C;
}
div#HeaderWhite h6{
	color:#FFF;
}
div#HeaderWhite .TopSearchBox{
position:absolute;
top:8px;
margin:0;
padding:0;
height:30px;
float:right;
width:255px;
right:12.5%;
}

div#HeaderWhite .TopSearchBox input{
height:26px;
margin:2px;
width:220px;
border:1px solid #ccc;
font-size:11pt;
line-height:26px;
color:#333;
border-radius:3px;
padding-left:5px;
padding-right:5px;
text-align:center;
margin-right:7px;
}
div#HeaderWhite .TopSearchBox input:focus{
border:1px solid #8C488C;
}
div#HeaderWhite .TopSearchBox span.fa-search:hover{
color:#8C488C;
}
div#HeaderWhite .TopSearchBox span.fa-search{
font-family: 'FontAwesome';
font-size:14pt;
line-height:30px;
color:#aaa;
cursor:pointer;
}
div#BodyContainer{
width:75%;
}

div#Header{
width:75%;
display:table;
}
div#Header img{
margin:0;
padding:0;
width:55%;
}

div#Header ul.headerNav {
border-bottom:1px solid #8C488C;
height:30px;
margin:0;
padding:0;
width:100%;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
div#Header ul.headerNav li.LiTopSearchBox{
display:none;
}
div#Header ul.headerNav li{
display:inline-block;
padding: 0 10px;
margin:0;
height:30px;
border-right:1px solid #8C488C;
margin-left:-4px;
}
div#Header ul.headerNav li:nth-last-child(2){
border-right:none;
}
div#Header ul.headerNav li a{
text-decoration:none;
line-height:30px;
color:#444;
}
div#Header ul.headerNav li:hover,div#Header ul.headerNav li.active{
background:#8C488C;
color:#FFF;
}
div#Header ul.headerNav li:hover a,div#Header ul.headerNav li.active a{
color:#FFF;
}
.col_container,.col_container_main{
position:relative;
width:100%;
clear: both; 
display:table;
padding:0;
margin:0;
}
.col_container_row{
display:table-row;
margin:0 auto;
padding:0;
margin:0;
}
.col_65,.col_35{
display:table-cell;
vertical-align:top;
}
.col_65{
width:65%;
border-right:1px solid #ccc;
}
.col_35{
width:35%;
}
hr{
width:95%;
margin-bottom:5px;
border-bottom:1px solid #ccc;
}
.LatestNews ul,.col_left ul{
padding:0;
margin:0;
width:99%;
}
.LatestNews ul li{
list-style-type:none;
min-height:25px;
color:#444;
width:100%;
margin-left:-15px;
}
.LatestNews ul li a{
color:#444;
text-decoration:none;
font-size:11pt;
font-weight:700;
padding:0;
margin:0;
}
.LatestNews ul li span{
margin-left:30px;
font-size:8pt;
color:#777;
}
.LatestNews ul li:hover a,#footerContainer .table_row div .inSide .FooterNav li a:hover
{
color:#8C488C;
text-decoration:underline;
}
.LatestNews ul li:hover span{
text-decoration:none;
}
.LatestNews ul li:before{
content: "\f04b" /*fontawesome char code inside the ''*/;
font-family: FontAwesome; /* or whatever */
display: inline-block;
margin-left: 15px; /*same as padding-left set on li*/
color:#8C488C;
font-size:9pt;
}
.col_35 div h3{
margin-bottom:3px;
margin-left:10px;
font-size:11pt;
color:#8C488C;
height:20px;
text-decoration:none;
}

.TwoTags h2,.TwoTagsLarge h2{
margin-left:15px;
margin-top:1px;
font-size:11pt;
color:#8C488C;
}
.TwoTags,.TwoTagsLarge{
vertical-align:top;
}
.TwoTags div.first,.TwoTagsLarge div.first{
width:49.5%;
display:inline-block;
vertical-align:top;
}
.TwoTags ul,.TwoTagsLarge div.first ul{
width:90%;
}
.OneTag h4 a:hover,.TwoTags h4 a:hover,.TwoTagsLarge h4 a:hover{
text-decoration:underline;
color:#8C488C;
}
.OneTag {
width:98%;
display:table;
}
.OneTag h2{
margin-left:15px;
font-size:11pt;
color:#8C488C;
}
.OneTag ul{
width:95%;
padding:0;
margin:0 auto;
display:table-row;
}
.OneTag ul li{
vertical-align:top;
width:33.3%;
display:table-cell;
font-size:10pt;
color:#444;
list-style-type:none;
height:115px;
padding:3px;
}
.OneTag ul li table{
width:100%;
}
.OneTag ul li hr{
border:none;
margin-bottom:8px;
}
.OneTag ul li .liImage{
height:150px;
overflow:hidden;
border:1px solid #ccc;
border-radius:3px;
width:98%;
}
.OneTag ul li .liImage img{
float:left;
display:block;
clear:both;
width:100%;
height:auto;
margin:0 auto;
min-height:175px;
}
.OneTag ul li h4,.OneTag ul li p{
margin:0;
margin-bottom:3px;
padding:0;
font-size:11pt;
font-weight:400;
}

.SoundCloud .iframe{
width:90%;
margin:0 auto;
margin-bottom:10px;
}
.SoundCloud .iframe iframe{
display:none;
}
.SoundCloud h2{
margin-left:0px;
color:#444;
text-decoration:none;
font-size:10pt;
font-weight:400
}
.playSound{
cursor:pointer;
margin-left: 0;
font-weight:700;
line-height:30px;
font-size:11pt;
}
.play:before{
content: "\f04b" /*fontawesome char code inside the ''*/;
z-index:1000;
font-family: 'FontAwesome';
font-size:11pt;
color:#8C488C;
}
.pause:before{
font-family: 'FontAwesome';
content: "\f04c" /*fontawesome char code inside the ''*/;
z-index:1000;
font-size:11pt;
color:#8C488C;
}
.duration1,.duration2{
font-size:9pt;color:#777;font-weight:400;
}
.fromTheWeb ul{
padding:0;
margin:0 auto;
width:90%;
vertical-align:top;
}
.fromTheWeb ul li{
width:100%;
display:block;
vertical-align:top;
margin-bottom:10px;
padding-bottom:4px;
border-bottom:1px solid #ccc;
min-height:50px;
text-align:left;
}
.fromTheWeb ul li a{
color:#444;
text-decoration:none;
font-size:11pt;
line-height:15px;
}
.fromTheWeb ul li a:hover{
color:#8C488C;
text-decoration:underline;
}
.fromTheWeb ul li img{
float:left;
margin-right:5px;
clear:both;
height:50px;
display:block;
overflow:hidden;
border-radius:3px;
}

.twitterFeeds{
/*background:#F0E3F0;*/
color:#444;
height:365px;
font-size:10pt;
}
/*.twitterFeeds ul::-webkit-scrollbar {
    width: 2px;
	display:none;
}
.twitterFeeds ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.twitterFeeds ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/
.twitterFeeds ul{
width:100%;
margin:0 auto;
padding:0;
height:85%;
overflow:auto;
}
.twitterFeeds ul li{
width:95%;
list-style-type:none;
margin:3px auto;
padding-bottom:5px;
min-height:48px;
height:auto;
clear:both;
line-height:15px;
border-bottom:1px solid #8C488C;
}
.twitterFeeds ul li a{
font-size:9pt;
color:#444;
text-decoration:none;
display:block;
}
.twitterFeeds ul li .twitterprofilepic{
width:40px;
height:40px;
border-radius:28px;
overflow:hidden;
float:left;
margin-right:5px;
margin-bottom:25px;
border:none;
outline:none;
}
.twitterFeeds ul li .twitterText{
margin-left:45px;
}
.twitterFeeds ul li .twitterprofilepic img{
width:100%;
height:100%;
border:none;
outline:none;
}
.twitterFeeds ul li a:hover{
text-decoration:underline;
color:#8C488C;
}
.twitterFeeds ul li .twitterControls{
width:100%;
display:block;
text-align:right;
height:25px;
border:0;
}
.twitterFeeds ul li .twitterControls a{
display:inline-block;
color:#999;
line-height:25px;
}
.twitterFeeds ul li .twitterControls a:hover{
color:#8C488C;
text-decoration:none;
}
.twitterFeeds ul li a.fa-star-o,.twitterFeeds ul li a.fa-retweet,.twitterFeeds ul li a.fa-reply{
font-family: FontAwesome; /* or whatever */
display: inline-block;
font-size:13pt;
margin-left:10px;
cursor:pointer;
}
.twitterFeeds ul li a.fa-star-o{
content: "\f006" /*fontawesome char code inside the ''*/;
}
.twitterFeeds ul li a.fa-star-o:hover:before{
content: "\f005" /*fontawesome char code inside the ''*/;
}
.twitterFeeds ul li a.fa-retweet{
content: "\f079" /*fontawesome char code inside the ''*/;
}
.twitterFeeds ul li a.fa-reply{
content: "\f122" /*fontawesome char code inside the ''*/;
}
/*.twitterFeeds ul li:before{
content: "\f04b";
font-family: FontAwesome;
display: inline-block;
margin-left: 0; 
color:#8C488C;
font-size:9pt;
}*/

#footerContainer{
width:75%;
}
#footerContainer .table_row{
display:table-row;
}
#footerContainer .table_row div.cells{
display:table-cell;
width:33.3%;
}
#footerContainer .table_row div .inSide{
width:90%;
margin:15px auto;
}

.WeatherContainer{
position:absolute;
right:12.5%;
top:75px;
z-index:100000;
}
.WeatherContainer h4{
color:#8C488C;
font-size:8pt;
font-family:verdana;
padding:0;
margin:0;
}
.WeatherContainer p{
font-size:7pt;
border-bottom:2px;
padding:0;
margin:0;
font-family:verdana;
}
.navTrigger{
display:none;
}
.art_cont{
width:98%;
}
.art_cont .titleCont{
vertical-align:top;
display:table-row;
}
.art_cont .titleCont .art_cont_title{
display:table-cell;
width:82%;

}
.art_cont .titleCont .QR{
width:18%;
display:table-cell;
vertical-align:top;
text-align:center;

}
.art_cont .titleCont .QR img{
width:100%;
margin-bottom:1px;
margin-top:0px;
}
.art_cont .titleCont .QR h2{
text-align:center;
margin-top:0px;
margin-bottom:0px;
}
.fromTheWebRead ul li{
width:49%;
}
.read ul{
width:98%;
margin:0 auto;
}
.SocialSharingFloating{
position:fixed;
top:30px;
left:3%;
width:190px;
height:35px;
border:1px solid #bbb;
border-radius:5px;
background:rgba(140,72,140,.6);
z-index:100001;
}
.SocialSharingFloating .SocialSharing{
height:35px;
text-align:center;
width:190px;
}
.SocialSharingFloating .SocialSharing a{
line-height:35px;
color:#fff;
text-align:center;
margin:0;
font-weight:400;
}
.TwoTagsLarge div.first ul {
margin:0 auto;
padding:0;
width:98%;
}
.TwoTagsLarge div.first ul li{
width:100%;
list-style-type:none;
display:block;
margin-bottom:10px;
height:auto;
}
.TwoTagsLarge div.first ul li p{
margin:1px;
}
.TwoTagsLarge div.first ul li:first-child .liImage{
width:98%;
margin:0 auto;
height:175px;
overflow:hidden;
margin-bottom:10px;
}
.TwoTagsLarge div.first ul li:first-child .liImage img{
min-height:100%;
width:100%;
}
.TwoTagsLarge div.first ul li:not(:first-child) .liImage{
width:75px;
height:75px;
overflow:hidden;
margin-right:5px;
margin-bottom:5px;
float:left;
display:none;
}
}
.TwoTagsLarge div.first ul li:not(:first-child) .liImage img{
min-width:100%;
}
.TwoTagsLarge ul li:first-child h4{
margin-top:10px;
}
.TwoTagsLarge ul li h4,.TwoTagsLarge ul li p,.TwoTagsLarge h4 a{
margin:0;
margin-bottom:3px;
padding:0;
font-size:11pt;
font-weight:400;
color:#444;
text-decoration:none
}

}