/*
Theme Name: flatso lite
Theme URI: http://www.amplifiii.com/flatso/
Description: shared on mobantu.com, flatso lite is a modern, minimalist, "flat design", responsive blog theme. The responsive layout optimizes the theme for desktop, tablet and mobile devices.
Author: amplifiii
Author URI: http://www.amplifiii.com
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: flatso lite
*/

/*-----------------------------------------------------------------------------------*
Index
1 - Import Google Fonts
2 - Basic Styles
3 - Body & Common Classes
4 - Structure - Wraps
5 - Headings
6 - WordPress Styles
7 - 404 Page
8 - Header Styles
9 - flatso-menu
10 - Sub Menus
11 - Responsive Menu
12 - Social Buttons
13 - Home
14 - Next/Prev Navigation
15 - Entries
16 - Posts and Pages
17 - Pagination
18 - Comments
19 - Sidebar
20 - Footer/Copyright
21 - Search Bar
22 - Front Page
-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*
1 - Import Google Fonts
-------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,800italic,400,800,700,600);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic,600italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,900,800,700,600,500);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900italic,900,700italic,700,600italic,600,400italic);

/*-----------------------------------------------------------------------------------*
2 - Basic Styles
-------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	border: 0;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

figure img {
	max-width: 100%;
}

header, hgroup, footer, section, article, aside {
	display: block;

}



/*-----------------------------------------------------------------------------------*
3 - Body & Common Classes
-------------------------------------------------------------------------------------*/

body {
	background: #FBFCFB;
    font-size: 100%;
    line-height: 1.7em;
    color: #848484;
    font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    font-size: 16px;
    
}

#adminheader {
    font-size: 14px;
    color: #ABD6AB;
    font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    padding-top: 20px;
    
}

a {
    text-decoration: none;
    color: #45b39c;
}

a:hover {
    text-decoration: none;
	color: #f87242;
}

p { margin: 0 0 1em 
}

strong { font-weight: 700 
}

em { font-style: italic 
}

pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}

.clear { clear: both 
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

li {
	padding-bottom: 16px;
}

ol li {
    list-style-type: decimal;
	padding-bottom: 16px;
}

ul li {
    list-style-type: disc;
	padding-bottom: 16px;
}

/*-----------------------------------------------------------------------------------*
4 - Structure - Wraps
-------------------------------------------------------------------------------------*/

#wrap{
	margin: 0 auto;
	width: 960px;
	padding-bottom: 10px;
/*	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 180px rgba(0,0,0,.2); */
	border-top: 0px solid #45b39c;
	border-bottom: 0px solid #45b39c;
}

#footer-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0px;
	border-top: 0px solid #45b39c;
	border-bottom: 0px solid #45b39c;
	
}

#footer-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 10px solid #D0D0D0;
}

#footer-bottom-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px;
	border-top: 0px solid #45b39c;
	border-bottom: 0px solid #45b39c;
	border: 0px solid #FFF;
}

#footer-bottom-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #05ed9a;
	border-bottom: 0px solid #45b39c;
	border: 0px solid #FFF;
}

#main{
	margin-bottom: 40px;
}


/*-----------------------------------------------------------------------------------*
5 - Headings
-------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
	word-spacing: 2px;
    font-weight: normal;
    line-height: 1.1;

}

/*h1 {
    font-size: 350%;
    margin-bottom: 0px;
    line-height: 1.2em;
}

h2 { font-size: 200% }

h3 { font-size: 150%;}

h4 { font-size: 113%; }
*/

h1 { font-size: 58.02px;
    margin-bottom: 0px;
    line-height: 1.2em;
}

h2 { font-size: 42.05px;}

h3 { font-size: 30.47px;}

h4 { font-size: 22.08px;}

h5 { font-size: 22.08px;}

h6 { font-size: 22.08px; }

h1 a,
h2 a,
h3 a,
h4 a { color: #4E4E4E; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #848484; text-decoration: none; }

.single-title{ margin-bottom: 25px; 
	text-align: center;
	border: 0px solid #000;
	}

.single-title-home{ 
	margin-bottom: 5px; 
	text-align: center;
	border: 0px solid #000;
}

.blog-title{ 
	margin-bottom: 5px; 
	text-align: center;
	border: 0px solid #000;
}

.center-entry{
	text-align: center;
	height:100%;
}

.roundcourners{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#page-heading{
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 20px 0px 30px 0px;
	border-bottom: 5px solid #EEEEEE;
	
}

#page-heading h1,
#page-heading h2{
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;	
}

