/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'HelveticaRegular';
    src: url('fonts/helvetica_regular-webfont.eot');
    src: url('fonts/helvetica_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_regular-webfont.woff') format('woff'),
         url('fonts/helvetica_regular-webfont.ttf') format('truetype'),
         url('fonts/helvetica_regular-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('fonts/helvetica-neue-light.eot');
	src: url('fonts/helvetica-neue-light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/helvetica-neue-light.woff') format('woff'),
	     url('fonts/helvetica-neue-light.ttf') format('truetype'),
	     url('fonts/helvetica-neue-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#container {
	float: left;
	/*margin: 0 -240px 0 0;*/
	margin:0;
	width: 100%;
}
#content {
	/*margin: 0 280px 0 20px;*/
	margin:0;
}
body.home #container {
  margin:0;
}
body.home #container #content{
  margin:0;
}


#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: 'HelveticaRegular', arial !important;
}
textarea {
  resize:none;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'HelveticaRegular', Arial !important;
}
input[type=submit] {
	font-family: 'HelveticaRegular', Arial !important;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#main,
#wrapper {
	margin: 0 auto;
	width: 1176px;
}
#wrapper {
	/*background: #fff;
	margin-top: 20px;
	padding: 0 20px;*/
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info1 {
	float: left;
	font-family: 'HelveticaRegular';
	color:#9e9690;
	font-size: 11px;
	width: 700px;
}
#site-generator a{
	float: right !important;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:url(images/bg.jpg) repeat left top;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	/*border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
	padding: 2px;
}
a {
	color: #AAA19B;
	text-decoration:none;
}

a:active,
a:hover {
	color: #AAA19B;
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	padding: 0 0 0 0;
}
#site-title {
	float: left;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	/*clear: right;
	font-size:15px;
	color:#b6ada6;
	float: left;
	font-family:Georgia, arial;
	margin: 36px 0 18px -18px;
	width: 366px;
	border-right:1px solid #6e6762;*/
	display:none;
}
#site-description span{
  display:block;
  font-size:24px;
  padding-bottom:10px;
}

/* This is the custom header image */
#branding {
  float: left;
  margin-left:-13px;
}
#branding img {
	/*border-top: 4px solid #000;
	border-bottom: 1px solid #000;*/
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 671px;
	padding-top:38px;

}
#access .menu-header,
div.menu {
  float:right;
	font-size: 13px;
	/*margin-left: 34px;
	width: 928px;*/
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #9f9a95;
	font-family: 'HelveticaRegular', Arial;
	font-size:15px;
	display: block;
	line-height: 38px;
	padding: 6px 23px;
	text-decoration: none;
}
#access .menu-item-90 a {
  padding:6px 15px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:url(images/menu-hvr-bg.png) repeat left top;
	line-height: 1em !important;
	padding: 15px 25px !important;
	width: 160px;
	height: auto;
}
#access li:hover > a {
	background:url(images/menu-hvr-bg.png) repeat left top;
	color: #9f9a96;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #9f9a96;
	text-decoration:underline;
	/*background:url(images/menu-hvr-bg.png) repeat left top;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access ul ul :hover > a, #access ul ul li.current_page_item a {
  background:#5d5753 !important;
  text-decoration:none;
}
#menu-main_menu .sub-menu li{
	z-index:999;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	min-height:1000px;
	/*overflow: hidden;*/
	/*padding: 40px 0 0 0;*/
	padding-bottom:20px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #716b66;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#B6ADA6;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #AAA19B;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #AAA19B;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}




/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer {
	/*margin-bottom: 20px;*/
  padding:25px 0 0 0;
}
#colophon {
	margin-top: 0;
	overflow: hidden;
	padding: 15px 0;
}

#site-info1 a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info1,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/*-- add style --*/


.home-image {
  line-height:12px;
  position:relative;
  height:782px;
  overflow:hidden;
}
.home-image .img-info {
  font-family: 'HelveticaNeueLight', arial;
  position:absolute;
  line-height:24px;
  bottom:20px !important;
  left:0 !important;
  width:1125px;
  font-size:24px;
  text-align:right;
  padding:15px 25px;
  color:#cecbc7;
  background:url(images/home-img-info-bg.png) repeat left top;
}
.home-bottom {
  padding:30px 0 0 0;
}
.home-right {
  float:left;
  width:610px;
  border-right:1px solid #6d6661;
  padding-right:30px;
}
.home-right p {
  font-size:24px;
  line-height:27px;
}
.home-right p span {
  color:#aaa19b;
}
.home-right .entry-content{
  padding:0;
}
.home-right .hentry,
.home-right p,
.home-left .home-newswidget_categoryposts,
.home-left ul,
.home-left p{
margin:0 !important;
}

