article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
 audio:not([controls]) {
 display: none;
 height: 0
}
 [hidden] {
 display: none
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
button, html, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: dotted thin
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background: #ff9;
	color: #000
}
del {
	text-decoration: line-throug
}
p {
	margin: 1em 0;
	text-align: justify
}
pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ol, nav ul {
	list-style: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%
}
 svg:not(:root) {
 overflow: hidden
}
figure, form {
	margin: 0
}
form .row {
	padding: 5px 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.clear {
	background: 0 0;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after, .clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
.text-right {
	text-align: right
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f5e62;
	font-size: 14px;
	line-height: 1.6em;
	background: url(../images/bg_middle.jpg) center 735px repeat-y #bdeeeb
}
.body_wrap {
	width: 100%;
	position: relative;
	background: url(../images/bg_header.jpg) center top no-repeat;
	overflow-x: hidden
}
body:before {
	content: url(../images/dropdown_bg.png) url(../images/dropdown_dot.png);
	display: none
}

::-moz-selection {
 background: #7fd0e5;
 color: #fff;
 text-shadow: none
}

::selection {
 background: #7fd0e5;
 color: #fff;
 text-shadow: none
}
a {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Nunito, sans-serif;
	font-weight: 400
}
h1 {
	font-size: 2.57em;
	margin: .67em 0
}
h2 {
	font-size: 1.92em;
	margin: .83em 0
}
h3 {
	font-size: 1.42em;
	margin: 1em 0
}
h4 {
	font-size: 1.3em;
	margin: 1.33em 0
}
h5 {
	font-size: 1.2em;
	margin: 1.6em 0
}
h6 {
	font-size: 1.1em;
	margin: 1.5em 0
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #f1541e
}
input[type=text], input[type=password], input[type=email], input[type=reset], select, textarea {
	resize: none;
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #d9d9d9;
	padding: 12px 10px;
	color: #606060;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .08)
}
input[type=text], input[type=password], input[type=email], select {
	height: 16px;
	line-height: 16px
}
button, input[type=submit], input[type=button], input[type=reset] {
	-webkit-appearance: button;
	cursor: pointer;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 0 23px;
	margin: 10px 0 0;
	background: url(../images/button_sprite.png) repeat-x;
	color: #fff;
	font-size: 16px;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	text-align: center;
	border: none
}

::-webkit-input-placeholder {
 color: #999
}

:-moz-placeholder {
 color: #999
}

::-moz-placeholder {
 color: #999
}

:-ms-input-placeholder {
 color: #999
}
.custom-checkbox, .custom-radio {
	position: relative;
	font-size: 13px;
	text-shadow: 0 1px 1px #fff
}
.custom-checkbox input, .custom-radio input {
	position: absolute;
	left: 2px;
	top: 5px;
	margin: 0;
	border: none;
	width: 1px;
	height: 1px
}
.custom-checkbox label, .custom-radio label {
	display: block;
	position: relative;
	line-height: 1;
	padding: .4em 0 .3em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
	color: #3f4b56
}
.custom-checkbox label span, .custom-radio label span {
	position: absolute;
	right: 0;
	top: .4em
}
.ie7 .custom-checkbox input {
	left: 2px;
	top: 7px
}
.custom-checkbox label {
	background: url(../images/styled_checkbox.png) no-repeat
}
.custom-radio label {
	background: url(../images/styled_radiobutton.png) no-repeat
}
.custom-checkbox label, .custom-radio label {
	background-position: -10px -10px
}
.custom-checkbox label.checked, .custom-radio label.checked {
	background-position: -10px -206px;
	color: #3f4b56
}
.custom-checkbox label.focus, .custom-radio label.focus {
	outline: 0
}
.preloader {
	background: url(../images/loading.gif) center center no-repeat;
	display: inline-block
}
img.alignleft {
	margin: 5px 20px 5px 0
}
img.alignright {
	margin: 5px 0 5px 20px
}
.video_frame, .wp-caption {
	padding: 0;
	margin: 0
}
.wp-caption.alignnone {
	margin: 5px 0 20px
}
.wp-caption.alignleft {
	margin: 0 40px 20px 0
}
.wp-caption.alignright {
	margin: 0 0 20px 40px
}
.frame_caption, p.wp-caption-text {
	text-align: center;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	margin: 0!important
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 0;
	padding: 10px 20px;
	font-style: italic;
	color: #aeb1b4
}
.btn {
	height: 42px;
	display: inline-block;
	line-height: 42px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 0;
	background: url(../images/button_sprite.png) repeat-x;
	color: #fff;
	font-size: 16px;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	-webkit-box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	text-align: center;
	text-decoration: none
}
.btn span {
	display: block;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	padding: 0 23px
}
.entry .btn {
	margin: 5px 0;
	min-width: 50px
}
.entry .button_styled {
	padding: 0 30px;
	min-width: 68px
}
.btn_big, .btn_big input, .btn_big span {
	height: 42px;
	line-height: 42px
}
.btn_rss {
	width: 190px;
	background-color: #f25720;
	margin: 0;
	border-color: #d16546 #ca4e2a #ca5d3d;
	text-shadow: 0 1px 1px #666
}
.btn_rss span {
	background: url(../images/icons/icon_rss2.html) 150px 11px no-repeat;
	text-align: left
}
.btn_rss:active {
	background-color: #e35b2c
}
.btn_green {
	background-position: 0 -42px
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative
}
.alpha {
	margin-left: 0!important
}
.omega {
	margin-right: 0!important
}
.col {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px
}
.col_1 {
	width: 950px
}
.col_1_2 {
	width: 470px
}
.col_1_3 {
	width: 310px
}
.col_2_3 {
	width: 630px
}
.col_1_4 {
	width: 230px
}
.col_3_4 {
	width: 710px
}
.row .col_1 {
	width: 960px
}
.row .col_1_2 {
	width: 475px
}
.row .col_1_3 {
	width: 313px
}
.row .col_2_3 {
	width: 637px
}
.row .col_1_4 {
	width: 232px
}
.row .col_3_4 {
	width: 718px
}
.cols2 .content .row .col_1 {
	width: 540px
}
.cols2 .content .row .col_1_2 {
	width: 265px
}
.cols2 .content .row .col_1_3 {
	width: 173px
}
.cols2 .content .row .col_2_3 {
	width: 357px
}
.cols2 .content .row .col_1_4 {
	width: 127px
}
.cols2 .content .row .col_3_4 {
	width: 403px
}
.col.alpha, .row .alpha {
	margin-left: 0
}
.col.omega, .row .omega {
	margin-right: 0
}
.boxrow {
	margin-bottom: 25px
}
.boxrow .box {
	width: 313px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center
}
.boxrow .box:first-child {
	margin-left: 0
}
.boxrow .box_bot {
	height: 60px;
	padding: 28px 10px 10px;
	border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px
}
.boxrow .box_content {
	min-height: 436px;
	border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0
}
.boxrow .box_content p {
	padding: 0 25px
}
.box_1 .box_content {
	background: url(../images/box_sprite.png) 0 -98px no-repeat #fff
}
.box_2 .box_content {
	background: url(../images/box_sprite.png) -313px -98px no-repeat #fff
}
.box_3 .box_content {
	background: url(../images/box_sprite.png) -626px -98px no-repeat #fff
}
.box_1 .box_bot {
	background: url(../images/box_sprite.png) no-repeat
}
.box_2 .box_bot {
	background: url(../images/box_sprite.png) -313px 0 no-repeat
}
.box_3 .box_bot {
	background: url(../images/box_sprite.png) -626px 0 no-repeat
}
.box_1 .box_content, .box_3 .box_content {
	padding: 7px
}
.box_2 .box_content {
	padding: 7px 0
}
.boxrow h3 {
	margin: 0 0 20px;
	font-family: 'Signika Negative', sans-serif;
	line-height: 1em;
	font-weight: 600;
	font-size: 32px;
	text-align: center
}
.boxrow .box_1 h3 {
	color: #ce2802
}
.boxrow .box_2 h3 {
	color: #b4b11b;
	margin-bottom: 23px
}
.boxrow .box_3 h3 {
	color: #fff;
	margin: 20px 0 10px;
	text-shadow: 0 1px 1px #6bc6e2
}
.list_numbers {
	background: url(../images/box2_list_bg.png) center 0 no-repeat;
	height: 400px;
	padding: 30px 0 0
}
.list_numbers ol {
	padding: 0;
	counter-reset: li;
	text-align: left;
	margin: 0 24px 0 21px
}
.list_numbers ol li {
	position: relative;
	list-style: none;
	display: block;
	border-left: 3px solid #6fc3dd;
	border-top: 1px dashed #e6e6e6;
	padding: 10px 0 6px 68px;
	line-height: 1.3em;
	background: url(../images/arrows_sprite.png) 236px 25px no-repeat #fff
}
.ie7 .list_numbers ol li {
	padding: 10px 0 6px 21px
}
.list_numbers ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 11px;
	top: 10px;
	width: 42px;
	height: 50px;
	background: url(../images/icons/circle_sprite.png) no-repeat;
	text-align: center;
	font-family: 'Signika Negative', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	line-height: 42px
}
.list_numbers ol li:hover {
	background-color: #f9f9f9
}
.list_numbers a {
	text-decoration: none;
	display: block;
	padding: 5px 0 0;
	height: 43px
}
.list_numbers li a strong {
	color: #717171;
	font-family: 'Signika Negative', sans-serif;
	font-size: 17px;
	display: block
}
.list_numbers li a:hover strong {
	color: #444
}
.list_numbers li a span {
	color: #a39871;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 700
}
.list_numbers li.menu_blue {
	border-left: 3px solid #6fc3dd;
	background-position: 236px 25px
}
.list_numbers li.menu_green {
	border-left: 3px solid #4dc083;
	background-position: 236px -25px
}
.list_numbers li.menu_orange {
	border-left: 3px solid #fb9b52;
	background-position: 236px -75px
}
.list_numbers li.menu_red {
	border-left: 3px solid #ed6f3d;
	background-position: 236px -125px
}
.list_numbers li.menu_purple {
	border-left: 3px solid #dd70e4;
	background-position: 236px -175px
}
.list_numbers li.menu_blue:before {
	background-position: 0 0
}
.list_numbers li.menu_green:before {
	background-position: 0 -50px
}
.list_numbers li.menu_orange:before {
	background-position: 0 -100px
}
.list_numbers li.menu_red:before {
	background-position: 0 -150px
}
.list_numbers li.menu_purple:before {
	background-position: 0 -200px
}
.box_thumb {
	background: url(../images/box1_thumb_bg.png) no-repeat;
	width: 248px;
	height: 194px;
	padding: 25px 26px 31px 25px
}
.box_thumb_round {
	background: url(../images/box3_thumb_bg.png) no-repeat;
	width: 299px;
	height: 201px;
	padding: 10px 0 31px
}
.ie7 .box_thumb_round, .ie8 .box_thumb_round {
	background: 0 0
}
.ie7 .box_thumb_round img, .ie8 .box_thumb_round img {
	border: 1px dashed #cecece;
	padding: 5px;
	background: #fff
}
.box_thumb_round img {
	-webkit-border-radius: 999px;
	-o-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden
}
.staff_title {
	font-family: 'Signika Negative', sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #ededed;
	display: inline-block;
	padding-bottom: 7px
}
.staff_title strong {
	font-size: 24px;
	font-weight: 600;
	color: #000
}
.staff_title .subtitle {
	color: #1e8ba7
}
.big_button_box {
	background: url(../images/button_box_bg.png) no-repeat;
	width: 520px;
	height: 129px;
	position: relative;
	margin: 0 auto;
	padding: 33px 0 0
}
.big_button_box a {
	display: block;
	background: url(../images/button_big.png) no-repeat;
	width: 403px;
	height: 78px;
	text-align: center;
	font-size: 30px;
	font-family: Nunito, sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	line-height: 62px;
	margin: 0 auto
}
.bottom_boxes .box {
	width: 475px;
	height: 167px;
	float: left;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px
}
.bottom_boxes .box .ribbon {
	width: 141px;
	height: 177px;
	position: absolute;
	top: -3px;
	left: 24px;
	z-index: 2;
	text-align: center
}
.box_circle_date {
	background: url(../images/box_sprite_2.png) 0 bottom no-repeat
}
.box_circle_photo {
	background: url(../images/box_sprite_2.png) -475px bottom no-repeat;
	margin-left: 10px
}
.box_circle_date .ribbon {
	background: url(../images/ribbon_date.png) no-repeat;
	color: #fff998;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	font-size: 16px;
	font-family: 'Signika Negative', sans-serif
}
.box_circle_date strong {
	color: #fff;
	display: block;
	font-size: 58px;
	line-height: .7em;
	margin: 57px 0 0
}
.bottom_boxes .box_content {
	margin: 22px 30px 10px 185px
}
.box_circle_date h2 {
	font-family: 'Signika Negative', sans-serif;
	font-size: 25px;
	margin: 0;
	line-height: 1.1em;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.box_circle_date p {
	line-height: 1.4em;
	font-size: 13px;
	color: #606060;
	display: block;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis
}
.box_circle_date h2 a {
	color: #000
}
.box_circle_date .link_more:hover, .box_circle_date h2 a:hover {
	color: #f86625
}
.box_circle_date .link_more {
	color: #3db0d3;
	font-family: 'Signika Negative', sans-serif;
	font-size: 19px
}
.box_circle_photo .ribbon span {
	background: url(../images/ribbon_photo.png) no-repeat;
	z-index: 3;
	display: block;
	width: 141px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0
}
.box_circle_photo .ribbon img {
	margin-top: 33px
}
.box_circle_photo .box_content {
	margin: 22px 30px 10px 185px
}
.box_circle_photo h2 {
	font-family: 'Signika Negative', sans-serif;
	font-size: 25px;
	margin: 0;
	line-height: 1.1em;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.box_circle_photo p {
	line-height: 1.4em;
	font-size: 13px;
	color: #606060;
	display: block;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis
}
.box_circle_photo h2 a {
	color: #000
}
.box_circle_photo .link_more:hover, .box_circle_photo h2 a:hover {
	color: #f86625
}
.box_circle_photo .link_more {
	color: #3db0d3;
	font-family: 'Signika Negative', sans-serif;
	font-size: 19px
}
.border {
	border: 1px solid #ebebeb
}
.divider, .divider_space, .divider_space_thin, .divider_thin {
	clear: both;
	display: block;
	margin-bottom: 40px;
	padding-top: 40px;
	width: 100%
}
.divider_space_thin {
	margin-top: 10px;
	margin-bottom: 10px
}
.divider_thin {
	margin-bottom: 15px;
	padding-top: 15px;
	background: url(../images/dot_line_hor.png) bottom repeat-x
}
.divider {
	background: url(../images/dot_line_hor.png) bottom repeat-x
}
.header {
	width: 100%;
	height: 459px;
	position: relative;
	z-index: 10;
	background: url(../images/header_image.png) center 40px no-repeat
}
.header .container {
	padding-top: 350px
}
.sunbeam {
	position: absolute;
	z-index: 3;
	left: -160px;
	top: 310px;
	background: url(../images/header_sunbeam.png) no-repeat;
	width: 296px;
	height: 185px
}
.rocket {
	background: url(../images/header_rocket.png) no-repeat;
	width: 260px;
	height: 248px;
	position: absolute;
	z-index: 2;
	right: -101px;
	top: 346px
}
.logo {
	overflow: hidden;
	height: 80px;
	width: 150px;
	float: left;
	margin: 0 10px 0 100px;
	z-index: 6;
	position: relative
}
.logo img {
	max-width: 100%
}
.top_stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 470px;
	overflow: hidden;
	z-index: 1
}
#top_clouds {
	background: url(../images/header_clouds.png) 0 40px repeat-x;
	z-index: 1
}
#top_rain {
	background: url(../images/fly_rain_cloud.html) no-repeat;
	position: absolute;
	left: 59%;
	top: 125px;
	width: 190px;
	height: 192px;
	z-index: 2
}
#top_kite {
	background: url(../images/kite_top.png) no-repeat;
	position: absolute;
	left: 400px;
	top: 40px;
	width: 240px;
	height: 60px;
	z-index: 3
}
#mid_bird {
	background: url(../images/fly_bird_left.png) no-repeat;
	width: 174px;
	height: 158px;
	position: absolute;
	top: 256px;
	left: -87px;
	z-index: 100
}
#mid_baloon {
	background: url(../images/fly_balloon.png) no-repeat;
	width: 235px;
	height: 245px;
	position: absolute;
	top: 460px;
	right: -167px;
	z-index: 100
}
#topmenu-select {
	display: none
}
#topmenu, #topmenu-select {
	min-height: 30px;
	padding: 0 40px 0 0;
	margin: 0;
	position: relative;
	z-index: 5
}
.ie7 #topmenu, .ie7 #topmenu-select {
	padding: 0 40px 0 0;
	margin: 0
}
.ie7 .dropdown {
	float: left
}
.topmenu_inner {
	float: right;
	background: url(../images/topmenu_full.png) right -60px no-repeat;
	padding-right: 20px
}
.dropdown {
	background: url(../images/topmenu_full.png) left 0 no-repeat;
	height: 60px;
	line-height: 55px;
	padding: 0 0 0 20px!important;
	z-index: 1300;
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: 21px;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25)
}
.dropdown li {
	display: block;
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 3px 7px 2px 33px;
	height: 55px;
	background: url(../images/topmenu_line.png) left center no-repeat
}
.dropdown li.first, .dropdown li:first-child {
	padding-left: 7px;
	background: 0 0
}
.dropdown li a {
	display: block;
	color: #fff;
	height: 55px;
	text-decoration: none
}
.dropdown .menu-level-0.last {
	margin: 0
}
.dropdown li a span {
	display: block
}
.dropdown .current-menu-ancestor a, .dropdown .current-menu-item a, .dropdown li a:hover {
	color: #777201;
	text-shadow: 0 1px 1px #fffed6
}
.dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-item a, .dropdown .current-menu-ancestor .current-menu-ancestor a, .dropdown .current-menu-ancestor .current-menu-item a, .dropdown li ul li:hover a, .dropdown li:hover li ul li:hover a {
	color: #fdeb8d
}
.dropdown .current-menu-ancestor .current-menu-ancestor li a, .dropdown .current-menu-ancestor .current-menu-item li a, .dropdown .current-menu-ancestor li a, .dropdown .current-menu-item li a, .dropdown li ul li ul li a, .dropdown li:hover li a, .dropdown li:hover li ul li a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.dropdown li ul {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1em;
	font-weight: 400;
	font-size: 15px
}
.dropdown li ul.submenu-1 {
	display: none;
	position: absolute;
	top: 56px;
	left: 10px;
	z-index: 1308;
	padding: 0
}
.dropdown li ul li {
	display: block;
	float: none;
	width: 160px;
	margin: 0;
	padding: 0;
	height: auto;
	background: url(../images/dropdown_bg.png) -320px 0 repeat-y
}
.dropdown li ul.submenu-1 li {
	line-height: 1em
}
.dropdown li ul li ul {
	z-index: 1309
}
.dropdown li ul, .dropdown li ul li ul, .dropdown li ul li ul li ul {
	display: none
}
.dropdown li ul li:hover>ul {
	display: block;
	position: absolute;
	top: 0;
	left: 157px;
	padding: 0
}
.dropdown li ul li.first:hover>ul {
	top: 2px
}
.dropdown li.last ul li:hover>ul {
	left: -160px;
	padding: 0 2px 0 0
}
.dropdown li ul li ul li {
	padding: 0;
	float: left;
	clear: both;
	width: 160px
}
.dropdown li ul li ul li.first, .dropdown li ul li.first {
	background: url(../images/dropdown_bg.png) no-repeat;
	padding: 0
}
.dropdown li ul li ul li.last, .dropdown li ul li.last {
	background: url(../images/dropdown_bg.png) -160px bottom no-repeat
}
.dropdown li ul li a {
	display: block;
	color: #fff;
	height: auto;
	line-height: 1.2em;
	padding: 7px 29px 9px 20px;
	background: url(../images/dropdown_bg.png) -480px bottom no-repeat;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.dropdown li ul li.first a {
	padding-top: 17px
}
.dropdown li ul li.last a {
	background: 0 0;
	padding-bottom: 24px
}
.dropdown li ul li a span {
	background: url(../images/dropdown_dot.png) 2px 4px no-repeat;
	padding-left: 18px
}
.dropdown li a:hover span {
	cursor: pointer
}
.ie7 .dropdown ul li {
	float: left
}
.header_slider {
	position: relative;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto 15px;
	width: 940px;
	height: 356px;
	border: 10px solid #fff
}
.header_slider .banner ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.header_slider .banner img {
	border-radius: 10px;
	-webkit-border-radius: 10px
}
.slide_descr, .slide_line {
	width: 360px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	font-size: 15px;
	color: #fff;
	line-height: 1.4em
}
.slide_descr {
	height: 5.4em;
	overflow: hidden
}
.slide_title1, .slide_title2 {
	font-family: 'Signika Negative', sans-serif;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	line-height: 1.1em
}
.slide_title1 {
	font-size: 29px;
	color: #fffbdf
}
.tp-caption.slide_title2 {
	font-size: 49px;
	color: #fff
}
.slide_descr {
	white-space: normal!important
}
.slide_line {
	height: 2px;
	background: #fff08c;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1)
}
.btn_slider {
	height: 42px;
	display: inline-block;
	line-height: 42px;
	border: 3px solid #c1e6eb;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 0 35px;
	background: url(../images/button_sprite.png) repeat-x;
	color: #fff;
	font-size: 24px;
	font-family: Nunito, sans-serif;
	font-weight: 700;
	-webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 5px 0 rgba(0, 0, 0, .2)
}
.btn_slider span {
	display: block;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25)
}
.btn_slider:hover {
	background-position: 0 -42px
}
.header_slider .tp-leftarrow.default, .header_slider .tp-rightarrow.default {
	background: url(../images/slider_arrows.png) no-repeat;
	width: 56px;
	height: 56px
}
.header_slider .tp-rightarrow.default {
	background-position: right top
}
.header_slider .tp-leftarrow:hover {
	background-position: left -56px
}
.header_slider .tp-rightarrow:hover {
	background-position: right -56px
}
.header_slider .tp-leftarrow:active {
	background-position: left -112px
}
.header_slider .tp-rightarrow:active {
	background-position: right -112px
}
#middle {
	clear: both;
	position: relative;
	z-index: 2
}
.content_wrapper {
	background: url(../images/content_bg_top.png) no-repeat #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 600px;
	padding: 44px 0 50px
}
#middle .content {
	width: 568px;
	float: left;
	margin: 0 0 0 62px
}
#middle .sidebar {
	width: 268px;
	float: left;
	margin: 0 62px 0 0
}
#middle.sidebar_left .content {
	width: 568px;
	float: right;
	margin: 0 45px 0 0
}
#middle.sidebar_left .sidebar {
	width: 268px;
	float: left;
	margin: 0 0 0 62px
}
#middle.full_width .content {
	width: 836px;
	float: none;
	margin: 0 auto
}
.blogpage .content {
	background: url(../images/dot_line_vertical.png) right 0 repeat-y
}
.blogpage.sidebar_left .content {
	background: url(../images/dot_line_vertical.png) left 0 repeat-y
}
.title_top {
	background: url(../images/content_title_line.png) 0 bottom no-repeat;
	padding: 12px 62px 23px;
	margin-bottom: 40px;
	position: relative
}
.title_top h1, .title_top strong {
	display: block;
	line-height: 1.1em;
	margin: 0;
	font-size: 35px;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	color: #c92223
}
.page .title_top {
	background: 0 0;
	margin-bottom: 5px
}
.text_style1 {
	font-family: Nunito, sans-serif;
	font-size: 26px;
	color: #c92223;
	font-weight: 400
}
.text_style2 {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	color: #272c2d;
	font-weight: 400
}
#bottom_bee {
	position: absolute;
	left: 858px;
	bottom: -10px;
	z-index: 10;
	background: url(../images/fly_bee.png) no-repeat;
	width: 40px;
	height: 48px
}
.footer ul li {
	list-style: none
}
.footer {
	background: url(../images/bg_footer.png) center top no-repeat;
	margin-top: -300px;
	position: relative;
	z-index: 1
}
.footer .inner {
	background: url(../images/footer_image.png) center top no-repeat;
	height: 843px
}
.footer .container {
	position: relative;
	height: 843px
}
.copyright {
	position: absolute;
	top: 768px;
	left: 230px;
	width: 500px;
	font-size: 15px;
	text-align: center;
	color: #0b242c
}
.copyright .copy {
	color: #fff998;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	display: block;
	font-family: Nunito, sans-serif;
	font-weight: 700;
	height: 30px;
	margin-bottom: 12px
}
.copyright a {
	color: #0b242c;
	text-decoration: none
}
.copyright a:hover {
	color: #3db0d3
}
.frame_box, .frame_center, .frame_left, .frame_right {
	margin: 0;
	display: inline-block;
	position: relative
}
.frame_box {
	display: inline-block;
	margin-bottom: 15px;
	max-width: 100%
}
.frame_box img {
	width: auto;
	max-width: 100%;
	height: auto
}
.frame_left {
	float: left;
	display: block;
	margin: 5px 20px 5px 0
}
.col_1_2 .frame_left {
	margin: 5px 10px 5px 0
}
.frame_right {
	float: right;
	display: block;
	margin: 5px 0 5px 20px
}
.frame_center {
	border: none;
	display: block;
	margin: 0 auto 20px;
	text-align: center
}
.frame_center img, .frame_left img, .frame_right img {
	border-bottom: 1px solid #bbb;
	padding: 6px;
	background: #fff
}
.quote_center, .quote_left, .quote_right, blockquote {
	float: right;
	font-size: 16px;
	font-style: italic;
	color: #f35d29;
	width: 37%;
	padding: 3px 0 3px 30px;
	line-height: 1.5em;
	font-weight: 500
}
.quote_left {
	float: left;
	padding: 3px 30px 3px 0
}
.quote_center, blockquote {
	float: none;
	display: block;
	width: 100%;
	margin: 20px auto;
	padding: 0
}
.frame_quote {
	background: #f2f2f2;
	margin: 5px 0 20px;
	border: 1px solid #e6e6e6;
	padding: 15px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
.frame_quote blockquote {
	margin: 0;
	line-height: 1.5em
}
.frame_quote blockquote .inner {
	padding: 2px 15px;
	font-size: 15px;
	font-weight: 500
}
.frame_quote blockquote {
	color: #f35d29;
	font-style: italic;
	font-weight: 400
}
.code {
	background: #fff;
	width: 100%
}
.entry ul {
	margin: 10px 0 15px 30px;
	padding: 0
}
.entry ul li {
	margin-bottom: 5px;
	list-style: disc
}
.entry .list_dots ul, .entry .list_square ul {
	margin: 0 0 20px
}
.entry .list_dots li {
	line-height: 23px
}
.entry .list_dots li, .entry .list_square li {
	list-style: disc;
	padding: 0;
	margin: 0 0 10px 30px
}
.entry .list_square li {
	list-style: square
}
.testimonials .author-description {
	height: auto;
	min-height: 195px;
	margin: 0 5px 30px;
	padding: 0 20px
}
.testimonials .author-description .author-image {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 25px
}
.testimonials .photo_right .author-image {
	float: right
}
.testimonials .author-description .author-image2 {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 25px
}
.testimonials .photo_right .author-image2 {
	float: right
}
.testimonials .author-description .author-text {
	background: url(../images/testimonial_bg.png) -826px bottom no-repeat;
	padding: 10px 40px 30px 0
}
.testimonials .author-description .author-text p {
	height: auto
}
.testimonials .author-description1 {
	height: auto;
	min-height: 195px;
	margin: 0 5px 30px;
	padding: 0 20px
}
.testimonials .author-description1 .author-image1 {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 25px
}
.testimonials .photo_right .author-image1 {
	float: right
}
.testimonials .author-description1 .author-text {
	background: url(../images/testimonial_bg.png) -826px bottom no-repeat;
	padding: 10px 40px 30px 0
}
.testimonials .author-description1 .author-text p {
	height: auto
}
.testimonials .photo_right .author-text {
	text-align: right;
	background-position: 0 bottom
}
.highlight_yellow {
	background: #f2d220;
	color: #fff
}
.highlight_brown {
	background: #7b5635;
	color: #fff
}
.highlight_blue {
	background: #3e6ace;
	color: #fff
}
.highlight_black {
	background: #262626;
	color: #fff
}
.highlight_purple {
	background: #8235ca;
	color: #fff
}
.text_notice {
	font-style: italic;
	color: #5a636c;
	text-align: center;
	width: 555px;
	margin: 0 auto
}
.newsletterBox h3 {
	margin-bottom: 20px
}
.newsletterBox .inputField {
	float: left;
	width: 200px;
	padding: 12px 10px;
	margin: 0 0 5px;
	background: url(../images/icons/field_icons.png) 0 7px no-repeat;
	text-indent: 40px
}
.newsletter_text {
	display: inline;
	margin-left: 20px
}
.newsletter_text .link-news-rss {
	color: #f66e08;
	font-size: 14px;
	background: url(../images/icons/icon_rss.png) 0 1px no-repeat;
	padding-left: 21px;
	line-height: 18px;
	text-decoration: underline;
	display: inline-block
}
.staff_item {
	float: left;
	width: 240px;
	height: 420px;
	background: url(../images/dot_line_hor.png) bottom repeat-x;
	padding: 0 58px 30px 0;
	margin: 0 0 30px;
	text-align: center
}
.staff_item.every_3rd {
	padding-right: 0
}
.staff_item .staff_thumb {
	width: 240px;
	height: 240px;
	background: url(../images/staff_item_bg.png) no-repeat;
	padding: 0;
	margin-bottom: 5px
}
.staff_item .staff_thumb img {
	-webkit-border-radius: 999px;
	-o-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	margin-top: 10px
}
.ie7 .staff_item .staff_thumb, .ie8 .staff_item .staff_thumb {
	background: 0 0
}
.ie7 .staff_item .staff_thumb img, .ie8 .staff_item .staff_thumb img {
	border: 1px dashed #cecece;
	padding: 4px;
	background: #fff
}
.list_ordered {
	padding: 30px 0 10px
}
.list_ordered ol {
	padding: 0;
	counter-reset: li;
	margin: 0 0 0 55px
}
.list_ordered ol li {
	padding: 10px 0 0;
	position: relative;
	list-style: none
}
.list_ordered ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -55px;
	top: 0;
	width: 42px;
	height: 50px;
	background: url(../images/icons/circle_sprite.png) no-repeat;
	text-align: center;
	font-family: 'Signika Negative', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	line-height: 42px
}
.list_ordered li.nr2:before {
	background-position: 0 -50px
}
.list_ordered li.nr3:before {
	background-position: 0 -100px
}
.list_ordered li.nr4:before {
	background-position: 0 -150px
}
.list_ordered li.nr5:before {
	background-position: 0 -200px
}
.content .list_ordered h2, .list_ordered h2 {
	font-family: Nunito, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 400;
	margin: 0 0 5px;
	text-shadow: none
}
.list_ordered p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #505050;
	text-shadow: none
}
.link_view {
	position: absolute;
	right: 0;
	top: 10px;
	color: #a29e02!important;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-shadow: none
}
.link_view:hover {
	color: #f66e08!important
}
.sidebar p {
	font-family: Nunito, sans-serif;
	font-size: 18px;
	color: #272c2d;
	font-weight: 400
}
.content .widget-container, .sidebar .widget-container {
	position: relative!important;
	line-height: 1.4em;
	color: #8e8071;
	padding: 0
}
.widget-container:after, .widget-container:before {
	display: table;
	line-height: 0;
	content: ""
}
.widget-container:after {
	clear: both
}
.sidebar .widget-container {
	padding: 30px 0 20px 25px;
	background: url(../images/dot_line_hor.png) bottom repeat-x
}
.sidebar .widget-container.first {
	padding-top: 0
}
.content .widget-container .widget-title, .content .widget-container h3, .sidebar .widget-container .widget-title, .sidebar .widget-container h3 {
	font-family: Nunito, sans-serif;
	font-size: 21px;
	line-height: 1.1em;
	color: #f66e08;
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px
}
.sidebar .widget-container ul {
	margin: 0;
	padding: 0
}
.sidebar .widget-container li {
	list-style: none
}
.sidebar .widget-container li ul {
	padding-left: 15px
}
.content .widget-container li a, .sidebar .widget-container li a {
	color: #a29e02
}
.content .widget-container li a:hover, .sidebar .widget-container .current-menu-ancestor .current-menu-item a, .sidebar .widget-container .current-menu-ancestor a, .sidebar .widget-container .current-menu-ancestor li a:hover, .sidebar .widget-container .current-menu-item a, .sidebar .widget-container .current-menu-item li a:hover, .sidebar .widget-container li a:hover {
	color: #f66e08
}
.sidebar .widget-container .current-menu-ancestor li a, .sidebar .widget-container .current-menu-item li a {
	color: #a29e02
}
.sidebar .widget-container ul li ul {
	margin: 7px 0 0
}
.sidebar .widget-container ul li ul li {
	margin-bottom: 7px
}
.subscribe_btn {
	text-align: center
}
.subscribe_btn .btn {
	margin: 5px auto
}
.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul {
	padding: 0;
	font-family: Nunito, sans-serif;
	font-size: 17px
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li {
	margin: 0 0 15px;
	position: relative;
	line-height: 1.1em
}
.widget_archive li ul, .widget_categories li ul, .widget_links li ul, .widget_meta li ul, .widget_nav_menu li ul, .widget_pages li ul {
	font-size: 15px
}
.sidebar .widget-container.widget_nav_menu li a, .sidebar .widget_archive li a, .sidebar .widget_categories li a, .sidebar .widget_links li a, .sidebar .widget_meta li a, .sidebar .widget_pages li a {
	display: block;
	color: #673509
}
.sidebar .widget-container.widget_archive a:hover, .sidebar .widget-container.widget_categories .current-menu-item li a:hover, .sidebar .widget-container.widget_categories a:hover, .sidebar .widget-container.widget_links a:hover, .sidebar .widget-container.widget_meta a:hover, .sidebar .widget-container.widget_nav_menu .current-menu-item li a:hover, .sidebar .widget-container.widget_nav_menu a:hover, .sidebar .widget-container.widget_pages a:hover {
	color: #f25c24
}
.sidebar .widget-container.widget_categories .current-menu-item li a, .sidebar .widget-container.widget_categories li ul li a, .sidebar .widget-container.widget_nav_menu .current-menu-item li a, .sidebar .widget-container.widget_nav_menu li ul li a {
	color: #827468;
	background: 0 0
}
.sidebar .widget_categories li a {
	background: url(../images/arrows_sprite.png) right -247px no-repeat
}
.sidebar .widget_categories li a:hover {
	background-position: right -147px
}
.widget_featured_posts {
	font-family: Cabin, sans-serif;
	font-size: 13px;
	line-height: 1.5em
}
.widget_featured_posts ul {
	margin: 0!important
}
.widget_featured_posts .post-title {
	font-size: 20px;
	line-height: 1.1em
}
#middle .widget_featured_posts .post-title {
	min-height: 70px!important
}
.widget_featured_posts .post-image {
	padding: 5px 0;
	max-width: 100%
}
.widget_featured_posts .post-title a {
	color: #26363d
}
.widget_featured_posts .post-title a:hover {
	color: #f25821
}
#middle .widget_featured_posts .post-item .post-meta, .widget_featured_posts .post-item .post-meta {
	margin: 5px 0
}
.widget_featured_posts .post-descr {
	color: grey
}
#middle .widget_featured_posts .post-more a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f0f0f0;
	border-color: #e6e6e6;
	font-size: 11px
}
#middle .widget_featured_posts .post-more a span {
	color: #26363d;
	text-shadow: 0 1px 1px #fff;
	font-weight: 700
}
#middle .widget_featured_posts .post-more a:hover {
	-webkit-box-shadow: 0 1px 1px 0 silver;
	box-shadow: 0 1px 1px 0 silver;
	background-color: #06af61;
	border-color: #008b6a
}
#middle .widget_featured_posts .post-more a:hover span {
	color: #00341b;
	text-shadow: 0 1px 1px #76d9ac
}
.widget_baners p {
	margin: 0 0 30px
}
.widget_baners p img {
	border: 5px solid #f1f4f4;
	-webkit-box-shadow: 0 7px 10px -7px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 10px -7px rgba(0, 0, 0, .3)
}
.widget_twitter .tweet_image {
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px 10px 0 0
}
.widget_twitter .tweet_image img {
	width: 30px;
	height: 30px
}
.widget_twitter .tweet_item {
	clear: both;
	padding: 15px 0
}
.widget_twitter .tweet_item:first-child {
	padding-top: 0
}
.widget_twitter .tweet_text {
	float: left;
	width: 178px
}
.sidebar .widget_twitter .tweet_text {
	width: 190px
}
.sidebar .widget_twitter .tweet_time {
	display: block;
	color: #f2551f;
	font-style: italic;
	padding-top: 5px;
	font-size: 12px
}
.widget_twitter .tweet_text .inner {
	line-height: 1.2em
}
.widget_twitter .tweet_item a {
	color: #39b4ed
}
#calendar_wrap, .widget-container.widget_calendar {
	border-radius: 5px;
	-webkit-border-radius: 5px
}
.widget_calendar table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 2px 0;
	margin: 0 0 10px;
	border: 1px solid #ebdcd0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8071;
	position: relative
}
.widget_calendar table th {
	font-size: 11px;
	padding: 2px;
	border: none
}
.widget_calendar table td {
	text-align: center
}
.widget_calendar table tbody td {
	font-size: 12px;
	border: 1px solid #ebdcd0;
	line-height: 2em;
	background-color: #f8f3f0
}
.widget_calendar table tbody .pad {
	color: silver;
	background: #f8f3f0
}
.widget_calendar table tbody a {
	color: #f66e08;
	display: block;
	text-decoration: underline
}
.widget_calendar table tbody a:hover {
	background-color: #f66e08;
	color: #fff;
	text-decoration: none
}
.widget_calendar table tfoot {
	width: 100%;
	position: absolute;
	top: 0
}
.widget_calendar table tfoot td {
	border: none
}
.widget_calendar #today, .widget_calendar table tbody #today a {
	color: #fff;
	background-color: #f66e08
}
.widget_calendar table caption {
	-webkit-box-shadow: inset 0 1px 1px 0 #fbd9af;
	box-shadow: inset 0 1px 1px 0 #fbd9af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ffc47b), color-stop(1, #ff6112)) #f56744;
	background: -moz-linear-gradient(center top, #ffc47b 5%, #ff6112 100%) #f56744;
	background: -o-linear-gradient(top, #ffc47b 5%, #ff6112 100%) #f56744;
	background: -ms-linear-gradient(top, #ffc47b 5%, #ff6112 100%) #f56744;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc47b', endColorstr='#ff6112');
	border-top: 1px solid #ffc26c;
	border-bottom: 1px solid #ff570a;
	height: 32px;
	line-height: 32px;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	text-shadow: 0 -1px 1px #ff842c;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 0
}
.widget_calendar table #next a, .widget_calendar table #prev a {
	width: 30px!important;
	height: 32px;
	background: url(../images/calendar_arrows.png) center 0 no-repeat;
	overflow: hidden;
	text-indent: -400px;
	padding: 0;
	position: absolute;
	top: 2px
}
.widget_calendar table #prev a {
	left: 1px
}
.widget_calendar table #next a {
	background-position: center -32px;
	right: 1px
}
.widget_search .screen-reader-text, .widget_search cite, .widget_search label {
	display: none
}
.widget_search .inputField {
	width: 200px;
	background: url(../images/icons/field_icons.png) 0 -113px no-repeat;
	text-indent: 40px
}
.widget_search input.btn-submit {
	width: auto
}
.sidebar .widget_text .textwidget {
	line-height: 1.6em;
	padding: 0;
	text-shadow: 0 1px 1px #fff
}
.sidebar .widget_text .textwidget p {
	margin-bottom: 15px
}
.sidebar .widget_text .textwidget a {
	color: #ff7200
}
.widget_tag_cloud .tagcloud {
	line-height: 1.5em
}
.widget_tag_cloud .tagcloud a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	color: #64584c;
	background: url(../images/tags_bg.png) right -26px no-repeat;
	padding: 0 10px 0 0;
	font-size: 13px!important;
	margin: 4px 8px 4px 0
}
.widget_tag_cloud .tagcloud a span {
	display: block;
	background: url(../images/tags_bg.png) left 0 no-repeat;
	padding: 0 0 0 20px
}
.flickr {
	padding: 0
}
.flickr .flickr_badge_image {
	margin: 3px 10px 7px 0;
	list-style: none;
	display: block;
	float: left
}
.flickr .flickr_badge_image img {
	width: 100px;
	height: 100px
}
.sidebar .flickr .flickr_badge_image {
	float: left;
	margin: 5px 15px 10px 0
}
.sidebar .flickr .flickr_badge_image img {
	width: 65px;
	height: 65px
}
.separator {
	margin: 0 5px;
	color: #9a9a9a
}
.content .widget_recent_entries ul {
	margin: 0
}
.sidebar .widget_recent_comments li, .sidebar .widget_recent_entries li {
	clear: both;
	line-height: 1.3em;
	padding: 15px 0;
	margin: 0;
	border-top: 2px solid #eeecea;
	font-size: 14px
}
.sidebar .widget_recent_comments li:first-child, .sidebar .widget_recent_entries li:first-child {
	border: none
}
.widget_recent_entries li {
	min-height: 58px
}
.sidebar .widget_recent_entries .post-title, .widget_recent_entries .post-title {
	font-size: 14px;
	display: block;
	color: #8e8071
}
.widget_recent_comments li .thumbnail, .widget_recent_entries li .thumbnail {
	width: 58px;
	height: 58px;
	float: left;
	margin-right: 15px
}
.sidebar .widget-container.widget_recent_comments a {
	color: #a29e02
}
.widget_login form {
	position: relative
}
.widget_login input {
	width: 200px
}
.sidebar .widget_login #user_login {
	background: url(../images/icons/field_icons.png) 0 -33px no-repeat;
	text-indent: 40px
}
.sidebar .widget_login #user_pass {
	background: url(../images/icons/field_icons.png) 0 -73px no-repeat;
	text-indent: 40px
}
.widget_login p {
	position: relative;
	margin: 0 0 12px;
	clear: both
}
.ie7 .widget_login #user_login, .ie7 .widget_login #user_pass {
	float: left;
	clear: both
}
.widget_login .forgetmenot {
	line-height: 1.2em;
	display: block;
	font-size: 13px;
	clear: both
}
.widget_login .forgetmenot input {
	margin: 0 3px 0 0;
	float: left;
	border: none;
	width: auto!important;
	padding: 0!important
}
.widget_login .submit input {
	width: auto
}
.widget_login .forget_password {
	position: absolute;
	bottom: 0;
	left: 115px;
	font-size: 13px
}
.ie7 .widget_login .forget_password, .ie8 .widget_login .forget_password {
	width: auto;
	padding-left: 5px;
	padding-top: 1px
}
.widget_login .input_styled label {
	font-size: 13px;
	margin-right: 10px;
	color: #838a90
}
.widget_login .forget_password a {
	color: #f66e08;
	text-decoration: underline
}
.widget_login .forget_password a:hover {
	color: #f66e08
}
.entry {
	line-height: 1.7em
}
.entry .video iframe {
	width: 100%
}
.content .map img, .map_window img {
	max-width: none!important
}
.postlist .post-item {
	margin: 0 0 30px;
	padding: 0 28px 30px 0;
	background: url(../images/dot_line_hor.png) bottom repeat-x
}
.page .post-detail .post-item, .page .sidebar .widget-container {
	background: 0 0
}
.page .post-detail .post-item {
	margin-bottom: 0;
	padding-bottom: 0
}
.post-detail .post-title h1, .postlist .post-title h2 {
	font-size: 35px;
	font-family: Nunito, sans-serif;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 5px;
	color: #673509
}
.postlist .post-title h2 a {
	color: #673509
}
.postlist .post-title h2 a:hover {
	color: #f66e08
}
.postlist .post-item .post-meta {
	padding: 5px 0 20px
}
.postlist .post-image {
	margin-bottom: 20px
}
.article_image img, .gallery_item img, .image_frame img, .postlist .post-image img {
	max-width: 100%;
	border: 7px solid #f1f4f4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 7px 12px 0 rgba(100, 100, 100, .2);
	box-shadow: 0 7px 12px 0 rgba(100, 100, 100, .2)
}
.postlist .post-image.alignleft {
	margin: 0 20px 5px 0
}
.postlist .post-image.alignright {
	margin: 0 0 5px 20px
}
.postlist .entry {
	font-size: 14px;
	margin-bottom: 5px
}
.post-meta {
	color: #a1a1a1;
	font-size: 13px
}
.post-meta .link-comments {
	white-space: nowrap
}
.post-meta-bot {
	padding: 5px 0 0
}
.post-meta-bot .btn {
	margin: 0 3px
}
.post-meta a {
	color: #a1a1a1
}
.post-meta a:hover {
	color: #505050
}
.post-item .entry .frame_center {
	margin-bottom: 20px
}
.entry p, .middle_row p, .text_box p {
	margin: 0 0 17px
}
.entry a {
	color: #39b4ed
}
.entry a:hover, .link-orange {
	color: #f1541e
}
.entry .subtitle {
	color: #009551;
	font-size: 15px;
	margin-bottom: 25px
}
.article_list {
	background: url(../images/dot_line_vertical.png) center repeat-y
}
.article_item {
	float: left;
	width: 390px;
	min-height: 440px;
	background: url(../images/dot_line_hor.png) top repeat-x;
	margin: 25px 0 0;
	padding: 25px 28px 0 0;
	font-family: Nunito, sans-serif
}
.article_item.odd {
	padding: 25px 0 0 28px
}
.article_list .article_item.second, .article_list .article_item:first-child {
	background: 0 0;
	padding-top: 0;
	margin-top: 0
}
.article_title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e4b8
}
.article_title h2 {
	margin: 20px 0 5px;
	color: #000;
	font-size: 27px;
	font-weight: 400
}
.article_title h2 a {
	color: #000
}
.article_title .subtitle {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #a29e02
}
.article_descr {
	color: #606060;
	font-size: 15px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif
}
.article_item .link_more, .article_item .link_more:hover {
	display: inline-block;
	line-height: 25px;
	background: url(../images/arrow_right.png) no-repeat;
	padding-left: 35px;
	font-weight: 400;
	font-size: 18px;
	color: #3db0d3
}
.tf_pagination {
	position: relative;
	clear: both;
	margin: 10px 0
}
.tf_pagination .inner {
	padding: 1px 0;
	min-height: 50px
}
.tf_pagination .page-numbers, .tf_pagination .page_next, .tf_pagination .page_prev {
	margin: 0 1px;
	color: #fff;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: url(../images/tf_pagination_bg.png) no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-family: 'Signika Negative', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	text-align: center;
	overflow: hidden;
	letter-spacing: -1px
}
.tf_pagination .current, .tf_pagination .page-numbers:hover, .tf_pagination .page_next:hover, .tf_pagination .page_prev:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50)
}
.tf_pagination .page_next, .tf_pagination .page_prev {
	position: relative;
	top: 13px;
	background-position: 0 -42px
}
.tf_pagination .page_next {
	background-position: 0 -84px
}
.tf_pagination .page_next span, .tf_pagination .page_prev span {
	margin-left: -300px;
	display: block
}
.author-description {
	position: relative;
	margin: 20px 0 10px;
	height: 194px;
	background: #fffdf4;
	background: -moz-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 253, 244, 1)), color-stop(100%, rgba(255, 252, 236, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdf4', endColorstr='#fffcec', GradientType=0);
	border-radius: 10px;
	-webkit-border-radius: 10px
}
.author-image2, .comment-avatar .avatar {
	width: 141px;
	height: 177px;
	position: absolute;
	top: -3px;
	left: 24px;
	z-index: 2;
	text-align: center
}
.author-image2 span, .comment-avatar .avatar span {
	background: url(../images/ribbon_photo1.png) no-repeat;
	z-index: 3;
	display: block;
	width: 141px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0
}
.author-image, .comment-avatar .avatar {
	width: 141px;
	height: 177px;
	position: absolute;
	top: -3px;
	left: 24px;
	z-index: 2;
	text-align: center
}
.author-image span, .comment-avatar .avatar span {
	background: url(../images/ribbon_photo.png) no-repeat;
	z-index: 3;
	display: block;
	width: 141px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0
}
.author-image1 span, .comment-avatar .avatar span {
	background: url(../images/ribbon_photo1.png) no-repeat;
	z-index: 3;
	display: block;
	width: 141px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0
}
.author-image1 img {
	margin-top: 33px
}
.author-image2 img {
	margin-top: 33px
}
.author-image img {
	margin-top: 33px
}
.author-description .author-text {
	padding: 10px 30px 10px 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 700;
	background: url(../images/author_box_bg.png) center 80px no-repeat
}
.author-description p {
	color: #754e25;
	font-size: 14px;
	display: block;
	height: 90px;
	overflow: hidden
}
.author-description .author-name {
	color: #97951e;
	font-size: 18px;
	float: right
}
.author-description1 {
	position: relative;
	margin: 20px 0 10px;
	height: 194px;
	background: #fffdf4;
	background: -moz-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 253, 244, 1)), color-stop(100%, rgba(255, 252, 236, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 253, 244, 1) 0, rgba(255, 252, 236, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdf4', endColorstr='#fffcec', GradientType=0);
	border-radius: 10px;
	-webkit-border-radius: 10px
}
.author-image1, .comment-avatar1 .avatar1 {
	width: 141px;
	height: 177px;
	position: absolute;
	top: -3px;
	left: 24px;
	z-index: 2;
	text-align: center
}
.author-image1 span, .comment-avatar1 .avatar1 span {
	background: url(../images/ribbon_date.png) no-repeat;
	z-index: 3;
	display: block;
	width: 141px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 0
}
.author-image1 .ribbon {
	background: url(../images/ribbon_date.png) no-repeat;
	color: #fff998;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	font-size: 16px;
	font-family: 'Signika Negative', sans-serif
}
.author-image1 strong {
	color: #fff;
	display: block;
	font-size: 58px;
	line-height: .7em;
	margin: 57px 0 0
}
.author-image1 img {
	margin-top: 33px
}
.author-description1 .author-text {
	padding: 10px 30px 10px 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	background: url(../images/author_box_bg.png) center 80px no-repeat
}
.author-description1 p {
	color: #754e25;
	font-size: 14px;
	display: block;
	height: 90px;
	overflow: hidden
}
.author-description1 .author-name {
	color: #97951e;
	font-size: 18px
}
.comment-list {
	position: relative;
	padding: 0 28px 10px 0
}
.link-add-comment {
	position: absolute;
	top: 2px;
	right: 33px;
	color: #f66e08;
	font-size: 17px;
	font-family: Nunito, sans-serif
}
.link-add-comment:hover {
	border-bottom: 1px dashed #f66e08
}
.add-comment h3, .comment-list h2, .comment-respond h3 {
	margin: 0 0 25px;
	font-size: 25px;
	color: #505050;
	font-family: Nunito, sans-serif;
	font-weight: 400
}
.comment-list ol, .comment-list ul {
	margin: 0;
	padding: 0
}
.comment-list ol {
	margin-bottom: 20px;
	padding-bottom: 10px
}
.comment-list ol li:first-child {
	border: none
}
.comment-list ol li, .comment-list ol li ul li:first-child, .comment-list ul li {
	margin: 25px 0 0;
	list-style: none
}
.comment {
	clear: both;
	display: block;
	padding: 0;
	color: #606060
}
.comment-body {
	padding: 20px 25px;
	background: #fffced;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 140px
}
.comment-avatar {
	width: 141px;
	float: left;
	margin: 0 19px 0 0
}
.comment-avatar .avatar {
	position: relative;
	left: 0
}
.comment-avatar .avatar span {
	background: url(../images/ribbon_photo_blue.png) no-repeat
}
.comment-avatar .avatar img {
	margin-top: 33px;
	width: 103px;
	height: auto
}
.comment-text {
	float: left;
	width: 330px;
	position: relative;
	font-size: 13px;
	color: #606060
}
.comment-author {
	padding: 20px 0 10px;
	color: #b0b7bc
}
.link-author {
	font-family: 'Signika Negative', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-decoration: none;
	color: #000
}
.comment-reply-link:hover, a.link-author:hover {
	color: #f25821
}
.comment-reply-link {
	color: #3db0d3;
	font-size: 19px
}
.comment-reply-link:hover {
	color: #f66e08
}
.comment-entry {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif
}
.comment-meta {
	text-align: left;
	font-family: 'Signika Negative', sans-serif;
	padding-top: 20px
}
.comment-meta .comment-date {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	font-weight: 600
}
.children li {
	padding-left: 60px;
	background: url(../images/comments_sub.png) 30px 20px no-repeat
}
.children .comment-text {
	width: 270px
}
.children .children .comment-text {
	width: 210px
}
.add-comment, .comment-respond {
	margin: 10px 0 0;
	position: relative;
	padding-right: 28px
}
.comment-form .row {
	padding: 9px 0;
	position: relative;
	margin-right: 10px
}
.field_select {
	z-index: 2
}
.field_text {
	z-index: 1
}
.comment-form .row.omega {
	margin-right: 0
}
.comment-form .row .label_title {
	line-height: 18px;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
	color: #3f4b56
}
.comment-form .row .label_title strong {
	font-weight: 400
}
.ie7 .comment-form .inputtext {
	float: left
}
#topm-select, .comment-form .inputtext, .comment-form .select_styled, .comment-form .textarea {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	width: 240px;
	margin: 3px 0
}
#topm-select {
	width: 240px;
	height: 32px;
	font-size: 14px;
	padding: 5px 5px 5px 45px;
	margin: 0 0 0 30px
}
#topm-select option {
	padding: 3px 0;
	text-indent: 5px
}
.comment-form .field_name input, .contact_form .field_name input {
	background: url(../images/icons/field_icons.png) 0 -33px no-repeat;
	text-indent: 40px
}
.comment-form .field_email input, .contact_form .field_email input {
	background: url(../images/icons/field_icons.png) 0 7px no-repeat;
	text-indent: 40px
}
.comment-form .field_phone input, .contact_form .field_phone input {
	background: url(../images/icons/icon_phone2.png) 0 7px no-repeat;
	text-indent: 40px
}
.comment-form .field_message textarea, .contact_form .field_message textarea {
	background: url(../images/icons/icon_comments.png) 500px 10px no-repeat
}
.comment-form .field_message textarea:focus, .contact_form .field_message textarea:focus {
	background: 0 0
}
.comment-form .rowCheckbox, .comment-form .rowRadio {
	width: 260px
}
.comment-form .input_styled .label_title {
	margin-bottom: 10px
}
.comment-form .select_styled {
	height: 34px;
	width: 280px
}
.comment-form .select_styled option {
	font-size: 13px;
	padding: 9px 0;
	text-indent: 5px
}
.comment-form .textarea {
	width: 512px;
	height: 100px;
	overflow: auto;
	resize: vertical
}
.comment-form .rowSubmit {
	padding: 15px 0;
	position: relative;
	text-align: left;
	margin-right: 0
}
.btn-submit, input.btn-submit {
	cursor: pointer;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 0 23px;
	margin: 10px 0 0;
	background: url(../images/button_sprite.png) repeat-x;
	color: #fff;
	font-size: 16px;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	box-shadow: 0 5px 4px 0 rgba(227, 193, 91, .75);
	text-align: center;
	border: none
}
.ie7 .btn-arrow, .ie7 .btn-submit, .ie7 .btn_send {
	filter: chroma(color=#000000);
	border: none!important;
	text-align: center
}
.link-reset {
	color: #f66e08;
	font-size: 13px;
	position: absolute;
	top: 35px;
	right: 10px
}
.link-reset:hover {
	text-decoration: underline
}
.contact_form .row {
	position: relative;
	padding: 6px 0;
	margin: 0
}
.contact_form .inputtext, .contact_form .textarea {
	width: 340px
}
.contact_form .textarea {
	height: 90px;
	overflow: auto;
	resize: vertical;
	padding-right: 10px
}
.contact_form .field_message textarea {
	background: url(../images/icons/icon_comments.png) 330px 10px no-repeat
}
.contact_form .rowSubmit {
	padding: 6px 0;
	position: relative
}
.contact_form .rowSubmit input {
	margin: 0
}
.box_sprite {
	position: relative;
	background: url(../images/contact_form_bg.png) -20px 0;
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(100, 100, 100, .2);
	box-shadow: 0 5px 5px 0 rgba(100, 100, 100, .2);
	margin: 0 0 40px
}
.box_sprite_inner {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, .1);
	min-height: 350px;
	padding: 10px;
	overflow: hidden
}
.box_sprite .col_left {
	float: left;
	margin: 10px 0;
	padding: 0 25px 0 15px
}
.box_sprite .col_right {
	float: left;
	width: 363px;
	margin: 10px 0;
	padding: 0 20px
}
.box_sprite .col_left {
	background: url(../images/dot_line_vertical.png) right repeat-y
}
.box_sprite .col_right h2 {
	margin: 5px 0
}
.box_sprite .subtitle {
	font-family: Nunito, sans-serif;
	color: #a29e02;
	font-size: 15px;
	font-weight: 300
}
.contact_info {
	border-top: 1px solid #e5e4b8;
	margin: 20px 0 0;
	padding: 15px 0 0;
	color: #606060;
	font-size: 15px
}
.contact_info .row {
	position: relative;
	padding: 6px 0 6px 28px
}
.contact_info .row em {
	font-style: normal;
	font-weight: 700;
	color: #363636;
	margin-right: 3px
}
.contact_info .row a {
	color: #39b4ed
}
.contact_info .row a:hover {
	color: #f86625
}
.contact_info .address {
	background: url(../images/icons/icon_location.png) 0 10px no-repeat
}
.contact_info .phone {
	background: url(../images/icons/icon_phone.png) 0 6px no-repeat
}
.contact_info .mail {
	background: url(../images/icons/icon_mail.png) 0 8px no-repeat
}
.contact_info .fax {
	background: url(../images/icons/icon_fax.png) 0 7px no-repeat
}
.location_map {
	padding-top: 5px
}
.gmap {
	background: #fff;
	border: 1px solid #eeefef;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(100, 100, 100, .4);
	box-shadow: 0 5px 10px 0 rgba(100, 100, 100, .4)
}
.googlemap {
	position: relative;
	width: 100%;
	height: 430px
}
.content .map img, .gmap img, .map img {
	max-width: none!important
}
.gallery_item {
	float: left;
	margin: 0 7px 7px 0;
	width: 274px
}
.gallery_item.every_3rd {
	margin-right: 0
}
.gallery_item a {
	display: block;
	position: relative
}
.gallery_item img {
	z-index: 1;
	webkit-box-shadow: 0 7px 10px -7px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 10px -7px rgba(0, 0, 0, .3)
}
.gallery_item a span {
	display: none;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 2;
	width: 260px;
	height: 195px;
	background: url(../images/zoom_bg.png) center center no-repeat
}
.gallery_item a:hover span {
	display: block
}
.filter {
	position: absolute;
	right: 65px;
	top: 24px
}
.filter a {
	display: inline-block;
	background: url(../images/filter_icon.png) no-repeat;
	line-height: 26px;
	padding-left: 27px;
	color: #aeaeae;
	font-family: Nunito, sans-serif;
	font-size: 19px;
	margin-left: 15px
}
.filter a.current {
	background-position: 0 -26px;
	color: #f97f39
}
.filter a:hover {
	color: #f97f39
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}
.ir br {
	display: none
}
.hidden {
	display: none!important;
	visibility: hidden
}
.invisible {
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
 @media print {
* {
	background: 0 0!important;
	color: #000!important;
	box-shadow: none!important;
	text-shadow: none!important;
	filter: none!important;
	-ms-filter: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
 @page {
 margin: .5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
#middle.cols2 .content.withborder, #middle.cols2.sidebar_left .content.withborder {
	width: 850px;
	float: left;
	margin: 0 0 0 62px
}
#middle.cols2 .box_sprite_inner .sidebar {
	width: 269px;
	float: left;
	margin: 0
}
#middle.cols2.sidebar_left .box_sprite_inner .sidebar {
	width: 250px;
	float: left;
	margin: 0
}
#middle.cols2 .content.withborder .inner_content {
	width: 551px;
	float: left;
	margin: 0
}
#middle.cols2.sidebar_left .content.withborder .inner_content {
	width: 551px;
	float: right;
	margin: 0
}
.full_width .add-comment, .full_width .comment-respond {
	margin-left: 155px
}
.full_width .link-reset {
	margin-right: 115px
}
.full_width #comments {
	margin-left: 148px;
	margin-right: 120px
}
.depth-1 .comment-form .textarea {
	width: 439px
}
.depth-1 .comment-form .inputtext {
	width: 204px
}
.children .comment-form .textarea {
	width: 380px
}
.children .comment-form .inputtext {
	width: 173px
}
.children .children .comment-form .textarea {
	width: 320px
}
.children .children .comment-form .inputtext {
	width: 144px
}
.children .children .children .comment-form .inputtext, .children .children .children .comment-form .textarea {
	width: 285px
}
.full_width .depth-1 .comment-form .textarea {
	width: 439px
}
.full_width .depth-1 .comment-form .inputtext {
	width: 204px
}
.full_width .depth-1 .link-reset {
	margin-right: 0
}
.full_width .children .comment-form .textarea {
	width: 380px
}
.full_width .children .comment-form .inputtext {
	width: 173px
}
.full_width .children .link-reset {
	margin-right: 0
}
.full_width .children .children .comment-form .textarea {
	width: 320px
}
.full_width .children .children .link-reset {
	margin-right: 0
}
.full_width .children .children .comment-form .inputtext {
	width: 144px
}
.full_width .children .children .children .comment-form .inputtext, .full_width .children .children .children .comment-form .textarea {
	width: 285px
}
.full_width .depth-1 .comment-respond {
	margin-left: 0
}
.widget_categories select {
	height: 43px
}
.widget_categories .children li {
	background: 0 0;
	margin-left: -60px
}
.widget_categories li.current-cat a {
	color: #f25c24
}
.widget_archive select {
	height: 43px
}
.staff_item.single {
	background: 0 0;
	min-height: 311px;
	height: 311px;
	padding: 0;
	margin: 0 25px 0 0
}
.postlist .post-item.page {
	background: 0 0
}
.big_button_box {
	margin-top: -38px
}
.padding_gallery {
	padding-bottom: 30px
}
.page.title_top {
	background: 0 0;
	margin-bottom: 5px
}
.contact_form .field_name .email {
	background: url(../images/icons/field_icons.png) 0 7px no-repeat;
	text-indent: 40px
}
.contact_form .field_phone .email {
	background: url(../images/icons/icon_phone2.png) 0 7px no-repeat;
	text-indent: 40px
}
.contact_form .field_resume .email {
	background: 0 0;
	text-indent: 40px
}
.reservationForm .field_name .email {
	background: url(../images/icons/field_icons.png) 0 7px no-repeat;
	text-indent: 40px
}
.add-comment.contact-form, form.contactForm {
	max-width: 363px;
	margin: 0 auto
}
.row.alignleft.input_styled.checklist, .row.alignleft.input_styled.inlinelist, .row.field_select.alignleft, .row.field_text.alignleft {
	margin-right: 9px
}
.contact_form .select_styled, .reservationForm .select_styled {
	height: 42px
}
.reservationForm .btn.btn-default.btn-submit {
	margin-top: -2px
}
.reservationForm .rowSubmit {
	max-width: 363px
}
.contact_form .rowSubmit .link-reset {
	margin-right: 0;
	margin-top: -17px
}
.col_left .add-comment, .col_left .comment-respond {
	margin-top: -25px;
	position: relative;
	padding-right: 0
}
input[type=button].tfuse_captcha_reload {
	-webkit-box-shadow: none;
	box-shadow: none
}
.col_left #header_message {
	margin-top: 15px
}
.postlist .entry.staffsingle {
	margin-right: 40px
}
.logo a {
	font-family: Nunito, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #f77500;
	line-height: 40px;
	text-shadow: 3px 3px 0 #fff
}
.logo a span {
	color: #a4bc00
}
.entry.staffsingle {
	margin: 0 0 20px;
	padding: 0 28px 15px 0;
	background: url(../images/dot_line_hor.png) bottom repeat-x
}
.ie7 .col_left {
	width: 373px
}
.contact_form .field_name input {
	display: block
}
.comment-form .form-submit {
	padding: 15px 0;
	position: relative;
	text-align: left;
	margin-right: 0
}
.poenm-box1 {
	width: 33.33%;
	float: left;
	margin-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 20px;
}
.poenm-box1 img {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	border-radius: 4px 4px 0px 0px
}
.bgps1 h2 {
	font-weight: 300;
	text-transform: uppercase;
}
.bgps1 h2 a {
	color: #fff;
	background: #C92223;
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0px 0px 4px 4px
}
.bgps1 h2 a:hover {
	background: #000;
}
.poenm-box1 img:hover {
	opacity: 0.8;
}
.table-borr-re table tr th {
	border: 1px solid#ccc;
	padding: 6px 10px;
}
.table-borr-re table tr td {
	border: 1px solid#ccc;
	padding: 6px 10px;
}
.lans-font label {
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 3px;
	float: left;
	width: 100%;
}

 @media only screen and (max-width: 767px) {
 .poenm-box1 {
 width:100%;
 padding-right: 0px;
}
}
