@charset "UTF-8";
@font-face {
    font-family: 'OswaldLight';
    src: url('../assets/Oswald-Light-webfont.eot');
    src: url('../assets/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/Oswald-Light-webfont.woff') format('woff'),
         url('../assets/Oswald-Light-webfont.ttf') format('truetype'),
         url('../assets/Oswald-Light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LatoBold';
    src: url('../assets/lato-bol.eot');
    src: url('../assets/lato-bol.eot') format('embedded-opentype'),
         url('../assets/lato-bol.woff') format('woff'),
         url('../assets/lato-bol.ttf') format('truetype'),
         url('../assets/lato-bol.svg#LatoBold') format('svg');
}
@font-face {
    font-family: 'CalibriRegular';
    src: url('../assets/calibri.eot');
    src: url('../assets/calibri.eot') format('embedded-opentype'),
         url('../assets/calibri.woff') format('woff'),
         url('../assets/calibri.ttf') format('truetype'),
         url('../assets/calibri.svg#CalibriRegular') format('svg');
}
@font-face {
    font-family: 'CalibriBold';
    src: url('../assets/calibrib.eot');
    src: url('../assets/calibrib.eot') format('embedded-opentype'),
         url('../assets/calibrib.woff') format('woff'),
         url('../assets/calibrib.ttf') format('truetype'),
         url('../assets/calibrib.svg#CalibriBold') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../assets/lato-reg.eot');
    src: url('../assets/lato-reg.eot') format('embedded-opentype'),
         url('../assets/lato-reg.woff') format('woff'),
         url('../assets/lato-reg.ttf') format('truetype'),
         url('../assets/lato-reg.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'OswaldRegular';
    src: url('../assets/oswald-regular.eot');
    src: url('../assets/oswald-regular.eot') format('embedded-opentype'),
         url('../assets/oswald-regular.woff') format('woff'),
         url('../assets/oswald-regular.ttf') format('truetype'),
         url('../assets/oswald-regular.svg#OswaldBook') format('svg');
}
.pie-conner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
body {
	font-size: 14px;
	font-family: 'CalibriRegular';
	color: #818181;
	position: relative;
	left: -9999px;
}
a {text-decoration:none;outline:none;}
a:hover {text-decoration: none}
fieldset{
	padding: 0;
	margin: 0
}
#MainContainer {
	width: 1300px;
	margin: 0 auto;
	background: #FFF;
	min-height: 100%;
}
#Header {
	display: block;
	background: url(../img/blue_bg.png) repeat 0 0
}
#Header .social {
	width: 1000px;
	margin: 0 auto;
}
.social a.follow_facebook, .social a.follow_youtube, .social a.follow_twitter {
	background: url("../img/social_icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 28px;
	float: right;
}
.social a.follow_twitter {
	background-position: -35px 0
}
.social a.follow_youtube {
	background-position: -65px 0
}
.social .language {
	float: right;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 8px;
	margin: 4px 0 5px 0;
	width: 112px;
display:none;
text-align: center;
}
.social .language a {
	line-height: 8px;
	padding-left: 5px;
}
.social .language a img, .social .language span img{
	vertical-align: middle;
}
.social .language a img{
	margin-bottom: 2px
}
.social .language a span {
	margin-left: 7px;
	font-size: 14px;
}
.social .language ul {
	background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    margin-left: -8px;
    margin-top: -5px;
    padding: 7px 20px 10px 8px;
    position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
}
.social .language ul li a {
	color: #818181;
}
.menu {
	display: block;
	background: url(../img/menu_bg.gif) 0 0 repeat-x #fff;
	padding: 0 150px 15px 150px;
	height: 100px
}
.menu .logo {
	float: left;
	margin-top: 20px
}
.menu .logo p {
	margin-top: 10px;
}
.menu .navigation {
	float: right;
	margin-top: 50px
}
.menu .navigation li {
	float: left;
}
.menu .navigation li a {
	color: #818181;
	font-family: "OswaldRegular";
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 30px;
}
.menu .navigation li.with_sub:hover {
	background: url("../img/nav_1_current.png") no-repeat scroll 44px 23px transparent;
	height: 35px
}
.menu .navigation li.current a, .menu .navigation li.section a, .menu .navigation li a:hover {
	color: #12a356;

}
.menu .navigation li .wrapper {
	background: #00a350;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 10px;
    margin-top: 8px;
    padding-top: 4px;
    position: absolute;
    width: 237px;
	display: none;
}
.menu .navigation li:hover .wrapper {
	display: block;
}
.menu .navigation li .wrapper .sub_menu {
	position: absolute;
	z-index: 20;
	background-color: #fff;
	-moz-box-shadow:3px 3px 7px 0px #777;
	-webkit-box-shadow:3px 3px 7px 0px #777;
	box-shadow:3px 3px 7px 0px #777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 0;
	width: 237px
}
.menu .navigation li .sub_menu li {
	float: none;
	border-bottom: solid 1px #dcdcdc;
	padding: 7px 10px
}
.menu .navigation li .sub_menu li:last-child {
	border: none;
}
.menu .navigation li .sub_menu li a {
	text-transform: uppercase;
	font-family: 'CalibriRegular';
	font-size: 14px;
	background: url(../img/nav_2_bullet.png) no-repeat 0 0 transparent;
	padding-left: 20px;
	margin: 0;
	color: #818181;
	display: list-item;
}
.menu .navigation li .sub_menu li a:hover {
	background: url(../img/nav_2_bullet_hov.png) no-repeat 0 0 transparent;
	color: #12a356;
}
#Footer {
	background: url(../img/blue_bg.png) repeat 0 0;
	width: 1000px;
	margin: 0 auto;
	padding: 0 150px;
	color: #fff;
}
#Footer .navigation {
	padding-top: 30px;
}
#Footer .addr {
	padding-top: 25px;
}
#Footer a {
	color: #fff;
	font-size: 15px;
}
#Footer .navigation span {
	margin: 0 12px;
}
#Footer .navigation a:last-child {
	border: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer .copy_right{
	padding: 65px 0 25px 0;
}
#Footer .addr h4 {
	font-family: 'CalibriBold';
	font-size: 20px;
}
#Footer .addr p {
	font-family: 'CalibriRegular';
	font-size: 15px
}
/* Home */
.banner {
	margin-top: -2px;
}
.banner .text {
	position: absolute;
	top: 0;
	color: #fff;
	font-family: 'LatoBold';
	padding: 80px 500px 80px 150px;
}
.banner .text p {
	font-size: 30px;
}
.banner .text h2 {
	font-size: 50px;
}
.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/slider_nav.png) no-repeat -25px 0 transparent;
	width: 21px;
	height: 21px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/slider_nav.png) no-repeat 0 0 transparent;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.bx-wrapper .bx-controls-direction a {width: 44px; height: 45px;}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover{
	background: url(../img/next_button.png) no-repeat 0 0 transparent;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover{
	background: url(../img/prev_button.png) no-repeat 0 0 transparent;
}
.HomePage #Container {
	background: url(../img/shadow_bg.gif) 0 0 repeat-x #fff;
}
#Layout {
	padding: 0 150px
}
#Layout.one_col {
	padding: 20px 150px
}
.teaser {
	padding: 35px 0;
}
.teaser .box_item {
	float: left;
	width: 320px;
	border-right: solid 1px #E3E3E3;
	padding: 0 5px;
	text-align: center;
}
.teaser .box_item:last-child {
	border: none;
}
.teaser .box_item .wrap {
	padding: 25px 17px;
	margin-top: -10px
}
.teaser .box_item .wrap:hover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 20px;
	background: #fff;
	box-shadow: 0 2px 14px 7px #e1e1e1 inset;
}
.teaser .box_item h3 {
	font-family: "LatoBold";
	font-size: 25px;
	margin-bottom: 5px
}
.two_colors, .two_colors a {
	color: #00a859!important;
}
.two_colors span {
	color: #484848
}
.teaser .box_item p {
	font-family: 'CalibriRegular';
	font-size: 15px;
	color: #484848;
	margin-bottom: 15px
}
.teaser .box_item .wrap a, input[type=submit], input[type=reset] {
	font-size: 15px;
	color: #0088ca
}
.teaser .box_item .wrap:hover a, input[type=submit], input[type=reset], a.button {
	background-image: -ms-linear-gradient(top left, #028140 0%, #02A652 90%, #05C562 100%);
	background-image: -moz-linear-gradient(top left, #028140 0%, #02A652 90%, #05C562 100%);
	background-image: -o-linear-gradient(top left, #028140 0%, #02A652 90%, #05C562 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #028140), color-stop(0.9, #02A652), color-stop(1, #05C562));
	background-image: -webkit-linear-gradient(top left, #028140 0%, #02A652 90%, #05C562 100%);
	background-image: linear-gradient(to bottom right, #028140 0%, #02A652 90%, #05C562 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #00803f;
	padding: 5px 20px;
	color: #fff
}
#Layout .col_left {
	float: left;
}
#Layout .col_right {
	float: right;
	margin-bottom: 30px
}
.HomePage .col_left {
	width: 650px
}
.HomePage .col_right {
	width: 310px
}
.HomePage .field {
	padding-bottom: 8px;
}
.HomePage input[type="text"], .HomePage input[type="email"], .HomePage input[type="password"]{
	width: 210px;
	height: 30px
}
.HomePage .field .middleColumn label.required {
	display: block;
	color: #ff8080;
	font-size: 12px
}
.HomePage textarea {
	height: 100px
}
.HomePage .Actions {
	float: right;
}
.HomePage .form_message p, .ProductForm .form_message p {
	text-align: center;
	font-size: 17px;
	background: #f7f7f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 0
}
.typography ul li {
	background: url(../img/bullet.png) no-repeat 0 5px transparent;
	float: left;
	width: 200px;
	padding-left: 20px;
	margin-bottom: 3px;
}
.typography ul li, .typography ul li a {
	color: #808080;
	font-size: 15px;
	font-family: 'CalibriBold';
	text-decoration: none;
}
.typography ul li a:hover {
	text-decoration: underline;
}
#Layout .news h2.news_title, #Layout .quick_form h2.quick_title {
	font-family: 'LatoRegular';
	background: url(../img/news_icon.png) no-repeat 0 0 transparent;
	padding-left: 55px
}
#Layout .news h3 {
	color: #0088ca;
	text-transform: uppercase;
	font-family: 'CalibriBold';
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding-right: 32px;
}
#Layout .news p {
	font-family: 'CalibriRegular';
	font-size: 15px;
	line-height: 20px;
	color: #484848;
	padding-right: 32px;
}
.news .news_showall {
	border-top: solid 1px #cecece
}
.news_showall a {
	float: left;
	text-decoration: none;
	color: #0088ca;
	padding-top: 2px
}
.news_showall a.link_to {
	float: right;
	background: url(../img/news_arrow.png) no-repeat 0 0 transparent;
	width: 33px;
	height: 18px
}
#Layout .quick_form h2.quick_title {
	background: url(../img/quick_icon.png) no-repeat 0 0 transparent;
	padding-bottom: 0;
}
#Layout .quick_form {
	margin-top: 50px;
}

