/* CSS Document */
/*  Open Sans
Theme Name: Baylie
Theme URI: http://themetrust.com/baylie
Description: A Bold Agency Theme
Version: 1.0.3
Author: ThemeTrust
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
**/
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;
}
/*--------04-OCT------start--*/
#_form_1025 {
	float: left;
	margin: 0 !important;
}
/*--------04-OCT------end--*/
.slider-arrow
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:700;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
strong{font-weight:700;}
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 p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}
.wp-caption {
	max-width: auto !important;
	width: auto !important;	
}
.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
/* Isotope ----------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:         top, left, opacity;
		  transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
   opacity: 0.5;
}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/
body {
	font-size: 100%;
	font-family: “open sans”, sans-serif;
	width:auto; height:auto;	
	margin: 0;
	color: #272727;	
	background-color: #fff;		
	font-weight: normal;		
}
p {
	line-height: 1.7em;
	font-size: 1em;
	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: 0 0 15px 0;	
	color: #1f1f1f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1 {font-size: 2.5em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.3em;}
blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Open Sans", Times, "Times New Roman", serif;
	border-left: 5px solid #ccb676;	
}
code {
	font-family: "Open Sans", ”Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}
pre code {
	background: none;
}
pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;	
	border: 1px solid #e4e4e4;
	font-family: "Open Sans", "Courier New", Courier, serif;
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.meta {
	color: #b0b0ad;
}
.meta a{
	color: #7d7d7b !important;
}
.meta a:hover{
	color: #b0b0ad !important;
}
input[type="email"], input[type="text"], input[type="password"], textarea {
	background-color: #fafafa;	
	padding: 5px;
	font-family: "Open Sans", 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;
}
input[type="text"]:focus {outline: none; background-color: #000000;}
textarea:focus {outline: none; background-color: #000000;}
textarea { width: 80%; line-height: 1.6em; }
input:focus { outline: none;}
/* Clearfix ----------- */
/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after, .single-theme .features:before, .single-theme .features:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after, .single-theme .features:after {
	clear: both;
}
.clearfix, .single-theme .features {
	zoom: 1;
}
a.action {	
	font-style: italic;		
}
/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/
#container {	
	width: 100%;
	margin: 0 auto;			
}
#middle {	
	margin: 0 auto;	
	background: #fff;
	padding: 1px 30px 0;	
	position: relative;		
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */	
	max-width: 62.5em !important;	
	z-index: 100;
}
.home #inner {
	max-width: 62.5em !important;
	margin: 0 auto;
	padding-top: 40px;
}
.home #middle {
	max-width: 100% !important;
	padding: 0 30px;
}
.page-template-page-portfolio-php #middle, .tax-skill #middle {
	padding: 0 !important;
	max-width: 100% !important;
	background: #f8f8f8;
}
.page-template-page-home-php #middle {
	padding: 0 !important;
	max-width: 100% !important;	
}
.home #wrap {	
	padding-top: 0 !important;
}
#main {
	margin: 0 auto 0;
	padding: 0 0 0;		
	background: #fff;			
}
#main.full {
	background: none;
}
#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 62.5%;	
}
#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: 30%;	
}
/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/
#header{	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;			
}
.home #header{	
	text-align: center;	
}
.home.has-slideshow #header .top{	
	width: 100%;	
	top: 0;
	z-index: 0 !important;
	text-align: center;	
}
#header .inside{	
	padding: 20px 30px 20px 30px;		
	margin: 0 auto !important;
	max-width: 62.5em;	
	margin: 0 auto;	
	position: relative;		
}
#header .bottom{	
	z-index: 400 !important;
	position: relative;
	width: 100%;
	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);	
}
#mainNav .tinynav {
	display: none;
}
#logo {		
	display: inline-block;	
	margin: 0px 0 0 0;	
	float: left;	
	padding: 0;
}
#logo h1, #logo h3 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: 700;		
	color: #555555;		
}
#header h1 a, #header h1 a:hover,#header h3 a, #header h3 a:hover {	
	color: #555555 !important;	
}
#header .stuck {
	position:fixed;
	top:0;
	width: 100%;	
}
.admin-bar #header .stuck {	
	top:28px;	
}
/* Top level navigation */
#mainNav{	
	right: 30px;	
	position: absolute; top:100%; height:55px; margin-bottom:1%; margin-top:8px; margin-right:4% !important;		
	display: inline-block !important;	
}
#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: "Open Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#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 0px 0 0px !important;
	margin-top: -10px;
	z-index: 1000 !important;
	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);
}
#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}
#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 20px !important;
	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: #fff!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 .videoContainer {margin-bottom: 30px;}
#content.full {
	margin: 0 0;
	padding: 0 0 0 0 !important;
	width: 100%;					
}
#content.full.grid {
	margin: 0 0 20px 0%;				
}
.home #content.full, .page-template-page-home-php #content.full {	
	width: 100%;						
}
.page-template-page-full-width-php #content {
	margin-bottom: 20px;
}
#content.fullProjects{	
	width: 100%;				
}
#content.twoThirds .page {	
	width: 99%;		
}
#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #2e3133;
}
#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 0 20px 0 !important;
}
#pageHead {		
	padding: 70px 30px 60px;	
	margin: 0 0 40px 0;	
	text-align: center;	
}
#pageHead .inside {
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
}
#pageHead h1 {	
	font-size: 2.5em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: inline-block;	
}
#pageHead p {	
	margin: 0!important;
	padding: 15px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}
