@charset "utf-8";
/*

	Template Name: Lucky Blue
	Template URI: http: //templates.persitheme.com/luckyblue/
	Description: Lucky Blue Template
	Version: 1.0.0
	License: GNU General Public License
	License URI: license.txt
	Author: PersianArt 
	Author URI: http: //www.PersiTheme.com/


1- General
2- Header / #header
3- Main / #main
4- Footer / #footer-wrapper
5- Sidebar / .sidebar
6- Post & Portfolio
	6-1 Post / .post-item-wrapper
	6-2 Portfolio / .portfolio-filter
	6-3 Zoom icon / .featured-thumbnail > a
7- Contact Page/Form / *::-webkit-input-placeholder
8- Back to top / #backtotop
9- Short Codes
	9-1 Accordion & Toggle / .pa-accordion
	9-2 Block Quote / .blockquote
	9-3 Button / .normal-button
	9-4 Client / .clients-shortcode
	9-5 Contact Info / .contact-info
	9-6 Counter / .counter-item
	9-7 Divider / .divider-wrapper
	9-8 Dropcap / .dropcaps
	9-9 FAQ / .faq_list dt
	9-10 Frame / .shortcodeframe-wrapper
	9-11 Highlight / .highlight
	9-12 List / .list
	9-13 Message Box / .message-box
	9-14 Personnel / .personnel-shortcode
	9-15 Posts & Portfolio / .posts.shortcode
	9-16 Price Table / .pa-price-table
	9-17 Progress Bar / .progress-bar-wrapper
	9-18 Services / .service-1
	9-19 Slider / .shortcodeslider-wrapper
	9-20 Step / .step-item
	9-21 Stunning Text / .stunningtext
	9-22 Tab / .pa-tabs
	9-23 Table / .table
	9-24 Testimonial / .testimonial-wrapper
	9-25 Twitter / .twitter-shortcode-wrapper
10 inline style for pages


/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/

*:: selection {
	color: #ffffff;
	background-color: #179e1d;
}
*:: -moz-selection {
	color: #ffffff;
	background-color: #179e1d;
}
body {
	margin: 0;
	padding: 0;
	color: #696f78;
	background-color: #fff;
	font: 16px/24px "Roboto", sans-serif;
	font-weight: 300;
}
.body-background {
	overflow: hidden;
}
.body-wrapper {
	overflow: hidden;
	position: relative;
	-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 10px rgba(0, 0, 0, .2);
}
.body-wrapper.boxed {
	width: 1300px;
	margin: 0  auto;
}
a {
	color: #179e1d;
	text-decoration:none;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: color, background-color, border-color;
	-moz-transition-property: color, background-color, border-color;
	-o-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
}
a:focus,
a:hover,
a:active {
	color: #373a3f;
}
a.reverse {
	color: #373a3f;
}
a.reverse:hover {
	color: #179e1d;
}
a.read-more {
	padding: 0 10px 0 0 !important;
	background: url(../images/read-more.png) 100% 50% no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
a.read-more:hover {
	background-position: -100% 50%;
	padding: 0 0 0 10px;
}
img {
	border: none;
	outline: 0;
}
div, p, span {
	vertical-align: baseline;
}
p {
	margin-bottom:24px;
}
p:empty {
	display: none;
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol > li {
	list-style: decimal;
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: circle;
}
ul li {
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
}
dl dd {
	margin: 0 0 0 20px;
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
}
sub {
	vertical-align: sub;
	font-size: small;
}
sup {
	vertical-align: super;
	font-size: small;
}
code {
	font-family: monospace;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}
tr:first-child th,
tr:first-child td {
	border-top-style: solid;
	border-top-width: 1px;
}
tr th:first-child,
tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}
th,td {
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	padding: 0 5px;
}
th {
	font-weight: bold;
	text-align: left;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-color: #f0f0f0;
}
iframe, input, textarea, button {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
iframe {
	display: block;
}
input, select, textarea { 
	font-family: Arial, sans-serif;
	vertical-align: middle;
	font-weight: normal;
	outline: none;
}
select {
	display: block;
	padding: 8px 5px;
	height: 36px;
	width: 100%;
	color: inherit;
	border: 1px solid #f0f0f0;
	background: #fff url(../images/select.png) center right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
h1, h2, h3 ,h4 ,h5 ,h6 {
	color: #373a3f;
	font-family: "Roboto Condensed", serif;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 1px 1px 3px transparent;
	margin-bottom: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #179e1d;
}
h1.title,
h2.title,
h3.title {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.white-color {
	color: #fff !important;
}
.dark-color {
	color: #373a3f !important;
}
.skin-color {
	color: #179e1d;
}
.gray-color {
	color: #969aa0;
}
.body-color {
	color: #696f78;
}
.h-wrapper {
	float:left;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 0 0 60px;
}
.h-wrapper .line {
	display: block;
	width: 100%;
	height: 10px;
	margin: 9px 0 15px;
	background: url(../images/title-bg.png) center top no-repeat;
	border-bottom: 1px solid #f0f0f0;
}
.h-wrapper .icon {
	width: 100%;
	height: 60px;
	color: #179e1d;
	font-size: 48px;
}
.h-wrapper h1,
.h-wrapper h2,
.h-wrapper h3,
.h-wrapper h4,
.h-wrapper h5,
.h-wrapper h6 {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
}
.sub-title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	color: #696f78;
	padding: 21px 0 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
.sub-title.left {
	text-align: left;
}
.sub-title.right {
	text-align: right;
}
.container_1 {
	float: left;
	width: 100px;
}
.container_2 {
	float: left;
	width: 200px;
}
.container_3 {
	float: left;
	width: 300px;
}
.container_4 {
	float: left;
	width: 400px;
}
.container_5 {
	float: left;
	width: 500px;
}
.container_6 {
	float: left;
	width: 600px;
}
.container_7 {
	float: left;
	width: 700px;
}
.container_8 {
	float: left;
	width: 800px;
}
.container_9 {
	float: left;
	width: 900px;
}
.container_10 {
	float: left;
	width: 1000px;
}
.container_11 {
	float: left;
	width: 1100px;
}
.space0 {
	height: 0;
}
.space5 {
	height: 5px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
.space30 {
	height: 30px;
}
.space35 {
	height: 35px;
}
.space40 {
	height: 40px;
}
.space45 {
	height: 45px;
}
.space50 {
	height: 50px;
}
.space55 {
	height: 55px;
}
.space60 {
	height: 60px;
}
.space65 {
	height: 65px;
}
.space70 {
	height: 70px;
}
.space75 {
	height: 75px;
}
.space80 {
	height: 80px;
}
.space85 {
	height: 85px;
}
.space90 {
	height: 90px;
}
.space95 {
	height: 95px;
}
.space100 {
	height: 100px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.font8 {
	font-size: 8px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
.font30 {
	font-size: 30px;
}
.font36 {
	font-size: 36px;
}
.font48 {
	font-size: 48px;
}
.font60 {
	font-size: 60px;
}
.fontlight {
	font-weight: 300;
}
.fontbold {
	font-weight: 700;
}
.fontblack {
	font-weight: 900;
}
.block {
	display: block;
}
.inlineblock {
	display: inline-block;
}
.hide,
.display-none {
	display: none;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.row {
	float: left;
	width: 100%;
	background-attachment: fixed !important;
}
.business-hours {
	padding: 0;
	margin: 0;
	list-style: none;
}
.business-hours li {
	background: url(../images/clock.png) 0 center no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}
.business-hours li strong {
	font-size: 13px;
}
.welcome-text1 {
	font-size: 215px;
	line-height: 194px;
	margin-left: -10px;
}
.welcome-text2 {
	font-size: 30px;
	font-weight: 300;
}
.box1-text1 {
	float: left;
	color: #696f78;
	font-size: 60px;
	margin: 20px 0 0 40px;
}
.box1-text2 {
	float: left;
	color: #696f78;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-left: 40px;
}
.box4-text1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	color: #696f78;
	margin-bottom: 25px;
}
.box5-text1 {
	font-size: 36px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 41px;
}




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

#header {
	background-color: #fff;
}
#topbar-wrapper {
	background-color: #373a3f;
}
#topbar {
	font-size: 11px;
	padding: 10px 0;
}
#top-nav {
	padding: 0;
	list-style: none;
	display: block !important;
}
#top-nav a {
	color: inherit;
}
#top-nav a:hover {
	text-decoration: none;
	color: #fff;
}
#top-nav > li {
	display: inline-block;
}
#top-nav > li .separate {
	margin: 0 8px;
}
#top-nav > li:first-child .separate {
	display: none;
}
#logo-wrapper {
	float: left;
	margin-top: 20px;
}
#logo-wrapper a {
	display: inline-block;
}
#logo-wrapper img {
	float: left;
}
.social-icon {
	display:inline-block;
	margin: 0 8px 10px;
	position: relative;
}
.social-icon a {
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	padding: 0;
	color: #696f78;
	background-color: transparent;
	border: 2px solid #696f78;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.social-icon a:hover {
	color: #fff;
	border-color: #fff;
}
.social-icon a.dark {
	color: #373a3f;
	border-color: #373a3f;
}
.social-icon a.dark:hover {
	color: #696f78;
	border-color: #696f78;
}
.social-icon.delicious a:before {
	content: "\e90f";
}
.social-icon.deviantart a:before {
	content: "\e8f5";
}
.social-icon.digg a:before {
	content: "\eac7";
}
.social-icon.facebook a:before {
	content: "\e7a1";
}
.social-icon.flickr a:before {
	content: "\e8ea";
}
.social-icon.google a:before {
	content: "\e8d9";
}
.social-icon.lastfm a:before {
	content: "\e90d";
}
.social-icon.linkedin a:before {
	content: "\e6c6";
}
.social-icon.myspace a:before {
	content: "\eac8";
}
.social-icon.picasa a:before {
	content: "\eac1";
}
.social-icon.pinterest a:before {
	content: "\e6b8";
}
.social-icon.rss a:before {
	content: "\e694";
}
.social-icon.stumbleupon a:before {
	content: "\eaae";
}
.social-icon.tumblr a:before {
	content: "\e901";
}
.social-icon.twitter a:before {
	content: "\e8e0";
}
.social-icon.vimeo a:before {
	content: "\e8e8";
}
.social-icon.youtube a:before {
	content: "\e744";
}
.social-icon.instagram a:before {
	content: "\e74a";
}
.social-wrapper {
	margin: 20px 0 15px;
	position: relative;
	text-align: center;
}
.social-wrapper.left {
	text-align: left;
}
.social-wrapper.right {
	text-align: right;
}
.social-wrapper ul {
	padding: 0;
	list-style: none;
	display: inline-block;
}
.social-wrapper .social-icon a {
	width: 40px;
	height: 40px;
}
.logo-info-wrapper {
	overflow: hidden;
}
.top-info {
	min-height: 20px;
	margin: 10px 0;
}
.top-info .phone {
	display: inline-block;
	text-align: right;
	margin-left: 15px;
	padding-left: 22px;
	background: url(../images/icons/info/phone.png) no-repeat;
}
.top-info .email {
	display: inline-block;
	text-align: right;
	padding-left: 22px;
	background: url(../images/icons/info/email.png) no-repeat;
}
#header-down {
	position: relative;
	margin: 0 auto;
}
#menu-wrap {
	position: relative;
}
.stuck {
	position: fixed;
	left: 0;
	width: 100% !important;
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	z-index: 999;
}
#menu-wrapper {
	position: relative;
	float: right;
	min-height: 80px;
	text-align: center;
	z-index: 999;
}
#menu-wrapper select {
	display: none;
	margin-top: 22px;
}
#slider-wrapper {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 39px;
	background-color: #373a3f;
}
#slogan-wrapper {
	margin: 0 auto;
	background: #f0f0f0 url(../images/slogan-bg.png) center top no-repeat;
}
#slogan {
	position: relative;
	height: 115px;
	padding: 20px 0 0;
	overflow: hidden;
	font-size: 24px;
	font-style: italic;
	line-height: 75px;
	color: #696f78;
	font-family: "PT Sans", sans-serif;
}
#slogan .slogan-control {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	float: left;
	margin-top: -30px;
	z-index: 9;
}
#slogan .slogan-next {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/slogan-nav.png) 0 0 no-repeat;
}
#slogan .slogan-prev {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/slogan-nav.png) 0 -30px no-repeat;
}
#slogan .slogan-next:hover {
	background-position: -30px 0;
}
#slogan .slogan-prev:hover {
	background-position: -30px -30px;
}
#slogan ul{
	padding: 0;
}
#slogan ul li {
	list-style: none;
	text-align: center;
}
#breadcrumb-wrapper {
	min-height: 36px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.breadcrumbs {
	margin: 0 auto;
	padding: 6px 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs > a,
.breadcrumbs > span {
	padding: 0 3px;
}
.breadcrumbs > span:first-child {
	padding: 0 3px 0 0;
}




/*-----------------------------------------------------------------------------------*/
/*	Main
/*-----------------------------------------------------------------------------------*/

