/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    font-size: 1em;
}
@media only screen and (min-width: 768px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.col-m-p {width: 97.5%;}
}
@media only screen and (min-width: 1080px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	.col-p {width: 97.5%;}
}

.content-container {
	max-width: 1600px;
	margin: 0 auto;
}

body {
	margin: 0;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	color: rgba(75, 75, 75, 0.9);
}

h2 {
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	color: rgba(50, 50, 50, 0.9);
}
@media only screen and (max-width: 767px) {
	body {
		margin: 0;
		font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 1.1em;
		color: rgba(75, 75, 75, 0.9);
	}
	
	h2 {
		font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 1.3em;
		color: rgba(50, 50, 50, 0.9);
	}
}

.separator-1 {
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 4px;
	margin: 0 auto 2em;
}

.scrolltop-button {
	z-index: 5;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
}

#scroll-button {
	font-size: 24px;
	padding: 15px;
	margin: auto;
	color: rgba(185, 185, 185, 1);
	border: 2px solid rgba(225, 225, 225, 1);
	border-radius: 30px; 
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

#scroll-button:hover {
	background-color: rgba(225, 225, 225, 1);
}


#contact-separator {
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	width: 95%;
}

@font-face {
	font-family: 'MankSans';
	font-style: normal;
	font-weight: normal;
	src: local('MankSans'), url('/fonts/MankSans.woff') format('woff');
}

@font-face {
	font-family: 'bebas-neue';
	font-style: normal;
	font-weight: normal;
	src: local('bebas-neue'), url('/fonts/BebasNeue Light.otf') format('opentype');
}

@font-face {
	font-family: 'bebas-neue-bold';
	font-style: normal;
	font-weight: normal;
	src: local('bebas-neue-bold'), url('/fonts/BebasNeue Bold.otf') format('opentype');
}

@font-face {
	font-family: 'bebas-neue-book';
	font-style: normal;
	font-weight: normal;
	src: local('bebas-neue-book'), url('/fonts/BebasNeue Book.otf') format('opentype');
}

@font-face {
	font-family: 'Circular';
	font-style: normal;
	font-weight: normal;
	src: local('circular'), url('/fonts/CircularStd-Book.otf') format('opentype');
}

@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: normal;
	src: local('helvetica'), url('/fonts/HelveticaNeueLTStd Lt.otf') format('opentype');
}

/* ---------- Slideshow ---------- */

.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 80px 0 60px 0;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-height: 500px;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.centered-btns_nav {
	z-index: 2;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("/images/assets/theme.gif") no-repeat left top;
	margin-top: -70px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.transparent-btns_nav {
	z-index: 2;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.transparent-btns_nav.next {
	left: auto;
	right: 0;
}


.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  	outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	margin: 10px auto 0;
	text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin: 3px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	width: 9px;
	height: 9px;
	margin: auto;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background: rgba(50, 50, 50, 0.8);
	background: rgba(224, 108, 144, 0.75);
}


@media only screen and (min-width: 2160px) {
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		max-height: 650px;
		padding: 0;
		margin: 0;
	}
}


@media only screen and (max-width: 1279px) {
	.rslides_container {
		margin-bottom: 50px;
		position: relative;
		float: left;
		width: 100%;
		margin: 80px 0 60px 0;
	}

	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
 	}	

	.rslides li {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}

	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}

	.rslides img {
		display: block;
		height: auto;
		float: left;
		width: 100%;
		height: 50vw;
		border: 0;
	}
	.centered-btns_nav {
		z-index: 2;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		opacity: 0.7;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 61px;
		width: 38px;
		background: transparent url("/images/assets/theme.gif") no-repeat left top;
		margin-top: -50px;
	}

	.centered-btns_nav:active {
		opacity: 1.0;
	}

	.centered-btns_nav.next {
		left: auto;
		background-position: right top;
		right: 0;
	}

	.transparent-btns_nav {
		z-index: 2;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 0;
		left: 0;
		display: block;
		background: #fff; /* Fix for IE6-9 */
		opacity: 0;
		filter: alpha(opacity=1);
		width: 48%;
		text-indent: -9999px;
		overflow: hidden;
		height: 91%;
	}

	.transparent-btns_nav.next {
		left: auto;
		right: 0;
	}


	.centered-btns_nav:focus,
	.transparent-btns_nav:focus,
	.large-btns_nav:focus {
		outline: none;
	}

	.centered-btns_tabs,
	.transparent-btns_tabs,
	.large-btns_tabs {
		margin: 10px auto 0;
		text-align: center;
	}

	.centered-btns_tabs li,
	.transparent-btns_tabs li,
	.large-btns_tabs li {
		display: inline;
		float: none;
		_float: left;
		*float: left;
		margin: 3px;
	}

	.centered-btns_tabs a,
	.transparent-btns_tabs a,
	.large-btns_tabs a {
		text-indent: -9999px;
		overflow: hidden;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: #ccc;
		background: rgba(0, 0, 0, 0.2);
		display: inline-block;
		_display: block;
		*display: block;
		-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		width: 9px;
		height: 9px;
		margin: auto;
	}

	.centered-btns_here a,
	.transparent-btns_here a,
	.large-btns_here a {
		background: rgba(50, 50, 50, 0.8);
		background: rgba(178, 77, 128, 0.8);
	}
	
}

