/*
Theme Name: Hanken
Theme URI: http://hankenstudio.com/
Author: Hanken
Author URI: http://hankenstudio.com/
Description: Clean theme, modular, full page, one side widget
Version: 1.0
License: GNU General Public License v2.0
License URI: _BR_
Tags: gray, flexible-width, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

/* =Reset 
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ 
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ 
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate; /* tables still need 'cellspacing="0"' in the markup */ 
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0; /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ 
}

a img {
	border: 0;
}

/* =Global 
-------------------------------------------------------------- */
.formwide-error {border: 3px solid #FF0000!important;border-radius: 3px 3px 3px 3px!important;color: #666666;margin-bottom: 10px;width: 96%!important; font-size:12px; font-family:Arial, Helvetica, sans-serif !important; } /*marco*/
.formwide {width: 96%; margin-bottom: 5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:#FFFFFF; border:2px solid #CCC; height:25px; border-radius:3px; margin-bottom:5px;} /*marco*/
.formwide1 {width: 96%; margin-bottom: 5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:#FFFFFF; border:2px solid #CCC; height:59px; border-radius:3px; margin-bottom:5px;}

.padthai {margin-bottom: 10px;}
.main-navigation li {margin-top: 41px; padding-bottom: 50px !important; font-size: 16px;}
.metaslider {border-top: 3px solid #16b7e9;}
a:-webkit-any-link {text-decoration: none;}
.panel-grid-cell li {border-bottom: 1px dotted #cccccc;}
.panel-grid-cell li a {color: #666!important; font-weight: normal;}
.widget ul li li:before {
content: "";
 	border-color: transparent #666;
  	border-style: solid;
  	border-width: 0.25em 0 0.25em 0.35em;
	color: #16b7e9;
   	display: block;
  	height: 0;
    	width: 0;
   	left: -1em;
   	top: 0.9em;
   	position: relative;
	margin-top: 0 !important;
}
.panel-grid-cell li a:hover {color: #16b7e9!important; font-weight: normal;}
.panel-grid-cell li.current-menu-item a{color: #16b7e9!important; font-weight: normal;}
div.textwidget ul li {border-bottom: none;}
.widget ul li:last-child {border-bottom: none;}

a:hover img {opacity: 0.5;}

 

body,
button,
input,
select,
textarea {
	color: #474747;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: inherit;
	font-size: 14px;
	line-height: 1.5em;
}

body {
	background-color: #fafafa;
}

.wrapper {
	width: 960px;
	
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* =Global  : Colors 
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea,
.general,
small.links a {
	color: #5e5e5e;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.important {
	color: #474747;
}

small,
.supplementary,
small.light-links a {
	color: #777777;
}

/* =Global  : Colors  : Links 
-------------------------------------------------------------- */

a {
	color: #0064ad;
}

a:hover,
a:focus,
a:active {
	color: #16b7e9;
}

/* =Global  : Page Structure 
-------------------------------------------------------------- */

#primary {
	width: 75%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 1em;
	padding-right: 15px;
}

#secondary {
	width: 25%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 1em;
	padding-left: 25px;
}

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

/* =General  : Headings 
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
}

hr {
	height: 1px;
	
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

/* =General  : Text Elements 
-------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
	color: #000 !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
	
}

sub {
	top: .5ex;
	
}

small {
	font-size: 90%;
}

big {
	font-size: 145%;
	line-height: 1.4em;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	
	margin: 0 0 1.5em;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */ 
	font-size: 100%; /* Corrects font size not being inherited in all browsers */ 
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ 
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */ 
}

button,
input {
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */ 
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #f7931e;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ 
	font-size: 16px;
	font-weight: normal;
	width: 99%;
	text-shadow: #000;
	height: 42px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffc47f; /* Old browsers */
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */ 
	padding: 0; /* Addresses excess padding in IE8/9 */ 
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ 
	padding: 0;
}

input[type=text],
input[type=email],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=tel] {
	padding: 3px;
	height: 24px;
}

textarea {
	width: 100%;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ 
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */ 
}

/* =General  : Alignment 
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* =General  : Screen Readers 
-------------------------------------------------------------- */

.assistive-text {
	position: absolute !important;
	
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
	clip: rect(1px, 1px, 1px, 1px);
}

/* =General  : Content 
-------------------------------------------------------------- */

.sticky {
}

.hentry {
}

.entry-meta {
	clear: both;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =General  : Asides 
-------------------------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =General  : Media 
-------------------------------------------------------------- */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */ 
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
	
}

.entry-content img,
img.size-full {
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/* =General  : Navigation 
-------------------------------------------------------------- */

.site-content .site-navigation {
	overflow: hidden;
}

.site-content .paging-navigation .nav-info {
	margin: 0 35%;
	text-align: center;
}

.site-content .paging-navigation .nav-previous {
	float: right;
}

.site-content .paging-navigation .nav-next {
	float: left;
}

.site-content .post-navigation .nav-previous {
	float: left;
}

.site-content .post-navigation .nav-next {
	float: right;
}

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

.entry-content {
	line-height: 1.5em;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content p,
.entry-content > ul,
.entry-content > li,
.entru-content dl {
	margin: 20px 0;
}

.entry-content blockquote {
	font-size: inherit;
	font-style: italic;
	margin-left: 1.5em;
}

.entry-content blockquote cite {
	font-size: 90%;
	font-weight: bold;
}

.entry-content pre {
	background: white;
	border: 1px solid #E0E0E0;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	font-family: "Courier New", Courier, mono;
	padding: 10px;
}

.entry-content code {
	font-family: "Courier New", Courier, mono;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Entry Content  : Forms 
-------------------------------------------------------------- */

.entry-content input[type=submit] {
	font-size: 90%;
	padding: 4px 10px;
}

/* =Entry Content  : Gallery 
-------------------------------------------------------------- */

.entry-content .gallery-caption {
}

.entry-content .gallery {
	margin: 25px 0 !important;
}

.entry-content .gallery .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content .gallery .gallery-icon {
	line-height: 0;
	margin-bottom: 0 !important;
}

.entry-content .gallery img {
	border: none !important;
}

.entry-content .gallery .gallery-caption {
	margin: 10px !important;
	padding-left: 0 !important;
}

/* =Entry Content  : Table 
-------------------------------------------------------------- */

.entry-content table {
	width: 100%;
	
}

/* =Entry Content  : Images 
-------------------------------------------------------------- */

.entry-content img {
	height: auto;
	
	display: block;
	max-width: 100%;
}

.entry-content .wp-caption {
	border: 1px solid #E0E0E0;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 30px 0;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.entry-content .alignleft {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.entry-content .alignright {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Entry Content  : Images  : Gallery 
-------------------------------------------------------------- */

.entry-content .gallery {
	margin-bottom: 1.5em;
}

.entry-caption {
}

.entry-content .gallery a img {
	height: auto;
	
	border: none;
	max-width: 90%;
}

.entry-content .gallery dd {
	margin: 0;
}

.entry-content .gallery-columns-4 .gallery-item {
}

.entry-content .gallery-columns-4 .gallery-item img {
}

/* =Entry Content  : Images  : Caption 
-------------------------------------------------------------- */

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}

.wp-caption-text {
	margin-top: 0.5em;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0 0 0;
}

/* =Entry Content  : Lists 
-------------------------------------------------------------- */

.entry-content ul {
	list-style-type: square;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol ol {
	list-style-type: upper-alpha;
}

.entry-content ol ol ol {
	list-style-type: lower-roman;
}

.entry-content ul li,
.entry-content ol li {
	margin-left: 1.5em;
}

/* =Entry Content  : Definition List 
-------------------------------------------------------------- */

.entry-content dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-content dl dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

/* =Entry Content  : Headings 
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 300;
	margin: 20px 0;
}

.entry-content h1 {
	font-size: 165%;
}

.entry-content h2 {
	font-size: 145%;
}

.entry-content h3 {
	font-size: 130%;
}

.entry-content h4 {
	font-size: 115%;
}

.entry-content h5 {
	font-size: 100%;
}

.entry-content h6 {
	font-size: 95%;
}

/* =Page 
-------------------------------------------------------------- */

#page-top-bar {
	background: #ccc;
	border-bottom: 3px solid #cbcbcb;
	color: #999999;
	margin-bottom: 25px;
	min-height: 5px;
	display: none;
}

#page-top-bar p {
	font-size: 90%;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#page-top-bar a {
	color: #777;
}

#page-top-decoration p a {
	color: #888;
}

/* =Masthead 
-------------------------------------------------------------- */

#masthead {
	position: relative;
	
	display: table;
}

#masthead #site-title {
	font-size: 26px;
	line-height: 1;
	margin: 0 0 4px 0;
	white-space: nowrap;
}

#masthead #site-title a {
	color: inherit;
	text-decoration: none;
}

#masthead #site-description {
	font-size: 14px;
	white-space: nowrap;
}

#masthead-decoration {
	height: 1px;
	
	/*border-bottom: 1px solid #808080;
	border-top: 2px solid #494949;*/
	margin-bottom: 10px;
}

#masthead-wrapper {
	display: table-row;
}