#main {
	position: relative;
	float: left;
	width: 100%;
	padding:60px 0 0;
	margin: 0 auto;
	background-color: #fff;
}
.content {
	clear: both;
	min-height: 1px;
}
section.row > article {
	padding: 90px 0 0;
}
.sub-section {
	min-height: 480px;
	background-color: #f0f0f0;
	background-attachment: fixed !important;
	background-position: 50% 0;
}
.page-comment {
	margin-top: 40px;
}




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

#footer-wrapper {
	float: left;
	width: 100%;
}
#footer-wrapper a {
	color: #686868;
}
#footer-wrapper a:hover {
	color: #179e1d;
}
#footer-wrapper .footer-top-wrapper {
	overflow: hidden;
	padding: 40px 0 0;
	background-color: #f0f0f0;
}
#footer-wrapper .widget > h3 {
	margin-bottom: 30px
}
#footer-wrapper .footer-bot-wrapper {
	overflow: hidden;
	padding: 50px 0;
	background-color: #373a3f;
}
#footer-wrapper .footer-bot-wrapper a {
	color: inherit;
}
#footer-wrapper .footer-bot-wrapper a:hover {
	color: #fff;
}
#footer-wrapper .footer-contact {
	height: 280px;
}
#copyright img {
	vertical-align: middle;
}
#copyright .copmiddle {
	text-align: center;
	overflow: hidden;
	line-height: 30px;
}
#copyright .copleft {
	text-align: left;
	overflow: hidden;
	line-height: 30px;
	float: left;
	padding: 0 0 0 10px;
}
#copyright .copright {
	text-align: right;
	overflow: hidden;
	line-height: 30px;
	float: right;
	padding: 0 10px 0 0;
}
#footer-menu.menu {
	display: block !important;
	padding: 0;
	list-style: none;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li .separate {
	margin: 0 10px;
}
#footer-menu li:first-child .separate {
	display: none;
}




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

.sidebar {
	min-height: 1px;
}
.sidebar a {
	color: #179e1d;
}
.sidebar .widget > h3 {
	margin: 0 0 10px;
}
.sidebar .footer-item {
	margin-bottom: 30px;
}
.sidebar a:hover {
	text-decoration: underline;
}
.bothleft {
	left: -600px;
}
.bothright {
	left: 0;
}
.bothmiddle {
	left: 300px;
}
.sidebarleft.border {
	padding-right: 29px;
	border-right: 1px solid #e4e4e4;
}
.sidebarright.border {
	padding-left: 29px;
	border-left: 1px solid #e4e4e4;
}




/*-----------------------------------------------------------------------------------*/
/*	Post & Portfolio
/*-----------------------------------------------------------------------------------*/

.featured-thumbnail-wrapper {
	position: relative;
	-webkit-box-shadow: 0 0 5px transparent;
	-moz-box-shadow: 0 0 5px transparent;
	box-shadow: 0 0 5px transparent;
}
.posts .featured-thumbnail,
.ports .featured-thumbnail {
	position: relative;
}




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

