/*
Theme Name: Combined Road & Traffic
Author: ninetyblack.com
Author URI: http://ninetyblack.com/
Version: 1.0.0
*/
/**
 * CH01 - General
 * CH02 - Header
 * CH03 - Footer
 * CH04 - Main Content
 * CH05 - Media Queries
 * CH06 - TinyMCE
 * CH07 - Forms
 * CH08 - Woocommerce
 * CH09 - Transitions
**/
/** CH01 - General **/
/** --------------------------------------------------- **/
/** CH1.1 Typography **/
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@font-face {
	font-family: "Track";
	src: url("assets/fonts/Track.woff") format("woff"), url("assets/fonts/Track.eot?") format("eot"), url("assets/fonts/Track.ttf") format("truetype"), url("assets/fonts/Track.svg#Track") format("svg");
}

html, body {
	min-width: 320px;
	overflow-x: hidden;
}

.big {
	font-size: 1.2em;
}

.white {
	color: #fff;
}

.primary {
	color: #0d324f;
}

.secondary {
	color: #333;
}

.yellow {
	color: #fad201;
}

.no-margin {
	margin: 0;
}

.light-grey {
	color: #acaeb4;
}

.form-control {
	border-radius: 0;
}

.pointer {
	cursor: pointer;
}

/** CH01.2 - Buttons **/
.btn {
	font-family: "Lato", sans-serif;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-transform: uppercase;
}

.btn-default:hover {
	background: rgba(0, 0, 0, 0.15);
	border-color: #fad201;
}

.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-white:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}

.btn-no {
	border: none;
}

/** CH01.3 - Backgrounds **/
.gray-bg {
	background-color: #f5f5f5;
}

.grey-bg {
	background-color: #f5f5f5;
}

.blue-bg {
	background-color: #0d324f;
	color: #fff;
}

/** CH01.4 - Images **/
.img-fullwidth {
	width: 100%;
	height: auto;
}

.scale-img {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.scale-img img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover .scale-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/** CH01.5 - Alignment **/
.vertical-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/** CH01.6 - Breadcrumbs  **/
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb a {
	color: #777;
}

.breadcrumb a:focus, .breadcrumb a:hover {
	color: #9d9d9d;
}

.breadcrumb .breadcrumb_last {
	font-weight: bold;
}

.breadcrumb > li + li:before {
	content: "";
	padding: 0 3px;
}

/** CH01.7 - Other **/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #acaeb4;
	opacity: .5;
	position: relative;
}

.label {
	-webkit-border-radius: 11px;
	border-radius: 11px;
	padding: 5px;
	line-height: 22px;
	margin-right: 5px;
}

.pagination > li > a, .pagination > li > span {
	border: none;
	color: #58585a;
}

/* CH01.8 - Gravity Forms */
.hidden_label label {
	display: none;
}

