/* ---------------------------------------------------------------------- */
/* Theme Information
/* ----------------------------------------------------------------------
Name: AWESOME
Description: Responsive Multi-Purpose HTML5 Template
Author: alphawd
------------------------------------------------------------------------- */


/* Table of Content
==================================================
	#Site Styles
	#Header styles
    #Content and page wrapper styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
	@import url(base.css);
	@import url(skeleton.css);
	@import url(prettyPhoto.css);
	@import url(font-awesome.css);
    @import url(shortcodes.css);			   /* Shortcode Styles */ 

/* #Site Styles
================================================== */

body {
    color: #888888;
    font: 13px 'OpenSansRegular';
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
	height: auto;
}

h1 {
    color: #444444;
    font: bold 26px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 15px;
}

h2 {
    color: #444444;
    font: bold 22px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 15px;
}

h3 {
    color: #444444;
    font: bold 18px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 15px;
}

h4 {
    color: #444444;
    font: bold 16px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 5px;
}

h5 {
    color: #444444;
    font: bold 14px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 5px;
}

h6 {
    color: #444444;
    font: bold 12px 'Open Sans',Arial,sans-serif !important;
    margin-bottom: 5px;
}

.big {
  text-transform: uppercase;
}

a:hover {
color: #a9da75;
}

q:before, q:after {
    content: "";
}

.headline {
    display: block;
	font-weight: 600;
    color: #444444;
	margin-bottom: 20px;
}

.green {
  color: #a9da75;
}

ul.features-list {
  list-style: none;
}

ul.features-list li {
  color: #444444;
  margin: 0;
  padding: 0;  
  font: bold 14px "Open Sans",Arial,sans-serif;  
}

ul.features-list li:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f058";
  color: #a9da75;  
  margin-right: 8px;
  line-height: 25px;  
}

.sep-40 {
	height: 40px;
	clear: both;
}

.sep-20 {
	height: 20px;
	clear: both;
}

.text-center {
  text-align: center;
}

.welcome {
  text-transform: uppercase;
  font-size: 26px;
}

.wrapper {
  width: 100%;
  padding: 50px 0;
}

.grey {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
	background-color: #fafafa;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.grey-wrapper img {
	display: block;
}

table {
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 6px;
    vertical-align: top;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0 none;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
.table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive > .table {
    margin-bottom: 0;
}
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
}
.table-responsive > .table-bordered {
    border: 0 none;
}
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0 none;
}
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0 none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
}
}

/* Images Overlay
==========================*/
.work {
	position: relative;
	margin-bottom: 40px;
	font-weight: 600;

	text-align: left;
}

.work-image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);

	-webkit-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
}

.work-image img {
    width: 100%;
    display: block;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.work-image:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.desc h3 {
    margin: 0;
}

.desc .tags {
    margin: 0 0 10px;
}

.link-overlay {
	position: absolute;
	top: 0;       left: 0;
	bottom: 0;    right: 0;

	background: rgba(0,0,0,0);

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.link-overlay:before {
	display: block;

	width: 46px;
	height: 46px;

	position: absolute;
	top: 50%;    left: 50%;

	margin: -22px 0 0 -25px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	font: 14px/46px 'FontAwesome';
	color: #2c2c2c;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;

	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-image:hover .link-overlay { background: rgba(20,22,23,0.6);}

.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

.work p { margin: 0; }

.work-name {
	display: inline-block;
	margin: 15px 0 6px;
	font-size: 14px;
}

a.work-name {
	color: #444444;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

a.work-name:hover {
	color: #A9DA75;
}

.tags {
	font-size: 12px;
	color: #c9c9c9;
}

/* Site Styles
================================================== */

#wrapp {
    width: 100%;
}

#header {
    width: 100%;
    height: 90px;
}

h1.logo {
    float: left;
    margin: 0;
}

h1.logo a {
    display: block;
    width: 201px;
    height: 39px;
    margin-top: 28px;

}

nav {
    float: right;
    line-height: 90px;
	position: relative;
}

.menu li {
	float: left;
	position: relative;
}

ul.menu li a {
	color: #444;
	display: block;
	font-size: 12px;
    font-weight: bold;
	padding: 0 28px;
	margin: 0;
	vertical-align: middle;
    text-transform: uppercase;
	text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}

ul.menu li a.current, ul.menu li a:hover {
	color: #A9DA75;
}

/* Dropdown styles */

ul.menu ul.sub-menu {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
	z-index: 999;
    border-top: 3px solid #A9DA75 !important;
}

ul.menu ul.sub-menu li {
	float: none;
}

ul.menu ul.sub-menu a {
	white-space: nowrap;	
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul.sub-menu {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
    display: block;
}

ul.sub-menu li a {
	background: #edebeb !important;
	border-radius: 0;
    border-bottom: 1px solid #DCDADB !important;
	box-shadow: none;
	color: #444;
	display: block;
    width: 130px;
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	margin: 0;
	padding: 12px 20px !important;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
}

ul.sub-menu li a:hover {
	background: #F5F4F4 !important;
	color: #444;
}

/* Header Searchform
==========================*/
#header-searchform {
    float: right;
    margin: 0 0 0 10px;
}
#header-searchform input {
    background: url("../images/search.png") no-repeat scroll 10px 8px transparent;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 8px 0 8px 34px;
    transition: all 0.4s ease 0s;
    width: 0;
}
#header-searchform input:focus {
    background-color: #EFEFEF;
    border-radius: 30px;
    color: #555555;
    cursor: text;
    font-size: 12px;
    padding: 8px 0 8px 34px;
    width: 115px;
}
#header-searchform #header-searchsubmit {
    display: none;
}
#header-searchform {
    margin-top: 30px;
}

