/* ---------------- */
/* vThumbLink */
/* ---------------- */

.vThumbLink {
	position: relative;
	display: block;
}

.vThumbLink:hover {
	text-decoration: none;
}

.vThumbLink img {
	display: block;
}

.vThumbLink_hover {
	position: absolute;
	display: black;
	background: red;
	top: 0px;
	left: 0px;
	background: url(../img/photo_hover_bg_1.png);
}

.vThumbLink_hover_label {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -10px;
	background: #171717;
	width: 50px;
	border: 3px solid #171717;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ---------------- */
/* Page Text */
/* ---------------- */


/* General */

.page_text a {
	
}

.page_text h2 {
	
}

.page_text h3 {
	color: black;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 15px;
}

.page_text h4 {
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 10px;
}

.page_text p {
    color: #696866;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.page_text ul {
	
}

.page_text ul.arrows,
.page_text ul.diamonds,
.page_text ul.tics_green,
.page_text ul.tics_grey,
.page_text ul.list,
.page_text ol
{
	font-size: 0.75em;
	padding-bottom: 15px;
	color: #828282;
}

.page_text ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 3px 0px;
}

.page_text ul li {
	background-repeat: no-repeat;
	margin: 3px 0px;
}

.page_text ul.arrows li {
	background-image: url(../img/li_arrow.png);
	background-position: 0px 6px;
	padding-left: 18px;
}

.page_text ul.diamonds li {
	background-image: url(../img/li_diamond.png);
	background-position: 0px 6px;
	padding-left: 13px;
}

.page_text ul.tics_green li {
	background-image: url(../img/li_tic_green.png);
	background-position: 0px 1px;
	padding-left: 21px;
}

.page_text ul.tics_grey li {
	background-image: url(../img/li_tic_grey.png);
	background-position: 0px 1px;
	padding-left: 21px;
}

.page_text cite {
	
}

.page_text em {
	color: #35b5a0;
}

.page_text input,
.page_text  textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -1px 0px 3px rgba(221, 221, 221, 1);
	-moz-box-shadow: inset -1px 0px 3px rgba(221, 221, 221, 1);
	box-shadow: inset -1px 0px 3px rgba(221, 221, 221, 1);
}

.page_text button {
	background: none;
	color: #35B5A0;
	cursor: pointer;
}

.page_text button:hover {
	text-decoration: underline;
}

.page_text  input.input_text_short {
	width: 218px;
	height: 30px;
	padding: 0px 10px;
}

.page_text  textarea.textarea_short {
	padding: 10px;
	width: 624px;
	height: 125px;
}

.page_text  textarea.textarea_long {
	padding: 10px;
	width: 855px;
	height: 206px;
}

.page_text label {
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	padding: 15px 0px 10px 0px;
}

.page_text .big {
	font-size: 1.3em;
}

.page_text .send {
	padding: 10px 25px 0px 0px;;
}

.page_text cite {
	display: block;
	background: url(../img/cite.png) no-repeat left top;
	padding: 15px 0px 15px 40px;
	font-size: 0.7em;
	color: #828282;
}

.page_text cite em {
	text-align: right;
	display: block;
}

.page_text .cites_wrapper cite {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 15px;
}

.page_text .cites_wrapper cite:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

/* Data */

.data {
	overflow: hidden;
	font-style: italic;
}

.data a {
	color: #828282;
}

.data.on_left .separator,
.data.on_left .date,
.data.on_left .author,
.data.on_left .category,
.data.on_left .reply
{
	float: left;
}

.data.on_right .separator,
.data.on_right .date,
.data.on_right .author,
.data.on_right .category,
.data.on_right .reply
{
	float: right;
}

.data .separator {
	padding: 0px 5px;
}

.data .date {
	color: #35b5a0;
	font-style: normal;
}

.data .reply a {
	color: #35b5a0;
}

.data.on_left .reply {
	padding-left: 5px;
}

/* Other */

.page_text .more {
	font-size: 0.875em;
}

.page_text .hr {
	border-top: 1px dotted #cccccc;
}

.page_text .special_hr {
	background: url(../img/special_separator.png) repeat-x top;
}

