	@import url("css/navigation-style.css");
	@import url("css/colors/color-red.css");
	
	html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	
	html,body{
		font-family: 'Open Sans', sans-serif;
		font-size:12px;
		height:100%;
		width:100%;
		color:#666666;
		background:#f5f5f5;
	}
	
	body{
		overflow-x:hidden
        -webkit-font-smoothing:subpixel-antialiased;    
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: 'BrandonGrotesqueBold', sans-serif;
		text-transform:uppercase;
		color:#282828;
	}	
	
	h1 {
		font-size:36px;
		letter-spacing:3px;
		color:#282828;
		text-transform:uppercase;
		margin-bottom: 15px;
	}
	
	p {
		font-size:14px;
	}
	
	b {
		color:#282828;
	}
	
	.container {
		width:960px;
		margin:0 auto;
		padding:100px 20px;
	}
	
	.small-width {
		width:980px;
	}
	
	.no-padding {
		padding:0!important;
	}

    .container.small-width.no-padding{
        width: 1140px !important;
    }
	
	a:hover, a:active, a:focus {
	  outline: 0;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	li {
		list-style:none;
	}
	
	a {
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
/*-----------------------------------------------------------------------------------*/
/*	03: PRELOADER
/*-----------------------------------------------------------------------------------*/

#jpreOverlay, #jSplash {
	background-color: #282828;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}
#jpreSlide {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	font-size: 24px;
	color: #f9f9f9;
   font-family: 'BrandonGrotesqueBold', sans-serif;
	font-weight:500;
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #1dbdb6;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

/*
	h1::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    h2::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    h3::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    h4::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    h2::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    h6::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    p::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    a::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    img::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    div::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
    section::selection {
	background: #2dbdb6;
    color: #f9f9f9
    }
*/
	.one_half {
    	width: 48%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}	

	.last {
		margin-right:0px!important;
	}
	
	.section-title {
		text-align:center;
		width:800px;
		margin:0 auto;
		margin-bottom:60px;
	}
	
	.border {
		background: none repeat scroll 0 0 #999999;
		display: block;
		height: 2px;
		margin: 0 auto;
		width: 100px;
		margin-bottom:40px;
	}
	
	.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;
		
	}

	.clear {
	   clear: both;
    }
	

	


	
	
/*  List Styles  */
	
	
	.icons-ul li {
		color:#999999;
		margin-bottom:10px;
		font-size:14px;
	}
	
	.icons-ul li i{
		margin-right:7px;
	}
	
	.fa-ul {
		font-size:14px;
	}
	
	.fa-ul li {
		margin-bottom:10px;
	}
	
	
/*  Buttons  */
	
	
	
	a.trip-button {
		border-radius:3px;	
		font-family: 'BrandonGrotesqueBold', sans-serif;
		letter-spacing:0;
		text-transform:uppercase;
		display:inline-block;	
	}
	
	.small {
		font-size:12px;
		line-height:14px;
		padding:5px 9px 7px 9px;
		line-height:12px;
	}
	
	.medium {
		font-size:14px;
		line-height:14px;
		padding:15px 15px;
		line-height:14px;
	}
	
	.large {
		font-size:16px;
		line-height:14px;
		padding:15px 25px;
		line-height:16px
	}
	
	.grey {
		color:#f9f9f9;
	}		
	
	.grey:hover {
		color:#f9f9f9;
	}
	
	.color {
		color:#f9f9f9;
	}
	
	.color:hover {
		color:#f9f9f9;
	}
	
	.outline {
		background-color:none;
		border:2px solid #282828;
		color:#282828;
		line-height:10px!important;
	}		
	
	.outline:hover {
		background-color:#282828;
		color:#f9f9f9;
	}
	
	.outline.white {
		background-color:none;
		border:2px solid #f9f9f9;
		color:#f9f9f9;
	}		
	
	.outline.white:hover {
		background-color:#f9f9f9;
		color:#222;
	}
    
	.center{
        text-align: center;
        margin-left: 0px !important;
    }
	
/*  Font Awesome  */
	
	
	
	.the-icons li {
		font-size:14px;
		height: 40px;
		text-transform: capitalize;
	}
	
	.the-icons li i {
		font-size: 18px;
		margin-right: 10px;
		vertical-align: -2px;
		width: 35px;
	}
	


/* Section pages styles */

	section {
		position: relative;
		background-color:#f5f5f5;
		z-index: 1;
	}
	
	#home {
		height: 100%;
		position: relative;
		width: 100%;
        color:#f9f9f9;
	}
    #we-are-trip {
		position: relative;
		background-image: url(images/bg_estudio.png);
        background-size: 100%;
		z-index: 1;
        background-attachment: fixed;
	}
	#not-found {
		height: 100%;
		position: relative;
		width: 100%;
		background:url(images/bg_home.png) no-repeat;
        background-size:100%; 
        background-position: center;
        background-color: #282828;
	}
	
	#home.parallax-slider {
		height:auto;
	}
		
	#services {
		background-color:#f9f9f9;
	}
	
	#we-love-technology {
		background-color:#f9f9f9;
	}
	
	#portfolio {
		background-color:#f9f9f9;
	}
	
	#contact {
		background-color:#f9f9f9;

	}
	
	footer {
		background-color:#f9f9f9;
        background-image: url(images/footer.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        
	}
	

/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
	
	.parallax-overlay {
		background-color:rgba(0,0,0,0.45);
	}
	
	
/* Home Pattern And Image Parallax */	
	
    .logo{
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

	.home-pattern {
		background:url(images/bg_home.png) repeat;
		width:100%;
		height:100%;
        background-size:contain; 
        background-position: center;
	}
	
	
	#home-center {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}	
	
	.div-align-center {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
	}
	
	.ultralarge {
		color:#f9f9f9;
		text-align:center;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size:100px;
		line-height:80px;
		letter-spacing:0;
	}
	
	.four-zero-four {
		color:#f9f9f9;
		text-align:center;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size:180px;
		line-height:180px;
		letter-spacing:0;
	}
	
	.below-four-zero-four {
		margin-bottom:40px!important;
	}
	
	.text-slide-vertical {
		color:#f9f9f9;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size:70px;
		text-transform:uppercase;
/*		width:100px!important;*/
		position:relative!important;
		
	}
	
	.text-slide-vertical li {
		line-height:60px !important;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
	}
	
	.bullet {
		margin: 0 10px;
		opacity: 0.9;
		color:#f9f9f9;
	}
	
	.div-align-center p{
		margin-bottom:20px;
	}
	
	p.after-slider {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-style:italic;
		text-align:center;
		padding-top:20px;
		margin-bottom:40px;
	}
	
    .lang{
    font-size: 12px;
    position: relative;
    margin-top:10px;
    
    }
	

/* We are TRIP */
	
	.screens {
		position:relative;
	}
	
	.big-screen {
		width:300px;
		height:auto;
		margin:-60px auto -100px;
		z-index:100;
	}
	
	.small-screen-left {
		width:350px;
		height:auto;
		position:absolute;
		left:0;
		top:120px;
		z-index:0;
	}
	
	.small-screen-right {
		width:350px;
		height:auto;
		position:absolute;
		right:0;
		top:120px;
		z-index:0;
	}
    
    .muneco{
        width: 541px;
        height: 453px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }
	



/* We are good at */
	
	.bar {
		text-align: left!important;
		margin: 0px!important;	
	}
	
	.bar li {
		list-style: none!important;
	}
	
	.bar li:last-child span {
		margin-bottom: 0px;
	}
	
	.bar li .bar-wrap {
		margin-bottom:50px;
		border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		background:#dddddd;
	}
	
	.bar li span { 
		height: 35px;
		width: 0px;
		display: block;
		border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
	}
	
	.bar li p {
		padding-bottom: 2px;
	}
	
	.bar li span {
		overflow: visible!important;
		position: relative;
	}
	
	.bar li span strong {
		position: absolute;
		top: 10px;
		left: 10px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 12px!important;
		display: block;
	}


	
	

/* Services */

	.service-item {
		float:left;
		margin:20px 0;
	}
	
	.service-item h2 {
		text-transform:uppercase;
		color:#282828;
		margin:5px 0;
        font-size: 20px;
	}
	
	.service-item.text-right {
		text-align:right;
	}
	
	.service-item.text-right .fa-stack {
/*		cursor:pointer;*/
		margin-left:20px;
        margin-bottom: 60px;
		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;
	}
	
	.service-item.text-left .fa-stack {
/*		cursor:pointer;*/
		margin-right:20px;
        margin-bottom: 80px;
		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;
	}
	
    	.adjust {
        margin-bottom: 0px !important;
	}
	
	
	.service-item.text-right .fa-stack:hover, .service-item.text-left .fa-stack:hover {
		color:#1d928c;
	}
	
	.service-item .service-icon {
		font-size:27px!important;
	}

	
	
/* Parallax Quote */
	
	.quote h1 {
		color:#f9f9f9;
		padding:30px 0 10px 0;
		line-height:40px;
		letter-spacing:0.5px;
		font-size:30px;
		text-transform:uppercase;
	}
	
	.quote p {
		color:#f9f9f9;
		opacity:0.5;
	}
	
	h1 span.quote-img  {
	}

	h1 span.quote-img img {
		width:21px;
		height:auto;
		padding:0px 10px 0 10px;
		margin-bottom:22px;
		opacity:0.5;
		
	}
/******************************************************************
	Portfolio
******************************************************************/
.portfolio-title{
    padding: 100px 0 0 0 !important;
}
ul.portfolio li {
	width: 25%;
	float: left;
	cursor: pointer;
	display: none;
	opacity: 0;
}
.portfolioitem {
	display: block;
	padding-bottom: 0px;
	position: relative;
}
.portfolioitem img {
	width: 100%;
	vertical-align: middle;
}
.portfoliohover {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}
.portfoliohover .info {
	position: absolute;
	bottom: 0;
    padding-top: 0px;
	margin-bottom: 50px;
	width: 100%;
    height: 50%;
	text-align: center;
    font-size:13px;
    color:#f9f9f9;
}
.portfoliohover h1 {
	color: #F9f9f9;
    margin-top: 30px;
    margin-bottom: 0px;
	font-size: 40px;
	font-weight: 300;
	-webkit-transition: opacity, color 0.6s ease;
	-moz-transition: opacity, color 0.6s ease;
	-o-transition: opacity, color 0.6s ease;
	-ms-transition: opacity, color 0.6s ease;
	transition: opacity, color 0.6s ease;
	opacity: 0;
}
.portfoliohover h2 {
    font-size: 20px;
    margin-top: 10px;
	text-transform: uppercase;
    opacity: 0;
}
.portfoliohover p {
	font-weight: 300;
    opacity: 0;
}
ul.portfolio li:hover .portfoliohover {
	background-color: #2dbdb6;
    opacity: 0.9;
}
ul.portfolio li:hover .portfoliohover h2, ul.portfolio li:hover .portfoliohover p, ul.portfolio li:hover .portfoliohover h1 {
	opacity: 1;
	color: #f9f9f9;
}	
	
	#portfolio-wrap {
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	

	
	.open-project-link {
		width:100%;
		height:100%;
		position:absolute;
		z-index:100;
	}



	
	



/* Portfolio Expander */	



	#project-page-holder {		
		display: none; 		
		background-color:#f9f9f9;		
	}
	
	
	#project-page-button {
		text-align:center;		
		margin-bottom:20px;		
		height: auto; 		
		position: relative;		
		z-index:100;		
	}
	
	#project-page-button li {
		display:inline-block;
		margin:60px 10px 0px 10px;
		font-size:30px;
	}

	#project-page-data {		
		margin-bottom: 0px;		
	}

	.project-section-title {
		text-align:center;
		margin-bottom:40px;
	}

	.project-section-title h1 {
		margin-bottom:5px!important;
		letter-spacing:1px;
	}		

	.project-page {
		width:100%;
		height:auto;
		left:0;
		padding-bottom:0px;
	}

	

