@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'Lato-Black';
	src: url('../fonts/Lato-Black.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Lato-Black.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Lato-Black.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/Lato-Black.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/Lato-Black.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BlackItalic */
@font-face {
	font-family: 'Lato-BlackItalic';
	src: url('../fonts/Lato-BlackItalic.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Lato-BlackItalic.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/Lato-BlackItalic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/Lato-BlackItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
	font-family: 'Lato-Bold';
	src: url('../fonts/Lato-Bold.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Lato-Bold.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Lato-Bold.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/Lato-Bold.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/Lato-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Lato-Light.eot') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/Lato-Light.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/Lato-Light.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/Lato-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'GoboldLowplu';
	src: url('../fonts/GoboldLowplus.eot');
	src: url('../fonts/GoboldLowplus.eot') format('embedded-opentype'),
		url('../fonts/GoboldLowplus.woff') format('woff'),
		url('../fonts/GoboldLowplus.ttf') format('truetype'),
		url('../fonts/GoboldLowplus.svg#GoboldLowplus') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	src: url('../fonts/BodoniSvtyTwoOSITCTTBookIt.eot');
	src: url('../fonts/BodoniSvtyTwoOSITCTTBookIt.eot') format('embedded-opentype'),
		url('../fonts/BodoniSvtyTwoOSITCTTBookIt.woff') format('woff'),
		url('../fonts/BodoniSvtyTwoOSITCTTBookIt.ttf') format('truetype'),
		url('../fonts/BodoniSvtyTwoOSITCTTBookIt.svg#BodoniSvtyTwoOSITCTTBookIt') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'LTCBodoni175W01-Italic';
	src: url('../fonts/LTCBodoni175W01-Italic.eot');
	src: url('../fonts/LTCBodoni175W01-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/LTCBodoni175W01-Italic.woff') format('woff'),
		url('../fonts/LTCBodoni175W01-Italic.ttf') format('truetype'),
		url('../fonts/LTCBodoni175W01-Italic.svg#LTCBodoni175W01-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


body,
html {
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}

.web-intro {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
	text-align: center;
	padding-top: 20%;
	color: #fff;
	transition: ease-in-out 1s;
}

.web-intro .quote {
	font-family: 'LTCBodoni175W01-Italic';
	font-size: 26px;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	opacity: 0;
	transition: ease-in-out 0.5s;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.web-intro .quote.activeup {
	top: 37%;
	opacity: 1;
	transition: ease-in-out 0.5s;
}


.web-intro .persone {
	font-family: 'LTCBodoni175W01-Italic';
	font-size: 20px;
	color: #b775de;
	margin-top: 15px;
	position: absolute;
	opacity: 0;
	transition: ease-in-out 0.5s;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.web-intro .persone.perup {
	top: 41%;
	opacity: 1;
	transition: ease-in-out 0.5s;
}


.web-intro .intro-logo {
	margin-top: 25px;
	width: 10%;
	position: absolute;
	opacity: 0;
	transition: ease-in-out 1s;
	text-align: center;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.web-intro .intro-logo.logoup {
	top: 46%;
	opacity: 1;
	transition: ease-in-out 1s;

}

.soon
{
	width: 100% !important;
	margin-top: 150px !important;
}

.fade-out {
	opacity: 0;
	transition: ease-in-out 1s;
}

.main-content {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.header {
	position: absolute;
	top: 0;
	padding: 60px 3% 30px 3%;
	display: flex;
	flex-wrap: nowrap;
	z-index: 8;
	width: 100%;
	justify-content: space-between;
	height: 150px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 40%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 45%);
	/*
	 background: hsla(0, 0%, 0%, 1);
     background: linear-gradient(270deg, hsla(0, 0%, 0%, 1) 48%, hsla(275, 20%, 88%, 0) 100%);
     background: -moz-linear-gradient(270deg, hsla(0, 0%, 0%, 1) 48%, hsla(275, 20%, 88%, 0) 100%);
     background: -webkit-linear-gradient(270deg, hsla(0, 0%, 0%, 1) 48%, hsla(275, 20%, 88%, 0) 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#E1DAE6", GradientType=1 );
*/
}

.logo img {
	width: 80%;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	border: solid thin transparent;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

.navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #b876e1;
	border: solid thin #b876e1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #b876e1;
	border: solid thin #b876e1;
}

.dropdown-menu {
	background-color: transparent;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	color: #fff;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #b876e1;
	border: solid thin #b876e1;
	background-color: transparent;
}

.dropdown-item.active {
	color: #b876e1;
	border: solid thin #b876e1;
	background-color: transparent;
}

.bg-light {
	background-color: transparent !important;
}

.trailershowreel {
	height: 90vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 40%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 45%);
}

.trailershowreel video {
	min-width: 100%;
}

.video_caption {
	position: absolute;
	bottom: 7%;
	left: 3%;
	z-index: 7;
	display: block;
}

.showcaption {
	display: block
}

.hidecaption {
	display: none
}

.work_type {
	background-color: #b876e1;
	width: fit-content;
	font-size: 24px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	color: #000;
	padding: 5px 10px;
	line-height: 24px;
}

.caption_title {
	color: #fff;
	font-size: 44px;
	line-height: 48px;
	font-family: 'GoboldLowplu';
	margin-top: 10px;
}

.caption_minititle {
	color: rgba(255, 255, 255, 0.8);
	font-size: 33px;
	line-height: 32px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	margin-top: 10px;
}

.work_year {
	color: rgba(255, 255, 255, 0.8);
	font-size: 40px;
	line-height: 36px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
}

.sound-off-on {
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 7;
	width: 40px;
	height: 40px;
	fill: rgba(255, 255, 255, 0.8);
}

.play-pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	width: 110px;
	height: 110px;
	fill: rgba(255, 255, 255, 0.6);
}

.work_inhome {
	margin-left: 3%;
	margin-right: 3%;
	/*	z-index: 7;*/
}

.works_title {
	text-align: center;
	padding: 40px 0px 20px 0px;
	color: #fff;
	font-size: 44px;
	line-height: 48px;
	font-family: 'GoboldLowplu';
}


.works_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.work-item {
	width: calc(33.33% - 15px);
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
}

.work-img img {
	width: 100%;
}

.work-info {
	position: absolute;
	top: 0px;
	z-index: 7;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	text-transform: capitalize;
	opacity: 0;
	transition: all 1s;
}


.color-effect {
	position: absolute;
	top: 0px;
	mix-blend-mode: color;
	width: 100%;
	height: 100%;
}

.work-item:hover .event {
	background-color: #b876e1;
}

.work-item:hover .films {
	background-color: #e1b576;
}

.work-item:hover .ad {
	background-color: #76e1ce;
}

.work-item:hover .series {
	background-color: #e17683;
}

.work-item:hover .video {
	background-color: #76b2e1;
}

.work-item:hover .program {
	background-color: #92e176;
}

.work-item:hover .work-info {
	opacity: 1;
	transition: all 1s;
}

.work-type {
	width: fit-content;
	font-size: 18px;
	line-height: 18px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	color: #000;
	padding: 3px 7px;
	text-transform: capitalize;
	margin-top: 30%;
	transition: all 1s;
}

.work-info:hover .work-type {
	margin-top: 0%;
	transition: all 1s;
}


.t-event {
	background-color: #b876e1;
}

.t-films {
	background-color: #e1b576;
}

.t-ad {
	background-color: #76e1ce;
}

.t-series {
	background-color: #e17683;
}

.t-video {
	background-color: #76b2e1;
}

.t-program {
	background-color: #92e176;
}

.work-info h3 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'GoboldLowplu';
	margin-top: 10px;

}

.work-info h5 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	line-height: 22px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	margin-top: 10px;
}


.footer {
	padding: 40px 0px 50px 0px;
}

.footer-social {
	text-align: right;
	margin-right: 4%;
}

.footer-social a {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	margin-right: 15px;
}

.footer-social a:hover {
	color: #b876e1;
	;
	text-decoration: none;
}

.page-content {
	min-height: 92vh;
	/*
	max-width: 1920px;
	margin: auto;
*/
	/*	z-index: 7;*/
}

.page-margin {
	padding: 160px 3% 0 3%;
}

.about-title h1 {
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
}

.about-title h1 span {
	display: block;
	color: #b876e1;
}

.about {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
}

.about-bio {
	font-family: 'Lato-Light';
	color: rgba(255, 255, 255, 0.9);
	width: 40%;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.about-pg {
	background-image: url(../img/about-bg.jpg);
	background-position: right;
}

.award-title h1 {
	color: #b876e1;
	font-size: 50px;
	line-height: 54px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	text-transform: capitalize;
}

.awardbg {
	background-image: url(../img/awards-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.awards {
	overflow: hidden;
	position: relative;
}

.awards-list {
	width: 100%;
	margin-top: 30px;
	/* width: 40% */
}

.awards-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

.awards-list ul li {
	width: calc(24% - 25px);
	/* width: calc(40% - 25px); */
	margin-right: 25px;
	margin-top: 35px;
	list-style: none;
	position: relative;
}

.awards-list ul li img {
	width: 70%;
	transition: all 0.5s;
	color: #b876e1;
	filter: grayscale(100)
}

.awards-list ul li:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
	filter: grayscale(0)
}

.award-img img {
	width: 55%;
}

.award-img {
	position: absolute;
	bottom: -39px;
	left: 45%;
}

.awards-effect {
	position: absolute;
	mix-blend-mode: color;
}

.news-title h1 {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	text-transform: capitalize;
}

.news-title h1 span {
	color: #b876e1;
	font-size: 35px;
	line-height: 35px;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
	padding-left: 10px;
}

.press-container {
	display: flex;
	flex-wrap: wrap;
}

.press-item {
	width: calc(25% - 30px);
	margin: 30px 30px 0 0;
}

.press-img {
	position: relative;
	overflow: hidden;
	height: 320px;
}

.press-img img {
	min-width: 100%;
	transition: all 1s;
}

.press-img:hover img {
	transition: all 1s;
}

.press-img:hover .event {
	background-color: #b876e1;
}

.press-item h1 {
	font-family: 'Lato-Black';
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	margin-top: 10px;
}

.press-item:hover h1 {
	color: #b876e1
}

.press-item h4 {
	font-family: 'Lato-Bold';
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	font-style: italic;
}

.press-item p {
	font-family: 'Lato-light';
	color: #fff;
	font-size: 17px;
	line-height: 20px;
}

.press-item button {
	font-family: 'BodoniSvtyTwoOSITCTTBookIt';
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	line-height: 26px;
	border: solid #fff 1px;
}

.press-item button:hover {
	color: #b876e1;
	border: solid #b876e1 1px;
}


.work-title h1 {
	color: #ffa900;
	font-size: 40px;
	line-height: 44px;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
}

.film-trailer {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.trailer-title {
	position: absolute;
	bottom: 10%;
	z-index: 7;
	left: 3%;
}

.trailer-title h1 {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
}

.trailer-title img {
	max-width: 180px;
}

.film-trailer .video {
	min-width: 100%;
	margin-top: 20px;
	height: 550px;
	border-radius: 10px;
	object-fit: cover;
}

.film-trailer .player-controls {
	display: none;
	position: relative;
	bottom: 65px;
	width: 98%;
	transition: 0.3s;
	flex-wrap: wrap;
	margin-top: 10px;
	margin: 7px 12px;
	background: rgba(0, 0, 0, 0.7);
}

.film-trailer:hover .player-controls {
	transform: translateY(0);
}

.film-trailer .play-button {
	border: none;
	background-color: transparent;
	padding: 10px 0;
}

.film-trailer .play-button svg {
	width: 25px;
	height: 25px;
	fill: #fff;
	color: white;
}

.film-trailer .control-button {
	background-color: transparent;
	border: none;
	color: white;
}

.film-trailer .mute {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.film-trailer .mute.videomuted {
	content: url('../img/mute_sound.svg');
}

.film-trailer .fullscreen {
	position: absolute;
	right: 0px;
	top: 10px;
}

.film-trailer .play-button:focus {
	outline: none;
}

.film-trailer .time {
	font-size: 1em;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 50px;
}

.film-trailer input[type="range"] {
	-webkit-appearance: none;
	background: transparent;
	margin: 0;
	width: 10%;
	padding: 0 5px;
}

.film-trailer input[type="range"]:focus {
	outline: none;
}

.film-trailer input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #ffa900;
}

.film-trailer input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 8px;
	width: 8px;
	background-color: #ffa900;
	cursor: pointer;
	margin-top: -1px
}

.film-trailer .video-progress {
	position: relative;
	display: flex;
	width: 100%;
	height: 5px;
	transition: 0.3s;
	background: #b5b5b5;
	cursor: pointer;
}

.film-trailer .video-progress-filled {
	width: 0;
	background: #ffa900;
}

.film-trailer .video-player:hover .video-progress {
	height: 20px;
}

/**** Play film trailer Icon ****/
.film-trailer-control {
	position: absolute;
	z-index: 15;
	/* bottom: 7%;
	right: 3%; */

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.film-trailer-control svg {
	/* width: 45px;
	height: 45px; */
	width: 75px;
	height: 75px;
	fill: #999;
}

.film-trailer-control svg:hover {
	fill: #ffa900;
}

.films-owl {
	padding: 30px 40px;
}

.films-owl .owl-item {
	border: solid 4px transparent;
	transition: border 0.5s;
}

.films-owl .owl-item:hover {
	border: solid 4px #ffa900;
	transition: border 0.5s
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 0px;
	margin: 5px;
	padding: 2px 3px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav button span {
	display: none
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: 4px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 4px;
}

.owl-theme .owl-nav svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.owl-theme .owl-nav svg:hover {
	fill: #ffa900;
}

.work--inner-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 25px;
}

.title-sec h3 {
	color: #ffa900;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
}

.title-sec h4 {
	color: #fff;
	font-family: 'Lato-Light';
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

.title-sec h5 {
	color: #ffa900;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
}

.director-sec {
	color: #fff;
	font-family: 'Lato-Light';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}

.director-sec span {
	font-family: 'Lato-Bold';
}

.gallery h2 {
	color: #ffa900;
	font-family: 'GoboldLowplu';
	text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
}

.gallery {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 25px;
}

.gallery-one,
.gallery-three,
.gallery-two {
	width: calc(33.33% - 15px);
	margin-top: 15px;
}


.sketch_slider {
	margin-top: 20px;
	overflow: hidden;
	height: 500px;
	position: relative;
	z-index: 9;
	padding-right: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: fit-content !important;
	height: -moz-max-content !important;
	padding-right: 20px;

}

.sketch_img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	padding-top: 20px;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 30px;
	top: 40%;
	transform: translate3d(0px, -50%, 0);
}

/* .events-container {
	display: flex;
	flex-wrap: wrap;
}

.event-item {
	width: calc(25% - 10px);
	position: relative;
	overflow: hidden;
	height: 300px;
	border: solid 4px transparent;
	transition: border 0.5s;
	margin-top: 10px;
	margin-right: 10px;
}

.event-item:hover {
	border: solid 4px #ffa900;
	transition: border 0.5s
}

.event-item img {
	width: 100%;
}

.event-item:hover .event {
	background-color: #b876e1;
} */

.events-container .work-item .work-info {
	opacity: 1;
}

.events-container .work-item {
	overflow: hidden;
	max-height: 340px;
}

.contact-info {
	margin-top: 50px;

}

.contact-info span {
	color: #ffa900;
	font-family: 'Lato-Light';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

.contact-info a {
	color: #fff;
	font-family: 'Lato-Bold';
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
}