/* =================================================================== */
/* 
/*  BeOcean Media Queries
/*  Basado en Puremedia v1.0 by styleshout.com
/*
/* =================================================================== */


/* small screens */
@media only screen and (max-width:900px) {

	/* content styles */
	#content #sidebar { padding-left: 0; }

	/* hero section */
	#hero-slider {	margin: 96px auto 30px;	}
	#hero-slider .flex-caption h1 {
		font: 44px/1.3 "raleway-semibold", sans-serif;
		margin-bottom: 36px;
	}

	/* portfolio section */
	#portfolio .row.items {
		max-width: none;
		width: 100%;
		padding: 0;
	}
	#portfolio .row.items .twelve.columns {
		padding: 0;
	}

} /* 900 */


/* tablets */
@media only screen and (max-width:768px) {

	/* header styles */
	header {
		background: #ffffff;
		height: 90px;
	}
	header .logo {
		margin: 0;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 993;
	}
	header .logo a {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: none !important;
		width: auto !important;
		height: 90px !important;
		font: normal 16px/1 sans-serif !important;
		color: transparent;
		text-shadow: none;
	}
	header .logo a img {
		height: 70px !important;
		width: auto !important;
		display: block !important;
		margin: 0 !important;
	}

	/* mobile navigation */
	#nav-wrap {
	z-index: 994;
	display: block;
	margin-top: 0;
	width: auto;
	float: none;
	position: absolute;
	top: 0;
	right: 15px;
}
	#nav-wrap > a {
	background: #ffffff;
	border: none;
	color: white;
	height: 90px;
	width: 60px;
	font-size: 12px;
	float: right;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
	#nav-wrap .menu-text {
		display: none;
	}
	#nav-wrap .menu-icon {
		display: block;
		background: #004AAD;
		width: 32px;
		height: 3px;
		position: relative;
		margin: 0;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
	}
	#nav-wrap .menu-icon:before,
	#nav-wrap .menu-icon:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #004AAD;
		left: 0;
	}
	#nav-wrap .menu-icon:before {
		bottom: 10px;
	}
	#nav-wrap .menu-icon:after {
		top: 10px;
	}
	#nav-wrap ul#nav {
		background: #1a1a2e;
		padding: 54px 45px 60px 45px;
		margin: 0;
		height: auto;
		display: none;
		clear: both;
		width: 100%;
		float: none;
		position: relative;
		top: 0;
		right: 0;
	}
	#nav-wrap ul#nav > li {
		display: block;
		float: none;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(255,255,255,0.1);
		padding: 6px 0;
	}
	#nav-wrap ul#nav > li:first-child {
		border-top: 1px dotted rgba(255,255,255,0.1);
	}
	#nav-wrap ul#nav li a {
		display: block;
		width: auto;
		padding: 12px 0;
		line-height: 16px;
		border: none;
		color: rgba(255,255,255,0.7) !important;
	}
	#nav-wrap ul#nav li a:hover {
		color: #ffffff !important;
		background: transparent !important;
	}
	#nav-wrap ul#nav li.current > a {
		background: none;
		color: #0AD3FF !important;
	}
	.js #nav-wrap a.mobile-btn { display: none; }
	.js #nav-wrap a#toggle-btn { display: block; }
	.no-js #nav-wrap:not(:target) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type { display: block; }
	.no-js #nav-wrap:target ul#nav { display: block; }

	/* content styles */
	#content { padding-top: 54px; }
	#content #sidebar { margin-top: 42px; padding-left: 0; }

	/* footer styles */
	footer { padding-bottom: 36px; }
	footer .footer-about { padding-right: 25px; }
	footer .copyright { padding-left: 15px; padding-right: 60px; }
	footer #go-top { right: 0; }
	footer #go-top a { height: 60px; width: 60px; line-height: 60px; padding: 0; }
	footer #go-top a span { display: none; }
	footer #go-top a i { font-size: 16px; }

	/* common and shared styles */
	.section-head p { width: 100%; }

	/* hero section */
	#hero-slider { margin: 90px auto 24px; }
	#hero-slider .flex-caption { margin: 0 8%; }
	#hero-slider .flex-caption h1 {
		font: 42px/1.3 "raleway-semibold", sans-serif;
	}

	/* about section */
	#about .about-content { padding: 0 30px; }
	#about .left { padding-right: 15px; }
	#about .right { padding-left: 15px; }

} /* 768 */


/* mobiles */
@media only screen and (max-width:600px) {

	/* content styles */
	#content { padding-top: 48px; }

	/* footer styles */
	footer .footer-about { padding-right: 10px; }
	footer .copyright { padding-left: 10px; }

	/* hero section */
	#hero { padding-bottom: 66px; }

	/* service section */
	.service-list .bgrid {
		margin-top: 12px;
		margin-bottom: 12px;
		padding: 0 60px;
	}

	/* about section */
	#about h3 { text-align: center; }
	#about .left { padding-right: 10px; }
	#about .right { padding-left: 10px; }

	/* contact section */
	#contact .form-section {
		padding-left: 40px;
		padding-right: 40px;
	}

} /* 600 */


/* small small mobiles */
@media only screen and (max-width:480px) {

	/* hero section */
	#hero-slider {
		width: 94%;
		margin: 54px auto 24px;
	}
	#hero-slider .flex-caption { margin: 0; }
	#hero-slider .flex-caption h1 {
		font: 36px/1.3 "raleway-semibold", sans-serif;
	}

} /* 480 */


@media only screen and (max-width:460px) {

	/* footer styles */
	footer .right-cols .columns { width: 100% !important; }

	/* services section */
	.service-list .bgrid { padding: 0 22px; }

	/* contact section */
	#contact .form-section {
		padding-left: 20px;
		padding-right: 20px;
	}

} /* 460 */


@media only screen and (max-width:420px) {

	/* portfolio section */
	.item .item-wrap .portfolio-item-meta { margin-right: 15px; }
	.item .item-wrap .portfolio-item-meta h5 {
		font: 13px/18px "raleway-heavy", sans-serif;
	}
	.item .item-wrap .portfolio-item-meta p {
		font: 12px/18px "raleway-semibold", sans-serif;
	}

} /* 420 */


@media only screen and (max-width:400px) {

	/* footer styles */
	footer .footer-about { padding-right: 0; }
	footer .copyright { padding-left: 0; }

	/* hero section */
	#hero-slider { width: 100%; }
	#hero-slider .flex-caption h1 {
		font: 32px/1.3 "raleway-semibold", sans-serif;
	}

	/* about section */
	#about .about-content { padding: 0 30px; }
	#about .left { padding: 0; }
	#about .right { padding: 0; }

	/* contact section */
	#contact .form-section {
		padding-left: 30px;
		padding-right: 30px;
	}

} /* 400 */


/* make sure the menu is visible on larger screens */
@media only screen and (min-width:768px) {
	#nav-wrap ul#nav {
		display: block !important;
	}
}