/* Portfolio Projects*/	
	
	
    .project-wrap{
        position: relative;
/*        max-width: 1140px;*/
		width: 100%;
		margin: 0 auto;
		display: block;
    }
	.project-first-row {
		width: 100%;
	}
    .project-second-row {
		width: 100%;
	}
    .project-third-row {
		width: 100%;
        padding-top: 100px;
	}
    .project-fourth-row {
		width: 100%;
	}
    .project-fifth-row {
		width: 100%;
	}

    .project-small{
		width: 33.333%;
		margin-top:0px;
        margin-left: 0;
        float: left;
		position:relative;
    }

    .project_description{
        width: 100%;
        margin: 0;
        float: left;
        position: relative;
        background-color: #ffffff;
        height: 284px;
        text-align: center;
    }
    .project_description h2{
        color:#282828;
		text-transform:uppercase;
		margin-bottom:5px;
        letter-spacing:0.08em;
    }
    .project_description_icon{
        width: 32px;
        height: 32px;
        margin: 20px auto 10px;
    }
    .project_description_text{
        width: 77.777%;
        height: 100px;
        margin: 0 auto;
    }
    .project_description_text p{
        font-size: 12px;
    }
    .project_description_line{
        width: 50px;
        height: 2px;
        background-image: url(images/projects/line.png);
        margin: 35px auto;
        opacity: 0.6;
    }