.post-item-wrapper {
	width: 100%;
	float: left;
	padding-left: 0;
	list-style: none;
}
.posts.fullstyle,
.posts.halfstyle {
	margin-bottom: 40px;
	overflow: hidden;
}
.date-wrap {
	overflow: hidden;
	font-size: 18px;
	font-style: italic;
	font-family: "PT Sans", sans-serif;
	text-align: center;
	color: #373a3f;
}
.posts .date-wrap {
	font-style: normal;
	text-align: left;
	margin-bottom: 24px;
}
.single-post .older-newer {
	border-top: 1px solid #f0f0f0;
}
.single-post .date-wrap {
}
.posts h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	line-height: 30px;
}
.posts .post-content {
	padding-top: 40px;
	margin-bottom: 30px;
	overflow: hidden;
}
.posts .pagelink {
	clear: both;
	padding-top: 15px;
}
.posts .pagelink a {
	padding: 0 2px;
}
.posts.fullstyle h2 {
	min-height: 30px;
	padding: 15px 0;
	margin-bottom: 0;
	clear: both;
	font-size: 40px
}
.grid_8 .posts.halfstyle h2,
.grid_6 .posts.halfstyle h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.posts.fullstyle .excerpt {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
.posts.halfstyle .excerpt {
	overflow: hidden;
}
.posts.halfstyle .featured-thumbnail-wrapper {
	margin-right: 20px;
}
.grid_12 .posts.halfstyle .featured-thumbnail-wrapper {
	float: left;
	width: 450px;
}
.grid_9 .posts.halfstyle .featured-thumbnail-wrapper {
	float: left;
	width: 300px;
}
.grid_6 .posts.halfstyle .featured-thumbnail-wrapper {
	float: left;
	width: 200px;
}
.post-icon {
	background: #373a3f url(../images/post-default.png) center no-repeat;
	float: left;
	width: 50px;
	height: 58px;
}
.post-icon.slider {
	background-image: url(../images/post-slider.png);
}
.post-icon.video {
	background-image: url(../images/post-video.png);
}
.post-info {
	position: relative;
	min-height: 34px;
	color: #373a3f;
	font-size: 11px;
	padding: 10px 0 10px;
	border: 1px solid #f0f0f0;
	border-width: 1px 0 0;
}
.post-info.tabove {
	margin-top: 30px;
}
.posts.fullstyle .post-info {
	margin-top: 0;
}
.posts.halfstyle .post-info-wrapper {
	margin-top: 25px;
	width: 100%;
	float: left;
}
.post-info a {
	color: inherit;
}
.post-info a:hover {
	text-decoration: underline;
}
.post-info span[class^="icon-"] {
    position: absolute;
	font-size: 13px;
	left: 0;
	top: 11px;
	color: #696F78;
}
.post-info .post-author {
	position: relative;
	min-height: 25px;
	padding: 6px 15px 0 20px;
	display: inline-block;
	float: left;
}
.post-info .post-tags {
	position: relative;
	min-height: 25px;
	padding: 6px 15px 0 20px;
	display: inline-block;
	float: left;
}
.post-info .post-tags span[class^="icon-"] {
}
.post-info .post-comment {
	position: relative;
	min-height: 25px;
	padding: 6px 15px 0 20px;
	display: inline-block;
	float: left;
}
.post-info .post-comment span[class^="icon-"] {
}
.author-info {
	position: relative;
	padding: 0 0 19px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f0f0f0;
}
.author-info h3 {
	margin-bottom: 10px;
}
.author-info h3 a {
	color: #179e1d;
}
.author-info .authorDescription {
	overflow: hidden;
}
.author-info img {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	border: 1px solid #f0f0f0;
}
.posts-link a {
	font-size: 13px;
	float: right;
	padding: 7px 0 0 0;
}
#social-share {
	overflow: hidden;
	clear: both;
	margin-bottom: 60px;
	padding: 25px 20px;
	color: #373a3f;
	border: 1px solid #f0f0f0;
}
.social-share {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
}
.social-share a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #373a3f;
	background-color: #f0f0f0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.social-share a:hover {
	background-color: #fff !important;
}
.social-share.delicious a:before {
	content: "\e90f";
}
.social-share.digg a:before {
	content: "\eac7";
}
.social-share.facebook a:before {
	content: "\e7a1";
}
.social-share.google a:before {
	content: "\e8d9";
}
.social-share.linkedin a:before {
	content: "\e6c6";
}
.social-share.myspace a:before {
	content: "\eac8";
}
.social-share.reddit a:before {
	content: "\e90b";
}
.social-share.stumbleupon a:before {
	content: "\eaae";
}
.social-share.twitter a:before {
	content: "\e8e0";
}
.older-newer {
	position: relative;
	min-height: 39px;
	clear: both;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	color: #afafaf;
	margin-bottom: 70px;
}
.older-newer a {
	color: inherit;
}
.older-newer a:hover {
	color: #179e1d;
}
.older-newer .older {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 13px 10px 0 0;
	z-index: 2;
}
.older-newer .newer {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 13px 0 0 10px;
	text-align: right;
	z-index: 2;
}
.related {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.related .related-content ul {
	padding-left: 0;
	list-style: none;
}
.posts .related .related-content li {
	position: relative;
	padding: 7px 0 6px 20px;
	border-bottom: 1px dotted transparent;
}
.posts .related .related-content li:before {
	content: "\ea7b";
	position: absolute;
	left: 0;
	top: 13px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.posts .related .related-content li a {
	color: inherit;
}
.posts .related .related-date {
	color: #179e1d;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 15px;
}
#ajax-blog-wrapper .spinner {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	font-size: 18px;
	color: #969aa0;
}
#ajax-blog-wrapper .spinner.spin {
	-webkit-animation: anim-rotate 1s infinite linear;
	animation: anim-rotate 1s infinite linear;
}
#ajax-blog {
	overflow: hidden;
}

/* Portfolio
---------------------------------------- */

.portfolio-filter {
	padding-left: 0;
	list-style: none;
}
#load-portfolio {
	margin: 0 10px 30px;
	text-align: center;
}
#load-portfolio li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#load-portfolio a {
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 18px;
	margin: 0 8px;
	color: inherit;
	background-color: #e9e9e9;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#load-portfolio a:hover,
#load-portfolio a.active {
	color: #fff;
	background-color: #373a3f;
}
.portfolio-item-wrapper {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.portfolio-item-wrapper .portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item-wrapper .portfolio-item.inline {
	float: none;
	display: inline-block !important;
	margin-right: 7px !important;
	position: static;
}
.portfolio-item:hover .featured-thumbnail img {
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.portfolio-item:hover .zoom-icon {
	background-color: #179e1d;
	opacity: 0.8;
}
.portfolio-item:hover .zoom-icon:before {
	top: 50%;
}
.portfolio-item-wrapper .portfolio-item-context {
	width: auto;
	color: #969aa0;
	text-align: center;
	float: none;
	padding-bottom: 15px;
	border: 1px solid #f0f0f0;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.portfolio-item-wrapper li:hover .portfolio-item-context {
	border-color: #179e1d;
}
.portfolio-item-wrapper .portfolio-item-context.left {
	text-align: left;
}
.portfolio-item-wrapper .portfolio-item-context.center {
	text-align: center;
}
.portfolio-item-wrapper .portfolio-item-context.right {
	text-align: right;
}
.portfolio-item-wrapper .portfolio-item-content-wrapper {
	overflow: hidden;
}
.portfolio-item-wrapper .grid_3 .featured-thumbnail {
	height: 140px;
}
.portfolio-item-wrapper .grid_4 .featured-thumbnail {
	height: 240px;
}
.portfolio-item-wrapper .grid_6 .featured-thumbnail {
	height: 300px;
}
.portfolio-item-wrapper .grid_12 .featured-thumbnail {
	height: 600px;
}
.portfolio-item-wrapper .grid_3.onesidebar .featured-thumbnail {
	height: 93px;
}
.portfolio-item-wrapper .grid_4.onesidebar .featured-thumbnail {
	height: 128px;
}
.portfolio-item-wrapper .grid_6.onesidebar .featured-thumbnail {
	height: 200px;
}
.portfolio-item-wrapper .grid_12.onesidebar .featured-thumbnail {
	height: 414px;
}
.portfolio-item-wrapper .grid_6.twosidebar .featured-thumbnail {
	height: 140px;
}
.portfolio-item-wrapper .grid_12.twosidebar .featured-thumbnail {
	height: 300px;
}
.portfolio-item-wrapper h2 {
	min-height: 20px;
	line-height: 20px;
	padding: 20px 0 10px !important;
	margin-bottom: 0 !important;
	font-size: 18px;
	font-weight: 300;
	color: #696f78;
}
.portfolio-item-wrapper .portfolio-item-icon-wrapper {
	overflow: hidden;
	text-align: center;
}
.portfolio-item-wrapper .portfolio-item-icon-wrapper > .icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
	color: #969aa0;
	border: 2px solid #969aa0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.portfolio-item-wrapper .portfolio-item-icon-wrapper > .icon:before,
.portfolio-item-wrapper .portfolio-item-icon-wrapper > .icon:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 3000px;
	background-color: #f0f0f0;
}
.portfolio-item-wrapper .portfolio-item-icon-wrapper > .icon:before {
	right: 50px;
}
.portfolio-item-wrapper .portfolio-item-icon-wrapper > .icon:after {
	left: 50px;
}
.portfolio-item-wrapper .portfolio-item-content {
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 0;
	clear: both;
}
.portfolio-item-wrapper.inline .portfolio-item-content {
	padding-top: 0;
}
.portfolio-item-wrapper .portfolio-item-content a {
	display: inline-block;
	margin-top: 0;
}
.portfolio-item.grid_12.sidebar .portfolio-item-content h2 {
	margin-top: 10px;
}
.portfolio-item-wrapper .portfolio-item-category {
	font-size: 14px;
	font-weight:300;
	font-family: "Roboto Condensed", serif;
	margin-top: 5px;
}
.portfolio-item-wrapper .portfolio-item-category a {
	color: inherit;
}
.portfolio-item-wrapper .portfolio-item-category a:hover {
	color: initial;
}
.portfolio-item-wrapper .normal-button {
	margin-top: 19px;
	margin-bottom: 0;
}
.portfolio-item-wrapper .left .normal-button {
	margin-left: 0;
	margin-right: 10px;
}
.portfolio-item-wrapper .right .normal-button {
	margin-left: 10px;
	margin-right: 0;
}
#port-content-wrapper {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
#port-content-wrapper.above {
	padding-top: 40px;
}
.ports.single {
	overflow: hidden;
}
.ports.single.titlebottom {
	margin-top:60px;
}
#port-details {
	overflow: hidden;
}
#port-details.grid_4 {
	margin-top: 0;
	height: 410px;
}
#port-details span.detail {
	display: block;
	font-size: 13px;
	color: #373a3f;
	padding: 0 0 10px;
}
.single-portfolio .older-newer {
	border-top: 1px solid #f0f0f0;
	margin-bottom: 60px;
}
.single-portfolio .older-newer.above {
	margin-bottom: 40px;
}

