﻿
/******************************************************************************/
.div-icons{
	/*float: left;
	width:47%;*/
}

.inner-content {
    margin: 15px 0;
    text-align: center;
}
.fb,.microsoft,.google,.twitter {	
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
            transition: all 0.5s ease-out;
}
/*-----fb-----*/
.fb{
    display: inline-flex;
    height: 32px;
    width: 32px;
}
.fb a{
    background-image: url('images/logo_fb.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
}

/*--google-------*/
.google {
    display: inline-flex;
    height: 32px;
    width: 32px;
}
.google a {
    background-image: url('images/logo_google.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
}

/*--twitter-----*/
.twitter {
    display: inline-flex;
    height: 32px;
    width: 32px;
}
.twitter a {
    background-image: url('images/logo_twitter.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
}

/*--microsoft----*/
.microsoft {
    display: inline-flex;
    height: 32px;
    width: 32px;
}
.microsoft a {
    background-image: url('images/logo_microsoft.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 32px;
}

@media screen and (max-width: 500px) {
    .inner-content {

    }
}