#masthead-wrapper hgroup {
	width: 1%;
	
	display: table-cell;
	padding-bottom: 5px;
	vertical-align: center;
}

#masthead-wrapper nav {
	width: auto;
	
	display: table-cell;
}

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

.main-navigation {
	margin-bottom: -20px;
	padding-left: 20px;
	text-align: right;
	vertical-align: bottom;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	
	display: inline-block;
	padding: 0 15px 3em 15px;
}

.main-navigation li:first-child {
	padding-left: 0;
}

.main-navigation li:last-child {
	padding-right: 0;
}

.main-navigation a {
	color: inherit;
	display: block;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.main-navigation ul ul {
	position: absolute;
	top: /*100%*/36px;
	left: 50%;
	width: 180px;
	
	background: #f2f2f2;
	border-top: 3px solid #16b7e9;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: none;
	font-size: 97.5%;
	margin-left: -90px;
	padding: 15px;
	z-index: 99999;
}

.main-navigation ul ul:before {
	position: absolute;
	top: -15px;
	left: 50%;
	
	content: url(images/sprites/menu-pointer.png);
	display: block;
	margin-left: -9px;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	width: auto;
	
	margin-left: 0;
}

.main-navigation ul ul ul:before {
	content: '';
}

.main-navigation ul ul a {
}

.main-navigation ul ul li {
	display: block;
	float: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
	height: 16px;
}

.main-navigation ul li:hover > ul {
	display: block;
	height: 70px;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* =Menu  : Mobile Navigation Button 
-------------------------------------------------------------- */

/*
a.mobilenav{
	margin-top: 25px;
	font-size: 125%;
	font-weight: bold;
	color: #474747;
	
	display: none;
	
	height: 1em;
	text-align: center;
	
	text-decoration: none;
}

a.mobilenav:before{
	content: '+ ';
}
*/

/* =Panels 
-------------------------------------------------------------- */

.panel-grid {
	/*margin: 0 -15px 30px -15px;*/
	margin: 0 -12px 24px -12px;
}

.panel-grid-cell {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 0 15px;*/
	padding: 0 12px;
}

.panel-grid-cell .panel {
	margin-bottom: /*30px*/ 24px;
}

.panel-grid-cell .panel:last-child {
	margin-bottom: 0;
}

.panel {
	margin-bottom: 15px;
	min-height: 1em;
}

.panel.panel-last-child {
	margin-bottom: 0;
}

/* =Panels  : Widgets 
-------------------------------------------------------------- */

.panel h3.widget-title {
	font-size: 1.6em;
	margin-bottom: 15px;
}

#panel-0-1-3 h3.widget-title {
	font-size: 1.6em;
	margin-bottom: 15px;
	float:left;
	width:100%;
	}

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

#secondary aside {
	color: #5e5e5e;
	font-size: 95%;
	line-height: 1.375em;
	margin-bottom: 30px;
	word-wrap: break-word;
}

