
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@font-face {
  font-family: 'Lato', sans-serif;
	src: url(Lato.woff2) format('woff2');
  font-display: swap;
}

/* #2189fe */
/* Main Pink: #ec008b */
/* Highlight Pink: #ff9cd6 */
/* Background Pink: #f7eef3 */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body {
	background-color: #222;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height:22px;
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	width: 100%;
}
/* ==========================
General
============================= */
.animationload {
	background-color: #000;
	bottom: 0;
	left: 0;
  position: fixed;
	right: 0;
  top: 0;
  z-index: 999999;
}
.loader {
	background-image: url("../apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
a {
  color: #ec008b;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.highlight {
	color: #ec008b;
	display: inline-block;
	font-size: 28px;
	line-height: .8;
	width: 15px;
}
i {
	font-style: italic;
}

/* Typography */

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Dosis', sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
strong, b {
	font-weight: 900;
}

/* Buttons */
.btn-default {
  background-color: #ec008b;
  border-color: #ec008b;
	border-radius: 4px;
	color: #fff;
	padding: 6px 35px;
	font-weight: 600;
}
.btn-default:hover {
  background-color: #1064C3;
  border-color: #1064C3;
	color:#fff;
}
.p-main {
	padding:80px 0;
}
.pos-relative {
	position:relative;
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
}
.section-title .lead {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
  line-height: 40px;
	margin-top: 0; 
	position: relative;
	text-transform: uppercase;
}
.section-title .border-style {
	border-top: 2px solid #ff9cd6;
	width: 300px;
	margin: 0 auto;
	padding-top: 8px;
}
.section-title .sublead {
	color: #666666;
	font-size: 14px;
  line-height: 20px;
}
.section-title .section-description {
	margin: 0 auto;
	margin-top: 40px;
	width: 70%;
}
p {
  margin: 0 0 10px;
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.box-bg {
	background-color:#000;
}
.section {
	padding: 60px 0;
}
.section:after {
	content: '';
	width: 100%;
	display: block;
	clear: both;
}
.blok {
	margin: 10px 0 30px 0;
}
.blok:last-child {
	margin-bottom: 0;
}

/* ==========================
Navbar
============================= */
#navbar-spy {
	overflow: hidden;
}
.navbar-nav {
	clear: right;
	overflow: hidden;
}
.navbar-main {
	background: #222;
	border-color: transparent;
	height: 90px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	-webkit-transition: 0.2s all linear;
	        transition: 0.2s all linear;
}
.header-top {
	background-color: #000;
	color:#fff;
	height:40px;
}
.navbar-brand {
	margin-top: 0;
	padding-top: 9px;
}
.navbar-main.stiky .navbar-brand {
	padding-top: 12px;
}
a.navbar-brand,
a.navbar-brand:hover {
	color: #fff;
	font-size: 14px;
}
a.navbar-brand:hover,
a.navbar-brand:focus {
	outline: none;
}
.navbar-main.stiky {
	height: 60px;
	left: 0;
	position: fixed;
  right: 0;
	top: 0;
  z-index: 1030;
}
.navbar-main.stiky .header-top {
	display: none;
}
.navbar-main .navbar-brand > img {
	width: 100%;
    -webkit-transition: 0.2s all linear;
	        transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-brand > img {
	width: 50%;
}
.navbar-main .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 22px;
}
.navbar-main .navbar-nav > li > a {
	background-color: transparent;
	border-bottom: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	min-height: 60px;
	padding-top: 20px;
	text-transform: uppercase;
	-webkit-transition: 0.2s all linear;
		transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-nav > li > a {
	min-height: 60px;
  padding-top: 20px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:active {
	color: #ff9cd6;
	background-color: transparent;
	border-bottom: 3px solid #ff9cd6;
	min-height: 60px;
}
.navbar-main .navbar-nav > li.active a {
	color: #ff9cd6;
	background-color: transparent;
	border-bottom: 3px solid #ff9cd6;
	min-height: 60px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.top-menu {
	display: block;
	height: 30px;
	width: 30px;
}
.navbar-main.stiky .top-menu {
	display: none;
}

/* ==========================
Banner
============================= */
.section.banner {
	background-color: #f7eef3;
	/* background-color: #f2edf5; */
	border-bottom: 2px solid #ec008b;
	padding: 0;
}
/* carousel */
#slides .slides-container li > img {
  width: 100%;
}
.carousel-caption {
	padding-top: 80px;
	padding-bottom: 50px;
	/* padding-bottom: 40px; */
	position: static;
	text-align: center;
}
.carousel-caption .caption-heading {
	color: #222;
	font-size: 30px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	text-align: center;
	text-shadow: none;
}
.carousel-caption .caption-heading::after {
	background-image: url(../images/text-line-pink.png);
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	margin-left: -165px;
	position: relative;
	top: 35px;
	width: 331px;
}
.carousel-caption .caption-heading .logo {
	display: block;
	margin:auto;
	text-align: center;
}
.caption-desc {
	margin-top: 40px;
}
.carousel-caption .project-list {
	/* border: 2px solid #ec008b; */
	background-color: #333;
	color: #fff;
	/* color: #222; */
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0;
	/* margin-top: 50px; */
	margin-top: 70px;
	/* padding: 10px 0; */
	padding: 30px;
	text-shadow: none;
}

/* ==========================
PROJECT LIST
INLINE LISTING
============================= */
.inline-list {
	list-style: none;
}
.inline-list li {
	color: #ff9cd6;
	display: inline;
	font-size: 18px;
	line-height: 1.1;
	list-style: none;
	margin-right: 15px;
}
.inline-list li::before {
	color: #ff9cd6;
	content: "\2022";
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	margin-left: -15px;
	width: 28px;
}
.inline-list li:first-child::before {
  content: "\00A0";
}
.inline-list strong {
	color: #fff;
	font-size: 22px;
}

/* ==========================
PROJECT LIST
COLUMN LISTING
============================= */
.column-list {
  columns: 440px;
  column-gap: 75px;
  column-rule: 4px double #727272;
	list-style: none;
	padding-left: 5px;
}
.column-list li {
	break-inside: avoid;
	color: #ff9cd6;
	font-size: 18px;
	padding-left: 20px;
	line-height: 1.2;
	text-align: left;
}
.column-list li::marker {
	color: #ff9cd6;
	content: "\2022";
	font-size: 36px;
	line-height: 1;
}
.column-list strong {
	color: #fff;
	font-size: 22px;
}


/* ==========================
Feature
============================= */
.feature {
	background-color: #333;
}
.feature .blok-title {
	color: #ec008b;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
.feature .blok-title:after {
	background-image: url(../images/headingline_pink.png);
  background-repeat: no-repeat;
	content: '';
	display: block;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 37px;
}
.feature .blok-title span {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.feature .description {
	color: #fff;
}
.feature ul,
.feature ol,
.about ul,
.about ol,
.welcome ul {
	margin-left: 18px;
}
.welcome ul {
  list-style: none;
	margin-bottom: 10px;
}
.welcome ul li::before {
	color: #ff9cd6;
	content: "\2022";
	display: inline-block;
	font-weight: bold;
	margin-left: -20px;
	width: 20px;
}
.title-block {
	color: #ff9cd6;
	font-size: 20px;
	font-weight: 600;
  line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.welcome {
	color: #fff;
}
.feature .row .col-sm-6:nth-child(2n+1) {
    clear: both;
}


/* ==========================
Projects
============================= */
[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"],
[class^=fa-]:not(.fa-stack),
[class^=glyphicon-],
[class^=icon-] {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}
/* ==========================
Projects LIST
============================= */
#projects-list {
	list-style: none;
}
#projects-list li.ui-star {
	background: url(../images/icon-star.svg) no-repeat 100% 50%;
	background-size: 75px 75px;
}
#projects-list li {
	margin-bottom: 40px;
}
#projects-list .fa {
  color: #ec008b;
  font-size: 20px;
}
#projects-list p {
	color: #fff;
	margin-bottom: 5px;
}
#projects-list a {
	color: #ff9cd6;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}
#projects-list a:hover {
	color: #fff;
}
#projects-list a:empty {
	display: none;
}
/* ==========================
Projects SECTION
============================= */
#projects {
	background-color: #f7eef3;
	/* background-color: #f2edf5; */
	border-top: 2px solid #ec008b;
}
#projects .section-title .lead {
	color: #222;
}
#projects .blok-title {
	color: #fff;
	display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
	font-weight: 600;
	margin-top: 0px;
	line-height: 1.2;
	text-transform: uppercase;
}
#projects .blok-title::after {
	background-image: url(../images/headingline_lite_pink.png);
  background-repeat: no-repeat;
	/* border-top: 1px solid #ff9cd6; */
	content: '';
	display: block;
	height: 6px;
	margin-top: 10px;
	padding-bottom: 15px;
	width: 37px;
	/* padding-bottom: 5px; */
	/* width: 35px; */
}
#projects p.desc {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}
.project-item {
	margin-bottom: 40px;
}
.project-item .blok-title {
	color: #fff;
}
.project-item span.fa {
	color: #ff9cd6;
	font-size: 10px;
	margin-left: 5px;
}
.project-item p {
	line-height: 1.1;
}
.project-item a {
	/* color: #ff9cd6; */
	color: #faacda;
	font-size: 16px;
	/* line-height: 1.4; */
}
.project-item a:hover {
	color: #ec008b;
}