/* Responsive menu */
.dl-menuwrapper {
    display: none;
	text-align: right;
	margin-bottom: 20px;
	float: none !important;
}

.shadow {
    background: url("../images/shadow.png") no-repeat center top;
    min-height: 29px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	z-index: 99;
  
}

.shadow-page {
    background: url("../images/shadow.png") no-repeat center top;
    min-height: 29px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

/* CONTENT AND PAGE WRAPPERS
================================================== */

.page-title-container {
    background-color: #D6D6D6;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: block;
    float: left;
    margin: 0 auto 50px;
    padding: 0;
    width: 100%;
}
.page-title {
    margin-bottom: 0;
	padding: 28px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.page-title .title {
  line-height: 25px;
}

.page-title .title h1 {
    font-size: 22px !important;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    line-height: 25px !important;
    text-transform: none;
}
.page-title p.subtitle {
    border-left: 1px solid #888888;
    color: #FFFFFF;
    float: left;
	margin-bottom: 0;
	padding-left: 20px;
    line-height: 25px !important;
}

.content {
width: 100%;
}

/* HOME PAGE
================================================== */


/* Revolution slider */

.fullwidthbanner-container {
	width: 100% !important;
	max-height: 452px !important;

	position: relative;
	padding: 0;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
    max-height: 492px !important;
    position: relative;
    margin-top: 0px;
    width: 100% !important;
}

.top-shadow:before {
	content: '';

	display: block;

	width: 100%;
	height: 5px;

	position: relative;
	z-index: 40;

	margin: auto;

	box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}

.tp-leftarrow.default, .tp-rightarrow.default {
	width: 32px !important;
	height: 80px !important;

	left: -40px !important;

	background: rgba(20,22,23,0.6) !important;
	border-radius: 2px !important;

	-webkit-transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
	transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
}

.tp-rightarrow.default {
	left: auto !important;
	right: -40px !important;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.tp-rightarrow.default:before {
	content: '\f105';
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background: #A9DA75 !important;
}

.tp-bullets {
	bottom: 22px !important;
	-webkit-transition: bottom 0.2s ease !important;
	transition: bottom 0.2s ease !important;
}

.bullet {
	width: 13px !important;
	height: 13px !important;

	border-radius: 50%;
	background: rgba(0,0,0,0.4) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(250,250,250,0.1);

	margin: 0 4px !important;

	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
}

.main-slider:hover .ls-fullwidth .ls-bottom-slidebuttons a {
	opacity: 1;
}

.bullet.selected {
	background: #A9DA75 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.15);
}

.fullwidthbanner-container:hover .tp-leftarrow.default {
	left: 20px !important;
}

.fullwidthbanner-container:hover .tp-rightarrow.default {
	right: 20px !important;
}



.items {
    list-style: none outside none;
    margin: 0;
    text-align: center;
}

.items p {
  text-align: center;
  margin: 0;
}

.items li {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    margin: 0 -3px 1px 0;
    vertical-align: top;
}
.items a {
    color: #8A8A8A;
    cursor: pointer;
    display: block;
    padding: 50px 10px;
    transition: all 0.2s ease 0s;
    width: 214px;
}
.items a:hover, .items a.active {
    background: none repeat scroll 0 0 #A9DA75;
    color: #fff;
    text-decoration: none;
    transition: background 1s ease 0s, color 1s ease 0s;
}
.items a .image {
    display: block;
    min-height: 51px;
    padding: 0 0 19px;
    text-align: center;
}
.items a .title {
    color: #FFFFFF;
    display: block;
    margin: 0 0 19px;
}
.items a .image .hover {
    display: none;
}
.items a:hover .image img, .items a.active .image img {
    display: none;
}
.items a:hover .image img.hover, .items a.active .image img.hover {
    display: inline-block;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
width: 100%;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin: 0;
max-width: 100%;
height: auto;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 22px;
height: 82px;
position: absolute;
cursor: pointer;
z-index: 100;
opacity: 0.7;
}
.nbs-flexisel-nav-left {
background: url(../images/prevArrow.png) no-repeat center center #E6E6E6;
left: 0;
}
.nbs-flexisel-nav-right {
background: url(../images/nextArrow.png) no-repeat center center #E6E6E6;
right: 0;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
    opacity: 1;
}

/* ABOUT US
================================================== */

.team-name {
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: left;
}

.team-name h5 {
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 0;
}

.team-name span {
    color: #888888;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.social-links {
     float: right;
     margin: 22px 0px;
}

.social-links-about {
     display: block;
     float: left;
     margin-bottom: 20px;
     padding: 15px 0px 5px;
     width: 100%;
}

.social-links li:first-child, .social-links-about li:first-child {
     margin-left: 0px;
}

.social-links li {
     display: inline;
     float: left;
     list-style: none outside none;
     margin-left: 15px;
     opacity: 0.4;
     text-indent: -9999px;
     transition: all 0.2s ease-in-out 0s;
}

.social-links-about li {
     display: inline;
     float: left;
     list-style: none outside none;
     margin-bottom: 10px;
     margin-right: 15px;
     opacity: 0.4;
     text-indent: -9999px;
     transition: all 0.2s ease-in-out 0s;
}

.social-links a, .social-links-about a {
     background-position: 0px -16px;
     background-repeat: no-repeat;
     display: block;
     height: 16px;
     width: 20px;
}

.social-links li:hover, .social-links-about li:hover {
     opacity: 1;
}

.twitter {
     background: url("../images/social_icons_twitter.png") no-repeat scroll 0% 0% transparent;
}

.facebook {
     background: url("../images/social_icons_facebook.png") no-repeat scroll 0% 0% transparent;
}

.digg {
     background: url("../images/social_icons_digg.png") no-repeat scroll 0% 0% transparent;
}

.vimeo {
     background: url("../images/social_icons_vimeo.png") no-repeat scroll 0% 0% transparent;
}

.youtube {
     background: url("../images/social_icons_youtube.png") no-repeat scroll 0% 0% transparent;
}

.skype {
     background: url("../images/social_icons_skype.png") no-repeat scroll 0% 0% transparent;
}

.social a {
     display: block;
     float: left;
     height: 32px;
     margin: 0px 9px 9px 0px;
     width: 32px;
}

.social a img {
     border: medium none;
}

.carousel {
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.carousel, .carousel-content {
    position: relative;
}

.carousel-item {
	width: 100%;
    display: block;

    visibility: hidden;
    
    position: absolute;
    top: 0;    left: 0;
}

.carousel-item.active {
	display: block;
    visibility: visible;
    position: static;
}

.carousel-item.current {    
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 1;
}

.carousel-item {
	max-width: 100%;
	display: block;
}

.carousel-control {
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	overflow: hidden;
}

.carousel:hover .carousel-prev { left: 10px; }
.carousel:hover .carousel-next { right: 10px; }

.carousel-prev, .carousel-next {
	width: 32px;
	height: 32px;

	position: absolute;
	top: 50%;	left: -40px;

	z-index: 2;

	background: rgba(20,22,23,0.6);
	border-radius: 2px;

	cursor: pointer;

	-webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}

.carousel-next {
	left: auto;
	right: -40px;
}

.carousel-prev:hover, .carousel-next:hover {
	background: #a9da75;
}

.carousel-prev:before, .carousel-next:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 32px !important;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.carousel-next:before {
	content: '\f105';
}

.carousel-next:hover:before,
.carousel-prev:hover:before
{
	color: #fff;
}

.carousel-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;

	-webkit-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	z-index: 2;

	margin: 0;
	padding: 0;

	list-style: none;
	text-align: center;
	line-height: 50px;
}

.carousel-pagination li {
	float: left;

	width: 10px;
	height: 10px;

	margin: 0 3px;

	background: rgba(0,0,0,0.5);
	border-radius: 50%;

	cursor: pointer;
}

.carousel-pagination li.active {
	background: #a9da75;
}

/* ABOUT ME
================================================== */

ul.social-places {
  float: right;
  margin-top: 5px;
}

ul.social-places li {
  display: inline-block;
}

ul.social-places li a {
  font-size: 20px;
  color: #cfcfcf;
  margin: 0 0 0 12px;  
}

ul.social-places li:last a {
  font-size: 20px;
  color: #cfcfcf;
}

ul.social-places li a:hover {
  color: #888888;
}

/* SERVICES
================================================== */

.service-text {
margin-bottom: 50px;
}

.services {
    float: right;
    margin-left: 20px;
}

/* #Full Width Page Styles
================================================== */
.dropcap {
    float: left;
    font-weight: 600;
    line-height: 1em;
    margin-right: 7px;
    text-transform: uppercase;
}

.dropcap.with-border {
    border: 2px solid #e5e5e5;
    font-size: 2em;
    padding: 6px 10px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  margin-top: 0;
}

.sidebar h4 {
  font-size: 15px;
  margin-bottom: 20px;
}

ul.sidebar-nav li {
  border-bottom: 1px dashed #ebebeb;
  padding: 4px 0;
  margin: 0;
}

ul.sidebar-nav li:before {
  float: left;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #999;
  margin-right: 8px;
}

ul.sidebar-nav li a {
  display: block;
  font-weight: 500;  
}

ul.sidebar-nav li a:hover, ul.sidebar-nav li a.current {
  color: #111;
}

.sidebar .articles {
	padding-bottom: 23px;
}

.articles article:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.sidebar article {
    display: block;
    border-top: 1px dashed #ebebeb;
    margin-top: 14px !important;
    padding-top: 13px;
}

.sidebar article .image {
    background-color: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 1px !important;
    padding: 3px 3px 0 !important;
    position: relative !important;
}

.sidebar h5, .sidebar h5 a {
  color: #111;
  font-size: 13px;
  line-height: 15px;
}

.sidebar article a:hover {
  color: #a9da75;
}

.sidebar .comments {
    color: #919191;
    font-size: 11px;
    line-height: 17px;
    padding-left: 19px;
}

.sidebar .comments i {
    margin-right: 6px;
}

ul.nav-tabs li i {
  margin-right: 8px;
}

/* PORTFOLIO
================================================== */

.portfolio {
    padding: 0 0 30px;
}

.portfolio-item-meta h5 {
     border-bottom: 1px dotted #E7E7E7;
     font-family: Arial,sans-serif;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 16px;
     margin: 0px 0px 8px;
     padding: 12px 0px 8px;
}

.portfolio-item-meta h5 span {
     color: #888888;
     display: block;
     font-weight: 400;
     margin-top: 3px;
}

.portfolio-item-meta a {
     color: #444444;
	 text-decoration: none;
}

.portfolio-item-meta a:hover {
     color: #A9DA75;
}

.portfolio-item-meta p {
     color: #555555;
}

#filters {
    border-bottom: 1px solid #E7E7E7;
    display: block;
    float: left;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 15px;
    width: 100%;
}
#filters ul li {
    background: url("../images/filter_divider.png") no-repeat scroll 97% 50% transparent;
    display: inline;
    padding: 0 10px 0 0;
}
#filters ul li:last-child {
    background: none repeat scroll 0 0 transparent;
}
#filters a {
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    font-size: 12px;
    padding: 4px 8px;
    transition: all 0.1s ease-in-out 0s;
}
#filters a:hover {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
}
.selected {
    background: none repeat scroll 0 0 #A9DA75;
    color: #FFFFFF !important;
}
.selected:hover {
    background: none repeat scroll 0 0 #A9DA75 !important;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.isotope.infinite-scrolling {
    transition: none 0s ease 0s;
}

