/*  
Theme Name: Hardy
Theme URI: http://themetrust.com/hardy
Description: A minimal and responsive WordPress portfolio theme.
Version: 1.0
Author: Theme Trust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0
 
**/
.clear{clear:both;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer { 
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul { 
	list-style:none; 
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img { 
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

input, 
select {
    vertical-align:middle;
}

table {	
	border-collapse:separate; 
	border-spacing:0; 
}
caption,
th,
td { 
	text-align:left; 
	font-weight:normal; 
}

input { 
	vertical-align:middle; 
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
	width: auto;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #6a6a6a;	
	background-color: #e7e7e8;		
	font-weight: normal;
}

p {
	line-height: 1.7em;
	font-size: 0.9em;
	margin: 0 0 20px 0;	
	font-weight: normal;
	font-style: normal;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;		
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;	
}

a:hover {
	color: #4290ae;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0px 0 15px 0;
	font-weight: bold;
	color: #606060;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content h1, #content h2, #content h3, #content h4{padding:10px 0;}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h2 { font-size: 1.1em; }

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;		
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #6a6a6a;
	color: #6a6a6a;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], textarea{
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}


select.wpcf7-select {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7 url(images/arr.png) right 50% no-repeat;
	font-size: .9em;
	-webkit-appearance: none;
	width:295px;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; line-height: 1.6em; }
p.cf{margin:2px 0!important;}

.hidden { display: none; }

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;	
	max-width: 1300px !important;			
}

.wrap {	
	background: #fff;
	padding-top: 1px;
}

.home .wrap {	
	/*padding-top: 50px !important;*/
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;		
	background: #fff;			
}

#main .wrap {	
	padding: 0 30px;	
}

#main.full {
	background: none;
}

.middle {
	max-width: 62.5em;
	margin: 0 auto;		
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
}

#footer {
	width: 100%;
	margin: 0 auto;	
}

.twoThirds {
	width: 70%;	
}

.oneThird {
	width: 32%;	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;	
	position: relative;	
	margin: 0 0 0 0!important;	
	text-align: center;
	background: #fff;
}

#header .inside{	
	max-width: 62.5em;	
	margin: 0 auto;	
	position: relative;
	padding: 20px 0 20px 0;		
}

#header .top {
	padding: 0 30px;
}

#mainNav
.tinynav {
	display: none;
}

#logo {		
	display: inline-block;	
	margin: 0px 0 0 0;	
	float: left;	
	padding: 0;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #555555;		
}

#header h1 {
	font-size: 1.5em;	
	color: #555555;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #555555 !important;	
}


/* Top level navigation */

#mainNav{	
	right: 0;	
	position:absolute; top:50%; height:20px; margin-top:-10px;		
	display: inline-block;	
}

#mainNav li{
	margin: 0 0 0 30px;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	/*color: #8f8f8f;*/
	font-size: .9em;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #2e2e2e;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #2e2e2e;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 20px 0 0!important;
	/*margin-top: -10px;*/
	background: #fff;	
	-moz-box-shadow: 0 0px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0px 1px rgba(0,0,0,0.5);
	display:none;
	top:25px;
}

#mainNav UL UL LI:hover > UL{
	display:block;
}

	

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
	width:160px;
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 20px;
	text-align: left;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #7b7b7b!important; }

#mainNav ul li.sfHover ul a:hover { color: #2e2e2e!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 68%;	
	float: left;					
}

#content.full {
	margin: 0 0 40px 0;
	padding: 0 0 0 0 !important;
	width: 100%;					
}

#content.full.grid {
	margin: 0 0 20px 0%;				
}

.home #content.full, .page-template-page-portfolio-php #content.full {	
	width: 100%;	
	margin: 0 0 0 0;					
}

#content.fullProjects{	
	width: 100%;				
}

#content.twoThirds .page {	
	width: 99%;		
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;	
	padding-bottom: 10px;
	min-height: 250px;
	width: 100%;		
}

#content .post h1.title {
	font-size: 1.4em;
	font-weight: bold;
}

