/*default version*/

@font-face {
	font-family: 'quicksand';
	src: 
		local('quicksand'),
		url('../fonts/quicksand_book.otf') 
		format('opentype');
}

@font-face {
	font-family: 'caviardreams';
	src: 
		local('caviardreams'),
		url('../fonts/CaviarDreams.ttf') 
		format('truetype');
}
@font-face {
	font-family: 'michroma';
	src: 
		local('michroma'),
		url('../fonts/michroma.ttf') 
		format('truetype');
}
@font-face {
	font-family: 'BonvenoCF';
	src: 
		local('BonvenoCF'),
		url('../fonts/BonvenoCF-Light.otf') 
		format('opentype');
}
/*bold version*/
/*
@font-face {
	font-family: 'quicksand';
	src: 
		local('Quicksand Bold'),
		local('Quicksand-Bold'),
		url('fonts/quicksand_bold.otf') 
		format('opentype');
	font-weight: bold;
}
*/

@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:0; padding:0;
    list-style:none;
}

.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;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    width: 21px;
    height: 21px;
    line-height: 24px;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 4px;
    color: #d0d0d0;
    background-color: #606060;
}

.soc a:hover {
    z-index: 2;
    background-color:#545454 !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'b';
}
.soc-500px:before {
    content:'w';
}
.soc-instagram:before {
    content:'x';
}
.soc-flickr:before {
    content:'v';
}
.soc-deviantart:before {
    content:'J';
}
.soc-google:before {
    content:'c';
}
.soc-twitter:before {
    content:'a';
}




/*container element*/
div { font-family: 'Trebuchet MS', sans-serif; }
p {font-size: medium; font-weight: normal; margin-left: 20%; margin-right: 20%; margin-top:20px;}
footer  { font-family: 'Trebuchet MS', sans-serif; font-size:x-small;}
.title { font-size: medium; float:left; width:50%; font-weight: 500; }
/*span elements inside the container div*/
span { font-weight: normal; }