.project-nav {
    float: right;
    margin-top: -57px;
}
.project-nav .next {
    float: right;
    margin-left: 3px;
}

.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {
    list-style: none outside none;
    margin: 5px 0;
}
.check_list li {
    background: url("../images/list_icons/list_check.png") no-repeat scroll 0 50% transparent;
    padding: 0 0 0 18px;
}

.project-slider, .about-project {
margin-bottom: 50px;
}

.filter-list {
	margin: 0 0 20px;
	padding: 0;

	list-style: none;
}

.filter-list li {
	display: inline-block;
	position: relative;
	
	margin-right: 23px;
	padding: 4px 8px;

	font-size: 13px;
	color: #313538;
	cursor: pointer;
}

.filter-list li.active {
	color: #A9DA75;
}

.filter-list li:before, .filter-list li.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 53;

	background: #888;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.filter-list li:hover:before { height: 2px; }

.filter-list li.active:before {
	height: 2px;
	background: #A9DA75;
}


.filter-select {
	display: none;

    position: relative;
    margin-top: -15px;
    margin-bottom: 25px;
}

.filter-select ul {
    display: none;
    position: absolute;
    left: 0;    right: 0;
    z-index: 10;
    
    margin: 0;
    padding: 0;
    
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    
    list-style: none;
}