/* crazy flex shit for centering; */
.projects-row {
	margin-left: 0;
	margin-right: 0;
}
.projects-bg {
	background-color: #222;
	/* border: 2px solid #ff9cd6; */
	padding: 40px 0 0;
	/* padding: 0; */
}
#projects #projects-ls {
	background-image: url("../images/music-speaker-with-wave-equalizer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 2px solid #ff9cd6;
	height: 265px;
	margin-bottom: 40px;
}
.center-me {
	display: flex;
	justify-content: center;
	margin: 0 -80px;
}

/* ==========================
Services
============================= */
.services {
	background-color: #222;
}
.services-item {
	background-color: #fff;
	height: 500px;
}
.services-item .item-body {
	padding: 10px 30px;
}
.services .blok-title {
	color: #ff9cd6;
	margin-top: 20px;
}
#services .feature-item img,
#about .item.fea img {
	border: 1px solid #ec008b;
}
#services-+ .blok-title {
	margin-bottom: 5px;
	margin-top: 30px;
}
#services #services-ls {
	background-image: url("../images/lisa-and-janet.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}
#services #services-ls .item img {
	margin: auto;
}
#service-bg {
	background-color: #f7eef3;
	/* background-color: #f2edf5; */
	border-top: 2px solid #ff9cd6;
	float: left;
	padding: 10px 30px 20px;
}
#service-bg .description {
	color: #222;
}