#secondary aside input {
	font-size: 95%;
}

#secondary aside:last-child {
	margin-bottom: 0;
}

#secondary aside .widget-title {
	color: #474747;
	font-weight: bold;
	margin-bottom: 1.2em;
}

#secondary aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary aside ul li {
	margin-bottom: 0.2em;
}

#secondary aside ul li:last-child {
	margin-bottom: 0;
}

#secondary aside a {
	color: #474747;
	text-decoration: none;
}

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

#site-footer {
	background-color: #fff;
	background-repeat: repeat;
	font-size: 95%;
	margin-top: 40px;
	min-height: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#site-footer #footer-widgets {
	padding: 15px 0;
	border-top: 1px solid #666;
}

#site-footer #site-info {
	display: none;
	background-color: #fff;
	color: #525252;
	font-size: 90%;
	padding: 15px 0;
	border-top: 1px solid #666;
}

#site-footer #site-info .wrapper > div {
	line-height: 1em;
}

#site-footer #site-info a {
	color: #ccc;
	text-decoration: none;
}

#site-footer #site-info .wrapper {
	height: 1em;
	
}

#site-footer #site-info .theme-author {
	float: right;
}

/* =Site Footer  : Widgets 
-------------------------------------------------------------- */

#site-footer .widgets-wrapper {
	margin: 0 -15px;
}