.filter-select .filter-current {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;
}

.filter-select .filter-current:hover {
	background: #fafafa url(../images/light-btn.jpg) repeat-x top;
	box-shadow: 0 2px 2px rgba(0,0,0,0.04);
	border-color: #d9d9d9;
	border-bottom: 1px solid #cecece;
}

.filter-select .filter-current:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
}

.filter-select .filter-current:after {
	content: "\f0d7";

	float: right;
	margin-top: 5px;
	font: 12px 'FontAwesome';
}

.filter-select li, .filter-select .filter-current {
    padding: 5px 15px 4px;
    
    line-height: 22px;
    cursor: pointer;
}

.filter-select li:hover {
    margin: 0 -1px;
    
    background: #A9DA75;
    color: #fff;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.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;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

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

/* BLOG
================================================== */
.blog-post {padding-top:0px;}
.blog-post article {margin-top:26px; padding-top:31px; border-top:1px dashed #ebebeb;}
.blog-post article:first-child {margin-top:0px; padding-top:0px; border-top:0px;}

.blog-post .f_content {
	margin-bottom:23px;
	padding:4px;
	position:relative;
	
	background-color:#ffffff;
	border:1px solid #e8e8e8;
	
	-moz-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.02);
	box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.02);
	
	line-height:0px;
}
.blog-post .f_content img {width:100%; height:auto; display:block;}
.blog-post .f_content img.w_hover:hover {opacity:0.85; filter:alpha(opacity=85);}