#content .post h2.title {
	font-size: 1.4em;
	font-weight: bold;
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .85em;
	line-height: 1.5em;		
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #555555;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb{
	margin: 0 20px 20px 0 !important;
	float:left;
}

#pageHead {		
	color: #696969;	
	margin: 0 0 50px!important;
	background: url(images/heading_bg.png) left no-repeat #b1d2f8;
	height:56px;
}

.page-template-page-portfolio-php #pageHead {
	margin: 0;	
}

#pageHead .inside {	
	max-width: 62.5em;
	margin: 0 0 0 110px;
	padding:20px 0px;
	
}

#pageHead h1 {	
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;	
	text-transform:uppercase;
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

#content .moreLink{	
	display: block;
	
}

/*Home Page------------------*/

#homeMessage {
	color: #696969;	
	padding: 25px 5% 25px;
	text-align: center;	
	background: #f7f7f7;	
}

#homeMessage p{	
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0;	
}

.homeMessageArrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 20px solid #f5f2ed;
	margin: 0 auto;
}

/*Projects------------------*/

.project {
	padding: 60px 30px 60px 30px;	
	color: rgba(0,0,0, .5);
}

.project .inside {
	margin: 0 auto;
	max-width: 62.5em;
	position: relative;	
}

.project .topLine {
	display: block;
	border-top: 1px solid rgba(0,0,0, .2);
	width: 100px;
	margin: 0 auto 15px;
}

.project.left .topLine {
	margin-left: 0;
}

.project.right .topLine {
	margin-right: 0;
}

.project .head {
	margin-bottom: 40px;
}

.project.darkBkg .topLine {
	border-top: 1px solid rgba(255,255,255, .2);
}

.project h2 {
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
	color: rgba(0,0,0, .7) !important;	
}

.project #posts h2{
text-align:left!important;
text-transform:none!important;
} 

.project h2 a{
	color: rgba(0,0,0, .7) !important;	
}

.project h2 a:hover {
	color: rgba(0,0,0, .5) !important;	
}

.project.left h2 {
	text-align: left;
}

.project.right h2 {
	text-align: right;
}

.project.darkBkg h2 {
	color: rgba(255,255,255, 1) !important;
}

.project.darkBkg h2 a{
	color: rgba(255,255,255, 1) !important;
}

.project.darkBkg h2 a:hover{
	color: rgba(255,255,255, .95) !important;
}

.project.left .description p {
	text-align: left;
}

.project.right .description p {
	text-align: right;
}

.project .description p {
	text-align: center;	
	font-size: 1.1em;
	color: rgba(0,0,0, .5);		
}

.project.darkBkg .description p {	
	color: rgba(255,255,255, .6);	
}

.project p {	
	margin-bottom: 25px;
}

.search .project { padding: 0; }

.search .project * { text-align: left !important; margin-left: 0 !important; text-transform: none; }

.single-project #content {
	margin-bottom: 0;
}

.single-project #commentBox {
	padding: 0 30px;
}

.single-project #commentBox .inside{
	margin: 0 auto;
	max-width: 62.5em;
	padding-top: 20px;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


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

#trynow a, #contactus a {
color:#fff;
padding:10px 30px; 
display:inline-block; 
font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;		
	position: relative;
	font-size:21px;
}
#contactus {margin:10px auto 20px auto; background:#ca5228; width:160px; height:45px;font-weight:bold; }
#contactus:hover {background:#F91313;}
#contactus:hover  a, #trynow:hover a{color:#fff;}



/* Try free button */
 ul.sf-menu>:first-child a{padding:10px 20px!important; 
margin:-10px 0 0 10px!important; 

}



 #mainNav ul.sf-menu>:first-child a, .button, a.button, #footer a.button, #searchsubmit, input[type="submit"]  {			
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;		
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	border: 1px solid rgba(0,0,0,.1);	
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
	margin: 0 3px 0 0;	
	line-height: normal;	
	font-size: 13px;
	background: #757575 !important;
	padding: 13px 17px 13px !important;
	margin: 0 0 10px 0;	
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