h2.heading{
	font-weight: normal;
	text-align: left;
	background: url(images/dot.png) center center repeat-x;
	margin: 0 0 25px;
}

h2.heading span{
	background: #fff;
	padding: 0 20px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}


/*-----------------------------------------------------------------------------------*
6 - WordPress Styles
-------------------------------------------------------------------------------------*/

.sticky{
border-top: 1px dashed #DDDDDD;
margin-top: 10px;
}

.sticky .read-more {
border-top: 1px dashed #DDDDDD;
margin-top: 10px;
}

.gallery-caption{}

.bypostauthor{}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone{ 
	display:block;  
	margin: 10px 0;
}

.alignright{ 
	float:right;  
	margin:10px 0 10px 10px
}

.alignleft{ 
	float:left;  
	margin:10px 10px 10px 0
}

.floatleft{ 
	float:left
}

.floatright{ 
	float:right
}

.textcenter{ 
	text-align:center
}

.textright{ 
	text-align:right
}

.textleft{ 
	text-align:left
}

.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	height:auto;
	max-width:100%;
}


.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}

.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}

blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}


/*-------------------------------------------------*
7 - 404 Page
---------------------------------------------------*/

#four-0-four-page {
	color: #000;
	text-align: center;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
}



/*-------------------------------------------------*
8 = Header Styles
---------------------------------------------------*/

#masterhead-container {
	background-color: #344E5D;
	border-bottom: 0px solid #F4F3EF;
	margin-bottom: 0px;
	width: 100%;
}

.navmove {
	background-color: #34495E;
	border-bottom: 10px solid #F4F3EF;
	margin-bottom: 0px;
	width:100%;
}


/*	old limey background-color: #05ed9a; */

#masterhead {
	position: relative;
	padding: 5px 0px 15px 0px;
	max-width: 960px;
	margin: 0 auto;
	/*background-image:url('subtle-pattern-3.jpg');*/
}

#search-container {
	max-width: 100%;
	margin:0 auto;
	border: 0px solid #FFF;

}

#logo{
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#logo a{
	font-size: 1050%;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    	font-weight: 700;
    	line-height: 1em;
    	border: 0px solid #FFF;
    	color: #fcfcfc;
	font-smooth: always;	
	padding: 0px;
	margin: 0px;
    	border: 0px solid #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

#logo a:hover {
	color: #ffffff;
}

.limage {
	padding-top: 20px;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: -45px;
	border-radius: 0px;
}


#site-description{
	color: #fcfcfc;
	text-align: center;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 150%;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0px solid #FFF;
}

#masternav {
	position: relative;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	height: 40px;
	font-size: 101%;
	margin-top: 20px;
	text-align: center;
}


/*-------------------------------------------------*
9 - flatso-menu
---------------------------------------------------*/

.flatso-menu,
.flatso-menu * {
    margin: -5px 0px 0px 0px;
    padding: 0;
    list-style: none;
    border: 0px solid #45b39c;
}

.flatso-menu { 
	line-height: 1.0;
 }

.flatso-menu ul {
    position: absolute;
    top: -999em;
    width: 190px; /* left offset of submenus need to match (see below) */
}

.flatso-menu ul li { 
	width: 100%;
/*	background-color: #000000; */
}

.flatso-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.flatso-menu li {
	display:inline-block;
    position: relative;
}

.flatso-menu a {
    display: block;
    position: relative;
}

.flatso-menu li:hover ul,
.flatso-menu li.sfHover ul {
    left: 0px;
    top: 55px; /* controls high of sub from menu title, it match top ul list item height */
    z-index: 99;
}

ul.flatso-menu li:hover li ul,
ul.flatso-menu li.sfHover li ul { top: -999em }
ul.flatso-menu li li:hover ul,
ul.flatso-menu li li.sfHover ul {
    left: 190px; /* match ul width */
    top: 0;
}

.flatso-menu a {
	height: 55px;
	line-height: 40px;
	display: inline-block;
	text-align: left;
	font-size: 100%;
	color: #fcfcfc;
	padding: 0 20px;
    	text-decoration: none;
    	text-transform: uppercase; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatso-menu > li > a:focus,
.flatso-menu > li > a:hover,
.flatso-menu > li > a:active,
.flatso-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #45b39c;
}