/*
    .project_description_arrow_up{
        width: 22px;
        height: 22px;
        background-image: url(images/projects/arrow.png);
        margin: -12px auto;
    }
*/
    .project_description_arrow_down{
        width: 22px;
        height: 22px;
        background-image: url(images/projects/arrow.png);
        margin: 272px auto 0;
        z-index: 100;
    }
    .project_image_small{
        width: 100%;
        height: auto;
        margin-top: 0px;
        position: relative;
        float: left;
    }
    .project_image_medium{
        width: 100%;
        position: relative;
        float: left;
    }
    .project_image_big{
        margin: 0!important;
		width: 66.666%;
		position:relative;
        float: left;
    }
    .project_image_biggest{
        margin: 0!important;
		width: 100%;
		position:relative;
        float: left;
    }
    .project_image_half{
        margin: 0!important;
		width: 50%;
		position:relative;
        float: left;
    }
	
/* Shortcode call to action */	
	
	
	.call-action {
		color:#282828;
		text-transform:uppercase;
		width:100%;
		text-align:center;
		padding:60px 0;
		line-height:35px;
	}
	
	.call-action a {
		margin-left:20px;
	}
	
	
/* Contact Parallax */
	
	.contact-details {
		text-align:center;
		width:100%;
	}	
    .contact-details h2 {
        margin-top: 10px;
    
    }
	.phone-icon {
		width:40px;
		height:40px;
		margin:0 auto;
		margin-bottom:10px;
	}
	
	.company-phone a {
		color:#f9f9f9;
    	text-align: center;
		font-size:55px;
        line-height: 70px;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		padding:10px 0px 0;
		border-radius:3px;
        margin-top: 0px;
		margin-bottom:30px;
		display:inline-block;
	}
    .company-phone p {
		color:#2dbdb6;
    	text-align: center;
		font-size:25px;
		font-family: 'BrandoGrotesqueLight', sans-serif;
        text-transform: uppercase;
        margin-bottom: 40px;
        margin-top: 20px;
	}

	.company-phone a:hover {
		color:#f9f9f9;
	}
	
    .icono-mail{
    margin-top: 30px;
    }
	
    h2.company-email {
		margin-bottom:35px;
		color:#f9f9f9;
        font-size: 20px;
		text-transform:none;
        text-align: center;
        font-family: 'BrandonGrotesqueRegular', sans-serif;
        font-size: 24px;
	}
	
	h2.company-address {
		margin-bottom:15px;
		color:#f9f9f9;
		text-transform:none;
        text-align: center;
        font-family: 'BrandonGrotesqueRegular', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
	}