.home-left {
  width:500px;
  float:right;
  font-size:19px;
}
.home-left  p{
  line-height:20px !important;
  padding-bottom:10px;
}
.home-left img {
  float:left;
  margin:0 20px 0 0;
}
.home-left ul {
  list-style:none;
}
.home-left ul .cat-post-item span .post-title{
 float:right;
 font-size:14px;
}
.home-left ul .cat-post-item span {
  padding:5px 0 0 0;
  display:block;
}
.home-right h1,
.home-left h3{
  display:none;
}

/*-- float left right--*/

.clear{
  clear:both;
}

.history-right,
.history-left div,
.history-content-right,
.attachment-mission_1,
.about-us-mission .img-3,
.ourteam-state .our-team span,
#second .about-us-mission .img-1,
.services .left-side,
.services .left-side span,
.services .left-side span img,
.news-left-side,
.news-left-side span,
.news-left-side span img,
.client-state .client-1 img{
  float:left;
}

.history-left,
.mission-content,
.ourteam-content,
.services .right-side,
.services .right-side img,
.services .left-side span.img-2,
.news-right-side,
.news-right-side span,
.news-right-side img {
  float:right;
}

.m-right,
.attachment-mission_1,
.about-us-mission .img-3  {
  margin-right:48px;
}

.m-bottom,
.attachment-mission_1,
#second .about-us-mission .img-1,
.services .left-side span.img-2,
.services .right-side img,
.client-state .client-1 img  {
  margin-bottom:48px;
}

.news-left-side .img-1,
.news-left-side .img-2 {
  margin-bottom:52px;
}
.news-right-side .img-1{
  margin-bottom:0px;
}

.news-right-side .img-2{
  margin-top:48px;
}

.news-left-side {
  width:600px;
}
.news-right-side {
  width:529px;
}
.services .right-side {
  width:328px;
}

.ourteam-state .our-team span.img-1,
.ourteam-state .our-team span.img-2 {
  margin-right:44px;
}

.no-padding,
.history-left div.last {
  padding:0;
}
.no-margin,
.client-1 .img-3 img {
  margin:0;
}
/*----*/



.history-left {
  width:537px;
  height: auto;
}
.history-content-right  {
  width:595px;
  min-height:1524px;
}
.mission-content {
  width:674px;
  min-height:415px;
}
.ourteam-content {
  width:770px;
  min-height:892px;
  overflow:visible;
  /*overflow-y:auto;*/
}
.contactus-content {
  height:872px;
}
.services-content {
  height:1332px;
  position:relative;
  overflow-y:auto;
}
#content .content-info .service-post{
  padding:10px 0;
}
.news-content {
  height:873px;
}
.news-content .newspost {
  padding:0 0 25px 0;
}

/*-- SCROLL--*/

/*.ourteam-content .entry-content{
  overflow-y:auto;
}

.ourteam-content .entry-content {
  height:780px;
}*/

/* -- OURTEAM CONTENT -- */

.ourteam-content div.faq-title  {
  font-style:normal;
  margin:0;
  display:block;
}
.ourteam-content .main_team a,
.ourteam-content div.faq-title a {
  color:#938982;
  cursor:pointer;
}

.ourteam-content .main_block .faq-title a,
.ourteam-content .divActive a{
  color:#AAA19B !important;
}
.ourteam-content div.faq-title a:hover,
.ourteam-content div.faq-title a:active {
  color:#b6ada6;
}
.ourteam-content .main_block .faq-title {
  line-height:30px;
  padding-bottom:5px;
}

.ourteam-content div.faq-answer {
  margin:15px 0 0 40px;
}
.ourteam-content .main_block .faq-answer{
  margin:0 0 0 0;
}

.bio-content a:first-child, .bio-content img:first-child{
	float:left;

}

.bio-content img:first-child{
	padding-right: 13px;
	width: 124px;
  	height: auto;
}