/* Zoom Icon
---------------------------------------- */

.featured-thumbnail > a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.featured-thumbnail img {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.featured-thumbnail > a .zoom-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.featured-thumbnail:hover .zoom-icon {
	background-color: #179e1d;
	opacity: 0.8;
}
.featured-thumbnail .zoom-icon:before {
	display: block;
	position: absolute;
	left: 50%;
	top: -50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.featured-thumbnail:hover .zoom-icon:before {
	top: 50%;
}
.portfolio-item .icon .none:before,
.featured-thumbnail > a .zoom-icon.none:before {
	content: "\e775";
}
.portfolio-item .icon .link:before,
.featured-thumbnail > a .zoom-icon.link:before {
	content: "\e685";
}
.portfolio-item .icon .magnify:before,
.featured-thumbnail > a .zoom-icon.magnify:before {
	content: "\e85b";
}
.portfolio-item .icon .picture:before,
.featured-thumbnail > a .zoom-icon.picture:before {
	content: "\e63a";
}
.portfolio-item .icon .video:before,
.featured-thumbnail > a .zoom-icon.video:before {
	content: "\e7af";
}
.portfolio-item .featured-thumbnail > a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.ports .related {
	margin: 0 0 80px;
}
.ports .related li {
	margin-bottom: 20px;
}
.ports .related li h3 {
	font-size: 18px;
	padding: 10px 0 0;
	margin-bottom: 0;
	overflow: hidden;
}
.ports .related .related-category {
	font-size: 11px;
}
.ports .related .related-date {
	color: #179e1d;
	margin: 0 6px 0 0;
}
.ports .related .related-tag a {
	color: inherit;
}
.ports .related .related-tag a:hover {
	text-decoration: underline;
}
.ports .related .zoom-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.ports .related .featured-thumbnail {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ports .related .featured-thumbnail:hover .zoom-icon {
	background-color: #373a3f;
}
.ports .related .zoom-icon.none:before {
	content: "\e614";
}
.ports .related .zoom-icon.slider:before {
	content: "\e832";
}
.ports .related .zoom-icon.video:before {
	content: "\ea48";
}




/*-----------------------------------------------------------------------------------*/
/*	Contact Page/Form
/*-----------------------------------------------------------------------------------*/

*::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    font-family: "PT Sans", seruf;
    color: #696f78;
}
*::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    font-family: "PT Sans", seruf;
    color: #696f78;
}
.google-map {
	position: relative;
	float: left;
	width: 100%;
}
.google-map iframe {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.google-map.close iframe {
	height: 0;
}
.google-map.top {
	margin: -90px 0 90px;
}
.google-map.grayfilter {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}
.google-map .sign-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -31px 0 0 -30px;
	cursor: pointer;
}
.google-map .sign-wrapper .sign {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 5px solid #f0f0f0;
	background-color: #fff;
	text-align: center;
}
.google-map .sign-wrapper .sign:before {
	color: #f0f0f0;
	font-size: 24px;
	line-height: 50px;
}
.google-map .sign-wrapper .sign:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -80px;
	display: block;
	width: 200px;
	height: 1px;
	background-color: #f0f0f0;
}
#contact-form-wrapper {
	margin-bottom: 80px;
}
#contact-form-wrapper label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
	color: #373a3f;
}
#contact-form-wrapper form > div {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 0 transparent;
	-moz-box-shadow: 1px 1px 0 transparent;
	box-shadow: 1px 1px 0 transparent;
}
#contact-form-wrapper .textarea {
	max-width: 100%;
}
#contact-form-wrapper .recaptcha,
#contact-form-wrapper .buttons {
	max-width: none;
	padding: 0;
	border: none;
	margin-bottom: 20px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contact-form-wrapper .recaptcha-error {
	color: #fff;
	background-color: #f00f00;
	padding: 2px 5px;
}
#contact-recaptcha input[type='text'] {
	border: 0 !important;
	margin: 0 !important;
	position: static !important;
}
#contact-form-wrapper input[type='text'] {
	width: 100%;
	height: 40px;
	padding: 9px;
	font-size: 13px;
	background-color: transparent;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-form-wrapper input[type='text']:focus {
	border-color: #179e1d;
}
#contact-form-wrapper textarea {
	width: 100%;
	height: 200px;
	padding: 9px;
	font-size: 13px;
	resize: none;
	background-color: transparent;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-form-wrapper textarea:focus {
	border-color: #179e1d;
}
#contact-form-wrapper .error-message {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px;
	font-size: 13px;
	line-height: 18px;
	color: red;
	background: pink;
	border: 1px solid pink;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-form-wrapper .error-message.php-message {
	position: static;
	height: 18px;
	color: red;
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-form-wrapper .wait {
	width: 16px;
	height: 16px;
	background: url(../images/loading.gif);
}
#contact-form-wrapper input[id='recaptcha_response_field'] {
	height: 30px;
}




/*-----------------------------------------------------------------------------------*/
/*	Back To Top
/*-----------------------------------------------------------------------------------*/

#backtotop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	border: 3px solid transparent;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .15);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 999;
}
#backtotop:hover {
	background-color: rgba(0, 0, 0, .4);
}
#backtotop .icon {
	line-height: 44px;
}





/*-----------------------------------------------------------------------------------*/
/*	Short Codes
/*-----------------------------------------------------------------------------------*/


/* Accordion & Toggle 
---------------------------------------- */