@media only screen and (max-width: 599px) {
	.rslides_container {
		margin-bottom: 50px;
		position: relative;
		float: left;
		width: 100%;
		height: 225px;
		margin: 80px 0 60px 0;
	}

	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
 	}	

	.rslides li {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}

	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}

	.rslides img {
		display: block;
		height: auto;
		float: left;
		width: 100%;
		height: 225px;
		max-height: 225px;
		border: 0;
	}
	
	.centered-btns_nav {
		z-index: 2;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		opacity: 0.7;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 61px;
		width: 38px;
		background: transparent url("/images/assets/theme.gif") no-repeat left top;
		margin-top: -35px;
	}

	.centered-btns_nav:active {
		opacity: 1.0;
	}

	.centered-btns_nav.next {
		left: auto;
		background-position: right top;
		right: 0;
	}

	.transparent-btns_nav {
		z-index: 2;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 0;
		left: 0;
		display: block;
		background: #fff; /* Fix for IE6-9 */
		opacity: 0;
		filter: alpha(opacity=1);
		width: 48%;
		text-indent: -9999px;
		overflow: hidden;
		height: 91%;
	}

	.transparent-btns_nav.next {
		left: auto;
		right: 0;
	}


	.centered-btns_nav:focus,
	.transparent-btns_nav:focus,
	.large-btns_nav:focus {
		outline: none;
	}

	.centered-btns_tabs,
	.transparent-btns_tabs,
	.large-btns_tabs {
		margin: 10px auto 0;
		text-align: center;
	}

	.centered-btns_tabs li,
	.transparent-btns_tabs li,
	.large-btns_tabs li {
		display: inline;
		float: none;
		_float: left;
		*float: left;
		margin: 3px;
	}

	.centered-btns_tabs a,
	.transparent-btns_tabs a,
	.large-btns_tabs a {
		text-indent: -9999px;
		overflow: hidden;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: #ccc;
		background: rgba(0, 0, 0, 0.2);
		display: inline-block;
		_display: block;
		*display: block;
		-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
		width: 9px;
		height: 9px;
		margin: auto;
	}

	.centered-btns_here a,
	.transparent-btns_here a,
	.large-btns_here a {
		background: rgba(50, 50, 50, 0.8);
		background: rgba(178, 77, 128, 0.8);
	}
}


/* ---------- Navigation Bar ---------- */

.navigation-bar {
	z-index: 3;
	background-color: rgba(35, 31, 32, 0.97);
	position: fixed;
	top: 0;
	height: 80px;
}

.navigation-bar ul {
	list-style-type: none;
	margin: auto;
}

