/*
Theme Name: Shine
Theme URI: http://shinewp.guuhuu.com
Author: GuuThemes
Author URI: http://www.guuthemes.com
Description: Responsive HTML5 WordPress Theme
Version: 1.1
Tags: light, flexible-width, theme-options, translation-ready, photoblogging
=======
License: GNU General Public License
License URI: license.txt
*/


/* Table of Contents
==================================================

1  - Reset
2  - WordPress Specific Styles
3  - Grid
4  - General (Typography & Images)
5  - Header
6  - Footer
7  - Homepage Sections
8  - Navigation
9  - Buttons
10 - Social Icons (Body)
11 - Isotope (Portfolio Filtering)
12 - Single Project
13 - Single Article/Post Excerpt
14 - Comments (Including Comment Form)
15 - Google Map
16 - Widgets
17 - Back to Top Scroll
18 - Contact Form
19 - Contact Details
20 - Services
21 - Section Dividers
22 - Quotes
23 - Latest Tweet
24 - Client Logos
25 - Portfolio Navigation
26 - Portfolio Items
27 - Team Members
28 - Latest News
29 - Media Queries

================================================== */


/*----------------------------------------------*/
/*	1 - Reset
/*----------------------------------------------*/

/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Standard Reset.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
  	padding: 0;
  	border: 0;
  	vertical-align: baseline;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  	display: none;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  	background: #fff;
  /* 1 */
  	color: #000;
  /* 2 */
  	font-family: sans-serif;
  /* 3 */
  	-ms-text-size-adjust: 100%;
  /* 4 */
  	-webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  	font-size: 2em;
  	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  	background: #ff0;
  	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  	font-family: monospace, serif;
  	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
  	bottom: -0.25em;
}

h4, h3 {
  font-size: 18px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  	border: 1px solid #c0c0c0;
  	margin: 0 2px;
  	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  	border: 0;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  	font-family: inherit;
  /* 1 */
  	font-size: 100%;
  /* 2 */
  	margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  /* 2 */
  	cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box;
  /* 1 */
  	padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  	-webkit-appearance: textfield;
  /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box;
  /* 2 */
  	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  	overflow: auto;
  /* 1 */
  	vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

/*----------------------------------------------*/
/*	2 - WordPress Specific Styles
/*----------------------------------------------*/

/* Default Body Class Styles */
.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}

/* Default Post Styles */
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}

/* Default Post Format Styles */
.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}

/* Default Widget Styles */
.widget {}

#searchform {}
.widget_search {}
.widget_search input {
	border: 1px solid #333!important;
}
.screen-reader-text {}

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {list-style: none; padding: 7px 0 0 0;}
.widget_meta ul li:before {}
.widget_meta ul li a {}

.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {list-style: none; padding: 7px 0 0 0;}
.widget_archive ul li:before {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {list-style: none; padding: 7px 0 0 0;}
.widget_pages ul li:before {}
.widget_pages ul li a {}

.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

.widget_calendar {float: left;}
.widget_calendar table { width: 100% }
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #999; text-align: center; padding: 8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {}
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

.recentcomments {}
#recentcomments {}
#recentcomments li {list-style: none; padding: 8px 0 0 0;}
#recentcomments li:before {}
#recentcomments li a {}
.widget_recent_comments {}

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {list-style: none; padding: 8px 0 0 0;}
.widget_recent_entries ul li:before {}
.widget_recent_entries ul li a {}

.textwidget {}
.widget_text {}
.textwidget p {}

/* Default Comment Form Styles */
.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

.entry-content img {}

.alignleft,
.alignleft img {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	float: left;
}

.alignright,
.alignright img {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	float: right;
}

.aligncenter,
.aligncenter img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {}

.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 6px;
	color: #fff;
	background-color: #333;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	line-height: 14px;
}

.wp-caption.alignleft {
  	text-align: left;
  	margin-right: 1.1em;
  	margin-bottom: 1.1em;
}

.wp-caption.alignright {
  	text-align: right;
  	margin-left: 1.1em;
  	margin-bottom: 1.1em;
}

.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-smiley {}