.HomePage .typography h2 {
	font-family: 'LatoBold'
}
.ContactPage .main {
	margin: 45px 0
}
.ContactPage .main form {
	width: 443px
}
.ContactPage .main .contact_info {
	float: right;
    margin-right: 120px;
    width: 368px;
}
.ContactPage iframe {
	border: solid #eee 1px
}
h2.page_title {
	padding-top: 30px;
}
#Layout .data_list {
	min-height: 350px;
	margin-bottom: 30px;
}
#Layout .data_list img {
	float: left;
	margin-right: 20px
}
#Layout .data_list_item {
	background: url(../img/list_border.png) no-repeat 0 bottom transparent;
	padding: 20px 0
}
#Layout .data_list_item h2 {
	font-size: 22px;
	line-height: 12px;
}
#Layout .data_list_item p {
	float: right;
    padding-bottom: 15px;
    width: 815px;
}
#Layout .data_list_item .long {
	display: none;
}
#Layout .data_list_item a:hover {
	text-decoration: underline;
}
#Layout .data_list_item .close_button a {
	background: url(../img/close_button.jpg) no-repeat right 0;
	display: block;
    float: right;
    height: 30px;
    padding: 3px 35px 0 0;
    text-align: right;
    width: 560px;
	color: #888
}
.pagination {
	float: right;
	height: 50px;
}
.pagination a, .pagination span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ddd;
	padding: 3px 8px;
	margin: 0 2px;
	color: #ccc!important;
	font-size: 14px;
	font-family: 'CalibriBold';
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
}
.pagination a.next, .pagination span.next, .pagination a.prev, .pagination span.prev {
	padding: 3px 15px;
}
.pagination a.current, .pagination a.prev, .pagination span.prev, .pagination a.next, .pagination span.next, .pagination a:hover  {
	color: #556270!important;
}
#Layout .side_bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #ddd;
	padding: 0;
	width: 230px;
	margin: 35px 0
}
#Layout .side_bar h3 {
	font-family: 'OswaldRegular';
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #818181;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F3F3));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
}
#Layout .side_bar .root {
	min-height: 40px
}
.side_bar ul li {
	border-bottom: solid 1px #dcdcdc;
	padding: 10px 20px
}
.side_bar ul li.hover, .side_bar ul li.current {
	background: #12a356;
}
.side_bar ul li:last-child {
	border: none;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.side_bar ul li a {
	background: url(../img/side_bar_bullet.jpg) no-repeat 0 center transparent;
	padding: 5px 0 5px 30px;
}
.side_bar ul li a {
	font-size: 14px;
	color: #818181;
}
.side_bar ul li.hover a, .side_bar ul li.current a {
	color: #fff;
}
.side_bar ul li ul li {
	padding: 0;
	border: none;
}
.side_bar ul li ul li:first-child {
	margin-top: 10px
}
.side_bar ul li ul {
	display: none;
}
.side_bar ul li.section ul {
	display: block!important;
}
.side_bar ul li.section {
	padding-bottom: 0!important;
}
.side_bar ul li.hover ul li a, .side_bar ul li.current ul li a,
.side_bar ul li ul li a {
	background: url("../img/grey_arrow.png") no-repeat scroll 50px center #fff;
    display: block;
    margin-left: -20px;
    padding: 8px 20px 8px 70px;
    width: 140px;
	border-top: solid 1px #dcdcdc;
	color: #818181;
}
.side_bar ul li ul li a:hover, .side_bar ul li ul li.current a {
	background: url("../img/white_arrow.png") no-repeat scroll 50px center #12A356;
    color: #FFFFFF;
}
#Layout .product_list {
	margin-top: 30px;
	width: 742px;
}
#Layout .product_list h2 {
	margin-bottom: 0
}
#Layout .product_item {
	float: left;
	width: 150px;
	height: 170px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #dcdcdc;
	margin-right: 18px;
	margin-top: 20px;
	padding: 10px
}
#Layout .product_item.column_0 {
	margin-right: 0
}
#Layout .product_item img {
	border: solid 1px #ececec;
	margin: 0
}
#Layout .product_item h4 {
	text-align: center;
	margin-top: 20px
}
#Layout .product_item h4 a {
 	color: #0d0d0d
}
.Product .banner .bx-wrapper .bx-viewport {
	height: 230px!important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.banner ul li {
	background: none;
	padding:0
}
.Product .banner {
	background:  url("../img/banner_shadow.png") no-repeat scroll 0 bottom transparent;
	height: 245px;
	margin: 6px 0 20px 0
}
.Product .bx-wrapper .bx-controls-direction a {
	height: 33px;
	width: 33px
}
.Product .bx-wrapper .bx-prev, .Product .bx-wrapper .bx-prev:hover {
	background: url("../img/slider_prev.png") no-repeat scroll 0 0 transparent
}
.Product .bx-wrapper .bx-next, .Product .bx-wrapper .bx-next:hover {
	background: url("../img/slider_next.png") no-repeat scroll 0 0 transparent
}
.Product .bx-wrapper .bx-pager.bx-default-pager a{
	background: url("../img/small_slider_nav.png") no-repeat scroll 0 0 transparent;
	height: 18px;
	width: 19px;
	margin: 0
}
.Product .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: -19px 0;
}
.Product .bx-wrapper .bx-pager {
	text-align: right;
	bottom: 10px
}
.Product .bx-wrapper .bx-pager a {
	text-indent: 40px;
	overflow: hidden;
	color: #fff;
}
.Product .bx-wrapper .bx-pager .bx-pager-item:last-child{
	margin-right: 10px
}
.Product .bx-wrapper img {
	margin:0
}
.Product .attachment_block {
	display: block;
	margin: 20px 0 30px 0
}
.Product a.button {
	font-family: 'LatoBold';
	font-size: 15px;
	color: #fff;
	width: 200px;
	padding: 7px 10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	cursor: pointer;
}
.Product .button .pdf {
	margin: 0 20px 0 0
}
.Product .button .download {
	margin: 0 0 2px 25px
}
.Product .file_list {
	display: none;
	margin: 20px 0
}
.thumbs-slider .bx-wrapper .bx-prev,
.thumbs-slider .bx-wrapper .bx-next {
	width: 33px;
	height: 171px!important;
	margin-top: 0;
	top: -2px;
}
.thumbs-slider .bx-wrapper .bx-prev{
	left: 0
}
.thumbs-slider .bx-wrapper .bx-next {
	right: 0
}
.thumbs-slider .bx-wrapper .bx-prev, .thumbs-slider .bx-wrapper .bx-prev:hover {
	background: url("../img/carousel_prev.png") no-repeat scroll 0 0 transparent;
}
.thumbs-slider .bx-wrapper .bx-next, .thumbs-slider .bx-wrapper .bx-next:hover {
	background: url("../img/carousel_next.png") no-repeat scroll 0 0 transparent;
}
.thumbs-slider .bx-wrapper .bx-viewport {
	height: 143px;
	margin: 0 50px;
	padding: 0;
	width: 640px!important
}
.thumbs-slider .bx-wrapper .bx-viewport img {
		margin: 17px 5px;
}
.thumbs-slider .bx-wrapper .bx-viewport ul li {
	width: 162px!important;
}
.thumbs-slider .bx-wrapper .bx-controls-direction a {
	z-index: 100;
}
.thumbs-slider {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	height: 168px
}
.Product .color_block{
	font-family: 'CalibriBold';
	font-size: 16px;
	color: #484848;
	margin: 10px 0
}
.Product .color_block img {
	margin: 5px  0 0 10px;
}
.Product .contact {
	margin: 30px 0 0 0;
}
.contact iframe {
	float: right;
	border: none
}
.Product .banner .text {
	padding: 40px 55px
}
.Product .banner .text h2 {
	font-size: 30px;
	padding-bottom: 10px
}
.Product .banner .text p {
	font-size: 20px
}
.InstitutionalPage .thumbs-slider {
	margin:20px 0 30px;
	width: 741px;
}
.NewsHolder article h1{
    font-size: 30px;
    font-family: Lato;
    color:#484848;
    margin-bottom: 40px;
    margin-top: 40px;
}
.NewsHolder #Container
{
    width: 1000px;
    margin: 0 auto;
}
.NewsHolder .left_part
{
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.NewsHolder .right_part
{
    width:85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    display: inline-block;
}
.NewsHolder .data_list_item
{
    margin-bottom: 40px;
}
.NewsHolder .separator
{

    height:1px;
    display: block;
    padding-bottom:1px;
background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 1%, rgba(219,219,219,1) 50%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(238,238,238,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 1%,rgba(219,219,219,1) 50%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(238,238,238,1) 1%,rgba(219,219,219,1) 50%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 1%,rgba(219,219,219,1) 50%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(238,238,238,1) 1%,rgba(219,219,219,1) 50%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-8 */

margin-bottom: 40px;
-webkit-box-shadow:  2px 0px 3px #DBDBDB;
-moz-box-shadow:  2px 0px 3px #DBDBDB;
box-shadow:  2px 0px 3px #DBDBDB;

}
.NewsHolder .data_list_item .two_colors{
       font-size: 22px;
       font-family: Lato;
}
.NewsHolder .data_list_item {
    font-size: 15px;
    color:#484848;

}
.NewsHolder .data_list_item .right_part
{
     position: relative;
     height: 120px;
}
.NewsHolder .data_list_item .two_colors span{


    color:#484848;
}
.NewsHolder .data_list_item .read_more
{
    color:#0088ca;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 15px;

}
.field.checkbox
{
    height: auto;
}
.field.checkbox label
{
    display: inline-block;
}


#Form_Form_error, #Form_ContactForm_error {
	color: #fff;
	padding-bottom: 10px;
	background-color: #d43434;
	padding: 10px;
	margin: 10px 0;
}
#Form_ContactForm_error.good{
	background-color: #8BC34A;
}