.nav-logo-container {
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.nav-logo-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.nav-button-container  {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	float: right;
}

.nav-button-container li {
	float: left;
	margin: auto;
}

.nav-buttons a {
	width: 85px;
	display: block;
	color: rgba(255, 255, 255, 1);
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
	margin: 24px 1px;
	padding: 10px 8px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	border: 1px hidden rgba(255, 255, 255, 1);
	border-radius: 20px
}

.nav-buttons a:hover {
	background-color: rgba(224, 108, 144, 0.6);
}

.logo {
	margin: auto;
}

.hamburger-icon {
	display: none;
}

@media screen and (max-width: 1079px) {
	.nav-button-container li {
		display: none;
	}
	.nav-button-container li.hamburger-icon {
    	float: right;
    	display: block;
    	margin-top: 10px;
		right: 0;
    }

    .nav-button-container {
    	width: 15%;
    }

    .nav-logo-container {
    	width: 50%;
    }

    .nav-logo-container img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.nav-buttons a {
		width: 30px;
		display: block;
		color: rgba(255, 255, 255, 1);
		font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 0.7em;
		text-align: center;
		text-decoration: none;
		text-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
		margin: 15px 1px;
		padding: 5px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		cursor: pointer;
		border: 1px hidden rgba(255, 255, 255, 1);
		border-radius: 7px
	}
}

@media screen and (max-width: 767px) {
	.nav-button-container li {
		display: none;
	}
	.nav-button-container li.hamburger-icon {
    	right: 0;
    }

    .nav-button-container {
    	width: 17.5%;
    }

    .nav-logo-container {
    	width: 50%;
    }

    .nav-logo-container img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.nav-buttons a:focus {
		width: 30px;
		display: block;
		color: rgba(255, 255, 255, 1);
		font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 0.7em;
		text-align: center;
		text-decoration: none;
		text-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
		margin: 15px 1px;
		padding: 5px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		cursor: pointer;
		border: 1px hidden rgba(255, 255, 255, 1);
		border-radius: 7px
	}


}

.nav-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgba(35, 31, 32, 0.97);
    overflow-y: hidden;
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.nav-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.nav-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: rgba(255, 255, 255, 1);
    display: block;
    transition: 0.5s;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.nav-overlay a:hover, .nav-overlay a:focus {
    color: rgba(224, 108, 144, 0.9);
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 36px;
}

#closebtn:hover, #closebtn:focus {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
}

/* ---------- Cover Image ---------- */

.cover-image {
	width: 100%;
	height: auto;
}

/* ---------- Intro Content ---------- */

.intro {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1);
}

.intro h2 {
	text-align: center;
	color: rgba(46, 58, 124, 1);
	margin: 2em auto 0.6em;
}

.intro-text p {
	margin: 5em 25px 1em;
	text-align: center;
	line-height: 150%;
}

.intro-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

#about-button a {
	transition: 0.4s;
	padding: 15px 0;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

/* ---------- Testimonial Content ---------- */

.parallax-section{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#testimonial{
	padding: 30px 0 45px;
}

#testimonial .overlay{
	background: rgba(89, 128, 173, 1);
}

.ts-testimonial-slide{
	text-align: center;
	color: rgba(255, 255, 255, 1);
	width: 75%;
	margin: 0 auto;
}

.ts-testimonial-slide p{
	font-size: 1.5em;
	line-height: 36px;
	font-style: italic;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0 auto 35px;
	width: 80%;
}

.ts-testimonial-slide .ts-testimonial-item {
	margin: 3.5em auto 1.1em;
}

.infor-client img {
	max-height: 50px;
	max-width: 50px;
	margin: 2.5px auto;
}

.ts-testimonial-slide .ts-testimonial-item .icon-client{
	background: rgba(255, 255, 255, 1);
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 29px;
	margin: auto;
}

.ts-testimonial-slide .ts-testimonial-item .infor-client {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.ts-testimonial-slide .ts-testimonial-item  .client-name{
	padding: 10px 0 3px 65px;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	display: block;
	line-height: normal;
	white-space: nowrap;
}

.ts-testimonial-slide .ts-testimonial-item  .client-position{
	font-size: 0.7em;
	line-height: normal;
	padding: 0 0 0 65px;
	display: block;
	text-align: left;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.ts-testimonial-slide .ts-testimonial-item  .client-position a{
	color: white;
}

.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}

.swipeme {
	width: 200px;
	margin: 20px auto 10px;
}

.swipeme h4 {
	text-align: center;
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.9);
}

/* ---------- Client Content ---------- */

