@import url('https://fonts.googleapis.com/css?family=Montserrat:200,500,800|Permanent+Marker');
body, html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Permanent Marker', cursive;*/
}
.slider01{
	background: url(../images/slider/audiocero-main-slider-01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.slider02{
	background: url(../images/slider/audiocero-main-slider-02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.slider03{
	background: url(../images/slider/audiocero-main-slider-03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.slider04{
	background: url(../images/slider/audiocero-main-slider-04.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.main-slider .slider-item{
	overflow: hidden;
	width: 100%;
	display: block;
}
.main-slider {
	position: relative;
}
.slider-gradient-back {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.slogan-main {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 25%;
	z-index: 30;
}
.navbar-default {
	background-color: initial;
	background-image: url(../images/navbar-gradient-background.png);
	background-repeat: repeat-x;
	background-size: 100% 120%;
	border: none;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.navbar-over {
	background-color: rgba(0,0,0,0.8) !important;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav>li>a>i {
	font-size: 1.3rem;
}
.nav>li>a {
	padding: 10px 8px;
	margin: 0 6px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #111;
	background-color: #FFFF45;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
	font-weight: 800;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #5AEDD8;
}
.navbar-brand {
    padding: 15px 15px;
}
.navbar-brand svg path {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand:hover>svg path {
	fill: rgba(255,255,255,0.7);
}
.navbar-brand svg {
	height: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-toggle {
	border: 2px solid #FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
}
.nav>li {
	background-color: rgba(0,0,0,0.9);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-toggle {
	border-color: #FFF;
}
.main-portfolio {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.element-item {
	margin-bottom: 3rem;
}
.services-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	list-style-type: none;
	padding: 0;
	z-index: 24;
	background-color: rgba(0,0,0,0.6);
}
.services-menu li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	vertical-align: text-top;
}
.services-menu li:first-child {
	background-color: #FF40F6;
}
.services-menu li a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	min-height: 76px;
	position: relative;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-menu li:first-child a span {
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	margin-top: 5px;
}
.services-menu li a span {
	font-family: 'Permanent Marker', cursive;
	color: #FFFF45;
	font-size: 1.3rem;
	display: block;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-menu-hover-img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transform: scaleX(0.2) translateY(-50%);
	-moz-transform: scaleX(0.2) translateY(-50%);
	-ms-transform: scaleX(0.2) translateY(-50%);
	-o-transform: scaleX(0.2) translateY(-50%);
	transform: scaleX(0.2) translateY(-50%);
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.main-about-us {
	background-color: #222;
	background-image: url(../images/main-aboutus-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.main-about-text-container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-about-us h2 {
	font-family: 'Permanent Marker', cursive;
	color: #5AEDD8;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1;
}
.main-about-us h2::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 60px;
	margin-top: 15px;
	background: url(../images/main-about-us-title-01.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.main-about-us p {
	color: #FFF;
	text-align: center;
	font-weight: 200;
	line-height: 1.7;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.main-about-us p:first-child:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 60px;
	margin-top: 15px;
	background: url(../images/main-about-us-title-01.png) no-repeat;
	background-size: cover;
	background-position: center;
}
h1 {
	font-family: 'Permanent Marker', cursive;
	color: #5AEDD8;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1;
}
h1::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 20px;
	margin-top: 10px;
	background: url(../images/main-title-01.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.last-projects-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.equipment-section {
	background-color: #222;
}
.equipment-info {
	background: url(../images/main-equipment-back.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
	text-align: left;
	padding: 60px;
}
.equipment-photos h1 {
	font-family: 'Permanent Marker', cursive;
	color: #FF40F6;
	text-align: right;
	font-size: 2.5rem;
	line-height: 1;
	margin: 0;
}
.equipment-photos h1::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	background: url(../images/main-title-02.png) no-repeat;
	background-size: 70% 100%;
	background-position: center right;
}
.equipment-photos {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/equipo1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.equipment-info ul {
	text-align: left;
}
.equipment-info ul li {
	color: #FFFF45;
}
.equipment-info ul li span {
	color: #FFF;
	font-size: 1rem;
}
.subtitle {
	color: #444;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: center;
	font-weight: 200;
}
.last-projects-row {
	padding-top: 30px;
	padding-bottom: 30px;
}
.last-project-item {
	margin-bottom: 30px;
}
.last-project-img-container {
	overflow: hidden;
	height: 150px;
	position: relative;
	display: block;
}
.last-project-img-container:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.last-project-img-container img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.last-projects-title {
	font-weight: 800;
	margin: 0 0 5px 0;
	color: #222;
}
.last-projects-title a {
	display: inline-block;
	color: #222;
	text-decoration: none;
}
.last-projects-title i {
	font-size: 2.2rem;
}
.last-projects-client {
	font-weight: 200;
	font-size: 1.2rem;
	margin: 0 0 0 27px;
}
.last-projects-cat-tag {
	font-size: 1.3rem;
	font-family: 'Permanent Marker', cursive;
	background-color: #FFFF45;
	color: #111;
	padding: 5px 8px;
	display: inline-block;
	margin: 10px 0;
	text-decoration: none;
}
.last-projects-cat-tag:hover {
	color: #FF40F6;
	text-decoration: none;
}
.gmap-container {
	width: 100%;
	height: 300px;
}
.call-to-action-section {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #222;
	text-align: center;
}
.calltoaction-contactus-btn {
	display: inline-block;
	position: relative;
	background-color: cyan;
	color: #222;
	text-align: center;
	padding: 2rem 3rem;
	border-radius: 8px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.calltoaction-contactus-btn:hover {
	text-decoration: none;
}
.calltoaction-contactus-btn:hover i {
	color: magenta;
}
.calltoaction-contactus-btn:hover h4 {
	color: #222;
}
.calltoaction-contactus-btn:hover::after {
	-webkit-transform: scale(1.2) rotate(-12deg);
	-moz-transform: scale(1.2) rotate(-12deg);
	-ms-transform: scale(1.2) rotate(-12deg);
	-o-transform: scale(1.2) rotate(-12deg);
	transform: scale(1.2) rotate(-12deg);
}
.calltoaction-contactus-btn i {
	font-size: 3.5rem;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.calltoaction-contactus-btn h4 {
	font-family: 'Permanent Marker', cursive;
}
.calltoaction-contactus-btn h4 small {
	display: block;
	font-size: 1.2rem;
	font-family: 'Montserrat', sans-serif;
	color: rgba(0,0,0,0.6);
	margin-top: 4px;
}
.calltoaction-contactus-btn::after {
	content: '';
	position: absolute;
    width: 100%;
    height: 60px;
    background: url(../images/main-about-us-title-01.png) no-repeat;
    background-size: 20% 100%;
    background-position: center;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.navbar-interior {
	background-color: #111;
	border-radius: 0;
	margin-bottom: 0;
}
.modal-contact {
	background-color: #222;
}
label {
	color: #FFF;
}
textarea {
	resize: none;
}
.form-control,label {
	font-size: 1.1rem;
}
.btn-contact {
	color: #222;
	background-color: #FFFF45;
	border-color: #FFFF45;
	font-family: 'Permanent Marker', cursive;
}
footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #111;
	text-align: center;
}
footer svg {
	width: 120px;
	display: block;
	margin: 0 auto;
}
footer .footer-place-date {
	color: #FFFF45;
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 15px;
}
.footer-phone {
	display: inline-block;
	padding: 5px 20px;
	color: #111;
	background-color: cyan;
	margin-top: 30px;
	font-size: 2rem;
	font-family: 'Permanent Marker', cursive;
	position: relative;
}
.footer-phone:hover {
	text-decoration: none;
	color: #111;
}
.footer-phone::before {
	content: 'Llámanos';
	position: absolute;
	top: -10px;
	left: -25px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background-color: magenta;
	font-size: 1.4rem;
	padding: 3px 7px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.footer-phone:hover::before {
	-webkit-transform: rotate(-33deg) scale(1.1);
	-moz-transform: rotate(-33deg) scale(1.1);
	-ms-transform: rotate(-33deg) scale(1.1);
	-o-transform: rotate(-33deg) scale(1.1);
	transform: rotate(-33deg) scale(1.1);
}
.last-projects-row h5 {
	font-family: 'Permanent Marker', cursive;
	font-size: 3rem;
	text-align: center;
}
.projects-body {
	background-color: #111;
}
.project-info-section {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.project-info-section h2 {
	font-family: 'Permanent Marker', cursive;
	font-size: 3rem;
}
.project-info-section h5 {
	color: #FF40F6;
}
.project-info-cover-cont {
	min-height: 300px;
}
.project-date-place {
	font-size: 1.1rem;
	color: #555;
}
.project-date-place i {
	margin-right: 5px;
}
.project-date-place span {
	width: 15px;
	height: 5px;
	display: inline-block;
}
.project-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
.back-row {
	text-align: center;
}
.btn-projects-back {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.5rem;
	display: inline-block;
	text-align: center;
	margin: 30px auto 30px auto;
	color: #111;
	background-color: #FF40F6;
	padding: 1rem 3rem;
}
.btn-projects-back:hover {
	color: #111;
	text-decoration: none;
}
audio {
	width: 100%;
	margin-top: 30px;
}
/*########################################################################################################################*/
/* MEDIA QUERIES #########################################################################################################*/
/*########################################################################################################################*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar-nav>li>a {
	    padding-top: 3px;
	    padding-bottom: 3px;
	    margin-top: 12px;
	    margin-bottom: 12px;
	}
	.slogan-main {
		width: 70%;
		left: 5%;
	}
	.nav>li {
		background-color: inherit;
	}
	.services-menu {
		background-color: rgba(0,0,0,0);
	}
	.services-menu li {
		width: 24.5%;
	}
	.services-menu li:first-child {
		display: none;
	}
	.services-menu li a {
		display: block;
		color: #FFF;
		text-transform: uppercase;
		font-size: 1rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		min-height: 76px;
	}
	.services-menu li a span {
		font-family: 'Permanent Marker', cursive;
		color: #FFFF45;
		font-size: 1.3rem;
		display: block;
	}
	.main-about-us p {
		font-size: 1.4rem;
	}
	.last-project-item {
		margin-bottom: 0px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.slogan-main {
		width: 50%;
		left: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.services-menu li {
		width: 12%;
		cursor: pointer;
		min-height: 100px;
		-webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.services-menu li:hover .services-menu-hover-img {
		opacity: 1;
		-webkit-transform: scaleX(1) translateY(-50%);
		-moz-transform: scaleX(1) translateY(-50%);
		-ms-transform: scaleX(1) translateY(-50%);
		-o-transform: scaleX(1) translateY(-50%);
		transform: scaleX(1) translateY(-50%);
	}
	.services-menu li a {
		font-size: 1rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		text-decoration: none;
	}
	.services-menu li a:hover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.services-menu li a:hover span {
		color: #5AEDD8;
	}
	.services-menu li a span {
		font-family: 'Permanent Marker', cursive;
		color: #FFFF45;
		font-size: 1.5rem;
		display: block;
	}
	.main-about-us h2,
	h1 {
		font-size: 4rem;
	}
	.subtitle {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.equipment-info {
		min-height: 400px;
		padding: 100px 0 0 60px;
	}
	.equipment-photos {
		min-height: 400px;
		padding: 100px 60px 0 0;
	}
	.equipment-photos h1 {
		font-size: 2.8rem;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.main-about-us h2 {
		font-size: 4.5rem;
	}
	.main-about-us p {
		width: 80%;
		margin-left: 10%;
	}
	.equipment-info {
		min-height: 500px;
		padding: 150px 0 0 60px;
	}
	.equipment-photos {
		min-height: 500px;
		padding: 150px 60px 0 0;
	}
	.equipment-photos h1 {
		font-size: 3.2rem;
	}
}