@font-face {
    font-family: 'Novecentowide-Bold';
    src: url('../fonts/Novecentowide-Bold-webfont.eot');
    src: url('../fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GandhiSans-Italic';
    src: url('../fonts/GandhiSans-Italic-webfont.eot');
    src: url('../fonts/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Italic-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GandhiSans-Bold';
    src: url('../fonts/GandhiSans-Bold-webfont.eot');
    src: url('../fonts/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Bold-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	outline: none;
}

p {
	margin: 0px;
}

img {
	border: none;
}

.linewhite {
	border-top: 1px solid #BFBFBF;
}

.linegreen {
	border-top: 1px solid #6B6900;
}

.lineblack {
	border-top: 3px solid #000;
}

.studio_title, .studio_title p {
	font-family: 'Novecentowide-Bold';
	font-size: 13px; 
	line-height: 16px;
	color: #000;
}

.studio_description, studio_description p {
	font-family: 'GandhiSans-Italic';
	font-size: 13px; 
	line-height: 16px;
	color: #000;
}

.contacts_description, .contacts_description a, .contacts_description p {
	font-family: 'GandhiSans-Italic';
	font-size:13px; 
	line-height:16px;
	color: #000;
	text-decoration: none;
	position: relative;
}

.work_title {
    font-family: 'Novecentowide-Bold';
	font-size:13px; 
	line-height:16px; 
	color: #000;
	position: relative;
}

.work_title.bar {
	position: absolute;
	left: -10px;
	top: 0;
}

.work_description, .work_description a, .work_description p {
	font-family: 'GandhiSans-Italic';
	font-size: 13px; 
	line-height: 16px;
	color: #000;
}

.work_description a {
    font-family: 'GandhiSans-Bold';
	color: #1ccfc9;
	text-decoration: none;
	font-style: normal;
}

.work_description a:hover {
	text-decoration: none;
}

.contacts-title {
	font-family:'Novecentowide-Bold'; 
	font-size:13px; 
	line-height:16px; 
	color:#000;
}