#mainNav ul.sf-menu>:first-child a:hover, .home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {	
	color: #fff!important;
	background-image: url(images/btn_bkg.png) !important;	
}

.home .slideshow a.button {
	margin-top: 20px;	
}

/*Infinite Scrolling------------------*/

#infscr-loading {
	display: none !important;
}

#infscr-loading img {
	display: none;
}

.infscrBtn span{
	line-height: 35px;
}

.infscrBtn {
	margin: 30px auto 30px;		
	display: block;
	width: 100px;	
	text-align: center;
	font-size: .7em;
}

.infscrBtn:hover {
	background-color: #fcfcfc;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

#content img.imgtable {margin-top:70px;}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: .9em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
	font-size: .9em;	
	list-style-type: disc;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: .9em !important;	
}

.videoContainer {
	margin: 0 auto;
		width:60%;
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow, .flexslider {	
	margin: 0 !important;
	position: relative;		
}

.slideshow  {padding:0 !important;}

#content .flexslider {	
	margin: 0 0 15px 0 !important;	
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 0 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: auto; position: absolute; background: rgba(0,0,0,.5); color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 !important;
	left: 0;
	top: 50%;
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 30px!important; height: 30px; margin: -20px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.flex-next {background-position: -30px 0; right: 20px !important;}
.single-product .flex-direction-nav li a.flex-next {right: -5px !important;}
.flex-direction-nav li a.flex-next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: 20px !important; }
.flex-direction-nav li a.flex-prev:hover {background-position: 0 -30px; }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 1px rgba(0,0,0,0.3) !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

#content .flex-direction-nav { margin-top: -15px !important;}
#content .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
#content .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
#content .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
#content .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}
#content .darkBkg .flex-control-nav li a { background: rgba(255,255,255,0.3) !important; box-shadow: none !important;}
#content .darkBkg .flex-control-nav li a:hover { background: rgba(255,255,255,0.7) !important;}
#content .darkBkg .flex-control-nav li a.flex-active { background: rgba(255,255,255,0.7) !important;}

/* Home slideshow*/

.home .slideshow {	
	
}

.home .slideshow .slides li{	
	overflow: hidden;	
}

.home .slideshow .details {
	background: transparent;	
	display: block;
	width: 100%;
	text-align: center;
	top: 15%;
	position: absolute;		
}

.home .slideshow .details .box{	
	padding: 0 30px 0 30px;
}

.home .slideshow .details.left {	
	text-align: left;
	margin-top:auto !important;
}

.home .slideshow .details.right {	
	text-align: right;	
}

.home .slideshow .details .inside {	
	max-width: 62.5em;	
}

.home .slideshow .details.center .text {	
	width: 80%;	
}

.home .slideshow .details .text {
	display: inline-block;	
	width: 50%;
}

.home .slideshow .details h2 a{
	color: #fff;
	margin: 0 0 5px 0;	
	font-size: 3.0em;	
	text-shadow: 1px 1px rgba(0,0,0, .2);
	font-weight: normal;	
}

.home .slideshow .details p {
	font-size: 1.2em !important;
	margin-bottom: 0;	
	line-height: 1.3em;
	 color: #6c8a99 !important;	
	/*text-shadow: 1px 1px rgba(0,0,0, .2);*/
}


.flexslider .one_half  p{font-size:1.1em;}

.home .slideshow .moreinfo{float:left;  
/*-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow:         1px 1px 1px rgba(0, 0, 0, 0.2);*/
 color: #cbe2ee; padding:10px 5px; margin:20px 0 0 0; width:100px;  text-align:center; 
 background:#9bc5da;
 }
 .home .slideshow .moreinfo:hover{ background:#86A8B9; color: #fff;}
 
.home .slideshow .moreinfo span{text-transform:uppercase; }


/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/


.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}



/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
	font-size:100%;
}

#footer .widgetBox {
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;	
	width: 30%;	
}

#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .9em;
	font-weight: bold;	
}


#footer .widgetBox h3{
	margin-bottom: 25px;
}

