/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0; 
}

.social-icons li a {
	margin: 0 3px;
}


.social-icons {
   margin: 0;
   padding: 0; 
}

.social-icons li {
   list-style: none;
   margin-right: 3px;
   margin-bottom: 5px;
   text-indent: -9999px;
   display: inline-block;
}

.social-icons li a, a.social-icon {
   width: 28px;
   height: 28px;
   display: block;
   background-position: 0 0;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
   background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../images/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../images/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../images/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../images/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../images/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../images/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../images/icons/social/youtube.png) no-repeat;}
.social_vk {background: url(../images/icons/social/vk.png) no-repeat;}
.social_instagram {background: url(../images/icons/social/instagram.png) no-repeat;}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}


.footer_shadow {
	  background: url('../images/header_shadow2.png') center;
  text-align: center;
  padding-top: 16px;
}
.footer_brands {
	background:none!important;	
}
.footer-bar {
	padding-top:10px;
	padding-bottom:10px;
	text-transform:none!important;
}
a.social {
	margin:0px 0px!important;
}
.toTop{
  position: relative!important;
  right: 0!important;
  padding: 0px 0!important;
  padding-left: 0px!important;
  width: 100%!important;
  display:block!important;
  float: right!important;
  text-align: right!important;
  border-left: none!important;
}
div.white-row h3 {
	margin:0px 0px 0px 0px!important;	
}
@media (max-width:1000px) {
#leftArticleBar {
	display:none;
}
.white-row h3 {
	font-size:1.1em;
}
.white-row i.featured-icon.half {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.disappears-in-mobile{
	display:none;
}
.appears-in-mobile{
	display:inline;
}
}
@media (min-width:1000px) {
.tvir div.col-xs-1 {
	margin-right:30px;	
}
.grey-white-row-content{
	min-height:260px;	
}
.appears-in-mobile{
	display:none;
}
}
.tvir div.featured-box p {
	font-size:12px!important;	
	text-align:center!important;
}
.tvir div.featured-box {
	width:100px!important;
	line-height:10px!important;
}

.titleCategory {
	font-size: 1.7em;
    color: #2C66A5;
    line-height: 30px;
}
div.border-only i.fa {
	 color: #2C66A5;
 	 border-color: #2C66A5;
	 background: none !important;
     border: #333 1px solid;
}

footer .footer-bar {
	/*background:#F6F6F6!important;*/
	background: url('../images/header_shadow.png') no-repeat top center;
	
}
footer a, footer a:hover {
	color:#87919F;
}
.grey-white-row {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.grey-white-readmore{
	padding-bottom:8px;
	text-align:right;	
}
.grey-white-readmore h5{
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

.grey-white-readmore i.fa {
  color: #fff;
  padding: 0;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #1980B6;
}
.grey-white-row-content h3{
	  font-weight: bold;
  	  color: #1980B6;
}

.tp-caption.medium_thin_orange {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color:#FA971B;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}
.tp-caption.small_thin_white {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:#FFFFFF;
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}
.tp-caption.small_thin_grey {
	color:#4C4C4C!important;
}

#key_adwords, #key_adwords h1, #key_adwords h2, #key_adwords h3, #key_adwords h4, #key_adwords h5, #key_adwords h6{
	/*display:none;*/
	background-color:#fff !important;
	color:#fff !important;
	font-size:1px;	
    line-height: 1px;
	margin:0;
	padding:0;
}
