﻿@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:5px 0; padding:0;
    list-style:none;
    text-align:center; 
    float: right;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 17px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    
    background-color: none;
}
.soc-icon-last{
    margin:0 !important;
}
.soc-facebook {
   border: 1px solid #978A3F;/*#3e5b98;*/
   color: #ffffff; /*#3e5b98;*/
   text-shadow: 0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F;
}
.soc-facebook:before {
    content:'\e041';
    
}
.soc-facebook:hover {
    background-color: #3e5b98;
    color:#ffffff;
    border-color:#3e5b98;
    text-shadow:none;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-foursquare {
    border: 2px solid #23b7e0;
    color: #23b7e0;
}
.soc-foursquare:before {
    content:'e';
}
.soc-foursquare:hover {
    background-color: #23b7e0;
    color:#ffffff;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-twitter {    
   border: 1px solid  #978A3F;
   color: #ffffff;
   text-shadow: 0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-twitter:hover {
    background-color: #4da7de;
    border-color:#4da7de;
    color:#ffffff;
    text-shadow:none;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-googleplus {    
   border: 1px solid #978A3F;
   color: #ffffff;
   text-shadow: 0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F;
   
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-googleplus:hover {
    background-color: #d93e2d;
    border-color:#d93e2d;
    color:#ffffff;
    text-shadow:none;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-pinterest {
   
    border: 2px solid  #c92619;
   color:  #c92619;
}
.soc-pinterest:before {
    content:'d';
}
.soc-pinterest:hover {
     background-color: #c92619;
    color:#ffffff;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-instagram {
    
    border: 2px solid #9c7c6e;
   color: #9c7c6e;
}
.soc-instagram:before {
    content:'x';
}
.soc-instagram:hover {
    background-color: #9c7c6e;
    color:#ffffff;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.soc-youtube {
    
     border: 1px solid #978A3F;
     color: #ffffff;
     text-shadow: 0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F, 
                0 0 2px #978A3F;
}
.soc-youtube:before {
    content:'\e051';
}
.soc-youtube:hover {
    background-color: #e02a20;
    color:#ffffff;
    border-color:#e02a20;
    text-shadow:none;
    text-decoration:none;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}