#footer .widgetBox p{
	text-align: left;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	
}
#footer ul {list-style:none;}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;	
	line-height: 1em;
	background: none;
	font-size: 1em;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{	
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: .9em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}



/*Search------------------*/

.widget_search {	
	display: block;
	padding: 0 !important;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 10px 1em 10px 1em !important;
	line-height: normal!important;	
	width: 85%;
	color: #9a9a9a;	
	font-size: .8em;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;	
}


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

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #a3a3a3;
	font-size: .8em;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	margin-bottom: 2px;		
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;	
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: .9em !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

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

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;
	margin-bottom: 15px;	
}

.twitterLink a{		
	font-style: italic;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;	
}

#sidebar #flickrBox .flickrImage {	

}

#flickrBox .flickrImage img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;		
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
	font-weight: bold;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:75px;
	height:75px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 100px;
	padding: 0;	
	font-weight: bold;	
}

.comment .date {	
	margin: -5px 0 10px 100px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .75em;		
}

.comment p {	
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}

/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#commentForm h3 {
	font-weight: bold;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;
	
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}


/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {	
	padding: 0 0 30px !important;	
	clear: both;	
	margin: 0 0 15px 0;		
}

.page-template-page-portfolio-php .pagination {	
	text-align: center;	
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {		
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #f7f7f7;
	padding: 0 30px;
    box-sizing: border-box;
}

#footer .inside {
	max-width: 65.5em;
	margin: 0 auto 0;
	padding: 0px 0 0;	
}

#footer .widgetBox h3{	
	color: #6a6a6a;			
}

#footer .meta {
	color: #919191;	
}

#footer .main {	
	padding: 50px 0 10px 0;		
	margin: 0 30px 0 0;	
}

.footerBox{
	margin: 0 0 40px 20px;	
	float: left;
	position: relative;		
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #6a6a6a;	
}

#footer a:hover {
	color: #47474b;	
}

#footer .secondary {		
	margin: 0 30px 0;
	padding: 40px 0 20px;
	border-top: 1px solid #e3e0db;
}

#footer .secondary p{
	font-size: .9em;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Landscape */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	#homeBanner {
		height: 350px;
		background-position: center -50px !important;
	}
	
	#bannerText {
		position: absolute;
		top: 50% !important;
		margin-top: -50px;
	}
	
}

/* iPad Portrait */

@media only screen and (max-width: 975px) {	
	
	#header #logo{
		margin-bottom:3%;
		width:40% !important;
	}
	
	.home .slideshow .details p{
		font-size:0.85em !important;
	}
	
	#logo,
	#mainNav{
		float:none;
		position:relative;
	}
	
	#mainNav{
		display:block;
	}
	
	#mainNav UL UL LI{
		margin-left:15px;
	}
	
	#mainNav .menu-top-menu > LI:first-child{
		margin:0;
	}
	
	.home .slideshow .details h2 {
		font-size: 0.75em;
	}
	
	.home .slideshow .flex-direction-nav {
		display: none;		
	}
	
	.widgetBox {		
		/*margin-left: 25px !important;*/
	}	
}