.bio-title{
	float:right;
	width:512px
}

.bio-title.no-image{
	width:100%
}

.bio-title a{
	text-decoration:underline;
}

.bio-title p{
	margin-bottom: 5px !important;
}

.faq-answers{
	margin-bottom: 54px;
}

.faq-answer img.alignleft{
	margin-right: 14px;
}

.ourteam-content .main_team{
  display:block;
}
.ourteam-content .main_block {
  margin:15px 0 0 38px;
}

/* -- SERVICE CONTENT -- */
.services-content .entry-content #items {
  width:720px !important;
  margin:0 !important;

}
.services-content .entry-content #items li{
  width:720px !important;
  clear:both !important;
  float:none !important;
}
/* -- SERVICE CONTENT -- */
.news-content .entry-content #items {
  width:520px !important;
  margin:0 !important;

}
.news-content .entry-content #items li{
  width:520px !important;
  clear:both !important;
  float:none !important;
}

/* -- CLIENT CONTENT -- */
.client-content .type-page,
.client-content .type-page h2,
.client-content .type-page h3.entry-title {
  font-size:16px !important;
  font-weight:normal !important;
  margin:0 !important;
}
.client-content .type-page h2,
.client-content .type-page h3.entry-title a{
  color:#b6ada6 !important;
}
.client-content .type-page .clientBox {
  float:left;
  width:50%;
}

/* -- PORTFOLIO PAGE-- */
.portfolio-contnet #slider1,
.menu-portfolio_menu-container ul,
.menu-portfolio_menu-container ul li,
.menu-portfolio_menu-container ul li a{
  margin:0 !important;
  list-style:none;
}

.menu-portfolio_menu-container,
.menu-portfolio_inner_menu-container{
  float:left;
  width:100%;
  background: url("images/portfolio-menu-bg.png") repeat scroll left top ;
}
.menu-portfolio_menu-container ul,
.menu-portfolio_menu-container ul li,
.menu-portfolio_menu-container ul li a,
.menu-portfolio_inner_menu-container ul,
.menu-portfolio_inner_menu-container ul li,
.menu-portfolio_inner_menu-container ul li a{
  float:left;
  cursor: pointer;
}
.menu-portfolio_menu-container ul,
.menu-portfolio_inner_menu-container ul {
  width:100%;
  margin:8px 8px 0 8px !important;
}
.menu-portfolio_menu-container ul li,
.menu-portfolio_inner_menu-container ul li {
  float:left;
  margin-right:8px !important;
  list-style:none;
}
.menu-portfolio_menu-container ul li a,
.menu-portfolio_inner_menu-container ul li a{
  color:#57524d;
  font-family: 'HelveticaNeueLight';
  display:inline;
  font-size:36px;
  padding:15px 45px;
  text-decoration:none;
}
.menu-portfolio_menu-container .current-menu-item a,
.menu-portfolio_menu-container ul li a:hover,
.menu-portfolio_inner_menu-container .current-menu-item a,
.menu-portfolio_inner_menu-container ul li a:hover{
  color:#b6ada6;
  text-decoration:none;
  background:url("images/portfolio-menu-hvr.png") repeat scroll left top ;
}
.portfolio-contnet {
  clear:both;
  position:relative;
  padding:45px 68px;
  background:url("images/portfolio-bg.png") repeat scroll left top ;
}
.portfolioDivRow {
  clear:both;
}
.portfolioDivMain {
  float:left;
  width:200px;
  font-size:13px;
  line-height:16px;
  color:#938982;
  margin-right:80px;
}
.portfolioDivMain.last {
  margin-right:0 !important;
}
.portfolioDivMain .portfolioDivThumb{
  float:left;
  width:187px;
  height:187px;
  padding:8px;
  margin:0 0 0 0;
  cursor:pointer;
}
.portfolioDivMain .portfolioDivThumb:hover{
  background:url("images/portfolio-bg.png") repeat scroll left top ;
}
.portfolioDivMain .portfolioDivThumb img{
  float:left;
}

.portfolioDivMain .portfolioDivText {
  padding:5px 8px 8px 8px;
}
.portfolioDivMain .portfolioDivTitle{
  color:#b6ada6;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
  position:absolute;
  width:23px;
  height:79px;
  top:40%;
}