/*-------------------------------------------------*
10 - Sub Menus
---------------------------------------------------*/

.flatso-menu ul{
	padding: 0;
/*	font-size: 13px;*/
	border: 0px solid #ddd;
	height: 20px;
}

.flatso-menu ul a{
	margin: 0px 0px 0px 0px;
	line-height: normal;
	padding: 15px 10px 20px 20px;
	display: block;
	float: none;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	background: #fff;
	border-bottom: 5px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-top: 2px solid #ddd;
	height: auto;
}
.flatso-menu ul a:focus,
.flatso-menu ul a:hover,
.flatso-menu ul a:active {
	color: #45b39c;
	background: #f9f9f9;
}
.flatso-menu ul .current-menu-item a{

}
.flatso-menu ul li{

}
.flatso-menu ul li:last-child{

}


/*-------------------------------------------------*
11 - Responsive Menu
---------------------------------------------------*/

#masternav select { 
	display: none; 
	width: 70% !important; 
	background: #45b39c;
	color: #fff;
   	font-size: 16px;
   	line-height: 16px;
   	border: 5px solid #F4F3EF;
   	padding-left: 5px;
   	border-radius: 0;
   	height: 34px;
   	margin-top: 5px; 
 	width: 20px;
   	height: 34px;
   	overflow: hidden;
   	-webkit-appearance: none;
}

#masternav .selector { 
	display: none; 
	margin-top: 5px; 
}

.home-post-nav{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------
12 - Social Buttons
------------------------------------------------------------------------------------*/

#social-buttons {
	color: #fff;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;	
}

.social-buttons-pad
{
	padding: 0px 7px 0px 7px;
	display: inline-block;
	color: #ABD6AB;
}

.twitterlinks {
	text-align: center;
	padding-top: 30px;
}

/*------------------------------------------------------------------------------------
13 - Home
-------------------------------------------------------------------------------------*/

.home-wrap{
	margin-top: 40px;
	border: 0px solid #000; 
}

#home-tagline{
	color: #000;
	text-align: center;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 0px solid #444;
}

#home-projects .heading{ margin-right: 0px; }

/*home blog*/
#home-posts{ margin-right: 0px; }
#home-posts .heading{ margin-right: 3%; }

.home-entry{
	width: 100%;
	margin-bottom: 40px;
	margin: 0 auto;
}

.home-entry-description { 
	margin-bottom: 60px;
}

.home-entry h3{
	margin: 10px 0px 10px;
	text-align: left;
}


/*------------------------------------------------------------------------------------
14 - Next/Prev Navigation
-------------------------------------------------------------------------------------*/

.navigation{
	padding-top: 0px;
	padding-bottom: 20px;
	border-top: 0px dashed #ddd;
}

#single-nav{
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}

#single-nav-left,
#single-nav-right {
	float: left;
	margin-left: 10px;
}

#single-nav a{
	font-size: 150%;
	color: #6bbdc1;
	padding: 12px 10px;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#single-nav-left a:hover,
#single-nav-right a:hover{
    color: #FFF;
	font-style: italic;
}

#single-nav-left a span{
	margin-right: 4px;
}

#single-nav-right a span{
	margin-left: 4px;
	font-size: 12px;
}

/*------------------------------------------------------------------------------------
15 - Entries
-------------------------------------------------------------------------------------*/
.loop-entry{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}

.loop-entry h2{
	margin: -5px 0 0;
	font-size: 18px;
}

.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin: 0 0 10px;
}

.loop-entry-meta span{
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}

.loop-entry-meta span:first-child{
	margin-left: 0;
}

/*------------------------------------------------------------------------------------
16 - Posts and Pages
-------------------------------------------------------------------------------------*/
.postwrap{
	float: left;
	width: 100%;
}

.post{
	float: left;
	width: 100%;
	margin:0 auto;
}

.sidebar-post{
	float: left;
	width: 70%;
	margin:0 auto;
}

.blogsidebar {
	float: left;
	width: 70%;
	margin:0 auto;
	display: inline-block;
}

.blogwrap {
	padding-top: 40px;
}

.blogwrap2 {
	padding-top: 20px;
}

.full-width{
	float: none !important;
	width: 100% !important;
}

.entry {
	padding-bottom: 50px;
}

.entry ul,

.entry ol {
    	margin-left: 30px;
    	margin-bottom: 10px;
	list-style: decimal;
}


.read-more {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 2px solid #ddd;
}