blockquote.left {}
blockquote.right {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.gallery {}
.gallery .gallery-item {}
.gallery-caption {
	padding: 9px;
}

/*----------------------------------------------*/
/*	3 - Grid
/*----------------------------------------------*/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/*  #Base 960 Grid
================================================== */

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.container .column,
.container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.row {
  	margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  	margin-left: 0;
}

.column.omega, .columns.omega {
  	margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
  	width: 40px;
}

.container .two.columns {
  	width: 100px;
}

.container .three.columns {
  	width: 160px;
}

.container .four.columns {
  	width: 240px;
}

.container .five.columns {
  	width: 280px;
}

.container .six.columns {
  	width: 340px;
}

.container .seven.columns {
  	width: 400px;
}

.container .eight.columns {
  	width: 460px;
}

.container .nine.columns {
  	width: 520px;
}

.container .ten.columns {
  	width: 580px;
}

.container .eleven.columns {
  	width: 640px;
}

.container .twelve.columns {
  	width: 680px;
}

.container .thirteen.columns {
  	width: 760px;
}

.container .fourteen.columns {
  	width: 820px;
}

.container .fifteen.columns {
  	width: 880px;
}

.container .sixteen.columns {
  	width: 940px;
}

.container .one-third.column {
  	width: 300px;
}

.container .two-thirds.column {
  	width: 620px;
}

/* Offsets */
.container .offset-by-one {
  	padding-left: 60px;
}

.container .offset-by-two {
  	padding-left: 120px;
}

.container .offset-by-three {
  	padding-left: 180px;
}

.container .offset-by-four {
  	padding-left: 240px;
}

.container .offset-by-five {
  	padding-left: 300px;
}

.container .offset-by-six {
  	padding-left: 360px;
}

.container .offset-by-seven {
  	padding-left: 420px;
}

.container .offset-by-eight {
  	padding-left: 480px;
}

.container .offset-by-nine {
  	padding-left: 540px;
}

.container .offset-by-ten {
  	padding-left: 600px;
}

.container .offset-by-eleven {
  	padding-left: 660px;
}

.container .offset-by-twelve {
  	padding-left: 720px;
}

.container .offset-by-thirteen {
  	padding-left: 780px;
}

.container .offset-by-fourteen {
  	padding-left: 840px;
}

.container .offset-by-fifteen {
  	padding-left: 900px;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column,
  .container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 170px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 384px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
  	clear: both;
}

.row,
.clearfix {
  	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*----------------------------------------------*/
/*	4 - General (Typography & Images)
/*----------------------------------------------*/

body {
	background-color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 21px;
	color: #444;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.content {
	background-color: #fff;
	padding: 70px 0;
	z-index: 300;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.inline-image {
  	padding: 20px 0 10px 0;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
  	color: #333333;
}

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 20px 0;
	padding: 9px 20px 0 20px;
	border-left: 3px solid #6699A6;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

cite {
	text-align: right;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #333;
}

h1 {
	line-height: 34px;
	border-bottom: #ddd 2px solid;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

h2 {
	line-height: 30px;
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h3 {
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  	color: #333333;
}

.archive-title {
	margin-top: 10px;
	padding: 0 0 10px 0;
}

/*----------------------------------------------*/
/*	5 - Header
/*----------------------------------------------*/

.header-background-image {
	width: 100%;
	height: 1100px;
	margin: 0 auto;
	position: absolute;
	background-size: cover!important;
	-webkit-background-size: cover!important;
}

.header-background-image-inner {
	width: 100%;
	/*height: 500px;*/
	margin: 0 auto;
	position: absolute;
	background-size: cover!important;
	-webkit-background-size: cover!important;
}

#header-global[role="banner"] {
	color: #fff;
	width: 100%;
	height: 700px;
	padding-bottom: 60px;
	z-index: 1000;
}

#header-global-inner[role="banner"] {
	color: #fff;
	width: 100%;
	height: 400px;
	padding-bottom: 60px;
	z-index: 1000;
}

.header-top {
	padding-top: 23px;
	position: relative;
	z-index: 1000;
	width: 100%;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}

.header-top-dark {
	background-color: #232728;
	background-color: rgba(35, 39, 40, .975);
	padding-top: 23px;
	padding-bottom: 15px;
	position: relative;
	z-index: 1000;
	width: 100%;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}

.logo.three.columns {
	margin-left: 0;
}

.logo h1 {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
}

.logo h1 a {
	color: #fff;
}

.logo img {
	max-height: 65px;
	max-width: none;
	margin-top: 10px;
	width: auto;
}

/* Uber Statement
------------------------------------------------*/

.uber-statement {
	margin-top: 80px;
	padding: 0 0 40px 0;
}

.uber-statement [class^="icon-"] {
  	font-size: 110px;
}

.uber-statement h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 90px;
	border-bottom: none;
	padding: 0;
}

.uber-statement h2 {
	font-size: 40px;
	font-weight: 100;
	border: none;
	line-height: 1.2;
	padding-bottom: 30px;
	margin-bottom: 35px;
	padding: 0;
}

.uber-statement h2 strong {
	font-weight: 300;
}

.uber-statement-inner {
  	margin-top: 50px;
}

.uber-statement-inner .page-title {
  	font-size: 60px;
  	line-height: 60px;
  	display: block;
  	border-bottom: none;
  	padding-bottom: 10px;
}

.uber-statement-inner h2 {
  	font-size: 30px;
  	border-bottom: none;
  	font-weight: 300;
}

.uber-statement-inner [class^="icon-"] {
  	font-size: 30px;
}

.uber-statement h2,
.uber-statement-inner h2 {
	text-transform: none!important;
}

/*----------------------------------------------*/
/*	6 - Footer
/*----------------------------------------------*/

.footer-global[role="contentinfo"] {
	padding: 70px 0 0 0;
	position: relative;
	z-index: 300;
	background: #333;
	font-size: 12px;
	color: #ddd;
}

.footer-global[role="contentinfo"] h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 30px;
}

.footer-global[role="contentinfo"] a:hover {
  	color: #999;
}

.footer-bottom {
	background-color: #404040;
	padding: 30px 0 10px 0;
}

.copyright-details {
  	font-size: 11px;
  	line-height: 18px;
}

.copyright-details span {
	text-transform: uppercase;
}

/*----------------------------------------------*/
/*	7 - Homepage Sections
/*----------------------------------------------*/

.work,
.services,
.team,
.news {

  	padding: 70px 0;
  	position: relative;
  	z-index: 300;
}

.work h1,
.services h1,
.team h1,
.news h1 {
	border-bottom: none;
	display: inline-block;
  	font-size: 70px;
  	font-weight: 700;
  	padding-bottom: 0;
}

.work .intro-statement,
.services .intro-statement,
.team .intro-statement,
.news .intro-statement {
	font-size: 30px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom: 50px;
	padding: 0 0 20px 0;
}

.work .intro-statement a:after ,
.services .intro-statement a:after,
.team .intro-statement a:after,
.news .intro-statement a:after   {
	font-family: 'FontAwesome';
	content: "\f101";
	margin-left: 10px;
}

.work .intro-statement [class^="icon-"],
.services .intro-statement [class^="icon-"],
.team .intro-statement [class^="icon-"],
.news .intro-statement [class^="icon-"] {
	margin-left: 5px;
}

.work header p,
.services header p,
.team header p,
.news header p {
  	margin: 0;
}

.work p,
.services p,
.team p,
.news p {
  	font-size: 12px;
}

/*----------------------------------------------*/
/*	8 - Navigation (Note - The navigation is styled in conjunction with superfish.css)
/*----------------------------------------------*/

.main-navigation {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	height: 100%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	z-index: 9999;
}

.main-navigation ul {
	margin: 0 auto;
	margin-top: -2px;
	list-style-type: none;
	padding: 0;
}

.main-navigation ul > li {
  	cursor: pointer;
}

.main-navigation ul > li a {
	border-bottom: 1px solid;
  	color: #fff;
  	margin-right: 10px;
}

.main-navigation ul > li a:hover {
	border-bottom: 1px solid;
}

.main-navigation li.current a {
	border-bottom: 2px solid;
}

.header-top-dark .main-navigation {
	border-bottom: none;
}

.selectnav {
  	display: none;
}

.js-clingify-placeholder {
	height: 120px!important;
}

.js-clingify-wrapper {
  	width: 100%;
  	height: 120px!important;
}

.js-clingify-locked {
  	left: 0;
  	position: fixed;
  	top: 0;
  	z-index: 1000;
}

/* Homepage Styling */

.home .main-navigation li.current a {
	border-bottom: 2px solid;
}

.home .main-navigation ul li ul li a:hover {
	color: #fff;
}

@media only screen and (max-width: 480px){
  .sliderheading span.zoom-this {
      font-size:16px!important;
      line-height:24px!important;
  }
}

/*----------------------------------------------*/
/*	9 - Buttons
/*----------------------------------------------*/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	background: none;
	border: 1px solid #333;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 0;
	margin-top: 5px;
	padding: 5px 10px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border: 1px solid;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Read More Button
--------------------------------------------------*/

a.read-more-btn {
	position: relative;
	display: inline-block;
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn > span {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn:hover > span {
	color: #333;
	margin-left: 10px;
}

a.read-more-btn span {
  	font-size: 15px;
  	margin-left: 5px;
}

a.read-more-btn:hover {
	border: 1px solid #333;
  	color: #333;
  	position: relative;
}

/* Read More Button (Uber Statement)
--------------------------------------------------*/

a.read-more-btn-uber {
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn-uber > span {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.read-more-btn-uber:hover > span {
	color: #fff;
	margin-left: 10px;
}

a.read-more-btn-uber span {
  	font-size: 20px;
  	margin-left: 5px;
}

a.read-more-btn-uber:hover {
	color: #fff;
  	position: relative;
}

/* Launch Project Button
--------------------------------------------------*/

a.launch-project-btn {
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 2px;
	background: #none;
	color: #333;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.launch-project-btn > span {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.launch-project-btn:hover > span {
	margin-left: 10px;
}

a.launch-project-btn span {
  	font-size: 17px;
  	margin-left: 5px;
}

a.launch-project-btn:hover {
  	border: 1px solid;
  	position: relative;
}

/*----------------------------------------------*/
/*	10 - Social Icons (Body)
/*----------------------------------------------*/

.social-icons {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	*zoom: 1;
	display: inline-block;
}

.social-icons > li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding: 0 10px 10px 10px;
}

.social-icons li a {
	display: block;
}

.social-icons > li:first-child, .social-icons > li.first {
  	padding-left: 0;
}

.social-icons > li:last-child {
  	padding-right: 0;
}

.social-icons > li.last {
  	padding-right: 0;
}

.social-icons > li a:hover {
  	color: #999;
}

.team .social-icons > li a:hover {
	color: #333;
}

.footer-global[role="contentinfo"] .social-icons > li {
	padding: 0 20px 10px 0;
}

/*----------------------------------------------*/
/*	11 - Isotope (Portfolio Filtering)
/*----------------------------------------------*/

.isotope-item {
  	z-index: 2;
}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 1;
}

.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  	-webkit-transition-duration: 0.8s;
  	-moz-transition-duration: 0.8s;
  	transition-duration: 0.8s;
}

.isotope {
  	-webkit-transition-property: height, width;
  	-moz-transition-property: height, width;
  	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
  	-moz-transition-property: -moz-transform, opacity;
  	-ms-transition-property: -ms-transform, opacity;
  	-o-transition-property: top, left, opacity;
  	transition-property: transform, opacity;
}

/*----------------------------------------------*/
/*	12 - Single Project
/*----------------------------------------------*/

.single-project p:first-of-type {
	font-weight: 600;
  	letter-spacing: .1em;
}

.single-project p:last-of-type {
	margin-bottom: 30px;
}

.single-project h1 {
	display: block;
	font-size: 40px;
	line-height: 38px;
	border-bottom: medium double #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-project h1 [class^="icon-"] {
  	margin-right: 10px;
  	color: #6699A6;
}

.single-project img {
  	max-width: 100%;
  	height: auto;
}

.single-project .project-details {
	color: #666;
	border-bottom: #ddd 1px solid;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	list-style: none;
}

.single-project .project-details li {
	margin: 10px 0;
}

.single-project .project-details li [class^="icon-"] {
  	margin-right: 10px;
}

.single-project img,
.single-project .video-frame {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	overflow: hidden;
}

.single-project img {
	margin-top: 15px;
  	margin-bottom: 20px;
}

.single-project .video-frame {
  	margin-bottom: 25px;
}

.single-project .slides li {
  	margin-bottom: 0;
}

/* Project Navigation
--------------------------------------------------*/

.project-nav {
    display: block;
    float: left;
    margin: 0 0 5px 0;
    list-style: none;
}

.project-nav li {
	font-size: 20px;
    float: left;
    -moz-transition: color .4s;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -ms-transition: color .4s;
    transition: color .4s;
}

.project-nav li a {
	text-decoration: none;
	display: block;
}

.project-nav .next a:hover,
.project-nav .prev a:hover {
	color: #666;
}

.project-nav .back a:hover {
	color: #666;
}

.project-nav .prev,
.project-nav .next,
.project-nav .back {
    margin-right: 10px;
}

.project-nav .back a {}

.project-nav .next a {
    color: #333;
}

.project-nav .prev a {
    color: #333;
}

/*----------------------------------------------*/
/*	13 - Single Article/Post Excerpt (Index)
/*----------------------------------------------*/

.single-article p:first-of-type {
  	font-weight: 600;
  	letter-spacing: .1em;
}

.post-excerpt h1 {
	border-bottom: 2px solid #333;
	display: block;
	font-size: 40px;
	line-height: 38px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-article h1 [class^="icon-"],
.post-excerpt h1 [class^="icon-"] {
  	margin-right: 10px;
  	color: #6699A6;
}

.single-article img,
.post-excerpt img {
  	max-width: 100%;
  	height: auto;
  	margin-top: 20px;
  	margin-bottom: 30px;
}

.single-article img {
	margin-bottom: 15px;
}

.video-frame {
  	margin-top: 20px;
  	margin-bottom: 40px;
}

.post-excerpt .video-frame {
	margin-top: 70px;
	margin-bottom: 35px;
}

.post-excerpt {
  	margin-bottom: 30px;
}

.post-excerpt img,
.post-excerpt .video-frame {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	overflow: hidden;
}

.single-article .meta-details,
.post-excerpt .meta-details {
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 12px;
	margin-top: 18px;
	padding: 15px 0;
	list-style: none;
}

.single-article .meta-details li,
.post-excerpt .meta-details li {
  	float: left;
  	margin: 5px 20px 5px 0;
}

.single-article .meta-details li [class^="icon-"],
.post-excerpt .meta-details li [class^="icon-"] {
  	margin-right: 7px;
}

.post-excerpt a.read-more-btn > span {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.post-excerpt a.read-more-btn:hover > span {
	margin-left: 10px;
}

a.read-more-btn span {
  	font-size: 15px;
  	margin-left: 5px;
}

.post-excerpt a.read-more-btn {
	background: none;
	border: 1px solid #333;
	color: #333;
}

.post-excerpt a.read-more-btn:hover {
  	border: 1px solid;
}

/* Single Article Navigation
--------------------------------------------------*/

.pager {
	clear: both;
	margin-left: 0;
	margin-bottom: 35px;
	list-style: none;
	text-align: center;
	*zoom: 1;
}

.pager:before,
.pager:after {
	display: table;
	content: "";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager a {
	color: #fff;
	display: inline-block;
	padding: 5px 14px;
	margin-bottom: 10px;
	background-color: #333;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pager a:hover {
	text-decoration: none;
}
.pager .next a {
	float: left;
	display: block;
	clear: both;
}

.pager .previous a {
	float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
	color: #999;
	background-color: #fff;
	cursor: default;
}

/* Post Tags
--------------------------------------------------*/

.tags {
	color: #666;
	display: block;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 3px;
}

.tags a {
	margin-left: 10px;
}

/* Articles Pagination
--------------------------------------------------*/

.pagination {
	font-size: 20px;
    display: block;
    float: left;
    margin: 0 0 30px 0;
    list-style: none;
}

.pagination li {
	font-size: 20px;
    float: left;
    -moz-transition: color .4s;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -ms-transition: color .4s;
    transition: color .4s;
}

.pagination li a {
	text-decoration: none;
	display: block;
}

.pagination .page-numbers {
    margin-right: 10px;
}

.pagination .next a:hover,
.pagination .prev a:hover {
	color: #666;
}

.pagination .prev,
.pagination .next {
    padding: 3px 9px;
}

/*----------------------------------------------*/
/*	14 - Comments (Including Comment Form)
/*----------------------------------------------*/

#comments {
	margin-top: 30px;
	margin-left: 0;
}

#comments h4 {
	font-size: 16px;
	padding-bottom: 20px;
	display: block;
	border-bottom: #ddd 2px solid;
	font-weight: 400;
}

.comments-list {
	background-color: #fafbfc;
  	border-bottom: 1px solid #666;
  	margin: 25px 0 40px;
  	padding: 20px;
}

.comment {
  	border-top: 1px solid #666;
  	display: inline-block;
  	margin-top: 10px;
  	padding-top: 30px;
}

.comment .children .comment {
  	margin-top: 10px;
  	padding-top: 30px;
}

.comment:first-child {
  	border-top: none;
  	margin: 0;
  	padding: 0;
}

.comment > div {
  	display: inline-block;
}

.comment .avatar {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.comment .comment-entry,
.comment .comment-meta {
  	float: right;
  	width: 100%;
}

.comment .comment-meta {
  	margin-top: -4px;
}

.comment .author {
  	font-size: 14px;
  	margin: 0;
  	text-transform: uppercase;
}

.comment .author .reply {
  	color: #6699A6;
  	font-size: 11px;
  	text-transform: uppercase;
}

.comment .author .reply:hover {
  	color: #333;
  	font-size: 11px;
}

.comment .date {
  	color: #959595;
  	margin: 1px 0 8px;
}

.comment .children {
  	padding-left: 60px;
}

.comment .children .comment {
  	border-top: 1px solid #999;
  	position: relative;
}

.comment .children .comment-entry,
.comment .children .comment-meta {
  	width: 100%;
}

.comment .children .children .comment-entry,
.comment .children .children .comment-meta {
  	width: 100%;
}

.comment-reply-link {
  	font-size: 80%;
}

.comment-moderate {
  	float: left;
}

/* Comment Form */

#respond {
  	margin-bottom: 20px;
  	margin-left: 0;
}

#respond h2 {
  	margin-top: 20px;
  	margin-bottom: 20px;
  	font-weight: 800;
}

#comment-form input,
#comment-form textarea {
  	border: 1px solid #333;
}

/*----------------------------------------------*/
/*	15 - Google Map
/*----------------------------------------------*/

#map {
	width: 100%;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.map-overlay {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #333;
	background-color: none;
	color: #fff;
	padding: 10px 15px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 8px 1px #666;
	-webkit-box-shadow: 1px 1px 8px 1px #666;
	box-shadow: 1px 1px 8px 1px #666;
}

.map-overlay_arrow {
	left: 50%;
	width: 0;
	height: 0;
	position: absolute;
}

.map-overlay_arrow.above {
	bottom: -16px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #333;
}

.map-overlay_arrow.below {
	top: -16px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #333;
}

/*----------------------------------------------*/
/*	16 - Widgets (These stylings overide the CSS in the plugin files. Useful for when you update those plugins in the future)
/*----------------------------------------------*/

.widget {
  	font-size: 12px;
  	text-align: left;
  	margin-bottom: 30px;
}

.widget ul {
  	list-style: none;
}

.widget [class^="icon-"] {
	margin-right: 5px;
}

.sidebar {
	margin-top: 15px;
}

.sidebar form {
	margin-top: 5px;
}

.sidebar .widget h4 {
	font-size: 15px;
	border-bottom: 2px solid #ddd;
}

.sidebar .widget [class^="icon-"] {
	margin-right: 7px;
}

.sidebar .widget ul li:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f054";
	padding-right: 10px;
	font-size: 6px;
}