.page-template-page-portfolio-php #pageHead {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.tax-skill #pageHead {
	margin-bottom: 0;
	padding-bottom: 60px;
}
h2.extraSpacing { padding-top: 10px; }
.boxItem {	
	padding: 30px 0 15px;	
}
/*Posts ------------------*/
.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 .moreLink a {	
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b !important;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
#content .moreLink a:hover {		
	background: #e6e6e6;	
}
#content .post.lastPost {
	background: none;
}
#content .post {
	margin: 0 0 50px 0px;
	position: relative;		
	padding-bottom: 10px;	
	width: 98%;		
}
.blog #content.full .post h2, .archive #content.full .post h2, #content.full .post h1, #content.full .post .meta, #content.full .post .moreLink {
	text-align: center;
}
.post.small .inside {
	background: #fff;
}
.post.small .inside .text {
	margin:  0 30px;
	padding: 30px 0 20px;
}
.search #content .post {
	min-height: 50px;		
}
/*Home ------------------*/
#homeMessage {
	background: #252525;
	color: #fff;
	padding: 70px 0;
}
#homeMessage.light{	
	color: rgba(0,0,0,.7);	
}
#homeMessage .inside{
	max-width: 62.5em !important;
	margin: 0 auto;	
	font-family: "Open Sans", "Droid Serif", "Georgia", serif;	
}
#homeMessage .inside p{	
	font-size: 2.5em;
	line-height: 1.5em;	
	text-align: center;
	margin: 0 30px;
}
.homeSection {		
	padding: 80px 0 50px;		
}
.homeSection .sectionHead h3 {
	font-size: 2.8em;	
	margin: 0 0 0 0;
	clear: both;	
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;		
}
.homeSection .sectionHead {
	max-width: 63.5em !important;
	padding: 0 0 15px!important;	
	margin: 0 auto 15px;
	text-align: center;	
}
.homeSection .sectionHead p{
	font-size: 1em;
	margin: 0 0 15px 0;	
}
.homeSection .sectionHead .inside{	
	margin: 0 15px 0;	
}
/*Testimonials ------------------*/
#testimonials.homeSection {	
	padding: 0 !important;	
	margin: 0 !important;	
}
#testimonials .sectionHead p{	
	background: none;	
}
#testimonials p span {
	background: none;
}
#content #testimonials .flexslider{	
	background: transparent;
	padding: 0 !important;	
	margin: 0 !important;	
}
#content #testimonials .flexslider .slides{	
	background: transparent;	
	margin: 0 auto !important;	
}
.slides .testimonial {	
	width: auto;
	height: 500px;	
}
.slides .testimonial .inside{	
	height: 100%;
	display: table !important;
	margin: 0 auto;		
}
.slides .testimonial .text{	
	max-width: 900px;	
	padding: 0 30px !important;	
	color: #fff;
	display: table-cell !important;
	vertical-align: middle;	
	font-size: 1.8em;
}
.slides .testimonial .text p {	
	font-size: 1.4em;
	font-family: "Open Sans", san-serif !important;
	font-style: italic;
	font-weight: 400;	
	line-height: 1.2em;
}
.slides .testimonial .text .title {	
	font-size: .8em;
	padding-top: 20px;
	display: block;
	font-family: "Open Sans", san-serif !important;
	font-weight: 400;	
	letter-spacing: 2px;
}
#testimonials .flex-direction-nav a {display: none;}
#testimonials .flex-control-nav {bottom: 30px !important;}
#testimonials .flex-next:hover, #testimonials .flex-prev:hover {opacity: 0.8;}
.testimonial .left{
	float: left;
}
.testimonial .left img{
	border-radius: 95px;
}
/*Featured Pages------------------*/
#featuredPages {	
	padding: 60px 0 30px 0;	
	width: 100%;
	max-width: none;	
}
#featuredPages li.page{	
	text-align: center;		
	margin-bottom: 30px !important;	
	background: transparent !important;	
}
#featuredPages li.page .inside{		
	max-width: 800px;
	margin: 0 auto !important;	
}
#featuredPages li .thumb{	
	margin-bottom: 30px;
}
#featuredPages li .image{	
	display: inline-block;
}
#featuredPages li .title{	
	font-size: 2.8em;
	line-height: 1.2em;	
	margin: 0 30px 30px!important;
	display: block;
	color: #2b2b2b;	
}
#featuredPages li p{	
	font-size: 1.4em !important;
	color: #000 !important;
	font-weight: 300;
	margin: 0 30px !important;
}
#featuredPages li .title a{	
	color: #2b2b2b;	
}
/*Home Posts ------------------*/
#homePosts {
}
.homeSection .posts {	
	margin: 0 auto;	
}
/*Home Content ------------------*/
#homeContent.homeSection {
	padding: 70px 0 45px!important;
}
/*Home width page ------------------*/
#homeContent.homeSection .inside{
	padding: 0 0px !important;
	max-width: 1000px;
	margin: 0 auto;
}
#homeContent.homeSection p {
	margin-bottom: 30px!important;
}
#homeContent {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;		
}
#homeContent p, #homeContent img{
	margin-bottom: 0 !important;	
}
.home #content, .home #middle {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;	
}
/*Projects------------------*/
#projects {	
	margin: 0 auto;	
	padding: 0;	
	display: block;
	position: relative;		
}
#projects.homeSection {
	padding-bottom: 0px;
	padding-top: 0;
}
.thumbs {
	margin: 0 auto;		
}
#content #projects li{
	padding: 0;
	background: none;		
}
.project.small, .isotope-item{	
	display: block;	
	position: relative;	
	float: left;	
	margin: 0 0 0 0;
	height: auto !important;
	padding-bottom: 0;		
	zoom: 1;
	visibility: hidden;
	float: left;		
}
#content .project.small img, .isotope-item img{	
	width: 100% !important;
	height: auto;	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;	
}
#content .project.small p{	
	font-size: .9em;
}
#content .project.small .inside{
	background: #85bec4;
}
.project.small .inside {	
	position: relative;
	margin: 0 auto !important;
}
#content .project.small a{
	position: relative;
	display: block;		
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	color: #6a6a6a;
}
#content .project.small a:hover img{
	opacity: .1;
	position:relative;
	-webkit-backface-visibility: hidden;
}
#content .project.small a:hover .title{
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;	
}
#content .project.small .title {
	font-size: 1.2em;
	color: #fff;	
	font-weight: 700;
	text-align: center;	
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;	
	margin: -20px auto 0 !important;	
	width: 100%;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
#content.project {
	width: 100%;	
}
.projectNav {
	padding-top: 3px;		
}
.projectNav.next {
	float: left;		
}
.projectNav.previous {	
	float: right;	
}
.projectNav a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
.projectNav a:hover{	
	color: #484848;	
}
.single-project .project .meta {
	text-align: center;	
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 40px;
	margin: 10px auto 0;	
}
#content .skillList{
	padding: 20px 0 20px !important;
	margin: 0 auto 20px !important;	
	display: inline-block;	
}
.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}
.skillList li span a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	font-weight: 700;
}
.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}
/*Theme Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}
#content #filterNav{
	padding: 0!important;
	margin: 0 auto 40px auto!important;		
	width: auto;	
	text-align: center;			
	width: 100%;
	position: relative;
}
#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;	
	display: inline-block;		
}
#filterNav li a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 11px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;	
}
#filterNav li a:hover {
	background: #929292;
	color: #fff !important;
}
#filterNav .selected, #filterNav a.selected:hover {
	background: #929292;
	color: #fff !important;
}
/*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------------------*/
.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {	
	background-color:rgba(0, 0, 0, 0.5) !important;
	color: #fff;
	display: inline-block;	
	text-decoration: none;	
	position: relative;
	cursor: pointer;	
	padding: 5px 20px;
	border: none;
	margin: 0 3px 0 0;	
	line-height: normal !important;
	-webkit-appearance: none;	
	font-size: .9em;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;	
	Font-family: "Open Sans", sans-serif; 
	font-weight: 400;
}
#searchsubmit {
	padding: 5px 5px 6px;
}
.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {	
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background: #bf3fb6 !important;
}
.home .slideshow a.button {
	font-size: .7em;
	Font-family: "Open Sans", sans-serif; 
	font-weight: 400;
	color: #fff;
	background: #000;
	padding: 6px 12px 6px 12px;
	margin-top: 20px;		
}
/*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;
}
/*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: 1em;	
}
#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}
#content ol{	
	margin: 0 0 20px 20px;	
	list-style-type: decimal !important;
}
#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: 1em !important;	
}
/*MYSTUFF------------------*/
.mytext {	
	padding: 60px 0 30px 0;	
	width: 100%;
	font-size: 1.2em;
	color: #bbbbbb;
	margin: 0 auto !important;	
	text-align: left;		
	margin-bottom: 30px !important;	
	background: transparent !important;	
	max-width: 100%;
}
.mytexttitle {			
	font-size: 2.3em;
	line-height: 1.2em;	
	text-align: center;		
	margin: 0 30px 30px!important;
	display: block;
	color: #2b2b2b;	
}
.textfullw {	
	padding: 60px 0 30px 0;	
	width: 100%;
	font-size: 1.2em;
	color: #bbbbbb;
	margin: 0 auto !important;	
	text-align: left;		
	margin-bottom: 30px !important;	
	margin-top: -120px !important;	
	background: transparent !important;	
	max-width: 100%;
}
.freebie {			
   	font-size: 27px;
	padding-left: 30px;	
	padding-right: 30px;	
	line-height: .5em; 
	Font-family: "Open Sans" !important;
		font-weight: 400 !important;	
	display: block;
	color: #2b2b2b;	
}
.center {
	margin: auto;
	width: 60%;
	padding: 10px;
}