/*.read-more :last-child { border-bottom: none;  }*/

.read-more a { color: #45b39c; }

.read-more a:hover { color: #f87242; text-decoration: none; }

.avatar-title-meta	{
	width:100%;
}


.avatar
		{
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	vertical-align: top;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}

.title-meta
		{
	display: inline-block;
	width:65%;
	margin: 0 auto;
}

/*post meta */
.post-meta-blog{
	color: #999;
	margin: 0px 0 20px;
	text-align: center;
}
.post-meta-blog span{
	margin: 0 7px 0 0px;
}
.post-meta-blog span:first-child{
	margin-left: 0;
}


.post-meta{
	color: #999;
	margin: 0px 0 20px;
	text-align: center;
}
.post-meta span{
	margin: 0 7px 0 0px;
}
.post-meta span:first-child{
	margin-left: 0;
}


/*post thumb*/
.post-thumbnail{
	float: left;
	margin-right: 25px;
}


#in-post-thumbnail{
	margin-bottom: 15px;
/*	border: 4px solid #ddd;
	line-height: 0em
*/
}


/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
}
.post-tags span{
	margin-right: 5px;
	color: #999;
}
.post-tags a {
}

/*post tags*/
.tags {
    margin-right: 10px;
    margin-top: 30px;
}
.tags span{
	margin-right: 10px;
	color: #999;
}
.tags a {
}

/*------------------------------------------------------------------------------------
17 - Pagination
-------------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #444;
}


/*------------------------------------------------------------------------------------
18 - Comments
-------------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: -20px;
	font-size: 13px;
}
#comments{
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 0px dashed #ddd;
}
#comments span{
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #000;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.reply{
}
.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #45b39c;
}
.comment-meta  .comment-reply-link:hover{
	color: #2e8484;
	border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    	border: 1px solid #cecece;
    	outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #EDEDED; 
}
#commentform textarea {
    display: block;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#EDEDED;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 100%;
	line-height: 1.714285714;
	width: 100%;
	border:1px solid #cccccc;
	padding: 8px 8px 8px 8px;
	max-width: 100%;
	min-width: 100%;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-appearance: none;
}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	background: url("images/small-border.png") left top no-repeat;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}

/*buttons*/
input[type="clean-button"],
#commentSubmit {
	font-size: 16px;
	display: inline-block;
	background: #45b39c;
	color: #fff;
	height: 45px;
	letter-spacing: 1px;
	border: 0;
	outline: 0;
	cursor: pointer;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
}
input[type="clean-button"]:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #f87242;
}
input[type="clean-button"]:active,
#commentSubmit:active {
}

#searchsubmit {
	font-size: 16px;
	display: inline-block;
	background: #45b39c;
	color: #fff;
	height: 37px;
	letter-spacing: 1px;
	border: 0;
	outline: 0;
	cursor: pointer;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
}

#searchsubmit:hover {
	text-decoration: none;
	background: #f87242;
	-webkit-appearance: none;
}

#searchform {
   	display: inline-block;
	color: #666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#EDEDED;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 1.714285714;
	width: 100%;
	border:0px solid #cccccc;
	padding: 0px 0px 0px 0px;
}

/*------------------------------------------------------------------------------------
19 - Sidebar
-------------------------------------------------------------------------------------*/
#sidebar {
	width: 25%;
	float: right;
}
.sidebar-box {
	margin-bottom: 30px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-top: 100px;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 100%;
	border-bottom: 1px solid #eee;
	border-top: 0px solid #eee;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.sidebar-box li{
	margin-bottom: 4px;
	list-style-type: none;
	padding: 0px;
}

#leftsidebar {
	width: 50%;
	float: left;
	padding-right: 10px
}

#rigthsidebar {
	width: 50%;
	float: right;
	padding-left: 10px
}

#sidebar-one,
#sidebar-two,
#sidebar-three,
#sidebar-four {
	width: 225px;
	float: left;
	border: 0px solid #eee;
	margin-right: 20px;

}

#sidebar-four{
	margin: 0;
}

.sidebar-container {
	width: 100%;
}

/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}


/*------------------------------------------------------------------------------------
20 - Footer/Copyright
-------------------------------------------------------------------------------------*/

#footer{
	background: #202020;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.7;
	border-top: 0px solid #F4F3EF;
	border: 0px solid #FFF;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}