.img_blog{
    margin-bottom: 20px;
}

.img_blog:hover{
    opacity: 0.9;
}
	
#blog h4{
    margin-bottom: 10px;
}
.bloghover:hover>h4{
    color: #2dbdb6;
}

	
/* Contact Formular */
	
	#contact-formular {
		text-align:center!important;
	}
	
	#contact-formular input[type="text"], textarea {
		color: #999999;
		font-family: 'BrandonGrotesqueMedium', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		height: 20px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 94%;
		background:#f5f5f5;
		border-radius:3px;
		margin-bottom:20px;
		border:0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	
	#contact-formular input[type=text]:focus, #contact-formular textarea:focus, input[type=email]:focus {
		background-color: #2dbdb6;
        color: #f9f9f9;
	}
	
	#contact-formular textarea {
		height:160px;
		resize:none;
	}
	
	#contact-formular input[type="submit"]	{
		color:#f9f9f9;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		padding:10px 15px;
		letter-spacing:0;
		line-height:14px;
		cursor:pointer;
		border-radius:3px;
		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;
		text-align:center;
	}	
	
	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:13px;		
		color:#2dbdb6;		
		font-weight:bold;		
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#999999;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}

	#map_canvas {
		width:100%;
		height:400px;
		z-index:0;
		position:relative;	
	}
	
    #siteNotice{
        background-color: red !important;
    }
	.firstHeading{
        color:blue !important;
    }
	
	
	
	
	
	
	
/* Footer */			
	
	
	footer {
		box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
		z-index:100;
		position:relative;
		padding:25px 0;
		text-align:center;
	}
	
ul.socials-icons {
		text-align:center;
		
	}
	
	ul.socials-icons li {
		width:35px;
		height:35px;
		margin:5px;
		display:inline-block
	}
	
	ul.socials-icons li a {
		opacity:0.6;
		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;
	}
	
	ul.socials-icons li a:hover {
		opacity:1;
	}
	footer ul.socials-icons {
		margin:10px 0 20px 0;
	}
	
	footer ul.socials-icons li {
		margin:0 10px;
	}
	
	#menu_top {
		height:50px;
		width:40px;
		border-radius:3px;
		left:50%;
		margin-left:-20px;
		margin-top:-65px;
		position:absolute;
		cursor:pointer;
	}
	
	#menu_top_inside {
		background-image:url(images/menu_bottom_top_bg.png);
		background-size:18px 11px;
		background-position: 0 0;
		height: 22px;
		left: 11px;
		position: absolute;
		top: 14px;
		transition: background-position 0.3s linear 0s;
		width: 18px;
	}
	
	#menu_top:hover #menu_top_inside {
		-webkit-animation: bottom_top_over .3s linear infinite;
		-moz-animation: bottom_top_over .3s linear infinite;
		-o-animation: bottom_top_over .3s linear infinite;
		animation: bottom_top_over .3s linear infinite;
	}

	@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	
	
	
.logos-clientes{
    text-align: center;
    margin-bottom: 30px;
}


/* Responsive Media Querries */		