#site-footer .widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #919191;
	float: left;
	padding: 20px 15px;
	word-wrap: break-word;
}

#site-footer .widget .widget-title {
	color: #c6c6c6;
	font-size: 112.5%;
	margin-bottom: 20px;
}

#site-footer .widget a {
	color: #9e9e9e;
	text-decoration: none;
}

#site-footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer .widget ul li {
	margin: 0 0 4px 0;
	padding: 0;
}

#site-footer .widget ul li:last-child {
	margin-bottom: 0;
}

/* =Blog List 
-------------------------------------------------------------- */

#blog-list {
}

#blog-list article {
	margin-bottom: 40px;
}

#blog-list article:last-child {
	margin-bottom: 0;
}

#blog-list .thumbnail {
	background: white;
	border: 1px solid #C0C0C0;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	line-height: 0;
	margin-bottom: 15px;
	margin-left: 140px;
	padding: 3px;
}

#blog-list .thumbnail img {
	width: 100%;
	height: auto;
	
}

/* =Blog List  : Post Information 
-------------------------------------------------------------- */

#blog-list .post-information {
	width: 120px;
	
	float: left;
}

#blog-list .post-information dt,
#blog-list .post-information dd,
#blog-list .post-information ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog-list .post-information > div {
	margin-bottom: 15px;
}

#blog-list .post-information dd {
}

#blog-list .post-information dd a {
	color: inherit;
	text-decoration: none;
}

#blog-list .post-information dd:last-child {
	margin-bottom: 0;
}

#blog-list .post-information dt {
}

#blog-list .post-text {
	margin-left: 140px;
}

#blog-list .entry-title {
	font-size: 160%;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#blog-list .entry-title a {
	color: inherit;
	text-decoration: none;
}

#blog-list .post-text .entry-summary p {
	margin: 0;
}

.taxonomy-description {
	margin-bottom: 20px;
}

/* =Single Post 
-------------------------------------------------------------- */

/* =Single Post  : Thumbnail 
-------------------------------------------------------------- */

article.post .thumbnail {
	border: 1px solid #C0C0C0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	line-height: 0;
	margin-bottom: 15px;
	padding: 4px;
}

article.post .thumbnail img {
	width: 100%;
	height: auto;
	
}

/* =Single Post  : Entry Meta 
-------------------------------------------------------------- */

article.post .entry-meta,
article.attachment .entry-meta {
	margin-bottom: 20px;
	margin-top: -10px;
}

article .entry-title,
.page-header .page-title {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 20px;
}

article.post .entry-title {
	margin-bottom: 20px;
}

article .tag-links {
	margin-top: 15px;
}

article .tag-links a {
	color: inherit;
}