#footer ul li {
	margin-left: 0px !important;
	list-style-type: none;
	padding: 0px;
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
	width: 225px;
	margin-right: 20px;
}
#footer-four{
	margin: 0;
}


.footer-widget{
	color: #CCCCCC;
	margin: 25px 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 13px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/*footer bottom*/
#footer-bottom{
	background: #202020;
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 1px solid #444444;
}
#footer-bottom a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom a:hover{
	color: #fff;
}


/*footer bottom*/
#footer-bottom2{
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 0px solid #444444;
	text-align: center;
}
#footer-bottom2 a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom2 a:hover{
	color: #45b39c;
}

#copyright {
	margin: 0 auto;
    font-size: 12px;
	color:#666;
	text-align: center;
}

#copyright a{
	color: #ccc;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
}

#footer-menu {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    padding: 0px;
	color:#555;
}

.centerUL {
        margin: 2px auto;
        line-height: 1.4;
	display: inline;
        text-align: center;
    }


ul.centerUL {
        margin: 2px auto;
        line-height: 1.4;
    }

.centerUL li {
        display: inline;
        text-align: center;
        padding: 0 10px;
    }

#back-to-top{
	position: relative;
	float: right;
	font-size: 12px;
	text-align: right;
}


/*------------------------------------------------------------------------------------
21 - Search Bar
-------------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
	width: 100%;
    	padding: 0px 0px 0px 10px;
    	outline: none;
    	border: 1px solid #ddd;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}
#search:focus { }


/* General styles for all menus */
 
.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}
 
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}
 
.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
 
.cbp-spmenu a:hover {
    background: #258ecd;
}
 
.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}
 
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
 
.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
}
 
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
 
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}
 
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}
 
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
    left: -240px;
}
 
.cbp-spmenu-right {
    right: -240px;
}
 
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
 
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
 
/* Horizontal menu that slides from the top or bottom */
 
.cbp-spmenu-top {
    top: -150px;
}
 
.cbp-spmenu-bottom {
    bottom: -150px;
}
 
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}
 
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
 
/* Push classes applied to the body */
 
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
 
.cbp-spmenu-push-toright {
    left: 240px;
}
 
.cbp-spmenu-push-toleft {
    left: -240px;
}
 
/* Transitions */
 
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #1E1D1D;
    border: 4px solid #F4F3EF;
    border-radius: 5px;
    bottom: 60px;
    color: #45b39c;
    content: attr(title);
    left: -20px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 60px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.tooltip:hover:before{
    border: solid;
    border-color: #fff transparent;
    border-width: 10px 10px 0 10px;
    bottom: 53px;
    content: "";
    left: 16px;
    position: absolute;
    z-index: 99;
}

/* General button style (reset) */
.btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 50px;
	display: inline-block;
    	margin-left: auto;
    	margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	margin:10px;
	width:260px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 6 */
	.btn-6 {
	color: #fff;
	background: #FF6600;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
top: 2px;
}


/* Button 6c */
.btn-6c {
	border: 4px solid #FF6600;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #FF6600;
}



.animated {
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-ms-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-ms-transform: translateY(0);}
    40% {-ms-transform: translateY(-30px);}
    60% {-ms-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
 
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}


@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}



@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}



/* latest work section starts */

.latestworkwrap1
{
	max-width: 100%;
	padding-top: 0px;
	margin-top: 0px;	
/*	background-color: #1ABC9C; */
}

.latestwork2
{
	margin: 0 auto;
	max-width: 960px;
	padding: 0 0;
}

.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 30px 0 30px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
	padding-bottom: 0px;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 15px;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #eaeaea;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -100px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #dddddd;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #344e5d;
	box-shadow: 0 0 0 0px #45B39C;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/* latest work section ends */


/* comments section starts */
.cbp-fwslider2 {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 20px 0 30px;
}

.cbp-fwslider2 ul {
	margin: 0;
	padding: 0;
/* 	white-space: nowrap; */
	list-style-type: none;
}

.cbp-fwslider2 ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.cbp-fwslider2 ul li > a,
.cbp-fwslider2 ul li > div {
	display: block;
	text-align: center;
	outline: none;
	max-width: 100%;
}

.cbp-fwslider2 ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider2 nav span {
	position: absolute;
	top: 50%;
	width: 0px;
	height: 0px;
	background: #344e5d;
	color: #fff;
	font-size: 0px;
	text-align: center;
	margin-top: -50px;
	line-height: 0px;
	cursor: pointer;
	font-weight: normal;
	display: none;
}

