#page {
    padding-top: 60px;
}
/*Custom Css-Style*/
.zoom-button {
    cursor:pointer;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  padding: 0;
  margin:0;
}

.social-icons:after,
.social-icons:before {  
  content: "";
  display: table;
}

.social-icons:after {    
  clear: both;
}

.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}
.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;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .amazon {background: url(/portal/assets/img/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(/portal/assets/img/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(/portal/assets/img/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(/portal/assets/img/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(/portal/assets/img/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(/portal/assets/img/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(/portal/assets/img/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(/portal/assets/img/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(/portal/assets/img/social/forrst.png) no-repeat;}
.social-icons .github {background: url(/portal/assets/img/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(/portal/assets/img/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(/portal/assets/img/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(/portal/assets/img/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(/portal/assets/img/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(/portal/assets/img/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(/portal/assets/img/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(/portal/assets/img/social/rss.png) no-repeat;}
.social-icons .skype {background: url(/portal/assets/img/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(/portal/assets/img/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(/portal/assets/img/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(/portal/assets/img/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(/portal/assets/img/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(/portal/assets/img/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(/portal/assets/img/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(/portal/assets/img/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(/portal/assets/img/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(/portal/assets/img/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(/portal/assets/img/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(/portal/assets/img/social/instagram.png) no-repeat;}
.social-icons .reddit {background: url(/portal/assets/img/social/reddit.png) no-repeat;}
.social-icons .aboutme {background: url(/portal/assets/img/social/aboutme.png) no-repeat;}
.social-icons .flickr {background: url(/portal/assets/img/social/flickr.png) no-repeat;}
.social-icons .foursquare {background: url(/portal/assets/img/social/foursquare.png) no-repeat;}
.social-icons .gravatar {background: url(/portal/assets/img/social/gravatar.png) no-repeat;}
.social-icons .klout {background: url(/portal/assets/img/social/klout.png) no-repeat;}
.social-icons .myspace {background: url(/portal/assets/img/social/myspace.png) no-repeat;}
.social-icons .quora {background: url(/portal/assets/img/social/quora.png) no-repeat;}
.social-icons .tot {background: url(/portal/assets/img/social/tot.png) no-repeat;}

/***
Inline Social Icons
***/

.social-icon {
  display:inline-block !important;
  width:28px;
  height:28px;
  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-icon.amazon {background: url(/portal/assets/img/social/amazon.png) no-repeat;}
.social-icon.behance {background: url(/portal/assets/img/social/behance.png) no-repeat;}
.social-icon.blogger {background: url(/portal/assets/img/social/blogger.png) no-repeat;}
.social-icon.deviantart {background: url(/portal/assets/img/social/deviantart.png) no-repeat;}
.social-icon.dribbble {background: url(/portal/assets/img/social/dribbble.png) no-repeat;}
.social-icon.dropbox {background: url(/portal/assets/img/social/dropbox.png) no-repeat;}
.social-icon.evernote {background: url(/portal/assets/img/social/evernote.png) no-repeat;}
.social-icon.facebook {background: url(/portal/assets/img/social/facebook.png) no-repeat;}
.social-icon.forrst {background: url(/portal/assets/img/social/forrst.png) no-repeat;}
.social-icon.github {background: url(/portal/assets/img/social/github.png) no-repeat;}
.social-icon.googleplus {background: url(/portal/assets/img/social/googleplus.png) no-repeat;}
.social-icon.jolicloud {background: url(/portal/assets/img/social/jolicloud.png) no-repeat;}
.social-icon.last-fm {background: url(/portal/assets/img/social/last-fm.png) no-repeat;}
.social-icon.linkedin {background: url(/portal/assets/img/social/linkedin.png) no-repeat;}
.social-icon.picasa {background: url(/portal/assets/img/social/picasa.png) no-repeat;}
.social-icon.pintrest {background: url(/portal/assets/img/social/pintrest.png) no-repeat;}
.social-icon.rss {background: url(/portal/assets/img/social/rss.png) no-repeat;}
.social-icon.skype {background: url(/portal/assets/img/social/skype.png) no-repeat;}
.social-icon.spotify {background: url(/portal/assets/img/social/spotify.png) no-repeat;}
.social-icon.stumbleupon {background: url(/portal/assets/img/social/stumbleupon.png) no-repeat;}
.social-icon.tumblr {background: url(/portal/assets/img/social/tumblr.png) no-repeat;}
.social-icon.twitter {background: url(/portal/assets/img/social/twitter.png) no-repeat;}
.social-icon.vimeo {background: url(/portal/assets/img/social/vimeo.png) no-repeat;}
.social-icon.wordpress {background: url(/portal/assets/img/social/wordpress.png) no-repeat;}
.social-icon.xing {background: url(/portal/assets/img/social/xing.png) no-repeat;}
.social-icon.yahoo {background: url(/portal/assets/img/social/yahoo.png) no-repeat;}
.social-icon.youtube {background: url(/portal/assets/img/social/youtube.png) no-repeat;}
.social-icon.vk {background: url(/portal/assets/img/social/vk.png) no-repeat;}
.social-icon.instagram {background: url(/portal/assets/img/social/instagram.png) no-repeat;}
.social-icon.reddit {background: url(/portal/assets/img/social/reddit.png) no-repeat;}
.social-icon.aboutme {background: url(/portal/assets/img/social/aboutme.png) no-repeat;}
.social-icon.flickr {background: url(/portal/assets/img/social/flickr.png) no-repeat;}
.social-icon.foursquare {background: url(/portal/assets/img/social/foursquare.png) no-repeat;}
.social-icon.gravatar {background: url(/portal/assets/img/social/gravatar.png) no-repeat;}
.social-icon.klout {background: url(/portal/assets/img/social/klout.png) no-repeat;}
.social-icon.myspace {background: url(/portal/assets/img/social/myspace.png) no-repeat;}
.social-icon.quora {background: url(/portal/assets/img/social/quora.png) no-repeat;}
.social-icon.tot {background: url(/portal/assets/img/social/tot.png) no-repeat;}

.social-icon:hover {
  background-position:0 -38px;
}

.social-icon-color {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}