.entry-header .back-link {
	color: inherit;
	float: right;
	margin-left: 20px;
	margin-top: 1px;
	text-decoration: none;
}

#nav-below {
	margin-top: 15px;
}

/* =Single Page 
-------------------------------------------------------------- */

/* =Comments 
-------------------------------------------------------------- */

.bypostauthor {
}

#comments {
	margin-top: 30px;
}

#comments .comments-title,
#comments #reply-title {
	font-size: 17px;
	margin-bottom: 15px;
}

/* =Comments  : Comment List 
-------------------------------------------------------------- */

#commentlist {
	list-style: none;
	margin: 0 0 25px 0;
}

#commentlist > li,
#commentlist .children > li {
	margin-bottom: 25px;
}

#commentlist > li:last-child #commentlist .children > li:last-child {
	margin-bottom: 0;
}

#commentlist .children {
	margin-top: 25px;
}

#commentlist .children {
	list-style: none;
	margin-left: 25px;
}

#commentlist .comment-meta {
	margin-bottom: 10px;
}

#commentlist .comment-meta a {
	text-decoration: none;
}

#commentlist .comment-author {
	line-height: 1;
}

#commentlist .comment-author .avatar {
	float: right;
}

#commentlist .comment-author cite {
	font-style: normal;
}

/* =Comments  : Comment Form 
-------------------------------------------------------------- */

#respond {
	position: relative;
	
}

#commentform p {
	position: relative;
	
	margin-bottom: 4px;
}

#commentform label {
	width: 120px;
	
	display: block;
	float: left;
	margin-top: 2px;
}

#commentform input {
	display: inline-block;
}

#commentform .required {
	position: absolute;
	top: 4px;
	left: 105px;
	
}

#commentform .comment-notes .required {
	position: static;
	top: auto;
	left: auto;
	
}

#commentform .comment-form-comment {
	margin-top: 10px;
}

#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
#commentform .comment-notes {
	color: #777777;
	font-size: 11px;
}

#commentform .form-submit {
	margin-top: 15px;
}

#commentform #submit {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 30px;
}

/* =Comments  : Comment Form  : Reply 
-------------------------------------------------------------- */

#commentlist #respond {
	position: relative;
	
	border: 1px solid #C0C0C0;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	margin-top: 15px;
	padding: 15px;
}

#cancel-comment-reply-link {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 22px;
	height: 22px;
	
	background: url(images/sprites/close.png) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* =Post Types 
-------------------------------------------------------------- */

/* =Post Types  : General 
-------------------------------------------------------------- */

article .entry-content .thumbnail {
	background: white;
	border: 1px solid #C0C0C0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

/* =Post Types  : Project 
-------------------------------------------------------------- */

article.type-project .project-slider {
	width: 55%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-left: 10px;
}

.flexslider {margin-bottom: 0 !important;}

article.type-project .entry-content {
	width: 45%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
}

article.type-project .project-information {
	background: #FFF;
	border: 1px solid #C0C0C0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-top: 25px;
	padding: 10px;
}

article.type-project .project-information dt {
	display: block;
	float: left;
}

article.type-project .project-information dd {
	display: block;
	margin-bottom: 5px;
	margin-left: 120px;
	min-height: 1em;
}

article.type-project .project-information dd:last-child {
	margin-bottom: 0;
}

/* =Post Types  : Project  : Large Slider Layout 
-------------------------------------------------------------- */

article.type-project.project-display-large-gallery .project-slider {
	width: auto;
	
	float: none;
	margin-bottom: 20px;
	padding-left: 0;
}

article.type-project.project-display-large-gallery .entry-content {
	width: 55%;
	
	float: left;
	padding-right: 20px;
}

article.type-project.project-display-large-gallery .project-information {
	width: 45%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-top: 0;
}

/* =Post Types  : Staff 
-------------------------------------------------------------- */

article.type-staff .entry-content .thumbnail {
	float: left;
	line-height: 0;
	margin: 0 1em 1em 0;
	padding: 4px;
}

/* =Post Types  : Client 
-------------------------------------------------------------- */

article.type-client .entry-content .thumbnail {
	float: left;
	line-height: 0;
	margin: 0 1em 1em 0;
	padding: 4px;
}

/* =Post Type Archives 
-------------------------------------------------------------- */

/* =Post Type Archives  : Project 
-------------------------------------------------------------- */

.post-type-archive-project #primary,
.tax-project-category #primary,
.single-project #primary {
	width: auto;
	
	float: none;
	padding: 0;
}