.cbp-fwslider2 nav span:hover {
	display: none;
	background: #344e5d;
}

.cbp-fwslider2 nav span.cbp-fwnext {
	right: 0px;
	display: none;
}

.cbp-fwslider2 nav span.cbp-fwprev {
	left: 0px;
	display: none;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #344e5d;
	box-shadow: 0 0 0 0px #344e5d;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.cbp-fwslider2 .italic-comments {
	font-style: italic;	color: #EEEEEE;	margin-bottom: 10px;
}

.quotewrap1
{
	max-width: 100%;
	background-color: #57baa5;		
	color: #FBFBFB;
}

.quotewrap
{
	max-width: 100%;
}	

.quotewrap2
{
	margin: 0 auto;
	max-width: 960px;
	padding: 0 0;
}



/* comments section ends */




/* Services grid Starts */

.services-grid {
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0;
}
 
/* Clear floats */
.services-grid:before,
.services-grid:after {
    content: " ";
    display: table;
}
 
.services-grid:after {
    clear: both;
}
 
/* grid item */
.services-grid li {
    width: 33%;
    float: left;
    height: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    list-style-type: none;
    padding-bottom: none;
}
 
/* we are using a combination of borders and box shadows to control the grid lines */
.services-grid li:nth-child(-n+3){
    border-top: none;
}
 
.services-grid li:nth-child(3n-1),
.services-grid li:nth-child(3n-2) {
    box-shadow: 1px 0 0 #ddd;
}
 