/* CH01.9 - Transitions and Flex Snippets */
.fade {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.fade:hover {
	opacity: 0.9;
}

/** CH02 - Header **/
/** --------------------------------------------------- **/
.logo {
	margin-top: 10px;
	max-width: 340px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}

.navbar-collapse {
	padding: 0;
}

.navbar-inverse {
	min-height: 60px;
	font-family: "Track", "Lato", sans-serif;
	font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a {
	padding: 20px 15px 15px 15px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	border-bottom: 4px solid #fad201;
}

.navbar-default .navbar-nav > li > a {
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav > li.current-menu-item > a {
	border-color: #acaeb4;
}

.main-navbar-container {
	position: relative;
	z-index: 1;
}

.dropdown-menu {
	background-color: #9d9d9d;
}

.dropdown-menu > li > a {
	font-family: "Lato", sans-serif;
	color: #222;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fad201;
	background-color: #222;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
	border-radius: 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fad201;
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #222;
}

.hero-container {
	padding-top: 20px;
	min-height: 500px;
	position: relative;
}

body:not(.home) .hero-container {
	min-height: 170px;
}

.gradient, body:not(.home) .gradient {
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body:not(.home) .gradient {
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}

.hero-content {
	margin-left: -20px;
	margin-right: -20px;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-family: "Track", "Lato", sans-serif;
	color: #fff;
}

.hero-content p.hero-line-1, .hero-content p.hero-line-2 {
	font-size: 3vw;
	line-height: 90%;
	padding-left: 20px;
	padding-right: 20px;
}

.hero-content p.hero-line-2 {
	font-size: 4.5vw;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-stroke-fill-color: #fff;
	-moz-stroke-fill-color: #fff;
	-o-stroke-fill-color: #fff;
	-ms-stroke-fill-color: #fff;
	stroke-fill-color: #fff;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-o-text-stroke-width: 2px;
	-ms-text-stroke-width: 2px;
	text-stroke-width: 2px;
}

/** CH03 - Footer **/
/** --------------------------------------------------- **/
.fun-facts {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fun-facts span {
	display: block;
	text-transform: uppercase;
	color: #444;
}

.fun-facts .fun-facts--title {
	color: #fad201;
	font-size: 13px;
}

.fun-facts .fun-facts--number {
	font-size: 44px;
	font-family: "Track", "Lato", sans-serif;
	padding-top: 10px;
	line-height: 1em;
}

.fun-facts .fun-facts--subtitle {
	font-size: 12px;
	font-family: "Track", "Lato", sans-serif;
}

footer {
	background-color: #222;
	padding: 30px 0 30px 0;
	color: #fff;
	font-size: 13px;
}

footer a {
	color: #acaeb4;
}

footer a:hover, footer a:active, footer a:focus {
	color: #fff;
}

footer .h4 {
	text-transform: uppercase;
	font-family: "Track", "Lato", sans-serif;
}

footer .admin-login {
	margin-top: 7.5px;
}

footer .newsletter-form-col:first-child {
	padding-right: 0px;
}

footer .newsletter-form-col:last-child {
	padding-left: 0px;
}

footer .copyright-link {
	color: #fff;
}

footer .copyright-link:hover, footer .copyright-link:active {
	color: #EC7A23;
}

footer .fa-ul > li {
	margin-bottom: 7px;
}

footer .form-control {
	background-color: #222;
}

footer hr {
	border-top-color: #444;
}

/** CH04 - Main Content **/
/** --------------------------------------------------- **/
.snippet-container {
	border-top: 2px solid #acaeb4;
}

a.snippet-anchor:last-child .snippet {
	border-right: none;
}

a.snippet-anchor .snippet {
	min-height: 220px;
	color: #fff;
	border-right: 2px solid #acaeb4;
}

a.snippet-anchor .snippet:hover::before {
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.5), black);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), black);
}

a.snippet-anchor .snippet::before {
	background: rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

a.snippet-anchor .snippet .snippet-content {
	z-index: 10;
	position: relative;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}

a.snippet-anchor .snippet .snippet-content p {
	font-family: "Track", "Lato", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
}

a.snippet-anchor .col-lg-2.snippet {
	width: 20% !important;
}

a.snippet-anchor:hover p {
	color: #fad201;
}

.home-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-content .home-content-title {
	font-size: 4vw;
	color: #acaeb4;
	line-height: 1em;
	font-family: "Track", "Lato", sans-serif;
}

.interior-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.interior-content h1 {
	font-family: "Lato", sans-serif;
	font-size: 44px;
	font-weight: 900;
}

.interior-content h2, .interior-content .h2 {
	font-size: 28px;
}

.interior-content h3, .interior-content .h3 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 32px;
}

.nzta-contracts {
	background: url("assets/img/man.jpg") no-repeat left bottom #082033;
	background-size: contain;
	color: #fff;
	padding-bottom: 30px;
}

.nzta-contracts-left {
	padding-top: 30px;
}

.nzta-contracts-left h2 {
	font-family: "Track", "Lato", sans-serif;
	font-size: 4vw;
	margin-top: 0;
}

.nzta-contracts-left h2 span {
	font-size: 5.5vw;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-stroke-fill-color: #fff;
	-moz-stroke-fill-color: #fff;
	-o-stroke-fill-color: #fff;
	-ms-stroke-fill-color: #fff;
	stroke-fill-color: #fff;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-o-text-stroke-width: 2px;
	-ms-text-stroke-width: 2px;
	text-stroke-width: 2px;
}

.nzta-contracts-left p.nzta-contracts-content {
	padding-left: 20px;
	font-size: 18px;
	color: #acaeb4;
}

.nzta-contracts-left .btn {
	margin-top: 15px;
	margin-left: 25px;
}

.info-box-wrap {
	background: #000;
	overflow: hidden;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
	border: 1px solid #fad201;
	position: relative;
	border-radius: 5px;
	padding: 8px;
}

.infoBox:after,
.infoBox:before {
	top: 100%;
	left: 50%;
	margin-top: -1px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infoBox:before {
	border-color: rgba(250, 210, 1, 0);
	border-top-color: #fad201;
	border-width: 11px;
	margin-left: -11px;
}

.infoBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

.infoBox a {
	display: block;
	color: #fad201;
	text-transform: uppercase;
}

.info-box-wrap--link {
	font-weight: bold;
}

.nzta-contracts-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

.nzta-contracts-map img {
	max-width: inherit !important;
}

.map-marker {
	pointer-events: none;
}

.post-type-archive-case_study .h1 {
	margin-top: 0;
}

/* 404 */
.crts-error {
	margin: 0 auto;
	text-align: center;
	max-width: 480px;
	padding: 60px 30px;
}

.crts-error .error-code {
	font-size: 96px;
	line-height: 100px;
}

.crts-error .error-desc {
	font-size: 12px;
}

/* Flexi */
.flexi-container .interior-content {
	padding: 40px;
	padding-top: 20px;
}

.contact .interior-content h3 {
	margin-top: 0;
}

/** CH05 - History **/
/** --------------------------------------------------- **/
.history {
	background-color: #0d324f;
}

.history-row .history-underline:before, .history-row .title:before {
	content: '';
}

.history > .container {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.history-content {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.history-content .title h2 {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.stem {
	position: absolute;
	border-left: 2px dashed #41596b;
	left: 50%;
	top: 0;
	height: 100%;
}

.history-img img {
	margin-top: 90px;
}

.history-img {
	margin-bottom: 25px;
}

.history-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.history-row h2 {
	color: #acaeb4;
	font-size: 20px;
}

.history-row .first {
	padding-right: 40px;
}

.history-row .last {
	padding-left: 40px;
}

.history-row .title {
	position: relative;
	font-family: "Lato", sans-serif;
}

.history-row .title h2 {
	font-size: 24px;
}

.history-row .title:before {
	position: absolute;
	bottom: -14px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #fad201;
}

.history-row .first .title:before {
	right: -51px;
}

.history-row .last .title:before {
	left: -49px;
}

.history-row .first h2 {
	text-align: right;
}

.history-row .last h2 {
	text-align: left;
}

.history-row h2 div {
	color: #fff;
	font-size: 36px;
	padding-top: 15px;
	font-family: "Track", "Lato", sans-serif;
	display: block;
	line-height: initial;
}

.history-row .history-underline {
	width: 0;
	border-bottom: 2px solid #fad201;
	position: relative;
	margin-top: -5px;
	-webkit-transition: width .5s ease-in-out;
	-moz-transition: width .5s ease-in-out;
	-ms-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}

.history-row .first .history-underline {
	margin-right: -36px;
}

.history-row .last .history-underline {
	margin-left: -36px;
}

.history-row .first .history-underline:before {
	left: 0;
}

.history-row .last .history-underline:before {
	right: 0;
}

.history-row .content {
	display: none;
	color: #acaeb4;
	text-align: left;
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.stem {
		left: 15px;
	}
	.history-row .first {
		padding-left: 40px;
	}
	.history-row:nth-child(even) .first, .history-row:nth-child(odd) .last {
		display: none;
	}
	.history-row .first h2 {
		text-align: left;
	}
	.history-row .first .history-underline, .history-row .last .history-underline {
		margin-left: -20px;
		margin-right: 0;
		float: left !important;
	}
	.history-row .first .history-underline:before {
		left: initial;
		right: 0;
	}
	.history-row .first .title:before, .history-row .last .title:before {
		left: -30px;
	}
}

/** CH06 - Media Queries **/
/** --------------------------------------------------- **/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.nzta-contracts-left h2 {
		font-size: 4vw;
	}
	.nzta-contracts-left h2 span {
		font-size: 5vw;
		-webkit-text-stroke-width: 1px;
		-moz-text-stroke-width: 1px;
		-o-text-stroke-width: 1px;
		-ms-text-stroke-width: 1px;
		text-stroke-width: 1px;
	}
	.hero-content p.hero-line-1 {
		font-size: 5vw;
	}
	.hero-content p.hero-line-2 {
		font-size: 6vw;
	}
	a.snippet-anchor .snippet {
		border-bottom: 2px solid #acaeb4;
	}
	.snippet-anchor:nth-child(-n+3) .col-lg-2.snippet {
		width: 33.33% !important;
	}
	.snippet-anchor:nth-child(3) .col-lg-2.snippet {
		border-right: none;
	}
	.snippet-anchor:nth-child(1n+4) .col-lg-2.snippet {
		width: 50% !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.navbar-collapse {
		padding: 0 20px;
	}
	.snippet-anchor .snippet {
		border-right: none;
	}
	footer .newsletter-form-col:first-child {
		padding-right: 20px;
	}
	footer .newsletter-form-col:last-child {
		padding-left: 20px;
	}
	footer .row > div:not(:first-child) .h4 {
		margin-top: 25px;
	}
	a.snippet-anchor .snippet {
		border-right: 0px;
	}
	.main-navbar-container .navbar {
		position: absolute;
		width: 100%;
	}
	.main-navbar-container {
		margin-top: 20px;
		margin-bottom: 20px;
		z-index: 20;
	}
	.navbar-toggle {
		margin: 10px 20px;
		border-color: transparent;
	}
	.navbar {
		min-height: 40px;
	}
	.flex-row {
		display: block;
	}
	.hero-content {
		top: 60%;
	}
	.hero-content p.hero-line-1 {
		font-size: 7vw;
	}
	.hero-content p.hero-line-2 {
		font-size: 9vw;
	}
	.nzta-contracts-left h2 {
		font-size: 8vw;
	}
	.nzta-contracts-left h2 span {
		font-size: 9vw;
	}
	.nzta-contracts-left p.nzta-contracts-content {
		padding-left: 0;
	}
	.home-content .home-content-title {
		font-size: 36px;
	}
	.nzta-contracts {
		background-image: none;
	}
	.fun-facts {
		text-align: center;
	}
	.fun-facts .fun-facts--title {
		margin-top: 20px;
	}
	.hero-container {
		background-size: cover !important;
		background-position: center bottom !important;
		background-attachment: fixed !important;
	}
	.gform_footer {
		margin-left: 0;
	}
	.snippet-anchor:nth-child(1n+4) .col-lg-2.snippet, .snippet-anchor:nth-child(-n+3) .col-lg-2.snippet {
		width: 100% !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.hero-content p.hero-line-1 {
		font-size: 9vw;
	}
	.hero-content p.hero-line-2, .nzta-contracts-left h2 span {
		font-size: 12vw;
		line-height: 100%;
	}
	footer p.pull-right {
		float: none !important;
	}
}

/* Custom, iPhone Retina */
/** CH07 - TinyMCE **/
/** --------------------------------------------------- **/
#tinymce {
	background: #fff;
}

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/** CH08 - Forms **/
/** --------------------------------------------------- **/
.gform_footer {
	clear: both;
	margin-left: 20px;
}

/** CH09 - Woocommerce **/
/** --------------------------------------------------- **/
/** CH10 - Transitions **/
/** --------------------------------------------------- **/

/*# sourceMappingURL=style.css.map */