.episode   {	
	position: relative;
	bottom: 0px;
	margin-left: 30px;
	z-index: 99;
}
.social {	
	font-size: 1.5em  !important;
	Font-family: "Open Sans", sans-serif; !important
	font-weight: 700  !important;
	color: #fff !important;
	position: fixed;
	left: 10;
	bottom: 10;
	alight: left;
	text-align: left;
}
#social    {
	font-size: 1.5em;  !important
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 700  !important;
	color: #fff !important;
		z-index: 1;
		position: absolute;
		left: 0px;
		right: 0;
		bottom: -110px;
	alight: left;
	text-align: left;
}
#bottomtext    {
	font-size: 1.2em;  !important
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 700  !important;
	color: #fff !important;
		z-index: 1;
		position: relative;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 98%; 
	margin-bottom: 0px;
	text-align: center;		
	display: block;
}
.imgfade {
   opacity: 1;max-w
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.imgfade:hover {
   opacity: 0.7;
}
.responsive-container { position: relative; padding-bottom: 20%; padding-top: 30px; height: 0; overflow: hidden; width: 100%; margin: 0 auto !important; max-width: 68%; }
.responsive-container, .responsive-container iframe { max-width: 700px; max-height: 300px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-container-2 { position: relative; padding-bottom: 43%; padding-top: 0px; height: 0; overflow: hidden; width: 100%; margin: 0 auto !important; max-width: 68% !important; max-height: 100% !important;}
.responsive-container-2, .responsive-container-2 iframe { max-width: 100% !important; max-height: 100% !important;}
.responsive-container-2 iframe { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; }
.responsive-container-3 { position: relative; padding-bottom: 43% !important; padding-top: 0px; height: 0 !important; overflow: hidden; width: 100%; margin: 0 auto !important; max-width: 100% !important; max-height: 58% !important;}
.responsive-container-3, .responsive-container-3 iframe { max-width: 100% !important; max-height: 100% !important;}
.responsive-container-3 iframe { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; }
.embed-container { position: relative; padding-bottom: 48%; padding-top: 30px; height: 0; overflow: hidden; width: 100%; margin: 0 auto !important; max-width: 68%; }
.embed-container, .embed-container iframe { max-width: 100%; max-height: 290px; }
.embed-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pure-button {
	padding: 0px;
	margin-right: 20px;
		border: solid 2px #fff !important; 
		cursor: pointer;
		height: 50px !important;
		width: 160px !important;
		color: #fff;
	Font-family: "Open Sans", sans-serif !important;
	font-size: 1.3em; !important
	font-weight: 700 !important;
	background: transparent !important;
		background-color:rgba(0, 0, 0, .5);
		letter-spacing: 2px;
	display: inline !important; 
		}

.pure-button i{
		margin-right: 10px;
		}

.pure-button:hover{    
		border: solid 2px #fff !important; 
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	opacity: 0.4;
}
	.r4 {
		margin-top: 10px;
	float: left;
	margin-left: 3%;
	width: 70%;
	}
	.rt1 {
	margin-left: 0px;
 	text-align: left;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important; 
		margin-top: -2px !important; 
 	text-align: left !important; 
	margin-right: 0px;
	display: block !important; 
	}
	.rt3 {
	margin-left: 0px;
 	text-align: left;
	display: block;
	width: 100%;
   }
	.r9 {
		margin-top: 30px;
		margin-left: -40px;
	width: 50% !important;  
 	float: left !important; 
	}
   .rtimg {
		margin-top: -3px;
	margin-left: 8px;
	display: inline !important; 
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}

/*//////////////////////////////////////////////////////////////////// 
//  FORMS
////////////////////////////////////////////////////////////////////*/
.newsletter{
float: left;
	margin-left: 25px;
	margin-top: -41px;
	position: relative;
	z-index: 99; 
}
/*Clearing Floats*/
.cf:before, .cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}    
/* Form wrapper styling */
.form-wrapper {
	width: 450px;
	padding: 0px;
	margin: 150px auto 50px auto;
}
/* Form text input */
.form-wrapper input {
	width: 330px;
	height: 20px;
	padding: 10px 5px; /* change to change size of field */
	float: left;   
	font-size: .9em;
	Font-family: "Open Sans", sans-serif; !important
	font-weight: 400;
	border: 0;
	background: #eee;
	border-radius: 3px 0 0 3px;    
	margin-top: -121px; 
}
.form-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.form-wrapper input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}   
/* Form submit button */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 110px;
	color: #fff;
	margin-top: -121px;
	font-size: .9em; !important
	Font-family: "Open Sans", sans-serif; !important
	font-weight: 400; !important
	background: #bf3fb6;
	border-radius: 0 3px 3px 0;   
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
.form-wrapper button:hover{    
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background: #dd6edd !important;
}  
.form-wrapper button:active,
.form-wrapper button:focus{  
	background: #c42f2f;
	outline: 0;  
}
.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #bf3fb6; transparent;
	top: 12px;
	left: -6px;
}
.form-wrapper button:hover:before{
	-webkit-transition: border-right-color 0.5s ease;
	-moz-transition: border-right-color 0.5s ease;
	-o-transition: border-right-color 0.5s ease;
	transition: border-right-color 0.5s ease;
  	border-right-color: #dd6edd; !important;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
		border-right-color: #c42f2f;
}     
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
	border: 0;
	padding: 0;
} 
/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/
#content .flexslider {	
	margin: 0 0 30px 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 1px 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%; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
/* Caption style */
/* IE rgba() hack */
.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}
/* Direction Nav */
.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;	
}
.flex-direction-nav li a { z-index: 100; width: 31px!important; height: 31px; display: block; cursor: pointer; text-indent: -9999px; border-radius: 15px; margin-top: 0; background-size: 15px 15px !important;}
.flex-direction-nav li a.flex-next {right: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_next.png) no-repeat center center;}
.flex-direction-nav li a.flex-next:hover {}
.flex-direction-nav li a.flex-prev {left: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_prev.png) no-repeat center center;}
.flex-direction-nav li a.flex-prev:hover {  }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav .flex-disabled {display: none;}
/* Control Nav */
.flex-control-nav { position: absolute; margin: 0!important; bottom: 0px !important; left: 0 !important; right: 0 !important; width: auto !important; z-index: 100;}
.flex-control-nav li {width: 10px !important; height: 10px !important; margin: 0 0 0 10px !important; display: inline-block !important; z-index: 100;}
.flex-control-nav li:first-child {margin-left: -10px !important;}
.flex-control-paging li a {width: 100% !important; height: 100% !important; display: block !important; background: none !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important; border: 3px solid rgba(255,255,255,.3);}
.flex-control-nav li a:hover {border: 3px solid rgba(255,255,255,1); !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important; border: 3px solid rgba(255,255,255,0); }
.normal .flex-direction-nav { margin-top: -15px !important;}
.normal .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
.normal .flex-direction-nav li a.flex-next { background-position: 9px center !important;}
.normal .flex-direction-nav li a.flex-prev { background-position: 7px center !important;}
.normal .flex-control-nav li a { border: 3px solid rgba(0,0,0,.3); background: none !important; box-shadow: none !important;}
.normal .flex-control-nav li a:hover { background: none !important; border: 3px solid rgba(0,0,0,.5);}
.normal .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.3) !important; border: 3px solid rgba(0,0,0,0);}
/* Home Slideshow------------------*/
.flexslider .slides > li {-webkit-backface-visibility: visible !important;}
.slideshow, .flexslider {	
	margin: 0 !important;
	position: relative;		
}
.slideshow  {padding:0 !important;}
.home #header .slideshow {
	margin: 0 !important;	
	overflow: hidden;
	background: #000;
	position: fixed;	
	width: 100%;	
}
.home .flexslider .slide {
	position: fixed !important;
	width: 100%;
}
.home.blog .slideshow {
	margin-bottom: 30px;
}
.home #header .flex-direction-nav li a { background-color: transparent !important;}
.home #header .flex-control-nav li a { visibility: hidden !important;}
/* Caption style for home page slideshow*/
.home .slideshow .details {
	background: transparent;	
	display: block;
	width: 100%;	
	top: 50%;
	position: absolute;	
	display: none;
}
.home .slideshow .details .box{	
	padding: 0 30px 0 30px;
}
.home .slideshow .details .text {
	/*display: inline-block;*/	
}
.home .details h1, .home .details h2, .home .details h3, .home .details h4, .home .details h5{
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0, .2);
}
.home .details h1 {	
	font-size: 4.0em;	
}
body.home .details p {
	font-size: 1.7em !important;
	margin-bottom: 40px !important;	
	line-height: 1.3em;
	color: rgba(255,255,255, .6);
}
#downButton {
	background: transparent url(images/direction_down.png) center 9px no-repeat;
	background-size: 14px 14px !important;
	border: 3px solid rgba(255,255,255, 1);
	border-radius: 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 10px;
	z-index: 99;
	text-indent: -9999 !important;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left !important;
	cursor: pointer;
}
#downButton a{
	display: block;
	cursor: pointer;
	height: 100%;
}
/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/
#sidebar {		
	margin-bottom: 30px;
}
.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}
#sidebar p {	
	margin-bottom: 12px;
}
#sidebar li {
	font-size: .75em;
}
#sidebar .author .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
	border-radius: 40px;
}
/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/
#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}
#footer .widgetBox {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;		
}
#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}
#sidebar .widgetBox .widgetTitle,
#footer .widgetBox .widgetTitle{
	font-size: 1.1em;	
	font-weight: 700;	
	display: block !important;
	margin-bottom: 20px;
	clear: both;	
}
#footer .widgetBox .widgetTitle{
	color: #686868;		
}
#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}
#footer .widgetBox p{
	font-size: .95em;	
}
#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 20px 0;	
	line-height: 1.2em;
	background: none;
	font-size: .85em;	
}
#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}
#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 .7em 10px .7em !important;
	line-height: normal!important;	
	width: 92%;
	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;
}
/*Testimonails------------------*/
.ttrust_testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;	
}
.ttrust_testimonials p {
	font-size: .9em;
	line-height: 1.6em !important;
}
.ttrust_testimonials span.title {
	font-size: .9em !important;
	font-weight: 700;
	float: right;
}
/*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: #bababa;
}
#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {	
	font-size: 1.2em;
	margin-bottom: 2px;		
}
#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {	
	line-height: 1.1em;
}
.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}
.secondaryPost {	
	padding: 10px 0 0px 0;	
}
.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}
.ttrust_recent_posts li {
	margin-bottom: 10px !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: 700;
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: 700;	
}
/*Tag Widget--------------------*/
.widget_tag_cloud a{	
	font-size: 11px !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--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}
