/*
@media screen and (max-width: 600px) {
.ss-size-medium
{
min-width : 0px;
}  

table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
*/



/******************************************************************
Theme Name: Time
Theme URI: http://www.s5themes.com/theme/time/
Description:  Time - Check <a href="http://www.s5themes.com/documentation/time/">Time Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/615
Version: 1.0.1

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/


/************************ STYLE STRUCTURE ************************

	1. Reset CSS
	2. Typography presets
	3. Header
	4. Footer
	5. Navigation
	6. Navigation Submenu
	7. Main Section
	8. Sidebar & Widgets
	9. Image Styles
	10. Post Style
	11. Contact Form
	12. Tweet List
	13. Paginate
	14. Comments
	15. Respond Form
	16. Dropcaps
	17. Responsive Navigation
	18. Media Queries

****************************************************************/

/************************ Reset CSS ************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 103%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin: -1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.sidebar-box .social {
	width: 25%;
	float: left;
}
.sidebar-box .social img {
	width: 100%;
}
/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/************************ Resets ************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	/* border: 0; */
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
/************************	Typography presets ************************/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}
h2 {
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
}
.huge, h1 {
	font-size: 68px;
	font-family: 'Roboto Slab', serif;
}
.large, h2 {
	font-size: 42px;
	line-height: 48px;
}
.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}
.big, h4 {
	font-size: 22px;
	line-height: 30px;
}
body {
	font: 16px/24px Georgia, serif;
}
.small, small {
	font-size: 13px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix {
}
/************************ Selection colours (easy to forget) ************************/

::selection {
	background: rgb(255,255,158);
}
::-moz-selection {
background: rgb(255,255,158);
}
img::selection {
	background: transparent;
}
img::-moz-selection {
background: transparent;
}
body {
	-webkit-tap-highlight-color: rgb(255,255,158);
}
/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


/* apply a natural box layout model to all elements */




* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home-head {
	height: 450px !important;
}
body {
	background: rgb(255, 255, 255, 0);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: 0 auto;
	color: #606060;
	font-family: 'Open Sans', Sans-Serif;
	font-size: 14px;
	background: none repeat scroll 0% 0% #F9F9F9;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fbc879;
	transition: ease-in-out 0.2s;
}
.container {
	margin: 0 auto;
	height: 206px;
	background: url(images/bg-container.png);
	background-repeat: repeat-x;
}
h1, h2, h3 {
	font-family: 'Roboto Slab', serif !important;
	color: #fafafa;
}
h4 {
	text-transform: uppercase;
}
#main-wrapper {
	margin: 0px auto;
}
#bottom-wrapper {
	margin: 0 auto;
	background-color: #fafafa;
	min-height: 850px;
	clear: both;
}
.clients {
	display: block;
	background: url(images/lighter-bg.png) repeat scroll 0% 0% transparent;
	text-align: center;
	padding: 0px 50px 50px;
}
.space {
	margin: 0px;
	padding: 10px 0px;
}
.logo-wrapper p {
	color: #fff;
	text-align: center;
	padding: 20px;
}
/************************ Header ************************/
header {
	margin: 0 auto;
}
header h1.title {
	max-width: 450px;
	float: left;
	width: 100%;
}
.logo-wrap .phone {
	width: 300px;
	float: right;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #333;
	margin: 0px !important;
	height: 65px;
	padding: 0px !important;
	line-height: 110%;
	text-align: right;
}
.call {
	margin-top: 35px;
	width: 300px;
	float: right;
	font-size: 45px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	color: #333;
	margin: 0px !important;
	height: 65px;
	padding: 0px !important;
	line-height: 110%;
	text-align: left;
}
.logo-wrap {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
header .description {
	font-size: 16px;
	font-style: italic;
	color: #858585;
	display: block;
	text-align: center;
}
header h1.title span {
	color: #333;
}
#slider_container .flexslider .slides img {
	width: 100%;
}
.map-box {
	padding: 10px;
	width: 60%;
	background-color: #89D44A;
	border: 1px solid #92BD49;
	border-radius: 2px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}
