/* #Tablet (Portrait)
Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* #Hero Section
	================================================== */
	.hero-section {
		height: 459px;
	}
		.hero-section-inner {
			padding: 131px 0 0 0;
		}
		.hero-section-inner .primary-title {
			font-size: 70px;
			margin-bottom: 5px;
		}
		.hero-section-inner .secondary-title {
			font-size: 20px;
			margin-bottom: 1.8em;
		}

	/* Text Based (with World Map by default) */
	.hero-section__txt {
		background-position: 50% 12px;
		-webkit-background-size: 768px auto;
		background-size: 768px auto;
	}
	.map-marker__facebook {
		right: 256px;
		top: 191px;
	}
	.map-marker__email {
		right: 215px;
		top: 113px;
	}
	.map-marker__twitter {
		right: 162px;
		top: 156px;
	}
	.map-marker__phone {
		right: 127px;
		top: 133px;
	}
	.map-marker__linkedin {
		right: 133px;
		top: 215px;
	}
	.map-marker__instagram {
		right: 38px;
		top: 155px;
	}

	/* Image Based (with image on background) */ 
	.hero-section__image .hero-section-inner {
		padding: 150px 0 0 0;
	}
	.hero-section__image .hero-section-inner .primary-title {
		font-size: 90px;
		margin-bottom: .1em;
	}
	.hero-section__image .hero-section-inner .secondary-title {
		font-size: 30px;
		margin-bottom: 1.5em;
	}
	
	/* Video Based (with video on front, image on background) */
	.hero-section__video .hero-section-inner {
		padding: 40px 0 0 0;
	}
	.hero-section__video .hero-section-inner .secondary-title {
		font-size: 30px;
		margin-bottom: 1.5em;
	}
	.video-hero-wrapper {
		width: 740px;
		height: 381px;
		position: absolute;
		left: 50%;
		margin-left: -370px;
		top: 78px;
		z-index: 2;
		background: url(../images/video-hero-wrapper.png) 0 0 no-repeat;
	}
		.video-hero-inner {
			width: 699px;
			height: 329px;
			overflow: hidden;
			margin: 0 0 0 22px;
			position: relative;
			top: 51px;
		}


	/* #Home Page
	================================================== */
	.benefits-list li {
		width: 236px;
	}

	/* Video */
	.video-ipad-main-wrapper {
		display: inline;
	}
	.video-ipad-bg {
		display: none;
	}

	/* Recent Works */
	.carousel-container{
		width: 702px;
		margin: 0 auto 30px auto;
	}
	.arrowButton .prevArrow{
		left: -38px;
		bottom: auto;
		top: 50%;
		margin-top: -18px;
	}
	.arrowButton .nextArrow{
		left: auto;
		right: -38px;
		bottom: auto;
		top: 50%;
		margin-top: -18px;
	}

	/* Twitter */
	#twitter-feed {
		padding-left: 0;
		margin-left: 0;
		width: 748px;
		padding-top: 45px;
		margin-top: -45px;
	}
	.flex-control-nav {
		bottom: auto;
		top: 0;
		height: 7px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.flex-control-paging li a {
		text-align: left;
	}
	.btn-twitter {
		top: 45px;
	}
	/*/#Home Page */

	
	/* #About
	================================================== */
	/* Team */
	.carousel_pag {
		top: 0;
		left: auto;
		right: 0;
		margin-top: -50px;
	}
	/* Clients */
	.clients-list li a {
		width: 186px;
		height: 130px;
	}


	/* #Services
	================================================== */
	.process li:before {
		display: none;
	}

	
	/* Featured Services */
	.service-list li {
		width: 113px;
	}
		.service-list li img {
			width: 100%;
			height: auto;
		}
	

	/* #Blog and Post
	================================================== */
	.entry-heading h2 {
		font-size: 16px;
		line-height: 20px;
	}

	/* Comment Form */
	.comment-form-author,
	.comment-form-email {
		width: 180px;
	}
	.comment-form-author input,
	.comment-form-email input {
		width: 180px;
		float: left;
	}
	.comment-form-comment {
		width: 322px;
	}
	.comment-form-comment textarea {
		width: 322px;
		margin-top: -55px;
	}
	.commentlist ol.children ol {
		margin-left: 0;
	}
		.commentlist ol.children ol > li:before {
			display: none;
		}
	
	
	/* #Sidebar and Widgets
	================================================== */
	/* Flickr Widget */
	.flickr-widget li:nth-child(3n) {
		margin-right: 0;
	}
	.flickr-widget li:nth-child(4n) {
		margin-right: 4px;
	}
	.flickr-widget ul li img {
		width: 54px;
		height: 54px;
	}

	/* Tabbed Widget */
	.widget_tabbed .tabs .tab-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
		.widget_tabbed .tabs .tab-menu li a:before {
			display: none;
		}

	/* Widget Info */ 
	.widget-info {

	}
	.info-holder .title {
		font-size: 15px;
	}
	.info-holder .info-body {
		font-size: 16px;
		line-height: 1.2em;
	}

	
	/* #Pricing Tables Style 1
	================================================== */
	.single-pricing-table .pr-head .price {
		font-size: 32px;
	}


	/* #Pricing Tables Style 2
	================================================== */
	.pricing-column { 
		width:184px;
	}
	.pricing-column:first-child {
		margin-left: 0;
		width: 186px;
		margin-right: -5px;
	}
	.pricing-column__features ul li {
		padding-left: 10px;
	}
	.pricing-column .price-heading {
		height: 135px;
	}
	.pricing-column__features {
		margin-top: 135px;
	}
	.pricing-column .price {
		font-size: 36px;
	}
	

	/* #Promoboxes
	================================================== */
	.promobox-desc h2 {
		font-size: 23px;
	}
	.promobox-classic .promobox-inner {
		padding: 47px 20px 47px 20px;
	}
		.promobox-classic .promobox-btn .btn-large {
			padding-left: 22px;
			padding-right: 22px;
		}
	.promobox-center .promobox-inner {
		padding: 25px 0 30px 0;
	}
	.promobox-custom .promobox-inner {
		padding: 36px 0;
	}

	/* #Tabs
	================================================== */
	/* Vertical Tabs */
	.tabs__vertical .tab-menu {
		width: 94px;
	}
	.tabs__vertical .tab-wrapper {
		width: 269px;
	}
	/*/ Tabs */

	
	/* #Blockquote
	================================================== */
	.bq-alt cite {
		padding-left: 70px;
		font-size: 14px;
	}
		.bq-alt cite .name,
		.bq-alt cite .position {
			font-size: 14px;
		}
	blockquote {
		padding-left: 140px;
	}
	blockquote:after {
		left: 100px;
	}
	blockquote:before {
		left: 32px;
	}

	
	/* #Portfolio
	================================================== */
	/* Portfolio Slider */
	.flex-direction-nav .flex-next {
		left: auto;
		right: 6px;
		margin-top: -41px;
	}
	.flex-direction-nav .flex-prev {
		left: 1px;
		margin-top: -41px;
	}
	

	/* #Contact Page
	================================================== */
	/* Contact Info */
	.contact-info {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 100px 0 110px 0;
	}

	/* #404 page
	================================================== */
	.error404 .content-wrapper {
		padding: 60px 0;
	}

	.error404-holder {
		padding: 42px 0 17px 0;
	}

	.error-action {
		padding: 55px 0 0 0;
		font-size: 16px;
	}

	
	/* #Footer
	================================================== */
	.footer-widgets {

	}
		.footer-widgets .grid_3 {
			width: 236px;
		}

	.footer-bottom .grid_9 {
		margin: 0;
		width: 100%;
	}
	.copyright-phone {
		float: left;
	}
	.footer-bottom .social {
		float: right;
	}


	/* #Contact Form
	================================================== */
	.contact-form .grid_6 {
		width: 492px;
	}

	/* Social Large */
	.social__large li a {
		width: 123px;
		height: 123px;
	}

	
	/* #Misc
	================================================== */
	/* Responsive utility classes */
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important ;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	
	
	/* Title */
	.skeleton-custom .title h2 br {
		display: none;
	}

}


