﻿* {
    padding: 0;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    box-sizing: border-box;
}

.float-right {
    float: right;
}

.fa {
    font-size: .8em;
    line-height: 22px !important;
}

dropdown {
    display: inline-block;
    position: absolute;
    float: right;
    top: 0px;
}

     dropdown label {
            background: #EDEDED;
            padding: 3px 10px;
            margin-bottom: 1px;
        }

        dropdown ul li {
            background: #EDEDED;
            padding: 3px;
            margin-bottom: 1px;
        }

        dropdown ul li:hover {
            background: #CBCBCB;
            color: white;
            cursor: pointer;
        }

        dropdown label:hover {
            background: #27ae60;
            color: white;
            cursor: pointer;
        }

    dropdown label {
        color: #ffffff;
        background: #009966;
        position: relative;
        z-index: 2;
    }

    dropdown input {
        display: none;
    }

        dropdown input ~ ul {
            position: relative;
            visibility: hidden;
            opacity: 0;
            top: -20px;
            z-index: 1;
            list-style-type: none;
        }

        dropdown input:checked + label {
            background: #27ae60;
            color: white;
        }

        dropdown input:checked ~ ul {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}

.btnbacktonewsroom {
    display: inline-block;
    width: 80%;
}

.socialsharediv {
    display: inline-block;
    float: right;
    margin-right: 75px;
}

.animate.social-icons {
    width: 50%;
}



/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
    margin: 0;
    padding: 0;
}

    .social-icons li {
        float: left;
        display: inline;
        list-style: none;
        margin-right: 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_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;
}