.bx-wrapper .bx-prev {
  left:-40px;
  background:url("images/prev1.png") no-repeat left top;
}
.bx-wrapper .bx-next {
  right:-40px;
  background:url("images/next1.png") no-repeat left top;
}

body.single-portfolio .portfolio-contnet{
  padding:0;
  background:none;
}

body.single-portfolio .portfolio-contnet .ad-image-wrapper{
  clear:both;
  width:1176px;
  position:relative;
  /*padding:8px;*/
  margin-bottom:35px;
  padding-top: 10px;
  background:url("images/portfolio-bg.png") repeat scroll left top ;
}

body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  color: #938982;
  padding:20px;
  text-align:right;
  margin-bottom:10px !important;
  background:url("images/home-img-info-bg.png") repeat scroll left top !important;
}
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title{
  color:#b6ada6;
}
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image {
  position:relative !important;
}

body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image #player {
	margin:190px auto 0 auto;
}

body.single-portfolio .ad-gallery .ad-nav {
  clear:both;
}
body.single-portfolio .ad-gallery .ad-back,
body.single-portfolio .ad-gallery .ad-forward{
  height: 79px;
  position: absolute !important;
  top: 18%;
  width: 23px;
}
body.single-portfolio .ad-gallery .ad-back {
  left:-50px;
  background:url("images/prev1.png") no-repeat scroll left top ;
}
body.single-portfolio .ad-gallery .ad-forward{
  right:-50px;
  background:url("images/next1.png") no-repeat scroll left top;
}
body.single-portfolio .ad-gallery .ad-thumbs li {
  padding-right:29px;
}
body.single-portfolio .ad-gallery .ad-thumbs li a {
  padding:4px;
}
body.single-portfolio .ad-gallery .ad-thumbs li a:hover,
body.single-portfolio .ad-gallery .ad-thumbs li a.ad-active {
  background:url("images/portfolio-bg.png") repeat scroll left top ;
}
body.single-portfolio .ad-gallery .ad-thumbs li a img{
  border:0;
}
/*-- ERROR & VALIDATION --*/
div.wpcf7-validation-errors,
.wpcf7-mail-sent-ok  {
  margin:10px 0 0 0 !important;
  font-size:16px;
  font-style:italic;
  border:0 !important;
  background:#403a35 !important;
}
span.wpcf7-not-valid-tip {
  color:#f00 !important;
  font-family: 'HelveticaRegular'!important;
  font-size:19px !important;
  top:0 !important;
  padding:2px 8px !important;
  border:0 !important;
  background:transparent !important;
}
/*-- PAGINATION --*/
.content-info #pagination{
  position:relative;
  display:block;
  padding:15px 0;
  text-align:right;
}
.content-info #pagination li{
  float:none;
  font-size:16px;
  display:inline ;
  border:0;
  padding:6px 10px;
  margin:2px 3px;
  cursor:pointer;
}
.content-info #pagination li {
  background:#B6ADA6;
  color:#403a35;
}
.content-info #pagination li:hover {
  background:#403a35;
  color:#B6ADA6;
}

.content-info #pagination span.pages{
  color:#716a65;
}
.content-info #pagination li.current {
  background:#514b49;
  color:#B6ADA6;
}


.history-content-right,
.mission-content,
.ourteam-content,
.content-info {
  background:url("images/content-img-info.png") repeat left top ;
}
.content-info h2{
  padding:0 40px;
  color:#B6ADA6 !important;
}
.content-info .entry-content h2 {
  padding:0;
}
.content-info .entry-content{
  padding:0;
}



/*---*/

#slider ul li#second .type-page,
.content-info .type-page{
  padding:25px 40px;
  font-size:22px;
  color:#928981;
  margin:0 !important;
}

#slider ul li#second .type-page h1,
#content .content-info .type-page h1{
  color:#b5aca6;
  font-size:22px;
  font-weight:normal;
  margin-bottom:0;
}
.content-info .page p span,
.content-info .page h1,
.content-info .page h2,
.content-info .page h3,
.content-info .page h4,
.content-info .entry-content h2,
.content-info .entry-content h3 {
  color:#b5aca6;
}
.content-info .entry-content h2,
.content-info .entry-content h3 {
  font-size:22px;
  font-weight:normal;
  color:#aaa19b !important;
  margin-bottom:10px !important;
}
.history-left div {
  line-height:12px;
  padding-bottom:41px;
}
.services .left-side {
  width:800px;
}
.contact-state .side-left {
  width:565px;
  float:left;
}
.contact-state .side-right {
  width:565px;
  float:right;
}