#project-archive {
	margin: 15px -10px 0 -10px;
}

#project-archive article {
	width: 25%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 15px;
	padding: 0 10px;
}

#project-archive article .project-info {
	background: #1c1c1c;
	color: #FEFEFE;
	padding: 3px 6px;
	text-align: center;
}

#project-archive article .project-info a {
	color: inherit;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#project-archive article .thumbnail {
	line-height: 0;
}

#project-archive article .thumbnail img {
	width: 100%;
	height: auto;
	
}

/* =Post Type Archives  : Staff 
-------------------------------------------------------------- */

.post-type-archive-staff #primary,
.tax-department #primary,
.tax-position #primary {
	width: auto;
	
	float: none;
	padding: 0;
}

#staff-archive {
	margin: 0 -7px 0 -7px;
}

#staff-archive article {
	position: relative;
	width: 12.5%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 7px 15px 7px;
}

#staff-archive article .thumbnail {
	background: white;
	border: 1px solid #C0C0C0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
	padding: 3px;
}

#staff-archive article .thumbnail img {
	width: 100%;
	height: auto;
	
}

/* =Post Type Archives  : Staff  : Staff Info 
-------------------------------------------------------------- */

#staff-archive article .staff-info-wrapper {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	
	padding-bottom: 11px;
	text-align: center;
}

#staff-archive article .staff-info {
	position: relative;
	
	background: #000000;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: none;
	padding: 6px 10px;
}

#staff-archive article:hover .staff-info {
	display: inline-block;
}

#staff-archive article .staff-info h3 {
	color: white;
	font-size: 12px;
	line-height: 1em;
	margin: 0;
}

#staff-archive article .staff-info .pointer {
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 8px;
	height: 4px;
	
	background: url(images/sprites/small-pointer.png) no-repeat;
	margin-left: -4px;
}

/* =Search Results 
-------------------------------------------------------------- */

.search-results article {
	margin-bottom: 25px;
}

.search-results .thumbnail {
	background: white;
	border: 1px solid #C0C0C0;
	float: left;
	line-height: 0;
	padding: 2px;
}

.search-results .thumbnail a {
	display: block;
}

.search-results .post-text {
	margin-left: 121px;
}

.search-results .post-text .entry-summary p {
	margin-bottom: 0;
}

.search-results .post-text .entry-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.search-results .post-text .entry-title a {
	color: inherit;
	text-decoration: none;
}

/* =Widgets 
-------------------------------------------------------------- */

/* =Widgets  : Text Widget 
-------------------------------------------------------------- */

.widget_text .textwidget *:first-child {
	margin-top: 0;
}

.widget_text .textwidget *:last-child {
	margin-bottom: 0;
}

/* =Widgets  : Search Widget 
-------------------------------------------------------------- */

#searchsubmit {
	display: none;
}

#s {
	width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Widgets  : Testimonial Widget 
-------------------------------------------------------------- */

.testimonials-wrapper cite {
	display: block;
	margin-top: 8px;
}

#site-footer .testimonials-wrapper h4 {
	color: #DDD;
	font-weight: bold;
	margin-bottom: 0.375em;
}

#site-footer .testimonials-wrapper cite {
}

/* =Widgets  : Headline Widget 
-------------------------------------------------------------- */

.widget_headline .widget-title span {
	display: block;
	line-height: 1.3em;
}

.widget_headline .widget-title .size-medium {
	font-size: 130%;
}

.widget_headline .widget-title .size-large {
	font-size: 160%;
}

.widget_headline .widget-title .size-extra-large {
	font-size: 190%;
}

.widget_headline .align-left {
	text-align: left;
}

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

.widget_headline .align-right {
	text-align: right;
}