@media only screen and (max-width: 1300px) {
    .home-pattern {
		background:url(images/bg_home.png) repeat;
		width:100%;
		height:100%;
        background-size:100%; 
        background-position: center;
	}
    #we-are-trip {
		position: relative;
		background-image: url(images/bg_estudio.png);
        background-size: 100%;
		z-index: 1;
	}
    
    .big-screen{
        width: 250px;
    }
    .arriba{
    margin-top: -45px;
    }
	.container {
		width:960px;
	}
	
        .container.small-width.no-padding{
        width: 1140px !important;
    }
    
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}

	.small-screen-left, .small-screen-right {
		top: 100px;
		width: 300px;
	}
	
	.slide-content h1 {
		font-size:80px;
		line-height:80px;
	}
	
	.our-team li {
		margin: 0 20px;
	}
	
	ul.technology li {
		padding: 30px 10px;
		width: 185px;
	}
    
	
    #blog .container {
		margin-top:30px;
		width:1060px!important;
	}

	
	.blog-posts-content {
		width:auto !important;
		min-height:500px;
		float:left;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 680px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 600px;
	}
	
	#sidebar {
		width: 200px;
	}
	
	input#search {
		width: 140px;
	}
	
	.inner-navigation.masonry {
		margin: 50px 0px ;
	}
	
	#blog.masonry .container {
		width: 950px !important;
	}
	
	.blog-post.masonry {
		margin: 18px;
		width: 250px;
	}
	
	.blog-post.masonry-quote {
		margin: 18px;
		width: 250px;
	}
	
	#project-header {
		height: 500px;
	}
	
	#project-slider .bx-wrapper .bx-prev {
		left: -50px;
	}
	
	#project-slider .bx-wrapper .bx-next {
		right: -50px;
	}
	
	.project-page .bx-wrapper .bx-prev {
		left: -50px;
	}
	
	.project-page .bx-wrapper .bx-next {
		right: -50px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 1040px;
	}
	
	
	
}


@media only screen and (max-width: 1030px) {
	
    .home-pattern {
		background:url(images/bg_home_ipad_v.png) no-repeat;
		width:100%;
		height:100%;
        background-size:100%; 
        background-position: center;
	}
    .container {
		width: 800px;

	}
	   .container.small-width.no-padding{
        width: 100% !important;
        padding: 0px;
/*        max-width: 1024px !important;   */
    }
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.slide-content h1 {
		font-size:60px;
		line-height:60px;
	}
	
	ul.fullwidth-slider li.slide {
		background-position: center 0px!important;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: relative;
		width:100%;
		height:100%;  
	}
	
	#slider_left {
		top:90%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}

	#slider_right {
		top:90%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.ultralarge {
		font-size:80px;
		line-height:70px;
	}	
	
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	
	.element_fade_in {
		opacity: 1;
		right: 0px;		
	}
	
	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;		
		width: 100%;
	}
    
    .quote h1 {
		color:#f9f9f9;
		padding:30px 0 10px 0;
		line-height:32px;
		font-size:28px;
	}
    h1 span.quote-img img {
		width:18px;
		height:auto;
		padding:0px 10px 0px 10px;
		margin-bottom:0px;
        margin-top: -20px;
		opacity:0.5;
		z-index: 100;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 25%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}	
	
	.section-title {
		width:100%;
	}
	
	.small-screen-left, .small-screen-right {
		top: 40px;
		width: 200px;
	}
	
	
	.service-item .right {
		float: left;
	}
	
	.service-item.text-right {
		text-align: left;
        height: 150px;
	}
	
	.service-item.text-right .fa-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
	
    	.service-item.text-left {
		text-align: left;
        height: 150px;
	}
    
	ul.technology li {
		padding: 30px 20px;
		width: 240px;
	}
	
	#portfolio-wrap .one-four {
		width: 50%;
	}
	
	#blog .container {
		width: 600px!important;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 600px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 520px;
	}
	
	#sidebar {
		width: 600px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 540px;
	}
	
	#blog.masonry .container {
		width: 630px !important;
	}
	
	.blog-post.masonry {
		background-color: #F7F7F7;
		border: 1px solid #EBEBEB;
		border-radius: 3px 3px 3px 3px;
		margin: 15px;
		padding: 20px;
		width: 243px;
	}
	
	.blog-post.masonry-quote {
		margin: 15px;
		width: 285px;
	}
	
	#project-header {
		height: 400px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	.recent-post .blog-meta {
		display:none;
	}
	
	.price-table {
		width:49%;
	}
	
	.newsletter-left {
		width:100%;
		float:none;
		height:50px
	}
	
	#newsletter input[type="text"] {
		text-align:center;
	}
	
	.newsletter-right {
		width:100%;
		float:none;
		text-align:center;
		height:40px;
		padding-top:10px;
	}
    
    .company-phone a {
		font-size:36px;
        line-height: 40px;
		margin-top: -40px
	}
    .company-phone p {
        margin-bottom: 20px;
	}

    .kmi {
        margin-top: 0px;
	}
	
    .project-wrap{
        max-width: 960px;
    }

    .project_description{
        height: 239px;
    }

    .project_description_icon{
        margin: 15px auto 10px;
    }
    .project_description_line{
        margin: 30px auto;
    }
    
        .project_image_small img, 
    .project_image_medium img{
        min-width: 320px;
    }
    .project_image_big img{
        min-width: 640px;
    }