.simple_tweet_widget li span{
   color: #4f4f4f !important;
   font-size: .85em !important;
}
/*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;		
}
#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:70px;
	height:70px;
}
#commentForm label {
	padding-left: 20px;
}
.comment h5 {	
	margin: 0 0 6px 100px;
	padding: 0;		
}
.comment .date {	
	margin: -5px 0 10px 100px;	
	display: block;
	color: #a5a5a2;		
	font-size: .9em;		
}
.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;
}
#respond h3 {	
	font-size: 1.4em !important;	
}
#commentForm h1 {	
	font-size: 1.3em !important;
	border: 1px solid #000;
}
.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;	
}
#comments ol{	
	list-style: none !important;
}
/*//////////////////////////////////////////////////////////////////// 
//  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: 700;
}
.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 {	
	color: #7b7b7b;
	background: #f6f6f6;
	position: relative;	
	z-index: 301;
}
#googleMap iframe {
	width: 100%;
}
#googleMap {
	height: 350px;
}
#googleMap img { max-width: none; } 
#googleMap .iwContent {
	padding-top: 20px;
	font-size: .85em;
}
#footer .meta {
	color: #919191;	
}
#footer .main {	
	padding: 60px 0 10px 0;		
	margin: 0 30px 0;		
}
#footer .inside {	
	margin: 0 auto;	
	max-width: 62.5em;	
}
.footerBox{
	margin: 0 30px 40px 0 !important;	
	float: left;
	position: relative;	
	width: 31%;		
}
.footerBox.last {
	margin-right: 0 !important;
}
.widget_recent_entries {
	margin-right: 0 !important;
}
.footerBox p{			
	padding: 0;	
}
#footer a {
	color: #7b7b7b;	
}
#footer a:hover {
	color: #000;	
}
#footer .secondary {		
	margin: 0 0 0;
	padding: 0 30px 10px;	
}
#footer .secondary a{		
	font-weight: 700;
}
#footer .secondary .inside{		
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 0;	
}
#footer .secondary p{
	font-size: .8em;
}
#footer .secondary .left {
	float: left;
}
#footer .secondary .right {
	float: right;
}
#footer .secondary .right span{
	padding: 0 5px;
	color: #4d4d4d;
}
/* css for home page */
#featuredPages li p {
	font-size: 14px;
	margin: 0 30px !important;
	text-align: justify;
	color:#666666;
}
#featuredPages li .title {
	color: #bf3fb6;
	margin: 40px 30px 10px !important;
}
#homeContent.homeSection p {
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px !important;
	text-align: justify;
}
 #content ul li {
	color: #666666;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px;
}
#homeContent.homeSection {
	padding: 40px 0 45px !important;
}
.mytexttitle {
	color: #bf3fb6;
	margin: 0 30px 30px !important; 
}
.mytext{
   padding:0 0 30px;
}
#footer .widgetBox .widgetTitle {
	color: #666;
}
#footer {
	background:#f3f3f3;	border-top:1px solid #ccc;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
}
#footer .secondary .left {
	float: left;
	text-align: center;
	width: 100%;
}
#footer .main{
 padding:50px 0 0;
}
#pageHead {
  margin: 0 0 30px;
  padding: 29px 0 0;
  text-align: center;
}
#pageHead h1 {
  color: #bf3fb6;
  font-size: 2.8em;
}
.post-540.page.type-page.status-publish.hentry.clearfix > p{
	text-align: justify;
	font-size: 14px;
}
.post-540.page.type-page.status-publish.hentry.clearfix > p > strong{
   font-weight: 700;
   color: #BF3FB6;
   display: block;
   font-size: 18px;
}
.wp-caption-text{
   color: rgba(66, 66, 203, 1);
}
#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: #bf3fb6;
}
.meta.clearfix {
	color: rgba(66, 66, 203, 1);
}
.meta a {
	color: #000 !important;
}
.meta a:hover{
  color: #bf3fb6 !important;	
}
#content .videoContainer{
   margin-top:20px;
}
.textfullw p {
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
	text-align: justify;
}
.textfullw {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto 30px !important;
	padding: 10px 0 30px;
	text-align:justify;
}
/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/
/* iPads */
@media only screen and (max-width: 375px) {
	.home .slideshow .details {
	top: 30% !important;
}
 .form-wrapper input {
	width: 221px !important;
}
#footer .form-wrapper input {
	width: 228px !important;
}
.footerBox.last {
  margin-right: 0 !important;
  width: 100% !important;
}
.slider-arrow {
	display: block !important;
	height: 110px !important;
	margin: 148px auto !important;
	position: relative !important;
	width: 27% !important;
}
.form-wrapper input {
  font-size: 11px;
  margin-bottom: 46px;
  width: 222px !important;
}
}


@media only screen and (max-width: 568px) {
	#header .inside {
	padding: 10px 0 !important;
}
.home .slideshow .details {
	top: 64% !important ;
}
.footerBox {
	float: none;
	margin: 0 0 32px !important;
	width: 23% !important;
}
.slider-arrow {
  display: block !important;
  margin: 0 auto !important;
  position: relative !important;
  width: 62% !important;
}
.footerBox.last {
	margin-right: 0 !important;
	width: 46% !important;
}
#footer .form-wrapper input {
	width: 128px !important;
}
}