@media only screen and (max-width: 870px) {	
	/*Column Shortcodes------------------*/
	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
	
	.post-2 P:first-child{
		font-size:0;
		margin:0;
	}
		
	#comments { width: 100%;}
	
	#sidebar {
		float: none;
		width: 95%;		
		padding: 10px 0 30px 0 !important;			
	}
	
	#footer .main {
		width: 100%;
		box-sizing: border-box;
	}
	
	#content.twoThirds {
		width: 100%;		
		float: none;		
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;		
	}
	
	.widgetBox {		
		width: 47% !important;
	}	
	
	#comments { width: 100%;}	
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	
	/*
	* Try Free form styles for iPhone
	*/
	.floranext_try_free_form .gfield .gfield_label {
		width: 100% !important;
		margin-right: 0% !important;
		text-align: left !important;
	}
	.floranext_try_free_form .gfield .ginput_container {
		width: 100% !important;
	}
	
	.phone_container {
		display: none;
	}
	.banner_container .banner_left h1 {
		margin-bottom: 5px !important;
	}
	.banner_container .banner_left p {
		font-size: 15px !important;
		line-height: 1.1 !important;
	}

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	p {
		line-height: 1.6em;
		font-size: .95em;	
	}
	
	#header .inside {		
		padding: 20px 0 20px 0;		
	}
	
	#header #logo {		
		width: 65% !important;
	}
	
	#pageHead {
		margin: 0 0px 25px;		
	}
	
	#pageHead h1 { font-size: 1.2em;}
	
	.flex-direction-nav, .flex-caption { display: none !important;}		
	
	#mainNav .sf-menu {
		display: none;
	}
	
	/***************************/
		#mainNav{
			height:auto;
		}
		
		.mob-nav{
			display:block;
			text-align:center;
			clear:both;
			margin:2% 0;
		}
		
		.mn-ic{
			display:inline-block;
			width:41px;
			height:41px;
			border-radius:100px;
			background-image:url(images/mob-nav.png);
			background-repeat:no-repeat;
			background-color:#5E5F5C;

		}
		
		.mn-phone{ background-position: 16px 12px;}
		.mn-nav{ background-position: -90px 13px;}
		
		.mn-active,
		.mn-ic:hover{
			background-color:#9ECC3B;
		}
			
		#mainNav #menu-top-menu > LI{
			display:block;
			float:none;
			border:1px solid #EEE;
			padding:0;
			margin:0 0 3px 0;
			border-radius:5px;
		}
		
		#mainNav #menu-top-menu > LI > A{
			padding:10px 13px !important;
			margin:0 !important;
			display:block;
			border-radius:5px;
		}
		
		#mainNav #menu-top-menu > LI UL{
			display:block;
			margin:0 0 0 20px !important;
			padding:10px 0 !important;
			position:relative;
			top:0;
			box-shadow:none;
			width:auto;
		}
		
		#mainNav #menu-top-menu > LI UL LI{
			display:list-item;
			list-style:circle;
			margin-left:20px;
		}
		
		#mainNav #menu-top-menu > LI UL A{
			display:inline-block;
			padding:0;
			line-height:18px;
		}
		
	/***************************/
	
	#mainNav .tinynav {
		display: none;
		margin: 0 auto;
		padding: 0;
	}	
	
	.home .slideshow .details{
		top:5%;
	}
	
	.home .slideshow .moreinfo{
		width:auto;
		font-size:0.8em;
		margin-top:10px;
	}
	
	.home .slideshow .details h2 {
		font-size: 0.5em;
		margin:0;
	}
	
	.home .slideshow .details h2 a{
		color:#000;
		text-shadow:none;
		margin:0;
	}

	.home .slideshow .details p {
		font-size: 1.2em !important;	
		display: none;			
	}	
	
	#comments { width: 100%;}
	.twoThirds #comments { width: 100%;}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	.project {
		padding: 35px 30px 10px 30px;		
	}

	.project .head {
		margin-bottom: 30px;		
	}

	.project h2 {		
		font-size: 1.3em;
		margin-bottom: 5px;		
	}
	
	.project .description p {	
		font-size: .95em;
		line-height: 1.2em;			
	}
	
	#content.twoThirds {
		width: 100%;
		float: none;
	}
	
	#comments {		
		padding: 10px 0 0 0;
	}
	
	.comment h5 { font-size: .95em; }
	
	#sidebar {
		float: none;
		width: 95%;		
		padding: 10px 0 30px 0 !important;			
	}
	
	.sidebarBox {	
		float: left;
		margin: 0 30px 30px 0 !important;				
	}
	
	.footerBox {	
		float: left;
		margin: 0 30px 30px 30px !important;					
	}
	
	.widgetBox {		
		width: 90% !important;
	}
	
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}
	
	.post .moreLink {
		display: none;
	}	
	
	#footer { padding: 0 !important;}		
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: center;
		margin: 0 10px;
	}
	
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}	
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
	}	
	
	#footer .secondary .right{
		float: none;
		padding-bottom: 15px;
	}
				
	.gallery-item img{
		width: 90%;
	}
	
	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}	
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
		
	.widgetBox {
		width: 90%;
		float: left;		
	}
	
	#mainNav ul{
		margin: 0 0 0 17px;
	}	
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	#homeMessage p {
		font-size: 1em;
	}
	.widgetBox {
		width: 87%;	
		float: none;				
	}
	
	.comment .avatar {		
		width:40px;
		height:40px;
	}

	.comment-reply-link,
	.comment-reply-login,
	.comment h5,
	.comment .date,
	.comment p {
		margin-left: 65px;		
	}	
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}	
}