.map-box a {
	color: #fff !important;
}
/************************ Footer ************************/
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #E0E0E0;
	box-shadow: 0px 1px 0px #FFF inset, 0px -1px 0px #DADADA inset, 0px 0px 15px rgba(0, 0, 0, 0.07);
	background: #606060;
}
footer #menu-main-menu li {
	display: inline;
	padding: 0 10px;
}
.footer_widget ul li {
	font-size: 12px;
	font-family: 'Roboto Slab', serif !important;
	color: #747272;
	padding: 3px 0 3px;
}
.footer_widgets {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}
.footer_widgets h2 {
	font-size: 14px;
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer_widget {
	float: left;
	margin-right: 30px;
	padding-bottom: 30px;
	width: 45%;
}
.footer_widget ul li {
	margin-bottom: 10px;
}
.footer_widget ul li, .footer_widget ul li a {
	list-tyle: none;
	font-size: 14px;
	font-weight: 600;
	color: #ccc;
}
.copyright {
	clear: both;
	padding: 20px 0;
	text-align: center;
	border-top: 2px solid #D7D7D7;
	font-size: 12px;
	margin: 0 auto;
	color: #888;
}
/************************ Navigation ************************/

.nav-container {
	background-color: #fbc879;
	margin: 0 auto;
}
.nav-wrapper {
	margin: 0px auto;
	width: 1080px;
}
.navigation {
	font-size: 12px;
	padding-top: 30px;
}
.my_works .navigation {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 55px;
}
nav {
	margin: 0 0 auto;
	line-height: 60px;
	text-align: left;
	border-right: 1px solid rgba(240, 189, 87, 0.81);
	border-left: 1px solid rgba(240, 189, 87, 0.51);
}
nav ul li {
	border-left: 1px solid rgba(240, 189, 87, 0.81);
	padding: 0px 19px;
	text-align: left;
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
}
nav ul li a {
	color: #f0a0a0a;
	text-decoration: none;
}
nav ul li a span {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_item a {
	color: #fff;
	border-bottom: 5px solid #606060;
	transition: ease-in-out 0.1s;
}
nav ul li.active a {
	border-bottom: 5px solid #005F6B;
}
/************************ Nav Submenu ************************/
ul.sub-menu {
	position: absolute;
	background: #606060 url(images/sub-nav-bg.png) no-repeat 20px top;
	margin-top: 3px;
	margin-left: -20px;
	width: 250px;
	text-align: left;
	z-index: 999;
}
ul.sub-menu li {
	line-height: 46px;
	display: block;
	padding: 0px;
	font-weight: 400;
	border-left: none !important;
	text-transform: upppercase;
	border-bottom: 1px solid rgba(105, 105, 105, 0.59);
}
ul.sub-menu li a {
	color: #ffffff !important;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 10px;
	display: block;
	text-shadow: none;
}
ul.sub-menu li a:hover {
	background-color: #FBC879;
	border-bottom: none !important;
}
ul.sub-menu li ul {
	position: absolute;
	background: #ff7a17 !important;
	margin-left: 230px;
	margin-top: -50px;
	width: 250px;
	text-align: left;
	z-index: 999;
	padding: 10px 0 10px;
}
ul.subnav {
	font-weight: bold;
	font-family: 'Roboto Slab', serif !important;
	margin-bottom: 20px;
}
ul.subnav li {
	border-bottom: 1px solid #e3e3e3;
	color: #ffffff;
}
#submenu li.current_page_item a {
	color: #000;
}
/************************ Main Section ************************/
section.main {
	width: 1080px;
	margin: 0 auto;
	padding-right: 10px;
}
section.main h1 {
	font-size: 33px;
	color: #333;
	font-weight: normal !important;
	font-family: "Roboto Slab", serif;
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
line-height: 100%;
	border-bottom: 6px solid #FBC879;
}
.heading img {
	width: 90 px;
	margin-right: 15px;
	height: 90px;
	float: left;
	margin-top: 10px;
}
.heading h1 {
	color: #606060 !important;
	text-align: center;
}
.heading p {
	color: #606060 !important;
	font-size: 16px !important;
}
section.main .post h2, section.main .my_works h2 {
	line-height: 30px !important;
	font-size: 26px;
	padding: 15px 0 10px;
	font-weight: 100 !important;
	margin-bottom: 20px;
}
.post ul {
	margin-bottom: 3%;
}
.post ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 19px;
	padding-left: 50px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: dotted 1px #e0e0e0;
}
body.error404 section.main .post h2 {
	line-height: 60px !important;
	font-size: 60px;
}
.main-single p {
	font-size: 12px;
	margin-bottom: 15px;
}
section.main blockquote {
	padding-left: 55px;
	line-height: 30px !important;
	font-size: 20px;
	font-weight: normal;
	font-family: "Noticia Text", serif !important;
	color: #333;
	margin-bottom: 5%;
	background: url(images/quote.png) 0px 10px no-repeat;
}
.front-page h3 {
	text-align: center;
	margin-top: 20px;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 20px;
}
.post img {
	padding: 10px;
}
.fp-container {
	clear: both;
	padding-top: 1px;
}
.team-wrap {
	text-align: center;
}
.team-wrap h5 {
	font-family: 'Patrick Hand', cursive;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 100;
}
.team-wrap h3 {
}
.strap {
	line-height: 30px !important;
	font-size: 20px;
	font-weight: normal;
	font-family: "Noticia Text", serif !important;
	color: #333;
	margin-bottom: 3%;
}
section.full-width {
	width: 896px;
	padding: 20px 0px;
}
.post_read_more, .more-link {
	text-align: center;
	display: block;
	font-weight: bold;
	color: #000;
}
.post_read_more:before, .more-link:before {
	content: "";
	display: block;
	width: 40px;
	margin: 30px auto;
	border-bottom: 1px solid #000;
}
body.home section.main, body.page section.main, body.single-post section.main, body.error404 section.main, body.archive section.main, body.search section.main {
	font-size: 14px;
}
.home section.main .post {
	width: 100%
}
.quote a {
	width: 100%;
	color: #FFF;
	background-color: #393939;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-left: 35px;
	font-size: 18px;
	text-align: center;
	bottom: 20px;
	border-radius: 3px 3px 0px 0px;
	margin-bottom: 15px;
}
.logo-wrapper h2 {
	color: #fff;
	border-bottom: #FBC879 5px solid;
	display: block;
	width: 50%;
	font-size: 50px;
	margin: 0px auto;
	text-transform: uppercase;
	padding: 30px 0 10px 20px;
	text-align: center;
}
/************************ FP Services Section ************************/
section.services {
	margin: 0 auto;
}
.service-heading .icon {
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
}
.service-heading h3 {
	line-height: 28px;
	font-size: 17px;
	padding: 6px;
	color: #FFF;
	text-align: center;
	background-color: #008445;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px #606060 inset, 0px 0px 34px rgba(0, 0, 0, 0.07);
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.logo-wrapper {
	background-image: url(images/footer_lodyas.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
/************************ FP Homeboxes Section ************************/
section#homeboxes-wrapper {
	width: 100%;
	margin-top: 20px;
}
.homeboxes {
	margin: 0 auto;
	/*width: 1080px;*/
	width: 720px;
}
.homebox {
	width: 330px;
	float: left;
	margin: 15px;
}
.homebox p {
	text-align: center;
	font-size: 14px;
}
.homebox h2 {
	line-height: 28px;
	font-size: 20px;
	padding: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 5px solid rgba(68, 68, 68, 0.7);
	background-color: #fbc879;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 10px;
	font-weight: 400;
}
/************************ FP Video ************************/

/************************ FP quote box Section ************************/
	
section.quote-box {
	width: 100%;
	margin: 0px auto;
	background-image: url(images/THIS-ONE.jpg);
	height: 560px;
	margin-top: 40px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
#quote {
	margin: 0px auto;
	text-align: center;
	position: relative;
	top: 100px;
	z-index: 1001;
}
iframe {
    border: 0px none;
    width: 100%;
height:auto;
}
#quote h2 {
	padding: 20px;
	border: 1px solid #555;
	text-transform: uppercase;
	font-weight: 400;
	background: none repeat scroll 0% 0% #606060;
	margin-bottom: 20px;
	z-index: 1001;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2) !important;
}
#quote p {
	font-weight:bold;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: 1001;
}
/* GLOBALS */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* Demo 4 */