@media only screen and (max-width: 414px) {
#footer .form-wrapper input {
	width: 58px !important;
}
.home .slideshow .details {
	top: 38% !important;
}
.home.has-slideshow #header .top {
  height: 644px !important;
}
.slider-arrow {
  display: block !important;
  height: 110px !important;
  margin: 68px auto !important;
  position: relative !important;
  width: 28% !important;
}
.form-wrapper input {
	width: 260px !important;
}
.footerBox {
	width: 33% !important ;
}
.footerBox.last {
  margin-right: 0 !important;
  width: 100% !important;
}
}


@media only screen and (max-width: 736px) {
	#header #stickyNavWrap {
	height: auto !important;
}
#header .inside {
	padding: 10px 0 !important;
}
#featuredPages {
	padding: 1px 0 0 !important;
}
.slider-arrow {
	margin: 46px auto!important;
}
.home #header .slideshow .box {
	margin: 102px 0 0 !important;
}
.footerBox {
  width: 21% !important;
}
#footer .form-wrapper input {
	width: 206px !important;
}
.footerBox.last {
	margin-right: 0 !important;
	width: 46% !important;
}
.footerBox.last {
	margin-right: 0 !important;
	width: 51% !important;
}
}


@media only screen and (max-width: 1024px) {
.form-wrapper{
		width: 100% !important;	
	}
	.form-wrapper input{
	   width: 173px !important;
	}
.flex-control-paging li a {
 visibility: hidden !important;
}
	/*rupesh-responsive*/
	.r1 {
		margin-top: 360px !important;
	 }	
.r2 {
font-size: 26px !important;
margin-left: 0px !important;
margin-top: 5px !important;
width: 19% !important;
 }  
.r7 {
margin-top: 5px !important;
font-size: 26px !important;
width: 54% !important;
}
.r3 {
margin-top: 7px !important;
width: 20% !important;
}
	.r3 img {
		width: 19% !important;
	}
	.r5 {
		margin-top: 210px !important;	
	width: 50% !important;
	}
.quote2 {
	visibility: hidden !important;
}
.r8{
	float: left;
	width: 100%;
	margin-top: 80px;
}
 .r8 img {
		width: 70% !important;
	}
	.r4 {
		margin-top: 54px !important;
	float: left;
	margin-left: 3%;
	width: 70% !important;
	}
   .r9 {
margin-top: -700px !important;
	float: left !important;
	width: 60%;
	}
	.rt1 {
	font-size: 52px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
		margin-top: -7px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	margin-left: 0px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -1px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
	.form-wrapper input {
	width: 353px !important;
height: 15px !important;
		margin-top: -161px !important;
	}
	.form-wrapper button {
		margin-top: -161px !important;
height: 35px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
	}
.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #bf3fb6; transparent;
	top: 9px;
	left: -6px;
}
  }


@media only screen and (max-width: 768px) {
#header .inside{		
	margin: 0 2% !important;
 }
.flex-control-paging li a {
 visibility: hidden !important;
}
.r1 {
margin-top: 380px !important;
 }
.r2 {
font-size: 26px !important;
margin-left: 16px !important;
margin-top: 5px !important;
width: 19% !important;
 }  
.r7 {
margin-top: 5px !important;
font-size: 26px !important;
width: 50% !important;
}
.r3 {
margin-top: 7px !important;
margin-left: -5px !important;
width: 20% !important;
}
.r3 img {
width: 19% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r4 {
margin-left: 2% !important;
margin-top: 126px !important;
width: 50% !important;
float: left;
}
.r5 {
margin-left: 3% !important;
margin-top: 186px !important;
width: 45% !important;
}
.r8{
	visibility: hidden;
}
.r6 {
margin-left: 2% !important;
margin-top: 260px !important;
width: 79% !important;
}
   .r9 {
margin-top: -150px !important;
margin-left: 5px !important;
	float: left !important;
	width: 100% !important;
	}
.rt1 {
font-size: 52px !important;
margin-left: 0px !important;
float: left;
display: block;
}
.rt2 {
Font-family: "Open Sans", sans-serif; 
font-weight: 400;
font-size: 28px !important;
margin-left: 0px !important;
display: block;
}
.rt3 {
Font-family: "Open Sans", sans-serif; 
font-weight: 400;
margin-left: 0px !important;
margin-top: 2px !important;
float: left;
display: block;
   }
.rtimg {
display: inline;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .rtimg:hover {
opacity: 0.7;
}
.form-wrapper input {
width: 353px !important;
height: 15px !important;
margin-left: -10px !important;
}
.form-wrapper button {
   margin-left: -10px !important;
height: 35px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
}
.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #bf3fb6; transparent;
	top: 9px;
	left: -6px;
}
.pure-button {
		height: 25px;
		width: 119px;
	font-size: 1.2em !important;
}
}

@media only screen and (max-width: 736px) {
 .r1 {
	margin-top: 428px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 0px !important;
margin-top: 0px !important;
width: 19% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: 60% !important;
}
.r3 {
margin-top: 5px !important;
margin-right: 10px !important;
width: 16% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 3% !important;
margin-top: 50px !important;
width: 35% !important;
}
.r6 {
margin-left: 3% !important;
margin-top: 210px !important;
width: 70% !important;
}
	.r4 {
		margin-top: 10px !important;
	float: left;
	margin-left: 3% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 28px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	margin-left: 0px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 353px !important;
height: 10px !important;
margin-left: -10px !important;
}
.form-wrapper button {
   margin-left: -10px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
}
.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #bf3fb6; transparent;
	top: 7px;
	left: -6px;
}
.pure-button {
		height: 17px;
		width: 94px;
	font-size: .8em !important;
}
}

@media only screen and (max-width: 667px) {
 .r1 {
	margin-top: 112px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 0px !important;
margin-top: 0px !important;
width: 19% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: 60% !important;
}
.r3 {
margin-top: 5px !important;
margin-right: 10px !important;
width: 16% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 3% !important;
margin-top: 20px !important;
width: 35% !important;
}
.r6 {
margin-left: 3% !important;
margin-top: 210px !important;
width: 70% !important;
}
	.r4 {
		margin-top: 10px !important;
	float: left;
	margin-left: 3% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 28px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	margin-left: 0px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 353px !important;
height: 10px !important;
margin-left: -10px !important;
}
.form-wrapper button {
   margin-left: -10px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
}
.pure-button {
		height: 18px;
		width: 86px;
	font-size: .8em !important;
}
}



@media only screen and (max-width: 600px) {
 .r1 {
	margin-top: 280px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 0px !important;
margin-top: 0px !important;
width: 19% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: 60% !important;
}
.r3 {
margin-top: 5px !important;
margin-right: 10px !important;
width: 18% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 3% !important;
margin-top: 30px !important;
width: 35% !important;
}
.r6 {
margin-left: 3% !important;
margin-top: 210px !important;
width: 80% !important;
}
	.r4 {
		margin-top: 16px !important;
	float: left;
	margin-left: 3% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 26px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin-left: 0px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -1px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 353px !important;
height: 10px !important;
margin-left: -10px !important;
}
.form-wrapper button {
   margin-left: -10px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
}
.pure-button {
		height: 16px;
		width: 81px;
	font-size: .7em !important;
}
}