.client-container {
	margin: auto auto 2em;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.client-item {
	padding: 12px auto 24px;
	margin: auto;
}

.client-logo-image-container img {
	width: 150px;
	max-width: 150px;
	max-height: 150px;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.client-logo-image-container img {
		width: 50px;
		max-width: 50px;
		max-height: 50px;
		padding: 10px;
	}
}

@media only screen and (max-width: 1079px) {
	.client-logo-image-container img {
		width: 150px;
		max-width: 150px;
		max-height: 150px;
		padding: 10px;
	}
}

/* ---------- Portfolio Content ---------- */

.portfolio {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background-color: rgba(91, 185, 176, 1);
}

.portfolio h2 {
	color: rgba(255, 255, 255, 1);
	margin: 3em auto 0.1em;
	text-align: center;
}

.underline {
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 4px;
}

.portfolio p {
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

#portfolio-button a {
	transition: 0.4s;
	padding: 15px 0;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.portfolio-cards {
	margin: 1.5em 0 2em;
}

.portfolio-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.portfolio-flex {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.portfolio-flex .card-tag {
	z-index: 1;
	position: absolute;
	bottom: 10vw;
	left: 0;
	width: 45%;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
   	-webkit-transition: all 0.4s ease 0s;
   	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.portfolio-flex .card-tag p {
	font-size: 14px;
	z-index: 1;
	padding: 17px;
	background-color: rgba(255, 153, 51, 1);
	color: rgba(255, 255, 255, 1);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
   	-webkit-transition: all 0.4s ease 0s;
   	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.portfolio-flex .card-tag:hover {
	box-shadow: 1px 1px 16px rgba(255, 153, 51, 1);
}

.portfolio-flex .card-tag p:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(255, 153, 51, 1);
}

.portfolio-flex .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}

.portfolio-flex .portfolio-image img {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	height: 75vw;
}

@media only screen and (max-width: 767px) {
	.portfolio-flex .card-tag p {
		font-size: 3vw;
	}
}

@media only screen and (min-width: 768px) {
	.portfolio-flex .portfolio-image img {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		width: 100%;
		height: 37.5vw;
	}
	.portfolio-flex .card-tag {
		position: absolute;
		bottom: 4vw;
		left: 0;
		width: 45%;
	}

	.portfolio-flex .card-tag p {
		font-size: 1.5vw;
	}
}

@media only screen and (min-width: 1080px) {
	.portfolio-flex .portfolio-image img {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		width: 100%;
		height: 18.75vw;
	}
	.portfolio-flex .card-tag {
		position: absolute;
		bottom: 2vw;
		left: 0;
		width: 45%;
	}

	.portfolio-flex .card-tag p {
		font-size: 0.9vw;
	}
}

@media only screen and (min-width: 1450px) {
	.portfolio-flex .card-tag p {
		font-size: 14px;
	}
}

/*.portfolio-flex:hover .portfolio-overlay, .portfolio-flex.hover_effect .portfolio-overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
   	-webkit-transition: all 0.4s ease 0s;
   	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.portfolio-overlay {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-overlay:hover, .portfolio-overlay.hover_effect {
	background: rgba(0, 0, 0, 0.8);
}

.portfolio-overlay-text-container {
	margin: auto;
	padding: 25px;
}

.project-category {
	font-size: 15px;
}

.project-info {
	font-size: 17.6px;
	font-weight: bold;
}*/

.portfolio-flex:hover, .portfolio-flex.hover_effect { 
	opacity:1;
	-webkit-transition: opacity .1s .2s;
	-moz-transition: opacity .1s .2s;
	-ms-transition: opacity .1s .2s;
	-o-transition: opacity .1s .2s;
	transition: opacity .1s .2s;
}


/* ---------- Services Content ---------- */

.services {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1);
}

.services h2 {
	margin: 4em auto 0.6em;
	text-align: center;
}

#service-intro {
	text-align: center;
	line-height: 150%;
	margin-bottom: 20px;
}

.service-header {
	margin: 0 auto 30px;
}

#event-header {
	color: rgba(191, 30, 102, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

#site-header {
	color: rgba(38, 61, 139, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

#artiste-manpower-header {
	color: rgba(55, 160, 84, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

#audio-header {
	color: rgba(99, 45, 145, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

#creative-header {
	color: rgba(253, 183, 22, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

#photo-header {
	color: rgba(253, 77, 0, 1);
	text-align: center;
	margin: 30px 10px 20px 10px;
}

.service-container {
	margin: 0 auto 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.service-flex {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	height: 350px;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.service-flex {
		margin: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		height: auto;
		width: 80%;
		padding-bottom: 30px;
	}

	.service-header {
		margin: auto;
		width: 80%;
		padding-bottom: 30px;
	}
}

.service-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.service-text p {
	text-align: center;
	margin: 5px;
	line-height: 130%;
}

.service-icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin: 0 auto 0 auto;
}

.service-icon img {
	margin: auto;
}

.service-icon i {
	margin-left: -50px;
	margin-top: 50px;
	transform: translate(-50%, -50%);
}

/* ---------- Contact Content ---------- */

.contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background-color: rgba(173, 31, 92, 0.9); /*rgba(235, 142, 172, 1);*/
	color: rgba(255, 255, 255, 1);
}

.contact h2 {
	margin: 4em auto 0.6em;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.contact-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
}

.address {
	color: rgba(255, 255, 255, 1);
	margin: 30px auto 0;
	padding: 0 30px 50px 30px;
	font-size: 1.1em;
}

.address p {
	margin: 20px;
}

.address ul {
	list-style-type: none;
	margin: 30px auto;
}

.address ul li {
	margin: 20px;
}

.social-media ul {
	margin-top: 50px;
}

.social-media li {
	display: inline;
	margin-right: 50px;
}

.social-media li a {
	text-decoration: none;
}

.social-media i {
	font-size: 1.5em; 
	color: rgba(255, 255, 255, 1);
}

#fb-icon:hover {
	transition: 0.3s;
	color: rgba(106, 200, 191, 1);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#instagram-icon:hover {
	transition: 0.3s;
	color: rgba(253, 183, 22, 1);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#linkedin-icon:hover {
	transition: 0.3s;
	color: rgba(0, 119, 181, 1);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

#google-icon:hover {
	transition: 0.3s;
	color: rgba(65, 65, 65, 1);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.contact-form {
	margin: 20px auto;
	padding: 0 30px 50px 30px;
	font-size: 1em;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.contact-form input {
	width: 90%;
	padding: 10px 15px;
	margin: 5px auto 15px;
	border: 1px solid rgba(175, 175, 175, 1);
	border-radius: 2px;
}

.contact-form textarea {
	width: 90%;
	margin: 5px auto;
	padding: 10px 15px;
	border: 1px solid rgba(175, 175, 175, 1);
	border-radius: 2px;
}

.contact-form .error {
	color: rgba(230, 25, 25, 1);
}



/* ---------- About Us Content ---------- */

.about-us h2 {
	margin: 3em auto 0.6em;
	text-align: center;
	color: rgba(9, 36, 112, 1);
}

.about-text {
	width: 75%;
	margin: 50px auto;
	line-height: 150%;
	text-align: justify;
}

.about-text p {
	margin: 25px auto;
}

/* ---------- Vision-Mission Content ---------- */

#vision-header {
	text-align: center;
	color: rgba(130, 0, 0, 1);
	margin: 1em auto 0.6em;
}

#mission-header {
	text-align: center;
	color: rgba(0, 90, 0, 1);
	margin: 1em auto 0.6em;
}

.vision-mission-text {
	width: 75%;
	margin: auto;
	line-height: 150%;
}

.vision-mission-text p {
	text-align: center;
	margin: 25px auto;
}

/* ---------- Our Strength Content ---------- */

.strength {
	background-color: rgba(255, 255, 255, 1);
}

#strength-header {
	text-align: center;
	color: rgba(183, 152, 0, 1);
	margin: 1em auto 0.6em;
}

#business-header {
	color: rgba(45, 141, 170, 1);
	margin: 0 0 10px;
}

#creative-strength-header {
	color: rgba(188, 32, 44, 1);
	margin: 0 0 10px;
}