#mainNav > UL{
	display:block;
	clear:both;
}

#mainNav > UL > LI{
	display:block;
	margin:0;
}

#mainNav > UL > LI > UL{
	display:block;
	margin:0 !important;
	padding:0 !important;
	border:none;
	box-shadow:none;
	background:none;
	position:relative;
	top:0;
}

#mainNav ul li a{color:#8f8f8f}

#mainNav ul li a:hover{color:#2e2e2e !important}


.feature_block{width:31%; min-width:250px; float:left; margin:0 5px 40px 5px; text-align:center; line-height:normal; font-size:14px;}


.ngg-gallery-thumbnail-box{width:30%;}

.subsection {padding:20px 0; margin:20px 0;}
div.gray {background:#f7f7f7;}
.ttrustSocial{width:200px !important;}
#footer .menu-footer-menu-container{padding:0px 0 0 100px;}
#nav_menu-2 h3{padding:10px 0 10px 100px;}
#footer .menu-footer-menu-container li a{font-size:.9em;}


#slogo{width:177px; height:98px; background:url(images/email.jpg) no-repeat;}

.signuplabel{font-size:.8em;}

.page-list-ext-title a{color:#2B70BE!important;}

.page-template-page-home #pageHead {
    display: none;
}
.vm_text3 span {
    color: #e4dc23;
}
/*
modified by Vahan
*/
.front_try_free_form_wrapper .gform_wrapper .top_label .gfield_label {
    display: none !important;    
}
.front_try_free_form_wrapper .gform_fields .ginput_container {
    margin-bottom: 6px;
}
.front_try_free_form_wrapper .top_label .gfield_label {
    display: none !important;
}

/*
Added by Vahan
*/
.banner_container {
	background-size: cover !important;
	height: 495px;
	/*padding-top: 50px;*/
	background-position-y: -20px !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.front_try_free_form_wrapper {
	display: inline-block;
	/*min-width: 250px;*/
	text-align: left;
	width: 90%;
}
.front_try_free_form_wrapper .ginput_container {
	margin-bottom: 5px;
}
.front_try_free_form_wrapper input[type="text"]{
	border: none;
	background-color: #fff;
	border-radius: 0px;
	padding: 10px !important;
	line-height: 18px;
	height: 40px;
}
.front_try_free_form_wrapper input[type="text"]{
	font-size: 16px !important;
	color: #aca61c;
}
.front_try_free_form_wrapper input.large{
	width: calc(100% - 20px) !important;
}
.front_try_free_form_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0 auto !important;
}
.front_try_free_form_wrapper .gform_footer input[type="submit"]{
	color: #fff !important;
	letter-spacing: 10px;
	width: 80%;
	background-color: #a9a319 !important;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 0.778;
	text-align: center;
	height: 47px !important;
}
.front_try_free_form_wrapper .gform_footer {
	text-align: center;
}
.front_try_free_form_wrapper .gfield_checkbox input[type="checkbox"]{
	display: none;
}
.front_try_free_form_wrapper .ginput_container ul.gfield_checkbox li:nth-child(1) label{
	padding-top: 13px !important;
	padding-bottom: 3px !important;
}
.front_try_free_form_wrapper .ginput_container ul.gfield_checkbox li:nth-child(2) label{
	padding-top: 14px !important;
	padding-bottom: 3px !important;
}
.front_try_free_form_wrapper .ginput_container ul.gfield_checkbox li:nth-child(3) label{
	padding-top: 7px !important;
	padding-bottom: 8px !important;
}
.front_try_free_form_wrapper .gfield_checkbox input[type="checkbox"] + label{
	background: url('images/unchecked.png') no-repeat;
/*	background-position-x: right;
	background-position-y: center;*/
	background-position: center right;
	width: 92%;
	padding: 12px 25px 12px 10px !important;
	line-height: 14px;
	height: 40px;
	font-size: 14px;
}
.front_try_free_form_wrapper .gfield_checkbox input[type="checkbox"]:checked + label{
	background: url('images/checked.png') no-repeat;
	background-position-x: right;
	background-position-y: center;	
}
.front_try_free_form_wrapper .gfield_checkbox li{
	display: inline-block;
    background-color: #fff;
    width: 30%;
    height: 40px;
}
.front_try_free_form_wrapper .gfield_checkbox li:first-child{
	margin-right: 2%;
}
.front_try_free_form_wrapper .gfield_checkbox li:last-child{
	margin-left: 2% !important;
}
.front_try_free_form_wrapper .gfield_checkbox li label{
	float: left !important;
	padding: 5px !important;
	display: inline-block;
	color: #aca61c;
	margin-left: 0px !important;
} 
.front_try_free_form_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
	font-weight: normal !important;
}
.front_try_free_form_wrapper .gfield_checkbox li input{
	float: right !important;
	display: inline-block;
	margin: 12px 5px 0px 0px !important;
}
.front_try_free_form_wrapper .gfield_checkbox {
	margin-top: 11px !important;
}
.front_try_free_form_wrapper ::-webkit-input-placeholder {
	color: #aca61c;
	font-size: 16px;
	font-family:  'Open Sans', sans-serif;
}