.contact-state .side-left img,
.contact-state .side-right img {
  float:left;
  margin-bottom:46px;
}
.contact-state .side-right .contactus-content h1{
  padding:0 0 24px 31px;
}
.contact-state .side-right .entry-content {
  width:414px;
  padding:0 0 0 31px;
}
.contact-state .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
.contact-state .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{
  margin:0;
  width:390px;
  font-size:19px !important;
  padding:4px 12px 5px 12px;
  color:#9a9795 !important;
  background:#544f4b;
  border:0;
  outline:none;
}
.contact-state .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
  height:166px;
}

.contact-state .wpcf7-form .wpcf7-submit {
  float:right;
  color:#9a9795 !important;
  font-size:19px !important;
  padding:8px 15px;
  background:#544f4b;
  border:1px solid #3d3935;
  margin-bottom:15px;
}
div.wpcf7 img.ajax-loader {
  margin:0 !important;
}
.contact-state .wpcf7-form p {
  clear:left;
}
.contact-state .wpcf7-form p.contacttext{
  font-size:18px;
  width:425px;
  clear:both;
  margin:0 !important;
}
.wpcf7-mail-sent-ok {
  border:0;
  text-align:center !important;
  color:#fff !important;
  background:#398F14 !important;


}
/*-- slider --*/
.slider-outer {
  position:relative;
}
#slider{
  position:relative;
}
#slider ul {
 margin-left:0;
}
#slider, #slider li#first, #slider li#second{
  width:1176px;
  height:auto;
  overflow:hidden;
  margin:0;
  padding:0;
  list-style:none;
}
#slider ul, #slider ul li{
  margin:0;
  padding:0;
  list-style:none;
}
#prevBtn a{
  display:block;
  text-decoration: none;
  width:79px;
  height:77px;
  background:url("images/close.png") repeat left top ;
  position:absolute;
  top:0;
  left:-79px;
  text-indent:-9999999px;
}
.mission-state #prevBtn a{
  left:1176px;
  top:482px !important;
}
@media \0screen {
  .mission-state #prevBtn a {top:481px !important;}
}

.ourteam-state #prevBtn a,
.contact-state #prevBtn a{
  left:1175px;
  top:0px !important;
}
.services-state #prevBtn a {
  top:352px;
}

#nextBtn {
  position:absolute;
  width:100%;
  height:77px;
  top:290px;
  left:-77.2%;
  /*padding:20px 0;*/
  text-align:right;
  background:url("images/next-bg.png") repeat left top;
  z-index:999;
}
.client-state #nextBtn {
  top:306px;
}
#nextBtn a {
  font-size:28px;
  float:right;
  text-decoration:none;
  color:#aaa19b;
  padding:7px 44px 7px 0;
  margin:18px 26px -18px 0;
  background:url("images/next-img.png") no-repeat right 3px;
}

/*

Form Generator
=======================================================

*/

/* Global Declaration */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -46px;
  line-height: 26px;
  height: 32px;
}

div.selector span {
  background-position: right -4px;
  height: 32px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active,
div.selector.active {
  background-position: -483px -46px;
}

div.selector:active span,
div.selector.active span {
  background-position: right -4px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -46px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -4px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -46px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -4px;
}

div.selector.disabled {
  background-position: -483px -46px;
}

div.selector.disabled span {
  background-position: right -4px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 19px;
}

div.selector select {
  /*min-width: 190px;*/
  width:100%;
  font-family: 'HelveticaRegular', Arial;
  font-size: 19px;
  border:0;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color:#9A9795 !important;
  width: 158px;
  text-shadow: 0;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 32px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* */
.state div.selector {
  width:404px;
}
.state div.selector span{
  width:372px;
  padding:0 30px 0 2px;
}

/* --light box--*/
#lightbox-container-image-box,
#lightbox-container-image-data-box {
  background:#544f4b !important;
}
#lightbox-container-image-box{
  padding:54px 44px 0 44px !important;
}
#lightbox-container-image-data-box{
  padding:0 54px 25px 54px !important;
  height:30px;
}
#lightbox-container-image-box #lightbox-container-image,
#lightbox-container-image-data {
  padding:0 !important;
}
#lightbox-container-image-data {
  color:#b6ada6 !important;
  font-size:24px !important;
}
#lightbox-image-details-currentNumber {
  padding-bottom:0 !important;
  line-height:30px;
}
#lightbox-container-image-data #lightbox-image-details {
  width:100% !important;
}
#lightbox-image-details-caption {
  float:right !important;
  line-height:30px;
  font-weight:normal !important;
}
#lightbox-container-image-box #lightbox-secNav {
  position:absolute !important;
  top:14px;
  right:12px;
  z-index:9999;
}
#lightbox-secNav-btnClose {
  width:29px !important;
  height:29px !important;
  position:relative !important;
}
#lightbox-nav-btnNext {
  background:url("images/next.png") no-repeat 98% 65% !important;
}
#lightbox-nav-btnPrev  {
  background:url("images/prev.png") no-repeat 2% 65% !important;
}