/* ==========================
EMMY FUN
============================= */
/* #services #services-ls:after {
	background-image: url("../images/emmy-balloon.png");
	content: '';
	display: block;
	position: absolute;
	height: 377px;
	left: -400px;
	top: -270px;
	width: 500px;
} */

/* ==========================
about
============================= */
#about {
	border-top: 2px solid #ec008b;
}

/* ==========================
Team
============================= */
.team-item {
	margin-bottom:30px;
}
.team-item .item-body {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px;
}
.team-item .item-body h2 {
	font-size: 20px;
	margin: 4px 0;
	padding: 0;
}
.team-item .item-body h3 {
	color: #ec008b;
	font-size: 16px;
	font-weight: 600;
	margin: 2px 0;
	padding: 0;
}
.title-page {
	color: #0071BC;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.team .blok.feature-item {
	background-color: #f7eef3;
	min-height: 710px;
}
.team .item-body {
	border-top: 2px solid #ff9cd6;
	padding: 10px 30px;
}
.team .item-body .description .blok-title {
	color: #ec008b;
}
.team .item-body .description p {
	color: #000;
	/* color: #666; */
}
.team .item-body a:hover,
.team .item-body a:focus {
	color: #ec008b;
	outline: none;
	text-decoration: underline;
}
.cwhite {
	color: #fff;
}
#team {
	border-top: 2px solid #ec008b;
}

/* ==========================
CONTACT
============================= */
.contact {
	background-color: #222;
	border-top: 2px solid #ec008b;
}
.contact a {
	color: #fff;
}
.contact a:hover {
	color: #ec008b;
}
.contact-info {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	/* margin-bottom: 40px; */
}
.contact-item {
	display: flex;
	justify-content: center;
	/* margin-bottom: 20px; */
}
.contact-item:after {
	clear: both;
	content: '';
  /*display: block; */
}
.contact-item .icon {
	float: left;
	margin-top: 2px;
	text-align: center;
  /* width: 20%; */
  width: 30px;
}
.contact-item .icon .fa {
	color: #ec008b;
	font-size: 20px;
}
.contact-item .contact-item-body {
	color: #fff;
	/* float: left;
	width: 80%; */
}
.contact-item .contact-item-body p {
	margin-bottom: 0;
}
.contact-item .contact-item-body .title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* ==========================
Footer
============================= */

.footer {
	border-top: 2px solid #ec008b;
}
.fcopy {
	background-color: #333333;
	color: #fff;
	padding: 30px 0;
}
.fcopy .ftex {
	margin: 0;
	text-align: center;
}
.footer-item {
  color: #999999;
  font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	min-height: 250px;
}
.about-info {
	margin-top: 40px;
}
@media (max-width: 1199px) {
	.team .blok.feature-item {
		min-height: 710px;
	}
	.projects-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.projects-bg {
		background-color: #222;
		padding: 40px 30px 0;
	}
	.center-me {
		display: block;
		margin: 0;
	}
}