.form-4 {
	position: relative;
	font-family: "Raleway", "Lato", Arial, sans-serif;
	color: #FFF;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
	width: 250px;
	float: right;
	padding: 10px;
	top: 25px;
left: 2px;
}
.form-4 h1 {
	font-size: 35px;
	padding-bottom: 5px;
}
.form-4 input[type="text"], .form-4 input[type="password"] {
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
	transition: all 0.3s ease-out 0s;
	color: #FFF;
	width: 100%;
	font-size: 13px;
	font-family: "Raleway", "Lato", Arial, sans-serif;
	margin-bottom: 6px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(143, 139, 141, 0.8);
	padding: 4px 2px 4px 5px;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-4 input::-webkit-input-placeholder {
 color: rgba(37,21,26,0.5);
 text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 .form-4 input:-moz-placeholder {
 color: rgba(37,21,26,0.5);
 text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 .form-4 input:-ms-input-placeholder {
 color: rgba(37,21,26,0.5);
 text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.form-4 input[type=text]:hover, .form-4 input[type=password]:hover {
	border-color: #333;
}
.form-4 input[type=text]:focus, .form-4 input[type=password]:focus, .form-4 input[type=submit]:focus {
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,255,255,0.15);
	outline: none;
}
/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus, .no-boxshadow .form-4 input[type=password]:focus {
	outline: 1px solid white;
}
.form-4 input[type="submit"] {
	width: 100%;
	padding: 8px 5px;
	background: #646464;
	border-radius: 5px;
	border: 1px solid rgba(95, 93, 94, 1);
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	font-weight: bold;
	font-family: "Raleway", "Lato", Arial, sans-serif;
}
.form-4 input[type="submit"]:hover {
	box-shadow: 0px 1px rgba(255, 255, 255, 0.2) inset, 0px 20px 30px rgba(158, 157, 153, 0.5) inset;
}
/* Fallback */
.no-boxshadow .form-4 input[type=submit]:hover {
	background: #594642;
}
.form-4 label {
	display: none;
	padding: 0 0 5px 2px;
	cursor: pointer;
}
.form-4 label:hover ~ input {
	border-color: #333;
}
.no-placeholder .form-4 label {
	display: block;
}
/* Demo 5 */

.form-5 {
	/* Size and position */
	width: 300px;
	margin: 60px auto 30px;
	position: relative;
	/* Styles */
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);
}
.form-5 p {
	width: 70%;
	float: left;
	border-radius: 5px 0 0 5px;
	border: 1px solid #fff;
	border-right: none;
}
.form-5 input[type=text], .form-5 input[type=password] {
	/* Size and position */
	width: 100%;
	height: 50px;
	padding: 0 10px;
	/* Styles */
	border: none; /* Remove the default border */
	background: white; /* Fallback */
	background: rgba(255,255,255,0.2);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
	/* Font styles */
	font-family: 'Montserrat', sans-serif;
	text-indent: 10px;
	color: #ee4c8d;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 20px;
}
.form-5 input[type=text] {
	border-bottom: 1px solid #fff; /* Fallback */
	border-bottom: 1px solid rgba(255,255,255,0.7);
	border-radius: 5px 0 0 0;
}
.form-5 input[type=password] {
	border-top: 1px solid #CCC; /* Fallback */
	border-top: 1px solid rgba(0,0,0,0.1);
	border-radius: 0 0 0 5px;
}
.form-5 input[type=text]:hover, .form-5 input[type=password]:hover, .form-5 input[type=text]:focus, .form-5 input[type=password]:focus {
	background: #f7def7; /* Fallback */
	background: rgba(255,255,255,0.4);
	outline: none;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-5 input::-webkit-input-placeholder {
 color: #fff;
 text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
 font-family: 'Handlee', cursive;
}
 .form-5 input:-moz-placeholder {
 color: #fff;
 text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
 font-family: 'Handlee', cursive;
}
 .form-5 input:-ms-input-placeholder {
 color: #fff;
 text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
 font-family: 'Handlee', cursive;
}
.form-5 button {
	/* Size and position */
	width: 30%;
	height: 102px;
	float: left;
	position: relative;
	overflow: hidden;
	/* Styles */
	background: #ee4c8d;
	background: url(../images/noise.png), -moz-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
	background: url(../images/noise.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ee4c8d), color-stop(100%, #b53467));
	background: url(../images/noise.png), -webkit-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
	background: url(../images/noise.png), -o-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
	background: url(../images/noise.png), -ms-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
	background: url(../images/noise.png), radial-gradient(ellipse at center, #ee4c8d 0%, #b53467 100%);
	border-radius: 0 5px 5px 0;
	box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	border: none;
	border-left: 1px solid silver;
	cursor: pointer;
	line-height: 102px; /* Same as height */
}
.form-5 button i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -20px;
	font-size: 64px;
	line-height: 109px;
	color: #8d1645;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-5 button span {
	display: block;
	/* Font styles */ 
	color: #8d1645;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
}
/* Focus and hover on button */

.form-5 button:focus {
	outline: none;
}
.form-5 button:hover span, .form-5 button:focus span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: rotate(-90deg) translateY(-20px);
	-moz-transform: rotate(-90deg) translateY(-20px);
	-ms-transform: rotate(-90deg) translateY(-20px);
	-o-transform: rotate(-90deg) translateY(-20px);
	transform: rotate(-90deg) translateY(-20px);
}
.form-5 button:hover i, .form-5 button:focus i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* Click on button */

.form-5 button:active span, .form-5 button:active i {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.form-5 button:active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.form-5 button:active i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0;
	color: #fff;
}
.button {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	-moz-user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0px none;
	background: none repeat scroll 0% 0% #606060;
	color: #FFF;
	padding: 1.2em 3.7em;
	z-index: 1001;
	text-transform: uppercase;
	border-radius:20px;
}
.button:hover {
	background-color: #FBC879;
}
.text {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.87);
	border-radius: 0px;
	padding: 17px;
	width: 100%;
	position: relative;
	outline: medium none;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(102, 102, 102, 0.5);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	margin: 0px 0px 20px;
	font-size: 14px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1) !important;
	color: #303030;
	z-index: 1001;
}
.grid3 {
	width: 33%;
	position: relative;
	padding: 0px 15px;
	display: block;
	box-sizing: border-box;
	float: left;
	z-index: 1000;
}
.grid3 p {
	margin-bottom: 20px;
}
.overlay {
	background: url(images/overlay.png) repeat scroll 0% 0% transparent;
	opacity: 0.16;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 999;
	width: 100%;
	height: 558px;
}
.contact {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.87);
	border-radius: 0px;
	padding: 15px 200px 0px 0px;
	width: 100%;
	position: relative;
	outline: medium none;
	border: 1px solid rgba(102, 102, 102, 0.5);
	margin: 0px 0px 20px;
	font-size: 14px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1) !important;
	color: #303030;
	z-index: 1001;
}
.grid4 {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	z-index: 1000;
}
.grid4 p {
	color: #606060;
	font-size: 14px;
	padding-bottom: 5px !important;
}
h5 {
	font-size: 20px;
	text-align: center;
	display: block;
	background: #FBC879;
	color: #fff;
	padding: 10px;
}
.grid5 {
	width: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	z-index: 1000;
}
.grid5 h5 {
	font-size: 20px;
	text-align: center;
	display: block;
	background: #FBC879;
	color: #fff;
	padding: 10px;
}
#superfunds {
	background-color: #646464;
	padding: 20px;
	margin-top: 20px;
}
#superfunds p {
	color: #fff;
	padding: 0px 10px 4px !important;
}
#superfunds .text {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 1);
	border-radius: 0px;
	padding: 13px;
	width: 100%;
	position: relative;
	outline: medium none;
	border: 1px solid rgba(102, 102, 102, 0.5);
	margin: 0px 0px 20px;
	font-size: 14px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1) !important;
	color: #303030;
	z-index: 1001;
}
#superfunds .button:hover {
	background-color: #FBC879;
}
#superfunds .button {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	-moz-user-select: none;
	text-decoration: none;
	text-shadow: none;
	border: 0px none;
	background: #FBC879;
	color: #FFF;
	padding: 1.2em 3.7em;
	z-index: 1001;
	text-transform: uppercase;
	left: 95px;
}
/************************ Sidebar & Widgets ************************/
section.sidebar {
	width: 230px;
	float: left;
	padding-top: 20px;
	font-size: 12px;
	font-family: 'Roboto Slab', serif !important;
}
section.sidebar h2, section.main h2 {
	font-weight: normal;
	font-size: 16px;
}
section.sidebar p {
	font-size: 12px;
	font-family: 'Roboto Slab', serif !important;
	color: #747272;
	padding: 3px 0 3px;
}
section.sidebar .box {
	padding-bottom: 40px;
}
section.sidebar .blog p time {
	display: block;
	font-style: italic;
}
a.gbutton, .reply a, .submitbutton, .comment-reply-link {
	background: none repeat scroll 0 0 #ff7a17;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica", Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
a.gbutton:hover, .reply a:hover {
	background: #008c9e;
}
.my_works_filter {
	list-style: none;
	margin: 0 0 5% auto;
	clear: both;
	text-transform: uppercase;
	text-align: center;
}
.my_works_filter li {
	float: none;
	margin: 0 20px 0 0;
	display: inline-block;
}
.my_works_filter li a {
	float: left;
	color: #ff7a17;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12px;
}
.my_works_filter li a:hover, .my_works_filter li.active {
	background: #ff7a17;
	color: #FFFFFF;
	border-radius: 5px;
}
.my_works_filter li.active a {
	background: #ff7a17;
	color: #FFFFFF;
}
.main .my_works {
	clear: both;
	margin: 0 auto;
	padding-bottom: 30px;/*width: 75%;*/
}
.work_item {
	width: 45%;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	font-family: "Helvetica", Arial, Sans-Serif;
	padding-bottom: 20px;
}
.work_item_image {
	margin-bottom: 20px;
}
.work_item_image img {
	width: 100%
}
.work_details {
	text-align: center;
}
.work_details h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}
.work_item img {
	width: 100%;
	padding: 4px;
	background: url(images/pattern.png);
}
.work_item a h3 {
	font-size: 30px !important;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.work_item a:hover h3 {
	color: #fff;
}
.work_item p.more, body.page section.main p.more {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.work_item p.more {
	background: url(images/arrow.png) no-repeat right center;
	display: inline-block;
	padding-right: 10px;
}
.work_item p {
	color: #747272;
	text-align: center;
}
.work_item:nth-child(2n+1) {
	margin-right: 50px;
}
div.work_item-image img {
	width: 620px;
	height: auto;
	background: url("images/pattern.png");
	padding: 4px;
}
section.full-width .work_item:nth-child(3n+1) {
	margin-left: 20px;
}
section.full-width .work_item:nth-child(3n+1) {
	margin-right: 0px;
}
section.full-width .work_item:nth-child(4n+1) {
	margin-left: 0px;
	margin-right: 30px;
}
body.page-template-page-temp-portfolio-fullwidth-php .work_item {
	margin-right: 10px;
}
body.page-template-page-temp-portfolio-php .work_item {
/*margin-right: 20px;*/
}
body.single-portfolio .main-single h1 {
	line-height: 65px !important;
}
/************************ Image Styles ************************/
img.alignleft, img.alignright, img.aligncenter {
}
img.blog-thumb {
	padding: 0;
	margin: 0;
	/*max-width:720px;*/
	height: auto;
	width: 100%;
}
/************************ Post Style ************************/
section.main .post {
	clear: both;
	/*width:90%;*/
	margin: 0 auto;
	width: 510px;
	float: left;
	margin-right: 40px;
}
section.main .column-right {
	border-bottom: 1px solid #efefef;
	/*width:90%;*/
	margin: auto;
	width: 520px;
	margin-top: 80px;
	float: left;
	border-radius: 4px;
	background-image: url(images/bg_4.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 400px;
}
.column-right ul {
	font-size: 22px;
	color: #FFF !important;
}
.column-right ul li {
	background: rgba(96, 96, 96, 0.88);
	padding: 10px 20px 10px 20px;
	width: 300px;
	margin: 30px 0 10px 0;
	font-size: 23px;
}
.left-heading h5 {
	text-align: center !important;
	font-size: 35px;
	font-weight: normal !important;
	padding: 20px;
	font-family: "Roboto Slab", serif;
	color: #FFF;
	background-color: #FBC879;
	border-radius: 4px 4px 0 0;
}
.page-head-wrap {
	clear: both;
	width: 100%;
	height: 280px;
	background-color: #ccc;
	background-image: url('');
	background-position: top center;
	border-bottom: 1px solid rgba(255, 250, 250, 1);
}
.page-head {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	height: 250px;
}
.page-head h1 {
	margin-top: 8%;
	color: #fff;
	width: 100%;
	float: left;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	font-weight: 100 !important;
}
.form-field {
	padding: 10px;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.send-but {
	padding: 10px;
	width: 50%;
	text-align: centre;
	background-color: #89D44A;
	border: solid 1px #92BD49;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	cursor: pointer
}
section.main #sidebar {
	width: 30%;
	float: left;
	margin-left: 11%;
	line-height: 36px;
	margin-top: -85px;
	position: relative;
}
#topsocial {
	float: left;
	width: 140px;
}
.sidebar-box {
	width: 100%;
	float: left;
	padding: 3%;
	background-color: #606060;
	margin-top: -1px;
	box-shadow: 0px 1px 0px #666 inset, 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.sidebar-box ul li a {
	width: 100%;
	float: left;
	padding: 3%;
	padding-left: 40px;
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E0E0E0;
	margin-top: -1px;
}
.sidebar-box ul {
	padding: 10px;
	float: left;
	width: 100%;
}
.sidebar-box ul li a:hover {
	color: #fff;
	background-color: #fbc879;
}
.sidebar-box h2 {
	font-size: 20px !important;
	text-align: center;
}
.sidebar-image {
	width: 100%;
	float: left;
	height: 168px;
	border-bottom: none !important;
	border-top: none !important;
	font-size: 44px;
	color: #333;
	font-weight: normal !important;
	font-family: "Roboto Slab", serif;
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom: 6px solid #008445;
	box-shadow: 0px 1px 0px #FFF inset, 0px 0px 15px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
.sidebar-image img {
	width: 100%;
}
.sidebar-image img:hover {
}
.search-box {
	padding-top: 10px;
	min-height: 63px;
	margin-left: 4%;
	margin-right: 4%;
}
.search-field {
	padding: 5px;
	width: 70%;
	float: left;
	height: 41px;
}
.search-submit {
	padding: 4.5%;
	width: 30%;
	margin-left: -1px;
	float: left;
	background-color: #8dc63f;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #79aa37;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.35) inset, 0px -1px 0px rgba(0,0,0,0.05) inset;
	cursor: pointer;
}
.search-submit:hover {
	background-color: #79aa37;
}
.info-box {
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px;
	border: dotted 1px #ccc;
	line-height: 140%;
}
section.main p {
	color: #606060;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 10px;
}
section.main .post p em {
	font-size: 16px;
	font-family: 'Georgia', Sans-Serif;
}
section.main .post:last-child {
	border-bottom: none;
}
.post-thumb {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 100px;
}
div.meta {
	width: 100%;
	border: dotted 1px #e5e5e5;
	padding: 10px;
	color: #999;
	text-align: right;
	margin-bottom: 2%;
}
div.meta .post-date {
	padding-top: 20px;
	display: block;
}
div.meta .post-comments a {
	color: #fff;
	display: block;
	font-weight: 700;
}
div.meta .post-comments em {
	font-family: 'Georgia', Sans-Serif;
	font-tyle: italic;
	font-size: 12px;
}
.post-author {
	display: inline-block;
	position: absolute;
	bottom: -20px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-author em {
	font-family: 'Georgia', Sans-Serif;
	font-tyle: italic;
	font-weight: 400;
	text-transform: lowercase;
}
/************************ Contact Form ************************/
#contactForm {
	display: block;
	padding-top: 30px;
}
#contactForm label {
	display: block;
	font-weight: normal;
	padding: 5px 0px;
}
#contactForm input, #contactForm textarea {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 0px #CCCCCC inset;
	margin-bottom: 10px;
	padding: 7px 10px;
}
#contactForm textarea {
	font-size: 13px;
	width: 95%;
}
#contactForm input {
	width: 95%;
}
.thanks {
	background: #F2F3F6;
	background: url('lib/contactform/ok.png') 0 26px no-repeat;
	padding: 25px 15px 15px 25px;
	display: none;
}
#contactForm .error, .error {
	background: url("lib/contactform/error.png") no-repeat scroll 5px 50% #FEF4F1;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	color: #000000;
	display: none;
	margin-bottom: 5px;
	padding: 7px 20px 7px 30px;
	width: 90%;
}
.error {
	display: none;
}
#contact-map {
	background: #fff;
	padding-bottom: 30px;
	border: 1px solid #ddd;
	padding: 10px;
}
#contact-map iframe {
	border: none;
}
/************************ Tweet List ************************/
.tweet_list li {
	background: transparent;
	border-bottom: 1px dotted #efefef !important;
	color: #666666 !important;
	font-size: 14px !important;
	margin: 5px 0;
	padding-bottom: 10px !important;
	padding-left: 0 !important;
}
.tweet_list span {
	padding-left: 0px;
}
.tweet_list a {
	color: #FF4C4C !important;
}
.tweet_list li img {
	background: none repeat scroll 0 0 #F8F7F1;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 3px 2px #DDDDDD;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}
.followTwitter {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 12px !important;
	font-style: italic;
	font-weight: bold;
}
/************************ Paginate ************************/
.emm-paginate {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	margin: 3% auto;
	padding: 10px 0;
	width: 75%;
	text-align: center;
}
.emm-paginate a, .emm-paginate span {
	margin-left: 10px;
}
.emm-page {
	background: #FFB5B5;
	color: #ffffff;
	border-radius: 50% 50% 50% 50%;
	display: inline-table;
	height: 30px;
	min-height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: 5px;
}
.emm-current {
	background: #ff7a17;
	color: #ffffff;
}
/************************ Comments ************************/
#comments {
	border-bottom: 2px solid #DDDDDD;
	display: block;
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
	width: 90%;
}
.comment-author {
	background: none;
}
#comments h3, #comment-form-title h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ol.commentlist {
	margin-top: 10px;
	margin-bottom: 20px;
}
.commentlist ol li {
	border-bottom: 1px solid #ddd;
}
.commentlist li {
	position: relative;
	clear: both;
	list-style-type: none;
	padding: 11px 10px;
	border-bottom: 1px solid #ddd;
}
.commentlist li[class*=depth-] {
	padding-left: 20px;
	margin-top: 17px;
}
.commentlist li.depth-1 {
	margin-top: 1px;
}
.commentlist li:not(.depth-1) {
	margin-right: -10px;
}
.commentlist li:last-child {
}
.commentlist header {
	min-height: 30px;
	border: none;
}
nav#comment-nav {
	line-height: 12px;
}
.commentlist .vcard {
	margin-left: 40px;
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.commentlist .vcard time {
	font-size: 11px;
	float: none;
	background: none;
	width: auto;
	margin-top: auto;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 0;
	padding: 0px;
	border: 0px solid #cecece;
	background: #fff;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.commentlist li .comment_content {
	margin-left: 40px;
}
.commentlist li .comment_content p {
	margin: 15px 0;
}
.commentlist li ul:not(#comment-form-elements) {
	margin: 0 0 0 40px;
}
.commentlist li ul.children li {
	border: none;
	border-top: 1px solid #ddd;
	padding-bottom: 4px;
}
.commentlist .comment-reply-link {
	margin-left: 40px;
	text-decoration: none;
	color: #F60B51;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px 8px;
}
.commentlist a.comment-reply-link:hover {
	opacity: 1;
}
.commentscount {
	background: url(library/images/comments.png) 0 2px no-repeat;
	padding-left: 28px;
	height: 30px;
	display: inline-block;
}
#cancel-comment-reply-link {
	text-transform: uppercase;
	font-size: 11px;
	color: #ff7a17;
}
/************************ Respond Form ************************/
#respond {
	margin: 40px 0 0 0;
}
.respond-form form[method=post] {
	margin: 30px 0;
}
.respond-form ol li form#commentform[method=post] li {
	margin-bottom: 0
}
.respond-form form[method=post] li {
	list-style-type: none;
	clear: both;
	margin-bottom: 20px;
	padding: 0
}
.respond-form form[method=post] li label, .respond-form form[method=post] li small {
	cursor: pointer;
	text-transform: uppercase;
	width: 130px;
	display: block;
}
.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus {
	outline: none;
}
.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] {
	width: 95%;
	height: 30px;
	border: none;
	padding: 1px 6px;
	line-height: 24px;
}
#allowed_tags {
	margin: 24px 10px 11px 0;
}
.respond-form textarea, .respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] {
	font-family: sans;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 0px #DDDDDD inset;
}
.respond-form textarea {
	resize: none;
	width: 500px;
	padding: 10px 5px;
	line-height: 24px;
	height: 190px;
}
.respond-form input:invalid, .respond-form textarea:invalid {
outline: none;
}
.nocomments {
	margin: 0 20px 17px;
}
.commentbutton {
	background: url(library/images/postcomment.png) 0 0px no-repeat;
	width: 162px;
	height: 34px;
	text-indent: -9999px;
	border: none;
	margin-left: 135px;
}
/************************ Dropcaps ************************/
.dropcapsimple, .dropcapsquare, .dropcapfancy {
	float: left;
	overflow: hidden;
	text-align: center;
}
.dropcapsimple {
	font-size: 34px;
	height: 34px;
	line-height: 38px;
	width: 30px;
	text-align: left;
}
.dropcapsquare {
	font-size: 28px;
	height: 38px;
	line-height: 38px;
	width: 38px;
	margin-right: 7px;
	color: #fefefe;
	background: #111;
	text-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.dropcapfancy {
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-right: 7px;
	color: #fefefe;
	text-shadow: none;
	background: url(images/bk_dropcap3.png) 0 0 no-repeat !important;
}
/************************ Responsive Navigation ************************/
nav select {
	display: none;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
body {
/*width: 710px;
		padding: 0px 28px 60px;*/
}

.logo-wrapper h2 {
    color: #fff;
    border-bottom: #FBC879 5px solid;
    display: block;
    width: 90%;}

nav {
	width: 100%;
	text-align: center;
}
.nav-wrapper {
    margin: 0px auto;
    width: 100%;
}

section.main #sidebar {
    width: 33%;
    float: left;
    position: absolute;
    left: 431px;
    bottom: 20px;

}
section.main {
	width: 95%;
	float: right;
	
}

.homeboxes {
    margin: 0px auto;
    width: 100%;
}
sectionsection.main h1 {
	font-size: 31px;
	color: #333;
	font-weight: normal !important;
	font-family: "Roboto Slab", serif;
	margin-top: 10px;
	padding-bottom: 0px !important;
	text-align: left;
	border-bottom: 4px solid #FBC879;
	margin-bottom: 10px;
}
.main p {
	color: #606060;
	font-size: 13px !important;
	padding-bottom: 10px;
	padding-top: 0px !important;
}
section.main .post {
	width: 59%;
	clear: both;
	margin: 0px 20px 0px auto;
	float: left;
}
.form-4 {
	position: relative;
	font-family: "Raleway", "Lato", Arial, sans-serif;
	color: #FFF;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
	width: 250px;
	float: right;
	padding: 10px;
	right: 23px;
	top: 18px;
}
nav ul li {
	padding: 0px 19px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
}
section.main .post h2 {
	width: 100%;
}
.column-right ul {
	font-size: 17px;
	color: #FFF !important;
}
.column-right ul li {
	background: rgba(96, 96, 96, 0.88) none repeat scroll 0% 0%;
	padding: 10px 20px;
	margin: 20px 0px 0px;
	width: 90%;
	    font-size: 18px !important;
}


nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current_page_item a {
    color: #FFF;
    border-bottom: 3px solid #606060;
    transition: all 0.1s ease-in-out 0s;
}

ul.sub-menu li a {
    color: #FFF !important;
    font-weight: 600;
    padding: 10px;
    display: block;
    text-shadow: none;
    font-size: 13px;
}
section.main .column-right {
	width: 38%;
	background-image: url("images/bg_4.jpg");
	float: left;
	border-radius: 4px;
	border-bottom: 1px solid #EFEFEF;
	margin: 51px auto auto;
}
#respond #commentform p label {
	clear: both;
	display: block;
	padding-left: 0;
	font-size: 11px;
	font-style: italic;
}
.homebox {
	float: left;
	width: 30%;
	margin: 12px;
}
.homebox h2 {
	line-height: 15px;
	font-size: 15px !important;
	padding: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 5px solid rgba(68, 68, 68, 0.7);
	background-color: #FBC879;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 10px;
	font-weight: 700 !important;
}
.homebox p {
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}
a img {
	border: 0px none;
	width: 80%;
}
.button {
	left: 9px;
}
#respond #commentform #comment {
	width: 95%;
}
body.page section.main img, body.blog section.main img, body.archive section.main img {
	max-width: 100%;
	width: 100%;
	height: auto !important;
}
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
body {
/*	width: 250px;
		padding:0px 34px 60px;*/
}
.footer_widget {
	float: none;
	margin-right: 0px;
	width: 100%;
}
.footer_widgets {
	width: 100%;
}
img.blog-thumb {
	float: none;
}
nav ul {
	display: none;
}
nav select {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	color: #666;
	padding: 5px;
	font-family: 'Cabin Condensed', Arial, sans-serif;
	font-size: 12px;
}
section.sidebar {
	width: 252px;
}
section.main {
	width: 100%;
	padding-top: 0px;
}
section.main .post {
	width: 100%;
}
section.main .post h2 {
	width: 100%;
}
div.meta {
	bottom: -20px;
	font-size: 12px;
	font-weight: 200;
	height: 100px;
	width: 100px;
}
div.meta .post-date {
	padding-top: 12px;
}
.post-author {
	font-size: 11px;
	display: block;
	text-align: center;
	position: relative;
	top: 50px;
}
.post-thumb {
/*max-height: 180px;*/
}
img.blog-thumb {
	float: none;
	width: 100%;
}
#respond {
	margin: 0px;
	padding-top: 40px;
}
.commentlist li ul {
	margin: 0px;
}
#respond #commentform p label {
	clear: both;
	display: block;
	padding-left: 0;
	font-size: 11px;
	font-style: italic;
}
#respond #commentform #comment {
	width: 95%;
}
body.page section.main img, body.blog section.main img, body.archive section.main img {
	max-width: 100%;
	height: auto !important;
}
section #contact-map {
	width: 95%;
}
section #contactForm input, section #contactForm textarea {
	width: 95%;
}
.work_item {
	float: none;
	width: 100%;
}
.work_item:nth-child(2n+1) {
	margin-right: 0px;
}
.main .my_works {
	width: 100%;
}
.my_works_filter {
	width: 100%;
	margin: 0 0 20px auto;
}
footer {
	padding: 20px;
}
nav {
	padding: 20px;
}
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 280px) and (max-width: 767px) {
section.main #sidebar {
	width: 100% !important;
	float: left;
	margin-left: 0% !important;
	line-height: 36px;
	margin-top: 0px !important;
}