@media only screen and (max-width: 568px) {
 .r1 {
	margin-top: 60px !important;
	}
.r2 {
font-size: 14px !important;
margin-left: 0px !important;
margin-top: 0px !important;
width: 18% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 14px !important;
width: 60% !important;
}
.r3 {
margin-top: 0px !important;
margin-right: 10px !important;
width: 18% !important;
}
.r3 img {
width: 15% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 3% !important;
margin-top: 10px !important;
width: 35% !important;
}
.r6 {
margin-left: 3% !important;
margin-top: 220px !important;
width: 80% !important;
}
	.r4 {
		margin-top: 12px !important;
	float: left;
	margin-left: 3% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 24px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 14px !important;
		margin-top: -1px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -5px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 353px !important;
height: 10px !important;
margin-left: -10px !important;
}
.form-wrapper button {
   margin-left: -10px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
   font-weight: 400;
}
.pure-button {
		height: 13px;
		width: 71px;
	font-size: .6em !important;
}
}


@media only screen and (max-width: 480px) {
 .r1 {
	margin-top: 280px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 15% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
visibility: hidden;
width: 10% !important;
}
.r3 {
margin-top: 0px !important;
margin-right: 10px !important;
width: 26% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 3% !important;
margin-top: 200px !important;
width: 35% !important;
}
.r6 {
margin-left: 3% !important;
margin-top: 230px !important;
width: 90% !important;
}
	.r4 {
		margin-top: 56px !important;
	float: left;
	margin-left: 3% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 28px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -3px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 260px !important;
height: 10px !important;
margin-left: -9px !important;
	font-size: .7em !important;

}
.form-wrapper button {
   margin-left: -9px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .7em !important;
   font-weight: 400;
}
.pure-button {
		height: 17px;
		width: 86px;
	font-size: .8em !important;
}
}


@media only screen and (max-width: 414px) {
 .r1 {
	margin-top: 420px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 15% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
visibility: hidden;
width: auto !important;
}
.r3 {
margin-top: 0px !important;
margin-right: 10px !important;
width: 26% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 4% !important;
margin-top: 80px !important;
width: 54% !important;
}
.r6 {
margin-left: 4% !important;
margin-top: 225px !important;
position: absolute;
width: 90% !important;
}
	.r4 {
		margin-top: 56px !important;
	float: left;
	margin-left: 4% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 28px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -3px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 250px !important;
height: 10px !important;
margin-left: -9px !important;
	font-size: .7em !important;

}
.form-wrapper button {
   margin-left: -9px !important;
height: 30px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .7em !important;
   font-weight: 400;
}
.pure-button {
		height: 17px;
		width: 81px;
	font-size: .8em !important;
}
.pure-button i{
		margin-right: 2px;
		}
}


@media only screen and (max-width:384px) {
.home.has-slideshow #header .top {
  height: 572px !important;
}
 .r1 {
	margin-top: 70px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 10% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: 10% !important;
visibility: hidden;
}
.r3 {
margin-top: 3px !important;
margin-right: 6px !important;
width: 28% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 4% !important;
margin-top: 140px !important;
width: 35% !important;
}
.r6 {
margin-left: 4% !important;
margin-bottom: 20px !important;
position: absolute;
width: 80% !important;
}
	.r4 {
		margin-top: 55px !important;
	float: left;
	margin-left: 4% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 24px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 16px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -4px !important;	
margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 230px !important;
height: 10px !important;
margin-left: -9px !important;
	font-size: .7em !important;

}
.form-wrapper button {
   margin-left: -9px !important;
height: 30px !important;
width: 100px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .7em !important;
   font-weight: 400;
}
.pure-button {
		height: 16px;
		width: 82px;
	font-size: .7em !important;
}
.pure-button i{
		margin-right: 2px;
		}
}


@media only screen and (max-width: 375px) {
 .r1 {
	margin-top: 50px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 10% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
visibility: hidden;
width: 10% !important;
}
.r3 {
margin-top: 3px !important;
margin-right: 4px !important;
width: 28% !important;
}
.r3 img {
width: 16% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 4% !important;
margin-top: 140px !important;
width: 50% !important;
}
.r6 {
margin-left: 4% !important;
margin-top: 230px !important;
width: 90% !important;
}
	.r4 {
		margin-top: 55px !important;
	float: left;
	margin-left: 4% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 27px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 255px !important;
height: 10px !important;
margin-left: -9px !important;
	font-size: .7em !important;

}
.form-wrapper button {
   margin-left: -9px !important;
height: 30px !important;
width: 90px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .7em !important;
   font-weight: 400;
}
.home.has-slideshow #header .top {
  height: 576px !important;
}
.pure-button {
		height: 16px;
		width: 76px;
	font-size: .7em !important;
}
}


@media only screen and (max-width: 320px) {
 .r1 {
	margin-top: 60px !important;
	}
.r2 {
font-size: 18px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 10% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: auto !important;
visibility: hidden;
}
.r3 {
margin-top: 5px !important;
margin-right: 0px !important;
width: 36% !important;
}
.r3 img {
width: 17% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 4% !important;
margin-top: 90px !important;
width: 50% !important;
}
.r6 {
margin-left: 4% !important;
margin-top: 130px !important;
position: absolute;
width: 100% !important;
}
	.r4 {
		margin-top: 55px !important;
	float: left;
	margin-left: 4% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 27px !important;
	margin-left: 0px !important;
 	text-align: left !important;
float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 17px !important;
		margin-top: -2px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	visibility: hidden;
	width: 100%;
   }
   .rtimg {
		margin-top: -2px !important;
	margin-left: 8px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 190px !important;
height: 10px !important;
margin-left: -9px !important;
	font-size: .6em !important;
}
.form-wrapper button {
   margin-left: -2px !important;
height: 30px !important;
width: 70px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .6em !important;
   font-weight: 400;
}
.home.has-slideshow #header .top {
  height: 477px !important;
}
.pure-button {
		height: 15px;
		width: 71px;
	font-size: .7em !important;
}
}


 @media only screen and (max-width: 240px) {
 .r1 {
	margin-top: -60px !important;
	}
.r2 {
font-size: 14px !important;
margin-left: 10px !important;
margin-top: 0px !important;
width: 10% !important;
 }  
.r7 {
margin-top: 0px !important;
font-size: 18px !important;
width: 10% !important;
visibility: hidden;
}
.r3 {
margin-top: 3px !important;
margin-right: 0px !important;
width: 48% !important;
}
.r3 img {
width: 25% !important;
opacity: 1;max-w
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 .r3 img:hover {
opacity: 0.7;
}
.r5 {
margin-left: 4% !important;
margin-top: 15px !important;
width: 50% !important;
}
.r6 {
margin-left: 2% !important;
margin-top: 105px !important;
position: absolute;
width: 90% !important;
}
	.r4 {
		margin-top: 20px !important;
	float: left;
	margin-left: 4% !important;
	width: 70% !important;
	}
	.rt1 {
	font-size: 20px !important;
	margin-left: 0px !important;
 	text-align: left !important;
	float: left;
	width: 100%;
	}
	.rt2 {
		margin-left: 0px !important;
	font-size: 14px !important;
		margin-top: 0px !important;
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400; !important;
 	text-align: left !important;
	margin-right: 0px !important;
	display: block;
	}
	.rt3 {
	Font-family: "Open Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-top: -2px !important;
 	text-align: left !important;
	display: block;
	visibility: hidden;
	width: 100%;
   }
   .rtimg {
		margin-top: -3px !important;
	margin-left: 7px !important;
display: inline;
	opacity: 1;max-w
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	}
.form-wrapper input {
width: 140px !important;
height: 0px !important;
margin-left: -9px !important;
	font-size: .5em !important;
}
.form-wrapper button {
   margin-left: -2px !important;
height: 20px !important;
width: 65px !important;
   Font-family: "Open Sans", sans-serif; 
	font-size: .6em !important;
   font-weight: 400;
}
.home.has-slideshow #header .top {
  height: 477px !important;
}
.pure-button {
		height: 13px;
		width: 66px;
	font-size: .5em !important;
}
.pure-button i{
		margin-right: 2px;
		}
.form-wrapper button:before { /* left arrow */
	visibility: hidden;
}
}
	/*rupesh-responsive*/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {	
	/*Home Slideshow ------------------*/		
		margin: 0 !important;		
	}
	.home #header .slideshow {		
		position: absolute;			
	}
	.home .flexslider .slide {
		position: absolute !important;	
	}
	.home .slideshow .details h2 {
		color: #fff;		
		font-weight: normal;
		font-size: 2.4em;
	}
	.home .slideshow .details p {
		font-size: 1.3em !important;
		margin-bottom: 0;		
		line-height: 1.5em;
		color: rgba(255,255,255, .6);
	}
	#downButton {
		bottom: 20px;		
	}
	/*Projects ------------------*/	
	#content .project.small .title {
		font-size: .8em;
	}
	/*Testimonials ------------------*/		
	/*Footer ------------------*/	
	.footerBox {
		width: 24%;		
		margin: 0 25px 40px 0 !important;					
	}