/* Contact Formular */
	
	#contact-formular {
		text-align:center!important;
	}
	
	#contact-formular input[type="text"], textarea {
		color: #282828;
		font-family: 'BrandonGrotesqueMedium', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		height: 20px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 94%;
		background:#e9e9e9;
		border-radius:3px;
		margin-bottom:30px;
		border:0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	
	#contact-formular input[type=text]:focus, #contact-formular textarea:focus, input[type=email]:focus {
		background-color: #2dbdb6;
	}
	
	#contact-formular textarea {
        margin-top: -20px;
		height:160px;
		resize:none;
	}
	
	#contact-formular input[type="submit"]	{
		color:#f9f9f9;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		padding:10px 15px;
		letter-spacing:0;
		line-height:14px;
		cursor:pointer;
		border-radius:3px;
		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;
		text-align:center;
	}	
	
	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:13px;		
		color:#ff4444				
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#2dbdb6;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}

	#map_canvas {
		width:100%;
		height:400px;
		z-index:0;
		position:relative;
        margin-top: -70px;
	}
	
    #siteNotice{
        background-color: red !important;
    }
	.firstHeading{
        color:red !important;
        background-color: green;
    }
#not-found {
		height: 100%;
		position: relative;
		width: 100%;
		background:url(images/bg_home_.png) repeat;
        background-size:100%; 
        background-position: center;
        background-color: #282828;
        color: #f9f9f9;
	}
	


}





@media only screen and (max-width: 810px) {
    
    .home-pattern {
		background:url(images/bg_home_ipad_v.png) no-repeat;
        background-repeat: repeat-y;
		width:100%;
		height:100%;
        background-size:100%; 
        background-position: center;
	}
        #we-are-trip{
        background-image: url(images/bg_estudio_ipad_v.png) !important;
        background-repeat: no-repeat;
    }
	.container {
		width:90%;
        padding: 100px 0px;
	}
       .container.small-width.no-padding{
        width: 100% !important;
    }
	
	.text-slide-vertical {
		font-size:40px;
	}
	
	.text-slide-vertical li {
		line-height:40px !important;
	}
	
	.slide-content h1 {
		font-size:40px;
		line-height:20px;
	}
	
	.ultralarge {
		font-size:60px;
		line-height:50px;
	}
	
	.small-screen-left, .small-screen-right {
		width: 100%;
		top:0;
		position:relative;
	}
	
	.twitter-feed .bx-wrapper .bx-prev {
		margin-top: 120px;
	}
	.twitter-feed .bx-wrapper .bx-next {
		margin-top: 120px;
	}
	
		.service-item .right {
		float: left;
	}
	
	.service-item.text-right {
		text-align: left;
	}
	
	.service-item.text-right .fa-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
    
    .service-item p {
        margin-bottom: 80px;
	}
    
    .section-title p{
        margin-bottom: 40px !important;
    }
	
	ul.technology li {
		padding: 30px 20px;
		width:inherit;
		margin:0;
		margin-bottom:20px;
	}
	
	#filters ul li {
		display: block;
		margin: 5px 60px;
	}	
	
	
	#blog .container {
		width: 400px!important;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 400px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 320px;
	}
	
	#sidebar {
		width: 400px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 340px;
	}
	
	#blog.masonry .container {
		width: 430px !important;
	}
	
	.blog-post.masonry {
		margin: 20px;
		width: 348px;
	}
	
	.blog-post.masonry-quote {
		margin: 20px;
		width: 390px;
	}
	
	.user_comment_reply {
		margin-left: -100px;
	}	
	
	#project-header {
		height: 300px;
	}
	
	.table-header p{
		display:none;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	.recent-post .recent-post-date {
		display:none;
	}
	
	.four-zero-four {
		font-size:100px;
		line-height:100px;
	}
    
    .project-wrap{
        position: relative;
        max-width: 800px;
		width: 100%;
		margin: 0 auto;
		display: block;
        overflow: hidden;
    }
	.project-first-row {
		width: 100%;
	}
    .project-second-row {
		width: 100%;
	}
    .project-third-row {
		width: 100%;
/*        padding-top: 100px;*/
	}
    .project-fourth-row {
		width: 100%;
	}
    .project-fifth-row {
		width: 100%;
	}

    .project-small{
		width: 50%;
		margin-top:0px;
        margin-left: 0;
        float: left;
		position:relative;
    }

    .project_description{
        width: 100%;
        margin: 0;
        float: left;
        position: relative;
        background-color: #ffffff;
        height: 284px;
        text-align: center;
    }
    .project_description h2{
        color:#282828;
		text-transform:uppercase;
		margin-bottom:5px;
        letter-spacing:0.08em;
    }
    .project_description_icon{
        width: 32px;
        height: 32px;
        margin: 25px auto 10px;
    }
    .project_description_text{
        width: 77.777%;
        height: 100px;
        margin: 0 auto;
    }
    .project_description_text p{
        font-size: 12px;
    }
    .project_description_line{
        width: 50px;
        height: 2px;
        background-image: url(images/projects/line.png);
        margin: 15px auto;
        opacity: 0.6;
    }

    .project_description_arrow_down{
        width: 22px;
        height: 22px;
        background-image: url(images/projects/arrow.png);
        margin: 272px auto 0;
        z-index: 100;
    }

    .project_image_small{
        width: 100%;
        position: relative;
        float: left;
    }
    .project_image_medium{
        width: 100%;
        position: relative;
        float: left;
    }
    .project_image_big{
		width: 100%;
		position:relative;
        float: left;
    }

    ul.portfolio li {
		width: 50%;
	}
    .project_image_small img, 
    .project_image_medium img{
        width: 100%;
    }
    .project_image_big img{
        width: 100%;
    }
	
	.counters i {
		font-size: 40px;
	}
	
	.counters li {
		font-size: 16px;
		padding: 5px 0;		
	}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    	.home-pattern {
		background:url(images/bg_home_ipad_h.png) no-repeat;
		width:100%;
		height:100%;
        background-size:100%; 
        background-position: center;
	}
        #we-are-trip {
		background-image: url(images/bg_estudio_ipad_h.png) !important;
	}
}