/* anchor style */
.services-grid li > a {
    display: block;
    height: 100%;
   	color: #344e5d;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}


/* image element */
.services-image {
    margin: 10px 0px -10px 0px;
}


/* title element */
.services-grid .services-title {
    padding: 0px 20px 0 20px;

}

/* content element */
.services-content {
    padding: 5px 20px 0 20px;
    position: relative;
}


 
.services-grid .services-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #344e5d;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}


/* Services grid Ends */




/* Latestposts grid Starts */

.latestposts-grid {
    list-style: none;
    padding: 30px 0 50px 0;
    margin: 0;
}
 
/* Clear floats */
.latestposts-grid:before,
.latestposts-grid:after {
    content: " ";
    display: table;
}
 
.latestposts-grid:after {
    clear: both;
}
 
/* grid item */
.latestposts-grid li {
    width: 33%;
    float: left;
    height: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
	list-style-type: none;
}
 
/* we are using a combination of borders and box shadows to control the grid lines */
.latestposts-grid li:nth-child(-n+3){
    border-top: none;
}
 
.latestposts-grid li:nth-child(3n-1),
.latestposts-grid li:nth-child(3n-2) {
    box-shadow: 1px 0 0 #ddd;
}
 
/* anchor style */
.latestposts-grid li > a {
    display: block;
    height: 100%;
   	color: #344e5d;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}


/* image element */
.latestposts-image {
    margin: 10px 0px -10px 0px;
}


/* title element */
.latestposts-grid .latestposts-title {
    padding: 0px 20px 0 20px;

}

/* content element */
.latestposts-content {
    padding: 5px 20px 0 20px;
    position: relative;
}


 
.latestposts-grid .latestposts-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #344e5d;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}


/* Latestposts grid Ends */


.peoplewrap1
{
	max-width: 100%;
/*	background-color: #ECF0F1; */

}


.peoplewrap2
{
	margin: 0 auto;
	max-width: 960px;
	padding: 0 0;
}


/* People grid Starts */

.people-grid {
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0;
}
 
/* Clear floats */
.people-grid:before,
.people-grid:after {
    content: " ";
    display: table;
    padding: 40px 0px 0px 0px;
}
 
.people-grid:after {
    clear: both;
}
 
/* grid item */
.people-grid li {
    width: 33%;
    float: left;
    height: 100%;
    text-align: center;
    border-top: 1px solid #000000;
    list-style-type: none;
    padding-bottom: none;
}
 
/* we are using a combination of borders and box shadows to control the grid lines */
.people-grid li:nth-child(-n+3){
    border-top: none;
}
 
.people-grid li:nth-child(3n-1),
.people-grid li:nth-child(3n-2) {
    box-shadow: 1px 0 0 #ddd;
}
 
/* anchor style */
.people-grid li > a {
    display: block;
    height: 100%;
   	color: #4E4E4E;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

 
/* title element */
.people-grid .people-title {
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
 
.people-grid .people-title:before {
    content: '';
    position: absolute;
    background: #344e5d;
    width: 160px;
    height: 6px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
 
.people-grid .people-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #4E4E4E;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}
 
.people-grid li:hover .people-category,
.touch .people-grid li .people-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
 
/* Hover styles */
 
.people-grid li > a:hover {
    background: ;
}
 
.people-grid li > a:hover .people-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
 
.people-grid li > a:hover .people-icon:before,
.people-grid li > a:hover .people-title {
    color: #4E4E4E;
}
 
.people-grid li > a:hover .people-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
 
.people-grid li > a:hover .people-title:before {
    background: #344e5d;
    margin-top: 53px;
}


.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,255,255, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.tint:hover:before {
	background: none;
}


.circular-image img {
               width: 200px;
               height: 200px;
               -webkit-border-radius: 100px;
               -moz-border-radius: 100px;
               -ms-border-radius: 100px;
               -o-border-radius: 100px;
                border-radius: 100px;
                box-shadow: 0px 0px 0px 0px #4E4E4E;
                              }

/* People grid Ends */


/*------------------------------------------------------------------------------------
20 - Front Page Starts
-------------------------------------------------------------------------------------*/
.callout-section {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: 1px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.recentposts-image {
	margin-top: 10px;
    margin-left: 5%;
    max-width: 90%;
	margin-bottom: 0px;
	border-bottom: 0px solid #DDDDDD;
}


.latestposts {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: 0px solid #DDDDDD;
}

.services {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: 0px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	text-decoration: italic;
}



.people {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 0px;
	border-top: 1px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	text-decoration: italic;
}

.portfolio{
	margin-top: 0px;
	text-align: center;
	padding-bottom: 50px;
	border-top: 0px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	text-decoration: italic;
}

.latestworksection{
	margin-top: 0px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
	border-top: 0px solid #DDDDDD;
}

.pricing{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	text-decoration: italic;
}

.nonothing	{
	text-decoration: italic;
	font-size: 20px;
}



.quotes{
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 0px;
	border-bottom: 0px solid #DDDDDD;
}

.callout-section-h1 {
	text-align: center;
}

.callout-section-text {
	text-align: center;
	text-decoration: italic;
}


.heading-section {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: 6px solid #DDDDDD;
	background-color: #EDEDED;
}

.heading-section-h1 {
	text-align: center;
}

.heading-section-text {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}



/*-----------------------------------------------------------------------------------*
/* = Contact form
/*-----------------------------------------------------------------------------------*/

#contact_frm {
	margin-top: 10px;
}
#contact_frm h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#contact_frm h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#contact_frm form {
	margin: -50px 0px 0px 0px;
}
#contact_frm form p {
	margin: 11px 0;
}
#contact_frm form p.logged-in-as {
	margin-bottom: 24px;
}
#contact_frm form label {
	display: block;
	line-height: 1.714285714;
}
#contact_frm form input[type="text"],
#contact_frm form textarea {
	background-color: #EDEDED;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 100%;
	line-height: 1.714285714;
	width: 100%;
	border:1px solid #cccccc;
	padding: 8px 8px 8px 8px;
}

}
#contact_frm form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}

#container{position:relative; width:100%; overflow:hidden;}
.box{position:relative; width:100px; height:100px; margin: 10px;
     float:left; overflow: hidden; position: relative;}
.box1{background-color:Red;}
.box2{background-color:blue;}
.box3{background-color:orange;}
.box4{background-color:purple;}


.humanverification
{
width:50%;
display: inline-block;
margin-top:-10px;

}

.submit
{
margin-top:-10px;
float:right;
display: inline-block;
-webkit-appearance: none;
}





 
/*--------------------------------------------------------------------*/
/* Portfolio */
/*--------------------------------------------------------------------*/
ul.photogal li {
/*  width: 19.92%; */
  float: left;
  margin-bottom: 10px;
  list-style-type: none;
}

  ul.photogal li a {
    width: 100.1%;
    display: block;
    color: #666666;
}

    ul.photogal li a img {
      display: block;
/*    margin: 30px 40px 0px 40px; 
      max-width: 100.1%; */
      height: auto;
      width: auto;
      margin: 0 auto;
      margin-bottom: 10px;
      /* ie8 */ }

    ul.photogal li a:hover {
        border-right: 0px solid #82bcba;
        border-bottom: 0px solid #82bcba; }

.portimmargin2by {
    margin: 30px 40px 0px 40px;
    max-width: 400px;
}

.portimmargin2by a:hover:after{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.05);
}