/* Twitter Feed Widget
--------------------------------------------------*/

.really_simple_twitter_widget {
  	list-style: none;
}

.really_simple_twitter_widget li {
	margin: 10px 0;
}

.really_simple_twitter_widget .rstw_comma {
	display: none;
}

.really_simple_twitter_widget .twitter-timestamp {
	display: block;
  	color: #999;
  	font-size: 10px;
  	font-style: italic;
  	margin-top: 0;
}

.footer-global[role="contentinfo"] .really_simple_twitter_widget .twitter-timestamp {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}

/* Recent Posts Widget
--------------------------------------------------*/

.rpwe-title {
	border-bottom: none;
}

.rpwe-block {
	margin-top: 35px;
}

.rpwe-block ul {
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.rpwe-block li {
    border-bottom: 1px solid #666;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.rpwe-block a {
    display: inline!important;
    text-decoration: none;
}
.rpwe-block h3 {
    background: none!important;
    clear: none;
    padding: 0!important;
    margin-bottom: 2px;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 1.3em;
}
.rpwe-thumb {
    border: 1px solid #fff;
    margin: 2px 20px 5px 0;
    padding: 0;
    border-radius: 1px;
    vertical-align: bottom;
}

.rpwe-summary { font-size: 12px }
.rpwe-time {
    display: block;
    color: #999;
    font-size: 10px;
    font-style: italic;
    margin: 0;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-alignright {
    display: inline;
    float: right;
}
.rpwe-alignnone {
    display: block;
    float: none;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table;
}
.rpwe-clearfix:after { clear: both }
.rpwe-clearfix { zoom: 1 }

/* Flickr Feed Widget
--------------------------------------------------*/

.zframe-flickr-wrap-ltr,
.zframe-flickr-wrap-rtl {
	margin-top: 20px;
}

.zframe-flickr-wrap-ltr img {
	border: 1px solid #333;
}

/*----------------------------------------------*/
/*	17 - Back to Top Scroll
/*----------------------------------------------*/

.home #back-to-top {
	position: fixed;
	right: 0;
	display: none;
	bottom: 30px;
	margin: 0;
	display: block;
	z-index: 4000;
}

.home #back-to-top a [class^="icon-"] {
	color: #fff;
	font-size: 30px;
	width: 45px;
	height: 45px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home #back-to-top a:hover [class^="icon-"] {
  	color: #999;
}