.front_try_free_form_wrapper :-moz-placeholder { /* Firefox 18- */
	color: #aca61c;
	font-size: 16px;
	font-family:  'Open Sans', sans-serif;
}

.front_try_free_form_wrapper ::-moz-placeholder {  /* Firefox 19+ */
	color: #aca61c; 
	font-size: 16px;
	font-family:  'Open Sans', sans-serif;
}

.front_try_free_form_wrapper :-ms-input-placeholder {  
	color: #aca61c; 
	font-size: 16px;
	font-family:  'Open Sans', sans-serif;
}

.ad_tracking_hidden_form_wrapper {
	display: none;
	opacity: 0;
}
.banner_left {
	width: 45%;
	float: left;
	margin-right: 2%;
	position: absolute;
	top: 5%;
	left: 12%;
}
.banner_right {
	width: 28%;
	float: left;
	margin-left: 2%;
	text-align: left;
	position: absolute;
	top: 5%;
	right: 12%;
}
.banner_left h1 {
	font-size: 48px !important;
	font-family: "Museo";
	color: rgb(255, 255, 255) !important;
	line-height: 1;
	text-align: left;
	margin-bottom: 20px !important;
	/*padding-top: 50px;*/
}
.banner_left p {
	font-size: 24px;
	font-family:  'Open Sans', sans-serif;
	color: rgb(255, 255, 255);
	text-align: left;
	line-height: 25px;
}
.banner_right h2 {
	font-size: 39px;
	font-family: "Museo";
	color: rgb(254, 254, 254);
	text-align: left;
	margin-bottom: 0px;
}
.banner_right h3 {
	font-size: 24px;
	font-family:  'Open Sans', sans-serif;
	color: rgb(255, 255, 255);
	text-align: left;
	margin-bottom: 0px;
}
.green_free {
	color: #e4dc23;
}
.home #header .top .inside {
	/*padding-bottom: 5px;*/
}
.home .page .head {
	margin-bottom: 0px;
	margin-top: 65px;
}
@font-face {
    font-family: "Museo";
    src: url(fonts/Museo700-Regular.otf);
}
@font-face {
    font-family: "Museo300";
    src: url(fonts/Museo300-Regular.otf);
}