@media (max-width: 992px) {
	.info .info-item {
		margin-right: 20px;
	}
	.services-item-image img{
		position:static;
	}
	.navbar-main .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
	}
	.team .blok.feature-item {
		min-height: 710px;
	}
	.projects-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.projects-bg {
		background-color: #222;
		padding: 60px 0 20px;
	}
	.center-me {
		display: block;
		margin: 0;
	}
	.center-me {
		display: flex;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.top-menu span {
		height: 0;
	}
	.navbar-right {
		margin-top: -12px;
	}
	.navbar-main,
	.navbar-main.stiky {
		height: 74px;
	}
	.navbar-main.stiky .top-menu {
		display: block;
	}
	.navbar-main .navbar-nav > li > a,
	.navbar-main.stiky .navbar-nav > li > a {
		min-height: auto;
		padding-top: 0;
	}
	.navbar-brand {
		padding-top: 14px;
	}
	.header-top{
		display:none;
	}
	.navbar-main .navbar-brand > img {
		width: 65%;
	}
	.navbar-main.stiky .navbar-brand > img {
		width: 65%;
	}
	.navbar-brand > img {
		display: block;
		width: 40%;
	}
	.carousel-caption {
		padding-top: 60px;
	}
	.banner .caption {
		left: 20px;
		right: 20px;
		position: absolute;
		top: 150px;
	}
	.navbar-main .navbar-nav > li > a {
		border-bottom: 3px solid #222;
    min-height: auto !important;
		padding-top: 0;
	}
	.navbar-main .navbar-nav > li:last-child > a {
		margin-bottom: 0;
	}
	.about-wrap {
		margin-left: 0px;
	}
	.teams {
		float: none;
		width: 100%;
	}
	.teams-caro {
		float: none;
		width: 100%;
	}
	.teams-image {
		float: none;
		width: 100%;
	}
	.teams-description {
		float: none;
		padding: 30px 20px 0 20px;
		width: 100%;
	}
	.team .blok.feature-item {
		min-height: 725px;
	}
	#services #services-ls {
		height: 538px;
	}
	.projects-row {
		/* margin-left: -25px;
		margin-right: -25px; */
		margin-left: 0;
		margin-right: 0;
	}
	.projects-bg {
		background-color: #222;
		padding: 60px 20px 20px;
	}
	.center-me {
		display: flex;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.top-menu span {
		height: 30px;
	}
	.navbar-right {
		margin-top: 7.5px;
	}
	.navbar-main,
	.navbar-main.stiky {
		height: 70px;
	}
	.navbar-main.stiky .top-menu{
		display: none;
	}
	.navbar-main.stiky .navbar-nav > li > a,
	.navbar-main .navbar-nav > li > a {
		margin-bottom: 15px;
		min-height: 30px !important;
		padding-bottom: 5px;
	}
	.navbar-main .navbar-brand > img {
		width: 40%;
	}
	.navbar-main.stiky .navbar-brand > img {
		width: 40%;
	}
	.navbar-nav {
		background: #222;
	}
	.services-item-image img{
		position:static;
	}
	.navbar-main .top-menu{
		display: none;
	}
	.carousel-caption {
		padding-top: 60px;
	}
	.carousel-caption .caption-heading {
		font-size: 2em;
		line-height: 1.4em;
		padding: 0;
	}
	.carousel-caption .project-list {
		font-size: 20px;
		margin-top: 80px;
		padding: 15px 20px 25px;
	}
	#slides .slides-container li > img {
	  width: auto;
	}
	.fcopy .ftex {
		font-size: 11px;
	}
	.section {
		padding: 30px 0;
	}
	.section-title {
		margin-bottom: 30px;
	}
	/* .section-title .lead {
		font-size: 18px;
	} */
	#services #services-ls {
		height: 270px
	}
	.team .blok.feature-item {
		min-height: inherit;
	}
	.column-list li {
		text-align: left;
		padding-left: 15px;
	}
	.projects-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.projects-bg {
		background-color: #222;
		margin: 0 15px;
		padding: 30px 0 0;
	}
	.center-me {
		display: block;
		margin: 0;
	}
	.contact-info {
		flex-direction: column;
		margin-top: 30px;
	}
	.contact-item {
  /* justify-content: unset; */
		margin-bottom: 40px;
	}
	.contact-item.no-margin {
		margin-bottom: 0;
	}
	.contact-item .contact-item-body {
		width: 80%;
	}
}
@media (max-width: 479px) {
	.navbar-brand {
		height: 60px;
		padding: 15px 15px 5px;
	}
	.navbar-main.stiky .navbar-brand > img,
	.navbar-main .navbar-brand > img {
		width: 60%;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.media-left, .media-right, .media-body {
		display: block;
	}
	.footer-item .media-left, .footer-item .media-right, .footer-item .media-body {
		display: table-cell;
	}
	.comments-box .date {
		margin-left: 10px;
	}
	.media-body {
		width: auto;
	}
	.comments-box .media-body {
		padding-left: 0px;
	}
}
@media (max-width: 320px) {
	.navbar-brand {
		height: 50px;
		max-width: 235px;
		padding: 10px 15px;
	}
	.navbar-main.stiky .navbar-brand > img,
	.navbar-main .navbar-brand > img {
		width: 60%;
	}
	.carousel-caption .caption-heading {
		font-size: 1.5em;
	}
}