#back-to-top {
	position: fixed;
	right: 0;
	display: none;
	bottom: 30px;
	margin: 0;
	display: block;
	z-index: 4000;
}

#back-to-top a [class^="icon-"] {
	color: #666;
	font-size: 30px;
	width: 45px;
	height: 45px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#back-to-top a:hover [class^="icon-"] {
	color: #999;
}

/*----------------------------------------------*/
/*	18 - Contact Form
/*----------------------------------------------*/

form {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}

fieldset {
  	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #666;
	padding: 8px 8px 8px 8px;
	outline: none;
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin: 0;
	width: 100%;
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
  	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  	border: 1px solid;
  	color: #333;
}

textarea {
  	min-height: 150px;
}

label,
legend {
  	display: block;
  	font-weight: bold;
  	font-size: 12px;
}

select {
  	width: 220px;
  	padding: 6px;
}

input[type="checkbox"] {
  	display: inline;
}

label span,
legend span {
  	font-weight: normal;
  	font-size: 12px;
  	color: #444;
}

input.error,
textarea.error {
  	margin-bottom: 6px;
}

.error {
  	color: #cc3333;
  	margin-bottom: 10px;
}

#submit {
	position: relative;
	display: inline-block;
	background: none;
	border: 1px solid #333;
	border-radius: 2px;
	color: #333;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#submit:hover {
  	border: 1px solid;
  	position: relative;
}