@media screen and (max-width: 1200px){
	.banner_right {
		display: none;
	}
	.home .page .head {
		margin-top: 10px;
	}
	.banner_container {
		height: auto;
	}
	.banner_left {
		width: 75%;
	}
}
@media screen and (max-width: 600px){
	.banner_left h1 {
		font-size: 24px !important;
	}
	.banner_left p {
		font-size: 18px;
	}
	
}
.phone_container {
	text-align: right;
	padding: 5px 0px !important
}
.phone_container *{
	text-align: right;
	font-size: 16px;
	font-family: "Museo300";
	color: rgb(169, 163, 25);
	line-height: 0.778;
	vertical-align: middle;
}
.phone_container i{
	background-image: url('images/call_us_icon.png');
	background-size: cover;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

/*
* Try Free form styles
*/
.floranext_try_free_form * {
	font-family: "Trebuchet MS";
}
.floranext_try_free_form .gfield_label {
	font-size: 16px;
	color: rgb(68, 68, 68);
	font-weight: normal !important;
}
.floranext_try_free_form .ginput_container * {
	font-size: 15px;
	color: rgb(68, 68, 68);
	font-weight: normal !important;
}
.floranext_try_free_form .gfield_required {
	color: rgb(255, 0, 0);
	font-weight: bold !important;
}
.floranext_try_free_form .no_br br {
	display: none;
}
.floranext_try_free_form .floranext_products .gfield_checkbox li {
	display: inline-block;
	margin-right: 10px !important;
}
.floranext_try_free_form .floranext_optional .gfield_radio li {
	display: inline-block;
	margin-right: 10px !important;
}
.floranext_try_free_form .gfield .gfield_label {
	width: 30%;
	margin-right: 3% !important;
	text-align: right;
	display: inline-block !important;
}
.floranext_try_free_form .gfield .ginput_container {
	width: 66%;
	display: inline-block;
}
.floranext_try_free_form .gfield.gsection  {
	padding-top: 15px;
}
.floranext_try_free_form input[type="text"],
.floranext_try_free_form textarea {
	background-color: #fff;
}


/* Mail Chimp( location on blog sidebar ) */

#mc_embed_signup{
	box-shadow:0 0 2px #CCC;
}

#mc_embed_signup .mc-field-group BR{
	display:none;
}

#mc_embed_signup #mce-EMAIL{
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04), 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 2px 0 0 rgba(0, 0, 0, 0.024) inset;
	transition: box-shadow 0.2s linear 0s;
}

#mc_embed_signup #mc-embedded-subscribe.button{
	background-color:transparent !important;
	background:url("https://d2vnkn0bfhsarv.cloudfront.net/assets/img/webforms/button_bg-b2b640ef68f048deedc23bf1088343c3.png") repeat-x scroll 0 0 !important;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 -1px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 3px 0 rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-weight: 400 !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
	margin:0;
	padding:0 !important;
	width:100%;
	height:35px;
	font-weight: 400 !important;
	text-transform:none;
	color:#333 !important;
	text-shadow:0 1px 1px #FFF;
}

#mce-responses.clear{
	display:none;
}

#mc_embed_signup_scroll .clear{
	background: #efefef none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding:15px 15px;
}

#mc_embed_signup #mc-embedded-subscribe-form{
	padding:0;
}

#mc_embed_signup .mc-field-group{
	padding:0 15px !important;
	width:auto !important;
	margin-bottom:20px;
}

#mc_embed_signup .mc-field-group LABEL{
	color:#333;
}

#mc_embed_signup .mc-field-group .asterisk{
	font-size:16px;
	font-family:"Verdana";
	float:right;
	color:red;
}

#mc_embed_signup_scroll P{
	margin:0;
}

/* End Mail Chimp */

/* NGG Gallery - mac screen mock up */
/*
.mac-screen
{
	max-width: 450px;
    height: 392px;
    background: url('images/mac.png') center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mac-screen .slideshow-wrap
{
    width: 88.2%;
    height: 63.8%;
    left: 6%;
    top: 5.4%;
    position: relative;
}
*/
/* End NGG Gallery - mac screen mock up */