/*-- CONTACT US PAGE--*/
.contact-state .side-left #leftimg {
  width:565px;
  height:413px;
  margin:0 0 46px 0;
  overflow:hidden;
}
.contactus-content {
  display:none;
}

/*---*/

.main_team{clear: both; width: 100%; margin-bottom: 24px;}


/*---*/
.rightdetails{
  float: right;
  position:absolute;
  bottom:5px;
  right:0;
  text-align:right;
  padding:15px !important;
  width: 330px !important;
  font-size:18px;
}
.rightdetails .ad-description-title {
  display:block;
  color:#8e8277;
  font-weight:normal;
}

.leftdetails{float: left; width: 775px !important; left : 0px !important; text-align: left !important; padding:10px !important; }
.topdetails{
  float: left;
  font-size:22px;
  color:#B6ADA6;
  width: 570px !important; display: none;
  background:url("images/gallery-content-bg.png") repeat scroll left top transparent !important;
  left: 0px !important;
  top:0 !important;
  text-align: left !important;
  position:absolute;
  padding:30px !important;
}

#hideFull{display: none;  cursor: pointer}
#showFull{cursor: pointer}
.portMenu1{
  float:left;
  width:100%;
  position:relative;
  border-bottom:1px solid #8e8277;
  margin:0 0 5px 0 !important;
}
.portMenu {
  clear:both;
  font-size:22px;
  cursor:pointer;
  text-transform:capitalize;
}
.portMenu-active,
.portmenu-link{
  float:left;
}
.portmenu-link{
  padding:10px 0 0 10px !important;
}
.mnuSep {
  position:absolute;
  bottom:-1px;
  right:-17px;
}
.mnuSep,
.mnuSep #showFull,
.mnuSep #hideFull{
  width:17px;
  height:17px;
}
.mnuSep #showFull,
.mnuSep #hideFull {
  float:left;
  text-indent:-999999px;
}
.mnuSep #showFull {
  background:url("images/hide.png") no-repeat left top;
}

.mnuSep #hideFull {
  background:url("images/show.png") no-repeat left top;
}
.gallery-1-content .leftdetails .shortDesc{
  color:#8e8277;
  font-size:22px;
}

body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image,
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .gallery-1-content {
  width:100% !important;
  left:0 !important;
  float:left;
}
body.single-portfolio #content .ad-gallery .ad-image-wrapper {
  /*overflow:visible !important;*/
}
body.single-portfolio #content .ad-gallery .ad-image-wrapper .ad-image {
  height:720px !important;
  top:0 !important;
  overflow:visible !important;
}
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .gallery-1-content {
 position:absolute;
 z-index:99999 !important;
 bottom:0;
 left:0;
 background:url("images/gallery-content-bg.png") repeat scroll left top transparent !important;
}
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .gallery-1-img {
  margin:0 auto;
  text-align:center;
}
body.single-portfolio #content .ad-gallery .ad-image-wrapper .ad-image .portMenu-active {
  font-size:97px;
  font-family: 'HelveticaNeueLight';
  float:left;
  line-height:97px;
  font-weight:normal !important;
  margin:0!important;
  text-transform:capitalize;
}
body.single-portfolio .ad-gallery .ad-image-wrapper .ad-image .shortDesc {
  clear:both;
}