.blog-post .f_content .icon {
	width:31px;
	height:31px;
	position:absolute;
	left:4px;
	bottom:4px;
	
	background-color:#a9da75;
	background-repeat:no-repeat;
	
	-moz-border-radius:0px 2px 0px 0px;
	-webkit-border-radius:0px 2px 0px 0px;
	border-radius:0px 2px 0px 0px;
	
	behavior:url(layout/plugins/PIE.htc);
}

.blog-post .date {width:52px; padding-top:3px; float:left;}
.blog-post .date .day {
	width:35px;
	height:29px;
	line-height:30px;
	position:relative;
	
	background-color:#f3f3f3;
	border-left:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	
	-moz-border-radius:2px 2px 0px 0px;
	-webkit-border-radius:2px 2px 0px 0px;
	border-radius:2px 2px 0px 0px;
	
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc) to(#f3f3f3));
    background:-webkit-linear-gradient(#fcfcfc, #f3f3f3);
    background:-moz-linear-gradient(#fcfcfc, #f3f3f3);
    background:-ms-linear-gradient(#fcfcfc, #f3f3f3);
    background:linear-gradient(#fcfcfc, #f3f3f3);
	background:-o-linear-gradient(#fcfcfc, #f3f3f3);
	
	font-size:17px;
	color:#242424;
	font-weight:bold;
	text-align:center;
}
.blog-post .date .month {
	width:35px;
	height:17px;
	line-height:17px;
	position:relative;
	
	background-color:#242424;
	
	-moz-border-radius:0px 0px 2px 2px;
	-webkit-border-radius:0px 0px 2px 2px;
	border-radius:0px 0px 2px 2px;
	
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.blog-post .content { overflow:hidden; }
.blog-post .content h3 {margin-top:0 !important; font-size: 16px;}
.blog-post .content h3 a {padding-bottom:14px; line-height:normal; font-size: 16px; color: #111; margin-top:0 !important;}
.blog-post .content h3 a:hover {color:#a9da75; text-decoration:none;}
.blog-post .content .text p {padding-bottom:0px;}
.blog-post.dual .content .button {padding-top:14px;}
.blog-post .content .button a.general_button {height:26px; line-height:27px; padding:0px 12px; font-size:11px;}

.blog-post .info {margin-top:-2px; padding-bottom:12px; overflow:hidden;}
.blog-post .info div {height:20px; line-height:20px; margin-left:14px; float:left; font-size:12px; color:#797a7d;}
.blog-post .info div:first-child {margin-left:0px;}
.blog-post .info div a {font-size:12px; color:#797a7d;}
.blog-post .info div a:hover {color:#a9da75; text-decoration:none;}
.blog-post .info div.author i {margin-right:9px;}
.blog-post .info div.tag i {margin-right:9px;}
.blog-post .info div.comments i {margin-right:9px;}

.blog-post div.slider {overflow:hidden; position:relative;}

.block_blog_post_tags {
    padding: 0 0 28px;
}
.block_blog_post_tags ul {
    display: block;
    margin-bottom: -5px;
    margin-left: 52px;
    overflow: hidden;
}
.block_blog_post_tags li {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}
.block_blog_post_tags li a {
    background-color: #ffffff;
    border: 1px solid #d9dcde;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    color: #737373;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
}
.block_blog_post_tags li a:hover {
    background: linear-gradient(#ffffff, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #a9da75;
    text-decoration: none;
}

.block_comments {
    margin-left: 52px;
    margin-bottom: 33px;
}
.block_comments h3 {
    margin-bottom: -4px;
    padding-bottom: 0;
}
.block_comments .commentary {
}
.block_comments .inside {
    border-bottom: 1px dashed #ebebeb;
    padding: 20px 0;
}
.block_comments .userpic img {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    padding: 3px;
    position: relative;
}
.block_comments .userpic img {
    display: block;
}
.block_comments .comment {
    overflow: hidden;
}
.block_comments .comment h4 {
    font-size: 13px;
    line-height: normal;
    padding-bottom: 6px;
}
.block_comments .comment h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.block_comments .comment h4 a {
    font-size: 13px;
	color: #111;
}
.block_comments .comment h4 a:hover {
    color: #a9da75;
    text-decoration: none;
}
.block_comments .comment .details {
    color: #797a7d;
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 11px;
}
.block_comments .comment .details a {
    color: #797a7d;
    font-size: 11px;
}
.block_comments .comment .text {
}
.block_comments .comment .text p {
    padding-bottom: 0;
}
.block_comments .commentary .commentary {
    padding-left: 64px;
}

.block_leave_comments h3 {
    padding-bottom: 22px;
}

.block_sidebar_tags {
    padding-bottom: 23px;
}
.block_sidebar_tags h3 {
    padding-bottom: 21px;
}
.block_sidebar_tags ul {
    display: block;
    margin-bottom: -6px;
    margin-left: -6px;
    overflow: hidden;
}
.block_sidebar_tags li {
    float: left;
    margin-bottom: 6px;
    margin-left: 6px;
}
.block_sidebar_tags li a {
    background-color: #ffffff;
    border: 1px solid #d9dcde;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    color: #737373;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
}
.block_sidebar_tags li a:hover {
    background: linear-gradient(#ffffff, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #a9da75;
    text-decoration: none;
}

.block_sidebar_latest_projects h3 {
    padding-bottom: 21px;
}
.block_sidebar_latest_projects .projects {
    margin-bottom: -10px;
    margin-left: -9px;
    overflow: hidden;
    padding-bottom: 4px;
}
.block_sidebar_latest_projects article {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    float: left;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 3px;
    position: relative;
}
.block_sidebar_latest_projects article a {
    display: block;
    position: relative;
}
.block_sidebar_latest_projects article a img {
    display: block;
}

#comments_form .form-control {
    margin-bottom: 10px;
}
#comments {
    padding: 20px;
}
.comment-list {
    list-style: none outside none;
    margin: 60px 0;
}
.comment-list ul li, .comment-list ol li {
    list-style: none outside none;
}



/* CONTACT
================================================== */
.google-map {
    margin-bottom: 30px;
}

.gm-style img{max-width: inherit;}

.list {
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}
.list li {
    margin-bottom: 2px;
}
.list li span {
    display: block;
    overflow: hidden;
}
.list li i {
    color: #444444;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
}

.list a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.list a:hover {
	color: #A9DA75;
}

.contact li {
    margin-bottom: 8px;
}
.contact i:before {
    color: #606060;
    font-size: 14px;
}

.list li span {
    display: block;
    overflow: hidden;    
}

/***********************
    - Form Wrapper -
***********************/
.ajax-contact-form {
	clear:both;
	position:relative;
	max-width:600px;
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	-khtml-border-radius:8px;
}

.ajax-contact-form div.form {
	clear:both;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	-khtml-border-radius:6px;
	background-color:#FFF;
	max-width:598px;
}

/****************
    - Title -
****************/
.ajax-contact-form div.form .title {
	clear:both;
	padding:15px;
	text-align:center;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#eaeaea')";
	font-size:18px;
	font-weight:bold;
	color:#444;
	-moz-text-shadow:0px 1px #fff; 
	text-shadow:0px 1px #fff;
}

/***************
    - Form -
***************/
div.form-holder {
	padding:20px;	
}

form .required {
	color:#cd0000;
}

form .field {
	margin-top:10px; 
	margin-bottom:15px;
}

form .field:first-child {
	margin-top:0;
}

form .field:after {
	content:"\0020"; 
	display:block; 
	height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden;
}

form label {
	display:block; 
	float:left; 
	width:120px; 
	margin:6px 20px 0 0;	
	font-size:13px; 
	line-height:18px;
}

form .inputs {
	float:left; 
	width:418px;
}

input.aweform, select.aweform, textarea.aweform {
	font-family:Arial,Tahoma,Sans-Serif; 
	font-size:13px; 
	line-height:18px;
}

input.aweform[type=text] {
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #bbbbbb; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box; 
	color:#7e7e7e; 
	width:300px;
	height:30px; 
	margin:0; 
	outline:0; 
	padding:5px 8px 6px 8px; 
	position:relative; 	
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}

input.aweform[type=text]:focus {
	border-color:#999; 
	color:#333; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;	
}

input.small[type=text] {
	width:200px;
}

::-webkit-input-placeholder {
	color:#bbb;
}

input.aweform:-moz-placeholder {
	color:#bbb;
}

textarea.aweform {
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #bbbbbb; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box; 
	color:#666; 
	width:100%;
	height:150px; 
	margin:0; 
	outline:0; 
	padding:10px; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}

textarea.aweform:focus, select.aweform:focus {
	border-color:#999; 
	color:#333; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;	
}

select.aweform {
	border:1px solid #bbbbbb; color:#666;
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 -o-border-radius:5px; 
	 -ms-border-radius:5px; 
	 -khtml-border-radius:5px;
	 border-radius:5px; 
	 -moz-box-sizing:border-box; 
	 -webkit-box-sizing:border-box; 
	 -ms-box-sizing:border-box; 
	 box-sizing:border-box; 
	 width:300px;
	 height:30px; 
	 margin:0; 
	 padding:4px; 
	 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}

/*****************
    - Button -
*****************/
div.form-submit {
	clear:both; 
	text-align:right; 
	padding-top:10px;
}

div.form-submit:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

button, input[type="submit"] {
	background-color:#8dc63f;
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#a8d34e),color-stop(100%,#6aad2d)); 
	background-image:-webkit-linear-gradient(#a8d34e,#6aad2d); 
	background-image:-moz-linear-gradient(#a8d34e,#6aad2d); 
	background-image:-o-linear-gradient(#a8d34e,#6aad2d); 
	background-image:linear-gradient(#a8d34e,#6aad2d); 
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #5e8c22; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-o-border-radius:4px; 
	-ms-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius:4px; 
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	color:#fff; 
	cursor:pointer; 
	display:inline-block;
	float:right;
	font:13px/17px Arial,Tahoma,sans-serif;
	font-weight:bold; 
	margin:0;
	padding:5px 10px 6px; 
	text-align:left; 
	-moz-text-shadow:0px 1px rgba(0,0,0,0.2); 
	text-shadow:0px 1px rgba(0,0,0,0.2); 
	-moz-transition-duration:0.3s; 
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s; 
	transition-duration:0.3s;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#73af3d; 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#9ec747),color-stop(100%,#5f9a29)); 
	background-image:-webkit-linear-gradient(#9ec747,#5f9a29); 
	background-image:-moz-linear-gradient(#9ec747,#5f9a29); 
	background-image:-o-linear-gradient(#9ec747,#5f9a29); 
	background-image:linear-gradient(#9ec747,#5f9a29); 
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border-color:#487420; 
	text-decoration:none; 
	-moz-transition-duration:0s; 
	-webkit-transition-duration:0s; 
	-o-transition-duration:0s; 
	transition-duration:0s;
}

button:after {
	content:""; 
	float:right; 
	width:17px;
	height:17px; 
	margin:0 0 0 10px; 
	background:url(../images/icon/submit.png) no-repeat top center; 
	opacity:0.5;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
	transition: opacity linear 0.3s; 
}

button:hover:after, button:focus:after {
	opacity:0.9; 
}

button[disabled], input[type="submit"][disabled] {
	border:1px solid #ccc !important; 
	background-color:#bbb; 
	background-image:none; 
	color:#dfdfdf; 
	cursor:not-allowed; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	-o-box-shadow:none; 
	box-shadow:none; 
	text-shadow:none;
}

button[disabled]:after, input[type="submit"][disabled]:after {
	opacity:0.2;
}

/********************
    - Preloader -
********************/
.preloader {
	float:right;
	padding:4px 5px;	
}

/******************
    - Captcha -
******************/
div.captcha {
	clear:both;
	display:inline-block;
	border:1px solid #888;
	padding:5px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:#ededed;
	background:-moz-linear-gradient(top,#fff 2%,#fbfbfb 5%,#dedede 100%); 
	background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(5%,#fbfbfb),color-stop(100%,#dedede));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb',EndColorStr='#dedede')";
}

div.captcha img {
	display:block;
	float:left;
}

div.captcha img.captcha-img {
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div.captcha img.change-captcha {
	margin-top:5px;
	margin-left:5px;
}

img.change-captcha {
	cursor:pointer;	
}

input.captcha[type=text] {
	width:202px;
	margin-top:5px;
}

/************************
    - Notifications -
************************/
.notification {
	display:none;
	clear:both;
	margin-bottom:15px;	
	padding:10px 10px 10px 40px;
	min-height:20px; 
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
}

/* Notification icon */
.icon {
	position:absolute;
	background-image:url(../images/icon/notification.png);
	background-repeat:no-repeat;
	height:15px;
	top:14px;
}

/* Notification - Fail */
.fail {
	border:1px solid #dc4e4d;
	color:#b52525;
	background-color:#ec8282;	
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f48888),color-stop(100%,#e17575)); 
	background-image:-webkit-linear-gradient(#f48888,#e17575); 
	background-image:-moz-linear-gradient(#f48888,#e17575); 
	background-image:-o-linear-gradient(#f48888,#e17575); 
	background-image:linear-gradient(#f48888,#e17575); 
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2); 
	text-shadow:0px 1px rgba(255,255,255,0.2); 
}

.fail .icon {	
	width:13px; 	
	left:16px;
	background-position:0 0;	
}

/* Notification - Success */
.success {
	border:1px solid #accc5d;
	color:#70892b;
	background-color:#c8e185; 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#d0e98e),color-stop(100%,#c1da7f)); 
	background-image:-webkit-linear-gradient(#d0e98e,#c1da7f); 
	background-image:-moz-linear-gradient(#d0e98e,#c1da7f); 
	background-image:-o-linear-gradient(#d0e98e,#c1da7f); 
	background-image:linear-gradient(#d0e98e,#c1da7f); 
	-moz-text-shadow:0px 1px rgba(255,255,255,0.3);
	text-shadow:0px 1px rgba(255,255,255,0.3);
}

.success .icon {	
	width:14px;
	left:16px;
	background-position:0 -15px;	
}

.success strong {
	color:#4c5d1e;
}

/* Notification close button */
.close-notification {
	position:absolute; 
	width:5px; 
	height:6px; 
	top:18px; 
	right:10px; 
	cursor:pointer;
	background-image:url(../images/icon/close.png);
	background-repeat:no-repeat;
}

.fail .close-notification {
	background-position:0 0;	
}

.success .close-notification {
	background-position:0 -6px;	
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	form label {
		clear:both;
		width:100%;
		margin-bottom:6px;	
	}
	
	form .inputs {
		clear:both;
		width:100%;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.ajax-contact-form {
		margin:30px auto;		
	}
	
	.ajax-contact-form div.form .title {
		font-size:16px;
		padding:12px;	
	}
	
	form label {
		font-size:12px;
		line-height:12px;	
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.ajax-contact-form {
		margin:15px auto;		
	}
	
	.ajax-contact-form div.form .title {
		font-size:14px;
		padding:10px;	
	}
	
	form label {
		font-size:11px;
		line-height:11px;	
	}
	
	input.aweform[type=text], select.aweform {
		width:100%;	
	}
}


/* FOOTER
================================================== */

#footer {
background: #3a3a3a;
border-top: 10px solid #e9eaee;
padding: 48px 0;
color: #999999;
font-size: 12px;
margin-top: 40px;
}

.footer-logo {
margin-bottom: 15px;
}

#footer p {
color: #999999;
}

#footer h5 {
text-transform: uppercase;
color: #DDDDDD;
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
}

.recent-posts {
margin-top: 20px;
}

.recent-posts li a{
background: url("../images/arrow.png") no-repeat left;
padding-left: 15px;
line-height: 30px;
}

#twitter {
margin-top: 20px;
}

#twitter li {
     background: url("../images/twitter_widget_ico_01.png") no-repeat scroll left 5% transparent;
     margin: 0px 0px 22px;
     padding: 0px 0px 0px 25px;
}

#twitter a {
     color: #FFFFFF;
 	 text-decoration: none;
}

#twitter a:hover {
color: #A9DA75;
}

#twitter b a {
     color: #FFFFFF;
     font-weight: 400;
}

.contact-info {
background: url("../images/map.png") no-repeat 0 45px;
height: 200px;
}

.contact .contact-address i:before {
    font-size: 16px !important;
}

#copyright {
width: 100%;
padding: 20px 0;
border-top: 1px solid #444444;
background: #292a2c;
}

#copyright  p {
float: left;
color: #8e8e8e;
font-size: 12px;
margin:0;
}

#copyright  span {
font-weight: bold;
text-transform: uppercase;
}

.social {
float: right;
}

.social li {
float: left;
}

.social li a {
display: block;
}

/*													Nice Scroll ^
--------------------------------------------------------------*/
.nicescroll-rails {
    z-index: 999 !important;
    background: #f1f1f1;
    width: 10px !important;	
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
/* Header Searchform
==========================*/
#header-searchform {
    display: none;
}
	
    nav {
    display: none;
    } 

    .dl-menuwrapper {
    display: block;
	text-align: right;
    }	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	ul.social {
     float: left;
	 }	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../fonts/opensans-italic.eot');
	src: url('../fonts/opensans-italic.eot@#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-italic.woff') format('woff'),
		 url('../fonts/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../fonts/opensans-extrabold.eot');
    src: url('../fonts/opensans-extrabold.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold.woff') format('woff'),
         url('../fonts/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/opensans-lightitalic.eot');
    src: url('../fonts/opensans-lightitalic.eot@#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic.woff') format('woff'),
         url('../fonts/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}