h1.title{
background: rgba(248,217,160,1);
background: -moz-linear-gradient(top, rgba(248,217,160,1) 0%, rgba(251,200,121,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,217,160,1)), color-stop(100%, rgba(251,200,121,1)));
background: -webkit-linear-gradient(top, rgba(248,217,160,1) 0%, rgba(251,200,121,1) 100%);
background: -o-linear-gradient(top, rgba(248,217,160,1) 0%, rgba(251,200,121,1) 100%);
background: -ms-linear-gradient(top, rgba(248,217,160,1) 0%, rgba(251,200,121,1) 100%);
background: linear-gradient(to bottom, rgba(248,217,160,1) 0%, rgba(251,200,121,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d9a0', endColorstr='#fbc879', GradientType=0 );
}
section.main h1 {
	font-size: 23px;
	color: #333;
	font-weight: normal !important;
	font-family: "Roboto Slab", serif;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 5px solid #FBC879;
}
section.main p {
	color: #606060;
	font-size: 12px !important;
	padding-bottom: 0px;
	padding-top: 7px;
}
a img {
	border: 0px none;
	width: 100%;
}
.logo-wrap {
	height: 80px;
}
header h1.title {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
}
body {
/*width: 420px;
		padding: 5px 22px 48px;*/
		
}
nav ul {
	display: none;
}
.page-head-wrap {
	background-size: 190%;
	height: 125px !important;
}
.page-head {
	height: 125px !important;
}
.home-head {
	height: 200px !important;
}
nav {
	padding: 20px;
}
.nav-wrapper {
	width: 100% !important;
	margin: 0px auto;
}
nav select {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	color: #666;
	padding: 5px;
	font-family: 'Cabin Condensed', Arial, sans-serif;
	font-size: 12px;
}
.logo-wrap .phone {
	margin-top: 58px;
}
.footer_widget {
	float: none;
	margin-right: 0px;
	width: 100%;
}
section.sidebar {
	width: 100%;
}
section.main {
	width: 95% !important;
	float: none;
	padding-top: 0px;
	background-position: center;
	margin: 20px 0 0 20px;
}
section.main .post {
	width: 95%;
}
section.main .post h2 {
	width: 100%;
}
div.meta {
	bottom: -20px;
	font-size: 12px;
	font-weight: 200;
	height: 100px;
	width: 100px;
}
div.meta .post-date {
	padding-top: 12px;
}
.post-author {
	font-size: 11px;
	display: block;
	text-align: center;
	position: relative;
	top: 50px;
}
.post-thumb {
/*max-height: 260px;*/
}
img.blog-thumb {
	float: none;
	width: 100%;
}
#respond #commentform p label {
	display: inline;
	padding-left: 20px;
}
#respond #commentform #comment {
	width: 95%;
}
body.page section.main img, body.blog section.main img, body.archive section.main img {
	max-width: 100%;
	height: auto !important;
}
section #contact-map {
	width: 95%;
}
.my_works_filter {
	/*width: 80%;*/
	margin: 0 0 20px auto;
}
footer {
	padding: 20px;
}
.column-right ul li {
	background: rgba(96, 96, 96, 0.88) none repeat scroll 0% 0%;
	padding: 10px 20px;
	width: 90%;
	margin: 30px 0px 10px;
	font-size: 19px;
}
section.main .column-right {
	width: 98%;
	min-height: 400px;
	height: 0px !important;
	border-bottom: 1px solid #EFEFEF;
	margin: 20px auto 40px;
}
section.services {
	width: 100%;
	margin: 0px auto;
}
.service-heading h3 {
	font-size: 18px;
	background-color: #008445;
	height: 45px;
	box-shadow: none;
}
service-heading .icon {
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
}
.logo-wrapper h2 {
	color: #FFF;
	display: block;
	width: 95%;
	font-size: 24px;
	margin: 0px auto;
	text-transform: uppercase;
	padding: 9px 0px 0px 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.logo-wrapper p {
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
}
.menu-icon {
	display: block;
	padding-top: 6px;
	cursor: pointer;
}
.media {
	display: none;
}
/*Home Box*/
.homeboxes {
	margin: 0px auto;
	width: 100%;
}
.homebox {
	width: 90%;
	float: left;
	margin: 10px 0 10px 20px;
}
.homebox h2 {
	line-height: 22px;
	font-size: 19px;
	padding: 14px !important;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	color: #FFF;
	text-align: center;
	border-bottom: 5px solid rgba(68, 68, 68, 0.7);
	background-color: #FBC879;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 10px;
	font-weight: 400;
	margin-bottom: 0px !important;
}
.homebox p {
	display: none
}
.icon {
	display: none
}
/*Quote Box*/


section.quote-box {
	width: 100%;
	margin: 40px auto 0px;
	background-image: url("images/THIS%20ONE.jpg");
	height: 418px !important;
}
.button {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	border: 0px none;
	background: #606060 none repeat scroll 0% 0%;
	color: #FFF;
	z-index: 1001;
	text-transform: uppercase;
	padding: 1.2em 3.7em;
	text-align: center;
	width: 100%;
}
#quote p {
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 0px !important;
	line-height: 19px;
}
.grid3 {
	position: relative;
	padding: 0px 15px;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100% !important;
}
#quote {
	margin: 0px auto;
	text-align: center;
	position: relative;
	width: 100% !important;
	top: 0px !important;
}
#quote h2 {
	padding: 7px;
	border: 1px solid #555;
	background: #606060 none repeat scroll 0% 0%;
	margin-bottom: 20px;
	font-size: 17px;
}
.text {
	background: rgba(255, 255, 255, 0.87) none repeat scroll 0% 0%;
	border-radius: 0px;
	padding: 12px;
	width: 100%;
	position: relative;
	outline: medium none;
	border: 1px solid rgba(102, 102, 102, 0.5);
	margin: 0px 0px 7px;
	font-size: 14px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1) !important;
	color: #303030;
}
.overlay {
	background: transparent url("images/overlay.png") repeat scroll 0% 0%;
	opacity: 0.2;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 999;
	width: 100%;
	height: 415px;
}
.form-4 {
	position: relative;
	font-family: "Raleway", "Lato", Arial, sans-serif;
	color: #FFF;
	top: 10px;
	width: 73%;
	left: 40px;
	float: none !important;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.sidebar-box {
	display: none !important;
}
/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

}
div.topbanner{
	background-image:url("http://www.dhinvestments.com.au/wp-content/uploads/2016/09/banner.png") ;
}