.ad-image-description{width:96.6% !important;}
.history_ctitle{color:#B5aca6}

.macff p{
	font-size:21px;
	line-height:25px;
}

.linchrome p {
	line-height:23px;
}

.gallery-1-img img{
	max-height: 720px !important;
}


/**
 * 	Social Media Icon above Contact Us
 */
.social-media{
	position:absolute;
	top:4px;
	right:0;
}

#access .social-media a{
	float:left;
	padding:0;
	height:33px;
	outline:none;
}

.linkedin{
	margin-left: 0px;
	margin-right: 7px;
}

#access{
	position:relative;
}

.blog aside{
    width: 350px;
    float: left;
}
    .blog .widget-container{
	padding: 10px;
	background: url("images/portfolio-bg.png");
	margin-bottom: 20px;
    }
    .blog .widget-container .widget-title{
	font-size: 24px;
	color: #999999;
	padding: 10px;
	float: left;
	background: url("images/portfolio-menu-bg.png") repeat scroll left top;
	font-family: 'HelveticaNeueLight';
	margin-bottom: 10px;
    }
    .blog #searchform{
	background: url("images/portfolio-menu-bg.png") repeat scroll left top;
	position: relative;
	clear: both;
    }
	.blog #searchform #s{
	    width: 100%;
	    border: none;
	    background: none;
	    padding: 5px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    height: 31px;
	}
	.blog #searchsubmit{
	    width: 20px;
	    height: 20px;
	    font-size: 0;
	    border: none;
	    background: url("images/search.png") no-repeat center;
	    position: absolute;
	    top: 5px;
	    right: 5px;
	}

    .blog .widget-container ul{
	clear: both;
	margin: 10px 0;
    }
    .blog .widget-container li a, .blog .widget li{
	font-size: 20px;
	color: #B6ACA5;
	text-decoration: none;
	line-height: 160%;
	font-family: 'HelveticaNeueLight';
    }
    .blog .widget-container li a:hover{
	color: #fff;
    }
.blog #content{
    width: 790px;
    float: left;
    margin-left: 30px;
}
    .blog .post{
	background: url("images/post.jpg") repeat scroll left top;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
    }
	.blog .post img{
	    margin-bottom: 10px;
	}
	.blog .post .postcontent{
	    padding-left: 60px;
	    position: relative;
	}
	.blog .post .postcontent .date{
	    position: absolute;
	    top: 0;
	    left: 0px;
	    width: 48px;
	    background: url("images/date.jpg") repeat scroll left top;
	    text-align: center;
	    font-size: 26px;
	    color: #B6ACA5;
	    font-family: 'HelveticaNeueLight';
	    padding: 10px 0;
	    line-height: 70%;
	}
	.blog .post .postcontent .date span{
	    font-size: 16px;
	}
	.blog .post .postcontent .bottompost a{
	    color: #DFDAD8;
	    font-size: 14px;
	}
	.blog .post p{
	    font-size: 14px;
	    line-height: 140%;
	}
	.blog #content .post h2 {
	    font-family: 'HelveticaNeueLight';
	    font-size: 26px; color: #B6ACA5;
	    margin-bottom: 10px;
	}
	.blog .post h2  a{
	    color: #B6ACA5;
	}
	.blog .post .social{
	    float: right;
	}
	.pagination{
	    padding: 20px 0;
	    overflow: hidden;
	}
	.pagination a{
	    background: url("images/portfolio-menu-bg.png") repeat scroll left top;
	    font-size: 26px;
	    padding: 5px;
	    display: block;
	    color: #B6ACA5;
	    font-family: 'HelveticaNeueLight';
	    float: left;
	}
	.pagination .right a{
	    float: right;
	}