.pa-accordion,
.pa-toggle {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.pa-accordion li,
.pa-toggle li {
	margin-bottom: 10px;
	padding: 0 !important;
	background: none !important;
}
.pa-accordion li: last-child,
.pa-toggle li: last-child {
	border-bottom: none;
}
.accordion-head,
.toggle-head {
	overflow: hidden;
	padding: 11px 0 0;
	min-height: 29px;
	font-size: 12px;
	cursor: pointer;
	color: #373a3f;
	background-color: #fff;
	border-left: 5px solid #f0f0f0;
	border-right: 5px solid #f0f0f0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.accordion-head:hover,
.toggle-head:hover {
	color: #fff;
	background-color: #179e1d;
}
.active .accordion-head,
.active .toggle-head {
	border-color: #179e1d;
	background-color: #f0f0f0;
}
.active .accordion-head:hover,
.active .toggle-head:hover {
	color: #fff;
	background-color: #179e1d;
}
.accordion-content,
.toggle-content {
	padding: 15px 20px 0;
	overflow: hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	width: 22px;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	color: #f0f0f0;
	text-align: center;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.active .accordion-head-sign,
.active .toggle-head-sign {
	color: #373a3f;
}
.active .accordion-head:hover .accordion-head-sign,
.active .toggle:hover .toggle-head-sign {
	color: #fff;
}
.accordion-head p,
.toggle-head p {
	margin: 0 10px 11px 32px;
}

/* Block Quote
---------------------------------------- */

blockquote,
.blockquote {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 3px transparent;
	padding: 0 40px;
	margin: 0 0 20px;
	overflow: hidden;
	border-color: #f0f0f0;
}
.blockquote .sign-wrapper {
	position: relative;
	margin: 0 0 10px;
}
.blockquote .sign-wrapper .sign {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 5px solid #f0f0f0;
}
.blockquote .sign-wrapper .sign:before {
	color: #f0f0f0;
	font-size: 24px;
	line-height: 50px;
}
.blockquote .sign-wrapper .sign:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -80px;
	display: block;
	width: 200px;
	height: 1px;
	background-color: #f0f0f0;
}
.blockquote.left {
	width: 33%;
	float: left;
}
.blockquote.right {
	width: 33%;
	float: right;
}
.blockquote.quote1 {
	padding: 15px;
	margin: 0;
	border-left: 0;
	background-image: url(../images/quote-t1.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}
.blockquote.quote1 > .quote1 {
	padding: 20px;
	border-left: 0;
	background-image: url(../images/quote-b1.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.blockquote.quote2 {
	margin: 15px;
	border-left: 0;
	background-image: url(../images/quote-t2.png);
	background-repeat: no-repeat;
}
.blockquote.quote2 > .quote2 {
	padding: 20px;
	border-left: 0;
	background: url(../images/quote-b2.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.blockquote.quote3 {
	border-width: 1px 0;
	border-style: solid;
}
.quote3 {
	padding: 15px
}
.blockquote.quote4 {
	border-width: 0 3px;
	border-style: solid;
}
.quote4 {
	padding: 15px
}

/* Button
---------------------------------------- */

.normal-button,
input[type='submit'],
button {
	display: inline-block;
	min-width: 160px;
	height: 40px;
	padding: 0 24px;
	margin: 0 5px 24px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #373a3f;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
button {
	min-width: inherit;
}
input[type='submit'] {
	margin: 0;
}
.normal-button.small {
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 5px;
}
.normal-button.larg {
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding: 0 5px;
}
.normal-button.xlarg {
	min-width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 27px;
	padding: 0 5px;
}
.normal-button:hover,
.normal-button.small:hover,
.normal-button.larg:hover,
.normal-button.xlarg:hover,
input[type='submit']:hover,
button:hover {
	color: #fff;
	background-color: #179e1d;
}
.normal-button.reverse,
.normal-button.small.reverse,
.normal-button.larg.reverse,
.normal-button.xlarg.reverse {
	color: #fff;
	background-color: #179e1d;
}
.normal-button.reverse:hover,
.normal-button.reverse.small:hover,
.normal-button.reverse.larg:hover,
.normal-button.reverse.xlarg:hover {
	color: #fff;
	background-color: #373a3f;
}

/* Client
---------------------------------------- */

.clients-shortcode {
	position: relative;
}
.clients-wrapper {
	padding: 20px;
	overflow: hidden;
}
.clients-wrapper.dark {
	background: #373a3f;
}
.clients {
	height: 70px;
	list-style: none;
	padding-left: 0;
}
.clients li {
	display: block;
	float: left;
	width: 160px;
	height: 80px;
	padding: 0 10px;
}
.clients.border li {
	background: url(../images/divider.png) repeat-y;
}
.clients.border li:first-child {
	background: none;
}
.clients li img {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.clients li:hover img {
	opacity: .5;
	-moz-opacity: .5;
	-webkit-opacity: .5;
}
.clients-shortcode .client-direction {
	margin-top: 25px;
	text-align: center;
	float: left;
	width: 100%;
}
.clients-shortcode .prev,
.clients-shortcode .next {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 0 5px;
	background-image: url(../images/direction.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.clients-shortcode .prev {
	background-position: 0 0;
}
.clients-shortcode .next {
	background-position: -38px 0;
}
.clients-shortcode .prev:hover,
.clients-shortcode .next:hover {
	opacity: .8;
}
.clients-shortcode .pager {
	margin-top: 25px;
	text-align: center;
	float: left;
	width: 100%;
}
.clients-shortcode .pager a {
	width: 10px;
	height: 10px;
	background-color: #f0f0f0;
	display: inline-block;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clients-shortcode .pager a:hover,
.clients-shortcode .pager a.selected {
	background-color: #373a3f;
}
.clients-shortcode .pager a span {
	display: none;
}

/* Contact Info
---------------------------------------- */

.contact-info {
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.contact-info > li {
	position: relative;
	display: block;
	color: #373a3f;
	padding: 0 0 10px 50px;
	float: left;
	width: 100%;
}
.contact-info > li > .icon {
	position:absolute;
	width: 40px;
	height: 40px;
	left: 0;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	border: 2px solid #696f78;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.contact-info h5 {
	margin-bottom: 0;
	font-weight: 400;
}
.contact-info > .col1 {
	width: 100%;
}
.contact-info > .col2 {
	width: 50%;
}
.contact-info > .col3 {
	width: 33%;
}
.contact-info > .col4 {
	width: 25%;
}

/* Counter
---------------------------------------- */

.counter-item {
	text-align: center;
}
.counter-icon {
	position: relative;
	width: 120px;
	height: 120px;
	line-height: 118px;
	font-size: 36px;
	text-align: center;
	color: #373a3f;
	border: 2px solid #969aa0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin: 0 auto 20px;
}
.counter-icon.bottomright {
	-webkit-border-radius: 60px 60px 20px 60px;
	-moz-border-radius: 60px 60px 20px 60px;
	border-radius: 60px 60px 20px 60px;
}
.counter-icon.bottomleft {
	-webkit-border-radius: 60px 60px 60px 20px;
	-moz-border-radius: 60px 60px 60px 20px;
	border-radius: 60px 60px 60px 20px;
}
.counter-icon.topleft {
	-webkit-border-radius: 20px 60px 60px 60px;
	-moz-border-radius: 20px 60px 60px 60px;
	border-radius: 20px 60px 60px 60px;
}
.counter-icon.topright {
	-webkit-border-radius: 60px 20px 60px 60px;
	-moz-border-radius: 60px 20px 60px 60px;
	border-radius: 60px 20px 60px 60px;
}
.counter-number {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #373a3f;
	margin: 0 0 15px;
}
.counter-text {
	font-size: 20px;
}

/* Divider
---------------------------------------- */

.divider-wrapper {
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}
.divider {
	background-color: #f0f0f0;
	height: 1px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.divider-gotop {
	cursor: pointer;
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 5px
}

/* Dropcap
---------------------------------------- */

.dropcaps {
	text-align: center;
	font-size: 24px;
	width: 30px;
	line-height: 30px;
	padding: 1px 0 0;
	margin: 5px 10px 0 0; 
	float: left;
}
.dropcaps.circle {
	width: 38px;
	line-height: 38px;
	margin-top: 6px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}
.dropcaps.hbar {
	width: 50px;
	margin-top: 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.dropcaps.vbar {
	height: 39px;
	line-height: 39px;
	margin-top: 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.dropcaps.square {
	width: 38px;
	line-height: 38px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* FAQ
---------------------------------------- */

.faq_list dt {
	color: #373a3f;
	font-size: 14px;
	padding: 7px 0 7px 38px;
	position: relative;
	text-shadow: 1px 1px 3px transparent;
	background-color: #f0f0f0;
	-webkit-border-radius: 10px 0 0;
	-moz-border-radius: 10px 0 0;
	border-radius: 10px 0 0;
}
.faq_list span.marker {
	color: #373a3f;
	display: block;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 0;
	padding: 0 10px;
	text-shadow: 1px 1px 3px transparent;
}
.faq_list dd {
	margin: 0 0 20px;
	padding: 10px 0 0 38px;
	position: relative;
}

/* Frame
---------------------------------------- */

.shortcodeframe-wrapper {
	text-align: center;
}
.featured-thumbnail.image-frame {
	margin: 5px auto 15px;
	float: none;
	position: relative;
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 0 5px transparent;
	-webkit-box-shadow: 0 0 5px transparent;
	box-shadow: 0 0 5px transparent;
}
.featured-thumbnail.image-frame .image-wrap {
	display: inline-block;
	margin-bottom: -5px;
	width: auto;
}
.featured-thumbnail.image-frame.border .image-wrap,
.featured-thumbnail.image-frame.border .image-wrap img,
.featured-thumbnail.image-frame.border .image-wrap .zoom-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.featured-thumbnail.image-frame.border:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -20px;
	top: -20px;
	padding: 10px;
	border: 10px solid transparent;
	border-color: transparent transparent #179e1d transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	-ms-box-sizing: initial;
	box-sizing: initial;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.featured-thumbnail.image-frame.left {
	float: left;
	margin: 5px 20px 15px 0;
	width: auto;
}
.featured-thumbnail.image-frame.right {
	float: right;
	margin: 5px 0 15px 20px;
	width: auto;
}
.featured-thumbnail.image-frame.center {
	text-align: center;
}

/* Highlight
---------------------------------------- */

.highlight {
	padding: 1px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* List
---------------------------------------- */

.list {
	float: left;
	width: 100%;
}
.list ul {
	padding-left: 0;
	list-style: none;
}
.list li {
	position: relative;
	padding: 0 0 1px 25px;
	margin: 0 0 8px;
	background-repeat: no-repeat;
}
.list li span {
	position: absolute;
	top: 6px;
	left: 5px;
	font-size: 13px;
}
.list.bgcolor li {
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
	background-color: #f8f8f8;
	background-position: 5px 5px;
}

/* Message Box
---------------------------------------- */

.message-box {
	overflow: hidden;
	padding: 24px 24px 24px 70px;
	border: 1px solid #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 50px 5px 5px;
	-moz-border-radius: 50px 5px 5px;
	border-radius: 50px 5px 5px;
}
.message-box.small-icon {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.message-box.no-icon {
	padding: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.message-box.red {
	color: #733032;
	background: url(../images/icons/message/error.png) no-repeat 30px 50% #ffd7d7;
	border-color: #e9b9bb;
}
.message-box.yellow {
	color: #5c5c2d;
	background: url(../images/icons/message/warning.png) no-repeat 30px 50% #fffce1;
	border-color: #e1db8b;
}
.message-box.blue {
	color: #2d5667;
	background: url(../images/icons/message/info.png) no-repeat 30px 50% #c8e1f5;
	border-color: #8ec3d9;
}
.message-box.green {
	color: #274e37;
	background: url(../images/icons/message/approved.png) no-repeat 30px 50% #e1ffe1;
	border-color: #badeb1;
}
.message-box.small-icon.red {
	background: url(../images/icons/message/error-small.png) no-repeat 20px 50% #ffd7d7;
}
.message-box.small-icon.yellow {
	background: url(../images/icons/message/warning-small.png) no-repeat 20px 50% #fffce1;
}
.message-box.small-icon.blue {
	background: url(../images/icons/message/info-small.png) no-repeat 20px 50% #c8e1f5;
}
.message-box.small-icon.green {
	background: url(../images/icons/message/approved-small.png) no-repeat 20px 50% #e1ffe1;
}
.message-box.no-icon.red {
	background: #ffd7d7;
}
.message-box.no-icon.yellow {
	background: #fffce1;
}
.message-box.no-icon.blue {
	background: #c8e1f5;
}
.message-box.no-icon.green {
	background: #e1ffe1;
}

/* Personnel
---------------------------------------- */

.personnel-shortcode {
	overflow: hidden;
	margin-bottom: 30px;
}
.personnel-shortcode.dark {
	background: #373a3f;
}
.personnel-shortcode .personnel-image {
	text-align: center;
}
.personnel-shortcode .personnel-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.personnel-content {
	position: absolute;
	left: 0;
	top: 81.081081082%;
	height: 100%;
	text-align: center;
	background-color: #e6e6e6;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.personnel-shortcode:hover .personnel-content {
	top: 0;
}
.personnel-shortcode .personnel-name {
	display: inline-block;
	margin: 12px 0 0;
	color: #373a3f;
	font-size: 18px;
	font-weight: 700;
	font-family: "Roboto Condensed", serif;
	text-align: center;
	border:1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.personnel-shortcode.dark .personnel-name {
	color: #fff;
	border-bottom: 1px solid #3f3f3f;
}
.personnel-shortcode:hover .personnel-name {
	font-size: 30px;
	color: #696f78;
	border-color: #fff;
	padding: 8px 20px;
	margin-top: 80px;
}
.personnel-shortcode .personnel-post {
	display: block;
	padding: 3px 0 17px;
	color: #373a3f;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.personnel-shortcode.dark .personnel-post {
	color: #efefef;
	text-shadow: none;
}
.personnel-shortcode:hover .personnel-post {
	font-size: 18px;
	font-weight: 700;
	color: #696f78;
	padding-top: 23px;
}
.personnel-shortcode .personnel-details {
	padding: 0 35px;
	line-height: 22px;
}
.personnel-shortcode.dark .personnel-details {
	display:block;
	color: #8b8b8b;
}
.personnel-shortcode.dark .personnel-details a:hover {
	color: #fff;
}
.personnel-shortcode .personnel-details strong {
	background: #a1a1a1;
	color: #fff;
	margin-left: -10px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 5px;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.personnel-shortcode .social-icon a {
	display: inline-block;
	float: none;
	margin: 0 5px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: none;
}

/* Posts & Portfolio
---------------------------------------- */

.posts.shortcode {
	position: relative;
	overflow: hidden;
}
.posts-shortcode-wrapper {
	position: relative;
	margin-bottom: 80px;
}
.posts-shortcode-wrapper ul {
	padding-left: 0;
	list-style: none;
}
.post-shortcode-item {
	margin-bottom: 30px;
}
.post-shortcode-item .post-context {
	position: relative;
}
.post-shortcode-item .details-wrap {
	background-color: rgba(255,255,255,0.6);
}
.post-shortcode-item .details-wrap .normal-button {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 100px;
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.post-shortcode-item .post-time {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 100px;
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #179e1d;
}
.post-shortcode-item h3 {
	font-size: 18px;
	padding: 15px 20px 4px;
	text-transform: uppercase;
}
.post-shortcode-item .post-excerpt {
	min-height: 54px;
	font-size: 13px;
	line-height: 18px;
	padding: 15px 118px 15px 20px;
	border-bottom: 5px solid #179e1d;
}
.post-shortcode-item .post-link {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-style: normal;
}
.portfolio-shortcode-wrapper {
	margin-bottom: 80px;
}
.loadmore-wrapper {
	clear: both;
}
#loadmore-post,
#loadmore-portfolio {
	min-width: 180px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto Condensed", serif;
	padding: 0 17px;
	margin: 10px 0 0;
	color: #696f78;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#loadmore-post .spinner,
#loadmore-portfolio .spinner {
	display: inline-block;
	width: 70px;
	text-align: center;
	font-size: 18px;
	color: #969aa0;
}
#loadmore-post .spinner.spin,
#loadmore-portfolio .spinner.spin {
	-webkit-animation: anim-rotate 1s infinite linear;
	animation: anim-rotate 1s infinite linear;
}
@keyframes anim-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes anim-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Price Table
---------------------------------------- */

.pa-price-table {
	text-align: center;
}
.price-item-wrapper {
	display: inline-block;
}
.price-item {
	position: relative;
	float: left;
	margin: 20px 0;
	width: 154px;
	overflow: hidden;
	background-color: #fff;
}
.price-item:first-child {
	margin-left: 0;
}
.price-item.col3 {
	width: 313px;
}
.price-item.col4 {
	width: 235px;
}
.price-item.col5 {
	width: 188px;
}
.price-item.col6 {
	width: 156px;
}
.price-item.active {
	margin: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.price-item .top {
	text-align: center;
	padding: 20px 0;
	background-color: #e7e7e7;
	font-family: "PT Sans", sans-serif;
	color: #fff;
	border: 1px solid #fff;
}
.price-item.active .top {
	padding: 40px 0 20px;
	background-color: #179e1d;
}
.price-title {
	margin: 0 auto;
	font-size: 24px;
}
.price-price {
	font-size: 48px;
	line-height: 48px;
	padding-top: 15px;
	text-align: center;
}
.price-pricetext {
	font-size: 14px;
	margin: 0 auto;
	padding-top: 10px;
	color: #686868;
}
.price-content-wrapper {
	border: 1px solid #f0f0f0;
	border-width: 0 1px;
}
.price-content {
	text-align: center;
	line-height: 20px;
	padding: 20px 0 10px;
	margin: 0 10px;
	border-bottom: 1px solid #f0f0f0;
}
.price-item .bottom {
	padding: 20px 0;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-width: 0 1px 1px;
}
.price-item.active .bottom {
	padding-bottom: 40px;
}
.price-button .normal-button {
	margin: 0;
}

/* Progress Bar
---------------------------------------- */

.progress-bar-wrapper {
	clear: both;
	margin-bottom: 36px;
	font-size: 12px;
}
.progress-bar-wrapper.inside {
	color: #fff;
	margin-bottom: 20px;
}
.progress-bar-title {
	display: inline-block;
	margin: 0 10px 0 0;
}
.progress-bar-title.inside {
	margin: 0 10px;
}
.progress-bar {
	background-color: #f0f0f0;
	height: 5px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar.inside {
	height: 24px;
}
.progress-bar-meter {
	display: none;
	position: absolute;
	height: inherit;
	background-color: #179e1d;
	line-height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-bar-meter .icon {
	display: block;
	position: absolute;
	top: -50%;
	right: 0; 
	width: 30px;
	height: 30px;
	margin-top: -11px;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
	background-color: #fff;
	border: 3px solid #179e1d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.progress-bar-meter .icon:before {
	color: #179e1d;
}
.progress-bar-meter .icon span {
	position: absolute;
	right: 0;
	display: block;
	font-size: 11px;
}
.progress-bar.radius .progress-bar-meter {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.service-1 {
	text-align: Left;
	color: #373a3f;
	background: #f0f0f0;
	padding: 50px 0;
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service-1:hover {
	color: #fff;
	background: #179e1d;
}
.service-1.dark {
	color: #fff;
	background: #373a3f;
}
.service-1 .tilte {
	padding: 0 20px;
	margin-bottom: 35px;
}
.service-1 h2 {
	color: #373a3f;
	font-weight: bold;
	padding-left: 20px;
}
.service-1:hover h2 {
	color: #fff;
}
.service-1.dark h2 {
	color: #fff;
}
.service-1 .icon-wrapper {
	font-size: 70px;
	text-align: Left;
	margin: 0 auto 35px;
	
}
.service-1 .icon-wrapper img {
	display: block;
	margin: 0 auto;

}
.service-1 .text {
	padding: 0 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
.service-1 .normal-button {
	margin: 0;
}
.service-2 {
	margin-bottom: 20px;
}
.service-2 .icon {
	float: left;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	color: #373a3f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service-2.type2 .icon {
	margin: 0 5px 0 0;
}
.service-2.type3 .icon,
.service-2.type4 .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f0f0f0;
}
.service-2 h3 {
	font-size: 24px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.service-2.type2 h3 {
	padding: 5px 0 0 50px;
	margin-bottom: 15px;
}
.service-2.type4 h3 {
	padding: 15px 0 0 75px;
	margin-bottom: 30px;
}
.service-2.type3 h3 {
	padding-top: 0;
}
.service-2 .text {
	padding-left: 50px;
}
.service-2.type2 .text,
.service-2.type4 .text {
	padding-left: 0;
}
.service-2.type3 .text {
	padding-left: 75px;
}
.service-3 {
	position: relative;
	margin-bottom: 30px;
	border: 5px solid #f0f0f0;
	border-radius: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service-3:hover {
	color: #fff;
	background-color: #179e1d;
	border-color: #179e1d;
}
.service-3.bottomright,
.service-3.topright {
	padding: 25px 80px 25px 25px;
}
.service-3.bottomleft,
.service-3.topleft {
	padding: 25px 25px 25px 80px;
}
.service-3 .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #179e1d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.service-3.bottomright .icon {
	right: -5px;
	bottom: -5px;
}
.service-3.bottomleft .icon {
	left: -5px;
	bottom: -5px;
}
.service-3.topleft .icon {
	left: -5px;
	top: -5px;
}
.service-3.topright .icon {
	right: -5px;
	top: -5px;
}
.service-3 h3 {
	font-size: 24px;
}
.service-3:hover h3 {
	color: #fff;
}
.service-3 .text {
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 15px;
}
.service-3 .normal-button {
	min-width: inherit;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #969aa0;
	background-color: transparent;
	border-top: 1px solid #f0f0f0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.service-3:hover .normal-button {
	color: #fff;
	border-color: #fff;
}

/* Slider
---------------------------------------- */

.shortcodeslider-wrapper {
	text-align: center;
}
.shortcodeslider.featured-thumbnail {
	width: 100%;
	margin: 5px auto 15px;
	float: none;
	position: relative;
	display: inline-block;
	background: #ffffff;
	-moz-box-shadow: 0 0 5px transparent;
	-webkit-box-shadow: 0 0 5px transparent;
	box-shadow: 0 0 5px transparent;
}
.shortcodeslider.featured-thumbnail.border {
	border: 1px solid #f0f0f0;
}
.shortcodeslider.featured-thumbnail.left {
	float: left;
	margin: 5px 20px 15px 0;
	width: auto;
}
.shortcodeslider.featured-thumbnail.right {
	float: right;
	margin: 5px 0 15px 20px;
	width: auto;
}
.shortcodeslider.featured-thumbnail.center {
	width: auto;
}
.shortcodeslider .nivo-directionNav a {
	margin-top: -15px;
}
.shortcodeslider .nivo-controlNav {
	position: absolute;
	top: 6px;
	left: 6px;
	padding-top: 0;
}
.shortcodeslider .nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #373a3f;
	text-indent: -9999px;
	border: 0;
	margin-right: 6px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #e4e4e4;
	-moz-box-shadow: 0 0 5px #e4e4e4;
	box-shadow: 0 0 5px #e4e4e4;
}
.shortcodeslider .nivo-controlNav a.active {
	background-color: #f8f8f8;
}
.shortcodeslider .nivo-caption {
	background: #ffffff;
	background: rgba(255,255,255,.8);
}

/* Step
---------------------------------------- */

.step-item {
	text-align: center;
	color: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.step-item:hover {
	background-color: rgba(55,58,63,0.25);
}
.step-icon {
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 48px;
	border: 1px solid #179e1d;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto 17px;
}
.step-item:hover .step-icon {
	border-color: #fff;
}
.step-number {
	position: absolute;
	width: 28px;
	height: 28px;
	font-size: 16px;
	font-family: "PT Sans", serfif;
	line-height: 27px;
	color: #fff;
	background-color: #179e1d;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.step-number.topleft {
	top: 0;
	left: 0;
}
.step-item:hover .step-number.topleft {
	top: 5px;
	left: 5px;
}
.step-number.topright {
	top: 0;
	right: 0;
}
.step-item:hover .step-number.topright {
	top: 5px;
	right: 5px;
}
.step-number.bottomright {
	bottom: 0;
	right: 0;
}
.step-item:hover .step-number.bottomright {
	bottom: 5px;
	right: 5px;
}
.step-number.bottomleft {
	bottom: 0;
	left: 0;
}
.step-item:hover .step-number.bottomleft {
	bottom: 5px;
	left: 5px;
}
.step-item:hover .step-number {
	width: 88px;
	height: 88px;
	font-size: 48px;
	line-height: 88px;
	color: #179e1d;
	background-color: #fff;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.step-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.step-item:hover .step-title {
	color: #fff;
}
.step-text {
	position: relative;
	overflow: hidden;
	display: none;
	font-size: 13px;
	line-height: 20px;
	padding: 13px 0 0;
	margin: 14px 0 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 1.5s;
}
.step-item:hover .step-text {
	display: block;
}
.step-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #179e1d;
}

/* Stunning Text
---------------------------------------- */

.stunningtext {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100px;
	font-size: 14px;
	padding: 30px 30px 0;
	border-top: 1px solid #179e1d;
	border-bottom: 5px solid #179e1d;
}
.stunningtext.dark {
	color: #373a3f;
}
.stunningtext a {
	position: absolute;
	bottom: -5px;
	right: 0;
	margin: 0;
	color: #fff;
	background-color: #179e1d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.stunningtext a:hover {
	color: #fff;
	background-color: #373a3f;
}
.stunningtext.dark a {
	color: #fff;
	background-color: #373a3f;
}
.stunningtext.dark .normal-button:hover,
.stunningtext.dark a:hover {
	color: #fff;
	background-color: #179e1d;
}

/* Tab
---------------------------------------- */

.pa-tabs {
	display: block;
	padding: 0;
	list-style: none;
}
.pa-tabs li {
	display: block;
	float: left;
	padding: 0 !important;
	background-image: none !important;
}
.pa-tabs li a {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	color: #373a3f;
	background: #fff;
	border-left: 0 solid #f0f0f0;
	border-right: 5px solid #f0f0f0;
}
.pa-tabs li a.active {
	position: relative;
	background: #f0f0f0;
	border-color: #179e1d;
	margin-left: -5px;
	border-left-width: 5px;
}
.pa-tabs li a:hover {
	color: #fff;
	background-color: #179e1d;
}
.pa-tabs li:first-child a {
	border-left-width: 5px;
}
.pa-tabs li:first-child a.active {
	margin-left: 0;
}
.pa-tabs-content {
	margin: 0 0 40px;
	padding: 20px 0 0;
	display: block;
	list-style: none;
}
.pa-tabs-content > li {
	display: none;
	padding: 0 !important;
	background-image: none !important;
}
.pa-tabs-content > li.active {
	display: block;
	overflow: hidden;
}

/* Clearfixing tabs for beautiful stacking */
.pa-tabs:before,
.pa-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.pa-tabs:after {
	clear: both;
}

/* Table
---------------------------------------- */

.table {
	width: 100%;
}
.table th {
	font-size: 14px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	padding: 17px 12px;
	border-right: none;
	color: #fff;
	background-color: #179e1d;
}
.table tr th:first-child,
.table tr td:first-child {
	border-left-style: solid;
	border-left-width: 0;
}
.table tbody td { 
	padding: 14px 7px;
	text-align: center;
	border-right: none;
	border-color: #fff;
}
.table tbody tr {
	background-color: #f8f8f8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.table tbody tr {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.table tbody tr:nth-child(even) {
	background: #fdfdfd;
}
.table tbody tr:nth-child(odd) {
	background: #f8f8f8;
}
.table tbody tr:hover {
	background: #e8e8e8;
}
.table tfoot td {
	color: #fff;
	background: #179e1d;
	font-size: 11px;
	padding: 10px 16px;
}
			
/* Testimonial
---------------------------------------- */

.testimonial-wrapper {
	float: left;
	width: 100%;
}
.testimonial-wrapper ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.testimonial-wrapper ol li {
	padding-top: 100px;
	display: block;
	float: left;
	position: relative;
	margin-left: 0;
}
.testimonial-wrapper.noimage ol li {
	padding-top: 0;
}
.testimonial-wrapper.nocar ol li {
	margin-bottom: 40px;
}
.testimonial {
	position: relative;
	padding: 21px 40px;
	background: #179e1d;
	font-family: "Droid Serif", serif;
	color: #fff;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	list-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.05);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.05);
	box-shadow: 3px 3px 3px rgba(0,0,0,.05);
}
.testimonial p {
	margin: 0;
}
.testimonial .angle {
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	margin-bottom: -10px;
	border-style: solid;
	border-width: 5px 5px;
	border-color: #179e1d transparent transparent transparent;
}
.testimonial .testi-pic {
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -60px;
	width: 118px;
	height: 118px;
	overflow: hidden;
	border: 1px solid #179e1d;
	-webkit-border-radius: 59px;
	-moz-border-radius: 59px;
	border-radius: 59px;
}
.testimonial .testi-pic img {
	display: block;
	-webkit-border-radius: 59px;
	-moz-border-radius: 59px;
	border-radius: 59px;
}
.testi-name {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "PT Sans", sans-serif;
	line-height: 22px;
	margin-top: 14px;
	font-style: normal;
}
.testi-name a {
	color: inherit;
}
.testi-user {
	font-size: 16px;
}
.elasti-testimonial {
	overflow: hidden;
}
.testimonial-wrapper.dark {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.testimonial-wrapper.bubble.dark {
	background: transparent;
}
.testimonial-wrapper.dark .testimonial {
	background-color: #373a3f;
	color: #8b8b8b;
}
.testimonial-wrapper.dark .testimonial .angle {
	border-color: #373a3f transparent transparent transparent;
}
.testimonial-wrapper.dark .testimonial .testi-pic {
	border-color: #373a3f;
}
.testimonial-wrapper.dark .testimonial a:hover {
	color: #fff;
}
.testimonial-wrapper.dark .testi-pic a {
	background-color: #5f5f5f;
}
.testimonial-shortcode {
	float: left;
}
.testimonial-wrapper .testimonial-direction {
	margin-top: 10px;
	text-align: center;
	float: left;
	width: 100%;
}
.testimonial-wrapper .prev,
.testimonial-wrapper .next {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 0 5px;
	background-color: rgba(255,255,255,.8);
	background-image: url(../images/direction.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.testimonial-wrapper .prev {
	background-position: 0 0;
}
.testimonial-wrapper .next {
	background-position: -38px 0;
}
.testimonial-wrapper .prev:hover,
.testimonial-wrapper .next:hover {
	opacity: .8;
}
.testimonial-wrapper .pager {
	margin-top: 25px;
	text-align: center;
	float: left;
	width: 100%;
}
.testimonial-wrapper .pager a {
	width: 10px;
	height: 10px;
	background-color: #f0f0f0;
	display: inline-block;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.testimonial-wrapper .pager a:hover,
.testimonial-wrapper .pager a.selected {
	background-color: #373a3f;
}
.testimonial-wrapper .pager a span {
	display: none;
}
.testimonial-bubble {
	color: #373a3f;
	background-color: #f0f0f0;
	margin-bottom: 18px;
	padding: 20px 25px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
.testimonial-bubble p {
	font-size: 14px;
	font-style: italic;
	font-family: 'Philosopher', serif;
	text-shadow: 1px 1px 3px #e4e4e4;
	margin: 0;
}
.testimonial-bubble-arrow {
	border-color: #f0f0f0 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -19px;
	left: 46px;
}
.testimonial-bubble.dark {
	color: #8b8b8b;
	background: #373a3f;
}
.testimonial-bubble.dark p {
	text-shadow: none;
}
.testimonial-bubble.dark .testimonial-bubble-arrow {
	border-color: #373a3f transparent transparent transparent;
}
.testimonial-shortcode strong {
	color: #232323;
}
.testimonial-shortcode .testimonial-bubble-details {
	margin-left: 5px;
	display: block;
	float: left;
}

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

.twitter-shortcode-wrapper {
	float: left;
	width: 100%;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	line-height: 24px;
}
.twitter-shortcode {
	position: relative;
	min-height: 90px;
	margin: 7px auto 0;
}
.twitter-shortcode .sign-wrapper {
	position: relative;
	margin: 0 0 7px;
}
.twitter-shortcode .sign-wrapper .sign {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 5px solid #f0f0f0;
}
.twitter-shortcode .sign-wrapper .sign:before {
	color: #f0f0f0;
	font-size: 24px;
	line-height: 50px;
}
.twitter-shortcode .sign-wrapper .sign:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -75px;
	display: block;
	width: 200px;
	height: 1px;
	background-color: #f0f0f0;
}
.twitter-shortcode ul {
	padding-left: 0;
	list-style: none;
}
.twitter-shortcode ul li {
	font-style: inherit;
	text-align: center;
	margin-bottom: 0;
	overflow: hidden;
	min-height: inherit;
	padding: 0 0 15px 0;
	background: none;
}
.twitter-shortcode ul li > div {
	font-style: italic;
	position: relative;
	display: block;
	padding: 0 15px 15px;
	margin-bottom: 7px;
}
.twitter-shortcode .twitter_time {
	font-size: 18px;
}
.twitter-shortcode .twitter-direction {
	text-align: center;
	float: left;
	width: 100%;
}
.twitter-shortcode .prev,
.twitter-shortcode .next {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 0 5px;
	background-image: url(../images/direction.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.twitter-shortcode .prev {
	background-position: 0 0;
}
.twitter-shortcode .next {
	background-position: -38px 0;
}
.twitter-shortcode .prev:hover,
.twitter-shortcode .next:hover {
	opacity: .8;
}
.twitter-shortcode .pager {
	text-align: center;
	float: left;
	width: 100%;
}
.twitter-shortcode .pager a {
	width: 10px;
	height: 10px;
	background-color: #f0f0f0;
	display: inline-block;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.twitter-shortcode .pager a:hover,
.twitter-shortcode .pager a.selected {
	background-color: #373a3f;
}
.twitter-shortcode .pager a span {
	display: none;
}




/*-----------------------------------------------------------------------------------*/
/*	Inline style
/*-----------------------------------------------------------------------------------*/

/* rev slider
---------------------------------------- */

.tp-caption.logoname {
	font-size: 72px;
	line-height: 80px;
	font-weight: 700;
	font-family: "PT Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px 25px 0px 23px;
	border-radius: 5px 5px 5px 5px;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
}
.tp-caption.slider-text1 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	font-family: "Roboto Condensed";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px 40px;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}
.tp-caption.slider-text2 {
	font-size: 36px;
	line-height: 60px;
	font-weight: 300;
	font-family: "Roboto Condensed";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px 40px;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}
.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
	color: #ffa902;
}
.rev_slider_wrapper {
	margin: 0 auto;
	background-color: #e9e9e9;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	max-height: 700px;
}
.rev_slider {
	display: none;
	max-height: 700px;
	height: 700;
}
.zindex-2 {
	z-index: 2;
}
.zindex-3 {
	z-index: 3;
	max-width: auto;
	max-height: auto;
	white-space: nowrap;
}
.zindex-4 {
	z-index: 4;
	max-width: auto;
	max-height: auto;
	white-space: nowrap;
}
.zindex-5 {
	z-index: 5;
}
.zindex-6 {
	z-index: 6;
}
.zindex-7 {
	z-index: 7;
	max-width: auto;
	max-height: auto;
	white-space: nowrap;
}

/* index page
---------------------------------------- */

.paddingtop-10 {
	padding-top: 10;
}
.marginleft-80 {
	margin-left: 80px;
}
.row1 {
	text-align:center;
	background-color:#f8f8f8;
	padding:56px 0 17px 0;
	margin:-16px 0 0 0;
}
.row2 {
	background-image:url(../images/parallax/parallax1.png);
	padding:120px 0 100px 0;
}
.row3 {
	margin:0 0 30px 0;
}
.row4 {
	background-image:url(../images/parallax/parallax2.png);
	padding:120px 0 100px 0;
}
.row5 {
	background-image:url(../images/parallax/parallax3.png);
	padding:120px 0 20px 0;
}
.row6 {
	text-align:center; background-image:url(../images/parallax/parallax4.png);
	padding:100px 0 80px 0;
}
.row7 {
	background-image:url(../images/parallax/parallax5.png);
	padding:95px 0 80px 0;
}
.clear1 {
	height:13px;
}
.color1 {
	color:#f0f0f0;
}

/* shortcode page
---------------------------------------- */

.color2 {
	color:#fff;
	background-color:#cecece;
}
.quote1 {
	width:50%;
	text-shadow:1px 1px white;
}