.portimmargin3by {
    margin: 10px 10px 0px 10px;
    max-width: 300px;
}

.portimmargin3by a:hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.05);
    padding-bottom: 100px;
}

.portimmargintitle {
	font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0px solid #82bcba;
    width: 100%;
}

.portimmargindescript
{
	position: relative;
	top: -10px;

}

ul#filters {
  	overflow: hidden;
  	width: auto;
  	margin: 20px 20px 0px 20px; 
  	padding-top: 10px;
  	margin:0 auto;
}

  ul#filters li {

    margin: 0 0 20px 0; 
	display: inline-block;
	text-align: center;

	}

    ul#filters li a {
      background: none repeat scroll 0 0 #45B39C;
      border-bottom: 0 solid #79AEAC;
      border-radius: 5px 5px 5px 5px;
      border-top: 0 solid #79AEAC;
      font-size: 90%;
      display: inline-block;
      padding: 0 17px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      border-top: 0px solid #79aeac;
      border-bottom: 0px solid #79aeac;
      margin:0 auto;
      margin: 0 5px;
      color: #fff;}

     ul#filters li a:hover {
        background: #f87242;
        border-right: 0px solid #82bcba;
        border-bottom: 0px solid #82bcba; }
 
.filtcent {
      margin:0 auto;
      border-bottom: 5px solid #82bcba;
     /* color: #f87242; */  }


/*--------------------------------------------------------------------*/
/*------------------------------------>>>>>>>>>>>>>  Isotope Animation*/
/*--------------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  -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: -o-transform, opacity;
  transition-property: transform, opacity; }
 
.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; }


.footer-widget_search .screen-reader-text {
    display:none;
}

.error{
                  padding: 5px 9px;
                  border: 1px solid red;
                  color: red;
                  border-radius: 3px;
                  margin-top: -50px;
                  margin-bottom: 70px;
                }

.success{
                  padding: 5px 9px;
                  border: 1px solid green;
                  color: green;
                  border-radius: 3px;
                  margin-top: -50px;
                  margin-bottom: 70px;
                }

form span{
                  color: red;
                }




ol.commentlist { list-style:none; margin:0 0 1em; padding-top: 20px; text-indent:0; }
ol.commentlist li { list-style-type: none; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:3px solid #45B39C; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; }
ol.commentlist li.comment div.comment-meta a { color:#45B39C; }
ol.commentlist li.comment p { font-size:14px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:14px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:14px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { border-left:5px solid #45B39C; 
margin-top: 20px;
}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#gmaps {
height:250px;
width:100%;
margin-below: 10px;
}

#contactSubmit {
    background: none repeat scroll 0 0 #45B39C;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 16px;
    height: 45px;
    letter-spacing: 1px;
    margin: -58px 0 0;
    outline: 0 none;
}

#contactSubmit:hover {
	text-decoration: none;
	background: #f87242;
}

#scroller {
    background-color: #344E5D;
    border-bottom: 10px solid #DDDDDD;
    z-index: 20000;
    position: relative;
    width: 100%;
}
#scrolleranchor img{
width: auto;
height: auto;
	}
#logo img {
	border-radius: 0px;
}
address {font-style:italic;font-weight:bold;}
cite {font-style:italic;font-weight:bold;}
address {font-style:italic;font-weight:bold;}
abbr {font-style:italic;font-weight:bold;}
cite {font-style:italic;font-weight:bold;}
code {font-style:italic;font-weight:bold;}
keyboard {font-style:italic;font-weight:bold;}
sub {position: relative;top: 0.4em;font-size:80%;}
sup {position: relative;top: -0.5em;font-size:80%;}
var {font-style:italic;font-weight:bold;}
button{
    background: none repeat scroll 0 0 #45B39C;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 16px;
    height: 45px;
    letter-spacing: 1px;
    outline: 0 none;
	color: #FFFFFF;
}
button:hover {
	text-decoration: none;
	background: #f87242;
	color: #FFFFFF;
}

.page-numbers{
    background: none repeat scroll 0 0 #45B39C;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    height: 45px;
    letter-spacing: 1px;
    outline: 0 none;
	padding: 10px;
	color: #FFFFFF;
}

.page-numbers:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #f87242;
}