#comments, #comments2{
    background: url("images/post.jpg") repeat scroll left top;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.commentlist{
    padding: 0;
}
    .commentlist li{
	list-style: none;
    }
    #comments-title, h3#reply-title{
	font-family: 'HelveticaNeueLight';
	font-size: 26px; color: #B6ACA5;
	margin-bottom: 10px;
    }
    .comment-author cite{
	color: #D6D6D6;
	font-family: 'HelveticaNeueLight';
	font-size: 20px;
	font-style: normal;
    }
    .comment-meta{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;

    }
    #comments .comment{
	padding: 15px 15px 15px 75px;
	position: relative;
    }
    .commentlist .avatar{
	position: absolute;
	top: 15px;
	left: 15px;
    }
    #comments .odd{
	background: url("images/date.jpg") repeat scroll left top;
    }
    #respond textarea, #respond input[type='text'] {
	background: #35312C;
	border: none;
	font-family: sans-serif;
	color: #fff;
	padding: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
    #respond textarea{
	height: 208px;
    }
    .comment-notes, .form-allowed-tags {
	display: none;
    }
    #respond .required{
	color: #fff;
    }
    .comment-form-email, .comment-form-author, .comment-form-url{
	width: 322px;
    }
    .comment-form-comment {
	width: 382px;
	float: right;
	margin-top: -259px;
    }
    .form-submit {
	clear: both;
	overflow: hidden;
    }
    .form-submit input{
	    background: url("images/date.jpg") repeat scroll left top;
	    font-size: 26px;
	    padding: 10px 15px;
	    display: block;
	    color: #D6D6D6;
	    font-family: 'HelveticaNeueLight';
	    float: right;
	    border: none;
	}
	.logged-in .comment-form-comment{
	    width: auto;
	    margin: 0;
	    float: none;
	}


.instagram{
	position:relative;
	left:-13px;
	top:-1px;
}

.twitter{
	position:relative;
	left:-17px;
}

.st_twitter{
	position:relative;
	left:17px;
}

.applynowbut { color:#9a9795 !important;background-attachment: scroll;background-clip: border-box;background-color: #544f4b;background-image: none;background-origin: padding-box;background-position: 0% 0%;background-repeat: repeat;background-size: auto;border-bottom-color: #3d3935;border-bottom-style: solid;border-bottom-width: 1px;border-left-color: #3d3935;border-left-style: solid;border-left-width: 1px;border-right-color: #3d3935;border-right-style: solid;border-right-width: 1px;border-top-color: #3d3935;border-top-style: solid;border-top-width: 1px;color: #9a9795;margin:auto 0;font-size: 19px;margin-bottom:15px;padding-bottom:5px; padding-left:55px; padding-right:55px; padding-top:5px;}

#careers-list .faq-catname, #careers-list .faq-title { display: none }
#careers-list .main_block { display:block;}

#nlBtn {
	position: absolute;
  width: 119.1%;
  height:50px;
  left:-77.2%;
  text-align:right;
  background:url("images/next-bg.png") repeat left top;
  margin-left: 720px;
  z-index: 3;
}

#nlBtn a {
  font-size:24px;
  float:right;
  text-decoration:none;
  color: #666;
  padding: 0px 418px 7px 0;
  margin: 18px 26px -18px 0;
}

.nlbold {
	font-weight: 700;
}

#prevNlBtn a{
  display:block;
  text-decoration: none;
  float: right;
  margin: -10px -79px 0 0;
  width:79px;
  height:77px;
  background:url("images/close.png") repeat left top ;
}

.newsletter-form {
	margin-top: -16px;
	background:url("images/next-bg.png") repeat left top;
	position: relative;
}

.newsletter-title {
	padding: 10px 0px 10px 437px;
	font-size: 24px;
}
.newsletter-form .row {
	margin-left: 58px;
}
.newsletter-form input {
	width: 526px !important;
	margin: 2px 2px;
  font-size: 19px !important;
  padding: 4px 12px 5px 12px;
  color: #9a9795 !important;
  background: #544f4b;
  border: 0;
  outline: none;
}

.nl-subit {
	width: 100px !important;
	margin: 10px 542px !important;
}

.mc4wp-form input {
	display: inline !important;
}

.mc4wp-alert {
	  position: absolute !important;
    margin: -2em 1px !important;
    z-index: 3;
    width: 1169px;
    padding: 1px !important;
    text-align: center;
}

#newsletter {
	width: 100%;
}
body.single-portfolio .img-info {
  font-family: 'HelveticaNeueLight', arial;
  position:absolute;
  line-height:24px;
  bottom:25% !important;
  left:0 !important;
  width:1125px;
  font-size:24px;
  text-align:right !important;
  padding:15px 25px !important;
  color:#cecbc7 !important;
  background:url(images/home-img-info-bg.png) repeat left top !important;
  z-index:1000;
}
.portfolio-template-single-portfolio .img-info p{
  margin-bottom: 0 !important;
}
.page-template-clients #prevBtn a{
  top: 145px;
  left: 285px;
}