/* =Widgets  : Menu and Pages Widget 
-------------------------------------------------------------- */

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 4px 0;
	padding: 0;
}

.widget ul li li {
	margin-left: 1.0em;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

div.textwidget ul li { /*marco*/
	list-style: none;
	padding-left: 10px;
}

div.textwidget ul li:before {
	content: "";
 	border-color: transparent #666;
  	border-style: solid;
  	border-width: 0.35em 0 0.35em 0.45em;
	color: #16b7e9;
   	display: block;
  	height: 0;
    	width: 0;
   	left: -1em;
   	top: 0.9em;
   	position: relative;
}

/* =Buttons 
-------------------------------------------------------------- */

a.button {
	background: url(images/buttons/green.png) repeat-x;
	border: 1px solid #62a25d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.125);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.125);
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 35px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.45);
}

/* Button Colors */

a.button.button-green {
	background: url(images/buttons/green.png) repeat-x;
	border: 1px solid #98b65b;
	color: #5d7731;
}

a.button.button-white {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/white.png) repeat-x;
	border: 1px solid #d8d8d8;
	color: #555555;
}

a.button.button-grey {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/grey.png) repeat-x;
	border: 1px solid #a1a1a1;
	color: #555555;
}

a.button.button-pink {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/grey.png) repeat-x;
	border: 1px solid #da5e73;
	color: #903844;
}

a.button.button-orange {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/grey.png) repeat-x;
	border: 1px solid #e5a73e;
	color: #996633;
}

a.button.button-blue {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/blue.png) repeat-x;
	border: 1px solid #78b8d0;
	color: #42788e;
}

a.button.button-purple {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/purple.png) repeat-x;
	border: 1px solid #ad89aa;
	color: #7b5777;
}

a.button.button-teal {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/teal.png) repeat-x;
	border: 1px solid #7abec0;
	color: #437b7d;
}

a.button.button-metal {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/metal.png) repeat-x;
	border: 1px solid #8897a3;
	color: #515f6a;
}

a.button.button-black {
	background: url(http://pathwayvisas.com/wp-content/themes/prospect/premium/images/buttons/black.png) repeat-x;
	border: 1px solid #353535;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

/* Button Containers */

.button-container.align-left {
	text-align: left;
}

.button-container.align-right {
	text-align: right;
}

.button-container.align-center {
	text-align: center;
}
.box {width:243px; float:right; background:#16b7e9; font-family:Arial, Helvetica, sans-serif !important; color:#FFF!important; padding:0px 30px; font-size:22px; line-height:30px; height:437px;}
.box h1 {font-size:29px !important; color:#FFF!important; font-family:Arial, Helvetica, sans-serif !important; margin:15px 0px !important;}
.we_love {text-align:right; font-size:13px;}

.box1 {width:243px; float:right; background:#234b83; font-family:Arial, Helvetica, sans-serif !important; color:#FFF!important; padding:0px 30px; font-size:22px; line-height:33px;}
.box1 h1 {font-size:29px !important; color:#FFF!important; font-family:Arial, Helvetica, sans-serif !important; margin:15px 0px !important;}
.box1 h1 span{font-size:19px; font-weight:normal; }

.box2 {width:303px; float:right; background:#16b7e9; font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:22px; }
.pad {padding-bottom:5px;}
.input {width:230px; background:#FFFFFF; border:2px solid #CCC; height:25px; border-radius:3px; margin-bottom:5px;}
.input-text {width:230px; background:#FFFFFF; border:2px solid #CCC; height:59px; border-radius:3px; margin-bottom:5px;}
.we_love_p {text-align:center; font-size:13px}

.get {text-align:center; font-size:13px; background:#ffa41b;  border:1px solid #ffa41b !important; border-radius:5px; color:#fff; font-size:24px; font-weight:bold; cursor:pointer; width:50% !important; height:35px !important; margin-top:5px !important;}

#footer-widgets aside {float:left !important;}
#footer-widgets aside a{color:#525252 !important; text-decoration:none!important;}
.pad[style] {margin-top: -7px !important;}