#response {
  	margin-top: 20px;
  	margin-bottom: 20px;
}

#response .success {
  	color: #6699A6;
}

#response .failure {
  	color: #cc3333;
}

#contact-form #user {
  	display: none;
}

.nogo {
  	color: #cc3333;
}

/*----------------------------------------------*/
/*	19 - Contact Details
/*----------------------------------------------*/

.contact-info {
	margin-top: 10px;
}

.contact-info .social-icons {
	margin-top: 5px;
}

#contact-details {
	color: #444;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
}

#contact-details li {
  	margin-bottom: 20px;
  	list-style: none;
}

#contact-details li [class^="icon-"] {
  	margin-right: 10px;
}

/*----------------------------------------------*/
/*	20 - Services
/*----------------------------------------------*/

.service {
  	margin-bottom: 50px;
}

.service h2 {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.service [class^="icon-"] {
	display: block;
	margin-bottom: 20px;
	font-size: 70px;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.service a.read-more-btn {
	background: none;
}

.service.clearcol {
	clear: both;
}

.services .column,
.services .columns {
	margin-left: 0;
	margin-right: 20px;
}

/* Icon Holders
------------------------------------------------*/

.work .icon-holder,
.services .icon-holder,
.team .icon-holder,
.news .icon-holder {
  	border-radius: 100%;
  	display: block;
}

.work .icon-holder [class^="icon-"],
.services .icon-holder [class^="icon-"],
.team .icon-holder [class^="icon-"],
.news .icon-holder [class^="icon-"] {
  	font-size: 55px;
}

/*----------------------------------------------*/
/*	21 - Section Dividers
/*----------------------------------------------*/

.section-divider-1,
.section-divider-2,
.section-divider-3 {
	width: 100%;
	height: 400px;
	background-color: #333;
	position: relative;
}

.section-divider-1 .text-container,
.section-divider-2 .text-container,
.section-divider-3 .text-container {
	height: 400px;
	width: 960px;
	border-top: 15px solid rgba(255, 255, 255, 0.4);
	border-bottom: 15px solid rgba(255, 255, 255, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-divider-1 .text-container [class^="icon-"],
.section-divider-2 .text-container [class^="icon-"],
.section-divider-3 .text-container [class^="icon-"] {
  	color: #fff;
  	font-size: 20px;
}

.text-container {
  	display: table-cell;
  	vertical-align: middle;
}

.bg1,
.bg2,
.bg3 {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	background-size: 120%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
}

/*----------------------------------------------*/
/*	22 - Quotes
/*----------------------------------------------*/

.latest-quotes {
  	color: #fff;
}

.latest-quotes .quotes {
  	height: 150px;
  	height: auto !important;
  	min-height: 150px;
  	margin: 0;
  	padding: 0;
}

.latest-quotes .quotes blockquote {
  	margin: 0;
  	padding: 0;
  	border: none;
}

.latest-quotes li {
  	list-style: none;
  	padding: 20px 0;
}

.latest-quotes .quotes blockquote p {
  	color: #fff;
  	font-size: 25px;
  	line-height: 35px;
  	font-weight: 100;
  	text-shadow: 0 1px 1px #000;
}

.latest-quotes .quotes cite {
	border: 2px solid #fff;
	border-radius: 2px;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 17px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

/*----------------------------------------------*/
/*	23 - Latest Tweet
/*----------------------------------------------*/

#latest-tweet ul {
  	list-style: none;
}

#latest-tweet .tweet {
  	color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    font-style: italic;
    text-shadow: 0 1px 1px #000;
}

#latest-tweet .tweet a {
  	color: #ddd;
}

#latest-tweet .tweet a:hover {
  	color: #999;
}

#latest-tweet .timePosted {
	border: 2px solid #fff;
	border-radius: 2px;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 17px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

/*----------------------------------------------*/
/*	24 - Client Logos
/*----------------------------------------------*/

.logos {
  	padding: 0;
}

.client-logos {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 10px 0;
  	list-style: none;
}

.client-logos li {
  	float: left;
  	margin: 0 auto;
  	margin-right: 40px;
  	padding: 10px 0;
}

.client-logos img {
  	max-width: 100%;
  	height: auto;
}

/*----------------------------------------------*/
/*	25 - Portfolio Navigation
/*----------------------------------------------*/

.home .portfolio-filter {
	margin-top: 60px;
}

.portfolio-filter {
  	margin-top: 30px;
  	margin-bottom: 40px;
}

.portfolio-filter .filter {
  	display: inline-block;
  	margin: 0;
  	padding: 0;
  	text-transform: uppercase;
}

.filter li {
  	float: left;
  	font-size: 12px;
  	list-style: none;
  	margin-right: 10px;
}

.filter li a {
	border: 2px solid #999;
	border-radius: 2px;
  	color: #999;
  	font-weight: 300;
  	text-decoration: none;
  	padding: 12px 15px;
  	-moz-transition: all .2s;
  	-webkit-transition: all .2s;
  	-o-transition: all .2s;
  	-ms-transition: all .2s;
  	transition: all .2s;
}

.filter li a:hover,
.filter li .current {
	border: 2px solid #333;
  	color: #333;
}

/*----------------------------------------------*/
/*	26 - Portfolio Items
/*----------------------------------------------*/

.project-item {
  	margin-bottom: 20px;
}

.project-item .project-image {
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.project-item .details h2 {
  	border: none;
  	display: block;
}

.project-item .details p {
	color: #ddd;
	padding-right: 5px;
	text-align: right;
}

.four.columns .project-item .details h2 {
  	font-size: 20px;
}

.portfolio-items .column,
.portfolio-items .columns {
	margin-left: 0;
	margin-right: 20px;
}

/* Portfolio Items Overlay
------------------------------------------------*/

.project-image .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	padding: 20px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;*/
}

.project-image:hover .overlay {
	background-color: rgba(0, 0, 0, .75);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	/*-webkit-backface-visibility: hidden;*/
}

.project-item .overlay h2 {
	padding: 10px;
	line-height: 1.2;
	font-size: 35px;
	font-weight: 700;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	color:#fff;
}

.project-item .overlay > h2 a {
	opacity: 1;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.project-item .overlay:hover > h2 a {
  	opacity: 1;
}

.project-item .overlay h2 a {
  	color: #fff;
}

.project-item .overlay h2 a:hover {
  	color: #d0cec4;
}

.project-item .overlay a {
  	color: #fff;
  	text-decoration: none;
}

.project-item .overlay em {
  	color: #fff;
}

.project-item img {
  	display: block;
  	position: relative;
  	max-width: 100%;
  	height: auto;
}

.project-item img {
	/*-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;*/
	/*transition: all .4s ;*/
}

.project-item:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

/*----------------------------------------------*/
/*	27 - Team Members
/*----------------------------------------------*/

.team-member {
	float: left;
	margin-top: 20px;
  	margin-bottom: 40px;
}

.team-member h2 {
	font-size: 25px;
	border-bottom: 1px solid #333;
}

.team img {
  	max-width: 100%;
  	height: auto;
}

.team-thumbnail .team-image {
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.team-thumbnail .team-image img {
	border: 2px solid #fff;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-member .job-title {
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	margin: 10px 0 15px 0;
}

.team-member .team-details {
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.team-member .team-details li {
	float: left;
	margin: 3px 10px 3px 0;
}

.team-member .team-details li [class^="icon-"] {
  	margin-right: 8px;
}

.team-member a.read-more-btn > span {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.team-member a.read-more-btn:hover > span {
	margin-left: 10px;
}

.team-member a.read-more-btn span {
  	font-size: 15px;
  	margin-left: 5px;
}

.team-member a.read-more-btn {
	background: none;
	border: 1px solid #333;
	color: #333;
}

.team-member a.read-more-btn:hover {
  	border: 1px solid;
}

.team-member .column,
.team-member .columns {
	margin-left: 0;
	margin-right: 20px;
}

/* Homepage section */

.team .team-member {
	float: none;
  	margin-bottom: 30px;
}

.team .team-member a.read-more-btn {
	background: none;
	border: 1px solid;
}

.team .team-member a.read-more-btn:hover {
  	border: 1px solid;
}

.team .team-member a.read-more-btn > span {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.team .team-member a.read-more-btn:hover > span {
	margin-left: 10px;
}

.team a.read-more-btn span {
  	font-size: 15px;
  	margin-left: 5px;
}

/*----------------------------------------------*/
/*	28 - Latest News
/*----------------------------------------------*/

.featured-post h2 {
	font-size: 25px;
}

.recent-post h3 a {
	font-size: 20px;
}

.recent-post.one-third {
  	margin-bottom: 30px;
}

.featured-post {
  	float: left;
  	margin-bottom: 30px;
}

.recent-post .news-thumbnail {
  	margin-bottom: 20px;
}

.date {
  	display: block;
}

.news img {
  	max-width: 100%;
  	height: auto;
}

.news-thumbnail .news-image {
  	list-style: none;
  	overflow: hidden;
  	position: relative;
}

.news-thumbnail .news-image img {
	border: 2px solid #fff;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news .featured-post .meta-details {
  	font-size: 12px;
}

.news .meta-details {
	display: inline-block;
	font-size: 11px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.news .meta-details li {
  	float: left;
  	margin: 3px 10px 3px 0;
}

.news .meta-details li [class^="icon-"] {
  	margin-right: 5px;
}

.recent-posts .column,
.recent-posts .columns {
	margin-left: 0;
	margin-right: 20px;
}

/*----------------------------------------------*/
/*	29 - Media Queries
/*----------------------------------------------*/

/* Slight fix for IOS devices */
@media only screen and (min-width: 1100px) {

  .header-background-image,
  .header-background-image-inner,
  .bg1,
  .bg2,
  .bg3 {
    background-attachment: fixed !important;
  }

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {

  nav select {
    display: inline-block;
    position: relative;
    color: #000;
    font-style: normal;
  }

  .one-third.column .project-item .details h2,
  .team-thumbnail .details h2,
  .news-thumbnail .details h2 {
    font-size: 25px;
  }

  .four.columns .project-item .details h2 {
    font-size: 15px;
  }

  .client-logos li {
    padding: 5px;
  }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.header-top-dark {
		background: none;
	}

  h1 {
    font-size: 40px;
    line-height: 1;
  }

  .uber-statement {
    margin-top: 120px;
    padding: 0 0 40px 0;
  }

  .uber-statement [class^="icon-"] {
    font-size: 60px;
  }

  .uber-statement h1 {
    font-size: 60px;
    line-height: 1.1;
  }

  .uber-statement h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .uber-statement-inner {
  	margin-top: 70px;
  }

  .uber-statement-inner .page-title {
  	font-size: 30px;
  	line-height: 35px;
  	margin-bottom: 0;
  }

  .uber-statement-inner h2 {
  	font-size: 20px;
  	margin-top: 0;
  }

  .work header,
  .services header,
  .team header,
  .news header {
    margin-bottom: 30px;
  }

  .header-background-image {
    height: 900px;
  }

  .post-excerpt h1 {
    display: block;
    font-size: 25px;
    line-height: 27px;
  }

  .service {
  	margin-bottom: 40px!important;
  }

  .client-logos li {
    padding: 10px 40px;
  }

  .filter li {
  	float: none;
  	margin-bottom: 30px;
  }

  .filter li:last-child {
  	margin-bottom: 20px;
  }

  .main-navigation[role="navigation"] #sf {
    display: none;
  }

  .selectnav {
    background: #fff url(assets/img/nav_arrow.png) no-repeat;
    background-position: center right;
    border: none;
    border-radius: 2px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    margin: 30px 0 30px 0;
    padding: 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 100%;
  }

  .team-thumbnail,
  .featured-post .news-thumbnail {
    margin-bottom: 20px;
  }

  #contact-form,
  #contact-details {
    margin-bottom: 40px;
  }

  .footer-global[role="contentinfo"] .social-icons {
    display: block;
  }

  .client-logos li {
    padding: 5px;
    margin-right: 10px;
  }

  .team .team-member {
  	margin-bottom: 50px;
  }

  #no-posts-found {
  	margin-bottom: 40px;
  }

  .page-not-found h1,
  #no-posts-found h1,
  .archive-title {
  	font-size: 2em;
  	line-height: 1.2em;
  }

  .post-excerpt {
  	margin-bottom: 20px;
  }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  .uber-statement {
    margin-top: 120px;
    padding: 0 0 40px 0;
  }

  .uber-statement [class^="icon-"] {
    font-size: 50px;
  }

  .uber-statement h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .uber-statement h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .uber-statement {
  	margin-top: 120px;
  }

  .uber-statement-inner .page-title {
  	font-size: 30px;
  	line-height: 35px;
  	margin-bottom: 0;
  }

  .uber-statement-inner h2 {
  	font-size: 20px;
  	margin-top: 0;
  }

	.work h1,
	.services h1,
	.team h1,
	.news h1 {
	  	font-size: 60px;
	}

	.work .intro-statement,
	.services .intro-statement,
	.team .intro-statement,
	.news .intro-statement {
		font-size: 20px;
		line-height: 40px;
	}

	.service {
		margin-bottom: 40px!important;
	}

  #back-to-top {
    display: none !important;
  }

  .filter li {
  	margin-bottom: 30px;
  }

  .filter li:last-child {
  	margin-bottom: 20px;
  }

  .client-logos li {
    padding: 5px;
    margin-right: 5px;
  }

  .team .team-member {
  	margin-bottom: 50px;
  }

  .page-not-found h1,
  #no-posts-found h1,
  .archive-title {
  	font-size: 2em;
  	line-height: 1.2em;
  }

  .selectnav{
    margin-top:5px;
  }

}

/* Mobile Portrait Size Only (devices and browsers) */
@media only screen and (max-width: 320px) {}


/*----------------------------------------------*/
/*  TACTICA CUSTOM
/*----------------------------------------------*/
.single-portfolio section > article {
  margin: 0 0 20px;
}
/*----------------------------------------------*/
/*  Mailchimp CUSTOM
/*----------------------------------------------*/
#mc_embed_signup {
color: #fff;
clear: left;
font: 14px Helvetica,Arial,sans-serif;
width: 250px;
background:none !important;
}

#mc_embed_signup h2 {
font-weight: bold;
padding: 0;
margin: 15px 0;
font-size: 1.3em;
color: #fff;
}

#mc_embed_signup .button:hover {
background-color: #D4483E;
}

#mc_embed_signup label, legend {
display: block;
/* font-weight: bold; */
font-size: 11px;
}