@media only screen and (max-width: 820px) {		
   .home .flex-caption p {
		font-size: 1em !important;		
	}	
	.form-wrapper.cf{
	   width:100%;
	}
.home .slideshow .details .text {
	width: 100%;
}
.form-wrapper input{
   width: 343px;
   margin-bottom:46px;
}
.home #header .slideshow .box {
	margin: 105px 0 0 !important;
}
.home #header .slideshow .box {
	margin: -150px 0px 0px !important;
}
.logo img{
  width:204px;
}
.home .slideshow .details .box {
	padding: 0;
}
.text .button{
	margin-left: 40px;
	margin-top: 11px
}
.newsletter{
 margin-left: 8px;
}
.flexslider .slides img {
	/*margin: -61px 0 25px !important; */
}
.home .slideshow a.button {
	display: table !important;
	margin-bottom: 0 !important;
	margin-left: 11px !important;
}
#header .inside {
	padding: 83px 0 !important;
}
.flexslider .slides img {
	display: block;
   /* padding: 0 11px 0 0; */
	width: 100%;
}
.form-wrapper{
   margin: 0px;
}
#footer .main{
 margin: 0 5px;
}
	#comments { width: 100%;}
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;	
	}	
	#comments { width: 100%;}
}


/*layouts smaller than 768px, iPhone and mobiles*/
@media only screen and (max-width: 768px) {
   .form-wrapper input{
	font-size:9px;
	font-weight:700;
 }
	.home .flex-caption p {
		font-size: 1em !important;		
	}	
	.form-wrapper.cf{
	   width:100%;
	}
.home .slideshow .details .text {
	width: 100%;
}
.form-wrapper input{
   width: 343px;
   margin-bottom:46px;
}
.home #header .slideshow .box {
	margin: 105px 0 0 !important;
}
.home #header .slideshow .box {
	margin: 153px 0 0 !important;
}
.home .slideshow .details .box {
	padding: 0;
}
.text .button{
	margin-left: 40px;
	margin-top: 11px
}
.newsletter{
 margin-left: 8px;
}
.flexslider .slides img {
   /* margin: -61px 0 25px !important; */
}
.home .slideshow a.button {
	display: table !important;
	margin-bottom: 0 !important;
	margin-left: 11px !important;
}
#header .inside {
	padding: 10px 0 !important;
}
.flexslider .slides img {
	display: block;
  /*  padding: 0 11px 0 0; */
	width: 100%;
}
.form-wrapper{
   margin: 0px;
}
#footer .main{
 margin: 0 5px;
}
	html {
		-webkit-text-size-adjust: none; 
	}
	h1 { font-size: 1.7em;}
	h2 { font-size: 1.5em;}
	h3 { font-size: 1.4em;}
	h4 { font-size: 1em;}
	h5 { font-size: .8em;}
	#wrap {
		padding: 1px 20px;
	}
	.home #wrap {	
		padding-top: 0 !important;
	}
	/*Header ------------------*/		
	#header .inside {
		padding: 10px 30px;
	}	
	#header #logo {			
		display: inline-block;				
	}
	#header #logo img{		
		margin: 0 auto;	
		width: 50% !important;
		height: auto;		
		float: left;
	}	
	#mainNav .sf-menu {
		display: none;
	}
	#mainNav .tinynav {
		display: inline-block;
		margin: 0 auto;
		padding: 0 !important;
		right: 0;
		border: 1px solid #000;
	}		
	/*Home Slideshow ------------------*/	
	.home #header .slideshow {		
		position: absolute !important;			
	}
	.home .flexslider .slide {
		position: absolute !important;	
	}
	.home .details h1, .home .details h2, .home .details h3, .home .details h4, .home .details h5{
		font-size: 1.9em;
	}	
	body.home .details p {
		font-size: 1.4em !important;
		margin-bottom: 10px !important;
	}
	.home .slideshow .flex-control-nav { bottom: 20px !important;}
	#downButton {
		display: none;
	}	
	.flex-direction-nav li a.flex-next {
		right: 0px !important;
}	
	.flex-direction-nav li a.flex-prev {
		left: 0px !important; 
}
	#pageHead {
		margin: 0 0px 35px;	
		padding: 30px 0;	
	}
	#pageHead h1 { font-size: 1.3em;}
	#main {
		width: 95%;	
		padding-top: 0;
	}
	/*Home Message ------------------*/
	#homeMessage p {
		font-size: 1.3em !important;
	}
	#homeMessage {
		padding: 30px 0;
	}
	/*Posts ------------------*/
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}		
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}
	.posts .post .inside{	
		position: relative;		
	}
	.posts .post .inside h2{
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10 !important;
	}
	.posts .post .inside .meta{
		margin: 0 auto 20px !important;		
		padding: 0;			
	}
	.post .moreLink {
		display: none;
	}
	#comments { width: 100%;}	
	/*Home Sections ------------------*/
	.homeSection {
		padding: 35px 0 !important;
	}
	#projects.homeSection {
		padding: 0 0 !important;
	}
	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}
	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}	
	.homeSection .sectionHead p {
		font-size: 1em;
	}
	#featuredPages .small{		
		margin-bottom: 25px !important;			
	}	
	/*Featured Pages ------------------*/		
	#featuredPages .page h3 {
		font-size: 1.6em;		
	}
	#featuredPages .page p {
		font-size: 1em;		
	}
	#featuredPages {	
		padding: 60px 0 0px 0 !important;			
	}	
	/*Testimonials ------------------*/		
	.slides .testimonial {	
		width: auto;
		height: 400px;	
	}
	.slides .testimonial .text p {	
		font-size: .5em !important;			
	}
	.slides .testimonial .text .title {	
		font-size: .6em;	
	}
	/*Sidebar and Widgets ------------------*/	
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;		
	}
	.sidebarBox {	
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;	
	}
	#flickrBox .flickrImage {		
		margin: 0 8px 8px 0;	
	}		
	.widgetBox {
		width: 100%;
		float: none;			
	}
	/*Projects ------------------*/		
	#filterNav {
		text-align: center;			
		width: 100%;
		position: relative;			
	}	
	.projectNav {
		margin: 0 0 0 0;	
		padding: 10px 0 0 0 !important;	
		float: none;			
	}
	.projectNav div {
		margin: 0 20px 0 0 !important;	
		padding: 0 !important;		
	}
	.thumbs {
		text-align: center;
	}
	.thumbs .small{		
		margin: 0 auto !important;
	}	
	/*Footer------------------*/	
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;				
	}	
	#footer .main .inside{ padding: 0 0 !important;  width: auto !important;margin: 0 0px!important;}
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	#footer .secondary{
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;		
	}	
	#footer .secondary .right{
		float: none;
		padding: 10px 0 15px 0;
	}
	.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: 600px) {
	.home #header .slideshow .box{
		margin: 0 !important;
	}	
	.slides .testimonial {	
		width: auto;
		height: 300px;	
	}
	.home .slideshow .flex-control-nav { display: none;;}
}
/* iPhone Portrait */
@media screen and (max-width: 480px) {
	  .form-wrapper input{
	font-size:9px;
	font-weight:700;
 }
	#header {			
		text-align: center;		
	}
	#header .inside {		
		padding: 10px 0 10px 0!important;	
	}
	#header #logo {			
		float: none;
		margin: 0 20px;	
		text-align: center;				
		display: inline-block;
	}
	#header #logo img{		
		margin: 0 auto;	
		width: 50% !important;
		height: auto;
		float: none;
	}	
	#header #mainNav {			
		position: relative;			
		display: block;
		padding-top: 20px;		
		right: 0;
	}
	.home .slideshow .details h2{
		font-size: 1.5em;
	}
	.home .slideshow .details p{
		font-size: .9em !important;
	}
	.home #header .slideshow .box{
		margin: 0 50px !important;
	}	
	/*Posts ------------------*/
	.posts .post .date {	
		position: relative;		
		margin: 0 auto 20px;	
	}	
	.posts .post .date .month{
		font-size: .9em;	
		display: block;	
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}
	.posts .post .inside{
		padding-left: 0;
		position: relative;	
	}
	.widgetBox {
		width: 100%;	
		float: none;
		margin: 0 0 20px 0;			
	}	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	#commentForm label, #comments label {
		font-size: .8em;
	}
	.home .flex-caption p {
		font-size: 1em !important;		
	}	
	.form-wrapper.cf{
	   width:100%;
	}