#event-show-header {
	color: rgba(176, 186, 43, 1);
	margin: 0 0 10px;
}

#value-service-header {
	color: rgba(90, 175, 165, 1);
	margin: 0 0 10px;
}

.strength-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px auto;
	background-color: rgba(255, 255, 255, 1);
}

.strength-image-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin: auto;
	padding: 25px;
}

@media only screen and (max-width: 767px) {
	.strength-image-container {
		width: 60%;
	}
}

.strength-image-container img {
	margin: auto;
	width: 100%;
	max-width: 400px;
}

.strength-text-container {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1);
	padding: 40px;
}

.strength-flex {
	-webkit-justify-content: center;
	justify-content: center;
}

.strength-text p{
	margin: 0 auto 25px;
	text-align: justify;
}


/* ---------- Portfolio Page Content ---------- */

.portfolio-page h2 {
	margin: 3em auto 0.6em;
	text-align: center;
	color: rgba(18, 107, 39, 1);
}

.portfolio-page {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1);
}

.portfolio-card-container {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.card-item {
	width: 95%;
	margin: 0 auto;
	max-width: 400px;
}

.card-sub-item {
	/* display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);*/

	margin: 5px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
	position: relative;
	overflow: hidden;
	/*border: 1px solid rgba(150, 150, 150, 0.25);*/
	background-color: rgba(255, 255, 255, 1);
}

.card-sub-item .portfolio-card-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.card-sub-item .portfolio-card-image img {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	height: 71.25vw;
	max-height: 300px;
}

@media only screen and (max-width: 767px) {
	.portfolio-subtitle {
		font-weight: bold;
		font-size: 16px;
	}
	.portfolio-description {
		font-size: 14px;
	}
	.text-item {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.card-item {
		width: 47.5%;
		margin: 0 auto;
		max-width: 400px;
	}
	.card-sub-item .portfolio-card-image img {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		width: 100%;
		height: 35.625vw;
		max-height: 300px;
	}
	.portfolio-subtitle {
		font-weight: bold;
		font-size: 1.8vw;
	}
	.portfolio-description {
		font-size: 1.6vw;
	}
	.text-item {
		margin: auto;
		padding: 20px;
		text-align: justify;
		font-size: 1.8vw;
	}
}

@media only screen and (min-width: 1080px) {
	.card-item {
		width: 24%;
		margin: 0 auto;
	}
	.card-sub-item .portfolio-card-image img {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		width: 100%;
		height: 18vw;
		max-height: 288px;
	}
	.portfolio-subtitle {
		font-weight: bold;
		font-size: 1.0vw;
	}
	.portfolio-description {
		font-size: 0.8vw;
	}
	.text-item {
		margin: auto;
		padding: 20px;
		text-align: center;
		font-size: 1.45vw;
	}

}

@media only screen and (min-width: 1450px) {
	.portfolio-subtitle {
		font-weight: bold;
		font-size: 16px;
	}
	.portfolio-description {
		font-size: 14px;
	}
	.text-item {
		margin: auto;
		padding: 20px;
		text-align: center;
		font-size: 16px;
	}
}

.card-sub-item:hover .portfolio-card-overlay, .card-sub-item.hover_effect .portfolio-card-overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
   	-webkit-transition: all 0.4s ease 0s;
   	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0.7);
}

