﻿


.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
   
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 12px;
 background-color: #b41c30;
       /*background-image: -webkit-linear-gradient(top, #E87E04, #D35400);
    background-image: -moz-linear-gradient(top, #E87E04, #D35400);
    background-image: -ms-linear-gradient(top, #E87E04, #D35400);
    background-image: -o-linear-gradient(top, #E87E04, #D35400);
    background-image: linear-gradient(to bottom, #E87E04, #D35400);*/

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover
{
    background-color: #CF2137;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
 


/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: #999999;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }     
   


#navigationX{ float:left; width:240px; padding:0px 5px 4px 0px; border-right:dashed 2px #e6e6e6;}
#contentX{ float:left; width:700px; padding-left:10px;}
#navigation2{ float:left; width:290px; padding:10px 10px 10px 8px; border-left:dotted 2px #e6e6e6;}
#content2{ float:left; width:650px;}

#newsOneColumn{ width:100%;padding-right:0px; padding-left:5px; padding-right:10px;}
#firstColumn{ width:300px;padding-right:0px; padding-left:0px; padding-right:10px;}
#secondColumn{ border-left:dashed 1px #e6e6e6;width:299px; padding-left:10px; padding-right:0px;}
.shareLinks{ padding-left:20px; width:100%;}
#fbArea{ padding:15px 0 15px 25px;}


.htry
{
    vertical-align:top;
}
      
.htry:hover
{
     border: solid 1px #eeeeee;
} 
                                                                
 /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}


.facebook
{
	background-image: url(images/facebook-hover.png);
	height: 48px;
	width: 48px;
margin: 10px 0px 10px 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.facebook:hover
{
	background-position: 0px -48px;
	
	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	
	/*-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);*/
	
}

#preloadFacebook
{
    
    background:url(images/facebook-circle42.png) no-repeat -9999px -9999px;
    /*background-image:url(images/facebook-gray-circle42.png);
    background-image:url(images/facebook-gray-circle42.png);*/
    
}

#preloadTwitter
{
    background:url(images/twitter-circle42.png) no-repeat -9999px -9999px;
    
    /*background-image:url(images/facebook-gray-circle42.png);
    background-image:url(images/facebook-gray-circle42.png);*/
    
}

#preloadYoutube
{
    background:url(images/youtube-circle42.png) no-repeat -9999px -9999px;
    
    /*background-image:url(images/facebook-gray-circle42.png);
    background-image:url(images/facebook-gray-circle42.png);*/
    
}

#preloadLoadingIndicator
{
    background:url(images/PleaseWait1.gif) no-repeat -9999px -9999px;
    
    /*background-image:url(images/facebook-gray-circle42.png);
    background-image:url(images/facebook-gray-circle42.png);*/
    
}


.facebook-circle
{
	background-image: url(images/facebook-gray-circle42.png);
	background-position:0px 0px;
	height: 42px;
	width: 42px;
	margin: 10px 0px 10px 10px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;/**/
}

.facebook-circle:hover
{

	background-image: url(images/facebook-circle42.png);
   	box-shadow: 0px 0px 4px 1px  #bdc3c7;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
	
}

.twitter 
{
	background-image: url(images/twitter-hover.png);
	height: 48px;
	width: 48px;
	margin: 10px 0px 10px 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.twitter:hover
 {
	background-position: 0px -48px;
	
	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	
	/*-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);*/
}


.twitter-circle
{
	background-image: url(images/twitter-gray-circle42.png);
	height: 42px;
	width: 42px;
	margin: 10px 0px 10px 10px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;/**/
}

.twitter-circle:hover 
{
	background-image: url(images/twitter-circle42.png);
    box-shadow: 0px 0px 4px 1px #bdc3c7;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.youtube {
	background-image: url(images/youtube-hover.png);
	height: 48px;
	width: 48px;
	margin: 10px 0px 10px 10px;
	float: left;
	
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.youtube:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}


.youtube-circle {
	background-image: url(images/youtube-circle-gray42.png);
	height: 42px;
	width: 42px;
	margin: 10px 0px 10px 10px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.youtube-circle:hover {
	/*background-image: url(images/social-icons-circle42.png);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	/*background-position:0px -210px;*/
	/*height: 42px;
	width: 42px;
	
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);*/
    background-image: url(images/youtube-circle42.png);
   	box-shadow: 0px 0px 4px 1px  #bdc3c7;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.linkedin {
	background-image: url(images/linkedin-hover.png);
	background-position:0px -168px;
	height: 48px;
	width: 48px;
	margin: 10px 0px 10px 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.linkedin:hover {
	background-position: 0px -48px;
	background-position:0px -168px;
	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	
	/*-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);*/
}


.linkedin-circle {
	background-image: url(images/social-icons-circle42.png);
		background-position:0px -252px;
	height: 42px;
	width: 42px;
	margin: 10px 0px 10px 10px;
	float: left;
	border-radius: 50%;
	/*-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;*/
}

.linkedin-circle:hover {
	/*background-image: url(images/social-icons-circle42.png);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
		background-position:0px -294px;
	/*height: 42px;
	width: 42px;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);*/
}





/*
.social-popout {
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img {
	border-radius: 50%;
	margin: 8px;
	width: 100%;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social-popout img:hover {
	margin: 0px;
	box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}
*/