@media only screen and (max-width: 479px) {
	
    .home-pattern {
		background:url(images/bg_home_iphone.png) no-repeat;
		width:100%;
		height:100%;
        background-size:100%; 
        background-position: center;
	}
    #we-are-trip {
		background-image: url(images/bg_estudio_iphone_v.png) !important;
	}
	
	.container {
		width:273px;
        padding: 100px 0;
	}
	   .container.small-width.no-padding{
        width: 90%;
    }
	.text-slide-vertical {
		font-size:24px;
	}
	    
	.text-slide-vertical li {
		line-height:24px !important;
	}
    .section-title h1{
        font-size: 28px;
        line-height: 28px;
        letter-spacing:1px;
    }
	.stretch{
    width: 260px;   
    }    
    
    .big-screen{
        width: 150px;
    }
    
	.slide-content h1 {
		font-size:30px;
		line-height:30px;
	}
	
    .light {
        
		max-width: 250px!important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
	}
    
    .portfoliohover .info {
	margin-bottom: 70px;
}
	.ultralarge {
		font-size:40px;
		line-height:30px;
	}
	
	
	.twitter-feed .bx-wrapper .bx-prev {
		margin-top: 150px;
	}
	.twitter-feed .bx-wrapper .bx-next {
		margin-top: 150px;
	}
	
	.service-item .icon-stack {
		margin-bottom:60px;
	}

    .service-item {
		float:left;
		margin-bottom:200px;
        text-align: center !important;
	}
	
	.service-item h2 {
		text-transform:uppercase;
		color:#282828;
		margin:5px 0;
	}
	
	.service-item.text-right .fa-stack {
        width: 100%;
        margin-left: auto;
		margin-right:auto;
        margin-top: -80px;
        margin-bottom: 10px;
             padding-top: 80px;
		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;
	}
	
	.service-item.text-left .fa-stack {
        width: 100%;
        margin-left: auto;
		margin-right:auto;
        padding-top: 80px;
        margin-top: -30px;
        margin-bottom: 10px;
		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;
	}
    
    .up{
    margin-bottom: 120px;
    }
    
    .service-item p {
        margin-bottom: 80px;
	}
    
    .section-title p{
        margin-bottom: 40px !important;
    }
    
    .quote h1 {
		color:#f9f9f9;
		padding:30px 0 10px 0;
		line-height:26px;
		font-size:22px;
	}
    
    h1 span.quote-img img {
		width:18px;
		height:auto;
		padding:0px 10px 0px 10px;
		margin-bottom:0px;
        margin-top: -20px;
		opacity:0.5;
		z-index: 100;
	}
    
    
	ul.portfolio li {
		width: 100%;
	}
	
	.company-phone a {
		font-size:26px;
		padding:0px 0px;
        margin-bottom: 20px
	}
    .company-phone p {
		font-size:20px;
        margin-bottom: 10px;
	}
	
	.phone-icon {
		width:60px;
		height:60px;
		margin:0 auto 25px;
	}
	

	
	.company-phone a:hover {
		color:#f9f9f9;
	}
	
	h2.company-email {
		margin-bottom:35px;
		color:#f9f9f9;
        font-size: 20px;
		text-transform:none;
        text-align: center;
        font-family: 'BrandonGrotesqueRegular', sans-serif;
        font-size: 24px;
	}
	
	h2.company-address {
		margin-bottom:15px;
		color:#f9f9f9;
		text-transform:none;
        text-align: center;
        font-family: 'BrandonGrotesqueRegular', sans-serif;
        font-size: 18px;
        text-transform: none;
	}
	
	#map_canvas {
    	height: 250px;
	}
	
	.type-date {
		display:none;
	}
	
	#blog .container {
		width: 280px!important;
		padding:0px;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 280px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		padding: 20px;
		width: 240px;
	}
	
	#sidebar {
		width: 240px;
		padding: 20px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 180px;
	}
	
	#blog.masonry .container {
		width: 280px !important;
		padding:0;
	}
	
	.blog-post.masonry {
		margin: 10px;
		width: 218px;
	}
	
	.blog-post.masonry .post-content {
		padding: 0;
	}
	
	.blog-post.masonry-quote {
		margin:10px;
		width: 260px;
	}
	
	.blog-post.masonry-quote .post-content {
		padding:0;
	}
	.one_fourth{
    width: 100%;
    margin-bottom: 0;
    }
    
    .counters {
		margin-top: -40px;
	}
	
	.counters ul {
		text-align:center;
        margin-bottom: 30px;
	}
	
	.counters i {
		display: block;
		font-size: 40px;
		margin-bottom: 0px;
		position: relative;
	}
	
	.counters li {
		background:#f9f9f9;
		color: #282828;
		font-family: 'BrandonGrotesqueBold', sans-serif;
		font-size: 16px;
		padding: 5px 0;
		text-align: center;
		text-transform: uppercase;
		border-radius:3px		
	}
	
	.counters li span {
		font-family: 'BrandonGrotesqueBold', sans-serif;
        line-height: 30px;
	}
	
	.counters li.last {
		border-right: 0 none;
	}
    
	#project-header {
		height: 250px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	#project-slider .bx-wrapper .bx-prev {
		display:none;
	}
	
	#project-slider .bx-wrapper .bx-next {
		display:none;
	}
	
	.project-page .bx-wrapper .bx-prev {
		display:none;
	}
	
	.project-page .bx-wrapper .bx-next {
		display:none;
	}
	
	#show {
		display:none!important;
	}
	
	.recent-post h2 {
		font-size:11px;
	}
	
	.price-table {
		width:98%;
	}
	
	#newsletter input[type="text"] {
		font-size:24px;
	}
    
    .project-wrap{
        max-width: 100%;
    }


    .project-small{
		width: 100%;
		margin-top:0px;
        margin-left: 0;
        float: left;
		position:relative;
    }

    .project_description{
        width: 100%;
        margin: 0;
        float: left;
        position: relative;
        background-color: #ffffff;
        height: 284px;
        text-align: center;
    }
    .project_description h2{
        color:#282828;
		text-transform:uppercase;
		margin-bottom:5px;
        letter-spacing:0.08em;
    }
    .project_description_icon{
        width: 32px;
        height: 32px;
        margin: 10px auto 10px;
    }
    .project_description_text{
        width: 77.777%;
        height: 100px;
        margin: 0 auto;
    }
    .project_description_text p{
        font-size: 12px;
    }
    .project_description_line{
        width: 50px;
        height: 2px;
        background-image: url(images/projects/line.png);
        margin: 25px auto;
        opacity: 0.6;
    }

    .project_description_arrow_down{
        width: 22px;
        height: 22px;
        background-image: url(images/projects/arrow.png);
        margin: 272px auto 0;
        z-index: 100;
    }

    .project_image_small{
        width: 100%;
        height: auto;
        margin-top: 0px;
        position: relative;
        float: left;
    }
    .project_image_medium{
        width: 100%;
        height: 100%;
        position: relative;
        float: left;
    }
    .project_image_big{
        margin: 0!important;
		width: 100%;
		position:relative;
        float: left;
        overflow: hidden;
    }


    .project_image_small img, 
    .project_image_medium img{
        max-width: 100%;
    }
    .project_image_big img{
        width: 100% !important;
        min-width: 100%;
    }
    footer p{
		margin-bottom: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
	}
    footer {
        background-image: url(images/footer_iphone.png);  
	}

	
	
}
@font-face {
    font-family: 'BrandonGrotesqueBold';
    src: url('fonts/brandongrotesque-bold-webfont.eot');
    src: url('fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-bold-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'BrandoGrotesqueLight';
    src: url('fonts/brandongrotesque-light-webfont-webfont.eot');
    src: url('fonts/brandongrotesque-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-light-webfont-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-light-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('fonts/brandongrotesque-regular-webfont.eot');
    src: url('fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'BrandonGrotesqueMedium';
    src: url('fonts/brandongrotesque-medium-webfont.eot');
    src: url('fonts/brandongrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-medium-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}