.page_text .thumbnail.medium {
	display: block;
	padding-bottom: 18px;
	background: url(../img/under_thumbnail_medium_bg.png) no-repeat center bottom;
}

.page_text .thumbnail.long {
	display: block;
	padding-bottom: 18px;
	background: url(../img/under_thumbnail_long_bg.png) no-repeat center bottom;
}

/* Accordion */

.page_text .accordion {
	
}

.page_text .accordion .title {
	border: 1px solid #ececec;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin-top: 10px;
}

.page_text .accordion .title:first-child {
	margin-top: 0px;
}

.page_text .accordion .title a {
	color: black;
	display: block;
	overflow: hidden;
}

.page_text .accordion .title a .plus_minus {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	background-image: url(../img/plus_minus.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 11px 10px 0px 10px;
}

.page_text .accordion .title.ui-state-active a .plus_minus {
	background-position: top;
}

.page_text .accordion .title a .text {
	display: block;
	float: left;
	border-left: 1px solid #ececec;
	padding-left: 10px;
}

.page_text .accordion .container {
	padding: 10px 0px 0px 45px;
}

/* Tabs */

.page_text .tabs {
	
}

.page_text .tabs .tabs_menu {
	overflow: hidden;
}

.page_text .tabs .tabs_menu li {
	float: left;
	margin: 0px 3px 0px 0px;
}

.page_text .tabs .tabs_menu li a {
	display: block;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ececec;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 0.7em;
	color: #828282;
}

.page_text .tabs .tabs_menu li.ui-state-active a,
.page_text .tabs .tabs_menu li a:hover
{
	color: black;
	text-decoration: none;
	background: #ececec;
}

.page_text .tabs .tabs_contents {
	background: #ececec;
	padding: 10px;
}

.page_text .tabs .tabs_contents li {
	margin: 0;
	display: block;
}

.page_text .tabs .tabs_contents li.ui-tabs-hide {
	display: none;
}

.page_text .tabs .tabs_contents li.active {
	display: block;
}


/* ---------------- */
/* Columns */
/* ---------------- */

.columns {
	overflow: hidden;
	/*padding: 20px 0px;*/
}

.columns.special_hr {
	padding-top: 25px;
}

.columns.no_padding {
	padding: 0px;
}

.columns.no_padding_bottom {
	padding-bottom: 0px;
}

.columns.no_padding_top {
	padding-top: 0px;
}

.columns .column {
	float: left;
	margin-left: 50px;
}

.columns .column:first-child {
	margin-left: 0px;
}

.columns .column_100 {
	width: 900px;
}

.columns .column_25 {
	width: 187px;
}

.columns .column_33 {
	width: 266px;
}

.columns .column_50 {
	width: 425px;
}

.columns .column_66 {
	width: 584px;
}

.columns .column_75 {
	width: 663px;
}

.columns .column_20 {
	width: 140px;
}

.column.padding_left {
	padding-left: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.column.padding_left_little {
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.columns .inside_columns {
	margin: 0 auto;
}


/* ---------------- */
/* Contact boxes */
/* ---------------- */

.contact_boxes .box {
	margin-right: 30px;
}

.contact_content {
	overflow: hidden;
}

.contact_content .left_content {
	float: left;
	width: 200px;
}

.contact_content .right_content {
	float: right;
	width: 400px;
	padding-top: 3px;
}


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

.portfolio_items {
	
}

.portfolio_items .item {
	border-bottom: 1px dotted #d9d9d9;
	padding-top: 30px;
}

.portfolio_items .item .column_left {
	width: 455px;
}

.portfolio_items .item .column_right {
	width: 390px;
}

.portfolio_items .item:first-child {
	padding-top: 0px;
}

.portfolio_items .item .thumbnail_link {
	position: relative;
	top: 3px;
}

.portfolio_items .item .title a {
	color: #0c0c0c;
}


.portfolio_main .column_25 {
	width: 197px;
}

.portfolio_main .column_75 {
	width: 648px;
}

.portfolio_main .top_content {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ececec;
	margin-bottom: 20px;
}


/* ---------------- */
/* Breadcrumbs */
/* ---------------- */

.breadcrumbs {
	overflow: hidden;
	font-size: 0.7em;
	padding: 20px 0px 0px 0px;
	width: 120px;
	margin: 0 auto;
}

.breadcrumbs li {
	float: left;
	margin: 0px;
	padding: 0px 2px;
}

.breadcrumbs li a {
	display: block;
	color: #828282;
}

.breadcrumbs li.active a,
.breadcrumbs li a:hover
{
	color: #2bb099;
}

.breadcrumbs li.arrow a {
	width: 9px;
	height: 9px;
	position: relative;
	top: 4px;
}

.breadcrumbs li.arrow_left a {
	background: url(../img/pagination_left_arrow.png);
	margin-right: 10px;
}

.breadcrumbs li.arrow_right a {
	background: url(../img/pagination_right_arrow.png);
	margin-left: 10px;
}


/* ---------------- */
/* Articles */
/* ---------------- */

.articles {
	
}

.articles .article {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 25px;
}

.articles .article:first-child {
	margin-top: 0px;
}

.articles .article .thumbnail {
	margin-bottom: 20px;
}

.articles .article .content {
	overflow: hidden;
}

.articles .article .content .text {
	float: left;
	width: 460px;
	padding-right: 30px;
	border-right: 1px solid #ececec;
}

.articles .article .content .text .title {
	
}

.articles .article .content .text .title a {
	color: black;
}

.articles .article .content .text .more {
	
}

.articles .article .content .information {
	float: right;
	width: 125px;
}

.articles .article .content .information .data:first-child {
	padding-bottom: 0px;
}

.articles .article .content .information .comments_count_wrapper {
	overflow: hidden;
	border-top: 1px dotted #d9d9d9;
	padding-top: 10px;
	margin-top: 5px;
}

.articles .article .content .information .comments_count {
	float: right;
	background: url(../img/comments_icon.png) no-repeat 0px 3px;
	padding-left: 25px;
	font-style: italic;
}

.articles .article .content .information .comments_count a {
	font-weight: bold;
	font-size: 1.1em;
}

.articles .article.main {
	border-style: dotted;
	padding-bottom: 20px;
}

.articles .article.main .content .text {
	padding: 0;
	width: 100%;
	float: none;
	border: 0;
}

.articles .article.main .content .title {
	padding: 0;
}

.articles .article.main .content .information {
	width: 100%;
	float: none;
	padding-bottom: 30px;
	font-style: italic;
}

.articles .article.main .content .information .date {
	color: #35b5a0;
	font-style: normal;
}

.articles .article.main .content .information a {
	color: #828282;
	font-weight: bold;
}


/* ---------------- */
/* Widget */
/* ---------------- */

.widget {
	padding: 20px 0px;
	border-bottom: 1px dotted #d9d9d9;
}

.widget:first-child {
	padding-top: 0px;
}

.widget .header {
	font-weight: bold;
	color: #171717;
	text-transform: uppercase;
}

.widget.recent_posts .posts {
	
}

.widget.recent_posts .posts .item {
	padding-top: 20px;
	overflow: hidden;
}

.widget.recent_posts .posts .item:first-child {
	padding-top: 0px;
}

.widget.recent_posts .posts .item a {
	display: block;
	color: #828282;
}

.widget.recent_posts .posts .item a .thumbnail {
	float: left;
	display: block;
	width: 35px;
	position: relative;
	top: 3px;
}

.widget.recent_posts .posts .item a .content {
	float: right;
	width: 140px;
}

.widget.recent_posts .posts .item a .content .title {
	font-weight: bold;
	font-size: 0.7em;
}

.widget.recent_posts .posts .item a:hover .content .title {
	text-decoration: underline;
}

.widget.recent_posts .posts .item a .content .date {
	
}

.widget.categories {
	
}

.widget.categories .menu {
	font-size: 0.7em;
}

.widget.categories .menu li {
	
}

.widget.categories .menu li a {
	color: #828282;
	padding: 3px 0px;
	display: block;
}

.widget.categories .menu li ul {
	padding-left: 20px;
}

.widget.categories .menu li ul li {
	
}

.widget.categories .menu li ul li a {
	
}


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

.comments {
	padding: 20px 0px;
	border-bottom: 1px dotted #d9d9d9;
}

.comments_list {
	
}

.comments_list .comment {
	padding: 0px 0px 0px 250px;
}

.comments_list .comment.depth_0 {
	padding: 0px 0px 0px 0px;
}

.comments_list .comment.depth_1 {
	padding: 0px 0px 0px 50px;
}

.comments_list .comment.depth_2 {
	padding: 0px 0px 0px 100px;
}

.comments_list .comment.depth_3 {
	padding: 0px 0px 0px 150px;
}

.comments_list .comment.depth_4 {
	padding: 0px 0px 0px 200px;
}

.comments_list .comment .thumbnail {
	float: left;
	width: 50px;
	display: block;
	padding: 2px 0px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #ececec;
}

.comments_list .comment .content {
	padding-left: 60px;
}


/* ---------------- */
/* Other */
/* ---------------- */

.add_comment {
	padding: 20px 0px 0px 0px;
}


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

.button {
	overflow: hidden;
	display: block;
	margin: 0px 10px 10px 0px;
}

.button .left_curves {
	float: left;
}

.button .text {
	float: left;
	font-size: 0.7em;
}

.button .right_curves {
	float: left;
}

.button_big {
	height: 36px;
}

.button_big .left_curves {
	width: 6px;
	height: 36px;
}

.button_big .text {
	height: 36px;
	line-height: 36px;
	padding: 0px 25px;
}

.button_big .right_curves {
	width: 6px;
	height: 36px;
}

.button_big.button_grey {
	height: 38px;
	position: relative;
	top: -1px;
}

.button_big.button_grey .left_curves {
	height: 38px;
}

.button_big.button_grey .text {
	height: 38px;
	line-height: 38px;
}

.button_big.button_grey .right_curves {
	height: 38px;
}

.button_small {
	height: 32px;
}

.button_small .left_curves {
	width: 4px;
	height: 32px;
}

.button_small .text {
	height: 32px;
	line-height: 32px;	
	padding: 0px 15px;
}

.button_small .right_curves {
	width: 4px;
	height: 32px;
}

.button_black {
	color: #c1c1c1 !important;
}

.button_blue,
.button_brown,
.button_green,
.button_purple,
.button_red,
.button_light_blue
{
	color: white !important;
}

.button_light_green,
.button_yellow,
.button_grey
{
	color: #5f5b1c !important;
}

/* SMALL */

.button_small.button_black .left_curves {
	background: url(../img/buttons/small/black_l.png);
}

.button_small.button_black .text {
	background: url(../img/buttons/small/black_bg.png);	
}

.button_small.button_black .right_curves {
	background: url(../img/buttons/small/black_r.png);
}

.button_small.button_blue .left_curves {
	background: url(../img/buttons/small/blue_l.png);
}

.button_small.button_blue .text {
	background: url(../img/buttons/small/blue_bg.png);	
}

.button_small.button_blue .right_curves {
	background: url(../img/buttons/small/blue_r.png);
}

.button_small.button_brown .left_curves {
	background: url(../img/buttons/small/brown_l.png);
}

.button_small.button_brown .text {
	background: url(../img/buttons/small/brown_bg.png);	
}

.button_small.button_brown .right_curves {
	background: url(../img/buttons/small/brown_r.png);
}

.button_small.button_green .left_curves {
	background: url(../img/buttons/small/green_l.png);
}

.button_small.button_green .text {
	background: url(../img/buttons/small/green_bg.png);	
}

.button_small.button_green .right_curves {
	background: url(../img/buttons/small/green_r.png);
}

.button_small.button_grey .left_curves {
	background: url(../img/buttons/small/grey_l.png);
}

.button_small.button_grey .text {
	background: url(../img/buttons/small/grey_bg.png);	
}

.button_small.button_grey .right_curves {
	background: url(../img/buttons/small/grey_r.png);
}

.button_small.button_light_blue .left_curves {
	background: url(../img/buttons/small/blue_l.png);
}

.button_small.button_light_blue .text {
	background: url(../img/buttons/small/blue_bg.png);	
}

.button_small.button_light_blue .right_curves {
	background: url(../img/buttons/small/blue_r.png);
}

.button_small.button_light_green .left_curves {
	background: url(../img/buttons/small/light_green_l.png);
}

.button_small.button_light_green .text {
	background: url(../img/buttons/small/light_green_bg.png);	
}

.button_small.button_light_green .right_curves {
	background: url(../img/buttons/small/light_green_r.png);
}

.button_small.button_purple .left_curves {
	background: url(../img/buttons/small/purple_l.png);
}

.button_small.button_purple .text {
	background: url(../img/buttons/small/purple_bg.png);	
}

.button_small.button_purple .right_curves {
	background: url(../img/buttons/small/purple_r.png);
}

.button_small.button_red .left_curves {
	background: url(../img/buttons/small/red_l.png);
}

.button_small.button_red .text {
	background: url(../img/buttons/small/red_bg.png);	
}

.button_small.button_red .right_curves {
	background: url(../img/buttons/small/red_r.png);
}

.button_small.button_yellow .left_curves {
	background: url(../img/buttons/small/yellow_l.png);
}

.button_small.button_yellow .text {
	background: url(../img/buttons/small/yellow_bg.png);	
}

.button_small.button_yellow .right_curves {
	background: url(../img/buttons/small/yellow_r.png);
}

/* BIG */

.button_big.button_black .left_curves {
	background: url(../img/buttons/big/black_l.png);
}

.button_big.button_black .text {
	background: url(../img/buttons/big/black_bg.png);	
}

.button_big.button_black .right_curves {
	background: url(../img/buttons/big/black_r.png);
}

.button_big.button_blue .left_curves {
	background: url(../img/buttons/big/blue_l.png);
}

.button_big.button_blue .text {
	background: url(../img/buttons/big/blue_bg.png);	
}

.button_big.button_blue .right_curves {
	background: url(../img/buttons/big/blue_r.png);
}

.button_big.button_brown .left_curves {
	background: url(../img/buttons/big/brown_l.png);
}

.button_big.button_brown .text {
	background: url(../img/buttons/big/brown_bg.png);	
}

.button_big.button_brown .right_curves {
	background: url(../img/buttons/big/brown_r.png);
}

.button_big.button_green .left_curves {
	background: url(../img/buttons/big/green_l.png);
}

.button_big.button_green .text {
	background: url(../img/buttons/big/green_bg.png);	
}

.button_big.button_green .right_curves {
	background: url(../img/buttons/big/green_r.png);
}

.button_big.button_grey .left_curves {
	background: url(../img/buttons/big/grey_l.png);
}

.button_big.button_grey .text {
	background: url(../img/buttons/big/grey_bg.png);	
}

.button_big.button_grey .right_curves {
	background: url(../img/buttons/big/grey_r.png);
}

.button_big.button_light_blue .left_curves {
	background: url(../img/buttons/big/light_blue_l.png);
}

.button_big.button_light_blue .text {
	background: url(../img/buttons/big/light_blue_bg.png);	
}

.button_big.button_light_blue .right_curves {
	background: url(../img/buttons/big/light_blue_r.png);
}

.button_big.button_light_green .left_curves {
	background: url(../img/buttons/big/light_green_l.png);
}

.button_big.button_light_green .text {
	background: url(../img/buttons/big/light_green_bg.png);	
}

.button_big.button_light_green .right_curves {
	background: url(../img/buttons/big/light_green_r.png);
}

.button_big.button_purple .left_curves {
	background: url(../img/buttons/big/purple_l.png);
}

.button_big.button_purple .text {
	background: url(../img/buttons/big/purple_bg.png);	
}

.button_big.button_purple .right_curves {
	background: url(../img/buttons/big/purple_r.png);
}

.button_big.button_red .left_curves {
	background: url(../img/buttons/big/red_l.png);
}

.button_big.button_red .text {
	background: url(../img/buttons/big/red_bg.png);	
}

.button_big.button_red .right_curves {
	background: url(../img/buttons/big/red_r.png);
}

.button_big.button_yellow .left_curves {
	background: url(../img/buttons/big/yellow_l.png);
}

.button_big.button_yellow .text {
	background: url(../img/buttons/big/yellow_bg.png);	
}

.button_big.button_yellow .right_curves {
	background: url(../img/buttons/big/yellow_r.png);
}