.portfolio-card-overlay {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.card-sub-item:hover, .card-sub-item.hover_effect {
	box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.2), 4px 12px 18px 0 rgba(50, 50, 50, 0.19);
}

.cardtext-container {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	height: 85px;
}

.portfolio-card-overlay-text-container {
	width: 800px;
	margin: 20px;
	padding: 20px;
	border: 1.5px solid rgba(255, 255, 255, 1);
	overflow: hidden;
}

.portfolio-subtitle {
	font-weight: bold;
}

.text-item {
	margin: auto;
	padding: 20px;
	text-align: center;
}

#loadmore-button span {
	transition: 0.4s;
	color: rgba(255, 255, 255, 1);
}

.pagination {
	margin: 20px auto;
}

/* ---------- Footer Content ---------- */
@media only screen and (max-width: 767px) {
	.footer-container p {
		color: rgba(105, 105, 105, 1);
		text-decoration: none;
		font-size: 0.8em;
	}
	
	.footer-container a {
		color: rgba(105, 105, 105, 1);
		text-decoration: none;
	}

	.footer-container a:hover {
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
	    -webkit-transition: all 0.4s ease 0s;
	    -o-transition: all 0.4s ease 0s;
		text-shadow: 1px 1px 10px rgba(200, 200, 200, 1);
	}
}

.footer-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	background-color: rgba(35, 31, 32, 1);
}

.footer-container p {
	color: rgba(105, 105, 105, 1);
	text-decoration: none;
	margin: 25px 0;
	font-weight: bold;
}

.footer-container a {
	color: rgba(105, 105, 105, 1);
	text-decoration: none;
}

.footer-container a:hover {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
	text-shadow: 1px 1px 10px rgba(200, 200, 200, 1);
}

/*.return-top{
	margin: 25px 0;
}*/


/* ---------- Animation ---------- */

.slideanim {
	visibility:hidden;
}
.slide {
	animation-name: slide;
    -webkit-animation-name: slide;
	-moz-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
	0% {
  		opacity: 0;
  		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
    0% {
	    opacity: 0;
    	-webkit-transform: translateY(70%);
    }
    100% {
    	opacity: 1;
		-webkit-transform: translateY(0%);
    }
}

@-moz-keyframes slide {
    0% {
	    opacity: 0;
    	-webkit-transform: translateY(70%);
    }
    100% {
    	opacity: 1;
		-webkit-transform: translateY(0%);
    }
}

/* ---------- 404 and THANKYOU ---------- */
.row::after {
    content: "";
    clear: both;
    display: block;
}

.page-not-found-item, .thankyou-item {
	float: left;
	padding: 20px;
}

.page-not-found, .thankyou {
	margin: 100px auto;
}

.page-not-found h1, .thankyou h1 {
	font-size: 2.5em;
	font-weight: bold;
}
.page-not-found p, .thankyou p {
	font-size: 1.5em;
}

#page-not-found-button a, #thankyou-button a {
	transition: 0.4s;
	padding: 15px 0;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
