/*@media all and (min-width: 1024px) {
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 100%;
    max-width: 251px;
    height: auto;
	margin-left: 25px
    }
}*/

@media all and (min-width: 979px) {
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 50%;
    max-width: 251px;
	margin-left: 25px;
    height: auto;
    }
}

@media (min-width: 768px) and (max-width: 978px) {
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 50%;
    max-width: 251px;
	margin-left: 25px;
    height: auto;
    }
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
		margin-top: 27px
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	#social-area #social ul li {
		margin-left: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 110px;
		padding-bottom: 110px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
	}
	
	.info-text {
		padding-right: 0;	
	}
	
	#download-resume {
		font-size:18px;
		line-height: 71px
	}
	
	.home-title-page {
		padding: 115px 0 0 0;
		font-weight: 500px
	}
	
	.responsive-images {
    width: 100%;
    max-width: 251px;
    height: auto;
    }
	
	.span6{
		float: left;
		max-width: 70%;
		text-align: left
	}
	
	.info-text > p {
		font-size: 24px;
		line-height: 36px
	}
	
	
}


@media (min-width: 660px) and (max-width: 768px) {
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 30%;
    max-width: 251px;
	margin-left: 20px;
    height: auto;
    }
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	header .sticky-nav {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}

	.home-page,
	.home-page-alternate {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
		margin-top: 27px
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(../img/filter-icon.png) no-repeat;
		/*width: 16px;
		height: 16px;*/
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 18px; /*13*/
		text-transform: none;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #3C3F45;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 13px;
		margin-left: 5px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
	
	#download-resume {
		font-size: 18px;
		line-height: 71px;
	}
	
	.span6{
		float: left;
		text-align: left!important;
	}
	
	h1 {
	font-size: 80px;
	line-height: 70px;
	text-align: right;
	}
	
	h3 {
	font-size: 17px;
	line-height: 32px;
	text-align: right;
	}
		
	.span6, img{
		max-width: 50%;
		float: left;
		display: block
	}
	
	.home-title-page {
	text-align: right;
	margin-bottom: 25px;
	padding: 50px 0px 0px 25px;
}

	.info-text > p {
		font-size: 20px;
		line-height: 32px
	}
}


@media (min-width: 481px) and (max-width: 659px) {
	
	
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 30%;
    max-width: 251px;
	margin-left: 20px;
    height: auto;
    }
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	header .sticky-nav {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}

	.home-page,
	.home-page-alternate {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
		margin-top: 27px
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(../img/filter-icon.png) no-repeat;
		/*width: 16px;
		height: 16px;*/
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 18px; /*13*/
		text-transform: none;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #3C3F45;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 13px;
		margin-left: 5px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
	
	#download-resume {
		font-size: 18px;
		line-height: 71px;
	}
	
	.span6{
		float: left;
		text-align: left!important;
	}
	
	h1 {
	font-size: 70px;
	line-height: 60px;
	text-align: right;
	}
	
	h3 {
	font-size: 17px;
	line-height: 32px;
	text-align: right;
	}
		
	.span6, img{
		max-width: 50%;
		float: left;
		display: block
	}
	
	.home-title-page {
	text-align: right;
	margin-bottom: 25px;
	padding: 30px 0px 0px 25px;
}

	.info-text > p {
		font-size: 20px;
		line-height: 32px
	}
	
}

@media (max-width: 480px) {
	.logo {
		width: 100%;
		display: block
	}
	
	.responsive-images {
    width: 30%;
    max-width: 251px;
	margin-left: 5px;
    height: auto;
    }
	#back-to-top {
		display: none !important;	
	}
	
	#back-to-top {
		display: none !important;	
	}
	
	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#home-slider ul#slide-list {
		display: none;	
	}
	
	header .sticky-nav {
		position: relative;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav,
	#navigation-mobile,
	.home-page,
	.home-page-alternate,
	#twitter-feed,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu {
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
		margin-top: 27px
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	#navigation-mobile li a {
		font-size: 14px;
		padding: 12px 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.type-work {
		background: url(../img/filter-icon.png) no-repeat;
		width: 0px; /*16*/
		height: 0px; /*16*/
		display: inline-block;
		text-indent: -9999px;
		margin-bottom: 0;
		position: relative;
		line-height: 10px;
	}
	
	.work-nav #filters li:first-child {
		margin-left: 0;	
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters li {
		margin:0 10px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 18px; /*13*/
		text-transform: none;	
	}
	
	#about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
	
	#response {
		margin-bottom: 30px;	
	}
	
	.contact-details {
		border-top: 1px dashed #3C3F45;
		padding-top: 30px;
		text-align: center;	
	}
	
	#contact-form .submit {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#social-area #social ul li:first-child,
	#social-area #social ul li {
		margin: 15px;
	}
	
	#social-area #social ul li a {
		width: 50px;
		height: 50px;
	}
	
	#social-area #social ul li a span {
		font-size: 24px;
		line-height: 50px;
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 100px;	
	}
	
	#ticker .tweet_list li {
		font-size: 14px;
		line-height: 22px;
	}
	
	#ticker .tweet_list .tweet_time a {
		font-size: 12px;
		margin-left: 3px;	
	}
	
	.info-block a.button {
    	margin-top: 20px;
    	position: inherit;
		display: block;
	}
	
	.info-text {
		padding-right: 0;	
	}
	
	#download-resume {
		font-size:18px;
		line-height: 71px
	}
	
	.span6{
		float: left;
		padding: 0;
		text-align: left!important
	}
	
	h1 {
	font-size: 50px;
	line-height:50px;
	text-align: right;
	}
	
	h3 {
	font-size: 17px;
	line-height: 22px;
	text-align: right;
	}
		
	.span6, img{
		max-width: 50%;
		min-width: 132px
	}
	
	.home-title-page {
	text-align: right;
	margin-bottom: 25px;
	padding: 30px 0px 0px 0px	
	}

	.title-page .title {
		font-size: 37px;
		font-weight: 600
	}
	
	.info-text > p {
		font-size: 20px;
		line-height: 30px
	}
	
	


}

@media (max-width: 344px) {
	
	.logo {
		width: 100%;
		display: block;
		text-align: center
	}
	
	.responsive-images {
    width: 30%;
    max-width: 251px;
    height: auto;
	margin-left: 0px;
    }
	
	#navigation-mobile li a {
		padding: 20px 0;
	}
	
	.work-nav #filters li a {
		font-size: 16px; /*12*/
	}
	
	#twitter-feed {
		padding-top: 90px;
		padding-bottom: 120px;	
	}
	
	#download-resume {
		font-size: 14px;
		line-height: 71px;
	}
	
		.span6{
		float: left;
		max-width: 100%;
		padding: 0;
		text-align: center !important
	}
	
	h1 {
	font-size: 65px;
	line-height:65px;
	text-align:center;
	}
	
	h3 {
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	}
		
	.span6 img{
		width: 50%;
		padding: 0 auto 0 auto
	}
	
	.home-title-page {
	text-align: right;
	margin-bottom: 25px;
	padding: 0px 0px 0px 0px	
	}


	.title-page .title {
		font-size: 32px;
		font-weight: 600
	}
	
	.info-text > p {
		font-size: 18px;
		line-height: 26px
	}
	
}


/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
		
		header #logo a {
			background-image: url(../img/logo_@2x.png);
			background-size: 96px 30px;
		}
		
		.menu-nav {
			background-image: url(../img/menu-mobile_@2x.png);
			background-size: 16px 32px;
		}
		
		.type-work {
			background-image: url(../img/filter-icon_@2x.png);
			background-size: 16px 16px;
		}
	}