.home .slideshow .details .text {
	width: 100% !important;
}
.form-wrapper input{
   width: 343px;
   margin-bottom:46px;
}
.home #header .slideshow .box {
	margin: 105px 0 0 !important;
}
.home #header .slideshow .box {
	margin: 0 0 0 !important;
}
.home .slideshow .details .box {
	padding: 0;
}
.text .button{
	margin-left: 40px;
	margin-top: 11px
}
.newsletter{
 margin-left: 8px;
}
.flexslider .slides img {
  /*  margin: -61px 0 25px !important; */
}
.home .slideshow a.button {
	display: table !important;
	margin-bottom: 0 !important;
	margin-left: 11px !important;
}
#header .inside {
	padding: 10px 0 !important;
}
.flexslider .slides img {
	display: block;
  /*  padding: 0 11px 0 0; */
	width: 100%;
}
.form-wrapper{
   margin: 0px;
}
#footer .main{
 margin: 0 5px;
}
.newsletter {
	margin-left: 8px;
	position: absolute;
	top: 75%;
}
.imgfade{
	margin-right: 185px !important;
}
}
@media screen and (max-width: 320px) {
	  .form-wrapper input{
	font-size:8px;
	font-weight:700;
 }
	.footerBox {
	width: 100% !important;
}
.footerBox.last {
	margin-right: 0 !important;
	width: 100% !important;
}
#footer .form-wrapper input {
	width: 207px;
	font-size: 10px;
}
.home .slideshow .details {
	top: 26% !important;
}
	.form-wrapper input {
		font-size: 10px;
	}
	.slider-arrow {
	display: block!important;
	height: 19px!important;
	margin: 65px auto!important;
	position: relative!important;
	width: 26%!important;
}
   .imgfade{
	  float: right !important;
	  margin-right: 102px !important;
	  margin-top: 55px !important;
}
	.home .flex-caption p {
		font-size: 1em !important;		
	}	
	.form-wrapper.cf{
	   width:100%;
	}
.home .slideshow .details .text {
	width: 100%;
}
.form-wrapper input {
	width: 199px;
}
.home .slideshow .details{
  top:44%;
}
.home #header .slideshow .box {
	margin: 155px 0 0 !important;
}
.home .slideshow .details .box {
	padding: 0;
}
.text .button{
	margin-left: 40px;
	margin-top: 11px
}
.mytexttitle{
   font-size: 1.2em !important;
}
.newsletter {
	margin-left: 8px;
	position: absolute;
	top: 110%;
}
.newsletter  p .imgfade{
	margin-top: 55px !important;
  margin-right: -65px !important;
}
.home .slideshow a.button {
	display: table !important;
	margin-bottom: 0 !important;
	margin-left: 11px !important;
}
#header .inside {
	padding:10px !important;
}
.flexslider .slides img {
	display: block;
   /* padding: 0px 11px 0px 0px; */
}
.form-wrapper button{
	width: 76px;
	font-size:12px;
}
#featuredPages li .title {
	margin: 17px 30px 10px !important;
}
#homeContent.homeSection {
	padding: 16px 0 45px !important;
}
.form-wrapper.cf{
	  position: relative !important;
	  top: 100px !important;
}
.form-wrapper{
   margin: 0px;
}
#footer .main{
 margin: 0 5px;
}
#mainNav .tinynav{
  width: 95%;
}
 #footer .form-wrapper input{
	font-size:10px;
	font-weight:700;
 }
}
@media screen and (max-width: 360px) {
}
 .form-wrapper input {
	width: 166x !important;
}
.form-wrapper input {
	margin-bottom: 80px;
}
.home .slideshow .details {
	top: 35%;
}
.flexslider .slides li{
   background-position: 50% 51% !important;
}
.form-wrapper input {
	/*width: 204px !important;*/
}
  .form-wrapper input{
   font-style: italic; 
   color: #000;
	font-size: 15px;
	font-weight: 700;
 }
}
.home .slideshow .details {
	top: 28% !important;
}
.imgfade.play {
	height: 62px !important;
	width: 120px !important;
}
/*--------------------rupesh-css------------*/
.r1{
	margin-top:315px;
	width:100%;
	height:auto;
}
.r2{
	color: #fff;
	float: left;
	font-family: "Open Sans";
	font-size: 27px;
	font-weight: 400;
	width: 20%;
}
.r3{
	float: right;
	width: 18%;
	margin-top: 7px;
}
 .r3 img {
		width: 19% !important;
	}
.alignleft{
  float: left;
  margin-right: 6px !important;
}
.r4{
	float: left;
	margin-top:71px;
	width: 39%;
}
.r5{
   margin-left: 26px;
	margin-top: 88px;
	width: 53%; 
	font-family: "Open Sans", san-serif; 
	color: #fff;
	font-weight: 300; 
	font-style:italic; 
	text-align: left; 
	font-size: 1.4em; 
	line-height: 1.2; 
	letter-spacing: 1px; 
}
.quote2 {
	line-height: 1.5;
	visibility: visible;
}
.r5name{
   font-weight: 700; 
	font-style:normal;  
	letter-spacing: 2px; 
	font-size: .9em !important;
}
.r6{
  margin-top: 82px;  
}
.r7{
   color: #fff;
	float: left;
	font-family: "Open Sans";
	font-size: 27px;
	font-weight: 400;
	width: 60%;
}
.r8{
	float: left;
	width: 100%;
	margin-top: 80px;
}
 .r8 img {
		width: 70% !important;
	}
.alignleft{
  float: left;
  margin-right: 6px !important;
}

.rt1{
   color: #fff;
	Font-family: "Open Sans";
	font-size: 59px;
	font-weight: 400;
	margin-right: 33px;
	text-decoration: underline;
}
.rt2{
   color: #fff;
	Font-family: "Open Sans";
	float: left;
	font-size: 34px;
	font-weight: 700;
	margin-left: 37px;
}
.rt3{
	color: #fff;
	Font-family: "Open Sans";
	float: left;
	font-size: 25px;
	margin-left: 0px;
}
.rtimg{
	float: left;
	margin-left: 28px;
	margin-top: 5px;
}

/*--------------------rupesh-csss------------*/