/*
* Talamone (HTML)
* Copyright 2014, Limitless LLC
* www.limitless.company
*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Table of Content
==================================================
	#Header
	#Home
	#About
	#Team
	#Gallery
	#Facts
	#Works
		#Project
	#Services
	#Blog
		#Article
	#Contact
	#Footer */

	header, section.home .title, section.home .subtitle, section.home .buttons, 
	section.about .story, section.about .image, section.team .row, section.gallery .container, section.facts .fact, 
	section.works .filter, section.works .row, 
	section.services .filter,
	section.project .info, section.project .gallery, section.project .links, 
	section.blog .post, 
	section.article .info, section.article .content, section.article .links, 
	section.contact .content, section.contact .map {
		opacity: 0;
	}

/* #Header
================================================== */
	
	header.header {
		background-color: transparent;
		height: 105px;
		position: fixed;
		text-align: center;
		top: 0px;
		width: 100%;
		z-index: 100;
	}

	header.header.scroll, header.header.nocover {
		background-color: #111111;
	}
	
	header.header .logo_cont {
		width: 113px;
	}

	header.header .logo {
		background-color: transparent;
		background-image: url(../img/misc/header-logo.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		cursor: pointer;
		height: 80px;
		margin-top: 10px;
		opacity: 1;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}
	
	header.header .menu_opt {
		float: none;
	}

	header.header .menu {
		background-color: transparent;
		background-image: url(../img/misc/navigation-menu.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22px 14px;
		border: none;
		cursor: pointer;
		display: none;
		float: right;
		height: 14px;
		margin-top: 23px;
		opacity: 0.5;
		text-indent: 9999px;
		width: 22px;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

	header.header .menu:hover {
		opacity: 1;
	}

	header.header.active .menu {
		background-image: url(../img/misc/navigation-menu-close.png);
		background-size: 14px 14px;
	}

	header.header .navigation {
		display: block;
		margin-top: 25px;
		text-align: center;
	}

	header.header .navigation li {
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 0px;
		margin-right: 40px;
		opacity: 0.5;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	header.header .navigation li:hover, header.header .navigation li.active {
		opacity: 1;
	}

	header.header .navigation li:last-child {
		margin-left: 0px;
		margin-right: 0px;
	}


/* #Home
================================================== */

	section.home {
		position: relative;
	}

	section.home .inner {
		bottom: 0px;
		left: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	section.home .image {
		background-attachment: scroll;
		background-color: #000000;
		background-image: url(../img/backgrounds/home.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 1;
	}	

	section.home .video {
		overflow: hidden;
	}

	section.home .image, section.home .slider, section.home .slides, section.home .slide, section.home .video {
		bottom: 0px;
		left: 0px;
		position: absolute !important;
		right: 0px;
		top: 0px;
	}

	section.home .slides, section.home .slide {
		margin-bottom: 0px;
	}

	section.home .slide {
		background-attachment: scroll;
		background-color: #000000;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}

	section.home video {
		background-color: #111111;
	}

	section.home .title {
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		font-size: 80px;
		font-weight: 200;
		letter-spacing: 0.025em;
		line-height: 100px;
		margin-bottom: 20px;
	}

	section.home .title .registered {
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		font-size: 50px;
		font-weight: 200;
		letter-spacing: 0.025em;
		line-height: 100px;
		margin-bottom: 20px;
		display: inline;
	}

	section.home .subtitle {
		color: #ffffff;
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

	section.home .subtitle span {
		opacity: 0.5;
	}
	
	section.home .second {
		float: right;
		padding-top: 21%;
		text-align: left;
		width: 540px;
	}

	section.home .buttons {
		bottom: 0px;
		left: 0px;
		position: absolute;
		right: 0px;
		z-index: 1000;
	}

	section.home .discover {
		background-color: transparent;
		background-image: url(../img/misc/home-discover.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 17px 8px;
		bottom: 50px;
		color: #ffffff;
		cursor: pointer;
		left: 200px;
		letter-spacing: 0.1em;
		margin-top: 4px;
		opacity: 0.5;
		padding-bottom: 10px;
		position: absolute;
		right: 200px;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	section.home .discover:hover, section.home .watch:hover {
		opacity: 1;
	}

	section.home .watch {
		background-color: transparent;
		background-image: url(../img/misc/home-watch.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 33px 33px;
		bottom: 50px;
		color: #ffffff;
		cursor: pointer;
		height: 33px;
		left: 10px;
		letter-spacing: 0.1em;
		opacity: 0.5;
		padding-left: 43px;
		padding-top: 5px;
		position: absolute;
		text-align: left;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}


/* #About
================================================== */

	section.about {
		
	}

	section.about .offset {
		padding-bottom: 0px;
	}

	section.about .cover {
		background-image: url(../img/covers/about.jpg);
	}

	section.about .story {
		background-color: #111111;
		height: 525px;
		margin-left: 0px !important;
		padding: 75px 50px;
		text-align: left;
		width: 470px /*!important*/;
	}

	section.about .story .title {
		color: #ffffff;
		margin-bottom: 30px;
	}

	section.about .story .text {
		color: #a0a0a0;
		font-family: "Raleway",sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 25px;
	}

	section.about .image {
		height: 525px;
		margin-right: 0px !important;
		width: 470px /*!important*/;
	}

	section.about .image img {
		height: 100%;
		width: 100%;
	}


/* #Team
================================================== */

	section.team {
		
	}

	section.team .row {
		margin-bottom: 60px;
	}

	section.team .row:last-child {
		margin-bottom: 0px;
	}

	section.team .member {
		cursor: pointer;
		margin-bottom: 10px;
		padding: 0px 10px;
	}

	section.team .member .image {
		background-color: #111111;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 120px 120px;
		height: 120px;
		margin: 0px auto 20px;
		width: 120px;
	}

	section.team .member.join .image {
		background-color: #d4d4d4 !important;
	}

	section.team .member .image img {
		display: none;
	}

	section.team .member .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 0px;
		text-transform: uppercase;
	}

	section.team .member .subtitle {
		color: #999999;
		font-size: 14px;
		letter-spacing: 0.025em;
	}


/* #Gallery
================================================== */

	section.gallery {

	}

	section.gallery .offset {
		padding: 0;
	}

	section.gallery .container {
		padding: 0px 10px;
	}

	section.gallery .image {
		line-height: 0px;
		margin: 0px !important;
	}

	section.gallery .image.half {
		width: 470px;
	}

	section.gallery .image img {
		/*cursor: pointer;*/
		width: 100%;
		/*-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;*/
	}

	section.gallery .image img:hover {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
	}


/* #Facts
================================================== */

	section.facts {

	}

	section.facts .fact {
		text-align: left;
	}

	section.facts .fact .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 36px;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 18px;
	}

	section.facts .fact .text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0px;
	}


/* #Work
================================================== */

	section.works {

	}

	section.works .offset {
		padding-top: 50px !important;
	}

	/*section.works .cover {
		background-image: url(../img/covers/work.jpg);
	}*/

	section.works .filter {
		margin-bottom: 15px;
		margin-top: 0px;
		text-align: left;
	}

	section.works .filter li {
		color: #999999;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		margin-right: 60px;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	section.works .filter li:last-child {
		margin-right: 0px;
	}

	section.works .filter li:hover, .works .filter li.active {
		color: #000000;
	}

	section.works .grid {

	}

	section.works .row {
		margin-bottom: 70px;
	}

	section.works .project {
		background-color: transparent;
		line-height: 0px;
		position: relative;
	}

	section.works .project .thumbnail, .works .project img {
		cursor: pointer;
		height: 300px;
		margin: 0px auto;
		width: 300px;
	}

	section.works .project .thumbnail {
		opacity: 1;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
		-ms-transition: all .6s ease;
		-o-transition: all .6s ease;
		transition: all .6s ease;
	}

	section.works .project .thumbnail.active {
		opacity: 0.1;
	}

	section.works .project .info {
		background: transparent;
		left: 0px;
		opacity: 0;
		position: absolute;
		right: 0px;
		z-index: 100;
		-webkit-transition: all .6s ease;
		-moz-transition: all .6s ease;
		-ms-transition: all .6s ease;
		-o-transition: all .6s ease;
		transition: all .6s ease;
	}

	section.works .project .info.active {
		opacity: 1;
	}

	section.works .project .info .title {
		color: #000000;
		cursor: pointer;
		font-family: "Montserrat";
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 24px;
		text-transform: uppercase;
	}

	section.works .project .info .subtitle {
		color: #000000;
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
		opacity: 0.5;
		text-transform: capitalize;
	}
	
	section.works .menu_dos {
		margin: 0 auto;
    	width: 640px;
	}


/* #Project
================================================== */

	section.project {
		
	}

	section.project .offset {
		padding-bottom: 0px;
		padding-top: 130px !important;
	}

	section.project .content {
		
	}

	section.project .info {

	}

	section.project .info .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	section.project .info .subtitle {
		font-size: 15px;
		margin-bottom: 40px;
		margin-top: 8px;
		text-transform: uppercase;
	}

	section.project .info p {
		padding: 0px 100px;
	}

	section.project .info .more {
		margin-top: 20px;
	}

	section.project .gallery {
		margin: 47px 0px 0px;
	}

	section.project .gallery .container {
		padding: 0px 10px;
	}

	section.project .image {
		line-height: 0px;
		margin: 0px !important;
	}

	section.project .image.half {
		width: 470px;
	}

	section.project .image img {
		cursor: pointer;
		width: 100%;
	}

	section.project .links {
		margin-bottom: 20px;
		padding-top: 20px;
		text-align: left;
	}

	section.project .back {
		margin-left: 0px;
	}

	section.project .social {
		float: right;
		margin-right: 0px;
		text-align: right;
	}

	section.project .links .all, section.project .social .facebook, section.project .social .twitter {
		background-position: left center;
		background-repeat: no-repeat;
		color: #000000;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.1em;
		opacity: 0.5;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	section.project .links .all:hover, section.project .social .facebook:hover, section.project .social .twitter:hover {
		opacity: 1;
	}

	section.project .links .all {
		background-image: url(../img/misc/project-close.png);
		background-size: 11px 11px;
		margin-left: 0px;
		padding-left: 20px;
	}

	section.project .social .facebook {
		background-image: url(../img/misc/project-facebook.png);
		background-size: 16px 16px;
		margin-right: 50px;
		padding-left: 24px;
	}

	section.project .social .twitter {
		background-image: url(../img/misc/project-twitter.png);
		background-size: 16px 16px;
		padding-left: 24px;
	}

	section.specials .cover {
		background-image: url(../img/covers/specials_1366x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}

/* #Services
================================================== */

	section.services {

	}

	section.services .offset {
		padding-top: 50px !important;
	}

	section.works .cover {
		/*background-image: url(../img/covers/menu.jpg);*/
		background-image: url(../img/covers/menu_1366x350.jpg);
	}

	section.services .filter {
		margin-bottom: 40px;
		margin-top: 0px;
		text-align: center;
	}

	section.services .filter li {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 32px 32px;
		color: #999999;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		margin: 0px 90px;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	section.services .filter li:first-child {
		margin-left: 0px;
	}

	section.services .filter li:last-child {
		margin-right: 0px;
	}

	section.services .filter li:hover, .services .filter li.active {
		border-bottom: 1px solid #c2c2c2;
    	padding-bottom: 13px;
	}

	section.services .filter .icon {
		display: block;
		font-size: 2.5em;
		margin-bottom: 5px;
	}
	
	section.services .filter .fijo {
		left: 470px;
    	position: absolute;
		font-family: "Montserrat";
		font-size: 10px;
		font-weight: 400;
		color: #999999;
		text-transform: uppercase;
	}

	section.services .grid {
		min-height: 800px;
	}

	section.services .row {
		margin-bottom: 20px;
	}

	section.services .service {
		display: none;
		line-height: 0px;
		margin-top: 15px;
		position: relative;
	}

	section.services .service.active {
		display: block;
		margin-bottom: 70px;
	}

	section.services .service .image {
		cursor: pointer;
		height: 470px;
		margin-right: 0px !important;
		width: 470px;
	}
	
	section.specials .service .image {
		cursor: pointer;
		height: 349px !important;
		margin-right: 0px !important;
		width: 470px !important;
	}

	section.services .service img {
		height: 100%;
		width: 100%;
	}

	section.services .service .info {
		background-color: #0d0d0d;
		height: 470px;
		margin-left: 0px !important;
		padding-left: 40px;
		padding-right: 40px;
		position: relative;
		text-align: left;		
		width: 470px;
	}
	
	section.specials .service .info {
		background-color: #0d0d0d;
		height: 349px;
		margin-left: 0px !important;
		padding-left: 40px;
		padding-right: 40px;
		position: relative;
		text-align: left;		
		width: 470px;
	}

	section.services .service .info .content {
		position: relative;
	}

	section.services .service .info .title {
		color: #f0f0f0;
		cursor: pointer;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 24px;
		text-transform: uppercase;
	}

	section.services .service .info .text {
		color: #a0a0a0;
		font-weight: 400;
		font-family: 'Raleway', sans-serif;
		font-size: 13px;
		line-height: 25px;
	}
	
	section.contact .member .image img {
		border: 1px solid #e3e3e3;
	}
	
	section.contact .member .title {
		font-family: "Montserrat", sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #000000;
		text-transform: uppercase;
	}
	
	section.contact .member .subtitle a {
		font-weight: 400;
		font-family: 'Raleway', sans-serif;
		font-size: 10px;
		color: #999999;
		text-decoration: none;
	}
	
	section.contact .row {
		margin-bottom: 80px;
	}


/* #Blog
================================================== */

	section.blog {

	}

	section.blog .offset {
		padding-top: 50px !important;
	}

	section.blog .cover {
		background-image: url(../img/covers/press_1366x350.jpg);
	}

	section.blog .col-1 .post {
		padding-right: 15px;
	}

	section.blog .col-2 .post {
		padding-left: 15px;
	}

	section.blog .post {
		margin-bottom: 50px;
	}

	/*section.blog .post:last-child {
		margin-bottom: 0px;
	}*/

	section.blog .post .thumbnail, .blog .post .thumbnail img {
		/*cursor: pointer;*/
		height: 169px;
		width: 300px;
	}

	section.blog .post .info {
		background-color: #ffffff;
		cursor: pointer;
		height: 150px;
		padding: 15px 30px;
		text-align: left;
	}

	section.blog .post .info .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 16px;
		text-transform: uppercase;
	}

	section.blog .post .info .date {
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 12px;
		color: #888888;
		margin-bottom: 13px;
	}


/* #Article
================================================== */

	section.article {
		
	}

	section.article .offset {
		padding-bottom: 0px;
		padding-top: 130px !important;
	}

	section.article .info {

	}

	section.article .info .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	section.article .info .date {
		font-size: 15px;
		margin-bottom: 40px;
		margin-top: 8px;
		text-transform: uppercase;
	}

	section.article .info .thumbnail {
		margin-bottom: 60px;
		margin-top: 30px;
	}

	section.article .info .thumbnail img {
		max-width: 100%;
	}

	section.article .content {
		margin-bottom: 70px;
	}

	section.article .content p {
		padding: 0px 100px;
		text-align: left;
	}

	section.article .content p:last-child {
		margin-bottom: 0px;
	}

	section.article .links {
		border-top: 2px solid #dddddd;
		margin-bottom: 20px;
		padding-top: 15px;
		text-align: left;
		width: 940px;
	}

	section.article .back {
		margin-left: 0px;
	}

	section.article .social {
		float: right;
		margin-right: 0px;
		text-align: right;
	}

	section.article .links .all, section.article .social .facebook, section.article .social .twitter {
		background-position: left center;
		background-repeat: no-repeat;
		color: #000000;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.1em;
		opacity: 0.5;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	section.article .links .all:hover, section.article .social .facebook:hover, section.article .social .twitter:hover {
		opacity: 1;
	}

	section.article .links .all {
		background-image: url(../img/misc/article-close.png);
		background-size: 11px 11px;
		margin-left: 0px;
		padding-left: 20px;
	}

	section.article .social .facebook {
		background-image: url(../img/misc/article-facebook.png);
		background-size: 16px 16px;
		margin-right: 50px;
		padding-left: 24px;
	}

	section.article .social .twitter {
		background-image: url(../img/misc/article-twitter.png);
		background-size: 16px 16px;
		padding-left: 24px;
	}


/* #Contact
================================================== */

	section.contact {
		
	}

	section.contact .cover {
		background-image: url(../img/covers/visit_us.jpg);
	}

	section.contact .offset {
		padding-top: 0;
	}

	section.contact .map {
		height: /*560px*/731px;
	}

	section.contact .content {
		margin-bottom: 120px;
		margin-top: 10px;
		padding-right: 50px;
		position: relative;
		text-align: left;
	}

	section.contact .form {
		margin-bottom: 80px;
	}

	section.contact .info .title {
		margin-bottom: 20px;
	}

	section.contact .info a {		
		color: #666666;
		display: block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 24px;
		margin-bottom: 0px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
		margin-left: 15px;
	}
	
	section.contact .info p {
		margin-top: 20px;
		color: #434343;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: normal;
	}

	section.contact .info a:hover, .contact .info a:focus {		
		color: #000000;
	}

	section.contact .info .link:hover {
		opacity: 1;
	}

	section.contact .form .title {
		margin-bottom: 10px;
	}
	
	section.contact .form p {
		color: #434343;
		font-family: 'Raleway', sans-serif;
		font-weight: 300;
		font-size: 14px;
		line-height: normal;
	}



	section.contact .form .submit {
		background-image: url(../img/misc/more.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 10px 10px;
		float: right;
	}

	section.contact .form .message,  section.blog .message {
		display: none;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	section.contact .form .message.active, section.blog .message.active  {
		display: block;
	}

	section.contact .form .message.success, section.blog .message.success {
		color: #007e27;
	}

	section.contact .form .message.error, section.blog .message.error {
		color: #880e0e;
	}


/* #Footer
================================================== */

	footer.footer {
		background-color: #111111;
		margin-top: 75px;
		text-align: center;
	}
	
	.visit_us footer.footer {
		margin-top: 0;
	}

	footer.footer .offset {
		padding: 40px 0px !important;
	}

	footer.footer .contactus {
		/*background-attachment: scroll;*/
		background-color: #dddddd;
		/*background-image: url(../img/covers/footer.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;*/
		height: 300px;
		position: relative;
	}

	/*.press-spec footer.footer .contactus {
		display: none;
	}*/	

	footer.footer .contactus .content {
		display: inline-block;
		float: none;
	}

	footer.footer .contactus .title {
		color: #000000;
		font-family: "Montserrat";
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	footer.footer .contactus .text,
	footer.footer .contactus p {
		color: #000000;
		opacity: 0.5;
		font-family: "Raleway",sans-serif;
	}

	footer.footer .contactus .link {
		border-bottom: 2px solid #000000;
		color: #000000;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 14px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	footer.footer .contactus .link:hover {
		opacity: 0.5;
	}

	footer.footer .copyright {
		color: #444444;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 12px;
		text-align: left;
	}

	footer.footer .social {
		text-align: right;
	}

	footer.footer .social ul {
		margin-bottom: 0px;
	}

	footer.footer .social li {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		border: none;
		cursor: pointer;
		display: inline-block;
		height: 16px;
		margin: 0px 10px;
		opacity: 0.4;
		width: 16px;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}

	footer.footer .social li:last-child {
		margin-right: 0px;
	}

	footer.footer .social li:hover, footer .social li:active {
		opacity: 1;
	}

	footer.footer .social .facebook {
		background-image: url(../img/social/facebook.png);
	}

	footer.footer .social .twitter {
		background-image: url(../img/social/twitter.png);
	}

	footer.footer .social .instagram {
		background-image: url(../img/social/instagram.png);
	}

	footer.footer .social .behance {
		background-image: url(../img/social/behance.png);
	}

	footer.footer .social .googleplus {
		background-image: url(../img/social/google.png);
	}

	footer.footer .social .youtube {
		background-image: url(../img/social/youtube.png);
	}

	footer.footer .social .youtube {
		background-image: url(../img/social/youtube.png);
	}

	footer.footer .social .linkedin {
		background-image: url(../img/social/linkedin.png);
	}

	footer.footer .social .vimeo {
		background-image: url(../img/social/vimeo.png);
	}

	footer.footer .social .github {
		background-image: url(../img/social/github.png);
	}

	footer.footer .social .flickr {
		background-image: url(../img/social/flickr.png);
	}

	footer.footer .social .pinterest {
		background-image: url(../img/social/pinterest.png);
	}


/* #FlexSlider
================================================== */


	.flex-direction-nav a {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px 22px;
		color: transparent;
		opacity: 0.5 !important;
		text-shadow: none !important;
	}

	.flex-direction-nav .flex-prev {
		background-image: url(../img/misc/navigate-left.png);
		left: 5% !important;
	}

	.flex-direction-nav .flex-next {
		background-image: url(../img/misc/navigate-right.png);
		right: 5% !important;
	}


@media only screen and (max-width: 767px) {
	
	header.header.active {
		background-color: #111111 !important;
	}
	
	section.works .cover {
		background-image: url(../img/covers/menu_768x350.jpg);
	}
	
	section.blog .cover {
		background-image: url(../img/covers/press_768x350.jpg);
	}
	
	section.specials .cover {
		background-image: url(../img/covers/specials_768x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}
	
	section.home .second {
		float: none;
		padding-top: 21%;
		text-align: center;
		width: auto;
	}
	
	section.about .story {
		padding: 30px;
		width: 100% !important;
	}

	
	section.about .story .text,
	section.services .service .info .text {
		font-size: 13px;
		line-height: 21px;
	}
	
	section.services .service .info .text {
		width: 100% !important;
	}

	section.contact .content {
		margin-top: -80px !important;
		padding-right: 20px;
	}
	
	section.contact .info {
		padding: 0 !important;
		margin-bottom: 30px;
	}

	section.contact .info a {
		font-size: 11px;
	}
	
	section.contact .info a,
	section.contact .info p {
		margin-left: 0;
	}
	
	section.contact .info p {
		font-size: 12px;
        line-height: 16px;
	}
	
	section.contact .form p {
	    text-align: left;
   	    font-size: 12px;
        line-height: 16pxxx;
    }

	section.works .project .info {
		opacity: 1;
		position: relative;
		top: 4px !important;
	}
	
	.works .project {
		margin-bottom: 40px !important;
	}
	
	section.services .row {
		margin-bottom: 0;
	}
	
	section.works .menu_dos {
		width: /*300px*/420px;
	}
	
	section.services .filter li:first-child {
		margin-bottom: 20px;
	}
	
	section.services .filter li {
		margin: 0;
    	width: 100%;
	}
	
	section.services .filter li:hover,
	.services .filter li.active {
		color: #333333;
		border-bottom: medium none;
	    padding-bottom: 0;
	}
	
	section.services .filter .fijo {
		left: 142px;
		top: 21px;
	}
	
	.parties .member {
		padding-bottom: 20px;
	}

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	header.header.active {
		background-color: #111111 !important;
	}
	
	section.works .cover {
		background-image: url(../img/covers/menu_768x350.jpg);
	}
	
	section.blog .cover {
		background-image: url(../img/covers/press_768x350.jpg);
	}
	
	section.specials .cover {
		background-image: url(../img/covers/specials_768x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}
	
	section.about .story,
	section.services .service .info/*,
	section.works .menu_dos*/ {
		width: 100% !important;
		height: auto;
	}
	
	section.gallery .image,
	section.gallery .image.half {
		width: 420px !important;
	}
	
	section.contact .map {
		width: 420px !important;
	}
	
	section.services .filter .fijo {
		left: 202px;
	}
	
	section.blog .post .thumbnail,
	.blog .post .thumbnail img {
		height: 237px !important;
		width: 420px !important;
	}
		
}

@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation: portrait)
{ 

	section.works .cover {
		background-image: url(../img/covers/menu_768x350.jpg);
	}
	
	section.blog .cover {
		background-image: url(../img/covers/press_768x350.jpg);
	}
	
	section.specials .cover {
		background-image: url(../img/covers/specials_768x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}

	section.works .project .thumbnail {
		opacity: 0.4;
	}
	
	section.works .project .info {
		opacity: 1;
	}
	
	section.blog .post .thumbnail,
	.blog .post .thumbnail img,
	.blog .post .thumbnail {
		height: /*133px*/auto !important;
		width: /*236px*/100% !important;
		margin-bottom: -4px;
	}
	
	section.services .service .image,
	section.services .service .info {
		height: 500px !important;
		width: 374px !important;
	}
	
	section.parties .service .image,
	section.parties .service .info {
	  height: 570px !important;
	  width: 374px !important;
	}
	
	section.specials .service .image,
	section.specials .service .info {
	  height: 374px !important;
	  width: 374px !important;
	}
	
	section.works .project .thumbnail,
	.works .project img {
	  height: 236px;
	  width: 236px;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

	section.works .cover {
		background-image: url(../img/covers/menu_1024x350.jpg);
	}
	
	section.blog .cover {
		background-image: url(../img/covers/press_1024x350.jpg);
	}
	
	section.specials .cover {
		background-image: url(../img/covers/specials_1024x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}
	  
	section.works .project .thumbnail {
		opacity: 0.4;
	}
	
	section.works .project .info {
		opacity: 1;
	}
	
	section.blog .post .thumbnail,
	.blog .post .thumbnail img,
	.blog .post .thumbnail {
		height: /*133px*/auto !important;
		width: /*236px*/100% !important;
		margin-bottom: -4px;
	}
	
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
	
	.home .vertical-center,
	.home .container .sixteen.columns {
		width: 250px !important;
	}
	
	.home .flex-direction-nav .flex-prev {
		left: 0 !important;
		top: 52%;
	}
	
	.home .flex-direction-nav .flex-next {
		right: 0 !important;
		top: 52%;
	}
	
	section.works .cover {
		background-image: url(../img/covers/menu_320x350.jpg);
	}
	
	section.blog .cover {
		background-image: url(../img/covers/press_320x350.jpg);
	}
	
	section.specials .cover {
		background-image: url(../img/covers/specials_320x350.jpg);
	}

	section.parties .cover {
		background-image: url(../img/covers/story.jpg);
	}
	  
	.cover .navigate.left {
		left: 2%;
	}
	
	.cover .navigate.right {
		right: 2%;
	}
	
	section.services .service .info {
		height: auto;
	}
	
	section.works .project .thumbnail,
	.works .project img {
		width: 280px !important;
		height: 280px !important;
	}
	
	section.works .menu_dos {
		width: 280px !important;
	}
	
	section.services .filter .fijo {
		left: 132px;
	}
	
	section.blog .post .thumbnail,
	.blog .post .thumbnail img,
	.blog .post .thumbnail {
		height: auto !important;
		width: 100% !important;
		margin-bottom: -4px;
	}
	
	section.services .filter .fijo {
		left: 132px !important;
	}

}