/* #Mobile (Portrait) 
Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	
	
	/* #Header
	================================================== */
	.header .grid_12 {
		margin-bottom: 0;
	}

	/* #Hero Section
	================================================== */
	.hero-section {
		height: 408px;
	}
		.hero-section .grid_12 {
			margin-bottom: 0;
		}
		/* Text Based (with World Map by default) */
		.hero-section__txt {
			background-position: 50% 35px;
			-webkit-background-size: 680px auto;
			background-size: 680px auto;

			text-align: center;
		}
		.hero-section-inner {
			padding: 76px 0 0 0;
		}
		.hero-section-inner .primary-title {
			font-size: 50px;
			margin-bottom: 9px;
		}
		.hero-section-inner .secondary-title {
			font-size: 20px;
			margin-bottom: 1.8em;
		}
		.hero-section__txt .btn {
			margin-right: 0;
		}

		.map-marker__facebook {
			right: 230px;
			top: 284px;
		}
		.map-marker__email {
			right: 194px;
			top: 314px;
		}
		.map-marker__twitter {
			right: 156px;
			top: 284px;
		}
		.map-marker__phone {
			right: 120px;
			top: 314px;
		}
		.map-marker__linkedin {
			right: 84px;
			top: 284px;
		}
		.map-marker__instagram {
			right: 44px;
			top: 314px;
		}

	/* Image Based (with image on background) */ 
	.hero-section__image .hero-section-inner {
		padding: 110px 0 0 0;
	}
	.hero-section__image .hero-section-inner .primary-title {
		font-size: 36px;
		margin-bottom: .2em;
	}
	.hero-section__image .hero-section-inner .secondary-title {
		margin-bottom: 2em;
		font-size: 18px;
	}

	/* Video Based (with video on front, image on background) */
	.hero-section__video {
		height: 220px;
	}
	.hero-section__video .hero-section-inner {
		padding: 30px 0 0 0;
	}
	.hero-section__video .hero-section-inner .secondary-title {
		font-size: 18px;
	}
	.video-hero-wrapper {
		width: 300px;
		height: 185px;
		margin-left: -150px;
		top: 66px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
		.video-hero-inner {
			width: 284px;
			height: 133px;
			margin: 0 0 0 9px;
			top: 21px;
		}
	

	/* Page Title */
	.page-title-holder [class^="grid_"] {
		margin-bottom: 0;
	}
		.page-title {
			margin-bottom: .5em;
		}

	/* #Home Page
	================================================== */
	/* Benefits */
	.benefits-list li {
		width: 100%;
		margin-right: 0;
	}

	/* Metrics */
	.metrics-list li,
	.metrics-list li:nth-child(2) {
		background: none;
		color: #ffffef;
		padding: 0;
		float: left;
		width: 33%;
	}
	.metrics-list li:first-child {
		padding-left: 0;
	}
	.metrics-list li:before,
	.metrics-list li:after {
		display: none;
	}
	.metrics-list li dt {
		font-size: 15px;
	}
	.metrics-list li dd {
		font-size: 32px;
	}
	.metrics-list .metric-projects {
		width: 124px;
	}
	.metrics-list .metric-clients {
		width: 96px;
	}
	.metrics-list .metric-awards {
		width: 75px;
	}

	/* Video Holder */
	.video-ipad-main-wrapper {
		display: inline;
	}
	.video-ipad-wrapper {
		width: 300px;
		height: 207px;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
		background-size: 100% auto;
	}
		.video-ipad-inner {
			width: 224px;
			height: 170px;
			margin: 0 0 0 38px;
			top: 18px;
		}
	.video-ipad-bg {
		display: none;
	}

	/* Recent Works */
	.carousel-container{
		width: 234px;
		margin: 0 auto 30px auto;
	}
	.arrowButton .prevArrow{
		left: -38px;
		bottom: auto;
		top: 50%;
		margin-top: -18px;
	}
	.arrowButton .nextArrow{
		left: auto;
		right: -38px;
		bottom: auto;
		top: 50%;
		margin-top: -18px;
	}

	/* Twitter */
	#twitter-feed {
		width: 300px;
		padding-left: 0;
		margin-left: 0;
		padding-top: 45px;
		margin-top: -45px;
	}
	.flex-control-nav {
		bottom: auto;
		top: 0;
		height: 7px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.flex-control-nav li:last-child {
		margin-right: 0;
	}
	.flex-control-paging li a {
		text-align: left;
	}
	.btn-twitter {
		top: 45px;
	}
	.twitter-pic {
		margin-right: 15px;
	}
	.twitter-meta {
		line-height: 19px;
	}
		.twitter-meta strong {
			display: block;
		}
	/*/#Home Page */


	/* #About
	================================================== */
	/* Team */
	.team-list > li .info h3 {
		font-size: 16px;
	}
	.carousel_pag {
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		margin-top: -45px;
	}
	/* Numbers */
	.number-block {
		margin-bottom: 20px;
	}
	/* Clients */
	.clients-list li a {
		width: 149px;
	}

	/* #Single Employee
	================================================== */
	.person-info .social li {
		margin-left: 4px;
	}

	/* #Services
	================================================== */
	.process li {
		margin-top: 30px;
		padding-bottom: 0;
	}
	.process li:before {
		display: none;
	}
		.process li .process-body {
			overflow: hidden;
		}
	.process-thumb {
		width: auto;
		float: left;
		margin: 0 24px 10px 0;
		max-width: 25%;
		text-align: left;
	}
		.process-thumb img {
			margin: 0;
		}

	/* Featured Services */
	.service-list li {
		width: 68px;
	}
	.service-list li:nth-child(even) {
		margin-right: 9px;
	}
	.service-list li:nth-child(4n) {
		margin-right: 0;
	}
		.service-list li img {
			width: 100%;
			height: auto;
		}


	/* #Blog and Post
	================================================== */
	.entry-heading .date {
		display: none;
	}
	.entry-heading .date-inner {
		font-size: 14px;
		width: 86px;
		text-indent: 0;
	}
	.entry-heading .entry-title-wrapper {
		margin: 0;
		padding: 10px 20px 10px 20px;
		height: auto;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-ms-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
	}
	.entry-heading .entry-title-wrapper:after {
		display: none;
	}
		.entry-heading h2 {
			font-size: 13px;
			line-height: 18px;
			height: auto;
			display: block;
			-webkit-transform: skew(0deg);
			-moz-transform: skew(0deg);
			-ms-transform: skew(0deg);
			-o-transform: skew(0deg);
			transform: skew(0deg);
		}
	.entry-meta {
		margin-bottom: 1em;
	}
	.entry-meta li {
		display: block;
		padding: 0 0 .5em 0;
	}
		.entry-meta li:before {
			display: none;
		}
	
	/* Share Box */
	.share-box-title {
		display: none;
	}
	.st_fblike_hcount,
	.st_twitter_hcount {
		margin-right: 2px;
	}

	/* Comments */
	.comment-author {
		max-width: 36px;
		height: auto;
		margin: 4px 20px 0 0;
	}
	.commentlist ol.children {
		margin: 0;
	}
	.commentlist ol.children > li:before {
		display: none;
	}

	/* Comment Form */
	.commentform p {
		margin-bottom: 0;
	}
	.comment-form-author,
	.comment-form-email {
		width: 100%;
	}
	.comment-form-author input,
	.comment-form-email input {
		width: 100%;
		float: none;
	}
	.comment-form-comment {
		float: none;
		width: 100%;
	}
	.comment-form-comment textarea {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.commentform button {
		float: none;
		margin: 10px 0 0 0;
	}
	.commentform .notice {
		float: none;
		padding: 0;
		margin: 0;
	}
	

	/* #Sidebar and Widgets
	================================================== */
	/* Flickr Widget */
	.flickr-widget li:nth-child(5n) {
		margin-right: 0;
	}
	.flickr-widget li:nth-child(4n) {
		margin-right: 4px;
	}
	.flickr-widget ul li img {
		width: 56px;
		height: 56px;
	}


	/* #Portfolio
	================================================== */
	/* Project Head */
	.project-head h2 {
		margin-bottom: 0;
	}
	.project-feed-filter {
		float: left;
		margin-bottom: 0;
	}
		.project-feed-filter li {
			margin: 0 10px 10px 0;
		}
	.project-feed .project-item {
		width: 144px;
		margin-bottom: 10px;
	}
	.project-item .item-title-inner {
		padding: 16px 4px 4px 4px;
		color:#FFF;
	}
		.project-item .bordered {
			font-size: 16px;
			padding: 10px 0;
			color:#FFF;
		}

	/* Portfolio Slider */
	.flex-direction-nav .flex-next {
		left: auto;
		right: 6px;
		top: 50%;
		margin-top: -20px;
		display: none;
	}
	.flex-direction-nav .flex-prev {
		left: 1px;
		top: 50%;
		margin-top: -20px;
		display: none;
	}

	/* #Single Portfolio
	================================================== */
	/* Project Title */
	.project-title {
		margin-bottom: 0;
	}
	.project-title h1 {
		font-size: 24px;
		padding: .35em 40px;
		margin-bottom: 0;
	}

	/* Caption */
	.flex-caption {
		right: 6px;
		top: auto;
		bottom: 6px;
		padding: 10px;
	}
		.flex-caption h3 {
			margin-bottom: 0;
		}
		.flex-caption p {
			display: none;
		}

	/* Project Slider */
	.project-slider {
		margin-bottom: 0;
	}
	.flexslider__full .flex-caption {
		right: 6px;
		left: 0;
		width: auto;
		top: auto;
		bottom: 6px;
		padding: 20px;
	}
	.flexslider__full .flex-direction-nav .flex-next { 
		left: auto;
		top: auto;
		right: 16px;
		bottom: 15px;
		margin-top: 0;
	}
	.flexslider__full .flex-direction-nav .flex-prev {
		left: auto;
		top: auto;
		bottom: 15px;
		right: 66px;
		margin-top: 0;
	}
	/*/#Portfolio */

	
	/* #Pricing Tables Style 2
	================================================== */
	.pricing-column {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.pricing-column__features { display:none; }

	.pricing-column ul li { 
		padding: 15px 0 20px 0;
	}
	.pricing-column ul li:before {
		content:attr(data-feature) ':';
		display:block;
		font-size: 13px;
		line-height: 19px;
	}

	/* #Promoboxes
	================================================== */
	.promobox-desc h2 {
		font-size: 18px;
		line-height: 1.2em;
		margin-bottom: .5em;
	}
	.promobox-classic {
		text-align: center;
	}
	.promobox-classic .promobox-inner {
		padding: 20px;
	}
		.promobox-classic .promobox-desc {
			float: none;
			width: 100%;
		}
		.promobox-classic .promobox-btn {
			float: none;
			width: 100%;
		}
		.promobox-classic .promobox-btn .btn-large {
			padding-left: 22px;
			padding-right: 22px;
		}
	.promobox-center .promobox-inner {
		padding: 20px;
	}
	.promobox-custom .promobox-inner {
		padding: 0 0 14px 0;
	}
		.extra-holder__double-color .grid_12 {
			margin-bottom: 0;
		}


	/* #Testimonials
	================================================== */
	.testimonial__style1 .thumb {
		float: left;
		margin: 0 15px 20px 0;
	}
	/*/ Testimonials */

	
	/* #Tabs
	================================================== */
	/* Vertical Tabs */
	.tabs__vertical .tab-menu {
		width: 100%;
		float: none;
		padding: 0;
	}
		.tabs__vertical .tab-menu ul {
			margin: 0 -1px 0 0;
		}
	.tabs__vertical .tab-wrapper {
		width: 100%;
		float: none;
		padding: 0;
	}
	/*/ Tabs */

	
	/* #Table
	================================================== */
	table thead th {
		font-size: 12px;
		padding: 10px;
	}
	table td {
		padding: 8px;
		font-size: 13px;
		line-height: 16px;
	}
	table .title {
		width: auto;
	}


	/* #404 page
	================================================== */
	.error404 .content-wrapper {
		padding: 20px 0 40px 0;
	}

	.error404-holder {
		padding: 0;
	}
		.error404-num {
			font-size: 120px;
		}
		.error404-num:before {
			top: 66px;
		}
		.error404-txt {
			font-size: 32px;
		}

	.error-action {
		padding: 30px 0 0 0;
		font-size: 13px;
	}

	

	/* #Contact Page
	================================================== */
	.map-canvas {
		height: 220px;
	}

	/* Social Large */
	.social__large li a {
		width: 98px;
		height: 98px;
	}

	/* Contact Info */
	.contact-info {
		background: none;
		padding: 40px 0 0 0;
		margin-bottom: 0;
	}
		.contact-info h2 {
			font-size: 18px;
		}
	


	/* #Footer
	================================================== */
	.footer-bottom {
		text-align: center;
	}
		.footer-bottom .social {
			margin-bottom: 16px;
		}

	.footer-widgets .hr-inner {
		padding-bottom: 0;
	}
	.footer-bottom .grid_12,
	.footer-bottom .grid_9 {
		margin-bottom: 0;
	}

	/* Contact Widget */
	.contact-widget ul li {
		padding: 0 0 19px 32px;
	}
	.contact-widget ul li:before {
		left: 0;
	}


	/* #Contact Form
	================================================== */
	.contact-form [class^="grid_"] {
		margin-bottom: 0;
	}
	.contact-form .button-wrapper {
		float: none;
		width: 100%;
		text-align: left;
	}
	.contact-form #response {
		float: right;
		width: 100%;
		text-align: left;
	}

	
	/* #Misc
	================================================== */
	/* Images */
	.thumb {
		float: none;
		margin: 8px auto 10px auto;
		display: inline-block;
	}
	.thumb-holder {
		margin: 0 auto;
		display: block;
		text-align: center;
		clear: both;
	}
	/* Entry Thumbnail */
	.thumb__full {
		margin: 0 5px 29px 0;
	}
	/* Blockquote */
	blockquote {
		padding-left: 80px;
	}
	blockquote:after {
		left: 44px;
	}
	blockquote:before {
		left: 10px;
	}

	/* Responsive utility classes */
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	
	/* Horizontal Rule (decoration) */
	.hr-inner:after {
		left: 0;
		right: 0;
	}
	.hr-inner:before {
		left: 0;
	}

	.hr {
		margin-left: 0;
		margin-right: 0;
	}

	/* Title */
	.skeleton-custom .title h2 {
		font-size: 28px;
	}
	.skeleton-custom .title h2 br {
		display: none;
	}


	.skeleton-custom .grid_9 {
		margin-bottom: 0;
	}

	
	/* Reveal Modal */
	.reveal-modal {
		margin-left: -150px;
		width: 300px;
	}
		.reveal-modal-inner {
			padding: 20px;
		}
		.reveal-modal hgroup {
			margin-bottom: 20px;
		}
			.reveal-modal hgroup h2 {
				font-size: 28px;
			}

}


/* #Mobile (Landscape) 
Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {


	/* #Hero Section
	================================================== */
	.hero-section {
		height: 409px;
	}
		/* Text Based (with World Map by default) */
		.hero-section__txt {
			background-position: 50% 35px;
			-webkit-background-size: 680px auto;
			background-size: 680px auto;

			text-align: left;
		}
		.hero-section-inner {
			padding: 115px 140px 0 0;
		}
		.hero-section-inner .primary-title {
			font-size: 50px;
			margin-bottom: 9px;
		}
		.hero-section-inner .secondary-title {
			font-size: 20px;
			margin-bottom: 1.8em;
		}
		.map-marker__facebook {
			right: 85px;
			top: 200px;
		}
		.map-marker__email {
			right: 93px;
			top: 122px;
		}
		.map-marker__twitter {
			right: 43px;
			top: 165px;
		}
		.map-marker__phone {
			right: 11px;
			top: 102px;
		}
		.map-marker__linkedin {
			right: 12px;
			top: 215px;
		}
		.map-marker__instagram {
			right: 0;
			top: 155px;
		}


		/* Image Based (with image on background) */ 
		.hero-section__image .hero-section-inner {
			padding: 120px 0 0 0;
		}
		.hero-section__image .hero-section-inner .primary-title {
			margin-bottom: .2em;
			font-size: 50px;
		}
		.hero-section__image .hero-section-inner .secondary-title {
			margin-bottom: 2em;
			font-size: 20px;
		}

		/* Video Based (with video on front, image on background) */
		.hero-section__video {
			height: 318px;
		}
		.hero-section__video .hero-section-inner {
			padding: 40px 0 0 0;
		}
		.hero-section__video .hero-section-inner .secondary-title {
			font-size: 30px;
		}
		.video-hero-wrapper {
			width: 436px;
			height: 325px;
			margin-left: -218px;
			top: 94px;
			-webkit-background-size: 100% auto;
			background-size: 100% auto;
		}
			.video-hero-inner {
				width: 412px;
				height: 193px;
				margin: 0 0 0 13px;
				top: 31px;
			}

	/* #Home Page
	================================================== */
	/* Benefits */
	.benefits-list li {
		width: 210px;
		margin-right: 10px;
	}
	.benefits-list li:nth-child(3n) {
		margin-right: 10px;
	}
	.benefits-list li:nth-child(2n) {
		margin-right: 0 !important;
	}

	/* Metrics */
	.metrics-list li dt {
		font-size: 18px;
		margin-bottom: .5em;
	}
	.metrics-list li dd {
		font-size: 40px;
	}
	.metrics-list .metric-projects {
		width: 180px;
	}
	.metrics-list .metric-clients {
		width: 158px;
	}
	.metrics-list .metric-awards {
		width: 109px;
	}

	/* Video Holder */
	.video-ipad-wrapper {
		width: 420px;
		height: 290px;
	}
		.video-ipad-inner {
			width: 314px;
			height: 250px;
			margin: 0 0 0 53px;
			top: 25px;
		}

	#twitter-feed {
		width: 436px;
	}
	/*/#Home Page */

	
	/* #About
	================================================== */
	/* Numbers */
	.number-block {
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.number-block dt {
		float: none;
		margin: 0 auto 16px auto;
	}
	.number-block dd {
		text-align: center;
		display: block;
		margin: 0;
		height: auto;
	}
	/* Clients */
	.clients-list li a {
		width: 144px;
	}
	.clients-list li:nth-child(4n) {
		margin-right: 1px;
	}
	.clients-list li:nth-child(3n) {
		margin-right: 0 !important;
	}

	
	/* #Services
	================================================== */
	/* Featured Services */
	.service-list li {
		width: 102px;
	}


	/* #Blog and Post
	================================================== */
	.entry-heading .date {
		display: block;
	}
	.entry-heading .date-inner {
		font-size: 14px;
		width: 86px;
		text-indent: 0;
	}
	.entry-heading .entry-title-wrapper {
		margin: 0 0 0 96px;
		padding: 0 20px 0 20px;
		-webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
		-ms-transform: skew(-15deg);
		-o-transform: skew(-15deg);
		transform: skew(-15deg);
	}
	.entry-heading .entry-title-wrapper:after {
		display: block;
	}
		.entry-heading h2 {
			font-size: 13px;
			line-height: 18px;
			height: 75px;
			display: table-cell;
			-webkit-transform: skew(15deg);
			-moz-transform: skew(15deg);
			-ms-transform: skew(15deg);
			-o-transform: skew(15deg);
			transform: skew(15deg);
		}

	/* Comment Form */
	.commentform button {
		float: right;
		margin: 10px 0 0 0;
	}
	.commentform .notice {
		float: left;
		padding: 22px 0 12px 0;
		margin: 0;
	}

	/* #Sidebar and Widgets
	================================================== */
	/* Flickr Widget */
	.flickr-widget li:nth-child(7n) {
		margin-right: 0;
	}
	.flickr-widget li:nth-child(4n),
	.flickr-widget li:nth-child(5n) {
		margin-right: 4px;
	}
	.flickr-widget ul li img {
		width: 56px;
		height: 56px;
	}


	/* #Portfolio
	================================================== */
	.project-feed .project-item {
		width: 138px;
	}
	/* Portfolio Slider */
	.flex-direction-nav .flex-next {
		display: block;
	}
	.flex-direction-nav .flex-prev {
		display: block;
	}
	/*/#Portfolio */



	/* #Contact Page
	================================================== */
	/* Social Large */
	.social__large li:nth-child(6n) {
		margin-right: 1px;
	}
	.social__large li a {
		width: 108px;
		height: 108px;
	}
	

	/* #Footer
	================================================== */
	/* Recent Posts Widget */
	.footer-widgets .posts-widget ul li {
		float: left;
		width: 50%;
		margin: 0;
	}
		.footer-widgets .posts-widget h5 {
			padding-right: 25px;
		}
		.footer-widgets .posts-widget .excerpt {
			padding-right: 25px;
		}

	/* Contact Widget */
	.contact-widget ul li {
		padding: 0 5px 0 24px;
		float: left;
		width: 31%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.contact-widget ul li:first-child {
		width: 38%;
	}
	.contact-widget ul li:before {
		left: 0;
	}

	.title h2 {
		font-size: 32px;
	}


	/* #Misc
	================================================== */
	/* Reveal Modal */
	.reveal-modal {
		margin-left: -210px;
		width: 420px;
	}
		.reveal-modal-inner {
			
		}
}