#mc-embedded-subscribe {background-color: #D4483E;}

.single-project .project-details ol li,
.single-project .project-details ul li {
  font-size: 16px;
}
@media only screen and (min-width: 769px)
{
	#break{
		display:none;
	}
	#title_text
	{
		padding:225px 0 60px;
	}
	#modal_popup_margin
	{
		margin:60px;
	}
	#ipad_view
	{
		display:none;
	}
	#testimonial_view
	{
		display:block;
	}
}

@media only screen and (max-width:460px)
{
	#title_text {
		padding: 60px 0 60px;
	}
	#case_study
	{
		margin-top:18px;
			}
	span.wpcf7-not-valid-tip {

		margin-top: -5px;
		margin-bottom: 20px
	}
	#ipad_view
	{
		display:none;
	}
	#testimonial_view
	{
		display:block;
	}
}
@media only screen and (min-width:461px) and (max-width:769px)
{
	#title_text
	{
		padding:100px 0 60px;
	}
	.footer_top:not(.footer_top_full) .container_inner {
		padding: 0px 0 0px;
	}
	#modal_popup_margin
	{
		margin-top:60px;
		margin-bottom:60px;
	}
	#ipad_view
	{
		display:block;
	}
	#testimonial_view
	{
		display:none;
	}
}

#display-flex{
  display: flex;
  flex-wrap: wrap;
}

.wpcf7 form .wpcf7-response-output {
  color: #000 !important;
	padding: 0px 50px;
	margin: 0px;
}

/* General Swiper styles */
@media only screen and (min-width: 768px) {.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.content-overlay {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  text-align: left;
  color: white;
  max-width: 600px;
  padding: 20px;
  font-family: 'Merriweather', serif;
}

.content-overlay div {
  line-height: 60px;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Merriweather', serif;
}

.content-overlay .italic {
  font-style: italic;
}

.content-overlay p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.content-overlay .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #D4483E;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
}

.content-overlay .btn:hover {
  background-color: #C4372E;
}
}

/* General Swiper styles */
@media only screen and (max-width: 990px) {
  .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .swiper-slide {
    position: relative;
    overflow: hidden;
  }

  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .content-overlay {
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translate(-50%);
    z-index: 1;
    color: white;
    max-width: 90%; /* Reduce max-width for smaller screens */
    font-family: 'Merriweather', serif;
  }

  .content-overlay div {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Merriweather', serif;
  }

  .content-overlay .italic {
    font-style: italic;
  }

  .content-overlay p {
    font-size: 14px; /* Adjust font size for paragraph */
    font-weight: 300;
    margin-bottom: 15px;
  }

  .content-overlay .btn {
    display: inline-block;
    padding: 8px 16px; /* Adjust padding for smaller buttons */
    background-color: #D4483E;
    color: white;
    text-decoration: none;
    font-size: 14px; /* Smaller font size for the button */
    font-weight: 300;
  }

  .content-overlay .btn:hover {
    background-color: #C4372E;
  }
}